/*
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 ***************************************************/
h1 {
	font-family: 'bonnet';
}
h2 {
	font-family: 'jostbd';
}
h3 {
	font-family: 'jostbd';
}
h4 {
	font-family: 'jostbd';
}
h5 {
	font-family: 'jost';
}
h1 b {
	font-family: 'bonnet';
}
h2 b {
	font-family: 'jostbd';
}
h3 b {
	font-family: 'jostbd';
}
h4 b {
	font-family: 'jostbd';
}
h5 b {
	font-family: 'jost';
}
h1 strong {
	font-family: 'bonnet';
}
h2 strong {
	font-family: 'jostbd';
}
h3 strong{
	font-family: 'jostbd';
}
h4 strong {
	font-family: 'jostbd';
}
h5 strong {
	font-family: 'jost';
}
p {
	font-family: 'jost';
}

/****************************** Secondary Header ***************************************************/
header#top {
    padding-left: 5%;
    padding-right: 5%;
}
header#top .row {
    border-bottom: 1px solid #ccc;
}
#top .buttons.sf-menu {
    margin-right: 70px !important;
}
#top .buttons.sf-menu::after {
    content: 'MENU';
    position: absolute;
    right: 10px;
    top: 77px;
    font-family: 'bonnet';
    font-size: 36px;
    font-weight: 800;
    color: #000;
}
.heading  {
    font-size: 100px;
    font-family: 'bonnet';
    letter-spacing: 15px;
}

/****************************** Main Menu ***************************************************/
#top ul.sf-menu.sf-js-enabled.sf-arrows span.menu-title-text {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'jostbd';
}


/****************************** About Us Page ***************************************************/



/****************************** Contact Us Page ***************************************************/

#contact-sec input[type=text] {
    background: transparent;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    border-radius: 0px !important;
    font-family: 'poppins';
}
#contact-sec input[type=tel] {
    background: transparent;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    border-radius: 0px !important;
    font-family: 'poppins';
}
#contact-sec input[type=email] {
    background: transparent;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    border-radius: 0px !important;
    font-family: 'poppins';
}
#contact-sec textarea.wpcf7-form-control.wpcf7-textarea {
    background: transparent;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    border-radius: 0px !important;
    font-family: 'poppins';
    height: 150px;
}


#contact-sec input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
#contact-sec input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-image: linear-gradient(to right, #d30f11 0%, #FFEDBC 51%, #d30f11 100%);
    padding: 10px 0px !important;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 0 20px #eee;
    border-radius: 0px !important;
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
}



/****************************** Services Pages ***************************************************/




/****************************** Slider ***************************************************/
.slider-h h1 {
    font-size: 100px;
    font-weight: 700;
    color: #262223;
    text-transform: uppercase;
    letter-spacing: 15px;
}
.slider-h2 {
    padding-top: 50px;
    padding-left: 30px;
}
#slider .slider-star {
    padding-top: 30px;
}

/******* Animation ************/


/****************************** Sec-1 ***************************************************/
.sec-1-txt p {
    padding-top: 20px;
    font-size: 18px;
}
#sec-1 .nectar-scrolling-text-inner h2 {
    padding-left: 90px;
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    letter-spacing: 5px;
}
#sec-1-row-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #1b2e51;
}
#sec-1-row-1 {
    margin-bottom: 0px;
}
#sec-1 .nectar-scrolling-text-inner h2 img {
    position: relative;
    top: 3px;
    left: -11px;
}


/******* Animation ************/
#sec-1 .sec-1-line {
animation: move10 4s infinite;   }

@keyframes move10 {
0% {
    transform: translateY(0px);
    transition: 0.6s;
}

50% {
    transform: translateY(60px);
    transition: 0.6s;
}
70% {
    filter: opacity(0.8);
    transition: 0.6s;
}
100% {
    filter: unset;
    transition: 0.6s;
}
}

/****************************** sec-2 ***************************************************/
.sec-2-h h1 {
    text-transform: uppercase;
    font-size: 90px;
    color: #262223;
    letter-spacing: 10px;
    padding-top: 10px;
}
.sec-2-h h5 {
    margin-bottom: 0px;
}
.sec-2-h2 {
    padding-left: 120px;
}
.sec-2-txt p {
    font-size: 21px;
    padding-top: 30px;
    line-height: 30px;
}
.sec-2-txtt h2 {
    font-size: 24px;
    text-transform: uppercase;
    initial-letter: 30;
    line-height: 40px;
    color: #262223;
	padding-top: 20px;
}
.sec-2-txtt p {
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 10px;
}
.sec-1-col .vc_column-inner {
    padding: 60px 30px;
    border: 1px solid #ccc;
}
.sec-1-col .vc_column-inner:hover {
    background-color: #a1662f;
    transition: .9s;
}
.sec-2-txtt h5 a {
    color: #1B2E51;
    text-transform: capitalize;
    font-family: 'jostbd';
    border-bottom: 1px solid;
    padding-right: 25px;
    background-image: url(https://demo24.mystagingserver.site/fancybuilt/wp-content/uploads/2024/03/-8.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.sec-1-col .vc_column-inner:hover .sec-2-txtt h5 a {
    transition: .9s;
	color: #fff !important;
	background-image: url(https://demo24.mystagingserver.site/fancybuilt/wp-content/uploads/2024/03/-7.png);
}
.sec-1-col .vc_column-inner:hover .sec-2-txtt p {
    transition: .9s;
	color: #fff !important;
}
.sec-1-col .vc_column-inner:hover .sec-2-txtt h2 {
    transition: .9s;
	color: #fff !important;
}
#sec-2 .sec-1-col .vc_column-inner:hover .sec-2-icon {
    filter: brightness(20.5);
/* 	transition: .9s; */
}
#sec-2-row2 {
    padding-top: 50px !important;
}

/******* Animation ************/

/****************************** sec-3 ***************************************************/
.sec-3-h h1 {
    text-transform: uppercase;
    font-size: 100px;
    color: #262223;
    letter-spacing: 11px;
    padding-top: 10px;
}
.sec-3-h h5 {
    margin-bottom: 0px;
}
.sec-3-h2 {
    padding-left: 120px;
}
.sec-3-txt p {
    font-size: 17px;
    padding-top: 0px;
    line-height: 30px;
}
.sec-3-col2 .vc_column-inner {
    padding-left: 40px;
    padding-top: 90px;
}
#sec-3 a#sec-3-btn {
    border-radius: 0px !important;
    padding: 14px 55px;
    font-family: 'jost';
    font-weight: 100;
    font-size: 16px;
}
#sec-3 i.fa.fa-arrow-right {
    margin-right: 32px;
}
.sec-3-h2 h1 img {
    position: relative;
    left: -20px;
    top: -19px;
}
.sec-3-txtt p {
    font-size: 18px;
    color: #000;
    padding-top: 10px;
}
#sec-3-row2 {
    margin-top: -70px;
}




/******* Animation ************/


/****************************** sec-4 ***************************************************/
.sec-4-h h1 {
    text-transform: uppercase;
    font-size: 100px;
    letter-spacing: 11px;
    padding-top: 10px;
}
.sec-4-h h5 {
    margin-bottom: 0px;
}
.sec-4-h2 {
    padding-left: 120px;
}
#sec-4 a#sec-4-btn {
    border-radius: 0px !important;
    padding: 14px 55px;
    font-family: 'jost';
    font-weight: 100;
    font-size: 16px;
	float: right;
	margin-bottom: 20px !important;
}
#sec-4 i.fa.fa-arrow-right {
    margin-right: 32px;
}
.sec-4-h2 h1 img {
    position: relative;
    left: -20px;
    top: -19px;
}
#sec-4 a#sec-4-btnn {
    border: 1px solid #fff;
    background-color: #0000 !important;
    border-radius: 0px !important;
    padding: 10px 40px;
    font-family: jost;
    font-weight: 100;
    font-size: 14px;
}
.sec-4-hh h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 40px;
    width: 90%;
}
.sec-4-col .vc_column-inner {
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 287px;
}
#sec-4-row-2 {
    padding-top: 40px;
    margin-right: -160px;
}
/******* Animation ************/


/****************************** sec-5 ***************************************************/
.sec-5-h h1 {
    text-transform: uppercase;
    font-size: 67px;
    letter-spacing: 3px;
    color: #262223;
    padding-top: 10px;
}
.sec-5-h h5 {
    margin-bottom: 0px;
}
.sec-5-h2 {
    padding-left: 120px;
}
.sec-5-h2 h1 img {
    position: relative;
    left: -20px;
    top: -19px;
}
#sec-5 .carousel-item {
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px #ccc;
    margin-right: 15px;
    margin-left: 10px;
    padding: 40px 50px;
}
#sec-5 .sec-5-icon {
    width: 13%;
    padding-bottom: 20px;
}
/* .sec-5-txt {
    margin-bottom: 5px !important;
} */

.sec-5-txt p {
    font-size: 17px;
    line-height: 30px;
    color: #777777;
    min-height: 90px;
}
.sec-5-hh h2 {
    color: #262223;
    text-transform: uppercase;
    font-family: bonnet;
    font-size: 31px;
    letter-spacing: 3px;
    -webkit-text-stroke-width: 1px;
    line-height: 10px;
}
.sec-5-hh h2 img {
    position: absolute;
    right: 0px;
    margin-top: -16px;
}



#sec-5 .owl-dots {
	display: none;
}

#sec-5 .owl-nav.disabled {
    display: block;
    position: absolute;
    right: 0px;
    top: -150px;
    z-index: 999999;
}

#sec-5 button.owl-next span::before {
	content: "\f061";
	font-family: FontAwesome;
    font-size: 20px;
    color: #fff;
    background-color: #c6c7cc;
    padding: 15px 17px;
    border-radius: 40px;
}

#sec-5 button.owl-next span:hover:before {
	background-color: #A1662F;
	transition: .9s;
} 

#sec-5 button.owl-next span {
	font-size: 0px;
}

#sec-5 button.owl-next {
	background: transparent;
	border-radius: 30px !important;
	border: none;
}


#sec-5 button.owl-prev span::before {
    content: "\f060";
    font-family: FontAwesome;
    font-size: 20px;
    color: #fff;
    background-color: #c6c7cc;
    padding: 15px 17px;
    border-radius: 40px;
}
#sec-5 button.owl-prev span:hover:before {
	background-color: #A1662F;
	transition: .9s;
} 
#sec-5 button.owl-prev span {
	font-size: 0px;
}

#sec-5 button.owl-prev {
	background: transparent;
	border-radius: 30px !important;
	border: none;
}
/******* Animation ************/


/****************************** sec-6 ***************************************************/
.sec-6-h h1 {
    text-transform: uppercase;
    font-size: 90px;
    letter-spacing: 6px;
    color: #262223;
    padding-top: 10px;
}
.sec-6-h h5 {
    margin-bottom: 0px;
}
.sec-6-h2 {
    padding-left: 120px;
}
.sec-6-h2 h1 img {
    position: relative;
    left: -20px;
    top: -19px;
}
#sec-6 a#sec-6-btn {
    border-radius: 0px !important;
    padding: 14px 55px;
    font-family: 'jost';
    font-weight: 100;
    font-size: 16px;
	float: right;
	margin-bottom: 20px !important;
}
#sec-6 i.fa.fa-arrow-right {
    margin-right: 32px;
}
#sec-6-row2 {
    padding-top: 40px !important;
}
#sec-6 .sec-6-img {
    margin-bottom: 20px;
}

/******* Animation ************/


/****************************** sec-7 ***************************************************/
.sec-7-h h1 {
    text-transform: uppercase;
    font-size: 65px;
    letter-spacing: 5px;
    color: #262223;
    padding-top: 10px;
}
.sec-7-h h5 {
    margin-bottom: 0px;
}
.sec-7-h2 {
    padding-left: 0px;
}
.sec-7-h2 h1 img {
    position: relative;
    left: -20px;
    top: -19px;
}
.sec-7-h h1 strong {
    font-family: jost;
}
.sec-7-main-col {
    padding: 70px 60px !important;
    background-color: #f1edeb;
}
.sec-7-txt p {
    font-size: 18.5px;
    width: 95%;
}
.sec-7-form h2 {
    font-size: 45px;
    color: #262223;
    text-transform: uppercase;
    font-family: bonnet;
    letter-spacing: 5px;
}
#sec-7 a#sec-7-btn {
    border-radius: 0px !important;
    padding: 14px 55px;
    font-family: 'jost';
    font-weight: 100;
    font-size: 16px;
}
#sec-7 i.fa.fa-arrow-right {
    margin-right: 32px;
}

#sec-7 input[type=text] {
    border: 1px solid #ccc;
    background-color: #0000;
    border-radius: 3px;
    margin-bottom: 20px;
	padding-left: 20px;
}
#sec-7 input[type=tel] {
    border: 1px solid #ccc;
    background-color: #0000;
    border-radius: 3px;
    margin-bottom: 20px;
	padding-left: 20px;
}
#sec-7 input[type=email] {
    border: 1px solid #ccc;
    background-color: #0000;
    border-radius: 3px;
    margin-bottom: 20px;
	padding-left: 20px;
}
#sec-7 textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #ccc;
    background-color: #0000;
    border-radius: 3px;
    margin-bottom: 20px;
    height: 190px;
	padding-left: 20px;
}
#sec-7 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    font-family: 'jost';
    font-weight: 100;
    background-image: url(https://demo24.mystagingserver.site/fancybuilt/wp-content/uploads/2024/03/-9.png);
    background-repeat: no-repeat;
    background-position: 409px;
}
#sec-7 .sec-7-col2 {
    background-color: #fff;
    padding: 40px 50px;
}
#sec-7 .sec-7-icon {
    position: absolute;
    z-index: 9999;
    right: 0px;
    margin-right: 50px;
}

/******* Animation ************/



/****************************** sec-8 ***************************************************/


/******* Animation ************/



/****************************** sec-9 ***************************************************/


/******* Animation ************/



/****************************** sec-10 ***************************************************/


/******* Animation ************/



/****************************** Footer ***************************************************/

#footer .footer-copy a:hover {
    color: #f00;
    transition: .9s;
}
#footer .footer-copy a {
    opacity: 1;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid;
    text-transform: uppercase;
}
#footer h2 {
    font-size: 30px;
    color: #ffffff;
    font-family: 'bonnet';
    letter-spacing: 3px;
    text-transform: uppercase;
}
#footer .footer-news p {
    font-size: 13px;
    color: #ffffff;
}
#footer .footer-txt p {
    font-size: 14px;
    padding-right: 0%;
    padding-top: 10px;
}

.footer-menu li a:hover {
    color: #ff6d12 !important;
    transition: .9s;
}

.footer-menu li a {
    color: #fff !important;
}

.footer-menu li {
    list-style-type: none;
    margin-left: -28px;
    font-family: 'jost';
    font-weight: 500;
    line-height: 40px;
}
#footer .iwt-icon img {
    width: 80%;
}
#footer .iwithtext .iwt-text {
    padding-left: 50px;
    padding-right: 30px;
    font-weight: 500;
    color: #ffffff;
    padding-top: 7px;
    padding-bottom: 10px;
}
#footer .iwt-text a {
    font-weight: 500;
    color: #fff;
}
#footer .iwt-text a:hover {
    color: #ff6d12 !important;
    transition: .9s;
}
.footer-copy {
    padding-top: 10px;
}

#footer .socliy li a:hover {
    background: #A1662F;
    transition: .9s;
}

#footer .socliy li a {
    background: #5f6d85;
    color: #ffffff;
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 40px !important;
    margin-right: 10px;
}
#footer .socliy li {
    list-style-type: none;
    display: inline-block;
}
#footer .socliy {
    margin-left: -30px;
}
#footer .socliy li i.fa.fa-facebook {
    padding: 0px 4px;
}
#footer .socliy li i.fa.fa-instagram {
    padding: 0px 2px;
}
#footer input[type=submit] {
    background-image: url(https://testedwebsite.us/mirandaconstruction/wp-content/uploads/2023/08/.png);
    background-repeat: no-repeat;
    font-size: 0px;
    background-position: 20px;
    padding: 23px 34px !important;
    border-radius: 0px !important;
    position: absolute;
    right: 0px;
    background-color: #f00;
    margin-top: -55px;
}
#footer input[type=submit] {
    box-shadow: 0px 0px 0px 0px !important;
}
#footer input[type=email]::placeholder {
    color: #000;
    opacity: 1;
    text-transform: capitalize !important;
}
#footer input[type=email] {
    background: white;
    border: 1px solid #ffffff;
    border-radius: 0px;
    /* padding: 10px 20px; */
    color: #000 !important;
    font-family: FontAwesome,"gtwal";
    text-transform: capitalize !important;
}
#footer label {
    font-family: 'inter';
    color: #111;
    font-weight: 500;
}
#footer-inner2 a:hover {
    color: #00c3b6;
    transition: .9s;
}

#footer-inner2 a {
    font-family: 'inter';
    color: #000;
    font-weight: 500;
}
.footer-col2 .vc_column-inner {
    padding-left: 50px;
}
.footer-col1 .divider-vertical.nectar-bg-default {
    height: 150px;
    position: absolute;
    top: 10px;
    right: -30px;
}
.footer-col2 .divider-vertical.nectar-bg-default {
    height: 150px;
    position: absolute;
    top: 10px;
    right: 30px;
}
.footer-col3 .divider-vertical.nectar-bg-default {
    height: 150px;
    position: absolute;
    top: 10px;
    right: 30px;
}

#footer .nectar-global-section.before-footer {
    z-index: 11;
}





/****************************** Responsive ***************************************************/

/****************** 1680 ****************************/
@media (max-width: 1680px) {}

/****************** 1600 ****************************/
@media (max-width: 1600px) {
	
/* #sec-1-row-1 .img {
    left: 100px;
}	 */
	
}

/****************** 1440 ****************************/
@media (max-width: 1440px) {
.sec-2-h h1 {
    font-size: 80px;
    letter-spacing: 8px;
}
	
.sec-7-h h1 {
    font-size: 60px;
    letter-spacing: 3px;
}
/* 	#sec-1-row-1 .img {
    left: 90px;
}
	#sec-1-row-1 .img {
    left: 80px;
} */
}

/****************** 1366 ****************************/

@media (max-width: 1366px) {
	.slider-h h1 {
    font-size: 85px;
    letter-spacing: 16px;
}
	.slider-h2 {
    padding-top: 39px;
    padding-left: 30px;
}
	.sec-1-txt p {
    padding-top: 10px;
    font-size: 18px;
    line-height: 20px;
}
	.sec-2-h h1 {
    font-size: 75px;
    letter-spacing: 2px;
    padding-top: 14px;
    line-height: 40px;
}
	#sec-2 .sec-1-img {
    width: 20%;
}
	.sec-2-txt p {
    font-size: 15px;
    padding-top: 32px;
    line-height: 25px;
}
	.sec-2-txtt h2 {
    font-size: 22px;
    line-height: 28px;
    padding-top: 15px;
}
	.sec-2-txtt p {
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 10px;
}
	.sec-1-col .vc_column-inner {
    padding: 40px 20px;
}
	.sec-3-h h1 {
    font-size: 70px;
    letter-spacing: 5px;
    padding-top: 0px;
}
	.sec-3-h2 h1 img {
    left: -20px;
    top: -8px;
}
	.sec-3-txt p {
    font-size: 12px;
    padding-top: 0px;
    line-height: 20px;
}
	#sec-3 a#sec-3-btn {
    padding: 12px 53px;
    font-size: 13px;
}
	#sec-3 .sec-3-num {
    width: 40%;
}
	.sec-3-txtt p {
    font-size: 13px;
    padding-top: 5px;
}
	#sec-3-row2 {
    margin-top: -20px;
}
	.sec-4-h h1 {
    font-size: 60px;
    letter-spacing: 6px;
    padding-top: 10px;
    line-height: 30px;
}
	.sec-4-h2 {
    padding-left: 70px;
}
	.sec-4-h2 h1 img {
    left: -20px;
    top: -3px;
}
	.sec-4-hh h2 {
    letter-spacing: 2px;
    font-size: 25px;
    line-height: 35px;
    width: 100%;
}
	.sec-4-col .vc_column-inner {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 218px;
}
	#sec-4-row-2 {
    padding-top: 40px;
    margin-right: -111px;
}
	#sec-4 a#sec-4-btnn {
    padding: 10px 30px;
    font-size: 14px;
}
	.sec-5-h h1 {
    font-size: 50px;
    letter-spacing: 4px;
    padding-top: 10px;
    line-height: 10px;
}
	.sec-5-h2 h1 img {
    left: -20px;
    top: -1px;
}
	#sec-5 .owl-nav.disabled {
    right: 0px;
    top: -100px;
}
    .sec-5-txt p {
        font-size: 18px;
        line-height: 30px;
    }
	#sec-5 .carousel-item {
    margin-right: 15px;
    margin-left: 10px;
    padding: 35px 35px;
}
	.sec-6-h h1 {
    font-size: 51px;
    letter-spacing: 5px;
    padding-top: 20px;
    line-height: 0px;
}
	.sec-6-h2 h1 img {
    left: -20px;
    top: -1px;
}
	.sec-6-h h5 {
    margin-bottom: 10px;
}
	.sec-7-h h1 {
    font-size: 46px;
    letter-spacing: 4px;
    padding-top: 20px;
    line-height: 0px;
}
	.sec-7-h2 h1 img {
    left: -20px;
    top: -1px;
}
	.sec-7-h h5 {
    margin-bottom: 10px;
}
	.sec-7-form h2 {
    font-size: 40px;
    letter-spacing: 5px;
}
	#sec-7 .sec-7-col2 {
    padding: 30px 30px;
}
	.sec-7-txt p {
    font-size: 13px;
    width: 92%;
    line-height: 20px;
}
	#sec-7 textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 20px;
    height: 120px;
    padding-left: 20px;
}
	#sec-7 .sec-7-icon {
    margin-right: 50px;
    width: 19%;
}
	#footer .footer-txt p {
    font-size: 13px;
    padding-right: 0%;
    padding-top: 10px;
    line-height: 20px;
}
	.footer-menu li {
    margin-left: -28px;
    line-height: 35px;
}
	#footer .iwt-text a {
    font-size: 13px;
}
    .sec-2-txtt h2 
{
        font-size: 19px;
        line-height: 28px;
        padding-top: 15px;
}	
}


/****************** 1326 ****************************/
@media (max-width: 1326px) {}

/****************** 1280 ****************************/

@media (max-width: 1280px) {
	
    .sec-5-h h1 {
        font-size: 45px;
        letter-spacing: 4px;
        padding-top: 10px;
        line-height: 10px;
    }	
	
}


/****************** 1024 ****************************/

@media (max-width: 1024px) {
	
	
	#sec-7 .sec-7-col-1 {
    width: 100%;
}
    #sec-7 .sec-7-col2 {
        width: 100%;
        top: 40px;
    }
    .slider-h h1 {
        font-size: 55px;
        letter-spacing: 7px;
    }	
	#slider .slider-star {
    padding-top: 0px;
}
	    .slider-h2 {
        padding-top: 0px;
        padding-left: 30px;
    }
	    .sec-1-txt p {
        padding-top: 10px;
        font-size: 19px;
        line-height: 24px;
    }
	    .sec-5-txt p {
        font-size: 18px;
        line-height: 30px;
    }
/* 	    #sec-1-row-1 .img {
        left: 60px;
    } */
	    .sec-2-h h1 {
        font-size: 55px;
        letter-spacing: 2px;
        padding-top: 8px;
        line-height: 40px;
    }
	    .sec-2-txtt h2 {
        font-size: 17px;
        line-height: 28px;
        padding-top: 15px;
    }
	.sec-5-h2 {
    padding-left: 30px;
}
	    .sec-7-h h1 {
        font-size: 31px;
        letter-spacing: 4px;
        padding-top: 10px;
        line-height: 0px;
    }
	.sec-7-form h2 {
        font-size: 29px;
        letter-spacing: 4px;
    }
	
}



/****************** 800 ****************************/

@media (max-width: 800px) {
	
	

header#top .row
 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px !important;
}	
	#slider {
    padding-left: 50px;
    padding-right: 50px;
}
	#header-outer[data-full-width=true] header>.container {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
}
	    #slider .slider-star {
        padding-top: 0px;
        float: left;
    }
	#slider .slider-col-1 {
    width: 10%;
}
	#slider .slider-col-2 {
    width: 70%;
}
	    .slider-h h1 {
        font-size: 45px;
        letter-spacing: 7px;
    }
	    .slider-h h1 {
        font-size: 45px;
        letter-spacing: 7px;
    }
/* 	    #sec-1-row-1 .img {
        left: 80px;
        width: 76%;
    } */
	#sec-2 {
    padding-top: 20px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
	#sec-1-row-1 {
    padding-left: 50px !important;
    padding-right: 50px !important;
	}
		#sec-2 .sec-2-col-1 {
    width: 60%;
}
	#sec-2 .sec-2-col-2 {
    width: 40%;
}
	    #sec-2 .sec-1-img {
        width: 34%;
        left: -180px;
    }
	#sec-5 {
	padding-left: 50px !important;
    padding-right: 50px !important;
	}
	#sec-5 .sec-5-h h5 {
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 20px;
}
	#sec-7 .sec-7-main-col {
    padding-top: 20px !important;
}
	    #sec-7 .sec-7-icon {
        margin-right: 70px;
        width: 15%;
    }
	    #sec-7 .sec-7-col2 {
        padding: 30px 30px;
        margin-bottom: 40px;
    }
	#footer {
    padding-top: 20px !important;
    padding-left: 30px;
}
	#footer .footer-col1
 {
    width: 33%;
}
#footer .footer-col2
 {
    width: 33%;
}
	#footer .footer-col3
 {
    width: 33%;
}
	.footer-col2 .vc_column-inner {
    padding-left: 0px;
}
	#footer .footer-col3 .vc_column-inner
 {
    margin-left: -40px;
}
#ft-sub {
    padding-bottom: 0px !important;
}	
	    .sec-7-form h2 {
        font-size: 47px;
        letter-spacing: 4px;
    }
	    body:not(.single-post) #page-header-bg:not(.fullscreen-header) {
        padding-top: 10%;
        padding-bottom: 7%;
    }
}


/****************** 480 ****************************/

@media (max-width: 480px) {
	
/*       #sec-1-row-1 .img {
        left: 40px;
        width: 76%;
        top: 10px;
    } */
	    .slider-h h1 {
        font-size: 33px;
        letter-spacing: 1px;
    }
	#sec-5 .sec-5-h1 h5 {
    text-align: center;
}
	#sec-5 .sec-5-h1 h1 {
    text-align: center;
}
	#sec-5 .sec-5-h2 h1 {
    text-align: center;
}
	    #sec-2 {
        padding-top: 0px !important;
    }
	    #sec-2 .sec-2-col-1 {
        width: 60%;
    }
	    #sec-2 .sec-2-col-2 {
        width: 30%;
    }
	    #sec-2 .sec-1-img {
        width: 62%;
        left: -20px;
    }
	    .sec-2-h h1 {
        font-size: 42px;
        letter-spacing: 2px;
        padding-top: 7px;
        line-height: 40px;
    }
	    #sec-2 .sec-2-col-2 {
        width: 40%;
    }
	#sec-2-row2 {
    padding-top: 10px !important;
}
	.sec-2-txtt h2 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 15px;
    }
	    #sec-5 .owl-nav.disabled {
        right: -40px;
        top: -40px;
    }
	    #sec-5 .owl-nav.disabled {
        right: 110px;
        top: 430px;
    }
	    #sec-5 {
        padding-bottom: 80px !important;
    }
	.sec-2-h2 {
    padding-left: 0px;
}
    .sec-7-form h2 {
        font-size: 35px;
        letter-spacing: 4px;
    }	
	#sec-7 .sec-7-main-col {
        padding-top: 20px !important;
        padding-bottom: 30px !important;
    }
	    #sec-7 .sec-7-icon {
        margin-right: 0px;
        width: 25%;
    }

	    .sec-7-h h1 {
        font-size: 26px;
        letter-spacing: 4px;
        padding-top: 10px;
    }
		#footer .footer-col1
 {
    width: 100%;
}
#footer .footer-col2
 {
    width: 100%;
}
	#footer .footer-col3
 {
    width: 100%;
}
		#footer .footer-col3 .vc_column-inner
 {
    margin-left: 0px;
}
	#ft-copy {
    margin-left: -20px;
}
#page-header-bg h1.heading.top-heading span {
    font-size: 60px !important;
}
	#page-header-bg .heading {
    font-size: 70px !important;
    font-family: 'bonnet' !important;
    letter-spacing: 15px !important;
}
	    body:not(.single-post) #page-header-bg:not(.fullscreen-header) {
        padding-top: 10%;
        padding-bottom: 5%;
    }
}


/****************** 430 ****************************/

@media (max-width: 430px) {
	
    .sec-2-h h1 {
        font-size: 37px;
    }	
	    #sec-5 .owl-nav.disabled {
        right: 90px;
        top: 470px;
    }
	.sec-5-hh h2 {
    font-size: 22px;
}
	    .sec-7-h h1 {
        font-size: 28px;
    }
	#sec-7 .sec-7-main-col {
        padding-top: 20px !important;
        padding-bottom: 30px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}


/****************** 414 ****************************/

@media (max-width: 414px) {
	
	
	.slider-h h1 {
        font-size: 25px;
        letter-spacing: 1px;
        line-height: 40px;
    }
.sec-2-h h1 {
        font-size: 35px;
    }	
	    .sec-5-hh h2 {
        font-size: 17px;
    }
	.sec-7-h h1 {
        font-size: 25px;
    }
	    #sec-5 .owl-nav.disabled {
        right: 90px;
        top: 520px;
    }
}



/****************** 390 ****************************/

@media (max-width: 390px) {
	
    #slider {
        padding-left: 30px;
        padding-right: 30px;
    }	
	    #sec-1-row-1 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
	    .sec-1-txt p {
        padding-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }
	    #sec-2 {
        padding-top: 0px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
	    .sec-2-txtt h2 {
        font-size: 19px;
        line-height: 30px;
        padding-top: 15px;
    }
	    #sec-5 .owl-nav.disabled {
        right: 90px;
        top: 370px;
    }
	#test-row img.alignnone.size-full.wp-image-118 {
    bottom: 5px;
}
	.sec-5-hh h2 {
        font-size: 25px;
    }
	    #sec-5 .owl-nav.disabled {
        right: 70px;
        top: 560px;
    }
	    .sec-7-h h1 {
        font-size: 23px;
    }
}


/****************** 360 ****************************/

@media (max-width: 360px) {
	
	
	.slider-h h1 {
        font-size: 23px;
        letter-spacing: 1px;
    }
    .sec-2-h h1 {
        font-size: 33px;
    }	
	.sec-5-h h1 {
        font-size: 38px;
        letter-spacing: 4px;
        padding-top: 10px;
        line-height: 10px;
    }
	    #sec-5 .carousel-item {
        margin-right: 15px;
        margin-left: 10px;
        padding: 25px 15px;
    }
	    #sec-5 .owl-nav.disabled {
        right: 59px;
        top: 500px;
    }
	    .sec-7-h h1 {
        font-size: 19px;
    }
	    .sec-7-form h2 {
        font-size: 30px;
        letter-spacing: 4px;
    }
	
}


/****************** 320 ****************************/

@media (max-width: 320px) {}