/*
  YGS
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:500,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
html {
  width: 100%;
  height: 100%;
  text-rendering: optimizeLegibility; 
}
body {
  height: 100%;  
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}
body, p {
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  font-size: 16px;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: 'Poppins', sans-serif;
}
h1 {
  font-size: 48px;
  line-height: 42px;
  font-weight: 700;
}
h2 {
  font-size: 42px;
  line-height: 34px;
  font-weight: 700;   
}
h3 {
  font-size: 36px;
  margin-bottom: 28px;
  font-weight: 700; 
}
h4 {
  font-size: 30px;
  line-height: 22px;
  font-weight: 700; 
}
h5 {
  font-size: 24px;
  line-height: 16px;
  font-weight: 700;
}
ul {
  padding: 0;
  margin: 0; 
}
a {
  color: #54c1ef;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; 
}
a:link,
a:visited {
  text-decoration: none; 
}
a:hover, a:active, a:focus {
  outline: none;
  text-decoration: underline;
}
.form-control::-webkit-input-placeholder {
  color: #C0C0C0;
  font-size: 14px;
  font-weight: 400;
}
.form-control::-moz-placeholder {
  color: #C0C0C0;
  font-size: 14px;
  font-weight: 400;
}
.form-control:-moz-placeholder {
  color: #C0C0C0;
  font-size: 14px;
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  color: #C0C0C0;
  font-size: 14px;
  font-weight: 400;
}
.btn {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff !important;
  background: #000000;
  padding: 0 35px;
  line-height: 26px;
  letter-spacing: 0.5px;  
  border-radius: 5px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  outline: none;
  text-decoration: none;
  cursor: pointer; 
}
.btn:focus{
  -moz-box-shadow:    inset 0 0 10px rgba(0,0,0,.15);
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.15);
   box-shadow:         inset 0 0 10px rgba(0,0,0,.15);
}
.btn:hover {
  color: #fff !important;
  background: #7658f6; 
  border-color: #7658f6;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.btn:active, .btn:focus {
  color: #ffffff;
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .show > .btn.dropdown-toggle {
  color: #fff;
  background-color: #5231dc;
  border-color: #5231dc;
}
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show>.btn.dropdown-toggle:focus {
  box-shadow: none !important;
}
.btn-primary {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 25px!important; 
  background: #7658f6; 
  border-radius: 5px;  
  border-color: #7658f6;
  margin-bottom: 30px;
}
.btn-primary:hover {
  background: #7658f6; 
  border-color: #7658f6;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);  
}
.btn-primary:active, .btn-primary:focus {
  color: #ffffff;
}
.btn-phone {
  font-family: 'Poppins', sans-serif;  
  background: transparent;  
  font-size: 15px;
  line-height: 34px;  
  background: #7658f6; 
  border: 1px solid #7658f6;
  color: #ffffff !important;
  padding: 0 16px;
  border-radius: 5px;  
}
.btn-skype {
  font-family: 'Poppins', sans-serif;  
  background: #7658f6; 
  border: 1px solid #7658f6;
  color: #ffffff !important;
  font-size: 15px;
  line-height: 34px;
  margin-left: 5px;
  padding: 0 16px;
  border-radius: 5px;   
}
.btn-phone i, .btn-skype i {
  margin-right: 5px;
}
.btn-social {
  background-color: #55acee!important;
  border: none !important;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 0px 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
.btn-social i {
  display: inline-block;
  width: inherit;
  text-align: center;
  color: #fff;
}
.navbar-brand {
  display: inline-block;
  padding-top: .75rem;
  padding-bottom: .75rem;
}
.navbar-light {
  background: #ffffff;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.navbar-light ul.navbar-nav > li > a {
  font-family: 'Poppins', sans-serif;
  color: #333333 !important;
  font-weight: 600;
  font-size: 15px;
  padding: 0 18px !important;
  letter-spacing: normal;
  line-height: 70px;
  display: block; 
}
.navbar-light ul.navbar-nav li .dropdown-menu {
  padding: 5px 15px;
  min-width: 210px;
  margin: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border-top: 4px solid #2180bd;
  border-left: none;
  border-right: none;
  border-bottom: none;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideUpIn;
  animation-name: slideUpIn;   
}
.navbar-light ul.navbar-nav li .dropdown-menu li a {
  font-family: 'Poppins', sans-serif;
  color: #333333 !important;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 0px !important;
  letter-spacing: normal;
  line-height: 24px;
  display: block; 
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.navbar-light ul.navbar-nav li .dropdown-menu li:last-child a {
  border-bottom: none;
}
.navbar-light ul.navbar-nav > li.nav-ygs-log .ygs-log-btn {
  height: 36px !important;
  line-height: 32px !important;
  padding: 0px 20px !important;
  font-size: 15px;
  color: #fff !important;
  background: #2180bd;
  border-color: #2180bd;
  margin-left: 15px;
  margin-top: 17px !important;
}
.navbar-light ul.navbar-nav > li > a:hover, .navbar-light ul.navbar-nav li .dropdown-menu li a:hover {
  color: #2180bd !important;
  text-decoration: none !important;
}
.navbar-light ul.navbar-nav > li.nav-ygs-log .ygs-log-btn:hover, .navbar-light ul.navbar-nav > li.nav-ygs-log.active .ygs-log-btn {
  background: #2180bd; 
  border-color: #2180bd;
}
.navbar-light ul.navbar-nav:last-child .dropdown a {
  padding-right: 0px !important;
}
.navbar-light ul.navbar-nav li i:before {
  font-size: 16px;
  margin-left: 5px;
}
.navbar-light ul.navbar-nav .dropdown-menu li i:before {
  font-size: 11px;
  margin-right: 5px;
  color: #2180bd;
}
.navbar-light .icon-bar {
  width: 22px; 
  height: 2px;
  background-color: #333333;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
} 
.navbar-light .navbar-toggler {
  border: none;
  cursor: pointer;
  background: transparent !important;
}
.navbar-light .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-light .navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-light .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-light .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-light .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
} 
.navbar-light .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-dark {
  background: #333333 !important;
  padding: 0px;
}
.navbar-dark ul.navbar-nav > li {
  padding: 12px 0px 10px;
}
.navbar-dark ul.navbar-nav > li > a {
  border-right: 1px solid #504747;
  padding: 0 20px !important;
  letter-spacing: normal; 
  font-family: 'Poppins', sans-serif;
  color: rgba(255,255,255,0.85) !important;
  font-weight: 400;
  font-size: 14px;   
}
.navbar-dark ul.navbar-nav > li > a:hover {
  color: rgba(255,255,255,1) !important;
}
.navbar-dark ul.navbar-nav > li {
    border-bottom: 3px solid transparent;
}
.navbar-dark ul.navbar-nav > li.active {  
  border-bottom: 3px solid #54c1ef;
}
.navbar-dark ul.navbar-nav > li.active a {
  color: rgba(255,255,255,1) !important;
}
.navbar-dark ul.navbar-nav:last-child > li > a {
  border-right: 0px !important;
  position:relative;
}
.navbar-dark ul.navbar-nav i:before {
  font-size: 12px;
  margin-left: 5px;
  color: #ffffff;
}
.navbar-dark .icon-bar {
  width: 10px; 
  height: 2px;
  background-color: #ffffff;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
} 
.navbar-dark .navbar-toggler {
  color: #fff;
  border: none;
  cursor: pointer;
  background: transparent !important;
}
.navbar-dark .navbar-toggler .top-bar {
  transform: rotate(-45deg);
  transform-origin: 8px 16px;
}
.navbar-dark .navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-dark .navbar-toggler .bottom-bar {
  transform: rotate(45deg);
  transform-origin: 10px -5px;
}
.navbar-dark .navbar-toggler.collapsed .top-bar {
  transform: rotate(45deg);
  transform-origin: -7px -6px;
}
.navbar-dark .navbar-toggler.collapsed .middle-bar {
  opacity: 0;
} 
.navbar-dark .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: -3px 0px;
}
.navbar-dark .ygs-tg {
  position: absolute;
  margin-left: 10px;
  right: 5px;
}
.navbar-dark .ygs-tg-title {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 3px;
}
.navbar-dark ul.navbar-nav li .dropdown-menu {
  padding: 5px 15px;
  min-width: 20rem;
  margin: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border-top: 4px solid #2180bd;
  border-left: none;
  border-right: none;
  border-bottom: none;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideUpIn;
  animation-name: slideUpIn;   
}
.navbar-dark ul.navbar-nav li .dropdown-menu li a {
  font-family: 'Poppins', sans-serif;
  color: #333333 !important;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 0px !important;
  letter-spacing: normal;
  line-height: 24px;
  display: block; 
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.navbar-dark ul.navbar-nav li .dropdown-menu li:last-child a {
  border-bottom: none;
}
.navbar-dark ul.navbar-nav > li > a:hover {
  text-decoration: none !important;
}
.navbar-dark ul.navbar-nav li .dropdown-menu li a:hover {
  color: #2180bd !important;
  text-decoration: none !important;
}
.navbar-dark ul.navbar-nav .dropdown-menu li i:before {
  font-size: 11px;
  margin-right: 5px;
  color: #2180bd;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #2180bd !important;
}
.light-bg {
  background: #ffffff !important;
}
.dark-bg {
  background: #fafbfc !important;
}
.ygs-user-profile-avatar {
  margin-right: 5px;
}
.ygs-cart .badge {
  position: absolute;
  left: 130px;
  top: -4px;
  background: red;
  text-align: center;
  border-radius: 50%;
  color: white;
  padding: 5px 7px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}
.fixed-top {
  top: -1px;
}
.affix {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;  
  padding: 2px 25px !important;
}
#ygs-panel-wrapper {
  background: #f7f7f7;
  min-height: 596px;
  padding: 150px 0px 150px;
}
#ygs-panel-wrapper.ygs-user-panel {
  padding: 85px 0px 74px;
}
#ygs-panel-wrapper.ygs-page-info {
  background: #fafbfc url("../images/banners/error-bg.jpg") center no-repeat;
  background-size: cover;
}
#ygs-user-nav {
  padding: 30px 0px;
}
.ygs-panel-theme-nav {
  padding: 0px 5px;
}
.ygs-panel-theme-nav i {
  margin-right: 5px;
}
.ygs-panel-theme-nav:first-child {
  padding: 0px 5px 0px 15px;
}
.ygs-panel-theme-nav:last-child {
  padding: 0px 15px 0px 5px;
}
.card-ygs-links {
  background: none;
  border: none;
}
.card-ygs-link-image img {
  width: 56px;
  height: auto;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.card-ygs-link-info {
  padding-left: 0px;
} 
.card-ygs-link-title {
  font-size: 11px;
  color: #8e8e8e;
  padding-top: 2px;
}
.card-ygs-link-info h3 {
  font-size: 18px;
  margin-bottom: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2); 
}
.search input {
  border: 1px solid #ffffff;
  line-height: 24px;
  padding: 6px 15px;
}
.search .btn {
  background: #54c1ef;
  padding: 0 15px;
  border: 1px solid #54c1ef;
}
.search .btn:hover {
  background: #54c1ef;  
  -webkit-box-shadow: none;
  box-shadow: none; 
}
.search input:focus {
  box-shadow: none !important;
}
.ygs-slide-info {
  padding-right: 150px;
  padding-top: 50px;  
}
.ygs-slide-info h1 {
  letter-spacing: -1px;
  margin-bottom: 20px;  
}
.ygs-slide-info h2 {
  color: #292f33;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 48px;
  line-height: 115%;   
}
.ygs-slide-info h3 {
  font-size: 16px;
  margin-top: 20px;
}
.ygs-slide-info h3 span {
  color: #54c1ef;
  font-size: 40px;
  font-weight: 700;
  display: block;
  margin-top: 5px;
}
.ygs-slide-info p {
  margin-bottom: 20px;
}
.ygs-form {
  background: #ffffff;
  padding: 30px 35px 40px;
  box-shadow: 1px 1px 22px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 22px 0 rgba(0, 0, 0, 0.05); 
}
.ygs-form.form-right {
  margin-right: 15px;
}
.ygs-form-title {
  margin-bottom: 25px;
  text-align: center;
}
.ygs-form-title h2 {
  font-size: 25px;
}
.ygs-form-title p {
  font-size: 13px;
  line-height: 150%;
}
.ygs-form [class*='col-'] {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.ygs-log-form .row {
  margin-right: 0px;
  margin-left: 0px;
}
#ygs-clients {
  background: #fafbfc;
  padding: 0px 0px 60px;
}
#ygs-features {
  background: #ffffff;
  padding: 100px 0px 100px;
}
#ygs-features h2 {
  color: #28292b;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 46px;
  line-height: 115%; 
}
#ygs-features h2.sub-title {
  color: #2180bd;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 115%;
}
#ygs-features .ygs-feature {
  margin-top: 120px;
}
#ygs-features .ygs-feature h3 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  padding: 20px 20px 5px 0px;
}
#ygs-features .ygs-feature p.customers {
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;  
  color: #54c1ef;
}
#ygs-customers {
  background: #fafbfc;
  padding: 100px 0px 100px;
}
#ygs-customers h2 {
  color: #28292b;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 46px;
  line-height: 115%; 
}
#ygs-customers h3 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  padding: 20px 20px 5px 0px;
}
#ygs-customers p.customers {
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;  
  color: #54c1ef;
}
#ygs-services {
  background: #ffffff;
  padding: 100px 0px 50px;
}
#ygs-services h2 {
  color: #28292b;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 46px;
  line-height: 115%; 
}
#ygs-services h3 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  padding: 30px 10px 30px;
}
.ygs-service-list {
  padding: 50px 0px;
}
.card.ygs-service-item {
  background: #ffffff;
  padding: 0px;
  min-height: 284px;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.08); 
  margin-bottom: 30px;
  border:none;
}
.card.ygs-service-item img {
    padding-top: 0px;
}
.card.ygs-service-item h3 {
    padding: 5px 0px 15px !important;
}
.card.ygs-service-item h3 span {
  display: block;
}
.card.ygs-service-item .card-text {
  line-height: 22px; 
  font-size: 14px;
}
.ygs-service-item i {
  display: block;
  padding-top: 25px;
}
.ygs-service-item img {
  display: block;
  margin: 0px auto;
}
.ygs-service-item i:before {
  font-size: 45px;
  color: #54c1ef;
}
#ygs-company {
  background: #fafbfc;
  padding: 100px 0px 100px;
}
#ygs-company h2 {
  color: #28292b;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 46px;
  line-height: 115%; 
}
#ygs-company h3 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  padding: 20px 20px 5px 0px;
}
#ygs-company p.customers {
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;  
  color: #54c1ef;
}
#ygs-implementations {
  background: #ffffff;
  padding: 100px 0px 100px;
}
#ygs-implementations h2 {
  color: #28292b;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 46px;
  line-height: 115%; 
}
#ygs-implementations h3 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  padding: 30px 10px 30px;
}
.ygs-implementation-preview {
  padding: 50px 0px 0px;
}
#ygs-call {
  background: #ffffff;
  padding: 100px 0px 100px;
}
#ygs-call h2 {
  color: #28292b;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 26px;
  line-height: 115%; 
}
#ygs-call h2 span {
  color: #2180bd;
}
.ygs-case-study-card {
  background: #fff;
  border: 1px solid;
  border-color: #c7bdbd40;
  margin: 1rem auto;
  border-radius: 5px;
  box-shadow: 0 4px 6px -1px rgb(198, 207, 234);
  margin-bottom: 1.6%;
  overflow: hidden;
}
.ygs-case-study-card-image {
  padding-left: 0px;
}
.ygs-case-study-list .ygs-case-study-title {
  padding: 0px !important;
  margin-bottom: 20px !important;
}
.ygs-case-study-list {
  margin-top: 50px;
  margin-bottom: 20px;
}
.ygs-case-study-list .card-body {
  padding: 30px 30px 30px 5px;
}
.carousel-control-prev .fas, .carousel-control-next .fas {
  color: #333333;
  font-size: 20px;
}
.copyrights-info {
  padding: 20px 0px 5px;
}
.carousel-control-prev {
  cursor: pointer;
  left: -60px;
}
.carousel-control-next {
  cursor: pointer;  
  right: -60px;
}
#ygs-testimonials {
  background: #fafbfc;
  padding: 100px 0px 100px;
}
#ygs-testimonials h2 {
  color: #28292b;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 46px;
  line-height: 115%; 
}
#ygs-testimonials h3 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  padding: 20px 20px 5px 0px;
}
#ygs-testimonials .carousel-inner i {
  padding-right: 5px;
}
#ygs-testimonials .carousel-inner .carousel-item .img-box{
  width: 135px;
  height: 135px;
}
#ygs-testimonials .carousel-control-prev{
  left: -100px;
}
#ygs-testimonials .carousel-control-next{
  right: -100px;
}
#ygs-testimonials .carousel-indicators{
  top: 320px;
}
#ygs-testimonials .carousel-indicators li {
  background-color: rgb(84, 193, 239);
}
#ygs-testimonials .carousel-indicators .active {
  background-color: #2180bd;
}
@media (min-width: 320px) and (max-width: 640px) {
#ygs-testimonials .carousel-inner .carousel-item p{
  font-size: 14px;
}
#ygs-testimonials .carousel-control-prev{
  left: -40px;
}
#ygs-testimonials .carousel-control-next{
  right: -40px;
}
#ygs-testimonials .carousel-indicators{
  top: 400px;
}
}
ul.socialicons {
    padding: 0;
    text-align: center;
}
.socialicons li {
    list-style: none;
    display: inline-block;
    margin: 0px 0px 15px;
    border-radius: 2em;
    overflow:hidden;
}
.socialicons li a {
    display: block;
    padding: .5em 1em;
    height: 2.3em;
    white-space: nowrap;
    line-height: 1.5em;
    transition:.5s;
    text-decoration: none;
    font-family: arial;
    color: #fff;
}
.socialicons li i {
    margin-right:.5em;
}
.socialicons .facebook {
    background: #3b5998;
}
.socialicons .twitter {
    background: #00aced;
}
.ygs-address, .ygs-social {
  padding-top: 10px;
  padding-bottom: 5px;
}
.ygs-drupal-logo {
  position: absolute;
  margin: auto;
  width: 140px;
  top: 60px;
  left: 0px;
  right: 0px;
}
#ygs-panel-wrapper.ygs-page-info h2 {
  font-size: 120px;
  font-weight: 700;
  color: #54c1ef;
  display: block;
  height: 120px;
  line-height: 120px;
  margin-bottom: 20px;
  margin-top: 20px;  
}
#ygs-panel-wrapper.ygs-page-info h3 {
  font-size: 28px;
}
#ygs-panel-wrapper.ygs-page-info p strong {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}
.form-label {
  font-size: 13px;
  font-weight: 400;
  color: #495057;
  margin-bottom: 0px;
}
.form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #333333;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 16px;
  line-height: 24px;
}
.required-field {
  color: #54c1ef;
}
.tooltip-inner {
  padding: 6px 10px 8px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tooltip-inner li {
  list-style-type: square;
  margin-left: 15px;
  padding-left: 0px;
}
.form-check-input {
  margin-top: 0.30rem;
  margin-left: 0rem;
}
.form-check-label {
  margin-bottom: 0;
  text-align: left;
  margin-left: 18px;
  line-height: 150%;
}
.terms-and-conditions {
  font-size: 12px;
  color: #414750;
  margin-bottom: 20px;  
}
.password-help {
  font-size: 12px;
  color: #414750;
  margin-bottom: 20px;  
}
.ygs-log-password {
  margin-bottom: 0px;
}
.forgot-password {
  float: right;
}
.ygs-log-security {
  margin-bottom: 16px;
}
.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
.ygs-col {
  display: flex;
}
.ygs-panel-main, .ygs-panel-sidebar { 
  background: #ffffff;
  width: 100%;
  padding: 25px 35px 35px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2); 
}
.ygs-panel-main h2.ygs-panel-title {
  font-size: 18px;
  margin-bottom: 22px;
  font-weight: 700;
}
.ygs-panel-main-themes {
  background: #ffffff;
  width: 100%;
  padding: 12px 25px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.ygs-panel-main-themes .ygs-panel-main-set {
  position: absolute;
  right: 40px;
  top: 17px;
}
.ygs-panel-main-themes .ygs-panel-main-set label.sort-label {
  margin-top: 0px;
  margin-right: 10px;
  font-weight: 600;
  margin-left: 20px;
}
.ygs-panel-main-themes h2.ygs-panel-title {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 700;
}
.ygs-panel-main-theme {
  background: #ffffff;
  width: 100%;
  padding: 12px 25px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.ygs-panel-main-theme.top-bar {
  padding: 22px 30px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ygs-panel-main-theme .ygs-panel-theme-price {
  text-align: right;
}
.ygs-panel-main-theme .ygs-panel-theme-nav-panel {
  padding: 10px 0px;
}
.ygs-panel-main-theme .ygs-panel-theme-badge {
  float: left;
  padding: 4px 10px 4px 10px;
}
.ygs-panel-main-theme .ygs-panel-theme-badge span {
  border-right: 1px solid #ddd;
  padding: 2px 10px 0px 10px;
}
.ygs-panel-main-theme .ygs-panel-theme-price h3 {
  color: #54c1ef;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 40px;
  height: 40px;
}
.ygs-panel-main-theme .ygs-panel-theme-price h3 sup {
  font-size: 16px;
  font-weight: 600;
  margin-right: 2px;
  top: -15px;
}
.ygs-panel-main-theme .ygs-panel-theme-price h3 span {
  margin-right: 10px;
    line-height: 150%;
  font-size: 14px;
  color: #000;
  width: 60px;
  display: inline-block;
}
.ygs-panel-main-theme .ygs-panel-main-set label.sort-label {
  margin-top: 0px;
  margin-right: 10px;
  font-weight: 600;
  margin-left: 20px;
}
.ygs-panel-main-theme h2.ygs-panel-title {
  font-size: 24px;
  margin-bottom: 0px;
  line-height: 28px;
  font-weight: 600;
}
.ygs-panel-main-theme h2.ygs-panel-title span {
  display: block;
  color: #b3b3b3;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: 400;
}
.ygs-panel-main-set {
  position: absolute; 
  right: 50px; 
  top: 35px;
}
.ygs-panel-sidebar h2.ygs-panel-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 22px;
  font-weight: 700;
}
.ygs-themes-collection {
  background: #2180bd;
  padding: 30px 30px 20px;
  text-align: center;
  height: 50%;
}
.ygs-user-themes-collection {
  background: #000000;
  padding: 30px 35px 20px;
  text-align: center;  
  height: 50%;
}
.ygs-themes-collection h2 {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
.ygs-themes-collection h3 {
  color: #ffffff;
  font-size: 64px;
  margin: 50px auto;
  font-weight: 600;
  text-transform: uppercase;
}
.ygs-themes-collection h3 span {
  font-size: 16px;
  font-weight: 400; 
  display: block;  
  text-transform: capitalize;
}
.ygs-themes-collection h4 {
  color: #ffffff;
}
.ygs-themes-collection a {
  color: #ffffff;
}
.ygs-user-themes-collection h2 {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
.ygs-user-themes-collection h3 {
  color: #ffffff;
  font-size: 64px;
  margin: 50px auto;
  font-weight: 600;
  text-transform: uppercase;
}
.ygs-user-themes-collection h3 span {
  font-size: 16px;
  font-weight: 400; 
  display: block;  
  text-transform: capitalize;
}
.ygs-user-themes-collection h4 {
  color: #ffffff;
}
.ygs-user-themes-collection a {
  color: #ffffff;
}
.ygs-page-link {
  width: 100%;
  text-align: right;
}
.ygs-user-profile-pan-info {
  position: absolute;
  bottom: 50px;
  background: rgba(0,0,0,0.9); 
  width: 75%;
  text-align:center;
  margin: auto;
  padding: 15px 25px 5px;
}
.ygs-user-profile-pan-info h2 {
  font-size: 24px;
  color: #ffffff;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 15px;
  overflow: hidden;
  border-bottom: 1px dashed #383838;
}
.ygs-user-profile-pan-info p span, .ygs-user-profile-pan-info p span strong {
  color: #ffffff;
  display: block;
}
.ygs-user-profile-pan-info i {
  color: #54c1ef;
  margin-right: 5px;
  font-size: 14px;
}
.left-pan {
  padding-right: 0px;
}
.left-pan .ygs-user-profile-pan {
  background-color: #54c1ef;  
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 573px;  
}
.right-pan {
  padding-left: 0px;
}
.ygs-panel {
  margin-bottom: 35px;
}
.ygs-panel-top {
  background: #ffffff;
  width: 100%;
  padding: 12px 25px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.ygs-panel-ad-widget {
  background:#03439a url('../images/bg.jpg') center;
  position: relative;
  padding: 10px 15px; 
  border-radius: 5px;
  margin-bottom: 25px;
}
.ygs-panel-ad-widget p {
  font-size: 13px; 
  font-weight: 600;
  color: #fff;
  line-height: 140%;
  margin-bottom: 5px;
}  
.ygs-panel-ad-widget h2 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;    
}
.ygs-panel-ad-widget h2 sup {
  font-size: 16px; 
  font-weight: 600;
  margin-right: 2px; 
}
.ygs-panel-ad-link {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.ygs-panel-ad-link:hover i {
  color: #fff;
}
.ygs-panel-theme-widget {
  position: relative;
  background: #000;
  margin: 0;
  height: 355px;
  padding: 0;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  overflow: hidden;
}
.ygs-panel-theme-widget .item-info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.ygs-panel-theme-widget .item-image {
  width: 100%;
}
.ygs-panel-theme-widget .item-image:after {
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  position: absolute;
  content: " ";
  left: 0;
  top: 0
}
.ygs-panel-theme-widget .item-logo {
  position: absolute;
  top: 40px;
  left: 45px;
  right: 40px;
}
.ygs-panel-theme-widget .item-content {
  position: absolute;
  bottom: 8px;
  left: 15px;
  right: 15px;
}
.ygs-panel-theme-widget .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
}
.ygs-panel-theme-widget:hover .item-image img {
  -o-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  -moz-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);s
}
.ygs-panel-theme-widget .item-content h2 {
  font-size: 14px;
    line-height: 150%;
  color: #fff;
  margin-bottom: 0px;  
}
.ygs-panel-theme-widget .item-content h3 {
  color: #fff;
  margin-bottom: 0px;
}
.ygs-panel-sub-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 25px;
}
.ygs-panel-sub { 
  padding: 20px 0px 30px;
}
.ygs-themes-list-item-info {
  text-align: center;
  padding: 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  background: #fff;
  margin-bottom: 50px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2); 
}
.ygs-themes-list-item-info .themes-list-item-image {
  background: url(../images/loader.svg) center no-repeat #ffffff
}
.ygs-themes-list-item-info .themes-list-item-image img {
  width: 100%
}
.ygs-themes-list-item-info .themes-list-item-content {
  padding: 20px 0px 0px;
  position: relative;
  text-align: left;
}
.ygs-themes-list-item-info.nav:hover img,
.themes-list-item-image .inner-box:hover .image .content-overlay {
  opacity: 1
}
.ygs-themes-list-item-info .themes-list-item-content h2 {
  padding: 0 0 25px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #3a3a3a;
  letter-spacing: -1px;
  margin-bottom: 0
}
.ygs-themes-list-item-info .themes-list-item-content h2 span {
  display: block;
  color: #b3b3b3;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: 400;
}
.ygs-themes-list-item-info .themes-list-item-content h3 {
  color: #54c1ef;
  font-weight: 600;
  position: absolute;
  margin-bottom: 0px;
  font-size: 40px;
  top: 20px;
  right: 0px; 
}
.ygs-themes-list-item-info .themes-list-item-content h3 sup {
  font-size: 16px; 
  font-weight: 600;
  margin-right: 2px;
  top: -15px; 
}
.ygs-themes-list-item-info .themes-list-item-content a.theme {
  color: #3a3a3a
}
.ygs-themes-list-item-info .themes-list-item-content a.theme:hover {
  color: #2180bd
}
.themes-list-item-content .btn i {
  margin-right: 6px;
}
.ygs-themes-list-item-info:hover {
  -webkit-box-shadow: 0 14px 25px -2px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 14px 25px -2px rgba(0, 0, 0, .25);
  box-shadow: 0 14px 25px -2px rgba(0, 0, 0, .25);
  margin-top: -5px
}
.themes-list-item-image:hover .theme-download-count {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .4);
  box-shadow: 0 0 16px rgba(0, 0, 0, .4)
}
.themes-list-item-image,
.themes-list-item-image .inner-box {
  position: relative;
  min-height: 300px;
  background: #eff4f8;
}
.themes-list-item-image .inner-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.themes-list-item-image .inner-box .image img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
}
.themes-list-item-image .inner-box:hover .image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05)
}
.themes-list-item-image .inner-box .image .content-overlay {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  display: block;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  background-color: rgba(0, 0, 0, 0.7)
}
.themes-list-item-image .inner-box .image .content-overlay .overlay-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  padding: 10px 30px;
  vertical-align: middle
}
.themes-list-item-image .inner-box .image .content-overlay .overlay-inner .content-box {
  position: relative;
  display: table-cell;
  vertical-align: middle
}
.themes-list-item-image .inner-box .image .content-overlay .content-box h4 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px
}
.themes-list-item-image .inner-box .image .content-overlay .content-box h4 a {
  position: relative;
  color: #fff
}
.themes-list-item-image .inner-box .image .content-overlay .content-box .view-detail {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  opacity: 0;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  -moz-transform: translateY(50px);
  transform: translateY(50px)
}
.themes-list-item-image .inner-box .image .content-overlay .content-box .view-detail:hover {
  text-decoration: none;
}
.themes-list-item-image .inner-box:hover .image .content-overlay .content-box .view-detail {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0)
}
.themes-list-item-image .inner-box .image .content-overlay .content-box .view-detail:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 1px;
  margin-left: -24px;
  background-color: #fff
}
.theme-download-count {
  background: #fff;
  color: #3a3a3a;
  padding: 2px 10px;
  width: auto;
  font-size: 11px;
  position: absolute;
  top: 20px;
  letter-spacing: .8px;
  right: 15px;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  border-radius: 4px;
  overflow: hidden;
}
.downloaded-theme-list-item {
  display: flex;
  border: 1px solid #000;
  margin-bottom: 25px;
}
.downloaded-theme-list-item:last-child {
  margin-bottom: 0px;
}
.downloaded-theme-list-item .themes-list-item-image {
  background: url(../images/loader.svg) center no-repeat #ffffff
}
.downloaded-theme-list-item .themes-list-item-image img {
  width: 100%
}
.downloaded-theme-list-item .themes-list-item-content {
  padding: 25px 25px 25px 0px;
  position: relative;
  text-align: left;
}
.downloaded-theme-list-item .themes-list-item-content h2 {
  padding: 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #333333;
  letter-spacing: -1px;
  margin-bottom: 0px;
}
.downloaded-theme-list-item .themes-list-item-content h3 {
  color: #54c1ef;
  font-weight: 600;
  position: absolute;
  margin-bottom: 0px;
  font-size: 40px;
  top: 20px;
  right: 25px; 
}
.downloaded-theme-list-item .themes-list-item-content h3 sup {
  font-size: 16px; 
  font-weight: 600;
  margin-right: 2px;
  top: -15px; 
}
.downloaded-theme-list-item .themes-list-item-content h4 {
  display: block;
  color: #b3b3b3;
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 400;
  margin-bottom: 0px;
}
.downloaded-theme-list-item .themes-list-item-content h2 span {
  margin-left: 10px;
  font-size: 11px;
  font-weight: 400;
  padding: .5em .5em .5em;
  letter-spacing: normal;
}
.downloaded-theme-list-item .themes-list-item-content h2 a:hover span {
  background: #333333;
}
.downloaded-theme-list-item .themes-list-item-content p {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  padding: 10px 0px 5px;
}
.downloaded-theme-list-item .themes-list-item-content .form-check {
  font-size: 12px;
  font-weight: 400;
  padding-left: .90rem;
}
.downloaded-theme-list-item .themes-list-item-content a.theme {
  color: #3a3a3a
}
.downloaded-theme-list-item .themes-list-item-content a.theme:hover {
  color: #2180bd
}
.ygs-profile-form {
  padding: 5px 0px;
}
.ygs-form-submit {
  margin: 10px 0px 0px;
}
.tab-pane.container {
  padding: 35px 18px 25px !important;
}
.nav-link {
  display: block;
  padding: .5rem 1.25rem;
  font-weight: 600;
  color: #2180bd;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #333333;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
label.sort-label {
    margin-top: -18px;
    margin-right: 10px;
    font-weight: 600;
}
select#sort-main {
  height: 28px;
  padding: 0px 5px;
}
#theme-features {
  padding: 0px;
  margin: 0px;
}
.theme-features-icon {
  display: block;
  text-align: center;
}
.theme-features-icon img {
  width: 60%;
  margin: 0px auto;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;    
}
#theme-features .theme-features-info:hover .theme-features-icon img {
  -o-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
}
#theme-support {
  text-align: center;
}
#theme-support h3 {
  font-size: 60px;
  line-height: 76px;
  font-weight: 900;
  margin-bottom: 0px;
  color: #54c1ef;
}
.theme-feat {
  margin-bottom: 10px;
  text-align: center;
}
.theme-features-title {
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 25px;
}
.croppie-container {
  width: 100%;
  height: 100%;
}
.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none;
}
.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}
.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}
.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: '';
}
.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}
.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px;
}
.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}
.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px;
}
.croppie-container .cr-original-image {
  display: none;
}
.croppie-container .cr-vp-circle {
  border-radius: 50%;
}
.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none;
}
.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center;
}
.croppie-result {
  position: relative;
  overflow: hidden;
}
.croppie-result img {
  position: absolute;
}
.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
}
.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}
.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}
.cr-slider:focus {
  outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}
.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}
/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}
.cr-rotate-controls button {
  border: 0;
  background: none;
}
.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}
.cr-rotate-l i:before {
  content: '↺';
}
.cr-rotate-r i:before {
  content: '↻';
}
label.cabinet {
  display: block;
  cursor: pointer;
  position: relative;
  border: 1px dashed #cccccc;
  padding: 70px 0px;
  text-align: center;
  margin-top: 10px;  
}
label.cabinet h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
label.cabinet input.file {
  position: relative;
  height: 100%;
  width: 45px;
  opacity: 0;
  -moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  margin-top:-120px;
}
figure {
  position: relative;  
  margin-bottom: 0px;
}
#cropImageBtn {
  margin: auto;
}
#upload-profile-pic {
  width: 350px;
  height: 350px;
  padding-bottom:25px;
  margin: auto;  
}
figure figcaption {
  color: #fff;
  width: 100%;
  position: absolute;
  top: 5px;
  right: -55px;
  padding-bottom: 5px;
  text-shadow: 0 0 10px #000;
}
#pricing-table .pricing {
  padding: 0;
}
#pricing-table .pricing .pricing-table {
  padding-bottom: 30px;
}
#pricing-table .pricing .pricing-table .pricing-header {
  position: relative;
  background: #001161 url(../images/bg.jpg) right center no-repeat;
  background-size: cover;
  padding: 50px 20px 30px;
  text-align: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  text-shadow: 0px 3px 5px rgba(0,0,0,0.4);
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  text-align: center;
  text-shadow: 0px 3px 5px rgba(0,0,0,0.4);  
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate sup {
  font-size: 24px;
  position: relative;
  top: -30px;
  color: #ffffff;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate span {
  font-size: 14px;
  color: #ffffff;
}
#pricing-table .pricing .pricing-list {
  padding: 30px 0 35px 0;
  background: #000f5f;
  border-left: 1px solid #000f5f;
  border-right: 1px solid #000f5f;
  border-bottom: 1px solid #000f5f;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;  
  text-align: center;  
}
#pricing-table .pricing .pricing-list ul {
  padding: 0px;
  display: table;
  margin: 0px auto;
}
#pricing-table .pricing .pricing-list ul li {
  list-style: none;
  border-bottom: 1px dashed #f5f5f5;
  color: #ffffff;
  font-size: 14px;
  line-height: 46px;
  font-weight: 400;
}
#pricing-table .pricing .pricing-list ul li:last-child {
  border: none;
}
#pricing-table .pricing .pricing-list ul li span {
  font-weight: 700;
}
.cart-detail {
  padding: 10px 0px;
  border-bottom: 1px dashed #d2d2d2;   
}
.cart-detail-img img {
  width:100%;
  height:100%;
}
.cart-detail-product {
  padding-left: 0px;
}
.cart-detail-product h3 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 700;
}
.cart-detail-product h4 {
  display: block;
  color: #b3b3b3;
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 400;
  margin-bottom: 0px;
}
.cart-detail-product p {
  margin:0px;
  color:#000;
  font-weight:500;
}
.cart-detail .price {
  color: #54c1ef;
  font-weight: 700;
  margin-bottom: 10px;  
  margin-bottom: 0px;
  font-size: 24px;
}
.delete-product {
  position: absolute;
  top: -8px;
  right: 8px;
  border: none !important;
}
.list-group-item {
  padding: 0rem;
  font-size: 14px;
  margin-bottom: 0.90rem;
  border-top: none;
}
.ygs-setting-info strong {
  display: block;
  font-weight: 600;
}
.ygs-theme-item-info {
  padding: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  background: #fff;
  margin-bottom: 50px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2); 
}
.ygs-theme-item-info .themes-list-item-image {
  background: url(../images/loader.svg) center no-repeat #ffffff;
  border: 1px solid #000;
}
.ygs-theme-item-info .themes-list-item-image img {
  width: 100%
}
.ygs-theme-item-info .themes-list-item-content {
  padding: 20px 0px 0px;
  position: relative;
  text-align: left;
}
.ygs-theme-item-info.nav:hover img {
  opacity: 1
}
.ygs-theme-item-info.main-container {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ygs-theme-item-info .themes-list-item-content h2 {
  padding: 0 0 25px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #3a3a3a;
  letter-spacing: -1px;
  margin-bottom: 0
}
.ygs-theme-item-info .themes-list-item-content h2 span {
  display: block;
  color: #b3b3b3;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: 400;
}
.ygs-theme-item-info .themes-list-item-content h3 {
  color: #54c1ef;
  font-weight: 600;
  position: absolute;
  margin-bottom: 0px;
  font-size: 40px;
  top: 20px;
  right: 0px; 
}
.ygs-theme-item-info .themes-list-item-content h3 sup {
  font-size: 16px; 
  font-weight: 600;
  margin-right: 2px;
  top: -15px; 
}
.ygs-theme-item-info .themes-list-item-content a.theme {
  color: #3a3a3a
}
.ygs-theme-item-info .themes-list-item-content a.theme:hover {
  color: #2180bd
}
.ygs-theme-item-info .theme-download-count {
  background: #333333;
  color: #ffffff;
  padding: 2px 10px;
  width: auto;
  font-size: 11px;
  position: absolute;
  top: 30px;
  letter-spacing: .8px;
  right: 25px;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  border-radius: 4px;
  overflow: hidden;
  z-index: 0;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float:right;
  margin-bottom: .5rem;
  margin-top: .4rem;
}
.switch input {
  display:none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input.default:checked + .slider {
  background-color: #2180bd;
}
input.primary:checked + .slider {
  background-color: #2196F3;
}
input.success:checked + .slider {
  background-color: #8bc34a;
}
input.info:checked + .slider {
  background-color: #3de0f5;
}
input.warning:checked + .slider {
  background-color: #FFC107;
}
input.danger:checked + .slider {
  background-color: #f44336;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.checkout {
  padding-top: 15px;
  padding-bottom: 15px;  
}
.modal-profile-crop { 
  color: #333333;
  width: 625px;
  font-size: 15px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);   
}
.modal-profile-crop .modal-content {
  padding: 30px;
  border-radius: 0;   
  border: none;
}
.modal-profile-crop .modal-header {
  border-bottom: none;   
  position: relative;
  border-radius: 0;
  text-align: center;
  padding: 0px;
}
.modal-profile-crop .modal-body {
  padding: 1rem 0 2rem;
}
.modal-profile-crop .modal-footer {
  padding: 1.5rem 0 0;
}
.modal-profile-crop h2 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  margin: auto;  
}
.modal-profile-crop .close {
  position: absolute;
  top: -15px;
  right: -15px;
  text-shadow: none;
  opacity: 0.3;
  font-size: 24px;
}
.modal-profile-crop .close:hover {
  opacity: 0.8;
}
.modal-profile-crop .icon-box {
  color: #7265ea;   
  display: inline-block;
  z-index: 9;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.modal-profile-crop .icon-box i {
  font-size: 110px;
}
.modal-profile-crop .form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #dbdbdb;
}
.modal-profile-crop .form-control:focus {
  border-color: #f95858;
  box-shadow: 0 0 8px rgba(249, 88, 88, 0.4);
}
.modal-profile-crop .input-group {
  margin-top: 30px;
}
.hint-text {
  margin: 100px auto;
  text-align: center;
}
.conditions-apply {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-size: 12px;
  top: -1.5em;
  color: #54c1ef;
}
#copyrights {
  padding: 20px 0px 30px;
  margin: 0px 0px 0px;
}
#copyrights .copyrights-info p {
  color: #999;
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 16px;
}
#copyrights .credits-info p {
  font-size: 12px;
  text-align: right;
  margin-bottom: 0px;
}
.go-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 2px 12px !important;
  display: none;
}
.go-to-top:hover i:before, .go-to-top:focus i:before, .go-to-top:active i:before {
  color: #fff;   
}
@keyframes slideUpIn {
0% {
  transform: translateY(10px);
}
100% {
  transform: translateY(0);
}
0% {
  transform: translateY(10px);
}
}
@media (min-width: 992px) {
ul.navbar-nav li:hover > .dropdown-menu {
  display: block;
}
.ygs-profile {
  float: right;
}
.info-tip {
  margin-top: 32px;
}
}
@media (min-width: 1400px) {
#ygs-panel-wrapper {
  height: calc(100vh - 67px);
}
}
@media (max-width: 1199px) {
.form-check-input {
  margin-top: 0.5rem;
  margin-left: 0rem;
}
.form-check-label {
  margin-bottom: 0;
  text-align: left;
  margin-left: 20px;
  line-height: 150%;
}
}
@media (max-width: 991px) {
.btn {
  white-space: pre-wrap !important;
  height: auto !important;
  line-height: 100% !important;
  padding: 10px 15px !important
}
.navbar-light ul.navbar-nav > li.nav-ygs-log .ygs-log-btn {
  margin-left: 0px; 
}
#ygs-panel-wrapper.ygs-log {
  background: #fafbfc;
  background-size: 100%;
} 
.ygs-slide-info {
  padding-right: 20px;
}
.navbar-light {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.navbar-light .navbar-brand {
  padding: 15px 0px !important;
}
.navbar-light ul.navbar-nav {
  padding: 20px 20px 40px;  
  background: #fff;
  max-height: 390px;
  overflow: auto;   
}
.navbar-light ul.navbar-nav:first-child {
  padding: 20px 20px 5px;
}
.navbar-light ul.navbar-nav:last-child {
  padding: 5px 20px 40px;
}
.navbar-light {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.navbar-light .navbar-toggler {
  margin: 5px 15px 5px 15px !important;
  padding: .25rem .25rem .50rem;
  outline: none;    
}
.navbar-light .navbar {
  padding-left: 0px !important;
  padding-right: 0px !important;  
}
.navbar-light .navbar-nav .nav-link {
  color: #414750;
  padding: 0px;
}
.navbar-light ul.navbar-nav > li > a {
  padding-left: 0px !important;
  padding-right: 0px !important;
  line-height: 40px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.navbar-light .dropdown-menu {
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0px 25px;
}
.navbar-dark .navbar-toggler {
  margin: 5px 15px 5px 15px !important;
  padding: .25rem .25rem .50rem;
  position: relative;
  outline: none;
  width: 100%;   
}
.navbar-dark ul.navbar-nav {
  padding-bottom: 20px;
}
.navbar-dark ul.navbar-nav > li {
  padding: 5px 0px;
  margin: 0px 15px;
}
.navbar-dark ul.navbar-nav > li > a {
  border-right: none;
  padding: 0 !important;
}
.ygs-cart .badge {
  position: absolute;
  left: 115px;
}
#ygs-user-nav {
  padding: 25px 0px;
}
.ygs-user-nav-widget {
  margin: 5px 0px !important;
}
.affix {
  padding: 0px !important;
}
.card-ygs-link-title {
  line-height: 180%;
}
.left-pan {
  padding-right: 15px;
}
.right-pan {
  padding-left: 15px;
}
#ygs-panel-wrapper.ygs-user-panel {
  padding: 95px 0px 74px;
}
.downloaded-theme-list .themes-list-item-content {
  padding: 25px 30px 30px 30px;
}
.downloaded-theme-list .themes-list-item-content .btn {
  float: none !important;
  display: block;
}
#copyrights {
  padding: 35px 0px 35px;
  margin: 0px 0px 0px;
}
#copyrights .copyrights-info p, #copyrights .credits-info p{
  text-align: center;
}
.ygs-theme-item-info .themes-list-item-image {
  margin-bottom: 50px;
}
.ygs-slide-info h2 {
  margin-bottom: 20px;
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.ygs-case-study-list .card-body {
  padding: 40px 45px 40px 45px;
}
.carousel-control-next .fas, .carousel-control-prev .fas {
  font-size: 25px;
}
.carousel-control-next {
  right: -40px;
}
.carousel-control-prev {
  left: -40px;
}
}
@media (max-width: 575px) {
section {
    padding: 50px 0px 50px !important;
}
section h2, section h3 {
    padding-bottom: 10px !important;
    line-height: 130% !important;
}
#ygs-services-list .ygs-service-items {
    padding-top: 5px !important;
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.ygs-slide-info {
  padding-right: 20px;
  padding-top: 20px;  
}
.ygs-form.form-right {
  max-width: 90% !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.downloaded-theme-list-item .themes-list-item-content h2 span {
  margin-left: 0px;
}
.cart-detail-product {
  padding-left: 15px;
  padding-top: 15px;
}
.themes-list-item-image, .themes-list-item-image .inner-box {
  position: relative;
  min-height: auto;
}
.ygs-panel-main, .ygs-panel-sidebar { 
  margin-bottom: 30px; 
}
.ygs-panel-main-theme .ygs-panel-theme-price {
  min-height: 50px;
  height: auto;
}
.ygs-panel-theme-nav {
  float: none;
}
.btn-theme-nav {
  padding: 5px 10px 6px !important;
  margin-left: 0px;
}
#ygs-features h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
#ygs-company .background {
  min-height: 200px;
  margin: 0px auto 100px;  
}
#ygs-customers img {
  margin-top: 40px;
}
.carousel-control-next {
  right: -30px;
}
.carousel-control-prev {
  left: -30px;
}
.carousel-control-next .fas, .carousel-control-prev .fas {
  font-size: 25px;
}
.ygs-case-study-list .card-body {
  padding: 40px 45px 40px 45px;
  text-align: center;
}
.ygs-drupal-logo {
  top: 0px;
}
.affix .ygs-call {
  top: 5px;
}
.ygs-call {
  position: absolute;
  width: 200px;
  right: 10px;
  text-align: right;
  top: 18px;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;  
}
.ygs-call .btn {
  padding: 6px 10px !important;
  margin-bottom: 4px;
}
.ygs-call .btn-phone, .ygs-call .btn-skype {
  font-size: 11px;
}
.affix .ygs-call {
   top: 12px;
}
#ygs-panel-wrapper {
  padding: 70px 0% 74px;
}
#ygs-features {
    padding: 50px 10% 100px;
}
#ygs-features .ygs-feature {
    margin-top: 60px;
    margin-bottom: 20px;
}
#ygs-services {
    padding: 100px 10% 50px;
}
#ygs-implementations {
    padding: 100px 10% 100px;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
.ygs-form.form-right {
  min-width: 45% !important;
}
}
.ygs-slide-info .btn {
  margin: 10px 0px;
}
#ygs-slider-services { 
  height: 0px; 
  overflow: hidden;
  display: block;
}
#ygs-hire {
  background: #ffffff;
  padding: 150px 0px 150px;
}
#ygs-hire .ygs-hire-info h1 {
  letter-spacing: -1px;
  margin-bottom: 20px;  
}
#ygs-hire .ygs-hire-info h2 {
  color: #292f33;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 34px;
  line-height: 150%;   
} 
#ygs-hire .ygs-hire-info h2 span {
  color: #ff4772;
  font-size: 40px;
  font-weight: 700;
  margin-top: 5px;
}
#ygs-hire .ygs-hire-info h3 {
  font-size: 16px;
  margin-top: 20px;
}

#ygs-hire .ygs-hire-info p {
  margin-bottom: 20px;
}


#ygs-help {
    background: #f7f7f7;
    min-height: 596px;
    padding: 150px 0px 150px;
}
#ygs-help .ygs-help-info h2 {
  color: #292f33;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 34px;
    line-height: 150%;   
} 
#ygs-help .ygs-help-info h3 {
  font-size: 16px;
  margin-top: 20px;
}
#ygs-help .features {
  margin-top: 2.2em;  
  margin-left: 3em;
  margin-bottom: 2.2em;
}
#ygs-help .features ol {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  padding: 0;
}
#ygs-help .features ol ol {
  margin: 0 0 0 2em;
}     
#ygs-help .features li {
  position: relative;
  display: block;
  padding: 0em 0em 0.5em 0em;
  *padding: 0em 0em 0.5em 0em;
  margin: .8em 0;
  font-size: 14px;
  color: #7658f6;
  text-decoration: none;
  min-height: 26px;             
}
#ygs-help .features li h3 { 
    font-weight: 700;  
    font-size: 20px !important;
    margin-bottom: 10px;
}
#ygs-help .features li p {
  margin-bottom: 0px;
}
#ygs-help .features li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute; 
  left: -50px;
  top: 0%;
  height: 36px;
  width: 36px;
  line-height: 36px;
  transition: all 0.3s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  font-weight: 600;
  background: #ff4772;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  -webkit-box-shadow: 0 0 0 0 rgba(33,128,189,0.50);
  -moz-box-shadow: 0 0 0 0 rgba(33,128,189,0.50);
  -ms-box-shadow: 0 0 0 0 rgba(33,128,189,0.50);
  -o-box-shadow: 0 0 0 0 rgba(33,128,189,0.50);
  box-shadow: 0 0 0 0 rgba(33,128,189,0.50);
}
#ygs-services-list {
  background: #ffffff;
  padding: 150px 0px 150px;
}
#ygs-services-list .ygs-services-info h1 {
  letter-spacing: -1px;
  margin-bottom: 20px;  
}
#ygs-services-list h2 {
    color: #292f33;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 34px;
    line-height: 150%; 
} 
#ygs-services-list h3 {
    font-size: 24px;
    margin-top: 30px;
    color: #292f33;
    margin-bottom: 20px;
}
#ygs-services-list .ygs-services-info h3 span {
  color: #54c1ef;
  font-size: 32px;
  font-weight: 700;
  display: block;
  margin-top: 5px;
  animation: tx 4.5s steps(40,end), blink-caret .75s step-end infinite;
}
#ygs-services-list .ygs-service-item {
  text-align:center;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
  background: #ffffff;
  padding: 20px 20px 25px;
  min-height: 284px; 
  margin-bottom: 30px;
}
#ygs-services-list .ygs-service-item .btn {
  padding: 5px 20px !important;
}
#ygs-services-list .ygs-service-item ul.features  { 
  padding:0;
  margin: 25px 0 25px 20px;
  text-align: left;
  list-style-type: none;
}
#ygs-services-list .ygs-service-item ul.features li strong  { 
  color: #ffffff !important;
}
#ygs-services-list .ygs-service-item ul.features li:before {
  font-family: 'font awesome 5 free';
  font-size: .8em;
  content: "\f00c";
  top: 0%;
  height: 46px;
  width: 46px;
  line-height: 30px;
  transition: all 0.3s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  background: #ff4772;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  -webkit-box-shadow: 0 0 0 0 rgba(33,128,189,0.50);
  -moz-box-shadow: 0 0 0 0 rgba(33,128,189,0.50);
  -ms-box-shadow: 0 0 0 0 rgba(33,128,189,0.50);
  -o-box-shadow: 0 0 0 0 rgba(33,128,189,0.50);
  box-shadow: 0 0 0 0 rgba(33,128,189,0.50);
  padding: 4px;
  margin-right: 10px;
}
#ygs-services-list .ygs-service-item ul.features li {
  font-weight: bold;
}
#ygs-services-list .ygs-service-item ul.features li h3 { 
  font-weight:600; font-size:20px!important; 
  margin-bottom:0 
}
#ygs-services-list .ygs-service-item h4 {
  font-size: 18px;
  margin-top: 20px;
  line-height: 150%;
  margin-bottom: 10px;
}
#ygs-services-list .ygs-service-item p {
  margin-bottom: 10px;
}
#ygs-services-list .ygs-service-items {
  padding-top: 50px;
}
#ygs-services-list .ygs-hire-info p {
  margin-bottom: 20px;
}
#ygs-pricing {
    background: #f7f7f7;
    min-height: 596px;
    padding: 150px 0px 150px;  
}
#ygs-pricing .ygs-pricing-info {
    padding: 50px 15px;
    border-bottom: 1px solid #ddd;
}
#ygs-pricing .ygs-pricing-info:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
#ygs-pricing h2 {
    color: #292f33;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 34px;
    line-height: 150%; 
} 
#ygs-pricing h3 {
    font-size: 24px;
    margin-top: 20px;
    color: #292f33;
}
#ygs-pricing .ygs-pricing-info ul.features  { 
  padding:0;
  margin: 0 0 15px 0px;
  text-align: left;
  list-style-type: none;
}
#ygs-pricing .ygs-pricing-info ul.features li:before {
  font-family: 'font awesome 5 free';
  font-size: .8em;
  content: "\f0da";
  top: 0%;
  height: 46px;
  width: 46px;
  line-height: 30px;
  transition: all 0.3s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  background: #ff4772;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  -webkit-box-shadow: 0 0 0 0 rgba(33,128,189,0.50);
  -moz-box-shadow: 0 0 0 0 rgba(33,128,189,0.50);
  -ms-box-shadow: 0 0 0 0 rgba(33,128,189,0.50);
  -o-box-shadow: 0 0 0 0 rgba(33,128,189,0.50);
  box-shadow: 0 0 0 0 rgba(33,128,189,0.50);
  padding: 2px 6px 2px 8px;
  margin-right: 10px;
}
#ygs-pricing .ygs-pricing-info ul.features li {
  font-weight: bold;
}
#ygs-pricing .ygs-pricing-info ul.features li h3 { 
  font-weight:600; font-size:20px!important; 
  margin-bottom:0 
}
#ygs-enquiry {
    padding: 150px 0px 150px;  
}
#ygs-enquiry .ygs-enquiry-info h2 {
  font-size: 24px;
  margin-top: 20px;
  color: #292f33;  
} 
#ygs-enquiry .ygs-enquiry-info h3 {  
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 34px;
  line-height: 150%;
  color: #ff4772;  
}
#footer {
  background: #0c0c0c;
  padding: 70px 0px 0px;   
  color: #fff;
}
#footer.footer-light {
  background: #f7f7f7;
  color: #000;
}
#footer .footer-widget h4 {
  font-size: 18px;
  color: #b1afaf;
}
#footer.footer-light .footer-widget h4 {
  color: #292f33;
}
#footer .footer-widgets {
  padding-bottom: 20px; 
}
#footer .footer-widget ul { 
  padding:0;
  margin: 0 0 40px 0px;
  text-align: left;
  list-style-type: none;
}
#footer .footer-widget ul ul {
  margin: 0 0 0px 15px;  
}
#footer .footer-widget ul li {
  color: #b1afaf;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 150%;
}
#footer .footer-widget ul li h3 { 
  font-weight:600; 
  font-size:20px!important; 
  margin-bottom:0 
}
#footer.footer-light .footer-widget ul li {
  font-size: 14px;
  line-height: 200%;
  color: #292f33;
}
#footer .footer-copyrights {
  background: #000;
  padding-top: 30px;
  padding-bottom: 15px;
}
#footer.footer-light .footer-copyrights {
  background: #f7f7f7;
  color: #000;
  padding-top: 0px;
  padding-bottom: 50px;  
}
#footer .footer-copyrights p {
  font-size: 12px;
  color: #fff;
}
#footer.footer-light .footer-copyrights p {
  font-size: 13px;
  color: #292f33;
  margin-bottom: 0px;
}
.typed-cursor{
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
.navbar-brand {
  font-family: 'Poppins', sans-serif;  
  font-size: 22px;
  padding: 20px 0px;
  font-weight: 700;
  letter-spacing: 1px;
}
section {
    padding: 100px 0px 100px !important;
}
section#ygs-panel-wrapper {
    padding: 150px 0px 150px !important;
}
@keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-ms-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@keyframes tx{from{width:0}to{width:100%}}@keyframes blink-caret{from,to{border-color:transparent}50%{border-color:#54c1ef}}





