body {
	font-family: Roboto, sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #3a4750;
	font-weight: 300;
	background: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	color: #303841
}

.h1,
h1 {
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 300;
	color: #4760bb
}

.h2,
h2 {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: 300
}

.h3,
h3 {
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 300
}

.h4,
h4 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 300
}

.h5,
h5 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500
}

.h6,
h6 {
	font-size: 15px;
	line-height: 24px
}

a {
	text-decoration: none;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

a,
a:active,
a:focus {
	text-decoration: none;
	outline: 0
}

a:focus,
a:hover {
	text-decoration: none;
	color: #4760bb
}

p {
	margin-bottom: 20px
}

ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.gray-bg {
	background-color: #f0f1f3;
	padding: 30px 0
}

.white-bg {
	background-color: #fff
}

#main-wrapper {
	background: #fff
}

.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 14px;
	border-radius: 3px;
	font-weight: 100
}

.navbar-brand img {
	max-width: 170px
}

.footer-logo a img {
	max-width: 255px
}

.btn-lg {
	font-size: 15px;
	padding: 15px 30px
}

.btn-primary {
	background-color: #4d6de3;
	border-color: #4d6de3
}

.btn-primary:hover {
	background: #4760bb;
	color: #fff;
	border-color: #4d6de3
}

.btn-default {
	color: #4d6de3;
	background-color: transparent;
	border-color: #e1e1e1
}

.btn-default:hover {
	background: #4d6de3;
	color: #fff;
	border-color: #4d6de3
}

.btn.btn-2 {
	background: 0 0;
	border: 1px solid;
	color: #fff;
	font-weight: 400
}

.btn.btn-2:hover {
	background: 0 0;
	border: 1px solid;
	color: #fff;
	font-weight: 400
}

.btn:active:focus,
.btn:focus,
button:focus {
	outline: 0
}

.panel2 strong {
	color: #ffdb42
}

.text-highlights {
	color: #fff;
	padding: 0 5px
}

.text-highlights.black {
	background: #313131
}

.text-highlights.blue {
	background: #31aae2
}

.page-header {
	padding-bottom: 0;
	margin: 100px 0;
	border-bottom: 0
}

.page-header h1 {
	font-size: 70px;
	line-height: 70px;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 30px;
	font-family: Montserrat, sans-serif
}

.page-header .sub-title {
	display: block;
	font-size: 40px;
	line-height: 40px;
	color: rgba(255, 255, 255, .5);
	font-weight: 700;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif
}

@media (max-width:766px) {
	.page-header h1 {
		font-size: 44px;
		line-height: 44px
	}
	.page-header .sub-title {
		font-size: 30px;
		line-height: 30px
	}
}

.feature-section {
	background: blue no-repeat;
	background-size: cover
}

#toTop {
	position: fixed;
	bottom: 17px;
	right: 30px;
	color: #fff;
	cursor: pointer;
	display: none;
	z-index: 9999;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	background: #4760bb;
	border-radius: 3px;
	border: none;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

#toTop:hover {
	color: #fff;
	opacity: .5
}

.page-title-section {
	padding-top: 80px;
	background: url(../../assets/img/page-bg/page-bg-1.jpg) no-repeat center center #4795bb;
	background-size: cover
}

.navbar-default {
	margin-bottom: 0
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	height: 40px
}

.navbar-default .navbar-nav>li {
	margin-right: 17px
}

.navbar-default .navbar-nav>li:last-child {
	margin-right: 0
}

.navbar-default .navbar-nav>li>a {
	color: #303841;
	font-size: 15px;
	font-weight: 400;
	padding: 10px 15px;
	border-radius: 2px;
	text-transform: uppercase
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #4d6de3;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #4d6de3;
	background-color: transparent
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #4d6de3
}

.nav-cta {
	float: right;
	margin: 3px 0 0 40px;
	line-height: 34px;
	background: #4d6de3;
	width: 34px;
	height: 34px;
	text-align: center;
	border-radius: 2px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.nav-cta>li>a {
	display: inline-block;
	color: #fff;
	width: 20px;
	height: 34px;
	line-height: 34px;
	text-align: center
}

.nav-cta .dropdown-menu {
	left: auto;
	right: 0
}

@media screen and (max-width:768px) {
	.navbar-collapse.collapse {
		display: none!important
	}
	.navbar-default {
		padding: 10px 0;
		border: none;
		border-radius: 0
	}
	.navbar {
		border-radius: 0
	}
}

@media (min-width:1024px) {
	.navbar-default {
		background-color: #fff;
		padding: 20px 0;
		border: none;
		border-radius: 0
	}
	.navbar-right .dropdown-menu {
		right: auto
	}
}

.sticky-nav {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 999;
	background: #fff!important;
	padding: 1px 0!important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.dropdown-menu {
	display: none;
	top: 100%!important;
	padding: 0;
	font-size: 13px;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #f5f5f5;
	border-radius: 0;
	box-shadow: 0 -2px 0 #000;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	transform: translateY(50px)
}

.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 10px!important;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	border: 0
}

.dropdown-menu::before {
	top: -30px;
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	display: block
}

.sticky-nav .dropdown:hover .dropdown-menu {
	margin-top: 0!important
}

.dropdown-header {
	font-size: 11px;
	line-height: 30px;
	font-weight: 600;
	color: #313131;
	text-transform: uppercase
}

.dropdown-menu li a {
	display: block;
	font-size: 13px;
	line-height: 30px;
	color: #000;
	padding: 3px 15px;
	border-bottom: 1px solid #525252;
	background: #fff
}

.dropdown-menu li a:hover {
	color: #fff;
	background-color: #525252
}

.googleMap iframe {
	width: 100%;
	height: 600px
}

.sticky-nav .dropdown-menu li a {
	color: #333!important
}

.sticky-nav .dropdown-menu li a:hover {
	color: #fff!important
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #31aae2;
	background-color: #f5f5f5
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #000;
	background-color: transparent
}

@media (max-width:768px) {}

.navbar-toggle {
	position: absolute;
	right: 0;
	padding: 5px 10px;
	border: 0;
	border-radius: 0
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent
}

.navbar-toggle .icon-bar {
	width: 14px;
	height: 3px
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #333
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 2px
}

.uc-mobile-menu-container>div {
	visibility: hidden
}

#menu {
	margin: 50px 40px
}

#menu>li {
	text-transform: uppercase
}

#menu>li:last-child {
	border-bottom: 0
}

#menu>li ul li {
	margin-left: 0;
	color: #999
}

#menu li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding: 10px 0;
	font-size: 16px;
	border-bottom: 1px dotted #444
}

#menu li a:hover,
#menu li.active a {
	color: #fff
}

.uc-mobile-menu .close {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	text-shadow: none;
	opacity: .5;
	width: 44px;
	height: 44px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.uc-mobile-menu .close:hover {
	opacity: 1
}

.header-top {
	background: #000
}

.header-top .social-icon li {
	display: inline-block
}

.header-top .social-icon li a {
	line-height: 32px;
	width: 30px;
	color: #ffcd1a
}

.header-top .social-icon li a:hover {
	color: #fff
}

.header-top .top-contact li {
	display: inline-block;
	line-height: 32px;
	text-align: center
}

.header-top .top-contact li.email,
.header-top .top-contact li.phone {
	padding: 0 20px;
	color: #fff
}

.header-top .top-contact li.email i,
.header-top .top-contact li.phone i {
	margin-right: 5px;
	color: #ffcd1a
}

.header-top .top-contact li.get-a-quote a {
	padding: 0 30px;
	display: block;
	background: #3ea8f4;
	color: #fff
}

.header-top .top-contact li.get-a-quote a:hover {
	opacity: .8
}

.background-position {
	background-size: cover;
	background-position: center center;
	padding: 30px 0;
	color: #fff;
	position: relative;
	background-repeat: no-repeat;
	background: #000
}

@media only screen and (max-width:1024px) {
	.header-top {
		text-align: center
	}
	.header-top .top-contact li {
		line-height: 1;
		padding: 5px 0 10px
	}
	.header-top .top-contact li.get-a-quote a {
		padding: 8px 15px
	}
	.top-contact.pull-right {
		float: none!important
	}
}

.login-form {
	padding: 15px 15px;
	border: 2px dashed #fff;
	background: #000
}

.mrktng1 h1 {
	color: #f5f5f5;
	font-weight: 400
}

.ratingBx span {
	vertical-align: middle;
	margin-left: 5px
}

.ratingBx ul li {
	padding: 0 4px
}

.carousel-captions2 h2 {
	color: #ffdb42;
	font-weight: 400
}

.carousel-captions3 h3 {
	font-weight: 400;
	color: #fff
}

.carousel-captions2 {
	margin-bottom: 30px
}

.ratingBx2 .navbar-nav li {
	width: 50%;
	padding-left: 18px;
	position: relative;
	line-height: 35px
}

.ratingBx2 .navbar-nav li:before {
	position: absolute;
	left: 0;
	top: 9px;
	content: "";
	width: 7px;
	height: 7px;
	background: #ffcd1a
}

.aboutHead h1 {
	font-weight: 400;
	color: #4760bb
}

.section-title {
	margin-bottom: 10px;
	padding: 0 15px
}

.section-content-left-icon {
	padding: 17px 0 20px
}

.section-title2 {
	margin-bottom: 20px
}

.section-content-left-icon .left-icon-wraper {
	display: table;
	margin-bottom: 10px
}

.section-content-left-icon .content,
.section-content-left-icon .icon {
	display: table-cell;
	vertical-align: top
}

.section-content-left-icon .content {
	padding-left: 20px
}

.section-content-left-icon .content h2 {
	font-size: 18px;
	font-weight: 400;
	color: #4760bb;
	margin-bottom: 5px
}

.section-content-left-icon .icon {
	width: 70px
}

.section-content-left-icon .icon i {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border: 1px solid #e8e8e8;
	display: block;
	background: #fff;
	color: #fff
}

.section-content-left-icon .icon i::before {
	font-size: 30px;
	margin: 0;
	padding: 0;
	color: #4d6de3
}

.page {
	background-color: #fbfbfb;
	padding: 15px 15px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 4px #dededee0;
	border: 1px solid #eaeaea;
	border-radius: 4px
}

.page h3 {
	font-size: 22px;
	margin-bottom: 12px;
	font-weight: 400
}

.page p {
	font-size: 14px;
	font-weight: 300
}

.page .details ul {
	list-style: disc;
	padding-left: 0;
	margin-bottom: 18px
}

.page .details ul li {
	float: left;
	padding-right: 15px;
	font-size: 13px;
	font-weight: 600
}

.page .details ul li:last-child {
	float: inherit
}

.page h4 {
	font-size: 13px;
	font-weight: 600
}

.widgets {
	background-color: #fff;
	padding: 20px 15px;
	margin-bottom: 20px
}

.widgets h3 {
	padding-bottom: 10px;
	font-size: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea
}

.widgets ul {
	list-style: none;
	padding-left: 0
}

.widgets ul li {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10px
}

.widgets h4 {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: .3px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6
}

.featured-box {
	border-top: 1px solid #f0f1f3
}

.featured-content-wrapper {
	display: table
}

.featured-box .featured-content,
.featured-box .featured-img {
	display: table-cell;
	width: 50%;
	vertical-align: middle
}

.accordionSec {
	padding: 30px 0;
	    padding-bottom: 0px;
}

@media only screen and (max-width:768px) {
	.featured-box {
		/*padding: 30px 0*/;
	}
	.featured-box .featured-img {
		margin: 0 0 30px
	}
	.featured-box .featured-content,
	.featured-box .featured-img {
		display: block;
		width: 100%
	}
}

.team-section {
	padding: 30px 0
}

.team-member .thumbnail {
	padding: 0;
	margin-bottom: 0;
	line-height: 22px;
	background-color: #fff;
	border: 1px solid #f9f9f9;
	border-radius: 0
}

@media (max-width:767px) {
	.team-member .thumbnail {
		margin-bottom: 30px
	}
}

.team-member .thumbnail img {
	width: 100%
}

.team-member .thumbnail .caption {
	padding: 30px 40px
}

.team-member .thumbnail h3 {
	font-size: 24px;
	text-transform: capitalize
}

.team-member .thumbnail hr {
	border-top: 1px solid #f9f9f9
}

.team-member .social-links li {
	display: inline-block;
	margin-right: 5px
}

.team-member .social-links li:last-child {
	margin-right: 0
}

.team-member .social-links li a i {
	display: block;
	width: 34px;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	border-radius: 2px
}

.team-member .social-links li a .fa-facebook {
	background-color: #3b5998
}

.team-member .social-links li a .fa-twitter {
	background-color: #55acee
}

.team-member .social-links li a .fa-linkedin {
	background-color: #007bb5
}

.team-member .social-links li a i:hover {
	opacity: .5
}

.serviceBox {
	padding: 25px 0 25px;
	color: #000;
	background: #fbfbfb repeat-x center bottom
}

.mb-20 {
	margin-bottom: 40px
}

.login-form.login-form2 {
	background: 0 0;
	border: 0;
	padding: 0
}

.btn-4 {
	background: #4d6de3;
	color: #fff
}

.testimonial {
	padding: 30px 0 90px;
	color: #000;
	background: #ffcd1a repeat-x center bottom
}

#testimonialSlider .carousel-inner .item blockquote {
	display: table;
	width: 100%
}

#testimonialSlider .carousel-inner .item blockquote .user-details,
#testimonialSlider .carousel-inner .item blockquote p {
	display: table-cell;
	vertical-align: middle
}

#testimonialSlider .carousel-inner .item blockquote p {
	width: 75%
}

#testimonialSlider .carousel-inner .item blockquote .user-details {
	width: 25%;
	position: relative
}

#testimonialSlider .carousel-inner .item blockquote .user-details .avatar {
	float: left;
	width: 90px
}

#testimonialSlider .carousel-inner .item .user-details img {
	display: inline-block;
	width: 80px;
	height: 80px;
	border: 5px solid rgba(0, 0, 0, .2)
}

#testimonialSlider .carousel-inner .item .user-details .company,
#testimonialSlider .carousel-inner .item .user-details .name {
	display: block
}

#testimonialSlider .carousel-inner .item .user-details .name {
	font-size: 24px;
	margin-top: 5px;
	color: #000;
	display: block
}

#testimonialSlider .carousel-inner .item .user-details .company {
	opacity: .5;
	color: #000;
	font-size: 14px
}

#testimonialSlider .carousel-inner .item blockquote {
	border-left: 0
}

#testimonialSlider .carousel-inner .item blockquote p {
	font-size: 20px;
	line-height: 34px;
	color: #000
}

#testimonialSlider .carousel-inner .item blockquote ul {
	margin: 30px 0
}

#testimonialSlider .carousel-indicators {
	bottom: -40px
}

#testimonialSlider .carousel-indicators li {
	border: 2px solid #fff
}

@media only screen and (max-width:768px) {
	#testimonialSlider .carousel-inner .item blockquote .user-details,
	#testimonialSlider .carousel-inner .item blockquote p {
		display: block;
		width: 100%
	}
}

.client-logo {
	padding: 40px 0
}

.client-logo a img {
	width: 100%;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s
}

@media (max-width:992px) {
	.client-logo .section-margin {
		margin-bottom: 30px
	}
}

.case-studies {
	padding: 15px 0;
	padding-bottom: 0px;
	background: #ffffff;
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.case-studies .case-studies-content {
	background: #fff;
	margin-bottom: 30px
}

.case-studies .case-studies-content h2 {
	font-size: 18px;
	padding: 20px;
	margin: 0
}

.single-page-title {
	background: url(../img/chooseUs.jpg) no-repeat bottom;
	background-size: cover;
	width: 100%;
	background-attachment: fixed;
	padding: 40px 0;
	position: relative
}

.single-page-title::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(77, 109, 227, .76)
}

.testimonialBx {
	background: #f0f1f3;
	border-top: 1px solid #f7f7f5
}

.testimonialBx h3 {
	margin-top: 15px
}

.single-page-title h2 {
	display: inline-block;
	font-size: 46px;
	font-weight: 100;
	margin-bottom: 0;
	color: #fff;
	position: relative;
	z-index: 1
}

.panel-title>a.collapsed:before {
	float: right!important;
	font-family: FontAwesome;
	content: "\f055";
	margin-left: 15px
}

.panel-title>a:before {
	float: right!important;
	font-family: FontAwesome;
	content: "\f056";
	padding-right: 5px;
	font-size: 20px;
	color: #fff
}

.panel-title>a:active,
.panel-title>a:focus,
.panel-title>a:hover {
	text-decoration: none
}

.accordionBx a {
	display: block;
	color: #fff;
	font-weight: 400
}

.panel-default>.panel-heading {
	background-color: #4760bb
}

.main-div h3 {
	color: #fff;
	text-transform: uppercase
}

.about-text {
	padding: 30px 0
}

.about-text {
	background: #f0f1f3
}

.about-text h2 {
	font-size: 24px;
	margin-bottom: 40px
}

.contentJustify {
	text-align: justify
}

.greyBg {
	background: #f5f5f5
}

.about-text-2 {
	padding: 30px 0;
	border-top: 1px solid #f0f1f3;
	border-bottom: 1px solid #f0f1f3;
	background: #f9f9f9
}

.breadcrumb {
	margin-top: 10px;
	margin-bottom: 10px
}

.about-text-2 img {
	margin-bottom: 15px
}

.icon-style .promo-icon {
	width: 75px;
	height: 80px;
	color: #dadada;
	font-size: 24px;
	line-height: 76px;
	text-align: center;
	border: 2px solid #dadada;
	margin: 0 auto 36px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.icon-style .promo-block-wrapper:hover .promo-icon {
	background-color: #31aae2;
	color: #fff;
	border: 2px solid transparent
}

.icon-style .promo-content {
	padding: 20px
}

.icon-style .promo-content h3 {
	font-size: 15px;
	text-transform: capitalize
}

.x-accordion-section {
	background: #f9f9f9
}

.x-accordion .panel-group .panel+.panel {
	margin-top: 0
}

.x-accordion .panel-group {
	margin-bottom: 0
}

.x-accordion .panel-default {
	border: 0
}

.x-accordion .panel {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 10px solid transparent;
	border-radius: 0;
	margin: 0
}

.x-accordion .panel:last-of-type {
	border-bottom: 0
}

.x-accordion .panel .panel-heading a {
	display: block;
	padding: 12px 30px;
	background: #fff;
	color: #31aae2
}

.x-accordion .panel .panel-heading a.collapsed {
	color: #969595;
	background-color: #fff;
	padding: 12px 30px
}

.x-accordion .panel-default>.panel-heading {
	border-radius: 0;
	padding: 0
}

.x-accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
	padding: 10px 30px 30px 30px;
	background: #fff;
	color: #969595
}

@media screen and (max-width:768px) {
	.x-accordion .panel-group {
		margin-bottom: 50px
	}
}

.tabOne .nav-tabs {
	border: 1px solid #eee;
	border-bottom: none
}

.tabOne .nav-tabs.nav-justified li {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee
}

.tabOne .nav-tabs.nav-justified li.active {
	border-bottom: 1px solid #fff
}

.tabOne .nav-tabs.nav-justified li:last-child {
	border-right: 0
}

.tabOne .nav-tabs.nav-justified>li>a {
	border: 0;
	border-radius: 0;
	background-color: #f9f9f9;
	color: #969595;
	height: 50px;
	line-height: 50px;
	padding: 0 15px
}

.tabOne .nav-tabs.nav-justified>.active>a,
.tabOne .nav-tabs.nav-justified>.active>a:focus,
.tabOne .nav-tabs.nav-justified>.active>a:hover {
	border: 0;
	background-color: #fff;
	color: #31aae2
}

@media (min-width:768px) {
	.tabOne .tab-content {
		border: 1px solid #eee;
		padding: 30px;
		border-top: 0;
		overflow: hidden;
		background: #fff
	}
}

@media screen and (max-width:600px) {
	.tabOne .tab-content {
		margin-top: 30px
	}
}

.tabOne .tab-pane img {
	margin-top: 8px
}

.tabOne .tab-pane img.pull-left {
	margin-right: 20px
}

.tabOne .tab-pane img.pull-right {
	margin-left: 20px
}

.tabOne .panel-body img {
	margin-top: 8px
}

.tabOne .panel-body img.pull-left {
	margin-right: 20px
}

.tabOne .panel-body img.pull-right {
	margin-left: 20px
}

.tabOne .tab-pane p {
	margin-bottom: 15px
}

.tabOne .tab-pane p:last-of-type {
	margin-bottom: 0
}

.our-location {
	padding: 0 0 80px
}

#googleMap {
	height: 500px
}

.contact-detail {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}

.contact-detail .promo-block-wrapper {
	background: #fff;
	display: table;
	width: 100%
}

@media (max-width:992px) {
	.contact-detail .promo-block-wrapper {
		margin-bottom: 1px
	}
}

.contact-detail .promo-icon {
	width: 82px;
	color: #dadada;
	font-size: 30px;
	text-align: center;
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #f1f1f1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.contact-detail .promo-icon-blue {
	background: #4d6de3;
	color: #fff
}

.contact-detail .promo-icon-green {
	background: #7ac38f;
	color: #fff
}

.contact-detail .promo-icon-yellow {
	background: #fce38a;
	color: #fff
}

.contact-detail .promo-content {
	padding: 30px 40px;
	border: 1px solid #f1f1f1;
	border-left: 0
}

@media (min-width:992px) and (max-width:1024px) {
	.contact-detail .promo-content {
		padding: 20px 20px
	}
}

.contact-detail .promo-content h3 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: capitalize
}

.contact-detail .promo-content address {
	line-height: 25px
}

.contact-section {
	padding: 30px 0
}

.contact-section .form-group {
	margin-bottom: 17px
}

.contact-section .form-control {
	border-color: transparent;
	background-color: #f9f9f9
}

.contact-section .form-control:focus {
	border-color: #66afe9
}

.contact-section textarea {
	padding: 12px 12px
}

.contact-form h2 {
	line-height: 36px;
	margin-bottom: 45px
}

.user-message textarea {
	min-height: 195px;
	padding-top: 12px
}

.contact-form form button {
	margin-top: 10px
}

.user-email,
.user-message,
.user-name,
.user-phone,
.user-url {
	position: relative
}

.user-email::after,
.user-message::after,
.user-name::after,
.user-phone::after,
.user-url::after {
	position: absolute;
	left: 15px;
	top: 15px;
	font-family: FontAwesome;
	color: #dadada
}

.user-name::after {
	content: "\f007"
}

.user-email::after {
	content: "\f003"
}

.user-phone::after {
	content: "\f095"
}

.user-url::after {
	content: "\f0ac"
}

.user-message::after {
	content: "\f086"
}

.form-control {
	height: 53px;
	padding: 6px 20px;
	font-size: 13px;
	line-height: 24px;
	color: #969595;
	height: 42px;
	border: 1px solid #f1f1f1;
	border-radius: 0;
	box-shadow: none
}

.form-control:active,
.form-control:focus {
	box-shadow: none
}

.footer {
	background: #3a3a3a;
	position: relative;
	repeat-x center bottom
}

.footer-widget-section {
	padding: 20px 0
}

.footer .footer-text {
	font-size: 18px;
	color: #fff
}

.mb-3 {
	margin-bottom: 0
}

.mt-0 {
	margin-top: 0
}

.contentB ul {
	display: inline-block
}

.footer .footer-text ul i {
	opacity: .5
}

.footer .footer-text li {
	display: block;
	margin-bottom: 15px;
	width: 100%
}

.footer .footer-text ul .phone {
	font-size: 24px
}

.footer .footer-text ul i {
	font-size: 30px;
	margin-right: 10px;
	position: relative;
	top: 1px
}

.footer .footer-text .phone small {
	display: block;
	font-size: 12px;
	padding-left: 40px;
	opacity: .5
}

.footer .footer-text small i {
	font-size: 12px;
	margin-right: 5px
}

.footer .footer-text .address {
	font-size: 20px
}

.footer .copyright-section {
	font-size: 12px;
	background-color: #2d2d2d;
	color: #6b6b6b;
	padding: 20px 0
}

.footer .copyright-section .copytext {
	text-transform: uppercase;
	color: #6b6b6b;
	font-weight: 600
}

.footer .copyright-section li a {
	display: block;
	font-size: 13px;
	color: #6b6b6b
}

.footer .copyright-section li a:hover,
.footer .copyright-section li.active a {
	color: #fff
}

.fixedBtn {
	background: #ffdb2f;
	color: #131313;
	padding: 6px 11px;
	transform: rotate(-90deg);
	display: none;
	position: fixed;
	top: 190px;
	right: -43px;
	z-index: 9;
	font-size: 18px;
	font-weight: 400;
	border: 3px solid #cca914;
	border-bottom: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.fixedBtn:hover {
	color: #fff;
	background: #efc92b
}

.fixedBtn:focus {
	color: #fff;
	background: #efc92b
}

.navbar-brand h2 {
	color: #0e0e0e
}

@media (min-width:768px) {
	.footer .copyright-section .list-inline>li {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (max-width:768px) {
	.footer .footer-text ul .address,
	.footer .footer-text ul .phone,
	.footer .footer-text ul i {
		font-size: 14px;
		padding: 0
	}
	.footer .footer-text ul .phone small {
		padding-left: 20px
	}
	.footer .footer-text li {
		display: block;
		margin-bottom: 10px
	}
	.footer .copyright-section .pull-right {
		float: none!important
	}
}

#preloader {
	background: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

#status,
.status-mes {
	/*background-image: url(../img/preloader.gif);*/
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px
}

.status-mes {
	background: 0 0;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%
}

.contentB p {
	color: #ccc
}

.footer-links ul li {
	width: 50%;
	float: left;
	padding: 2px 0
}

.footer-links ul li a {
	color: #ccc
}

.footer-links h2 {
	border-bottom: 1px solid rgba(255, 255, 255, .05);
	padding-bottom: 10px;
	margin-bottom: 15px
}

.contactUs {
	border-top: 1px solid rgba(255, 255, 255, .05);
	padding-top: 20px;
	display: inline-block
}

.media-carousel {
	margin-bottom: 0;
	padding: 0 40px 0 40px;
	margin-top: 0
}

.media-carousel .carousel-control.left {
	left: -12px;
	background-image: none;
	background: none repeat scroll 0 0 #222;
	border: 4px solid #fff;
	border-radius: 23px 23px 23px 23px;
	height: 36px;
	width: 36px;
	margin-top: 90px
}

.media-carousel .carousel-control.right {
	right: -12px!important;
	background-image: none;
	background: none repeat scroll 0 0 #222;
	border: 4px solid #fff;
	border-radius: 23px 23px 23px 23px;
	height: 36px;
	width: 36px;
	margin-top: 90px
}

.media-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0;
	margin-right: -19px
}

.media-carousel .carousel-indicators li {
	background: silver
}

.media-carousel .carousel-indicators .active {
	background: #333
}

.testimonial2 {
	background: #1f1f1f;
	margin-top: 2px
}

.testimonial2 img {
	border-radius: 50%;
	width: 160px;
	margin: auto;
	display: block;
	margin-bottom: 10px;
	margin-top: 24px
}

.testimonial2 h3 {
	color: #fff
}

.wrapper-1 {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column
}

.wrapper-2 {
	padding: 30px;
	text-align: center
}

.wrapper-2 h4 {
	margin: 0;
	font-size: 1.3em;
	margin-bottom: 14px;
	color: #3e3e3e;
	letter-spacing: 1px;
	font-weight: 300
}

.wrapper-2 p {
	margin: 0;
	color: #5f5f5f;
	letter-spacing: 1px;
	font-size: 18px;
	text-align: center
}

.go-home {
	color: #fff;
	background: #44ca90;
	border: none;
	padding: 10px 50px;
	margin: 35px 0;
	border-radius: 30px;
	text-transform: capitalize;
	box-shadow: 0 10px 16px 1px rgba(174, 199, 251, .44);
	display: inline-block
}

.go-home:hover {
	color: #fff
}

@media (min-width:360px) {
	.go-home {
		margin-bottom: 20px
	}
}

@media (min-width:600px) {
	.content {
		max-width: 1000px;
		margin: 0 auto
	}
	.wrapper-1 {
		background: #fff;
		height: initial;
		max-width: 620px;
		margin: 0 auto;
		box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, .2)
	}
}

.wrapper-1 h1 {
	font-size: 50px
}

@media (max-width:575px) {
	.media-carousel .carousel-control.left {
		margin-top: 310px;
		margin-left: 10px
	}
	.case-studies {
		padding: 35px 0;
		    padding-bottom: 0px;
	}
	
	.background-position {
		padding: 35px 0
	}
	.mrktng1 h1 {
		font-size: 26px
	}
	.section-title {
		margin-bottom: 25px
	}
	.section-content-left-icon {
		padding: 35px 0 20px
	}
	.section-content-left-icon .left-icon-wraper {
		margin-bottom: 20px
	}
	.featured-box {
		/*padding: 33px 0*/;
	}
	.footer-widget-section {
		padding: 0px 0
	}
	.gray-bg {
		padding: 35px 0
	}
	.media-carousel .carousel-control.right {
		margin-top: 310px;
		margin-right: 10px
	}
	.sticky-nav {
		background: #fff!important;
		padding: 1px 0!important
	}
	.navbar-brand h2 {
		color: #fff
	}
	#menu li a {
		color: #fff
	}
	.navbar-nav {
		margin: 7.5px 0
	}
	.ratingBx ul li {
		display: inline
	}
	.ratingBx2 .navbar-nav li {
		width: 100%
	}
	.login-form {
		margin-top: 25px
	}
	.aboutHead h1 {
		font-size: 25px
	}
	p {
		text-align: justify
	}
	.fixedBtn {
		padding: 1px 7px;
		right: -33px;
		font-size: 14px
	}
	.section-title h1 {
		font-size: 24px
	}
	.mb-3 {
		margin-bottom: 30px
	}
	.wrapper-1 {
		height: auto
	}
	.sticky-nav .navbar-brand h2 {
		color: #fff
	}
	.sticky-nav ul li a {
		color: #fff!important
	}
	h1 {
		font-size: 28px
	}
	.navbar-default {
		background: #fff!important
	}
}

.sidebar-wrapper .sidebar-search>div {
	padding: 10px 20px
}

.sidebar-wrapper .sidebar-menu {
	padding-bottom: 10px
}

.sidebar-wrapper .sidebar-menu .header-menu span {
	font-weight: 700;
	font-size: 14px;
	padding: 15px 20px 5px 20px;
	display: inline-block
}

.sidebar-wrapper .sidebar-menu ul li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	position: relative;
	padding: 8px 30px 8px 20px;
	color: #dcd8d8;
	border-bottom: 1px solid #37373c
}

.sidebar-wrapper .sidebar-menu ul li a i {
	margin-right: 10px;
	font-size: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
	display: inline-block;
	animation: swing ease-in-out .5s 1 alternate
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	font-style: normal;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	background: 0 0;
	position: absolute;
	right: 15px;
	top: 14px
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
	padding: 5px 0
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
	font-size: 13px
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	font-size: 8px
}

.sidebar-wrapper .sidebar-menu ul li a span.badge,
.sidebar-wrapper .sidebar-menu ul li a span.label {
	float: right;
	margin-top: 8px;
	margin-left: 5px
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
	float: right;
	margin-top: 0
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
	display: none
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
	transform: rotate(90deg);
	right: 17px
}

li.header-menu span {
	padding: 10px 0 20px!important;
	text-align: center
}

li.header-menu span a {
	border-bottom: 0!important
}

.cls1.btn.btn-4:hover {
	color: #fff
}
.open-button {
    background-color: #60A909;
    color: white;
    padding: 4px 20px;
    border: none;
    cursor: pointer;
    opacity: 1.8;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 105px;
    z-index: 9999999999;
    font-size: 15px;
    font-weight: 800;
}
.popup-form {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

.section-title h2
{
    color: black;
    z-index: 9999;
    position: relative;
    text-align: center;
}
.close
{
font-size: 50px;
    top: -22px;
    position: relative;
    color: red;
    opacity: unset;
}
.hero {background-image: url(../img/faculty.jpg);}