/*
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
*/
header#top>.container .col.span_9>nav ul:nth-child(2) li.nav-btn a span::after {
    display: none !important;
}

#header-outer .icon-salient-m-user:before {
    content: '(813) 863-9555' !important;
    color: #fff;
    font-family: Rajdhani;
    font-weight: 400;
        font-size: 13px;
    line-height: 29px;
}
li#nectar-user-account {display: none !important;}
header#top>.container .col.span_9>nav ul:nth-child(1) li {
    margin: 0px 20px;
}

header#top>.container .col.span_9>nav ul:nth-child(1) li a {
    text-transform: uppercase;
}

header#top>.container .col.span_9>nav ul:nth-child(2) li.nav-btn a {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    background-color: #fe0000;
    color: #fff !important;
    padding: 10px 20px !important;
	border: 1px solid #fe0000;
	transition: all 0.3s;
	text-decoration: none;
}
header#top>.container .col.span_9>nav ul:nth-child(2) li.nav-btn a:hover {
	background: transparent !important;
	color: #fe0000 !important;
}
header#top>.container .col.span_9>nav ul:nth-child(2) li.nav-btn a:hover span {color: #fe0000 !important;transition: all 0.3s !important;}
header#top>.container .col.span_9>nav ul:nth-child(2) li.nav-btn a span {
	color: #fff !important;
	font-family: Rajdhani;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
	text-decoration: none;
}

.page-header-bg-image.translate {
    background-position: 0% 0% !important;
}


/*  -----------------------            -----------------------            -----------------------            */


/*  -----------------------            -----------------------            -----------------------            */

#ro-a {
    padding-top: 110px !important;
}

#ro-a .row-bg.viewport-desktop.using-image {
    position: relative;
}

/*#ro-a>div>div>.row-bg.viewport-desktop.using-image:before {
    content: "";
    position: absolute;
    background-image: url("https://devu2.onlinetestingserver.com/shrrs/wp-content/uploads/2022/08/banner-afasdf.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: -2px;
    top: -52px;
}*/

#ro-a .img-with-aniamtion-wrap.right {
    margin-bottom: -40px;
}

#ro-a .man {
    position: relative;
    width: 70%;
    left: 70px;
    top: 30px;
}

#ro-a .a-txt {
    margin-left: 200px;
}

#ro-a .a-txt h6 {
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

#ro-a .a-txt h2 {
    font-family: 'dom';
    font-weight: 400;
    font-size: 52px;
    line-height: 62px;
}

#ro-a .a-txt p {
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 18px;
}

#ro-a .a-txt h4 a {
    display: table;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    border: solid 1px #01273e;
    padding: 7px 24px;
}
#ro-a .a-txt h4 a:hover {
	background: #01273e;
	color: #fff !important;
}


/*  */

#ro-a .owl-dots,
#ro-a .owl-nav {
    bottom: 10px;
}

#ro-a .owl-nav {
    display: block;
    position: absolute;
    /* bottom: 3px; */
    left: 11px;
    right: 0px;
    margin: auto;
    margin-bottom: -7px;
}

#ro-a .owl-nav button {
    color: #000;
    border: none;
    background-color: transparent !important;
    margin: 0px 30px;
    font-size: 26px;
    font-weight: 900 !important;
    position: relative;
    z-index: 99;
}

#ro-a .owl-dots {
    counter-reset: section;
    /* bottom: 10px; */
    position: relative;
    margin-top: 0px;
}

#ro-a .owl-dots button span {
    display: none;
}

#ro-a .owl-dots button.owl-dot:before {
    counter-increment: section;
    content: "" counter(section) " ";
    color: #004d99;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 28px;
    position: absolute;
    opacity: 0;
    transition: 0.5s;
    top: -5px;
    margin-left: -21px;
}

#ro-a .owl-dots button.owl-dot.active:before {
    opacity: 1;
}

#ro-a .owl-dots button:after {
    content: "/03";
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 23px;
    position: absolute;
    top: 0px;
    margin-left: -1px;
}
.owl-carousel[data-column-padding="5px"] .carousel-item {
    padding: 9px 6px;
}


/*  */


/*  -----------------------            -----------------------            -----------------------            */

#ro-b {
    padding-top: 120px !important;
}

#ro-b .house {
    position: absolute;
    left: -160px;
    top: -110px;
}

#ro-b .b-txt h6 {
    color: #004d99;
    font-family: 'Rajdhani';
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0px;
}

#ro-b .b-txt h2 {
    font-family: "dom";
    color: #000;
    font-size: 45px;
    line-height: 55px;
}

#ro-b .b-txt p {
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 18px;
}

#ro-b .b-txt2 {
    background-color: #333333;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 36px 20px;
    transition: 0.5s;
}

#ro-b .b-txt2 p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    transition: 0.5s;
}

#ro-b .b-txt2 p img {
    object-fit: contain;
    width: 45px;
    height: 38px;
    margin-bottom: 10px;
    transition: 0.5s;
}

#ro-b .b-txt2 h3 {
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    transition: 0.5s;
}

#ro-b .b-txt2:hover {
    background-color: #004d99;
}

#ro-b a#bbtn {
    font-family: 'Rajdhani';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    border-radius: 0px !important;
    padding: 15px 41px;
}


/*  -----------------------            -----------------------            -----------------------            */

#ro-c {
    padding-top: 70px !important;
    padding-bottom: 80px !important;
}

#ro-c .row-bg.viewport-desktop.using-image {
    background-size: 85% !important;
    background-position: 2% 117% !important;
}

#ro-c .c-txt {
    margin-bottom: 0px;
}

#ro-c .c-txt h6 {
    color: #004d99;
    font-family: 'Rajdhani';
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: uppercase;
}

#ro-c .c-txt h2 {
    font-family: "dom";
    color: #000;
    font-size: 45px;
    line-height: 55px;
}

#ro-c .c-txt p {
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 18px;
    max-width: 600px;
}

#ro-c .img-with-aniamtion-wrap.center img {
    /* position: absolute; */
    top: 0px;
    bottom: 0px;
}

#ro-c .c-txt22 {
    height: 91%;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: end;
    z-index: 99;
    position: absolute;
    top: -15px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}

#ro-c .c-txt22 h3 {
    font-family: 'dom';
    font-weight: 400;
    font-size: 30px;
    color: #fff;
}

#ro-c .c-txt22 p {
        font-family: 'Rajdhani';
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    max-width: 330px;
    margin: auto;
    padding-bottom: 0px;
    margin-bottom: -117px;
    opacity: 0;
    transition: 0.5s;
    font-weight: 600;
	height: 80px !important;
    display: flex;
    align-items: center;
}

#ro-c .c-txt22 h5 a {
    color: #fff;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 30px;
    display: block;
    opacity: 0;
    transition: 0.5s;
}

#ro-c .c-txt22:hover p {
    margin-bottom: 0px;
    opacity: 1;
}

#ro-c .c-txt22:hover h5 a {
    opacity: 1;
}


/*  */

#ro-c .owl-carousel:nth-child(2) .owl-stage-outer {
    overflow: visible;
}

#ro-c .owl-carousel:nth-child(2) .owl-dots {
    display: none !important;
}

#ro-c .owl-carousel:nth-child(2) .owl-stage-outer {
    position: relative;
    z-index: 30;
}

#ro-c .owl-carousel:nth-child(2) .owl-nav {
    display: flex;
    position: absolute;
    width: 40%;
    justify-content: end;
    align-items: center;
    top: -50px;
    right: 0;
}

#ro-c .owl-carousel:nth-child(2) .owl-nav>button {
    position: relative;
    z-index: 99;
    border: none;
    background-color: #999999 !important;
    color: #fff;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    transition: 0.5s;
}

#ro-c .owl-carousel:nth-child(2) .owl-nav>button span {
    display: none;
}

#ro-c .owl-carousel:nth-child(2) .owl-nav>button:hover {
    background-color: #004d99 !important;
    color: #fff !important;
}

#ro-c .owl-carousel:nth-child(2) .owl-nav>button.owl-prev:before {
    position: absolute;
    content: "\f060 ";
    font-family: 'FontAwesome';
}

#ro-c .owl-carousel:nth-child(2) .owl-nav>button.owl-next:before {
    position: absolute;
    content: "\f061 ";
    font-family: 'FontAwesome';
}

#ro-c .c-txt4 h6 img {
    width: 79px;
}

#ro-c .c-txt3 {
    margin-top: 100px;
    margin-bottom: -130px;
}

#ro-c .c-txt3 h6 {
    color: #fff;
    font-family: 'Rajdhani';
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

#ro-c .c-txt3 h2 {
    color: #fff;
    font-family: 'dom';
    font-size: 45px;
    line-height: 55px;
}


/*  */

#ro-c .owl-carousel:nth-child(4) {
    width: 50%;
    margin-left: 660px;
    margin-top: -180px;
}

#ro-c .c-txt4 h5 {
    color: #004d99;
    font-family: 'dom';
    font-weight: 600;
    font-size: 20px;
}

#ro-c .c-txt4 p {
    text-align: center;
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}

#ro-c .c-txt4 h5 {
    color: #004d99;
    font-family: 'dom';
    font-weight: 600;
    font-size: 20px;
}

#ro-c .c-txt4 p {
    text-align: center;
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}

#ro-c .owl-carousel:nth-child(4) button.owl-dot span {
    transform: none;
    width: 14px;
    height: 14px;
}

#ro-c .owl-carousel:nth-child(4) .owl-dots {
    margin-top: -4px;
    margin-bottom: 10px;
}


/*  -----------------------            -----------------------            -----------------------            */

#ro-d .row-bg.viewport-desktop.using-bg-color:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 160px;
}

#ro-d .d-txt h6 {
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 30px;
}

#ro-d .d-txt h2 {
    font-family: 'dom';
    font-size: 45px;
    line-height: 55px;
}

#ro-d .owl-stage-outer {
    overflow: visible;
}

#ro-d .owl-dots {
    display: none !important;
}

#ro-d .owl-stage-outer {
    position: relative;
    z-index: 30;
}

#ro-d .owl-nav {
    display: flex;
    position: absolute;
    width: 20%;
    justify-content: end;
    align-items: center;
    top: -90px;
    right: 0px;
}

#ro-d .owl-nav>button {
    position: relative;
    z-index: 99;
    border: none;
    background-color: #333333 !important;
    color: #fff;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    transition: 0.5s;
    min-width: 40px;
}

#ro-d .owl-nav>button span {
    display: none;
}

#ro-d .owl-nav>button:hover {
    background-color: #004d99 !important;
    color: #fff !important;
}

#ro-d .owl-nav>button.owl-prev:before {
    position: absolute;
    content: "\f053  ";
    font-family: 'FontAwesome';
}

#ro-d .owl-nav>button.owl-next:before {
    position: absolute;
    content: "\f054  ";
    font-family: 'FontAwesome';
}

#ro-d .img-with-aniamtion-wrap a {
    position: relative;
    display: flex;
    overflow: hidden;
}

#ro-d .img-with-aniamtion-wrap a:before {
    position: absolute;
    content: "";
    background-image: url("https://devu2.onlinetestingserver.com/shrrs/wp-content/uploads/2022/08/plus-icon.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 77 153 / 50%);
    transition: 0.5s;
    opacity: 0;
}

#ro-d .img-with-aniamtion-wrap:hover a:before {
    opacity: 1;
}


/*  -----------------------            -----------------------            -----------------------            */

#ro-e {
    padding-bottom: 0px !important;
}

#ro-e .fm {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
}

#ro-e .fm h6 {
    font-family: 'Rajdhani';
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #004d99;
    margin-bottom: 0px;
}

#ro-e .fm h2 {
    font-family: 'dom';
    font-size: 30px;
    line-height: 40px;
}

#ro-e .fm .num {
    border-color: #ececec !important;
    background-color: transparent !important;
    margin-top: 20px;
}

#ro-e .fm textarea {
    max-height: 130px !important;
    resize: none;
}

#ro-e .fm input#sum-btn {
    font-family: 'Open Sans';
    font-weight: 900;
    font-size: 16px;
    padding: 10px 40px !important;
    border-radius: 0px !important;
}


/*  -----------------------            -----------------------            -----------------------            */

#ro-f {
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.51);
    padding: 40px 0px !important;
    background-color: #fff;
    margin-bottom: -10px;
    margin-top: 10px;
    padding-left: 20px !important;
    position: relative;
    bottom: -80px;
    z-index: 9999;
}

#ro-f .f-txt h4 {
    left: 0px;
    position: absolute;
}

#ro-f .f-txt img {
    top: 2px;
    bottom: 0px;
    margin: auto;
    position: relative;
    width: 70%;
}

#ro-f .f-txt h6 {
    font-family: 'Rajdhani';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

#ro-f .f-txt h2 {
    font-family: 'dom';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

#ro-f .f-txt h2 a {
    color: #232323;
}

#ro-f .f-txt h6,
#ro-f .f-txt h2 {
    padding-left: 55px;
}


/*  */

#ro-f .ft2 {
    position: relative;
}

#ro-f .ft2:before,
#ro-f .ft2:after {
    position: absolute;
    content: "";
    background-color: #000;
    display: block;
    width: 1px;
    height: 100px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

#ro-f .ft2:before {
    left: -40px;
}

#ro-f .ft2:after {
    right: 20px;
}


/*  -----------------------            -----------------------            -----------------------            */

#footer-outer {
    background-image: url("https://devu2.onlinetestingserver.com/shrrs/wp-content/uploads/2022/07/oo_02.jpg");
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    z-index: 8;
    padding-top: 40px;
}

#footer-outer #footer-widgets .row {
    border-bottom: solid 1px #858585;
    padding-bottom: 40px;
}

#footer-outer #nav_menu-3 ul li {
    margin: 0px 8px !important;
}

#footer-outer #nav_menu-3 ul li a i {
    background-color: #dbe0de;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

#copyright {
    padding: 16px 0px !important;
    background-color: transparent !important;
}

#copyright p {
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
#footer-outer #copyright p a img {
    width: 8%;
    margin-bottom: -8px;
}

/*  -----------------------            -----------------------            -----------------------            */


/*  -----------------------    INNER SERVICES        -----------------------            -----------------------            */
.inner-pg-serv ul li {
    position: relative;
    list-style-type: none;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #000;
}

.inner-pg-serv ul li:before {content: '';display: block;position: absolute;left: 0;top: 0px;width: 5px;height: 11px;border-width: 0px 0px 0px 2.5px;border-style: solid;border-color: #004d99;transform-origin: bottom left;transform: rotate(90deg);}

.inner-pg-serv ul {
    margin-left: 0px;
}

.inner-pg-serv p {
    color: #000;
}
.inner-service span {
    font-size: 30px;
}
.wrnty {
    text-align: center;
    margin: 0 auto;
}
.wrnty img {
    width: 20%;
    margin: 0 auto;
}

.wrnty h5 {font-size: 22px;color: #000;font-family: 'dom';}
#waranty img.alignnone.size-medium.wp-image-201 {
    width: 20%;
}
/*  -----------------------     INNER SERVICES       -----------------------            -----------------------            */




#ro-z h2 {
    font-family: 'dom';
    font-size: 45px;
    line-height: 55px;
    color:#000;
}

#ro-z h6 { color: #004d99;
    font-family: 'Rajdhani';
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0px;}


#ro-z a#bbtn {
    font-family: 'Rajdhani';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    border-radius: 0px !important;
    padding: 15px 41px;
}

img.img-with-animation.skip-lazy.inner-abtimg.animated-in {
    width: 85%;
}
/* .rof-leak {
    height: 84% !important;
} */
/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {
    header#top>.container .col.span_9>nav ul:nth-child(2) li.nav-btn a {
        font-size: 14px;
        padding: 6px 16px !important;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1440px) {
    #ro-a .a-txt {
        margin-left: 90px;
        margin-top: -90px;
    }
    #ro-b .house {
        left: -100px;
        top: -110px;
    }
    #ro-c .row-bg.viewport-desktop.using-image {
        background-size: 100% 100% !important;
        background-position: 12% 104% !important;
    }
    #ro-b .person {
        width: 70%;
        margin-top: -10px;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1366px) {
    #ro-a .a-txt h2 {
        font-size: 42px;
        line-height: 52px;
    }
    #ro-c .c-txt22 p {
        margin-bottom: -117px;
    }
    /*  */
    #ro-f .f-txt h2 {
    font-size: 14px;
    line-height: 16px;
	}
    #ro-f {
        margin-bottom: -10px;
        margin-top: 10px;
    }
	#ro-b .b-txt p {
    font-size: 17px;
}
}


/*-----------------------------------------------------------------------------------------------------*/

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


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1320px) {}
@media (max-width: 1320px) {#ro-b .b-txt p {
    font-size: 16px;
}}

/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1280px) {
	#ro-b .b-txt p br {
    display: none;
} 
	#ro-c .owl-carousel:nth-child(4) {margin-left: 620px;}
	#ro-b .b-txt2 h3 {
    font-size: 16px;
    line-height: 26px;
	}
    header#top>.container .col.span_9>nav ul:nth-child(1) li {
        margin: 0px 9px;
    }
    #ro-b .b-txt h2 {
        font-size: 35px;
        line-height: 45px;
    }
    #ro-b .b-txt p {
        font-size: 15px;
        line-height: 26px;
    }
    #ro-a .a-txt p {
        font-size: 15px;
        line-height: 28px;
        max-width: 490px;
    }
    #ro-b .house {
        left: -80px;
        top: -110px;
    }
    #ro-b .person {
        width: 70%;
        margin-top: 21px;
    }
}


/*-----------------------------------------------------------------------------------------------------*/
@media(max-width: 1080px) {
	#ro-f .ft2:before, #ro-f .ft2:after {display: none;}
	#ro-f .ft2 {
    position: relative;
    left: -60px;
  }
}
@media (max-width: 1024px) {
	li.nav-btn.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-206 {
    display: none;
}
	li#nectar-user-account {
		display: flex !important;
	}
	#header-outer li#nectar-user-account a {
    background-color: #fe0000;
    width: 100px !important;
    padding: 7px 0 11px !important;
		color: #fff !important;
}
    .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right a {
        background-color: #fff;
        padding: 10px 10px;
        border-radius: 50px;
        display: block;
    }
    #ro-a .a-txt h4 a {
        font-size: 14px;
        padding: 5px 21px;
    }
    #ro-a .a-txt h2 {
        font-size: 32px;
        line-height: 42px;
    }
    #ro-a .a-txt p {
        font-size: 12px;
        line-height: 22px;
        max-width: 490px;
    }
    #ro-a .a-txt h6 {
        font-size: 13px;
        line-height: 18px;
    }
    /*  */
    #ro-b .b-txt h2 {
        font-size: 32px;
        line-height: 42px;
    }
    #ro-b .b-txt p {
        font-size: 12px;
        line-height: 20px;
    }
    #ro-b .b-txt2 {
        padding: 21px 10px;
    }
    #ro-b .b-txt2 h3 {
        font-size: 15px;
        line-height: 23px;
    }
    #ro-b a#bbtn {
        font-size: 14px;
        padding: 13px 33px;
    }
    #ro-c .row-bg.viewport-desktop.using-image {
        background-size: 105% !important;
        background-position: 82% 104% !important;
    }
    #ro-c .c-txt22 {
        display: flex;
        justify-content: center;
        align-items: end;
    }
    #ro-c .c-txt22 h5 a {
        margin-bottom: 10px;
        font-size: 14px;
    }
    #ro-c .c-txt22 p {
        font-size: 13px;
        line-height: 19px;
        max-width: 220px;
        margin-bottom: -103px;
    }
    #ro-c .c-txt22 h3 {
        font-family: 'dom';
        font-weight: 400;
        font-size: 24px;
        line-height: 34px;
    }
    /*  */
    #ro-c .c-txt h2 {
        font-size: 35px;
        line-height: 45px;
    }
    #ro-c .c-txt p {
        font-size: 17px;
        line-height: 25px;
        max-width: 460px;
    }
    #ro-c .c-txt3 h6 {
        font-size: 15px;
        line-height: 25px;
    }
    #ro-c .c-txt3 h2 {
        font-size: 32px;
        line-height: 42px;
    }
    #ro-c .owl-carousel:nth-child(4) {
        width: 50%;
        margin-left: 480px;
        margin-top: -140px;
    }
    #ro-c .c-txt4 p {
        font-size: 13px;
        line-height: 16px;
    }
    #ro-c .owl-carousel:nth-child(4) button.owl-dot span {
        transform: none;
        width: 10px;
        height: 10px;
    }
    /*  */
    #ro-d .row-bg.viewport-desktop.using-bg-color:before {
        background-color: #000;
        width: 100%;
        height: 150px;
    }
    #ro-d .d-txt h6 {
        font-size: 14px;
        line-height: 24px;
    }
    #ro-d .d-txt h2 {
        font-size: 35px;
        line-height: 45px;
    }
    /*  */
    #ro-f {
    padding: 30px 0px !important;
    padding-left: 50px !important;
    padding-right: 18px !important;
}
    #ro-f .f-txt img {
        top: 12px;
        width: 70%;
    }
    #ro-f .f-txt h6,
    #ro-f .f-txt h2 {
        padding-left: 50px;
    }
    #ro-f .f-txt h6 {
        font-weight: 500;
        font-size: 13px;
        line-height: 21px;
    }
    #ro-f .f-txt h2 {
        font-size: 15px;
        line-height: 25px;
    }
	#ro-f .f-txt:last-child h2 {
    line-height: 18px;
}
    #ro-f .ft2:before,
    #ro-f .ft2:after {
        width: 1px;
        height: 70px;
    }
#footer-outer #copyright p a img {
    width: 8%;
    margin-bottom: -4px;
}	
}


/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 800px) {
	.a-txt .wpb_wrapper {
    margin-left: 0 !important;
}
	#ro-f .ft2 {
    position: relative;
    left: 0;
  }
	#slide-out-widget-area .inner .off-canvas-menu-container li a {
		font-family: Rajdhani !important;
		font-size: 20px !important;
		line-height: 36px !important;
		font-weight: 500 !important;
	}
	#header-outer a.mobile-user-account {
    display: block !important;
    background: #fe0000 !important;
    width: 100px !important;
    padding: 7px 0 11px !important;
    height: 40px !important;
}
#header-outer a.mobile-user-account span {
    width: 100% !important;
    text-align: center;
}
    /* #ro-a {
      background-color: #7f0412;
      padding-top: 90px !important;
  }
  
  #ro-a .man {
      left: 0px;
      width: 46%;
      margin: auto;
  }
  #ro-a .a-txt {
      margin-top: 0px;
      text-align: center;
      margin-left: 0px;
  }
  #ro-a .a-txt p {
      margin: auto;
      font-size: 16px;
  }
  #ro-a .a-txt h4 a {
      margin: auto;
  } */
    #ro-a {
        padding-top: 20px !important;
        padding-bottom: 10px !important;
    }
    #ro-a .row_col_wrap_12_inner.col.span_12.left {
        display: flex;
        flex-direction: row;
    }
    #ro-a .vc_col-sm-6 {
        width: 50%;
    }
    #ro-a .a-txt {
        text-align: left;
        margin-left: 80px;
        margin-top: 60px;
    }
    #ro-a .a-txt h2 {
        font-size: 25px;
        line-height: 25px;
    }
    #ro-a .a-txt p {
        font-size: 13px;
        line-height: 20px;
    }
    #ro-a .a-txt h4 a {
        margin: 0px;
    }
    #ro-a>div>div>.row-bg.viewport-desktop.using-image:before {
        top: -32px;
        background-size: cover !important;
    }
    #ro-a .img-with-aniamtion-wrap.right {
        margin: auto;
        text-align: center;
    }
    #ro-a .owl-dots,
    #ro-a .owl-nav {
        bottom: -33px;
    }
    /*  */
    #ro-b {
        padding-top: 150px !important;
    }
    #ro-b .b-txt {
        text-align: center;
    }
    #ro-b .vc_col-sm-4 {
        width: 33%;
    }
    #ro-b a#bbtn {
        display: table;
        margin: auto;
    }
    /*  */
    #ro-c {
        padding-top: 70px !important;
        padding-bottom: 20px !important;
    }
    #ro-c .c-txt22 {
        /* height: 376px; */
        display: flex;
        justify-content: center;
        align-items: end;
    }
    #ro-c .row-bg.viewport-desktop.using-image {
        background-size: 185% !important;
        background-position: 12% 104% !important;
    }
    #ro-c .c-txt3 {
        margin-top: 20px;
        margin-bottom: -30px;
        text-align: center;
        background-color: #004d99;
        padding: 20px 0px;
    }
    #ro-c .owl-carousel:nth-child(4) {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    #ro-c .row-bg.viewport-desktop.using-image {
        background-image: none !important;
    }
    #ro-c .c-txt {
        text-align: center;
        margin-bottom: 50px;
    }
    #ro-c .c-txt p {
        margin: auto;
    }
    #ro-c .owl-carousel:nth-child(2) .owl-nav {
        margin: auto;
        left: 0px;
        right: 0px;
        display: flex;
        justify-content: center;
        top: -47px;
    }
    /*  */
    #ro-d .d-txt {
        text-align: center;
        margin-bottom: 62px;
    }
    #ro-d .owl-nav {
        margin: auto;
        left: 0px;
        right: 0px;
        display: flex;
        justify-content: center;
        top: -40px;
    }
    #ro-d .row-bg.viewport-desktop.using-bg-color:before {
        background-color: #000;
        width: 100%;
        height: 197px;
    }
    /*  */
    #ro-e {
        padding-top: 10px !important;
        padding-bottom: 260px !important;
    }
    #ro-e .row-bg.viewport-desktop.using-image {
        background-size: contain !important;
        background-color: #fef1f2;
        background-position: center bottom !important;
    }
    #ro-e .fm>.col.span_12 {
        margin-bottom: 0px;
    }
    #ro-e .fm .num {
        margin-top: 0px;
    }
    #ro-e .fm input#sum-btn {
        display: table;
        margin: auto;
        margin-bottom: -40px;
    }
    #ro-f .ft2:before,
    #ro-f .ft2:after {
        display: none;
    }
    #ro-f .vc_col-sm-4 {
        width: 33%;
    }
    #ro-f .f-txt h2 {
        font-size: 12px;
        line-height: 22px;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

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


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 480px) {
	img.img-with-animation.skip-lazy.inner-abtimg.animated-in {width: 100%;}
	#ro-who h2 {
    font-size: 35px;
    line-height: 35px;
  }
	#header-outer a.mobile-user-account {
    width: 90px !important;
    height: 35px !important;
}
    #ro-a {
        background-color: #7f0412;
        padding-top: 90px !important;
		padding-bottom: 90px !important;
    }
    #ro-a .a-txt {
        margin-top: 80px;
        text-align: center;
        margin-left: 0px;
    }
    #ro-a .a-txt p {
        margin: auto;
        font-size: 16px;
    }
    #ro-a .a-txt h4 a {
        margin: auto;
    }
    #ro-a .a-txt p {
        margin: auto;
        font-size: 16px;
        max-width: 80%;
    }
    #ro-a .row_col_wrap_12_inner.col.span_12.left {
        display: flex;
        flex-direction: column-reverse;
    }
    #ro-a .vc_col-sm-6 {
        width: 100%;
    }
    #ro-a .owl-dots,
    #ro-a .owl-nav {
        bottom: -48px;
    }
    #ro-a .a-txt h2,
    #ro-b .b-txt h2,
    #ro-c .c-txt h2,
    #ro-c .c-txt3 h2,
    #ro-d .d-txt h2 {
        font-size: 25px;
        line-height: 35px;
    }
    #ro-c .c-txt22 h3 {
        font-size: 30px;
        line-height: 40px;
    }
    #ro-c .c-txt22 p {
        font-size: 19px;
        line-height: 23px;
        max-width: 80%;
        margin-bottom: -140px;
    }
    #ro-c .c-txt22:hover p {
        margin-bottom: 10px;
    }
    #ro-c .c-txt22 h5 a {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 32px;
    }
    #ro-c .c-txt4 p {
        font-size: 14px;
        line-height: 21px;
    }
    #ro-d .img-with-aniamtion-wrap.center {
        width: 80%;
        margin: auto;
        margin-top: 47px;
    }
    #footer-outer #copyright p {
        margin-top: -27px;
        line-height: 22px;
        font-size: 13px;
    }
    #ro-f .vc_col-sm-4 {
        width: 100%;
    }
    #ro-f .f-txt img {
        top: 2px;
        width: 70%;
    }
    #ro-b .house {
        left: -20px;
        top: -110px;
    }
	#ro-a {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
	#ro-a .a-txt {margin: 0 10px;}
	#ro-c {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }
	#ro-c .owl-carousel[data-desktop-cols] .owl-stage {padding: 0;}
	#ro-c .owl-carousel:nth-child(4) .owl-dots {margin-top: 5px;}
	
	#footer-outer #copyright p a img {
    width: 11%;
    margin-bottom: -4px;
}
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 414px) {
    #ro-a .a-txt h2 {
        font-size: 27px;
        line-height: 36px;
    }
    #ro-a .a-txt p {
        margin: auto;
        font-size: 13px;
    }
    #ro-b .b-txt h2 {
        font-size: 25px;
        line-height: 33px;
    }
    #ro-b .b-txt p {
        font-size: 13px;
        line-height: 17px;
		text-align: left;
    }
	#ro-b .b-txt p br {display: none;}
    #ro-b .b-txt2 p img {
        width: 38px;
        height: 28px;
    }
    #ro-b .b-txt2 h3 {
        font-size: 11px;
        line-height: 23px;
    }
    #ro-c .c-txt p {
        font-size: 16px;
        line-height: 21px;
    }
    #ro-c .c-txt22 p {
        margin-bottom: -90px;
        font-size: 15px;
        line-height: 18px;
        max-width: 90%;
        padding: 0px;
    }
    #ro-c .c-txt3 h2 {
        font-size: 29px;
        line-height: 32px;
    }
    #ro-c .c-txt4 p {
        font-size: 12px;
        line-height: 16px;
    }
    #ro-e {
        padding-top: 10px !important;
        padding-bottom: 170px !important;
    }
	#footer-outer #copyright p a img {
    width: 13%;
    margin-bottom: -4px;
}
}


/*-----------------------------------------------------------------------------------------------------*/

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


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 360px) {}
.a-txt .wpb_wrapper {
	background: rgba(255,255,255, 0.8);
	padding: 30px;
}
@media(max-width: 480px) {
	#ro-a {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
	.a-txt .wpb_wrapper {
	padding: 10px;
}
}
@media(max-width: 1600px) {
	.a-txt .wpb_wrapper {
	margin-left: -80px !important;
    background: rgba(255,255,255, 0.8);
  }
}
/* @media(max-width: 1600px) and (min-width: 1440px) {
	.a-txt .wpb_wrapper {
		background: none;
	}
} */
@media(max-width: 1440px) {
	.a-txt .wpb_wrapper {
	padding-top: 80px;
  }
}
@media (max-width: 1366px) {
	.a-txt .wpb_wrapper {
    	padding-top: 30px;
  }
}
@media(max-width: 800px) {
	.a-txt .wpb_wrapper {margin-left: 0 !important;}
	.wpb_text_column.wpb_content_element.a-txt br {display: none;}
	#ro-a {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
	#ro-a .a-txt {margin-left: 30px;}
	#ro-a .a-txt h2 {
    font-size: 25px;
    line-height: 34px;
  }
}
@media(max-width: 1024px) {
	.a-txt .wpb_wrapper {margin-left: 50px !important;}
	#ro-a .a-txt {margin-left: 0 !important;}
}
@media(max-width: 480px) {
	.a-txt .wpb_wrapper {margin-left: 0px !important;}
}
#footer-outer .ftr-btn a {
	display: inline-block;
	padding: 10px 35px;
	text-align: center;
	transition: all 0.3s;
	background: #fff;
	color: #000 !important;
	margin-bottom: 10px;
}
.ftr-btn a:hover {
	color: #fff;
	background: #01273E;
}
a.ftr-YyVgs6V7x4 img {
    margin-bottom: 0 !important;
}
a.ftr-YyVgs6V7x4 {
    width: 70px;
    display: inline-block;
    position: relative;
    top: 6px;
}