/* ==== Google font ==== */
@font-face {
  font-family: 'GESSTwoLight-Light';
  src: url('../fonts/GESSTwoLight-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/GESSTwoLight-Light.otf')  format('opentype'),
  url('../fonts/GESSTwoLight-Light.woff') format('woff'), url('../fonts/GESSTwoLight-Light.ttf')  format('truetype'), url('../fonts/GESSTwoLight-Light.svg#GESSTwoLight-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

*{
	padding:0;
	margin:0;
}


body {
    width: 100%;
    height: 100%;
    font-family: 'GESSTwoLight-Light';
	font-weight: 300;
    color: #666;
    background-color: #fff;
	font-size: 16px;
    line-height: 1.6em;
	font-weight: 400;
	overflow-x: hidden;
}

html {
    width: 100%;
    height: 100%;
}

h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-family: 'GESSTwoMedium-Medium';
    font-weight: 400;
	color: #111;
}

h1.h-xlight,h2.h-xlight,h3.h-xlight ,h4.h-xlight ,h5.h-xlight ,h6.h-xlight  {
	font-weight: 200;
}

h1.h-light,h2.h-light,h3.h-light ,h4.h-light ,h5.h-light ,h6.h-light  {
	font-weight: 300;
}

h1.h-bold,h2.h-bold,h3.h-bold ,h4.h-bold ,h5.h-bold ,h6.h-bold  {
	font-weight: 600;
}

h1.font-light,h2.font-light,h3.font-light,h4.font-light,h5.font-light,h6.font-light {
	color: #fff;
}

.big-heading {
	font-size: 48px;
	font-weight: 700;
}

p {
    margin: 0 0 20px;

}

p.lead {
	font-weight: 600;
}

.highlight-light {
	background-color: rgba(255,255,255,.5);
	padding: 20px;
	display: inline-block;
	color: #111;
}

.highlight-dark {
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	display: inline-block;
	color: #fff;
}

.highlight-color {
	padding: 20px;
	display: inline-block;
}

a {
    color: #2A8039;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 24px;
	line-height: 1.5em;
  font-weight: 300;
  color: #999;
}
.tabv{
padding-left:10px !important;
}
blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #222;
}

blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}

blockquote strong {
  font-weight: 700;
}




.light {
    font-weight: 400;
}

/* --- logo --- */
.site-logo {
	margin-top: 10px;
}
.site-logo a.brand {
	color: #111;
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'Arial', sans-serif;
	font-weight: 900;
	margin-top: 20px;
}


/* ------- Navigation ------------ */
#navigation {
	background: #fff;
	z-index: 1040;
	width:100%;

}


.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 700;
}


.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,.6);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}

.navbar-custom ul.nav li {
background: #D6DE26;
	margin-right: 5px;
	border-radius: 5px;
	text-align: center;
	width: 120px;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

}

.navbar-custom ul.nav li a {
	font-size: 16px;
    color: #2A8039;
	font-weight: bold;
	letter-spacing: initial;
	padding-top: 10px;
	padding-bottom: 10px;
	 font-family: 'GESSTwoMedium-Medium';
	 padding-left:2px;
	 padding-right:2px;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {

	margin-top: 21px;
	border-top: none;
}

.navbar-custom ul.nav li a:hover ul.dropdown-menu {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}



.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}


.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
	background:#2A8039;
	color:#fff;
	border-radius: 5px;
}

.navbar-custom .nav li.active a {
	color:#fff;
}

.hobi{
	position: relative;
}

.overlayP{
	position: absolute;
	width: 100%;
	opacity: 0;
	height: 100%;
	background: #D6DE26;
	padding: 20px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color:rgba(214,222,38,0.8);
	color:#2A8039;
	font-weight:bold;
}

.overlayP:hover{
	opacity: 1;
}
.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* misc */
hr {
  margin-top: 10px;
}

hr.bold {
  border-top: 3px solid #eee;
}

.divider-header {
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.divider-short {
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:20px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.marginbot-60{margin-bottom:60px !important;}
.marginbot-70{margin-bottom:70px !important;}
.marginbot-80{margin-bottom:80px !important;}
.marginbot-90{margin-bottom:90px !important;}
.marginbot-100{margin-bottom:100px !important;}

.margintop-0{margin-top:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-45{margin-top:45px !important;}
.margintop-50{margin-top:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 150px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}

.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}


.home-section.nopadd-bot {
    padding-bottom: 0;
}


.section-heading h2 {
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.section-heading p {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
}

.color-dark .section-heading h2 {
	color: #111;
}
.color-dark .section-heading p {
	color: #444;
}

.color-dark .divider-short {
	background: #666;
}
.color-dark .divider-header {
	background: #666;
}

.color-light .divider-short {
	background: #666;
}
.color-light .divider-header {
	background: #666;
}


.color-light .section-heading h2 {
	color: #fff;
}
.color-light .section-heading p {
	color: #fefefe;
}

.color-light blockquote,.color-light p {
	color: #fefefe;
}

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f9f9f9;
}


.bg-dark {
	background: #404040;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}


#starter{
	padding: 10px 0;
	background: #D6DE26;
	border-bottom: 5px solid #fff;
}


/* ===========================
--- Intro
============================ */

.hero {
	
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 140px 0 250px 0;
	height: auto;
}

.hero2 {
	background: url(../images/shababbanner.jpg) no-repeat center center;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 250px 0 250px 0;
	height: auto;
}


.intro {
	width:100%;
	position:relative;
	padding:0;
}
.intro-inner {
	width:100%;
	position:relative;
	padding:120px 0 20px;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}


/* Carousel Styles */

.carousel-inner img {
    width: 100%;
    max-height: 650px;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 0;
}

.carousel-control.right span {
	padding: 0;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	right: -63px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 30px;
}



.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.carousel-inner > .item {
  margin-left:0;
  margin-top:0;
  margin-bottom:0;
  padding-left: 0;
  width: 100%;
  height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left:0;
  padding-left: 0;
}


/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}

.header-text h3 span {
	color: #fff;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #000 !important;
    background-color: #fff;
    border: 1px solid #2a8039;
	font-weight: bold;
}

.btn-theme:hover {
    color: #fff !important;
    background-color: #2a8039;
    border-color: #fff;
}


/* ===========================
--- Footer
============================ */

footer {
    background-color: #2a8039;
	margin-top: 80px;
}

footer {
	text-align: center;
	padding: 50px 0 30px ;
	
}

footer p {
	color: #fff;
	font-size: 16px;
}

footer .nopadd a{
	color: #fff;
}


/* menu */



.social-widget {
	margin-top: 20px;
	margin-bottom: 30px;
}
.social-widget ul li a:hover {
	color: #fff;
}

footer .social-widget ul.team-social li a {
	margin: 0 5px;
}

/* === testimonial slide === */
.testimonialslide {
	margin-top:0;
	padding-top: 0;
}

.testimonialslide ul li blockquote {
	color: #fff;
	border-left: none;
}

.testimonialslide ul li h4 {
	color: #fff;
	font-weight: 900;
}
.testimonialslide ul li h4 span {
	color: #fff;
	font-weight: 400;
}


/* --- button --- */
.btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
}


.btn.btn-noradius {
	border-radius: 0;
}

a.btn:focus{
	outline: 0;
}

.btn-red {
  color: #fff !important;
	border: 0;
	border-radius: 5px;
	outline: 0;
	background-image: url(../images/linear_bg_1.jpg);
	background-repeat: repeat-y;
	font-size: 16px;
}



.btn-yellow {
	color: #666;
	background-color: #D6DE26;
	border-color: #D6DE26;
	font-size: 16px;

}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active {
	background: #2A8039;
	color: #D6DE26;
	border-color: #2A8039;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

/* --- progress --- */
.progress {
  height: 40px;

}
.progress-bar {
  font-size: 14px;
  line-height: 40px;
}

/* Media queries */


@media(max-width:767px) {
	
	.mobile{
	display:inline-block !important;	
}

.options .pull-right{
	float:none !important;
	
}




.options li{
float:right !important;	
margin-left:7px;
}

.tabv{
display:table;	
}

	
}


@media(min-width:767px) {



    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

	.flx{

		display: flex;

	}
    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
	

    .intro-text {
        font-size: 25px;
    }


}
@media (max-width:768px) {
	#navigation {
		padding: 5px 0;
		background: #fff;
	}
	.logo44{
		display: inline-block !important;
	}
	.has-feedback{
		//display: none;
		margin-top:5px;
	}
	.nopadd1{
		padding: 0 5px;
	}
	.navbar-collapse{
		z-index: 222;
		position: relative;
		background: #fff;
	}
	.navbar-custom ul.nav li{
		width: 100% !important;
		margin: 0 !important;
		border-radius: 0 !important;
	}
	.site-logo{
		margin: 0 0 0 30px;
		float:none;
	}
	.navbar-custom ul.nav li a {
		color: #eee;
	}
	.navbar-custom ul.nav ul.dropdown-menu li {
		border-bottom: 1px solid #aaa;

	}
	.navbar-header {
		padding:0;
	}
	.navbar-header button {
		background: #D6DE26;
	}
	
	.navbar-header button.navbar-toggle {
		padding: 4px 15px;
		font-size: 14px;
		color: #fff;
	}
	
	.navbar-custom .nav {
		background: #444;
	}
	
	.service-box {
		margin-bottom: 50px;
	}
	
	.team-wrap {
		margin-bottom: 30px;
	}
	
	form#contact-form {
		margin-bottom: 50px;
	}
	
	.xs-marginbot-20 {
		margin-bottom: 20px;
	}
	.hero {

		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding: 150px 0 150px 0;
		position:relative;
		height: auto;
	}
	.hero2 {

		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding: 150px 0 150px 0;

		height: auto;
	}
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}

}
.caption{
text-align:center;
font-size:22px;
margin-top:-40px;
color:#fff;
font-weight:bolder;
}

.caption-logo{
	font-size: 29px;
	font-weight: bold;
	position: absolute;
	top:50%;
	color: #2A8039;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	right: 0;
}
.sawt{
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.ic{
	position: absolute;
	top: 52%;
left: -23%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.ka2imac{
    position: absolute;
    top: 50%;
    left: 40%;
		-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    color: #2A8039;
    font-size: 32px;
}

.h100{
	height: 100%;
}

.br{
	padding: 0;
}

.ic i{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 22px;
	cursor: pointer;
}
.br:not(:first-child):before {
	content: " ";
	position: absolute;
	background: #fff;
	width: 1px;
	right: 0;
	top:50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	height: 30px;
}
.temp{
	font-size: 16px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	float: left;
	margin-top: -5px;
	margin-left: 15px;
}
.temp b{
	font-size: 25px;
	position: relative;
	top: 2px;
	right: 6px;

}
.location{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	transform: translate(-50%,0);
	font-size: 16px;
	font-weight: bold;
}
.roundback {

	height: 50px;
	width: 50px;
	border-radius: 50%;
	position: relative;
	margin-right: 15px;
	float: right;
}
.midd{
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 20px;
}
.mtd{
	margin-top: -30px;
}
.rd{
	float: right;
	font-weight: bold;
	font-size: 19px;
	margin-top: 12px;
	margin-right: 15px;
}
.search{
	font-size: 18px;
	height: 40px;
}

.title{
	font-size: 16px;
	font-weight: bolder;
	color: #2A8039;
	background: #D6DE26;
	padding: 7px 15px;
	border-radius: 5px;
	 font-family: 'GESSTwoMedium-Medium';
}

.titles{
	font-size: 18px;
	font-weight: bolder;
	color: #666;
	background: #f3f3f3;
	padding: 7px 15px 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.title2{
	font-size: 16px;
	font-weight: bolder;
	color: #fff;
	background: #c83539;
	padding: 7px 15px;
	border-radius: 5px;
}

.title3{
	font-size: 16px;
	font-weight: bolder;
	color: #2A8039;
	padding: 7px 15px;
}

.idrak{
	font-weight: bolder;
	font-size: 18px;
	position: relative;
	top: 15px;
	margin-right: 10px;
}

.cp{
	font-size: 14px;
font-weight: bold;
font-family: 'GESSTwoMedium-Medium';
height: 30px;
padding-top: 2px;
line-height: 17px;

}
.num{
	padding: 5px 10px;
	background: #f2f2f2;
	border-radius: 50%;
	font-size: 13px;
	color: #fff;
}

.num2{
	padding: 5px 10px;
	background: #D6DE26;
	border-radius: 50%;
	font-size: 13px;
	font-weight: bold;
	color: #2A8039;
}
.more{
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: left;
	z-index: 2;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: right;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: right;
	}
}




.inner{
	position: relative;
}
.share1{
	width: 25px;
	height: 25px;
	background: #D6DE26;
	color: #fff;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.share1:hover{

	color: #D6DE26;
	background: #fff;


}

.share1 i{
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.fav1{
	width: 25px;
	height: 25px;
	background: #D6DE26;
	color: #fff;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.fav1:hover{

	color: #D6DE26;
	background: #fff;


}

.fav1 i{
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.iconcontainer1{
	position: absolute;
	top:5px;
	right: 5px;
}

.iconcontainer2{
	position: absolute;
	top:5px;
	right: 35px;
}


.iconcontainer11{
	position: absolute;
	top:6px;
	left: 10px;
	font-size: 30px;
	color: #D6DE26;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.iconcontainer22{
	position: absolute;
	top:80px;
	left: 10px;
	font-size: 30px;
	color: #D6DE26;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.iconcontainer33{
	position: absolute;
	top:130px;
	left: 10px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.iconcontainer11:hover , .iconcontainer22:hover, .iconcontainer33:hover {
	
}



.icons{
	background: #D6DE26;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	width: 100%;
	height: 56px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
}

.icons:hover{
	color: #fff;
	background: #2A8039;

}

.icons i{

	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}


.icons2{
	background: #e8e8e8;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	width: 100%;
	height: 56px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
}

.icons2:hover{
	color: #fff;
	background: #2A8039;

}

.icons2 i{

	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}


.dial{
	padding: 10px;
	border-radius: 5px;
	width: 220px;
	font-size: 15px;
	opacity: 0;
	background: #D6DE26;
	text-align: center;
	font-weight: bolder;
	z-index: 22;
	position: absolute;
	top: -130px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	transform: translate(-50%,0)
}

.tooltip2:hover .dial{
	
}


.dardisho{
	font-weight: bolder;
	font-size: 18px;
	color: #2A8039;
	margin-bottom: 10px;
}
.dardishop{
	color: #2A8039;
}

.fcontrol{
	height: 40px;
}
.fdar{
	font-weight: bolder;
}
.arrow-d:after {
	content: " ";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: #D6DE26 transparent transparent transparent   ;
}

.nopadd{
	padding: 0;
	box-model: border-box;
	border: 3px solid transparent;
	background-clip:padding-box;
}

.row1{
	margin-right: -3px;
	margin-left: -3px;
	margin-top: 3px;
}
.inner img{
	border-radius: 5px;
}
.brain{
	border-radius: 5px;
	height: 304px;
	
}
.internal{
	background: #D6DE26;
	padding: 10px 25px;
	border: 5px;
}
.btns{
margin-top: -15px;
}
.btns .btn-red{
	margin-top: -20px;
}
.internalred{
	background-image: url(../images/linear_bg_1.jpg);
	background-repeat: repeat-y;
	padding: 15px 25px 61px;
	border: 5px;
	border-radius: 5px;
}


.control {
	display: block;
	position: relative;
	padding-right: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control__indicator {
	position: absolute;
	top: 2px;
	right: 0;
	height: 20px;
	width: 20px;
	background: #e6e6e6;
}
.control--radio .control__indicator {
	border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	background: #ccc;
}
.control input:checked ~ .control__indicator {
	background: #d7df26;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: #d7df26;
}
.control input:disabled ~ .control__indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.control__indicator:after {
	content: '';
	position: absolute;
	display: none;
}
.control input:checked ~ .control__indicator:after {
	display: block;
}
.control--checkbox .control__indicator:after {
	right: 8px;
	top: 4px;
	width: 3px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
	right: 7px;
	top: 7px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}

#navigation-sticky-wrapper{
	//height: 90px !important;
	display:inline;
}
.logo44{
	display: none;
	width: 100px;
	margin-right: 10px;
}
footer .nopadd a:hover{
	color: #D6DE26;
}

.roundback i:hover{
	color: #D6DE26 !important;
}
.ic i:hover{
	color: #FF5443;
}
.bar{
	border-radius:5px ;
	position: absolute;
	bottom: 25px;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	transform: translate(-50%,0%)
}
.chat{
	position: absolute;
	right: 15px;
	top: -78px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.opc{
	cursor: pointer;
}
.opc:hover{
	opacity: 0.9;
}
.np{
	padding: 0;

}
.br0{
	border-radius: 0;
	background: #D6DE26 !important;
	height: 38px;
}
.iner{
	padding: 4px 25px;
	background: #D6DE26;
	border-radius: 5px;
	margin-left: -10px;
}
.iner i{
	color: #2A8039;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.iner i:hover{
	color: #fff;
}
.rowfooter{
	position: absolute;
	top: -75px;
	width: 100%;
	left: 30px;
	z-index: 2;
}
.sawttext{
	position: absolute;
	font-size: 19px;
	font-weight: bolder;
	left: 0;
	top: 1px;
	z-index: 2;
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: right;
	}
	.lSAction > .lSNext{
		right: initial !important;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: right;
	}
}

@media (max-width: 992px) {
	#starter{
		//display: none;
	}
	
	#myCarousel{
		display:none;	
	}
	#starter {
    padding-bottom: 40px;
    padding-top: 40px;
	}
	
	.sawt{
	position: relative;
	left:70%;
	}
	
	.starter-logo{
		display:none;	
	}
	
	.hor{
		display: block !important;
	}
	.vert{
		display: none !important;
	}
	.btn-theme{
		width: 100% !important;
	}
	.iner {
		margin: 3px;
	}
	.rowfooter{
		position: initial !important;

	}
	.mtd{
		margin-top: 0;
	}
	footer .text-right{
		text-align: center !important;
	}
	.navbar-custom ul.nav li a{
		font-size: 15px;
	}
	.more{
		position: initial;
		text-align: center;
		margin: 10px 0 20px;

	}
	.btns{
		display: none;
	}
	.navbar-custom ul.nav li{
		width: 95px;
	}
	.navbar-custom ul{
		margin-bottom: 15px;
	}
}

.titlenp {
	font-size: 16px;
	font-weight: bolder;
	color: #2A8039;
	background: #D6DE26;
	padding: 7px 15px;
	border-radius: 5px;
	margin-bottom: 3px;
	 font-family: 'GESSTwoMedium-Medium';
}

.green{
	background: #2A8039;
	color: #fff;
}
.green2{
	color: #2A8039;
	margin-top: 6px;
}
span.arrowtitle {
	position: relative;
	bottom: 6px;
	color:#color:#2A8039;

}
.boldyp2 a{
	font-weight: bold;
	color: #666;
}

.internalg{
	background: #ebebeb;
	padding: 20px;
	font-weight: bold;
	border-radius: 5px;
	height: 100%;
	direction:rtl;
	height:285px;
}

.brad{
	border-radius: 5px;
}

imglink{
	width:100%;
	max-width:151px;	
}


.num2h{
	color: #2A8039;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	direction:rtl
}

.num2p{
	font-size: 16px;
	direction:rtl;
}
.minh{
	min-height: 250px;
}
.pag{
	padding: 10px 15px;
	background: #FF5443;
	border-radius: 5px;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.pag:hover{
	background: #D6DE26;
}

/*.overlaybtns:before{
	content: ' ';
	height: 100%;
	position: absolute;
	left: 0;
	width: 55px;
	background: rgba(0,0,0,0.2);
}*/
.makal h2{
	font-weight: bolder;
	font-size: 30px;
}
.makal p{

	 //font-size: 18px;
 }

.unlist{
	list-style: none;
}

.unlist li i{

	padding: 2px 0;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


.unlist li i:hover{
	color: #D6DE26;
 }
/*
.options{
	position: absolute;
	right: -90px;
	top:0

}
*/
.hrc {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
.phrc{
	color: #666;
	font-size: 20px;
}
.phrc span{
	color: #2A8039;
}
.video-makala{
	background: #808080;
	height: 500px;
	width: 100%;
	position: relative;
	border-radius: 5px;
	margin-bottom: 40px;
}

.video-makala .faplay{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 34px;
	color: #fff;
	cursor: pointer;
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	transform: translate(-50%,0%)
}
.video-makala .faplay:hover{
	color: #D6DE26;
}
.expand{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #666;
	z-index: 2222;
}

.curs{
	cursor:pointer;
}

@media (min-width: 1300px) {
	.container {
		width: 1300px !important;
	}
}

.reddy:hover{
	color:#fff !important;	
}

.bingo{
	font-size: 21px;
transform: translate(4px,2px);

}


.mobile{
	display:none;	
}

.ennum{
	font-family:Arial, Helvetica, sans-serif;	
}

.fcontrol{
	font-family:Arial, Helvetica, sans-serif;	
}

.arroww{
	border: 0px solid #fff !important;
width: 50px !important;
height: 50px !important;
border-radius: 50% !important;
padding-top: 16px !important;
background-color: #bee2e8 !important;
color: #7e8485 !important;
font-size: 14px !important;
opacity:0.85 !important;

}