@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html,body{
  overflow-x: hidden !important;
}
.roboto{
  font-family: "Roboto", sans-serif;
}
.arrow_btn{
  padding: 5px 0;
  transition: all 0.45s ease-out;
  position: relative;
}
.arrow_btn .hove_arrow{
  position: absolute;
  left: 0;
  will-change: transform;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  display: flex;
  transition: all 0.45s ease-out;
  margin-left: 0 !important;
}
.arrow_btn:hover .hove_arrow{
  transform: translateY(-20px);
  opacity: 1;
  font-size: 18px;
  color: #e6aa99;
  transition: all 0.45s ease-out;
}

.arrow_btn .testi_arrow{
  position: absolute;
  right: 15px;
  will-change: transform;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  display: flex;
  transition: all 0.45s ease-out;
  margin-left: 0 !important;
}
.arrow_btn:hover .testi_arrow{
  transform: translateY(-34px);
  opacity: 1;
  font-size: 18px;
  color: #e6aa99;
  transition: all 0.45s ease-out;
  right: 15px;
} 
 
.testi_arrow2{  font-size: 10px;}

.testi_text{
  font-family: "Outfit", sans-serif;
font-size: 15px;
font-weight: 300;
  color: #666 !important;
letter-spacing: 0.5px

}

.btn_txt{
    transition: all 0.45s ease-out;
}
.arrow_btn:hover .btn_txt{
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
    transition: all 0.45s ease-out;
}
.pp_title{
  margin-top: 25px;
  margin-bottom: 3px !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  line-height: 1.2em;
  margin: 0 0 15px 0;
    margin-bottom: 15px;
  color: #171717;
  letter-spacing: 0.5px;
}
.coming_soon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 130px auto;
}
.footer .bottom .links ul li:hover, .footer .bottom .links ul li:hover a {
  color: #939393;
}
.footer .bottom .links ul li a:hover  {
  color: #e9e9e9;
  transition: all 0.5s ease;
}
.footer .bottom .links ul li a  {
  color: #e9e9e9;
  transition: all 0.5s ease;
}
.coming_soon p {
  text-align: center;
  letter-spacing: 1.3px;
  margin: 0 0 10px;
  font-size: 18px;
}
.coming_soon h1 {
  color: #c8c8c896 !important;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0;
}
.section-title b {
  color: #5ba653 !important;
  font-weight: 300;
}
.team_pg .services2 .item:hover .img {
  filter: grayscale(100%);
  transform: scale(1.1);
  transition: all 1.2s ease;
}
.team_pg .services2 .item .img {
  transform: scale(1);
  transition: all 1.2s ease;
}
.team_pg .services2 .item .img::before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.11) 0, transparent 100%);
}
.services2 .item .img::before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0, transparent 100%);
}
.pc_view{
  display: block;
}
.mob_view{
  display:none !important;
}
.flex1{
  flex: 1;
}
.pl0{
  padding-left: 0px !important;
}
.logo-img {
  width: 250px;
  margin-bottom: 0px;
}
.navbar .dropdown-menu .dropdown-item i {
  padding: 9px 0 0 5px;
}
.section-padding { padding: 50px 0;}
 .pt30{
  padding-top: 30px !important;
 }
.section-title {
  font-family: "Outfit", sans-serif;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 300;
  color: #638662;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mt15{
  margin-top: 15px !important;
}
.ml5{
  margin-left: 5px !important;
}
.nav-scroll .navbar-nav .active, .nav-scroll .navbar-nav .active i { color: #359921 !important;}
 
.durubtn4 {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  padding: 0 20px;
  border-radius: 5px;
  color: #171717;
  border: 1px solid #e6aa99;
  white-space: nowrap;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
  cursor: pointer;
  min-height: 33px;
  line-height: 30px;
  margin-top: 6px;
}

.durubtn4:hover {
  background: #e6aa99;
  border: 1px solid #e6aa99;
  color: #fff;
  transition: all .7s;
  transform: translate3d(0px, -3px, 0.01px);
}

b {
  font-weight: 600;
  color: #666565;
}

p {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #4f4f4f;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
 
.navbar .dropdown-menu .dropdown-item {
  padding: 4px 0;
  font-family: "Outfit", sans-serif;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  color: #555 !important;
}

.durubtn4 .text-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  height: auto;
  padding-bottom: 2px;
}
 
.durubtn4 .text {
  font-size: 10px;
  font-weight: 400;
  color: #848484;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mt50{ margin-top: 50px;}

.mt100{ margin-top: 100px;}

.mt70{ margin-top: 70px;}

.mt150{ margin-top: 150px;}

.mt200{ margin-top: 200px;}

.top-50{top: -50px !important;}

.pb0{ padding-bottom : 0px;}

.pt0{ padding-top : 0px !important;}

.mb0{ margin-bottom: 0 !important;}
.mb75{ margin-bottom: 75px;}
.mb10{ margin-bottom: 10px !important;}
.mb15{ margin-bottom: 15px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb25{ margin-bottom: 25px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb35{ margin-bottom: 35px !important;}

.footer .bottom .links ul li {
  display: inline-block;
  margin: 10px;
  font-size: 11px;
}

.footer .bottom .links ul li {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.footer .bottom p {
  color: rgba(255, 255, 255, .6);
  font-size: 13px;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.design_by { 
  padding-top: 3px;
  font-size: 10px;
  color: rgba(255, 255, 255, .6);
  margin-bottom: 0px;
  display: flex;
  justify-content: right;
  width: 100%;
}

.design_by a{  display: flex;}

.design_by img {  width: 23px; margin-left: 5px;}

.footer .bottom p a {
 background-position-x: 0%;
 background-position-y: 0%;
 background-repeat: repeat;
 background-size: auto;
 background-position: 0 100%;
 background-repeat: repeat-x;
 background-size: 1px 1px;
 color: #939393;
 text-decoration: none;
 transition: background-size .2s;
 line-height: 1.75em;
 background: transparent;
}

.footer .bottom .links ul li a {
  color: #939393;
  position: relative;
}

.footer .item.text-left {
  text-align: left;
}

.footer .top .item .h3 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
} 
.footer .top .item h3 {
 color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
}
.footer .top .item .phone {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  font-weight: 300;
}

.footer .top .item .mail {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
 
.footer .top .social-icons li {
  display: inline-block;
  border: none;
  z-index: 1;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: 5px;
  margin-top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  border-radius: 100%;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255,255,255, 0.2);
  background: transparent;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
} 
.navbar .navbar-nav .nav-link:last-child{
  padding-right: 0 !important;
}
.navbar .navbar-nav .nav-link {
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #555 !important;
  margin: 0px;
  -webkit-transition: all .4s;
  transition: all .4s;
  padding-right: 18px;
  padding-left: 14px;
  text-transform: uppercase;
  line-height: 10px !important;
  letter-spacing: 1.2px;
}

.navbar .navbar-nav .active {
  color: #2a972d !important;
}

.top40 { top: 40px !important;}

.min_h100{ min-height: 100px;}
.min_h110{ min-height: 110px;}
.min_h120{ min-height: 120px;}
.min_h130{ min-height: 130px;}
.min_h140{ min-height: 140px;}
.min_h150{ min-height: 150px;}
.min_h160{ min-height: 160px;}
.min_h170{ min-height: 170px;}
.min_h180{ min-height: 180px;}
.min_h190{ min-height: 190px;}
.min_h200{ min-height: 200px;}


.bd_top{border-top: 1px solid rgba(255, 255, 255, 0.07);}

.progress-wrap::after {
  position: absolute;
  font-family: 'themify';
  content: '\e648';
  text-align: center;
  line-height: 40px;
  font-size: 13px;
  font-weight: 300;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 16px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.accordion-box .block .acc-btn::before {
  position: absolute;
  right: 5px;
  top: 17px;
  font-size: 9px;
  font-weight: normal;
  color: #939393;
  line-height: 30px;
  content: "\e64b";
  font-family: "Themify";
  transition: all 500ms ease;
} 
.accordion-box .block .acc-btn.active::before {
  font-family: 'Themify';
  content: "\e648";
  color: #828282;
}
.accordion-box .block .acc-btn span {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  color: #fff;
  margin-right: 15px;
}

.down_arro{position: relative;}

.down_arro::after{position: absolute; top: 10px; right: 4px; content: ""; 
  content: "\e64b";
  font-family: "Themify";
  transition: all 500ms ease;
  font-size: 7px;
  font-weight: normal;
  color: #939393;
}   
 
.recognitions_flex{display: flex;align-items: center;justify-content: space-between;}

.exlore_recognitions{ color: #FFF;padding-right: 15px;}

.exlore_recognitions a{ color: #FFF;}

.ml10{ margin-left: 10px;}

.ml5{ margin-left: 5px;}

.mt5{ margin-top: 5px;}

.mt6{ margin-top: 6px;}

.mt7{ margin-top: 7px;}

.pt5{ padding-top: 5px;}

.wht{ color: #fff;}

.link_separation{ width: 100%;}
.link_separation ul { color: #bfbfbf; display: flex;justify-content: center;padding-left: 0;margin-bottom: 0;}
.link_separation ul li{ padding: 0px 20px 0px 0px; position: relative; text-transform: uppercase;letter-spacing: 1px;font-size: 10px;font-weight: 400;color: #bfbfbf !important; }
.link_separation ul li::after{ color: #bfbfbf; position: absolute; top: 2px; right: 4px;  font-weight: 400; content:"\e649";  font-family: "Themify";font-size: 9px;}
.link_separation ul li:last-child::after{display: none;}
.link_separation ul li a{ color: #bfbfbf;transition: all 0.5s ease;}
.link_separation ul li:last-child {
  padding: 0px 0px 0px 0px;
}
.link_separation ul li a:hover{ color: #fff;transition: all 0.5s ease;}
.section-title {
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 100;
  color: #5ba653;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.mt75{margin-top: 75px !important;}

.bs_1{box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.pattern_background {
  background-image: radial-gradient(#f5f5f5 1px, transparent 1px);
  background-size: 10px 10px;
  background-color: #ffffff;
}
section{
  padding: 50px 0;
}
.bg_1 {
  background: #fffaf8;
}

.pattern_background_1 {
  background-image: radial-gradient(#fbede7f0 1px, transparent 1px);
  background-size: 10px 10px;
  background-color: #fffaf8;;
}
 
.banner-header h3 {
  position: relative;
  font-size: 43px;
  color: #fff;
  line-height: 1.2em;
  margin-bottom: 1px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mr5{ margin-right: 5px;}

.clr_grn{
  color: #5ba653;
  font-size: 20px;
}
.count i{
  color: #c5a47e;
  font-size: 12px;
  margin-right: 10px;
}
.pp_link:hover{
  color: #5ba653;
}
.footer .top {
  padding: 90px 0 60px 0;
}
.scroll-to-top {
  position: fixed;
  bottom: 37px;
  right: 23px;
  width: 38px; 
  height: 38px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 35px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  display: unset !important;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #cdcdcd;
  border-radius: 100%;
  background: #ffffff47;
}

.scroll-to-top i {
  color: #a7a7a7;
}
.scroll-to-top.shows {
  opacity: 1;
  visibility: visible;
}
.nav-scroll .navbar-toggler-icon, .nav-scroll .icon-bar {
  color: #c5a47e;
}
.scroll-to-top:hover {
  background: #f0f0f0bf;
  transition: all 0.6s ease;
  box-shadow: 6px 6px 20px #38383817;
}
.footer .bottom .links ul {
  margin: 0;
  padding: 0;
  line-height: 19px;
}


@media screen and (min-width:1300px) and (max-width:1399px){
.logo-img {
  width: 220px;
  margin-bottom: 0px;
}
}

@media screen and (min-width:992px) and (max-width:1199px){
.container{
    max-width: 1122px;
}
}
@media screen and (min-width:1050px) and (max-width:1199px){
.scroll-to-top {
  position: fixed;
  bottom: 114px;
}
}
@media screen and (min-width:1024px) and (max-width:1060px){
.sm_w62{
  width: 62%;
}
.sm_w38{
  width: 38%;
}
}
@media screen and (min-width:768px) and (max-width:1024px){
.section-title {
  font-size: 27px;
}
}

@media screen and (max-width:767px) {
  .res_mb10{
    margin-bottom: 10px !important;
  }
  .mt15 {
  margin-top: 10px !important;
}
footer .bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
  .scroll-to-top {
  bottom: 13px;
  right: 12px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  }
   .footer .bottom .links, .footer .bottom p {
    text-align: left !important;
    line-height: 20px;
  }
  .footer .bottom .row{
    flex-direction: column-reverse;
  }
  .progress-wrap {
  bottom: 14px;
  right: 13px;
  height: 35px;
  width: 35px;
  }
.mob_mb0{ margin-bottom: 0px !important;}
.footer .top .item .h3 {
  margin-bottom: 6px !important;
}
.footer .top .item .phone {
  margin-bottom: 0 !important;
}
.footer .top .item .mail {
  margin-bottom: 10px !important;
}
.footer .social-icons{
  margin-bottom: 0 !important;
}
  .navbar .navbar-nav .nav-link .rolling-text {
    height: 30px;
    line-height: 30px;
    width: 100% !important;
  } 
  .footer .top .social-icons li {
    width: 35px;
    height: 35px;
    line-height: 34px;
  }
   .logo-img {
    width: 185px;
  }
   .navbar .container {
    max-width: 100%;
    padding: 0;
  }
   .navbar button {
    float: left;
    padding: 0 12px;
    margin-right: -4px;
  }
    .logo-wrapper {
    float: left;
    padding: 0 12px;
  }
    .navbar {
    height: auto;
    padding: 10px 0;
  }
.down_arro::after {
  position: absolute;
  top: 5px;
  right: 3px;
  content: "";
  content: "\e64b";
  font-family: "Themify";
  transition: all 500ms ease;
 
  font-size: 10px;
  font-weight: normal;
  color: #444;
  z-index: 0;
  width: 15px;
}  

.navbar .navbar-nav .nav-link { 
  padding-left: 0px;
  padding: 3px 0;
  position: relative;
  z-index: 9;
  width: 100%;
}
  .navbar .dropdown-menu {
    padding-left: 23px !important;
  }
 .navbar .dropdown-menu .dropdown-item {
    line-height: 23px;
  }
  .section-padding {
    padding: 35px 0;
  }
  .footer .top {
    padding: 35px 0 35px 0;
  }
  .design_by{
    justify-content: left;
    padding-top: 0px;
  }
  .mob_mb0{
    margin-bottom: 0px !important;
  }
  .footer .bottom {
    padding: 10px 0 10px 0px;
  }
  .banner-header h3 {
    font-size: 25px;
    letter-spacing: 1px;
  }
  .link_separation ul li {
  color: #a4a4a4 !important;
}
.link_separation ul li a {
  color: #a4a4a4;
}
.section-title {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin-bottom: 9px !important;
}
  p {
  margin-bottom: 10px;
}
.pc_view{
  display: none;
}
.mob_view{
  display: block !important;
}
.res_lh_mb{
  line-height: 21px;
  margin-bottom: 9px !important;
  letter-spacing: 0.2px;
}
.res_pb100{
  padding-bottom: 100px !important;
}
}
