@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');

@font-face {
  font-family: 'semplicitapro';
  src: url('../font/SemplicitaPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'semplicitapro';
  src: url('../font/SemplicitaPro-Semibold.woff') format('woff');
  font-weight: semi-bold;
  font-style: normal;
}

@font-face {
  font-family: 'semplicitapro';
  src: url('../font/SemplicitaPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
/*    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff; */
}

:root {
  --colorDarkBlue: #08355D;
  --colorBlue: #03315A;
  --colorWhite: #ffffff;
  --colorPink: #F80051;
  --colorPinkHover: #F04A15;
  --colorHeadingBlack: #232323;
  --colorHeadingWhite: #ffffff;
  --colorTitleBlue: #03315A;
  --colorBlack: #000000;
  --colorParaBlack: #303030;
  --colorParaWhite: #ffffff;
	--colorHeading3Black: #1B1B1B;
	--colorHeading4Black: #263238;
  
  --fontSemplicitaPro : 'semplicitapro';
  --fontKumbh : 'Kumbh Sans', sans-serif;
}

body {
  scroll-behavior: smooth;
  font-family: var(--fontKumbh);
}


h1, h2, h3, h4, h5, h6 {
    font-family: var(--fontSemplicitaPro);
    color: var(--colorHeadingBlack);
}

p {
	font-family: var(--fontKumbh);
    color: var(--colorHeadingBlack);
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
	color: red;
}
/* 

#loader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
}

.loader-animation {
    width: 100px;
    height: 100px;
}

.loader-animation img {
    width: 100%;
    height: 100%;
}
 */
.modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
}

.fixed__header__margin {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.inner-content {
    max-width: 1140px;
    width: 100%;
    margin: auto;
}

.aits-btn {
    background: #03466c;
    padding: 12px 24px;
    color: var(--colorWhite);
    font-family: var(--fontKumbh);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    display: inline-block;
    border: 1px solid #327093;
    border-radius: 24px;
}

.aits-btn:hover {
    background: var(--colorHeadingBlack);
	color: #fff;
}

.aits-rev-btn {
    background: var(--colorWhite);
    padding: 12px 28px;
    color: var(--colorPink);
    font-family: var(--fontKumbh);
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    display: inline-block;
	border: 1px solid var(--colorPink);
}

.aits-rev-btn:hover {
    background: var(--colorPink);
	color: #fff;
}

.above__title {
    font-family: var(--fontKumbh);
	color: var(--colorHeadingBlack);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}

.above__title.dash {
    position: relative;
	display: inline-block;
}

.above__title.dash::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    bottom: -12px;
    left: 35%;
}

.above__title.dash::before {
    background: #03466c;
}

.above__title.dash.dark__yellow::after {
    background: var(--colorDarkYellow);
}

.heading2 {
    font-family: var(--fontSemplicitaPro);
    color: var(--colorHeadingBlack);
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	text-transform: Capitalize;
}

.heading3 {
    font-family: var(--fontSemplicitaPro);
    color: var(--colorHeadingBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; 
	text-transform: Capitalize;
}

.heading4 {
	color: var(--colorHeadingBlack);
	font-family: var(--fontKumbh);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	text-transform: Capitalize;
}

.heading5 {
    font-family: var(--fontSemplicitaPro);
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}

.heading__black {
    color: var(--colorHeadingBlack);
}
.heading__white {
    color: var(--colorHeadingWhite);
}

.para {
    font-family: var(--fontKumbh);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
    margin-bottom: 12px;
}

.para_14 {
    color: var(--colorHeadingBlack);
	font-family: var(--fontKumbh);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; 
}

.para_16 {
    font-family: var(--fontKumbh);
    color: var(--colorHeadingBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;

}

.para_20 {
    font-family: var(--fontKumbh);
    color: var(--colorHeadingBlack);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;

}

.para__black {
    color: var(--colorParaBlack);
}
.para__white {
    color: var(--colorParaWhite);
    width: 80%;
}

.blue {
    color: var(--colorBlue);
}

.red {
    color: var(--colorPink);
}

.know__more {
    color: var(--colorBlack);
    font-family: var(--fontMontserrat);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}

.know__more::after {
    content: url(../images/icons/know_more_icon.svg);
    position: absolute;
    right: -28px;
    top: 0;
}

.know__more:hover {
    text-decoration: underline !important;
    color: var(--colorBlack);
}

/* recaptcha code */
.grecaptcha-badge {
    z-index: 999;
}

@keyframes slideDown{
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/*Top Bar CSS*/

#top__bar {
    padding: 8px 0px;
	background: transparent;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 2;
}

#top__bar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; /* Adjust as needed */
  /* Additional styles for the sticky header */
  background-color: #232323;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	    padding: 6px 0px;
}

#top__bar .top__info {
    display:flex;
    align-items: start;
    justify-content: end;
}

#top__bar .top__info .info__icon svg {
    width: 30px;
    height: 32px ;
    color: var(--colorTitleBlue);
}

#top__bar .top__info .info__content {
    padding-left: 12px;
}

#top__bar .top__info .info__content a {
    color: #454545;
    font-family: var(--fontMontserrat);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; 
}
#top__bar .header__logo img {
    width: 125px;
}

#top__bar .top__info .info__content span.title {
    color: var(--colorBlack);
    font-family: var(--fontMontserrat);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline !important;
    display: block;
}

#top__bar .contact__btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

/*End Top Bar CSS */

/*Navbar Css*/

.navbar {
    padding: 0px 0px;
}

.navbar .menu-header-menu-container {
    width: 100%;
}

.navbar #menu-header-menu {
    display: flex;
    padding: 0px;
    margin: 0 auto;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

.navbar #menu-header-menu > li {
    display: inline-block;
    padding-left: 2.3rem;
}

.navbar #menu-header-menu  li > a {
    color: var(--colorWhite);
    font-family: var(--fontKumbh);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px; 
}

.navbar #menu-header-menu > li > a {
    width: 100%;
    display: inline-block;
    cursor: pointer;
}


.navbar #menu-header-menu > li:last-child a {
    
    padding: 8px 24px;
    color: #ffffff;
}
.navbar #menu-header-menu > li:last-child a:hover {
    background-color: #03466c;
    color: #fff;
}
.navbar #menu-header-menu li.current-menu-item a, .navbar #menu-header-menu li:hover a  {
    color: var(--colorPink);
}

.navbar #menu-header-menu .sub-menu li:hover a {
    color: var(--colorDarkYellow);
}

.navbar #menu-header-menu  li.menu-item-has-children {
    position: relative;
    z-index: 998;
}

.navbar #menu-header-menu  li.menu-item-has-children > a::after {
    content: url("../images/icons/dropdown-icon.svg");
    position: absolute;
    top: 50%;
    margin-left: 3px;
    transform: translateY(-50%);

}

.navbar #menu-header-menu  li.menu-item-has-children .sub-menu {
    display:none;
    position: absolute;
    z-index: 999;
    padding-left: 0;
    margin-top: 1px;
    background: #F5F5F5;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    top:100%;
    margin-left:2px;
    list-style: none;
}

.navbar #menu-header-menu  li.menu-item-has-children:hover .sub-menu {
    display:block;
}

.navbar #menu-header-menu  li.menu-item-has-children .sub-menu > li{
    text-align: left;
    padding: 8px 12px;
    border-bottom: 1px solid #d0d0d0;
}

.navbar #menu-header-menu  li.menu-item-has-children .sub-menu > li:last-child {
    border-bottom: unset;
}
 
/*End Navbar CSS */


/* Footer CSS */
footer {
    background-image: url('../images/footer-bg.png');
    padding-top: 50px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    background-position: center;
}
.footer__section .footer__part {
	text-align: left;
}
.footer__section .footer__part img {
	margin-bottom: 24px;
}
footer .social__links{
    display: flex;
    align-items: center;
	justify-content: center;
}
footer .social__links span{
    margin-bottom: 0px;
}
footer .social__links ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin-bottom: unset;
	padding-left: unset;
}
footer .social__links ul li {
    margin: 0px 15px; 
}
footer .social__links ul li svg {
    font-size: 20px;
}
footer .social__links ul li svg path {
    fill: var(--colorWhite);
}
.footer__section .email__us {
    margin-top: -300px;
    margin-bottom: 68px;
}
.footer__section .email__us .white__bg {
    background: #FFF;
    box-shadow: 6px 4px 10px 2px rgba(82, 84, 87, 0.23);
    padding: 28px 36px;
}
.footer__section .email__us .white__bg .email__us__img {
    position: relative;
}
.footer__section .email__us .white__bg .email__btn {
    position: absolute;
    bottom: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer__section .email__us .white__bg .email__btn .aits-btn {
    padding: 12px 90px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.footer__menu, .footer__contact__info {
    margin-top: 100px;
}
.footer__menu ul {
    margin-left: unset;
    list-style-type: none;
}
.footer__menu ul li {
    margin-bottom: 20px;
}
.footer__menu ul li a {
    color: var(--colorWhite);
    font-family: var(--fontMontserrat);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.footer__menu ul li a:hover {
    color: var(--colorDarkYellow);
}
.footer__contact__info .item {
    display: flex;
    align-items: start;
    width: 100%;
    margin-bottom: 28px;
}
.footer__contact__info .item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #124399;
    margin-right: 28px;
}
.footer__contact__info .item span svg {
    font-size: 20px;
}
.footer__contact__info .item span svg path {
    fill: #fff;
}
.footer__contact__info .item .item__info {
    width: calc(100% - 70px);
    font-size: 12px;
    line-height: 20px;
    color: var(--colorWhite);
    font-family: var(--fontMontserrat);
}
.footer__contact__info .item .item__info p {
    margin-bottom: unset;
}
.footer__contact__info .item .item__info address, 
.footer__contact__info .item .item__info a {
    margin-bottom: unset;
    color: var(--colorWhite);
    font-family: var(--fontMontserrat);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
footer .whatsapp__btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 8px;
    border-radius: 100px;
    box-shadow: 0 3px 6px #00000029;
    justify-content: space-between;
}
footer .whatsapp__btn a {
    display: block;
    padding: 8px 4px;
}
footer .whatsapp__btn a svg {
    width: 32px;
    height: 32px;
}
footer .whatsapp__btn a.call__icon svg path {
    fill: var(--colorTitleBlue);
}
footer .whatsapp__btn a.call__icon:hover svg path {
    fill: var(--colorDarkYellow);
}
footer .footer__last p, .footer__mid p {
    font-weight: 600;
}
footer .infos  .info__wrap {
    display:flex;
    flex-direction: row;
    margin-bottom: 12px;
    align-items: center;
}
footer .infos  .info__wrap > span {
    width: 20px;
}
footer .infos  .info__wrap > span svg {
    width: 20px;
}
footer .infos  .info__wrap .info__text  {
    margin-left: 20px;
}
footer ul#menu-header-menu-2 li a, footer .infos  .info__wrap .info__text a  {
    font-family: var(--fontKumbh);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}
footer ul#menu-header-menu-2 li a:hover, footer .infos  .info__wrap .info__text a:hover  {
    color: var(--colorPink);
}
footer .infos  .info__wrap > span svg path {
    fill: #fff;
}

footer ul#menu-header-menu-2 {
    padding-left: 0;
    list-style: none;
}
footer ul#menu-header-menu-2 li {
    margin-bottom: 12px;
}
footer .copyright__section {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding:20px;
    margin-top:20px;
}
footer .copyright__section p {
    font-weight: 600;
    color:#fff;
    margin-bottom:0;
}
footer .copy__right__line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
footer .menu-none {
    display:none;
}
ul#menu-header-menu-2 li>a {
    cursor: pointer;
}
/* End Footer CSS  */



/* Media Query for Tablets Ipads landscape mode */
@media (min-width: 991px) and (max-width: 1024px){ 
    .for__mobile__menu__icon .col-lg-1 {
        display:none;
    }
    .for__mobile__menu__icon .row {
        width: 100%;
    }
    .for__mobile__menu__icon .col-lg-4:nth-child(2) {
        width: 30%;
    }
    .for__mobile__menu__icon .col-lg-4:nth-child(3) {
        width: 43%;
    }
    .for__mobile__menu__icon .col-lg-3 {
        width: 27%;
    }
    /*#top__bar .top__info .info__icon svg {*/
    /*    width: 27px;*/
    /*    height: 30px;*/
    /*}*/
    /*#top__bar .top__info .info__content {*/
    /*    padding-left: 8px;*/
    /*}*/
    #top__bar {
        padding:8px 0px;
    }
    .navbar #menu-header-menu > li {
        padding-left:20px;
    }
    .navbar #menu-header-menu li > a {
        font-size: 12px;
        line-height: 20px;
    }
    .navbar #menu-header-menu li.menu-item-has-children .sub-menu > li {
        padding: 4px 8px;
    }
    
    .footer__section .email__us .white__bg {
        padding: 20px;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 991px){
    .above__title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .heading2 {
        font-size: 32px;
        line-height: 44px;
    }
    .heading4 {
        font-size: 16px;
        line-height: 24px;
    }
    .heading__small {
        font-size: 22px;
        line-height: 32px;
    }
    .heading__light {
        font-size: 26px;
        line-height: 36px;
    }
    .para {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .para_16 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .para_18 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .know__more {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        display: inline-block;
    }
    .know__more::after {
        content: url('../images/icons/arrow__icon__mob.svg');
        right: -22px;
        top: 2px;
    }
	.aits-btn {
		padding: 8px 28px;
	}

    #top__bar {
        padding: 6px 0px;
        position: fixed;
        width: 100%;
        display: block;
        z-index: 99999;
    }
    #top__bar .menu__icon {
        display: inline-block;
        text-align: right;
    }
    #top__bar .menu__icon .fa-xmark {
        display:none;
    }
    #top__bar .menu__icon svg path {
        color: #000;
    }
    #top__bar .header__logo img {
        width: 132px;
    }
    #top__bar .for__mobile__menu__icon {
        align-items: center;
        display: none;
        justify-content: end;
    }
	#top__bar .header__logo {
    display: flex;
    /*justify-content: center;*/
    transition: all 0.3s ease-in-out;
	}
	#top__bar.sticky .header__logo {
    display: flex;
    justify-content: center;
	}

    /* Header css  */

    .mobile__nav {
        height: 100%;
        position: fixed;
        z-index: 999999;
        background: #fff;
        top: 76px;
        transform: translateX(100%);
        width: 100%;
    }
    .mobile__nav.active-menu {
        transform: translateX(0%);
        transition: 0.3s ease-in-out;
    }
    .navbar__mob {
        height: 100%;
        overflow-y: scroll;
        padding-bottom: 200px;
    }
    .navbar__mob ul {
        list-style: none;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .navbar__mob #menu-header-menu-1 > li {
        padding: 12px 0px;
        list-style: none;
        border-bottom: 0.8px solid #939393;
    }
    .navbar__mob #menu-header-menu-1 li {
        list-style: none;
    }
    .navbar__mob #menu-header-menu-1 li a {
        color: var(--colorBlack);
        font-family: var(--fontMontserrat);
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        padding: 4px 0px;
    }
    .navbar__mob #menu-header-menu-1 li.menu-item-has-children > a {
        position: relative;
        width: 100%;
        display: inline-block;
    }
    .navbar__mob #menu-header-menu-1 li.menu-item-has-children > a::after {
        content: url('../images/right__icon.svg');
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 16px;
        line-height: 24px;
        border-radius: 2px;
        border: 0.5px solid #939393;
        padding: 0px 10px;
        color: #939393;
        transition: 0.2s ease-in-out;
    }
    .navbar__mob #menu-header-menu-1 li.menu-item-has-children > a.active::after {
        content: url('../images/up__icon.svg');
    }
    .navbar__mob #menu-header-menu-1 li > .sub-menu {
        display:none;
    }
    .navbar__mob #menu-header-menu-1 li > .sub-menu li {
        padding: 4px 0px;
    }
    .navbar__mob #menu-header-menu-1 li > .sub-menu li a {
        color: #2A2A2A;
        font-family: var(--fontMontserrat);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        padding: 0px;
    }
    .navbar__mob #menu-header-menu-1 li > .sub-menu a {
        color: #2A2A2A;
        font-family: var(--fontMontserrat);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .navbar__mob #menu-header-menu-1 li.current-menu-item a {
        color: var(--colorTitleBlue);
    }

    .navbar__mob .top__info {
        display: flex;
        align-items: start;
        margin-top: 16px;
    }
    .navbar__mob .top__info .info__icon {
        margin-top:2px;
    }
    .navbar__mob .top__info .info__icon svg {
        width: 24px;
        height: 20px;
        color: var(--colorTitleBlue);
    }
    .navbar__mob .top__info .info__content {
        padding-left: 10px;
    }
    .navbar__mob .top__info .info__content span.title {
        color: var(--colorBlack);
        font-family: var(--fontMontserrat);
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        display: block;
    }
    .navbar__mob .top__info .info__content a {
        color: #454545;
        font-family: var(--fontMontserrat);
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    /* End header Css  */


    /* Footer css  */
    
    footer {
        margin-top: 0;
    }
    .footer__section .email__us .white__bg .content h2 {
        text-align: center;
        font-size: 24px;
    }
    .footer__section .email__us .white__bg .content p {
        text-align: center;
        margin-bottom: 16px;
    }
    .footer__section .email__us .white__bg .email__btn .aits-btn {
        font-size: 16px;
        line-height: 22px;
        padding: 12px 72px;
    }
    .footer__section .social__links {
        margin-top: 28px;
    }
    .footer__menu, .footer__contact__info {
        margin-top: 30px;
    }
    .footer__menu #menu-footer-menu {
        padding-left: 0px;
    }
    .footer__menu ul li {
        margin-bottom: 16px;
    }
    .footer__menu ul li a {
        font-size: 18px;
        line-height: 26px;
    }
    .footer__contact__info .item span {
        margin-right: 16px;
    }
    .footer__contact__info .item .item__info p {
        font-size: 20px;
        line-height: 32px;
    }
    .footer__contact__info .item .item__info address, .footer__contact__info .item .item__info a {
        font-size: 16px;
        line-height: 24px;
    }
    footer .whatsapp__btn {
        bottom: 20px;
        right: 20px;
    }
    footer .whatsapp__btn a svg {
        width: 20px;
        height: 20px;
    }
    footer .whatsapp__btn a {
        padding: 6px 4px;
    }

    /* End Footer CSS  */
}



/* RESPONSIVE */

@media screen and (max-width:767.98px) {
    .above__title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
	.above__title.dash::before {
		width: 20px;
		height: 1px;
	}
    .heading2 {
        font-size: 24px;
        line-height: 32px;
    }
    .heading3 {
        font-size: 16px;
        line-height: 24px;
    }
    .heading4 {
        font-size: 16px;
        line-height: 24px;
    }
	.heading5 {
        font-size: 20px;
        line-height: 28px;
    }
    .para {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .para_16 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .para_18 {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .know__more {
        font-size: 12px;
        line-height: 20px;
        font-weight: 600;
        display: inline-block;
    }
    .know__more::after {
        content: url('../images/icons/arrow__icon__mob.svg');
        right: -22px;
        top: 2px;
    }
	.aits-btn {
		font-size: 14px;
		line-height: 22px;
		padding: 12px 24px;
	}
	.aits-rev-btn {
		font-size: 14px;
		line-height: 22px;
		padding: 12px 16px;
	}

    #top__bar {
        padding: 12px 0px;
        position: fixed;
        width: 100%;
        display: block;
        z-index: 999;
    }
    #top__bar .menu__icon {
        display: inline-block;
        text-align: right;
    }
    #top__bar .menu__icon .fa-xmark {
        display:none;
    }
    #top__bar .menu__icon svg path {
        color: #000;
    }
    #top__bar .header__logo img {
        width: 120px;
    }
    #top__bar .for__mobile__menu__icon {
        align-items: center;
        display: none;
        justify-content: end;
    }
	
	#top__bar .header__logo {
		display: flex;
		/*justify-content: center;*/
		transition: all 0.3s ease-in-out;
	}
	
	#top__bar.sticky .header__logo {
		display: flex;
		justify-content: center;
	}

    /* Header css  */

    .mobile__nav {
        height: 100%;
        position: fixed;
        z-index: 999999;
        background: #fff;
        top: 76px;
        right: 0px;
        transform: translateX(100%);
        width: unset;
    }
    .mobile__nav.active-menu {
        transform: translateX(0%);
        transition: 0.3s ease-in-out;
    }
    .navbar__mob {
        height: 100%;
        overflow-y: scroll;
        padding-bottom: 200px;
    }
    .navbar__mob ul {
        list-style: none;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .navbar__mob #menu-header-menu-1 > li {
        padding: 12px 0px;
        list-style: none;
        border-bottom: 0.8px solid #939393;
    }
    .navbar__mob #menu-header-menu-1 li {
        list-style: none;
    }
    .navbar__mob #menu-header-menu-1 li a {
        color: var(--colorBlack);
        font-family: var(--fontMontserrat);
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        padding: 4px 0px;
    }
    .navbar__mob #menu-header-menu-1 li.menu-item-has-children > a {
        position: relative;
        width: 100%;
        display: inline-block;
    }
    .navbar__mob #menu-header-menu-1 li.menu-item-has-children > a::after {
        content: url('../images/right__icon.svg');
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 12px;
        line-height: 20px;
        border-radius: 2px;
        border: 0.5px solid #939393;
        padding: 0px 10px;
        color: #939393;
        transition: 0.2s ease-in-out;
    }
    .navbar__mob #menu-header-menu-1 li.menu-item-has-children > a.active::after {
        content: url('../images/up__icon.svg');
    }
    .navbar__mob #menu-header-menu-1 li > .sub-menu {
        display:none;
    }
    .navbar__mob #menu-header-menu-1 li > .sub-menu li {
        padding: 4px 0px;
    }
    .navbar__mob #menu-header-menu-1 li > .sub-menu li a {
        color: #2A2A2A;
        font-family: var(--fontMontserrat);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        padding: 0px;
    }
    .navbar__mob #menu-header-menu-1 li > .sub-menu a {
        color: #2A2A2A;
        font-family: var(--fontMontserrat);
        font-size: 10px;
        font-weight: 400;
        line-height: 16px;
    }

    .navbar__mob #menu-header-menu-1 li.current-menu-item a {
        color: var(--colorTitleBlue);
    }

    .navbar__mob .top__info {
        display: flex;
        align-items: start;
        margin-top: 16px;
    }
    .navbar__mob .top__info .info__icon {
        margin-top:2px;
    }
    .navbar__mob .top__info .info__icon svg {
        width: 24px;
        height: 20px;
        color: var(--colorTitleBlue);
    }
    .navbar__mob .top__info .info__content {
        padding-left: 10px;
    }
    .navbar__mob .top__info .info__content span.title {
        color: var(--colorBlack);
        font-family: var(--fontMontserrat);
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
        display: block;
    }
    .navbar__mob .top__info .info__content a {
        color: #454545;
        font-family: var(--fontMontserrat);
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
    }

    /* End header Css  */


    /* Footer css  */
    footer {
        margin-top: unset;
    }
    .footer__section .email__us {
        margin-top: -432px;
        margin-bottom: 44px;
    }
    .footer__section .email__us .white__bg {
        padding: 20px 12px;
    }
    .footer__section .email__us .white__bg .content h2 {
        text-align: center;
    }
    .footer__section .email__us .white__bg .content p {
        text-align: center;
        margin-bottom: 16px;
    }
    .footer__section .email__us .white__bg .email__btn .aits-btn {
        font-size: 12px;
        line-height: 18px;
        padding: 12px 72px;
    }
    .footer__section .social__links {
        margin-top: 28px;
    }
    .footer__menu, .footer__contact__info {
        margin-top: 30px;
    }
    .footer__menu #menu-footer-menu {
        padding-left: 0px;
    }
    .footer__menu ul li {
        margin-bottom: 16px;
    }
    .footer__menu ul li a {
        font-size: 14px;
        line-height: 22px;
    }
    .footer__contact__info .item span {
        margin-right: 16px;
    }
    .footer__contact__info .item .item__info p {
        font-size: 16px;
        line-height: 28px;
    }
    .footer__contact__info .item .item__info address, .footer__contact__info .item .item__info a {
        font-size: 12px;
        line-height: 20px;
    }
    footer .whatsapp__btn {
        bottom: 20px;
        right: 20px;
    }
    footer .whatsapp__btn a svg {
        width: 20px;
        height: 20px;
    }
    footer .whatsapp__btn a {
        padding: 6px 4px;
    }
    footer .copy__right__line {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .footer__section .footer__part img {
        margin-bottom: 16px;
        width: 128px;
    }
    footer .social__links {
        margin-top: 20px;
    }
    footer .infos .info__wrap .info__text {
        margin-bottom: 8px;
		margin-left: 15px;
    }
    footer .para_16 {
        font-size: 16px;
        line-height: 24px;
    }
    footer .infos .info__wrap:nth-child(2) {
        margin-bottom: 8px;
    }
	footer .infos .info__wrap{
        margin-bottom: 0px;
    }
	.footer__mid {
	    margin-bottom: 1rem;
	}
    /* End Footer CSS  */


}

