@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');





html {
  scroll-behavior: smooth;
}

body{

}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: 'Montserrat', sans-serif;
}

h1{
  color:  #000000;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;

}

h2{

  color: #000000;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.5;
  margin: 40px 0px 10px 0px;

}

h3{

  color: #000000;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}

p{
  font-size: 17px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
  line-height: 1.6;
  font-weight:300;


}

a{
color: #A2AC87;
text-decoration: underline;
font-weight: 700;
transition: .5s;
}

a:hover{
  text-decoration: none;

}



.inner-container{
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;

}



.topnav {
  overflow: hidden;
  margin-top: 30px;
}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 15px;
  text-decoration: none;
  font-size: 15px;
  font-weight:300;
  transition: .5s;
}

.topnav a:hover {
  background-color: #A2AC87;
  color: #F5F5F5;
  text-decoration: underline;
      transform: translateY(-0.25rem);
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.logo{
  width: 100px;
  height: auto;
  transition: .5s;
}

.logo:hover{
  transform: translateY(-0.25rem);
}

header{
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  margin-top: 30px;
}

.topnav .nav_contact{
  color: #A2AC87;
  font-weight: 600;
}

.banner{
  width: 100%;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/images/banner.jpg);
    height: 90vh;
    background-size: cover;
    margin: 50px 0px 50px 0px;
    background-position: middle;
    padding: 130px 0px 130px 70px;
}


.about{
  width: 100%;
  background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/images/service2.jpg);
    height: 60vh;
    background-size: cover;
    margin: 50px 0px 50px 0px;
    background-position: middle;
    padding: 70px 0px 100px 70px;
}


.services{
  width: 100%;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/images/service3.jpg);
    height: 60vh;
    background-size: cover;
    margin: 50px 0px 50px 0px;
    background-position: middle;
    padding: 70px 0px 100px 70px;
}


.faqs{
  width: 100%;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/images/service3.jpg);
    height: 60vh;
    background-size: cover;
    margin: 50px 0px 50px 0px;
    background-position: middle;
    padding: 70px 0px 100px 70px;
}

.contact{
  width: 100%;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/images/service1.jpg);
    height: 60vh;
    background-size: cover;
    margin: 50px 0px 50px 0px;
    background-position: middle;
    padding: 70px 0px 100px 70px;
}


.feedback{
  width: 100%;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/images/service2.jpg);
    height: 60vh;
    background-size: cover;
    margin: 50px 0px 50px 0px;
    background-position: middle;
    padding: 70px 0px 100px 70px;
}


.pricing{
  width: 100%;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/images/banner.jpg);
    height: 60vh;
    background-size: cover;
    margin: 50px 0px 50px 0px;
    background-position: middle;
    padding: 70px 0px 100px 70px;
}


.banner h1{
  font-size: 80px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

.banner h1 i{
  font-size: 50px;
}

.banner_cta{
  border-style: solid;
  border-color: #fff;
  border-width: 3px;
  color: #fff;
  width: 200px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  margin-top: 50px;
  transition: .5s;
}

.banner_cta:hover{
  transform: translateY(-0.25rem);
  background-color: #fff;
  color: #A2AC87;
  text-decoration: underline;
}

.banner_cta_link{
  text-decoration: none;
  color: inherit;
}

.index_section{
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  height: auto;
  margin: 50px 0px 100px 0px;

}

.index_section_image{
  width: 47%;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/images/index_section.jpg);
    background-size: cover;
    background-position: middle;
}

.index_section_content{
  width: 47%;
  padding: 50px 0px 50px 0px;
}

.content_image{
  width: 100%;
  height: auto;
  margin: 20px 0px;
}

.index_section_content h2{
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
}

.index_section_content p{
  line-height: 2;
}



.index_section_content_cta{
  background-color: #A2AC87;
  color: #fff;
  width: 200px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  transition: .5s;
  margin-top: 20px;
}

.index_section_content_cta:hover{
  transform: translateY(-0.25rem);
  background-color: #F5F5F5;
  border-color:  #A2AC87;
  border-style: solid;
  border-width: 3px;
  color: #A2AC87;
  text-decoration: underline;
}

.index_section_content_link{
  text-decoration: none;
  color: inherit;
}

.why_choose_us{
  margin: 100px 0px 100px 0px;
}

.why_choose_us h2{
  font-size: 40px;
  font-weight: 700;
  color: #A2AC87;
  line-height: 1.3;
  text-align: center;
}

.why_choose_us_container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items:center;
  text-align: center;
  margin: 50px 0px 50px 0px;
}

.why_choose_us_single{
  display: flex;
  flex-direction: column;
  width: 30%;
  padding: 0px 45px 0px 45px;
}

.why_choose_us_single_heading{
  color: #A2AC87;
  margin: 20px 0px 10px 0px;
  font-size: 25px;
  font-weight: 700;
}

.services_section{
  background-color: #EFEFEF;
  margin: 100px 0px 100px 0px;
  padding-bottom: 100px;

}

.services_section h2{
  font-size: 40px;
  font-weight: 700;
  color: #A2AC87;
  line-height: 1.3;
  text-align: center;
  padding: 100px 0px 100px 0px;
}

.services_section_container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.services_section_service1{
  background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/images/service1.jpg);
  background-size: cover;
  height: 700px;
  width: 1000px;
  background-position: bottom;
  margin-right: 20px;
  padding: 320px 0px 350px 10px;

}

.services_section_service1 p{
   color: #fff;
   font-size: 25px;
   text-align: center;
    font-weight: 700;
}

.services_section_service2{
  background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/images/service2.jpg);
  background-size: cover;
  height: 700px;
  width: 1000px;
  background-position: bottom;
  margin-right: 20px;
  padding: 320px 0px 350px 10px;

}

.services_section_service2 p{
   color: #fff;
   font-size: 25px;
   text-align: center;
    font-weight: 700;
}

.services_section_service3{
  background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/images/service3.jpg);
  background-size: cover;
  height: 700px;
  width:1000px;
  background-position: bottom;
  padding: 320px 0px 350px 10px;

}

.services_section_service3 p{
   color: #fff;
   font-size: 25px;
   text-align: center;
    font-weight: 700;
}


.services_section_cta{
  border-style: solid;
  border-color: #A2AC87;
  border-width: 3px;
  color: #A2AC87;
  width: 200px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  transition: .5s;
  display: block;
  margin:  100px auto 0px auto;
}

.services_section_cta:hover{
  transform: translateY(-0.25rem);
  background-color: #A2AC87;
  color: #fff;
  text-decoration: underline;
}

.services_section_cta_link{
  text-decoration: none;
  color: inherit;
}


.single_service_include_cta{
  font-size: 17px!important;
  border-style: solid;
  border-color: #fff;
  border-width: 3px;
  color: #fff;
  width: 200px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  transition: .5s;
  display: block;
  margin:  50px auto 0px auto;

}

.single_service_include_cta:hover{
  transform: translateY(-0.25rem);
  background-color: #A2AC87;
  color: #fff;
  text-decoration: underline;
  border-style: none;
}

.single_service_include_cta_link{
  text-decoration: none;
  color: inherit;
}

.reviews{
  margin: 100px 0px 100px 0px;
}

.reviews h2{
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    text-align: center;
}

.reviews_container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 100px 0px 0px 0px;
}

.reviews_single{
  width: 30%;
  padding: 0px 40px 0px 40px;
  margin-bottom: 50px;
}

.quote{
  height: 30px;
  width: auto;
  margin-bottom: 30px;
}

.review_name{
  font-weight: 700;
  font-size: 15px;
  color: #A2AC87;
}



.reviews_section_cta{
  border-style: solid;
  border-color: #A2AC87;
  border-width: 3px;
  color: #A2AC87;
  width: 200px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  transition: .5s;
  display: block;
  margin:  100px auto 0px auto;
}

.reviews_section_cta:hover{
  transform: translateY(-0.25rem);
  background-color: #A2AC87;
  color: #fff;
  text-decoration: underline;
}

.reviews_section_cta_link{
  text-decoration: none;
  color: inherit;
}

.bottom_cta{
  background-color: #A2AC87;
  padding: 100px 0;
  margin:  100px auto 0px auto;
}

.bottom_cta_container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.bottom_cta_content{
  width: 40%;
}

.bottom_cta_content h2{
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 50px;
}

.bottom_cta_content p{
  color: #fff;
  margin-bottom: 30px;
}


.bottom_cta_form{
  width: 50%;
}

footer{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0px 20px 0px;

}

footer p{
    font-size: 13px;

}

.webtech-solutions{
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  color: black;
  text-decoration: underline;
}

.webtech-solutions a{
    color: black;
}

.instagram{
  height: 15px;
  width: auto;
}

.twitter{
  height: 15px;
  width: auto;
  margin-right: 5px;
}

.facebook{
  height: 15px;
  width: auto;
  margin-right: 5px;
}

form{
  color: #fff;
}

input{
  border: none;
outline: 0;
resize: none;
background-color: #A2AC87;
border-bottom-style: solid;
border-bottom-color: #fff;
border-bottom-width: 1px;
width: 45%;
margin-top: 40px;
}

label{
  width: 45%;
  margin-top: 30px;
}

.contact_form_wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

textarea{
  border: none;
outline: 0;
resize: none;
background-color: #A2AC87;
border-bottom-style: solid;
border-bottom-color: #fff;
border-bottom-width: 1px;
width: 100%;
margin-top: 100px;
}

.email_form_full{
  width: 100%;
}

.email_form_full_input{
  width: 100%;
}




.submitbutton{
  background-color: #fff;
  text-align: center;
  color:  #A2AC87;
  font-weight: 600;
  padding: 20px;
  width: 100%;
  transition: .5s;
}

.submitbutton:hover{
  border-style:solid;
  border-color: #fff;
  border-width: 1px;
  transform: translateY(-0.25rem);
  color: #fff;
  background-color:#A2AC87;
  text-decoration: underline;
}


.single_content{
  width: 100%;
max-width: 900px;
margin: 100px auto;
padding: 0 20px;
}

.single_content h1{
  color: #A2AC87;
  font-size: 40px;
}

.updates_wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:space-between;
}

.updates_single{
  background-color: #EFEFEF;
  width: 32.5%;
  margin-bottom: 50px;
}

.updates_single img{
  width: 100%;
  height:auto;
}

.updates_single_content{
  padding: 20px;
}

.updates_single_content_date{
  color: #A2AC87;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}


.gallery_container{
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  flex-wrap:wrap;
}

.gallery_container img{
  width: 32.5%;
  height: auto;
  margin-bottom: 50px;
}

.menu{
height: 20px;
width: auto;
}

.menu:hover{
  background-color: #F5F5F5;
}

.bottom_cta_content a{
  color: #fff;
}

.book_banner_cta{
  background-color: #A2AC87;
  margin-top: 50px;
 padding: 50px 0;
 color: #fff;
}

.book_banner_cta_container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.book_banner_cta_content p{
  color: #fff;
}

.book_banner_cta_heading{
  font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.book_banner_button{
  border-style: solid;
  border-color: #fff;
  border-width: 3px;
  color: #fff;
  width: 200px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  margin-top: 50px;
  transition: .5s;
}

.book_banner_button:hover{
  transform: translateY(-0.25rem);
  background-color: #fff;
  color: #A2AC87;
  text-decoration: underline;
}

.book_banner_button_link{
  text-decoration: none;
  color: inherit;
}


.home_page_content h2{

  font-size: 40px;
font-weight: 700;
color: #A2AC87;
line-height: 1.3;
text-align: center;

}

.home_page_content{
  text-align: center;

}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
background-color: #A2AC87;
transition: all .15s ease;
box-shadow: 0 5px 10px rgba(51,51,51,.4);
}

#myBtn:hover {

  transform: scale(1.05);
}

#myBtn img{
height: 20px;
width: auto;
}



.blog_container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.blog_post{
  background-color: #F9F9F9;
  width: 49%;
  height: auto;
  padding: 20px;
  margin-bottom: 50px;
}

.blog_post:hover{
  transition: .5s;
transform: scale(1.03);
}

.blog_post_feature_image{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.blog_post_heading{
  color: #A2AC87;
  font-size: 30px;
  font-weight: 700;
}

.blog_post_date{
  font-style: italic;
  font-size: 15px;
}

.blog_post_cta{
  background-color: #A2AC87;
  color: #fff;
  width: auto;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  transition: .5s;
    margin-top: 20px;
}

.blog_post_cta:hover{
  transform: translateY(-0.25rem);
  border-style: solid;
  border-color: #A2AC87;
  background-color: #F9F9F9;
  border-width: 3px;
  color:  #A2AC87;
  text-decoration: underline;

}

.blog_post_cta_link{
  text-decoration: none;
  color: inherit;
}

.cred_image{
  margin: 20px 0px;
  height: 120px;
  width: auto;
}



@media screen and (max-width: 1000px) {}



@media screen and (max-width: 800px) {
  .about h1 {font-size: 55px!important;}
header{flex-direction: column;}
.logo{display: block; margin: 0 auto; width: 40%;}
.banner{ height: fit-content; width:fit-content;}
.banner h1{width: 100%; font-size: 60px;}
.banner_cta{width: 70%;}
.banner{padding: 100px 20px 100px 20px;}
.index_section{flex-direction: column; height: auto;}
.index_section_content{width: 100%; padding: 20px 20px 20px 20px;}
.why_choose_us_container{flex-direction: column;}
.why_choose_us_single{width: 100%;}
.services_section_container{width: 100%; flex-direction: column;}
.services_section_service1{width: 100%;}
.services_section_service2{width: 100%;}
.services_section_service3{width: 100%;}
.reviews_container{flex-direction: column;}
.reviews_single{width: 100%;}
.bottom_cta_container{flex-direction: column;}
.bottom_cta_content{width: 100%;padding-left: 20px;}
.bottom_cta_form{width: 100%; padding: 20px;}
footer{width: 100%; flex-direction: column;}

.updates_wrapper{flex-direction: column;}
.updates_single{width: 100%;}
.single_content{width: 100%; text-align: center; padding: 20px; margin-top: 10px;}
.gallery_container{flex-direction: column;}
.gallery_container img{width: 100%;}

.book_banner_cta_container{flex-direction: column;text-align: center; justify-content: center;align-items: center;}
.book_banner_button{width: 120%;}

.blog_container{flex-direction: column;}
.blog_post{width: 100%;}

#facebook_first_wid{width: 100%;  margin-bottom:20px; margin-right: 0px!important;}
.facebook_second_wid{width: 90%!important; }



}
