@font-face {
    font-family: 'HK Grotesk';
    src: url('../fonts/HKGrotesk-Bold.woff2') format('woff2'),
        url('../fonts/HKGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('../fonts/HKGrotesk-Medium.woff2') format('woff2'),
        url('../fonts/HKGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('../fonts/HKGrotesk-SemiBold.woff2') format('woff2'),
        url('../fonts/HKGrotesk-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('../fonts/HKGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/HKGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --font-main: 'HK Grotesk';


	--font-size-h1: 26px;
	--font-size-h2: 24px;
	--font-size-h3: 22px;
	--font-size-h4: 20px;
	--font-size-h5: 18px;
	--line-height-h1: 38px;
	--line-height-h2: 34px;
	--line-height-h3: 32px;
	--line-height-h4: 30px;
	--line-height-h5: 26px;

    /*colors*/
    --color-blue: #3948ff;
    --color-lblue: #75BAF9;
    --color-violet: #845EF7;
    --color-orange: #FF7D19;
    --color-yellow: #E6B33D;
    --color-red: #EC696A;
    --color-green: #1BC6AF;
    --color-navy: #302357;
    
}

@media (min-width: 768px) {
	:root {
		--font-size-h1: 36px;
        --line-height-h1: 48px;
        --font-size-h4: 22px;
        --line-height-h4: 30px;
    }
}
@media (min-width: 992px) {
	:root {
		--font-size-h1: 42px;
		--font-size-h2: 32px;
		--font-size-h3: 24px;
        --line-height-h1: 58px;
		--line-height-h2: 42px;
        --line-height-h3: 34px;
        
	}	
}

@media (min-width: 1336px) {
	:root {
		--font-size-h1: 64px;
		--font-size-h2: 38px;
        --font-size-h3: 28px;
        --font-size-h4: 24px;
        --font-size-h5: 20px;
		--line-height-h1: 77px;
		--line-height-h2: 46px;
        --line-height-h3: 36px;
        --line-height-h4: 34px;
        --line-height-h5: 26px;
	}	
}

/**** heading ***/
h1{ 
	font-family: var(--font-main); 
	font-size: var(--font-size-h1);
	line-height: var(--line-height-h1);
    font-weight: bold;
    text-transform: capitalize;
}

h2{ 
	font-family: var(--font-main);
	font-size: var(--font-size-h2);
	line-height: var(--line-height-h2);
    font-weight: bold;
    text-transform: capitalize;
}

h3{ 
	font-family: var(--font-main);
	font-size: var(--font-size-h3);
	line-height: var(--line-height-h3);
    font-weight: bold;
    text-transform: capitalize;
}

h4{ 
	font-family: var(--font-main);
	font-size: var(--font-size-h4);
	line-height: var(--line-height-h4);
    font-weight: 600;
}

h5{ 
	font-family: var(--font-main);
	font-size: var(--font-size-h5);
	line-height: var(--line-height-h5);
    font-weight: 600;
}

/**** paragraph****/
p, li{ 
	font-family: var(--font-main); 
	line-height: 24px;
    font-weight: normal;
}

/* a{ font-weight: 400;} */

@media (min-width: 1200px) {
    p, li{ 
        font-size: 16px;
        line-height: 24px;
    }
    a{ font-size: 16px;}
    
}

@media (min-width: 1440px) {
    p, li{ 
        font-size: 18px;
        line-height: 26px;
    }
    a{ font-size: 18px;}
}

a{
	font-family: var(--font-main); 
	text-decoration: none;
    color: #845EF7;
}

/*Common*/
    body{ overflow-x:hidden !important; font-family: var(--font-main) !important; color: #000;}
    .container{ width: 95%; max-width: 1440px;}
    .sp-50{ padding-top:30px; padding-bottom:30px;}
    .spt-50{ padding-top:30px;}
    .spb-50{ padding-bottom:30px;}
    .mb-30{ margin-bottom: 30px;}
    .mt-30{ margin-top: 30px;}
    .p-30{ padding: 20px;}
    .btn:focus, .btn.focus, a:focus, .swiper-pagination-bullet:focus, button:focus {outline: 0; box-shadow: none !important;}
    .btn{ border-radius: 5px; font-size: 16px; transition: all 300ms linear; border: 0;}
    .btn-rounded{ border-radius: 44px;}
	.btn-black{ background: #151515; color: #fff; padding: 7px 30px;}
	.btn-black:hover{ background: rgba(0, 0, 0, 0.7); color: #fff;}
    .btn-black:active, .btn:focus{background: #151515; color: #fff;}
    .btn-white{ background: #fff; color: #000; padding: 7px 30px; border: 1px solid #fff;}
	.btn-white:hover{ background: #fff; color: #000; border: 1px solid #fff;}
    .btn-white:active, .btn:focus{background: #fff; color: #000;}
    .btn-blue{ background: #302357; color: #fff; padding: 7px 30px; border: 1px solid #302357;}
	.btn-blue:hover{ background: #302357; color: #fff; border: 1px solid #302357;}
    .btn-blue:active, .btn-blue:focus{background: #302357; color: #fff; border: 1px solid #302357;}
    .btn-blue-o{ background: #302357; color: #fff; padding: 7px 30px; border: 1px solid #302357;}
	.btn-blue-o:hover{ background: transparent; color: #302357; border: 1px solid #302357;}
    .txt-blue{ color: #2E63D8;}
    .txt-violet{ color: var(--color-violet);}
    .txt-red{ color: var(--color-red);}
    .txt-orange{ color: var(--color-orange);}
    .txt-yellow{ color: var(--color-yellow);}
    .bg-black{ background: #000000;}
    .bg-grey{background: #F2F2F2;}
    .bg-dgrey{ background: #D9D9D9;}
    .bg-dblue{background: #0D1D32;}
    .bg-blue{background: #75BAF9;}
    .bg-orange{background: #E6B33D;}
    .bg-green{background: #1BC6AF;}
    .bg-yellow{background: var(--color-yellow);}
    .w-100{ width: 100%;}
    .h-100{ height: 100%;}
    .img-blend{ mix-blend-mode: darken;}
    .fw-medium{ font-weight: 500 !important;}
    .text-link-dark a{color: #000; transition: all 300ms linear;}
    .text-link-dark a:hover{ color: #845EF7;}
    .minh-0{ min-height: unset !important;}
   
@media (max-width: 767px) {
    .row.col-reverse{ flex-direction: column-reverse;}
    .xs-mb-20{ margin-bottom: 20px;}
    .xs-mb-30{ margin-bottom: 30px;}
}  

@media (min-width: 992px) {
	.container{ width: 90%; max-width: 1440px;}
	span.db{ display: block;}
    .p-30{ padding: 30px;}
    .pl-40{ padding-left: 40px;}
    .pr-40{ padding-right: 40px;}
	.sp-50{ padding-top:50px; padding-bottom:50px;}
	.spt-50{ padding-top:50px;}
	.spb-50{ padding-bottom:50px;}
	.max-800{max-width: 800px; margin-left: auto; margin-right: auto;}
    .max-900{max-width: 940px; margin-left: auto; margin-right: auto;}
    .max-980{ max-width: 980px; margin-left: auto; margin-right: auto;}
    .max-1000{ max-width: 1000px; margin-left: auto; margin-right: auto;}
    .max-1100{ max-width: 1100px; margin-left: auto; margin-right: auto;}
    .max-1200{ max-width: 1200px; margin-left: auto; margin-right: auto;}
    .btn{ font-size: 18px;}
}

@media (min-width: 1200px) {
    .txt-20{ font-size: 20px !important; line-height: 28px !important;}
}

@media (min-width: 1366px) {
    .txt-32{ font-size: 32px !important; line-height: 40px !important;}
    .txt-52{ font-size: 52px !important; line-height: 63px !important;}
}

@media (min-width: 1600px) {
    .sp-50{ padding-top:70px; padding-bottom:70px;}
	.spt-50{ padding-top:70px;}
	.spb-50{ padding-bottom:70px;}
}

/*Scroll to Top*/
#return-to-top .upIcon{ content: url("../images/top.svg");}
#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 0px;
    background: rgba(131, 157, 181, 0.5);
	/*box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.3);*/
  	padding:5px 8px 9px 10px;
	border-radius:5px 0px 0px 5px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	 z-index:99;
     font-size: unset;
     line-height: unset;
}
#return-to-top:hover {
   background: rgba(131, 157, 181,1);
}



/*Footer*/
.footer-top{ background: #F5F5F5; color: #000; font-weight: normal;}
.footer-top p, .footer-top a, .footer-top li{ font-size: 13px; line-height: 18px;}
.footer-top a{ color: #000; transition: all 300ms linear;}
.footer-top a:hover{color: rgba(0,0,0,0.7);}
.footer-top h5{ font-size: 16px; padding-bottom: 10px; margin-bottom: 0px;}
.footer-top ul{ padding: 0 0px 0px 0px; margin-bottom: 0;}
.footer-top ul li{ list-style-type: none; padding-bottom: 5px;}
.footer-top ul li a{ color: #000;}
.footer-top ul li a:hover{color: rgba(0,0,0,0.6);}
.ftr-phone{ position: relative; padding-left: 30px;}
.ftr-phone:before{ content: url(../images/footer/phone.svg); position: absolute; left: 0; top: 0; display: inline-block;}
.ftr-email{ position: relative; padding-left: 30px;}
.ftr-email:before{ content: url(../images/footer/email.svg); position: absolute; left: 0; top: 0; display: inline-block;}


.ftr-social{ margin-top: 20px; margin-bottom: 20px;}
.ftr-social a{ margin-right: 10px;}

.footer-top .nav-tabs{ border-bottom: 0; margin-top: 20px;}
.footer-top .nav-link{ background: transparent; border: 0; font-size: 14px; color: #000; padding: 0px 10px 5px 0px;}
.footer-top .nav-item:nth-last-of-type(1) .nav-link{ padding-right: 0;}
.footer-top .nav-link.active{ background: transparent; position: relative; color: #000;}
.footer-top .nav-link.active:before{ content: ""; background: #000; height: 2px; width: 27px; position: absolute; bottom: 0; left: 0;}
.footer-top .tab-content{ padding-top: 10px;}

@media (min-width: 768px) {
    .footer-top .nav-tabs{ margin-top: unset;}
}

@media (min-width: 1200px) {
    .footer-top ul li{ padding-bottom: 10px;}
    .col-xl-7.flcol {width: 52.33333333%;}
    .col-xl-2.addrcol {width: 22.66666667%;}
    .footer-list{ display: flex;}
    .footer-list ul:nth-of-type(1){ margin-right: 30px;}
    .footer-top .nav-link{font-size: 13px;}
}

@media (min-width: 1366px) {
    .footer-top .nav-link{font-size: 14px;}
}

@media (min-width: 1440px) {
    .footer-top p, .footer-top a, .footer-top li{ font-size: 14px; line-height: 18px;}
    .footer-top ul li{ padding-bottom: 10px;}
    .footer-top ul li a{ color: #000; }
    .footer-top .nav-link{font-size: 14px; padding: 0px 15px 5px 0px;}
    .col-xl-7.flcol {width: 54.33333333%;}
    .col-xl-2.addrcol {width: 20.66666667%;}
}

@media (min-width: 1600px) {
    .footer-top p, .footer-top a, .footer-top li{ font-size: 16px; line-height: 22px;}
}

.footer-btm{ background: #F5F5F5; padding: 15px 0px; font-size: 14px; color: #000; border-top: 1px solid rgba(0, 0, 0, 0.1);}
.ftr-btm-links{margin-bottom: 5px;}
.footer-btm .ftr-btm-links a{ color: #000; font-size: 14px;}
.footer-btm .ftr-btm-links a:hover{color: rgba(0,0,0,0.6);}
.footer-btm .copy{ text-align: center;}
.footer-btm span.db{ display: block;}

@media (max-width: 767px) {
    .footer-btm .row{ display: flex; flex-direction: column-reverse; justify-content: space-between;}
    .ftr-btm-links{display: flex; flex-direction: column;}
    .ftrblinks{ display: flex; flex-direction: row; justify-content: center; margin-bottom: 10px;}
    .ftr-badges{display: flex; justify-content: center; align-items: center; margin-bottom: 10px;}
    .dmca-logo{ width: 150px; margin-right: 10px;}
}

@media (min-width: 768px) {
    .footer-btm .copy{text-align: left;}
    .ftr-btm-links{margin-bottom: unset;}
    .ftr-btm-links{margin-bottom: 5px; display: flex; flex-direction: column; align-items: flex-end;}
    .ftrblinks { margin-bottom: 20px;}
    .ftr-badges{display: flex; justify-content: space-between; align-items: flex-end; width: 100%; max-width: 320px;}
}
@media (min-width: 992px) {
    .footer-btm span.db{ display: unset;}
}

@media (min-width: 1200px) {
    .ftr-btm-links{margin-bottom: 0px; display: flex; flex-direction: row; justify-content: space-between;  align-items: center;}
    .ftrblinks{ width: 40%; margin-bottom: unset;}
    .ftr-badges{width: 60%; display: flex; justify-content: space-between; align-items: center;}
}

.footer-contact-sec{ background: #141414; overflow: hidden;}
.footer-contact-sec .fcbIcon{ background: #845EF7; width: 90px; height: 90px; border-radius: 100%; text-align: center; padding-top: 16px; margin-bottom: -50%;}
.fcbIcon.fcbIcon1{background: #845EF7;}
.fcbIcon.fcbIcon2{background: #EA7D30;}
.fcbIcon.fcbIcon3{background: #E6B33D;}
.footer-contact-sec .fcbIcon img{ width: 24px; height: 24px;}

@media (min-width: 360px) {
    .footer-contact-sec .fcbIcon{ width: 100px; height: 100px;}
}

@media (min-width: 768px) {
    .footer-contact-sec .fcbIcon{ width: 250px; height: 250px; padding-top: 60px;}
    .footer-contact-sec .fcbIcon img{ width: 50px; height: 50px;}
}

@media (min-width: 1080px) {
    .footer-contact-sec .fcbIcon{ width: 300px; height: 300px; padding-top: 60px;}
    
}

@media (min-width: 1366px) {
    .footer-contact-sec .footer-cs-inner{ max-width: 1175px; margin: auto;}
    .footer-contact-sec .fcbIcon{ width: 350px; height: 350px; padding-top: 60px;}
    .footer-contact-sec .fcbIcon img{ width: auto; height: auto;}
}

/*Swiper Slider*/
.site--slider{ position: relative;}
.site--slider .swiper {width: 100%; height: 100%;}
.site--slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: auto;
    margin-bottom: 30px;
}
.site--slider .swiper-pagination-bullet {background: rgba(57, 72, 255, 0.2); opacity: 1; width: 8px; height: 8px;} 
.site--slider .swiper-pagination-bullet-active{background: #845EF7; width: 20px; border-radius: 20px;}
.site--slider .swiper-pagination-bullets.swiper-pagination-horizontal{ bottom:0}

.site--slider .fw-pagi .swiper-pagination-bullet-active, 
.site--slider .ods-pagi .swiper-pagination-bullet-active{
    background: #2E63D8;
}

.site--slider .swiper-button-next, .site--slider .swiper-button-prev{ bottom: 0px; top: unset;}
.site--slider .swiper-button-prev::after, .site--slider .swiper-rtl .swiper-button-next::after {content: url(../images/sprev.svg);}
.site--slider .swiper-button-next::after, .site--slider .swiper-rtl .swiper-button-prev::after {content: url(../images/snext.svg);}
.site--slider .swiper-button-prev, .site--slider .swiper-rtl .swiper-button-next {left: 30%; right: auto;}
.site--slider .swiper-button-next, .site--slider .swiper-rtl .swiper-button-prev {right: 30%; left: auto;}
@media (min-width: 768px) {
    .site--slider .swiper-button-prev, .site--slider .swiper-rtl .swiper-button-next {left: 40%; right: auto;}
    .site--slider .swiper-button-next, .site--slider .swiper-rtl .swiper-button-prev {right: 40%; left: auto;}
}
/*Swiper Slider End*/

/*Accordion*/
.site-accord .accordion{ border: 0;}
.site-accord .accordion-item {border-bottom: 1px solid rgba(0, 0, 0, 0.2); border-top: 0; border-left: 0; border-right: 0; margin-bottom: 10px; padding-bottom: 20px;}
.site-accord .accordion-item, .site-accord .accordion-button{background: transparent; color: #000;}
.site-accord .accordion-button{ padding:10px 40px 10px 0px; font-size: 16px; line-height: 22px; font-weight: 500; position: relative;}
.site-accord button{text-transform: lowercase; display: inline-block;}
.site-accord button::first-letter{ text-transform:capitalize;}

.site-accord .accordion-body{ padding: 20px 0px 10px; color: #000; font-size: 16px; line-height: 24px;}
.site-accord .accordion-body p{line-height: 24px; font-size: 16px;}
.site-accord .accordion-body ul, .site-accord .accordion-body ol{ padding: 0px 0px 0px 20px;}
.site-accord .accordion-body ul li, .site-accord .accordion-body ol li{ padding-left: 5px;}
.site-accord .accordion-body li{line-height: 24px; font-size: 16px; padding-bottom: 5px;}
.site-accord .accordion-button::after{ content: url(../images/down-sm.svg); background-image: none; font-size: 30px; position: absolute; top: -10px; right: 30px;} 
.site-accord .accordion-button:not(.collapsed)::after {content: url(../images/up-sm.svg); background-image: none; transform: none; font-size: 30px;}
.site-accord .accordion-item:nth-last-of-type(1){ border-bottom: 0;}
.site-accord .accordion-header, .site-accord .accordion-button, .site-accord .accordion-collapse, .site-accord .accordion-body{box-shadow:none;}

@media (min-width: 768px) {
	.site-accord .accordion-button::after{top: 0px;}
    .site-accord .accordion-button{ padding:20px 20px 10px 0px; font-size: 24px; line-height: 40px; font-weight: bold;}
    .site-accord .accordion-body{padding-right: 20px; max-width: 900px;}
}

@media (min-width: 1200px) {
    .site-accord .accordion-button::after{top: 0px; right: 15px; content: url(../images/down.svg);}
    .site-accord .accordion-button:not(.collapsed)::after {content: url(../images/up.svg);}
}
@media (min-width: 1366px) {
    .site-accord .accordion-button {padding-right: 50px;}
}
/*Accordion End*/

/*tabs*/
.site--tabs .nav-tabs{ border-bottom: 0; margin-top: 20px; display: flex; }
.site--tabs .nav-link{ background: transparent; border: 0; border-radius: 34px; font-size: 14px; color: #000; padding: 10px 20px; 
    margin-right: 10px;}
.site--tabs .nav-item:nth-last-of-type(1) .nav-link{ margin-right: 0px;}
.site--tabs .nav-link.active{ background: #845EF7; border-radius: 34px; position: relative; color: #fff;}
.site--tabs .tab-content{ padding-top: 10px;}

@media (max-width: 767px) {
    .site--tabs .nav-tabs {border-bottom: 0px; display: flex; flex-direction: row; flex-wrap: nowrap; width: 100%; overflow-x: auto; margin-bottom: 20px; padding-bottom: 20px;}
    .site--tabs .nav-link {white-space: nowrap;}
}
@media (min-width: 768px) {
    .site--tabs .tab-content{ padding-top: 40px;}
}
@media (min-width: 1200px) {
    .site--tabs .nav-tabs{justify-content: center;}
    .site--tabs .nav-link{font-size: 20px;}
}

/*faq*/
.faq--sec{ border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 30px; padding-top: 30px;}
.faq--sec .fabtn{ position: relative; color: #000; border: 0; background: transparent; padding: 0; font-size: 18px; font-weight: bold;}
.faq--sec .fabtn:hover{ color: #000;}
.faq--sec .fabtn::after {content: url(../images/fplus-sm.svg); position: absolute; top: 2px; right: -35px;}
.faq--sec .fabtn:not(.collapsed)::after {content: url(../images/fminus-sm.svg); position: absolute; top: 2px; right: -35px;}
.faq--box{ padding: 10px 20px; background: #FFFFFF; box-shadow: 0px 0px 20px rgba(84, 101, 255, 0.08); border-radius: 8px; margin-bottom: 10px;}
.faq--box h4{ font-weight: bold; margin-bottom: 10px;}

@media (min-width: 768px) {
  .faq--sec .fabtn{ font-size: 32px;}
  .faq--sec .fabtn::after {content: url(../images/fplus.svg); position: absolute; top: 6px; right: -45px;}
  .faq--sec .fabtn:not(.collapsed)::after {content: url(../images/fminus.svg); position: absolute; top: 6px; right: -45px;}
  .faq--box{margin-bottom: 20px; }
}
@media (min-width: 1200px) {
  .faq--box{ padding:20px 30px;}
}

@media (max-width: 767px) {
    .other-seo-loc ul li {padding-bottom: 5px; line-height: 14px; text-align: center;}
    .other-seo-loc ul li a{ font-size: 12px; line-height: 14px;}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .other-seo-loc ul li {padding-bottom: 10px; line-height: 16px;}
    .other-seo-loc ul li a{ font-size: 14px; line-height: 16px;}
}

.kmmbtn{ position: relative; color: #fff; border: 0; border-radius: 44px; background: #000; padding: 8px 40px 8px 20px; font-size: 16px; text-align: center;}
.kmmbtn:hover, .kmmbtn:focus{ color: #fff; background: #000;}
.kmmbtn::after {content: url(../images/down-arr.svg); position: absolute; top: 8px; right: 15px;}
.kmmbtn:not(.collapsed)::after {content: url(../images/up-arr.svg); position: absolute; top: 8px; right: 15px;}