
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Qwitcher+Grypen:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body{font-family: "Urbanist", serif; font-size: 16px; background: #fff;}


/* html, body{} */



  

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?wqnia0');
  src:  url('../fonts/icomoon.eot?wqnia0#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?wqnia0') format('truetype'),
    url('../fonts/icomoon.woff?wqnia0') format('woff'),
    url('../fonts/icomoon.svg?wqnia0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bag2:before {
  content: "\e91d";
}
.icon-instagram:before {
  content: "\e905";
}
.icon-namusr:before {
  content: "\e906";
}
.icon-emlusr:before {
  content: "\e90b";
}
.icon-arw:before {
  content: "\e90c";
}
.icon-usr:before {
  content: "\e90e";
}
.icon-play:before {
  content: "\e910";
}
.icon-bag:before {
  content: "\e911";
}
.icon-timer:before {
  content: "\e915";
}
.icon-admin:before {
  content: "\e917";
}
.icon-Location:before {
  content: "\e918";
}
.icon-eml:before {
  content: "\e900";
}
.icon-cll:before {
  content: "\e901";
}
.icon-loctn:before {
  content: "\e902";
}
.icon-fb:before {
  content: "\e903";
}
.icon-Star:before {
  content: "\e904";
}
.icon-lftarw:before {
  content: "\e907";
}
.icon-rtarw:before {
  content: "\e908";
}
.icon-srch:before {
  content: "\e909";
}
.icon-sxty:before {
  content: "\e90a";
}
.icon-drp:before {
  content: "\e90d";
}
.icon-menratng:before {
  content: "\e90f";
}
.icon-clndr:before {
  content: "\e912";
}
.icon-instag:before {
  content: "\e913";
}
.icon-rarw:before {
  content: "\e914";
}
.icon-segment:before {
  content: "\e916";
}
.icon-rgstr:before {
  content: "\e919";
}
.icon-caret-right:before {
  content: "\e91a";
}
.icon-call:before {
  content: "\e91b";
}
.icon-linkedin:before {
  content: "\e91c";
}
.icon-star-empty1:before {
  content: "\e9d8";
}
.icon-star-empty:before {
  content: "\e9d7";
}







@-webkit-keyframes stickySlideDown {
from {
transform:translateY(-100%);
}
to {
transform:translateY(0);
}
}
@keyframes stickySlideDown {
from {
transform:translateY(-100%);
}
to {
transform:translateY(0);
}
}
:focus{outline: none !important;}
button:focus{outline: none !important}

img{max-width: 100%}
a{text-decoration: none;}





del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}


.wrapper {
	max-width: 1950px;
	position: relative;
	margin: 0 auto;
	height: 100%;
  overflow: hidden;
}
.carrun{
  position: absolute;
  max-width: 184px;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.carrun::before {
	width: 2px;
	background: #CDCDCD;
	content: '';
	height: 100%;
	position: absolute;
	left: 32%;
}
.carpic{width: 100%;text-align: center;}
.carpic img{
    width: auto;
    height: auto;
    max-width: 100%;
    position: relative;
    animation: topToBottom 3s linear infinite;
    margin-bottom: 400px;
  }

  @keyframes topToBottom {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(100%);
    }
  }


.sub-title {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4;
	color: #001c93;
	margin-bottom: 12px;
	letter-spacing: 0.3;
}
h2.title {
	font-size: 40px;
	line-height: 1.2;
	margin: 0 0 15px;
	text-transform: capitalize;
	font-weight: 700;
}

p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #666;
	font-weight: 500;
}



.header_top{
	background: #2a2f34;
}
.header_top ul{
	margin: 0;
	padding: 0;
	list-style:none;
	text-align: right;
}
.header_top li{
	display: inline-block;
	color: #bac2c9;
	font-weight: normal;
	margin-right: 12px;
}
.header_top li a{
	display: inline-block;
	color: #bac2c9;
	font-weight: normal;
}
.header_top li:first-child{
	padding-right: 15px;
	
}
.header_top li:last-child{
	padding-left: 15px;
}
.header_top li i{
	font-size: 17px;
	vertical-align: middle;
}
.header_top li a{
	padding: 8px 0;
    color: #d9d9d9;
    display: inline-block;
    font-weight: 600;
}

.headercontainer{
  position: relative;
  width: 100%;
	padding: 0 0px;
}
.tophead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.headercontainer .logoouter {
	max-width: 180px;
	width: 100%;
	position: relative;
}
.headercontainer .logoouter .logo{float: left; width: 100%;}
.headercontainer .logoouter .logo img{max-width: 100%; max-height: 100%;}
.headercontainer .topmailbx{float: left; width: 100%; padding-bottom: 20px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center;}
.headercontainer .topmailbx a{color: #1E1E1E; font-size: 15px; font-weight: 300; letter-spacing: 1px; text-decoration: none;}
.headercontainer .topmailbx a + a{margin-left: 35px;}
.headercontainer .topmailbx a i{display: inline-block; vertical-align: middle; margin-right: 5px;}
.headercontainer .topmailbx a span{display: inline-block; vertical-align: middle;}
.headercontainer .navigation{width: auto;}
.headercontainer .navigation .navigationbox{float: left;}
.headercontainer .navigation .sf-menu-outer{float: left; width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center;}
.headercontainer .navigationouter{float: left; width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center; position: relative;}

.headercontainer .navigation .sf-menu{float: left; margin: 0px; padding: 0px;}
.headercontainer .navigation .sf-menu > li{float: none; display: inline-block; margin: 0px 20px;}
.headercontainer .navigation .sf-menu > li a{padding: 0 2px; position: relative; font-family: "Urbanist", serif; color: #525252; text-transform: capitalize; display: block; font-size: 18px; font-weight: 600; text-decoration: none; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}


.headercontainer .navigation .sf-menu > li.active a{color: #fff; font-weight: 700;color: #363636;}
.headercontainer .navigation .sf-menu > li.active a:after{opacity: 1;content: '';width: 26px;height: 26px;border-radius: 100%;left: 0;position: absolute;z-index: -1;}
.headercontainer .navigation .sf-menu > li a:hover{color: #B4CC00; }

.headercontainer .loginbtx {margin-right: 10px;}
.headercontainer .loginbtx a {
	padding: 12px 15px 12px 10px;
	border: none;
	border-radius: 10px;
	font-size: 16px;
  	font-weight: 600;
	background: #B87332;
	color: #fff;
	position: relative;
	font-family: "Raleway", sans-serif;
	text-decoration: none;
  
}

.headercontainer .loginbtx a span{margin-right: 4px;}
.headercontainer .loginbtx a:hover{color: #000;}
.headercontainer .loginbtx a i{color: #fff;}
.headercontainer .loginbtx a em{font-style: normal;}
.headercontainer .loginbtx span{color: #fff; padding: 0px 6px;}

.headcl{
	color: #175300;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 6px;
}
.headcl em{font-style: normal;}

.headcl i {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #1C96C5;
	/* padding: 4px; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	position: relative;
}

.headcl i span{
	width: 100%;height: 100%;border-radius: 100%;color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hedrght{display: flex; align-items: center;gap: 5px;}

.headcl i small {
	position: absolute;
	right: -2px;
	top: -3px;
	background: #fff;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	/* display: flex; */
	align-content: center;
	justify-content: center;
	font-style: normal;
	text-align: center;
}

.topmenu{
	width: calc(100% - 150px);
}


.top-panel{
    width: 100%;
    padding: 0 0 13px 0;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 18px;
}
.top-contact{
	display:block;
	padding:0;
	margin:0;
}
.top-contact li {
	display: inline-block;
    padding-right: 20px;
    font-size: 16px;
    color: #505050;
    font-weight: 600;

}
.top-contact li:last-child{
	border-right:0;
}
.top-contact li span{
    font-size: 16px;
    color: #515151;
    font-weight: 600;
    font-style: italic;
}
.top-social-menu{
	display:block;
	padding:0;
	margin:0;
	text-align:right;
}
.top-social-menu li{
	display:inline-block;
}
.top-social-menu li a{
	display:block;
	color:#e24c19;
	padding:0 7px;
	font-size:17px;
}



/* dropdown menu css start */
.headercontainer .navigation ul li ul li{width: 100%;}
.headercontainer .navigation ul li ul li a{width: 100%; font-size: 13px;}
.sf-menu, .sf-menu{ margin: 0; padding: 0; list-style: none; }
.sf-menu li { position: relative; }
.sf-menu ul { position: absolute; top: 100%; left: 0px; z-index: 999; padding: 0px; margin: 0px; }
.sf-menu > li {float: left;}
.sf-menu a { display: block; position: relative; }
.sf-menu ul ul { top: 0; left: 100%; }
/* DEMO SKIN */
.sf-menu{float: left;}
.sf-menu li ul li a{background: 0 0; color: #B87331; text-align: left; padding: 12px 15px;}
.sf-menu li ul li + li{border-top: 1px solid #eaeaea;}
.sf-menu li ul li a:hover{background: #000; color: #ffffff; }
.sf-menu a{text-decoration: none; zoom: 1; }
.sf-menu a{color: #13a; }
.sf-menu li{-webkit-transition: background .2s; transition: background .2s; }
.sf-menu li:hover, .sf-menu li.sfHover {-webkit-transition: none; transition: none; }
.headercontainer .navigation .sf-menu>li>a:hover{color: #B87332; background: 0 0;}
.headercontainer .navigation .sf-menu>li:hover a{background: transparent; color: #000;}
.headercontainer .navigation .sf-menu>li ul li:hover a{background: none !important; color: #303030;}
.headercontainer .navigation .sf-menu>li:hover ul li a{color: #000000;}
.headercontainer .navigation .sf-menu>li ul li a{background: none !important; color: #ffffff; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -ms-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out;}
.headercontainer .navigation .sf-menu>li ul li a:hover{background: #3498db !important; color: #ffffff;}
.headercontainer .navigation .sf-menu>li ul li.active a{background: #3498db !important; color: #ffffff;}
.headercontainer .navigation .sf-menu>li ul li a{background: none; font-size: 16px; text-transform: capitalize;}
.sf-arrows .sf-with-ul { padding-right: 30px !important; }
/*.sf-arrows .sf-with-ul:after { content: '\f107'; position: absolute; font-family: 'FontAwesome'; right: 20px; height: 0; width: 0; }
.sf-arrows > li > .sf-with-ul { padding-right: 30px !important; }
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after { }
.sf-arrows ul .sf-with-ul:after { content: '\f105'; }
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after { }

*/


/* Dropdown Nav */
.headercontainer .navigation .sf-menu > li{position: relative;}
/*.headercontainer .navigation ul li.parent > a:after{right: 1px;}*/
/*.headercontainer .navigation ul li.parent > a:hover:after{color: #ffd1e2;}
.headercontainer .navigation .sf-menu>li:hover a:after{color: #ffd1e2;}*/
.headercontainer .navigation .sf-menu > li ul{background: #fff; -webkit-border-radius: 0px; border-radius: 0px;}
.headercontainer .navigation .sf-menu > li ul li{list-style: none;}
.headercontainer .navigation .sf-menu > li ul li a{color: #000; padding: 10px;}
.headercontainer .navigation .sf-menu>li:hover ul li a{color: #000;}
.headercontainer .navigation .sf-menu > li ul li + li{border-color: #ccc;}
.headercontainer .navigation .sf-menu>li ul li a:hover{background: #f02e06 !important; color: #fff;}

.headercontainer .navigation ul li.parent > a::after {
	font-family: 'icomoon';
	content: "\e90d";
	pointer-events: none;
	position: static;
	right: 0;
	bottom: -15px;
	color: #363636;
	margin-top: -6px;
	line-height: 100%;
	font-size: 6px;
	left: 0;
	margin-left: 5px;
	text-align: center;
}

.hedrbtn {
	color: #fff;
	background: #e24c19;
	padding: 8px 18px;
	display: inline-flex;
	align-items: center;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	font-weight: 600;
	border-radius: 30px;
	letter-spacing: -0.01em;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.hedrbtn span {
	font-size: 10px;
	margin-left: 6px;
	transform: rotate(-45deg);
	font-weight: 900;
}
.hedrbtn:hover{
	background: #001c93;
	color: #fff;
}





.banner-sec {
	position: relative;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	
}


.banerslide-prt{
	position: relative;
}


.banerimg{
	width: 100%;
}
.banerimg img {
    object-fit: cover;
    height: 700px;
}
.banerslide-prt .owl-item .item::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgb(12 12 12 / 51%);
}

.banner-caption{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.banertxt {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
.banner-caption h1{
font-family: "Urbanist", serif;
font-size: 45px;
line-height: 55px;
font-weight: 800;
color: #fff;

}

.banner-caption p{
  font-family: "Urbanist", serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;

}
.banerslide-prt .owl-theme .owl-nav {
	margin: 0;
}
.banerslide-prt .owl-theme .owl-nav [class*='owl-']{
	width: 50px;
	height: 50px;
	font-size: 33px;
	line-height: 42px;
	position: absolute;
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banerslide-prt .owl-theme .owl-nav [class*='owl-']:hover{
	background: #82b85d;
	color: #fff;
}
.banerslide-prt .owl-theme .owl-nav .owl-prev{
	left: 20px;
	top: 50%;
}
.banerslide-prt .owl-theme .owl-nav .owl-next{
	right: 20px;
	top: 50%;
}

.getbtn{
	color: #fff;
	background: #259600;
	padding: 10px 20px;
	display: inline-flex;
	align-items: center;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
	letter-spacing: -0.01em;
	-webkit-clip-path: polygon(100% 0, 100% 57%, 90% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 57%, 90% 100%, 0 100%, 0 0);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.getbtn span {
	font-size: 10px;
	margin-left: 6px;
	transform: rotate(-45deg);
	font-weight: 900;
}
.getbtn:hover{
	background: #001c93;
  color: #fff;
}




.heading h2 {
	color: #252525;
	margin: 0;
	font-weight: 800;
	font-size: 40px;
	padding-bottom: 5px;
	position: relative;
}
.heading h2::before {
	position: absolute;
	content: "";
	left: 10px;
	bottom: 0;
	width: 56px;
	height: 4px;
	background: #000;
}
.heading h2::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 5px;
	height: 5px;
	background: #000;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.mb20 {
	margin-bottom: 20px;
}
.about-sec .container-fluid{
	padding: 0;
}
.about-sec .container-fluid > .row{
	margin: 0;
}
.about-sec .container-fluid > .row > div{
	padding: 0;
}
.about_content {
	background: #82b85d;
	padding: 37px 80px;
	height: 100%;
}
.about_heading h2 {
	color: #fff;
	margin-bottom: 20px;
}

.about_content h5{
	color: #fff;
	margin: 20px 0;
	font-weight: 600;
}

.about_heading h2::after {
	background: #fff;
}
.about_content p {
	color: #fff;
	text-align: justify;
	line-height: 22px;
}
.about_content strong {
	color: #fff;
	display: block;
}

.about_content a {
	padding: 8px 20px;
	color: #fff;
	border: 1px solid #fff;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 30px;
}
.about_content a i {
	vertical-align: middle;
	font-size: 14px;
	padding-left: 5px;
}


.why_us_content{
	background: #fff;
}
.why_us_heading h2:before{
	background: #82b85d;
}
.why_us_heading h2:after{
	background: #000;
}
.why_us_content p{
	color: #7a7777;
}
.why_us_content a{
	color: #000;
	border-color: #000;
}
.why_us_content a:hover{
	background: #82b85d;
	border-color: #82b85d;
	color: #fff;
}
.why_us_content a {
	color: #67a93a;
    border-color: #67aa46;
    font-weight: 600;
    border-radius: 30px;
}
.why_us_content a:hover {
	background: #82b85d;
    border-color: #82b85d;
    color: #fff;
    font-weight: 600;
}

/*----Keep In Touch----*/
.keep_touch_panel{
	background: #f8f8f8;
	padding: 60px 0;
}
.keep_touch_heading{
	width: 100%;
	max-width: 560px;
	margin: 0 auto 30px;
	padding: 0 15px;
}
.keep_touch_heading h2{
	margin-bottom: 15px;
}
.keep_touch_heading h2:after{
	display: none;
}
.keep_touch_heading h2:before{
	right: 0;
	left: 0;
	margin: 0 auto;
	background: #82b85d;
}
.keep_touch_heading p{
	font-size: 18px;
	color: #5a5a5a;
}
.keep_touch_form{
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
}
.keep_touch_form .form-control{
	background: #ffffff;
	color: #464646;
	padding: 12px 20px;
	height: 50px;
	margin-bottom: 20px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-color: #e7e7e7;
}
.keep_touch_form textarea.form-control{
	height: 120px;
}
.keep_touch_form .form-control:focus{
	box-shadow: none;
	border-color: #82b85d;
}
.keep_touch_form .form-control::-webkit-input-placeholder {
	color: #464646;
	font-family: 'Karla', sans-serif;
}
.keep_touch_form .form-control::-moz-placeholder {
	color: #464646;
	font-family: 'Karla', sans-serif;
}
.keep_touch_form .form-control:-ms-input-placeholder {
	color: #464646;
	font-family: 'Karla', sans-serif;
}
.keep_touch_form .form-control:-moz-placeholder {
	color: #464646;
	font-family: 'Karla', sans-serif;
}
.keep_touch_form .all_btn{
    width: 100%;
    max-width: 270px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 17px;
    font-weight:700;
    color: #fff;
    background: #82b85d;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-weight: normal;
    text-transform: capitalize;
    border: 1px solid transparent;
    -webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.keep_touch_form .all_btn:hover{
	border: 1px solid #82b85d;
	background: #fff;
	color: #82b85d;
}
.keep_touch_form .all_btn:focus{
	outline: none;
	background: #82b85d;
}

/*----Footer----*/
.main_footer{
	background: #2a2f34;
	padding: 50px 0;
}
.main_footer ul{
	list-style: none;
	margin: 0;
	text-align: center;
	padding: 0;
}
.main_footer li{
	display: inline-block;
}
.footer_navigation li a{
	text-transform: none;
	color: #acbac7;
	padding: 8px 15px;
	display: inline-block;
	font-weight: 600;
}
.footer_navigation li a:hover{
	color: #82b85d;
}
.footer_socila{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_socila li{
	padding: 0 3px;
}
.footer_socila li span{
	font-size: 17px;
	color: #bac2c9;
}
.footer_socila li a{
	width: 40px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #ffffff;
	border: 1px solid #82b85d;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.footer_socila li a:hover{
	background: #82b85d;
}
.copyright_left{
	float: left;
}
.copyright_right{
	float: right;
}
.copyright p{
	margin-bottom: 0;
	color: #bac2c9;
}
.copyright a{
	color: #82b85d;
}




.about-block-image{
	text-align: center;
}
.about-block-image img{
	max-width: 530px;
	width: 100%;
}


/*=========inner-page===========*/
.inner_banner {
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    padding: 120px 0;
    position: relative;
}
.inner_banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
.inner_page_heading {
    position: relative;
    z-index: 1;
    text-align: center;
}
.inner_page_heading h1 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}
.page_breadcrumb {
    font-size: 18px;
    color: #f8f8f8;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-top: 20px;
}
.page_breadcrumb a {
    padding: 10px 0;
    color: #70c04b;
}
.page_breadcrumb span {
    padding: 0 10px;
    display: inline-block;
}
.inner_content {
    padding: 50px 0;
} 
/*=======Contact Page=======*/
.contact_content {
    padding: 50px 0 0;
}
.contact_wraper {
	display: table;
	width:100%;
	box-shadow: 0 0 17px #aaa;
	-o-box-shadow: 0 0 17px #aaa;
	-ms-box-shadow: 0 0 17px #aaa;
	-moz-box-shadow: 0 0 17px #aaa;
	-webkit-box-shadow: 0 0 17px #aaa;
	overflow: hidden;
	margin-bottom: 50px;
	z-index:11;
}
.contact_form, .contact_details{
	width: 50%;
	display: table-cell;
	vertical-align: top;
	background: #fff;
	padding: 40px;
}
.contact_details{
	background: #82b85d;
}
.contact_form .form-control,
.contact_form .form-control:focus {
    height: 40px;
    background: #fff;
    border-color: #fff;
    border: 1px solid #e4e4e4;
	box-shadow: 0 0 1px #ddd;
	-o-box-shadow: 0 0 1px #ddd;
	-ms-box-shadow: 0 0 1px #ddd;
	-moz-box-shadow: 0 0 1px #ddd;
	-webkit-box-shadow: 0 0 1px #ddd;
    margin-bottom: 15px;
    padding:8px 15px;
    color: #333;
    font-size: 14px;
}
.contact_form textarea.form-control,
.contact_form textarea.form-control:focus {
    height: 85px;
}
.contact_form .contact_form_btn,
.contact_form .contact_form_btn:focus {
	font-family: 'Karla', sans-serif;
    background: #82b85d;
    font-weight: 600;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #82b85d;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    font-size: 14px;
	outline:none;
}
.contact_form .contact_form_btn:hover {
    background: none;
    color: #82b85d;
}
.contact_sub_heading{
	font-size: 25px;
	font-weight: 700;
	margin: 0 0 20px;
	color: #333;
}
.contact_details ul{
	list-style: none;
	padding: 0;
}
.contact_details li span{
	display: block;
    font-size: 17px;
    /* text-transform: uppercase; */
    font-weight: 800;
    color: #ffe400;
}
.contact_details li{
	margin-bottom: 15px;
	position: relative;
	padding-left: 40px;
}
.contact_details li i{
	position: absolute;
    left: 0;
    top: 7px;
    color: #fff;
    font-size: 30px;
}
.contact_details li p{
	font-weight: 500;
	line-height: 22px;
	color: #ffffff;
	margin-bottom: 0;
	font-size:16px;
}
.contact_details h2{
	color: #fff;
}
.contact_social li{
	display: inline-block;
}
.social-navigation a{
	color: #fff;
}
.social-navigation a:hover{
	background: #fff;
	color: #103259;
}
.social-navigation a:hover:before, .social-navigation a:focus:before{
	color: #103259;
}




.services_page_content h3 {
    font-size: 21px;
    line-height: 1.4;
    color: #70c04b;
    font-weight: 600;
}
.services_page_content h4{
    font-size: 19px;
    line-height: 1.4;
    color: #111;
    font-weight: 700;
}
.services_page_content ul li{
	color: #525252;
    font-weight: 500;
}

.services_page_content td {
	color: #525252;
    font-weight: 500;
}



.imggallery-sec{
	padding: 60px 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 250px;
  gap: 10px;
  width: 100%;
}

.gallery-item {
	overflow: hidden;
	border-radius: 10px;
	grid-row-end: inherit !important;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}



.rport-link {
	max-width: 800px;
	width: 100%;
}
.rport-link a {
	display: block;
	padding: 10px;
	text-align: left;
	background: #ebf6e3;
	color: #525252;
	border-radius: 8px;
	font-weight: 600;
	margin: 8px 0;
	font-size: 16px;
}
.rport-link a:hover {
	background: #82b85d;
	color: #fff;
}



.client-sec{
	padding: 60px 0;
}
.client-sec h2{
	text-align: center;
}

.clintbx{
	width: 100%;
	text-align: center;
}

.clientlogo {
    background: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin: 8px 0;
    height: 120px;
}

.clientlogo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.inner_page_content ul{
	padding-left: 12px;
}
.inner_page_content ul li{
	list-style: none;
	padding-left: 25px;
	position: relative;
	margin: 10px 0;
	font-weight: 500;
	color: #525252;
}

.inner_page_content ul li::before {
content: " ";
    background: url(../images/check.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
}



.about_content ul {
	padding-left: 0;
	margin-bottom: 25px;
	overflow: hidden;
}
.about_content ul li{
	list-style: none;
	padding-left: 26px;
	position: relative;
	margin: 6px 0;
	font-weight: 500;
	color: #525252;
}

.about_content ul li::before {
    content: " ";
    background: url(../images/check.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
}
}