
@import url(bootstrap.min.css);
@import url(materialdesignicons.min.css);
@import url(swiper.min.css);

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Inter', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
/*font-family: 'Montserrat', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800&display=swap');
/*font-family: 'Jost', sans-serif;*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
select,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1 !important; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

img {
  border: 0; }

:focus {
  outline: 0; }

a:active,
a:focus,
input,
button {
  background-color: transparent;
  outline: 0;
  outline-style: none;
  outline-width: 0; }

a:hover {
  text-decoration: none; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
input[type=submit] {
  cursor: pointer;
  border: 0;
  padding: 0; }

img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

em {
  font-style: italic; }

a,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
}
a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}
a[href^=mailto] {
   text-decoration:inherit;
   color: inherit;
}


@font-face {
    font-family: 'Graphie-Light';
    src: url('../fonts/Graphie-Light.otf');
    src: local('../fonts/Graphie-Light.otf'), local('Graphie-Light'),

        url('../fonts/Graphie-Light.woff') format('woff'),
    url('../fonts/Graphie-Light.otf') format('opentype'),
    url('../fonts/Graphie-Light.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Graphie-Regular';
    src: url('../fonts/Graphie-Regular.otf');
    src: local('../fonts/Graphie-Regular.otf'), local('Graphie-Regular'),

        url('../fonts/Graphie-Regular.woff') format('woff'),
    url('../fonts/Graphie-Regular.otf') format('opentype'),
    url('../fonts/Graphie-Regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Graphie-ExtraBold';
    src: url('../fonts/Graphie-ExtraBold.otf');
    src: local('../fonts/Graphie-ExtraBold.otf'), local('Graphie-ExtraBold'),

        url('../fonts/Graphie-ExtraBold.woff') format('woff'),
    url('../fonts/Graphie-ExtraBold.otf') format('opentype'),
    url('../fonts/Graphie-ExtraBold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Graphie-Bold';
    src: url('../fonts/Graphie-Bold.otf');
    src: local('../fonts/Graphie-Bold.otf'), local('Graphie-Bold'),

        url('../fonts/Graphie-Bold.woff') format('woff'),
    url('../fonts/Graphie-Bold.otf') format('opentype'),
    url('../fonts/Graphie-Bold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}



body{
font-family: 'Graphie-Regular';
    overflow-x: hidden;
}

header{
      width: 100%;
    float: left;
    padding: 15px 20px;
position: absolute;
    z-index: 5;
    top: 20px;
    display: flex;
    align-items: center;
}
header .logo{
    float: left;
    margin-right: 60px;
}
header .logo img{
    width: 170px;
}
header .menu-toggle{
    float: right;
    display: flex;
    position: relative;
    top: 30px;
    cursor: pointer;
}
header .menu-toggle h6{
        color: #fff;
    font-size: 16px;
    margin-right: 15px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
header .menu-toggle .box{
    text-align: right;
}
header .menu-toggle span{
    display: block;
    width: 30px;
    text-align: right;
    height: 2px;
    background: #fff;
    margin-bottom: 6px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
header .menu-toggle:hover h6{
    color: #304050;
}
header .menu-toggle span:nth-child(2){
    width: 24px;
}
header .menu-toggle:hover span:nth-child(2){
    width: 30px;
}
header .phone{
    float: right;
    position: relative;
    color: #fff;
    top: 21px;
    border-radius: 40px;
    margin-right: 40px;
    padding: 10px 15px;
}
header .phone i{
    width: 35px;
    height: 35px;
    background: white;
    display: inline-block;
    color: #304050;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    top: -10px;
    display: flex;
    align-items: center;
    float: left;
    justify-content: center;
     transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
header .phone:hover i{
        color: #fff;
    background: #50ae32;
}
.menu{
float: right;
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    z-index: 500;
    background: #fff;
    height: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.menu.active{
    top: 0;
}
.menu .top{
    width: 100%;
    float: left;
    padding: 50px 100px;
}
.menu .top img{
    width: 150px;
    float: left;
}
.menu .top .cls{
      border-radius: 50%;
    width: 50px;
    height: 50px;
    float: right;
    border: 1px solid #f4f4f4;
    display: flex;
    background: #f8f8f8;
    align-items: center;
    justify-content: center;
    cursor: pointer;
     transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.menu .top .cls:hover{
        background: #50ae32;
    color: #fff;
}

.menu ul{
        width: 100%;
   float: left;
}
.menu ul li{
    float: left;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.menu ul li a{
    font-size: 20px;
    color: #304050;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.menu ul li a:hover{
    color: #50ae32;
}
.menu .social{
    float: left;
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.menu .social a{
    width: 45px;
    color: #304050;
    height: 45px;
    font-size: 20px;
    margin: 0 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
     transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.menu .social a:hover{
    color: #50ae32;
}
.menu .phone{
        float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #304050;
    display: none;
}
.menu .phone i{
    width: 35px;
    height: 35px;
    background: #50ae32;
    display: inline-block;
    color: #304050;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    top: 0px;
    display: flex;
    align-items: center;
    float: left;
    color: #fff;
    justify-content: center;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.main-slider{
  float: left;
    width: 100%;

}
.main-slider .left{
      width: 100%;
    height: 100%;
    float: left;
 display: flex;
    align-items: center;
}
.main-slider .right img{
    width: 100%;
height: 100%;
       object-fit: cover;
}
.main-slider .right{
    width: 60%;
    height: 100%;
    float: left;
    background: #304050;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
}
.main-slider .swiper{
    float: left;
    width: 100%;
    height: 600px;
    position: relative;
}

.main-slider .text{
    position: relative;
    width: 100%;

}
.main-slider .text .box{
    padding-top: 150px;
    width: 35%;
}
.main-slider .text h3{
       color: #304050;
    font-size: 43px;
    line-height: 100%;
    font-weight: 800;
    margin-bottom: 15px;
}
.main-slider .text h3 b{
     font-family: 'Graphie-ExtraBold';
    color: #50ae32;
}
.main-slider .text p{
      color: #304050;
    font-size: 14px;
    line-height: 150%;
    padding-right: 50px;
}
.main-slider .text a{
  font-style: normal;
    border: 0;
    text-align: left;
    float: left;
    border-radius: 3px;
    width: 300px;
    height: 60px;
    /* display: flex; */
    align-items: center;
    padding: 22px 0 22px 0px;
    /* justify-content: center; */
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.02em;
    position: relative;
    color: #fff;
    background: #50ae32;
    margin-top: 20px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    overflow: hidden;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 25px;
}
.main-slider .text a:after{
        z-index: -1;
    content: '';
    position: absolute;
    left: -60px;
    top: -60px;
    width: 0px;
    height: 0px;
    background:#25303b;
    border-radius: 50%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.main-slider .text a:hover:after {
    width: 420px;
    height: 420px;
}

.main-slider .text a i{
margin-right: 15px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    background: #fff;
    width: 40px;
    height: 40px;
    color: #50ae32;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.main-slider .text a:hover{
    background: #3c8824;
}
.main-slider .text a:hover i{
    right: 35px;

}
.main-slider .swiper-navigation{
   position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    padding: 0 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
    
}
.main-slider .swiper-navigation .left{
     width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
        background: #50ae32;
    color: #ffffff;
    float: left;
    font-size: 27px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.main-slider .swiper-navigation .left:hover{
    background: #304050;
}
.main-slider .swiper-navigation .right{
      width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    justify-content: center;
    background: #304050;
    color: #ffffff;
    float: right;
    font-size: 27px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.main-slider .swiper-navigation .right:hover{
    background: #50ae32;
}
.main-slider .swiper-pagination{
      text-align: left;
    padding-left: 42%;
    bottom: 30px;
}
.main-slider .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    border-radius: 0;
    background: #ddd;
    background: #fff;
    
}
.main-slider .swiper-pagination-bullet-active{
    background: #fff;
}
.main-slider .filter{
      position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.38141193977591037) 50%, rgba(0,0,0,1) 100%);
}
.services{
    width: 100%;
    float: left;
    padding-bottom: 100px;
       padding-left: 150px;
    position: relative;
}
.services .icon{
    position: absolute;
    left: 100px;
    top:-70px;
    width: 240px;
}
.services .swiper{
    float: left;
    width: 100%;
    padding-left: 50px;
    padding-top: 50px;
}
.services .title{
    margin-bottom: 0px;
    float: left;
    width: 100%;
    margin-left: -75px;
}
.services h3{
    position: relative;
    float: left;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    color: #304052;
    margin-bottom: 30px;
    padding-top: 10px;
    width: 100%;
}
.services h3:after{
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    background: #50ae32;
    width: 40px;
    height: 2px;
    content: '';
}
.services .title p{
     font-family: 'Graphie-Light';
    font-size: 16px;
}
.services .box{
    width: 100%;
    float: left;
    height: 400px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.services .box:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
        box-shadow: 0px 0px 36px 5px #30405017;
}
.services .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services .box .filter{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.38141193977591037) 50%, rgba(0,0,0,1) 100%);
}
.services .box .filter h4{
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
    padding: 40px;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
}
.services .box .filter h4 i{
    margin-left: 10px;
}
.services .box .filter span{
        position: absolute;
    bottom: 25px;
    left: 40px;
    color: #fff;
    display: flex;
    align-items: center;
}
.services .box .filter span i{
    margin-left: 5px;
}
.about{
    width: 100%;
 
    float: left;
    position: relative;
    top: -100px;
        background: #F7F7F7;
    position: relative;
    z-index: 0;
    padding: 200px 0 50px 0;
}
.about:after{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #304052;
    content: '';
    z-index: -1;
}

.about .left{
    width: 50%;
    float: left;
    position: relative;
}
.about .left h4{
    margin-bottom: 40px;
    font-size: 32px;
}
.about .left h4 b{
     font-family: 'Graphie-ExtraBold'; 
}
.about .left .box {
    display: flex;
    width: 300px;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #efefef;
}
.about .left .box .icon{
    margin-right: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    border: 2px solid #3040521a;
    align-items: center;
    /* border: 1px solid #eaeaea; */
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}
.about  .left .icon img{
width: 45px;
    
}
.about .left .box .text{
      font-size: 28px;
    font-weight: 600;
       font-family: 'Jost', sans-serif;
    letter-spacing: -1px;
    color: #50ae32;
}
.about .left .box .text span{
    font-family: 'Graphie-Light';
    color: #304052;
    display: block;
    font-size: 18px;
    margin-top: 5px;
    letter-spacing: 0px;
}
.about .right{
    float: right;
    width: 50%;
    padding: 0px 0 0 100px;
    position: relative;
}
.about .right:before{
     position: absolute;
    left: 0px;
    top: 20px;
    width: 15px;
    height: 305px;
    background: #50ae32;
    content: '';
}
.about h5{
     position: relative;
    float: left;
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    padding-top: 10px;
    width: 100%;
}
.about h5:after{
    position: absolute;
    left: 0%;
    bottom: -5px;

    background: #fff;
    width: 40px;
    height: 2px;
    content: '';
}

.about p{
font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 3px;
    font-family: 'Graphie-Light';
    line-height: 1.4em;
    margin-bottom: 15px;
}
.about a{
   font-style: normal;
    border: 0;
    border-radius: 3px;
    width: 202px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #fff;
    text-align: center;
    background: #50ae32;
    margin-top: 20px; 
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    overflow: hidden;
    z-index: 0;
}
.about a:after{
        z-index: -1;
    content: '';
    position: absolute;
    left: -60px;
    top: -60px;
    width: 0px;
    height: 0px;
    background:#25303b;
    border-radius: 50%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.about a:hover:after {
    width: 400px;
    height: 400px;
}
.about a i{
    font-size: 23px;
    position: relative;
    right: -27px;
    top: 1px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}

.about a:hover i{
    right: -15px;
}
.info{
     width: 100%;
    float: left;
    background: #304052;
    position: relative;
    padding: 100px 0;
}

.info h4{
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'Graphie-Bold';
    margin-top: 10px;
}
.info p{
font-size: 16px;
    color: #fff;
    line-height: 150%;
    padding-right: 50px;
}
.info a{
        font-style: normal;
    border: 0;
    float: left;
    border-radius: 3px;
    width: 252px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.02em;
    position: relative;
    color: #fff;
    background: #50ae32;
    margin-top: 20px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    overflow: hidden;
    z-index: 0;
}
.info a:after{
        z-index: -1;
    content: '';
    position: absolute;
    left: -60px;
    top: -60px;
    width: 0px;
    height: 0px;
    background:#25303b;
    border-radius: 50%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.info a:hover:after {
    width: 400px;
    height: 400px;
}
.info a i {
    font-size: 23px;
    position: relative;
    right: -20px;
    top: 1px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}

.info a:hover i {
    right: -15px;
}
.info .right{
    width: 100%;
    float: left;
}

.info img{

    width: 90%;
    height: 300px;
    object-fit: cover;
    float: right;
    position: relative;
    z-index: 2;
    border-radius: 4px;
}
.reference{
    width: 100%;
    padding: 100px 0;
    float: left;
}
.reference .title{
    width: 100%;
    float: left;
    margin-bottom: 50px;
    
}
.reference .title h4{
        position: relative;
    float: left;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    color: #304052;
    margin-bottom: 30px;
    padding-top: 10px;
    width: 100%;
}
.reference .title h4:after{
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    background: #50ae32;
    width: 40px;
    height: 2px;
    content: '';
}
.reference .swiper{
    float: left;
    width:100%;
    padding: 10px 0;
}
.reference .swiper .box{
    width: 100%;
    text-align: center;
    float: left;
}
.reference .swiper .box img{
    width: 80%;
    margin: 0 auto;
    object-fit: cover;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.reference .swiper .box img:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.contact-form{
    width: 100%;
    float: left;
    padding: 100px 0 200px 0;
}
.contact-form .title{
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
.contact-form h3{
        position: relative;
    float: left;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    color: #304052;
    margin-bottom: 30px;
    padding-top: 10px;
    width: 100%;
}
.contact-form h3:after{
        position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    background: #50ae32;
    width: 40px;
    height: 2px;
    content: '';
}
.contact-form img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.contact-form .form-group{
    width: 100%;
    margin-bottom: 40px;
}
.contact-form label{
    font-size: 13px;
      font-family: 'Graphie-light';
    display: block;
    margin-bottom: 10px;
    width: 100%;

}
.contact-form input{
    border-bottom: 1px solid #304052;
    width: 100%;
    padding: 0 15px;
    height: 50px;
     transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.contact-form input:focus{
      background: #3040520a;
}
.contact-form input:hover{
      border-bottom: 1px solid #50ae32;
}
.contact-form textarea{
     border-bottom: 1px solid #304052;
    width: 100%;
    padding: 15px;
    height: 100px;
     transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.contact-form textarea:focus{
      background: #3040520a;
}
.contact-form textarea:hover{
      border-bottom: 1px solid #50ae32;
}

.contact-form button{
width: 165px;
    cursor: pointer;
    border: 0;
    background: #4eae31;
    border-radius: 3px;
    float: right;

    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 25px;
    height: 50px;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    overflow: hidden;
    z-index: 0;
}
.contact-form button:after{
        z-index: -1;
    content: '';
    position: absolute;
    left: -43px;
    top: -43px;
    width: 0px;
    height: 0px;
    background: #304050;
    border-radius: 50%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.contact-form button:hover:after {
    width: 240px;
    height: 240px;
}

.contact-form button i{
    position: absolute;
    right: 25px;
    font-size: 16px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.contact-form button:hover i{
        right: 35px;
}
.contact-form .text{
     width: 100%;
    padding: 25px;
    float: left;
    background: #314053;
    text-align: center;
}
.contact-form .text h5{
     color: #ffffff;
    font-size: 18px;
    /* FONT-STYLE: italic; */
    font-family: 'Graphie-Light';
    letter-spacing: 1px;
}
footer{
    float: left;
    width: 100%;
    padding:  100px 0 0 0;
    position: relative;
  background: linear-gradient(270deg, rgba(48,64,82,1) 0%, rgba(48,64,82,1) 50%, rgba(20,37,56,1) 100%);
}
footer .left{
    float: left;
    width: 100%;

}
footer .right{
    float: left;
    width: 100%;
}

footer .box{
    float: left;
    width: 33%;
}
footer .box img{
    width: 200px;
    margin-bottom: 40px;
}
footer .box h5{
 float: left;
    font-size: 22px;
    width: 100%;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'Graphie-Bold';
    position: relative;
}
footer .box h5:after{
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 25px;
    height: 2px;
    background: #50ae32;
    content: '';
}
footer .box ul li{
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
footer .box ul li a{
    color: #fff;
    font-size: 16px;

    font-family: 'Graphie-Light';
    transition: .4s;
    -webkit-transition:.4s;
    -moz-transition:.4s;
    -o-transition:.4s;
    -ms-transition:.4s;
}
footer .box ul.news li{
    margin-bottom: 15px;
}
footer .box ul.news li a{
        line-height: 150%;
}
footer .box ul li a:hover{
    color: #50ae32;
    padding-left: 10px;
}
footer .box ul.news li a:hover{
    padding-left: 0;
}
footer .box p{
    float: left;
    line-height: 150%;
    color: #fff;
}

footer .bulten{
    width: 100%;
    float: left;
    margin-top: 20px;
    border-top: 1px solid #ffffff14;
    padding: 20px 0;
}

footer .bulten p{
    font-size: 20px;
    color: #fff;
    font-family: 'Graphie-Bold';
    margin-bottom: 15px;
}
footer .bulten form{
    position: relative;
    width: 80%;
}
footer .bulten input{
    width: 100%;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    background: #334254;
}
footer .bulten input::placeholder{
    color: #566371;
}
footer .bulten  button{
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff;
    font-size: 18px;
}
footer .left .box{
    width: 100%;
}
footer .left .box ul li{
    width: 100%;
    margin-bottom: 15px;
    display: flex;
}
footer .left .box ul li .icon{
       margin-right: 15px;
    height: 30px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #50ae32;
    float: left;
    font-size: 20px;
    border-radius: 50%;
}
footer .left .box ul li a{
    color: #fff;
    line-height: 150%;
    margin-top: 4px;
    font-size: 14px;
    float: left;
}
.footer-btm{
    float: left;
    width: 100%;
    margin-top: 50px;
    border-top: 1px solid #ffffff14;;
    padding: 25px 0;
}
.footer-btm h6{
    float: left;
    color: #fff;
    font-size: 14px;
}
.footer-btm h6 a{
    color: #fff;
     font-family: 'Graphie-Bold';
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.footer-btm h6 a:hover{ 
color: #50ae32
}
.footer-btm ul{
    float: right;
}
.footer-btm ul li{
    float: left;
    margin-left: 20px;
 
}
.footer-btm ul li a{
    color: #fff;
       transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.footer-btm ul li a:hover{
    color: #50ae32
}

.header2:after{
      position: absolute;
    right: 0;
    top: -20px;
    width: 50%;
    height: 350px;
    background:#304050;
    content: '';
    z-index: -1;
}
.header2 .menu-toggle:hover h6{
    color: #50ae32;
}
.main-about{
    width: 100%;
    float: left;
    /* padding: 200px 0 0 0; */
    position: relative;
    top: 200px;
    z-index: 5;
    padding-bottom: 200px;
}
.main-about .top{
    width: 100%;
    float: left;
    margin-bottom: 50px;
    position: relative;
}
.main-about .top h4{
position: absolute;
    left: 140px;
    top: -26px;
    font-family: 'Graphie-Light';
    color: #d0d0d0;
    font-size: 16px;
}
.main-about .top:after{
    position: absolute;
    left: -30px;
    top: -30px;
    width: 150px;
    height: 150px;
    background: #50ae32;
    content: '';
    z-index: -1;
}
.main-about .top img{
    width: 100%;
    height: 300px;
    object-fit: cover;

}
.main-about h4{
        font-size: 42px;
    color: #304050;
    margin-bottom: 30px;
         font-family: 'Graphie-Bold';
}
.main-about p{
     font-family: 'Graphie-Light';
    color: #304050;
    margin-bottom: 10px;
    line-height: 150%;
}
.about-statics{
    background: #304050;
    float: left;
    width: 100%;
    padding: 100px 0;
    margin-top: 50px;
}
.about-statics h4{
        text-align: center;
    margin-bottom: 50px;
    color: #fff;
    font-family: 'Graphie-Light';
}
.about-statics h4 b{
    font-family: 'Graphie-Bold';
    color: #50ae32;
}
.about-statics .box{
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.about-statics .box .icon{
    background: #3f4f5e;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.about-statics .box .icon img{
    margin: 0 auto;
    width: 40px;
}
.about-statics .box h5{
       font-family: 'Graphie-Bold';
    font-size: 22px;
    margin-bottom: 10px;
          color: #50ae32;
}
.about-statics .box p{
        color: #cbcbcb;
    line-height: 130%;
}
.contact-page{
    width: 100%;
    float: left;
    padding: 200px 0 0 0;
}
.contact-page .top{
    float: left;
    width: 100%;
    position: relative;
}
.contact-page .top h4{
        position: absolute;
    left: 140px;
    top: -26px;
    font-family: 'Graphie-Light';
    color: #d0d0d0;
    font-size: 16px;
}
.contact-page .top:after{
      position: absolute;
    left: -30px;
    top: -30px;
    width: 150px;
    height: 150px;
    background: #50ae32;
    content: '';
    z-index: -1;
    
}
.contact-page iframe{
    position: relative;
    z-index: 5;
}
.contact-page .center {
    float: left;
    width: 100%;
    padding-top: 100px;
}
.contact-page .center h4{
    float: left;
        font-size: 42px;
    color: #304050;
    margin-bottom: 30px;
    font-family: 'Graphie-Bold';
}
.contact-page .center .box{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}


.contact-page .center .box .icon{
 display: flex;
    width: 45px;
    height: 45px;
    background: #f7f7f7;
    font-size: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #304050;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    float: left;
    border: 2px solid #f3f3f3;
}
.contact-page .center .box:hover .icon{
    background: #4eae31;
    color: #fff;
}
.contact-page .center .box p{

    margin-top: 12px;
    color: #304050;
    font-family: 'Graphie-Regular';
    line-height: 140%;
}
.contact-page .contact-form{
    width: 100%;
    float: left;
}
.contact-page .contact-form h4{
       float: left;
        font-size: 42px;
    color: #304050;
    margin-bottom: 30px;
    font-family: 'Graphie-Bold';
    width: 100%;
}
.contact-page .contact-form button:hover{
        background: #3c8824;
}
.contact-page .contact-form button:hover i{
            right: 35px;
}
.reference-page{
    width: 100%;
    float: left;
margin-top: 200px;
    position: relative;
    padding-bottom: 100px;
    z-index: 5;

}
.reference-page h4{
        font-size: 42px;
    color: #304050;
    margin-bottom: 30px;
    font-family: 'Graphie-Bold';
}
.reference-page .box{
      background: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.reference-page .box:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    box-shadow: 0px 0px 36px 5px #30405017;
}
.reference-page .box img{
    width: 70%;
}
.reference-page .top{
        width: 100%;
    float: left;
    margin-bottom: 50px;
    position: relative;
}
.reference-page .top h4{
        position: absolute;
    left: 140px;
    top: -26px;
    font-family: 'Graphie-Light';
    color: #d0d0d0;
    font-size: 16px;
}
.reference-page .top:after {
    position: absolute;
    left: -30px;
    top: -30px;
    width: 150px;
    height: 150px;
    background: #50ae32;
    content: '';
    z-index: -1;
}
.reference-page .top img{
        width: 100%;
    height: 300px;
    object-fit: cover;
}
.services-page{
    width: 100%;
    float: left;
    margin-top: 200px;
     position: relative;
    padding-bottom: 100px;
    z-index: 5;
}
.services-page .top{
        width: 100%;
    float: left;
    margin-bottom: 50px;
    position: relative;
}
.services-page .top h4{
  position: absolute;
    left: 140px;
    top: -26px;
    font-family: 'Graphie-Light';
    color: #d0d0d0;
    font-size: 16px;
}
.services-page .top:after {
    position: absolute;
    left: -30px;
    top: -30px;
    width: 150px;
    height: 150px;
    background: #50ae32;
    content: '';
    z-index: -1;
}
.services-page .top img{
        width: 100%;
    height: 300px;
    object-fit: cover;
}
.services-page h4{
        float: left;
    font-size: 42px;
    color: #304050;
    margin-bottom: 30px;
    font-family: 'Graphie-Bold';
    width: 100%;
}
.services-page .box{
    width: 100%;
    float: left;
    margin-bottom: 30px;
    position: relative;
     transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.services-page .box img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.services-page .box:hover{
    box-shadow: 0px 0px 36px 5px #30405017;
      transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.services-page .box .filter{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.38141193977591037) 50%, rgba(0,0,0,1) 100%);
}
.services-page .box .filter h4{
        position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
    padding: 0 40px;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
}
.services-detail{
    width: 100%;
    float: left;
    margin-top: 200px;
    position: relative;
    padding-bottom: 100px;
    z-index: 5;
}
.services-detail .top{
        width: 100%;
    float: left;
    margin-bottom: 50px;
    position: relative;
}
.services-detail .top:after{
    position: absolute;
    left: -30px;
    top: -30px;
    width: 150px;
    height: 150px;
    background: #50ae32;
    content: '';
    z-index: -1;
}
.services-detail .top h4{
  position: absolute;
    left: 140px;
    top: -26px;
    font-family: 'Graphie-Light';
    color: #d0d0d0;
    font-size: 16px;
}
.services-detail .top img{
        width: 100%;
    height: 300px;
    object-fit: cover;
}
.services-detail .left{
    width: 100%;
    float: left;
}
.services-detail .left h4{
        float: left;
    font-size: 42px;
    color: #304050;
    margin-bottom: 30px;
    font-family: 'Graphie-Bold';
    width: 100%;
}
.services-detail .left h5{
        float: left;
    font-size: 22px;
    color: #304050;
    margin-bottom: 10px;
    font-family: 'Graphie-Bold';
    width: 100%;
}
.services-detail .left p{
    font-family: 'Graphie-Light';
    color: #304050;
    margin-bottom: 10px;
    line-height: 150%;
}
.services-detail .left ul{
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.services-detail .left ul li{
width: 48%;
    border: 1px solid #f2f2f2;
    float: left;
    margin-right: 2%;
    height: 65px;
    margin-bottom: 20px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}

.services-detail .left ul li i{
       color: #50ae32;
    font-size: 24px;
    margin-right: 15px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.services-detail .left ul li:hover{
    background: #50ae32;
    color: #fff;
}
.services-detail .left ul li:hover i{
       color: #fff;
}
.services-detail .right{
    width: 100%;
}
.services-detail .right .all-services{
    float: left;
    width: 100%;
}
.services-detail .right .all-services h4{
        color: #304050;
    font-size: 20px;
    margin-bottom: 20px;
}
.services-detail .right .all-services ul li{
    width: 100%;
    float: left;
   
}
.services-detail .right .all-services ul li a{
color: #304050;
    font-size: 16px;
    background: #f7f7f7;
    padding: 30px 20px;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px;
    position: relative;
    z-index: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.services-detail .right .all-services ul li a:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    background: #50ae34;
    -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.services-detail .right .all-services ul li a:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.services-detail .right .all-services ul li a:hover{
    color: #fff;
}
.services-detail .right .all-services ul li a i{
    margin-right: 5px;
}
.services-detail .right .right-info{
    float: left;
    width: 100%;
    border-radius: 10px;
    background: #304050;
    padding: 60px 40px;
    margin-top: 20px;
}
.services-detail .right .right-info h4 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}


.services-detail .right .right-info p {
    font-size: 14px;
    color: #ffffffc4;
    text-align: center;
    line-height: 150%;
}
.services-detail .right .right-info a{
        color: #ffffff;
    display: block;
    margin-top: 20px;
    text-align: center;
    background: #50ae34;
    padding: 15px;
    border-radius: 40px;
    width: 80%;
    margin: 20px auto 0 auto;
}
.sss{
    width: 100%;
    float: left;
}
.sss .box{
    float: left;
    width: 100%;
    border-radius: 4px;
    background: #f7f7f7;
    overflow: hidden;
    margin-bottom: 10px;
}
.sss h3{
    font-size: 18px;
    padding: 30px;
    color: #304050;
    cursor: pointer;
}
.sss h3 .plus{
    display: block;
    float: right;
}
.sss h3 .minus{
    display: none;
    float: right;
}
.sss h3.active .minus{
    display: block;
}
.sss h3.active .plus{
    display: none;
}
.sss .content{
    float: left;
    padding: 30px;
    display: none;
    background: #fff;
}
.blog-page{
      width: 100%;
    float: left;
    margin-top: 200px;
    position: relative;
    padding-bottom: 50px;
    z-index: 5;
}
.blog-page .top {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    position: relative;
}
.blog-page .top:after{
    position: absolute;
    left: -30px;
    top: -30px;
    width: 150px;
    height: 150px;
    background: #50ae32;
    content: '';
    z-index: -1;
}

.blog-page .top img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.blog-page .top h4{
position: absolute;
    left: 140px;
    top: -26px;
    font-family: 'Graphie-Light';
    color: #d0d0d0;
    font-size: 16px;
}
.blog-box{
    width: 100%;
    float: left;
    padding-bottom: 100px;
}
.blog-box h2{
        float: left;
    font-size: 42px;
    color: #304050;
    margin-bottom: 50px;
    font-family: 'Graphie-Bold';
    width: 100%;
}
.blog-box .box{
 width: 100%;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    float: left;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.blog-box .box:hover{
        transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    box-shadow: 0 10px 40px rgb(0 0 0 / 32%);
}

.blog-box .box h6{
    float: left;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    padding: 0 20px;
    color: #50ae32;
    padding: 30px 0 0 0;
 transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.blog-box .box:hover h6{
    letter-spacing: 2px;
}
.blog-box .box .images{
    position: relative;
}
.blog-box .box .images span{
    position: absolute;
    background: #ffffff;
    top: 15px;
    right: 15px;
    padding: 4px 15px;
    display: flex;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #304050;
    font-size: 14px;
    line-height: 140%;
}
.blog-box .box img{
        width: 100%;
    height: 250px;
    object-fit: cover;

}
.blog-box .box .text{
    width: 100%;
    float: left;
    padding: 30px;
    padding-bottom: 30px;
}
.blog-box .box .text .top i{
        color: #50ae32;
    margin-right: 5px;
}
.blog-box .box .text .top span{
    margin-right: 15px;
    font-size: 14px;
    color: #304050;
}
.blog-box .box .text h4{
    float: left;
    color: #304050;
    margin-top: 20px;
}
.page-pagination{
    width: 100%;
    float: left;
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
.page-pagination a{
        width: 45px;
    height: 45px;
        background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 15px;
    color: #304050;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.page-pagination a:hover{
    background: #50ae34;
    color: #fff;
}
.blog-detail{
      width: 100%;
    float: left;
    margin-top: 200px;
    position: relative;
    padding-bottom: 50px;
    z-index: 5;
}
.blog-detail .top {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    position: relative;
}
.blog-detail .top:after{
    position: absolute;
    left: -30px;
    top: -30px;
    width: 150px;
    height: 150px;
    background: #50ae32;
    content: '';
    z-index: -1;
}

.blog-detail .top img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.blog-detail .top h4{
position: absolute;
    left: 140px;
    top: -26px;
    font-family: 'Graphie-Light';
    color: #d0d0d0;
    font-size: 16px;
}
.blog-detail .detail-box{
    width: 100%;
    float: left;
}
.blog-detail .detail-box h4{
        float: left;
    font-size: 42px;
    color: #304050;
    margin-bottom: 20px;
    font-family: 'Graphie-Bold';
    width: 100%;
}
.blog-detail .detail-box p{
        font-family: 'Graphie-Light';
    color: #304050;
    margin-bottom: 10px;
    line-height: 150%;
    font-size: 16px;
}
.blog-detail .detail-box .admin{
       margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
}
.blog-detail .detail-box .admin span{
    margin-right: 15px;
    font-size: 14px;
    color: #304050;
}
.blog-detail .detail-box .admin span i{
        color: #50ae32;
    margin-right: 5px;
}
.blog-detail .detail-box .admin h6{
        float: right;
      color: #304050;
    font-size: 14px;
}
.blog-detail .detail-box .admin h6 i{
        color: #50ae32;
    margin-right: 5px;
}
.blog-detail .detail-box .tags{
    float: left;
    margin-top: 40px;
    
}

.blog-detail .detail-box .tags span{
    padding: 10px 25px;
    margin-right: 8px;
    background: #f7f7f7;
    border-radius: 30px;
    display: inline-block;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.blog-detail .detail-box .tags span:hover{
    background: #50ae32;
    color: #fff;
}
.blog-detail .detail-box .social{
    float: right;
    margin-top: 45px;
    font-size: 16px;
}
.blog-detail .detail-box .social a{
    margin-right: 10px;
    font-size: 18px;
    color: #304052;
}
.blog-detail .detail-box .social a:hover{
    color: #50ae32;
}
.blog-prev-next{
    width: 100%;
    float: left;
    margin-top: 100px;
}
.blog-prev-next a.left{
      width: 48%;
    float: left;
    padding: 40px 40px 60px 40px;
    background: #f7f7f7;
    font-size: 20px;
    line-height: 150%;
    color: #304052;
    position: relative;
    border-radius: 10px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.blog-prev-next a.left:hover{
    background: #50ae32;
    color: #fff;
}
.blog-prev-next a.left span{
    float: left;
    position: absolute;
    bottom: 15px;
    left: 40px;
}
.blog-prev-next a.right{
      width: 48%;
    float: right;
    padding: 40px 40px 60px 40px;
    background: #f7f7f7;
    font-size: 20px;
    line-height: 150%;
    color: #304052;
    position: relative;
    border-radius: 10px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.blog-prev-next a.right:hover{
    background: #50ae32;
    color: #fff;
}
.blog-prev-next a.right span{
    float: right;
      position: absolute;
    bottom: 15px;
    right: 40px;
}
.policy{
        width: 100%;
    float: left;
    margin-top: 200px;
    position: relative;
    padding-bottom: 50px;
    z-index: 5;
}
.policy .top{
        width: 100%;
    float: left;
    margin-bottom: 50px;
    position: relative;
}
.policy .top h4{
    position: absolute;
    left: 140px;
    top: -26px;
    font-family: 'Graphie-Light';
    color: #d0d0d0;
    font-size: 16px;
}
.policy .top:after{
        position: absolute;
    left: -30px;
    top: -30px;
    width: 150px;
    height: 150px;
    background: #50ae32;
    content: '';
    z-index: -1;
}
.policy .top img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.policy .left{
    width: 100%;
    float: left;
}
.policy .left h4{
        float: left;
    font-size: 42px;
    color: #304050;
    margin-bottom: 20px;
    font-family: 'Graphie-Bold';
    width: 100%;
}
.policy .left h5{
    margin-bottom: 15px;
}
.policy .left p{
        font-family: 'Graphie-Light';
    color: #304050;
    margin-bottom: 10px;
    line-height: 150%;
    font-size: 16px;
}
.policy .right ul li a{
        width: 100%;
    display: block;
    margin-bottom: 20px;
    color: #b0b6bd;
    position: relative;
    padding-left: 20px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.policy .right ul li a:after{
    position: absolute;
    left: 0;
    top: 3px;
    width: 9px;
    height: 9px;
    background: #b0b6bd;
    content: '';
    border-radius: 50%;
}
.policy .right ul li.active a{
    color: #304050;
}
.policy .right ul li.active a:after{
    background: #304050;
}
.policy .right ul li a:hover{
      color: #304050;
}
.human{
        width: 100%;
    float: left;
    margin-top: 200px;
    position: relative;
    padding-bottom: 50px;
    z-index: 5;
}
.human .top{
        width: 100%;
    float: left;
    margin-bottom: 50px;
    position: relative;
}
.human .top h4{
    position: absolute;
    left: 140px;
    top: -26px;
    font-family: 'Graphie-Light';
    color: #d0d0d0;
    font-size: 16px;
}
.human .top:after{
        position: absolute;
    left: -30px;
    top: -30px;
    width: 150px;
    height: 150px;
    background: #50ae32;
    content: '';
    z-index: -1;
}
.human .top img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.human .human-box{
float: left;
    width: 100%;

}
.human .human-box .box{
    width: 100%;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #f7f7f7;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.human .human-box .icon{
    background: #f7f9f9;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    float: left;
    margin-right: 20px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.human .human-box h4{
        font-size: 18px;
     transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    padding: 25px 0;
}
.human .human-box .icon img{
    width: 40px;
}
.human .human-box .box:hover {
      background: #304050;
}
.human .human-box .box:hover .icon{
      background: #fff;
}
.human .human-box .box:hover h4{
    color: #fff;
}
.human .human-box h3{
    color: #304050;
    font-size: 24px;
    font-family: 'Graphie-Bold';
    margin-bottom: 20px;
}
.human .human-box p{
    color: #304050;
    font-family: 'Graphie-Light';
    line-height: 150%;
    font-size: 16px;
}
.human .human-form{
    width: 100%;
    float: left;
    padding: 50px 0;
}
.human .human-form h4{
        font-size: 42px;
    color: #304050;
    margin-bottom: 50px;
    font-family: 'Graphie-Bold';
}
.human .human-form label{
    font-size: 15px;
    color: #202124;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 20px;
}
.human .human-form input{
    width: 100%;
    height: 60px;
    line-height: 30px;
    padding: 15px 20px;
    font-size: 15px;
    color: #696969;
    background: #f7f9f9;
    border: 1px solid #f7f9f9;
    box-sizing: border-box;
    border-radius: 8px;
    transition: all 300ms ease;
}
.human .human-form textarea{
    width: 100%;
    height: 120px;
    line-height: 30px;
    padding: 15px 20px;
    font-size: 15px;
    color: #696969;
    background: #f7f9f9;
    border: 1px solid #f7f9f9;
    box-sizing: border-box;
    border-radius: 8px;
    transition: all 300ms ease;
}
.human .human-form select{
    width: 100%;
    height: 60px;
    line-height: 30px;
    padding: 15px 20px;
    font-size: 15px;
    color: #696969;
    background: #f7f9f9;
    border: 1px solid #f7f9f9;
    box-sizing: border-box;
    border-radius: 8px;
    transition: all 300ms ease;
}
.human .human-form button{
        background: #50ae32;
    padding: 20px 50px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 6px;
    line-height: 20px;
    float: right;
}
.human .human-form button i {
    font-size: 21px;
    position: relative;
    right: -27px;
    top: 2px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.human .human-form button:hover {
    background: #3c8824;
}
.human .human-form button:hover i {
    right: -15px;
}
.human .human-form .row{
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 30px;
}
.human .human-form .row:last-child{
    border-bottom: none;
}

@media screen and (max-width:1100px){
    html, body{
        overflow-x: hidden;
    }
    .main-slider{
        height: 90vh;
    }
    .main-slider .swiper{
        height: 100%;
    }
    .main-slider .left{
           padding-top: 80px;
        height: 50%;
    }
    .main-slider .right{
           height: 40%;
    padding: 0 15px;
    position: inherit;
    width: 100%;
    background: white;
    }
    .main-slider .text p{
        padding-right: 0;
    }
    .main-slider .text h3 br{
        display: none;
    }
    .main-slider .text .box{
        width: 100%;
        padding-top: 0;
    }
    .about .left h4{
        font-size: 24px;
    }
    .about .left .box .text span{
        font-size: 16px;
    }
    .main-slider .swiper-pagination{
        bottom: 10px;
    }
    .main-slider .swiper-navigation{
        display: none;
    }
    header{
        padding: 15px 0;
        top: 0;
    }
    header .phone{
        display: none;
    }
    header .menu-toggle h6{
            color: #304052;
    }
    header .menu-toggle span{
        background: #304052;
    }
    .about{
        top: 0;
        padding: 50px 0;
    }
    .about .left{
        width: 100%;
    }
    .about .right{
        width: 100%;
        padding: 0;
    }
    .about:after{
        width: 100%;
    height: 41%;
        bottom: 0;
        top: inherit;
    }
    .menu .phone{
        display: flex;
        margin-top: 30px;
    }
    .about .right:before{
        display: none;
    }
    .about:after{
        display: none;
    }
    .about h5{
            color: #3e4d5d;
    }
    .about p{
       color: #3e4d5d;  
    }
    .services{
        padding-left: 0;
    }
    .services .swiper{
        padding-left: 0;
        padding:  15px;
    }
    .services .title{
        margin-left: 0;
    }
    .about .left .box .text{
        font-size: 24px;
    }
    .about h5{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .services{
        padding: 50px 0;
    }
    .services h3{
        font-size: 28px;
        margin-bottom: 30px;
    }
    .info{
        padding: 50px 0;
    }
    .info h4{
        font-size: 28px;
    }
    .info .right{
        margin-top: 40px;
    }
    .info .right:after{
        top: -20px;
    }
    .reference{
        padding: 50px 0;
    }
    .reference .title{
        margin-bottom: 30px;
    }
    .contact-form{
        padding: 50px 0;
    }
    .contact-form .title{
        margin-bottom: 30px;
    }
    .contact-form form{
        margin-top: 50px;
    }
    .contact-form h3{
        font-size: 28px;
    }
    .reference .title h4{
        font-size: 28px;
    }
    .info .right img{
        width: 100%;
    }
    footer .box ul li{
        margin-bottom: 20px;
    }
    footer .box{
        width: 100%;
        margin-bottom: 25px;
    }
    footer .bulten p{
        font-size: 16px;
        line-height: 150%;
    }
    .footer-btm ul{
        float: left;
        margin-top: 20px;
    }
    .footer-btm ul li{
        margin-right: 20px;
        margin-left: 0;
    }
    .menu .top{
        padding: 20px 15px;
    }
 .menu .top img{
        width: 120px;
    }
 .menu .top .cls{
        position: relative;
        top: 10px;
    }
    header .logo img{
        width: 120px;
    }
    header .menu-toggle{
        top: 22px;
    }
    footer .bulten form{
        width: 100%;
    }
    .footer-btm ul li a{
        font-size: 12px;
    }
    .header2 .menu-toggle h6{
        color: #fff;
    }
    .header2 .menu-toggle span{
        background: #fff;
    }
    .main-about .top:after{
        display: none;
    }
    .main-about{
        top: 150px;
    }
    .main-about .top{
        margin-bottom: 30px;
    }
    .main-about h4{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .main-about p{
        font-size: 14px;
    }
    .about-statics h4{
        font-size: 18px;
        line-height: 150%;
    }
    .about-statics .box{
        margin-bottom: 30px;
    }
    .contact-page .top:after{
        display: none;
    }
    .contact-page{
        padding-top: 150px;
    }
    .contact-page .center h4{
        font-size: 28px;
    }
    .contact-page .center{
        padding-top: 30px;
    }
    .contact-page .center .box a{
        text-align: left;
    }
    .contact-page .contact-form h4{
        font-size: 28px;
    }
    .reference-page{
        margin-top: 150px;
    }
    .reference-page h4{
        font-size: 24px;
    }
    .services-detail{
        margin-top: 150px;
    }
    .services-detail .top:after{
        display: none;
    }
    .services-detail .top{
        margin-bottom: 20px;
    }
    .services-detail .left p{
        font-size: 14px;
    }
    .services-detail .left ul li{
        width: 100%;
    }
    .services-detail .right .all-services{
        margin-top: 40px;
    }
    .services-detail .left h4{
        font-size: 26px;
        line-height: 140%;
    }
    .services-detail .left h5{
        font-size: 18px;
    }
    .sss h3{
        font-size: 16px;
        padding: 20px;
    }
    .blog-page .top:after{
        display: none;
    }
    .blog-page{
        margin-top: 150px;
        padding-bottom: 0;
    }
    .blog-page .top h4{
        left: 0;
    }
    .blog-box h2{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .page-pagination{
        margin-top: 50px;
        }
    .services-detail .top h4{
        left: 0;
    }
    .main-about .top h4{
        left: 0;
    }
    .services-page{
        margin-top: 150px;
        padding-bottom: 0;
    }
    .services-page .top:after{
        display: none;
    }
    .services-page .top h4{
        left: 0;
    }
    .services-page h4{
        font-size: 28px;
        margin-bottom:15px;
    }
    .blog-detail{
        margin-top: 150px;
    }
    .blog-detail .top:after{
        display: none;
    }
    .blog-detail .top{
        margin-bottom: 25px;
    }
    .blog-detail .detail-box .admin span{
        font-size: 12px;
    }
    .blog-detail .detail-box .admin h6{
        font-size: 12px;
    }
    .blog-detail .detail-box h4{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .blog-detail .top h4{
        left: 0;
    }
    .blog-detail .detail-box p{
        font-size: 14px;
    }
    .blog-detail .detail-box .tags span{
            padding: 10px 15px;
    font-size: 14px;
    }
    .blog-detail .detail-box .social{
        float: left;
        width: 100%;
    }
    .blog-prev-next a.left{
            width: 100%;
    padding: 20px 20px 40px 20px;
    font-size: 14px;
        margin-bottom: 20px;
    }
    .blog-prev-next a.left span{
        left: 20px;
    }
    .blog-prev-next a.right{
            width: 100%;
    padding: 20px 20px 40px 20px;
    font-size: 14px;
    }
    .blog-prev-next a.right span{
        right: 20px;
    }
    .menu ul li a{
        font-size: 16px;
    }
    .policy{
        margin-top: 150px;
    }
    .policy .top{
        margin-bottom: 20px;
    }
    .policy .top:after{
        display: none;
    }
    .policy .left h4{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .policy .top h4{
        left: 0;
    }
    .policy .left p{
        font-size: 14px;
    }
    .policy .right{
        margin-top: 40px;
    }
    .reference-page .top:after{
        display: none;
    }
    .reference-page .top h4{
        left: 0;
    }
    .contact-page .top:after{
        display: none;
    }
    .contact-page .top h4{
        left: 0;
    }
    .reference-page .top h4{
        left: 0;
    }
    .human{
        margin-top: 150px;
    }
    .human .top:after{
        display: none;
    }
    .human .top h4{
        left: 0;
    }
    .human .human-box .box{
        margin-bottom: 15px;
    }
    .human .human-form h4{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .main-slider .text h3{
        font-size: 30px;
    }
    .contact-form .text h5{
        font-size: 16px;
    }
}
.google-maps iframe {
    width: 100%;
}