/*
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
*/

div#header-secondary-outer span.menu-title-text {
    text-transform: math-auto;
}
.page-id-14 div#sec3 .carousel-item .text3 p {
    padding-bottom: 0;
}

body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background-color: #DA242B;
}

.fa.fa-linkedin:before {
    content: "\e605" !important;
}
div#header-secondary-outer ul#social i {
    top: 0;
    color: white !important;
}
div#header-secondary-outer ul#social li {
    background-color: #1773EA;
    transition: 0.9s;
    margin: 0px !important;
    padding-inline: 0px !important;
    margin-right: 0px !important;
    height: 50px;
    display: flex;
    align-items: center;
}

div#header-secondary-outer ul#social li:hover {
    background-color: #1773ea61;
}
 #header-secondary-outer #social li a {
    margin-inline: 9px !important;
}

div#header-secondary-outer ul#social {
    float: right;
    margin-right: 18%;
    padding-block: 0;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows {
    float: left;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows a {
    font-size: 15px;
    line-height: 26px;
    font-weight: 100;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows li:first-child:before {
    content: '';
    position: absolute;
    border: 1px solid #ffffffad;
    height: 18px;
    right: 0;
    top: 2px;
    animation: 2s scale linear alternate infinite;
    transform-origin: top;
}
@keyframes scale{
    0%{
        transform:scale(0.8)
    }
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows  .s1 {
    position: absolute;
    right: 0;
    margin-top: 3px;
}
header#top .col.span_9.col_last:before {
    content: '';
    position: absolute;
    background-color: white;
    width: 76%;
    height: 100%;
    right: 0 !important;
    bottom: 0;
    border-radius: 10px 10px 0px 0px !important;
}
header#top a span {
    color: #333333 !important;
}
#header-outer #top nav ul #search-btn a span {
    color: #4A4D73 !important;
    background-color: #cccc;
    padding: 10px;
    border-radius: 100%;
}
#header-outer #top nav 
 li#search-btn {
    position: relative;
    right: 114%;
    margin-right: 0px !important;
}
#top .b1 a span {background-color: #DA242B;color: white !important;padding: 16px 22px !important;border-radius: 10px;}
#top ul.sf-menu.sf-js-enabled.sf-arrows .current-menu-item span {
    color: #D9232B !important;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows .current-menu-item span:before {
    content: '';
    position: absolute;
    border: 2px solid #D9232B;
    width: 100%;
    left: 0;
    bottom: 0;
	animation: 2s scale linear alternate infinite;
    transform-origin: left;
}
div#sec1 .content h2 strong {
    color: #D9232B;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400 !important;
    letter-spacing: 1px;
    font-family: 'Inter';
}
div#sec1 .content h2 em {
    color: #D9232B;
    font-style: normal;
}
#sec1 a.primary-color:hover {
    border-radius: 0px !important;
    background-color: #DA242B !important;
}
#sec1 a.primary-color {
    background-color: #062462 !important;
    padding-block: 21px  !important;
    padding-inline: 27px  30px !important;
    border-radius: 5px 40px 
5px 5px !important;
    position: relative;
    transition: 0.9s;
}
#sec1 a.primary-color:before {
    content: '';
    position: absolute;
    background-image: url(https://generalhandyproservices.com/wp-content/uploads/2024/10/BackgroundBorder.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    right: -13px;
    top: 24%;
}
#sec1 .row-bg-wrap:before {
    content: '';
    position: absolute;
    background-image:url(https://generalhandyproservices.com/wp-content/uploads/2024/10/Group-12-3.png);
    z-index: 999;
    background-repeat: no-repeat;
    pointer-events: none !important;
    background-size: cover;
    width: 500px;
    height: 500px;
    top: 13%;
    left: 8%;
    animation: 2s scale1 linear alternate infinite;
}
@keyframes scale1{
    0%{
        transform:scale(0.9)
    }
}
div#sec2 {
    padding-block: 71px !important;
}
div#sec2 .c1 .img1 {
    float: right;
    margin-bottom: -350px;
}
div#sec2 .c1:before {
    content: '';
    position: absolute;
    border: 6px solid #DA242B;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    right: 52%;
    top: 6%;
    animation: 2s scale1 linear alternate infinite;
}
div#sec2 .c2 .iwithtext {
    transition: 0.9s;
}
div#sec2 .c2 .iwithtext:hover .iwt-icon img {
    transform: rotatey(360deg);
}
div#sec2 .c1 div#in1 .icon {
    animation: 2s scale1 linear alternate infinite;
}
div#sec2 .c1 div#in1 {
    background-color: #DA242B;
    color: white;
    border-radius: 11px;
    width: 49%;
    padding: 15px 30px !important;
    float: right;
    margin-top: -24%;
}
div#sec2 .c1 div#in1 .nectar-milestone .subject {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 24px;
}
div#sec2 .c1 {
    padding-right: 20px;
}
div#sec2 .c2  .iwithtext {
    padding-bottom: 13px;
}
div#sec2 .c2 .iwithtext .iwt-icon img {
    width: 100%;
    transition: 0.9s;
}
div#sec2 .c2 .iwithtext  .iwt-text {
    padding-left: 110px;
}
div#sec2 .c2 .iwithtext .iwt-text h2 {
    margin-bottom: 2px;
}
#sec2 .nectar-fancy-ul {
    column-count: 2;
}
.nectar-fancy-ul li {
    margin-bottom: 18px;
}
.nectar-fancy-ul li i {
    background-color: #DA242B !important;
    color: white !important;
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    border-radius: 30px !important;
}
a#b1:hover {
    background-color: #DA242B !important;
    border-radius: 0px !important;
}
a#b1 {
    background-color: #062462 !important;
    padding-block: 14px !important;
    padding-inline: 
40px 50px !important;
    border-radius: 5px 40px 5px 5px !important;
    position: relative;
    font-family: 'Inter';
    font-size: 15px;
    line-height: 25px;
    transition: 0.9s;
}
a#b1:before {
      content: '';
      position: absolute;
      background-image: url(https://generalhandyproservices.com/wp-content/uploads/2024/10/BackgroundBorder.png);
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-size: cover;
      right: -14px;
}
#sec2 .c2 .text1 h1 {
    padding-block: 12px;
}
div#sec3 {
    padding-top: 130px  !important;
}
div#sec3 .carousel-item {
    margin-inline: 15px;
    position: relative;
}
div#sec3 .carousel-item .hover-wrap {
    margin-bottom: 0;
}
div#sec3 .carousel-item .icon {
    margin-top: -80px;
    padding-left: 20px;
}
div#sec3 .carousel-item .text3 p br {
    display: none;
}
div#sec3 .carousel-item .text3 {
    background-color: white;
    padding-inline: 40px;
    padding-block: 40px;
    width: 97%;
    margin-top: -1px;
    box-shadow: 0px 0px 4px 0px #ccc;
    border-radius: 0px 0px 10px 10px !important;
}

div#sec3 .carousel-item .text3 h6 {
    margin-top: -81px;
}
div#sec3 .carousel-item .text3 h5 a {
    background-color: #062462 !important;
    padding-block: 14px !important;
    padding-inline: 24px 40px !important;
    border-radius: 5px 40px 5px 5px !important;
    position: relative;
    font-family: 'Inter';
    font-size: 15px;
    line-height: 25px;
    opacity: 1 !important;
}
div#sec3 .carousel-item .text3 h5 a:before {
    content: '';
    position: absolute;
    background-image: url(https://generalhandyproservices.com/wp-content/uploads/2024/10/BackgroundBorder.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    right: -10px;
    top: 20%;
}
div#sec3 .carousel-item .text3 p {
    padding-bottom: 30px;
}
div#sec3 .carousel-item .text3 h6 img {
    width: 22%;
}
div#sec3 .carousel-item .text3:before {
    content: '';
    position: absolute;
    border: 7px solid #DA242B;
    height: 94%;
    right: 0;
    top: 0;
    z-index: -1;
    animation: 2s scale linear alternate infinite;
    transform-origin: top;
}
#sec3 button.owl-prev:before {
    content: "\f060";
    font-family: 'FontAwesome';
    font-size: 20px;
    box-shadow: unset !important;
    background: #203B72;
    padding: 12px 14px;
    border-radius: 30px;
    color: white;
    filter: drop-shadow(2px 4px 6px #ccc);
}
#sec3 button.owl-prev:hover:before {
    color: #203B72;
    background: white !important;
}
#sec3  button.owl-prev {
    background: transparent;
    position: unset !important;
    font-size: 0;
    border: 0;
}
#sec3  button.owl-next:before {
    content: "\f061";
    font-size: 20px;
    font-family: 'FontAwesome';
    box-shadow: unset !important;
    background: #203B72;
    padding: 12px 14px;
    border-radius: 30px;
    color: white;
    filter: drop-shadow(2px 4px 6px #ccc);
}
#sec3 button.owl-next:hover:before {
    color: #203B72;
    background: white !important;
}
#sec3  button.owl-next {
    background: transparent;
    position: unset !important;
    font-size: 0;
    border: 0;
}
#sec3 .owl-carousel .owl-nav.disabled {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -90px;
}
#sec3 .row-bg.viewport-desktop.using-image {
    background-size: 100% 70%;
}
#sec3 .text1 {
    margin-bottom: 20px;
}
div#sec4 {
    padding-block: 30px 70px !important;
}
#sec5  button.owl-prev:before {
    content: "\f060";
    font-family: 'FontAwesome';
    font-size: 20px;
    box-shadow: unset !important;
    background: #203B72;
    padding: 12px 14px;
    border-radius: 30px;
    color: white;
}
#sec5  button.owl-prev:hover:before {
    color: #203B72;
    background: white !important;
}
#sec5   button.owl-prev {
    background: transparent;
    position: unset !important;
    font-size: 0;
    border: 0;
}
#sec5   button.owl-next:before {
    content: "\f061";
    font-size: 20px;
    font-family: 'FontAwesome';
    box-shadow: unset !important;
    background: #203B72;
    padding: 12px 14px;
    border-radius: 30px;
    color: white;
}
#sec5  button.owl-next:hover:before {
    color: #203B72;
    background: white !important;
}
#sec5   button.owl-next {
    background: transparent;
    position: unset !important;
    font-size: 0;
    border: 0;
}
#sec5  .owl-carousel .owl-nav.disabled {
    display: block !important;
    position: absolute;
    bottom: 0;
    left: -53%;
    margin-bottom: 37px;
}
div#sec5 {
    padding-block: 70px 170px !important;
}
#sec5 .c2  .carousel-item {
    margin-right: 20px;
    position: relative;
}
#sec5 .c2 .carousel-item .hover-wrap {
    margin-bottom: 0;
}
#sec5 .c2 .carousel-item 
 .text2 {
    background-color: #1E3970;
    padding: 15px 0px;
}
div#sec6 {
    padding-bottom: 100px !important;
    margin-top: -6%;
}
div#sec6 .c1 .vc_column-inner {
    background-image: url(https://generalhandyproservices.com/wp-content/uploads/2024/10/Background-15.png);
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    background-position: 100% 100% !important;
    color: white;
}
div#sec6 .c1 .carousel-item h6 {
    background-color: white;
    width: 80px;
    height: 80px;
    display: grid;
    align-items: center;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 30px;
}
div#sec6 .c1 .carousel-item .text4 p {
    width: 59%;
    margin: 0 auto;
}
div#sec6 .c1 .carousel-item .iwithtext .iwt-icon {
    position: relative;
    margin: 0 auto;
    display: table;
    margin-top: 40px;
}
div#sec6 .c1 .owl-stage-outer {
    height: 470px;
}
div#sec6 .c1 .carousel-item .iwithtext .iwt-icon img {
    width: auto;
}
div#sec6 .c1 .carousel-item .iwithtext .iwt-text {
    padding-left: 0;
}
div#sec6 .c1 .carousel-item .iwithtext .iwt-text h3 {
    color: white;
    text-transform: math-auto;
}
div#sec6 .c1  button.owl-dot span {
    background-color: #ffffff9e;
    width: 15px;
    height: 15px;
}
div#sec6 .c1 button.owl-dot.active span {
    transform: unset;
    background-color: white !important;
}
div#sec6 .c2 .vc_column-inner {
    background-color: white;
    filter: drop-shadow(2px 4px 6px #ccc);
    padding: 50px 30px !important;
    border-radius: 20px;
}
div#sec6 .c2 input,div#sec6 .c2 select {
    background-color: #F6F6F6;
    margin-bottom: 18px;
    color: #062461;
}
div#sec6 .c2 input::placeholder {
    color: #062461;
}
#sec6 .c2  textarea {
    background-color: #F6F6F6;
    margin-bottom: 18px;
    color: #062461;
    height: 150px;
    resize: unset;
}
#sec6 .c2 textarea::placeholder {
    color: #062461;
}
#sec6 .c2 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #D9232B;
    color: white;
    margin-bottom: 0;
}
div#sec6 .c1 .vc_column-inner:before {
    content: '';
    position: absolute;
    background-color: #8C0B10;
    width: 75px;
    height: 75px;
    left: -75px;
    top: 0px;
    clip-path: polygon(100% 0, 33% 100%, 100% 100%);
}
div#sec7 {
    padding-block: 60px !important;
}
div#sec7 .text1 {
    padding-bottom: 20px;
}
div#sec7 div#in1 .man .icon h6 img {width: 40%;margin: 0 auto;animation: 2s rotate linear alternate infinite;}
@keyframes rotate{
    0%{
        transform:rotate(10deg)
    }
       100%{
        transform:rotate(-10deg)
    }
}
div#sec7 div#in1 .man .icon {
    position: relative !important;
}
div#sec7 div#in1 .man .icon p {
    background-color: #DA242B;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 41%;
    right: 26%;
}
div#sec7 div#in1 .man .text5 p br {
    display: none;
}
div#sec7 div#in1 .man .text5 p {
    color: #ccc;
}
div#sec8 {
    padding-block: 80px !important;
}
div#sec8 .nectar-post-grid-wrap .nectar-post-grid-item .nectar-post-grid-item-bg {
    height: 290px;
}
div#sec8 .nectar-post-grid-wrap .content {
    background-color: #F6F6F6;
    padding-inline: 20px;
}
a.categories.style-underline {
    display: none;
}
div#sec8 .nectar-post-grid-wrap .content h3.post-heading a {
    text-transform: capitalize;
}
div#sec8 .nectar-post-grid-wrap .content h3.post-heading a span {
    color: #062461 !important;
}
div#sec8 .nectar-post-grid-wrap .content span.link_text.hover {color: #141840 !important;}
div#footer div#global {
    padding-bottom: 80px !important;
}
div#footer div#global .cc1 {
    background-image: url(https://generalhandyproservices.com/wp-content/uploads/2024/10/Background-16.png);
    background-size: 100% 100% !important;
}
div#footer div#global .cc2 {
    background-color: #ffffff61;
}
div#footer div#global .cc2 .top {
    margin-bottom: 0;
    position: absolute;
    top: 41%;
    left: 0;
    padding-left: 40px;
}
div#footer div#global .cc2 div#newsletterwidgetminimal-2 {
    position: relative;
    width: 60%;
    float: right;
}
div#footer div#global .cc2 div#newsletterwidgetminimal-2 input.tnp-email {
    background-color: white;
    color: #062461;
    border-radius: 10px 0px 0px 10px !important;
    padding-block: 12px;
}
div#footer div#global .cc2 div#newsletterwidgetminimal-2 input.tnp-email::placeholder {
    color: #062461;
}
div#footer div#global .cc2 div#newsletterwidgetminimal-2 form.tnp-form {
    display: flex;
}
div#footer div#global .cc2 div#newsletterwidgetminimal-2 input.tnp-submit {
    width: 160px;
    border-radius: 0px 10px 10px 0px !important;
}
div#footer div#global .cc1 .iwithtext .iwt-icon img {
    width: 80%;
}
div#footer div#global .cc1 .iwithtext .iwt-text {
    padding-left: 70px;
}
div#footer div#global .vc_column-inner {
    padding-block: 27px;
    padding-inline: 20px;
}
div#footer .iconnn ul {
    margin-left: 0;
}
div#footer p ,div#footer a {
    opacity: 66%;
}
#footer .c2  .text1 {
    margin-bottom: 10px;
}
div#footer .iconnn ul li {
    display: inline-block;
    margin-right: 10px;
}
div#footer .iconnn ul li i {
    top: 0;
    font-size: 17px;
    color: white;
}
div#footer .text4 {
    margin-bottom: 20px;
}
#footer .man  li::marker {color: #DA242B;}
#footer .c5 .Working {margin-bottom: 0;position: relative;border-bottom: 1px solid #ffffff99;}
#footer .c5 .Working em {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: right !important;
    right: 0;
    font-style: normal;
}
#footer .c5 .Working ul {
    margin-block: 13px;
    margin-left: 11px;
}
#footer .c5 .Working:last-child {
    border-bottom: 0;
}
#footer div#coppy-rigth {
    margin-top: 70px;
    padding-block: 20px;
}
#footer div#coppy-rigth .right p {
    text-align: right;
}
#footer div#coppy-rigth .right p a {
    color: white;
    background-image: url(https://generalhandyproservices.com/wp-content/uploads/2024/10/Background-17.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 19px;
}
div#footer div#global:before {
    content: '';
    position: absolute;
    background-image: url(https://generalhandyproservices.com/wp-content/uploads/2024/10/footer-shp2.png.png);
    width: 82px;
    height: 100px;
    background-size: cover;
    left: -140px;
    bottom: 0;
    animation: 2s scale1 linear alternate infinite;
}
#footer div#coppy-rigth:before {
    content: '';
    position: absolute;
    width: 210px;
    height: 240px;
    background-size: cover;
    right: -27%;
    top: -239px;
    background-image: url(https://generalhandyproservices.com/wp-content/uploads/2024/10/footer-shp.png-1.png);
    animation: 2s move3 linear alternate infinite;
}
@keyframes move3{
    0%{
        transform:translateX(10px)
    }
}
#footer div#coppy-rigth:after {
    content: '';
    position: absolute;
    border: 1px solid #ffffff4d;
    width: 200%;
    left: -30%;
    top: 0;
}
div#footer .footer-logo {
    width: 65%;
}
.wpcf7-response-output {
    border: unset !important;
    color: red;
}

div#privacypolicysec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#whychoose strong {
    color: #000;
}

div#whychoose li {
    margin-top: 20px;
}

div#author-bio {
    display: none;
}
a.categories {
    display: none !important;
}

div#sec6 .iwithtext p {
    display: none;
}

div#sec3 .carousel-item .text3 p {
    min-height: 105px !important;
}

#sec6 .c2 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 20px;
}
/* --------------------------------------------- */
@media (max-width: 1600px) {
    div#sec8 .nectar-post-grid-wrap .nectar-post-grid-item .nectar-post-grid-item-bg {
    height: 290px;
}
    #sec1 .row-bg-wrap:before {
    width: 450px;
    height: 450px;
    top: 13%;
    left: 1%;
}
#footer div#coppy-rigth:before {
    right: -17%;
    top: -208px;
    width: 190px;
    height: 210px;
}
}
/* --------------------------------------------- */
@media (max-width: 1440px) {
    #sec1 .row-bg-wrap:before {
    top: 9%;
}
div#footer div#global:before {
    left: -80px;
    bottom: 0;
    width: 67px;
    height: 80px;
}
#footer div#coppy-rigth:before {
    right: -10%;
    top: -128px;
    width: 110px;
    height: 130px;
    z-index: -1;
}
	
	div#sec3 .carousel-item .text3 p {
    padding-bottom: 30px;
    font-size: 13px;
}
}
/* --------------------------------------------- */
@media (max-width: 1366px) {
	div#sec3 {
    padding-top: 110px !important;
}
#sec5 .owl-carousel .owl-nav.disabled {
    margin-bottom: 27px;
}
#sec3 .text1 {
    margin-bottom: 0px;
}
    div#sec6 {
    margin-top: -76px;
}
div#sec5 {
    padding-block: 70px 140px !important;
}
}
@media (max-width: 1340px) {}
/* --------------------------------------------- */
@media (max-width: 1336px) {}
/* --------------------------------------------- */
@media (max-width: 1320px) {}
/* --------------------------------------------- */
@media (max-width: 1280px) {
	div#sec3 .carousel-item .text3 {
    padding-inline: 20px;
}
	header#top .col.span_9.col_last:before {
    width: 74%;
}
    #footer .c5 .Working em {
    font-size: 12px;
}
    div#header-outer a {
    font-size: 12px !important;
    line-height: 24px !important;
}
#sec1 .buttons {
    padding-top: 10px;
}
#sec1 .row-bg-wrap:before {
    width: 390px;
    height: 390px;
    left: 1%;
    top: 9%;
}
div#sec2 .c1:before {
    right: 57%;
    top: 7%;
}
div#sec2 .c1 div#in1 .nectar-milestone .subject {
    font-size: 12px;
    line-height: 22px;
}
div#sec2 .c1 div#in1 {
    width: 49%;
    margin-top: -27%;
}
div#sec3 {
    padding-top: 60px !important;
}
div#sec6 {
    padding-bottom: 70px !important;
}
}
/* --------------------------------------------- */
@media (max-width: 1024px) {
	div#sec8 .nectar-post-grid-wrap .content {
    padding-inline: 11px;
    padding-block: 20px;
}

div#sec8 .nectar-post-grid-wrap .content h3.post-heading a {
    font-size: 15px;
    line-height: 25px;
}
	div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows li:last-child:before {
    display: none;
}
    div#sec6 .c1 .owl-stage-outer {
    height: 450px;
}
    header#top .col.span_9.col_last:before {
    display: none;
}
div#header-secondary-outer ul#social {
    display: none;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows .s1 {position: unset;}
#header-outer #top nav li#search-btn {
    position: unset;
}
#header-outer #top nav ul #search-btn a span {
    color: white !important;
    background-color: transparent;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows li:before {
    content: '';
    position: absolute;
    border: 1px solid #ffffffad;
    height: 18px;
    right: 0;
    top: 2px;
    animation: 2s scale linear alternate infinite;
    transform-origin: top;
}
#sec1 h2.ns-heading-el {
    font-size: 38px !important;
    line-height: 48px !important;
}
#sec1 a.primary-color {
    padding-block: 16px !important;
    padding-inline: 17px 22px !important;
    font-size: 14px !important;
    line-height: 24px !important;
}
#sec2 .c1 .img2 {
    width: 60%;
}
div#sec2 .c1 .img1 {
    width: 70%;
    margin-bottom: -210px;
}
div#sec2 .c1 div#in1 .number.default,div#sec2 .c1 div#in1 .symbol-wrap {
    font-size: 30px !important;
    line-height: 40px !important;
}
div#sec2 .c1 div#in1 {
    width: 59%;
    margin-top: -31%;
    padding: 10px 15px !important;
}
div#sec2 .c1 div#in1 .cc1  .icon {
    width: 80%;
}
p,a,li {
    font-size: 12px;
    line-height: 22px !important;
}
div#sec2 .c2 .iwithtext .iwt-text {
    padding-left: 100px;
}
div#sec2 {
    padding-block: 30px !important;
}
div#sec3 .carousel-item .text3 {
    padding-left: 20px;
    padding-block: 40px;
}
div#sec3 .carousel-item {
    margin-inline: 11px;
}
div#sec3 .carousel-item p br {
    display: none;
}
div#sec4 {
    padding-block: 20px 40px !important;
}
div#sec5 .owl-stage {
    padding: 0;
}
div#sec5 {
    padding-block: 40px 140px !important;
}
#sec5 .owl-carousel .owl-nav.disabled {
    margin-bottom: -17px;
}
div#sec6 .c1 .carousel-item .text4 p {
    width: 79%;
}
#sec6 .c2 textarea {
    height: 100px;
}
div#sec6 .c1 .carousel-item .iwithtext .iwt-icon {
    margin-top: 50px;
}
div#sec7 div#in1 .man .icon h6 img {
    width: 52%;
}
div#sec7 div#in1 .man .icon p {
    right: 15%;
}
div#sec8 {
    padding-block: 40px !important;
}
div#footer .footer-logo {
    width: 75%;
}
	
	div#sec8 h3.post-heading span {
    font-size: 12px !important;
}
	
	div#sec5 .text1 p {
    font-size: 10px;
}
	
	    div#sec3 .carousel-item .text3 p {
        font-size: 10px;
        line-height: 20px !important;
    }
	
	div#sec3 .carousel-item .text3 p {
    min-height: 76px !important;
}
}
/* --------------------------------------------- */
@media (max-width: 912px) {
	.nectar-fancy-ul {
    column-count: 1 !important;
}
    div#sec1 .content h2 strong {
    font-size: 15px;
    line-height: 26px;
}
 
div#sec6 .c1 .vc_column-inner {
    padding-block: 30px;
}
    div#sec3 {
        padding-top: 40px !important;
        text-align: center;
        padding-bottom: 20px !important;
    }
#sec3 .text1 {
    margin-bottom: 0;
}
#sec1 p {
    width: 50%;
}
#sec1 p br {
    display: none;
}
    p, a, li {
    font-size: 14px !important;
    line-height: 24px !important;
}
    #sec1 h2.ns-heading-el {
    font-size: 31px !important;
    line-height: 41px !important;
}
#sec1 .row-bg-wrap:before {
    display: none;
}
div#sec2 {text-align: center;width: 70%;margin: 0 auto;}
div#sec2 .c2 .iwithtext .iwt-icon {
    position: relative;
}
div#sec2 .c2 .iwithtext .iwt-icon img {
    width: 17%;
    margin: 0 auto;
    margin-bottom: 20px;
}
div#sec2 .c2 .iwithtext .iwt-text {
    padding-left: 0;
}
.nectar-fancy-ul ul {
    margin: 0 auto;
    display: table;
    text-align: left;
}
div#sec2 .c1 .img1 {
    display: none;
}
#sec2 .c1 .img2 {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    height: 340px;
}
div#sec2 .c1 div#in1 .cc1 .icon {
    width: auto;
    margin: 0 auto;
}
div#sec2 .c1 div#in1 {
    width: 51%;
    float: unset;
    margin: 0 auto;
    margin-top: -60px;
}
div#sec2 .c1 div#in1 .cc1,div#sec2 .c1 div#in1 .cc2 {
    width: 50%;
    margin-bottom: 0;
}
#sec5 .owl-carousel .owl-nav.disabled {
    display: none !important;
}
div#sec2 .c1 div#in1 .number.default, div#sec2 .c1 div#in1 .symbol-wrap {
    font-size: 40px !important;
    line-height: 50px !important;
}
div#sec4 {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
div#sec5 {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
#sec5 .owl-dots {
    margin-top: 50px;
}
div#sec6 {
    width: 70%;
    margin: 0 auto;
    margin-top: -75px;
}
div#sec6 .c2  .text3 {
    text-align: center;
}
div#sec6 .c2  .col.span_12,div#sec6 .c2  .col.span_6 {
    margin-bottom: 0;
}
#sec6 .c2 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    margin-bottom: -20px !important;
}
div#sec7 {
    width: 70%;
    margin: 0 auto;
    padding-block: 50px 30px !important;
}
div#sec7 div#in1 .man .icon h6 img {
    width: 40%;
}
div#sec7 div#in1 .man .icon p {
    right: 25%;
}
div#sec7 div#in1 .man {
    margin-bottom: 40px;
}
div#sec8 .nectar-post-grid-wrap .nectar-post-grid-item .nectar-post-grid-item-bg {
    height: 190px;
}
div#sec8 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
div#sec8 .nectar-post-grid-wrap .nectar-post-grid-item {
    margin: 0 auto;
    margin-bottom: 30px;
}
div#footer div#global .iwithtext .iwt-icon {
    position: relative;
    width: 10%;
    margin: 0 auto;
}
div#footer div#global .iwithtext {
    text-align: center;
}
div#footer div#global .iwithtext .iwt-text {
    padding-left: 0px !important;
}
div#footer div#global:before {
    left: -20px;
}
div#footer .footer-logo {
    width: 55%;
}
div#coppy-rigth {
    text-align: center;
}
div#sec2 .c1 {
    padding-right: 5px;
}
#footer div#coppy-rigth .right p {
    float: unset !important;
    text-align: center;
}
    #sec3 .owl-carousel .owl-nav.disabled {display: none !important;}

#sec3 button.owl-dot span {
    background-color: #052361;
}
    div#coppy-rigth .right {
    margin-bottom: 9px;
}
	div#header-secondary-outer span.menu-title-text {
    font-size: 11px;
}
	
	div#footer div#global {
    padding-bottom: 80px !important;
    display: none;
}
	div#footer {
    padding-top: 30px !important;
}
	
	    div#sec5 {
        padding-bottom: 26px !important;
    }
	div#gallrysec .vc_column-inner {
    padding: 0rem 5rem;
}
	
	div#whychoose ul {
    margin-left: 0;
}
	
	    div#sec8 {
        padding-block: 22px !important;
    }
	
	 div#sec3 .carousel-item .text3 p {
        min-height: 76px !important;
    }
}
@media (max-width: 800px) {
	
    div#header-secondary-outer span.menu-title-text {
        font-size: 9px;
    }	
}
/* --------------------------------------------- */
@media (max-width: 768px) {
	
	div#sec3 .carousel-item .text3 p {
        min-height: 92px !important;
    }
	
	
}
/* --------------------------------------------- */
@media (max-width: 480px) {
    div#sec6 .c1 .owl-stage-outer {
    height: 430px;
}
    div#sec6 .c2 .vc_column-inner {
    padding: 30px 20px !important;
}
    #sec1 p {
    display: none;
}
div#sec6 .c1 .vc_column-inner:before {
    display: none;
}
#sec1 h2.ns-heading-el {
    font-size: 20px !important;
    line-height: 30px !important;
}
div#sec1 .content h2 strong {
    font-size: 10px;
    line-height: 22px;
}
h1 {
    font-size: 22px !important;
    line-height: 32px !important;
}
div#sec2 .c2 .iwithtext .iwt-icon img {
    width: 22%;
}
div#sec2 {
    width: 100%;
}
div#sec2 .c1 div#in1 {
    width: 78%;
}
div#sec4 {
    width: 90%;
}
#sec5 .c2 .carousel-item {
    margin-inline: 20px;
}
div#sec6 {
    width: 100%;
}
div#sec6 .c1 .carousel-item h6 {
    width: 70px;
    height: 70px;
}
div#sec6 .c1 .carousel-item .iwithtext .iwt-icon {
    margin-top: 10px;
}
div#sec6 .c1 .vc_column-inner {
    padding-block: 20px;
}
div#footer div#global .cc1 .iwithtext .iwt-icon img {
    width: 100%;
}
div#footer div#global .cc2 .top {
    padding: 0;
    position: unset;
    text-align: center;
    padding-bottom: 20px;
}
div#footer div#global .cc2 div#newsletterwidgetminimal-2 {
    width: 100%;
}
div#footer div#global .cc2 div#newsletterwidgetminimal-2 form.tnp-form {
    display: block;
}
div#footer div#global .cc2 div#newsletterwidgetminimal-2 input.tnp-email {
    border-radius: 0px !important;
    margin-bottom: 13px;
}
div#footer div#global .cc2 div#newsletterwidgetminimal-2 input.tnp-submit {
    width: 100%;
    border-radius: 0px !important;
}
	
	    #footer div#coppy-rigth:before {
		display:  none;	
    }
	
	.off-canvas-menu-container.mobile-only span.menu-title-text {
    font-size: 11px;
}
	
    #sec1 a.primary-color {
        padding-block: 16px !important;
        padding-inline: 10px 19px !important;
        font-size: 10px !important;
        line-height: 24px !important;
    }
	
	#footer div#coppy-rigth {
    margin-top: 10px;
    padding-block: 20px;
}
	
	#sec3 .row-bg.viewport-desktop.using-image {
    background-size: auto;
}
	
	.inner-wrap h1 {
    font-size: 16px !important;
	}
	
	div#privacypolicysec {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
	     div#sec6 {
        width: 100%;
        margin: 0 auto;
        margin-top: 16px;
    }
	
	    div#gallrysec .vc_column-inner {
        padding: 0rem 0rem;
    }
}
/* --------------------------------------------- */
@media (max-width: 428px) {}
/* --------------------------------------------- */
@media (max-width: 414px) {
    div#sec6 .c1 .owl-stage-outer {
    height: 450px;
}
    #sec1 .buttons {
    padding-top: 0px;
}
#sec1 a.primary-color {
    padding-block: 14px !important;
    padding-inline: 10px 16px !important;
    font-size: 11px !important;
    line-height: 21px !important;
}
#sec1 h2.ns-heading-el {
    font-size: 15px !important;
    line-height: 25px !important;
}
div#sec1 .content h2 strong {
    font-size: 8px;
    line-height: 18px;
}
.nectar-fancy-ul {
    column-count: 1 !important;
}
#sec2 .c1 .img2 {
    height: 250px;
}
div#sec2 .c1 div#in1 {
    width: 100%;
}
div#sec4 {
    width: 100%;
}
div#sec5 {
    width: 100%;
}
#footer div#coppy-rigth p {
    font-size: 12px !important;
}
	
	    .off-canvas-menu-container.mobile-only span.menu-title-text {
        font-size: 10px;
    }
	
	    #sec1 a.primary-color {
        font-size: 9px !important;
        line-height: 21px !important;
    }
}
@media (max-width: 390px) {
	
	#sec1 a.primary-color:before {
    transform: scale(0.6);
}
	.inner-wrap h1 {
        font-size: 15px !important;
    }
	
}
/* --------------------------------------------- */
@media (max-width: 375px) {
	
}
/* --------------------------------------------- */
@media (max-width: 360px) {
    #sec1 a.primary-color {
        font-size: 8px !important;
        line-height: 21px !important;
    }	
	
}
