::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #e8e8e8;
}

::-webkit-scrollbar-thumb {
    background: #007cdc;
}

::-webkit-scrollbar-thumb:hover {
    background: #007cdc;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body {
    font-family: 'Open Sans', sans-serif; 
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
}
html{
    background-color: #fff;
}
.animate,
.hoshd,
.hover-scale img,
.hover-scale:hover,
.up-hor,
.sticky,
.top-header,
.dark-logo,
.white-logo,
a,
.steps-div,
.btn-rd {
    -webkit-transition: 1.0s cubic-bezier(.17, .85, .438, .99);
    -o-transition: 1.0s cubic-bezier(.17, .85, .438, .99);
    transition: 1.0s cubic-bezier(.17, .85, .438, .99);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700!important; 
    color: #131238;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none!important
}

.v-center {
    align-self: center;
    align-items: center !important;
}

.text-w {
    color: #fff;
}

.text-b {
    color: #131238;
}

em {
    color: #213f99;
    font-style: inherit;
}

h1 {
    font-size: 45px;
    line-height: 57px;
}

h2 {
    font-size: 40px; 
}

h3 {
    font-size: 34px;
    line-height: 46px;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

p { 
    font-family: "Poppins", Sans-serif; 
    font-size: 16px;
    
    font-weight: 500;
}

.pad-tb {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pr--100 {
    padding-right: 100px;
}

.pl--100 {
    padding-left: 100px;
}

.pl--50 {
    padding-left: 50px;
}

.pr--50 {
    padding-right: 50px;
}

.mr15 {
    margin-right: 15px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.pr50 {
    padding-right: 50px;
}

html .pl5 {
    padding-left: 5px !important;
}

html .pt0 {
    padding-top: 0;
}

html .pm0 {
    padding-bottom: 0;
}

html .mt0 {
    margin-top: 0px;
}

html .mb0 {
    margin-bottom: 0;
}

html .mt10 {
    margin-top: 10px;
}

html .mt5 {
    margin-top: 5px;
}

html .mt20 {
    margin-top: 20px;
}

html .mt30 {
    margin-top: 30px;
}

html .mt40 {
    margin-top: 40px;
}

html .mt50 {
    margin-top: 50px;
}

html .mt60 {
    margin-top: 60px;
}

html .mt70 {
    margin-top: 70px;
}

html .mt80 {
    margin-top: 80px;
}

html .mt90 {
    margin-top: 90px;
}

 

html .mb10 {
    margin-bottom: 10px;
}

html .mb5 {
    margin-bottom: 5px;
}

html .mb20 {
    margin-bottom: 20px;
}

html .mb25 {
    margin-bottom: 25px;
}

html .mb30 {
    margin-bottom: 30px;
}

html .mb40 {
    margin-bottom: 40px;
}

html .mb50 {
    margin-bottom: 50px;
}

html .mb60 {
    margin-bottom: 60px;
}

html .mb70 {
    margin-bottom: 70px;
}

html .mb80 {
    margin-bottom: 80px;
}

html .mb90 {
    margin-bottom: 90px;
}

html .mb100 {
    margin-bottom: 100px;
}

html .m0 {
    margin: 0px !important;
}

html .p0 {
    padding: 0px !important;
}

html .pt10 {
    padding-top: 10px;
}

html .pt20 {
    padding-top: 20px;
}

html .pt30 {
    padding-top: 30px;
}

html .pt40 {
    padding-top: 40px;
}

html .pt50 {
    padding-top: 50px;
}

html .pt60 {
    padding-top: 60px;
}

html .pt70 {
    padding-top: 70px;
}

html .pt80 {
    padding-top: 80px;
}

html .pt90 {
    padding-top: 90px;
}

html .pt100 {
    padding-top: 100px;
}

html .pt110 {
    padding-top: 110px;
}

html .pt120 {
    padding-top: 120px;
}

html .pt130 {
    padding-top: 130px;
}

html .pt150 {
    padding-top: 150px;
}

html .pt140 {
    padding-top: 140px;
}

html .pb10 {
    padding-bottom: 10px;
}

html .pb20 {
    padding-bottom: 20px;
}

html .pb30 {
    padding-bottom: 30px;
}

html .pb40 {
    padding-bottom: 40px;
}

html .pb50 {
    padding-bottom: 50px;
}

html .pb60 {
    padding-bottom: 60px;
}

html .pb70 {
    padding-bottom: 70px;
}

html .pb80 {
    padding-bottom: 80px;
}

html .pb90 {
    padding-bottom: 90px;
}

html .pb100 {
    padding-bottom: 100px;
}

html .pb110 {
    padding-bottom: 110px;
}

html .pb120 {
    padding-bottom: 120px;
}

html .pb130 {
    padding-bottom: 130px;
}

html .pb140 {
    padding-bottom: 140px;
}

html .pb150 {
    padding-bottom: 150px;
}

.hoshd:hover {
    box-shadow: 0 15px 39px -11px #46638e45;
    transform: translate(0px, -5px);
}

.up-hor:hover {
    transform: translate(0px, -5px);
}

.hover-scale img {
    transform: scale(1.0);
}

.hover-scale:hover img {
    transform: scale(1.05);
}


/**Header**/
.top-header{
    background-color: #fff;
}
/* .icon-bar {
    width: 24px;
    height: 3px;
    background-color: #fff;
    display: block;
    transition: all 0.2s;
    margin-top: 4px;
} */

/* .sticky .icon-bar {
    background-color: #000;
} */

.navbar-toggler {
    padding: 0;
    border: none;
    background: transparent;
    position: relative;
    top: -3px;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.hide-desk {
    display: none;
}

.mobile-btn {
    color: #fff;
    font-weight: 600;
    margin-right: 10px;
    margin-left: 0 !important;
}

.sticky .mobile-btn {
    color: #000;
}

.btn-call span.clltxt {
    display: block;
    font-size: 13px;
    font-weight: normal;
}

.btn-call i {
    width: 34px;
    height: 34px;
    background-color: #4bc271;
    border-radius: 50%;
    text-align: center;
    z-index: 99;
    line-height: 34px;
    margin-right: 10px;
    color: #fff;
}

.btn-call {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
}

.btn-call:hover {
    color: #fff !important;
}

.sticky .btn-call:hover {
    color: #131238 !important;
}

.navbar-brand .white-logo {
    display: inline-block;
    width: 190px;
}

.navbar-brand .dark-logo {
    display: none;
}

.sticky .navbar-brand .dark-logo {
    display: inline-block;
    width: 190px;
}

.sticky .navbar-brand .white-logo {
    display: none;
}

.top-header .sticky .nav-link.active {
    color: #213f99;
}

.top-header .sticky .nav-link.active:after {
    background: #213f99;
}

.top-header .sticky .nav-link {
    color: #131238;
}

.top-header .sticky {
    background: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08);
}

.top-header .nav-link:hover {
    color: #673ab7;
}

.top-header .nav-link:hover .nav-number {
    color: #007cdc;
}

.top-header .nav-link {
    font-weight: 600;
    font-size: 17px;
    color: #fff;
}

.top-header .nav-link.active {
    color: #fff;
}

.top-header .nav-link.active:after {
    transition: all 0.2s linear 0s;
    background: #213f99;
    width: 90%;
}

.top-header .nav-link:after {
    content: '';
    display: block;
    height: 2px;
    text-align: center;
    left: 0;
    right: 0;
    width: 0;
    float: none;
    background: #007cdc;
    /* transition: width 0.4s ease, background-color 0.4s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; */
    margin: 0px auto 0;
    position: relative;
    bottom: -4px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 0;
    padding-bottom: 0;
    height: 70px;
}

.brand-logo a {
    display: block;
}

.header-right ul li:after {
    content: "";
    position: absolute;
    border-right: 1px solid #eee;
    height: 30px;
    right: -12px;
    top: 10px;
}

.header-right ul li:last-child:after {
    content: "";
    position: absolute;
    border-right: 0px solid #eee;
}


/**Hero section**/

.car-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    clip-path: ellipse(120% 62% at 50% 40%);
    left: 0px;
    top: 0px;
    max-height: 960px;
    min-height: initial;
    width: 100vw;
    max-width: 100%;
    z-index: 0;
    background-image: radial-gradient(circle at 46% 76%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 3%, transparent 3%, transparent 100%), radial-gradient(circle at 36% 87%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 3%, transparent 3%, transparent 100%), radial-gradient(circle at 50% 78%, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 3%, transparent 3%, transparent 100%), radial-gradient(circle at 22% 99%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 38% 63%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 55% 50%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 93% 55%, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 24% 100%, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 26% 53%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 17% 5%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 53% 51%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 10% 25%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 31% 56%, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 40% 69%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 33% 89%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 96% 22%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 5%, transparent 5%, transparent 100%), linear-gradient(296deg, rgb(81, 0, 147), rgb(72, 123, 244));
}

.hero-section {
    position: relative;
    overflow: hidden;
    height: 90vh;
    display: grid;
    align-items: center;
}

.img-box1 img {
    border-radius: 20px 100px 20px 20px;
}

.header-heading {
    margin: 0px 50px 0 0;
}

.header-heading h1 {
    color: #fff;
    font-weight: 700;
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 30px;
}

.header-heading p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
    font-weight: 500;
}


/** banner **/

.apnasucerBanner{
    margin-top:8rem; 
}
.apnasucerBanner h1{
    font-family: "Poppins", Sans-serif;
    font-size: 44px;
    font-weight: 600;
 }
.why_ApnaSecure h1{
    font-family: "Poppins", Sans-serif;
    font-size: 44px;
    font-weight: 600;
    text-align:center;
 }
.apnasucerBanner #wpforms-5 a{
    color: #c36;
}
.why_ApnaSecure{
    margin-top: 8rem;
}
.ApnaSecure h1{
    margin-bottom: 2rem;
}
.Enquire_Now{ 
    padding: 20px 20px 20px 20px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #7A7A7A1F 100%);
    border-style: solid;
    border-color: var(--e-global-color-text);
    border-radius: 7px 7px 7px 7px; 
}
.Enquire_Now h3{
    font-size: 26px;
    margin: 0 0 10px 0;
    font-family: "Poppins", Sans-serif;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

 .Enquire_Now label{
    display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
    word-break: break-word;
    word-wrap: break-word;
}
 .Enquire_Now label .wpforms-required-label{
    color: red;
}
.elementor-icon-wrapper {
    display: flex;
    justify-content: center;
}
.elementor-icon{
    color: #F47017;
    border-color: #F47017;
    border-radius: 50%;
}
.elementor-icon i{
    font-size: 62px;
    padding: 18px;
    position: relative;
    display: block;
}
.elementor-icon {
    padding: 0.5em; 
    border: 3px solid #2c3c65;
    background-color: transparent;
}
.ApnaSecure h2{
    color: #01344A;
    font-size: 24px!important;
    margin-top: 1rem;
    text-align:center;
}
.ApnaSecure p{
    text-align:center;
}
.partner img{
    width: 100%;
}
/**Footer**/

/* footer {
    background-image: linear-gradient(0deg, transparent 0%, transparent 60%, #3f68c1 60%, #3f68c1 93%, transparent 93%, transparent 100%), linear-gradient(135deg, transparent 0%, transparent 55%, #3f68c1 55%, #3f68c1 84%, transparent 84%, transparent 100%), linear-gradient(0deg, transparent 0%, transparent 80%, #3f68c1 80%, #3f68c1 94%, transparent 94%, transparent 100%), linear-gradient(90deg, #3f68c1, #3f68c1);
    padding: 20px 0 5px 0;
    color: #fff;
} */

footer p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0.3rem;
}

.footer- a img {
    width: 150px;
}

.footer- p {
    text-align: center;
    padding: 25px 0 0 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.footer- a {
    display: block;
    display: flex;
}

.footer-block {
    padding: 20px 0;
}

.social-links {
    text-align: right;
}

.social-links a {
    color: #0a2233;
    font-size: 25px;
    line-height: 1;
}

.footer-address-list li i {
    margin: 0 5px 0 0;
}

.copyright {
    border-top: 1px solid rgb(255 255 255 / 0.1);
}
.copyright p{
    font-size: 12px;
    text-align: center; 
}
.footer-address-list{
    padding-left: 15px;
}
.footer-address-list li {
    font-size: 16px;
    text-indent: -12px;
    padding-left: 25px;
    line-height: 25px;
}

.footer-social-media-icons a {
    color: #fff;
    font-size: 16px;
    border: 1px solid #cacaca;
    border-radius: 12px;
    margin: 0 2px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
}

.footer-social-media-icons a.facebook {
    background: #0069f7;
    border-color: #0069f7;
}

.footer-social-media-icons a.twitter {
    background: #00c6f7;
    border-color: #00c6f7;
}

.footer-social-media-icons a.instagram {
    background: #D62977;
    border-color: #D62977;
}

.footer-social-media-icons a.linkedin {
    background: #0E72A3;
    border-color: #0E72A3;
}

.footer-address-list li a {
    color: #fff;
}


/* @media (min-width: 1200px) {
     .container,
     .container-lg,
     .container-md,
     .container-sm,
     .container-xl {
        max-width: 1280px!important;
    }
} */

