@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

:root {
    --font-main: 'Lato';

	--font-size-h1: 26px;
	--font-size-h2: 24px;
	--font-size-h3: 20px;
    --font-size-h4: 18px;
	--font-size-p: 16px;
	--line-height-h1: 36px;
	--line-height-h2: 33px;
    --line-height-h3: 26px;
    --line-height-h4: 24px;
    --line-height-p: 24px;

    /*colors*/
    --theme-color: #2E0641;
    --theme-green: #00CC83;
    
}

@media (min-width: 992px) {
	:root {
		--font-size-h1: 41px;
		--font-size-h2: 32px;
		--font-size-h3: 24px;
        --font-size-h4: 20px;
		--font-size-p: 18px;
		--line-height-h1: 60px;
		--line-height-h2: 43px;
        --line-height-h3: 30px;
        --line-height-h4: 30px;
        --line-height-p: 26px;
	}	
}

@media (min-width: 1336px) {
		
}

/**** heading ***/
h1{ 
	font-family: var(--font-main); 
	font-size: var(--font-size-h1);
	line-height: var(--line-height-h1);
	font-weight: 700;
}

h2{ 
	font-family: var(--font-main);
	font-size: var(--font-size-h2);
	line-height: var(--line-height-h2);
	font-weight: 900;
}
h3{ 
	font-family: var(--font-main);
	font-size: var(--font-size-h3); 
	font-weight: 700;
}
h4{ 
	font-family: var(--font-main); 
	font-size: var(--font-size-h4);
    line-height: var(--line-height-h4);
	font-weight: 700;
}



/**** paragraph****/
p, li{ 
	font-family: var(--font-main); 
	font-size: var(--font-size-p);
	line-height: var(--line-height-p);
}

a{
	font-family: var(--font-main); 
	text-decoration: none;
}

/*bg colors*/
.bg-theme{background-color: var(--theme-color);}



/*Common*/
    body{ overflow-x:hidden !important; font-family: var(--font-main) !important;}
    .container{ width: 95%; max-width: 1440px;}
    .sp-50{ padding-top:30px; padding-bottom:30px;}
    .spt-50{ padding-top:30px;}
    .spb-50{ padding-bottom:30px;}
    .btn:focus, .btn.focus, a:focus, .swiper-pagination-bullet:focus, button:focus {outline: 0; box-shadow: none !important;}
    .btn{ border-radius: 0; font-size: 20px; font-weight: 500; font-family: var(--font-main); transition: all 300ms linear;}
    
    .desktop-view{ display: none;}
    .mobile-view{ display: block;}
    .swipe--slider{ position: relative;}
    .swipe--slider .swiper {padding-bottom: 50px;}
    .swipe--slider .swiper-pagination-bullet-active{ background: var(--theme-color);}
@media (min-width: 992px) {
	.container{ width: 90%; max-width: 1440px;}
	span.db{ display: block;}
	.sp-50{ padding-top:50px; padding-bottom:50px;}
	.spt-50{ padding-top:50px;}
	.spb-50{ padding-bottom:50px;}
    .max-940{max-width: 940px; margin: auto;}
    .max-980{ max-width: 980px; margin: auto;}
    .max-1000{ max-width: 1000px; margin: auto;}
}

@media (min-width: 1200px) {
    .d-100-vh{ height: 100vh; display: flex; flex-direction: column; justify-content: center;}
    .desktop-view{ display: block;}
    .mobile-view{ display: none;}
}
@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;
}
#return-to-top:hover {
   background: rgba(131, 157, 181,1);
}

/*footer*/
.footer-top { background: #fff; position: relative;}
.footer-top.sp-50{ padding-bottom: 30px;}
.footer-top, .footer-top a, .footer-top p{ font-size: 16px;}
.ftr-logo{ color: #000; font-size: 26px; font-weight: 700;}
.footer-btm .copy, .ftr-btm-links li a{font-size: 14px;}
.ftr-links-col{ display: flex;}
.ftr-links-col .ftr-links:nth-of-type(1){ margin-right: 30px;}
.ftr-links{ padding: 0; margin: 0;}
.ftr-links li{ list-style-type: none; padding-bottom: 10px;}
.ftr-links li a, .footer-top a{ color: #000;}
.ftr-links li a:hover, .footer-top a:hover{ color: rgba(0,0,0,00.8)}
.ftr-email, .ftr-phone{ position: relative; padding-left: 30px; margin-bottom: 20px;}
.ftr-email:before, .ftr-phone:before{ position: absolute; left: 0; top: 2px;}
.ftr-email:before{ content: url(../images/fmail-icon.svg);}
.ftr-phone:before{ content: url(../images/fphone-icon.svg);}
.linkedin a, .insta a{position: relative; padding-left: 30px; margin-bottom: 20px; display: inline-block;}
.linkedin a:before, .insta a:before{position: absolute; left: 0; top: 2px;}
.linkedin a:before{ content: url(../images/linkedin.svg);}
.insta a:before{ content: url(../images/insta.svg);}
.ftr-sub-title{ border-bottom: 1px solid rgba(150, 150, 150, 0.5); padding-bottom: 16px; margin-bottom: 20px; margin-top: 20px;}
.ftr-desc p span {white-space: nowrap;}

.footer-btm{ background: #fff; position: relative; padding: 20px 0px 10px; border-top: 1px solid #D3D7DB;}
.footer-btm .copy{ text-align: center; color: #717680;}
.ftr-btm-links{ display: flex; padding: 0; margin: 0px 0px 10px 0px; justify-content: center;}
.ftr-btm-links li{ list-style-type: none; padding: 0px 10px 0px;}
.ftr-btm-links li a{ color: #000;}
.ftr-btm-links li a:hover{ color: rgba(0,0,0,00.8)}

@media (min-width: 768px) {
	.ftr-btm-links{justify-content: flex-start; margin-bottom: 0;}
	.ftr-btm-links li{ list-style-type: none; padding: 0px 40px 0px 0px;}
	.ftr-btm-links li:nth-last-of-type(1){ padding-right: 0;}
    .ftr-btm-links li a:hover{ color: var(--theme-color);}
	.ftr-sub-title{ margin-top: unset;} 
}

@media (min-width: 1440px) {
	.footer-top, .footer-top a, .footer-top p{ font-size: 16px;}
	.footer-btm .copy, .ftr-btm-links li a{font-size: 16px;}
}@media (min-width: 768px) {
    .footer-btm .copy{text-align: right;}
    .ftr-btm-links{ text-align: left; margin-bottom: unset;}
}

.ftr-seo-links{ display: none;}
@media (min-width: 1200px) {
.ftr-seo-links{ display: block;}  
.ftr-seo-links .container{ width: 98%;}
.ftr-seo-links h5{ font-size: 14px; line-height: 18px; margin-bottom: 20px;}
.ftr-seo-links ul{ padding: 0px 0px 0px 0px;}
.ftr-seo-links ul li{list-style-type: none; margin-bottom: 10px; line-height: 16px;}
.ftr-seo-links ul li a{ color: #000; font-size: 15px; line-height: 16px; transition: all 300ms linear;}
.ftr-seo-links ul li a:hover{ color: rgba(0, 0, 0, 0.7);}
.fsl--row1 ul{ margin-bottom: 0;}
.fsl--row{ display: flex; justify-content: space-between;}
.fsl--col{ margin-right: 16px;}
.fsl--col:nth-last-of-type(1){ margin-right: unset;}
}

.ftr-seo-links .rdbtn{ position: relative; color: #3948FF; border: 0; background: transparent; padding: 0; font-size: 14px;}
.ftr-seo-links .rdbtn:hover{ color: #3948FF;}
.ftr-seo-links .rdbtn::after {content: url(../images/contact/down-sm.svg); position: absolute; top: -2px; right: -20px;}
.ftr-seo-links .rdbtn:not(.collapsed)::after {content: url(../images/contact/up-sm.svg); position: absolute; top: -2px; right: -20px;}
.testimonial-sld .swiper-wrapper{width:100%;height:auto;}
.one-swiper{background: #FFFBED;}
