a {
	outline: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clrfix {
    clear: both;
}

.main-wrapper {
    width: 100%;
    padding-top: 20px;
}

/*===== Start Header ==================*/
header {
	background: #edecec;
	padding:0 0 0 0;
	position:relative;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	z-index: 999999;
}
header .logo-col {
	float:left;
	margin-top:8px;
	margin-bottom: 9px;
	margin-left:-30px;
}
header .navigation-col {
	float:right;
	margin:0 0 0 0;
}
header .navigation-col .language-link {
	float:right;
	font-size:14px;
	color:#8dc63f;
	font-weight:600;
	text-transform:uppercase;
	background:url("../images/arow-right-icon.png") right center no-repeat;
	padding-right:12px;
	margin-bottom:10px;
	margin-right:95px;
	visibility: hidden;
}
header .navigation-col .search-icon {
	position:absolute;
	top: 36px;
	right: 115px;
	z-index: 1;
	visibility: hidden;
}
header .navigation-col .abg-icon {
	position:absolute;
	top:10px;
	right:-10px;
}
header .navigation-col #cssmenu {
	width:100%;
	clear:both;
	margin-right:125px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

/*===== End Header ==================*/

/*===== Start Footer ==================*/
footer {
	padding:0;
	padding-top:65px;
	line-height: normal;
}
.footer-container {
	display: flex;
}
footer .foot-col-1 {
	background:#272727;
	float:left;
	width:100%;
}
footer .col-left {
	width: 26%;
    background: #ededed;
    border-top-right-radius: 59px;
	position:relative;
}
footer .col-left img {
	margin-top:50px;
}
footer .col-left:before {
	float:left;
	width:200%;
	height:100%;
	background:#ededed;
	content:"";
	position:absolute;
	top:0;
	left:-200%;
}
footer .col-right {
	width:74%;
	padding-left:79px;
	font-size: 0;
}
footer .foot-links-col {
	display: inline-block;
	vertical-align: top;
	width:25%;
	margin: 30px 0 22px 0;
}
footer .foot-links-col li {
	padding:3px 0;
	text-align: left;
	line-height: normal;
}
footer .foot-links-col li a {
	font-size:14px;
	color:#ffffff;
	line-height: normal;
}
footer .foot-links-col li a:hover {
	color: #8dc63f;
}
footer .social-media-links {
    margin-top: 12px;
}
footer .social-media-links li {
	float:left;
    margin-right: 24px;
}
footer .social-media-links li:nth-last-child(1) {
    margin-right: 0;
}
footer .social-media-links li a {
    float: left;
    width: 30px;
    height: 30px;
    background: #8ec741;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 18px;
    color: #272727;
    line-height: 30px;
    text-align: center;
    padding: 0;
}
footer .social-media-links li a:hover {
    background: #fff;
}
footer .copy-right-col {
	padding:15px 0;
	font-size:13px;
	color:#272727;
	/*display:table;*/
}
footer .copy-right-col a {
	color:#272727;
}
footer .copy-right-col a:hover {
	color:#272727;
}
footer .copy-right-col .left-col {
	float:left;
}
footer .copy-right-col .right-col {
	float:right;
}

.f-social-icon img {
	width: 29px;
	margin-right: 25px;
	display: inherit; 
}

.f-social-icon li:nth-child(2) {
	margin-top: 15px;
}

.leap-element {
    position: absolute;
}

.home-leap9 {
    bottom: 20px;
    right: 500px;
}
.bottom-footer {
		background-color: #ffffff;
	}
/*===== End Footer ==================*/

/*=====page start=====*/

.page-heading {
	padding-bottom: 35px;
	position: relative;
}

.page-heading:before,
.page-heading:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 4px;
}

.page-heading:before {
	width: 312px;
	background-color: #e1e1e1;
	bottom: 0;
}

.page-heading:after {
	width: 52px;
	background-color: #8dc63f;
	bottom: 0px;
}

.page-heading h1,
.page-heading h2 {
	font-weight: bold;
	text-align: center;
	margin: 0;
}

.page-heading h1 {
	font-size: 35px;
	color: #8b5e3c;
	margin-bottom: 9px;
    padding-bottom: 0;
}

.page-heading h2 {
	font-size: 25px;
	color: #8ec741;
	font-style: italic;
    padding-bottom: 0;
}

/*=====page end=====*/


@media (max-width: 1365px) {
/*===== Start Header ==================*/
	header .logo-col {
		margin-left:0;
	}
	header .navigation-col .abg-icon {
		right:0;
	}
/*===== End Header ==================*/
}

@media (min-width: 1280px) {
	.container {
		width:1270px;
	}
}

@media (min-width: 1366px) {
	.container {
		width:1300px;
	}
}

@media (max-width: 1199px) {
	/*===== Start Header ==================*/

	header .container {
		width: 100%;
	}
	header .logo-col {
		width:100px;
		margin-left:0;
		margin-top: 12px;
	}
	header .navigation-col .language-link {
		padding-right:12px;
		margin-bottom:2px;
		margin-right:70px;
	}
	header .navigation-col .search-icon {
		top: 0;
		right: 40px;
	}
	header .navigation-col .abg-icon {
		width:70px;
		top:20px;
		right:15px;
		display:none;
	}
	header .navigation-col #cssmenu {
		margin-right:0;
	}
/*===== End Header ==================*/

/*===== Start Footer ==================*/
	footer {
		padding:0;
		padding-top:15px;
	}
	footer .col-left img {
		margin-top:50px;
		width: 216px;
	}
	footer .col-right {
		padding-left:40px;
	}
	footer .foot-links-col {
		margin:25px 0;
	}
	footer .foot-links-col li a {
		font-size:13px;
	}
	footer .social-media-links li {
		margin-right: 12px;
	}
	footer .social-media-links li:nth-last-child(1) {
		margin-right: 0;
	}
	footer .social-media-links li a {
		font-size: 18px;
		color: #272727;
	}
/*===== End Footer ==================*/
}

@media (max-width: 991px) {

	footer .col-left img {
		width: 172px;
		margin-top:60px;
	}

	.f-social-icon img {
	    margin-right: 12px;
	}

	.page-heading {	 
	    padding-bottom: 25px;	    
	}

	.page-heading h1 {
	    font-size: 20px;
	    color: #8b5e3c;
	    margin-bottom: 5px;
	}

	.page-heading h2 {
	    font-size: 17px;
	}

	.page-heading:before {
	    width: 212px;
	}
}

@media (max-width: 767px) {
	/*===== Start Header ==================*/
	header {
		padding:0;
	}
	header .logo-col {
		width:100px;
		margin-left:0;
		margin-top: 5px;
	    margin-bottom: 5px;
	    position: relative;
	    z-index: 1;
	}
	header .navigation-col {
		width:100%;
		float:right;
		margin:0 0 0 0;
		position: absolute;
		right: 0;
	}
	header .navigation-col .language-link {
		margin-bottom:0;
		margin-right:0;	
		position:absolute;
		top: 10px;
		right: 110px;
	}
	header .navigation-col .search-icon {
		position:absolute;
		top: 10px;
		right: 67px;
		z-index: 1;
	}
	header .navigation-col .abg-icon {
		position:absolute;
		top:20px;
		right:10px;
		display:none;
	}
	header .navigation-col #cssmenu {
		width:100%;
		clear:both;
		margin-right:0;
		float:right;
	}
/*===== End Header ==================*/

/*===== Start Footer ==================*/
	footer {
		padding:0;
		/*padding-top:35px;*/
		padding-top:27px;
		overflow-x: hidden;
	}
	.footer-container {
		display: block;
	}
	footer .col-left {
		width:100%;
		border-top-right-radius: 0;
		padding:15px 0;
		text-align: center;
	}
	footer .col-left img {
		width:210px;
		margin:0 auto;
	}
	footer .col-left:before, footer .col-left:after {
		float:left;
		width:200%;
		height:100%;
		background:#ededed;
		content:"";
		position:absolute;
		top:0;
		left:-200%;
	}
	footer .col-left:after {
		top:0;
		left:auto;
		right:-200%;
	}
	footer .col-right {
		width:100%;
		padding-left:0;
		padding:15px 0;
	}
	footer .foot-links-col {
		width:25%;
		margin:20px 0;
		min-height:68px;
	}
	footer .foot-links-col li {
		padding:2px 0;
	}
	footer .foot-links-col li a {
		font-size:13px;
	}
	footer .social-media-links li {
		margin-right: 12px;
	}
	footer .social-media-links li:nth-last-child(1) {
		margin-right: 0;
	}
	footer .copy-right-col {
		text-align:center;
	}
	footer .copy-right-col .left-col {
		width:100%;
		padding-bottom: 5px;
	}
	footer .copy-right-col .right-col {
		width:100%;
	}
	.f-social-icon img {
	    margin-right: 13px;
	}

/*===== End Footer ==================*/
}

@media (max-width: 599px) {
	footer .foot-links-col {
		width:50%;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
}