@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('../fonts/GTWalsheimPro-Light.eot');
    src: url('../fonts/GTWalsheimPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTWalsheimPro-Light.woff2') format('woff2'),
        url('../fonts/GTWalsheimPro-Light.woff') format('woff'),
        url('../fonts/GTWalsheimPro-Light.ttf') format('truetype'),
        url('../fonts/GTWalsheimPro-Light.svg#GTWalsheimPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('../fonts/GTWalsheimPro-Medium.eot');
    src: url('../fonts/GTWalsheimPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTWalsheimPro-Medium.woff2') format('woff2'),
        url('../fonts/GTWalsheimPro-Medium.woff') format('woff'),
        url('../fonts/GTWalsheimPro-Medium.ttf') format('truetype'),
        url('../fonts/GTWalsheimPro-Medium.svg#GTWalsheimPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('../fonts/GTWalsheimPro-Bold.eot');
    src: url('../fonts/GTWalsheimPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTWalsheimPro-Bold.woff2') format('woff2'),
        url('../fonts/GTWalsheimPro-Bold.woff') format('woff'),
        url('../fonts/GTWalsheimPro-Bold.ttf') format('truetype'),
        url('../fonts/GTWalsheimPro-Bold.svg#GTWalsheimPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('../fonts/GTWalsheimPro-Regular.eot');
    src: url('../fonts/GTWalsheimPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTWalsheimPro-Regular.woff2') format('woff2'),
        url('../fonts/GTWalsheimPro-Regular.woff') format('woff'),
        url('../fonts/GTWalsheimPro-Regular.ttf') format('truetype'),
        url('../fonts/GTWalsheimPro-Regular.svg#GTWalsheimPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Coolvetica Rg';
    src: url('../fonts/CoolveticaRg-Bold.eot');
    src: url('../fonts/CoolveticaRg-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CoolveticaRg-Bold.woff2') format('woff2'),
        url('../fonts/CoolveticaRg-Bold.woff') format('woff'),
        url('../fonts/CoolveticaRg-Bold.ttf') format('truetype'),
        url('../fonts/CoolveticaRg-Bold.svg#CoolveticaRg-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Coolvetica Rg';
    src: url('../fonts/CoolveticaRg-Regular.eot');
    src: url('../fonts/CoolveticaRg-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CoolveticaRg-Regular.woff2') format('woff2'),
        url('../fonts/CoolveticaRg-Regular.woff') format('woff'),
        url('../fonts/CoolveticaRg-Regular.ttf') format('truetype'),
        url('../fonts/CoolveticaRg-Regular.svg#CoolveticaRg-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --themeblue: #c70021;
    --myriad-font: 'Myriad Pro';
    --col-font: 'Coolvetica Rg';
    --gtwal-font: 'GT Walsheim Pro';
  }
a.navbar-brand.col-font img {
    max-width: 132px;
}
.my-dropdown-menu {
    position: absolute;
    background: #fff;
    display: none;
}
.my-dropdown-menu.show{
    display:block;
}
.g-recaptcha {
    margin-bottom: 20px;
}
.mm-t-10{
    margin-top:-7px;
}
a:hover{
    color: var(--themeblue);
}
.home-bef:before{
	display:none;
}
body{
    font-family: var(--gtwal-font);
    overflow-x: hidden;
}
  .myriad-font{
    font-family: var(--myriad-font);
  }
  .col-font{
    font-family: var(--col-font);
  }
  .gt-font{
    font-family: var(--gtwal-font);
  }
  a:hover{
    text-decoration: none;
  }
  section{
    padding: 100px 0px;
  }
  h3{
    margin-bottom: 0px;
    font-family: var(--col-font);
    color:var(--themeblue);
    font-size: 35px;
    letter-spacing: 2px;
  }
  h2{
   line-height: 1;
    font-family: var(--col-font);
    color: #000;
    font-size: 60px;
  }
  h2.sm-h2{
    margin-bottom: 15px;
    font-size: 40px;
  }
  h4 {
    margin-bottom: 5px;
    font-family: var(--col-font);
    color: var(--themeblue);
    line-height: 1.4;
    font-size: 18px;
    letter-spacing: 1.2px;
}
  h5{
font-family: var(--col-font);
font-size: 19px;
margin-bottom: 10px;
  }
  h6{
    font-family: var(--col-font);
    color: #000;
    font-size: 32px;
  }
  
  p  {
    font-family: var(--gtwal-font);
    color: #000;
    margin-bottom: 30px;
    line-height: 29px;
    font-size: 16px;
  }
  li{
    font-family: var(--gtwal-font);
    color: #000;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 16px;
  }
  .text-20 p{
    font-size: 20px;
  }
  i{
    color: var(--themeblue);
  }
  .opacity-8{
    opacity: 0.8;
  }
  .bg-black{
    background-color: #000;
  }
  .theme-btn.large a {
    width: 213px;
    padding: 7px!important;
}
.font-14{
    font-size: 16px;
}
  .theme-btn a  , .theme-btn-red{
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    width: 170px;
    font-weight: 400;
    background: var(--themeblue);
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-family: var(--col-font);
    padding: 10px;
    border-radius: 100px;
    border: 1px solid var(--themeblue);
    transition: 0.3s;
}
.theme-btn a:hover , .theme-btn-red:hover {
    transform: scale(1.1);
}
  /* header */
  .nav-btn {
    margin-left: 115px;
}
.nav-link {
   padding: 10px 24px!important;
   text-transform: uppercase;
   font-family: var(--gtwal-font);
}
.nav-link:hover , .nav-link.active {
   color: var(--themeblue)!important;
 }
 header.fixed {
    position: sticky;
    background: #000;
    z-index: 4;
    padding: 0px;
}
header {
    transition: 0.4s;
}
.success {
    color: green;
    background: #fff;
    margin: 20px 0px;
    padding: 2px 10px;
    text-align: center;
}
        .error { 
            color: red;
        background:#fff;
        margin: 20px 0px;
    padding: 2px 10px;
    text-align: center;
            
        }
        #loader {
            display: none;
            width: 100%;
            text-align: center;
            margin-top: 20px;
        }
header.fixed .navbar-brand img {
    max-width: 70px;
}
.nav-link {
    color: #fff!important;
    font-size: 18px;
    font-weight: 500;
}
.nav-btn a {
    display: flex;
    align-items: center;
    padding: 13px 25px 13px 25px;
    background: var(--themeblue);
    color: #fff;
    border-radius: 100px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    transition: 0.3s;
    border: 1px solid var(--themeblue);
    font-family: var(--gtwal-font);
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 33px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-btn a:hover {
transform: scale(1.1);
}
.nav-btn img {
    margin-right: 5PX;
    max-width: 23px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.blue-icon{
    display: none;
}
/* .nav-btn a:hover .blue-icon{
    display: inline-block;
}
.nav-btn a:hover .white-icon{
    display: none;
} */
header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    left: 0;
    padding-top: 15px;
}
.navbar-light .navbar-brand {
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
}
.about-banner{
    position: relative;
    background-image: url(../images/bg-ab.jpg);  
}
.banner .container{
	position:relative;
	z-index:2;
}
.banner {
	position:relative;
}
.banner:before{
	content:'';
	width:100%;
	
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	background:rgba(0,0,0,0.6);
	z-index:1;
}
.fire-banner{
	background-image: url(../images/firebanner.jpg);
}
.fire-bar{
	background-image: url(../images/barbanner.jpg)!important;
}
.about-banner .container{
    position: relative; 
    z-index: 2;
}
.mold-banner{
	background-image: url(../images/moldban1.jpg)!important;
}
.mold-ban2 {
    background-image: url(../images/moldban1.jpg)!important;
} 
.about-banner:before{
    position: absolute;
    z-index: 1;
    content: '';
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.6);
}
/* about banner */
.banner-content {
    padding-right: 100px;
    color: #fff;
}
.dropdown-item ,  .dropdown-item{
    padding: 5px 15px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
        text-decoration: none;
    background-color: #000;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border-radius: 0px;
    padding: 0px;
}
.banner-content  li {
    color: #fff;
    font-size: 18px;
    display: flex;
    column-gap: 15px;
    max-width: 100%;
}
.banner-content  li {
    color: #fff;
    font-size: 18px;
    display: flex;
    column-gap: 15px;
    max-width: 100%;
}
.banner {
    padding-top: 200px;
    background-size: cover;
    padding-bottom: 120px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.banner {
    padding-top: 200px;
    background-size: cover;
    padding-bottom: 120px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-content h1 {
    .banner {
    padding-top: 200px;
    background-size: cover;
    padding-bottom: 120px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
    font-size: 65px;
}
.banner-content p{
    color:#fff;
}
.banner-content {
    max-width: 820px;
}
.banner {
    padding-top: 200px;
    background-size: cover;
    padding-bottom: 120px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-content div {
    line-height: 31px;
    font-size: 15px;
}
.banner-btn a {
    display: inline-block;
    min-width: 185px;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    font-family: var(--myriad-font);
    border-radius: 100px;
    font-weight: 600;
    font-size: 17px;
}
.white-btn.banner-btn a {
    margin-right: 35px;
    background: #fff;
    border: 1px solid #fff;
    display: block;
    color: var(--themeblue);
}
.white-btn.banner-btn a:hover {
    transform: scale(1.1);
}
.blue-btn.banner-btn a {
    margin-right: 35px;
    background: var(--themeblue);
    display: block;
    color: #fff;
    padding: 7px 6px 7px 6px;
}
section.our-values-section p, section.our-values-section li, section.our-values-section h2 {
    color: #fff;
}
.blue-btn.banner-btn a:hover {
    transform: scale(1.1);
    /* background: #fff;
    border: 1px solid #fff;
    color: var(--themeblue); */
}
.banner-content .d-flex {
    margin-top: 30px;
}
.max-cont {
    max-width: 100%;
    width: 500px;
}
.col-3-wrap {
    transition: 0.4s ease-in-out;
    padding: 30px 30px 50px 30px;
    border-radius: 10px;
}
.col-3-wrap:hover{
    transform: scale(1.05);
}
  

.col-3-wrap img {
    margin-bottom: 30px;
    max-width: 75px;
}
.col-3-sec .col-md-4:first-child .col-3-wrap img {
    max-width: 90px;
}
.col-3-wrap  div{
    font-size: 14px;
    line-height: 26px;
    opacity: 0.9;
   font-family: var(--myriad-font);
}
.max-2-cont{
    max-width: 550px;
}
.list-style-none{
    list-style: none;
}
.contact-box.text-center * {
    position: relative;
    z-index: 2;
}
/* .contact-box.text-center:before {
    content: '';
    background: #fff;
    height: calc(100% - 10px);
    width: calc(100% - 5px);
    left: 6px;
    position: absolute;
    border-radius: 25px;
    top: 20px;
} */
.contact-box.text-center {
    max-width: 100%;
    position: relative;
    width: 450px;
    border: 4px solid var(--themeblue);
    background: #fff;
    padding: 40px 20px 30px 20px;
    border-radius: 25px;
}
.btn-icon-div.theme-btn {
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
}
.btn-icon-div.theme-btn a {
    border: 2px solid #fff;
    font-size: 22px;
    font-weight: 700;
    width: 393px;
    padding: 11px 10px 10px 68px;
    display: inline-block;
    letter-spacing: 1spx;
}
.btn-icon-div.theme-btn a:hover {
    transform: scale(1);
    border-color: var(--themeblue);
}   
.btn-icon-div i {
    color: #fff;
    position: absolute!important;
    left: -92px!important;
    font-size: 24px;
    border: 2px  solid #fff;
    top: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--themeblue);
    transform: translateY(-50%);
}
.contact-box.text-center h6 {
    margin-top: 35px;
    margin-bottom: 13px;
}
.contact-box, .contact-box p {
    font-size: 14px;
}
.contact-box p i {
    color: #000;
    line-height: 14px!important;
}
.contact-box p {
    line-height: 22px;
}
.btn-28 a{
    padding: 7px;
    font-weight: 700;
    letter-spacing: 2px;
    border:2px solid var(--themeblue);
font-size: 28px;
}
.btn-28 a:hover{
    border:2px solid ;
}
.btn-28 i{
    font-size: 24px;
    padding-right: 10px;
    color:#fff;
}
/* .btn-28 a:hover i{
    color:var(--themeblue);
} */
.contact-box img {
    max-width: 85%;
}
span.title {
    font-weight: 500;
    font-size: 20px;
}
.stars i {
    font-size: 19px;
    margin: 0px -1px;
}
footer{
    padding: 110px 0px 30px 0px;
}
footer p {
    opacity: .8;
    font-size: 15px;
}
.center-col {
    max-width: 100px;
    margin: auto;
}
footer a {
    color: #fff;
}
.footer-title {
    font-size: 25px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
a.footer-link {
    opacity: 0.8;
}
a.footer-link:hover {
    opacity: 1;
    color: var(--themeblue);
}
a.contact-links {
    display: flex;
    justify-content: start;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 29px;
    gap: 25px;
}
a.contact-links i {
    padding-top: 5px;
}
li:nth-child(2) a.contact-links span {
    font-size: 24px;
    font-weight: 700;
}
footer .col-md-12 {
    font-size: 22px;
    border-top: 1px solid #414141;
}
footer .col-md-4:nth-child(2) {
    border-left: 1px solid #414141;
    border-right: 1px solid #414141;
}
footer .col-md-4:first-child{
    padding-right: 70px;
}
footer .col-md-4:nth-child(3){
    padding-left: 70px;
}
.contact-banner{
    background-image: url(../images/aboubanner.jpg);
}
.bl-list {
    list-style: none;
    max-width: 300px;
}
.bl-list a {
    color: #000;
    font-size: 16px;
    line-height: 22px;
}
.bl-list a i {
    font-size: 23px;
    top: -2px;
    position: relative;
}
.contact-bg-section{
    margin-top:-10px;
    background-image: url(../images/contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.services-banner{
    background-image: url(../images/services-banner.jpg);
}
.service-wrap h5 {
    font-size: 22px;
}
.text-sm{
    font-size: 15px;
    line-height: 1.3;
}
.service-wrap > span , .anchor{
    color: var(--themeblue);
    border-bottom: 1px dotted var(--themeblue);
    font-size: 14px;
}
.anchor.white-anchor{
    border-bottom: 1px dotted #fff;
}
.service-wrap {
    background-color: #fff!important;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    box-shadow: 2px 2px 8px 3px rgba(0,0,0,0.2);
}
/* .service-wrap:hover {
    background-color: #000!important;
    box-shadow: 2px 2px 13px 6px rgba(82, 82, 82, 0.061);
    transform:scale(1.02);
} */
/* .service-wrap:hover * {
   color: #fff!important;
} */
.home-services .service-wrap{
    box-shadow: 2px 2px 8px 3px rgba(82, 82, 82, 0.3);
}
.service-wrap img {
    max-width: 80px;
}
.text-black{
    color: #000;
}
section.services-section .row > div {
    padding: 7px;
}
section.services-section .row > div a , section.services-section .row > div a div {
    display: block;
    height: 100%;
}
.bg-blue{
    background-color: var(--themeblue);
}
.home-banner{
    background-image: url(../images/homebanner.jpg);
}
section.home-banner.banner {
    padding-top: 180px;
}
.home-title{
    font-size: 55px!important;
    line-height: 60px;
}
.banner-content.w-100 p {
    font-size: 18px;
}
.home-banner 
 .contact-box.text-center {
    margin-left: -36px;
    width: auto!important;
    margin-right: 8px;
}
.home-banner p{
    font-size: 11px;
    line-height: 24px;
    width: 630px;
    max-width: 100%;
}
.my-dropdown-menu.show {
    margin-top: 10px;
}
.home-services {
    background: #f5f8fe;
}
 .logo-section{
    background-image: url(../images/logobg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.blog-wrap h5 {
    color: var(--themeblue);
    font-size: 21px;
    margin: 30px 30px 20px 30px;
    line-height: 32px;
}
.blog-wrap {
    transition: 0.3s;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    border-radius: 10px;
    overflow: hidden;
}
.blog-img:before {
    content: '';
    position: absolute;
    left: 0px;
    z-index: 2;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
}

span.read-more {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin: 0px 30px 20px 30px;
    display: block;
}
.date {
    border-top: 1px solid #eaeaea;
    color: #adadad;
    padding: 14px 30px;
    font-size: 13px;
    font-weight: 300;
}
.blog-wrap:hover {
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}
.blog-wrap:hover .blog-img:before {
 opacity: 0;
}
.blog-img {
    position: relative;
    padding-bottom: calc(.54 * 100%);
    overflow: hidden;
}
.blog-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}
.form-div h6 {
    text-align: center;
    color: #fff;
}
.form-div {
    border-radius: 20px;
}
h6.light-weight {
    font-size: 19px;
    font-weight: 300!important;
    font-family: 'Myriad Pro';
    margin-bottom: 20px;
}
button.theme-btn-red {
    margin: auto;
    display: block;
}
ul.location-list {
    list-style: none;
    padding: 0px;
}

ul.location-list li a {
    color: var(--themeblue);
}
ul.location-list li a svg {
    max-width: 12px;
}
@media (max-width: 991px) {
	 .content ol{
    counter-reset: item;
	padding-left:0px!important;
  }

  .content ol li {
      list-style:none;
      margin-top:30px;
    counter-increment: item;
    margin-bottom: 10px;
      position:relative;
  }

  .content ol li strong::before {
    content: counter(item) ". ";
    margin-right: 5px;
     
  }
  .content ol li strong {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
	.contact-box.text-center { 
   
    width: calc(100% - 40px)!important;
    margin-left: auto;
    margin-right: auto;
}
   .content ol, .content ul {
    
    text-align: center;
    padding-left: 20px;
}
    .banner {
    background-attachment: scroll!important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
    .nav-link {
        color: #000!important;
    }
    .home-title , .banner-content h1{
        font-size: 45px!important;
        line-height: 70px;
    }
    .home-banner 
 .contact-box.text-center {
    margin-left: 0px;
    width: auto!important;
    margin-right: 30px;
}
.contact-box.text-center h6 {
    margin-top: 15px;
    margin-bottom: 13px;
}
h6 {
    font-size: 29px;
}
h2.sm-h2 {
    font-size: 35px;
}
section{
    padding:70px 0px ;
}
h2 {
  
    font-size: 45px;
}
footer .col-md-4:first-child {
    padding-right: 30px;
}
footer .col-md-4:nth-child(3) {
    padding-left: 30px;
}
footer .col-md-12 {
    font-size: 18px;
    border-top: 1px solid #414141;
}
}
a.contact-links i {
    display: none;
}
.nav-btn img {
    display: none;

}
@media (max-width: 991px){
    .banner-content  li {
        justify-content: center;
    }
    .bl-list {
        margin: auto;
    }
    .content ul {
        list-style: none;
        padding: 0px;
        text-align: center;
    }   
    .banner-content div {
    padding: 0px 10px;
}
    .white-btn.banner-btn a {
    margin-right: 0px;
  
}
.blue-btn.banner-btn a {
    margin-right: 0px;
}
   header  .my-dropdown-menu.show {
    display: block;
    position: static;
}
header .dropdown-item, .dropdown-item {
    padding: 5px 35px;
}
    li.nav-item.my-toggle a {
    display: inline-block;
}
 li.nav-item.my-toggle a:hover {
    color:#000!important;
    background:transparent;
}
li.nav-item.my-toggle a::after {
    opacity: 0;
}
li.nav-item.my-toggle {
    position: relative;
}
li.nav-item.my-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 16px;
    top: 20px;
    }

    .blog-section {
        padding: 30px 20px;
    }
    .blog-section .col-md-4 {
        margin-bottom: 25px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static;
        border-radius: 0px;
        padding: 0px;
    }
    .btn-icon-div.theme-btn a {
        border: 2px solid #fff;
        font-size: 19px;
max-width: 100%;
        width: 329px;
     
    }
    .home-title n .banner-content h1{
        font-size: 35px!important;
        line-height: 50px;
    }
    .banner-content {
        text-align: center;
    }
    .home-banner 
 .contact-box.text-center {
    margin-left: 20px;
    width: 100%;
    margin-top: 50px;
    margin-right: 20px;
}
.banner-content .d-flex {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
}
section.home-banner.banner {
    padding-bottom: 70px;
}
.service-wrap {
    margin: 10px 16px;
}
section.services-section .row > div a {
  
    height: auto;
}
h2.sm-h2 {
    font-size: 32px;
    line-height: 40px;
}
section.bg-light.col-text-sec .row:nth-child(2) {
    flex-direction: column-reverse;
}
.col-text-sec  {
    text-align: center;
}
.col-3-wrap {
    margin: 0px 16px;
}
h2 {
    font-size: 35px;
}
.contact-section{
    text-align: center;
}
.contact-box.text-center {
  
    margin-top: 70px;
}
section.contact-bg-section {
    text-align: center;
}
.center-col {
    max-width: 100px;
    margin: 30px 0px 50px 0px;
}
.myriad-font.w-75 {
    width: 100%!important;
}
.banner {
    padding-top: 190px;
    padding-bottom: 70px;
}
.col-wrap.story-content {
    margin-top: 30px;
}
.about-story {
    text-align: center;
}
.about-story .col-wrap.story-content {
    margin-top: 0px;
}
section.chhose-us-section .row {
    text-align: center;
    flex-direction: column-reverse;
}
.bg-black.col-3-wrap {
    margin: 10px 16px;
    height: auto!important;
}
.mob-pt-0{
    padding-top: 0px!important;
}
.mb-pb-20{
    padding-bottom: 20px!important;
}
.navbar-toggler:not(:disabled):not(.disabled) {
        background: #fff;
}
ul.navbar-nav {
    background: #fff;
    z-index: 99;
    position: relative;
}
.nav-btn {
        display: none;
}
footer.bg-black {
    text-align: center;
}
a.contact-links {
    justify-content: center;
}
a.contact-links span {
    max-width: 250px;
}
.center-col {
    margin: 30px auto 50px auto; 
}
section{
    overflow-x: hidden;
}
footer .col-md-4:first-child {
    padding-right: 20px;
}
.home-banner 
 .contact-box.text-center {
    margin-left: 0px;
 }
 .nav-link:hover, .nav-link.active {
    background: #000;
    color: #fff!important;
}
.banner-content {
    padding-right: 0px;
}
.home-title, .banner-content h1 {
    line-height: 59px;
}
.home-banner 
 .contact-box.text-center {
    margin-left: 20px;
}
}
@media (max-width: 767px){
    .btn-icon-div i {
        left: -73px!important;
        height: 60px;
        width: 60px;
      
    }
    .btn-icon-div.theme-btn a {
        font-size: 17px;
        padding: 10px 10px 10px 63px;
       
    }
}