
/******main****/
a{text-decoration: none; }
a:visited{text-decoration: none}
a:hover{text-decoration: none}
html {    overflow:   scroll;    scroll-behavior: smooth;  }
html, body{background-color: var(--pc); color: #172647; max-width: 100vw; overflow: hidden; overflow-y: auto}
.lds-bg {
    display: inline-block;
    background: var(--pc);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99991;
    width: 100%;
    height: 100%;
}
.ajax-lds-bg {
    display: inline-block;
    background: #000000aa;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99991;
    width: 100%;
    height: 100%;
}

.ajax-lds-wc {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-left: calc(50% - 48px);
    margin-top: calc(50vh - 80px);
}
  .ajax-lds-wc div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #aa226a;
    animation: lds-wc 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .ajax-lds-wc div:nth-child(1) {
    left: 8px;
    animation-delay: -0.36s;
  }
  .ajax-lds-wc div:nth-child(2) {
    left: 32px;
    animation-delay: -0.24s;
  }
  .ajax-lds-wc div:nth-child(3) {
    left: 56px;
    animation-delay: -0.12s;
  }
  .ajax-lds-wc div:nth-child(4) {
    left: 80px;
    animation-delay: 0;
  }
  @keyframes lds-wc {
    0% {
      top: 8px;
      height: 72px;
    }
    50%, 100% {
      top: 24px;
      height: 40px;
    }
  }
  
  #email-success-popup .modal-body {
    font-size: 20px;
}
#email-success-popup .modal-title {
    font-size: 24px;
}
#email-success-popup .modal-body {
    font-size: 20px;
}
#email-success-popup .modal-footer button {
    font-size: 16px;
}
.lds-wc {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-left: calc(50% - 48px);
    margin-top: calc(50vh - 50px);
}
.lds-wc div {    
    display: inline-block;    position: absolute;    left: 8px;    width: 16px;
    background: #aa226a;    animation: lds-wc 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-wc div:nth-child(1) {    left: 8px;    animation-delay: -0.36s;    }
.lds-wc div:nth-child(2) {    left: 32px;    animation-delay: -0.24s;    }
.lds-wc div:nth-child(3) {    left: 56px;    animation-delay: -0.12s;    }
.lds-wc div:nth-child(4) {    left: 80px;    animation-delay: 0;    }
@keyframes lds-wc {
    0% {        top: 8px;        height: 72px;    }
    50%, 100% {        top: 24px;        height: 40px;    }
}
#site-content {
    overflow: unset;
}


/******Header****/
.header-titles{	display: none;}
#site-header{background-color: transparent;}
.header-titles-wrapper{display: none;}

#site-header ul, #site-header li{list-style: none; display: inline-block; }
#site-header ul {margin-top: 0; margin-bottom: 0;}
#site-header ul li a {
    color: #FFF;
    line-height: 21px;
    font-size: 18px;
    font-weight: 500;
}
.mobile-nav ul li.current-menu-item a {
    text-decoration: none;
    color: var(--pc)!important;
}
#site-header ul li.current-menu-item a {
    background-color: #FFF;
    color: var(--pc);
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 24px;
}
.mobile-nav ul li.current-menu-item a {
    text-decoration: none;
    color: var(--pc);
}

.menu-header-social-menu-container{display: flex; align-items: center;}
.menu-header-social-menu-container ul li {margin: 0; margin-right: 8px; }
.menu-header-social-menu-container ul li .fa{
    color: var(--pc);    background-color: #FFF;    padding: 5px 5px;
    border-radius: 6px;    width: 32px;    text-align: center;
    transition: all 300ms ease-in-out;    font-size: 20px;
}
.menu-header-social-menu-container ul li .fa:hover{  background-color: var(--pc);    color:  #FFF; }
.header-navigation-wrapper {
    align-items: center;    display: flex;    margin-right: auto;    margin-bottom: 2px;
    margin-left: 50px;
}

#site-footer {
    background-color: var(--pc);
    padding-top: 60px;
}
/******Footer****/
.section-7 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.section-7 ul li {
    line-height: 1.5;
    margin: 13px 0px;
}
.section-7 ul li a{
    line-height: 1.5;
    margin: 13px 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}
.section-7 ul li a .fa{
    color: var(--pc);
    background-color: #FFF;
    padding: 5px 5px;
    border-radius: 6px;
    width: 32px;
    text-align: center;
    transition: all 300ms ease-in-out;
    font-size: 20px;
    margin-right: 10px;
}
.section-7 ul li a .fa:hover{
    background-color: var(--pc);
    color: #FFF;
}
.section-7 h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 20px 0px;
}
.section-7 .footer-logo img{
    margin: 0 auto!important;
    width: 100%;
    max-width: 350px;
}
.section-7 .footer-logo {
    position: relative;
    top: 200px;
    transition: all 800ms;
}
.section-7 .footer-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}
/* #site-footer{
    opacity: 0.2;
} */
.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
    margin-top: 0;
}


.about-us-animation .footer-image p img{
    width: auto;
}

.about-us-animation .footer-image #push-me-left-footer{
    -webkit-transition: all 1.2s ease-out;
    transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    position: relative;
    left: 300px;
   
}
.about-us-animation .footer-image #push-me-right-footer{
    -webkit-transition: all 1.2s ease-out;
    transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    position: relative;
    left: -300px;
   
}

/******Menu****/
.mobile-nav-container{
    position: relative;
    display: none;
}
.mobile-nav{
        padding: 20px;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}
.mobile-nav{
        font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #172647;
}
ul.hamburger-icon{
    position: absolute;
    top: 3.8rem;  right: -20px;
    transform: translate(-50%,-50%);
    width: 40px;   height: 40px;
    cursor: pointer;
    z-index: 99999;
}
ul.hamburger-icon li {
    list-style: none;
    position: absolute;
    left: 5%;
    width: 90%;
    height: 6px;
    transition: .5s;
    background: #ffffff;
    transform: translateY(-50%) rotate(0);
    opacity: 1;
}
ul.hamburger-icon li:nth-child(1){
    top: 20%;
}
ul.hamburger-icon li:nth-child(2){
    top: 50%;
}
ul.hamburger-icon li:nth-child(3){
    top: 80%;
}

ul.active-hamburger-icon li:nth-child(1){
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
ul.hamburger-icon.active-hamburger-icon li:nth-child(2){
   opacity: 0;
}
ul.hamburger-icon.active-hamburger-icon li:nth-child(3){
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

#site-header ul.hamburger-icon{display: none;}

/******************tel**************/
.iti__selected-flag {
    padding: 0 6px 0 34px;
}
.iti__flag-box, .iti__country-name {
    margin-right: 6px;
    color: #6d59f6;
    font-size: 15px;
}
.iti__flag-box {
    margin-right: 16px;
    padding-left: 10;
}
#contact-phone{
    padding-left: 0!important;
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: #172647;
    font-weight: 700;
    font-size: 14px;
}
.iti {
    border-radius: 50px;
    background-color: #e5e5e5;
    border-radius: 50px;
    background-color: #e5e5e5;
    max-width: 690px;
    display: block;
    margin: 0 auto;
}
.iti--separate-dial-code .iti__selected-flag {
    padding-right: 10px;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: #f1f1f1;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}
.iti__arrow {
    margin-left: 10px;
    margin-right: 4px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid var(--pc);
}