:root{ scroll-behavior: smooth;}
body {
    -webkit-font-smoothing: antialiased!important;
    text-rendering: auto;
    font-family: 'Roboto', sans-serif;
color: #727272;
font-size: 16px;
font-weight: 400;
line-height: 1.4;
}
.spadx{
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
@media (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px;
    }
}
 .w-70{width: 70%;}
h1,h2,h3,h4,h5{ color: #121111;font-weight: 600;    line-height: 1.4;}
h1{
    font-size: 58px;    line-height: 1.1;
}
h2{
    font-size: 50px;
}
h3{
    font-size: 36px;line-height: 1.15;
}
h4{
    font-size: 32px;
}
h5{
    font-size: 22px;
}
h6{
    font-size: 18px;font-weight: 600;line-height: 1.5;
}
.txt-black{color: #121111;}
 .txt-blue{color: #000624;}
 .bg-blue{
background-color: #000624; color: #fff;
 }
 .bg-gold{
background-color: #AE8202; 
 }
 .bg-red{
    background-color: #EC2028; color: #fff;
     }
.bg-green{
	background-color: #084728
}
.border-radius-10{border-radius: 10px;} 
.border-radius-30{border-radius: 30px;}
.fs-20{font-size: 20px}

.main-heading{
	font-size: 40px
}
/*.main-heading span{position: relative;padding: 0 5px;}
.main-heading span:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 35%;
    background-color: rgba(255, 0, 0, 0.13);
    bottom: 0;
}
.main-heading.text-white span:after{ background-color: rgba(255, 255, 255, 0.13);}*/
.spad{padding: 60px 0;}
.inner-banner .spad{padding: 40px 0;} 


.btn-red {
    display: inline-block;
    padding: .75rem 1.7rem;
    border-radius: 10rem;
    color: #fff;
    font-size: 16px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;      background-color: #E13438;
  }
    .btn-red:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #E13438;
      border-radius: 10rem;
      z-index: -2;
    }
    .btn-red:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0%;
      height: 100%;
      background-color: #b91014;
      transition: all .3s;
      border-radius: 10rem;
      z-index: -1;
    }
    .btn-red:hover {
      color: #fff;
      text-decoration: none;
    }
    .btn-red:hover:before {
        width: 100%;
      }


/*button 20*/

.btn-gold {

    pointer-events: auto;
    cursor: pointer;
    background: linear-gradient(45deg, #DAA425 1%, #AB8000 50%, #DAA425 100%);
    border: none;
  padding: 13px 30px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    border-radius: 15px;
    color: #fff;
    background-size: 200% auto;
    transition: 0.5s;
}



.btn-gold:hover{  color: #fff; background-position: right center;   text-decoration: none;}

.btn-green{
	background: #024E29;cursor: pointer;
	border: none;
  padding: 13px 30px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    border-radius: 15px;
    color: #fff;
}
.btn-green:hover{
	   color: #fff;
}


nav.navbar {padding: 5px 0; background-color: #fff;}
.navbar-nav li a{
    color: #121111 !important;
    text-decoration: none;
    font-weight: 500;
    padding: 0 30px 0 0 !important;
    font-size: 16px;
}
.navbar-light .navbar-brand {
    color: #04438D; 
    font-size: 32px;font-weight: 600;    width: 265px;
}


ul.social-menu {
    margin: 0 ;
    padding: 0
}

ul.social-menu li {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    position: relative
}

ul.social-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 22px
}
ul.social-menu li a:hover i{color: #fff;}



.footer-part {padding-top: 40px; padding-bottom:  30px;}
.footer-part h5 { margin-bottom: 20px;color: #fff;}
.footer-part p a, .footer-part p ,.footer-bottom p, .footer-part ul li a,.footer-part ul li a:hover {
   font-size: 15px;color: #fff;
    text-decoration: none;font-weight: 300
}
.footer-part ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-part ul li {
    padding-bottom: 5px;
    font-size: 15px
}

b, strong {
    font-weight: 700;
}


#rightsidebar{display: none;}

@media only screen and (max-width: 991px) {
   
.toggle-cu-menu { cursor: pointer;}
.hamburger-box-close {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 24px;
    cursor: pointer;
    top: 2px;
}
.hamburger-box-close{    top: 50%; transform: translate(0px, -50%);}
body.open-mm .mobile-menu .header-expandable-menu-top {
    position: absolute;
    right: 13px;
    top: 25px;
}
.hamburger-box-close .hamburger-inner, .hamburger-box-close .hamburger-inner:after,.hamburger-box-close .hamburger-inner:before{background-color: #212121; width: 28px;}
.hamburger-box-close .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(45deg);
}
.hamburger-box-close .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0;
}
.hamburger-box-close .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);
}
.toggle-cu-menu.toggle-cu-menu-open {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 20000000;
}
body.open-mm .mobile-base {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 10000;
}
.mobile-menu {
        text-align: left;
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        width: 300px;
        max-width: 100%;
        height: 100vh;
        max-height: 400vh;
        -webkit-overflow-scrolling: touch;
        transition: transform .5s;
        -ms-transform: translateX(310px);
        transform: translateX(310px);
        z-index: 10000010;
        background-color:#fff
}
body.open-mm .mobile-menu {
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    z-index: 100;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    top: 3px;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger-inner:after, .hamburger-inner:before {display: block; content: "";}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 22px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #1d1d1d;
    right: 0;
}
.hamburger-inner:before {
    top: -8px;
    width: 25px;
}
.hamburger-inner:after {
    bottom: -8px;
    width: 25px;
}
.hamburger-inner {
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: 75ms;
}
.hamburger-inner:before {  transition: top 75ms ease .12s,opacity 75ms ease; }
.hamburger-inner:after { transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19); }
body.expand .hamburger{
    top: 15px;
    margin-top: 0px;
    position: absolute;
}
body.expand .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(45deg);
}
body.expand .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0;
}
body.expand .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);
}
.menu { margin-top: 50px;}
#rightsidebar {
    right: 0;
    top:0px;
    display: block!important;
}
#rightsidebar ul.dropdown-menu li {
    padding: 5px 0px 5px 10px;
    font-size: 15px;
}
ul.header-menu-mobile {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.header-menu-mobile >li {
    font-size: 18px;
    position: relative;
    padding: 10px 20px;
}
ul.header-menu-mobile li a {
    color: #212121;
    padding: 0;
    font-weight: 500;
   text-decoration: none;
}
ul.header-menu-mobile >li ul{padding: 0;margin: 0;list-style: none;}
ul.header-menu-mobile >li ul li a{font-size:15px; color: #555;}
#rightsidebar ul.header-menu-mobile li a {
    position: relative;
    display: block; 
}
ul.dropdown-menu3 {
    position: relative;
    right: 0px;
    width: fit-content;
}
#rightsidebar .dropdown-toggle::after {
    content: '\f078';
    position: absolute;
    right: 0;
    top: 50%;
    font-family: "FontAwesome";
    font-weight: 400;
    transition: transform .5s;
    padding: 7px 0  7px 3px;
    border-width: 0px;
    font-size: 14px;
    transform: translate(0px, -50%);
}
.dropdown-menu{
    float: none;
    border-width: 0px;
    position: relative!important;
    min-width: auto!important;
    padding: 10px 10px 0px;
    transform: translate3d(0px, 0px, 0px)!important;
    border-top: 3px solid rgb(255 255 255)!important;
}
.header-part .social-menu {margin-right: 0px!important;}
.search-box-wrapper .search-box{display: none;}
#rightsidebar .search-box {
    display: block;
    padding: 20px;
    width: 100%;
}
#rightsidebar .search-box form{position: relative;}
ul.dropdown-menu2,ul.dropdown-menu3 {
    position: relative!important;
    right: auto!important;
    background-color: #fff!important;
}
}


.testimonial-box {
    /*background-color: #F3EBFF;*/    background-color: #d29e1e1c;
    border-radius: 20px;
    padding: 30px 32px;height:calc(100% - 1rem);
}
.testimonial-box h6{font-weight: 500;}

.accordion-item:last-of-type .accordion-collapse, .accordion-item:last-of-type{  border-radius: 0;}
.accordion-item{
    border-width: 0 0 1px;
    border-color: #000;
    border-style: solid;
    border-radius: 0;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-button {
    font-weight: 600;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;    color: #121111;
}
.accordion-button:not(.collapsed) {
    background: transparent;    color: #121111;
}
.accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.accordion-button:after {
	content: "\e9b1";
    background: none;
	font-family: 'Feather';
}
.accordion-button:not(.collapsed):after {
    content: "\e996";background: none;
}


.service-head{
    border-radius: 30px;
    background-image: url(../images/service-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;    padding-bottom: 120px;
}
.service-head1{
	 border-radius: 0px;
    background-image: url(../images/service-bg1.jpg);
}
.inner-banner{
    background-image: url(../images/service-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.single-contact p a {
    color: #727272;
    text-decoration: none
}

.single-contact .contact-icon {
    height: 60px;
    width: 60px;
    border: 1px solid  #084728;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0 auto 15px
}

.single-contact:hover .contact-icon {
    color: #fff;
    background:  #084728
}

.single-contact .contact-icon i ,.single-contact .contact-icon svg{
    font-size: 25px;width: 25px;    height: 25px;
    color:  #084728;
    line-height: 60px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-contact:hover .contact-icon i ,.single-contact:hover .contact-icon svg{
    color: #fff;
    font-size: 30px
}

.contact-form p {
    margin-bottom: 0
}

.contact-form .form-control {
    height: 48px
}

.contact-form textarea.form-control {
    height: 100px
}


.service-box{
    border-radius: 20px;
    background-color: #fff;padding: 25px;box-shadow: 0 4px 70px rgb(0 0 0 / 11%);
	height:calc(100% - 20px);
margin-top:20px;}
.service-box h5 a{
    text-decoration: none;color: #272727;
}
.service-box p{height: 45px;}
.service-wrap {
    position: relative;
    margin-top: -100px;
  
}

.left-top{
    position:absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.right-bottom{
    position:absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.left-bottom{
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 90px;
    z-index: -1;
}

.hm-banner h1{
	font-size: 42px;
}
.hm-banner h1 span{
	color: #AE8202; font-weight: bold; font-size: 68px; display: block;
}
.green-banner {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 46%;
    left: 0;
    right: 0;
    background-color: #046A38;
    border-radius: 20px;
    z-index: -1;
}
@media screen and (max-width: 1199px) {
  .hm-banner{padding: 60px 0 0;}
  .w-70 {
    width: 100%;
}
}
@media screen and (max-width: 1100px) {
    .navbar-light .navbar-brand { width: auto; }
  }

@media screen and (max-width: 991px) {
    .test-up .align-items-center {
        align-items: flex-end !important;
    }
  }


  @media screen and (max-width: 767px) {
    .hm-banner br{display: none;}
    .service-wrap { padding: 0 20px; }
    .service-box{
        border-radius: 20px;
        padding: 20px;
    }
    .test-up .pb-0.spad{padding-top: 0;}
    .footer-part h5 {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .text-end {
        text-align: left !important;
    }
    ul.social-menu {
        margin: 10px 0 0;
    }
    .header-part .navbar .btn-red{display: none;}
    .service-box p{height: auto;}
    .hm-banner {
        padding: 30px 0 0;
    }
  }


  .smbtn-fx {
    width: auto;
    height: auto;
    float: left;
    position: relative;
    z-index: 99999
}

a.btn-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 5px;
    border-radius: 50%;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0px 3px 13px #00000059
}

a.btn-whatsapp img {
    width: 50px;
    height: 50px;
}
@media only screen and (max-width: 1699px) {
	.hm-banner{padding-top:60px}
	.green-banner { height: 60%;}
}
@media only screen and (max-width: 1399px) {
	.hm-banner h1 span {  font-size: 62px;}
		.hm-banner h5{ font-size: 18px;
    font-weight: 400;
}
}

@media only screen and (max-width: 1199px){
	.if-mb { text-align: center;}
	.if-mb img{max-width: 300px!important;}
	    .green-banner { height: 80%;}
}
@media only screen and (max-width: 991px){
	.hm-banner h1 span{ font-size: 56px;  }
	.test-up .pb-0.spad {
        padding-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    a.btn-whatsapp {
        bottom:15px;
        right: 15px;
        padding: 0;
        background-color: transparent;
        box-shadow: none
    }
    h1{
        font-size: 44px;
        line-height: 1.1;
    }
    h2{
        font-size: 40px;
    }
    h3{
        font-size: 32px;line-height: 1.15;
    }
    h4{
        font-size: 28px;
    }
    h5{
        font-size: 22px;
    }
    h6{
        font-size: 18px;font-weight: 600;line-height: 1.5;
    }
	    .green-banner {height: 30%;}
	.hm-banner h5{color: #121111!important;}
	.main-heading {
    font-size: 34px;
}
	    .home h1 { font-size: 30px; }
}


@media only screen and (max-width: 575px) {
    .service-box { padding: 15px; }
    .service-box h5 {
        font-size: 18px;
    }
    .home h1 {text-align: center; }
    .w-70 {
        width: 100%;
        text-align: center;
    }
    .mb-cta{
             z-index: 11;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .mb-cta .btn-gold{border-radius: 0px;        padding: .5rem 1rem;    }
    .service-head {
        padding-bottom: 100px;
    }
	    .hm-banner h1 span {
        font-size: 44px;
    }
	.if-mb{text-align:center}
	.if-mb img{width:50%}    
	.green-banner {
        height: 200px;
    }
}