/*
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
*/
@font-face { 
  font-family: 'Proxima-Nova-Font'; 
  src: local('Proxima-Nova-Font'), url('/wp-content/themes/salient-child/fonts/Proxima-Nova-Font.woff') format('woff');
}
a {
	transition: 0.5s all !important;
}

/* start home page header csss  */

#header-space {
height: 0 !important;
background: transparent !important;
}



#header-outer {
   background: transparent !important;
   position: initial !important;
   height: 0;
   }

ul.sf-menu.sf-js-enabled.sf-arrows li a {
    font-size: 19px !important;
    font-family: 'Proxima-Nova-Font';
    font-weight: 400 !important;
    text-transform: uppercase !important;
    position: relative !important;
    color: #ffffffc9 !important;
    letter-spacing: 0.6px;
}

span.menu-title-text::after {
    border-color: #ffffffc9 !important;
}

 li.phone-no a:before {
    content: '\f095';
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #d9d9d9;
    width: 38px;
    height: 35px;
    line-height: 35px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align:center;
    position: absolute;
    left: 0;
    top: -20px;
}
li.phone-no a:after {
    content: 'Call Today!';
    position: absolute;
    top: -20px;
    left: 52px;
    font-size: 18px;
    color: #ffffffd9;
    text-transform: capitalize !important;
    letter-spacing: 0.6px;
}
li.phone-no {
    margin-top: -4px !important;
}
li.phone-no a {
    margin-left: 15px !important;
    padding: 0 !important;
    font-size: 21px !important;
    font-weight:700 !important;
    font-family: 'Proxima-Nova-Font' !important;
    padding-left: 50px !important;
    position: relative !important;
    top: 10px;
}

.content h1 {
    font-size: 104px;
    font-weight: 300 !important;
    line-height: 109px;
    font-family: 'Proxima-Nova-Font';
}

.content h2 {
    font-size: 58px !important;
    font-family: 'Proxima-Nova-Font';
    font-weight: 800 !important;
    line-height: 60px !important;
    letter-spacing: 0.2px !important;
}

.content p {
    font-size: 33px !important;
    font-weight: 400 !important;
    font-family: 'Proxima-Nova-Font';
    line-height: 52px !important;
}
.my-button {
    margin-top: 25px;
	display:flex;
}
.main-phone {
    display: flex;
    justify-content: center;
    margin-left:20px;
    align-items: center;
}
.main-phone span {
    display: block;
    width: 43px;
    height: 43px;
    border: 2px solid #fff;
    line-height: 39px;
    font-size: 24px;
    border-radius: 100%;
}
.my-button a.myslides_button {
    padding: 13px 65px;
    background: #2c5caa;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Proxima-Nova-Font';
    font-weight: 600;
    border-radius: 44px;
    margin-top: -3px !important;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 2px;
    border: 2px solid #2c5caa;
}
.main-phone a {
    line-height: 21px;
    font-size: 18px;
    font-family: 'Proxima-Nova-Font';
    font-weight: 300  !important;
    margin-left: 10px;
    color: #ffffffc9;
}

ul.buttons.sf-menu li a {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700;
    display: flex;
    align-items: center !important;
    justify-content: center;
}

.new1 {
    font-size: 21px;
    font-weight: 700;
    font-family: 'Proxima-Nova-Font';
}

/* End home header css */

/* start here home services sec */
div#ser_sec_home h3 {
    font-size: 53px;
    font-family: 'Proxima-Nova-Font';
    font-weight: 700 !important;
    color: #5c5c5c;
    line-height: 60px;
}

div#ser_sec_home h3 strong {
    font-weight: 300;
}

div#ser_sec_home p {
    width: 50%;
    display: inline-block;
    font-size: 18px;
    color: #868686 !important;
    line-height: 30px;
    margin-bottom: 30px;
}
.ser_sec_home img {
    width: 95%;
}
div#ser_sec_home .text-1 {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    background-color: #0c1626ba;
    transition: 0.5s all;
}
div#ser_sec_home img {
    width: 100% !important;
}
.text-1 h5 {
    font-size: 35px;
    color: #fff;
    font-family: 'Proxima-Nova-Font';
    font-weight: 800 !important;
    line-height: 50px;
	text-shadow: 2px 2px #00000085;
}

.text-1 a {
    color: #fff;
}
div#ser_sec_home .vc_col-sm-6 {
    flex: 1;
    margin: 15px;
}
div#ser_sec_home .text-1:hover {
    background-color: #2c5caa96;
}
/*End Home Services section  */


/* start about section */
div#about-sec h3 {
    font-size: 70px;
    line-height: 75px;
    font-family: 'Proxima-Nova-Font';
    font-weight: 800 !important;
    color: #5c5c5c !important;
}
div#about-sec h3 strong {
    font-weight: 100;
    font-family: 'Proxima-Nova-Font';
    color: #5c5c5c !important;
    font-size: 70px !important;
}


div#about-sec p {
    width: 68%;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    font-family: 'Proxima-Nova-Font';
    font-weight: 400 !important;
}

div#about-sec .row_col_wrap_12_inner.col.span_12.left {
    display: flex;
    align-items: center;
}
.abt-text-col {
    padding-left: 80px !important;
}
div#about-sec a.readmore {
    padding: 12px 65px;
    background: #2c5caa;
    color: #fff;
    border-radius: 30px !important;
    text-transform: uppercase;
    font-family: 'Proxima-Nova-Font';
    font-size: 18px;
    margin-right: 20px;
    font-weight: 600 !important;
    border: 2px solid #2c5caa;
    letter-spacing: 1px;
}
div#about-sec a.readmore:hover {
    background-color: transparent;
    color: #2c5caa;
}

div#about-sec2 h3 {
    font-size: 56px;
    color: #fff;
    font-family: 'Proxima-Nova-Font';
    text-transform:uppercase !important;
    font-weight: 600 !important;
    line-height: 60px;
}

div#about-sec2 p {
    font-size: 18px;
    font-family: 'Proxima-Nova-Font';
    line-height: 25px;
    color: #fff;
    font-weight: 400 !important;
}

.main-phone2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 0;
}

.about2 {
    padding: 30px 0;
}
div#about-sec2 {
    padding-top: 15px !important;
}

h4.new1 a {
    color: #fff;
}
.smalljpg img {
    margin-top: 6px;
}
.main-phone2 h4 {
    color: #fff;
    font-size: 36px;
    font-family: 'Proxima-Nova-Font';
    margin-left:15px;
	line-height: 27px;
	font-weight:700!important;
}

.main-phone2 strong {
    font-size: 15px;
    line-height: 30px;
    font-family: 'Proxima-Nova-Font';
    font-weight: 100 !important;
}

/*End home about section  */

/* start before */
img.skip-lazy.twentytwenty-before {
    width: 100% !important;
	object-fit:cover !important;
	height:500px !important;
	
}
img.skip-lazy.twentytwenty-after {
    width: 100% !important;
	object-fit:cover !important;
	height:500px !important;
}
/* .twentytwenty-wrapper.twentytwenty-horizontal {
    height: 500px !important;
} */

.twentytwenty-container {
    height: 500px !important;
}

div#contain h2 {
    font-size: 60px;
    color: #5c5c5c !important;
    font-family: 'Proxima-Nova-Font';
    font-weight: 800 !important;
}
div#contain h2 strong {
    font-weight: 300 !important;
}

div#contain p {
    font-size: 18px;
    width: 50%;
    display: inline-block;
    padding: 20px 0;
    font-family: 'Proxima-Nova-Font';
}


div#contain .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 10px !important;
    height: 500px !important;
    background: #fff !important;
    left: 50%;
    margin-left: -4px;
}

div#contain .twentytwenty-handle {
background: #fff !important;
}

div#contain .twentytwenty-left-arrow {
    border-right: 6px solid rgb(29, 80, 164)!important;
}

div#contain .twentytwenty-right-arrow {
	border-left: 6px solid rgb(29, 80, 164)!important;
}
div#contain .twentytwenty-wrapper.twentytwenty-horizontal {
    border: 10px solid #fff !important;
    width: 80%;
    padding: 0 !important;
    box-shadow: 0 0 6px #000;
    margin: 0 auto;
}
/* End before */


/* Contact Css Start   home and  contactus page*/
div#contact-sec {
    width: 90%;
    margin: 0 auto;
}

.contact-sec .connect-form {
    width: 90%;
}

.contact-sec .connect-form .text {
   background-color: #fff !important;
    border: 1px solid #00000047;
    resize: none;
    margin-bottom: 15px;
}

.contact-sec .connect-form textarea {
    height: 180px;
}
.contact-sec .connect-form .send-btn {
    background-color: #2c5caa !important;
    width: 35%;
    border-radius: 30px !important;
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Proxima-Nova-Font';
    text-transform: uppercase !important;
    border: 2px solid #2c5caa !important;
}
.contact-sec .connect-form .send-btn:hover{
    border: 2px solid #2c5caa !important;
}


input.wpcf7-form-control.wpcf7-submit.send-btn:hover {
  background-color: transparent !important;
    color: #2c5caa !important;
	box-shadow:inherit !important;
}


.contact-sec .contact-heading h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Proxima-Nova-Font';
    color: #333637 !important;
    margin-bottom: 40px !important;
}
.contact-sec .connect-form .text::placeholder {
    color: #4b4e5d !important;
    font-size: 16px;
    font-weight: 300;
    opacity: 100%;
    
}span.wpcf7-not-valid-tip {
    display: none;

}
.wpcf7-form .wpcf7-not-valid {
    border-color: red !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: red;
    border-color: red;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    color: #46B450;
}
.cont-deatil strong {
    color: #4b4e5d !important;
    font-size: 18px !important;
    font-weight: 500;
    font-family: 'Roboto', sans-serif !important;
}

.cont-deatil  p {
    color: #4b4e5d !important;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif !important;
}

.cont-deatil p a {
    color: #4b4e5d !important;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif !important;
}
.cont-deatil div {
    margin-top: 20px !important;
    margin-bottom: 60px;
}

.cont-deatil div ul {
    display: flex;
    margin: 0;
}

.cont-deatil div ul li {
    list-style-type: none !important;
    margin-right: 10px;
}

.cont-deatil div ul li a {
    border: 1px solid #000;
    border-radius: 50%;
    height: 50px !important;
    width: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont-deatil div ul li a i {
    color: #5e6363 !important;
    font-size: 15px;
}

.cont-deatil {
    width: 70%;
}
.contact-sec .iwt-text h4 {
    color: #2e57b1;
    border-bottom: 2px solid #d2d3d3;
    padding-bottom: 20px !important;
    font-family: 'Proxima-Nova-Font';
    width: 100%;
    white-space: nowrap;
}

.contact-sec .iwt-text h4 a {
    font-weight: 400;
    color: #2e57b1 !important;
    font-family: 'Proxima-Nova-Font';
    font-size: 41px !important;
}

.contact-sec i.fa-map-marker:before {
    content: "\f041";
    color: #2e57b1 !important;
    font-size: 25px !important;
    position: absolute;
    top: 0;
    left: 13px;
}


.contact-sec i.fa-envelope-o:before {
    content: "\f0e0";
    color: #2e57b1 !important;
    font-size: 25px !important;
    position: absolute;
    top: 0;
    left: 10px;
}
.iwt-text br {
    display: none;
}
.contact-sec .iwt-text {
    font-size: 20px;
    font-family: 'Proxima-Nova-Font';
    color: #9fa3a4;
    font-weight: 500;
    line-height: 32px;
}

.contact-sec .iwt-text a {
    color: #9fa3a4;
	font-weight:500;
}

.contact-sec .iwt-text strong {
    color: #172948 !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    font-family: 'Proxima-Nova-Font';
}

/* Contact Css End  home and  contactus page*/


/* start here footer css */
div#footer-outer h2 {
    font-size: 25px;
    color: #fff;
    font-family: 'Proxima-Nova-Font';
    text-transform: capitalize;
    font-weight: 600 !important;
    letter-spacing: 2px;
}

div#footer-outer p {
    line-height: 30px;
    font-size: 18px;
    font-family: 'Proxima-Nova-Font';
    color: #ffffffc4 !important;
}

div#nav_menu-2 {
    width: 50%;
    margin: 0 auto;
}
div#nav_menu-2 h4 {
    font-size: 25px !important;
    color: #fff !important;
    font-family: 'Proxima-Nova-Font';
    font-weight: 600 !important;
	padding-bottom: 20px;
}
div#footer-outer ul#menu-footer-menu li a {
    color: #ffffffc4 !important;
    font-size: 18px;
    font-family: 'Proxima-Nova-Font';
    font-weight: 400 !important;
}

.mycontact-info {
    display: flex;
    margin-bottom: 10px;
}

.mycontact-info i {
    width: 30px !important;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 24px !important;
    margin-right: 10px;
}

.mycontact-info {
    display: flex;
    margin-bottom: 12px;
}

.mycontact-info a {
    color: #ffffffc4 !important;
    font-size: 18px;
    font-family: 'Proxima-Nova-Font';
}

.mycontact-info p {
    font-size: 18px !important;
    font-family: ''Proxima-Nova-Font'';
    font-family: 'Proxima-Nova-Font';
    line-height: 25px !important;
}
div#footer-widgets i {
    color: #ffffffc4 !important;
}
#footer-outer input.es_required_field.es_txt_email.ig_es_form_field_email::placeholder {
    color: #6e6e6e!important;
	font-size: 16px !important;
	font-family: 'Proxima-Nova-Font';
}
#footer-outer #footer-widgets .col input[type=email]:focus {
    background-color: #fff !important;
}

#footer-outer #footer-widgets .col input[type=email] {
    background: #fff!important;
    margin: 0 !important;
    padding: 12px 20px !important;
    position: absolute;
    text-align: left !important;
}


#footer-outer #footer-widgets .col .emaillist {
    position: relative !important;
}

#footer-outer #footer-widgets div#block-12 p {
    padding-top: 0 !important;
    display: none;
}

#footer-outer #footer-widgets .col input[type=submit] {
    position: absolute !important;
    top: 0;
    font-size: 0 !important;
    right: -1px;
    background-color: #2c5caa!important;
    background-image: url('/wp-content/uploads/2021/09/Layer-103-copy.png') !important;
    background: no-repeat;
    padding: 26px 25px;
    background-position: center !important;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0px) !important;
}

div#copyright p {
    text-align: center;
    font-family: 'Proxima-Nova-Font';
    font-size: 17px;
}

#footer-outer #footer-widgets .mycontact-info a:hover {
    color: #2c5caa !important;
}

#footer-outer .col.span_3:nth-child(2) {
    width: 20%;
}
#footer-outer .col.span_3:nth-child(3) {
    width: 27%;
}

div#copyright .col.span_5 {
    width: 100%;
}
div#copyright {
  border-top: 2px solid #373a40 !important;
	font-size:18px;
}
/* End footer css */


/* Start here about us Page here */
div#page-header-wrap h1 {
    font-size: 90px;
    font-weight: 500;
    font-family: 'Proxima-Nova-Font';
}

.about-text22 p {
    width: 100% !important;
    margin-bottom: 20px;
}
.about-sec img {
    width: 100% !important;
    border: 10px solid #fff !important;
    box-shadow: 0 0 10px #00000026 !important;
}
div#footer-outer {
    background-color: #14181e !important;
}

div#copyright {
    padding: 30px 0 !important;
}

div#copyright p {
    font-size: 16px !important;
    font-weight: 400;
    font-family: 'Proxima-Nova-Font';
}
.phone-no span {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 2px;
}
.container {
    padding: 0 !important;
}
.content {
    padding: 0 !important;
}
.my-button a.myslides_button:hover {
    background-color: transparent !important;
    border: 2px solid #fff;
}
#footer-outer .widget {
    margin-bottom: 15px !important;
}
#footer-outer .widget h4, #sidebar h4 {
    margin-bottom: 0px !important;
}
#page-header-bg[data-alignment-v="middle"] .span_6 .inner-wrap, #page-header-bg[data-alignment-v="top"] .span_6 .inner-wrap {
    padding-top: 145px !important;
}
/* End about us page here */
ul.sub-menu.tracked-pos {
    padding: 0 !important;
    border: none !important;
}
ul.sub-menu.tracked-pos a {
    padding: 9px 18px!important;
}
ul.sub-menu.tracked-pos {
    top: 135px !important;
}
ul.sub-menu.tracked-pos span {
    color: #000 !important;
    text-transform: capitalize;
    line-height: 26px;
    font-size: 16px;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}
ul.sub-menu.tracked-pos a:hover span {
    color: #fff !important;
}


/* Start services page css */
/* 
ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
    padding-left: 50px !important;
    border-right: 50px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f5f5f5;
}
 */


ul.wpb_tabs_nav.ui-tabs-nav::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1400px;
    left: -1400px;
    background-color: #f5f5f5 !important;
    z-index: -1 !important;
}

ul.wpb_tabs_nav.ui-tabs-nav {
    background-color: #f5f5f5 !important;
    position: relative !important;
	padding:15px 0!important;
}

ul.wpb_tabs_nav.ui-tabs-nav li a {
    text-transform: capitalize;
    font-family: 'Proxima-Nova-Font' !important;
    font-weight: 800 !important;
    /* letter-spacing: 2px; */
    font-size: 20px;
}

li.magic-line {
    display: none;
}

#innerservices h1 {
    font-size: 54px;
    font-family: 'Proxima-Nova-Font';
    font-weight: 900 !important;
    color: #5c5c5c !important;
    margin-bottom: 30px;
}

div#innerservices p {
   width: 85%;
    font-size: 18px;
       line-height: 32px;
    text-align: left;
    font-family: 'Proxima-Nova-Font';
    font-weight: 400 !important;
    color: #999999;
}


div#innerservices a.readmore {
    padding: 9px 62px;
    background: #2c5caa;
    color: #fff;
    border-radius: 30px !important;
    text-transform: uppercase;
    font-family: 'Proxima-Nova-Font';
    font-size: 18px;
    margin-right: 20px;
    font-weight: 600 !important;
    border: 2px solid #2c5caa;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 21px;
}

div#innerservices a.readmore:hover {
    background-color: transparent;
    color: #2c5caa;
}
.mytextser {
    padding-left: 50px;
}

div#innerservices img {
    border: 10px solid #fff;
	width: 100%;
}

.columbefore::before {
    content: '';
    position: absolute;
    top: -21px;
    left: -8px;
    width: 176px;
    height: 270px;
    border: 5px solid #d3dcec;
    z-index: -999;
}

.columafter::before{
	 content: '';
    position: absolute;
    top: -21px;
    right: -8px;
    width: 176px;
    height: 270px;
    border: 5px solid #d3dcec;
    z-index: -999;
	
}

a.active-tab {
    color: #6285be !important;
}
/* End Services pages css */

/* Start here single Detail Page here */
.backbutton-services a i {
    line-height: 25px;
	margin-right: 10px;
    font-size: 20px;
	z-index:-1;
	
}
.backbutton-services a {
    font-size: 16px;
    font-family: 'Proxima-Nova-Font';
    color: #5879b7;
    border-bottom: 2px solid;
    padding-bottom: 10px 0;
    padding: 6px 0;
}

.innerservices p {
    line-height: 29px !important;
}

.singledetail {
    padding: 50px 0;
}

/* End Single Detail Page Here */

/* start here @media queries 1600 */
@media only screen and (max-width:1600px){
.container {
    padding: 0 90px!important;
}
.content {
    padding: 0 100px!important;
}
a#logo img {
    
    height: 100px !important;
    object-fit: contain !important;
}
ul.sf-menu a {
    padding: 0 25px !important;
    margin: 0 0 !important;
}
.phone-no span {
  padding-left: 22px;
}
li.phone-no a:before {
width: 38px !important;
   
}
div#about-sec p {
    width: 94% !important;
}	
div#about-sec2 h3 {
    font-size: 48px !important;
}
div#contain .twentytwenty-wrapper.twentytwenty-horizontal {
    width: 100% !important;
}
}

/* End media quires 1600 */


#sec-menu #menu-services-menu li a {
    text-transform: capitalize;
    font-family: 'Proxima-Nova-Font' !important;
    font-weight: 800 !important;
    font-size: 20px;
}

#sec-menu #menu-services-menu {
    margin: 0;
    padding: 15px 0px;
}

#sec-menu #menu-services-menu li {
    list-style: none;
    display: inline;
    margin-right: 30px;
}

#sec-menu #menu-services-menu li.current-menu-item a {
    color: #6285be !important;
}

body .scrolled-down #top {
    /* background: #fff !important; */
}

body .scrolled-down #top nav ul li a span {
    color: #fff !important;
}

body .scrolled-down #top nav ul li.phone-no a:after{
    color: #fff !important;
}

body .scrolled-down #top nav ul li.phone-no a:before{
    color: #fff !important;
    border-color: #fff !important;
}
#top nav ul li a {
    color: #fff !important;
}
div#about-sec .vc_col-sm-6:first-child a.readmore {
    display: none;
}
/* RESPONSIVE START 1200 */
@media screen and (max-width: 1200px)
{
body #header-outer #top nav ul li a span {
    font-size: 12px;
    white-space: nowrap;
    
}

#top nav ul li a {
    padding: 0 15px !important;
}

li.phone-no a:after {
    top: -10px;
}

li.phone-no a:before {
    font-size: 16px;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    left: 24px;
    top: -17px;
}

.sec-banner h1 {
    font-size: 60px;
    line-height: 60px !important;
    margin: 0 !important;
}

.sec-banner .swiper-slide .content h2 {
    font-size: 30px !important;
    margin: 0 !important;
}

.sec-banner .swiper-slide .content p {
    font-size: 20px !IMPORTANT;
}

.my-button {
    margin-top: 60px;
}

.my-button a.myslides_button {
    font-size: 12px !important;
    padding: 5px 20px !important;
    white-space: nowrap;
}


#ser_sec_home h3 {
    font-size: 40px !important;
}

#ser_sec_home p {
    font-size: 14px !important;
}

.text-1 h5 {
    font-size: 30px !important;
}

#about-sec h3 {
    font-size: 40px !important;
    line-height: 40px !important;
}

#about-sec {
    padding: 50px 0px 100px 0px !important;
}

body #about-sec h3 strong {
    font-size: 40px !important;
}

body #about-sec2 h3 {font-size: 30px !important;}

.main-phone2 h4 {
    font-size: 25px !important;
}

div#contain h2 {
    font-size: 40px !important;
    line-height: 30px !important;
}

.contact-sec .iwt-text h4 a {font-size: 30px !important;}

.contact-sec .iwt-text {
    font-size: 16px !important;
    line-height: 20px !IMPORTANT;
}

.contact-sec .contact-heading h2 {
    font-size: 30px !important;
}

div#footer-outer h2, #footer-outer .widget h4 {font-size: 20px !important;line-height: 20px !important;}

div#footer-outer p {
    font-size: 16px !important;
    line-height: 20px !important;
}

#footer-outer #footer-widgets .col ul li a {
    font-size: 16px !important;
}
div#page-header-wrap h1 {font-size: 60px;}
	div#innerservices p {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
}

#innerservices h1 {
    margin: 40px 0 0 0;
    font-size: 40px !important;
}

div#page-header-wrap h1 {
    font-size: 50px !important;
}
}
/* RESPONSIVE END 1200	 */
/* RESPONSIVE Start 999	 */

@media screen and (max-width: 999px)
{
#top .container {
    padding: initial !important;
}

#header-outer #top #logo img {
    height: 50px !important;
}
#header-outer {
    padding: 0 !important;
}


.sec-banner .content {
    padding: 0 !important;
    text-align: center !important;
}

.sec-banner .swiper-slide .image-bg {
    position: relative;
}

.sec-banner .swiper-slide .image-bg::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000052;
}

.sec-banner .swiper-slide .content p {
    font-size: 14px !important;
    line-height: 20px !important;
}

.my-button {
    margin: 20px 0 0 0 !important;
    display: flex;
    justify-content: center;
}

.sec-banner .swiper-slide .content h1 {
    font-size: 40px !important;
}

.main-phone {
    margin: 0px 0px 0 10px !important;
    display: flex;
    justify-content: center;
}

.main-phone span {
    margin: 0 0;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 30px;
}


.container.main-content {
    padding: initial !important;
}

body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li a {
    font-size: 17px !important;
    text-transform: uppercase;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 20px !important;
    top: 0 !important;
}

body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li a::before {
    display: none;
    top: 0 !important;
}

div#ser_sec_home p {
    width: 100% !important;
    margin: 0 !important;
}

#ser_sec_home {
    padding: 50px 0 !important;
}
div#ser_sec_home .vc_col-sm-6 {width: 100% !important;margin: 0 !important;}

#ser_sec_home .span_12 {display: block !important;}

#about-sec {
    padding: 0px 0px 50px 0px !important;
}

#about-sec .vc_col-sm-6 {
    padding: 0 !important;
    margin: 0 !important;
}

.wpb_row {
    text-align: center !important;
}

div#about-sec h3, div#about-sec h3 strong {
    font-size: 35px !important;
    text-transform: uppercase;
    color: #000 !important;
    margin-bottom: 20px !IMPORTANT;
}

div#about-sec p {
    width: 100% !important;
    font-size: 16px !important;
    text-align: center;
    line-height: 20px !important;
}

div#about-sec a.readmore {
    margin: 10px 0 0 0 !important;
    display: inline-block;
}

body #about-sec2 h3 {
    font-size: 30px;
    line-height: 30px !important;
}

body .wpb_row p {
    font-size: 16px !important;
    line-height: 20px !important;
}

.main-phone2 {
    padding: 0 !important;
}

.about2 {
    padding: 0 !important;
}

div#about-sec2 {
    padding: 50px 0px !important;
}

.main-phone2 h4 {
    margin: 0 !important;
}

.main-phone2 {
    display: block;
}

.smalljpg img {
    margin: 0 auto;
}

#contain {
    padding: 50px 0px !IMPORTANT;
}

div#contain h2 {
    font-size: 30px !important;
    line-height: 30px !important;
    text-transform: uppercase;
}

div#contain p {
    width: 100% !important;
}


div#contact-sec {
    width: 100% !important;
    padding: 0px 0px 50px 0px !important;
}

.contact-sec .contact-heading h2 {
    font-size: 30px;
    line-height: 30px;
}

.contact-sec .connect-form {
    width: 100%;
}

body[data-button-style="slightly_rounded_shadow"] input[type="submit"] {
    width: 100% !important;
}

.contact-sec .iwt-text {
    padding: 0 !important;
}

.contact-sec .iwt-text h4 {
}

.iwithtext .iwt-icon {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.iwithtext .iwt-icon img {
    margin: 0 auto 20px auto;
}

#footer-outer .container {
    padding: 0 !important;
}

#footer-widgets .container .col {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px !important;
}

#footer-outer .widget {margin: 0 a !IMPORTANT;}

.mycontact-info {
    display: block;
}

div#footer-widgets i {
    margin: 0 auto;
}

#footer-outer #footer-widgets .col input[type=submit] {
    position: initial !important;
}

#footer-outer #footer-widgets .col input[type=email] {position: initial;}

#footer-outer #copyright {
    padding: 20px 0 !important;
}

div#copyright .col.span_5 {
    margin: 0 !important;
}
	#page-header-bg[data-alignment-v="middle"] .span_6 .inner-wrap {
    padding: 0 !important;
}

#page-header-bg .span_6 h1 {
    font-size: 30px !important;
}
	#sec-menu #menu-services-menu {
    display: flex;
    justify-content: center;
}

#sec-menu #menu-services-menu li {
    margin: 0 !important;
}

#sec-menu #menu-services-menu li a {
    font-size: 16px !important;
    margin: 0px 10px !important;
    white-space: nowrap !important;
}

.mytextser {
    padding: 0 !important;
}

#innerservices p {
    text-align: center !important;
}

#innerservices {
    padding: 50px 0px 0px 0px !important;
    margin: 0 !important;
}
.main-phone a, .main-phone a div {
    font-size: 14px;
}
.sec-banner .loaded .swiper-slide {
    height: 400px !important;
}

body #nectar-slider-instance-1 .swiper-container {
    height: 400px !important;
    min-height: 400px !important;
}

#nectar-slider-instance-1 {
    min-height: 400px !important;
    height: 400px !important;
}
div#about-sec .row_col_wrap_12_inner.col.span_12.left {
    flex-flow: column-reverse;
}

#about-sec .vc_col-sm-6:first-child {
    margin-top: 10px !important;
}

.iwithtext .iwt-icon i {
    transform: scale(1.5);
}
.page-id-89 #about-sec {
    padding-top: 50px !important;
}

.page-id-89 #about-sec .vc_col-sm-6:first-child {
    margin-top: 30px !important;
}


.page-id-89 #inr-about {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}

.page-id-89 div#about-sec p {
    margin: 0 !important;
}
#innerservices .vc_col-sm-6 {
    margin: 0 !important;
}

div#innerservices a.readmore {
    margin: 20px auto 0px auto !important;
}


.tab2 .span_12, .tab4 .span_12, .tab5 .span_12, .tab7 .span_12 {
    flex-flow: column-reverse;
}
div#about-sec .vc_col-sm-6:first-child a.readmore {
    display: block;
    width: 80%;
    margin: 30px auto 0 auto !important;
}

div#about-sec .vc_col-sm-6:last-child a.readmore {
    display: none;
}
.page-id-99 #contact-sec {
    padding-top: 50px !IMPORTANT;
}
	.page-id-200 #innerservices .span_12 {
    flex-flow: column-reverse;
}

.page-id-200 #innerservices {
    padding: 0 !important;
}

.page-id-200 .singledetail {
    padding: 0 !important;
}
.page-id-200 div#innerservices img {
    margin: 40px 0 20px 0;
}

.page-id-200 .columbefore::before {
    top: 0;
}
.tab-2 .span_12, .tab-4 .span_12 {
    flex-flow: column-reverse;
}
/* service inner */
.page-id-186 #innerservices .span_12 {
    flex-flow: column-reverse;
}

.page-id-186 #page-header-bg .container {
    padding: initial !important;
}

.page-id-186 #innerservices {
    padding: 0 !important;
}

.page-id-186 #innerservices h1 {
    margin: 0 !important;
}

.page-id-186 .singledetail {
    padding: 0 !important;
}

.page-id-186 div#innerservices img {
    margin: 30px 0px 30px 0px !important;
}

.page-id-186 .columbefore::before {
    top: 0;
}

.page-id-219 #innerservices .span_12 {
    flex-flow: column-reverse;
}

.page-id-219 #page-header-bg .container {
    padding: initial !important;
}

.page-id-219 #innerservices {
    padding: 0 !important;
}

.page-id-219 #innerservices h1 {
    margin: 0 !important;
}

.page-id-219 .singledetail {
    padding: 0 !important;
}

.page-id-219 div#innerservices img {
    margin: 30px 0px 20px 0px !important;
}

.page-id-219 .columbefore::before {
    top: 0;
}

.page-id-221 #innerservices .span_12 {
    flex-flow: column-reverse;
}

.page-id-221 #page-header-bg .container {
    padding: initial !important;
}

.page-id-221 #innerservices {
    padding: 0 !important;
}

.page-id-221 #innerservices h1 {
    margin: 0 !important;
}

.page-id-221 .singledetail {
    padding: 0 !important;
}

.page-id-221 div#innerservices img {
    margin: 30px 0px 20px 0px !important;
}

.page-id-221 .columbefore::before {
    top: 0;
}
.page-id-223 #innerservices .span_12 {
    flex-flow: column-reverse;
}

.page-id-223 #page-header-bg .container {
    padding: initial !important;
}

.page-id-223 #innerservices {
    padding: 0 !important;
}

.page-id-223 #innerservices h1 {
    margin: 0 !important;
}

.page-id-223 .singledetail {
    padding: 0 !important;
}

.page-id-223 div#innerservices img {
    margin: 30px 0px 20px 0px !important;
}

.page-id-223 .columbefore::before {
    top: 0;
}
.page-id-227 #innerservices .span_12 {
    flex-flow: column-reverse;
}

.page-id-227 #page-header-bg .container {
    padding: initial !important;
}

.page-id-227 #innerservices {
    padding: 0 !important;
}

.page-id-227 #innerservices h1 {
    margin: 0 !important;
}

.page-id-227 .singledetail {
    padding: 0 !important;
}

.page-id-227 div#innerservices img {
    margin: 30px 0px 30px 0px !important;
}

.page-id-227 .columbefore::before {
    top: 0;
}
.page-id-229 #innerservices .span_12 {
    flex-flow: column-reverse;
}

.page-id-229 #page-header-bg .container {
    padding: initial !important;
}

.page-id-229 #innerservices {
    padding: 0 !important;
}

.page-id-229 #innerservices h1 {
    margin: 0 !important;
}

.page-id-229 .singledetail {
    padding: 0 !important;
}

.page-id-229 div#innerservices img {
    margin: 30px 0px 30px 0px !important;
}

.page-id-229 .columbefore::before {
    top: 0;
}
.page-id-225 #innerservices .span_12 {
    flex-flow: column-reverse;
}

.page-id-225 #page-header-bg .container {
    padding: initial !important;
}

.page-id-225 #innerservices {
    padding: 0 !important;
}

.page-id-225 #innerservices h1 {
    margin: 0 !important;
}

.page-id-225 .singledetail {
    padding: 0 !important;
}

.page-id-225 div#innerservices img {
    margin: 30px 0px 30px 0px !important;
}

.page-id-225 .columbefore::before {
    top: 0;
}
.page-id-186 #innerservices .span_12 {
    flex-flow: column-reverse;
}

.page-id-186 #page-header-bg .container {
    padding: initial !important;
}

.page-id-186 #innerservices {
    padding: 0 !important;
}

.page-id-186 #innerservices h1 {
    margin: 0 !important;
}

.page-id-186 .singledetail {
    padding: 0 !important;
}

.page-id-186 div#innerservices img {
    margin: 30px 0px 30px 0px !important;
}

.page-id-186 .columbefore::before {
    top: 0;
}

.page-id-233 #innerservices .span_12 {
    flex-flow: column-reverse;
}

.page-id-233 #page-header-bg .container {
    padding: initial !important;
}

.page-id-233 #innerservices {
    padding: 0 !important;
}

.page-id-233 #innerservices h1 {
    margin: 0 !important;
}

.page-id-233 .singledetail {
    padding: 0 !important;
}

.page-id-233 div#innerservices img {
    margin: 30px 0px 30px 0px !important;
}

.page-id-233 .columbefore::before {
    top: 0;
}
.page-id-235 #innerservices .span_12 {
    flex-flow: column-reverse;
}

.page-id-235 #page-header-bg .container {
    padding: initial !important;
}

.page-id-235 #innerservices {
    padding: 0 !important;
}

.page-id-235 #innerservices h1 {
    margin: 0 !important;
}

.page-id-235 .singledetail {
    padding: 0 !important;
}

.page-id-235 div#innerservices img {
    margin: 35px 0px 30px 0px !important;
}

.page-id-235 .columbefore::before {
    top: 5px;
}
.page-id-237 #innerservices .span_12 {
    flex-flow: column-reverse;
}

.page-id-237 #page-header-bg .container {
    padding: initial !important;
}

.page-id-237 #innerservices {
    padding: 0 !important;
}

.page-id-237 #innerservices h1 {
    margin: 0 !important;
}

.page-id-237 .singledetail {
    padding: 0 !important;
}

.page-id-237 div#innerservices img {
    margin: 35px 0px 30px 0px !important;
}

.page-id-237 .columbefore::before {
    top: 5px;
}
/* serivce inner */

}
/* RESPONSIVE End 999	 */
