@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
html,
body {
	height: 100%;
	min-height: 100%;
}

body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: normal;
	margin: 0;
}

div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
dl,
li,
dt,
dd,
blockquote,
pre,
form,
fieldset,
label,
a {
	margin: 0;
	padding: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

img,
a img {
	border: none;
}

h1 {
	color: #e4ad0c;
	font-size: 30px;
}

h2 {
	font-size: 45px;
	color: #222222;
	font-weight: 300 !important;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 20px;
	color: #2e2d2d;
}

h6 {
	font-size: 12px;
}

h1,
h2,
h4,
h6 {
	font-weight: normal;
	margin-bottom: 5px;
}

ul li {
	list-style: none;
}

p {
	color: #84898b;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

a {
	color: #231f20;
	outline: none;
	text-decoration: none !important;
	transition:  all .3s;
}

a:hover {
	color: #575858 !important;
	text-decoration: underline;
}

a.active {
	color: #4d4e4e !important;
}

a:focus {
	outline: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clr {
	clear: both;
}

.center-block {
	float: none;
	margin: 0 auto;
}

.bdr-bot0 {
	border-bottom: 0 !important;
}

 ::-moz-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 :-ms-input-placeholder {
	color: grey !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 ::-webkit-input-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

.btn {
	transition: all .3s;
	border-radius: 0;
	border: 0;
	transition: all .3s;
}

.btn-primary,
.btn-default,
.btn-secondary {
	background-color: #1b1b1b;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 35px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid transparent;
}

.btn-secondary {
	border: 2px solid #3d3d3d;
	color: #3d3d3d;
	background: #fff;
}

.btn-secondary:hover {
	background: #3d3d3d;
	color: #fff;
}

.btn-default {
	background: #fff;
	color: #3d3d3d;
}

.btn-primary:hover {
	background-color: #fff;
	color: #1b1b1b;
	border: 1px solid #1b1b1b;
}

.btn-md {
	font-size: 19px;
}


/*=================MAIN STYLES================*/

.top-br {
	position: relative;
	z-index: 99;
}

.tp-contact {
	float: left;
}

.top-br .fa {
	color: #1b1b1b;
	padding-right: 5px;
}

.tp-contact a {
	color: #1b1b1b;
	font-size: 13px;
	line-height: 41px;
	transition: all .3s;
}


.tp-sc {
	float: right;
}

.tp-sc li {
	float: left;
	padding: 0 7px;
}

.tp-sc li:last-child {
	padding-right: 0;
}

.tp-sc li a {
	color: #1b1b1b !important;
	line-height: 41px;
}
.top-br a:hover, .tp-sc li a:hover{
	color: #5f5d5d !important;
}
header {
	background: transparent;
	padding: 15px 0 0 0;
	position: relative;
	z-index: 9999;
}



header .navbar {
	background: transparent;
	border: 0;
}

.navbar-toggle {
	border: 0;
	background: none;
	border-radius: 0;
}

.navbar-toggle .icon-bar {
	background-color: #1b1b1b !important;
}

.navbar-toggle:hover {
	background-color: #1b1b1b !important;
}

.navbar-toggle:visited {
	background-color: transparent;
}

.navbar-brand img {
	width: 100px;
}

.navbar-right li a {
	color: #1b1b1b !important;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all .4s;
	position: relative;
}

.navbar-right li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 4px;
	background: #1b1b1b;
	z-index: -1;
	transition: all .7s;
}
.navbar-right li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	background: #1b1b1b;
	z-index: -1;
	transition: all .7s;
}

.navbar-right li a:hover::before, .navbar-right li a:hover::after {
	width: 100%;
}

.navbar-right li:last-child a {
	padding-right: 0;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.2s;
}

.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
	opacity: 0;
}

.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
}

.hero {
	background-image: url(../images/hero.jpg);
	background-size: cover;
	background-position: center;
	height: 95vh;
		position: relative;
}

.hero-over {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: rgba(0, 138, 255, 0.1);
	-webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.hero-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.hero-txt h1 {
	font-size: 66px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	margin: 25px 0 10px 0;
	animation: moveright 6s;

}

.hero-txt p {
	color: #fff;
	margin: 0 0 30px 0;
	animation: moveright 5s;
}

.hero-txt .small-txt {
	font-size: 32px;
	color: #fff;
	animation: moveright 4s;
}

.hero-txt .btn {
	animation: moveright2 4s;
}

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

@keyframes moveright2 {
	0% {
		transform: scale(4) rotate(180deg);
	}
	100% {
		transform: scale(1) rotate(0);
	}
}




.our-history p {
	font-size: 16px;
	color: #777777;
}

.our-history {
	padding: 40px 0;
}

.our-history .img {
	text-align: center;
}

.our-history img {
	width: 430px;
}

.our-history p {
	margin-top: 10px;
	text-align: justify;
}

.our-history .hist-txt {
	margin-top: 40px;
}
.our-history .hist-txt img{
	width: 100%;
	margin-top: 20px;s
}
.our-history .btn {
	margin-top: 25px;
}

.our-work {
	padding: 50px 0;
}

.pr-item {
	border-radius: 10px;
	margin-bottom: 25px;
}

.pr-item img {
	width: 100%;
}

.pr-item .pr-text {
	padding: 25px 0 40px 0;
	text-align: center
}

.pr-item .pr-name {
	font-size: 22px;
	color: #222222;
	font-weight: 300;
	text-transform: capitalize;
}

.pr-img img {
	filter:grayscale(100%);
	border-radius: 50%;
	overflow: hidden;
	border:5px solid #fff;
	-webkit-box-shadow: 0px 0px 18px -1px rgba(0,0,0,0.59);
-moz-box-shadow: 0px 0px 18px -1px rgba(0,0,0,0.59);
box-shadow: 0px 0px 18px -1px rgba(0,0,0,0.59);
}

.pr-item p {
	font-size: 13px;
	color: #1b1b1b;
	line-height: 24px;
	margin: 19px 0;
	font-weight: 300;
}

.pr-item a {
	color: #222222;
	font-weight: 700;
}

.services {
	margin: 70px 0;
}

.services .icon {
	width: 100%;
text-align: center;
margin-bottom: 20px;
}

.services .icon img {
	margin: 0 auto 0 auto;
	width: 50px;

}

.services .service-txt {
	width: 100%;
text-align: center;
	padding-left: 15px;
}

.sec-heading {
	margin-bottom: 55px;
	text-align: center;
}

.sec-heading h2 {
	position: relative;
	display: inline-block;
}
.sec-heading p{
	color: #1b1b1b;
	font-weight: 300;
	font-size: 12px;
}

.sec-heading h2:before {
	content: "";
	position: absolute;
	left: -255px;
	top: 50%;
	transform: translate(0, -50%);
	background-image: url(../images/divider.png);
	background-size: 100%; 
	height: 19px;
	background-repeat: no-repeat;
	width:250px;
	display: none;
}

.sec-heading h2:after {
	content: "";
	position: absolute;
	right: -255px;
	top: 50%;
	transform: translate(0, -50%);
	background-image: url(../images/divider.png);
	background-size: 100%; 
	background-repeat: no-repeat;
	height: 19px;
	width:250px;
	display: none;
}

.services .service-block {
	margin-bottom: 40px;
	display: inline-block;
}

.service-nm {
	font-size: 22px;
	color: #222222;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.services .service-block p {
	font-size: 15px;
	color: #777777;
	line-height: 22px;
	margin-top: 8px;
}

.client-img {
	margin-top: 30px;
}

.client-img img {
	border-radius: 50%;
	border: 7px solid #fff;
	width: 100%;
}

.our-team {
	margin-bottom: 70px;
}

.team-member {

	overflow: hidden;
	margin-bottom: 15px;
}

.team-member img {
	width: 100%;
	filter:grayscale(100%);
	transition: all .6s;
}
.team-member img:hover{
	filter:none;
}
.team-member .img{
	position: relative;
	overflow: hidden;
}

.team-member .overlay {
	
	transition: all .8s;
	margin-top: 20px;
	position: absolute;
	left:0;
	bottom:-200px;
	width: 100%;
	height: 100px;
	background: rgba(255,255,255,0.6);
	transition: all .8s;
	
}

.team-member .overlay .member-info {
	text-align: center;
}

.team-member .m-name {
	color: #1b1b1b;
	font-size: 22px;
	text-transform: uppercase;
	display: block;
	font-weight: 300;
}

.team-member .member-type {
	color: #1b1b1b;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	letter-spacing: 2px;
	margin-top: 10px;
}

.team-member ul {
	

	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
}
.team-member .member-info{
	margin-top: 15px;
}
.team-member:hover .overlay {
bottom:0;
}
.team-member ul li {
	float: left;
}

.team-member ul li a {
	color: #1b1b1b;
	font-size: 20px;
	padding: 0 10px;
}


.news-sec {
	padding: 70px 0 70px 0;
	background-image: url(../images/news-bg.jpg);
	background-size: cover;
}



.blog-img  {
	filter:grayscale(100%);
	border-radius: 50%;
	overflow: hidden;


}

.news-sec .news-text {
	padding: 30px 0 20px 0;
	background: #fff;
	text-align: center;
}

.news-sec .news-head {
	font-size: 18px;
	color: #1b1b1b;
	margin-bottom: 20px;
	display: inline-block;
	font-weight: 300;
}

.news-sec .news a {
	color: #222;
	font-weight: 600;
	display: inline-block;
	margin-top: 20px;
}

.news-sec .owl-stage-outer {
	margin-bottom: 10px !important;
}

.news-sec .owl-dots .owl-dot span {
	background: transparent !important;
	border: 1px solid #fff;
}

.news-sec .owl-dots .owl-dot.active span {
	background: #fff !important;
	
}

.page-headers {
	padding: 40px 0 40px 0;
background: #1b1b1b;
	text-align: center;

}

.page-headers .page-title {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}

.about-us {
	margin: 70px 0;
}

.about-us h1,
.vision h1,
.contact-sec h1,
.contact-form h1 {
	font-size: 40px;
	color: #222222;
	text-transform: capitalize;
	margin-bottom: 70px;
}

.our-history.abt .img img {
	width: 100%;
	filter:grayscale(100%);
}

.our-history.abt .hist-txt,
.our-history.abt .hist-txt p {
	text-align: left;
}

.about-us p {
	font-size: 16px;
	color: #777777;
}

.about-us .main-text {
	font-size: 20px;
	color: #2e2d2d;
	margin-bottom: 10px;
}

.contact-sec {
	margin: 70px 0;
}

.contact-sec h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

.contact-sec p {
	font-size: 16px;
	line-height: 30px;
}

.contact-sec p .fa {
	color: #222222;
	margin-right: 10px;
}

.contact-sec ul {
	display: inline-block;
	margin: 0 auto;
}

.contact-sec ul li {
	float: left;
	padding: 0 9px;
}

.contact-sec ul li a {
	font-size: 20px;
}

.contact-sec ul {
	margin-top: 15px;
}

.contact-sec ul li:first-child {
	padding-left: 0;
}

.contact-form {
	margin: 30px 0 70px 0;
}

.contact-form label {
	font-weight: 400;
	margin-bottom: 15px;
}

.contact-form label span {
	color: #1b1b1b;
}

.contact-form .form-group {
	overflow: hidden;
}

.contact-form .form-control {
	min-height: 48px;
	box-shadow: none;
	border: 1px solid #e0e1e2;
	border-radius: 0;
}

.contact-form .form-control:focus {
	border-color: #1b1b1b;
}

.contact-form .btn {
	margin-top: 15px;
}

footer {
	background-color: #1b1b1b;
	background-position: bottom center;
	padding: 60px 0 60px 0;
}

.ft-about p {
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	margin-top: 20px;
}

footer h4 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px 0 24px 0;
}

footer ul li {
	padding: 6px 0;
}

footer ul li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 12px;
}

footer p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}

footer .contact {
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}

footer .contact .fa {
	font-size: 22px;
	line-height: 22px;
	margin-right: 10px;
}

footer .social-links li {
	float: left;
	padding: 0 11px;
}

footer .social-links li:first-child {
	padding-left: 0;
}

footer .social-links li a {
	font-size: 25px;
	color: #fff;
}

footer ul {
	margin-top: 25px;
}

footer ul li a:hover {
	color: #008aff;
}

.credits{
	padding: 15px;
}

.credits .copy {
	font-size: 12px;
	color: #1b1b1b;
	text-align: center;
}

.ft-sc li {
	float: left;
	padding: 0 10px;
	border: none;
}

.ft-sc li:first-child {
	padding-left: 0;
}

.ft-sc li a {
	font-size: 12px;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
}

.subscribe {
	background: #3D3D3D;
	padding: 70px 0;
}

.subscribe .form-control {
	min-height: 48px;
	border-radius: 0;
}

.subscribe h2,
.subscribe p {
	color: #fff;
}

.address .col-md-12 {
	margin-bottom: 25px;
}
.intro-sec{
	background: #f6f6f6;
	padding: 100px 0;
}
.intro-text{
	padding-right: 40px;
}
.intro-text span,
.highlight-title{
	color: #333;
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.intro-text .intro-title,
.choose-block h2{
	color: #333;
	font-size: 30px;
	line-height: 37px;
	margin-top: 10px;
}
.content-wrapper .services h2{
	margin-bottom: 5px;
}
.faq-block h2{
	color: #222;
	text-align: center;
	margin-bottom: 50px;
	font-size: 40px;
}
.choose-block{
	background: #f6f6f6;
	display: table;
	height: 100%;
	width: 100%;
}
.choose-img{
	background: url(../images/choose-img.jpg) no-repeat;
	background-position: top center !important;
	background-size: cover;
	float: left;
	height: 100%;
	margin: 0;
	min-height: 710px;
	padding: 0;
	position: relative;
	width: 100%;
}
.choose-overview{
	padding-right: 100px;
	text-align: left;
}
.choose-block h2{
	margin-bottom: 30px;
}
.choose-block .white-col, .choose-block .no-pad {
    display: table-cell;
    float: none;
    text-align: left;
    vertical-align: middle;
}
.no-pad {
    margin: 0 !important;
    padding: 0 !important;
}
.faq-block{
	text-align: center;
	padding: 100px 0;
}
.accordion-wrap{
	margin-top: 20px;
}
.responsive-accordion{
	text-align: left;
}
.responsive-accordion .responsive-accordion-head{
	cursor: pointer;
}
.responsive-accordion-default.responsive-accordion .responsive-accordion-head{
	font-size: 20px;
	line-height: normal;
	padding: 12px 15px;
	position: relative;
	color: #656565;
}
.responsive-accordion .responsive-accordion-head i{
	color: #656565;
	float: right;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.responsive-accordion-head{
	border: 2px solid #656565;
	border-radius: 4px;
}
.responsive-accordion-panel{
	padding: 15px;
}

/*=================Media Queries================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-txt {
		margin-top: 50px;
	}
	.intro-text {
    	padding-right: 0;
    	margin-bottom: 25px;
	}
	.choose-overview {
    	padding-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-txt {
		margin-top: 50px;
	}
	.hero-txt h1 {
		font-size: 50px;
	}
	.client-text {
		min-width: 350px !important;
	}
	.client-text p {
		font-size: 16px !important;
	}
	.v-list ul {
		display: inline-block;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	.vision .col-md-4,
	.about-us .col-md-6 {
		text-align: center;
	}
	.vision {
		padding-bottom: 50px;
	}
	.about-us .main-text {
		margin-top: 20px !important;
	}
	.intro-sec,
	.faq-block{
    	padding: 70px 0;
    	text-align: center;
	}
	.intro-text {
    	padding-right: 0;
    	margin-bottom: 25px;
	}
	.choose-block .white-col, .choose-block .no-pad{
		width: 50%;
	}
	.choose-overview{
		padding-right: 0;
	}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
	.client-text {
		min-width: 350px !important;
	}
}

@media screen and (max-width: 767px) {
	header {
		padding: 0;
	}
	.tp-contact a {
		font-size: 10px;
	}
	.tp-sc li {
		padding: 0 3px;
	}

	.sec-heading {
		text-align: center;
	}
	.hero-txt .btn-primary,
	.hero-txt .btn-default {
		width: 100%;
		margin-bottom: 10px;
	}
	.hero-txt h1 {
		font-size: 45px;
		margin: 20px 0 20px 0;
	}
	.hero-txt .small-txt {
		font-size: 20px;
	}
	h2 {
		font-size: 35px;
	}
	.whower {
		margin: 50px 0;
	}
	.hist-txt {
		text-align: center;
	}
	.services {
		margin: 40px 0;
	}
	.service-block .icon,
	.service-block .service-txt {
		width: 100%;
		float: none;
		text-align: center;
	}
	.service-block .icon {
		margin-bottom: 20px;
	}
	.v-list {
		margin-top: 40px;
	}
	.address .text-left {
		text-align: center;
	}
	.ft-sc {
		display: inline-block;
		margin: 20px auto;
	}
	.client-img {
		width: 100%;
		text-align: center;
	}
	.client-img img {
		max-width: 300px;
	}
	.client-text1 {
		padding-right: 20px !important;
	}
	.client-text2 {
		padding-left: 25px !important;
	}
	.client-text p {
		font-size: 16px !important;
	}
	.about-us {
		margin: 50px 0;
	}
	.about-us .main-text {
		margin-top: 20px;
	}
	.v-list ul {
		display: inline-block;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	.vision .col-md-4,
	.about-us .col-md-6 {
		text-align: center;
	}
	.about-us h1,
	.vision h1,
	.contact-sec h1,
	.contact-form h1 {
		margin-bottom: 40px;
	}
	.contact-sec {
		margin: 50px 0;
	}
	.vision {
		padding-bottom: 50px;
	}
	.contact-sec .col-md-4 {
		margin-bottom: 30px;
	}
	.contact-form .btn-primary {
		width: 100%;
	}
	footer {
		text-align: center;
	}
	footer h4 {
		margin: 35px 0 0 0;
	}

	footer .social-links {
		display: inline-block;
		margin: 0 auto;
	}
	footer .col-md-8 {
		width: 100%;
		display: inline-block;
	}
	.read-news .news {
		width: 100%;
		margin-bottom: 25px;
	}

	.page-headers .page-title {
		font-size: 20px;
	}
	.top-br .fa {
		font-size: 12px;
	}
	.intro-sec,
	.faq-block{
    	padding: 50px 0;
    	text-align: center;
	}
	.intro-text {
    	padding-right: 0;
    	margin-bottom: 25px;
	}
	.choose-block .white-col, .choose-block .no-pad{
		display: block;
	}
	.choose-img{
		min-height: 500px;
	}
	.choose-block .white-col {
    	clear: both;
    	padding-top: 40px;
    	padding-bottom: 40px;
	}
	.choose-overview {
    	padding-right: 15px;
    	text-align: center;
	}
	.responsive-accordion-head span {
    	display: inline-block;
    	padding-right: 25px;
	}
}

@media screen and (max-width: 320px) {
	.tp-sc {
		display: none;
	}
	.navbar-toggle {
		margin-top: 16px;
	}
}