:root {
	scroll-behavior: smooth;
}
body {
	font-family: 'Raleway', sans-serif;
	color: #444444;
}
a {
	color: #4154f1;
	text-decoration: none;
}
a:hover {
	color: #717ff5;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}
.float-left {
	float: left;
}
section {
	padding: 60px 0;/*overflow: hidden;*/

}
.section-header {
	text-align: center;
	padding-bottom: 40px;
}
.section-header h2 {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0;
	color: #4154f1;
	text-transform: uppercase;
}
.section-header p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 38px;
	line-height: 42px;
	font-weight: 700;
	color: #012970;
}
p.reqP {
	margin-bottom: 30px;
}
p.reqP a span {
	margin-right: 14px;
	border: 3px solid #f6b117;
	padding: 5px 8px;
	border-radius: 50px;
	width: 38px;
	color: #f6b117;
}
p.reqP a {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
}
.search-page.privacy-policy-sec h2 {
    padding-bottom: 0;
}
.search-page.privacy-policy-sec h2 a {
    color: #3e3f49!important;
    font-size: 20px;
}
.search-page .entry-summary hr {
    padding-top: 0px;
    margin-top: 30px;
}
.search-page article {
    padding-top: 0px;
    padding-bottom: 15px;
}
nav.navigation.pagination a, nav.navigation.pagination span {
    border: 1px solid #f6b118;
    padding: 6px 15px;
}
nav.navigation.pagination a span {
    border: none;
}
nav.navigation.pagination {
    margin-top: 25px;
    margin-bottom: 10px;
}
nav.navigation.pagination span.page-numbers.current {
    background-color: #f6b118;
    color: #FFF;
}
.search-page {
    min-height: 550px;
}
#newsletterModal .modal-body h3 {
    text-align: left;
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
}
#newsletterModal .modal-body img {
    width: 280px;
}
.modalContent {
    vertical-align: middle;
    display: table-cell;
    height: 270px; text-align:left;
}
#newsletterModal .modal-title {
    font-weight: bold;
    font-size: 25px;
}
#newsletterModal .modal-body {
    padding-bottom: 35px;
    border-radius: 0px !important;
    border-bottom: 10px solid #fac720;
}
#newsletterModal .modal-body input[type="submit"] {
    background-color: #fdc200;
    border-radius: 0px;
    height: 44px;
    margin-top: -2px;
}
#newsletterModal .modal-body input[type="email"] {
    border: 1px solid #000;
    border-radius: 0px;
    width: 60%;
}
#newsletterModal .modal-body input[type="submit"]:hover {
    background-color: #a78000;
}
@media (max-width: 768px) {
.section-header p {
	font-size: 28px;
	line-height: 32px;
}
}
.breadcrumbs {
	padding: 15px 0;
	background: #012970;
	min-height: 40px;
	margin-top: 82px;
	color: #fff;
}
 @media (max-width: 992px) {
.breadcrumbs {
	margin-top: 57px;
}
}
.breadcrumbs h2 {
	font-size: 28px;
	font-weight: 500;
}
.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
}
.breadcrumbs ol a {
	color: #fff;
	transition: 0.3s;
}
.breadcrumbs ol a:hover {
	text-decoration: underline;
}
.breadcrumbs ol li + li {
	padding-left: 10px;
}
.breadcrumbs ol li + li::before {
	display: inline-block;
	padding-right: 10px;
	color: #8894f6;
	content: "/";
}
/*--------------------------------------------------------------

# Back to top button

--------------------------------------------------------------*/

.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 120px;
	z-index: 99999;
	background: #fac720;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}
.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}
.back-to-top:hover {
	background: #fac720;
	color: #fff;
}
.back-to-top.active {
	visibility: visible;
	opacity: 1;
}
/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/

.header {
	transition: all 0.5s;
	z-index: 997;
	padding: 20px 0;
}
.header.header-scrolled {
	background: #fff;
	padding: 15px 0;
	box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header .logo {
	line-height: 0;
}
.header .logo img {
	max-height: 60px;
	margin-right: 6px;
}
.header .logo span {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #012970;
	font-family: 'Raleway', sans-serif;
	margin-top: 3px;
}
.navbar {
	padding: 0;
}
.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.navbar li {
	position: relative;
}
.navbar a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 500;
	color: #1c1c1c;
	white-space: nowrap;
	transition: 0.3s;
}
.navbar a i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}
.current-menu-item a {
	color: #f1a600;
}
.navbar a:hover, .navbar .active, .navbar li:hover > a {
	color: #f6b118;
}
.navbar .getstarted {
	background: #4154f1;
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 4px;
	color: #fff;
}
.navbar .getstarted:hover {
	color: #fff;
	background: #5969f3;
}
.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 4px;
}
.navbar .dropdown ul li {
	min-width: 200px;
}
.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 15px;
	text-transform: none;
	font-weight: 600;
}
.navbar .dropdown ul a i {
	font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
	color: #4154f1;
}
.navbar .dropdown:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}
.navbar .dropdown ul li a:hover {
	color: #f6b117;
}
 @media (max-width: 1366px) {
.navbar .dropdown .dropdown ul {
	left: -90%;
}
.navbar .dropdown .dropdown:hover > ul {
	left: -100%;
}
}
/**

* Mobile Navigation 

*/

.mobile-nav-toggle {
	color: #012970;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}
.mobile-nav-toggle.fa-times {
	color: #fff;
}
 @media (max-width: 991px) {
.container-fluid.container-xl.d-flex.align-items-center.justify-content-between {
	display: inline-block !important;
}
a.logo.d-flex.align-items-center {
	display: block;
	width: 80%;
	float: left;
}
.mobile-nav-toggle {
	display: block;
	position: absolute;
    right: 30px;
    top: 17px;
}
.hidden-md{display:none;}
i.fa.fa-bars.mobile-nav-toggle.bi-list.bi-x {
	top: 31px;
}
.navbar ul {
	display: none;
}
#navbar {
	width: 100% !important;
}
.hero {
	background-image: url(../img/sm-banner-home.jpg) !important;
}
}
.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(1, 22, 61, 0.9);
	transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 30px;
	right: 15px;
}
.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}
.navbar-mobile a {
	padding: 10px 20px;
	font-size: 15px;
	color: #012970;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
	color: #de9900;
}
.navbar-mobile .getstarted {
	margin: 15px;
}
.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
	min-width: 200px;
}
.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
	color: #4154f1;
}
.navbar-mobile .dropdown > .dropdown-active {
	display: block;
}
/*--------------------------------------------------------------

# Hero Section

--------------------------------------------------------------*/

.hero {
	width: 100%;
	height: 100vh;
	background: url(../img/hero-bg.png) top center no-repeat;
	background-size: cover;
}
.contact-hero, .inner-hero {
	width: 100%;
	height: 100vh;
	background: url(../img/inner-page-header-img.jpg) top center no-repeat;
	background-size: cover;
}
.hero h1, .no-banner-hero h1 {
	margin: 0;
	font-size: 48px;
	font-weight: 900;
	color: #3e3f49;
}
#hero h1 span, .no-banner-hero h1 span {
	color: #f6b117;
}
.hero h2 {
	color: #444444;
	margin: 15px 0 0 0;
	font-size: 20px;
	font-weight: 300;
	line-height: 31px;
}
.hero .btn-get-started {
	margin-top: 30px;
	line-height: 0;
	padding: 21px 40px 20px 40px;
	border-radius: 7px;
	transition: 0.5s;
	color: #f5aa02;
	border: 2px solid #f5aa02;
}
.btn-get-started:hover {
	color: #FFF;
	background-color: #f5aa02;
}
.hero .btn-get-started span {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
}
.hero .btn-get-started i {
	margin-left: 5px;
	font-size: 18px;
	transition: 0.3s;
}
.hero .btn-get-started:hover i {
	transform: translateX(5px);
}
.hero .hero-img {
	text-align: right;
}
/* --------------------- CUSTOM STYLES ------------------------- */

#navbar {
	width: 76%;
}
h2.titleH2:after {
	background-color: #f5aa02;
	position: absolute;
	content: "";
	width: 110px;
	height: 5px;
	bottom: -9px;
	left: 0;
}
.titleH2 {
	font-size: 50px;
	font-weight: 900;
	color: #3e3f49;
	position: relative;
	margin-bottom: 45px;
}
.sec {
	padding: 65px 0px;
}
.sec p {
	color: #444444;
	margin: 15px 0 0 0;
	font-size: 19px;
	font-weight: 300;
	line-height: 29px;
}
.about-sec .vertical-align-text {
	vertical-align: middle;
	display: table-cell;
	height: 670px;
}
.icon-box p {
	padding-left: 12px;
	vertical-align: middle;
	display: table-cell;
	height: 95px;
	font-weight: 400;
}
.icon-box img {
	float: left;
}
.icon-box {
	padding: 40px 0px;
}
.yellow-btn-outline {
	margin-top: 15px;
	line-height: 0;
	padding: 20px 40px;
	border-radius: 7px;
	transition: 0.5s;
	color: #f5aa02;
	border: 2px solid #f5aa02;
	background-color: transparent;
	display: inline-block;
	font-weight: 500;
}
.yellow-btn-outline:hover {
	background-color: #f5aa02;
	color: #FFF;
}
.meet-our-team-sec .titleH2, .testimonial-sec .titleH2 {
	width: max-content;
	margin: 0 auto 50px auto;
}
.meet-our-team-sec h2.titleH2:after, .testimonial-sec .titleH2:after {
	left: auto;
	right: 0;
}
.team-member img.team-member-pic {
	border-radius: 50%;
	border: #fac720 4px solid;
	padding: 8px;
	max-width: 160px;
	margin-bottom: 21px;
	margin-top: 10px;
}
.team-member h3 {
	font-weight: 700;
	font-size: 22px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.team-member p {
	padding-top: 0;
	margin-top: 8px;
}
a.linkedin-icon img {
	width: 32px;
	margin-top: 11px;
}
#testimonialSlider .carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 8px;
	height: 8px;
	padding: 0;
	margin-right: 8px;
	margin-left: 8px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #7d7d7d;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
	border-radius: 50%;
}
#testimonialSlider button.active {
	background-color: #f5aa02 !important;
	opacity: 1 !important;
}
section.testimonial-sec {
	padding: 65px 0px 125px 0px;
}
.carousel-indicators {
	bottom: -60px;
}
#testimonialSlider {
	text-align: center;
}
p.testmonial-content:before {
	content: "";
	background-color: #f5aa02;
	width: 121px;
	height: 5px;
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
p.testmonial-content {
	padding: 0px 18%;
	margin-bottom: 50px;
	position: relative;
}
h4.client-name {
	font-weight: 700;
	font-size: 22px;
}
p.client-designation {
	font-weight: 400;
	font-size: 18px;
	margin-top: 0;
}
footer {
	background-color: #fac82a;
	padding: 65px 0px 0px 0px;
}
.contact-hero h1 {
	font-family: 'Kanit', sans-serif;
	font-size: 100px;
	line-height: 100px;
	text-transform: none;
}
.contact-hero h1 span {
	display: block;
	line-height:55px;
}
.privacy-policy-sec {
	padding-top: 40px;
	padding-bottom: 10px;
}
.connect-text h2 {
	line-height: 110px;
	font-family: 'Kanit', sans-serif;
	font-size: 100px;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 7px 6px 0px #e1b423;
}
.questions-sec h3 {
	color: #FFF;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 40px;
	padding-top: 14px;
}
.questions-sec a {
	color: #FFF;
	border: 3px solid #fff;
	padding: 6px 31px;
	font-weight: bold;
	border-radius: 11px;
	display: inline-block;
	margin-top: 20px;
	transition: 0.5s;
}
.questions-sec a:hover {
	color: #e2ac00;
	border: 3px solid #fff;
	background-color: #fff;
	transition: 0.5s;
}
.footer-links ul li a {
	color: #000;
	line-height: 47px;
	font-weight: 500;
}
.footer-links ul {
	padding-left: 0;
	list-style: none;
}
ul.social-icon-ul li a {
	background-color: #f6b117;
	color: #FFF;
	width: 29px;
	height: 30px;
	border-radius: 50px;
	display: inline-block;
	padding: 4px 7px;
}
ul.social-icon-ul li {
	display: inline;
	margin-right: 10px;
}
ul.social-icon-ul {
	padding-left: 0;
	list-style: none;
	padding-top: 15px;
}
ul.social-icon-ul li a:hover {
	background-color: #a77300;
}
.form-box {
	background-color: #FFF;
	padding: 60px 40px;
	box-shadow: 0px 4px 19px #00000038;
	border-radius: 5px;
	margin-top: 20px;
}
.form-box .form-control {
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	margin-bottom: 28px;
}
.contactbox-form-btn {
	border: 2px solid #fec047;
	background-color: transparent;
	color: #fec047;
	font-weight: 600;
	border-radius: 7px;
	padding: 5px 15px;
}
.contactbox-form-btn:hover {
	border: 2px solid #fec047;
	background-color: #fec047;
	color: #FFF;
}
.contactbtn-disabled {
	border: 2px solid #d0d0d0 !important;
	color: #afafaf !important;
}
.text-right {
	text-align: right;
}
.no-banner-hero p {
	color: #777;
	font-size: 18px;
	line-height: 32px;
	margin-top: 24px;
}
.no-banner-hero {
	padding-top: 200px;
	padding-bottom: 20px;
}
.service-tab {
	padding-top: 0px;
}
.service-tab .accordion-body ul {
	padding-left: 20px;
	line-height: 38px;
	font-size: 18px;
}
.service-tab .accordion-body h4 {
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 8px;
	padding-top: 5px;
}
.service-tab .accordion-body {
	color: #808080;
}
.tab-icon-4 button {
	background-image: url(../img/tab-icon-4.png);
}
.tab-icon-3 button {
	background-image: url(../img/tab-icon-3.png);
}
.tab-icon-2 button {
	background-image: url(../img/tab-icon-2.png);
}
.tab-icon-1 button {
	background-image: url(../img/assessment-icon-4.png);
}
.tab-icon-1 #innerAccordion button {
    background-image:none;
}
.tab-icon button {
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 70px;
	font-weight: bold;
	width: auto;
	font-size: 20px;
	height: 58px;
	margin-top: 15px;
	margin-bottom: 12px;
	background-color: #fff0;
}
.tab-icon .accordion-button::after {
	margin-left: 20px;
}
.accordion-item {
	border: none !important;
	background-color: #fff0;
}
.inner-tab-btn {
	background-image: none !important;
	padding-left: 20px !important;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 !important;
}
.accordion-button:not(.collapsed) {
	color: #000000;
	background-color: #ffffff;
}
.accordion-button:not(.collapsed) {
	box-shadow: none !important;
}
.common-bk {
	background-image: url(../img/common-bk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.white-header.header li.request-link a {
	color: #f6b117;
	border: 2px solid #f6b117;
}
.inner-hero h1 {
	font-weight: 900;
	text-transform: none;
	font-size: 40px;
	padding-right: 60px;
}
.inner-hero a, .yellow-border-btn {
	color: #f6b118;
	border: 2px solid #f6b118;
	padding-left: 0;
	padding: 4px 16px;
	border-radius: 11px;
	font-weight: 600;
	display: inline-block;
	width: fit-content;
	margin-top: 15px;
	text-transform: none;
}
h2.noResult {
    text-align: center;
    margin-bottom: 130px;
    padding-top: 190px;
}
a.downLink, a.downLink:hover {
    border: none !important;
}
.inner-hero a.yellow-btn-top {
	width: max-content !important;
}
.inner-hero a:hover, .yellow-border-btn:hover {
	color: #f6b118;
	border: 2px solid #f6b118;
}
a.downLink i {
    padding-left: 10px;
}
.inner-hero .ser-ico-box a {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-transform: none;
	border: none;
	margin-top: 0;
	margin-bottom: 5px;
	padding-left: 0;
}
.ser-ico-box h2 {
	color: #f6b118;
	font-weight: 700;
	font-size: 20px;
}
.ser-ico-box img {
	max-width: 66px !important;
	margin-bottom: 9px;
}
.borderline-right:after {
	content: "";
	background-color: #ddd;
	height: 116px;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
}
.borderline-right {
	position: relative;
}
.service-content-box h3 span {
	color: #f6b21a;
	display: block;
}
.service-content-box h3 {
	color: #3e3f49;
	font-weight: 700;
	font-size: 29px;
	margin-bottom: 21px;
}
.service-content-box ul {
	padding-left: 20px;
	color: #808080;
	line-height: 32px;
	margin-bottom: 35px;
	font-size: 17px;
}
.service-content-box h3 {
	color: #3e3f49;
	font-weight: 800;
	font-size: 25px;
	margin-bottom: 21px;
	background-repeat: no-repeat;
	background-size: 57px;
	padding-left: 67px;
	background-position: left center;
}
.service-content-box {
	padding: 40px 0px;
}
.inner-hero h1.plain-title span {
	display: block;
	font-weight: 700;
	padding-bottom: 10px;
	font-size: 29px;
}
.inner-hero h1.plain-title {
	font-weight: 300;
	text-transform: none;
	font-size: 24px;
	line-height: 32px;
	padding-right: 180px;
}
.header-title-box h3 {
	font-weight: 300;
	color: #808080;
	font-size: 22px;
	line-height: 29px;
}
h3.assess-icon {
	background-repeat: no-repeat;
	font-size: 20px;
	font-weight: 700;
	background-position: left center;
	background-size: 38px;
	height: 60px;
	padding-left: 50px;
	margin-bottom: 10px;
	margin-top: 15px;
	vertical-align: middle;
	display: table-cell;
}
.no-before:before {
	content: none !important;
}
h3.assess-icon span {
	color: #f5b426;
}
.borderline-bottom:before {
	position: absolute;
	background-color: #ddd;
	height: 1px;
	width: 240px;
	content: "";
	bottom: -2px;
}
.borderline-bottom {
	position: relative;
}
.header-title-box {
	vertical-align: middle;
	display: table-cell;
	height: 195px;
}
.assessment-sec h5 {
	font-weight: 400;
	padding-top: 35px;
	padding-bottom: 20px;
	line-height: 25px;
	font-size: 19px;
}
section.assessment-sec a {
	color: #444444;
}
.assess-content-box h3 {
	background-repeat: no-repeat;
	padding-left: 70px;
	background-size: 59px;
	background-position: center left;
	font-size: 19px;
	font-weight: 700;
	padding-bottom: 0;
	margin-bottom: 0;
	min-height: 46px;
}
.assessment-sec p {
	color: #808080;
	font-size: 19px;
	font-weight: 300;
}
.assess-content-box {
	background-color: #fff;
	padding: 26px 20px;
	box-shadow: 0px 0px 10px #FFF;
	margin-bottom: 26px;
	border-radius: 14px;
}
.assess-content-box:hover {
	box-shadow: 1px 0px 10px #ddd;
}
.form-box p.light-text {
	color: #808080;
	font-size: 15px;
	font-weight: 300;
}
.logo-lg {
	display: block;
}
.logo-sm {
	display: none;
}
.privacy-banner {
	background-image: url(../img/privacy.jpg);
	background-repeat: no-repeat;
	background-position: 145% 0%;
	background-size: auto;
}
span.fa.fa-facebook {
	padding-left: 4px;
}
#ssessmentTool, #assessorGuide, #mappingInfo, #LearnerGuide, #Presentation {
	padding-top: 45px;
}
#sec1, #sec2, #sec3, #sec4, #sec5, #sec6 {
	padding-top: 65px;
}

.searchFormShow {
	width: 770px;
	display:block;    height: 44px;
}
.searchFormShow .form-control {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #777;
	border-radius: 0px;
}
#navbar{position:relative;}
.searchOuter{display:none;}
span.search-Item {
	margin-right: 180px;
	font-size: 22px; cursor:pointer;
}
.fixed-top span.search-Item {
    color: #fff;
}
.fixed-top.header-scrolled span.search-Item {
    color: #f6b118;
}
.show-md{display:none;}

.connect-text h3 {
    color: #FFF;
    font-size: 27px;
    padding-right: 65px;
    padding-bottom: 10px;
    padding-top: 15px;
}













 @media(max-width:1400px) {
.privacy-banner {
	background-position: 315% 0%;
}
.searchFormShow {
    width: 600px;
}
}



/*@media (min-width: 1024px) {

  .hero {

    background-attachment: fixed;

  }

}*/

@media(max-width:1200px) {
.connect-text h2 {
	font-size: 77px;
}
#navbar {
    width: 85%;
}
.form-box {
	padding: 30px 30px;
	margin-top: 40px;
}
.contact-hero h1 {
	font-size: 75px;
	line-height: 75px;
}
.inner-hero h1.plain-title {
	padding-right: 0px;
}
.ser-ico-box p {
	font-size: 13px;
	line-height: initial;
}
.inner-hero h1 {
	padding-right: 15px;
}
}
@media(max-width:1099px) {
.privacy-banner {
	background-position: -1178% 0%;
}
.current-menu-item a {
	color: #000000;
}
.navbar a {
    font-size: 15px;
}
.searchOuter {
    margin-left: -5px;
}
h2.noResult {
    text-align: center;
    margin-bottom: 60px;
}
.ser-ico-box h2 {
    font-size: 19px;
}
.connect-text h3 {
    font-size: 24px;
    padding-right: 15px;
}
}
@media (max-width: 991px) {
.current-menu-item a {
	color: #f1a600;
}
#navbar {
    position: fixed;
}
.hero {
	height: auto;
	padding: 120px 0 60px 0;
	background-image: url(../img/sm-banner-home.jpg);
}
.hero h1 {
	color: #ffffff;
}
#hero h1 span {
	color: #000000;
}
#hero.no-banner-hero h1 span {
	color: #f6b117;
}
.no-banner-hero {
	padding-top: 100px;
}
.hero h2 {
	color: #ffffff;
}
.hero .hero-img {
	text-align: center;
	margin-top: 80px;
}
.hero .hero-img img {
	width: 80%;
}
.hero .btn-get-started {
	color: #ffffff;
	border: 2px solid #ffffff;
}
.accordion-button:not(.collapsed) {
	background-color: #ffffff00;
}
.show-md{display:block;}
span.searchMob {
    position: absolute;
    right: 64px;
    font-size: 22px;
    color: #012970;
}
.searchOuter {
    background-color: #fff;
    position: relative;
    width: 100%;
    z-index: 9999;
    padding: 30px;
    margin: 0px;
    margin-left: -12px !important;
    top: -20px;
}
.searchFormShow {
    width: 94%;
}
i.mobileSeaechClose {
    position: absolute;
    right: 10px;
    top: 0;
    color: #fff;
    background-color: #ff2929;
    padding: 11px 8px 14px 10px;
    font-size: 27px;
    border-radius: 5px;
    height: 50%;
    top: 22%;
}
.connect-text h3 {
    font-size: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 20px;
}
}
 @media (max-width: 991px) {
.hero {
	height: auto;
	padding: 120px 0 60px 0;
	background-position: right center;
}
.hero .hero-img {
	text-align: center;
	margin-top: 80px;
}
.hero .hero-img img {
	width: 80%;
}
p.testmonial-content {
	padding: 0px 2%;
}
.connect-text h2 {
	font-size: 40px;
	line-height: 50px;
}
h2.noResult {
    padding: 270px 140px;
    text-align: center;
    margin-bottom: 100px;
}
.modalContent {
    height: 200px;
}
#newsletterModal .modal-body h3 {
    font-size: 20px;
    line-height: 25px;
}
#newsletterModal .modal-body input[type="email"] {
    width: 100%;
    margin-bottom: 13px;
}
}
 @media (max-width: 768px) {
.hero {
	text-align: center;
	background-attachment: inherit;
}
.hero h1 {
	font-size: 32px;
}
.hero h2 {
	font-size: 19px;
	line-height: 25px;
	font-weight: 600;
}
.hero .hero-img img {
	width: 100%;
}
.header.header-scrolled {
	padding: 5px 0;
}
.header .logo img {
	max-height: 30px;
}
}
 @media(max-width:767px) {
section#hero.search-page {
    padding-top: 160px;
}
#newsletterModal .modal-body input[type="email"] {
    width: 50%;
}
.connect-text h2 {
	font-size: 50px;
	line-height: 60px;
}
.privacy-banner {
	background-position: 28% -7%;
}
.searchFormShow {
    width: 90%;
}
h2.noResult {
    padding: 130px 30px 152px 30px;
    text-align: center;
    margin-bottom: 40px;
}
p.w-p br {
	display: none;
}
.header {
	background: #fac720;
}
.logo-lg {
	display: none;
}
.logo-sm {
	display: block;
}
.header.header-scrolled {
	background: #fac720;
}
.ser-ico-box {
	text-align: center;
}
.mobile-nav-toggle {
	color: #ffffff;
}
.contact-hero {
	padding-top: 16%;
	height: auto;
}
.borderline-right:after {
	content: none;
}
.ser-ico-box p {
	font-size: 16px;
	line-height: 22px;
}
.titleH2 {
	font-size: 33px;
	width: 100% !important;
	word-break: break-word;
}
.hidden-xs {
	display: none;
}
.meet-our-team-sec h2.titleH2:after, .testimonial-sec .titleH2:after {
	left: 0;
	right: 0;
	margin: auto;
	bottom: -15px;
}
.icon-box {
	padding: 30px 0px 1px 0px;
}
.contact-hero h1 {
	margin-top: 75px;
	font-size: 52px;
	line-height: 56px;
}
.form-box {
	margin-bottom: 60px;
}
.inner-hero {
	height: auto;
	margin-top: 50px;
	padding-bottom: 0;
}
.service-content-box {
	padding: 10px 0px;
}
.inner-hero h1 {
	font-weight: 800;
	text-transform: none;
	font-size: 28px;
	padding-right: 15px;
}
.ser-ico-box h2 {
	padding-bottom: 20px;
}
span.searchMob {
    color: #FFF;
}
.modalContent, #newsletterModal .modal-body h3 {
    text-align: center;
}
#newsletterModal .modal-body img {
    width: 165px;
}
#newsletterModal .modal-body h3 {
    font-size: 20px;
    line-height: 25px;
}
.modalContent {
    height: 180px;
}
.connect-text h3 {
    padding-top: 0px;
}
}
 @media(max-width:1400px) and (min-width:1300px) {
.inner-hero {
	height: 120vh;
}
}
@media(min-width:1200px){
.contact-hero {
    padding-top: 120px;
    height: auto;
    min-height: 100vh;
}
}
 @media(min-width:1500px) {
section.services-sec {
	padding-top: 15px;
}
.hero {
	height: 110vh;
}
.title-box-1 {
	height: 149px;
}
.hero h2 {
	padding-right: 193px;
}
.icon-box p {
	padding-right: 80px;
	height: 107px;
}
.icon-box {
	padding: 30px 0px;
}
.inner-hero h1.plain-title {
	padding-right: 136px;
}
.form-box {
	margin-top: 0px;
}
.inner-hero {
	height: 104vh;
}
.contact-hero, .inner-hero {
	height: 108vh;
	margin-bottom: 60px;
}
.about-sec .vertical-align-text {
	padding-right: 19px;
}
}
 @media(min-width:1000px) {
.request-link {
	float: right;
	position: absolute !important;
	right: 0;
}
li.request-link a, li.request-link a:hover {
	color: #FFF;
	border: 2px solid #fff;
	padding-left: 0;
	padding: 7px 16px;
	border-radius: 11px;
	font-weight: 700;
}
.header.header-scrolled li.request-link a {
	color: #f6b117;
	border: 2px solid #f6b117;
}
}
@media(min-width:1300px){
.hero h2 {
    padding-right: 110px;
}
.header .logo img {
    max-height: 75px;
    margin-right: 6px;
}
}
.privacy-policy-sec p {
	margin-top: 0px;
}
.privacy-policy-sec, .privacy-policy-sec a {
	color: #000000;
}
.privacy-policy-sec h1 {
	padding-bottom: 40px;
}
.privacy-policy-sec h2 {
	font-weight: 800;
	padding-bottom: 9px;
	font-size: 24px;
}
.privacy-policy-sec ul li {
	color: #777;
	font-size: 18px;
	line-height: 32px;
	margin-top: 3px;
}
.custom-html-widget .col-lg-4 {
	float: left;
}
p.reqP {
	color: #808080;
	line-height: 32px;
	margin-bottom: 10px;
	font-size: 17px;
}
a.topLinks, a.topLinks:hover {
	color: #000;
	text-transform: none;
	border: none;
	padding: 0px;
	margin-top: 0;
	border-radius: 0px;
	display: block;
	width: auto;
}
table.table.def {
	background-color: #FFF;
	border-color: #FFF;
}
@media(max-width:880px) and (min-width:800px) and (max-height:420px) and (orientation: landscape) {
.contact-hero, .inner-hero {
    height: auto;
    padding-top: 110px;
}
}
.contact-hero {
    padding-top: 120px;
    height: auto;
    min-height: 100vh;
}

