div#sec-2in11 img {
    width: 50px;
}
.nectar-social.fixed {
    display: none !important;
}


div#necterslider span.ntxt {
 
    filter: drop-shadow(2px 4px 6px #ffffff);
}


.nectar-social.fixed.visible {
    display: none !important;
}
.container-wrap {
    padding-bottom: 0px !important;
}
header#top ul.sub-menu.tracked-pos {
    padding: 10px 15px;
}
header#top ul.sub-menu.tracked-pos {
    margin-top: -35px;
}

header#top {
    background: #ffffffc7;
}
header#top ul.sf-menu.sf-js-enabled.sf-arrows li span {
    color: #777777;
}
header#top li#menu-item-39 span {
    BORDER-RADIUS: 30px;
}
/* header#top ul.sf-menu.sf-js-enabled.sf-arrows .current_page_item span {
    color: #FF9245 !important;
    font-weight: 800;
} */
header#top ul.sub-menu.tracked-pos li {
    margin-bottom: 5px !important;
}
header#top ul.sub-menu.tracked-pos li a span {
    color: #000000 !important;
    font-weight: 700;
}
header#top li#menu-item-39 span {
    background: #E98717;
    padding: 15px 30px !important;
    font-family: "Playfair Display";
    font-size: 16px;
    color: #fff !important;
}
#header-outer[data-lhe="animated_underline"].transparent #top nav > ul > li > a .menu-title-text:after {
	border-color: #FF9245 !important;
}
header#top li#menu-item-39 span::after {
    display: none !important;
}
/* ===================================================== */

div#necterslider span.txt-sh {
    text-shadow: 0 0 8px #fff;
}
div#necterslider span.ntxt {
    font-family: "inter";
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #FF9245;
    position: relative;
    padding: 0px 60px;
	text-shadow: unset !important;
}
div#necterslider span.ntxt:before {
    content: "";
    background-color: #FF9245;
    position: absolute;
    width: 40px;
    height: 2px;
    top: 0;
    left: 0;
    margin-top: 9px;
	animation: myAnim 10s ease-in-out 0s 100 normal forwards;
}
div#necterslider p {
    text-wrap: balance;
    width: 90%;
    display: table;
    margin: 0 auto;
}
div#necterslider span.ntxt:after {
    content: "";
    background-color: #FF9245;
    position: absolute;
    width: 40px;
    height: 2px;
    top: 0;
    right: 0;
    margin-top: 9px;
	animation: myAnim 10s ease-in-out 0s 100 normal forwards;
}
@keyframes myAnim {
	0%,
	100% {
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70% {
		transform: translateX(-10px);
	}

	20%,
	40%,
	60% {
		transform: translateX(10px);
	}

	80% {
		transform: translateX(8px);
	}

	90% {
		transform: translateX(-8px);
	}
}
div#necterslider a.primary-color {
    border-radius: 30px !important;
    padding: 15px 30px !important;
}
/* ==================================================== */
div#sec-2 {
    padding: 40px 0px !important;
}

div#sec-2in img {
    width: 100%;
}
div#sec-2in .hover-wrap:before {
    content: "";
    background-image: url(https://strategicsolutionspro.com/wp-content/uploads/2024/09/Vector.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 110px;
    height: 82px;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0px;
    margin: 30px 0px 0px -60px !important;
	-webkit-animation-name: spin;
  -webkit-animation-duration: 10000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

}
div#sec-2in .hover-wrap {
    position: relative;
}
div#sec-2in .nectar-milestone {
    display: flex;
    align-items: center;
    margin: 0px auto;
    width: 90%;
    background: #502E0C;
    justify-content: flex-start;
    color: #fff;
    margin-top: -40px;
    z-index: 9999;
    position: relative;
}
div#sec-2in .number.default {
    margin: 0px;
    background: #E98717;
    padding: 10px;
    font-weight: 800;
    width: 27%;
}
div#sec-2in .number.default h4 {
    font-weight: 800;
}
div#sec-2in .subject {
    font-size: 30px;
    margin-left: 20px;
}
div#sec-2in .wpb_text_column.wpb_content_element h4 span {
    background: #E8FFFE;
    padding: 10px;
}
div#sec-2in p {
    text-align: justify;
}
a#btn {
    padding: 15px 35px !important;
    font-size: 17px;
    border-radius: 30px !important;
}
div#sec-2in1 {
    padding-top: 60px;
}
div#sec-2in1 .clm {
    padding: 75px 40px 30px 40px !important;
    filter: drop-shadow(2px 4px 6px #ccc);
    margin-top: -40px;
}
div#sec-2in1 .clm1 {
    background: #F2FFFE;
}
div#sec-2in1 .clm2 {
    background: #FFF2E9;
}
div#sec-2in1 .clm3 {
    background: #E8F5DB;
}
div#sec-2in1 .hover-wrap:before {
    content: "";
    width: 90px;
    height: 90px;
    background: #128290;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 12;
    top: 0px;
    margin-top: -20px;
	-webkit-animation-name: spin;
  -webkit-animation-duration: 20000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
	transition: .5s;
}
div#sec-2in1 .vc_col-sm-4:hover .hover-wrap:before {
    background: #FF9245 !important;
	transition: .5s;
}
div#sec-2in1 .hover-wrap {
    position: relative;
}
div#sec-2in1 img.img-with-animation.skip-lazy {
    z-index: 999;
}
/* ====================================================== */
div#sec-3 {
    padding: 50px 0px !important;
}
div#sec-3 .wpb_text_column.wpb_content_element h4 span {
    background: #FFFFFF;
    padding: 10px;
}
div#sec-3in img {
    width: 100%;
}
div#sec-3in .wpb_text_column.wpb_content_element {
    background: #fff;
    padding: 20px 40px 20px 30px !important;
    margin-top: -20px;
}
div#sec-3in h3:before {
    content: "";
    background: #128290;
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: 0;
    transition: .6s;
}
div#sec-3in .vc_col-sm-4:hover h3:before {
	width: 130px;
	background: #FF9245;
	transition: .6s;
}

div#sec-3in h3 {
 	position: relative;
    padding-bottom: 10px;
    min-height: 70px;
}
div#sec-3in p a {
    font-family: 'Playfair Display';
    font-size: 16px;
    opacity: 1;
    font-weight: 800;
}
div#sec-3in .vc_col-sm-4:hover p a {
    color: #FF9245 !important;
    transition: .3s;
}
div#sec-3 a#btn {
    margin: 0px auto;
    display: table;
}
/* =============================================== */
div#sec-4 {
    margin-top: -22px;
}
div#sec-4 h1 {
    position: absolute;
    top: 0;
    z-index: 999;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: 7%;
}
body.material .nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox:before {
    background-color: #fff !important;
    opacity: 1;
}
.nectar-video-box .nectar_video_lightbox path {
    fill: #2A4840 !important;
}
/* ========================================= */
div#sec-5 {
    padding: 50px 0px 0px 0px !important;
    margin-bottom: 0px !important;
}
div#sec-5 img {
    float: right;
    z-index: 999;
}
/* div#sec-5 .hover-wrap:before {
    content: "";
    background-image: url(https://strategicsolutionspro.com/wp-content/uploads/2024/09/figure-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 464px;
    height: 551px;
    position: absolute;
    top: 0;
    margin-top: 30px;
} */
/* div#sec-5 .hover-wrap {
    position: relative;
} */
/* div#sec-5 .hover-wrap:after {
    content: "";
    background-image: url(https://strategicsolutionspro.com/wp-content/uploads/2024/09/decor-7-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 267px;
    height: 204px;
    position: absolute;
    top: 0;
    margin: 27% 0% 0% 23% !important;
    z-index: 12;
	-webkit-animation-name: spin;
  -webkit-animation-duration: 20000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
} */
/* ================================================== */
div#sec-6 {
    padding: 50px 0px !important;
}
div#sec-6 .wpb_text_column.wpb_content_element h4 span {
    background: #FFFFFF;
    padding: 10px;
}
/* div#sec-6in {
    padding: 40px;
    margin: 0px 10px;
    border-radius: 12px;
    transition: .5s;
} */
div#sec-6in {
    padding: 25px;
    margin: 0px 10px;
    border-radius: 12px;
    transition: .5s;
}
div#sec-6in:hover {
    filter: drop-shadow(2px 4px 6px #ccc);
    background: #fff;
    transition: .5s;
}
div#sec-6in .iwt-icon img {
    width: unset;
}
div#sec-6in .iwithtext .iwt-text {
    padding-left: 65px;
}
div#sec-6in h3 {
    margin: 0px;
}
/* ====================================================== */
div#sec-7 {
    padding: 40px 0px !important;
}
div#sec-7 .wpb_text_column.wpb_content_element h4 span {
    background: #FFFFFF;
    padding: 10px;
}
div#sec-7 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: unset !important;
    margin-bottom: 10px;
    border-bottom: 2px solid #fff;
    border-radius: unset !important;
}
div#sec-7 textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    background: unset !important;
    margin-bottom: 10px;
    border-bottom: 2px solid #fff;
    border-radius: unset !important;
    height: 100px;
}
div#sec-7 input#btn {
    background: #FF9245;
    padding: 13px 40px !important;
    border-radius: unset !important;
}
span.wpcf7-not-valid-tip {
    text-align: left;
    color: red !important;
}
/* ==================================================== */
div#sec-8 {
    padding: 40px 0px !important;
}
div#sec-8 .wpb_text_column.wpb_content_element h4 span {
    background: #E8FFFE;
    padding: 10px;
}
div#sec-8 .row.blog-recent.columns-3 {
    padding: 0px;
    margin: 0px;
}
div#sec-8 .post {
    filter: drop-shadow(2px 4px 6px #ccc);
    border-radius: unset;
}
div#sec-8 a.blogs {
    display: none !important;
}
div#sec-8 img {
    width: 100%;
}
div#sec-8 .article-content-wrap {
    padding: 20px 20px 20px 20px !important;
}
div#sec-8 .post-meta {
    border: unset !important;
}
div#sec-8 span.meta:before {
    content: url(https://strategicsolutionspro.com/wp-content/uploads/2024/09/Vector-1.png);
    position: absolute;
    left: 0;
    margin-top: 3px;
}
div#sec-8 span.meta {
    position: relative;
    padding-left: 20px;
}
div#sec-8 a#btn {
    margin: 0px auto;
    display: table;
}
/* ================================================= */
div#footer-widgets .row {
    padding: 40px 0px !important;
    border-bottom: 1px solid #ffffff66;
}
#footer-outer .widget h4 {
    font-size: 25px;
}
div#custom_html-2 .socliy ul li {
    display: inline-block;
}
div#custom_html-2 .socliy i {
    margin: 0px 1px;
    color: #fff !important;
    font-size: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #343434;
}
div#custom_html-2 .socliy ul li:hover i {
    background: #FF9245;
    transition: .5s;
}
div#nav_menu-2 {
    margin-left: 60px;
}
/* ============================================== */
div#copyright {
    padding: 20px 0px !important;
}
/* =============================================== */

div#sec-3mainabout h1, div#sec-3mainabout h3 {
    text-transform: none;
}

div#sec-3mainaboutinr1 .clr2 .vc_column-inner {
    background: #FFF2E9;
}
/* div#sec-3mainaboutinr1 .clm1 .vc_column-inner {
    padding: 40px;
} */
div#sec-3mainaboutinr1 .clm1 .vc_column-inner {
    padding: 60px;
}
div#sec-3mainaboutinr1 .clr1 .vc_column-inner {
    background: #F2FFFE;
}
div#sec-3mainabout .row-bg.viewport-desktop.using-image {
    background-attachment: fixed;
}
div#sec-3mainaboutinr1 ul li {
    list-style: none;
}
div#sec-3mainaboutinr1 ul {
    margin-left: 0;
}
div#sec-3mainaboutinr1 li {
    font-size: 14px;
}

div#sec-6innew .vc_col-sm-4 .vc_column-inner {
	padding: 40px;
    margin: 0px 10px;
    border-radius: 12px;
    transition: .5s;
}
div#sec-6innew .vc_col-sm-4:hover .vc_column-inner{
	filter: drop-shadow(2px 4px 6px #ccc);
    background: #fff;
    transition: .5s;
}
div#sec-6innew .iwithtext .iwt-icon img {
    width: unset;
}
div#sec-6innew .iwithtext .iwt-text {
    padding-left: 65px;
}
div#sec-6innew h3 {
    margin: 0px;
}

div#contact-secmaininr1 .iwithtext .iwt-icon i {
    font-size: 18px;
    color: #ffffff;
    background-color: #128290;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
div#contact-secmaininr1 .iwithtext:last-child {
    margin-bottom: 0px;
}
div#contact-secmaininr1 .iwithtext {
    margin-bottom: 40px;
}
div#contact-secmaininr1 .iwithtext .iwt-text a {
    color: #777777;
}
div#contact-secmaininr1 .iwithtext .iwt-text {
    padding-top: 5px;
    color: #777777;
}

div#contact-secmaininr1 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #E2E2E2;
    border-radius: 0px;
    background-color: #ffffff;
}

div#contact-secmaininr1 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 220px;
	 padding: 15px;
    border: 1px solid #E2E2E2;
    border-radius: 0px;
    background-color: #ffffff;
}
div#contact-secmain input.wpcf7-form-control.wpcf7-submit.has-spinner {
    float: left;
    border-radius: 0px !important;
    width: 165px;
    height: 53px;
    font-size: 18px;
    margin-top: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
}
div#contact-secmaininr1 .iwithtext:hover .iwt-icon i {
    background: #E98717;
}
div#sec-4mainabout {
    margin: 0;
}

div#sec-1mainservicespg .vc_col-sm-4 .vc_wp_custommenu.wpb_content_element {
    background-color: #ffffff;
    filter: drop-shadow(2px 4px 6px #cccccc);
    padding: 25px;
}

div#sec-1mainservicespg .vc_col-sm-4 .vc_wp_custommenu.wpb_content_element ul#menu-our-services {
    margin-top: 20px;
}
div#sec-1mainservicespg .vc_col-sm-4 .vc_wp_custommenu.wpb_content_element ul#menu-our-services li {
    background: #F5F7F6;
    color: #000000;
    font-size: 14px;
    font-family: Inter;
    font-weight: 700;
    border-radius: 30px;
    padding: 15px 20px 15px 20px;
    margin-bottom: 10px;
    line-height: 24px;
}
div#sec-1mainservicespg .vc_col-sm-4 .vc_wp_custommenu.wpb_content_element ul#menu-our-services {
    margin: 0;
}

div#sec-1mainservicespg .vc_col-sm-4 .vc_wp_custommenu.wpb_content_element ul#menu-our-services li i {
    margin-right: 5px;
}
div#sec-1mainservicespg .vc_col-sm-4 .vc_wp_custommenu.wpb_content_element ul#menu-our-services li {
    list-style: none;
}

div#sidebar-infosec .t1 h6 {
    margin-top: 30px;
}
div#sidebar-infosec .t1 h6 a {
    background: #E98717;
    color: #ffffff;
    padding: 15px 40px;
}
div#sidebar-infosec .t1 {
    padding-bottom: 40px;
}
div#sidebar-infosec .t1 {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}
div#sidebar-infosec .hover-wrap {
    margin: 0;
}
div#sidebar-infosec {
    text-align: center;
}
div#sidebar-infosec img {
    width: 100%;
}
div#sidebar-infosec .t1 h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
div#sec-1mainservicespginr2 p {
    font-size: 12px;
    line-height: 22px;
}

div#sec-1mainservicespginr2 .clm {
    text-align: center;
	overflow:visible
}
div#sec-1mainservicespginr2 .clm .vc_column-inner h2 {
    font-size: 21px;
    color: #333333;
}
div#sec-1mainservicespginr2 .clm1 .vc_column-inner {
    background-color: red;
}

div#sec-1mainservicespginr2 .hover-wrap {
    MARGIN: 0;
}



div#sec-2in11 .clm1 {
    background: #F2FFFE;
}
div#sec-2in11 .clm2 {
    background: #FFF2E9;
}
div#sec-2in11 .clm3 {
    background: #E8F5DB;
}

div#sec-2in11 .vc_col-sm-4:hover .hover-wrap:before {
    background: #FF9245 !important;
	transition: .5s;
}
div#sec-2in11 .hover-wrap {
    position: relative;
}
div#sec-2in11 img.img-with-animation.skip-lazy {
    z-index: 999;
}




div#sec-2in11 .hover-wrap:before {
    content: "";
    width: 70px;
    height: 70px;
    background: #128290;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 12;
    top: 0px;
    margin-top: -10px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 20000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    transition: .5s;
}
div#sec-2in11 p {
    font-size: 12px;
    line-height: 22px;
}

div#sec-2in11 {
    padding-top: 10px;
}

div#sec-2in11 h2 {
    font-size: 20px;
    line-height: 30px;
}

div#sec-2in11 .clm {
    padding: 50px 10px 20px 10px !important;
    filter: drop-shadow(2px 4px 6px #ccc);
    margin-top: -40px;
}
div#sec-1mainservicespg .t2 h2 {
    font-weight: 700;
}



div#sec-1mainservicespg .vc_col-sm-4 .vc_wp_custommenu.wpb_content_element h2.widgettitle::before {
    content: '';
    position: absolute;
    left: -30px;
    background: #E98717;
    width: 19px;
    height: 6px;
    border-radius: 30px;
    top: 15px;
}

div#sec-1mainservicespg .vc_col-sm-4 .vc_wp_custommenu.wpb_content_element h2.widgettitle {
    position: relative;
    left: 40px;
    color: #252525;
    font-weight: 600;
}

.vc_wp_custommenu.wpb_content_element .current_page_item a {
    color: #E98717;
}

div#sec-2in11 .clm p {
    min-height: 110px;
}

#header-outer.transparent #top nav > ul > li > a > .sf-sub-indicator i {
    color: #e98717 !important;
}
#header-outer.transparent #top nav .sf-menu > .current-menu-ancestor > a i {
    color: #777777 !important;
}
div#sec-1mainservicesinr1 img {
    width: 100%;
}
div#sec-1mainservicesinr1 h2 {
    font-weight: 600;
    border-bottom: 4px solid #128290;
    width: fit-content;
    padding-bottom: 4px;
}
div#sec-1mainservicesinr1 {
    padding: 15px 10px 15px 50px;
}
.sin1 .row-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 85%;
    height: 100%;
    background: #ffffff;
    filter: drop-shadow(2px 4px 6px #cccccc);
}

.sin2 .row-bg::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
    height: 100%;
    background: #ffffff;
    filter: drop-shadow(2px 4px 6px #cccccc);
}
.sin2 {
    padding: 15px 50px 15px 10px !important;
}
#header-outer .sf-menu li ul li a {
    font-size: 14px;
    line-height: 25px;
}
div#contact-secmaininr1 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border-radius: 30px;
}
div#contact-secmaininr1 textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 30px;
}
div#contact-secmain input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 30px !important;
}

div#sec-6in p.frspc {
    min-height: 170px;
}
div#sec-6 {
    padding-bottom: 50px !important;
}
div#sec-6 .owl-stage {
    padding-bottom: 20px;
}
div#sec-8 h3.title {
    min-height: 90px;
}
div#sec-5 p {
    padding-bottom: 5px;
}

div#sec-6innew .wpb_text_column.wpb_content_element p {
    min-height: 171px;
}

div#sec-1mainsafety .tabbed>ul li:last-child a {
    margin: unset;
}
div#sec-1mainsafety .tabbed>ul li a {
    margin-right: 10px;
    border-radius: 30px;
    padding: 13px 40px;
    font-weight: 600;
    font-family: 'Playfair Display';
    color: #e98717;
}
div#sec-1mainsafety a.active-tab {
    color: #ffffff !important;
}
div#sec-2in1 .vc_col-sm-4 img {
    filter: brightness(0) invert(1);
}
div#sec-3in {
    margin: 0px 5px;
}
div#sec-5 img {
    float: right;
    z-index: 999;
/*     margin-top: 19px !important; */
}

div#sec-2in1 {
    margin: 0px 5px;
}
div#sec-2in1 img {
    filter: brightness(0) invert(1);
}
div#sec-2in1 .vc_col-sm-3:hover .hover-wrap:before {
    background: #FF9245;
}
div#sec-2in1 h2 {
    min-height: 80px;
}
div#footer-widgets div#text-2 {
    margin-bottom: 0px;
}

div#sec-5 img {
   
    margin-top: 90px !important;
}
div#sec-7 input#btn {
    margin-top: 20px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none !important;
    color: #46b450 !important;
}


@media (max-width: 1600px) {}
@media (max-width: 1440px) {
	div#sec-6innew .vc_col-sm-4 .vc_column-inner {
    padding: 30px;
   
}
}
@media (max-width: 1366px) {
	div#sec-3in h3 {
    min-height: 71px;
}
	div#sec-4 h1 {
    margin-top: 6%;
}
	div#sec-5 .hover-wrap:before {
    width: 434px;
    height: 551px;
}
	div#sec-3mainaboutinr1 .clm1 .vc_column-inner {
    padding: 34px;
}
	div#sec-1mainservicespg .vc_col-sm-4 .vc_wp_custommenu.wpb_content_element ul#menu-our-services li {
  
    font-size: 13px;
  	line-height: 23px;
}
	div#sec-3in p.ptxt {
    min-height: 120px;
}
	div#sec-2in1 h2 {
    font-size: 23px;
    line-height: 33px;
}
	div#sec-2in11 h2 {
    font-size: 18px;
    line-height: 28px;
}
	div#sec-2in1 .clm {
    padding: 75px 30px 30px 20px !important;
   
   
}
	
	    div#sec-5 img {
        margin-top: 130px !important;
    }
}
@media (max-width: 1340px) {
	div#sec-5 img {
        margin-top: 150px !important;
    }
}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {
	div#sec-2in1 .clm {
    padding: 75px 35px 30px 35px !important;
}
	div#sec-3in .wpb_text_column.wpb_content_element {
    padding: 20px 30px 20px 30px !important;
}
	div#sec-5 .hover-wrap:after {
    width: 267px;
    height: 204px;
    margin: 29% 0% 0% 16% !important;
}
	    div#sec-5 .hover-wrap:before {
        width: 394px;
        height: 541px;
        margin-top: 40px;
    }
	div#sec-6in {
    padding: 35px;
}
	div#sec-3mainaboutinr1 .clm1 .vc_column-inner {
        padding: 30px;
    }
	div#sec-1mainservicespg .vc_col-sm-4 .vc_wp_custommenu.wpb_content_element ul#menu-our-services li {
   
    padding: 15px 10px 15px 20px;
    
}
	div#sec-8 h3.title {
    min-height: 70px;
}
	    div#sec-6in {
        padding: 20px;
    }
	div#sec-2in11 h2 {
    font-size: 16px;
    line-height: 28px;
}
	div#sec-6innew .iwithtext .iwt-text p {
    font-size: 13px;
}
div#necterslider p {
    text-wrap: unset;
    width: 38%;
    display: table;
    margin: 0 auto;
    font-size: 14px !important;
    line-height: 20px !important;
}
.swiper-slide .content .buttons {
    padding-top: 9px;
}
}
@media (max-width: 1024px) {
	p {
    font-size: 14px;
}
	div#sec-2in .nectar-milestone {
    width: 100%;
}
	div#sec-2in .subject {
    font-size: 25px;
    margin-left: 13px;
}
	div#sec-2in .number.default {
    width: 30%;
}
	a#btn {
    padding: 12px 30px !important;
    font-size: 15px;
}
	    div#sec-3in .wpb_text_column.wpb_content_element {
        padding: 20px 20px 20px 20px !important;
    }
	div#sec-3in p.ptxt {
    min-height: 120px;
}
	    div#sec-5 .hover-wrap:before {
        width: 344px;
        height: 541px;
        margin-top: 40px;
        margin-left: -60px;
    }
	    div#sec-5 .hover-wrap:after {
        width: 177px;
        height: 124px;
        margin: 47% 0% 0% 0% !important;
    }
	    div#sec-6in {
        padding: 20px;
    }
	div#custom_html-2 .socliy i {
    height: 40px;
    width: 40px;
    line-height: 40px;
}
	div#nav_menu-2 {
    margin-left: 20px;
}
	    div#sec-3mainaboutinr1 .clm1 .vc_column-inner {
        padding: 20px;
    }
	div#sec-3mainaboutinr1 .clm1 .vc_column-inner {
        padding: 20px;
        height: 230px;
    }
	div#sec-6innew .vc_col-sm-4 .vc_column-inner p {
    font-size: 14px;
    line-height: 20px;
}

    div#sec-6innew .vc_col-sm-4 .vc_column-inner {
        padding: 20px;
    }
	div#sec-6innew .iwithtext {
    margin-bottom: 20px;
}
	div#sec-6innew {
    margin: 0px 100px;
}
	div#contact-secmaininr1 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 160px;
   
}
	div#sec-1mainservicespg .vc_col-sm-4 .vc_wp_custommenu.wpb_content_element ul#menu-our-services li {
        font-size: 9px;
        line-height: 19px;
    }
	div#sec-1mainservicespg .vc_col-sm-4 .vc_wp_custommenu.wpb_content_element ul#menu-our-services li {
        padding: 10px 10px 10px 10px;
    }
	div#sec-2in11 h2 {
    font-size: 18px;
    line-height: 25px;
}
	div#sec-2in11 .clm p {
    min-height: 90px;
}
	div#sec-1mainservicesinr1, div#sec-1mainservicesinr2 p {
    font-size: 14px;
    line-height: 20px;
}
	div#sec-1mainservicesinr1 {
    padding: 15px 10px 15px 30px;
}
	.sin2 {
    padding: 15px 20px 15px 10px !important;
}
	div#sec-3in p.ptxt {
        min-height: 140px;
    }
	    div#sec-2in1 h2 {
        font-size: 20px;
        line-height: 30px;
        min-height: 60px;
    }
	div#sec-3mainabout h3 {
    min-height: 50px;
}
	    div#sec-3mainaboutinr1 .clm1 .vc_column-inner {
        padding: 20px;
        height: 270px;
        padding: 40px 40px 40px 30px;
    }
	    div#sec-2in11 .clm p {
        min-height: 90px;
        line-height: 17px;
    }
	div#sec-2in11 h2 {
    font-size: 16px;
    line-height: 28px;
    min-height: 60px;
}
	div#sec-2in11 .clm p {
        min-height: 120px;
        line-height: 17px;
    }
	div#sec-6innew .vc_col-sm-4 .vc_column-inner {
        padding: 5px;
    }
	div#sec-6innew h3 {
    margin: 0px;
    font-size: 13px;
}
	div#sec-6innew .vc_col-sm-4 .vc_column-inner p {
        font-size: 12px;
        line-height: 18px;
    }
	div#sec-6innew .iwithtext .iwt-text p {
    min-height: 40px;
}
	div#sec-6innew .wpb_text_column.wpb_content_element p {
    min-height: 161px;
}
	
	div#sec-2in1 p {
    font-size: 14px;
    line-height: 20px;
}
	div#sec-2in1 .clm {
        padding: 75px 15px 30px 15px !important;
    }
	div#sec-5 img {
   
    margin-top: 140px !important;
}
	div#sec-5 img {
        margin-top: 50px !important;
    }
    div#footer-widgets {
    font-size: 14px;
    line-height: 20px;
}
div#sec-6in {
    padding: 10px;
}
div#sec-6in p {
    font-size: 14px;
    line-height: 20px;
}
div#sec-6in p {
    font-size: 14px;
    line-height: 20px;
}
div#sec-6in h3 {
    margin: 0px;
    font-size: 15px;
}
div#sec-6in .iwithtext .iwt-text p {
    font-size: 12px;
}
div#sec-6in .tt1 p {
    min-height: 170px;
}
	div#sec-2in .number.default {
    width: 31%;
  }
	div#sec-2in p {
  text-align: justify;
  line-height: 20px;
}
	div#sec-7 textarea.wpcf7-form-control.wpcf7-textarea.num.fm-mess {
    height: 200px;
}
}
@media (max-width: 912px) {
	body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
    background-color: #128290 !important;
}
	div#header-outer {
    padding: 0px;
}
	header#top {
    padding: 10px;
}
	    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 60px !important;
    }
	div#necterslider span.ntxt {
    font-size: 14px;
}
	div#sec-2in img {
    width: 80%;
    margin: 0 auto;
}
	    div#sec-2in .nectar-milestone {
        width: 80%;
    }
	div#sec-2in .hover-wrap:before {
    margin: 30px 0px 0px 0px !important;
}
	div#sec-2in {
    text-align: center;
    margin: 0px 120px;
}
	div#sec-2in p {
    text-align: center;
}
	div#sec-2in1 .vc_col-sm-4 {
    width: 33.3%;
}
	    div#sec-2in1 .clm {
        padding: 75px 25px 30px 25px !important;
    }
	div#sec-3in {
    margin: 10px 140px;
    text-align: center;
}
	    div#sec-3in h3 {
        min-height: auto;
    }
	    div#sec-3in p.ptxt {
        min-height: auto;
    }
	    div#sec-5 img {
        float: unset;
        margin: 0 auto;
        display: table;
        width: 60%;
    }
	div#sec-5 {
    text-align: center;
}
	        div#sec-5 .hover-wrap:before {
        width: 344px;
        height: 481px;
        margin-top: 40px;
        margin-left: -30px;
        left: 0;
    }
	        div#sec-5 .hover-wrap:after {
        width: 177px;
        height: 124px;
        margin: 32% 0% 0% 15% !important;
        left: 0;
    }
	div#sec-5 .vc_col-sm-6 {
    margin: 10px 110px;
}
	    div#sec-6in {
        margin: 0px 30px;
    }
	div#sec-7 {
    text-align: center;
}
	div#sec-7 .form .col {
    margin-bottom: 0px;
}
	div#sec-7 input#btn {
    margin: 0 auto;
    display: table;
    margin-bottom: -30px;
}
	div#sec-7 .vc_col-sm-6 {
    margin: 10px 110px;
}
/* 	div#sec-8 {
    margin: 0px 190px;
} */
	div#sec-8 a#btn {
    margin-bottom: -40px;
}
	    div#nav_menu-2 {
        margin-left: 0px;
    }
	    div#sec-3mainaboutinr1 .clm1 .vc_column-inner {
        padding: 20px;
        height: auto;
    }
	div#sec-3mainaboutinr1 {
    text-align: center;
}
	div#sec-4mainabout {
    text-align: center;
}
div#sec-4mainabout .im1 {
    width: 60%;
}
	div#sec-2maininr1 {
    text-align: center;
}
	div#contact-secmaininr1 .col.span_6, div#contact-secmaininr1 .col.span_12 {
    margin: 0;
}
	div#contact-secmain {
    text-align: center;
}
	div#contact-secmaininr1 img {
    margin: 0 auto;
}
div#contact-secmaininr1 .iwithtext {
    text-align: left;
    margin: 0 auto;
    display: table;
    width: 40%;
    margin-bottom: 30px;
}
	    div#contact-secmaininr1 .iwithtext {
        
        width: 50%;
       
    }
	div#sec-2maininr1 {
    padding-top: 30px;
}
	div#sidebar-infosec {
    margin: 0px 220px;
}
	    div#sec-1mainservicespg .vc_col-sm-4 .vc_wp_custommenu.wpb_content_element ul#menu-our-services li {
        font-size: 14px;
        line-height: 24px;
    }
	div#sec-1mainservicespginr1 .im1 {
    width: 60%;
    margin: 0 auto;
}
	   
	    div#sec-2in11 .clm p {
        min-height: auto;
    }
	div#sec-1mainservicespg .t2 {
    text-align: center;
}
	.sin1 .row-bg::before {
    
    width: 100%;
    height: 100%;
    
}
	div#sec-1mainservicesinr1 {
        padding: 15px 30px 15px 30px;
    }
	.sin1 {
        padding: 15px 30px 15px 30px !important;
    }
	.sin2 .row-bg::before {
 
    width: 100%;
    height: 100%;
   
}
	    div#sec-8 h3.title {
        min-height: auto;
    }
	div#sec-6in p.frspc {
    min-height: auto;
}
	div#sec-2in1 h2 {
        font-size: 17px;
        line-height: 27px;
        min-height: auto;
    }
	div#sec-2in1 p {
    min-height: 100px;
}
	div#sec-8 a#btn {
        margin-bottom: 0px;
    }
	div#sec-3mainabout h3 {
    min-height: auto;
}
	div#sec-2in11 h2 {
        
        min-height: auto;
    }
	    div#sec-6innew .wpb_text_column.wpb_content_element p {
        min-height: auto;
    }
	div#sec-6innew .iwithtext .iwt-text p {
        min-height: auto;
    }
	div#sec-6innew h3 {
        margin: 0px;
        font-size: 19px;
        line-height: 30px;
    }
	div#sec-6innew {
        margin: 0px 50px;
    }
	
	div#sec-2in1 .clm {
    
    margin-bottom: 40px;
}
div#sec-7 input#btn {
    float: left;
}
div#sec-5 img {
       
       width: 100%;
    }
        div#sec-5 img {
        margin-top: 0px !important;
    }
    div#sec-5 {
    padding: 50px 0px 50px 0px !important;
   
}
    
	div#sec-3in {
        margin: 10px 10px;
        text-align: center;
    }
	
	div#sec-3mainaboutinr1 {
    margin: 20px 120px;
}
	div#sec-8 .post {
    margin: 10px 90px !important;
}
	div#sec-1mainservicespg {
    padding: 40px 0px !important;
}
	div#sec-2 {
    padding: 30px 0px !important;
}

}
@media (max-width: 800px) {
	    div#sec-2in1 .clm {
        padding: 75px 15px 30px 15px !important;
    }
	        div#sec-5 .hover-wrap:before {
        width: 304px;
        height: 391px;
        margin-left: -90px;
    }
	    div#sec-5 .hover-wrap:after {
        margin: 40% 0% 0% 8% !important;
    }
	div#sec-6in {
        margin: 0px 20px;
    }
	
	    div#sec-4 h1 {
        margin-top: 4%;
    }
	    div#sec-2in1 h2 {
        min-height: auto;
    }
	
	    div#sec-3in {
        margin: 10px 10px;
        text-align: center;
    }
	
	div#necterslider p {
        
        width: 55%;
      
    }
	
	div#sec-6in .tt1 p {
        min-height: auto;
    }
	
}
@media (max-width: 768px) {
	div#sec-2in1 .clm {
        padding: 75px 10px 30px 10px !important;
    }
	div#sec-5 .hover-wrap:before {
        width: 284px;
        height: 369px;
        margin-left: -60px;
    }
	div#contact-secmaininr1 .iwithtext {
        
        width: 80%;
       
    }
	div#sec-2in11 .hover-wrap:before {
   
    width: 60px !important;
    height: 60px !important;
  
}
	div#sec-2in11 .vc_col-sm-4 img {
    width: 6%;
}
	    div#sidebar-infosec {
        margin: 0px 170px;
    }
	div#sec-6in {
        margin: 0px 10px;
    }
	    div#sec-6in p.frspc {
        min-height: 170px !important;
    }
	div#sec-2in1 p {
       
        font-size: 14px;
        line-height: 20px;
    }
	div#sec-2in1 h2 {
       
        min-height: 60px;
    }
	div#sec-2in {
        text-align: center;
        margin: 0px 50px;
    }
        div#sec-3in .wpb_text_column.wpb_content_element {
        padding: 20px 10px 20px 10px !important;
    }
    div#sec-3in p {
    font-size: 13px;
    line-height: 19px;
}
div#sec-3in h3 {
        min-height: auto;
        font-size: 14px;
    }
    div#sec-3in h3:before {
  
   
 
    bottom: 0;
    transition: .6s;
    margin: 0 auto;
    display: table;
    left: 0;
    right: 0;
}
	div#sec-8 .post {
        margin: 10px 20px !important;
    }
	
	    div#necterslider p {
        text-wrap: unset;
        width: 58%;
       
    }

}
@media (max-width: 480px) {
	    header#top {
        padding: 7px 0px;
    }
	    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 50px !important;
    }
	div#necterslider p {
    DISPLAY: NONE;
}
	        div#necterslider span.ntxt {
        font-size: 10px;
        padding: 0px 40px;
    }
	div#necterslider span.ntxt:before {
    width: 30px;
    height: 1px;
    margin-top: 6px;
}
    div#sec-2in img {
        width: 100%;
    }
	    div#sec-2in .nectar-milestone {
        width: 100%;
    }
	div#sec-2in {
        text-align: center;
        margin: 0px 30px;
    }
	div#necterslider span.ntxt:after {
    width: 30px;
    height: 1px;
    margin-top: 6px;
}
	div#necterslider h2.ns-heading-el {
    font-size: 25px !important;
    line-height: 30px !important;
}
	div#necterslider a.primary-color {
    padding: 10px 20px !important;
    font-size: 13px !important;
}
	    body .swiper-slide .content .buttons {
        padding-top: 0px;
    }
	div#sec-2in h1 br {
    display: none;
}
	    div#sec-2in1 .vc_col-sm-4 {
        width: 100%;
        margin: 30px 30px !important;
    }
	        div#sec-3in {
        margin: 10px 0px 30px 0px !important;
    }
	    div#sec-4 h1 {
        margin-top: 7%;
    }
	a.play_button_2.large.nectar_video_lightbox {
        width: 40px;
        height: 40px;
        margin-top: -10px;
        margin-left: -20px;
    }
	div#sec-5 {
    padding: 20px 0px 0px 0px !important;
}
	    div#sec-5 .vc_col-sm-6 {
        margin: 10px 10px;
    }
	div#sec-5 img {
        width: 70%;
    }
	    div#sec-5 .hover-wrap:before {
        width: 264px;
        margin-left: -30px;
        height: 380px;
    }
	    div#sec-7 .vc_col-sm-6 {
        margin: 10px 10px;
    }
	   div#sec-8 {
        margin: 0px 10px;
    }
	div#sec-4mainabout .im1 {
    width: 100%;
}
	div#sec-6innew {
    margin: 0px 50px;
}
	     div#contact-secmaininr1 .iwithtext {
        width: 80%;
    }
	div#sidebar-infosec {
        margin: 0px 0px;
    }
	div#sec-1mainservicespginr1 .im1 {
        width: 100%;
       
    }
	div#sec-2in11 .vc_col-sm-4 img {
        width: 10%;
    }
	div#sec-6in p.frspc {
        min-height: auto;
    }
	div#sec-6 .owl-stage {
    padding-bottom: 5px;
}
	div#sec-2in1 h2 {
        min-height: auto;
    }
	div#sec-2in1 p {
        min-height: auto;
    }
	div#sec-2in {
        text-align: center;
        margin: 0px 0px;
    }
	div#sec-6innew {
        margin: 0px 0px;
    }
	.nectar-video-box img.attachment-full.size-full {
    height: 141px;
    object-fit: cover;
}
	
	div#sec-3in {
        margin: 10px 20px 30px 20px !important;
    }
	div#sec-8 .post {
        margin: 10px 0px !important;
    }
	div#sec-3mainaboutinr1 {
        margin: 20px 0px;
    }
	div#sec-3mainabout {
    padding: 40px 0px !important;
}
}
@media (max-width: 428px) {
	    div#sec-2in {
        margin: 0px 0px;
    }
	div#sec-2in .hover-wrap:before {
    width: 80px;
    height: 62px;
    margin: 30px 0px 0px -30px !important;
}
	    div#sec-5 .hover-wrap:before {
        width: 244px;
        margin-left: -30px;
        height: 330px;
    }
	    div#sec-5 .hover-wrap:after {
        margin: 40% 0% 0% 12% !important;
        width: 107px;
        height: 94px;
    }
	div#sec-6innew {
    margin: 0px 0px;
}
	    div#contact-secmaininr1 .iwithtext {
        width: 90%;
    }
	div#sec-6 h1 br {
    display: none;
}
}
@media (max-width: 414px) {
	    div#necterslider h2.ns-heading-el {
        font-size: 20px !important;
        line-height: 25px !important;
    }
	div#sec-7 p br {
    display: none;
}
	   div#sec-5 .hover-wrap:before {
        width: 244px;
        margin-left: -30px;
        height: 318px;
    }
	 div#contact-secmaininr1 .iwithtext {
        width: 100%;
    }
	div#sec-2in11 .clm {
    padding: 60px 10px 20px 10px !important;
    
}
}
@media (max-width: 390px) {
	    div#sec-2in .number.default {
        width: 35%;
    }
	    div#sec-2in .subject {
        font-size: 20px;
    }
	    div#sec-5 .hover-wrap:before {
        width: 224px;
        margin-left: -30px;
        height: 298px;
    }
	div#copyright p {
    font-size: 11px;
}
	div#sec-1mainservicespg .vc_col-sm-4 .vc_wp_custommenu.wpb_content_element ul#menu-our-services li {
        font-size: 12px;
        line-height: 22px;
    }
}
@media (max-width: 375px) {
	div#sec-5 .hover-wrap:before {
        margin-top: 25px;
    }
}
@media (max-width: 360px) {
	    div#sec-5 .hover-wrap:before {
        margin-top: 21px;
        height: 288px;
		width: 214px;
    }
	div#sec-1mainservicespg .vc_col-sm-4 .vc_wp_custommenu.wpb_content_element ul#menu-our-services li {
        font-size: 11px;
        line-height: 21px;
    }
}
