* {
	margin: 0;
	padding: 0;
	font-family: Raleway;
	box-sizing: border-box;
	/*scroll-behavior: smooth;*/
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
p {
	line-height: 1.6em;
}
.fix {
	overflow: hidden;
}

/*============ Wrappers =============*/
.main_wrapper {
	width: 100%;
}
.main_wrapper:after {
	content: '';
	display: block;
	clear: both;
}
/*--------------------------*/
.wrapper {
	max-width: 960px;
	margin: 0 auto; 
}

/*======= Header =======*/
.header_bg {
	background: url(../img/header-bg.png) no-repeat;
	background-size: cover;
}
header {
	overflow: hidden;
	padding: 30px 0px;
}
header .header {
	overflow: hidden;
	margin-bottom: 50px;
}
/*--------------------------*/
header .header .logo {
	width: 20%;
	display: inline-block;
	color: white;
}
/*--------------------------*/
header .header nav {
	width: 60%;
	display: inline-block;
	text-align: center;
}
header .header nav li {
	display: inline-block;
	padding: 10px 20px;
}
header .header nav a {
	color: white;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}
header .header nav li.active a {
	transition: 0.5s all;
	color: #2ecc71;
}
header .header nav a:hover {
	transition: 0.5s all;
	color: #2ecc71;
}
/*--------------------------*/
header .header .sshop {
	width: 19%;
	display: inline-block;
	text-align: right;
	position: relative;
}
header .header .sshop .search {
	width: 130px;
	height: 25px;
	display: inline-block;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	bottom: 0;
	left: -20px;
	padding-left: 10px;
	display: none;
}
header .header .sshop i {
	color: white;
}
header .sshop a:first-child i {
	color: white;
	margin-right: 15px;
}
header .sshop .count {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #2ecc71;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: white;
}

/*-----------------------------*/
header #myslider {
	width: 70%;
	margin:  0 auto;
	text-align: center;
}
header #myslider .item {
	padding: 100px 0px;
}
header #myslider .item h1 {
	text-transform: uppercase;
	color: white;
}
header #myslider .slider-hr {
	border: none;
	height: 5px;
	background-color: #2ecc71;
	width: 120px;
	display: inline-block;
	margin: 20px auto;
}
header #myslider .item p {
	color: white;
	margin-bottom: 50px;
}
header #myslider .item a {
	display: inline-block;
	color: white;
	border: 2px solid #fff;
	padding: 10px 30px;
	font-weight: bold;
	letter-spacing: 1px;
}
header #myslider .item a:hover {
	transition: 0.5s all;
	background-color: #2ecc71;
	border: 2px solid #2ecc71;
}
header #myslider .carousel-indicators li {
	border-radius: 0;
	width: 10px;
	height: 10px;
}
header #myslider .carousel-indicators li.active {
	margin: 1px;
}

/*========== About us ===========*/
.aboutus-wrapper {
	overflow: hidden;
	padding: 60px 0px;
	text-align: center;
}
.headrot {
	display: inline-block;
	text-align: center;
	margin-bottom: 40px;
	background-color: #2ecc71;
	color: white;
	width: 200px;
	height: 50px;
	overflow: hidden;
	transform: rotate(-5deg);
}
.headrot h1 {
	margin-top: 5px;
	font-weight: 500;
	transform: rotate(5deg);
}
/*-----------------------------*/
.aboutus-wrapper .aboutwrapper {
	display: flex;
	margin-top: 30px;
}
.aboutus-wrapper .aboutwrapper .single-about {
	width: 50%;
	text-align: left;
	position: relative;
}
.aboutwrapper .single-about .green {
	width: 400px;
	height: 420px;
	background-color: green;
	position: absolute;
}
.aboutwrapper .single-about .pic {
	width: 400px;
	height: 420px;
	background-color: #2ecc71;
	position: absolute;
	left: 50px;
	top: 50px;
	z-index: 1;
}
.aboutwrapper .single-about .pic img {
	width: 100%;
	height: 100%;
}
/*----------------------------*/
.aboutwrapper .single-about h2 {
	color: #393c41;
}
.aboutwrapper .single-about hr.about {
	border: none;
	height: 5px;
	width: 80px;
	background-color: #2ecc71;
	margin-top: 10px;
	margin-bottom: 30px;
}
.aboutwrapper .single-about > p {
	color: #a1a1a1;
	margin-bottom: 30px;
}
.aboutwrapper .single-about .left-green {
	margin: 30px 0px;
	padding-left: 15px;
	border-left: 5px solid #2ecc71;
}
.single-about .left-green p {
	margin-bottom: 5px;
	color: #a1a1a1;
	font-style: italic;
}
.single-about .left-green p b {
	color: #393c41;
	font-style: normal;
}
.single-about .browse {
	display: inline-block;
	border: 2px solid #000;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}
.single-about .browse i {
	margin-right: 5px;
	font-size: 17px;
}
.single-about .browse:hover {
	transition: 0.5s all;
	background-color: #2ecc71;
	border: 2px solid #2ecc71;
	color: white;
}

/*========= Sectors =========*/
.sector-wrapper {
	overflow: hidden;
	padding: 20px 0px;
	display: flex;
	margin-bottom: 50px;
	text-align: center;
	margin-right: 20px;
}
.sector-wrapper .sector {
	padding: 0px 20px;
}
/*@keyframes sec {
	0% {border: 2px solid #2ecc71;}
	50% {border: 10px solid #97e1b6;}
	100% {border: 2px solid #2ecc71;}
}*/
.sector-wrapper .sector .img {
	border: 2px solid #2ecc71;
	display: inline-block;
	padding: 28px 30px;
	border-radius: 50%;
	margin-bottom: 20px;
	cursor: pointer;
}
.sector-wrapper .sector .img i {
	color: #2ecc71;
}
.sector-wrapper .sector .img:hover {
	/*animation: sec 2s;*/
	transition: 0.5s all;
	background-color: #2ecc71;
}
.sector-wrapper .sector .img:hover i {
	color: white;
}
/*-------------------------------*/
.sector-wrapper .sector h3 {
	color: #393c41;
	margin-bottom: 10px;
}
.sector-wrapper .sector p {
	color: #a1a1a1;
}

/*============ Recent works ============*/
.rcwork-wrapper {
	overflow: hidden;
	padding: 40px 0px;
	text-align: center;
	padding-bottom: 500px;
}
.rcwork-wrapper  ul {
	position: relative;
}
.rcwork-wrapper  ul li {
	display: inline-block;
	padding: 8px 15px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.rcwork-wrapper  ul li a {
	color: #393c41;
}
.rcwork-wrapper  ul li.active a {
	color: #2ECC71;
}
.rcwork-wrapper  ul li a:hover {
	transition: 0.5s all;
	color: #2ECC71;
}
.rcwork-wrapper  ul li .tab-content {
	position: absolute;
	width: 960px;
	left: 0px;
	top: 50px;
	display: none;
}
.rcwork-wrapper  ul li:first-child .tab-content {
	display: block;
}
.rcwork-wrapper .tab-content .row {
	display: flex;
}
.rcwork-wrapper .row .r-img {
	width: 25%;
	height: 160px;
	cursor: pointer;
	position: relative;
}
.rcwork-wrapper .row .r-img img {
	width: 100%;
}
.rcwork-wrapper .r-img .caption {
	position: absolute;
	padding: 5px 0px;
	left: 0;
	right: 0;
	bottom: 0px;
	color: white;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
}
/*.rcwork-wrapper .r-img .caption h4 {
	margin-bottom: 5px;
}*/
.rcwork-wrapper .r-img .captionn {
	display: inline-block;
	width: 80px;
	height: 3px;
	background-color: #2ECC71;
	margin: 5px auto;
}

/*======= Our news =======*/
.news-wrapper {
	overflow: hidden;
	padding: 40px 0px;
	text-align: center;
}
.news-wrapper .sn-wrapper {
	display: flex;
}
.news-wrapper .sn-wrapper .sn {
	width: 33.33%;
	padding: 10px 20px;
	text-align: left;
}
.news-wrapper .sn-wrapper .sn img {
	width: 100%;
}
.sn-wrapper .sn .img {
	position: relative;
	cursor: pointer;
}
.sn-wrapper .sn .img a {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	left: 0;
	top: 48%;
	background-color: rgba( 146, 197, 169 , 0.6);
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px;
	display: none;
}
.sn-wrapper .sn .img a:hover {
	/*transition: 0.5s all;*/
	background-color: rgba( 146, 197, 169 , 0.8);
}
.sn-wrapper .sn h2 {
	text-transform: uppercase;
	margin: 10px 0px;
	margin-bottom: 3px;
	color: #2ECC71;
	cursor: pointer;
}
.sn-wrapper .sn p b {
	font-style: normal;
	color: #a1a1a1;
	font-size: 14px;
}
.sn-wrapper .sn p {
	font-style: italic;
	color: #a1a1a1;
	margin-bottom: 10px;
	font-size: 15px;
}

/*========== Quote =========*/
.quote_bg {
	background: url(../img/quote.png) no-repeat;
	background-size: cover;
}
.quote-wrapper {
	overflow: hidden;
	padding: 80px 0px;
}
.quote-wrapper .quote {
	width: 40%;
	float: right;
}
.quote-wrapper .quote i {
	font-size: 45px;
	color: #9CBAD8;
}
.quote-wrapper .quote p {
	font-size: 15px;
	color: #6a717c;
	margin-bottom: 20px;
}
.quote-wrapper .quote .footer {
	text-align: right;
}
.quote-wrapper .quote .footer h1 {
	color: #393c41;
}
.quote-wrapper .quote .footer p {
	font-weight: bold;
	font-size: 14px;
	color: #aaaaaa;
}

/*======= Our team ========*/
.team-wrapper {
	overflow: hidden;
	padding: 60px 0px;
	text-align: center;
}
.tm-wrapper {
	overflow: hidden;
	padding-top: 40px;
}
.tm-wrapper .team {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 30px;
	overflow: hidden;
	display: flex;
	text-align: left;
	padding-right: 20px;
}
.tm-wrapper .team:nth-child(2n) {
	margin-right: 0px;
}
/*--------------------------*/
.tm-wrapper .team .img {
	width: 92%;
	height: 173px;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
}
.tm-wrapper .team .img .cont-hov {
	background-color: rgba( 116, 202, 154 , 0.8);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: none;
}
.tm-wrapper .cont-hov ul li {
	display: inline-block;
	margin-right: 10px;
	background-color: #0AD477;
	width: 30px;
	height: 30px;
	text-align: center;
}
.tm-wrapper .cont-hov ul li a {
	color: #fff;
	vertical-align: middle;
}
.tm-wrapper .team .img img {
	width: 100%;
	height: 100%;
}
/*---------------------------*/
.tm-wrapper .team .cont h3 a {
	text-transform: capitalize;
	color: black;
}
.tm-wrapper .team .cont p.des {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	color: grey;
}
.tm-wrapper .team .cont p {
	color: grey;
	font-size: 15px;
}

/*======== Sponser ========*/
.sponser_bg {
	background-image: url(../img/sponser-bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.sponser_bg:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1;
}
.sponser_wrapper {
	overflow: hidden;
	display: flex;
	padding: 50px 0px;
}
.sponser_wrapper .sponser {
	width: 20%;
	text-align: center;
	position: relative;
	z-index: 5;
	cursor: pointer;
}

/*========= Pricing table ========*/
.pricetbl_wrapper {
	overflow: hidden;
	padding: 80px 0px;
	text-align: center;
}
.price_wrapper {
	overflow: hidden;
	margin-top: 30px;
}
.price_wrapper .price {
	width: 28%;
	float: left;
	padding-bottom: 50px;
	margin: 0px 2.5%;
	background-color: #EAEAEA;
}
/*---------------------------------*/
.price_wrapper .price .head {
	background-color: grey;
	width: 268px;
	height: 120px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
}
.price_wrapper .price .head p {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}
.he1 {
	background: url(../img/price/p1.jpg) no-repeat;
	background-size: cover;
}
.he2 {
	background: url(../img/price/p2.jpg) no-repeat;
	background-size: cover;
}
.he3 {
	background: url(../img/price/p3.jpg) no-repeat;
	background-size: cover;
}
/*----------------------------*/
.price_wrapper .price .amount {
	overflow: hidden;
}
.price_wrapper .price .amount h1 {
	display: inline-block;
	color: #393c41;
	font-size: 40px;
}
.price_wrapper .price .amount h4 {
	display: inline-block;
	vertical-align: bottom;
	color: #393c41;
	font-size: 18px;
}
.price_wrapper .price hr.pricee {
	border: none;
	display: inline-block;
	width: 100px;
	height: 5px;
	background-color: #2ecc71;
	margin: 20px auto;
	margin-top: 10px;
}
.price_wrapper .price .features li {
	font-size: 15px;
	color: grey;
	margin-bottom: 8px;
}
.price_wrapper .price .order {
    display: inline-block;
	margin-top: 20px;
    background-color: #2ECC71;
    padding: 15px 40px;
    color: white;
    font-weight: 500;
}
.price_wrapper .price .order:hover {
	transition: 0.5s all;
    background-color: #33b269;
}

/*========== Footer top =========*/
.footer-top-bg {
	background-color: #212026;
	color: white;
}
.footertop_wrapper {
	padding: 80px 0px;
	position: relative;
	display: flex;
}
.totop {
	position: absolute;
	background-color: #33B269;
	width: 55px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -24px;
	left: 50%;
	margin-left: -27.5px;
	z-index: 20;
	clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}
.totop:hover {
	transition: 0.5s all;
	background-color: #2C995B;
}
.totop i {
	color: white;
	font-size: 30px;
}
/*---------------------------*/
.single_footer {
	width: 25%;
	padding: 0px 10px; 
}
.single_footer img {
	width: 100%;
}
.single_footer h3 {
	text-transform: capitalize;
	margin-bottom: 20px;
	color: white;
	font-size: 22px;
}
.single_footer p {
	margin-bottom: 20px;
	color: #bbbbbb;
	font-size: 15px;
}
.single_footer li {
	color: #bbbbbb;
	margin-bottom: 10px;
}
.single_footer li i {
	margin-right: 10px;
}
/*-----------------------------*/
.rc_news .float-r {
	display: flex;
	margin-bottom: 20px;
}
.rc_news .float-r .img {
	width: 130px;
	height: 80px;
	padding: 5px;
	padding-left: 0;
	position: relative;
	cursor: pointer;
}
.rc_news .float-r .img img {
	height: 100%;
}
.rc_news .float-r .img .img-hov {
	position: absolute;
	top: 40%;
	width: 94%;
	text-align: center;
	display: none;
	background-color: rgba( 116, 202, 154 , 0.6);
}
.rc_news .float-r .cont p {
	margin-bottom: 2px;
	font-size: 14px;
}
.rc_news .float-r .cont h4 {
	font-size: 13px;
	cursor: pointer;
}
.rc_news .float-r:hover .cont p {
	color: #2ECC71;
}
/*---------------------------*/
.single_footer .recent_work {
	overflow: hidden;
}
.single_footer .recent_work .img {
	width: 33.33%;
	height: 55px;
	float: left;
	cursor: pointer;
}
.single_footer .recent_work .img img {
	width: 100%;
	height: 55px;
}
.single_footer .view-more {
	display: inline-block;
	margin-top: 20px;
	color: white;
}
.single_footer .view-more:hover {
	transition: 0.3s color;
	color: #2ECC71;
}
/*---------------------------*/
.single_footer input {
	display: block;
	width: 95%;
	border: none;
	padding: 5px;
	padding-left: 10px;
	background-color: #212026;
	color: white;
	border-bottom: 1px solid white;
	margin-bottom: 20px;
}
.single_footer input::placeholder {
	color: white;
}
.single_footer .social li {
	display: inline-block;
	margin-right: 7px;
}
.single_footer .social li i {
	margin-right: 0;
	color: white;
}
.single_footer .social li a {
	display: flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
}
.single_footer .social li a:hover {
	transition: 0.3s all;
	background-color: #F94C95;
}

/*======== Footer ========*/
.footer-bg {
	background-color: #09080D;
}
footer {
	overflow: hidden;
	padding: 15px 0px;
}
footer .menu {
	float: left;
}
footer .menu li {
	display: inline-block;
	margin-right: 8px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}
footer .menu li a {
	display: block;
	color: white;
	font-weight: 500;
}
footer .menu li.active a {
	color: #2ECC71;
}
footer .menu li a:hover {
	transition: 0.4s all;
	color: #2ECC71;
}
footer .copyrights {
	float: right;
	color: white;
}