@charset "UTF-8";
/*----------------------------------------------------------------------

	MASTER STYLESHEET

	Project:        Metronic "Acidus" Frontend Freebie - Responsive HTML Template Based On Twitter Bootstrap 3.3.4
	Version:        1.0
	Author:         KeenThemes
	Primary use:    Corporate, Business Themes.
	Email:			support@keenthemes.com
	Follow: 		http://www.twitter.com/keenthemes
	Like: 			http://www.facebook.com/keenthemes
	Website:		http://www.keenthemes.com
	Premium:		Premium Metronic Admin Theme: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes

-----------------------------------------------------------------------*/
/* eg: @include user-select(none); */
/* eg: @include rotate(45deg); */
/* eg: @include translate3d(0,0,0); */
/* eg: @include border-radius(3px); */
/* eg: @include visibility-backface(hidden); */
/*------------------------------------------------------------------
  	[The "base.scss" contains basic default element styles
  		(colors, typography, margins & padding).]
------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.sfsi_widget{
  width: 0%;
}
.sfcm.sfsi_wicon {
    width: auto!important;
}
.norm_row {
  flex-direction: row;
  display: flex;
  width: 95px!important;
}
.navbar-fixed-top{
  position: fixed!important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0,0,0,.4);
  background-color: #434E74!important;
}
figure {
  margin: 0!important;
}

.mob_menu {width: 10%;}
.mob_menu img{width: 100%;}
.header-mob-menu{display: none; padding-top: 5%; background-color: #434E74!important;}
.visible-menu {display: block!important;}
.header-mob-menu ul{
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.header-mob-menu ul li{
  list-style-type: none;
  padding: 2% 0%;
}
.header-mob-menu ul li a{
  position:relative;
  color:#FFFFFF;
  font-weight: 600;
  font-size: 1em;
  margin: 0 15px;
  text-transform: uppercase;
}

.header{
  background:transparent;
  position: absolute;
}
.header h4 a{
  color:#75695b;
  font-weight: 600;
  font-size: 2em;
  text-decoration: none;
}
.header-menu ul{
  margin: 0px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  -ms-flex-wrap:wrap;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  -ms-flex-pack:distribute;
  justify-content:space-around;
}
.header-menu ul li{
  list-style-type: none;
}
.header-menu ul li a{
  position:relative;
  color:#FFFFFF;
  font-weight: 600;
  font-size: 1em;
  margin: 0 15px;
  text-transform: uppercase;
}
.header-menu ul li a.header-menu__active{
  color: #3e9f2a;
  position:relative;
  font-size:1.
}
.header-menu-icon{
  display:none;
  position:relative;
  cursor:pointer;
  width:23px;
  height:16px;
  border-bottom:2px solid #112878;
  border-top:2px solid #112878
}


.home_bg{
  justify-content: center;
  align-items: center;
  display: flex;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.home-text h1{
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 0px;
}
.home-text p{
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.2rem;
  margin: 5% 0%;
}
.home-text button{
  border: none;
  background-color: #889BD3;
  color: #FFFFFF;
  border-radius: 0;
  padding: 20px 25px;
  text-transform: uppercase;
}
.home-text button:hover{
  background-color: #7d8fc1;
}
.home-text button:focus{
  outline: 0;
}
.home-img img{
  width: 100%;
  margin-left: -10%;
}


.services{
  padding: 1% 0%;
  flex-flow: row wrap;
}
.services:last-child{
  justify-content: space-evenly;
}
.services_title{
  color: #434E74;
  font-size: 2.5rem;
  text-align: center;
}
.service-item {
  width: 25%;
  transition: all 350ms;
}
.service-item h4{
  color: #434E74;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  text-transform: uppercase;
}
.service-item p{
  color: #434E74;
  margin-bottom: 0rem;
  padding: 0% 12%;
}
.service-item:hover{
	transform: scale(1.2);
    transition: all 350ms;
}


.portfolio_bg{
  /* background: rgb(235,214,196);  */
  background: #FAFAFA; 
}
.portfolio{
  /* flex-flow: row wrap; */
  /* column-count: 3; */
}
/* .portfolio div img{
  width: 100%;
}
.portfolio__add-more{
  padding: 1% 0%;
  text-align: center;
  background-color: #fff9f1;
}
.portfolio__add-more button{
  color: #3e9f2a;
  font-size: 600;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  outline: none;
}
.portfolio__add-more button:hover{
  text-decoration: underline;
}
.portfolio__add-more button:focus{
  outline: none;
}

 */
 .portfolio_wrap_img{
  overflow: hidden;
}
.portfolio_title{
  text-align: center;
  color: #434E74;
  font-size: 2.5rem;
}
.portfolio_text_main b{
  font-size: 1.5rem;
}
.portfolio_text_main{
  position: absolute;
  top: 40%;
  right: 10%;
  width: 20%;
  color: #FFFFFF;
}
.portfolio_text{
  position: absolute;
  top: 35%;
  right: 10%;
  width: 30%;
  color: #FFFFFF;
}


.about-us{
  padding: 10% 0%;
}
.about-us img:first-child{
  width: 85%;
  box-shadow: -27px 38px 0px 0px #C4AEC9;
}
.about-us img:last-child{
  width: 70%;
  box-shadow: 50px -25px 0px 3px #889BD3;
}
.about-us h2{
  color: #434E74;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.about-us p{
  text-align: justify;
  color: #75695b;
  margin: 0 auto;
}

.contacts_bg{
  background-color: #FAFAFA;
}
.contacts{
  padding: 7% 0%;
}
.contacts p{
  color: #434E74;
  margin-bottom: 5px;
}
.contacts h2{
  color: #434E74;
  font-size: 2.5rem;
}
input[type=text].wpcf7-form-control,
input[type=tel].wpcf7-form-control {
  outline: none;
  border: none;
  padding: 15px 30px;
}
textarea.wpcf7-form-control {
  outline: none;
  border: none;
  padding: 30px;
}
textarea.wpcf7-form-control {
  width: 70%;
}
input[type=submit].wpcf7-form-control{
  border: none;
  outline: none;
  background-color: #889BD3;
  color: white;
  border-radius: 0;
  padding: 15px 40px;
  text-transform: uppercase;
}
input[type=text].wpcf7-form-control,
input[type=tel].wpcf7-form-control{
   width: 100%;
}


.maps-wrap{
  width: 56%;
}
.maps-wrap iframe {
  border:0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}
.maps-address h2{
  color: #434E74;
}
.maps-address p a,
.maps-address p{
  color: #434E74;
  margin-bottom: 10px;
}
.maps-address div{
  text-align: end;
}
.maps-address div p:first-child{
  text-transform: capitalize;
}


.footer{
  padding: 5% 0%;
  background-color: #434E74;
}
.footer .left_block{
  color: #fff9f1;
}
.footer .left_block .copyright{
  margin-bottom: 5px;
  color: #FFFFFF;
}
.footer .left_block .created_by,
.footer .left_block .created_by a{
  color: #AE8FB1;
} 
.footer .left_block p{
  margin-bottom: 0px;
}
.footer .footer-menu ul{
  margin: 0px;
  padding: 0px;
}
.footer .footer-menu ul li{
  list-style-type: none;
}
.footer .footer-menu ul li a{
  color: #BEDFFF;
}
.footer .address p a,
.footer .address p{
  color: #FFFFFF;
  margin-bottom: 5px;
}




/* Small devices (landscape phones, 576px and up) */
@media (min-width: 319px) and (max-width: 767.98px) { 
  .portfolio_item,
  .service-item {
    width: 100%;
    margin-bottom: 10%;
  }
  .about-us p {
    width: 100%;
  }
  .home{
    text-align: center;
  }
  .maps-wrap{
    width: 100%;
  }
  .maps-wrap iframe{
    position: relative!important;
  }
  textarea.wpcf7-form-control{
    width: 100%;
  }
  .home-text h1{
    font-size: 2rem;
  }
  .home-text p {
    font-size: 1rem;
    margin: 8% 0%;
  }
  .portfolio_wrap_main{
    width: 100%!important;
  }
  .portfolio_text {
    top: 25%;
    right: 7%;
    width: 35%;
  }
  .portfolio_text_main {
    top: 11%;
    right: 0%;
    width: 50%;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
  .header-menu ul li a{
    margin: 0 5px;
  }
  .portfolio_item,
  .service-item {
    width: 50%;
    margin-bottom: 5%;
  }
  .maps-wrap {
    width: 100%;
  }
  textarea.wpcf7-form-control{
    width: 98%;
  }
  .portfolio_text_main {
    top: 40%;
    right: 20%;
    width: 35%;
  }
  .portfolio_text {
    top: 35%;
    right: 10%;
    width: 52%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}