body {
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
}

a {
	display: inline-block;
}

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

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

input:focus,
textarea:focus {
	outline: none;
}

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

li {
	text-decoration: none;
	list-style: none;
}

p {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
}

.color1 {
	background: #3878e1;
}

.color2 {
	background: #062c57;
}

.align-middle {
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-left: -4px;
}

.center {
	text-align: center;
}

button {
	border: none;
}
.top-pad{
	padding-top:120px;
	padding-bottom:60px;
}
.bottom-pad{
	padding-bottom:60px;
}
/*Error Css Starts*/
.error-msg{
	line-height:17px;
	padding:15px 10px;
	position:absolute;
	margin-top:4px;
	background-color:#fbfbfb;
	z-index:99;
	border:#bbbbbb solid 1px;
	border-radius:3px;
	display:inline-block;
	min-width:250px;
	padding-left:38px;
	/*margin-left:30%;*/
	box-shadow:0 3px 2px #ccc;
	color:#000;
}
.error-msg:before{
	content:'';
	position:absolute;
	top:-7px;
	left:10px;
	font-size:16px;
	background:url(../images/arrow.png) no-repeat 0 0;
	height:22px;
	width:32px;
}
.error-msg:after{
	content:'\f12a';
	font-family:"FontAwesome";
	position:absolute;
	top:12px;
	left:10px;
	font-size:13px;
	height:20px;
	width:20px;
	background-color:#FAA930;
	color:#FFFFFF;
	display:inline-block;
	text-align:center;
	border-radius:3px;
}
.error-msg-wrapper{
	position:relative;
}
.msgcls{
	border:1px solid #66afe9;
	box-shadow:0 0 5px #ccc;
}
.pdb10{padding-bottom: 10px}
/*Error CSS Ends*/

/*button*/
.btn_one {
	height: 50px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 0px 39px;
	line-height: 47px;
	color: #fff;
	border-radius: 50px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	background: transparent;
	position: relative;
	z-index: 1;
}
.btn_one:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	content: "";
	border-radius: 50px;
	z-index: -1;
	border: 1px solid transparent;
	opacity: 0;
}

.btn_one:hover:after {
	border: 1px solid #fff;
	left: -3px;
	top: -3px;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	opacity: 1;
}
.btn_one:hover{
	color: #fff;
}

.btn_two {
	height: 50px;
	display: inline-block;
	background: #3878e1;
	color: #fff;
	padding: 0px 39px;
	border-radius: 49px;
	text-align: center;
	line-height: 49px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	z-index: 1;
}
.btn_two::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	content: "";
	border-radius: 50px;
	z-index: -1;
	border: 1px solid transparent;
	opacity: 0;
}
.btn_two:hover:after {
	border: 1px solid #3878e1;
	left: -3px;
	top: -3px;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	opacity: 1;
}
.btn_two:hover{
	color: #fff;
}

/* preloader */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
}

.preloader-content {
	left: 50%;
	margin-left: -30px;
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
}

/* preloader */

/* transition */
.btn_one:after, 
.btn_two, 
.btn_two::after, 
.mainmenu > ul > li > a::after, 
.single-service-img .svg,
.single-service-title a h4,
.experience-list li::after,
.single-team-social,
.single-team::after,
.single-team-arrow,
.area-big-heading h1,
.sponsor-slider .owl-item,
.single-corporate:after,
.single-corporate:before,
.sn-corporate-hover,
.contact-form button.btn_two,.post-title,
.post-title-img .svg,
.post-desc,
.post-meta,
.left-sidebar-meta,
.widget.comment .widget-desc a,
.w-desc-title h5{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.mainmenu > ul > li > ul.ser-detail-list,
.social-popup,
.search-form-popup{
	-webkit-transition: all linear .40s;
	-o-transition: all linear .40s;
	transition: all linear .40s;
}
.experience-list a {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.camera_prev > div,
.camera_next > div,
.tesm-content .owl-next i,
.owl-prev i,
.sn-corporate-title h4,
.error-content-area .btn_one,
.pagination a,
.heading_left h4 a,
.comment-reply-link,
.widget-desc a,
.ser-detail-list a,
.ser-detail-list .client-svg i{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.single-team-desig {
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
/* transition */
/*=================================================
					==End Reset css==
==================================================*/

/*==Start Style CSS==
==================================================*/

/*==Start Header Area CSS==
==================================================*/
.mean-container .mean-nav ul li:last-child {
	border-bottom: 1px solid #0b192a;
}

.mean-container .mean-bar {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	position: absolute;
	top: 80px;
}

.mean-container .mean-nav {
	background: transparent none repeat scroll 0 0;
}

.mean-container .mean-nav {
	background: #062c57 none repeat scroll 0 0;
	float: left;
	margin-bottom: 0;
	margin-top: 60px;
}

.mean-container .mean-nav ul li a.mean-expand {
	height: 23px;
	border-color: #0b192a;
}

.mean-container a.meanmenu-reveal {
	top: 18px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #0b192a;
}

.mean-container a.meanmenu-reveal span {
	background: #3878e1;
}

.mean-container a.meanmenu-reveal {
	color: #3878e1;
        z-index: 100;
}

.mean-container .mean-nav ul li a.mean-expand {
	background: #0b192a;
	border-color: #0b192a;
	border-style: none none solid solid !important;
	border-width: medium medium 0px 0px !important;
}

.mean-container .mean-nav ul li li a {
	border-top: 1px solid #0b192a;
}

.mean-container .mean-nav ul li a {
	border-top: 1px solid #0b192a;
}

.mean-container .mean-nav ul li a:hover {
	background: #062c57;
	color: #3878e1;
}

.mobile-menu-area {
	display: none;
}

.header-area {
	background: transparent;
	height: 50px;
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 24px;
}

.mainmenu > ul> li > a {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	line-height: 50px;
	position: relative;
}

.home2 .mainmenu > ul::after {
	background: #062c57 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: calc(100% + 116px);
	z-index: -1;
}

.mainmenu > ul > li:last-child {
	margin-right: 7px;
}
.mainmenu {
	text-align: right;
}

.home2 .mainmenu {
	position: relative;
	text-align: right;
}

.header-logo a {
	line-height: 47px;
}

.mainmenu > ul > li {
	display: inline-block;
	margin: 0px 17px;
	position: relative;
}

.mainmenu > ul > li:hover > ul.ser-detail-list {
	transform: rotateX(0deg);
	visibility: visible;
}

.mainmenu > ul > li > ul.ser-detail-list {
	left: 0;
	position: absolute;
	text-align: left;
	top: 100%;
	width: 268px;
	transform: perspective(500px) rotateX(-90deg);
	transform-origin: top;
	visibility: hidden;
}

.mainmenu > ul > li > ul.ser-detail-list li a {
	color: #a5a5a5;
	font-weight: 400;
	line-height: 50px;
	padding-left: 45px;
	font-size: 13px;
}

.mainmenu > ul > li > ul.ser-detail-list li a:hover {
	color: #3878e1;
}

.mainmenu > ul > li > ul.ser-detail-list li:after {
	background: #0b192a;
}

.mainmenu > ul > li > ul.ser-detail-list {
	background: #062c57;
	border: 1px solid #0b192a;
}

.mainmenu .ser-detail-list .client-svg {
	left: -4px;
	top: 0;
}

.mainmenu .ser-detail-list .client-svg i {
	top: 20px;
	left: 22px;
}

.mainmenu .ser-detail-list .client-svg .curved1 {
	fill: #0b192a;
}

.mainmenu > ul > li > ul.ser-detail-list li {
	font-weight: 400;
	padding: 0;
	border-bottom: 1px solid #0b192a;
}

.mainmenu > ul > li > ul.ser-detail-list li:last-child {
	border-bottom: 0px solid #0b192a;
}

.mainmenu > ul > li.active > a {
	color: #3878e1;
}

.mainmenu > ul > li.active > a:after {
	width: 100%;
}

.mainmenu > ul {
	display: inline-block;
	position: relative;
	text-align: right;
}

.mainmenu > ul > li > a::after {
	background: #3878e1 none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 0;
	z-index: 2;
}

.mainmenu > ul > li > a:hover:after {
	width: 100%;
}

.mainmenu > ul > li > a:hover {
	width: 100%;
	color: #3878e1;
}

.header-social li {
	display: inline-block;
	position: relative;
}

.header-social li.hover_two .social-popup {
	transform: rotateX(0deg);
	visibility: visible;
}

.header-social li:last-child a {
	padding-right: 0px;
}

.header-social li:first-child a {
	padding-left: 0px;
}

.header-social a {
	display: block;
	line-height: 50px;
	padding: 0px 17px;
}

.header-social a i {
	color: #a5a5a5;
	font-size: 18px;
	color: #fff;
}

.header-social a:hover i {
	color: #3878e1;
}

.social-popup {
	width: 50px;
	position: absolute;
	background: #062c57;
	border: 1px solid #0b192a;
	transform: perspective(500px) rotateX(-90deg);
	transform-origin: top;
	visibility: hidden;
	text-align: center;
	right: 0;
}

.social-popup a {
	padding-left: 0;
	padding-top: 12.5px;
	padding-bottom: 12.5px;
	line-height: 0;
}

.social-popup a i {
	font-size: 13px;
	color: #a5a5a5;
}

.search-form-popup {
	position: absolute;
	right: 0;
	width: 486px;
	transform: perspective(500px) rotateX(-90deg);
	transform-origin: top;
	visibility: hidden;
	z-index: 2;
}

.search-form-popup input {
	width: 100%;
	background: transparent;
	border: 1px solid #0b192a;
	height: 58px;
	border-radius: 50px;
	background: #062c57;
	padding-left: 25px;
	color: #a5a5a5;
}

.search-form-popup .btn_two {
	position: absolute;
	right: 5px;
	top: 4px;
}

.header-social li.search.hover_three .search-form-popup {
	transform: rotateX(0deg);
	visibility: visible;
}
/*==End Header Area CSS==
==================================================*/

/*==Start Banner Area CSS==
==================================================*/
.hero-area {
	position: relative;
}

.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: visible;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);
}

.camera_target_content {
	bottom: 0;
	height: 443px;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: calc(50% + 25px);
	transform: translateY(-50%);
	z-index: 2;
}

.first-heading > h4 {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	line-height: 45px;
	font-weight: 700;
}

.first-heading span {
	display: block;
	position: relative;
	letter-spacing: 0.2px;
}

.first-heading span::after {
	background: #fff;
	content: "";
	height: 1px;
	left: -25px;
	position: absolute;
	top: 50%;
	width: 100px;
}

.first-heading span::before {
	background: #fff;
	content: "";
	height: 1px;
	right: -25px;
	position: absolute;
	top: 50%;
	width: 100px;
}

.second-heading {
	margin-top: 12px;
}

.second-heading p {
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 26px;
  text-transform: uppercase;
  word-spacing: 2px;
}

.banner-btn {
	display: inline-block;
	margin-top: 32px;
}

.second-heading > h2 {
	color: #ffffff;
	display: inline-block;
	font-size: 100px;
	font-weight: 900;
	height: 110px;
	letter-spacing: 50px;
	text-transform: uppercase;
	vertical-align: middle;
	padding-left: 50px;
}

.camera_prevThumbs,
.camera_nextThumbs,
.camera_prev,
.camera_next,
.camera_commands,
.camera_thumbs_cont {
	background: transparent;
}

.camera_prev,
.camera_next,
.camera_commands {
	height: 40px;
	width: 60px;
}

.camera_prev > div,
.camera_next > div {
	transform: rotate(-90deg);
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}

.camera_prev > div:hover,
.camera_next > div:hover {
	color: #3878e1;
}

.camera_prev > div i {
	margin-right: 7px;
}

.camera_next > div i {
	margin-left: 7px;
}

.scroll-down {
	bottom: -5px;
	cursor: pointer;
	left: calc(50% - 91px);
	position: absolute;
	width: 182px;
}

.scroll-down i {
	color: #fff;
	font-size: 20px;
	left: calc(50% - 5px);
	position: absolute;
	top: calc(50% - 10px);
	animation-name: scrolltop;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.scroll-down .curved1 {
	fill: #3878e1;
	width: 120px;
}

.home2 .banner-main-text {
	background: rgba(6, 44, 87, 0.17);
	padding: 48px 0px;
	border: 2px solid #062c57;
	margin: 0px 30px;
}

.home2 .plan-area::after {
	background: #062c57;
}

.home2 .experience-area::after {
	background: #062c57;
}

.home2 .clients-area::after {
	background: #062c57;
}

.home2 .experience-svg .svg {
	fill: #062c57;
	/*	#04264b*/
}

.home2 .first-heading > h4 {
	margin-top: -17px;
}

.home2 .camera_prev {
	left: 175px;
}

.home2 .camera_next {
	right: 175px;
}
/*==End Banner Area CSS==
==================================================*/

/*==Start Get A Quote CSS==
==================================================*/
.get-a-quotes-area {
	padding: 65px 0;
	text-align: center;
}

.quotes-content-heading h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 400;
	line-height: 34px;
}

.quotes-content-heading h2 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 3.1px;
	margin-top: 23px;
	text-transform: uppercase;
}

.quotes-content-button {
	margin-top: 38px;
	display: inline-block;
}
/*==End Get A Quote css==
==================================================*/

/*==Start About Area css==
==================================================*/
.about-area-left {
	padding: 100px 0 60px;
}
.common-heading {
	margin-bottom: 25px;
}

.about .about-area-left {
	padding-bottom: 0;
}
.about-bottom-area .about-area-left{
	padding-top: 0;
}
.about .about-area-right > img {
	margin-top: 0;
}
.common-heading h2 {
	color: #222;
	font-size: 45px;
	font-weight: 300;
	text-transform: inherit;
}

.common-heading span {
	font-size: 20px;
	font-weight: 700;
	color: #3878e1;
	position: relative;
	text-transform: uppercase;
}

.common-heading span:after {
	content: "";
	left: 0;
	top: -2px;
	width: 45px;
	height: 2px;
	background: #222;
	position: absolute;
}

.about-desc p:first-child {
	margin-bottom: 10px;
}

.about-link {
	display: inline-block;
	margin-top: 32px;
}
.about-area-right > img {
  height: auto;
  width: auto;
  margin-top: 75px;
  max-width: 100%;
}
.about-link .btn_two {
  padding: 0px 55px;
}
/*==End About Area css==
==================================================*/

/*==Start Plan Area CSS==
==================================================*/
.plan-area {
	padding: 0px;
	position: relative;
}

.plan-area:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #3878e1;
	z-index: -1;
}
.plan-area .row{
    margin-right: 0px;
    margin-left: 0px;
}
.plan-area .no-side-padding{
    padding-left: 0px;
    padding-right: 0px;
}
.plan-area .common-heading span {
	color: #fff;
}

.plan-area .common-heading h2 {
	color: #fff;
}

.question-ask-panel-title > p {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding-left: 40px;
}

.faq-panel-body > p {
	color: #eee;
}

.plan-area .area-big-heading {
	left: -40px;
	top: -120px;
}

.plan-area .panel {
	background-color: transparent;
	border: 1px solid transparent;
	box-shadow: none;
}

.faq-panel-body {
	padding-left: 40px;
        color:#fff;
}

.question-ask-panel-title .close-accordion {
	color: #fff;
}

.faq-main-content a.collapsed .question-ask-panel-title i.open-accordion,
.faq-main-content .question-ask-panel-title i.close-accordion {
	display: none;
}

.faq-main-content a.collapsed .question-ask-panel-title i.close-accordion {
	display: block;
}

.question-ask-panel-title .open-accordion {
	border-radius: 50%;
	color: #fff;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
}
.question-ask-panel-title .open-accordion::after {
	/*border: 1px solid #0948ab;*/
        border: 1px solid #fff;
	border-radius: 50%;
	content: "";
	height: 25px;
	left: -4px;
	position: absolute;
	top: -5px;
	width: 24px;
}

.question-ask-panel-title {
	position: relative;
}

.question-ask-panel-title i {
	left: 0;
	position: absolute;
	top: 7px;
	font-size: 20px;
}

.chart {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
}

.chart-table > div {
	vertical-align: middle;
	display: table-cell;
	height: 100%;
}

.chart-table {
	display: table;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: middle;
}
.highcharts-credits{
	display: none;
}
.highcharts-title tspan {
	display: none;
}
.highcharts-axis-title {
	display: none;
}
.highcharts-button-symbol {
	display: none;
}
/*==End plan Area CSS==
==================================================*/

/*==Start Services Area CSS==
==================================================*/
.services-area {
	padding: 80px 0;
}
.single-service.center {
	margin-top: 10px;
}
.single-service-heading::after {
	background: #b4b4b4 none repeat scroll 0 0;
	content: "";
	height: 98px;
	left: 100%;
	position: absolute;
	top: 53%;
	transform: translateY(-50%);
	width: 1px;
}

.single-service-heading {
	position: relative;
}

.service-link {
	display: inline-block;
	margin-top: 25px;
}

.service-link a {
	color: #222;
	font-size: 14px;
	font-weight: 700;
}
.service-link a:hover{
	color: #3878e1;
}

.service-link a i {
	font-size: 18px;
	vertical-align: middle;
	margin-left: 8px;
}

.single-service-img .svg {
	height: 44px;
	fill: #ddd;
}
.single-service:hover .single-service-img .svg {
  fill: #3878e1;
}
.single-service:hover .single-service-title a h4 {
  color: #3878e1;
}
.single-service-img {
	margin-bottom: 22px;
}

.single-service-title a h4 {
	color: #222;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 8px;
}
/*==End Services Area CSS==
==================================================*/

/*==Start Experience Area CSS==
==================================================*/
.experience-area {
	position: relative;
	padding: 120px 0px;
}

.experience-area .common-heading h2 {
	color: #fff;
}

.experience-area .common-heading span {
	color: #fff;
	font-size: 17px;
}

.experience-area:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #3878e1;
	content: "";
	z-index: -1;
}

.form-group {
	display: inline-block;
	margin-bottom: 15px;
}

.form-group label {
	position: absolute;
}

.experience-area .col-md-5 {
	position: inherit;
}

.experience-tab-bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}

.experience-area .area-big-heading {
	left: 50px;
	opacity: 0.02;
	position: absolute;
	top: 16px;
	z-index: 1;
}

.experience-list li {
	display: inline-block;
	margin-right: 83px;
	padding: 8px 0px;
	position: relative;
}
.experience-list li.active a {
	color: #0948ab;
}
.experience-list li:hover a {
	color: #0948ab;
}

.experience-list li::after {
	background: #0948ab none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 0px;
	z-index: 2;
}
.experience-list li.active::after {
  width: 100%;
}
.experience-list li:hover:after {
  width: 100%;
}

.experience-list > li:last-child {
	margin-right: 0;
}

.experience-list a {
	color: #eee;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.experience-list::after {
	background: #78a2e6 none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 100%;
	width: calc(100% - 34px);
}

.experience-list {
	position: relative;
}

.experience-tab-desc {
	margin-bottom: 55px;
	margin-top: 13px;
}

.experience-tab-desc p {
	color: #eee;
}

.form-group label {
	bottom: -38px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 15px;
	color: #eee;
	font-weight: 500;
}

.form-group {
	margin-right: 52px;
	position: relative;
}

.form-group:last-child {
	margin-right: 0px;
}

.experience-svg {
	left: calc(50% - 76px);
	position: absolute;
	top: 50%;
	transform: rotate(90deg);
	width: 185px;
	z-index: 999;
}

.experience-svg .svg {
	fill: #3878e1;
}

.experience-svg i {
	color: #fff;
	font-size: 18px;
	left: 49%;
	position: absolute;
	top: 31%;
	transform: rotate(-90deg);
}
/*==End Experience Area CSS==
==================================================*/

/*==Start Team Area CSS==
==================================================*/
.team-area {
	padding: 0px 0 132px;
}

.team-head-Desc {
	margin-bottom: 60px;
}

.single-team {
	border: 1px solid #3878e1;
	position: relative;
	overflow: hidden;
}

.single-team.hover .single-team-desig {
	transform: translateY(-50%) scale(1);
	left: calc(50% - 20px);
}

.single-team.hover .single-team-social {
	left: 0;
}

.single-team-img img {
	width: 100%;
	height: auto;
}

.single-team-desig > a {
	font-weight: 900;
	font-size: 16px;
	text-transform: capitalize;
	display: inline-block;
	color: #fff;
}

.single-team-desig span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.single-team-social a {
	display: block;
}

.single-team-social {
	background: #fff none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 40px;
	z-index: 9;
	left: -40px;
}

.team-social-inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.team-social-inner a i {
	font-size: 14px;
	color: #3878e1;
}

.team-social-inner a {
	padding: 10px 0px;
}

.single-team-desig {
	color: #fff;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%) scale(0);
	z-index: 90;
}

.single-team::after {
	background: #3878e1 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.9;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: left center 0;
	width: 100%;
}

.single-team.hover::after {
	transform: scaleX(1);
}

/*.single-team.hover .single-team-arrow {
	left: -36px;
}*/

.single-team.hover .single-team-arrow i {
	color: #3878e1;
}

.single-team.hover .single-team-arrow .curved1 {
	fill: #fff;
}

.single-team .single-team-arrow .curved1 {
	fill: #3878e1;
	cursor: pointer;
}

.single-team-arrow {
	left: -75px;
	position: absolute;
	top: calc(50% - 18px);
	transform: rotate(90deg);
	width: 185px;
	z-index: 9;
}

.single-team-arrow i {
	position: absolute;
	left: 90px;
	top: 22%;
	font-size: 18px;
	color: #fff;
	transform: rotate(-90deg);
	cursor: pointer;
}

.single-team-arrow .left {
	display: none;
}
/*==End Team Area CSS==
==================================================*/

/*==Start Clients Area CSS==
==================================================*/
.clients-area {
	padding: 120px 0 130px;
	position: relative;
}
.clients-area .common-heading {
	margin-bottom: 50px;
}
.clients-area::before {
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: calc(50% - 259px);
	background: url("../img/client/client-bg.jpg") no-repeat scroll center center/cover;
	position: absolute;
}

.clients-area:after {
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	width: calc(50% + 259px);
	content: "";
	background: #3878e1;
}

.clients-area .container {
	position: relative;
	z-index: 1;
}

.clients-area .common-heading span {
	color: #fff;
	font-size: 18px;
}

.clients-area .common-heading h2 {
	color: #fff;
}

.sn-tesm-content p {
	color: #eee;
}

.area-big-heading {
	left: -200px;
	opacity: 0.02;
	position: absolute;
	top: -225px;
	z-index: 1;
}

.area-big-heading h1 {
	color: #fefeff;
	font-size: 155px;
	font-weight: 700;
	text-transform: uppercase;
	animation-name: example1;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	animation-direction: normal;
}

@keyframes example1 {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.8);
	}
	100% {
		transform: scale(1);
	}
}

.tesm-content {
	padding: 40px 98px 0px 0px;
	position: relative;
}

.tesm-content:after {
	position: absolute;
	left: 55px;
	height: 1px;
	width: 77%;
	content: "";
	background: #eee;
	top: 0;
}

.sn-tesm-person img {
	height: 100px;
	width: 100px;
	border: 5px solid #0948ab;
	border-radius: 50%;
}

.tesm-content > span {
	position: absolute;
	right: 61px;
	top: -10px;
}

.sn-tesm-person {
	margin-top: 50px;
	display: inline-block;
}

.tesm-content .owl-nav {
	display: inline-flex;
	left: 0;
	position: absolute;
	top: -49px;
}

.tesm-content .owl-next i,
.owl-prev i {
	color: #fefeff;
	font-size: 20px;
}
.tesm-content .owl-next i:hover,
.tesm-content .owl-prev i:hover {
	color: #222;
}

.tesm-content .owl-next {
	margin-left: 8px;
}

.tesm-content .owl-carousel .owl-item img {
	width: 100px;
	display: inline-block;
}

.person-desig {
	display: inline-block;
}

.person-desig > a {
	font-size: 11px;
	color: #eee;
}

.client-svg {
	left: 73px;
	position: absolute;
	top: 39%;
	transform: rotate(90deg);
	width: 50px;
}

.person-desig {
	padding-left: 20px;
}

.client-svg i {
	position: absolute;
	top: -2px;
	left: 44%;
	transform: rotate(-90deg);
	font-size: 18px;
	color: #fff;
	animation-name: clienttesm;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.clients-area .client-svg .curve {
	fill: #0948ab;
}

.sn-tesm-person {
	position: relative;
}
/*==End Clients Area CSS==
==================================================*/

/*==Start Sponsor Area CSS==
==================================================*/
.sponsor-area {
	padding: 0px 0px;
}

.single-sponsor {
	position: relative;
}

.sponsor-slider .owl-item.active {
	border-left: 1px solid #d2d2d2;
}

.sponsor-slider .owl-item.active:first-child {
	border-left: 0px !important;
}

/*==End Sponsor Area CSS==
==================================================*/

/*==Start Corporate Area CSS==
==================================================*/
.single-corporate {
	float: left;
	width: 33.33%;
	position: relative;
	background-origin: content-box;
	background-size: cover;
	background-repeat: no-repeat;
}

.single-corporate:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	opacity: 1;
}

.single-corporate:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0px;
	background: rgba(56, 120, 225, 0.8);
	z-index: 2;
}

.single-corporate:hover:before {
	height: 100%;
}
.single-corporate:hover:after {
	opacity: 0;
}

.single-corporate:hover .sn-corporate-title h4 {
	opacity: 0;
	transform: translateY(-50%) scale(0);
}

.single-corporate:hover .sn-corporate-hover {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.sn-corporate-title h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	width: 100%;
	transform: translateY(-50%) scale(1);
}

.sn-corporate-hover {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) scale(0);
	z-index: 5;
	opacity: 0;
	width: 100%;
	text-align: center;
	padding: 0px 40px;
}

.sn-corporate-hover h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 12px;
}

.sn-corporate-hover p {
	color: #fff;
}

.sn-corporate-img > img {
	height: auto;
	width: 100%;
}
/*==End Corporate Area CSS==
==================================================*/

/*==Start Contact Area CSS==
==================================================*/
#contactgoogleMap {
	height: 685px;
	width: 100%;
}
.map-caption .common-heading {
	margin-bottom: 35px;
	margin-top: -20px;
}
.contact #contactgoogleMap {
	height: 685px;
}
#contactgoogleMap > div {
	height: 100%;
	left: 10% !important;
	top: 0;
	width: 131% !important;
}
.map-contact-form .btn_two {
	padding: 0 55px;
}
.map-location-area {
	position: relative;
	box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.map-contact-form .btn_two {
	height: 49px;
	line-height: 49px;
	padding: 0 55px;
}
.map-container {
	left: 674px;
	position: absolute;
	top: 0;
	z-index: 5;
	background: rgba(255, 255, 255, 0.8);
	height: 100%;
	width: 50%;
}

.map-caption {
	float: right;
	padding-right: 100px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50%;
	transform: translateY(-50%);
	width: 570px;
}

.map-contact-form input {
	background: #fff;
	border: 1px solid #dbdbdb;
	height: 50px;
	margin-bottom: 20px;
	padding: 0 20px;
	width: 100%;
	color: #3878e1;
	line-height: 50px;
}
.map-contact-form input::-webkit-placeholder{
	color: #cfcfcf;
}
.map-contact-form input::-moz-placeholder{
	color: #cfcfcf;
}
.map-contact-form input::-o-placeholder{
	color: #cfcfcf;
}
.map-contact-form input::placeholder{
	color: #cfcfcf;
}
.map-contact-form input:focus {
	border: 1px solid #3878e1;
}

.map-contact-form button {
	/*margin-top: 20px;*/
}
.map-form-head{
	margin-bottom:10px;
}
.mylist > li{
	list-style:disc;
	font-size:16px;
	margin-left:100px;
}
/* distribution order*/
.dist-product ul {
    background: #fff;
    padding: 16px 0 16px 56px;
}
.dist-product ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 8px 0 7px;
    border: 1px solid #222;
    margin-right: 5px;
}
li {
    line-height: 24px;
}
.dist-product ul {
    background: #fff;
    padding: 0px 0 16px 56px;
}
.tbl-container{
	margin-left:20px;
	margin-right:20px;
	margin-top: 50px;
}
.tab-content {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    /*background-color: #FFF;
    border: 1px solid #EEE;*/
    border-top: 0;
    padding: 15px;
}
.sidebar1{
	margin-top:40px;
}


/*==End Contact Area CSS==
==================================================*/

/*==Start Subscribe Area CSS==
==================================================*/
.subscribe-area {
	padding: 60px 0;
}

.subscribe-btn {
	margin-top: 5px;
}

.subscribe-btn .btn_one {
	padding: 0 36px;
	border: 1px solid #fff;
}

.subscribe-content h2 {
	color: #fff;
	font-size: 25px;
	margin-bottom: 10px;
}

.subscribe-content span {
	color: #fff;
	font-style: italic;
	font-weight: 300;
}
/*==End Subscribe Area CSS==
==================================================*/

/*==Start Footer Top Area CSS==
==================================================*/
.sn-add-img .svg {
	fill: #fff;
	margin-bottom: 6px;
	width: 20px;
}

.sn-add-img span {
	display: block;
}

.sn-add-img span,
.sn-add-img span a {
	color: #fff;
	font-style: italic;
	font-weight: 400;
}

.footer-top-area {
	background: url(../img/footer-top/bg.jpg) no-repeat fixed 0 0/cover;
	padding: 132px 0px;
	position: relative;
}

.footer-top-area:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(3, 11, 21, 0.7);
}

.single-address::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 8px;
	width: calc(50% - 20px);
}

.single-address::before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 1px;
	right: 0;
	position: absolute;
	top: 8px;
	width: calc(50% - 20px);
}

.single-address {
	position: relative;
	z-index: 3;
}

.f-top-main-content {
	margin-top: 60px;
	position: relative;
	z-index: 3;
}

.f-top-main-content-logo {
	margin-bottom: 30px;
}

.f-top-main-content-desc p {
	color: #c2c2c2;
}

.f-top-main-content-time {
	background: #061f3b none repeat scroll 0 0;
	margin-top: 30px;
	height: 38px;
	padding: 0px 30px;
}

.f-top-main-content-time li {
	color: #d6d6d6;
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	line-height: 38px;
	margin-left: -4px;
	text-transform: uppercase;
	margin-right: 88px;
}

.f-top-main-content-time li:last-child {
	margin-right: 0px;
}

.f-top-subscribe .btn_one {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}

.f-top-subscribe input {
	width: 227px;
	line-height: 36px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #3878e1;
	text-align: center;
	font-size: 12px;
	color: #607285;
	font-weight: 400;
}

.f-top-subscribe {
	margin-top: 50px;
}
/*==End Footer Top Area CSS==
==================================================*/

/*==Start Footer Bottom Area CSS==
==================================================*/
.footer-bottom-area {
	background: #020a13;
	padding: 20px 0px;
	position: relative;
}

.copyright p {
	font-size: 11px;
	color: #c2c2c2;
	font-weight: 400;
}

.copyright a {
	color: #fff;
	font-weight: 700;
}

.footer-menu li {
	display: inline-block;
}

.footer-menu {
	text-align: right;
}

.footer-menu a {
	display: inline-block;
	margin-left: 30px;
	font-size: 11px;
	font-weight: 400;
	color: #c2c2c2;
}

.footer-social a {
	color: #c2c2c2;
	font-size: 13px;
	padding: 0 15px;
	display: inline-block;
	vertical-align: middle;
}

.footer-social a:hover,
.footer-menu a:hover {
	color: #3878e1;
}

.scroll-top {
	left: calc(50% - 95px);
	position: absolute;
	top: -40px;
	width: 190px;
	cursor: pointer;
}

.scroll-top i {
	color: #fff;
	font-size: 20px;
	left: calc(50% - 5px);
	position: absolute;
	top: calc(50% - 10px);
	animation-name: scrolltop;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.scroll-top .curved1 {
	fill: #020a13;
}
/*==End Footer Bottom Area CSS==
==================================================*/

/*== Start Breadcumb Area ==
==================================================*/
.breadcrumb-area {
	background: url("img/breadcumb-bg.jpg") no-repeat scroll 0 0 / cover;
	padding: 120px 0;
	text-align: center;
	position: relative;
}

.breadcrumb-area:before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	content: "";
	position: absolute;
}

.breadcrumb > li + li::before {
	content: "> ";
	color: #3878e1;
}

.breadcrumb {
	background-color: transparent;
}

.section-title h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 900;
	letter-spacing: 10px;
	line-height: 60px;
	position: relative;
	text-transform: uppercase;
}

.section-title1{
	text-align:left;
	padding-top:20px;
 	/*border-top: 5px solid #fff;*/
  	border-bottom: 5px solid #fff;
}
.section-title2{
	text-align:left;
	margin-top:90px;
 	/*border-top: 5px solid #fff;*/
}
.section-title2 span{
	color: #fff;
	background:#efefe1;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 3px;
	margin-top:10px;
	position: relative;
	text-transform: uppercase;
}
.section-title1 h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 900;
	letter-spacing: 10px;
	line-height: 60px;
	position: relative;
	text-transform: uppercase;
}

.section-title h2::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 50px;
	position: absolute;
	top: 100%;
	width: 100px;
}

.section-title h2::before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 1px;
	position: absolute;
	right: 50px;
	top: 100%;
	width: 100px;
}

.breadcrumb a {
	font-size: 14px;
	font-weight: 400;
	color: #3878e1;
}

.breadcrumb a:hover {
	color: #fff;
}

.breadcrumb > .active {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}

.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding-top: 12px;
}
/*==End Breadcumb Area ==
==================================================*/

/*== Start Error Content Area ==
==================================================*/
.error-content-area {
	background: #f6f6f6 none repeat scroll 0 0;
	padding: 130px 0;
	text-align: center;
}

.error-desc h1 {
	font-size: 60px;
	font-weight: 900;
	color: #e4e4e4;
	padding: 42px 0px;
}

.error-desc > p {
	font-size: 14px;
	color: #5b5b5b;
}

.error-svg {
	left: calc(50% - 58px);
	position: absolute;
	top: -24px;
	width: 118px;
	cursor: pointer;
}

.error-svg .curved1 {
	fill: #3878e1;
}

.error-btn {
	display: inline-block;
	position: relative;
	margin-top: 45px;
}

.error-svg a i {
	color: #fff;
	font-size: 20px;
	left: 46%;
	position: absolute;
	top: 3px;
	-webkit-animation-name: example;
	-webkit-animation-duration: 1s;
	animation-name: example;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.error-content-area .btn_one {
	border: 1px solid #3878e1;
	color: #3878e1;
}
.error-content-area .btn_one:hover {
	border: 1px solid #3878e1;
	background: #3878e1;
	color: #fff;
}
.error-content-area .btn_one:hover:after {
	display: none;
}
/*==End Error Content Area ==
==================================================*/

/*== Start About Page ==
==================================================*/
.about .form-group label {
	color: #868686;
}

.about .team-area {
	background: #f4f4f4 none repeat scroll 0 0;
	padding: 132px 0;
}

.about-bottom-area {
  padding-bottom: 110px;
  padding-top: 55px;
}
/*== End About Page ==
==================================================*/

/*== Start contact Area ==
==================================================*/
.main-contact-area {
	box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1) inset;
	padding: 120px 0px;
	position: relative;
}

.main-contact-area:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #3878e1;
	content: "";
	z-index: -1;
}

.contact-bg img {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -3;
	width: 50%;
}

.main-contact-area .common-heading span {
	color: #fff;
}
.main-contact-area .common-heading h2 {
	color: #fff;
}

.contact-form input {
	height: 49px;
	line-height: 49px;
	width: 100%;
	margin-bottom: 20px;
	color: #666;
	padding-left: 20px;
	border: 1px solid transparent;
}
.contact-form input::placeholder{
	color: #cfcfcf;
}
.contact-form input:focus,
.contact-form textarea:focus {
	border: 1px solid #3878e1;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.contact-form textarea {
	width: 100%;
	height: 200px;
	color: #666;
	line-height: 49px;
	padding-left: 20px;
	border: 1px solid transparent;
	resize: none;
}
.contact-form textarea::placeholder{
	color: #cfcfcf;
}
.contact-form button.btn_two {
	background: #ffffff none repeat scroll 0 0;
	color: #3878e1;
	margin-top: 30px;
	padding: 0px 55px;
}
.contact-form button.btn_two:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.sn-add-title h3 {
	font-weight: 900;
	font-size: 20px;
	color: #3878e1;
}

.sn-add-title {
	margin-bottom: 20px;
}

.contact-single-address li,
.contact-single-address li a {
	font-size: 14px;
	font-weight: 400;
	color: #868686;
	line-height: 26px;
}

.contact-single-address {
	margin-bottom: 60px;
}

.contact-single-address:last-child {
	margin-bottom: 0px;
}
/*==End contact Area ==
==================================================*/

/*== Start Service Page ==
==================================================*/
.service .services-area {
  padding: 90px 0;
}
.service .single-service.center {
  margin-top: 0px;
}
.service .single-service{
  padding: 40px 0;
}
.service .single-service:hover .single-service-img .svg {
	fill: #3878e1;
}

.service .single-service:hover .single-service-title h4 {
	color: #3878e1;
}
/*== End Service Page ==
==================================================*/

/*== End Blog Page ==
==================================================*/
.blog-post-area {
	padding: 0px 0 130px;
}

.post-thumbnail{
    padding-top:70px;
}
.post-thumbnail > img {
	width: 100%;
}

.single-post {
	border: 1px solid #3878e1;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.single-post.hover_one .post-title {
	/*height: 71%;*/
        height:80%;
	background: #fff;
	opacity: 1;
}

.single-post.hover_one .post-title h3 {
	color: #3878e1;
}

.single-post.hover_one .post-desc {
	position: static;
	transform: scaleY(1);
}

.single-post.hover_one .post-title-img .svg {
	top: 100%;
	fill: #fff;
}

.single-post.hover_one .post-title-img i {
	top: 100%;
	color: #3878e1;
}

.single-post.hover_one .post-meta {
	transform: scaleY(1)
}

.post-title {
	background: #3878e1 none repeat scroll 0 0;
	height: 70px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	opacity: 0.9;
	z-index: 2;
}

.post-title a h3 {
	line-height: 70px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}

.post-title-img .svg {
	fill: #3878e1;
	transform: rotate(-180deg);
	width: 186px;
	position: absolute;
	left: calc(50% - 93px);
	top: 70px;
	cursor: pointer;
}

.post-title-img i {
	color: #fff;
	font-size: 20px;
	left: calc(50% - 4px);
	position: absolute;
	top: 76px;
	cursor: pointer;
}

.post-desc {
	margin-top: -16px;
	padding: 0 20px 20px;
	position: absolute;
	top: -100%;
	transform: scaleY(0);
}

.post-desc p {
	color: #828383;
}

.post-meta li {
	display: inline-block;
}

.post-meta {
	background: #3878e1 none repeat scroll 0 0;
	bottom: 0;
	height: 71px;
	opacity: 0.9;
	position: absolute;
	width: 100%;
	transform: scaleY(0);
	z-index: 1;
	transform-origin: bottom;
}

.post-meta li:last-child {
	float: right;
}

.post-meta li a {
	color: #fff;
}

.post-meta > ul {
	margin-top: 35px;
	padding: 0 22px;
}

.post-meta a i {
	margin-right: 10px;
}

.pagination li {
	display: inline-block;
	margin-right: 6px;
}

.pagination li a:hover {
	color: #fff;
	border: 1px solid #3878e1;
	background: #3878e1;
}

.pagination a {
	display: inline-block;
	border: 1px solid #919191;
	border-image: none;
	border-radius: 15px;
	padding: 0px 15px;
	color: #919191;
	text-transform: capitalize;
	height: 30px;
	line-height: 27px;
}

.pagination li.active a {
	border: 1px solid #3878e1;
	color: #3878e1;
}

.pagination li.active:hover a {
	color: #fff;
}

.pagination {
	margin-top: 35px;
	margin-bottom: 0px;
}

.blog .common-heading {
	margin-bottom: 56px;
}
/*== End Blog Page ==
==================================================*/

/*== End Single Blog Page ==
==================================================*/
.single-blog-post {
	padding: 130px 0;
}

.single-blog .post-thumbnail {
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}
.single-blog .post-thumbnail:hover .left-sidebar-meta {
	bottom: 0;
}

.left-sidebar-title {
	background: rgba(56, 120, 225, 0.87);
	height: 62px;
	position: absolute;
	top: 0;
	width: 100%;
}

.left-sidebar-title h3 {
	line-height: 62px;
	padding-left: 20px;
	font-size: 25px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}

.left-sidebar-meta {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	bottom: -38px;
	height: 38px;
	left: 0;
	padding: 0 16px;
	position: absolute;
	width: calc(50% - 61px);
}

.left-sidebar-meta a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-right: 42px;
}

.left-sidebar-meta a i {
	margin-right: 10px;
}

.left-sidebar-meta > span {
	line-height: 38px;
}

.left-sidebar-meta a:last-child {
	margin-right: 0;
}

.left-sidebar-meta a:nth-child(2) {
	font-style: italic;
}

.single-left-desc {
	margin-bottom: 50px;
}

.single-left-desc > h4 {
	color: #656565;
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 10px;
}

.blog-left-sidebar {
	border-bottom: 1px solid #d5e5ff;
}

.media-body {
	display: inline-block;
	width: calc(100% - 128px);
	border: 1px solid #ddd;
	padding: 30px;
}

.single-blog-post .sn-tesm-person {
	margin-top: 0;
	margin-right: 25px;
}

.children {
	margin-left: 100px;
}

.heading_left h4 {
	color: #c0c0c0;
	display: inline-block;
	font-size: 16px;
	padding-right: 10px;
	border-right: 1px solid #c0c0c0;
	vertical-align: middle;
}

.heading_left h4 a {
	font-size: 16px;
	font-weight: 700;
	color: #3878e1;
}
.heading_left h4 a:hover {
	color: #222;
}

.heading_left span {
	color: #c0c0c0;
	font-size: 14px;
	font-weight: 400;
	padding-left: 10px;
	vertical-align: middle;
}

.comment_title h4 {
	color: #222;
	font-size: 30px;
	font-weight: 300;
}

.comment_title span {
	color: #3878e1;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
}

.comment_title {
  margin-bottom: 63px;
  padding-top: 46px;
}

.single-blog-post .client-svg .curve {
	fill: #3878e1;
}

.single-blog-post .sn-tesm-person img {
	border: 5px solid #3878e1;
}

.comment-content.comment {
	margin-top: 20px;
}

.comment-reply-link {
	border-bottom: 1px solid #c0c0c0;
	color: #c0c0c0;
	font-size: 14px;
	margin-top: 20px;
}
.comment-reply-link:hover{
	border-bottom: 1px solid #3878e1;
	color: #3878e1;
}

.comments-area {
  border-bottom: 1px solid #d5e5ff;
  padding-bottom: 60px;
}

.media-all {
	margin-bottom: 40px;
}

.media-all:last-child {
	margin-bottom: 0px;
}

.comment-form {
	display: inline-block;
	width: calc(100% - 128px);
	vertical-align: top;
}

.comment-form textarea {
	width: 100%;
	height: 133px;
	border: 1px solid #dbdbdb;
	resize: none;
	color: #666;
	margin-bottom: 18px;
	line-height: 50px;
	padding-left: 20px;
}
.comment-form textarea::placeholder {
  color: #cfcfcf;
}
.comment-form .btn_two {
	margin-top: 40px;
	float: right;
}

.reply-input input {
	margin-right: 20px;
	width: 48.4%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #dbdbdb;
	color: #666;
	padding-left: 20px;
}
.reply-input input::placeholder {
  color: #cfcfcf;
}
.reply-input > input:last-child {
	margin-right: 0;
}

.widget-title > h4 {
	border-bottom: 1px solid #3878e1;
	color: #222;
	font-size: 25px;
	font-weight: 900;
	margin-bottom: 36px;
	padding: 20px 0;
}

.widget-desc a {
	color: #868686;
	font-size: 16px;
}
.widget-desc a:hover {
	color: #3878e1;
}

.widget-desc a i {
	color: #3878e1;
	font-size: 24px;
	vertical-align: middle;
	margin-right: 7px;
}

.widget.comment .widget-desc a {
	color: #3878e1;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
.widget.comment .widget-desc a:hover {
	color: #222;
}

.widget.comment .widget-desc ul li {
	margin-bottom: 20px;
}

.widget.comment .widget-desc ul li:last-child {
	margin-bottom: 0px;
}

.widget.comment .widget-desc a span {
	color: #868686;
	font-style: italic;
}

.widget.archieve .widget-desc ul li {
	margin-bottom: 23px;
}

.widget.archieve .widget-desc ul li a {
	display: block;
	padding-bottom: 14px;
	border-bottom: 1px solid #d5e5ff;
}

.widget.archieve .widget-desc ul li:last-child {
	border-bottom: 0px solid #3878e1;
	margin-bottom: 0px;
}

.widget {
	margin-bottom: 30px;
}

.w-desc-title h5 {
	font-size: 16px;
	font-weight: 700;
	color: #222;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.w-desc-title h5:hover {
  color: #3878e1;
}

.w-desc-meta span {
	color: #3878e1;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 10px;
}

.w-desc-meta {
	margin-bottom: 10px;
}

.single-w-desc {
	margin-bottom: 30px;
}

.single-w-desc:last-child {
	margin-bottom: 0px;
}

.w-desc-total {
	color: #868686;
	font-size: 16px;
	font-weight: 400;
}
/*== End Single Blog Page ==
==================================================*/

/*== Start Finance Service Page ==
==================================================*/
.download-brochure {
	background: #ededed none repeat scroll 0 0;
	padding: 40px 32px;
	position: relative;
}
.tab-pane-img img {
	height: auto;
	width: 100%;
}
.tab-pane-img {
	float: left;
	width: 64%;
}
.download-brochure h3 {
	color: #222;
	font-size: 30px;
	font-weight: 300;
	line-height: 35px;
	margin-bottom: 48px;
}

.download-brochure span {
	color: #3878e1;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
}

.download-brochure img {
	opacity: 0.1;
	position: absolute;
	right: 24px;
	top: 38%;
}

.rochure-desc p:first-child {
	margin-bottom: 18px;
}

.brochure-area {
	padding: 130px 0;
}

.brochure-area .common-heading {
	margin-bottom: 30px;
	margin-top: -10px;
}

.service-detail-area .brochure-desc-part {
	display: inline-block;
	margin-left: 30px;
	width: 30.33%;
	margin-top: -10px;
}

.service-detail-area .common-heading {
	margin-bottom: 23px;
}

.tab-img img {
	vertical-align: top;
}

.service-detail-area {
	padding: 130px 0;
}

.ser-detail-list a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #a5a5a5;
	display: block;
}

.ser-detail-list {
	background: #ededed;
	border: 1px solid #dedede;
}

.ser-detail-list li {
	padding: 18px 0px;
	padding-left: 40px;
	position: relative;
	border-bottom: 1px solid #dedede;
}

.ser-detail-list li:hover a {
	color: #3878e1;
}

.ser-detail-list li.active .client-svg i {
	color: #3878e1;
}

.ser-detail-list li.active a {
	color: #3878e1;
}

.ser-detail-list li:hover .client-svg i {
	color: #3878e1;
}

.ser-detail-list li:last-child {
	border-bottom: 0px solid #dedede;
}

.ser-detail-list .client-svg {
	left: -4px;
	top: 36%;
}

.ser-detail-list .client-svg i {
	color: #a5a5a5;
	top: 2px;
}

.ser-detail-list .client-svg .curved1 {
	fill: #fff;
}

.ser-detail-list li::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 16px;
}
/*== End Finance Service Page ==
==================================================*/
.videos-list h5{
    padding:20px 10px;
    font-size: 16px;
    font-weight: bold;
}
.videos-list .video-title{
    height: 66px;
    background-color:#3878e1;
    color:#ffffff;
}
.videos-list a{
    width:100%;
    display:inline-block;
    position:relative;
}
.videos-list a:after{
    content:'\f16a';
    font-family: 'FontAwesome';
    font-size:30px;
    position: absolute;
    top:50%;
    left:0px;
    right: 0px;
    color:#f00;
    text-align: center;
}
.videos-list a img{
    width:100%;
}

.cata-list h5{
    padding:20px 10px;
    font-size: 16px;
    font-weight: bold;
}
.cata-list a{
    display: block;
    width:100%;
}
.cata-list .pdf-box{
    width:100%;
    text-align: center;
    padding:40px 10px;
    background-color:#d34836;
    color:#fff;
}

.cata-list .cata-title{
    height: 66px;
}
.cata-list a img{
    max-width:100%;
    height:150px;
}

.modal-content{
    background-color:#3878e1;
    color:#fff;
}

.modal-content input {
	height: 40px;
	line-height: 40px;
	width: 100%;
	margin-bottom: 20px;
	color: #666;
	padding-left: 20px;
	border: 1px solid transparent;
}
.modal-content textarea{
 	width: 100%;
	height: 80px;
	color: #666;
	line-height: 40px;
	padding-left: 20px;
	border: 1px solid transparent;
	resize: none;
}
.modal-content p{
    color:#fff;
}
.modal-content .btn-primary{
    background-color: transparent;
    border-color:#fff;
}
.modal-content .btn-primary:hover{
    background-color: #fff;
    color:#3878e1;
}
.modal-content .close{
    color:#fff;
}
/*-my map form-*/
.my-map-form{
	background: #eee;
    padding-top: 20px;
    padding-bottom: 20px;
	}
/*-----*/
/*== Start animation style ==
==================================================*/
/*for error to back home*/
@-webkit-keyframes example {
	0% {
		top: 3px;
	}
	25% {
		top: 1px;
	}
	50% {
		top: 3px;
	}
	75% {
		top: 5px;
	}
	100% {
		top: 3px;
	}
}

@-o-keyframes example {
	0% {
		top: 3px;
	}
	25% {
		top: 1px;
	}
	50% {
		top: 3px;
	}
	75% {
		top: 5px;
	}
	100% {
		top: 3px;
	}
}

@-moz-keyframes example {
	0% {
		top: 3px;
	}
	25% {
		top: 1px;
	}
	50% {
		top: 3px;
	}
	75% {
		top: 5px;
	}
	100% {
		top: 3px;
	}
}

@keyframes example {
	0% {
		top: 3px;
	}
	25% {
		top: 1px;
	}
	50% {
		top: 3px;
	}
	75% {
		top: 5px;
	}
	100% {
		top: 3px;
	}
}

/*for scroll top*/
@keyframes scrolltop {
	0% {
		top: calc(50% - 10px);
	}
	25% {
		top: calc(50% - 13px);
	}
	50% {
		top: calc(50% - 10px);
	}
	75% {
		top: calc(50% - 7px);
	}
	100% {
		top: calc(50% - 10px);
	}
}

@-webkit-keyframes scrolltop {
	0% {
		top: calc(50% - 10px);
	}
	25% {
		top: calc(50% - 13px);
	}
	50% {
		top: calc(50% - 10px);
	}
	75% {
		top: calc(50% - 7px);
	}
	100% {
		top: calc(50% - 10px);
	}
}

@-o-keyframes scrolltop {
	0% {
		top: calc(50% - 10px);
	}
	25% {
		top: calc(50% - 13px);
	}
	50% {
		top: calc(50% - 10px);
	}
	75% {
		top: calc(50% - 7px);
	}
	100% {
		top: calc(50% - 10px);
	}
}

@-moz-keyframes scrolltop {
	0% {
		top: calc(50% - 10px);
	}
	25% {
		top: calc(50% - 13px);
	}
	50% {
		top: calc(50% - 10px);
	}
	75% {
		top: calc(50% - 7px);
	}
	100% {
		top: calc(50% - 10px);
	}
}

/*for clienttesm*/

@keyframes clienttesm {
	0% {
		transform: rotate(-90deg) scale(1);
	}
	50% {
		transform: rotate(-90deg) scale(0);
	}
	100% {
		transform: rotate(-90deg) scale(1);
	}
}

@-webkit-keyframes clienttesm {
	0% {
		transform: rotate(-90deg) scale(1);
	}
	50% {
		transform: rotate(-90deg) scale(0);
	}
	100% {
		transform: rotate(-90deg) scale(1);
	}
}
@-o-keyframes clienttesm {
	0% {
		transform: rotate(-90deg) scale(1);
	}
	50% {
		transform: rotate(-90deg) scale(0);
	}
	100% {
		transform: rotate(-90deg) scale(1);
	}
}
@-moz-keyframes clienttesm {
	0% {
		transform: rotate(-90deg) scale(1);
	}
	50% {
		transform: rotate(-90deg) scale(0);
	}
	100% {
		transform: rotate(-90deg) scale(1);
	}
}

/*== End animation style ==
==================================================*/

/*== for type style for banner ==
==================================================*/
.typed-cursor {
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
	color: #fff;
	display: inline-block;
	font-size: 56px;
	vertical-align: middle;
}

@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*==ENd  style css==
==================================================*/

/*==Start responsive css==
==================================================*/
/*-----------------------------
	==Midum Screen==
-----------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.container{
		width: 1200px;
	}
	.contact-bg img {
		width: 40%;
	}
	.area-big-heading h1 {
		font-size: 100px;
	}
	
	.home2 .camera_next {
	  right: 0;
	}
	.home2 .camera_prev {
	  left: 0;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.container{
		width: 970px;
	}
	.error-desc h1 {
	  font-size: 52px;
	}
	.footer-social a {
	  padding: 0 10px;
	}
	.about .about-area-right > img {
		margin-top: 122px;
		width: 100%;
	}
	.reply-input input {
	  width: 47.4%;
	}
	.form-group {
	  margin-right: 40px;
	}
	.form-group {
	  margin-right: 10px;
	}
	.service-detail-area .brochure-desc-part {
	  display: inline-block;
	  margin-left: 0;
	  margin-top: 30px;
	  width: 100%;
	}
	.tab-pane-img {
	  float: left;
	  width: 100%;
	}
	.area-big-heading h1 {
		font-size: 115px;
	}
	.experience-list li {
		margin-right: 35px;
	}
	.map-caption {
		padding-right: 33px;
		width: 450px;
	}
	.experience-area {
		padding: 86px 0;
	}
	.second-heading > h2 {
		font-size: 95px;
	}
	.plan-area .area-big-heading {
		left: 0;
		top: -120px;
	}
	.single-service-heading::after {
		top: 72%;
	}
	.home2 .camera_next {
	  right: 0;
	}
	.home2 .camera_prev {
	  left: 0;
	}
	.header-social li:first-child a {
		padding-left: 0;
		padding-right: 0;
	}
	.home2 .mainmenu > ul::after {
		width: calc(100% + 87px);
	}
	.section-title h2::after {
		left: 30px;
	}
	.section-title h2 {
		font-size: 27px;
	}
	.section-title h2::before {
		right: 30px;
	}
	.blog .single-post {
		height: 295px;
	}
	.blog .post-thumbnail {
		height: 100%;
		position: relative;
	}
	.blog .post-thumbnail > img {
		height: 100%;
		left: 50%;
		position: relative;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		width: auto;
	}
	.blog .post-meta {
	  height: 85px;
	}
	.blog .post-desc {
	  padding: 7px 20px 20px;
	}
	.second-heading > h2 {
		letter-spacing: 44px;
		padding-left: 44px;
	}
	.single-service.center {
		margin-top: 85px;
	}
	.single-service-heading::after {
		left: 106%;
	}
}
/*---------------------------------
		==Tablet Screen==
---------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 750px;
	}
	
	.service .single-service {
		padding: 40px 20px;
	}
	.mainmenu {
    display: none;
	}
	.mean-container .mean-bar {
    display: block;
    
	}

	
	.mainmenu > ul > li {
		margin: 0 10px;
	}
	.search-form-popup {
		width: 485px;
	}
	.contact-bg img {
		width: 36%;
	}
	.error-desc h1 {
		font-size: 48px;
	}
	
	.footer-social a {
		padding: 0 12px;
	}
	
	.footer-menu a {
		margin-left: 18px;
	}
	
	.subscribe-btn .btn_one {
		padding: 0 33px;
	}
	
	.left-sidebar-meta {
		width: 51%;
	}
	
	.reply-input input {
		width: 46.6%;
	}
	
	.comment-form .btn_two {
		float: left;
	}
	
	.right-sidebar {
		margin-top: 30px;
	}
	
	.clients-area::after {
		width: 100%;
	}
	
	.form-group {
		margin-right: 10px;
	}
	
	.form-group canvas {
		height: 100px;
		width: 100px;
	}
	
	.single-team {
		margin: 0 30px 30px;
	}
	
	.second-heading > h2 {
		font-size: 62px;
		height: 60px;
		letter-spacing: 32px;
	}
	
	.banner-main-text {
		padding: 0px 50px;
	}
	
	.quotes-content-heading h2 {
		font-size: 32px;
		line-height: 25px;
	}
	
	.single-service-heading {
		padding: 0px 161px;
		margin-bottom: 50px;
	}
	
	.single-service-heading::after {
		display: none;
	}
	
	.service-detail-area .brochure-desc-part {
		margin-left: 0;
		margin-top: 0px;
		width: 100%;
	}
	
	.brochure-chart {
		margin-top: 41px;
	}
	
	.tab-pane-img {
		float: left;
		width: 100%;
	}
	.form-group label {
		font-size: 13px;
	}
	
	.experience-list li {
		margin-right: 39px;
	}
	
	.area-big-heading h1 {
		font-size: 88px;
	}
	
	.experience-list li {
		margin-right: 21px;
	}
	
	.common-heading h2 {
		font-size: 38px;
	}
	.area-big-heading {
		top: -192px;
		left: -56px;
	}
	.clients-area::before {
		width: 30%;
		z-index: 2;
	}
	.tesm-content::after {
		width: 67%;
	}
	.sn-corporate-hover h4 {
		font-size: 17px;
	}
	.sn-corporate-hover P {
		font-size: 12px;
	}
	.map-caption {
		padding-right: 39px;
		right: 0;
		width: 349px;
	}
	.plan-area .area-big-heading {
		left: 0;
		top: -120px;
	}
	.home2 .camera_prev {
	  left: 0;
	}
	.home2 .camera_next{
	  right: 0;
	}
	.about-area-right > img {
		width: 100%;
		margin-top: 215px;
	}
	.question-ask-panel-title i {
		font-size: 19px;
	}
	
}
/*--------------------------------
		==Mobile Screen==
--------------------------------*/
@media only screen and (max-width: 767px) {
	.container {
        width: 300px;
    }
	/* error page */
	.error-desc h1 {
		font-size: 28px;
		padding: 25px 0;
	}
	.meanmenu-reveal {
		top: 20px;
		background-color: #fff;
	}
	.chart img {
		width: 100%;
	}
	.container {
	    width: 100% !important;
	    overflow: hidden;
	}
	.experience-area .area-big-heading {
		left: 0px;
	}
	.single-address {
		margin-bottom: 25px;
	}

	.f-top-main-content {
		margin-top: 15px;
	}

	.f-top-main-content-time li {
		margin-right: 0px;
		display: block;
	}

	.f-top-main-content-time {
		background: transparent;
	}

	.f-top-subscribe {
		margin-top: 80px;
	}

	.footer-top-area {
		padding: 80px 0;
	}

	.error-content-area {
		padding: 80px 0;
	}

	.footer-bottom-area {
		text-align: center;
	}

	.footer-menu {
		text-align: center;
	}

	.footer-menu a {
		margin: 0px 15px;
	}

	.footer-social {
		margin: 15px 0;
	}

	.header-social {
		margin-top: 18px;
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: 9;
		left: 0;
	}
	/*	error page */
	/*	contact */
	.main-contact-area::after {
		height: 50%;
		width: 100%;
	}

	.main-contact-area {
		padding: 80px 0;
	}

	.main-contact-form {
		padding-bottom: 150px;
	}

	.subscribe-btn {
		margin-top: 37px;
		display: inline-block;
	}

	.reply-input input {
		width: 100%;
		margin-bottom: 20px;
	}

	.comment-form {
		width: 100%;
	}
	/*	contact */
	/*	single blog */
	.left-sidebar-title {
		height: 40px;
	}

	.left-sidebar-title h3 {
		font-size: 12px;
		line-height: 40px;
	}

	.left-sidebar-meta {
		width: 100%;
		height: 30px;
	}

	.left-sidebar-meta a {
		font-size: 12px;
		margin-right: 10px;
	}

	.left-sidebar-meta > span {
		line-height: 30px;
	}

	.media-body {
		padding: 10px;
		width: 100%;
	}

	.children {
		margin-left: 25px;
	}

	.comment-form .btn_two {
		float: left;
		margin-top: 12px;
	}

	.single-blog-post .sn-tesm-person {
		margin-bottom: 30px;
	}

	.right-sidebar {
		margin-top: 30px;
	}

	.single-blog-post {
		padding: 80px 0;
	}

	.single-team {
		margin-bottom: 30px;
	}

	.mainmenu {
		display: none;
	}
	/*	single blog */
	
	/* blog */
	.blog-post-area {
		padding: 80px 0 80px;
	}
	.blog .single-post {
		height: 295px;
	}
	.blog .post-thumbnail {
		height: 100%;
		position: relative;
	}
	.blog .post-thumbnail > img {
		height: 100%;
		left: 50%;
		position: relative;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		width: auto;
	}
	.single-post.hover_one .post-title {
		height: 76%;
	}
	/*	blog */
	
	/*	home page */
	.second-heading > h2 {
		font-size: 20px;
		font-weight: 900;
		height: auto;
		letter-spacing: 13px;
	}
	
	.typed-cursor {
		font-size: 14px;
	}
	
	.search-form-popup {
		right: -140px;
		width: 280px;
	}
	
	.search-form-popup .btn_two {
		padding: 0px 30px;
	}
	
	.second-heading {
		margin-top: 12px;
		padding: 0px 30px;
	}
	
	.btn_two {
		padding: 0 40px;
	}
	
	.quotes-content-heading h2 span {
		font-size: 12px;
		margin-top: 10px;
	}
	
	.quotes-content-button {
		margin-top: 25px;
	}
	
	.quotes-content-heading h2 {
		font-size: 24px;
	}
	
	.second-heading p {
		margin-top: 20px;
	}
	
	.about-area-left {
		margin-bottom: 30px;
	}
	
	.single-service-heading::after {
		display: none;
	}
	
	.single-service {
		margin-top: 40px;
	}
	
	.single-corporate {
		width: 100%;
	}
	
	.map-caption {
		padding-right: 0;
		position: static;
		right: 0;
		top: 0;
		width: 100%;
		transform: translateY(0);
		padding: 30px;
	}
	
	.map-container {
		position: static;
		top: 0;
		width: 100%;
	}
	
	.area-big-heading h1 {
		font-size: 60px;
	}
	
	.tesm-content::after {
		width: 40%;
	}
	
	.tesm-content {
		padding-right: 0;
	}
	
	.experience-tab-bg {
		display: none;
	}
	
	.experience-svg {
		display: none;
	}
	
	.experience-area::after {
		width: 100%;
	}
	
	.form-group {
		margin: 0;
		position: relative;
		width: 100%;
		text-align: center;
		margin-bottom: 47px;
	}
	
	.experience-list li {
		display: block;
		margin-right: 0px;
		text-align: center;
	}
	
	.experience-list::after {
		width: 100%;
	}
	
	.chart {
		height: 100%;
		left: 0;
		position: static;
		top: 0;
		width: 100%;
	}
	
	.chart-table {
		display: block;
		position: static;
		top: 0;
		transform: translateY(0px);
		vertical-align: initial;
	}
	
	.chart-table > div {
		vertical-align: initial;
		display: block;
	}
	
	.plan-area::after {
		display: none;
	}
	
	.faq-main-content {
		background: #3878e1 none repeat scroll 0 0;
		padding: 50px 20px;
	}
	
	.sponsor-area {
		padding: 60px 0;
	}
	
	.clients-area {
		padding: 100px 0;
	}
	
	.team-area {
		padding: 70px 0;
	}
	
	.team-head-Desc {
		margin-bottom: 25px;
	}
	
	.experience-area,
	.services-area,
	.plan-area {
		padding: 80px 0;
	}
	
	.plan-area {
		padding-bottom: 0px;
	}
	/*	home page  */
	
	/*	about page  */
	.section-title h2 {
		font-size: 30px;
		letter-spacing: 8px;
	}

	.about-bottom-area {
		margin-top: 37px;
	}
	/*	about page  */
	
	/* f service page  */
	.service-detail-area .brochure-desc-part {
		margin-left: 0;
		margin-top: 0px;
		width: 100%;
	}
	
	.service-detail-area {
		padding: 80px 0 0;
	}
	
	.ser-detail-list {
		margin-bottom: 30px;
	}
	
	.service-detail-area .brochure-desc-part {
		margin-top: 24px;
	}
	
	.brochure-area {
		padding: 80px 0;
	}
	
	.download-brochure {
		margin-bottom: 40px;
	}
	
	.brochure-chart {
		margin-top: 30px;
	}
	.home2 .first-heading span::before {
		right: 5px;
		width: 70px;
	}
	.home2 .first-heading span::after{
		left: 5px;
		width: 70px;
	}
	.home2 .camera_prev {
		left: 0;
	}
	.home2 .camera_next {
		right: 0;
	}
	.home2 .second-heading > h2 {
	  font-size: 12px;
	}
	.home2 .banner-main-text {
	  padding: 30px 5px;
	}
	.home2 .first-heading > h4 {
	  font-size: 16px;
	}
	.home2 .second-heading {
	  margin-top: 0px;
	  padding: 0 12px;
	}
	.about-area-right > img {
		width: 100%;
	}
	.about-area-left {
		padding: 20px 0 0px;
	}
	.about .about-area-left {
		padding-top: 50px;
	}
	.about-bottom-area {
		padding-bottom: 60px;
		padding-top: 0;
		margin-top: 0;
	}
	.about .team-area {
		padding: 70px 0;
	}
	.tab-pane-img {
	  width: 100%;
	}
	.service .services-area {
		padding: 40px 0;
	}
	.question-ask-panel-title i {
		font-size: 19px;
	}
}
/*--------------------------------------
	==Midum Mobile Screen==
--------------------------------------*/
@media only screen and (max-width: 640px) {
    .clients-area::after{
        width:calc(50% + 320px);
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 450px;
	}

	.subscribe-content h2 {
		font-size: 21px;
	}

	.single-service-heading {
		padding: 0 50px;
	}

	.single-service.center {
		padding: 40px;
	}

	.single-team {
		margin: 30px 64px;
	}
	.area-big-heading {
		left: -24px;
		top: -213px;
	}
	.post-desc {
		padding: 20px;
	}

}
@media only screen and (min-width: 300px) and (max-width: 479px) {
	.container {
        width: 300px;
    }
}
/*============================================================================
					==ENd  responsive css==
============================================================================*/