obdy {
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	height: 100%;
	font-family: poppins, sans-serif;
	position: relative
}

html,
body {
	height: 100%
}
.new1 {
background: #ececec;
    padding-bottom: 98px;}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: 14px;
	font-family: poppins, sans-serif
}

p {
	font-family: poppins, sans-serif;
	color: #010102;
	font-size: 15px;
	font-weight: 300;
	line-height: 26px
}

a {
	text-decoration: none;
	-webkit-transition: all .4s;
	-webkit-transition: all .2s;
	transition: all .2s
}

#myNavbar a:hover {
	color: inherit;
}
a:hover {
	color: #fff;
	text-decoration: none
}

a:focus {
	outline: none;
	text-decoration: none
}

ul,
li {
	margin: 0;
	padding: 0
}

img {
	width: 100%
}

.section_title h2 {
	color: #212121;
	display: inline-block;
	font-size: 34px;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 13px;
	padding-top: 70px;
	text-transform: none
}

.section_title h2 span {
	color: #ffb72f
}

.section_title>p {
	color: #616161;
	font-size: 14px;
	line-height: 26px;
	margin: 0 auto 75px;
	width: %
}

.preloader {
	background: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	opacity: .9;
	z-index: 99999
}

.status-mes {
	width: 55px;
	height: 55px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -26px 0 0 -26px;
	font-size: 10px;
	text-indent: -12345px;
	border-top: 5px solid rgba(0, 0, 0, .08);
	border-right: 5px solid rgba(0, 0, 0, .08);
	border-bottom: 5px solid rgba(0, 0, 0, .08);
	border-left: 5px solid #f8c01b;
	border-radius: 50%;
	-webkit-animation: spinner 700ms infinite linear;
	animation: spinner 700ms infinite linear;
	z-index: 10000
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.header_top {
    background: #fff341 none repeat scroll 0 0;
    padding: 8px 0;
}.maill {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 9999;
    background: #ffffff;
    top: 37%;
    color: #006cb6;
    font-size: 23px;
    padding: 12px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0px 0px 8px #dcdcdc;
}.call {
    position: fixed;
    z-index: 9999;
    right: 0;
    background: #006cb6;
    box-shadow: 0px 0px 8px #dcdcdc;
    top: 52%;
    color: #fff !important;
    font-size: 26px;
    padding: 12px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    /* border-left: 2px solid; */
}

.header_top .container {
	padding-top: 5px
}

.topheader_left a {
	color: #606060;
	font-size: 20px;
	font-weight: 300
}

.topheader_left span {
	color: #454c55;
	font-size: 20px;
	font-weight: 300;
	margin-right: 15px
}

.topheader_left span i {
	margin-right: 5px
}

.topheader_right {
	color: #454c55;
	font-size: 12px;
	font-weight: 400;
	text-align: right
}

.topheader_right a i {
	margin-left: 17px;
	color: #222;
	font-size: 20px
}

.topheader_right a i:hover {
	color: #ffb72f
}

.menubar_area {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.05), 0 3px 14px 2px rgba(0,0,0,0.09), 0 5px 5px -3px rgba(0,0,0,0.15);
    position: relative;
    margin-bottom: -4px;
    z-index: 9;
}.modal-title {
    margin: 0;
    line-height: 1.42857143;
    float: left;
}
.call2 {
    float: right;
    font-size: 22px;
    margin: 23px 0;
    color: #ff0404;
    padding-top: 7px;
}
.brand_logo img {
	display: inline-block;
/*	margin-top: 20px;*/
	    /* width: auto; */
    width: 80%;
    padding-bottom: 7px;
}

.main_menu ul li a,
.main_menu ul li i {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	margin-left: 10px;
	padding: 34px 14px;
	text-transform: uppercase
}

.main_menu ul li i {
	margin-left: 5px;
	margin-top: 18px
}

.main_menu ul li a:hover {
	color: #ffb72f;
	background: 0 0
}

.mainmenu li:hover>a,
.current_page_item>a {
	background-color: #f4f4f4;
	text-decoration: none
}

.main_menu li ul {
	background: #13a0b2 none repeat scroll 0 0;
	left: 0;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	position: absolute;
	text-align: left;
	top: 108px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	visibility: hidden;
	width: 200px;
	z-index: -1;
	text-transform: uppercase
}

.main_menu li ul li {
	display: block
}

.main_menu li ul li a {
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	display: block;
	padding-top: 10px
}

.main_menu li:hover ul {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	visibility: visible;
	z-index: 99;
	top: 57px
}

.menu_button {
	background: #ffb72f;
	border-radius: 3px;
	margin-top: 19px;
	padding: 12px 0;
	text-align: center;
	width: 180px;
	margin-left: -15px
}

.menu_button a {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 0
}

.span_one {
	display: inline-block;
	font-weight: 700
}

.main_menu ul li a:hover .span_one {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	margin-left: 0
}

.main_menu li ul:hover .span_one {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.is-sticky .menubar_area {
	content: "";
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	width: 100%;
	-webkit-box-shadow: 0 3px 4.7px .3px rgba(0, 0, 0, .24);
	box-shadow: 0 3px 4.7px .3px rgba(0, 0, 0, .24);
	z-index: 999
}

#toTop {
	background: #ffb72f url(../images/totop.png) no-repeat scroll 0 0;
	border: medium;
	bottom: 3%;
	display: none;
	height: 36px;
	overflow: hidden;
	position: fixed;
	right: 3%;
	text-decoration: none;
	text-indent: 100%;
	width: 38px;
	z-index: 999;
	border-radius: 5px
}

#toTop:hover {
	-webkit-box-shadow: 0 6px 11px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 6px 11px 0 rgba(0, 0, 0, .2)
}

#toTopHover {
	display: block;
	float: right;
	height: 32px;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	overflow: hidden;
	width: 32px
}

.ss-content {
	background: rgba(255, 255, 255, .8);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 999999999;
	top: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: .4s;
	transition: .4s
}

.ss-content-act {
	visibility: visible;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)"
}

.ssc-inner {
	height: 100vh;
	display: table;
	margin: 0 auto;
	width: 50%
}

.ssc-inner form {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	position: relative
}

.ssc-inner form input {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: transparent none repeat scroll 0 0;
	-o-border-image: none;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 4px;
	font-size: 30px;
	font-weight: 300;
	height: 90px;
	line-height: 88px;
	padding-right: 60px;
	width: 100%;
	border-color: #13a0b2
}

.ssc-inner form button {
	border: none;
	background: 0 0;
	position: absolute;
	right: 0;
	margin-top: 33px
}

.ss-trigger i {
	font-size: 12px;
	color: #fff
}

.ss-trigger i:hover {
	font-size: 13px;
	color: #ffb72f
}

.s-search i {
	cursor: pointer;
	font-size: 14px;
	position: relative;
	right: 60px;
	top: 30px;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.is-sticky .icon-search2 {
	top: 12px;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.ss-close {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	color: #fff
}

.ss-close i {
	color: #ffb72f;
	font-size: 32px;
	font-weight: 300
}

.submt_sr i {
	cursor: pointer;
	font-size: 28px;
	position: relative;
	right: 5px;
	top: 4px;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.fullslider_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 628px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	z-index: 1
}

.slider_area p {
	color: #212121;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	padding: 16px 0
}

.slider_area h1 {
	color: #222;
	font-size: 60px;
	font-weight: 700;
	line-height: 68px;
	text-transform: none
}

.slider_area h1 span {
	color: #ffb72f
}

.slider {
	margin-top: 25px
}

.main_slider {
	margin-top: 46px
}

.button {
	background: #13a0b2 none repeat scroll 0 0;
	border-radius: 3px;
	padding: 12px 0;
	text-align: center;
	width: 180px
}

.banner_image {
	text-align: right
}

.banner_image>img {
	width: auto
}

.hvr-bounce-to-bottom:before {
	background: #222 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: -1;
	border-radius: 3px;
	color: #fff
}

.button a {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 0;
	letter-spacing: 1px
}

.button:hover a {
	color: #fff
}

.carousel-indicators li {
	background-color: #fff;
	border: medium;
	height: 3px;
	width: 25px
}

.carousel-indicators .active {
	background-color: #ffde00;
	border: medium;
	height: 3px;
	width: 25px;
	margin: 1px
}

.carousel-indicators {
	bottom: 40px;
	left: 30%;
	text-align: left
}

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)"
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.check_seo_area {
	background-image: url(../images/check-seo-bg.jpg);
	background-size: cover;
	position: relative;
	height: 377px;
	z-index: 1;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.check_seo_area:after {
	background: #222 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	opacity: .9;
	-ms-filter: "alpha(opacity=90)"
}

.check_seo_area h1 {
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	line-height: 45px;
	margin: 0 auto;
	width: 48%
}

.check_seo_area h1 span {
	color: #ffb72f
}

.check_seo_area .form-control {
	background: #212121 none repeat scroll 0 0;
	border: 1px solid #525252;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #bababa;
	font-size: 14px;
	font-weight: 400;
	height: 56px;
	margin: 0 auto;
	outline: medium;
	padding: 8px 15px 8px 25px;
	width: 820px;
	display: inline-block
}

.submit_btn {
	background: #feb62f none repeat scroll 0 0;
	border: medium;
	border-radius: 3px;
	bottom: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	height: 52px;
	letter-spacing: 1px;
	position: absolute;
	right: 177px;
	width: 180px
}

.form_area {
	margin-top: 55px
}

.check_seo_area .form-control:focus {
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.service_area {}

.single_service {
	background-image: url(../images/service-patren-bg.png);
	margin-bottom: 15px;
	min-height: 480px;
	border-radius: 5px;
		  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

.single_service:hover {
    background: #000;
    min-height: 480px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.active_service .single_service {
	background-image: url(../images/service-patren-bg-2.png);
	min-height: 450px;
		  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

.single_service>img {
    margin-top: 0;
    width: auto;
    width: 100%;
}

.single_service h4 {
	color: #212121;
	font-size: 18px;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 7px;
	padding-top: 6px
}

.single_service:hover h4 {
	color: #fff
}

.active_service .single_service h4 {
	color: #fff
}

.single_service:hover p {
	color: #fff
}

.active_service .single_service p {
	color: #fff
}

.single_service>a {
	color: #12a2b5;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 19px
}

.single_service>a {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    width: 133px;
    margin: 0 auto;
    background: #ffb62e;
    padding: 6px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #c7c7c7;
}

.cta_area {
	background-image: url(../images/cta-bg.png);
/*	height: 170px;*/
	margin: 80px 0 40px;
	min-height: 170px;
	padding: 45px 0;
	position: relative;
	width: 100%;
	z-index: 1
}

.cta_area:after {
	background: #13a0b2 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	opacity: .96;
	-ms-filter: "alpha(opacity=90)"
}

.cta_text>h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 700
}

.cta_text>h2 span {
	color: #ffb72f
}

.cta_btn>a {
	color: #fff;
	display: block;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 43px;
	margin-top: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700
}

.cta_btn:hover a {
	color: #fff
}

.cta_btn {
	background: #ffb62e none repeat scroll 0 0;
	border-radius: 2px;
	float: right;
	height: 52px;
	margin-top: 14px;
	text-align: center;
	width: 180px
}

.offer_area_full {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 628px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	z-index: 1
}
.cls {
    float: right;
    font-size: 26px;
    margin-top: -17px;
    background: #FF0000;
    width: 40px;
    height: 40px;
    border-radius: 0;
    COLOR: #fff;
    MARGIN-RIGHT: -22PX;
    position: absolute;
    right: 22px;
    text-align: center;
}@media (min-width: 576px) {
.modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
    margin-top: 120px !important;
}
}
.offer_area p {
	color: #212121;
	font-size: 14px;
	font-weight: 300;
	line-height: 27px;
	padding: 5px 0
}

.offer_area h1 {
	color: #212121;
	font-size: 37px;
	font-weight: 700;
	line-height: 50px;
	text-transform: none
}

.offer_area h1 span {
	color: #ffb72f
}

.offer {
	margin-top: 25px
}

.offer_text {
	margin-left: 40px;

}

.button {
	background: #ffb72f none repeat scroll 0 0;
	border-radius: 3px;
	padding: 12px 0;
	text-align: center;
	width: 180px
}

.offer_image {
	text-align: left
}

.hvr-bounce-to-bottom:before {
	background: #222 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: -1;
	border-radius: 3px;
	color: #fff
}

.button a {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 0;
	letter-spacing: 1px
}

.button:hover a {
	color: #fff
}

.carousel-indicators li {
	background-color: #fff;
	border: medium;
	height: 3px;
	width: 25px
}

.carousel-indicators .active {
	background-color: #ffde00;
	border: medium;
	height: 3px;
	width: 25px;
	margin: 1px
}

.carousel-indicators {
	bottom: 40px;
	left: 30%;
	text-align: left
}

.sponsors_area {
	background: #f5f5f5 none repeat scroll 0 0;
	margin-top: 64px;
	overflow: hidden;
	padding: 53px 0
}

.sponsors_area img {
	width: auto
}

.single_case>img {
    padding: 26px 0;
    /* width: auto; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 3px solid #febe38;
}

.single_case.text-center {
	background: #f5f5f5 none repeat scroll 0 0
}

.single_case.text-center>h4 {
	background: #13a1b4 none repeat scroll 0 0;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	padding: 17px 0
}

.single_case.text-center span {
	font-size: 14px;
	font-weight: 300
}

.active_case .single_case_text {
	background: #ffb72f!important
}

.single_case:hover .single_case_text {
	background: #ffb72f
}

.testimonial_area {
	background-image: url(../images/testimonial-bg.jpg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 412px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 412px;
	position: relative;
	width: 100%;
	z-index: 1;
	margin-top: 70px
}

.testimonial_area:after {
	background: #222 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	opacity: .96;
	-ms-filter: "alpha(opacity=90)"
}

.testimonial_content>h3 {
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	line-height: 32px;
	margin-top: 23px;
	padding: 0;
	margin-bottom: 0
}

.testimonial_content>span {
	color: #ababab;
	font-size: 13px;
	font-weight: 300
}

.testimonial_content>p {
	color: #e3e3e3;
	font-size: 17px;
	font-style: italic;
	font-weight: 400;
	line-height: 34px;
	margin: 0 auto;
	width: 85%
}

.left-control.carousel-control {
	bottom: 0;
	color: #000;
	right: auto;
	top: 15%;
	left: -65px
}

.right-control.carousel-control {
	bottom: 0;
	color: #ffb72f;
	left: auto;
	top: 15%;
	right: -65px
}

.carousel-control {
	margin-top: 40px;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)"
}

.left-control i,
.right-control i {
	color: #ffb72f;
	font-size: 25px;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	padding: 5px 8px
}

.left-control i,
.right-control i {
	color: #ffb72f;
	font-size: 20px;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	padding: 9px 12px;
	text-shadow: none
}

.pricing-table {
	background: #fff
}

.single-pricing-box {
	background: #f6f6f6;
	border: 1px solid #efefef;
	padding: 30px 15px;
	text-align: center;
	border-radius: 5px
}

.single-pricing-box:hover {
	background-image: url(../images/priching-table-bg.png)
}

.active_table .single-pricing-box {
	background-image: url(../images/priching-table-bg.png)
}

.single-pricing-box.background-black {
	background: #333;
	color: #fff
}

.single-pricing-box.background-black h2 {
	color: #fff
}

.single-pricing-box.background-black .pricing-body ul li {
	color: #b6b6b6
}

.pricing-head h3 {
	color: #212121;
	font-size: 20px;
	font-weight: 700;
	margin-top: 24px
}

.pricing-head h2 {
	color: #212121;
	font-size: 42px;
	font-weight: 700
}

.pricing-head span {
	font-size: 14px;
	font-weight: 300
}

.single-pricing-box:hover .pricing-head h3 {
	color: #fff
}

.active_table .pricing-head h3 {
	color: #fff
}

.single-pricing-box:hover .pricing-head h2 {
	color: #fff
}

.active_table .pricing-head h2 {
	color: #fff
}

.active_table .pricing-head span {
	color: #fff
}

.pricing-head span {
	font-size: 12px
}

.pricing-head h5 {
	font-size: 12px
}

.pricing-body {
	padding-top: 22px
}

.pricing-body ul li {
	color: #616161;
	font-weight: 300;
	line-height: 37px;
	list-style: outside none none;
	text-transform: capitalize
}

.single-pricing-box:hover .pricing-body ul li {
	color: #fff
}

.active_table .pricing-body ul li {
	color: #fff
}

.pricing-btn {
	border: 2px solid #13a1b4;
	color: #12a2b5;
	font-size: 14px;
	font-weight: 400;
	padding: 12px 41px;
	border-radius: 3px
}

.pricing-footer {
	margin-top: 44px;
	padding-bottom: 37px
}

.active_table .pricing-btn {
	background: #13a1b4;
	color: #fff
}

.single-pricing-box:hover .pricing-btn {
	background: #13a1b4;
	color: #fff
}

.blogpost_area {
	background: #f5f5f5 none repeat scroll 0 0;
	margin-top: 100px;
	padding-bottom: 58px
}

.single_blog>img {
	position: relative
}

.blog_content {
	border-radius: 4px;
	bottom: 0;
	height: 98px;
	left: 0;
	margin-top: -98px;
	padding-left: 33px;
	position: relative;
	top: auto;
	width: 100%;
	z-index: 1
}

.blog_content:before {
	background: #212121 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: .89;
	-ms-filter: "alpha(opacity=89)";
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	border-radius: 4px
}

.single_blog:hover .blog_content {
	background: #ffb62e none repeat scroll 0 0;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	z-index: 999
}

.blog_content>h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 27px;
	margin: 0;
	padding: 0;
	width: 83%;
	padding: 0;
	padding-top: 9px
}

.learn_more {
	color: #ffb62e;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding-bottom: 8px;
	padding-top: -12px
}

.footer_area {
    margin-top: 0;
    margin-bottom: 0;
    background: #21a4b5;
    padding: 51px 0;
}

.single_widget>img {
	margin-bottom: 18px;
	width: auto
}

.single_widget>h3 {
    color: #003a42;
    font-size: 19px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 0;
}

.single_widget li {
	list-style: outside none none
}

.single_widget ul li {
    display: block;
    border-bottom: 1px dashed #24b3c5;
}
.gl img {
    height: 250px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 8px #d3cccc;
}
.single_widget ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}
.single_widget ul li a:hover {
	color: #ffb72f;
	margin-left: 4px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.single_widget>p {
    color: #ffffff;
    line-height: 32px;
    font-size: 18px;
}
.single_widget span {
	color: #222;
	font-weight: 400
}

.copyright_area {
	background: #222 none repeat scroll 0 0;
	padding: 15px 0
}

.copyright_area p {
	margin-top: 13px
}

.copyright>p {
	color: #b8b8b8;
	font-size: 14px
}

.copyright span {
	color: #ffb72f
}

.title-area {
	background-image: url(../images/breadcrumb-bg.jpg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 250px;
	position: relative;
	z-index: 1
}

.title-area:after {
	background: none repeat scroll 0 0 #222;
	content: "";
	height: 100%;
	left: 0;
	opacity: .8;
	-ms-filter: "alpha(opacity=80)";
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.about-title-area>h1 {
	color: #fff;
	display: inline-block;
	font-size: 33px;
	font-weight: 700;
	margin-top: 16px
}

.about-title-area>p {
	color: #fff;
	font-size: 13px
}

.about-title-area a {
	color: #fff
}

.about-title-area span {
	color: #ffde00
}

.about-us-area {
	margin-bottom: 84px;
	margin-top: 100px
}

.about-us-left>h3 {
	color: #222;
	font-size: 28px;
	font-weight: 700;
	margin-top: 65px
}

.about-us-left>p {
	color: #616161;
	font-size: 14px;
	line-height: 28px;
	margin-top: 24px
}

.about-us-left img {
	width: 100%
}

.about-us-right {
	margin-left: 43px
}

.about-us-right>h3 {
	color: #222;
	font-size: 28px;
	font-weight: 700;
	margin-top: -5px
}

.about-us-right span {
	color: #ffb72f
}

.about-us-right>p {
	color: #616161;
	font-size: 14px;
	font-weight: 300;
	line-height: 27px;
	margin-top: 20px
}

.about-us-bottom>p {
	color: #13a1b4;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	line-height: 27px
}

.about-us-bottom i {
	font-size: 14px;
	margin-right: 15px
}

.about-us-bottom {
	margin-top: 120px
}

.awesome-team-member {
	margin-top: -43px;
	padding-bottom: 18px
}

.awesome-team-member-img>img {
	width: auto
}

.awesome-team-member-top>h1 {
	color: #222;
	font-size: 34px;
	font-weight: 700;
	text-align: center
}

.awesome-team-member-bottom {
	margin-top: 30px
}

.awesome-team-member-top span {
	color: #ffb72f
}

.awesome-team-member-top>p {
	color: #606060;
	font-size: 14px;
	text-align: center;
	width: 41%;
	margin: 0 auto;
	margin-bottom: 72px
}

.awesome-team-member-title img {
	padding: 0 45px
}

.awesome-team-member-title>h3 {
	color: #222;
	font-size: 16px;
	font-weight: 700;
	padding: 75px 1px 1px 30px
}

.awesome-team-member-title>h4 {
	color: #606060;
	font-size: 12px;
	padding: 0 0 0 29px
}

.awesome-team-member-title>p {
	color: #606060;
	font-size: 12px;
	font-style: italic;
	padding: 1px 25px 34px 30px;
	width: 97%
}

.awesome-team-member-title {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s
}

.single_member:hover .awesome-team-member-title {
	-webkit-box-shadow: 0 1px 5px 0 hsla(0, 0%, 0%, .2);
	box-shadow: 0 1px 5px 0 hsla(0, 0%, 0%, .2);
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s
}

.awesome-team-member-title {
	position: relative
}

.awesome-team-member-img {
	content: "";
	height: 100%;
	left: 48px;
	position: absolute;
	top: -30px;
	width: 100%;
	z-index: 1
}

.nav-tabs {
	border-bottom: medium
}

.nav-tabs li.single_tab a {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	color: #616161;
	font-size: 14px;
	font-weight: 300;
	height: 52px;
	margin-left: -44px;
	margin-top: 20px;
	width: 300px;
	padding-top: 14px
}

.nav-tabs li.active a {
	background: #ffb72f;
	color: #fff
}

.nav-tabs li.single_tab a:hover {
	background-color: #ffb72f;
	color: #fff
}

.single_tab a i {
	color: #616161;
	font-size: 14px;
	margin-left: 9px;
	margin-right: 20px
}

.active a i {
	color: #fff
}

.single_tab a:hover .play_icon {
	color: #fff
}

.tab_content>img {
	float: left;
	margin-right: 40px;
	width: 345px
}

.tab_content h1 {
	color: #212121;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px
}

.tab_content p {
	font-size: 14px;
	font-weight: 300;
	line-height: 27px;
	width: 93%
}

.tab_content .styled_content {
	color: #13a1b4;
	font-style: italic
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ffb72f;
	border-color: #e4e4e4;
	-o-border-image: none;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	cursor: default
}

.single_plan.plan_two>img {
	padding: 25px 33px
}

.service_details_area {
	margin-top: 78px
}

.service_plan_area {
	margin-top: 60px
}

.single_plan {
	border: 1px solid #e3e3e3;
	height: 110px;
	width: 375px;
	border-radius: 5px
}

.single_plan>img {
	background: #ffb62e none repeat scroll 0 0;
	float: left;
	margin-right: 20px;
	padding: 27px;
	width: auto;
	border-radius: 5px
}

.single_plan>h3 {
	color: #212121;
	font-size: 18px;
	font-weight: 700;
	margin-top: 16px
}

.single_plan.plan_two>img {
	padding: 25px 33px
}

.pricing_table_padding {
	margin-top: -40px
}

.case_page {
	margin-top: 100px
}

.case_page .single_case {
	margin-bottom: 50px
}

.testimonial_area.case_studis_page {
	margin-top: 49px
}

.case_details_area {
	margin-top: 100px
}

.case_details_laft h1 {
	color: #212121;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 25px;
	margin-top: 75px
}

.case_details_laft p {
	font-size: 14px;
	font-weight: 300;
	line-height: 27px;
	width: 93%
}

.case_details_laft .styled_content {
	color: #12a2b5;
	font-style: italic
}

.case_details_right>img {
	margin-bottom: 49px
}

.case_information {
	background: #ffb62e none repeat scroll 0 0;
	border-radius: 5px;
	margin-top: 30px;
	padding: 30px
}

.case_information>h1 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-left: 13px;
	margin-top: 0
}

.job_info_area>p {
	color: #fff
}

.case_information>a {
	background: #13a1b4 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	margin-top: 20px;
	padding: 14px 30px
}

.team_page {
	margin-bottom: -60px;
	margin-top: 100px
}

.awesome-team-member-bottom {
	margin-bottom: 60px
}

.team_page .single_member {
	margin-bottom: 50px
}

.testimonial_area_page {
	margin-top: 100px
}

.page_single_testimonial {
	background: #f5f5f5 none repeat scroll 0 0;
	border-bottom: 3px solid #13a1b4;
	border-radius: 10px;
	padding: 32px 35px;
	margin-bottom: 37px
}

.page_single_testimonial>p {
	color: #212121;
	font-size: 17px;
	font-style: italic;
	font-weight: 400;
	line-height: 34px
}

.page_single_testimonial>h3 {
	color: #212121;
	font-size: 19px;
	font-weight: 700;
	line-height: 32px
}

.page_single_testimonial span {
	color: #878787;
	font-size: 13px;
	font-weight: 300
}

.page_single_testimonial:hover {
	background: #ffb72f
}

.page_single_testimonial:hover p {
	color: #f5f5f5
}

.page_single_testimonial:hover h3 {
	color: #f5f5f5
}

.page_single_testimonial:hover span {
	color: #f5f5f5
}

.cta_area.testimonial_cta_area {
	margin-top: 61px
}

.single_blog_page {
	background: #fff none repeat scroll 0 0;
	padding-bottom: 0
}

.single_blog {
	margin-bottom: 40px
}

.blogpage_area {
	margin-top: 50px
}

.blogpage_area.single_blog {
	margin-top: 60px
}

.single_blog.page_post {
	margin-top: 50px
}

.post_pagination {
	margin-top: 50px
}

.post_pagination>a {
	background: #eaf0f6 none repeat scroll 0 0;
	border-radius: 2px;
	color: #222;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	height: 38px;
	margin-right: 6px;
	padding-top: 5px;
	text-align: center;
	width: 38px
}

.post_pagination>a:hover {
	background: #ffb72f none repeat scroll 0 0;
	color: #fff
}

.blog-content-area {
	padding-top: 100px
}

.single-blog-content {
	margin-bottom: 30px;
	padding-bottom: 30px
}

.blog-content-img {
	position: relative
}

.blog-content-img img {
	width: 100%
}

.blog-meta-tag {
	margin-bottom: 15px
}

.blog-meta-tag ul {
	text-align: center
}

.blog-meta-tag ul li {
	display: inline-block
}

.blog-meta-tag ul li i {
	font-size: 15px;
	color: #27c8a3
}

.blog-meta-tag ul li a {
	display: inline-block;
	padding: 15px;
	font-weight: 700;
	text-transform: capitalize;
	color: #333;
	font-size: 15px
}

.blog-details a {
	color: #818181;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	font-size: 15px;
	font-weight: 300
}

.blog-details a:hover {
	color: #ffb72f
}

.post_share_tag span {
	float: right
}

.blog-details h2 {
	color: #222;
	font-size: 30px;
	font-weight: 700;
	margin-top: 44px
}

.blog-details>p {
	font-size: 15px;
	line-height: 30px;
	margin-top: 30px
}

.post_share_tag {
	margin-top: 32px
}

.comments-section>h4 {
	color: #222;
	font-size: 18px;
	font-weight: 600;
	line-height: 60px
}

.comments-section {
	margin-top: -35px;
	padding-bottom: 0
}

.comments-info span {
	float: right;
	color: #222;
	font-size: 17px;
	font-weight: 300
}

.comments-info .fa.fa-reply-all {
	color: #ffb72f;
	font-size: 17px
}

.comments-info>h4 {
	color: #222;
	font-size: 17px;
	font-weight: 600
}

.comments-info.reply_area>h5 {
	color: #969696;
	font-size: 13px;
	font-weight: 300
}

.reply_area {
	margin-left: 130px;
	margin-top: 40px
}

.comment-form h3 {
	color: #222;
	font-size: 18px;
	font-weight: 600;
	line-height: 60px
}

.comment_button button {
	background: #ffb62e none repeat scroll 0 0;
	border: medium;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	height: 52px;
	left: 15px;
	letter-spacing: 2px;
	margin-top: 10px;
	top: -12px;
	width: 170px
}

.comment_button button .fa.fa-long-arrow-right {
	margin-left: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 600
}

.comment_button {
	margin-top: 15px;
	margin-bottom: 100px
}

.button.blog-readmore-btn {
	margin-top: 20px;
	color: #27c8a3;
	border: 1px solid #27c8a3;
	background: inherit;
	margin-left: 0
}

.button.blog-readmore-btn:hover {
	margin-top: 20px;
	color: #fff;
	background: #27c8a3;
	border: 1px solid transparent
}

.post_share_tag>p {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 5px;
	padding: 13px 20px
}

.comments-info img {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 15px
}

.comments-info a {
	color: #333;
	display: inline-block
}

.comments-info i.fa {
	margin-right: 10px
}

.comments-info h4 {
	margin-bottom: 5px
}

.comments-info.comment-reply {
	margin-left: 35px
}

.comments-info a.reply-comment {
	color: #333;
	display: block;
	font-size: 16px
}

.comments-info p {
	color: #818181;
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
	overflow: hidden
}

.reply-comment {
	margin-left: 40px
}

.comments-info a.reply-comment {
	display: block;
	float: right
}

.comment-form h3 {}

.form-group {
	margin-bottom: 25px
}

.maill:hover { color:navy; }
.form-control {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #d2d2d2 none repeat scroll 0 0;
	border-color: currentcolor currentcolor transparent;
	-o-border-image: none;
	border-image: none;
	border-radius: 0;
	border-style: none none solid;
	border-width: medium medium 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #5e6974!important;
	font-size: 15px;
	font-weight: 400;
	height: 50px;
	outline: medium;
	padding: 8px 15px
}

.form-control:focus {
	border-bottom: 1px solid #13a0b2;
	-webkit-box-shadow: none;
	box-shadow: none
}

.comment-form textarea {
	height: 200px;
	resize: none
}

.button.comment-btn {
	margin: 0;
	padding: 15px 40px;
	border: 1px solid #27c8a3;
	color: #27c8a3;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	background: 0 0
}

.button.comment-btn:hover {
	background: #27c8a3;
	border: 1px solid transparent;
	color: #fff
}

.faq_full_area {
	margin-top: 100px;
	margin-bottom: 18px
}

.panel-heading h4 a {
	background: #eef2f6
}

.panel-default>.panel-heading h4 a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase
}

.panel-body {
	padding: 20px 0 0
}

.accordion-toggle>span {
	background: #fff none repeat scroll 0 0;
	border: 5px solid #fdb530;
	border-radius: 50%;
	color: #212121;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	height: 39px;
	left: 11px;
	margin-right: 15px;
	margin-left: 8px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 40px
}

.panel-collapse {
	border: none
}

.panel-heading .panel-title a[data-toggle=collapse] {
	background: #13a1b4 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: 700;
	height: 68px;
	letter-spacing: normal;
	position: relative;
	text-transform: none;
	width: 100%
}

.panel-heading h4 a {
	padding: 15px 10px
}

.panel-heading h4 a.collapsed {
	padding: 15px 10px
}

.panel-heading {
	margin: 0 0 -6px
}

.panel {
	-webkit-box-shadow: inherit;
	box-shadow: inherit
}

.panel-default {
	border: medium
}

.panel-default>.panel-heading {
	color: #000;
	background-color: inherit;
	border: none;
	text-decoration: none;
	padding: 5px 0
}

.panel-default>.panel-heading h4 a {
	font-size: 15px
}

.panel-default>.panel-heading h4 a:hover {
	text-decoration: none
}

.panel-default>.panel-heading h4 a:focus {
	outline: none
}

.panel-body {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: currentcolor #f2f2f2 #f2f2f2;
	-o-border-image: none;
	border-image: none;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	color: #616161;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	padding: 12px
}

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

.panel-group .panel {
	border-radius: 0!important;
	margin-bottom: 20px
}

.panel-default>.panel-heading {
	background-image: none;
	background-repeat: repeat-x
}

.single_job_full p i {
	color: #222;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 20px;
	font-style: italic
}

.primary_area h5 i {
	border: 2px solid #ffb72f;
	border-radius: 50%;
	color: #ffb72f;
	font-size: 12px!important;
	font-weight: 400;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 4px
}

.job_marfin_left.single_job_full {
	padding-left: 58px
}

.job_marfin_left .primary_area {
	border-bottom: medium
}

.nav.nav-tabs.faq_menu_title {
	border: 1px solid #f2f2f2;
	border-radius: 50px;
	height: 62px;
	margin: 0 auto 53px;
	width: 718px
}

.nav.nav-tabs.faq_menu_title a {
	background: #f2f2f2 none repeat scroll 0 0;
	border-radius: 50px;
	color: #212121;
	font-size: 15px;
	font-weight: 600;
	height: 52px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 4px;
	padding-top: 15px;
	text-align: center;
	width: 169px
}

.faq_menu_title li.active a {
	background: #ffb72f!important;
	color: #fff!important
}

.contact_address>h1 {
	color: #222;
	font-size: 18px;
	font-weight: 600;
	line-height: 60px
}

.location_information {
	background-image: url(../images/location-map-bg.jpg);
	border-radius: 10px;
	height: 400px;
	padding: 51px 25px;
	position: relative;
	width: 400px;
	z-index: 1
}

.location_information:after {
	background: #13a0b2 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	opacity: .95;
	-ms-filter: "alpha(opacity=90)";
	border-radius: 10px
}

.location_info_area>p {
	color: #fff;
	font-size: 15px;
	font-weight: 400
}

.phone_no {
	margin-top: 68px
}

.email_no {
	margin-top: 76px
}

.map_social {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-align: center
}

.map_social a i {
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	padding: 0 5px
}

.map_social a i:hover {
	color: #ffb72f
}

.map_social>span {
	border-top: 1px solid #feb62f;
	display: inline-block;
	margin-top: 17px;
	padding: 11px;
	width: 350px!important
}

.phone_number {
	margin-top: 40px
}

.email_address {
	margin-top: 49px
}

.blog-content-area.section-padding.contact_page {
	margin-bottom: -14px;
	margin-top: -45px
}

.not_found_page {
	margin-top: 100px
}

.error_page {
	margin-top: 100px
}

.error_page>h1 {
	color: #ffb62e;
	font-size: 115px;
	font-weight: 900;
	line-height: 36px;
	text-shadow: 0 0 4px #13a0b2
}

.error_page span {
	color: #13a1b4
}

.error_page>h3 {
	color: #606060;
	font-size: 16px;
	font-weight: 300;
	line-height: 36px;
	padding: 15px 0
}

.single_widget img {
    margin-bottom: 15px;
    width: auto;
    width: 130px;
}

.single_widget.important_link {
	padding-left: 73px
}

.single_widget.Contact_widget {
	padding-left: 29px
}

.error_page .comment_button a {
	background: #12a2b5 none repeat scroll 0 0;
	border: medium;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	height: 52px;
	left: 15px;
	letter-spacing: 2px;
	margin-left: -13px;
	margin-top: 10px;
	padding-top: 14px;
	text-align: center;
	top: -12px;
	width: 190px
}

.footer_area.not_found_page_bg {
	background: #fafafa none repeat scroll 0 0;
	margin-bottom: 0;
	margin-top: 100px;
	padding-bottom: 100px;
	padding-top: 100px
}

.errorpage_totop li.smooth-menu {
	background: #fafafa none repeat scroll 0 0
}
.fb{
background: linear-gradient(to top,#e1e411c7,#ffb72f);
padding:30px;
padding-bottom:60px}

















#callme {
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 70px;
    height: 70px;
    cursor: pointer;
  
    z-index: 99990;
}
#callme #callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(40 167 69);
    width: 60px;
    height: 60px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
#callme #callmeMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -6px;
    left: -6px;
    background-image: url(../images/mini.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}
@-webkit-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-webkit-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}

h3{
	font-weight: 600;
    font-size: 20px;
    font-family: poppins, sans-serif;
    color: #ffb72f;
    line-height: 40px;
}


























.testim {
		width: 100%;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #ffb72f;
}
    

.testim .arrow.left {
    left: 70px;
}

.testim .arrow.right {
    right: 70px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ffb72f;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ffb72f;
    border-color: #ffb72f;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #ffb72f;
    font-size: 16px;
    margin: 15px 0;
    font-weight: bold;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #333;
    width: 70%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}