/*@charset "utf-8";*/
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Open+Sans:ital,wght@0,300;0,700;1,400&family=Roboto:wght@300;400;500;700&display=swap');


@import url('icomoon.css');

:root {
--acolor:#9c1414;
--dark:#252525;
--nav-color:/*#1e5da3*/#111;
--white:#ffffff;
--white-lite:rgba(255,255,255,.8);
--yellow:#fed636;
--sky-blue:#28caed;
--placeholder:#929292;
--light-yellow:#fff7d6;
--error:#ff0000;
--hover:#000000;
--stroke-color:#8d7a2d;
--dark-yellow:#fdbc20;
--light-grey:#fbfbfb;
--font-roboto:'Roboto', sans-serif;
--font-anton:'Anton', sans-serif;
--font-openSans:'Open Sans', sans-serif;
}


html,body { height:100%;}
body {color:var(--dark); font-family:var(--font-roboto); font-weight: 400; background:var(--white); font-size: 1.0rem; }
img { max-width:100%; height:auto;}
strong {font-weight:500;}
a, button, input[type=submit] { -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; }
a, .btn-link {color:var(--acolor);}
a:hover, a:focus { color:#5a8ac7;}
a:hover, a:focus, button, .btn, .btn:focus { text-decoration:none; outline:0 !important; outline-offset:0px !important;}
label { font-weight:normal; }
.data-table { display:table; table-layout:fixed; width:100%; float:none; height:100%; }
.data-cell { display:table-cell; vertical-align:middle; min-width:1%; float:none; }
.data-table.vtop .data-cell { vertical-align:top; }
iframe { width:100% !important; }
sub, sup {font-size:50%; top:-.6em; }
input:-webkit-autofill {-webkit-animation-name: autofill; -webkit-animation-fill-mode: both;}

h1, h2, h3, h4, h5, h6{font-family: var(--font-openSans);}


.mbtm-30 { margin-bottom:30px; }
.border-box { /*background-color:#fff;*/ text-align: center; display: block; box-shadow: 0 30px 62px 0 rgba(0, 0, 0, .15);
-webkit-transition: all .5s ease; display: block; position: relative; }

#header {position: fixed;top: 0;left: 0;width: 100%;z-index: 9;transition-duration: 0.4s;padding:5px 0;}
.headerTop{background:#fff; position:sticky; top:0;  z-index:99;
-webkit-box-shadow:0 0 6px rgba(0, 0, 0, 0.3); box-shadow:0 0 6px rgba(0, 0, 0, 0.3); }
.headerTop.affix{position:fixed;width:100%;}
.headerTop .navbar-brand {padding-top:0; padding-bottom:0; transition:all .4s ease;}
.headerTop .navbar-brand img{transition:all .2s ease;}

.headerTop .navbar{width:100%; padding:.0rem 1rem; background:#3aa40c;}
.headerTop .navbar .nav-item {position:static; padding:0rem .0rem; margin-left:.6rem; margin-right:.6rem; transition:all .4s ease;}

/*.headerTop .navbar .navbar-nav{padding-right:11rem;}*/
.headerTop .navbar .navbar-nav .nav-link{font-size:18px; font-weight:500; color:#fff; text-transform:uppercase; padding:1.1rem 0.8rem; position:relative;}
.headerTop .navbar .navbar-nav .nav-link:hover{color:#203260;}

.top_head { transition:all .2s ease;
-ms-flex-flow: row nowrap;
 flex-flow: row nowrap; 
-ms-flex-pack: start;
 justify-content: flex-start; 
 position: relative; 
display: -ms-flexbox;
 display: flex; 
-ms-flex-wrap: wrap;
 flex-wrap: wrap; 
-ms-flex-align: center;
 align-items: center; 
-ms-flex-pack: justify;
 justify-content: space-between; 
padding: .5rem 1rem;
}
.tp-head {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
padding-left: 0;
margin-bottom: 0;
list-style: none;	
}
.mr-20 {margin-right:18px;}
.tp-head li {
display:flex;
padding-right:10px; padding-left:10px;
}
.tp-head li i {
color:#3aa40c;
font-size:43px;
}
.tp-head li a h6{color:#121212; font-size:20px; font-weight:600; margin-bottom:0;}
.tp-head li a {font-size:17px; color:#666; font-weight:500;}


.headerTop.affix .top_head { padding-top:5px; padding-bottom:5px; }
.headerTop.affix .navbar .navbar-nav .nav-link{padding:0.6rem 0.8rem; font-size:15px;}
/*.headerTop .navbar-brand { max-width:170px; }*/



.banner .carousel-caption { max-width:460px; height:auto; text-align:left;  text-shadow:none; left:51%; top:10%; z-index:3;}
.banner .carousel-caption h4{ font-size:18px; color:#000; text-transform:uppercase; letter-spacing:1px; font-weight:600; padding:0; margin:0;}
.banner .carousel-caption h3{ font-size:34px; color:#044e0d; text-transform:uppercase; letter-spacing:.5px; font-weight:700; padding:10px 0; margin:0; line-height:32px;}
.banner .carousel-caption p{ color:#000; font-size:17px; text-align:left;}

.banner a .know_more { border-radius:25px; background:#0a580d;  border: none; color: #FFFFFF;  text-align: center; font-size: 15px; padding: 12px 10px;  width: 130px;  transition: all 0.5s;  cursor: pointer; margin: 5px 0 0 0;}
.banner a .know_more  {cursor: pointer;  display: inline-block;  position: relative;transition: 0.5s; color:#fff; }
.banner a .know_more:after {  content: '\00bb'; position: absolute; opacity: 0;  top: 5px;  right: 0px; transition: 0.5s; font-size:24px;}
.banner a .know_more:hover  { padding-right: 25px;}
.banner a .know_more:hover:after { opacity: 1;  right: 20px;}

.banner .carousel-indicators li {width:15px; height:15px; border-radius:50%;}




.sec-title.with-text {
    max-width: 770px;
    margin: -4px auto 0;
    padding-bottom: 42px;
}
.sec-title {
    position: relative;
    display: block;
    margin-top: -4px;
    padding-bottom: 50px;
}
.sec-title.clrwhite p {
    color: #ffffff;
}
.sec-title.clrwhite .title {
    color: #ffffff;
}
.btn-two span:before {
    position: relative;
    display: inline-block;
    top: 4px;
    padding-left: 8px;
    font-size: 20px;
    line-height: 14px;
}


.about-area {
    position: relative;
    display: block;
    padding-top: 100px;
}
.about-image-box {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    min-height: 550px;
    margin: 145px auto 0;
}
.about-image-box .icon-box {
    position: absolute;
    top: 77px;
    left: 0;
    right: 0;
    width: 105px;
    height: 105px;
    background: transparent;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
}
.about-image-box .icon-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#3aa40c;
    content: "";
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(0px) rotateX(0deg) rotate(45deg);
}
.about-image-box .icon-box span:before {
    display: block;
    padding: 20px 0;
    color:#fff;
    font-size: 65px;
    line-height: 65px;
}
.about-image-box .image-box-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 260px;
}
.about-image-box img {
    width: 100%;
}
.about-image-box .image-box-two {
    position: absolute;
    top: -145px;
    left: 0px;
    right: 0;
    width: 260px;
    height: 260px;
    margin: 0 auto;
}
.about-image-box .image-box-three {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 260px;
}
.about-image-box .image-box-four {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 145px;
    width: 260px;
    height: 260px;
    margin: 0 auto;
}
.about-text .sec-title {
    padding-bottom:4px;
}
.sec-title p {
    color: #a0a7ae;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 11px;
}
.sec-title .title {
    position: relative;
    display: block;
    color: #000;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 19px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    z-index: 1;
}
.sec-title .border-box {
    position: relative;
    display: block;
    width: 80px;
    height: 7px;
}
.sec-title .border-box.center {
    margin: 0 auto;
}
.sec-title .border-box.bgblue:before {
    background: #3398fd;
}
.sec-title .border-box.bgblue:after {
    background: #3398fd;
}
.sec-title .border-box.center:after {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sec-title .border-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #3aa40c;
}
.sec-title .border-box:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 3px;
    content: "";
    background: #3aa40c;
}
.about-text .inner-content {
    position: relative;
    display: block;
}
.about-text .inner-content h3 {
    color: #3398fd;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
.about-text .inner-content .text {
    display: block;
    padding: 26px 0 21px;
}
.about-text .inner-content .text p{line-height:28px; font-size:16px; color:#666; margin-bottom:1.7rem;}

.about-text .inner-content .btn-two{background:linear-gradient(45deg,#2b8604 38%,#3aa40c 85%); font-weight:600; font-size:26px; color:#fff; padding:1rem 1.8rem; border-radius:32px; transition:all .4s ease;}
.about-text .inner-content .btn-two:hover{background:linear-gradient(45deg,#3aa40c 38%,#2b8604 85%); box-shadow:0 3px 4px rgba(0,0,0,0.2); }

.secpd1 {
    padding: 100px 0;
}
/*why choose us*/
.why-choose-area {
    position: relative;
    display: block;
    padding-bottom:40px;
    z-index: 1;
}
.why-choose-area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/why-choose.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.sec-title {
    position: relative;
    display: block;
    margin-top: -4px;
    padding-bottom: 50px;
}

.choose-carousel.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}
.choose-carousel.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -110px;
    margin: 0;
    display: block;
}
.choose-carousel.owl-carousel .owl-nav [class*="owl-"] p {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #3aa40c;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    transition: all 500ms ease;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%;
    transform: scale(0);
    transition: all 700ms ease 200ms;
}
.choose-carousel.owl-carousel .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    background: #ffffff;
    color: #83888d;
    font-size: 26px;
    font-weight: 300;
    width: 60px;
    height: 60px;
    border: 2px solid #dbe5ec;
    line-height: 54px;
    margin: 0;
    padding: 0;
    transition: all 700ms ease 100ms;
    border-radius: 50%;
}
.choose-carousel.owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
}
.single-choose-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 44px 0 50px;
    transition: all 700ms ease 400ms;
    z-index: 5;
}
.single-choose-box:hover{
	-webkit-box-shadow: 0 15px 40px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 15px 40px rgba(0,0,0,0.08);
	-ms-box-shadow: 0 15px 40px rgba(0,0,0,0.08);
	-o-box-shadow: 0 15px 40px rgba(0,0,0,0.08);
	box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}
.single-choose-box h3 {
    margin: 0 0 24px;
    font-size: 20px; font-weight:700;
    line-height: 26px;
}
.single-choose-box h3 a {
    color: #203260;
}
.single-choose-box span:before {
    color: #3aa40c;
    font-size: 80px;
    line-height: 80px;
    display: block;
}
.single-choose-box .button {
    position: relative;
    display: block;
    padding-top: 30px;
}
.single-choose-box .button a {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    background: #f1f7f9;
    border-radius: 50%;
    margin: 0 auto;
}
.single-choose-box .button a span:before {
    display: block;
    color: #203260;
    font-size: 20px;
    line-height: 14px;
    transform: rotate(-90deg);
    padding:0px 0 0px;
}
.single-choose-box .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 44px 30px 0;
    background: #ffffff;
    transition: all 700ms ease 100ms;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-45deg) translateZ(-50px);
}
.single-choose-box:hover .overlay-content {
	transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	opacity: 1;
}
.single-choose-box .overlay-content h3 {
    margin: 0 0 18px;
}
.single-choose-box .overlay-content h3 a {
    color:#287d03;
}
.single-choose-box .overlay-content p {
    margin: 0;
}
.single-choose-box .overlay-content .button {
    padding-top: 22px;
}
.single-choose-box .overlay-content .button a {
    background: #3aa40c;
}
.single-choose-box .overlay-content .button a span:before {
    color: #ffffff;
    font-size: 20px;
    line-height: 14px;
    transform: rotate(0deg);
}

/*our product*/
.our-product { padding-top:80px; padding-bottom:70px; background-image:url(../images/product-bg-new-p.jpg); background-attachment:fixed; background-repeat:no-repeat; background-size:cover; }
.our-product .title{ color:#fff; }
.our-product .sec-title p{text-transform:none; font-size:15px; font-weight:normal; color:#fff; line-height:26px;}
.our-product .sec-title { padding-bottom:20px; }

.product-box{background:#fff; text-align:center; }
.product-box h3{background:#3aa40c; color:#fff; font-weight:600;font-size:16px; padding:14px 5px; }
.product-box h3 a{color:#fff;}
.prodct-carousel.owl-carousel .owl-nav {
    position: absolute;
    top:50%; margin-top:-25px;
    display: block; width:100%;
}
.prodct-carousel.owl-carousel .owl-nav [class*="owl-"] {
    position:absolute;
    display: inline-block;
    background: #ffffff;
    color: #83888d;
    font-size:22px;
    font-weight: 300;
    width:30px;
    height:30px;
    border:0px solid #dbe5ec;
    line-height:28px;
    margin: 0;
    padding: 0;
    transition: all 700ms ease 100ms; border-radius:0;
}
.prodct-carousel.owl-carousel .owl-nav .owl-prev{ left:-32px; }
.prodct-carousel.owl-carousel .owl-nav .owl-next{ right:-32px; }



/*** 
=============================================
    Working Process area Style      
=============================================
***/
.working-process-area{ overflow:hidden;
    position: relative;
    display: block;
    background: #203260;
    padding: 100px 0 92px; 
    z-index: 2;
}
.working-process-area:before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(32, 53, 96, 0.95) none repeat scroll 0 0;
    z-index: 1;    
}
.working-process-area .image-box {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    max-width: 600px;
    width: 100%;
}
.working-process-area .image-box .image img{
    width: auto;
}

.working-process-area .sec-title.with-text {
    z-index: 2;
}

.single-working-process{
    position: relative;
    display: block;
    z-index: 5;
}
.single-working-process .top-box {
    position: relative;
    display: block;
    padding: 21px 0;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}
.single-working-process .top-box h6{
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 700ms ease 500ms;
    z-index: 5;
}
.single-working-process h3{
    color: #ffffff;
    line-height: 28px; font-size:22px;
    margin: 34px 0 17px; font-weight:600;
}
.single-working-process p{
    color: #b3cde4;
    margin: 0;
}
.single-working-process .button{
    position: relative;
    display: block;
    padding-top: 14px;
}
.single-working-process .button a{
    color: #ffffff;
}
.single-working-process:hover .button a{
    color: #3aa40c;
}

.working-process-carousel.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    z-index: 3;
}
.working-process-carousel.owl-carousel .owl-stage-outer:before {
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    max-width: 670px;
    width: 100%;
    height: 4px;
    content: "";
    margin: 0 auto;
    border-bottom: 7px dotted #2c437d;
    z-index: -1;
}
.working-process-carousel.owl-carousel {
    position: relative;
    display: block;  
    z-index: 100;
}
.working-process-carousel.owl-carousel:before {
    position: absolute;
    top: 36px;
    left: 50%;
    width: 25px;
    height: 7px;
    background: #203260;
    content: "";
    margin-left: -65px;
    z-index: 1;
}
.working-process-carousel.owl-carousel:after {
    position: absolute;
    top: 36px;
    right: 50%;
    width: 25px;
    height: 7px;
    background: #203260;
    content: "";
    margin-right: -65px;
    z-index: 1;
}

.working-process-area .owl-theme .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}
.working-process-area .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
    top: -45px;
    background: rgba(255, 255, 255, 0.01);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    transition: all 700ms ease 0s;
    z-index: 10;
}
.working-process-area .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -60px;
    top: -45px;
    background: rgba(255, 255, 255, 0.15);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    transition: all 700ms ease 0s;
    z-index: 10;
}
.working-process-area .owl-theme .owl-nav .owl-prev:hover{
    background: rgba(255, 255, 255, 0.10);
}
.working-process-area .owl-theme .owl-nav .owl-next:hover{
    background: rgba(255, 255, 255, 0.10);
}
.working-process-area .owl-theme .owl-nav div .fa:hover{
    color: #fff;    
}
.working-process-area .owl-theme .owl-nav div .fa {
    display: block;
    color: #b3cde4;
    font-size: 25px;
    line-height: 60px;
    font-weight: 100;
    text-align: center;
}
.sec-title.clrwhite span {
    color: #b3cde4;
}

/*start here group-company*/
.group-company { padding-top:80px; }
.group-company-carousel.owl-carousel .owl-nav {
    position: absolute;
    top:50%; margin-top:-25px;
    display: block; width:100%;
}
.group-company-carousel.owl-carousel .owl-nav [class*="owl-"] {
    position:absolute;
    display: inline-block;
    background: #ffffff;
    color: #83888d;
    font-size:22px;
    font-weight: 300;
    width:30px;
    height:30px;
    border:1px solid #dbe5ec;
    line-height:28px;
    margin: 0;
    padding: 0;
    transition: all 700ms ease 100ms; border-radius:0;
}
.group-company-carousel.owl-carousel .owl-nav .owl-prev{ left:-32px; }
.group-company-carousel.owl-carousel .owl-nav .owl-next{ right:-32px; }
.group-company-carousel.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    padding:3px 0px;
}
.groupcompany-box {
	background:#fff; 
	box-shadow:0 0 4px rgba(0,0,0,0.2); border:solid 1px #d1d1d1;
	padding:0 0 25px;
}
.groupcompany-box figure {
	padding:20px; margin-bottom:0px;
}
.groupcompany-box figure img {
	width:auto !important; display:inline-block !important;
}
.groupcompany-box p{
	padding:0 15px 10px;
	font-size:15px; color:#666;
}
.groupcompany-box > a{ display:inline-block;
	background: linear-gradient(45deg,#2b8604 38%,#3aa40c 85%);
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 0.6rem 1.6rem;
    border-radius: 32px;
}


/*footer*/
.footer {background:#1f242c; color:#fff;}
.footer h4{ font-weight:600; padding-bottom:15px; }
.footer a{color:#fff;}
.footer ul{list-style-type: none; padding:0;}
.footer ul a {padding-top:5px; padding-bottom:5px; display:inline-block;}
.b-social-links {list-style-type:none; padding:10px 0 0;}
.b-social-links li{float:left}
.b-social-links a{ color:#fff; margin-right:10px; width:30px; height:30px; line-height:30px; text-align:center; border:solid 1px #fff; border-radius:50%; display:inline-block; font-size:15px; font-weight:400; padding:0 !important; }
.footer .col-md-3 ul li a{padding-bottom:8px; padding-top:8px;}
.footer .col-sm-2 {font-size:24px; padding:3px 0 0 25px; text-align:center;}
.footer .col-sm-2 .fa{ color:#3aa40c; }

.footer_btm{border-top:solid 1px #9F9F9F; margin-top:4rem; padding:1rem 0;}
.footer_btm .right_links { color:#9F9F9F; }

.footer .wpcf7 input[type='email'] {
    position: relative;
    width: 100%;
    height: 50px;
    margin: unset;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0px 60px 0 20px;
    color: #ffffff;
}
.inputsub { position:relative; }
.inputsub input[type='email'] {
    position: relative;
    width: 100%;
    height: 50px;
    margin: unset;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0px 60px 0 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    outline: unset;
    background: transparent;
    box-shadow: unset;
    overflow: hidden;
}
.footer .footer-submit {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 41px;
    height: 41px;
    padding: 0;
    border: transparent;
    color: transparent;
    background: #3aa40c;
}
.footer .footer-submit input[type='submit']{
	position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}
.footer .footer-submit > span {
    color: #fff;
    font-size: 22px;
    position: absolute;
    left: 9px;
    top: 3px;
}

.footer ul li a:hover{ color:#3aa40c; }

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #3aa40c !important;
}


/*about us*/
.inner-banner {min-height:362px; position:relative; margin-top:0px; z-index:1;
position: relative;
background: url(../images/working-process-bg.jpg);
background-size: cover;
background-attachment: fixed;
}
.page-top {position: absolute; width: 100%; top:99px; z-index: 3;}
.page-top h1 {font-weight:400; font-size:42px;line-height: 38px;letter-spacing: 3.16px;color: #fff;text-align: center;padding-bottom:5px;position: relative;}
.page-top h2 {font-weight:600; font-size:30px; color:#fff; text-align:center; padding-bottom:14px; }
.page-top .breadcrumb {
float: none;
background: none;
padding: 0px;
margin-top: 8px;
margin-bottom: 0px;
display: inline-block;
text-align: center;
}
.page-top .breadcrumb li:first-child {
margin-left: 0px;
}
.page-top .breadcrumb li {
font-weight: 400;
font-size: 14px;
color: #EDEEFD;
line-height: 28px;
margin-left: 10px;
display: inline-block;
letter-spacing: 1.58px;
}
.page-top .breadcrumb li a{color:#fff;}
.page-top .breadcrumb li:after {
content: "|";
margin-left: 11px;
color: #EDEEFD;
}
.page-top .breadcrumb li:last-child:after {
content: '';
margin-left: 0px;
}


.team_sec { padding:2rem 0 4rem; }
.team_sec h2{font-weight:600;}
.our-team {
    -webkit-transition: all .5s ease;
    background-color: #fff;
    text-align: center;
    box-shadow: 2px 3px 30px rgba(0, 0, 0, .22);
    padding: 2em 1.5em;
}
.our-team img {
    width: 120px;
    height: 120px;
    margin: 10px auto;
    border-radius: 50%;
}
.our-team h4 {
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
    margin-bottom: 4px;
    font-size: 16px;
    color: #000;
}
.our-team h5 {
    text-transform: capitalize;
    text-transform: capitalize;
    font-size: 14px;
}
.our-team .small {
    color: #fb6d23;
}
.team-social-links {
    position: relative;
}
.team-social-links a.linkdn {
    background-color: #016197;
}
.team-social-links a {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 34px;
    transition: 0.5s;
}
.mt-50 {
    margin-top: 50px;
}

.search-bg {margin:6rem 0 0rem;  background:url(../images/research-bg.jpg); background-size:cover; background-attachment:fixed; background-repeat:no-repeat; }
.research-box { color:#fff; background:#57B33E; padding:50px; }
.search-bg h3{font-size:42px;}
.search-bg p{line-height:32px;}



.contact-map { width:100%; border-radius:10px; overflow:hidden; box-shadow:0 0 12px rgba(0,0,0,0.2); margin-bottom:2.5rem; }
.contact-map iframe {margin:0; display:inherit; }
.contact-info {
background-image:linear-gradient(to right, #3aa40c, #84920f, #3aa40c);
padding: 30px;
color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
width: 95%;
margin:-96px auto 3rem; position:relative; z-index:2;
}
.contact-info .item {
    overflow: hidden;
    text-align: center;
}
.contact-info .item i {
    display: block;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.contact-info .item span {
    display: block;
    font-size: 14px;
}
.contact-info .item span a {
    color: #fff;
}
.contact-text {
    font-weight: 400;
    font-size: 14px;
    color: #636363;
    letter-spacing: 0.6px;
    line-height: 26px;
}
.contact-text p {
    margin-bottom: 16px;
}
.contact-form {padding-bottom:3em;}

.contact-form input, .contact-form textarea {
    border: 1px solid #eee;
    width: 100%;
    height: 50px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 30px; background:#f9faff;
}
.contact-form textarea {
    height: 150px;
    resize: none;
    padding: 20px;
}
.btn-secondary-block {
    display: block;
    width: 190px;
    height: 50px;
    line-height:50px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    border:0px solid #1ECBC0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    cursor: pointer;
    background-image:linear-gradient(45deg,#3aa40c 38%,#56ca24 85%);
}

/*product*/
.project-cases .cases-item {
    margin: 0 15px 30px; position:relative;
}
.cases-item .img-holder {
    min-height: 360px;
}
.cases-item .overlay {
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
}
.img-holder {
    display: block;
    position: relative;
    overflow: hidden;
}
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(13,115,252,.08);
    top: 0;
    right: 0;
    -webkit-transition: background-color .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: background-color .3s cubic-bezier(.645,.045,.355,1);
    transition: background-color .3s cubic-bezier(.645,.045,.355,1);
}
.elementor .img-bg {
    width: 100%;
    height: 100%;
}
.cases-item .img-bg {
    z-index: -1;
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cases-item .description {
    position: absolute;
    bottom: 15px;
    right: 18px;
    background-color: #fff;
    width: 100%;
    max-width: 90%;
    padding:21px 40px;
    -webkit-transition: background-color .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: background-color .5s cubic-bezier(.645,.045,.355,1);
    transition: background-color .5s cubic-bezier(.645,.045,.355,1);
}
.cases-item .description .title {
    letter-spacing: -.05em;
    -webkit-transition: color .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: color .5s cubic-bezier(.645,.045,.355,1);
    transition: color .5s cubic-bezier(.645,.045,.355,1);
        font-weight: 600;
}
.project-cases .cases-item a.with--line {
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #3aa40c;
    font-weight: 600;
}
.with--line:after {
    content: "";
    display: inline-block;
    width: 49px;
    height: 1px;
    background-color: #3aa40c;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    margin-left: 12px;
}




/**/
.cases-item:hover .img-bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.cases-item .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit:cover; object-position:50% 50%";
}


/**/
.product_detls { padding:4% 0; }
.primary-heading .title {
    color: #3aa40c;
    font-size: 13px;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
}
.primary-heading .subtitle {
    /*color: #3aa40c;*/
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -.03em;
}
.product_detls p {
    line-height: 30px;
    color: #82868a;
}
.primary-heading .subtitle span {
    color: #333;
}
.primary-heading .subtitle span:last-of-type {
    color: #3aa40c;
}



.single-branches-box {
    position: relative;
    display: block;
    border: 1px solid #edf2f7;
    padding: 54px 30px 51px;
    transition: all 900ms ease;
    transition-delay: .5s; height:100%;
}
.single-branches-box .title-box{
    position: relative;
    display: block; 
    padding-bottom:8px;
}
.single-branches-box .title-box h3{ font-weight:700; margin-bottom:0;}
.single-branches-box ul {
    list-style-type:none; padding:0;
    position: relative;
    display: block;
    min-height:40px;
}
.single-branches-box ul li{
    display: block;
    margin-bottom:1px;
}
.single-branches-box ul li:last-child{
    margin-bottom: 0;
}
.single-branches-box .text{}
.single-branches-box .text p{
    margin: 0;    
}



/*** 
=============================================
    Contact Info Area style
=============================================
***/
.contact-info-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #f3f7fa;
    padding: 0px 0 0px;
}
.contact-form {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.contact-form .inner{
    display: table-cell;
    vertical-align: middle;    
}
.contact-form form{
    position: relative;
    display: block;
}
.contact-form form .input-box{
    position: relative;
    display: block;
}
.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea{
    position: relative;
    display: block;   
    background: #ffffff;
    border: 1px solid #e2e8f0;
    width: 100%;
    height: 60px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}
.contact-form form textarea {
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
}
.contact-form form input[type="text"]:focus{
    border-color: #1d1d1d; 
    color: #222222;
}
.contact-form form input[type="email"]:focus{
    border-color: #1d1d1d;
    color: #222222;
}
.contact-form form textarea:focus{
    border-color: #1d1d1d;
    color: #222222;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #83888d;
}
.contact-form form input[type="text"]:-moz-placeholder {
    color: #83888d;
}
.contact-form form input[type="text"]::-moz-placeholder {
    color: #83888d;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #83888d;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #83888d;
}
.contact-form form input[type="email"]:-moz-placeholder {
    color: #83888d;
}
.contact-form form input[type="email"]::-moz-placeholder {
    color: #83888d;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #83888d;
}
.contact-form form button {
    color: #ffffff;
    background: #3aa40c;
    width: 100%;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 62px;
    font-weight: 700;
    height: 60px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 0 30px 0;
    border-radius: 5px;
    transition: all 500ms ease; border:0;
}
.contact-form form button:hover{
    color: #dddddd;
    background: #2e8806;
}

.contact-form-text-box {
    position: relative;
    display: block;
    margin-right: 35px;
    padding: 150px 0 144px;
    z-index: 1;
}
.contact-form-text-box:before {
    position: absolute;
    top: -1000px;
    left: -50000px;
    bottom: -1000px;
    right: 0;
    background: #203260;
    content: "";
    z-index: -1;
}
.contact-form-text-box .inner{
    position: relative;
    display: block;    
}
.contact-form-text-box .inner .icon-holder {
    position: absolute;
    top: 0;
    left: -380px;
    bottom: 0;
    z-index: -1;
}
.contact-form-text-box .inner .icon-holder span:before {
    color: #293a66;
    font-size: 415px;
    line-height: 275px;
}

.contact-form-text-box .sec-title {
    padding-bottom: 30px;
}
.contact-form-text-box .sec-title p{
    color: #5b6c9a;
}
.contact-form-text-box .sec-title .title{
    color: #ffffff;
}
.contact-form-text-box .inner-content{
    position: relative;
    display: block;    
}
.contact-form-text-box .inner-content h2{
    color: #ffffff;
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
}
.icon-null {padding-left:5px;}
