html{
    overflow-x: hidden;
}
body{
margin: 0px;
font-family: 'Shantell Sans'!important;
/*font-family: 'Montserrat', sans-serif;*/
overflow-x:hidden ;
}

@font-face {
    font-family: 'Shantell Sans';
    src: url('../fonts/ShantellSans-Bold.eot');
    src: url('../fonts/ShantellSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ShantellSans-Bold.woff2') format('woff2'),
        url('../fonts/ShantellSans-Bold.woff') format('woff'),
        url('../fonts/ShantellSans-Bold.ttf') format('truetype'),
        url('../fonts/ShantellSans-Bold.svg#ShantellSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shantell Sans';
    src: url('../fonts/ShantellSans-Light.eot');
    src: url('../fonts/ShantellSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ShantellSans-Light.woff2') format('woff2'),
        url('../fonts/ShantellSans-Light.woff') format('woff'),
        url('../fonts/ShantellSans-Light.ttf') format('truetype'),
        url('../fonts/ShantellSans-Light.svg#ShantellSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shantell Sans';
    src: url('../fonts/ShantellSans-BoldItalic.eot');
    src: url('../fonts/ShantellSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ShantellSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/ShantellSans-BoldItalic.woff') format('woff'),
        url('../fonts/ShantellSans-BoldItalic.ttf') format('truetype'),
        url('../fonts/ShantellSans-BoldItalic.svg#ShantellSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Shantell Sans';
    src: url('../fonts/ShantellSans-Regular.eot');
    src: url('../fonts/ShantellSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ShantellSans-Regular.woff2') format('woff2'),
        url('../fonts/ShantellSans-Regular.woff') format('woff'),
        url('../fonts/ShantellSans-Regular.ttf') format('truetype'),
        url('../fonts/ShantellSans-Regular.svg#ShantellSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shantell Sans';
    src: url('../fonts/ShantellSans-SemiBold.eot');
    src: url('../fonts/ShantellSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ShantellSans-SemiBold.woff2') format('woff2'),
        url('../fonts/ShantellSans-SemiBold.woff') format('woff'),
        url('../fonts/ShantellSans-SemiBold.ttf') format('truetype'),
        url('../fonts/ShantellSans-SemiBold.svg#ShantellSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shantell Sans';
    src: url('../fonts/ShantellSans-Medium.eot');
    src: url('../fonts/ShantellSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ShantellSans-Medium.woff2') format('woff2'),
        url('../fonts/ShantellSans-Medium.woff') format('woff'),
        url('../fonts/ShantellSans-Medium.ttf') format('truetype'),
        url('../fonts/ShantellSans-Medium.svg#ShantellSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shantell Sans';
    src: url('../fonts/ShantellSans-LightItalic.eot');
    src: url('../fonts/ShantellSans-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ShantellSans-LightItalic.woff2') format('woff2'),
        url('../fonts/ShantellSans-LightItalic.woff') format('woff'),
        url('../fonts/ShantellSans-LightItalic.ttf') format('truetype'),
        url('../fonts/ShantellSans-LightItalic.svg#ShantellSans-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Shantell Sans';
    src: url('../fonts/ShantellSans-MediumItalic.eot');
    src: url('../fonts/ShantellSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ShantellSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/ShantellSans-MediumItalic.woff') format('woff'),
        url('../fonts/ShantellSans-MediumItalic.ttf') format('truetype'),
        url('../fonts/ShantellSans-MediumItalic.svg#ShantellSans-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}





section {
  font-size: 35px;
  text-align: center;
  color: white;
  font-weight: bold;
}














.ip-loader{
    margin-left: 0px!important;
    bottom: 45%!important;
    
}
.loader {
  width: 120px;
  height: 120px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
 fill: #1b9fda;

  
  animation: filter-animation 3s infinite;
  
}
.loading  img{
    width: 60px;
    animation: filter-animation 3s infinite;
}
@keyframes filter-animation {
  0% { transform: translateY(-3px); fill: #06476F;}
  25% { transform: translateY(3px); fill: #1b9fda;}
  50% { transform: translateY(-3px); fill: #06476F;}
   75% { transform: translateY(3px); fill: #1b9fda;}
 
  100% { transform: translateY(-3px); fill: #06476F;}
}



/*start frst section*/
.header-1{
  float: left;
  width: 100%;
  padding-top: 24px;
  /* margin-bottom: 60px; */
}
.header-logo{
  float: left;
  width: 50%;
}
.header-logo a img{
  float: left;
  width: 211px;
  margin-bottom: 20px;
}
.header-butn{
  float: right;
  width: 50%;
  padding-top: 36px;
}
.header-butn a{
  float: right;
 width: 180px;
  height: 52px;
  font-size: 16px;
  font-weight: 400;
  color: #7E7B7B;
  border: 1px solid #505151;
  border-radius: 40px;
  padding: 14px 0px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif !important;
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
  
}
.header-butn a:hover{
    color: white;
    border: 1px solid white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.frst-banr{
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 66px;
}
.frst-banr-img1{
  float: left;
  width: 100%;
}
.frst-banr-img1 img{
  float: none;
  width: 100%;
  max-width: 788px;
}
.frst-banr-img2{
  float: left;
  width: 100%;
}
.frst-banr-img2 img{
  float: none;
  width: 100%;
  max-width: 675px;
}
.frst-banr-img3{
  float: left;
  width: 100%;
}
.frst-banr-img3 img{
  float: none;
  width: 100%;
  max-width: 682px;
}

.frst-header-txt{
  float: left;
  width: 100%;
  position: absolute;
}
.frst-heder{
  float: left;
  width: 50%;
  padding-right: 20px;
  margin-top: 4px;
}
.frst-heder h3 {
    float: left;
    width: 100%;
    padding-left: 160px;
    font-weight: 300;
    font-style: italic;
    font-size: 25px;
    color: white;
    text-align: right;
    line-height: 40px;
}


.frst-heder img{
  float: right;
  max-width: 100%;
  margin-right: 28px;
}

.frst-heder2{
  float: left;
  width: 50%;
  padding-left: 15px;
  margin-top: 56px;
}
.frst-heder2 h3{
  float: left;
  width: 100%;
  font-weight: 300;
    font-style: italic;
    font-size: 25px;
    color: white;
    text-align: left;
    line-height: 40px;

}
.frst-heder2 img{
  float: left;
  max-width: 100%;
  margin-left: 118px;
}
/*end frst section*/


/*start secnd section*/
.secnd-heder{
  float: left;
  width: 50%;
  /* padding-right: 20px; */
  margin-top: -6px;
}
.secnd-heder h3{
  float: left;
  width: 100%;
  padding-left: 354px;
  font-weight: 300;
  font-style: italic;
  font-size: 25px;
  color: white;
  text-align: center;
  line-height: 40px;
}


.secnd-heder img{
  float: right;
  max-width: 100%;
  margin-right: 28px;
}

.secnd-heder2 {
    float: left;
    width: 50%;
    padding-left: 72px;
    margin-top: 41px;
}
.secnd-heder2 h3{
  float: left;
  width: 100%;
  font-weight: 300;
    font-style: italic;
    font-size: 25px;
    color: white;
    text-align: left;
    line-height: 40px;

}
.secnd-heder2 img{
  float: left;
  max-width: 100%;
  margin-left: 96px;
}
/*end secnd section*/



/*start thrd section*/
.thrd-heder {
    float: left;
    width: 50%;
    padding-right: 0px;
    margin-top: 0px;
}
.thrd-heder h3{
  float: left;
    width: 100%;
background: #111111c2;
    font-weight: 300;
    font-style: italic;
    font-size: 25px;
    color: white;
    text-align: center;
    line-height: 40px;
}


.thrd-heder img {
    float: right;
    max-width: 100%;
    padding-right: 194px;
    /* margin: auto; */
    /* display: block; */
}

.thrd-heder2 {
    float: left;
    width: 50%;
    padding-left: 39px;
    margin-top: 34px;
}
.thrd-heder2 h3{
  float: left;
  width: 100%;
  font-weight: 300;
    font-style: italic;
    font-size: 25px;
    color: white;
    text-align: center;
    line-height: 40px;
background: #111111c2;
}
.thrd-heder2 img{
  float: left;
  max-width: 100%;
  margin-left: 96px;
}
/*end thrd section*/


/*start frth section*/
.frth-heder{
  float: left;
  width: 100%;
  margin-top: 0px;
}
.frth-heder h3{
  float: left;
    width: 100%;

    font-weight: 500;
    font-style: italic;
    font-size: 26px;
    color: white;
    text-align: center;
    line-height: 40px;
}

.frth-heder2{
  float: left;
    width: 100%;

}
.frth-heder2 h3{
  float: left;
  width: 100%;
  font-weight: 300;
    font-style: italic;
    font-size: 30px;
    color: white;
    text-align: center;
    line-height: 40px;
    margin-top: 0px;
}
.frth-banr-img{
  float: left;
  width: 100%;
  padding-top: 126px;
}
.frth-banr-img img{
  float: none;
  width: 100%;
max-width: 580px;
}
/*end frth section*/


.ft-logo{
  float: left;
  width: 100%;
  padding-top: 45px;
  text-align: center;
}
.ft-logo a img{
  float: none;
  width: 200px;
  display: block;
  margin: auto;
}
.ft-logo h3{
  float: left;
  width: 100%;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 45px;
  color: black;
  margin-top: 24px;
}
.ft-logo p{
  float: left;
  width: 100%;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 17px;
  color: black;
  margin-top: 18px;
  margin-bottom: 25px;
}
.ft-logo-butn{
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
}
.ft-logo-butn a{
  float: none;
  width: 349px;
  height: 80px;
  font-family: 'Montserrat', sans-serif !important;
  background: #3A4421;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 20px;
  color: white;
  text-align: center;
  display: inline-block;
  padding: 26px 0px;
  text-decoration: none;
  border-radius: 45px;
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}
.ft-logo-butn a:hover{
    background: transparent;
    text-decoration: none;
  border: 1px solid #3A4421;
  color: #3A4421;
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}
.ft-copy{
  float: left;
  width: 100%;
  padding: 30px 0px;
  border-top: 1px solid #00000099;
}
.ft-copy-icon{
  float: left;
  width: 50%;
}
.ft-copy-icon img{
  float: left;
  width: 59px;
  margin-right: 28px;
  filter: brightness(0);
}
.ft-copy-txt{
  float: left;
  width: 50%;
}
.ft-copy-txt p{
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif !important;
  color: black;
  text-align: right;
  line-height: 24px;
}
.ft-copy-txt p a{
    text-decoration: none;
    color: black;
}
.ft-copy-txt p a:hover{
    text-decoration: none;
    color: black;
}

.drp-btn {
    float: right;
    position: absolute;
    right: 20px;
    bottom: 16%;
}
.drp-btn a img{
  width: 25px;
}
.fter{
  float: left;
  width: 100%;
}
#bnr5{
  z-index: 111;
}



/*//////HOME/////*/
.header{
    float: left;
    width:100%;
    /*z-index: 99;*/
    position: relative;
    height: auto;
    background: white;
    padding: 7px 0px;
    
    
  }
.logo {
    float: left;
    /* margin-top: 30px; */
    /* margin-left: -50px; */
    width: 160px;
    position: relative;
    z-index: 1;}


.logo img{float: left;max-width: 100%;}
.header_menu_area {
  /* width: 100%; */
  float: right;
  position: relative;
  text-align: center;
}


.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    
    float: right;
    padding-top: 39px;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle; 
}
.header_menu_area > ul > li > a {
    width: auto;
    color: black;
    font-weight: 500;
    float: left;
    position: relative;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0px !important;
   padding: 0px 22px 0px 22px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
}
      
.header_menu_area > ul > li > a:hover {
          color: #8B5914;
           transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
          
}
.stable{
  color: #8B5914!important;  
}

    


.menu-enq{
    float: right;
    margin-top: -13px;
}
.menu-enq a{
    width: 170px;
    height: 46px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    color: white;
    background: #8B5914;
    text-align: center;
    float: right;
    padding: 12px 0px;
    border-radius: 40px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}
.menu-enq a:hover{
    text-decoration: none;
    background: #111010;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.main-btn-circle{
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    outline: none;
    cursor: pointer;
    z-index: 100;
    background: #8B5914;
    color: white;
}
.main-btn-circle:hover{   
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}



.popup{
  position: fixed;
    top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
.popup.active{
  top:0;
  background-color: #000000a8; 
  transition: background-color .6s ,opacity .6s;
}
.popup .main-btn-rect{
  padding: 10px 100px;
}
.popup .popup-content{
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 568px;
  min-width: 320px;
  margin-top: 150px;
  padding: 25px;
  color: #070000;
  /*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
}
.popup.active .popup-content{
  margin-top: 0px;
}

.form-group{
    position: relative;
    width: 90%;
    margin: 0px auto;
}

.popup .fade-out{
  position: absolute;
     top: 11px;
    right: 12px;
  text-align: center;
  font-size: 15px;
}

.request-sec {
    position: absolute;
    right: 0;
    width: 100%;
    top: -450px;
    right: 0;
    height: 100%;
    /* background: #00000096; */
    z-index: 9999999;
}


.req-form {
    width: 427px;
    float: right;
    height: auto;
    margin-right: 0;
    opacity: 1;
    background: #111010;
    background-size: 100%;
    background-position-y: 100%;
    background-repeat: no-repeat;
    padding: 30px 30px 30px 30px;
    top: 0;
    position: relative;
    right: 0;
    /* height: 100%; */
    z-index: 99;
}

.m-bx-1{
   float: left;
    /*margin: 0px 3%;*/
    border: 1px solid transparent;
    width: 100%;
    margin-bottom: 25px;
    /*padding-top: 40px;
    height: 115px;*/
}
.m-bx-1 input{
    border-bottom: 1px solid #b0aaaa;
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif !important;
    /* text-transform: uppercase; */
    height: 49px;
    
    padding: 0 15px;
    outline: none;
    background: #ffffff;
    width: 100%;
   
    border: none;
    transition: all 500ms ease;
    border: solid 1px transparent;
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 10px 15px;
    /* margin-top: 17px; */
    border-radius: 0px;
}
.m-bx-1-btn{
    float: left;
    width: 100%;
}
.m-bx-1-btn button{
    float: left;
    font-family: 'Montserrat', sans-serif !important;
    width: 180px;
    height: 54px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    border: 1px solid transparent;
    outline: none;
    background: #8B5914;
    text-align: center;
    padding: 9px 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.m-bx-1-btn button:hover{
background: white;
border: 1px solid #6D6E71;
color: #6D6E71;
text-decoration: none;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.form-inner h2{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: white;
    font-family: 'Montserrat', sans-serif !important;
}
.form-inner p{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: white;
    font-family: 'Montserrat', sans-serif !important;
}



.banner{
    float: left;
    width: 100%;
    background: url(../images/home-bnr-bac.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 46px;
}
.bnr-txt{
    float: left;
    width: 50%;
    padding-top: 124px;
}
.bnr-txt h2{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 55px;
    color: white;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 73px;
}
.bnr-txt h2 span{
font-weight: 700;
color: #DB8F28;
}
.bnr-img{
    float: left;
    width: 50%;
    position: relative;
}
.bnr-img-big{
    float: right;
    width: 75%!important;
}
.bnr-img-sml{
   position: absolute;
    left: -72px;
    width: 35%!important;
    bottom: 23px;
}
.banner-carousel .owl-nav {
    display: none;
}
.body1{
    float: left;
    width: 100%;
    background: #111010;
    padding-bottom: 90px;
    margin-top: -60px;
    position: relative;
    padding-top: 106px;
}
.body1-txt{
    float: left;
    width: 100%;
    text-align: center;
}
.body1-txt h2{
    float: left;
    width: 100%;
    font-size: 45px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    color: white;
    margin-bottom: 44px;
}
.body1-txt h2 span{
    color: #CC8525;
}
.body1-txt p{
    float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 35px;
    color: white;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 22px;
}


.body2{
    float: left;
    width: 100%;
    background: #141212;
    padding-top: 55px;
    padding-bottom: 40px;
}
.body2-txt{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.body2-txt h2{
    float: left;
    width: 100%;
    font-size: 45px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    color: white;
    margin-bottom: 10px;
}
.body2-txt h2 span{
    color: #CC8525;
}
.body2-txt h3{
    float: left;
    width: 100%;
    color: white;
    
    font-family: 'Montserrat', sans-serif !important;
    font-size: 29px;
    font-weight: 300;
}
.b2-points{
    float: left;
    width: 100%;
    border-bottom: 3px solid #ffffff0a;
    padding: 33px 0px;
}
.b2-point1{
    float: left;
    width: 50%;
    padding-left: 0px;
    padding-right: 45px;
}
.b2-point2{
    padding-left: 45px;
    padding-right: 0px;
}
.b2-point1-num{
    float: left;
    width: auto;
    margin-top: 0px;
}
.b2-point1-num h4{
    float: left;
    margin-right: 8px;
    font-size: 39px;
    color: #CF8A2B;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}
.b2-point1-line{
    float: left;
    background: #CF8A2B;
    width: 18px;
    height: 2px;
    margin-top: 8px;
    display: none!important;
}
.b2-point1 p{
    float: none;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
     font-weight: 500;
     line-height: 27px;
     color: white;
     padding-left: 66px;
     margin-bottom: 0px;
}
.b2-para{
    float: left;
    padding-top: 40px;
    width: 100%;
}
.b2-para p{
    float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
     font-weight: 500;
     line-height: 27px;
     color: white;
     margin-bottom: 15px;
     padding-right: 25px;
}




.body3{
    float: left;
    width: 100%;
    background: #111010;
    padding-top: 59px;
    padding-bottom: 80px;
}
.body3:hover .b3-img img{
filter: grayscale(0);
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.b3-txt{
    float: left;
    width: 100%;
}
.b3-txt h2{
    float: left;
    width: 100%;
    font-size: 44px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif !important;
    color: white;
    line-height: 59px;
    margin-bottom: 20px;
} 
.b3-txt h2 span{
    font-weight: bold;
    color: #D48B29;
}
.b3-txt p{
    font-size: 17px;
    font-weight: 500;
    color: white;
    float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 32px;
}
.b3-img{
    float: left;
    width: 100%;
    padding-left: 35px;
    position: absolute;
}
.b3-img img{
    max-width: 506px;
    margin-top: -134px;
    filter: grayscale(1);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.h-footer{
    float: left;
    width: 100%;
    background: #141212;
    padding-top: 44px;
}
.h-ft-logo{
    float: left;
    width: 100%;
    margin-bottom: 35px;
}
.h-ft-logo a img{
    float: none;
    width: 280px;
    margin: auto;
    display: block;
}
.h-ft-link{
    float: left;
    width: 100%;
    padding: 26px 0px;
    border-top: 1px solid #ffffff0a;
}
.h-ft-link1{
    float: left;
    width: 100%;
    text-align: center;
}
.h-ft-link1 a{
   float: none;
   display: inline-block; 
   font-weight: 500;
    font-size: 16px;
    color: white;
    font-family: 'Montserrat', sans-serif !important;
    padding: 0px 30px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}
.h-ft-link1 a:hover{
    color: #8B5914;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.h-ft-link1 a::after {
    content: '';
    position: absolute;
    background: #625D5D;
    height: 16px;
    width: 2px;
    margin-left: 30px;
    margin-top: 3px;
}
.h-ft-link2::after{
    display: none!important;
}
.ft-copy2{
  float: left;
  width: 100%;
  padding: 30px 0px;
  border-top: 1px solid #00000099;
}
.ft-copy-icon2{
  float: left;
  width: 50%;
}
.ft-copy-icon2 img{
  float: left;
  width: 59px;
  margin-right: 28px;
  filter: brightness(0);
}
.ft-copy-txt2{
  float: left;
  width: 50%;
}
.ft-copy-txt2 p{
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif !important;
  color: black;
  text-align: right;
  line-height: 24px;
}
.ft-copy-txt2 p a {
    color: black;
    text-decoration: none;
}
.inner-banner{
  float: left;
    width: 100%;
    background: url(../images/home-bnr-bac.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0px;
  
}

.iner-ban-hed{
  float: left;
  width: 100%;
}
.iner-ban-hed h2{
  float: left;
  width: 100%;
  font-weight: 700;
    font-size: 57px;
    color: #DB8F28;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 73px;
    margin-bottom: 0px;
}
.in-body1{
  float: left;
  width: 100%;
  background: #111010;
  padding: 60px 0px;
}
.in-body1-hed {
    float: left;
    width: 100%;
    text-align: center;
}
.in-body1-hed h2 {
    float: left;
    width: 100%;
    font-size: 45px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    color: white;
    margin-bottom: 5px;
    margin-top: 0px;
}
.in-body1-hed h2 span {
    color: #CC8525;
}
.in-body1-hed h3{
    float: left;
    width: 100%;
    color: white;
    
    font-family: 'Montserrat', sans-serif !important;
    font-size: 29px;
    font-weight: 300;
    margin-bottom: 30px;
}
.in-body1-hed p{
  float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 35px;
    color: white;
    font-weight: 400;
    font-size: 19px;
    padding: 0px 55px;
}

.about-txt{
    float: left;
    width: 100%;
    
    
}
.about-txt:hover img{
  filter: grayscale(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.about-txt img {
    float: right;
    width: 316px;
    padding-left: 44px;
    margin-left: 120px;
    filter: grayscale(1);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
}
.about-txt h2{
    width: 100%;
   font-size: 45px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    color: white;
    margin-bottom: 35px;
}
.about-txt h2 span{
  color: #CC8525;
}
.about-txt p{
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: white;
    color: white;
}


.wheels{
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.wheels img{
  float: none;
  width: 100%;
  max-width: 600px;
}
.wheels p{
  float: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif !important;
    line-height: 35px;
    color: white;
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
}

.in-body-place{
  float: left;
  width: 100%;
  margin-top: 40px;
}
.in-body-place:hover img{
filter: grayscale(0);
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.in-body-place img{
  float: left;
  width: 100%;
  border-radius: 20px;
  filter: grayscale(1);
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.in-body-place h2{
  float: left;
  width: 100%;
  font-size: 35px;
  margin-top: 30px;
  margin-bottom: 18px;
  font-weight: bold;
  color: #D48B29;
  font-family: 'Montserrat', sans-serif !important;
}
.in-body-place p{
  float: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: white;
}



.in-services-hed{
  float: left;
  margin-bottom: 40px;
  width: 100%;
}
.in-services-hed h2 {
    float: left;
    width: 100%;
    font-size: 45px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    color: white;
    margin-bottom: 5px;
    margin-top: 0px;
    text-align: center;
}
.in-services-hed h2 span {
    color: #CC8525;
}


.in-services-points{
  float: left;
  width: 100%;
  border-left: 6px solid #ffffff0a;
}
.in-services-points p{
  float: left;
  width: 100%;
  position: relative;
  font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: white;
    padding-left: 35px;
    margin-bottom: 30px;
}
.in-services-points p::before {
    content: " ";
    background-image: url(../images/points.webp);
    background-size: cover;
    width: 28px;
    height: 28px;
    left: -17px;
    position: absolute;
}



.accordion {float: left;width: 100%;}
.card {
    background: transparent;
    margin-top: 20px;
    border-bottom: 3px solid #ffffff0a!important;
}

.card-header h5 {
    font-size: 20px;
    color: white;
    margin: 0;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif !important;
}
/*.panel8 h5:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}*/



.card-header h5 svg {
    fill: #6A6A6A;
    transform: rotate(-270deg);
    margin-top: 18px;
}

.card-header {
    background-color: transparent;
    /*height: 69px;*/
    padding: 15px 20px;
}
.card-body {
    
    color: white;
    /*opacity: .5;*/
    padding: 15px 20px;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    font-family: 'Montserrat', sans-serif !important;


}
.card-body span{
  color: #CC8525;
    font-weight: 700;
    text-decoration: 1px solid underline;
}
.card-header a{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif !important;
}
.card-header h5 img{
  width: 60px;
  margin-right: 10px;
}

.carer-p{
  margin-top: 20px;
}
.crfrm-full{
  margin-right: auto;
    margin-left: auto;
    width: 800px;
    float: none;
}
.crfrm-2{
  float: left;
  width: 100%;
  margin-top: 40px;
}
.career-labl {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 17px;
    color: white;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    margin-bottom: 8px;
}
.carer-form {
    
    color: white;
    display: block;
    font-weight: 400;
    font-size: 17px;
    /* text-transform: uppercase; */
    height: 56px;
    font-family: 'Montserrat', sans-serif !important;
    padding: 0 20px;
    outline: none;
    background: transparent;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 2px #ffffff17;
   /* margin-top: 3px;*/
    width: 100%;
    float: left;
    padding: 11px 14px;
   /* margin-top: 17px;*/
    border-radius: 10px;
}
.carer-form-f{
   margin-bottom: 25px;
}
.career-form-snd{
    float: left;
    width: 100%;

}
.career-form-snd button{
    float: left;
    width: 170px;
    text-align: center;
    height: 46px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    color: white;
    background: #8B5914;
    padding: 9px 0px;
    cursor: pointer;
    border-radius: 35px;
    outline: none;
    border: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.career-form-snd button:hover{
text-decoration: none;
background-color: #141212;
color: white;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.cont-adres{
  float: left;
  width: 100%;
  border-bottom: 3px solid #ffffff0a;
  border-right: 3px solid #ffffff0a;
  padding: 30px 0px;
}
.cont-adres2{
    border-top: 3px solid #ffffff0a;
}
.cont-adres img{
  float: left;
  width: 50px;
  fill: #DB8F28;
}
.cont-adres h2{
  float: none;
    padding-left: 66px;
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 35px;
    color: white;
    font-weight: 500;
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 0px;
}

.cont-adres h2 a{
  color: white;
}
.cont-adres h2 a:hover{
  text-decoration: none;
  color: white;
}

.contact-form {
    float: left;
    width: 100%;
   padding-left: 50px;
}
.contact-form-hed {
    float: left;
    width: 100%;
}
.contact-form-hed h3 {
    float: left;
    width: 100%;
    font-size: 45px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    color: white;
}
.contact-form-hed h3 span {
    color: #CC8525;
}
.contact-form-hed p {
    float: left;
    font-weight: 500;
    font-size: 17px;
    line-height: 35px;
    color: white;
    margin-bottom: 0px;
    margin-top: 8px;
    font-family: 'Montserrat', sans-serif !important;
}
.contact-forms {
    float: left;
    width: 100%;
    padding: 25px 0px;
    border-radius: 0px 0px 15px 15px;
}
.h-form {
    color: white;
    display: block;
    font-weight: 400;
    font-size: 17px;
    /* text-transform: uppercase; */
    height: 58px;
    font-family: 'Montserrat', sans-serif !important;
    padding: 0 20px;
    outline: none;
    background: transparent;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 2px #ffffff17;
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 10px;
    /* margin-top: 17px; */
    border-radius: 10px;
}

.h-form-f{
   margin-bottom: 30px; 
}
.contact-form-snd{
    float: left;
    width: 100%;
    
}
.contact-form-snd button{
    float: left;
    width: 170px;
    text-align: center;
    height: 46px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    color: white;
    background: #8B5914;
    padding: 9px 0px;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 35px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.contact-form-snd button:hover{
text-decoration: none;
background-color: #141212;
color: white;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}



.team-txt{
  float: left;
  width: 100%;
}
.team-txt:hover img{
filter: grayscale(0);
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
}
.team-txt img {
    float: left;
    width: 382px;
    margin-right: 43px;
    margin-bottom: 30px;
    filter: grayscale(1);
    border-radius: 20px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
}
.team-txt h2 {
    width: 100%;
    font-size: 45px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    color: #CC8525;
    margin-bottom: 10px;
}
.team-txt h3 {
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px;
    font-weight: 300;
    color: white;
    
}
.team-txt h4{
   width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    color: #CC8525;
    margin-top: 30px;
    line-height: 32px;
}
.team-txt p {
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: white;
    
}
.team-txt2{
  margin-top: 60px;
}
.team-txt2 img{
  float: right!important;
  margin-right: 0px!important;
  margin-left: 43px!important;
}


.team-img{
  float: left;
  width: 100%;
  margin-top: 40px;
}
.team-img img{
  float: left;
  width: 100%;
  filter: grayscale(1);
    border-radius: 18px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
}
.team-img:hover img{
filter: grayscale(0);
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
}
.team-img h2{
  float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 21px;
    font-weight: 600;
    color: white;
    text-align: center;
    margin-top: 17px;
}



.mdia-ex {
    width: 100%;
    margin-bottom: 35px;
    float: left;
    border-radius: 20px;
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 920px !important;
    }
}


#enroll .modal-content {
    /* background: #000; */
    background-size: cover;
    border-radius: 30px;
    background: #111010;
   
    border: none;
}

.close_form {
    border-radius: 30px;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 15px;
    z-index: 999;
    top: 15px;
    background: #D48B29 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.mod-new {
    width: 100%;
    float: left;
    padding: 30px;
}
.mod-right {
    width: 100%;
    float: left;
    padding: 30px 30px;
}
.mod-right img {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.mod-right h6 {
   
   
    margin-top: 25px;
    margin-bottom: 25px;
    
    
    width: 100%;
    float: left;
    text-align: left;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif !important;
    color: #D48B29;
  
}
.mod-right p{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: white;
    width:100%;
    text-align: left;
}




.mdia-ex img {
    width: 100%;
    float: left;
    border-radius: 20px;
    filter: grayscale(1);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    height: 200px;
    object-fit: cover;
}
.mdia-text {
    width: 100%;
    float: left;
    padding: 15px 18px;
}
.mdia-text h6 {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif !important;
    color: #D48B29;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.mdia-text p {
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: white;
}
.mdia-ex:hover img {
    filter: grayscale(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.hr-arrow {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.hr-arrow img{
    width:100%;
    max-width:80px;
    height:auto;
}

.mdia-ex:hover .hr-arrow{
     opacity: 1;
}



.mdia-ex {
    position: relative; /* Needed to position .hr-arrow inside */
    overflow: hidden;   /* Ensures arrow doesn’t overflow image bounds */
}


@media (max-width: 992px) {
  

   .mod-right {
     padding: 30px 0 0;
 }

  .hr-arrow img {
    max-width: 60px;
  }

  .hr-arrow {
    top: 15%;
  }
}

@media (max-width: 576px) {
 

     .mod-right {
        padding: 56px 0 0px 0px;
    }

  .mod-right h6 {
      font-size:30px;
  }

  .hr-arrow img {
    max-width: 50px;
  }

  .hr-arrow {
    top: 15%;
  }
}










@media(min-width: 1025px){
.wrapper{
    display: none;
}
}
@media(max-width: 1024px){
    .header_menu_area{
        display: none;
    }
    .menu {
    position: absolute;
    z-index: 9999;
    right: 15px;
    top: 33px;
    width: 50px;
    height: 50px;
}
.menu .menuTrigger {
  --heightIcon: 15px;
  --widthLine: 24px;
  --heightLine: 2px;
  --transitionTime: 0.4s;
  --rotation: 45deg;
  --translateY: calc(var(
  --heightIcon) / 2);
  --translateX: 0;
  position: absolute;
  z-index: 99;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--widthLine);
  height: var(--heightIcon);
}
.menu .menuTrigger .line {
  display: block;
  background: #d28e2e;
  width: var(--widthLine);
  height: var(--heightLine);
  position: absolute;
  left: 0;
  border-radius: 3px;
  transition: all 0.4s;
  z-index: 999;
}
.menu .menuTrigger .line.line-1 {
  top: 0;
}
.menu .menuTrigger .line.line-2 {
  top: 50%;
}
.menu .menuTrigger .line.line-3 {
  top: 100%;
}
.menu .menuTrigger:hover .line-1, .menu .menuTrigger:focus .line-1 {
  transform: translateY(calc(var(--heightLine) / 2 * -1));
}
.menu .menuTrigger:hover .line-3, .menu .menuTrigger:focus .line-3 {
  transform: translateY(calc(var(--heightLine) / 2));
}
.menu .menuTrigger.active .line-1 {
  transform: translateY(var(--translateY)) translateX(var(--translateX)) rotate(var(--rotation));
}
.menu .menuTrigger.active .line-2 {
  opacity: 0;
}
.menu .menuTrigger.active .line-3 {
  transform: translateY(calc(var(--translateY) * -1)) translateX(var(--translateX)) rotate(calc(var(--rotation) * -1));
}

.nav {
  position: absolute;
  z-index: 11;
  bottom: 15px;
  right: 15px;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  /* background-color: #000; */
  transition-duration: 0.4s;
}
.nav.active {
  background-color: rgb(255 255 255);
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 999;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav.active .navList {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;    margin-top: -100px;
  width: 100%;
}
.nav .navList {
  display: none;
}
.nav .navItem {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100%;
  position: relative;
}
.nav .navItem:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.nav .navItem:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.nav .navItem:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.nav .navItem:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.nav .navItem:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.nav .navItem:not(:last-child) {
  margin-bottom: 22px;
}
.nav .navLink {
  position: relative;
  display: inline-flex;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif !important;
  color: #d28e2e;
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav .navLink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  /*background-color: #0e4fa3;*/
  transform: translateX(-50%);
  transition: 0.25s;
}
.nav .navLink:hover:after {
  width: 100%;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}
}



@media (min-width: 450px) and (max-width: 500px){
.frst-banr-img1{
  top: 82px!important;
}
.frst-banr-img2{
  top: 58px!important;
}
.frst-banr-img3{
  margin-top: 84px!important;
}
.thrd-heder img{
  float: left!important;
  padding-left: 25px!important;
  padding-right: 0px!important;
}
}


@media (min-width: 400px) and (max-width: 449px){
.frst-banr-img1{
  top: 96px!important;
}
.secnd-heder h3{
  padding-left: 0px!important;
}
.frst-banr-img2{
  top: 78px!important;
}
.frst-banr-img3{
  margin-top: 103px!important;
}
.thrd-heder img{
  float: left;
  padding-left: 25px!important;
  padding-right: 0px!important;
}
}




@media (min-width: 350px) and (max-width: 399px){
.frst-banr-img1{
  top: 108px!important;
}
.secnd-heder h3{
  padding-left: 0px!important;
}
.frst-banr-img2{
  top: 92px!important;
}
.frst-banr-img3{
  margin-top: 132px!important;
}
.secnd-heder2{
  padding-left: 25px!important;
}
.thrd-heder img{
  float: left;
  padding-left: 25px!important;
  padding-right: 0px!important;
}
.frth-banr-img{
  padding-top: 144px!important;
}
.header-butn a{
  width: 135px!important;
}
}


@media (min-width: 300px) and (max-width: 349px){
.frst-banr-img1{
  top: 150px!important;
}
.frst-heder h3{
  font-size: 15px!important;
  line-height: 27px!important;
}
.frst-heder2 h3 {
    font-size: 15px!important;
    line-height: 27px!important;
}
.frst-header-txt{
  margin-top: 25px!important;
}
.secnd-heder h3{
  font-size: 15px!important;
  line-height: 27px!important;
}
.secnd-heder2 h3{
  font-size: 15px!important;
  
}
.secnd-heder2{
  padding-left: 25px!important;
}
.frst-heder2{
  margin-top: 85px!important;
}
.secnd-heder h3{
  padding-left: 0px!important;
}
.frst-banr-img2{
  top: 120px!important;
}
.frst-banr-img3{
  margin-top: 172px!important;
}
.thrd-heder img{
  float: left;
  padding-left: 25px!important;
  padding-right: 0px!important;
}
.frth-banr-img{
  padding-top: 183px!important;
}
.thrd-heder h3 {
    font-size: 15px!important;
    line-height: 27px!important;
}
.thrd-heder2 h3 {
    font-size: 15px!important;
    line-height: 27px!important;
}
.header-butn a{
  width: 135px!important;
}
}





@media (max-width: 400px){
    .bnr-txt h2 {
    font-size: 35px!important;
    line-height: 51px!important;
}
.bnr-txt{
    padding-top: 20px!important;
}
}


@media (max-width: 575px){
  .header-logo a img{
    width: 150px;
  }
  .frst-heder h3{
    padding-left: 0px;
    font-size: 18px;
    line-height: 31px;
  }
  .frst-heder2 h3{
    font-size: 18px;
    line-height: 31px;
  }
  .frst-heder img{
    height: 31px;
  }
  .frst-heder2 img{
    margin-left: 20px;
  }
  .frst-banr-img1 {
    position: absolute;
    top: 42px;
}
.frst-header-txt {
    position: absolute;
    height: 147px;
}
.secnd-heder{
  margin-top: 10px;
}
.secnd-heder h3{
    padding-left: 60px;
    font-size: 18px;
    line-height: 31px;
}
.secnd-heder2 h3{
    font-size: 18px;
    line-height: 31px;
}
.secnd-heder img{
  margin-right: 34px;
}
.secnd-heder2 img{
  margin-left: 20px;
}
.frst-banr-img2 {
    position: absolute;
    top: 42px;
}
.thrd-heder h3{
    font-size: 18px;
    line-height: 31px;
}
.thrd-heder2 h3{
    font-size: 18px;
    line-height: 31px;
}
.frth-heder h3{
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 0px;
}
.frth-heder2 h3{
    font-size: 23px;
}
.ft-logo{
  padding-top: 100px;
}
.ft-logo h3{
  font-size: 35px;
  margin-top: 15px;
}
.ft-logo p{
  margin-top: 7px;
}
.ft-logo p br{
  display: none;
}
.ft-logo-butn a{
  width: 300px;
    height: 60px;
    font-size: 17px;
    padding: 18px 0px;
}
.ft-copy{
  padding: 5px 0px;
}
.ft-copy-icon{
  width: 100%;
  text-align: center;
}
.ft-copy-icon img {
    float: none;
    display: inline-block;
    width: 31px;
    margin-right: 6px;
    margin-left: 6px;
}
.ft-copy-txt{
  width: 100%;
}
.ft-copy-txt p br{
  display: none;
}
.ft-copy-txt p{
  text-align: center;
}
.frst-banr{
  margin-top: 100px;
}

.banner{
    padding-bottom: 50px;
}
.bnr-txt{
    width: 100%;
    padding-top: 45px;
    margin-bottom: 27px;
    text-align: center;
}
.bnr-txt h2{
    font-size: 50px;
    line-height: 67px;
}
.bnr-img{
    width: 100%;
    margin-top: 20px;
}
.bnr-img-big{
    width: 65%!important;
    padding-left: 15px;
}
.bnr-img-sml {
    position: absolute;
    left: 0px;
    width: 35%!important;
    bottom: 23px;
}
.body1{
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 28px;
}
.body2{
    padding-top: 50px;
}
.body1-txt h2{
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 0px;
}
.b2-point1{
    width: 100%;
    padding-right: 0px;
}
.b2-point2{
    padding-left: 0px;
    margin-top: 15px;
}
.body2-txt h2{
    font-size: 35px;
}
.body2-txt h3{
    font-size: 25px;
}
.b3-img{
    position: relative;
    padding-left: 0px;
}
.b3-img img{
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
}
.b3-txt h2{
    font-size: 35px;
    line-height: 49px;
    margin-top: 0px;
}
.body3{
    padding-top: 50px;
    padding-bottom: 55px;
}
.h-ft-link1 a{
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 0px;
}
.h-ft-link1 a::after{
    display: none;
}

.ft-copy-icon2{
    width: 100%;
    text-align: center;
}
.ft-copy-icon2 a img{
    margin-right: 8px;
    display: inline-block;
float: none;
    margin-left: 8px;
    width: 45px;
}
.ft-copy-txt2{
    width: 100%;
    text-align: center;
}
.ft-copy-txt2 p{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}
.h-ft-logo a img{
    max-width: 280px;
    width: 100%;
}

.in-body1-hed h2{
  font-size: 38px;
}
.in-body1-hed h3{
  font-size: 26px;
}
.in-body1-hed p{
  padding: 0px;
}
.about-txt img{
  padding-left: 0px;
  margin-left: 0px;
  float: none;
  display: block;
  max-width: 250px;
  width: 100%;
  margin: auto;
}
.about-txt h2{
  font-size: 37px;
  text-align: center;
  margin-top: 30px;
}
.about-txt p{
  text-align: center;
}
.iner-ban-hed h2{
  font-size: 38px;
}
.inner-banner{
  padding: 85px 0px;
}
.card-header h5 img {
    width: 60px;
    margin-right: 10px;
    position: inherit;
    float: none;
    display: block;
    margin-bottom: 7px;
}
.card-header h5{
  float: left;
  width: 100%;
  font-size: 17px;
}
.card-header h5 svg{
  margin-top: 0px;
}
.in-services-hed h2{
  font-size: 38px;
}
.crfrm-full{
  width: 100%;
}
.contact-form{
  padding-left: 0px;
  padding-top: 45px;
}
.contact-form-hed h3{
  font-size: 38px;
}
.cont-adres{
  border-right: none;
}
.team-txt img{
  width: 100%;
  margin-right: 0px;
}
.team-txt2 img{
  margin-left: 0px!important;
}
.team-txt h4{
  font-size: 18px;
  line-height: 27px;
}
.team-txt h2{
  float: left;
  font-size: 29px;
}
.team-txt p{
  float: left;
}
}




@media(min-width: 576px) and (max-width: 767px){
  .header-logo a img{
    width: 150px;
  }
  .frst-banr-img1 img{
    max-width: 575px;
  }
  .frst-heder h3{
    padding-left: 0px;
    font-size: 18px;
    line-height: 31px;
  }
  .frst-heder2 h3{
    font-size: 18px;
    line-height: 31px;
  }
  .frst-heder img{
    height: 31px;
  }
  .frst-heder2 img{
    margin-left: 20px;
  }
  .frst-banr-img1 {
    position: absolute;
    top: 62px;
}
.frst-header-txt {
    position: absolute;
    height: 147px;
    margin-top: 25px;
}
.secnd-heder{
  margin-top: -6px;
}
.secnd-heder h3{
    padding-left: 60px;
    font-size: 18px;
    line-height: 31px;
}
.secnd-heder2 h3{
    font-size: 18px;
    line-height: 31px;
}
.secnd-heder img{
  margin-right: 34px;
}
.secnd-heder2 img{
  margin-left: 20px;
}
.frst-banr-img2 {
    position: absolute;
    top: 42px;
}
.frst-banr-img2 img{
  max-width: 575px;
}
.thrd-heder h3{
    font-size: 18px;
    line-height: 31px;
}
.thrd-heder2 h3{
    font-size: 18px;
    line-height: 31px;
}
.frst-banr-img3 img{
  max-width: 575px;
}
.frth-heder h3{
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 0px;
}
.frth-heder2 h3{
    font-size: 23px;
}
.frth-banr-img img{
  max-width: 575px;
}
.ft-logo{
  padding-top: 20px;
}
.ft-logo h3{
  font-size: 35px;
  margin-top: 15px;
}
.ft-logo p{
  margin-top: 7px;
}
.ft-logo p br{
  display: none;
}
.ft-logo-butn a{
  width: 300px;
    height: 60px;
    font-size: 17px;
    padding: 18px 0px;
}
.ft-copy{
  padding: 5px 0px;
}
.ft-copy-icon{
  width: 100%;
  text-align: center;
}
.ft-copy-icon img {
    float: none;
    display: inline-block;
    width: 31px;
    margin-right: 6px;
    margin-left: 6px;
}
.ft-copy-txt{
  width: 100%;
}
.ft-copy-txt p br{
  display: none;
}
.ft-copy-txt p{
  text-align: center;
}



.banner{
    padding-bottom: 50px;
}
.bnr-txt{
    width: 100%;
    padding-top: 45px;
    margin-bottom: 27px;
    text-align: center;
}

.bnr-img{
    width: 100%;
    margin-top: 20px;
}
.bnr-img-big{
    width: 65%!important;
    padding-left: 15px;
}
.bnr-img-sml {
    position: absolute;
    left: 0px;
    width: 35%!important;
    bottom: 23px;
}
.body1{
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 28px;
}
.body2{
    padding-top: 50px;
}
.body1-txt h2{
    
    margin-bottom: 30px;
    margin-top: 0px;
}
.b2-point1{
    width: 100%;
    padding-right: 0px;
}
.b2-point2{
    padding-left: 0px;
    margin-top: 15px;
}

.b3-img{
    position: relative;
    padding-left: 0px;
}
.b3-img img{
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
}
.b3-txt h2{
    margin-top: 0px;
}
.body3{
    padding-top: 50px;
    padding-bottom: 55px;
}
.h-ft-link1 a{
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 0px;
}


.h-ft-link1 a::after{
    display: none;
}
.ft-copy-icon2{
    width: 100%;
    text-align: center;
}
.ft-copy-icon2 a img{
    margin-right: 8px;
    display: inline-block;
float: none;
    margin-left: 8px;
    width: 45px;
}
.ft-copy-txt2{
    width: 100%;
    text-align: center;
}
.ft-copy-txt2 p{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}
.h-ft-logo a img{
    max-width: 280px;
    width: 100%;
}
.about-txt img{
  padding-left: 0px;
  margin-left: 0px;
  float: none;
  display: block;
  max-width: 320px;
  width: 100%;
  margin: auto;
}
.about-txt h2{
  margin-top: 30px;
  text-align: center;
}
.about-txt p{
  text-align: center;
}
.in-body1-hed p{
  padding: 0px;
}
.crfrm-full{
  width: 100%;
}
.contact-form{
  padding-left: 0px;
  padding-top: 45px;
}

.cont-adres{
  border-right: none;
}
.team-txt img{
  width: 100%;
  margin-right: 0px;
}
.team-txt2 img{
  margin-left: 0px!important;
}
}




@media(min-width: 768px) and (max-width: 991px){
  .header-logo a img{
    width: 180px;
  }
  .frst-banr-img1 img{
    max-width: 87%;
    margin-top: 23px;
  }
  .frst-heder h3{
    padding-left: 0px;
  }
  .frst-heder2{
    margin-top: 38px;
  }
  .h-ft-link1 a{
    padding: 0px 15px;
  }
  .h-ft-link1 a::after{
      margin-left:17px;
  }
  .frst-heder2 img{
    margin-left: 49px;
  }
  .frst-banr-img2 img{
    max-width: 86%;
    margin-top: 20px;
  }
  .secnd-heder h3{
    padding-left: 144px;
  }
  .secnd-heder2 img{
    margin-left: 73px;
  }
  .frst-banr-img3 img{
    max-width: 75%;
    margin-top: 20px;
  }
  .frth-banr-img img{
    max-width: 60%;
  }
  .ft-logo{
    padding-top: 30px;
  }
  .ft-logo h3{
    font-size: 37px;
    margin-top: 15px;
  }
  .ft-logo-butn{
    margin-bottom: 30px;
  }
  .ft-copy{
    padding: 20px 0px;
  }
  .ft-copy-icon img{
    width: 50px;
    margin-right: 17px;
  }
  .ft-copy-txt{
    width: 59%;
  }
  .ft-copy-icon{
    width: 41%;
  }



  .bnr-txt{
    padding-top: 25px;
  }
  .bnrtxt-2{
        padding-top: 40px;
    }
  .bnr-img-sml{
    left: -50px;
  }
  .bnr-txt h2{
    font-size: 45px;
    line-height: 56px;
  }
  .body1{
    margin-top: -50px;
  }
  .b2-point1{
    padding-right: 35px;
  }
  .b2-point2{
    padding-left: 35px;
  }
  .b3-img{
    position: relative;
  }
  .b3-img img{
    margin-top: 30px;
  }
  .ft-copy-icon2{
    width: 40%;
  }
  .ft-copy-txt2{
    width: 60%;
  }
  .ft-copy-icon2 img {
    float: left;
    width: 50px;
    margin-right: 15px;
}
.in-body1-hed p{
  padding: 0px;
}
.about-txt img {
    float: right;
    width: 290px;
    padding-left: 44px;
    margin-left: 0px;
}
.in-body-place h2{
  font-size: 28px;
}
.crfrm-full{
  width: 100%;
}
.contact-form{
  padding-left: 0px;
}
.cont-adres h2{
  font-size: 18px;
}
.team-txt img{
  width: 300px;
  margin-right: 30px;
}
.team-txt h2{
  font-size: 35px;
}
.team-txt h4{
  font-size: 19px;
  line-height: 29px;
}
.team-txt2 img{
  margin-left: 30px!important;
}
}





@media(min-width: 992px) and (max-width: 1024px){


.blg-text {
  padding: 15px 0px !important;
}




.frst-banr-img1 img{
  max-width: 65%;
  margin-top: 33px;
}
.frst-heder h3{
  padding-left: 144px;
}
.frst-heder2 img{
  margin-left: 69px;
}
.frst-banr-img2 img{
  max-width: 62%;
}
.secnd-heder h3{
  padding-left: 254px;
  margin-top: 0px;
}
.secnd-heder2{
  margin-top: 18px;
}
.secnd-heder2 img{
  margin-left: 62px;
}
.frst-banr-img3 img{
  max-width: 63%;
}
.frth-banr-img img{
  max-width: 50%;
}
.ft-logo{
  padding-top: 30px;
}
.ft-logo-butn{
  margin-bottom: 30px;
}
.ft-logo p{
  margin-bottom: 19px;
}
.ft-copy{
  padding: 15px 0px;
}
.ft-copy-icon img{
  width: 50px;
  margin-right: 20px;
}
.ft-logo h3{
  margin-top: 18px;
}
.about-txt img {
    padding-left: 44px;
    margin-left: 60px;
}
.in-body1-hed p{
  padding: 0px;
}
}



@media(min-width: 992px) and (max-width: 1199px){
    .bnr-txt{
    padding-top: 90px;
}
.bnrtxt-2{
        padding-top: 110px;
    }
.bnr-txt h2{
font-size: 46px;
    line-height: 62px;
}
.b3-txt h2{
    font-size: 36px;
    line-height: 52px;
}
.b3-img img{
    max-width: 367px;
    margin-top: -74px;
}
.body3{
    padding-top: 35px;
    padding-bottom: 40px;
}
}


@media(min-width: 1025px) and (max-width: 1199px){
  
.blg-text {
  padding: 15px 0px !important;
}

  .header-logo a img{
    width: 185px;
  }
  .frst-banr-img1 img{
    max-width: 639px;
    margin-top: 35px;
  }
  .frst-heder h3{
    padding-left: 145px;
    margin-top: 2px;
  }
  .frst-heder2{
      padding-left: 9px;
    margin-top: 44px;
  }
  .frst-banr-img2 img{
    max-width: 595px;
  }
  .secnd-heder h3 {
    padding-left: 258px;
    margin-top: -7px;
    font-size: 24px
}
.secnd-heder img{
    margin-right: 39px;
}
.secnd-heder2 h3{
    font-size: 24px;
}
  .secnd-heder2{
    margin-top: 26px;
  }
  .secnd-heder2 img{
    margin-left: 77px;
  }
  .frst-banr-img3 img{
    max-width: 630px;
  }
  .frth-banr-img img{
    max-width: 430px;
  }
  .ft-copy{
    padding: 15px 0px;
  }
  .ft-logo-butn{
    margin-bottom: 36px;
  }
  .ft-logo p{
    margin-top: 13px;
    margin-bottom: 18px;
  }
  .ft-logo h3{
    margin-top: 15px;
  }
  .ft-logo{
    padding-top: 32px;
  }
  .ft-logo a img{
    width: 189px;
  }
  .header_menu_area > ul > li > a{
    padding: 0px 15px 0px 15px;
  }
  .about-txt img{
    margin-left: 0px;
  }
}


@media (min-width: 300px) and (max-width: 470px){
  .ft-logo p{
    margin-bottom: 18px!important;
    font-size: 15px!important;
  }
}

@media (min-width: 300px) and (max-width: 400px){
  .ft-logo h3 {
    font-size: 30px!important;
    margin-top: 10px!important;
}
.ft-logo a img{
  width:  168px!important;
}
}

@media (max-width: 350px){
  .ft-logo-butn{
    margin-bottom: 30px!important;
  }
 
}




@media (min-width: 1400px) and (max-width: 1460px){
    .frst-banr-img1 img{
        max-width: 958px;
    }
     .frst-heder h3{
      font-size: 29px;
  }
  .frst-heder2 h3{
      font-size: 29px;
  }
  .frst-banr-img2 img{
      max-width: 820px;
  }
  .secnd-heder h3{
      font-size: 29px;
      padding-left: 323px;
  }
  .secnd-heder2 h3{
      font-size: 29px;
  }
  .frst-banr-img3 img{
      max-width: 750px;
  }
  .thrd-heder h3{
      font-size: 29px;
  }
  .thrd-heder2 h3{
      font-size: 29px;
  }
  .frth-heder h3{
      font-size: 30px;
  }
  .frth-heder2 h3{
      font-size: 35px;
  }
  .frth-banr-img img{
      max-width: 700px;
  }
  .drp-btn a img{
      width: 31px;
  }
  .drp-btn{
      bottom:9%;
  }
}





@media(min-width: 1200px){
    .bnrtxt-2{
        padding-top: 154px;
    }
}

.grecaptcha-badge { 
    visibility: hidden;
}



.swal2-popup{
    max-width: 400px;
    width: 100%;
    padding: 30px 0px;
}
.swal2-html-container{
    font-size: 15px!important;
    font-weight: 500!important;
}




/*extra*/

.blg-ex{
  width: 100%;
      margin-bottom: 35px;
  float: left;
  border-radius: 20px;

}
.blg-ex img{
   width: 100%;
   float: left;
  border-radius: 20px;
   filter: grayscale(1);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.blg-ex:hover img {
    filter: grayscale(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}







.blg-text{
  width: 100%;
  float: left;
  padding: 15px 18px;
}
.blg-text h6{
  width: 100%;
  float: left;
 text-align: left;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif !important;
    color: #D48B29;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.blg-text p{
  width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: white;
    }
.blg-text h5 {
    margin-top: 9px;
    margin-bottom: 0;
    float: left;
    font-weight: 300;
    font-size: 17px;
    color: white;
    font-family: 'Montserrat', sans-serif !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.blg-text a {
    padding: 5px;
    border: 1px solid;
    margin-bottom: 0;
    float: right;
    font-weight: 500;
    font-size: 16px;
    color: #d48b29;
    text-decoration: none;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.blg-text a:hover{
  color: white;
   border: 1px solid white;
}
.blg-dtail{
  width: 100%;
  float: left;
}
.blg-dtail h3{
  float: left;
    width: 100%;
    font-size: 45px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    color: white;
    margin-bottom: 30px;
    margin-top: 0px;
    text-align: center;
}
.blg-dtail h3 span {
    color: #CC8525;
}
.blg-dtail img {
  margin-top: 15px;

    width: 100%;
    float: left;
    border-radius: 20px;
    max-width: 100%;
    height: 400px;
    object-fit: cover;
}
.blg-dtail p{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    font-family: 'Montserrat', sans-serif !important;
    padding-top: 45px;
}
.blg-dtail h5 {
    margin-top: 9px;
    margin-bottom: 0;
    float: left;
    font-weight: 300;
    font-size: 17px;
    color: white;
    font-family: 'Montserrat', sans-serif !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.no-blog{
    color:white;
}