@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background:#fff;
    font-family: "Outfit", sans-serif;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.form-control:focus{
    box-shadow:none;
}

.btn:focus{
    box-shadow:none;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #F7931E #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #F7931E;
    border-radius: 10px;
    border: 3px none #ffffff;
  }



  #banner{
    position: relative;
    width:100%;
  }

  #banner img{
    width:100%;
  }

  .navbar{
    position: absolute;
    z-index: 9;
    width:100%;
    padding-top:20px;
  }

  .banner-caption{
    position: absolute;
    z-index: 9;
    top:25%;
  }

  .banner-caption h4, .welcome h4{
    color:#0071BC;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 3.06px;
    text-transform: uppercase;
    padding-left:55px;
    margin-bottom:20px;
    position: relative;
  }

  .banner-caption h4::before, .welcome h4::before{
    content:'';
    position: absolute;
    left:0;
    top:8px;
    width:43px;
    height:1px;
    background: url(../images/line.png) no-repeat center left;
    margin-bottom:32px;
  }

  .banner-caption h1{
    color:#343333;
    font-family: "Oswald", sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 100px;
    text-transform: capitalize;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
    margin-bottom:53px;
  }

  .qrimg{
    width: initial !important;
  }

  .download{
    background: #0071BC;
    border-radius:30px;
    padding:15px 30px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-top:40px;
    transition: ease-in-out 0.6s;
    border: 2px solid transparent;
  }

  .download:hover{
    background: #fff;
    border:2px solid #0071BC;
    color:#0071BC;
  }

  .welcome{
    position: relative;
    background:#fff;
    padding:95px 0;
  }

  .welcome h3{
    text-transform: uppercase;
    font-size: 85px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: rgba(52, 51, 51, 0.07);
    float: right;
  }

  .welcome h2{
    color:#343333;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px; /* 108.333% */
    text-transform: capitalize;
  }

  .welcome p{
    color: #898989;
    font-size: 16px;
    line-height: 26px;
    margin-top:27px;
  }

  .three_blocks{
    background: linear-gradient(90deg, rgba(0, 113, 188, 0.22)0%, rgba(57, 181, 74, 0.22)52%, rgba(247, 147, 30, 0.22)100%);
    padding:100px 0;
  }

  .three_blocks h4, .comments h4{
    color:#0071BC;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 3.06px;
    text-transform: uppercase;
    padding-left:55px;
    margin-bottom:25px;
    position: relative;
    width:max-content;
    margin-left:auto;
    margin-right:auto;
  }

  .three_blocks h4::before, .comments h4::before{
    content:'';
    position: absolute;
    left:0;
    top:8px;
    width:43px;
    height:1px;
    background: url(../images/line.png) no-repeat center left;
    margin-bottom:32px;
  }

  .three_blocks h4::after, .comments h4::after{
    content:'';
    position: absolute;
    right:-48px;
    top:8px;
    width:43px;
    height:1px;
    background: url(../images/line.png) no-repeat center right;
    margin-bottom:32px;
  }

  .three_blocks h2{
    color: #343333; 
    text-align: center;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 66px;
    text-transform: capitalize;
    margin-bottom: 70px;
  }

  .three_blocks h3{
    color: #343333;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom:18px;
    margin-top:35px;
  }

  .three_blocks p{
    color: #343333;
    font-size: 16px;
    line-height: 23px;
  }

  .three_blocks img{
    max-height: 260px;
  }

  .three_mobiles{
    background: url(../images/rainbow2.png) no-repeat top right #fff;
    padding:80px 0 30px 0;
  }

  .three_mobiles h4{
    color:#0071BC;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 3.06px;
    text-transform: uppercase;
    padding-left:55px;
    margin-bottom:25px;
    position: relative;
  }

  .three_mobiles h4::before{
    content:'';
    position: absolute;
    left:0;
    top:8px;
    width:43px;
    height:1px;
    background: url(../images/line.png) no-repeat center left;
    margin-bottom:32px;
  }

  .three_mobiles h2{
    color: #343333;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 60px; /* 109.091% */
    text-transform: capitalize;
    margin-bottom:32px;
  }

  .three_mobiles p{
    color:#898989;
    font-size: 16px;
    line-height: 26px;
  }

  .comments{
    background:#edf5fa;
    padding:100px 0;
  }

  .comments h2{
    color: #343333;
    text-align: center;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 66px; /* 110% */
    text-transform: capitalize;
  }

  .carousel {
	padding-bottom: 63px;
    background: url(../images/testimonial_bg.jpg) no-repeat top -259px center;
}
.carousel-inner{
    width:650px;
    margin: 0 auto;
}
.carousel .carousel-item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: 340px;
}
.carousel .carousel-item a {
	color: #eb7245;
}
.carousel .img-box {
	width: 74px;
	height: 74px;
	margin: 0 auto;
	border-radius: 50%;
    box-shadow:0px 2px 10px rgba(0, 0, 0, 0.25);
    border:3px solid #fff;
    margin:9px auto;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {	
	padding: 30px 0 10px;
    color: #343333;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    margin-top:100px;
}
.carousel .testimonial::before{
    content:'';
    background: url(../images/quote.png) no-repeat center top;
    position: absolute;
    top:0;
    left:0;
    right:0;
    margin:auto;
    width:142px;
    height:113px;
}
.carousel h5 {	
	text-align: center;
    color:#F7931E;
    font-size: 24px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    text-transform: capitalize;
	padding-bottom: 5px;
    margin-top:25px;
}

.carousel h6{
    color:#707070;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 24px;
}


footer h4{
    color: #343333;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 66px;
    text-transform: capitalize;
    position: relative;
    margin-bottom:20px;
}

footer h4::after{
    content:'';
    background:url(../images/swoosh.png) no-repeat left bottom;
    position: absolute;
    bottom:0;
    left:0;
    width:78px;
    height:1px;
}

footer ul li a{
    color:#898989;
    font-size: 16px;
    padding-bottom:12px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
}

.footer-bottom{
    border-top:1px solid rgba(0, 0, 0, 0.10);
    padding:30px 0;
}

.footer-bottom p{
    color:#2B2B2B;
    font-size: 16px;
    text-transform: capitalize;
}

.footer-bottom ul li{
    background: #F7931E;
    width:35px;
    height:35px;
    text-align: center;
    margin:0 10px;
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom ul li a{
    color:#fff;
    text-decoration: none;
    padding-bottom:0;
}

#inner-banner{
    background: linear-gradient(90deg, rgba(0, 113, 188, 0.22)0%, rgba(57, 181, 74, 0.22)52%, rgba(247, 147, 30, 0.22)100%);
    position: relative;
    padding:190px 0;
    text-align: center;
}

#inner-banner h1{
    background:#FCF8F8;
    padding:40px 168px;
    color:#343333;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 60px;
    text-transform: capitalize;
    width:max-content;
    margin:auto;
}

.policies{
    padding:100px 0;
}

.policies h2{
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom:17px;
    font-family: "Oswald", sans-serif;
}

.policies h2 span{
    text-transform: uppercase;
}

.policies p{
    color:#898989;
    font-size: 16px;
    line-height: 26px;
    margin-bottom:40px;
}

.policies h3{
    color:#0071BC;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
    font-family: "Oswald", sans-serif;
    padding-bottom:17px;
}

.policies h4{
    color:#343333;
    font-size: 30px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
    padding-bottom:22px;
    text-transform: capitalize;
}

.policies ul{
    margin-bottom: 40px;
}

.policies ul li{
    list-style: disc;
    list-style-position: inside;
    color:#898989;
    font-size: 16px;
    line-height: 26px;
}