/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/* Body Css */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100..900&display=swap');

body * {
	font-family: "Urbanist", sans-serif;
}
/* Header Css */
#header-outer[data-lhe=animated_underline] #top nav>ul>li>a {
    color: #202B6A;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 18px;
}
#header-outer[data-format=centered-menu] #top nav>.sf-menu>li.current_page_item a {
    color: #21488C;
}
#header-outer[data-format=centered-menu] #top nav>.sf-menu>li.current_page_item a span:after {
    border-color: #21488C;
    border-width: 4px;
    bottom: -6px !important;
}
body #header-outer[data-full-width=false][data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons a {
    background: linear-gradient(90deg, #262262 0%, #006299 100%);
    padding: 16px 64px;
    color: #fff;
    line-height: 30px;
}
ul.sub-menu.tracked-pos li a {
    padding: 16px 0 16px 12px !important;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
}
ul.sub-menu.tracked-pos li a:hover{
    color:#fff !important;
}
ul.sub-menu.tracked-pos li.current-menu-item a{
    color:#fff !important;
}
.sf-menu>li ul {
    padding: 0px !important;
    width: 25em !important;
}
#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a{
	color: #262464  !important;
}
#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover{
	color: #fff !important;
}
#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:active{
/* 	color: #202B6A !important; */
	color: #fff !important;
}
/* Banner Css */
.banner-sec {
    margin-bottom: 30px !important;
}
/* h3{
	color: #202B6A !important;
}
span{
	color: #202B6A !important;
} */
.w-sec h2 span {
	-webkit-text-stroke-color: #202b6a !important;
	color:#202b6a !important;
}
.banner-sec h1 {
    color: #FFF;
    font-size: 55px;
    font-weight: 300;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.banner-sec h2 {
    color: #FFF;
    font-size: 106px;
    font-weight: 700;
    line-height: 120px;
    margin-bottom: 10px;
}
.banner-sec p {
    color: #FFF;
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
    text-transform: capitalize;
}
a#w-btn {
    margin: 0;
    background: linear-gradient(90deg, #262262 0%, #006299 100%);
    border-radius: 0 !important;
    padding: 18px 78px;
    color: #FFF;
    font-family: Urbanist;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
}
div#banner-row a#w-btn {display: table;margin: auto;}
/* About Css */
div#about-row img {
    width: 100%;
}
.w-sec {
    margin-bottom: 40px !important;
}
.w-sec h3 {
    color: #000;
    font-size: 35px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 10.025px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.w-sec h2 {
    color: #202B6A;
    font-size: 90px;
    font-weight: 700;
    line-height: 100px;
    margin-bottom: 20px;
}
.w-sec h2 span {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    color: transparent !important;
}
.w-sec p {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
/* Projects Css */
.nectar-milestone {
    color: #FFF;
    position: relative;
    margin-bottom: 80px !important;
}
.nectar-milestone:after {
    content: "";
    width: 5px;
    height: 160px;
    background: #262262;
    position: absolute;
    right: 0;
    top: -44px;
}
div#project-row .vc_col-sm-3:last-child .nectar-milestone:after {
    display: none;
}
.nectar-milestone:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/04/project-icon1.png);
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
}
div#project-row .vc_col-sm-3:nth-child(2) .nectar-milestone:before {
    background-image: url(/wp-content/uploads/2024/04/project-icon2.png);
}
div#project-row .vc_col-sm-3:nth-child(3) .nectar-milestone:before {
    background-image: url(/wp-content/uploads/2024/04/project-icon3.png);
}
.nectar-milestone .number, .nectar-milestone .number .symbol-wrap {
    font-size: 52px !important;
    font-weight: 700;
    line-height: 50px !important;
    margin: 0;
}
body .nectar-milestone .subject {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}
.project-sec {
    margin-bottom: 50px !important;
}
.project-sec h2 {
    color: #FFF;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 30px;
}
.project-sec p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    width: 58%;
    margin: auto;
}
div#inner-project-row a#w-btn {
    background: #fff;
}
/* Services Css */
.service-head h2 {
    font-size: 70px;
    width: 52%;
    margin: auto;
    line-height: 75px;
}
.service-head h3 {
    margin-bottom: 10px !important;
}
.services-sec {
    position: relative;
}
.services-sec p {
    padding: 0;
}
.services-sec img {
    margin-bottom: 0 !important;
    width: 100% !important;
}
.service-inner-row {
    position: absolute;
    bottom: 33px;
	left: 0;
    right: 0;
}
.service-inner-row h3 {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 20px !important;
}
.service-inner-row p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    width: 75%;
    margin: auto;
    padding-bottom: 24px;
}
.service-inner-row a {
    background: #FFF;
    padding: 16px 73px;
    color: #202B6A;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.2s linear;
}
.service-inner-row a:hover {
    box-shadow: 0 20px 38px rgba(0,0,0,0.16)!important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
/* Gallery Css */
div#galery-row .row-bg.viewport-desktop {
    background: linear-gradient(180deg, #222767 0%, #025E96 100%);
}
.gallery-head h3 {
    color: #fff;
    margin-bottom: 15px !important;
}
.gallery-head h2 {
    color: #fff;
    font-size: 75px;
    line-height: 85px;
}
.gallery-head h2 span {
    -webkit-text-stroke-color: #fff;
}
div#galery-row img {
    width: 100%;
}
div#galery-row .vc_col-sm-4 {
    padding: 0 5px;
}
div#gallery-inner-row .vc_col-sm-6 {
    padding: 0 10px;
}
div#gallery-inner-row img {
    height: 268px !important;
}
div#galery-row .vc_col-sm-4 img {
    height: 555px;
}
div#gallery-inner-row .vc_col-sm-6 .hover-wrap {
    height: 268px;
    margin-bottom: 20px;
}
div#galery-row a#w-btn {
    background: #fff;
    margin-top: 40px;
}
div#galery-row .vc_col-sm-12 img {
    width: 60%;
    margin-bottom: 50px;
}
div#galery-row .col.span_3 .work-item img {
    width: 100% !important;
    margin: 0;
    height: 300px;
    object-fit: cover;
}
div#galery-row .vc_col-sm-12 .color-overlay {
    width: 60%;
    margin: auto;
    left: 0;
    right: 0;
    height: 93.3%;
}
/* Cta Css */
div#cta-row .row-bg-wrap:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/04/cta-before.png);
    width: 680px;
    height: 100%;
    background-position: left;
    background-repeat:  no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
}
div#cta-row .row-bg-wrap:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/04/cta-after.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 48%;
    height: 100%;
    position: absolute;
    right: 0;
}
.cta-sec {
    margin-bottom: 26px !important;
}
.cta-sec h2 {
    color: #202969;
    font-size: 69px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 40px;
}
.cta-sec p {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    width: 85%;
}
/* Contact Css */
.contact-head {
    margin-bottom: 45px !important;
}
.contact-head h3 {
    color: #fff;
}
.contact-head h2 {
    color: #fff;
}
.contact-head p {
    color: #fff;
}
.contact-sec div#wpforms-60 {
    margin: 0;
}
.contact-sec div#wpforms-60 .wpforms-field {
    padding: 0 0 20px 0;
}
.contact-sec div#wpforms-60-field_3-container {
    padding: 0 !important;
}
.contact-sec div#wpforms-60 .wpforms-field label {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}
.contact-sec div#wpforms-60 .wpforms-field input {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #FFF;
    height: 52px;
}
.contact-sec div#wpforms-60 .wpforms-field textarea {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #FFF;
    height: 152px;
}
.contact-sec .wpforms-submit-container {
    padding-top: 10px !important;
    margin: 0;
}
body[data-form-submit=regular] .contact-sec button[type=submit] {
    background: linear-gradient(90deg, #262262 0%, #006299 100%);
    border: 0;
    padding: 16px 43px !important;
    color: #FFF;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    text-transform: capitalize;
    border-radius: 0 !important;
}
body[data-form-submit=regular] .contact-sec button[type=submit]:hover {
    border: 0;
}
/* Footer Css */
div#footer-outer {
    /* background: linear-gradient(90deg, #252363 0%, #015F96 100%); */
    background-color: #fff;
}
body #footer-outer .row {
    padding: 58px 0 35px;
}
#footer-outer .widget h4 {
    color: #104681;
    font-size: 30px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 40px;
}
#footer-outer .col:first-child:before {
    content: "";
    height: 200px;
    width: 6px;
    background-color: #104681;
    position: absolute;
    right: 20px;
    bottom: -13px;
}
#footer-outer .col:first-child {
    width: 30%;
}
#footer-outer .col:nth-child(2) {
    width: 23%;
}
#footer-outer .col:nth-child(3) {
    width: 20%;
}
#footer-outer .col:last-child {
    width: 21%;
}
div#media_image-2 {
    margin-bottom: 20px !important;
}
.foot-cont p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    width: 79%;
    padding-bottom: 25px !important;
}
.foot-cont ul li {
    display: inline-block;
    margin-right: 20px;
}
.foot-cont ul li i {
    background-color: #104681 !important;
    color: #fff;
    width: 30px !important;
    height: 30px;
    line-height: 30px !important;
    border-radius: 50px;
}
.foot-details ul li {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 12px !important;
}
.foot-details ul li i {
    width: 19px !important;
    margin-right: 20px;
    top: 0;
}
.foot-details ul li a {
    display: flex !important;
    align-items: baseline;
}
#footer-outer #footer-widgets .col ul li a {
    color: #104681;
    font-size: 19px;
}
#footer-outer #footer-widgets .col ul li a:hover {
    color: #104681 !important;
}
#footer-outer ul#menu-quick-links li {
    display: inline-block;
    color: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    width: 41%;
    margin-left: 20px !important;
    position: relative;
}
#footer-outer ul#menu-quick-links li:before {
    content: ".";
    font-size: 26px;
    position: absolute;
    left: -18px;
    top: -7px;
    color: #104681;
}
.footer-news p {
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 30px !important;
}
.news-form {
    display: flex;
    align-items: center;
    /* background: #104681; */
    padding: 7px 15px 7px 12px;
    border: 1px solid #104681;
}
.news-form p {
    padding: 0 !important;
}
.news-form input {
    border-radius: 0;
    border: 0;
    background-color: transparent;
    color: #104681;
    font-family: Urbanist;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.64px;
    text-transform: normal;
    line-height: normal;
}
.news-form input::placeholder{
    color:#104681;
}
body .news-form button[type=submit] {
    padding: 0;
    border-radius: 0 !important;
    background-color: transparent;
}
body .news-form button[type=submit] i {
    color: #104681;
}
body .news-form button[type=submit]:hover {
    background-color: transparent !important;
}
/* Copyright Css */
#footer-outer #copyright[data-layout="centered"] {
    /* background: #FFF; */
    padding: 12px 0;
    background: linear-gradient(90deg, #252363 0%, #015F96 100%);
}
#footer-outer #copyright[data-layout="centered"] .col.span_5:before {
    display: none;
}
#footer-outer #copyright p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
/* =============================================== */
div#licee {
    background: linear-gradient(90deg, #262262 0%, #006299 100%);
    text-align: center;
    padding: 30px !important;
    margin-top: 60px;
}
div#licee h2 strong {
    color: #FFF;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}
#licee h2 {
    color: #FFF;
    font-size: 56px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}
div#about-row {
    padding-top: 80px !important;
}
div#services-row p.first-para {
    width: 60%;
    margin: 0 auto;
    font-size: 20px;
}
div#abt-inner h2 {
    color: #000;
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 15px;
    text-align:center;
}
div#abt-inner p{
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align:center;
}
div#team-sec img {
    height: 600px;
    object-fit: cover;
    object-position: top;
}
div#team-sec h2 {
    color: #202B6A;
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
}
#text-stroke{
	 /* -webkit-text-stroke-width: 1px !important; */
	 -webkit-text-stroke-color: #202B6A !important
    color: transparent !important;
	 /* 	display: none !important; */
}
div#team-sec h3 {
    /* -webkit-text-stroke-width: 1px; */
    -webkit-text-stroke-color: #202B6A !important
    color: transparent !important;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #202B6A !important;
    color: transparent;
}
div#team-sec p{
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
div#ser-inner h2 {
    color: #202B6A;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
	text-transform: capitalize;
}
div#ser-inner p{
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}
div#footer-outer .foot-cont {
    display: table;
    margin: 0 auto;
}
div#footer-outer div#media_image-2 {
    margin-bottom: 0px !important;
}
div#footer-outer .wpcf7 form.sent .wpcf7-response-output {
	border-color: #104681; /* Green */
	color: #104681;
}
/* ---- */
div#job h3 {
    background: linear-gradient(90deg, #252363 0%, #015F96 100%);
    color: #fff;
    padding: 15px 10px;
    margin-bottom:20px;
}
div#job h2{
    color: #000;
    font-size: 45px;
    font-weight: 700;
    line-height: 70px;
    padding-bottom: 20px;
}
div#job p{
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
div#job ul li{
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; 
    padding-bottom:10px;
}
div#job .vc_col-sm-6:first-child{
/*    border-right: 2px solid #000; */
   padding-right: 40px;
}
div#job .vc_col-sm-6:last-child {
    padding-left: 40px;
}
/* CSS */
div#job .main {
    display: block;
    padding: 20px;
    text-align: center;
    border: 2px solid #0e5791;
    padding-bottom: 46px;
}
div#job .main:hover {
    display: block;
    padding: 20px;
    text-align: center;
    border: 2px solid #0e5791;
    background: #0e5791;
    padding-bottom: 46px;
}
div#job .main:hover * {
   color: #fff !important;
}
/* CSS */
div#jobs h2 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    line-height: 70px;
}

div#jobs a.toggle-heading {
    background: linear-gradient(90deg, #252363 0%, #015F96 100%);
    color: #fff !important;
    margin-bottom: 5px;
    padding: 20px 0px 20px 50px !important;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
}

div#jobs .toggle>.toggle-title a i{
    top: 28px;
}

div#jobs p {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 10px;
    padding-left: 15px;
}

div#jobs li {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 10px;
}
/* =============================================== */
div#job p a {
    background: linear-gradient(90deg, #262262 0%, #006299 100%);
    padding: 16px 64px;
    color: #fff;
    line-height: 30px;
    font-size: 19px;
    font-weight: 600;
}
div#job .main:hover p a {
    background: #fff;
    color: #000 !important;
}
#footer-outer #copyright p a, #footer-outer #copyright p a:hover {
    color: #FFf !important;
}
/* Responsive Css */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before, #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after, #top .slide-out-widget-area-toggle a .lines-button:after {
		width: 100% !important;
		background: #000;
	}
	body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li a {
		font-family: 'Lato';
		font-weight: 500;
		font-size: 16px;
		line-height: 26px;
	}
	body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li a:after {
		display: none;
	}
	div#banner-row {
		padding: 0px 0 !important;
	}
	.wpb_row .nectar-video-wrap.position-loaded video {
		width: 100% !important;
		height: 350px !important;
		object-fit: cover;
	}
	body.using-mobile-browser .nectar-video-wrap {
		height: auto !important;
	}
	.wpb_row .row-bg-wrap .row-bg-overlay {
		height: 350px;
	}
	.divider {
		height: 224px !important;
	}
	a#w-btn {
		padding: 15px 50px;
		font-size: 16px;
		line-height: 25px;
	}
	div#licee {
		padding: 18px 0 !important;
		margin-bottom: 0;
	}
	#licee h2, div#licee h2 strong {
		font-size: 20px;
	}
	div#about-row {
		padding: 50px 0 !important;
		text-align: center;
	}
	.w-sec h3 {
		font-size: 22px;
		line-height: 25px;
		letter-spacing: 4px;
	}
	.w-sec h2 {
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 10px !important;
	}
	.w-sec p {
		font-size: 15px;
		line-height: 24px;
	}
	.w-sec {
		margin-bottom: 20px !important;
	}
	div#project-row {
		padding: 50px 0 !important;
	}
	.project-sec h2 {
		font-size: 40px;
		line-height: 45px;
	}
	.project-sec {
		margin-bottom: 20px !important;
	}
	div#services-row {
		padding: 50px 0 !important;
	}
	div#services-row p.first-para {
		width: 100%;
		font-size: 15px;
	}
	.service-inner-row h3 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 10px !important;
	}
	.service-inner-row a {
		padding: 15px 40px;
		font-size: 16px;
		line-height: 22px;
	}
	div#galery-row {
		padding: 50px 0 !important;
	}
	div#galery-row .row_col_wrap_12.col.span_12.dark.center {
		padding: 0 15px;
	}
	div#galery-row .vc_col-sm-12 img {
		width: 100%;
		margin-bottom: 20px;
	}
	div#galery-row img {
		height: 250px;
		object-fit: cover;
	}
	div#galery-row .col.span_3 .work-item img {
		height: 250px;
	}
	div#galery-row a#w-btn {
		margin: 10px 0 0;
	}
	div#cta-row {
		padding: 50px 0 !important;
		text-align: center;
	}
	.cta-sec h2 {
		font-size: 40px;
		line-height: 45px;
		color: #fff;
	}
	.cta-sec {
		margin-bottom: 15px !important;
	}
	div#cta-row .row-bg-wrap:after {
		width: 100%;
	}
	div#contact-row {
		padding: 50px 0 !important;
	}
	.contact-sec div#wpforms-60 .wpforms-field label {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.contact-sec div#wpforms-60 .wpforms-field input {
		height: 45px;
	}
	.contact-sec div#wpforms-60 .wpforms-field textarea {
		height: 100px;
	}
	body[data-form-submit=regular] .contact-sec button[type=submit] {
		width: 100%;
		font-size: 16px;
		padding: 12px !important;
	}
	body #footer-outer .row {
		padding: 50px 0 35px !important;
		text-align: center;
	}
	#footer-outer .col {
		width: 100% !important;
		margin-bottom: 20px !important;
	}
	#footer-outer .col:first-child:before {
		display: none;
	}
	#footer-outer img {
		width: 70%;
		margin: auto;
		display: block;

	}
	.foot-cont ul li {
		margin: 0 5px;
	}
	#footer-outer .widget h4 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.foot-details ul li a {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.foot-details ul li i {
		margin: 0 0 10px;
	}
	#footer-outer #footer-widgets .col ul li a {
		font-size: 16px;
	}
	#footer-outer #footer-widgets .col ul li a br {
		display: none;
	}
	#footer-outer ul#menu-quick-links li {
		display: block;
		text-align: center;
		width: 100%;
		margin: 0 !important;
		line-height: 20px;
	}
	#footer-outer ul#menu-quick-links li:before {
		display: none;
	}
	#footer-outer #copyright[data-layout="centered"] {
		padding: 10px 0  !important;
	}
	#footer-outer #copyright[data-layout="centered"] .col.span_5 {
		margin: 0 !important;
	}
	#footer-outer #copyright p {
		font-size: 16px;
	}
	#footer-outer #copyright .container div:last-child {
		display: none;
	}
	div#job {
    	padding: 50px 0 0 !important;
	}
	div#job-inner-row {
		margin-top: 0 !important;
	}
	div#job .row_col_wrap_12.col.span_12.dark.left {
		padding: 0 15px;
	}
	div#job .vc_col-sm-6:first-child, div#job .vc_col-sm-6:last-child {
		padding: 0;
	}
	div#job .main {
		margin-bottom: 20px;
		padding: 30px 10px;
	}
	div#job h2 {
		font-size: 30px;
		line-height: 30px;
		padding-bottom: 20px;
	}
	div#job p a {
		font-size: 16px;
		padding: 16px 50px;
		line-height: 30px;
	}
	div#abt-inner {
		padding: 50px 0 0 !important;
	}
	div#abt-inner h2 {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	div#abt-inner p {
		font-size: 15px;
		line-height: 24px;
	}
	div#team-sec {
		padding: 50px 0 0 !important;
		text-align: center;
	}
	div#team-sec img {
		height: 330px;
	}
	div#team-sec h2 {
		font-size: 35px;
		line-height: 40px;
	}
	div#team-sec h3 {
		font-size: 30px;
		line-height: 30px;
	}
	div#team-sec p {
		font-size: 15px;
		line-height: 24px;
	}
	div#team-inner-reverse {
		padding-top: 20px !important;
	}
	div#team-inner-reverse .row_col_wrap_12_inner.col.span_12.left {
		flex-direction: column-reverse;
	}
	div#team-inner-reverse img {
		margin-bottom: 20px;
	}
	div#team-inner-row {
		padding-top: 0px !important;
	}
	div#ser-inner {
		padding: 50px 0 0 !important;
		text-align: center;
	}
	div#ser-inner h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.ser-inner-row {
		padding: 0 !important;
		margin-bottom: 20px !important;
	}
	.ser-inner-reverse .row_col_wrap_12_inner.col.span_12.left {
		flex-direction: column-reverse;
	}
	.ser-inner-reverse img {
		margin-bottom: 20px !important;
	}
	.ser-inner-reverse .row_col_wrap_12_inner.col.span_12.left .vc_col-sm-6 {
		margin: 0;
	}
	div#jobs {
		padding: 50px 0 0 !important;
	}
	div#jobs .row_col_wrap_12.col.span_12.dark.left {
		padding: 0 15px;
	}
	div#jobs h2 {
		font-size: 30px;
		text-align: center;
		line-height: 35px;
	}
	div#jobs a.toggle-heading {
		padding: 10px 0px 10px 40px !important;
		font-size: 18px;
	}
	div#jobs .toggle>.toggle-title a i {
		top: 18px;
	}
	div#jobs p {
		font-size: 15px;
		padding: 0;
		line-height: 24px;
	}
	div#jobs li {
		font-size: 15px;
		line-height: 24px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
	body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before, #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after, #top .slide-out-widget-area-toggle a .lines-button:after {
		width: 100% !important;
		background: #000;
	}
	body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li a {
		font-family: 'Lato';
		font-weight: 500;
		font-size: 17px;
		line-height: 26px;
	}
	body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li a:after {
		display: none;
	}
	div#banner-row {
		padding: 0px 0 !important;
	}
	.wpb_row .nectar-video-wrap.position-loaded video {
		width: 100% !important;
		height: 500px !important;
		object-fit: cover;
	}
	body.using-mobile-browser .nectar-video-wrap {
		height: auto !important;
	}
	.wpb_row .row-bg-wrap .row-bg-overlay {
		height: 500px;
	}
	.divider {
		height: 324px !important;
	}
	a#w-btn {
		padding: 16px 55px;
		font-size: 18px;
		line-height: 30px;
	}
	div#licee {
		padding: 20px 0 !important;
		margin-bottom: 0;
		margin-top: 110px;
	}
	#licee h2, div#licee h2 strong {
		font-size: 35px;
	}
	div#about-row {
		padding: 60px 0 !important;
		text-align: center;
	}
	.w-sec h3 {
		font-size: 26px;
		line-height: 30px;
		letter-spacing: 6px;
	}
	.w-sec h2 {
		font-size: 55px;
		line-height: 65px;
		margin-bottom: 15px !important;
	}
	.w-sec p {
		font-size: 16px;
		line-height: 26px;
	}
	.w-sec {
		margin-bottom: 35px !important;
	}
	div#project-row {
		padding: 60px 0 !important;
	}
	.project-sec h2 {
		font-size: 50px;
		line-height: 55px;
	}
	.project-sec {
		margin-bottom: 30px !important;
	}
	div#services-row {
		padding: 55px 0 60px !important;
	}
	div#services-row p.first-para {
		width: 100%;
		font-size: 16px;
	}
	.service-inner-row h3 {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 15px !important;
	}
	.service-inner-row a {
		padding: 16px 45px;
		font-size: 17px;
		line-height: 24px;
	}
	.services-sec img {
	    height: 550px !important;
	    object-fit: cover;
	    object-position: top;
	}
	div#galery-row {
		padding: 55px 0 !important;
	}
	div#galery-row .row_col_wrap_12.col.span_12.dark.center {
		padding: 0 15px;
	}
	div#galery-row .vc_col-sm-12 img {
		margin-bottom: 40px;
	}
	div#galery-row img {
		height: 250px;
		object-fit: cover;
	}
	div#galery-row .col.span_3 .work-item img {
		height: 250px;
	}
	div#galery-row a#w-btn {
		margin: 10px 0 0;
	}
	div#cta-row {
		padding: 80px 0 !important;
		text-align: center;
	}
	.cta-sec h2 {
		font-size: 50px;
		line-height: 55px;
	}
	.cta-sec {
		margin-bottom: 20px !important;
	}
	div#cta-row .row-bg-wrap:after {
		width: 63%;
	}
	div#contact-row {
		padding: 60px 0 !important;
	}
	.contact-sec div#wpforms-60 .wpforms-field label {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.contact-sec div#wpforms-60 .wpforms-field input {
		height: 45px;
	}
	.contact-sec div#wpforms-60 .wpforms-field textarea {
		height: 100px;
	}
	body[data-form-submit=regular] .contact-sec button[type=submit] {
		width: 100%;
		font-size: 16px;
		padding: 12px !important;
	}
	body #footer-outer .row {
		padding: 55px 0 35px !important;
		text-align: center;
	}
	#footer-outer .col {
		width: 100% !important;
		margin-bottom: 20px !important;
	}
	#footer-outer .col:first-child:before {
		display: none;
	}
	#footer-outer img {
		width: 100%;
		margin: auto;
		display: block;
	}
	.foot-cont ul li {
		margin: 0 8px;
	}
	#footer-outer .widget h4 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 17px;
	}
	.foot-details ul li a {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.foot-details ul li i {
		margin: 0 0 10px;
	}
	#footer-outer #footer-widgets .col ul li a {
		font-size: 17px;
	}
	#footer-outer #footer-widgets .col ul li a br {
		display: none;
	}
	#footer-outer ul#menu-quick-links li {
		display: block;
		text-align: center;
		width: 100%;
		margin: 0 !important;
		line-height: 24px;
	}
	#footer-outer ul#menu-quick-links li:before {
		display: none;
	}
	#footer-outer #copyright[data-layout="centered"] {
		padding: 14px 0  !important;
	}
	#footer-outer #copyright[data-layout="centered"] .col.span_5 {
		margin: 0 !important;
	}
	#footer-outer #copyright p {
		font-size: 17px;
	}
	#footer-outer #copyright .container div:last-child {
		display: none;
	}
	div#job {
    	padding: 50px 0 0 !important;
	}
	div#job-inner-row {
		margin-top: 0 !important;
	}
	div#job .row_col_wrap_12.col.span_12.dark.left {
		padding: 0 15px;
	}
	div#job .vc_col-sm-6:first-child, div#job .vc_col-sm-6:last-child {
		padding: 0;
	}
	div#job .main {
		margin-bottom: 20px;
		padding: 30px 10px;
	}
	div#job h2 {
		font-size: 30px;
		line-height: 30px;
		padding-bottom: 20px;
	}
	div#job p a {
		font-size: 16px;
		padding: 16px 50px;
		line-height: 30px;
	}
	div#abt-inner {
		padding: 55px 0 0 !important;
	}
	div#abt-inner h2 {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 15px;
	}
	div#abt-inner p {
		font-size: 16px;
		line-height: 26px;
	}
	div#team-sec {
		padding: 55px 0 0 !important;
		text-align: center;
	}
	div#team-sec img {
		height: 490px;
	}
	div#team-sec h2 {
		font-size: 40px;
		line-height: 50px;
	}
	div#team-sec h3 {
		font-size: 35px;
		line-height: 35px;
	}
	div#team-sec p {
		font-size: 16px;
		line-height: 26px;
	}
	div#team-inner-reverse {
		padding-top: 20px !important;
	}
	div#team-inner-reverse .row_col_wrap_12_inner.col.span_12.left {
		flex-direction: column-reverse;
	}
	div#team-inner-reverse img {
		margin-bottom: 20px;
	}
	div#team-inner-row {
		padding-top: 0px !important;
	}
	div#ser-inner {
		padding: 50px 0 0 !important;
		text-align: center;
	}
	div#ser-inner h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.ser-inner-row {
		padding: 0 !important;
		margin-bottom: 30px !important;
	}
	.ser-inner-reverse .row_col_wrap_12_inner.col.span_12.left {
		flex-direction: column-reverse;
	}
	.ser-inner-reverse img {
		margin-bottom: 20px !important;
	}
	.ser-inner-reverse .row_col_wrap_12_inner.col.span_12.left .vc_col-sm-6 {
		margin: 0;
	}
	div#jobs {
		padding: 50px 0 0 !important;
	}
	div#jobs .row_col_wrap_12.col.span_12.dark.left {
		padding: 0 15px;
	}
	div#jobs h2 {
		font-size: 30px;
		text-align: center;
		line-height: 35px;
	}
	div#jobs a.toggle-heading {
		padding: 10px 0px 10px 40px !important;
		font-size: 18px;
	}
	div#jobs .toggle>.toggle-title a i {
		top: 18px;
	}
	div#jobs p {
		font-size: 15px;
		padding: 0;
		line-height: 24px;
	}
	div#jobs li {
		font-size: 15px;
		line-height: 24px;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
	#header-outer #logo img {
		height: 70px;
	}
	#header-outer[data-lhe=animated_underline] #top nav>ul>li>a {
		font-size: 16px;
		margin: 0 15px;
	}
	body #header-outer[data-full-width=false][data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons a {
		padding: 14px 40px;
		margin: 0;
	}
	.divider {
		height: 370px !important;
	}
	video.nectar-video-bg {
		height: 840px !important;
		object-fit: cover;
	}
	div#licee {
		margin: 0;
		padding: 20px 0 !important;
	}
	#licee h2, #licee h2 strong {
		font-size: 40px !important;
	}
	.w-sec h3 {
		font-size: 28px;
		line-height: 30px;
	}
	.w-sec h2 {
		font-size: 65px;
		line-height: 70px;
		margin-bottom: 14px;
	}
	.w-sec p {
		font-size: 17px;
		line-height: 26px;
	}
	.w-sec {
		margin-bottom: 25px !important;
	}
	div#about-row {
		padding: 80px 0 !important;
	}
	div#project-row {
		padding: 70px 0 !important;
	}
	.project-sec {
		margin-bottom: 30px !important;
	}
	a#w-btn {
		padding: 16px 58px;
		font-size: 18px;
	}
	div#services-row {
		padding-bottom: 70px !important;
	}
	div#services-row p.first-para {
		font-size: 17px;
		width: 70%;
	}
	.service-inner-row h3 {
		font-size: 30px;
		line-height: 30px;
	}
	.service-inner-row a {
		padding: 14px 50px;
		font-size: 18px;
	}
	.gallery-head h2 {
		font-size: 55px;
		line-height: 55px;
	}
	div#galery-row .vc_col-sm-12 img {
		margin-bottom: 30px;
	}
	div#galery-row .col.span_3 .work-item img {
		height: 150px;
	}
	div#cta-row {
		padding: 65px 0 !important;
	}
	.cta-sec h2 {
		font-size: 50px;
		line-height: 55px;
	}
	div#contact-row .row_col_wrap_12.col.span_12.dark.left {
		justify-content: center;
	}
	.contact-sec div#wpforms-60 .wpforms-field label {
		font-size: 17px;
		line-height: 20px;
		margin-bottom: 8px;
	}
	.contact-sec div#wpforms-60 .wpforms-field input {
		height: 45px;
	}
	.contact-sec div#wpforms-60 .wpforms-field {
		padding-bottom: 15px;
	}
	.contact-sec div#wpforms-60 .wpforms-field textarea {
		height: 100px;
	}
	body[data-form-submit=regular] .contact-sec button[type=submit] {
		font-size: 17px;
		padding: 12px 30px !important;
	}
	.foot-cont ul li {
		margin-right: 10px;
	}
	#footer-outer .col:first-child:before {
		bottom: -30px;
	}
	#footer-outer .widget h4 {
		font-size: 25px;
		margin-bottom: 18px;
	}
	#footer-outer #footer-widgets .col ul li a {
		font-size: 16px;
	}
	.foot-details ul li {
		margin-bottom: 0 !important;
	}
	#footer-outer #copyright p {
		font-size: 16px;
		line-height: 22px;
	}
	div#job {
		padding: 50px 0 40px !important;
	}
	div#job .row_col_wrap_12.col.span_12.dark.left {
		padding: 0 80px;
	}
	div#job h2 {
		font-size: 35px;
		line-height: 40px;
	}
	div#job p a {
		padding: 16px 45px;
		font-size: 17px;
		display: inline-block;
	}
	div#job .main {
		padding: 20px;
	}
	div#job-inner-row {
		margin-top: 20px !important;
	}
	div#jobs {
		padding: 50px 0 40px !important;
	}
	div#jobs .row_col_wrap_12.col.span_12.dark.left {
		padding: 0 80px;
	}
	div#jobs h2 {
		font-size: 35px;
		line-height: 35px;
	}
	div#jobs a.toggle-heading {
		padding: 15px 0px 15px 40px !important;
		font-size: 18px;
		line-height: 30px;
	}
	div#jobs .toggle>.toggle-title a i {
		top: 21px;
	}
	div#jobs p {
		font-size: 16px;
		padding-left: 10px;
	}
	div#jobs li {
		font-size: 16px;
		padding-bottom: 5px;
	}
	div#abt-inner {
		padding: 50px 0 0px !important;
	}
	div#abt-inner h2 {
		font-size: 55px;
		line-height: 55px;
	}
	div#abt-inner p {
		font-size: 17px;
		line-height: 25px;
	}
	div#team-sec {
		padding: 50px 0 0px !important;
	}
	div#team-sec img {
		height: 480px;
	}
	div#team-sec h2 {
		font-size: 55px;
		line-height: 55px;
	}
	div#team-sec h3 {
		font-size: 40px;
		line-height: 40px;
	}
	div#team-sec p {
		font-size: 17px;
		line-height: 26px;
	}
	div#ser-inner {
		padding-bottom: 0 !important;
	}
	.ser-inner-row {
		padding: 0 !important;
	}
	.ser-inner-row img {
		height: 300px !important;
		object-fit: cover;
	}
	div#ser-inner h2 {
		font-size: 45px;
		line-height: 50px;
	}
}
@media only screen and (min-width: 1301px) and (max-width: 1600px) {
	#header-outer #logo img {
		height: 80px;
	}
	#header-outer[data-lhe=animated_underline] #top nav>ul>li>a {
		font-size: 18px;
	}
	body #header-outer[data-full-width=false][data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons a {
		padding: 15px 50px;
		margin: 0;
	}
	.divider {
		height: 300px !important;
	}
	video.nectar-video-bg {
		height: 723px !important;
		object-fit: cover;
	}
	div#licee {
		margin: 0;
		padding: 25px 0 !important;
	}
	#licee h2, #licee h2 strong {
		font-size: 48px !important;
	}
	.w-sec h3 {
		font-size: 30px;
	}
	.w-sec h2 {
		font-size: 70px;
		line-height: 75px;
		margin-bottom: 14px;
	}
	.w-sec p {
		font-size: 18px;
		line-height: 27px;
	}
	.w-sec {
		margin-bottom: 30px !important;
	}
	div#about-row {
		padding: 95px 0 !important;
	}
	div#project-row {
		padding: 80px 0 !important;
	}
	.project-sec {
		margin-bottom: 40px !important;
	}
	.project-sec h2 {
	    font-size: 60px;
	    line-height: 60px;
	}
	a#w-btn {
		padding: 16px 60px;
		font-size: 19px;
	}
	div#services-row {
		padding-bottom: 80px !important;
	}
	div#services-row p.first-para {
		font-size: 18px;
		width: 60%;
	}
	.service-inner-row h3 {
		font-size: 35px;
		line-height: 35px;
	}
	.service-inner-row a {
		padding: 16px 60px;
		font-size: 19px;
	}
	.gallery-head h2 {
		font-size: 55px;
		line-height: 55px;
	}
	div#galery-row .vc_col-sm-12 img {
		margin-bottom: 40px;
	}
	div#galery-row .col.span_3 .work-item img {
		height: 200px;
	}
	div#cta-row {
		padding: 120px 0 !important;
	}
	.cta-sec h2 {
		font-size: 55px;
		line-height: 60px;
		width: 86%;
	}
	.contact-sec div#wpforms-60 .wpforms-field label {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 12px;
	}
	.contact-sec div#wpforms-60 .wpforms-field input {
		height: 50px;
	}
	.contact-sec div#wpforms-60 .wpforms-field {
		padding-bottom: 18px;
	}
	.contact-sec div#wpforms-60 .wpforms-field textarea {
		height: 120px;
	}
	body[data-form-submit=regular] .contact-sec button[type=submit] {
		font-size: 18px;
		padding: 14px 40px !important;
	}
	.foot-cont ul li {
		margin-right: 15px;
	}
	#footer-outer .col:first-child:before {
	}
	#footer-outer .widget h4 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	#footer-outer #footer-widgets .col ul li a {
		font-size: 18px;
	}
	.foot-details ul li {
		margin-bottom: 10px !important;
	}
	#footer-outer #copyright p {
		font-size: 18px;
		line-height: 23px;
	}
	div#job {
		padding: 50px 0 40px !important;
	}
	div#job .row_col_wrap_12.col.span_12.dark.left {
		padding: 0 150px;
	}
	div#job h2 {
		font-size: 40px;
		line-height: 45px;
		padding-bottom: 10px;
	}
	div#job p a {
		padding: 16px 50px;
		font-size: 18px;
		display: inline-block;
	}
	div#job .main {
		padding: 20px;
	}
	div#job-inner-row {
		margin-top: 20px !important;
	}
	div#jobs {
		padding: 50px 0 40px !important;
	}
	div#jobs .row_col_wrap_12.col.span_12.dark.left {
		padding: 0 150px;
	}
	div#jobs h2 {
		font-size: 40px;
		line-height: 55px;
	}
	div#jobs a.toggle-heading {
		padding: 17px 0px 17px 45px !important;
		font-size: 20px;
		line-height: 30px;
	}
	div#jobs .toggle>.toggle-title a i {
		top: 24px;
	}
	div#jobs p {
		font-size: 17px;
		padding-left: 10px;
	}
	div#jobs li {
		font-size: 17px;
		padding-bottom: 8px;
	}
	div#abt-inner {
		padding: 60px 0 20px !important;
	}
	div#abt-inner h2 {
		font-size: 60px;
		line-height: 65px;
	}
	div#abt-inner p {
		font-size: 18px;
		line-height: 27px;
	}
	div#team-sec {
		padding: 60px 0 30px !important;
	}
	div#team-sec img {
		height: 550px;
	}
	div#team-sec h2 {
		font-size: 65px;
		line-height: 70px;
	}
	div#team-sec h3 {
		font-size: 45px;
		line-height: 50px;
	}
	div#team-sec p {
		font-size: 17px;
		line-height: 28px;
	}
	div#ser-inner {
		padding-bottom: 30px !important;
	}
	.ser-inner-row {
		padding: 0 !important;
	}
	.ser-inner-row img {
		height: 420px !important;
		object-fit: cover;
	}
	div#ser-inner h2 {
		font-size: 55px;
		line-height: 60px;
	}
}