@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Playfair+Display:400,700,900&display=swap');
/*font-family: 'Montserrat', sans-serif;
font-family: 'Playfair Display', serif;*/
/* Let's get this party started */

::-webkit-scrollbar {

    width: 6px;

    background: #f6f6f6 ;

}
/* Track */

::-webkit-scrollbar-track {

    border-radius: 0px;

}

/* Handle */

::-webkit-scrollbar-thumb {

    background: #569aab; 

}
::-webkit-scrollbar-thumb:window-inactive {

  background: #569aab; 

}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
body{
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    font-size:12px;
    font-weight:400;
    overflow-x: hidden;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
p{
  margin:0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;

}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}


a,button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p{
  margin: 0;
}
a {
  cursor: pointer !important;
  text-decoration: none !important;
}
a:hover,a:active,a:focus,a:visited{
  text-decoration: none !important;
}

input, textarea, a, button {
  outline: none !important;
  text-decoration: none;
}

.margin-auto{
  margin: 0 auto;
  float: none !important;
}

/* img hover */
.img-hover {
  overflow: hidden;
  display: block;
}

.img-hover > img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

img{
  max-width: 100%;
}
/* end img hover */
.main-wrapper {
  position: relative;
  min-height: 100%;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}
.section_about{
  padding: 100px 0 0;
  background-repeat: no-repeat;
  /*background-image: url(../images/bg_about.png);*/
  background-position: center;
  background-size: contain;
}
.about_img{
  text-align: center;
  margin-top: 50px;
}
.about_img > img{
  margin: auto;
}
.about_head{
  margin-bottom: 40px;
}
.about_head h2{
  color: #868c96;
  font-size: 70px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
}
.about_head h2 > span{
  display: block;
  color: #569aab;
  font-size: 90px;
}
.about_txt{
  margin-bottom: 30px;
}
.about_txt h2{
  color: #868c96;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about_txt p{
  color: #555555;
  font-size: 18px;
  white-space: pre-line;
}
.btn_more{
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-box-shadow: 0px 5px 17px -2px transparent;
  -moz-box-shadow: 0px 5px 17px -2px transparent;
  box-shadow: 0px 5px 17px -2px transparent;
  background: rgba(86,154,171,1);
  background: -moz-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(123,166,105,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(86,154,171,1)), color-stop(100%, rgba(123,166,105,1)));
  background: -webkit-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(123,166,105,1) 100%);
  background: -o-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(123,166,105,1) 100%);
  background: -ms-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(123,166,105,1) 100%);
  background: linear-gradient(to right, rgba(86,154,171,1) 0%, rgba(123,166,105,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569aab', endColorstr='#7ba669', GradientType=1 );
}
.btn_more > i{
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-left: 20px;
}
.btn_more:hover,.btn_more:focus{
  color: #fff;
  -webkit-box-shadow: 0px 5px 17px -2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 17px -2px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 17px -2px rgba(0,0,0,0.2);
  background: rgba(123,166,105,1);
  background: -moz-linear-gradient(left, rgba(123,166,105,1) 0%, rgba(86,154,171,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(123,166,105,1)), color-stop(100%, rgba(86,154,171,1)));
  background: -webkit-linear-gradient(left, rgba(123,166,105,1) 0%, rgba(86,154,171,1) 100%);
  background: -o-linear-gradient(left, rgba(123,166,105,1) 0%, rgba(86,154,171,1) 100%);
  background: -ms-linear-gradient(left, rgba(123,166,105,1) 0%, rgba(86,154,171,1) 100%);
  background: linear-gradient(to right, rgba(123,166,105,1) 0%, rgba(86,154,171,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ba669', endColorstr='#569aab', GradientType=1 );
}

.section_work{
  position: relative;
  padding: 50px 0;
}
.sec_head{
  text-align: center;
  margin-bottom: 50px;
}
.head_sec_txt > img{
  margin: auto;
  margin-bottom: 20px;
}
.head_sec_txt > h2{
  margin-bottom: 20px;
  color: #569aab;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.head_sec_txt > p{
  color: #605f5e;
  font-size: 17px;
}
.section_partner{
  padding: 50px 0;
}
.section_partner .sec_warpper .container-fluid{
  padding: 0;
}
.partner_item{
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  height: 150px;
  padding: 15px;
  border:1px solid #e0e0e0;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.partner_item:hover{
  background-color: #e0e0e0;
}
.partner_item > img{
  margin: auto;
  max-height: 100%;
  width: auto !important;
  max-width: 100%;
}
#partners_slider .owl-dots{
  text-align: center;
  margin-top: 30px;
}
#partners_slider .owl-dots > button{
  width: 8px;
  height: 8px;
  background-color: #dcd8ca;
  border-radius: 50%;
  margin: 4px;
}
#partners_slider .owl-dots > button.active,
#partners_slider .owl-dots > button:hover{
  background-color: #b2a98a;
}
.section_testimonial{
  padding-top: 50px;
}
.section_testimonial .sec_warpper{
  position: relative;
  padding: 60px 0 50px;
}
.section_testimonial .sec_warpper:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width:65%;
  height: 100%;
  background-color: #f5f5f5;
}
.section_testimonial .sec_warpper:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background-image: url(../images/bg_test.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.section_testimonial .sec_warpper .container-fluid{
  padding: 0;
}
.testimonial_item{
  position: relative;
  padding-top: 100px;
}
.test_txt_box{
  position: relative;
  background-color: #5e9d9b;
  border-radius: 8px;
  padding: 80px 40px 30px;
}
.test_txt_box > p{
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
.test_txt_box > h3{
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.test_thumb > img{
  width: 150px !important;
  height: 150px;
  border-radius: 8px;
}
.test_thumb{
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 1;
}
.testimonial_more .btn_more{
  display: table;
  margin: 50px auto 0;
  position: relative;
  z-index: 1;
}
#footer{
  position: relative;
  background-color: #5e9d9b;
  padding: 25px 0 35px;
  z-index: 1;
}
#footer:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  z-index: -1;
}
.f_logo{
  float: left;
}
.f_logo > a{
  display: inline-block;
}
.f_menu{
  float: left;
  margin-left: 40px;
  margin-top: 70px;
}
.f_menu > li{
  float: left;
  margin-right: 20px;
}
.f_menu > li:last-child{
  margin-right: 0;
}
.f_menu > li > a{
  display: block;
  color: #ffffff;
  font-size: 17px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 10px;
}
.f_menu > li > a:before{
  content: '';
  position: absolute;
  bottom: 0;
  left:0;
  width: 0;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.f_menu > li > a:hover{
  color: #ffffff;
}
.f_menu > li > a:hover:before{
  width: 25px;
}
.f_social{
  float: right;
  margin-left: 20px;
  margin-top: 60px;
}
.f_social > li{
  float: left;
  margin-right: 5px;
}
.f_social > li:last-child{
  margin-right: 0;
}
.f_social > li > a{
  display: block;
  color: #ffffff;
  font-size: 16px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: transparent;
  border-radius: 50%;
}
.f_social > li > a:hover{
  color: #ffffff;
  background-color: #7aa669;
}

.section_work .sec_warpper{
  position: relative;
  padding-top: 30px;
  z-index: 1;
}
.section_work .sec_warpper:before{
  content: '';
  width: 35%;
  height: calc(100% - 120px);
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #f8f8f8;
}
.section_work .sec_warpper:after{
  content: '';
  width: 65%;
  height: calc(100% - 120px);
  position: absolute;
  top: 30px;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg_work.png);
  z-index: -1;
}
.work_item{
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.work_thumb{
  display: block;
  position: relative;
  z-index: 1;
  height: 460px;
}
.work_thumb:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.work_thumb > img{
  width: 100%;
  display: block;
  height: inherit;
  min-height: inherit;
  max-height: none;
  object-fit: cover;
}
.work_logo{
  width: 170px;
  height: 200px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  padding: 20px;
  position: absolute;
  top: -30px;
  left: 30px;
  -webkit-box-shadow: 0px -5px 10px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px -5px 10px 1px rgba(0,0,0,0.05);
  box-shadow: 0px -5px 10px 1px rgba(0,0,0,0.05);
  z-index: 1;
}
.work_logo > img{
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.work_txt{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 30px;
}
.work_txt h2{
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.work_txt h2 > a{
  display: inline-block;
  color: #ffffff;
}
.work_txt h2 > a:hover,.work_txt h2 > a:focus{
  color: #569aab;
}
.work_txt p{
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  height: 110px;
  overflow: hidden;
}
.work_more{
  display: inline-block;
  margin-top: 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.work_more > span{
  display: inline-block;
  text-decoration: underline;
}
.work_more > i{
  display: inline-block;
  margin-left: 20px;
  font-size: 22px;
  vertical-align: middle;
}
.work_more:hover,.work_more:focus{
  color: #569aab;
}

.section_home{
  position: relative;
  padding-left: 350px;
}
.section_home.noPading{
  padding-left: 0;

}
.item_slide{
  position: relative;
  z-index: 1;
  padding: 300px 15% 80px 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(86,154,171,1);
  background-blend-mode: multiply;
  min-height: 600px;
}
.slide_txt h2{
  color: #ffffff;
  font-size: 100px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.slide_txt p{
  color: #ffffff;
  font-size: 16px;
  white-space: pre-line;
  margin-bottom: 20px;
}
#home_slide .owl-nav{
  position: absolute;
  bottom: 80px;
  right: 10%;
}
#home_slide .owl-nav button{
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border:1px solid #ffffff;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
}
#home_slide .owl-nav button:hover{
  color: #fff;
  background-color: #569aab;
  border-color: #569aab;
}
#home_slide .owl-nav button:nth-child(1){
  margin-bottom: 80px;
}
#home_slide .owl-nav:before{
  content: '';
  position: absolute;
  top: -170px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 150px;
  background-color: #ffffff;
}
#home_slide .owl-nav button:before{
  content: '';
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 60px;
  background-color: #8d8f90;
}
#home_slide .owl-nav button:last-child:before{
  display: none;
}

#header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: transparent;
  padding: 30px 0;
}
#header .container-fluid{
  padding: 0 100px;
}
.logo_site{
  float: left;
}
.logo_site > a{
  display: inline-block;
}
.head_right{
  float: right;
  margin-top: 30px;
}
.lang_site{
  float: left;
}
.header_search{
  float: left;
  margin-left: 20px;
  margin-top: 2px;
}
.header_search {
    position: relative;
}
.header_search:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 100%;
}
.header_search-button {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-top: 0;
    position: relative;
}
.header_search-button:before, .header_search-button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #ffffff;
}
.header_search-button:before {
    width: 90%;
    height: 90%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-width: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s,background-color 0s linear 0s;
    -o-transition: all .3s,background-color 0s linear 0s;
    -moz-transition: all .3s,background-color 0s linear 0s;
    transition: all .3s,background-color 0s linear 0s;
}
.header_search-button:after {
    border-width: .5px;
    width: 0;
    height: 35%;
    left: 90%;
    top: 90%;
    margin-left: 0;
    margin-top: 0;
    background-color: currentColor;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    -o-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.header_search.search_standard .header_search-field {
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 2;
    top: 100%;
    margin-top: 20px;
    right: 0;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale3d(0.8,0.8,0.8);
    -moz-transform: scale3d(0.8,0.8,0.8);
    transform: scale3d(0.8,0.8,0.8);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-box-shadow: 7px 5px 30px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 7px 5px 30px 0 rgba(0,0,0,0.3);
    box-shadow: 7px 5px 30px 0 rgba(0,0,0,0.3);
    background-color: #fff;
}
.header_search.search_standard .header_search-field .search-form {
    position: relative;
    z-index: 1;
}
.header_search.search_standard .header_search-field .search-field {
    height: 50px;
    width: 270px;
    font-weight: 400;
    padding: 0 40px 0 18px;
    background: #f3f5fe;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.header_search.search_standard .header_search-field .search-button {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 50px;
    right: 0;
    top: 0;
    font-size: 0;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.header_search.search_standard .header_search-field .search-form:after {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    color: #bababa;
}
.header_search.header_search-open.search_standard .header_search-button:before, 
.header_search.header_search-open.search_alt .header_search-button:before {
    width: 0;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-width: .5px;
    left: 50%;
    background-color: currentColor;
    -webkit-transition: all .3s,background-color 0s linear .3s;
    -o-transition: all .3s,background-color 0s linear .3s;
    -moz-transition: all .3s,background-color 0s linear .3s;
    transition: all .3s,background-color 0s linear .3s;
    -webkit-transform: translateX(-0.5px) rotate(45deg);
    -moz-transform: translateX(-0.5px) rotate(45deg);
    -ms-transform: translateX(-0.5px) rotate(45deg);
    -o-transform: translateX(-0.5px) rotate(45deg);
    transform: translateX(-0.5px) rotate(45deg);
}
.header_search.header_search-open.search_standard .header_search-button:after, 
.header_search.header_search-open.search_alt .header_search-button:after {
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    -o-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}
.header_search.header_search-open.search_standard .header_search-field, 
.header_search.header_search-open.search_alt .header_search-field {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.lang_site > a{
  display: block;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
}
.lang_site > a:hover{
  color: #569aab;
}
#header .menu-trigger {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
  z-index: 99;
  display: none;
  float: right;
  margin-top: 0;
  margin-left: 20px;
}
#header .menu-trigger span,
#header .menu-trigger span:before,
#header .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #569aab;
  display: block;
  position: absolute;
  width: 26px;
  height: 1px;
  left: 0;
}
#header .menu-trigger span:before,
#header .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #569aab;
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  left: 0;
}
#header .menu-trigger span:after {
  width: 22px;
}
#header .menu-trigger span:before,
#header .menu-trigger span:after {
  content: "";
}
#header .menu-trigger span {
  top: 16px;
}
#header .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}
#header .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

#header .menu-trigger.active span,
#header .menu-trigger.active span:before,
#header .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

#header .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #569aab;
}
#header .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #569aab;
}

.block_main_menu{
  position: absolute;
  bottom: 30px;
  left: 230px;
  background-color: #569aab;
  padding: 40px 0;
  z-index: 2;
}
.main_menu li{
  display: block;
}
.main_menu > li > a{
  display: block;
  color: #ffffff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 10px 35px 10px 25px;
  position: relative;
}
.main_menu > li > a:hover{
  color: #ffffff;
  background-color: #7ba668;
}

.block_social{
  position: absolute;
  left: 100px;
  bottom: 150px;
}
.block_social:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 120px;
  background-color: #5e9d9b;
}
.head_socail li{
  display: block;
}
.head_socail li a{
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #4f97b1;
  background-color: transparent;
  font-size: 20px;
}
.head_socail li a:hover{
  color: #7ba668;
}
/*mobile menu*/
/*menu*/
.menu-mobile{
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0;
  height: 100%;
  width: 250px;
  background: #fff;
  z-index: 1001;
  overflow-y:auto; 
  -webkit-transform:translateX(275px);
  -moz-transform:translateX(275px);
  -ms-transform:translateX(275px);
  -o-transform:translateX(275px);
  transform:translateX(275px);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
  box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}
.brand-area{
  position: relative;
  padding-top: 20px;
}
.close_menu{
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 24px;
  cursor: pointer;
  color: #363636;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.close_menu:hover{
  background-color: #767676;
  color: #fff;
}
.brand-area a {
    width:90%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.brand-area a > img{
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mmenu > ul li a {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    color: #1c1b25;
    font-size: 17px;
    padding: 10px;
    transition: all .3s;
    font-weight: 600;
}
.mmenu > ul li a > i{
  margin-left: 5px;
}
.mmenu > ul li a:hover {
    background: #7ba668;
    color: #fff;
    border-color: #7ba668;
}
.register-mobile{
  margin-top: 0 !important;
}
.register-mobile li:last-child > a{
  border-bottom: 0;
}
.plusIcon{
  font-size: 14px;
  margin-left: 5px;
}
.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.menu-toggle {
    overflow: hidden;
}
.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}
.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}
.menu-toggle .main-wrapper{
  -webkit-transform:translate3d(-250px,0,0);
  -moz-transform:translate3d(-250px,0,0);
  -ms-transform:translate3d(-250px,0,0);
  -o-transform:translate3d(-250px,0,0);
  transform:translate3d(-250px,0,0);
}
html.menu-toggle{
  overflow: hidden;
}
.head_socail_xs{
  display: table;
  margin: 20px auto 0;
}
.head_socail_xs > li{
  float: left;
  margin-right: 10px;
}
.head_socail_xs > li:last-child{
  margin-right: 0;
}
.head_socail_xs > li > a{
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  color: #4f97b1;
}
.head_socail_xs > li > a:hover{
  color: #7ba668;
}

#home_slide .owl-dots{
  display: none !important;
}


.to-animate,.to-animate2,.to-animate3{
  opacity: 0; 
}
.to-animate.fadeInUp,
.to-animate2.fadeInUp,
.to-animate3.fadeInUp{
  opacity: 1 !important;
}
.to-animate.fadeInUp {
  animation-duration: 0.5s;
  -webkit-animation-duration:0.5s;
  animation-delay: 0.2s;
  -webkit-animation-delay:0.2s;
}
.to-animate2.fadeInUp {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-delay: 0.5s;
  -webkit-animation-delay:0.5s;
}
.to-animate3.fadeInUp {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-delay: 1s;
  -webkit-animation-delay:1s;
}

.section_about{
  overflow: hidden;
}



/*** 



====================================================================

  Loading Transition

====================================================================



 ***/

/* Preloader */

.ctn-preloader {

  align-items: center;

  -webkit-align-items: center;

  display: flex;

  display: -ms-flexbox;

  height: 100%;

  justify-content: center;

  -webkit-justify-content: center;

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  z-index: 100;

  background: #fff;

}

.ctn-preloader .animation-preloader {

  position: absolute;

  z-index: 100;

}

/* Spinner cargando */

.ctn-preloader .animation-preloader .spinner {

  animation: spinner 1s infinite linear;

  border-radius: 50%;

  border: 3px solid rgba(123, 166, 104, 0.15);

  border-top-color: #7ba668; 

  height: 170px;

  margin: 0 auto 45px auto;

  width: 170px;

}

/* Texto cargando */

.ctn-preloader .animation-preloader .txt-loading {

  text-align: center;

  user-select: none;

}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {

  animation: letters-loading 4s infinite;

  color: #7ba668;

  content: attr(data-text-preloader);

  left: 0;

  opacity: 0;

  top:0;

  line-height: 70px;

  position: absolute;

}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {

  font-family: 'Lato', sans-serif;

  font-weight: 700;

  letter-spacing: 15px;

  display: inline-block;

  color: rgba(123, 166, 104, 0.15);

  position: relative;

  font-size: 70px;

  line-height: 70px;

}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}

.ctn-preloader .loader-section {

  background-color: #ffffff;

  height: 100%;

  position: fixed;

  top: 0;

  width: calc(50% + 1px);

}

.loaded .animation-preloader {

  opacity: 0;

  transition: 0.3s ease-out;

}

/* AnimaciĂłn del preloader */

@keyframes spinner {

  to {

    transform: rotateZ(360deg);

  }

}

@keyframes letters-loading {

  0%,

  75%,

  100% {

    opacity: 0;

    transform: rotateY(-90deg);

  }



  25%,

  50% {

    opacity: 1;

    transform: rotateY(0deg);

  }

}



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

  .ctn-preloader .animation-preloader .spinner {

    height: 8em;

    width: 8em;

  }

}

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

  .ctn-preloader .animation-preloader .spinner {

    height: 7em;

    width: 7em;

  }

  .ctn-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 40px; letter-spacing: 10px;
  }

}
.logo_site > a{
  width: 190px;
}

/**===================================================
INNER
=====================================================**/
#header.header_inner{
  position: relative;
  padding: 0;
}
.main-wrapper{
  overflow: hidden;
}
#header.header_inner .logo_site{
  padding: 25px 0;
}
.main_menu_head{
  float: left;
}
.main_menu_head > li{
  float: left;
  margin-right: 20px;
}
.main_menu_head > li:last-child{
  margin-right: 0;
}
.main_menu_head > li > a{
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 10px;
}
.main_menu_head > li > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.main_menu_head > li > a:hover:before{
  width: 25px;
}
.block_head_right{
  position: relative;
  margin-left: 220px;
  padding-top: 35px;
}
.head_right_bg{
  position: relative;
  z-index: 1;
  padding: 55px 0 0 20px;
}
.head_right_bg:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  z-index: -1;
  background: rgba(86,154,171,1);
  background: -moz-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(122,166,107,1) 50%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(86,154,171,1)), color-stop(50%, rgba(122,166,107,1)));
  background: -webkit-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(122,166,107,1) 50%);
  background: -o-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(122,166,107,1) 50%);
  background: -ms-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(122,166,107,1) 50%);
  background: linear-gradient(to right, rgba(86,154,171,1) 0%, rgba(122,166,107,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569aab', endColorstr='#7aa66b', GradientType=1 );
}
#header.header_inner .head_right{
  margin-top: 0;
}

#header.header_inner .lang_site > a:hover{
  color: #ffffff;
}

.breadcrumb_block{
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 16px 2px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 2px 16px 2px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 16px 2px rgba(0,0,0,0.08);
  padding: 25px 0;
}

.breadcrumb_block .breadcrumb{
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.breadcrumb_block .breadcrumb li{
  color: #569aab;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.breadcrumb_block .breadcrumb li a{
  color: #383838;
  font-size: 18px;
  font-weight: 500;
}
.breadcrumb-item+.breadcrumb-item::before{
  content: '\f324';
  font-family: 'Font Awesome 5 Pro';
  color: #e3e3e3;
}
.breadcrumb_block .breadcrumb li a i{
  margin-right: 10px;
  background: -webkit-linear-gradient(#589ba7, #78a56e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page_about_content{
  position: relative;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-image: url(../images/bg_about.png);
  background-position: center;
  background-size: contain;
}
.img_pageAbout{
  position: relative;
  margin-bottom: 50px;
}
.page_about_content .about_txt{
  margin-bottom: 50px;
}
.img_pageAbout > img{
  width: 100%;
}
.img_pageAbout:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/ii.png);
  background-repeat: no-repeat;
  background-position:35% 110%;
}

.about_bottom_block{
  padding: 50px 0;
}

.bottom_AboutImg{
  position: relative;
  z-index: 2;
  margin-top: -50px;
}
.bottom_AboutTxt:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 160%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 30px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 30px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 30px 2px rgba(0,0,0,0.1);
  z-index: -1;
}
.bottom_AboutImg > img{
  width: 100%;
}
.bottom_AboutTxt{
  position: relative;
  z-index: 1;
  padding: 30px 20px;
}
.bottom_AboutTxt .about_txt{
  margin-bottom: 0;
}
.bottom_AboutTxt .about_txt p{
  font-size: 19px;
}

.content_innerPage{
  padding: 50px 0;
}


.work_imgInner{
  position: relative;
  padding-bottom: 130px;
  margin-bottom: 30px;
  background-image: url(../images/bg_test.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.work_imgInner_content{
  position: relative;
  z-index: 1;
}
.work_imgInner_content:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.work_imgInner_content > img{
  width: 100%;
}

.work__icon{
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 200px;
  height: 180px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  padding: 20px;
  -webkit-box-shadow: 0px -5px 10px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px -5px 10px 1px rgba(0,0,0,0.05);
  box-shadow: 0px -5px 10px 1px rgba(0,0,0,0.05);
  z-index: 1;
}
.work__icon > img{
  max-height: 100%;
  margin: auto;
}

.work__icon:after{
  content: '';
  position: absolute;
  bottom: -30px;
  right: -30px;
  background-color: #f0f0f0;
  width: 100%;
  height: 30px;
  z-index: -1;
}
.work__icon:before{
  content: '';
  position: absolute;
  bottom: -30px;
  right: -30px;
  background-color: #f0f0f0;
  height: 130px;
  width: 30px;
  z-index: -1;
}
.work_txtInner h3{
  color: #5699a8;
  font-size: 18px;
  margin-bottom: 10px;
}
.work_txtInner h2{
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.work_txtInner p{
  color: #605f5e;
  font-size: 16px;
  white-space: pre-line;
  margin-bottom: 20px;
}
.work_txtInner{
  margin-bottom: 20px;
}

.impact_block_work{
  padding: 50px 0 50px;
}
.impact_work_head{
  text-align: center;
  padding: 30px 0;
  margin-bottom: 50px;
  background-image: url(../images/sh5.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.impact_work_head h2{
  color: #000000;
  font-weight: 500;
  font-size: 22px;
}
.impact_witem{
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.im_num{
  width: 85px;
  height: 85px;
  border-radius: 8px;
  text-align: center;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 15px;
  background: rgba(86,154,171,1);
  background: -moz-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(122,166,105,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(86,154,171,1)), color-stop(100%, rgba(122,166,105,1)));
  background: -webkit-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(122,166,105,1) 100%);
  background: -o-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(122,166,105,1) 100%);
  background: -ms-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(122,166,105,1) 100%);
  background: linear-gradient(to right, rgba(86,154,171,1) 0%, rgba(122,166,105,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569aab', endColorstr='#7aa669', GradientType=1 );
}
.impact_witem p{
  color: #605f5e;
  font-size: 15px;
  margin-top: 20px;
}
.im_num > span{
  margin: auto;
  color: #ffffff;
  font-weight: 500;
  font-size: 26px;
}

.work_txtInner h4{
  color: #605f5e;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
}
.work_txtInner ul li{
  position: relative;
  padding-left: 20px;
  color: #605f5e;
  font-size: 16px;
}
.work_txtInner ul li:before{
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #6ca183;
  border-radius: 50%;
}


.impact_work_list .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.impact_work_list .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.page_title{
  color: #5e9d9b;
  font-size: 32px;
  font-weight: 700;
  margin: 20px 0;
  text-transform: uppercase;
}

.team_box_block{
  position: relative;
  margin-bottom: 30px;
  padding: 50px 20px 70px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px transparent;
  -moz-box-shadow: 0px 0px 25px 0px transparent;
  box-shadow: 0px 0px 25px 0px transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-position: -40px 103%;
  background-repeat: no-repeat;
}
.team_box_block:hover{
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  background-image: url(../images/bbbg.png);
}
.team_head > img{
  width: 100px;
  height: 100px;
  border-radius: 8px;
  float: left;
}
.team_head_txt{
  margin-left: 120px;
  padding-top: 30px;
}
.team_head_txt > h3{
  color: #5699a8;
  font-size: 18px;
  margin-bottom: 10px;
}
.team_head_txt > h2{
  color: #222222;
  font-size: 24px;
  font-weight: 700;
}
.team__txt{
  margin-top: 30px;
}
.team__txt p{
  color: #605f5e;
  font-size: 17px;
  white-space: pre-line;
}

.impact__list .test_thumb{
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.impact__list .test_thumb > img{
  width: 130px !important;
  height: 130px;
  margin: auto;
  max-height: 100%;
  border-radius: 0;
}
.impact__list .test_txt_box > p{
  height: auto;
  white-space: pre-line;
}
.impact__list .test_txt_box > h3{
  height: auto;
  margin-top: 30px;
}



.impact_item_box{
  margin-bottom: 40px;
}

.impact__list .test_txt_box{
  padding-top: 60px;
  min-height: 350px;
}
.contact_page{
  background-repeat: no-repeat;
  background-image: url(../images/bg_about.png);
  background-position: center;
  background-size: contain;
}
.contact_box{
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  padding: 50px 20px 20px;
}
.contact_box > p{
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 20px;
}
.form_contact .form-control{
  height: 45px;
  box-shadow: none;
  border:1px solid #dadada;
}

.form_contact .form-control::-moz-placeholder {
  color: #878787;
  font-size: 16px;
}

.form_contact .form-control:-ms-input-placeholder {
  color: #878787;
  font-size: 16px;
}

.form_contact .form-control::-webkit-input-placeholder {
  color: #878787;
  font-size: 16px;
}
.btn_submit_contact{
  height: 45px;
  border-radius: 0;
  border:0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-shadow: 0px 5px 17px -2px transparent;
  -moz-box-shadow: 0px 5px 17px -2px transparent;
  box-shadow: 0px 5px 17px -2px transparent;
  background: rgba(86,154,171,1);
  background: -moz-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(123,166,105,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(86,154,171,1)), color-stop(100%, rgba(123,166,105,1)));
  background: -webkit-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(123,166,105,1) 100%);
  background: -o-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(123,166,105,1) 100%);
  background: -ms-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(123,166,105,1) 100%);
  background: linear-gradient(to right, rgba(86,154,171,1) 0%, rgba(123,166,105,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569aab', endColorstr='#7ba669', GradientType=1 );
}
.btn_submit_contact:hover,.btn_submit_contact:focus,.btn_submit_contact:active{
  outline: none;
  color: #fff;
  -webkit-box-shadow: 0px 5px 17px -2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 17px -2px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 17px -2px rgba(0,0,0,0.2);
  background: rgba(123,166,105,1) !important;
  background: -moz-linear-gradient(left, rgba(123,166,105,1) 0%, rgba(86,154,171,1) 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(123,166,105,1)), color-stop(100%, rgba(86,154,171,1))) !important;
  background: -webkit-linear-gradient(left, rgba(123,166,105,1) 0%, rgba(86,154,171,1) 100%) !important;
  background: -o-linear-gradient(left, rgba(123,166,105,1) 0%, rgba(86,154,171,1) 100%) !important;
  background: -ms-linear-gradient(left, rgba(123,166,105,1) 0%, rgba(86,154,171,1) 100%) !important;
  background: linear-gradient(to right, rgba(123,166,105,1) 0%, rgba(86,154,171,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ba669', endColorstr='#569aab', GradientType=1 ) !important;
}
.box_upload{
  position: relative;
  padding-left: 120px;
}
.box_upload label{
  position: absolute;
  top: 10px;
  left: 0;
  color: #3a3a3a;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
}
.field_upload{
  width: 100%;
  height: 45px;
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 10px 20px;
  position: relative;
}
.field_upload > p{
  color: #a0a0a0;
  font-size: 17px;
  float: left;
}
.input_upload_file{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.upload_icon{
  width: 40px;
  height: 40px;
  background-image: url(../images/up.png);
  background-repeat: no-repeat;
  float: right;
}

.contact_left_block{
  padding-top: 100px;
  margin-bottom: 30px;
}
.contact_left_block > h3{
  color: #5699a8;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact_left_block > h2{
  color: #222222;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.info_contacts li{
  position: relative;
  padding-left: 60px;
  color: #579aaa;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  padding-top: 10px;
}
.info_contacts li > span{
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-size: 18px;
  background: rgba(86,154,171,1);
  background: -moz-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(122,166,105,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(86,154,171,1)), color-stop(100%, rgba(122,166,105,1)));
  background: -webkit-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(122,166,105,1) 100%);
  background: -o-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(122,166,105,1) 100%);
  background: -ms-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(122,166,105,1) 100%);
  background: linear-gradient(to right, rgba(86,154,171,1) 0%, rgba(122,166,105,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569aab', endColorstr='#7aa669', GradientType=1 );
}

.contact_social > li{
  float: left;
  margin-right: 20px;
}
.contact_social > li:last-child{
  margin-right: 0;
}
.contact_social > li > a{
  display: block;
  text-align: center;
  color: #4f97b1;
  font-size: 18px;
}
.contact_social > li > a:hover{
  color: #7aa669;
}
.contact_social{
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.contact_social:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  margin: auto;
  left: 100%;
  background-color: #5e9d9b;
}


.wpb_row.container , .vc_row{
  margin-right: auto !important;
  margin-left: auto !important;
}


.vc_btn3.vc_btn3-color-success, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat{
    display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-box-shadow: 0px 5px 17px -2px transparent;
  -moz-box-shadow: 0px 5px 17px -2px transparent;
  box-shadow: 0px 5px 17px -2px transparent;
  background: rgba(86,154,171,1);
  background: -moz-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(123,166,105,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(86,154,171,1)), color-stop(100%, rgba(123,166,105,1)));
  background: -webkit-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(123,166,105,1) 100%);
  background: -o-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(123,166,105,1) 100%);
  background: -ms-linear-gradient(left, rgba(86,154,171,1) 0%, rgba(123,166,105,1) 100%);
  background: linear-gradient(to right, rgba(86,154,171,1) 0%, rgba(123,166,105,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569aab', endColorstr='#7ba669', GradientType=1 );

}

.vc_column_container>.vc_column-inner{
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.about_img_block{
  overflow:hidden;
}