@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url("font-awesome.min.css");
@import url("bootstrap.css");
@import url("animate.css");
html {
  scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
	background-image: url(../images/mainBg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	font-family: 'Montserrat', sans-serif;
}
a {
	text-decoration: none!important;
}
:hover, a, h1, h2, h3, h4, h5, h6, li, p, ul {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #777;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #777;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #777;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #777;
}
.no-margin {
	margin: 0!important;
	padding: 0!important
}
.center {
	margin: 0 auto!important;
	display: table!important;
	float: none!important
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
}
.flexRow {
	display: flex;
}
.flexCol {
	display: flex;
	align-items: center;
}
.flexAlignCenter {
	display: flex;
	align-items: center;
}
.roboto {
	font-family: 'Roboto', sans-serif;
}
header.custom_header {
	display: block;
	position: relative;
	width: 100%;
	z-index: 100;
}
/* Top TOp Header CSS*/

.top-header {
	overflow: hidden;
	padding: 12px 0px;
	z-index: 9;
	position: relative;
	color: #333333;
}
.top-header p {
    padding: 6px 0;
    font-size: 12px;
    text-transform: capitalize;
}
.top-header .socialArea {
	text-align: right;
	color: #333;
}
.top-header .socialArea a {
	color: #333;
	display: inline-block;
	margin: 0 5px;
}
/* Top Bar Ends here */

.header_bottom .navbar-nav {
	float: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto;
	background: none;
	border: 0;
	padding: 0;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    box-shadow: none;
}
.header_bottom {
	position: absolute;
	z-index: 10;
	background: #FFF;
	width: 100%;
	display: table;
}
.header_bottom .navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}
.header_bottom .navbar {
	position: relative;
	min-height: auto;
	margin-bottom: 0;
	border: none;
	z-index: 8;
}
.header_bottom .navbar-nav>li {
	float: left;
	color: #36454f;
	font-size: 12px;
}
.header_bottom .navbar-nav>li a {
	position: relative;
	display: block;
	padding: 8px 12px;
	color: #202020;
	font-weight: 600;
	transition: ease-in-out 0.3s;
}
.header_bottom .navbar-nav>li.active a {
	font-weight: 600;
	color: #202020;
}
.header_bottom .navbar-nav>li.active a:after, .header_bottom .navbar-nav>li a:hover:after {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	height: 2px;
	width: 30px;
	background: #0497c2;
	content: "";
}
.no-padding {
	padding: 0;
}
.custom_header .logo_position {
	position: inherit;
}
.custom_header .navbar-inverse .navbar-nav>li>a:hover, .custom_header .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .custom_header .navbar-inverse .navbar-nav>.active>a:hover {
	color: #202020;
	background: transparent;
	font-weight: 600;
}
/* .header_bottom .dropdown-menu {
	padding: 0;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	box-shadow: none;
} */
.header_bottom .dropdown-submenu .dropdown-menu {
	position: absolute;
}
.header_bottom .dropdown-submenu:hover .dropdown-menu {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.header_bottom .dropdown-submenu .dropdown-menu li a {
	color: #202020;
	font-size: 12px;
}
.header_bottom .dropdown-menu>li>a {
	font-size: 12px;
	color: #202020;
	text-transform: uppercase;
}
a.navbarbrand_logo {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: -21px;
	text-align: center;
	z-index: 5;
}
.header_bottom .navbar-nav>li.dropdown:hover > .dropdown-menu{
	display: block;
}
/*Header Css end*/

/*Main Banner Css Start Here*/

.carousel.slide {
	position: relative;
	top: 30px;
	display: inline-block;
	width: 100%;
}
.carousel.slide .carousel-caption {
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	bottom: 0;
	margin: auto;
	text-shadow: none;
}
.carousel.slide .carousel-caption h4 {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
}
.carousel.slide .carousel-caption h1 {
	color: #FFF;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.carousel.slide .carousel-caption .slider-button {
	background: #FFF;
	border-radius: 40px;
	height: 44px;
	line-height: 44px;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	padding: 0 20px;
	margin: 20px 0 0 0;
	color: #262626;
	font-weight: 500;
}
.carousel.slide .carousel-caption .slider-button:hover {
	background: #262626;
	color: #FFF;
}
.carousel.slide .scrollDown {
	position: absolute;
	bottom: -42px;
	left: 0;
	right: 0;
	margin: auto;
	width: 85px;
	height: 85px;
	z-index: 5;
}
/*Main Banner Css End*/

/*Welcome Section Css Start Here*/

.welcomeSection {
	display: flex;
	background: #FFF;
	padding-left: 40px;
	padding-right: 40px;
}
.welcomeSection .imgBox {
	display: inline-block;
	margin-top: 90px;
}
.welcomeSection .imgBox img {
	width: 100%;
}
.welcomeSection .welcomeContent {
	display: inline-block;
	width: 100%;
	padding-top: 90px;
	padding-bottom: 40px;
	color: #000000;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.welcomeSection h1 {
	display: inline-block;
	width: 100%;
	color: #3f3735;
	font-size: 30px;
	font-weight: 400;
    text-transform: capitalize;
	margin: 0 0 20px 0;
	font-family: 'Montserrat', sans-serif;
}
.welcomeSection h1 span {
	font-weight: 700;
	color: #0497c2;
}
.welcomeSection h3 {
	display: inline-block;
	width: 100%;
	color: #0497c2;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.welcomeSection ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}
.welcomeSection ul li {
	display: inline-block;
	width: 100%;
	list-style-type: none;
	position: relative;
	line-height: 40px;
	padding-left: 25px;
}
.welcomeSection ul li i {
	position: absolute;
	left: 0;
	top: 13px;
	color: #0497c2;
}
/*Welcome Section Css End*/

/*What We Do Section Css Start Here*/

.weDoSection {
	display: flex;
	background: url(../images/weDoImg.jpg) no-repeat top center;
	background-size: cover;
	padding: 55px 40px;
}
.weDoSection h1 {
	display: inline-block;
	width: 100%;
	color: #FFF;
	font-size: 40px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 20px 0;
}
.weDoSection .secHead {
	text-align: center;
	display: inline-block;
	width: 100%;
	font-size: 15px;
	line-height: 28px;
	color: #FFF;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.weDoSection .secBoxes {
	display: inline-block;
	width: 100%;
	background: #FFF;
	color: #333333;
	font-size: 15px;
	line-height: 30px;
	margin: 30px 0 0 0;
}
.weDoSection .secBoxes .contentBox {
	display: inline-block;
	width: 100%;
	padding: 25px;
	text-align: center;
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
}
.weDoSection .secBoxes .contentBox h1 {
	margin: 0 0 15px 0;
	padding: 0;
}
.weDoSection .secBoxes .contentBox h1 a {
	display: inline-block;
	font-size: 25px;
	color: #3f3735;
}
.weDoSection .secBoxes:hover .contentBox h1 a {
	color: #0497c2;
}
.weDoSection .secBoxes .contentBox .more {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	color: #FFF;
	background: #3f3735;
	border-radius: 35px;
	padding: 0 20px;
	font-size: 15px;
	font-weight: 600;
	transition: ease-in-out 0.3s;
}
.weDoSection .secBoxes:hover .contentBox .more {
	background: #0497c2;
}
.weDoSection .secBoxes .imgBox {
	display: inline-block;
	width: 100%;
	height: 270px;
	overflow: hidden;
}
.weDoSection .secBoxes .imgBox img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
/*What We Do Section Css End*/

/* BEGIN: contactSec CSS */

.contactSec .col-md-6:first-child {
	padding-right: 0;
}
.contactSec .col-md-6:last-child {
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
	padding-left: 0;
}
.contactSec .contactBox {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	padding: 50px 40px 50px 80px;
	background: #fff;
}
.contactSec .contactBox h4 {
	margin: 0;
	text-transform: capitalize;
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 500;
}
.contactSec .contactBox h1 {
	position: relative;
	margin: 0 0 20px;
	padding: 10px 0 20px;
	font-size: 30px;
	font-weight: 600;
	color: #262626;
}
.contactSec .contactBox h1:first-letter {
	text-transform: capitalize;
}
.contactSec .contactBox h1:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 1px;
	width: 15%;
	background: #000;
}
.contactSec .contactBox .form-group {
	position: relative;
}
.contactSec .contactBox input {
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding-left: 0;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.contactSec .contactBox textarea {
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding-left: 0;
	resize: none;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.contactSec .contactBox .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #333333;
}
.contactSec .contactBox .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #333333;
}
.contactSec .contactBox .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #333333;
}
.contactSec .contactBox .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #333333;
}
.contactSec .contactBox button {
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	padding: 10px;
}
/* END: contactSec CSS */

/* BEGIN: footerSec CSS */

.bottomContact {}
.bottomContact .col-md-6:first-child {
	padding-right: 0;
}
.bottomContact .col-md-6:last-child {
	padding-left: 0;
	display: flex;
}
.bottomContact .answerBox, .bottomContact .videoBox {
	position: relative;
	border: 8px solid #fff;
}
.bottomContact .answerBox {
	border-right: 4px solid #fff;
}
.bottomContact .videoBox {
	border-left: 4px solid #fff;
}
.bottomContact .answerBox img, .bottomContact .videoBox img {
	width: 100%;
	height: 100%;
}
.bottomContact .answerBox .overlay {
	flex-flow: column wrap;
	justify-content: center;
	padding: 50px;
}
.bottomContact .answerBox .overlay h3 {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 40px;
	line-height: 34px;
}
.bottomContact .answerBox .overlay p {
	font-size: 16px;
	margin: 0 0 5px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.bottomContact .answerBox .overlay a.callBtn {
	display: block;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 40px;
	font-size: 25px;
	color: #fff;
	font-weight: 500;
}
.bottomContact .answerBox .overlay a:hover {
	color: #3f3735;
}
.bottomContact .answerBox .overlay ul.list-unstyled {
	margin-bottom: 0;
}
.bottomContact .answerBox .overlay ul.list-unstyled li {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	line-height: 22px;
}
.bottomContact .answerBox .overlay ul.list-unstyled li a {
	font-family: 'Roboto', sans-serif;
	display: block;
	color: #fff;
}
.bottomContact .answerBox .overlay ul.list-unstyled li a:hover {
	color: #3f3735;
}
.bottomContact .videoBox .overlay {
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}
.bottomContact .videoBox .overlay a img {
	width: auto;
}
.bottomContact .videoBox .overlay a.viewBtn {
	display: table;
	padding: 12px 34px;
	text-transform: capitalize;
	background: #fff;
	color: #3f3735;
	font-weight: 600;
	border-radius: 50px;
	font-size: 15px;
	margin: 40px 0 0;
}
.bottomContact .videoBox .overlay a.viewBtn:hover {}
/* END: footerSec CSS */

/* BEGIN: footerSec CSS */

.footerSec {
	background: #252525;
	padding: 80px 0;
}
.footerSec .footerLogo {
	margin-bottom: 10px;
	padding-top: 5px;
}
.footerSec .footerLogo img {}
.footerSec p {
	color: #e4e4e4;
	margin: 0;
	line-height: 22px;
}
.footerSec p a {
	text-decoration: underline !important;
	color: #e4e4e4;
}
.footerSec ul.list-unstyled li {
	margin: 0 0 7px;
}
.footerSec ul.list-unstyled li a {
	display: block;
	color: #e4e4e4;
    text-transform: capitalize;
}
.footerSec ul.list-unstyled li a:hover {
	color: #fff;
}
.footerSec h2 {
	font-size: 20px;
	padding: 0 0 20px;
	margin: 0 0 20px;
	text-transform: capitalize;
	color: #fff;
	position: relative;
	border-bottom: 1px solid #1e1e1e;
}
.footerSec h2:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 4px;
	bottom: 0;
	left: 0;
	background: #666666;
}
.footerSec ul.social-links {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0 0;
}
.footerSec ul.social-links li {
	padding: 0 3px;
}
.footerSec ul.social-links li a {
	color: #fff;
	font-size: 20px;
	padding: 5px;
}
.footerSec ul.social-links li a:hover {}
.footerSec ul.contactList li {
	position: relative;
	padding-left: 22px;
	color: rgba(255, 255, 255, 0.8);
}
.footerSec ul.contactList li i {
	position: absolute;
	top: 3px;
	left: 0;
}
/* END: footerSec CSS */

/* BEGin: copyrightSec CSS */

.copyrightSec {
	padding: 15px 0;
	background: #1f1f1f;
	border-top: 1px solid #4d4d4d;
}
.copyrightSec p {
	margin: 0;
	text-transform: capitalize;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 300;
}
.copyrightSec ul {
	margin: 0;
	text-align: right;
}
.copyrightSec ul li {
	padding: 0;
}
.copyrightSec ul li a {
	color: rgba(255, 255, 255, 0.5);
	text-transform: capitalize;
	padding: 0 10px 0 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	font-weight: 300;
}
.copyrightSec ul li:last-child a {
	padding-right: 0;
	border: 0;
}
.copyrightSec ul li a:hover {
	color: #fff;
}
/* END: copyrightSec CSS */

/* BEGIN: bannerSec CSS */

.bannerSec {
	position: relative;
	top: 25px;
}
.bannerSec img {
	width: 100%;
}
.bannerSec .overlay {
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 100px;
}
.bannerSec .overlay h1 {
	font-size: 40px;
	margin: 0;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
}
/* END: bannerSec CSS */

.whytBg {
	background: #FFF;
}
/* BEGIN: aboutSec CSS */

.aboutSec {
	padding: 100px 0;
}

.aboutSec h1 {
	display: inline-block;
	width: 100%;
	color: #3f3735;
	font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.mt-30{
	margin-top: 30px !important;
}
.aboutSec h1 span {
	font-weight: 700;
	color: #0497c2;
}
.aboutSec h2 {
	font-size: 20px;
	margin: 20px 0 20px;
	color: #3f3735;
	font-weight: 600;
}
.aboutSec p {
	font-size: 15px;
	margin: 25px 0 0;
	line-height: 28px;
	font-weight: 500;
	color: #333333;
}
.aboutSec .aboutImg img {
	width: 100%;
}
.aboutSec ul.list-unstyled {
	margin: 0;
}
.aboutSec ul.list-unstyled li {
	position: relative;
	font-size: 15px;
	line-height: 33px;
	padding-left: 15px;
	font-weight: 500;
	color: #333333;
}
.aboutSec ul.list-unstyled li:before {
	position: absolute;
	content: "\f0da";
	top: 6px;
	left: 0;
	width: 20px;
	height: 20px;
	font-size: 15px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: 'FontAwesome';
}
.aboutSec figure{
	margin-top: 40px;
}
.aboutSec figure img{
	margin: 0 auto;
}
.aboutSec figure figcaption{
	text-align: left;
	margin-top: 15px;
	font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: #333333;
}
/* END: aboutSec CSS */

/* BEGIN: videoSec CSS */

.videoSec {
	padding: 70px 0;
}
.videoSec .videoBox {
	margin-bottom: 30px;
}
.videoSec .videoBox .overlay {
	align-items: center;
	justify-content: center;
}
/* END: videoSec CSS */

/* BEGIN: reviewSec CSS */

.reviewSec {
	padding: 70px 0;
}
.reviewSec .sectionBox {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 40px 0 0;
}
.reviewSec .sectionBox .imgSec {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 0 25px 0;
}
.reviewSec .reviewsBox {
	display: inline-block;
	width: 100%;
	position: relative;
	border: #eeeeee solid 1px;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	min-height: 220px;
	padding: 35px 15px;
	font-size: 15px;
	font-weight: 500;
	color: #595959;
	line-height: 26px;
	text-align: center;
}
.reviewSec .reviewsBox p {
	position: relative;
	font-style: italic;
	font-weight: 500;
	color: #595959;
	line-height: 26px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.reviewSec .reviewsBox p:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 4px;
	background: #e8e8e8;
	content: "";
}
.reviewSec .reviewsBox:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../images/reviewTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 30px;
	height: 15px;
	content: "";
	top: -15px;
}
.reviewSec .reviewsBox:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: url(../images/borderBottomorner.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 27px;
	content: "";
	z-index: 1;
}
.reviewSec .reviewsBox .nameArea {
	display: inline-block;
	width: 100%;
}
.reviewSec .reviewsBox .nameArea h5 {
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #254099;
	margin: 0;
	padding: 0;
}
/* END: reviewSec CSS */

/* BEGIN: Pagination CSS */

.paginationSec {
	text-align: center;
}
.paginationSec ul.pagination li a {
	border: 0;
	color: #000000;
	margin: 0 1px;
	font-size: 16px;
	font-weight: 600;
}
.paginationSec ul.pagination li.next a {
	color: #FFF;
	text-transform: uppercase;
	background: #0497c2;
}
.paginationSec ul.pagination li.active a, .paginationSec ul.pagination>li>a:hover, .paginationSec ul.pagination>li>a:focus, .paginationSec ul.pagination>li>a:hover span, .paginationSec ul.pagination>li>a:focus span {
	color: #fff;
	background: #3f3735;
}
.paginationSec ul.pagination li.disabled a {
	background: transparent;
	color: #000;
}
.paginationSec span.page-number {
	float: left;
	margin: 28px 0 20px;
	color: #959595;
	font-weight: 600;
	text-transform: capitalize;
}
/* END: Pagination CSS */

/* BEGIN: jobSec CSS */

.jobSec {
	padding: 100px 0;
}
.jobSec h1 {
	text-transform: capitalize;
	font-size: 32px;
	color: #0497c2;
	font-weight: 500;
	margin: 0 0 30px;
}
.jobSec .jobBox {
	padding: 30px 0 30px;
	border-bottom: 1px solid #e3ecee;
}
.jobSec .flexCol:last-child {
	justify-content: center;
}
.jobSec .jobBox h2 {
	margin: 0 0 6px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #343a3b;
}
.jobSec .jobBox p {
	margin: 0;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #838b8c;
}
.jobSec .jobBox p span {
	text-transform: uppercase;
	color: #343a3b;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	padding-left: 10px;
}
.jobSec form {
	margin-top: 50px;
}
.jobSec input {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #d4e0e2;
	height: 50px;
	padding: 0;
	box-shadow: none;
}
.jobSec textarea {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #d4e0e2;
	padding: 20px 0;
	box-shadow: none;
	resize: none;
	margin-bottom: 50px;
}
.jobSec .form-control:focus {
	box-shadow: none;
}
.jobSec .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #343a3b;
	text-transform: uppercase;
}
.jobSec .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #343a3b;
	text-transform: uppercase;
}
.jobSec .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #343a3b;
	text-transform: uppercase;
}
.jobSec .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #343a3b;
	text-transform: uppercase;
}
.jobSec a.submitBtn {
	display: table;
	padding: 12px 30px;
	color: #fff;
	background: #0497c2;
	text-transform: uppercase;
	border-radius: 7px;
}
.jobSec a.submitBtn:hover {
	background: #222;
}
/* END: jobSec CSS */


/* BEGIN: clientList CSS */
.clientList{
    margin: 50px 0 0;
}
.clientList ul{
    display: flex;
    flex-flow: row wrap;
}
.clientList ul li{
    display: flex;
    flex: 1 1 auto;
    padding: 5px;
}
.clientList ul li a{
    width: 100%;
}
.clientList ul li a img{
    width: 100%;
}
/* END: clientList CSS */


/* BEGIN: contactSec CSS */

.contactMain	{
	padding: 70px 0 30px 0;
}

.contactMain  h1 {
	display: inline-block;
	width: 100%;
	color: #3f3735;
	font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.contactMain p {
	font-size: 15px;
	margin: 25px 0 0;
	line-height: 28px;
	font-weight: 500;
	color: #333333;
}

.contactMain .threeSection{
	margin: 40px 0 0 ;
}

.contactMain .threeSection h3{
	font-size: 20px;
	color: #222222;
	font-weight: 600;
}
.contactMain .threeSection	{
	display:block;
	width:100%;
	text-align:center;
	font-size:15px;
	font-weight:400;
	color:#23282f;
	line-height:25px;
	float:left;
}
.contactMain .threeSection a{
	color:#23282f;
}
.contactMain .threeSection .sectionBox	{
	margin-bottom:30px;
}
.contactMain .threeSection .iconBox	{
	display:inline-block;
	width:80px;
	height:80px;
	text-align:center;
	line-height:68px;
	font-size:36px;
	color:#23282f;
	background:#FFF;
	border:#dddddd dashed 2px;
	border-radius:100%;
	margin:0 0 20px 0;
}
/* END: contactSec CSS */

.searchJob input {
    width: 100%;
    height: 64px;
    border: transparent;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 2px;
    background-color: rgb(246, 246, 246);
    box-shadow: 0 0 11px rgba(0,0,0,0.3);
    font-weight: 500;
    margin-bottom: 40px;
    outline: none;
}
.jobSec .searchJob a.submitBtn {
    display: table;
    padding: 20px 15px;
    color: #fff;
    background: #0497c2;
    text-transform: uppercase;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 600;
}
.searchJob a.advancesearch {
    font-size: 15px;
    font-family: "Montserrat";
    color: rgb(136, 136, 136);
    text-decoration: underline;
    font-weight: 600;
    line-height: 4;
}

.blogSec {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.blogSec h1 {
    display: inline-block;
    width: 100%;
    color: #3f3735;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif;}

.blogSec article {
    margin: 0 0 100px 0;
}

.blogSec article figure img {
    width: 100%;
}

.blogSec .media {
    margin-top: 20px;
}

.blogSec .media-left {
    padding-right: 25px;
}

.blogSec .media-left .date {
    width: 55px;
    height: 65px;
    background: #0497c2;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.blogSec .media-left .date h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.blogSec .media-left .date span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.blogSec .media-body h2 {
    margin: 0;
    font-size: 26px;
    color: #333333;
}

.blogSec .media-body ul {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    margin: 0;
}

.blogSec .media-body ul li {
    font-size: 14px;
    color: #333333;
    text-transform: capitalize;
    padding: 0 15px 0 0;
    line-height: 16px;
}

.blogSec .media-body ul li+li {
    border-left: 1px solid #555;
    padding: 0 15px 0 15px;
}

.blogSec .media-body p {
    color: #333;
    margin: 15px 0;
    font-size: 14px;
    line-height: 26px;
}

.blogSec .media-body p a:hover{
	color: #333;
}

.blogSec .media-body a.read-more {
    text-transform: capitalize;
    display: table;
    margin: 30px 0 0;
    padding: 12px 24px;
    width: auto;
    border: 0;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    background: #3f3735;
}

.blogSec .media-body a:hover {
    color: #fff;
    border-color: #fff;
}

/* BEGIN: blogDetailSec CSS */
.blogDetailSec {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.blogDetailSec h1 {
    display: inline-block;
    width: 100%;
    color: #3f3735;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 20px 0 20px 0;
    font-family: 'Montserrat', sans-serif;
}

.blogDetailSec figure {}

.blogDetailSec figure img {
    width: 100%;
}

.blogDetailSec .blogDetailHead {
    padding: 50px 0 30px;
}

.blogDetailSec .blogDetailHead h2 {
    color: #333;
    margin: 0;
    font-size: 30px;
}

.blogDetailSec .blogDetailHead h2 small {
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    font-size: 45%;
}

.blogDetailSec .blogDetailHead h1 {
    font-size: 32px;
    margin: 10px 0 20px;
    color: #333;
    text-transform: capitalize;
}

.blogDetailSec .blogDetailHead ul {
    margin: 0;
}

.blogDetailSec .blogDetailHead ul li {
    text-transform: capitalize;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    padding-right: 30px;
}

.blogDetailSec .blogDetailHead ul li i {
    font-size: 17px;
    color: #333;
    padding-right: 10px;
}

.blogDetailSec .widget-tags {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px dashed #d5d5d5;
    border-bottom: 1px dashed #d5d5d5;
    margin: 0 0 30px;
}

.blogDetailSec .widget-tags p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.blogDetailSec .widget-tags p i,
.blogDetailSec .widget-tags p span {
    color: #333;
}

.blogDetailSec .widget-tags p i {
    padding-right: 5px;
}

.blogDetailSec .widget-tags ul {
    margin: 0;
}

.blogDetailSec .widget-tags ul li {
    padding: 0 15px;
}

.blogDetailSec .widget-tags ul li a {
    color: #fff;
}

.blogDetailSec .widget-tags ul li a:hover {
    color: #fff;
}

.blogDetailSec .description {
    margin: 0 0 70px;
}

.blogDetailSec .description p {
    font-size: 15px;
    color: #333;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}

.blogDetailSec .description p strong{}
.blogDetailSec .description ul,ol{
    margin-top: 20px;
    color: #333;
    font-weight: 600;
}

.blogDetailSec .description p+p {
    margin-top: 10px;
}

.blogDetailSec .commentSec h3 {
    font-size: 28px;
    margin: 40px 0 30px;
    color: #333;
    padding: 30px 0 0;
    text-transform: capitalize;
    border-top: 1px solid #ccc;
}

.blogDetailSec input {
    height: 50px;
    padding: 20px 30px;
    margin-bottom: 30px;
    color: #1b1b1b;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border: 0;
    background: transparent;
    border: 1px solid #e6e6e6;
}

.blogDetailSec textarea {
    padding: 20px 30px;
    margin-bottom: 30px;
    color: #1b1b1b;
    border-radius: 0;
    resize: none;
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: transparent;
    border: 1px solid #e6e6e6;
}


.blogDetailSec .form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(52, 168, 20, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(52, 168, 20, 0.6);
}

.blogDetailSec button {
    float: right;
    margin-top: 0;
    outline: 0;
    text-transform: capitalize;
    display: table;
    margin: 0;
    padding: 12px 24px;
    width: auto;
    border: 0;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    background: #3f3735;
}

.blogDetailSec button:hover {
    color: #fff;
    border-color: #fff;
}

.blogDetailSec .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
}

.blogDetailSec .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
}

.blogDetailSec .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.blogDetailSec .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
}

.commaSec h4 {
    font-size: 20px;
    color: #fff;
    line-height: 29px;
    font-weight: 400;
}

.commaSec {
    background: #161324;
    padding: 38px;
    position: relative;
}

.commaImg img {
    position: absolute;
    top: -30px;
    bottom: auto;
}

.authorMessage {
    background: #fff;
    margin: 30px 0;
    padding: 20px 60px;
}

.authorImg img {
    border-radius: 50%;
    padding: 10px;
    border: 2px solid #1a1a1a;
    border-style: dashed;
    width: 115px;
    height: 115px;
    object-fit: cover;
    margin: 5px auto 0;
    display: block;
}

.authorDetail ul li i {
    color: #fff;
    padding-right: 13px;
    font-size: 18px;
}

.authorDetail ul li {
    display: inline-block;
}

.authorDetail ul {
    list-style: none;
    display: inline-block;
}

.authorDetail h3 {
    font-size: 21px;
    display: inline-block;
    margin: 10px 0 10px;
    color: #fff;
    font-weight: 600;
}

.authorDetail {
    color: #1a1a1a;
    padding: 10px 0 0 0;
    position: relative;
}

.authorDetail p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
}

.authorMessage.commentClient {
    background: #0497c2;
    padding: 20px 0px 30px 20px;
    position: relative;
}

.commentClient .authorDetail {
    color: #454545;
}

.commentClient .authorDetail h3 span {
    color: #fff;
    font-size: 15px;
    padding-left: 19px;
}

.commentClient .authorImg img {
    border: 2px solid #d5d5d5;
    border-style: dashed;
}

.authorMessage.commentClient.pleft {
    padding: 20px 0px 20px 20px !important;
}

.authorMessage.commentClient .authorDetail i {
    position: absolute;
    right: -75px;
    bottom: -35px;
    background: #1a1a1a;
    padding: 12px;
    color: #fff;
}

.authorMessage.commentClient.pleft .authorDetail i {
    position: absolute;
    right: -70px;
    background: #1a1a1a;
    padding: 12px;
    top: auto;
    bottom: -28px;
    color: #fff;
}

/* END: detailSec CSS */


/* Upload button Css */

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn {
  border: 1px solid #0497c2;
  color: #0497c2;
  background-color: white;
  padding: 10px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 15px;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}