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

/*typography */
#footer-outer #copyright strong {
    color: #f60014;
    border-bottom: 1px solid;
    text-transform: uppercase;
}
div#footer-outer p {
    font-size: 16px;
    line-height: 26px;
    font-family: gtreg;
}
div#footer-widgets .col.span_3:nth-child(4) p {
    font-size: 14px;
    font-weight: 600;
}
div#footer-outer ul li a {
    font-size: 16px;
    line-height: 26px;
    font-family: gtreg;
    font-weight: 600;
}
div#footer-outer h4 {
    font-size: 26px !important;
    line-height: 36px !important;
    font-family: 'ireg';
}
#sec6 h2 {
    font-weight: 700;
}



#sec6 p {
    font-weight: 600;
    padding-bottom: 26px;
}
#sec5 h1 {
    top: 60%;
    left: 39%;
    position: absolute;
    font-size: 80px;
    font-weight: 500;
}
#top ul.sf-menu.sf-js-enabled.sf-arrows a {
    font-size: 15px;
    line-height: 24px;
    font-family: gtreg;
    text-transform: uppercase;
}
html body h1 {
    font-family: ireg;
    font-size: 40px;
    
}

#sec1 h1 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 400;
}
html body p {
    font-family: gtreg;
}
/*typography */
/*top*/

header#top a#logo {
    filter: drop-shadow(-2px -11px 14px white);
}
#top .widget.woocommerce.widget_shopping_cart {
    margin-top: -40px !important;
}
#top {
    padding-top: 20px;
}
#top ul.buttons.sf-menu {
    padding-right: 30px !important;
}
/*top*/
/*button css */
#btn-svg {
    position: absolute;
    top: -4000px;
    left: -4000px;
  }
#gooey-button {
    border: none;
    color: #fdeaeb;
    filter: url(#gooey);
    position: relative;
    background-color: #ed2939;
    border-radius: 50px !important;
    font-family: 'gtbold';
    font-size: 15px;
    padding: 20px 65px;
    font-weight: 600;
}
  #gooey-button:focus {
    outline: none;
  }
  #gooey-button .bubbles {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  #gooey-button .bubbles .pak {
    background-color: #ed2939;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
  }
  #gooey-button .bubbles .pak:nth-child(1) {
    left: 69px;
    width: 25px;
    height: 25px;
    -webkit-animation: te-1 3.02s infinite;
            animation: te-1 3.02s infinite;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  #gooey-button .bubbles .pak:nth-child(2) {
    left: 30px;
    width: 25px;
    height: 25px;
    -webkit-animation: te-2 3.04s infinite;
            animation: te-2 3.04s infinite;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  #gooey-button .bubbles .pak:nth-child(3) {
    left: 82px;
    width: 25px;
    height: 25px;
    -webkit-animation: te-3 3.06s infinite;
            animation: te-3 3.06s infinite;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  #gooey-button .bubbles .pak:nth-child(4) {
    left: 33px;
    width: 25px;
    height: 25px;
    -webkit-animation: te-4 3.08s infinite;
            animation: te-4 3.08s infinite;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  #gooey-button .bubbles .pak:nth-child(5) {
    left: 86px;
    width: 25px;
    height: 25px;
    -webkit-animation: te-5 3.1s infinite;
            animation: te-5 3.1s infinite;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  #gooey-button .bubbles .pak:nth-child(6) {
    left: 76px;
    width: 25px;
    height: 25px;
    -webkit-animation: te-6 3.12s infinite;
            animation: te-6 3.12s infinite;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  #gooey-button .bubbles .pak:nth-child(7) {
    left: 87px;
    width: 25px;
    height: 25px;
    -webkit-animation: te-7 3.14s infinite;
            animation: te-7 3.14s infinite;
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  #gooey-button .bubbles .pak:nth-child(8) {
    left: 97px;
    width: 25px;
    height: 25px;
    -webkit-animation: te-8 3.16s infinite;
            animation: te-8 3.16s infinite;
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  #gooey-button .bubbles .pak:nth-child(9) {
    left: 88px;
    width: 25px;
    height: 25px;
    -webkit-animation: te-9 3.18s infinite;
            animation: te-9 3.18s infinite;
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  #gooey-button .bubbles .pak:nth-child(10) {
    left: 65px;
    width: 25px;
    height: 25px;
    -webkit-animation: te-10 3.2s infinite;
            animation: te-10 3.2s infinite;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  
  @-webkit-keyframes te-1 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -66px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  
  @keyframes te-1 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -66px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  @-webkit-keyframes te-2 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -58px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  @keyframes te-2 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -58px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  @-webkit-keyframes te-3 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -56px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  @keyframes te-3 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -56px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  @-webkit-keyframes te-4 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -76px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  @keyframes te-4 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -76px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  @-webkit-keyframes te-5 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -74px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  @keyframes te-5 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -74px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  @-webkit-keyframes te-6 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -124px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  @keyframes te-6 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -124px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  @-webkit-keyframes te-7 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -114px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  @keyframes te-7 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -114px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  @-webkit-keyframes te-8 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -65px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  @keyframes te-8 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -65px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  @-webkit-keyframes te-9 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -104px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  @keyframes te-9 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -104px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  @-webkit-keyframes te-10 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -118px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }
  @keyframes te-10 {
    0% {
      transform: translate(0, 0);
    }
    99% {
      transform: translate(0, -118px);
    }
    100% {
      transform: translate(0, 0);
      opacity: 0;
    }
  }



/*button css */
div#caro1 {
    padding-top: 465px !important;
    padding-bottom: 35px !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#sec1 img.img-with-animation.skip-lazy {
    position: relative;
    right: -84.5%;
    top: -108px;
}
div#sec1 .owl-stage {
    padding: unset;
}
/*#sec1 .c1 {
    padding-left: 320px !important;
    padding-top: 91px !important;
}*/
#sec6 .carousel-item p:nth-child(3) {
    overflow: auto !important;
    height: 168px;
}
#sec1 h5 {
    position: absolute;
    right: 80px;
    bottom: 80%;
    transform: rotate(90deg);
    font-family: gtreg;
    font-weight: 100;
}
#sec1 a.play_button.large.nectar_video_lightbox:before {
    border: 1px solid #d2d2d2;
}
#sec1 a.play_button.large.nectar_video_lightbox {
    position: absolute;
    right: 80px;
    width: 50px;
    height: 50px;
    transform: rotate(93deg);
    top: 420px;
}
#sec1 h5:after {
    content: '';
    position: absolute;
    border: 1px solid white;
    width: 70px;
    top: 20%;
    left: 490%;
}
#sec1 .text1 {
    padding-top: 400px;
    padding-left: 0;
}
#sec1 .c1 {
    padding-left: 220px;
    padding-top: 0;
}
#sec1 h1 {
    font-size: 110px;
    line-height: 120px;
    font-weight: 400;
}
#sec1 a#gooey-button {
    top: 40px;
}
#sec3 {
    padding-top: 545px !important;
    background-repeat: no-repeat;
    padding-bottom: 545px !important;
}
#sec3 .row-bg.viewport-desktop.using-image:hover {
    transform: scale(1.1);
    transition: 0.9s;
}
div#sec2 {
    margin-top: 120px;
}
#sec2 img:hover, #sec4 img:hover {
    filter: grayscale(1);
    transition: 0.9s;
    transform: scale(0.9);
}
#sec2 .c2:before {
    content: '';
    position: absolute;
    background-color: #f3f5f7;
    width: 141%;
    height: 115%;
    left: -390px;
    z-index: -1;
}
a#b2:after {
    content: '\f061';
    position: absolute;
    font-family: fontawesome;
    font-weight: 100;
    left: 130px;
}
#sec2 a#b2:after {
    content: '\f061';
    position: absolute;
    font-family: fontawesome;
    font-weight: 100;
    left: 210px;
}
a#b2 {
    font-family: irag;
    font-size: 20px;
    line-height: 26px;
    background: none !important;
    color: #e60013;
    padding: 0;
    top: 20px;
}
#sec2 .c2 {
    padding-left: 100px;
}
#sec2 h1, #sec4 h1 {
    padding-left: 20px;
    margin-bottom: 40px;
}
/* #sec2 h1:before, #sec4 h1:before {
    content: '';
    position: absolute;
    border: 2px solid #1e3164;
    height: 28px;
    margin-top: 6px;
    left: 77px; */
}
#sec2 .c2 .wpb_wrapper {
    padding-top: 40px;
}
#sec2 p {
    padding-right: 100px;
    text-align: justify;
}
#sec3 h1 {
    font-size: 130px;
    line-height: 140px;
    font-weight: 400;
}
#sec3 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100% !important;
}
#sec3 .c1 {
    top: 40px;
}
#sec3 a#gooey-button {
    top: 70px;
}
div#sec4 {
    padding-top: 100px !important;
    padding-bottom: 10px !important;
}
#sec4 .img1 {
    width: 100%;
}
#sec4 .c1:before {
    content: '';
    position: absolute;
    background-color: #f3f5f7;
    width: 113%;
    height: 120%;
    z-index: -1;
    right: 340px;
    top: -100px;
}
a#b2:hover:after {
    left: 230px;
	transition:0.9s;
}
a#b2:hover:after {
    left: 220px !important;
    transition: 0.9s;
}
a#b2:hover {
    outline: 1px solid red;
    padding: 10px 30px 10px 18px;
    box-shadow: unset !important;
    transition: 0.9s;
}
#sec4 a#b2:hover:after {
    left: 142px !important;
}
#sec5 a.play_button_2.large.nectar_video_lightbox:before {
    background: transparent !important;
    border: 1px solid #fcfcfd;
}

#sec5 a.play_button_2.large.nectar_video_lightbox {
    width: 160px;
    height: 160px;
    background: transparent !important;
    left: 47%;
    top: 45%;
}
div#sec6 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
#sec6 .carousel-item {
    text-align: center;
    background-color: #f6f6f6;
    margin: 0px 10px;
    padding: 40px 20px;
    box-shadow: 0px 0px 4px 0px #cccc;
}
#sec6 img.alignnone.size-full.wp-image-48 {
    margin: 0 auto;
    display: table;
    margin-bottom: -17px;
}
#sec6 .owl-nav.disabled {
    display: block;
}
#sec6 button span {
    font-size: 40px;
    line-height: 20px;
    font-weight: 100;
    color: #808282;
}

#sec6 button {
    width: 40px;
    height: 40px;
    border-radius: 30px !important;
    border: 1px solid #888a8a;
    background: transparent;
 
}
#sec6 button.owl-prev {
    position: absolute;
    top: -70px;
    right: 73px;
}

#sec6 button.owl-next {
    position: absolute;
    top: -70px;
    right: 8px;
}
#sec6 button:hover {
    border: 1px solid #ef3b31;
}
#sec6 button span:hover {
    color: #ed2939;
}
#sec6 .owl-stage {
    padding: unset;
}
div#footer-outer {
    background-color: unset !important;
    background-size: 100% 100% !important;
}
div#footer-outer img.image.wp-image-38.attachment-full.size-full {
    width: 90%;
}
/*footer */
#footer-outer #copyright p, #footer-outer #copyright strong {
    font-family: 'gtreg';
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
div#footer-widgets .row {
    border-bottom: 1px solid;
    padding-bottom: 50px;
}
div#copyright {
    padding: 15px 0px !important;
}
div#copyright .col.span_5 {
    max-width: 100% !important;
}
div#copyright div#text-3 {
    float: right;
}
div#copyright div#text-2 {
    float: left;
}

div#footer-outer input.tnp-email {
    border-radius: 30px;
    background: transparent;
    border: 1px solid #616161;
    font-family: roboto;
    font-size: 16px;
    line-height: 26px;
    padding-right: 60px !important;
}
div#footer-outer form.tnp-form {
    display: flex;
    margin-top: -20px;
}
div#footer-outer input.tnp-submit {
    width: 40px !important;
    height: 40px !important;
    border-radius: 30px !important;
    position: absolute;
    right: 4px;
    top: 122px;
    font-size: 0;
    background: #ed2939;
}
div#footer-outer form.tnp-form:before {
    content: '';
    position: absolute;
    background-image: url(https://devu07.testdevlink.net/turn/wp-content/uploads/2023/07/.png);
    width: 7%;
    height: 10%;
    background-repeat: no-repeat;
    left: 260px;
    z-index: 99;
    top: 135px;
}
div#footer-widgets .col.span_3:nth-child(3) {
    left: -50px;
}

div#footer-widgets .col.span_3:nth-child(2) {
    left: 60px;
}
/*footer */


/*icon */
#footer-outer #footer-widgets .foot-secc li.eml:before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
}
#footer-outer #footer-widgets .foot-secc li.phn:before {
    content: "\f095";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
}
#footer-outer #footer-widgets .foot-secc li.mrk:before {
    content: "\f041";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
}
#footer-outer #footer-widgets .foot-secc li{
margin-left: 30px;
}




#footer-outer #footer-widgets .foot-secc li {
    margin-bottom: 14px !important;
}
#footer-outer #footer-widgets .foot-secc li.mrk:before {
    top: 64px;
}
#footer-outer #footer-widgets .foot-secc li:before {
    font-size: 22px;
    color: #ed2939;
}

/*icon */

/* nth chaild*/

div#footer-widgets .col.span_3:nth-child(4):before {
    content: '';
    position: absolute;
    border: 1px solid #afafb2;
    height: 170px;
    top: 20px;
    left: -56px;
}

div#footer-widgets .col.span_3:nth-child(3):before {
    content: '';
    position: absolute;
    border: 1px solid #afafb2;
    height: 170px;
    top: 20px;
    left: -56px;
}
div#footer-widgets .col.span_3:nth-child(2):before {
    content: '';
    position: absolute;
    border: 1px solid #afafb2;
    height: 170px;
    top: 20px;
    left: -53px;
}
/* nth chaild*/

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: #87583e;
}

body::-webkit-scrollbar-thumb
{
	background-color: #42b4e6;
}
div#copyright div#text-3 p {
    text-transform: uppercase;
}
div#footer-outer .foot-secc ul li a, div#footer-outer .foot-secc p {
    font-weight: 600;
}
#footer-outer #copyright a:hover:not(.nectar-button) {
    color: #ed2939 !important;
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
	#top img.starting-logo.skip-lazy.default-logo {
    width: 85% !important;
}
#sec1 h1 {
    font-size: 90px;
    line-height: 100px;
    font-weight: 400;
}
	#sec1 .text1 {
    padding-top: 400px;
    padding-left: 0;
    margin-left: -90px;
}
#sec1 .c1 {
    padding-left: 210px;
    padding-top: 53px;
}
	#sec2 .c2:before {
  
    width: 126%;
    height: 125%;
    left: -195px;

}
	#sec2 .c2 .wpb_wrapper {
    padding-top: 40px;
}
	#sec2 .c2:before {
  
    width: 126%;
    height: 110%;
    left: -195px;
    z-index: -1;
}
	#sec2 .c2 {
    padding-left: 100px;
}
	#sec3 {
    padding-top: 365px !important;
    background-repeat: no-repeat;
    padding-bottom: 405px !important;
}
	#sec3 .c1 {
    top: 73px;
}
	#sec3 a#gooey-button {
    top: 30px;
}
	#sec5 h1 {
    top: 63%;
    left: 38%;
   
}
div#caro1 {
    padding-top: 315px !important;
    padding-bottom: 85px !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
	#sec1 h5:after {
   
    left: 494%;
}
	#sec3 h1 {
    font-size: 110px;
    line-height: 120px;
    font-weight: 400;
}
	#sec1 img.img-with-animation.skip-lazy {
    position: relative;
    right: -81.5%;
    top: -105px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
	#sec2 .c2:before {
    width: 126%;
    height: 110%;
    left: -175px;
    z-index: -1;
}
	#sec1 img.img-with-animation.skip-lazy {
    position: relative;
    right: -79.5%;
    top: -105px;
}
	#sec1 .c1 {
    padding-left: 120px;
    padding-top: 53px;
}
		div#footer-widgets .col.span_3:nth-child(3) ul li a {
    font-size: 15px !important;
    line-height: 24px;
}
	#footer-widgets ul li a {
    font-size: 15px !important;
    line-height: 24px !important;
}
	div#footer-widgets .row {
    padding-bottom: 20px;
}
	div#caro1 {
    padding-top: 265px !important;
    padding-bottom: 45px !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
#top ul.sf-menu.sf-js-enabled.sf-arrows a {
    font-size: 13px !important;
}
#sec1 .c1 {
    padding-left: 70px;
    padding-top: 73px;
}
	#sec1 p {
    font-size: 16px;
    line-height: 26px;
}
	#sec3 h1 {
    font-size: 90px;
    line-height: 100px;
    font-weight: 400;
}
	#sec3 {
    padding-top: 305px !important;
    background-repeat: no-repeat;
    padding-bottom: 305px !important;
}
	#sec4 .img1 {
    width: 100%;
}
	#sec6 p {

    font-size: 16px;
    line-height: 26px;
}
	div#footer-outer form.tnp-form:before {
 
    left: 246px;
    
}
	#sec2 .c2:before {
 
    left: -165px;
  
}
	#sec2 .c2 {
    padding-left: 60px;
}
	#sec1 img.img-with-animation.skip-lazy {
    position: relative;
    right: -78%;
    top: -98px;
}
	#top img.starting-logo.skip-lazy.default-logo {
    width: 70% !important;
}
	div#caro1 {
    padding-top: 265px !important;
    padding-bottom: 25px !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
	div#footer-widgets .col.span_3:nth-child(3) ul li a {
    font-size: 16px !important;
    line-height: 24px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
#top ul.sf-menu.sf-js-enabled.sf-arrows a {
	font-size: 12px !important;
	}

#top ul li a {
    font-size: 12px !important;
    line-height: 24px;
}
div#caro1 {
    padding-top: 255px !important;
    padding-bottom: 0 !important;
}
#sec1 .c1 {
    padding-left: 100px;
    padding-top: 53px;
}
	#sec2 .c2 {
    padding-left: 40px;
}
	html body p {
    font-size: 16px !important;
    line-height: 26px;
}#sec2 .c2:before {
    left: -158px;
}
	#sec5 a.play_button_2.large.nectar_video_lightbox {
    width: 130px;
    height: 130px;
    
}
	#sec5 h1 {
    top: 63%;
    left: 36%;
    position: absolute;
    font-size: 70px;
    font-weight: 600;
    line-height: 60px;
}
	#sec6 p {
   
    font-size: 15px !important;
    line-height: 26px;
}
	div#footer-outer p {
    font-size: 14px !important;
    line-height: 26px;
    font-family: gtreg;
}
	div#footer-widgets .col.span_3:nth-child(3) ul li a {
    font-size: 14px !important;
    line-height: 24px;
}
	div#footer-widgets .col.span_3:nth-child(2) ul li a {
    font-size: 14px !important;
    line-height: 24px;
}

div#footer-outer form.tnp-form:before {
    
    left: 226px;
    
}
	#sec1 img.img-with-animation.skip-lazy {
    position: relative;
    right: -77%;
    top: -98px;
}
	#sec1 h1 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 400;
}
	div#footer-widgets .col.span_3:nth-child(4) p {
    font-size: 13px !important;
    font-weight: 600;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
div#caro1 {
    padding-top: 125px !important;
    padding-bottom: 0 !important;
    background-size: cover;
}
	#sec1 .c1 {
    padding-left: 40px;
    padding-top: 113px;
}
	#sec1 p {
    font-size: 14px !IMPORTANT;
    line-height: 26px;
}
	html body p BR {
    display: none;
}
	#sec2 .c2:before {
  
    left: -125px;
    z-index: -1;
}
	#sec3 {
    padding-top: 245px !important;
    background-repeat: no-repeat;
    padding-bottom: 245px !important;
}
	#sec3 h1 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 400;
}
	#sec3 .c1 {
    top: 3px;
}
	#gooey-button {
    
    

    font-size: 14px;
    padding: 17px 55px;
 
}
	#sec6 .carousel-item {
    text-align: center;
    background-color: #f6f6f6;
    margin: 0px 10px;
    padding: 30px 9px;
    box-shadow: 0px 0px 4px 0px #cccc;
}
	#sec6 h4 {
    font-size: 15px;
    margin-top: -10px;
}
	div#footer-outer form.tnp-form:before {
  
    left: 165px;
    
}
	 #footer-outer #footer-widgets .col ul li {
    padding: 1px 0!important;
    border: none;
}
	div#footer-widgets .col.span_3:nth-child(2):before {
  
    left: -33px;
}
	div#footer-widgets .col.span_3:nth-child(3):before {

    left: -16px;
}
	div#footer-widgets .col.span_3:nth-child(4):before {
   
    left: -18px;
}
	#sec1 p br {
    display: block;
}
#sec1 p {
    font-size: 14px !IMPORTANT;
    line-height: 26px;
}
	#sec2 .c2 {
    padding-left: 40px;
    padding-right: 40px;
}
	div#footer-widgets .col.span_3:nth-child(2) {
    left: 20px;
}
	div#footer-widgets .col.span_3:nth-child(3) {
    left: -76px;
}
	#sec1 img.img-with-animation.skip-lazy {
    position: relative;
    right: -71%;
    top: -98px;
}
	#sec1 h1 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 400;
}
	#top ul.buttons.sf-menu {
    padding-right: unset !important;
}
	div#sec2 {
    margin-top: 60px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	div#caro1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
	#sec1 h5 {
    display: none;
}
	#sec1 {
    text-align: center;
}
	div#caro1 {

    background-size: contain;
    padding-top: unset;
    padding-bottom: unset;
    background-repeat: no-repeat;
}
	#sec1 .c1 {
    padding-left: unset;
    padding-top: 0;
    top: 100px;
}
	#sec1 .text1 {
    padding-top: 340px;
    padding-left: 0;
    margin-left: unset;
    position: relative;
    top: -280px;
}
	#sec1 a#gooey-button {
    top: 134px;
}
	#sec1 a.play_button.large.nectar_video_lightbox:before {
    display: none;
}
	#sec1 a.play_button.large.nectar_video_lightbox {
    display: none;
}
	div#sec2 {
    margin-top: -120px;
}
	div#sec2 {
    margin-top: -120px;
    text-align: center;
}
#sec2 h1:before {
    height: 28px;
    margin-top: -2px;
    left: 224px;
    top: 81px;
}
	#sec3 {
    padding-top: 225px !important;
    background-repeat: no-repeat;
    padding-bottom: 195px !important;
}
#sec4 .img1 {
    width: 70%;
    margin: 0 auto;
    display: table;
}
	#sec4 {
    text-align: center;
}#sec4 h1:before {
    content: '';
    position: absolute;
    border: 2px solid #1e3164;
    height: 28px;
    margin-top: -2px;
    left: 184px;
}
#sec4 .c2 {
    padding-top: 50px;
    padding-bottom: 40px;
}
	#sec5 a.play_button_2.large.nectar_video_lightbox {
    width: 130px;
    height: 130px;
    background: transparent !important;
    left: 43%;
    top: 41%;
}
	#sec5 h1 {
    top: 63%;
    left: 29%;
    position: absolute;
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
}
div#sec6 {
    padding-top: 40px !important;
    padding-bottom: 10px !important;
    text-align: center;
}
	#sec6 .owl-nav.disabled {
    display: none;
}
	#sec6 .owl-dots {
    display: none;
}
	div#footer-widgets .col.span_3:nth-child(2) {
    left: unset;
}
	div#footer-widgets .col.span_3:nth-child(3) {
    left: unset;
}
	div#footer-widgets .col.span_3:nth-child(2):before {
    display: none;
}
	div#footer-widgets .col.span_3:nth-child(3):before {
    display: none;
}
	div#footer-widgets .col.span_3:nth-child(4):before {
    display: none;
}
	div#footer-outer input.tnp-submit {
   
    right: 18px;
    top: 137px;

}
	div#footer-outer form.tnp-form:before {
   
    left: 240px;
   
    top: 149px;
}
	#footer-outer #copyright strong {
 
    font-size: 14px !important;
}
	#footer-outer #footer-widgets .foot-secc li:before {
    left: 13px !important;
}
	#sec1 img.img-with-animation.skip-lazy {
    display: none;
}
	#sec3 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#sec2 .c2 {
   
    padding-bottom: 40px;
}
	#footer-outer #footer-widgets .foot-secc li.mrk:before {
    top: 84px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
	#sec1 h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
}
	#sec1 .c1 {
    padding-left: unset;
    padding-top: 0;
    top: 170px;
}
#sec1 .text1 {
    margin-left: unset;
    position: relative;
    top: -187px;
    padding-left: 30px;
}
	div#sec2 {
    margin-top: 30px;
    text-align: center;
}
	#sec3 h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
}
	#sec3 a#gooey-button {
    top: 20px;
}
	#sec3 {
    padding-top: 135px !important;
    background-repeat: no-repeat;
    padding-bottom: 85px !important;
}
	#sec5 a.play_button_2.large.nectar_video_lightbox {
    width: 100px;
    height: 100px;
    background: transparent !important;
    left: 48%;
    top: 39%;
}
	#sec5 h1 {
    top: 58%;
    left: 33%;
    position: absolute;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
}
	div#footer-outer img.image.wp-image-38.attachment-full.size-full {
    width: 40%;
}
	div#footer-outer input.tnp-submit {
   
    right: 6px;
    top: 96px;
   
}
	div#footer-outer form.tnp-form:before {

    left: 384px;
   
    top: 108px;
}
	div#caro1 {
    background-size: cover;
    padding-top: unset;
    padding-bottom: unset;
    background-repeat: no-repeat;
}
	#sec1 a#gooey-button {
    top: 173px;
}
	div#footer-widgets .col.span_3:nth-child(3) {
    left: unset;
}
	#footer-outer #footer-widgets .foot-secc li.mrk:before {
    top: 57px;
}
	#footer-outer #footer-widgets .foot-secc li:before {
    left: 0 !important;
}
	#sec2 h1:before {
    display: none;
}
	#sec4 h1:before {
    display: none;
}
	div#sec4 {
    padding-top: 60px !important;
    padding-bottom: 0px !important;
}
	#sec4 .c1:before {
    content: '';
    position: absolute;
    background-color: #f3f5f7;
    width: 113%;
    height: 120%;
    z-index: -1;
    right: 340px;
    top: -60px;
}
	#sec3 .row-bg.viewport-desktop.using-image {
    background-size: cover !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
	#sec1 h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}
	#sec1 p br {
    display: none;
}
	#sec1 .text1 {
    padding-top: 320px;
    padding-left: 15px;
    padding-right: 15px;
}
	#sec2 .c2 {
    padding-left: 20px;
    padding-right: 20px;
}
	#sec2 .c2:before {
    width: 146%;
    height: 110%;
    left: -125px;
    z-index: -1;
}
	#sec3 h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
}
	#gooey-button {
    
   
 
    font-size: 14px;
    padding: 16px 45px;
  
}
	#sec5 a.play_button_2.large.nectar_video_lightbox {
    width: 70px;
    height: 70px;
    background: transparent !important;
    left: 48%;
    top: 39%;
}
	#sec5 h1 {
    top: 58%;
    left: 28%;
    position: absolute;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
	div#footer-outer input.tnp-submit {
   
    top: 121px;
   
}
	#sec2 h1:before {
    display: none;
}
		#sec4 h1:before {
    display: none;
}
	#sec1 .c1 {
    padding-left: unset;
    padding-top: 0;
    top: 250px;
}
	div#footer-outer form.tnp-form:before {
    left: 284px;
    top: 133px;
}
	div#copyright div#text-2 {
    float: unset;
}

div#copyright div#text-3 {
    float: unset;
}
div#copyright {
    text-align: center;
}
	#sec4 .c2 {
    padding-top: 10px;
    padding-bottom: 10px;
}
	div#sec4 {
    padding-top: 40px !important;
    padding-bottom: 10px !important;
}
	#sec1 .c1 {
    padding-left: unset;
    padding-top: 0;
    top: 170px;
}
	#footer-outer #copyright[data-layout="centered"] .col.span_5 {
    margin-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
}
	#sec4 .c1:before {
    display: none;
}
	html body h1 {
    font-family: ireg;
    font-size: 30px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}