/*
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
*/
/*----------------------*/
/* .container-wrap .container.main-content:first-child {
    padding: 0 70px;
} */
/*----blog post poage---*/
.post-template-default.single.single-post h2 {
    font-size: 33px;
	line-height:43px;
}
/*-------------keyframe---------------*/
/*     filter: invert(47%) sepia(86%) saturate(5947%) hue-rotate(348deg) brightness(90%) contrast(109%); */
/*     animation: rotate 2s linear infinite; */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* animation: zoom1 4s ease-in-out 0s infinite normal forwards; */
@keyframes zoom1 {
	0% {
		animation-timing-function: ease-out;
		transform: scale(1);
		transform-origin: center center;
	}

	10% {
		animation-timing-function: ease-in;
		transform: scale(0.91);
	}

	17% {
		animation-timing-function: ease-out;
		transform: scale(0.98);
	}

	33% {
		animation-timing-function: ease-in;
		transform: scale(0.87);
	}

	45% {
		animation-timing-function: ease-out;
		transform: scale(1);
	}
}
/* 	animation: tbmove1 8s ease 1s infinite normal forwards; */
@keyframes tbmove1 {
	0%,
	100% {
		transform: translatey(0);
	}

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

	20%,
	40%,
	60% {
		transform: translatey(7px);
	}

	80% {
		transform: translatey(5px);
	}

	90% {
		transform: translatey(-5px);
	}
}
/*-----*/
@keyframes tbmove2 {
	0%,
	100% {
		transform: translatey(0);
	}

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

	20%,
	40%,
	60% {
		transform: translatey(3px);
	}

	80% {
		transform: translatey(1px);
	}

	90% {
		transform: translatey(-1px);
	}
}

.stx1 h1 {
    font-size: 25px !important;
    line-height: 35px;
}
/*----------SMOKE EFFECT-------------*/
.smoke-fire-effect {
    position: absolute;
    bottom: -10px;
    left: -15%;
    width: 130%;
    height: 210px;
    background: url(https://webbwizz.com/wp-content/uploads/2025/03/red-smokee.gif) no-repeat bottom center;
    background-size: cover;
    animation: smokeAnimation 10s infinite linear;
    background-size: 100% 100%;
    z-index: -1;
}

@keyframes smokeAnimation {
    0% { opacity: 0.3; transform: translateY(0); }
    50% { opacity: 0.6; transform: translateY(-10px); }
    100% { opacity: 0.3; transform: translateY(0); }
}
/*-----------*/
/*     animation: myAnim4 2s ease 0s infinite normal forwards; */
@keyframes myAnim4 {
    0%,
    50%,
    100% {
		background-image: linear-gradient(1292deg, #ee2e15, transparent);
        background-size: cover;
    }
    25%,
    75% {
		 background: #ee2e15;
    }
}
/*---------------------*/
/*  animation: blink 1.5s infinite alternate; */
@keyframes blink {
  0% {
    background: red;
  }
  50% {
    background: linear-gradient(to right, #ff0000, #8b0000);
  }
  100% {
    background: red;
  }
}
/* 	animation: smoothColorChange2 5s infinite ease-in-out; */
@keyframes smoothColorChange2 {
  0% {
    background: #ee2e15;
  }
  50% {
    background: linear-gradient(to right, #ee2e15, black);
  }
  100% {
    background: #ee2e15;
  }
}
/*-----------keyframe end-------------*/
/*---------------------*/
/* Width of the scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

/* Track (background) */
::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
	padding:0 3px;
	border:1px solid #EE2E15;
}

/* Scrollbar handle */
::-webkit-scrollbar-thumb {
    background: #EE2E15;
    border-radius: 5px;
	border:1px solid #EE2E15;
}

/* Scrollbar handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*------------button hover-----------------*/
#sec-5 a.btn {
    display: table;
    margin: 0 auto;
}
#sec-1 a#sec1-btn1,
#sec-3 a.btn,
#sec-6 a.btn,
#sec-8 a.btn,
#serv-1 a.btn,
#sec-5 a.btn,
#logo-2 a.btn,
#abt-p3 a.btn {
    transform: unset !important;
}
#sec-1 #sec1-inr1 a.btn,
#sec-3 a.btn,
#sec-6 a.btn,
#sec-8 a.btn,
#serv-1 a.btn,
#sec-5 a.btn,
#logo-2 a.btn,
#abt-p3 a.btn {
border: 1px solid #fff;
padding: 12px 29px;
font-size: 14px;
border-radius: 5px;
color: #fff;
text-decoration: none;
transition: 0.7s;
letter-spacing: 1px;
text-transform: capitalize;
overflow: hidden;
position: relative;

	&:hover{
		border-color:#EE2E15 !important;
	}
}

#sec-1 #sec1-inr1 a.btn::before,
#sec-3 a.btn::before,
#sec-6 a.btn::before,
#sec-8 a.btn::before,
#serv-1 a.btn::before,
#sec-5 a.btn::before,
#logo-2 a.btn::before,
#abt-p3 a.btn::before {
content:"";
background: #EE2E15;
height: 0;
width: 0;
transform: translate(-50%, -50%);
position: absolute;
border-radius: 30px;
transition: width 0.8s, height 0.8s;
top: var(--y);
left: var(--x);
}
#sec-1 #sec1-inr1 a.btn:hover::before,
#sec-3 a.btn:hover::before,
#sec-6 a.btn:hover::before,
#sec-8 a.btn:hover::before,
#serv-1 a.btn:hover::before,
#sec-5 a.btn:hover::before,
#logo-2 a.btn:hover::before,
#abt-p3 a.btn:hover::before {
height: 400px;
width: 500px;
}
#sec-1 #sec1-inr1 a.btn span,
#sec-3 a.btn span,
#sec-6 a.btn span,
#sec-8 a.btn span,
#serv-1 a.btn span,
#sec-5 a.btn span,
#logo-2 a.btn span,
#abt-p3 a.btn span {
position: relative;
z-index: 1;
}
#sec-3 a.btn:hover,
#sec-6 a.btn:hover,
#sec-8 a.btn:hover,
#serv-1 a.btn:hover,
#sec-5 a.btn:hover,
#logo-2 a.btn:hover,
#abt-p3 a.btn:hover {
    color: #fff !important;
}
/*---------------inner pages-------------------*/
#sec-5 .serv19-txt1a h2,
#sec-5 .serv19-txt1a h5 {
    color: #000 !important;
}
/*------------------------------*/
body.single.single-post #page-header-bg > #nectar-page-header-p-wrap > .page-header-bg-image {
    background-image: none !important;
}
/*------------about page---------*/
#abtt1-inr1 .abt-img1 {
    width: 70%;
}
#abt-p2 .icon-salient-thin-line:before {
    content: "\f560" !important;
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #fff;
    background: #ee2e15;
    padding: 5px 6px;
    border-radius: 40px;
    top: -8px;
    position: relative;
}
#abt-p2 .nectar-fancy-ul ul li {
    padding-bottom: 8px;
}
/*----------*/
/*----contact page----*/
#contact-page input[type=text] {
    background: transparent;
    border-bottom: 2px solid #ee2e15;
    margin-bottom: 20px;
}
#contact-page input[type=email],
#contact-page input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    background: transparent;
    border-bottom: 2px solid #ee2e15;
    margin-bottom: 20px;
}

#contact-page textarea.wpcf7-form-control.wpcf7-textarea {
    background: transparent;
    border-bottom: 2px solid #ee2e15;
    margin-bottom: 20px;
    height: 140px;
}
#contact-page input[type=submit] {
    width: auto;
    background: transparent;
    padding: 10px 47px !important;
    font-size: 16px;
    border-radius: 0px !important;
    color: #000;
    border: 1px solid #ee2e15;
}
#contact-page input[type=submit]:hover {
    background: #ee2e15;
    color: #fff !important;
}
#contact-page input[type=tel] {
    background: transparent;
    border-bottom: 2px solid #ee2e15;
}
#contact-2 h2 {
    -webkit-text-stroke: 1px #ee2e15;
    color: transparent;
    font-size: 110px;
    line-height: 110px;
}
#contact-2 {
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 0 !important;
}
/* #cont2-col2-inr1 .iwithtext:first-child {
    border-bottom: 1px solid red;
    padding-bottom: 13px;
    width: 62%;
} */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: unset;
}
.wpcf7 form .wpcf7-response-output {
    
    border: 2px solid transparent !important;
}
.wpcf7-response-output {
    color: green;
}
/*------------portfolio---------------*/
#sec-4 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li {
	position:relative;
}
#sec-4 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a {
    padding-top:60px;
}
#sec-4 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item:nth-child(1) a::before {
    content: '';
    background: url(https://webbwizz.com/wp-content/uploads/2025/03/6716437-e1741726913749.webp);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 27%;
    top: 5px;
    visibility: visible !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#sec-4 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item:nth-child(2) a::before {
    content: '';
    background: url(https://webbwizz.com/wp-content/uploads/2026/03/logo-design.webp);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 30%;
    top: 5px;
    visibility: visible !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#sec-4 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item:nth-child(3) a::before {
    content: '';
    background: url(https://webbwizz.com/wp-content/uploads/2026/03/high-quality_3D_illustration_ico.webp);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 30%;
    top: 5px;
    visibility: visible !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#sec-4 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item:nth-child(4) a::before {
    content: '';
    background: url(https://webbwizz.com/wp-content/uploads/2026/03/3Dmobilephoneicon3.webp);
    width: 51px;
    height: 58px;
    position: absolute;
    left: 34%;
    top: 3px;
    visibility: visible !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#sec-4 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item:nth-child(5) a::before {
    content: '';
    background: url(https://webbwizz.com/wp-content/uploads/2025/03/5448976-e1741730144962.webp);
    width: 60px;
    height: 53px;
    position: absolute;
    left: 26%;
    top: 5px;
    visibility: visible !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#sec-4 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item:nth-child(even) a::before {
    animation: tbmove2 8s ease 1s infinite normal forwards;
}
#sec-4 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item:nth-child(odd) a::before {
    animation: tbmove2 15s ease 1s infinite normal forwards;
}
#sec-4 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item a::before {
    animation-play-state:paused;
}
#sec-4 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.active-tab a::before {
    padding: 2px;
}
/*---------service inner pages----------*/
    /*background: -webkit-linear-gradient(180deg, #EE2E15 0%, #881A0C 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
#sec-5 .sec5-txt3a h4 {
    color: #000;
}
#serv-1 .sig1 {
    animation: tbmove1 8s ease 1s infinite normal forwards;
}
#serv-1 .stx1 h2 {
    font-size: 47px;
    line-height: 62px;
}
#serv-1 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}

#serv-1 a.btn {
    font-size: 17px;
    padding: 13px 35px;
    border-width: 1px;
    color: white !important;
    border-color: white !important;
}
#serv-1 .stx12 {
    padding: 6px 0px 0px 30px;
    border-left: 2px solid #ee2e15;
    margin-top: 30px;
}
#serv-1 .stx12 h5 {
    font-family: DM sans !important;
    font-weight: 600;
    padding: 2px 0px 7px;
}

#serv-1 .stx12 img {
    width: 60%;
    margin: unset;
}
#serv-2 .stx22 h5 {
    font-size: 24px;
    font-weight:bold;
    color: #ee2e15;
    padding-bottom: 5px;
}
#serv-1 .stx1 h5 span {
    padding-bottom: 20px;
    color:#ee2e15;
    
}
#serv-1 .stx1 h5 {
    font-size: 19px;
    padding-bottom: 80px;
    text-transform: capitalize;
}
#serv-2 h2 span {
    color:#ee2e15;
}
#serv-2 .stx22 h4 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 8px;
}
#serv-2 .stx22 p {
    width: 91%;
    text-transform: capitalize;
    color: #2C2C2C;
}
.serv19-txt1a p {
    color: #fff;
}
/*--------social media marketing ---------*/
#smm-inr1 .vc_col-sm-4:nth-child(2) .vc_column-inner, 
#smm-inr1 .vc_col-sm-4:nth-child(2) {
    border-radius: 20px !important;
    background: #fff;
}
#smm-inr1 .smm-txt3 {
    position: absolute;
    bottom: -8px;
    left: 0;
    background: #EE2E15;
    color: #fff;
    border-radius: 0px 0 18px 18px;
    padding: 20px 13px;
}
#smm-inr1 .smm-txt3 h4 {
    color: #fff;
}
#smm-inr1 .hover-wrap {
    margin-bottom: 0;
}
/*------------------------------------------*/
/* #mad-2 .mad2-txt2a {
    position: absolute;
    bottom: 50px;
    left: 8%;
    color: #fff;
} */
#mad-2 .mad2-txt2a {
    position: absolute;
    bottom: 50px;
    left: 5%;
    color: #fff;
    width: 90%;
}
#mad-2 .mad2-txt2a h3 {
	color: #fff;
	border-bottom: 1px solid;
    padding-bottom: 5px;
}
#mad-2 .mad2-txt2a p {
	padding-bottom: 4px;
    font-size: 14px;
    line-height: 23px;
}
#mad-2 .carousel-item {
    padding-bottom: 0;
}
/*----*/
#mad-2 .owl-dots {
    display: none;
}
#mad-2 .owl-carousel .owl-nav.disabled {
    display: block;
    position: relative;
    width: 10%;
    margin: 0 auto;
    margin-top: 17px;
}
#mad-2 .owl-carousel .owl-nav.disabled button {
    padding: 0 !important;
    border: unset !important;
}
#mad-2 .owl-carousel .owl-nav.disabled button span {
    display: none;
}
#mad-2 .owl-carousel .owl-nav.disabled button.owl-prev::before {
    content: '';
    background: url(https://webbwizz.com/wp-content/uploads/2025/03/Group-153.png);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#mad-2 .owl-carousel .owl-nav.disabled button.owl-next::before {
    content: '';
    background: url(https://webbwizz.com/wp-content/uploads/2025/03/Group-153.png);
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
	background-repeat: no-repeat;
    background-size: 100% 100%;
}
#mad-2 .owl-carousel .owl-nav.disabled button:hover::before {
    filter: invert(47%) sepia(86%) saturate(5947%) hue-rotate(348deg) brightness(90%) contrast(109%);
}
/*-----------------testimonial page------------------------*/
#tst-sec2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
#tst-sec2 .nectar-scrolling-text-inner h2 {
    font-size: 20px;
    display: flex;
    align-items: center;
    color: transparent;
    font-family: 'Open Sans';
    color: #000;
    padding: 0px 25px 0px 9px;
    font-weight: 600;
}
#tst-sec2 .nectar-scrolling-text-inner h2 img {
    margin-left: 29px;
    margin-right: 28px;
    animation: rotate 20s linear infinite;
}
/*--------*/
#contact-page input[type=text] {
    text-transform: capitalize;
}
/*---------------------inner pages end-------------------------*/
/*--------------- header/navigation---------------------*/
nav li#menu-item-61 a {
/*     background: #ee2e15; */
    padding: 11px 18px !important;
    border-radius: 40px;
    box-shadow: 0px 0px 0px 0px #fff;
/*     background-image: linear-gradient(1292deg, #ee2e15, transparent); */
/*   transition: background 1.5s ease-in-out; */
/* 	animation: smoothColorChange2 5s infinite ease-in-out; */
	animation: myAnim4 2s ease 0s infinite normal forwards;
}
nav li#menu-item-61 a::before {
    display: none !important;
}
/*---------------section 1---------------------*/
#sec-1 .sec1-txt1 p {
    width: 50%;
}
#sec-1 .sec1-txt3 h3 {
    font-size: 32px;
    font-weight: 500;
}
#sec-1 .sec1-txt3 h3 span.sec11-span11 {
    font-size: 17px;
    font-weight: 400;
}
#sec-1 .sec1-txt3 p {
    font-size: 13px;
}
#sec-1 .sec1-txt3::before {
    content: '';
    background: #ffffff4d;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
#sec-1 .sec1-txt1 p {
    width: 50%;
    font-size: 17px;
    line-height: 26px;
}
/*---------------section 2---------------------*/
#sec-2 #sec2-inr2 .col .vc_col-sm-3 .vc_column-inner svg {
    animation: rotate 22s linear infinite;
}
#sec2-inr2 .col .vc_col-sm-3 .vc_column-inner {
    border: 1px solid #D9D3D3;
    background: #d9d3d32b;
    padding: 20px 28px 22px 28px;
    border-radius: 6px;
	transition: 0.8s;
}
#sec2-inr2 .col .vc_col-sm-3 .vc_column-inner:hover {
    background: #EE2E15;
	transition:1s;
}
#sec2-inr2 .col .vc_col-sm-3 .vc_column-inner:hover svg {
	animation: rotate 12s linear infinite;
}
#sec2-inr2 .col .vc_col-sm-3 .vc_column-inner img.alignnone.size-full.wp-image-18 {
	transition:0.7s;
}
#sec2-inr2 .col .vc_col-sm-3 .vc_column-inner:hover img.alignnone.size-full.wp-image-18 {
    filter: invert(1) brightness(16);
	animation: rotate 2s linear infinite;
	transition:0.7s;
}
#sec2-inr2 .col .vc_col-sm-3 .vc_column-inner:hover .sec2-txt3a h4, 
#sec2-inr2 .col .vc_col-sm-3 .vc_column-inner:hover .sec2-txt3a p {
    color: #fff;
	transition:0.7s;
}
#sec-2 .sec2-txt3a p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}
#sec-2 .sec2-txt2 h6 {
    font-size: 20px;
    line-height: 29px;
    padding-left: 13%;
    font-weight: 300;
    padding-top: 11px;
}
/*---------------section 3---------------------*/
#sec-31 .sec3-txt1 p {
    font-weight: 300;
    color: #514C4C;
}
#sec-3 .sec3-img1 {
    left: -22px;
}
#sec-3 .sec3-img3 {
    right: -22px;
}
#sec-3 .sec3-img1,
#sec-3 .sec3-img3 {
    margin: 0 !important;
	animation: zoom1 4s ease-in-out 0s infinite normal forwards;
	width: 90%;
}
#sec-3 .img-with-aniamtion-wrap .hover-wrap {
    padding: 0px !important;
}
#sec-3 a#sec3-btn1 {
    margin-top: 40px;
    padding: 10px 40px;
    font-size: 14px;
}
/*---------------section 4/Portfolio---------------------*/
#sec-41 .sec4-txt1 h6 {
    width: 80%;
    margin: 0 auto;
    font-size: 19px;
    color: #3E3B3B;
    font-weight: 300;
}
/*------------*/
.nectar-shape-divider-wrap.no-color .nectar-shape-divider {
    fill: #131418 !IMPORTANT;
}
#sec-port img {
    width: 100% !important;
}
#sec-port img:hover {
    transform: translateY(-935px) !IMPORTANT;
}

#sec-port img {
    transition: 9s;
}
#sec-port .hover-wrap {
    margin-bottom: -300%;
    height: 1600px;
}
#sec-port .vc_column-inner {
    background: #EE2E15;
    padding: 0px;
    border-radius: 25px 25px 0 0;
    border: 2px solid #d1c4c4;
    box-shadow: 0px 0px 5px 1px #d1c4c4;
}
#sec-port:last-child .vc_col-sm-4:last-child .vc_column-inner {
    border: unset;
    box-shadow: unset;
}
/*---------------section 5---------------------*/
#sec-5 .row-bg-wrap.has-animated-gradient {
    height: 70%;
}
#sec-5 .row-bg.viewport-desktop.using-image {
    background-size: 100% 75%;
}
#sec-5 .sec5-txt1 h2 {
    color: #fff;
}
#sec-5 .sec5-txt1 h5 {
    color: #fff;
    font-weight: 100 !important;
    letter-spacing: 1px;
}
/*------*/
#sec-5 .owl-stage .owl-item .carousel-item {
    background: #fff;
    padding: 30px 18px 30px 20px;
    border-radius: 12px;
    margin: 0 9px;
    box-shadow: 1px 4px 6px 5px #0000002b;
    height: 290px;
    max-height: 330px;
    min-height: 338px !important;
}
#sec-5 .owl-stage .owl-item .carousel-item .sec5-txt3a p {
    font-size: 13px;
	line-height: 19px;
    font-weight: 100 !important;
    color: #3E3B3B;
}
.sec5-txt3a h4 {
    font-size: 22px !important;
	font-weight:500;
}
/*----*/
#sec-5 .owl-dots {
    display: none;
}
#sec-5 .owl-carousel .owl-nav.disabled {
    display: block;
    position: relative;
    width: 10%;
    margin: 0 auto;
    margin-top: 17px;
}
#sec-5 .owl-carousel .owl-nav.disabled button {
    padding: 0 !important;
    border: unset !important;
}
#sec-5 .owl-carousel .owl-nav.disabled button span {
    display: none;
}
#sec-5 .owl-carousel .owl-nav.disabled button.owl-prev::before {
    content: '';
    background: url(https://webbwizz.com/wp-content/uploads/2025/03/Group-153.png);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#sec-5 .owl-carousel .owl-nav.disabled button.owl-next::before {
    content: '';
    background: url(https://webbwizz.com/wp-content/uploads/2025/03/Group-153.png);
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
	background-repeat: no-repeat;
    background-size: 100% 100%;
}
#sec-5 .owl-carousel .owl-nav.disabled button:hover::before {
    filter: invert(47%) sepia(86%) saturate(5947%) hue-rotate(348deg) brightness(90%) contrast(109%);
}
#sec-5 .sec5-txt3a h4:nth-child(1) {
    font-weight: bold;
    font-size: 26px !important;
}
/*---------------section 6---------------------*/
/*----*/
#sec-6 .owl-dots {
    display: none;
}
#sec-6 .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    width: 95%;
    margin: 0 auto;
    margin-top: 17px;
    bottom: 48%;
}
#sec-6 .owl-carousel .owl-nav.disabled button {
    padding: 0 !important;
    border: unset !important;
}
#sec-6 .owl-carousel .owl-nav.disabled button span {
    display: none;
}
#sec-6 .owl-carousel .owl-nav.disabled button.owl-prev::before {
    content: '';
    background: url(https://samplelinksweb.com/webwizz/wp-content/uploads/2025/03/Group-153.png);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#sec-6 .owl-carousel .owl-nav.disabled button.owl-next::before {
    content: '';
    background: url(https://samplelinksweb.com/webwizz/wp-content/uploads/2025/03/Group-153.png);
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
	background-repeat: no-repeat;
    background-size: 100% 100%;
}
#sec-6 .sec6-img1 {
    width: 50%;
}
#sec-6 .owl-carousel .owl-nav.disabled button:hover::before {
    filter: invert(47%) sepia(86%) saturate(5947%) hue-rotate(348deg) brightness(90%) contrast(109%);
}
#sec-6 .sec6-txt1 p {
    width: 84%;
    margin: 0 auto;
}
/*---------------section 7---------------------*/
#sec7-col1-inr1 .col .vc_col-sm-12 .vc_column-inner {
    background: #EE2E15;
    padding: 23px 12px 13px 12px;
    border-radius: 8px;
    color: #fff;
}
#sec7t-main1 {
    display: flex;
    justify-content: space-between;
}
#span71t-span2 {
    text-align: right;
}
#sec7-col1-inr1 {
	margin-top:-25px;
}
#sec-7 #sec7-col1-inr1 .sec7-txt5a .sec71t-span1 p, 
#sec-7 #sec7-col1-inr1 .sec7-txt5a .sec71t-span1 img {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
#sec-7 .sec7-txt5a h5 {
    color: #fff;
}
#sec-7 .sec7-txt1 p {
    font-weight: 500;
    font-size: 15px;
    /* font-family: 'DM Sans'; */
    line-height: 23px;
}
#sec-7 .sec7-txt1 {
    height: 120px;
    max-height: 140px;
    min-height: 110px !important;
}
#sec-7 .sec7-col2-col2 .vc_column-inner {
    background: #EDEBEB;
    padding: 10px 10px;
}
#sec7-col2-inr1 {
    width: 79%;
    margin: 0 auto;
}
#sec-7 .sec7-col2-col2 .vc_column-inner {
    background: #EDEBEB;
    padding: 10px 10px;
    margin-left: -20px;
    border-radius: 9px;
}
#sec-7 .sec7t-span2 h5 {
    color: #ee2e15;
    font-size: 18px;
}
#sec-7 .sec7t-span2 p {
    color: #AAAAAA !important;
}
#sec-7 .sec7t-span2 {
    text-align: right;
}
#sec7-col2-inr2 {
    margin-top: 40px;
}
	.sec-7-mob {
		display: none !important;
}
/*---------------section 8---------------------*/
#sec-8 {
    padding-bottom: 10px !important;
    margin-bottom: 0;
}
#sec-8 a#sec8-btn1 {
    margin-right: 160px;
    padding: 9px 32px;
    font-size: 14px;
	transform:unset;
}
#sec-8 .post-header h3.title a {
    color: #000 !important;
    font-size: 24px;
	line-height:35px;
    font-weight: 500;
    font-family: 'DM Sans';
}
#sec-8 .post-header h3.title {
    order: 2;
    width: 70%;
}
/*-----*/
#sec-8 .owl-stage-outer {
    width: 150%;
}
#sec-8 .post-header {
    display: flex;
    flex-direction: column;
}
#sec-8 .post-header .meta-category a {
    position: relative;
    padding-left: 30px;
	font-size: 15px;
}
#sec-8 .post-header .meta-category {
    font-size: 0;
}
#sec-8 .post-header .meta-category a::before {
    content: '';
    background: url(https://webbwizz.com/wp-content/uploads/2025/03/Group-59.png);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	animation: rotate 12s linear infinite;
}
#sec-8 .row.blog-recent .excerpt {
    display: none;
}
/*----*/
#sec-8 .owl-carousel.owl-theme.owl-loaded.owl-drag {
    z-index: 99 !important;
}
#sec-8 .owl-dots {
    display: none;
}
#sec-8 .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    width: 9%;
    margin: 0 auto;
    margin-top: 17px;
    bottom: unset;
    right: 0;
    top: -71px;
    z-index: 999;
}
#sec-8 .owl-carousel .owl-nav.disabled button {
    padding: 0 !important;
    border: unset !important;
}
#sec-8 .owl-carousel .owl-nav.disabled button span {
    display: none;
}
#sec-8 .owl-carousel .owl-nav.disabled button.owl-prev::before {
    content: '';
    background: url(https://webbwizz.com/wp-content/uploads/2025/03/Group-153.png);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#sec-8 .owl-carousel .owl-nav.disabled button.owl-next::before {
    content: '';
    background: url(https://webbwizz.com/wp-content/uploads/2025/03/Group-153.png);
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
	background-repeat: no-repeat;
    background-size: 100% 100%;
}
#sec-8 .owl-carousel .owl-nav.disabled button:hover::before {
    filter: invert(47%) sepia(86%) saturate(5947%) hue-rotate(348deg) brightness(90%) contrast(109%);
}
/*---------------footer---------------------*/
/*--------social icons------------*/
#footer-1 .social-icons ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}
#footer-1 .social-icons ul {
    margin-left: 0;
}
#footer-1 .social-icons ul li a i {
	padding: 7px 8px;
    background: #fff;
    color: #000;
    font-size: 17px;
	border: 1px solid #fff;
}
#footer-1 .social-icons ul li a i.fa-brands.fa-facebook-f {
    padding: 7px 9px !important;
}
#footer-1 .social-icons ul li a i.fa-brands.fa-x-twitter:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #EE2E15;;
    box-shadow: inset 1px 11px 11px 1px #000;
}
#footer-1 .social-icons ul li a i.fa-brands.fa-linkedin-in:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #4997cf;
    box-shadow: inset 1px 11px 11px 1px #4997cf;
}
#footer-1 .social-icons ul li a i.fa-brands.fa-facebook-f:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #0866ff;
    box-shadow: inset 1px 11px 11px 1px #0866ff;
}
#footer-1 .social-icons ul li a i.fa-brands.fa-instagram:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #f701a8;
    box-shadow: inset 1px 11px 11px 1px #d800dd;
}
#footer-1 .social-icons ul li:nth-child(even) a i {
    animation: tbmove1 8s ease-in-out infinite normal forwards !important;
}
#footer-1 .social-icons ul li:nth-child(odd) a i {
    animation: tbmove1 13s ease-in-out 1s infinite normal forwards;
}
#footer-1 .social-icons ul li a i:hover {
    animation-play-state:paused !important;
}
/* =======social icon end=========== */
/*------------------------------*/
#footer1-inr3::before {
    content: '';
    background: #fff;
    width: 130%;
    height: 1px;
    position: absolute;
    left: -15%;
    top: 1px;
}
#footer-1 #footer1-inr2 ul li {
    list-style: none !important;
	padding-bottom:10px;
}
#footer-1 #footer1-inr2 ul {
    margin-left: 0;
}
#footer-1 form input[type="submit"] {
    width: 100%;
	border: 1px solid #ee2e15;
}
#footer-1 form input[type="submit"]:hover {
    background: transparent;
}
#footer-1 .row-bg.viewport-desktop.using-image::before {
    content: '';
    background: url(https://webbwizz.com/wp-content/uploads/2025/03/Group-171.webp);
    height: 800px;
    width: 57%;
    position: absolute;
    right: -120px;
    bottom: -240px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: rotate 30s linear infinite;
}
#footer1-inr3 {
    margin-bottom: 0;
}
#footer-1 #footer1-inr2 .vc_col-sm-3:nth-child(4) {
    padding-left: 60px;
}
/*----------------------*/
/*------------------------*/
@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {
	#sec-2 .sec2-txt1 h2 {
    font-size: 50px !important;
}
	/*--------SEO inner pages-----------*/
#sec-5 .owl-stage .owl-item .carousel-item {
    background: #fff;
    padding: 30px 18px 30px 20px;
    border-radius: 12px;
    margin: 0 9px;
    box-shadow: 1px 4px 6px 5px #0000002b;
    height: 290px;
    /* max-height: 354px; */
    min-height: 350px !important;
}	
	/*--------inner pages 1366-----------*/
	#serv-1 .stx1 h2 {
    font-size: 40px;
    line-height: 57px;
}
	/*----------*/
}
@media (max-width: 1280px) {
	#sec-7 .sec7-txt1 p {
    font-size: 20px;
    font-family: 'DM Sans';
    line-height: 30px;
}
}
@media (max-width: 1226px) {
		/*-------inner pages--------*/
	#serv-1 .stx1 h2 {
    font-size: 43px;
    line-height: 59px;
}
	#serv-1 .stx1 h2 {
        font-size: 38px;
        line-height: 55px;
    }
	/*---about page---*/
		#abt-p2 .abtp2-txt1 h2 {
    font-size: 45px;
}
	/*-------------*/
	/*---------------------------*/
	    #sec-2 .sec2-txt1 h2 {
        font-size: 44px !important;
    }
	#sec-port .hover-wrap {
    margin-bottom: -150%;
    height: 827px;
}
}
@media (max-width: 1024px) {
	#sec-2 .wpb_column.has-animation[data-animation=fade-in-from-right],
	#sec-port .wpb_column.has-animation[data-animation=fade-in-from-right] {
    transform: translateX(0px);
}
	#sec-1 {
    padding-top: 210px !important;
}
	#sec-1 .sec1-txt1 p {
    width: 65%;
    font-size: 16px;
    line-height: 25px;
}
	#sec-1 .sec1-txt3 h3 {
    font-size: 25px;
}
	#sec-1 .sec1-txt3 h3 span.sec11-span11 {
    font-size: 13px;
}
	#sec-1 .sec1-txt3::before {
    right: -5px;
}
	#sec1-inr1 {
    padding-bottom: 10px !important;
}
	    #sec-2 .sec2-txt1 h2 {
        font-size: 37px !important;
        line-height: 48px;
    }
	#sec-2 .sec2-txt2 h6 {
    font-size: 17px;
    line-height: 26px;
    padding-left: 9%;
}
	#sec2-inr2 .col .vc_col-sm-3 .vc_column-inner {
    padding: 15px 15px 15px 15px;
}
	#sec-2 .sec2-txt3a h4 {
    font-size: 19px;
    line-height: 26px;
}
	#sec-31 {
    padding-top: 20px !important;
}
	    #sec-port .hover-wrap {
        height: 695px;
    }
	#sec-41 .sec4-txt1 h6 {
    width: 86%;
    font-size: 17px;
}
#protii-secc h2 {
    font-size: 35px;
    line-height: 45px;
}
	#sec-7 .sec7-txt1 {
    height: 107px;
}
	    #sec-7 .sec7-txt1 p {
        font-size: 16px;
        line-height: 27px;
    }
	#sec-7 .sec7-txt2 h4 {
    font-size: 19px;
    line-height: 27px;
}
	#sec7-col2-inr1 {
    width: 93%;
}
	#span71t-span2 p {
    font-size: 14px;
}
	#sec-7 .sec7-txt5a h5 {
    font-size: 15px;
}
	#sec-7 .sec7-txt7 p br {
    display: none;
}
	#sec-8 .sec8-txt1 h2 {
    font-size: 42px;
}
	#sec-8 .owl-carousel .owl-nav.disabled {
    width: 12%;
	top: -80px;
}
	#sec-8 .owl-stage {
    padding-top: 5px;
}
	#sec-8 a#sec8-btn1 {
    margin-right: 135px;
	padding: 9px 24px;
}
	#sec-8 .post-header h3.title {
    width: 80%;
}
	#sec-8 .post-header h3.title a {
    font-size: 22px;
    line-height: 28px;
}
	#footer-1 .social-icons ul li {
    margin-right: 9px;
}
	/*-----------inner pages 1024----------------*/
	#mad-2 .mad2-txt2a p {
    display: none;
}
	#mad-2 .owl-carousel .owl-nav.disabled {
    width: 20%;
}
	    #serv-1 .stx1 h2 {
        font-size: 30px;
        line-height: 40px;
    }
	#mad-2 .mad2-txt1 h2 {
    font-size: 36px;
    line-height: 45px;
}
	#sec-5 .serv19-txt1a h2 {
    font-size: 37px;
    line-height: 48px;
}
	#sec-5 .sec5-txt3a h4 {
    font-size: 20px !important;
    line-height: 30px;
}
	#serv-1 .stx1 h5 {
    padding-bottom: 40px;
}
		/*--------about----------*/
	#abt-p2 .abtp2-txt1 h2 {
    font-size: 36px;
    line-height: 45px;
}
	.abtp3-txt2 p {
    font-size: 14px;
    line-height: 23px;
}
	/*------------*/
	/*--------------------------*/
}
@media (max-width: 820px) {
	/*-------blog post page--------*/
	.post-template-default.single.single-post h2 {
    font-size: 30px;
    line-height: 36px;
}
	/*---------------*/
	    #sec-1 {
        padding-top: 150px !important;
    }
	#sec-2 .sec2-txt1 {
    text-align: center;
}
	#sec-2 .sec2-txt2 h6 {
        font-size: 17px;
        line-height: 26px;
        padding-left: 0;
        text-align: center;
        padding-top: 0;
    }
	#sec-2 #sec2-inr1 .vc_col-sm-6 {
    margin-bottom: 10px;
}
	#sec-3 .col .vc_col-sm-3 {
    width: 25%;
}
	#sec-3 .col .vc_col-sm-6 {
    width: 50%;
}
	    #sec-3 .sec3-img1, 
	#sec-3 .sec3-img3 {
        width: 99%;
        top: -30px;
    }
	    #sec-port .hover-wrap {
        height: 1250px;
    }
	#sec-port img {
    width: 100%;
}
	#sec-port .col .vc_col-sm-4 .vc_column-inner {
    margin: 0 60px;
}
	#sec-5 .owl-carousel .owl-nav.disabled {
    width: 19%;
}
		#sec-6 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
	#sec-6 .sec6-img1 {
    width: 70%;
}
	.sec-7-desk {
    display: none !important;
}
	.sec-7-mob {
		display: block !important;
}
	#sec-7 .sec7-img1 {
    margin: 0 auto;
    display: table;
}
	#sec-7 .sec7-img2 {
    margin: 0 auto;
    display: table;
}
	#sec-7 .row_col_wrap_12.col.span_12.dark.left {
    padding: 0px 110px;
}
#sec-7 .col.vc_col-sm-3:nth-child(1) {
    order: 2;
}
	#sec-7 .col.vc_col-sm-3:nth-child(3) {
    order: 3;
}
	#sec-7 .col.span_12 .sec7-col2 {
    order: 1;
}
	#sec-8 .sec8-txt1 {
    text-align: center;
}
	#sec-8 a#sec8-btn1 {
    display: table;
    margin: 0 auto !important;
}
	#sec-8 .owl-carousel .owl-nav.disabled {
        width: 18%;
        top: -65px;
    }
	    #footer-1 .social-icons ul li {
        margin-right: 25px;
    }
	#footer-1 #footer1-inr2 .vc_col-sm-3:nth-child(4) {
    padding-left: 0;
}
	/*-----------inner page 820--------------*/
	#serv-1 {
    text-align: center;
}
	#serv-1 .stx12 img {
    width: 90%;
}
	    #sec-5 .sec5-txt3a h4 {
        font-size: 19px !important;
        line-height: 28px;
    }
	#serv-1 .stx1 h2 {
        font-size: 30px;
        line-height: 43px;
    }
	#serv-1 .row-bg.viewport-desktop.using-image {
    background-size: cover !important;
}
#mad-2 .owl-carousel .owl-nav.disabled {
    width: 23%;
}
	#serv-1 .sig1 {
    margin: 0 auto;
    display: table;
}
	#mad-2 .mad2-txt1 h2 {
    font-size: 32px;
    line-height: 41px;
}
	/*-------about page 820-------*/
	#abt-p1 {
    padding-top: 100px !important;
}
	#abt-p2 .abtp2-txt1 {
    text-align: center;
}
	#abt-p2 .abt-img1 {
    transform: rotate(90deg);
    width: 58%;
    margin: -90px auto;
    margin-bottom: -140px;
}
	#abt-p3 {
    text-align: center;
}
	#abt-p3 {
    padding-bottom: 10px !important;
}
	#abtp3-col2-inr1,
	#abtp3-col2-inr2 {
    margin-bottom: 0;
}
	/*-------inner pages end------------*/
}
@media (max-width: 800px) {}
@media (max-width: 768px) {}
@media (max-width: 480px) {
		/*-------blog post page--------*/
	.post-template-default.single.single-post h2 {
    font-size: 27px;
    line-height: 35px;
}
	/*---------------*/
	/*----------inner pages------------*/
	#serv-1 .sig1 {
    margin: 0 auto;
    display: table;
}
	#mad-2 .mad2-txt1 h2 {
    font-size: 31px;
    line-height: 39px;
}
	#mad-2 .mad2-txt1 h2 br {
		display:none;
	}
		#mad-2 .mad2-txt2a p:nth-child(3) {
    display: none;
}
	#mad-2 .owl-carousel .owl-nav.disabled {
    width: 40%;
}
	    #serv-1 .stx1 h2 {
        font-size: 26px;
        line-height: 33px;
    }
	/*---------------------*/
	    #sec-1 {
        padding-top: 90px !important;
    }
	#sec-1 .sec1-img2 {
    padding-left: 25px;
}
	#sec-1 .sec1-txt1 h1 {
    line-height: 46px;
}
	#sec-1 a#sec1-btn1 {
    margin: 0 auto;
    display: table;
}
	    #sec-1 .sec1-txt1 p {
        width: 100%;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
    }
		    #sec-1 .sec1-txt1 {
        text-align: center;
    }
	#sec-2 {
    margin-bottom: 0;
}
	#sec-31 .sec3-txt1 h2 {
    font-size: 35px !important;
}
	#sec-41 .sec4-txt1 h2 {
    font-size: 32px;
    line-height: 40px;
}
	#sec-4 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li {
    margin-bottom: 20px;
}
	#sec-4 ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
    margin-bottom: 10px;
}
	#sec-5 .sec5-txt1 h2 {
    font-size: 28px;
    line-height: 40px;
}
	#sec-5 .sec5-txt1 h5 {
    font-size: 15px;
    line-height: 23px;
}

#sec-5 .sec5-txt1 h5 br {
    display: none;
}
		#sec-port .col .vc_col-sm-4 .vc_column-inner {
    margin: 0 0px;
}
	    #sec-port .hover-wrap {
        height: 990px;
    }
	#sec-6 .sec6-txt1 h2 {
    font-size: 31px;
    line-height: 40px;
}
	#sec-6 .sec6-txt1 p {
    font-size: 14px;
    width: 100%;
}
#sec-6 .sec6-txt1 p br {
    display: none;
}
	    #sec-7 .row_col_wrap_12.col.span_12.dark.left {
        padding: 0px 40px;
    }
	    #sec-8 .sec8-txt1 h2 {
        font-size: 36px;
    }
	    #sec-8 .owl-carousel .owl-nav.disabled {
        width: 23%;
    }
	    #sec-8 .owl-stage {
        padding-bottom: 0;
    }
	#footer-1 #footer1-inr2 .social-icons ul {
    display: flex;
    justify-content: center;
}
		/*----------inner pages------------*/
	#serv-1 .stx12 {
    padding: 15px 0px 0px 30px;
    border-left: 0px solid #ee2e15;
    margin-top: 15px;
    border-top: 2px solid #ee2e15;
}
	    #sec-5 .serv19-txt1a h2 {
        font-size: 30px;
        line-height: 40px;
    }
	#sec-5 .owl-stage .owl-item .carousel-item {
    text-align: center;
}
	#sec-5 .owl-stage .owl-item .carousel-item {
    height: 250px;
    min-height: 230px !important;
}
	#sec-5 .owl-carousel .owl-nav.disabled {
        width: 33%;
    }
	#serv-1 .stx1 h5 {
        padding-bottom: 20px;
    }
	#serv-1.serv-3 .row-bg.viewport-desktop.using-image {
        background-size: 175% 120% !important;
        background-position: 43% 85% !important;
    }
	/*------about page--------*/
		.abtp3-txt2 h5 {
    font-size: 17px !important;
}
	#tst-sec .iwt-icon {
    left: 27% !important;
}
	/*-----------inner pages end -------------*/
}
@media (max-width: 428px) {
	#sec-4 {
    padding-bottom: 20px !important;
}
	#sec-6 .sec6-txt1 h2 br {
    display: none;
}
    #sec-6 .sec6-txt1 h2 {
        font-size: 27px;
        line-height: 38px;
    }
	    #sec-7 .row_col_wrap_12.col.span_12.dark.left {
        padding: 0px 10px;
    }
	#sec-7 {
    margin-bottom: 0;
}
    #sec-8 .owl-carousel .owl-nav.disabled {
        bottom: 4px;
        left: 0;
        width: 40%;
        top: unset;
    }
	#footer-1 #footer1-inr1 {
    display: flex;    
		justify-content: center;
}
	#footer-1 {
    text-align: center;
}
/*-----------inner pages-------------*/
	#serv-1 a.btn {
    font-size: 15px;
    padding: 13px 31px;
}
		    #serv-1 .stx1 h2 {
        font-size: 23px;
        line-height: 34px;
    }
	#serv-1 .stx12 img {
        width: 100%;
    }
	    #serv-1 .stx12 {
        padding: 15px 0px 0px 0px;
    }
	    #sec-5 .serv19-txt1a h2 {
        font-size: 24px;
        line-height: 38px;
    }
	    #sec-5 .owl-stage .owl-item .carousel-item {
        height: 275px;
    }
	    #serv-1 .stx1 h5 {
        font-size: 16px;
        line-height: 24px;
    }
	    #sec-5 .sec5-txt3a h4 {
        font-size: 19px !important;
        line-height: 26px;
    }
	/*-----------about page----------*/
	#abt-p1 {
    padding-top: 75px !important;
}
#abt-p1 h2 {
    font-size: 30px;
    line-height: 40px;
}
	#abt-p1 p {
    font-size: 14px;
}
	    #abt-p2 .abtp2-txt1 h2 {
        font-size: 26px;
        line-height: 36px;
    }
	#abt-p2 .nectar-fancy-ul h5 {
    text-align: center;
}
	#abt-p2 .nectar-fancy-ul ul li span {
    font-size: 14px;
    line-height: 23px !important;
}
	#abt-p2 .nectar-fancy-ul ul li {
    padding-left: 27px;
}
	#abt-p2 .abt-img1 {
        width: 61%;
        margin-bottom: -110px;
    }
	.abtp3-txt1 h2 {
    font-size: 31px;
    line-height: 38px;
}
	a#abtp3-btn1 {
    font-size: 13px !important;
    padding: 11px 15px !important;
}
	#tst-sec2 .nectar-scrolling-text-inner h2 {
    font-size: 17px;
    padding: 0px 15px 0px 9px;
}
	/*---------*/
		#mad-2 .mad2-txt1 h2 {
    font-size: 26px;
    line-height: 34px;
}
		#mad-2 .mad2-txt1 h2 {
    font-size: 26px;
    line-height: 34px;
}
	/*--------inner pages end---------*/
}
@media (max-width: 414px) {
	    #sec-1 .sec1-txt1 h1 {
        line-height: 44px;
        font-size: 32px;
    }
	    #sec-1 .sec1-txt1 p {
        font-size: 14px;
        line-height: 24px;
    }
	#sec-1 .sec1-txt3 h6 img {
    width: 70%;
}
	    #sec-2 .sec2-txt1 h2 {
        font-size: 28px !important;
        line-height: 39px;
    }
	    #sec-31 .sec3-txt1 h2 {
        font-size: 30px !important;
        line-height: 41px;
    }
	    #sec-41 .sec4-txt1 h2 {
        font-size: 25px;
        line-height: 36px;
    }
	    #sec-41 .sec4-txt1 h6 {
        width: 95%;
        font-size: 15px;
        line-height: 23px;
    }
	    #sec-5 .sec5-txt1 h2 {
        font-size: 23px;
        line-height: 33px;
    }
	#sec-7 .sec7-txt7 h2 {
    font-size: 35px;
}
	#sec-8 .sec8-txt1 h2 {
        font-size: 31px;
        line-height: 40px;
    }
	    #sec-8 .post-header h3.title a {
        font-size: 19px;
        line-height: 25px;
    }
	#sec-8 .post-header .meta-category a {
    font-size: 13px;
}
		#footer1-inr2 .col .vc_col-sm-2 {
    width: 100%;
}
	/*--------inner pages-----------*/
	    #abt-p1 h2 {
        font-size: 26px;
        line-height: 38px;
    }
	#abt-p2 {
    padding-top: 24px !important;
}
	    #abt-p2 .abtp2-txt1 h2 {
        font-size: 22px;
        line-height: 34px;
    }
	    #abt-p2 .abt-img1 {
        margin: -60px auto;
    }
	#serv-1 .stx1 h2 {
        font-size: 21px;
        line-height: 29px;
    }
	#tst-sec .iwt-icon {
        left: 21% !important;
    }
	/*--------inner pages end---------*/
}
@media (max-width: 375px) {}
/*------------------------*/