@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

.main-wrpper{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 15px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 60px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin-left: auto;
}
.navbar-light .navbar-nav li {
    margin-right: 30px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 0px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar-light .navbar-nav .nav-link.btnnav{
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 30px 30px 5px 30px;
    color: #c20000;
    transition: .4s linear;
}
.navbar-light .navbar-nav .nav-link.btnnav:before{
    display: none;
}
.navbar-light .navbar-nav .nav-link.btnnav:hover{
    background: #111;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:before{
    position: absolute;
    content: "";
    height:2px;
    width: 0;
    left: 50%;
    bottom: 0;
    background: #c20000;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .navbar-nav li a:hover:before,
.navbar .navbar-nav li.active .nav-link:before{
    width: 100%;
    left: 0;
}
.navbar .navbar-nav li.active .nav-link {
    color: #c20000;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #c20000;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #c20000;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #c20000;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #000;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #000;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */


/* ***** Fix Header **** */
/*header.nav-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.nav-new .navbar {
    border-radius: 0;
    box-shadow: none;
}*/
/* ***** End Fix Header **** */


.btn-main{
    background: #c20000;
    display: table;
    margin: 0;
    padding: 14px 40px;
    border-radius: 30px 30px 30px 5px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.btn-main:hover{
    background: #000;
    color: #fff;
}

.btn-main1{
    background: #000;
    display: table;
    margin: 0;
    padding: 14px 40px;
    border-radius: 30px 30px 5px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.btn-main1:hover{
    background: #c20000;
    color: #fff;
}


/* **** Hero **** */ 
.hero-wrp{
    padding: 250px 0 100px;
    position: relative;
}
.hero-wrp .hero-dt h2{
    font-weight: 700;
    line-height: 62px;
    font-size: 52px;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.hero-wrp .hero-dt p{
    color: #4B4B4B;
    font-size: 20px;
    line-height: 30px;
    font-weight:400;
    width: 73%;
    margin: 0 0 30px;
}
.hero-wrp .hero-dt ul{
    display: flex;
    align-items: center;
}
.hero-wrp .hero-dt ul li{
    margin-right: 20px;
}
.hero-wrp .hero-dt ul li:last-child{
    margin: 0;
}
.hero-img{
    position: absolute;
    top: 0;
    width: 50%;
    right: 0px;
    height: 100%;
}
.hero-img .home_img_hid {
    background-color: #FEEFEE;
    content: '';
    width: 1744px;
    height: 683px;
    z-index: -1;
    position: relative;
    border-radius: 507.5px;
    transform: rotate(130deg) translateX(-15%) translateY(66%);
    top: 10%;
    right: -5%;
    /*overflow: hidden;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transform: rotate(130deg) translateX(-10%) translateY(66%);
    transition: 0.8s ease 0s;
}
.hero-img img {
    width: 40%;
    transform: rotate(-130deg);
    position: relative;
    top: 42px;
    left: 58px;
}
/* **** End Service **** */


/* **** titlebar **** */
.titlebar h2{
    font-size: 35px;
    font-weight: 600;
    color: #000;
    padding: 0 0 10px;
    margin: 0 0 25px;
    position: relative;
}
.titlebar h2:before{
    position: absolute;
    content: "";
    height: 4px;
    width: 60px;
    background: #c20000;
    left: 0;
    bottom: 0;
}
.titlebar p{
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    width: 90%;
    margin: 0 0 30px;
}
/* **** End titlebar **** */

/* **** who_we_sec **** */
.who_we_sec{
    padding: 200px 0 200px;
    position: relative;
}
.who_we_sec .titlebar{
    padding-left: 60px;
}
.who_we_sec::after {
    content: '';
    height:55%;
    width: 60%;
    transform: rotate(160deg);
    border-radius: 251px;
    background-color: #FEEFEE;
    position: absolute;
    left: -10%;
    top: 22%;
    z-index: -1;
}
.who_we_sec .row{
    align-items: center;
}
.who_we_imgWrapper{
    margin: ;
}
.who_we_imgWrapper .pattern {
    margin-left: 69px;
    width: 171px;
    transform: translateY(10px);
    z-index:1;
    position: relative;
    opacity: 0.50;
}
.who_we_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.who_we_imgfirst img {
    width: 184px;
    border-radius: 92px 92px 5px 92px;
}
.who_we_imgfirst .shape {
    height: 192px;
    width: 50px;
    border-radius: 39px 5px 39px 39px;
    background-color: #221d1d;
    margin-top: 10px;
    margin-left: auto;
}
.who_we_imgsecond {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.who_we_imgsecond .shape {
    height: 50px;
    width: 128px;
    border-radius: 29px 29px 29px 5px;
    background-color: #c20000;
    margin-bottom: 10px;
    margin-left: 15px;
}
.who_we_imgsecond img {
    width: 284px;
    border-radius: 5px 92px 92px 92px;
    margin-left: 15px;
}
/* **** End who_we_sec **** */



/* **** how_big_sec_block **** */
.how_big_sec{
    padding: 0 0 100px;
    position: relative;
}
.how_big_sec:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 221px 0 20px 0;
    background-color: #FEEFEE;
    width: 85%;
    height: 100%;
    z-index: -1;
}
.how_big_sec_block{
    border-radius: 451px;
    background-color:#FEEFEE;
    padding: 80px 120px;
}
.how_big_sec_block .titlebar{
    margin: 0 0 50px;
}
.how_big_sec_block .titlebar h2{
    text-align: center;
}
.how_big_sec_block .titlebar h2:before{
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.how_big_sec_block .titlebar p{
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.how_big_box{
    height: 200px;
    width: 200px;
    border-radius: 100%;
    background-color: #FFFFFF;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.how_big_box span{
    height: 60px;
    width: 60px;
    border-radius: 25px 25px 5px 25px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.how_big_box label {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
    margin-top: 10px;
    display: block;
    text-align: center;
}
.how_big_box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
    margin: 0;
}
/* **** End how_big_sec_block **** */


/* **** we_care_sec **** */
.we_care_sec{
    padding: 100px 0 150px;
}
.we_care_sec .titlebar{
    margin: 0 0 50px;
}
.we_care_sec .titlebar h2{
    text-align: center;
}
.we_care_sec .titlebar h2:before{
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.nav-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin: 0 0 100px;
}
.nav-tabs li .nav-link {
    width: 200px;    
    border-radius: 25px 0 0 5px;
    background-color: transparent;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 26px;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
    margin: 0;
    border: 2px solid rgba(0, 0, 0, 0.1);
}
.nav-tabs li:last-child .nav-link{
    border-radius: 0 5px 25px 0;
    border-left: none;
}
.nav-tabs li.nav-item.show .nav-link, 
.nav-tabs li .nav-link.active{
    background: #c20000;
    border-color: #c20000;
    color: #fff;
}


.we_care_block .care_box img{
    width: 182px;
    margin: 0 auto 30px;
}
.we_care_block .care_box h3{
        color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin: 0 0 20px;
}
.we_care_block .care_box p{
    color: #4B4B4B;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    margin: 0;
}
/* **** End we_care_sec **** */



.testimonial_sec{
    padding: 100px 0;
    position: relative;
    margin: 0 0 100px;
}
.testimonial_sec .back_progress {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 0 221px 20px 0;
    background-color: #f6f5fa;
    width: 85%;
    height: 100%;
    z-index: -1;
}
.testimonial_sec .container{
    max-width: 1000px;
}
.testimonial_sec .titlebar{
    margin: 0 0 50px;
}
.testimonial_sec .titlebar h2{
    text-align: center;
}
.testimonial_sec .titlebar h2:before{
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.testimonial_sec .slick-slide {
    margin: 0 15px;
}
.testimonial_sec .slick-list {
    margin: 0 -15px;
}
.testimonial_sec .slider-box{
    border-radius: 38px 38px 10px 38px;
    background-color: #ffffff;
    padding: 30px;
    display: flex;
    margin: 0 auto;
}
.testimonial_sec .slider-box .people_wrap{
    position: relative;
    margin: 0 15px 0 0;
}
.testimonial_sec .slider-box .people_wrap img {
    width: 66px !important;
    height: 66px;
    z-index: 1;
    border: 2px solid #ffffff;
    border-radius: 20px 20px 5px 20px;
    z-index: 2;
    position: relative;
    object-fit: cover;
}
.testimonial_sec .slider-box .people_wrap::after {
    content: "";
    height: 60px;
    width: 60px;
    border-radius: 20px;
    background-color: #c20000;
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
}
.testimonial_sec .slider-box h3{
    font-weight: 400;
    color: #303030;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
}
.testimonial_sec .slider-box .testimonial_name{
    font-weight: 600;
    color: #303030;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.testimonial_sec .slider-box h6{
    font-weight: 400;
    color: #303030;
    font-size: 16px;
    line-height: 22px;
}
.testimonial_sec .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
}
.testimonial_sec .slick-dots li{
    margin: 0 10px 0 0;
}
.testimonial_sec .slick-dots li:last-child{
    margin: 0;
}
.testimonial_sec .slick-dots li button{
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background: #c20000;
    font-size: 0;
    border: none;
    opacity: 0.3;
}
.testimonial_sec .slick-dots li.slick-active button{
    opacity: 1;
}
.testimonial_sec button.slick-prev.slick-arrow,
.testimonial_sec button.slick-next.slick-arrow {
    position: absolute;
    left: -30px;
    top: 50%;
    z-index: 2;
    font-size: 0;
    border: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.testimonial_sec button.slick-next.slick-arrow {
    left: auto;
    right: -30px;
}

.testimonial_sec button.slick-prev.slick-arrow:before,
.testimonial_sec button.slick-next.slick-arrow:before {
    position: absolute;
    content: "\f060";
    height: 40px;
    width: 40px;
    background: rgba(194, 0, 0, 0.3);
    border-radius: 100%;
    left: -30px;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.testimonial_sec button.slick-next.slick-arrow:before {
    content: "\f061";
    left: auto;
    right: -30px;
}
.testimonial_sec button.slick-prev.slick-arrow:hover:before,
.testimonial_sec button.slick-next.slick-arrow:hover:before {
    background:#c20000;
    color: #fff;
}

.last-whowp:after{
    content: '';
    height: 55%;
    width: 60%;
    transform: rotate(-160deg);
    border-radius: 251px;
    background-color: #FEEFEE;
    position: absolute;
    right: -10%;
    left: auto;
    top: 22%;
    z-index: -1;
}

/* **** Footer **** */
footer{
    padding: 75px 0 75px;
    width: 100%;
    background-color: rgba(239,26,13,0.07);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 100px 100px 0 0;
}
footer .container{
    width: 1370px;
    max-width: 1370px;
}
.logo-bx img{
    width: 180px;
}
.social-bx h4,
.quicklinks h4{
    font-size: 22px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 35px;
}
.quicklinks ul{
    display: flex;
    align-items: center;
}
.quicklinks ul li{
    margin-right: 40px;
}
.quicklinks ul li:last-child{margin: 0;}
.quicklinks ul li a{
    font-size:18px;
    font-weight: 600;
    color: #818181;
    display: block;
}
.quicklinks ul li a:hover{
    color: #EF1A0D;
}
.social-bx h4{
    margin: 0 0 20px;
}
.social-bx a{
    margin: 0 15px 0 0;
    display: inline-block;
}
.social-bx a:hover{
    opacity: 0.60;
}
.social-bx a img{
    width: 50px;
}
.social-bx a:last-child{margin: 0;}

.footer-cntbx{
    padding: 80px 0 0;
}

#myBtn{
    position: fixed;
    bottom:-50px;
    right: 30px;
    background-color: #c20000;
    width: 40px;
    height: 50px;
    border-radius: 30px 30px 0px 0;
    line-height: 50px;
    font-size:24px;
    color: #fff;
    text-align: center;
    border: none;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
#myBtn:hover{
    background-color: #000;
    color: #fff;
}
#myBtn.show{
    bottom: 0;
}

.contact-box{
    display: flex;
}
.contact-box .cnt-dt{padding-left: 15px;}
.contact-box .cnt-dt h6{
    font-size: 16px;
    font-weight: 600;
    color: #818181;
    margin: 0 0 5px;
}
.contact-box .cnt-dt a{
    font-size:18px;
    font-weight: bold;
    color: #1A1A1A;
    margin: 0;
}
.contact-box .cnt-dt a:hover{
    color: #EF1A0D;
}
.copyright{
    padding:20px 0;
    width: 100%;
    border-top: 1px solid rgba(212,20,67,0.20);
    background-color: rgba(239,26,13,0.07);
}
.copyright p{
    font-size:16px;
    font-weight: 600;
    color: #000;
    margin: 0;
    text-align: center;
}
/* **** End Footer **** */

.advantage-wrp{
    padding:0 0 30px;
    width: 100%;
}
.advantage-wrp .titlebar h2{
    text-align: center;
    margin: 0 0 60px;
}
.advantage-wrp .titlebar h2:before{
    right: 0;
    margin: 0 auto;
}
.advantage-box{
    background-color: #FEEFEE;
    padding: 50px 35px;
    border-radius: 35px 0 35px;
    margin: 0 0 35px;
}
.advantage-ic img{
    margin: 0 auto 25px;
    height: 55px;
}
.advantage-box h3{
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
    text-align: center;
    margin: 0 0 15px;
    min-height: 45px;
}
.advantage-box p{
    font-size: 14px;
    font-weight: normal;
    color: #1A1A1A;
    opacity: 0.80;
    line-height: 22px;
    margin: 0;
    text-align: center;
    min-height: 100px;
}

.ambcat-wrp{
    padding:50px 0 150px;
}
.ambcat-wrp .advantage-box{
    background-color: #fff;
    border-radius: 0;
    padding: 25px 25px;
    margin: 15px 0;
}
.ambcat-wrp .advantage-ic{
    width: 100px;
    height: 100px;
    border-radius:25px 25px 5px 25px;
    background-color: #FEEFEE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}
.ambcat-wrp .advantage-ic img{
    margin: 0 auto;
}
.ambcat-wrp .advantage-box h3{
    min-height: auto;
    margin: 0 0 15px;
    font-size: 18px;
}
.ambcat-wrp .advantage-box p{
    font-size: 14px;
    line-height: 22px;
}
/* **** End Home Page **** */

/* ***** About Page ****** */
.inner-banner{
    padding: 170px 0 30px;
    background-color: #FEEFEE;
    border-radius: 0 0 50px 50px;
}
.inner-banner .row{
    align-items: center;
}
.page-title h2{
    margin: 0;
    font-size:32px;
    font-weight: bold;
    color: #1a1a1a;
}
.page-bread ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.page-bread ul li{
    margin-right: 40px;
    position: relative;
    color:#c20000;
    font-size: 16px;
    font-weight: 500;
}
.page-bread ul li:after{
    position: absolute;
    content: "\f105";
    font-family:"Font Awesome 5 Pro";
    color: #000;
    font-size: 16px;
    right: -23px;
    top: 0;
}
.page-bread ul li a{
    color: #818181;
}
.page-bread ul li:last-child{
    margin: 0;
}
.page-bread ul li:last-child:after{
    display: none;
}

.about-pg-wrp{
    padding: 80px 0;
    width: 100%;
}
.about-pg-wrp .row{
    align-items: center;
}
.about-data {
    padding-left: 35px;
}
.about-data h2{
    font-size: 32px;
    font-weight:bold;
    color: #c20000;
    margin: 0 0 25px;
}
.about-data p{
    font-size: 16px;
    font-weight: 400;
    color: #818181;
    line-height: 25px;
    margin: 0 0 15px;
}
.about-data ul li{
    font-size: 16px;
    font-weight: 400;
    color: #818181;
    line-height: 25px;
    margin: 0 0 10px;
    position: relative;
    padding-left: 25px;
}
.about-data ul li:before{
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background-color: #c20000;
    border-radius: 100%;
    top: 8px;
    left: 5px;
}
.abt-evenrow .about-data {
    padding: 0 0 0 35px;
}
.abt-evenrow .about-data ul{
    margin: 0 0 15px;
}
.abt-evenrow .about-data ul li{
    display: block;
    position: relative;
    padding: 5px 0 5px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #818181;
    line-height: 24px;
}
.abt-evenrow .about-data ul li:before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #c20000;
    border-radius: 50%;
    top: 15px;
    left: 0;
}
/* ***** End About Page ****** */

/* ***** Inner Pages ***** */
.oca-workstep{
    padding: 0px 0 80px;
}
.oca-step{
    padding: 45px 45px 15px;
    border-radius: 15px;
    position: relative;
    background-color: rgba(239,26,13,0.07);
}
.oca-stepbx{
    padding:30px 15px;
    position:relative;
    margin: 0 0 30px;
    display: flex;
}
.oca-stepbx h3{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height:60px;
}
.oca-stdt{
    width: 75%;
    padding: 15px 0 0 25px;
}
.oca-stepbx h4{
    font-size: 18px;
    font-weight: bold;
    color: #111;
    margin: 0 0 15px;
    min-height: 45px;
}
.oca-stepbx p{
    font-size: 15px;
    font-weight: 400;
    color: #818181;
    line-height: 24px;
    margin: 0;
}

.oca-step-why{
    padding:45px 0 0;    
}
.why-box{
    padding: 40px 20px 40px 40px;
    margin: 0 0 25px;
    background-color: rgba(239,26,13,0.07);
    border-radius: 15px;
    display: flex;
}
.why-bxic{
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}
.whydt{
    padding: 25px 0 0 25px;
    width: 80%;
}
.why-box h3{
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin: 0 0 15px;
}
.why-box p{
    font-size: 15px;
    line-height: 24px;
    color: #818181;
    margin: 0;
    min-height: 150px;
}


.adrow .row{
    align-items: center;
}
.app-screen-bx{
    padding: 25px;
}
.app-screen-bx img{
    margin: 0 auto;
}
.advantagebx{
    margin: 0 0 45px;
}
.app-advabx .advantagebx:last-child{
    margin: 0;
}
.ad-ic{
    width: 70px;
    height: 70px;
    background-color:rgba(239,26,13,0.07);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px;
}
.ad-ic img{
    height: 35px;
}
.advantagebx h3{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px;
}
.advantagebx p{
    font-size: 14px;
    font-weight: 400;
    color: #818181;
    line-height: 22px;
    margin: 0;
    min-height: 70px;
}
/* ***** End Inner Pages ***** */

/* **** Contact Page **** */
.cnt-addwp{
    padding: 80px 0;
}
.cnt-rw{
    display: flex;
}
.cnt-rw .cnt-ic{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #c20000;
    line-height:80px;
    text-align: center;
    color: #fff;
    font-size: 26px;
}
.cnt-dt{
    padding-left: 15px;
    width: 75%;
}
.cnt-dt h3{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px;    
}
.cnt-dt p{
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    font-weight: 500;
    color: #818181;
}

.contact-form{
    padding: 80px 0;
    width: 100%;
}
.contact-form .titlebar h2{
    text-align: center;
    font-weight: bold;
    margin: 0 0 35px;
}
.contact-form .titlebar h2:before{
    display: none;
}
.contact-form form{
    width: 75%;
    margin: 0 auto;
    padding: 45px;
    border-radius: 50px 0 50px 0;
    background-color: #FEEFEE;
}
.contact-form .form-group{
    margin: 0 0 30px;
    position: relative;
}
.contact-form .form-group .form-control{
    padding: 15px 0;
    background-color:#FEEFEE;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #4C4B4B;
    height: auto;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    color: #4C4B4B;
    resize: none;
}
.contact-form button{
    padding: 15px 25px;
    border-radius: 10px;
    display: table;
    margin: 30px auto 0;
    background: #c20000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.contact-form button i{
    margin-left: 5px;
}
.contact-form button:hover{
    background: #000;
    color: #fff;
}
/* **** End Contact Page **** */

.ambcat2-wrp{
    padding: 100px 0;
}
.ambcat2-wrp .btn-main1{
    margin: 30px auto 0;
}