/*Global css*/
*{margin:0;padding:0;-webkit-font-smoothing: antialiased;}
html{font-size:100%;width:100%;height:100%;}
body{width:100%;min-width:320px;background-color:#ffffff;font-size:16px;font-family: "Nunito", sans-serif; font-weight: 400; color: #ffffff; overflow-x: hidden; margin: 0;}
.clear{clear:both;}
button,input[type="submit"]{cursor: pointer;}
button,input[type="submit"],input[type="search"]{transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;font-family: "Nunito", sans-serif;}
button:focus,input[type="submit"]:focus,input[type="search"]:focus,a:focus,i:focus{outline: none;}
a{text-decoration:none;color:#000000; transition: all ease 0.3s;}
a:hover{text-decoration:none;outline:0;color:#000000; outline: none;}
a:focus{outline:none!important;outline-offset:none!important;text-decoration:none!important;color:#000000;}
.btn:focus{outline:none;box-shadow: none;}
a,img{border:none;outline:none;}
img{max-width:100%;height:auto;display:inline-block;}
label{font-family: "Nunito", sans-serif; font-weight: 400; font-size: 16px; color: #000000;margin-bottom: 10px; display: block;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin:0 0 12px; font-family: "Nunito", sans-serif; padding:0;font-weight: 700; color: #004AAD; line-height: 1.2; letter-spacing: normal; display: block; position:relative;}
h1, .h1{font-size: 70px;}
h2, .h2{font-size: 50px;}
h3, .h3 {font-size: 40px;}
h4, .h4 {font-size: 20px;}
ul,ol{list-style:none;margin:0;}
ul li,ol li{list-style:none;}
p{display:block;line-height:1.5;margin:0 0 15px; font-weight: 400;}
p:last-child{margin: 0;}
b, strong{font-weight: 700;}

/*inputfield*/
.form-group, .field {padding-bottom: 20px; margin: 0; position: relative;}
.form-control {width: 100%; box-shadow: none !important;height: 50px; font-family: "Nunito", sans-serif; color:#000000; font-size: 16px; font-weight: 400; border-radius: 25px; padding: 0 30px 0; border: 0; background-color: #f8f6f7; outline: none;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{background-color:#ffffff;}
.form-control::-webkit-input-placeholder{color:#565656; opacity: 1;}
.form-control::-moz-placeholder{color:#565656; opacity: 1;}
.form-control:-ms-input-placeholder{color:#565656; opacity: 1;}
.form-control:-moz-placeholder{color:#565656; opacity: 1;}
.form-control:focus {color: #000000; background-color: #f8f6f7;}
select,select.form-control {background:#f8f6f7 url('../images/downArrow.svg') no-repeat calc(100% - 22px) center;text-overflow:ellipsis;white-space:nowrap; padding-left: 30px; padding-right:28px;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none; font-family: "Nunito", sans-serif; color:#565656; font-size: 16px; font-weight: 400; border: 0; width:100%; background-size: 18px;cursor:pointer;}
select,select.form-control:focus{color: #000042;}
select option,select.form-control option{ padding:0 10px;}
textarea.form-control, textarea.hs-input {min-height:135px;resize:vertical;height:auto; resize: none; padding-top: 20px; border-radius: 25px;}
.form-group label{display: block; width: 100%;}
.container{max-width: 1600px; width: 100%;position: relative; z-index: 2; padding-left: 20px; padding-right: 20px;}
.container.lrg {max-width: 1800px;}

/*button*/
.btn-primary {background: #004AAD; border: 0; font-family: "Nunito", sans-serif; font-weight: 400; font-size:16px; text-align: center; color:#ffffff; height:50px; line-height:50px; border-radius: 50px;text-align:center; padding:0 30px;cursor: pointer;  display: inline-block; transition: all ease 0.3s;}
.btn-primary.lrg-btn {height: 75px;font-size: 25px;font-weight: 700;line-height: 75px;}
.btn-primary:hover, .btn-primary:focus {background: #000000; color: #ffffff; outline: 0; box-shadow: none;}

.pad-t0{padding-top: 0!important;}
.pad-0{padding-top:0!important; padding-bottom: 0!important;}
.pad-lr0{padding-left: 0!important; padding-right: 0!important;}
.mrg-0{margin-top: 0!important; margin-bottom: 0!important;}
.mrg-t0{margin-top: 0!important;}

/*font weight*/
.font-500 {font-weight: 500;}

/*owl carousel*/
.owl-carousel .owl-nav {margin: 0;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {width: 30px; height: 68px; background-color: transparent; background-image: url('../images/left-arrow.svg'); background-repeat: no-repeat; background-position: center; font-size: 0; background-size: 100% !important; border: 0; border-radius: 100%; margin: 0;}
.owl-carousel .owl-nav button.owl-next {transform: scale(-1);}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {background-color: transparent; background-image: url('../images/left-arrow.svg'); background-size: 100%; background-repeat: no-repeat; background-position: center;}


/*-------Global-Responsivecss Start--------*/
@media only screen and (max-width:1600px){
h1, .h1{font-size: 55px;}
h2, .h2{font-size: 40px;}
h3, .h3 {font-size: 30px;}
.btn-primary.lrg-btn {height: 55px;font-size: 18px;line-height: 55px;}
.container {max-width: 1300px;}
.container.lrg {max-width: 1400px;}
}

@media only screen and (max-width:1440px) {
h1, .h1{font-size: 40px;}
h2, .h2{font-size: 35px;}
h3, .h3 {font-size: 25px;}
h4, .h4 {font-size: 18px;}
.btn-primary.lrg-btn {height: 40px;font-size: 16px;line-height: 40px;padding: 0 20px;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {width: 22px; height: 28px;}
.container {max-width: 1100px;}
.container.lrg {max-width: 1200px;}
}

@media only screen and (max-width:1199px) {
h1, .h1{font-size: 35px;}
h2, .h2{font-size: 30px;}
h3, .h3 {font-size: 20px;}
}

@media only screen and (max-width:767px){
.wow{animation-name: none !important;visibility: visible !important; transform: none !important;}
h1, .h1{font-size: 30px;}
h2, .h2{font-size: 25px;}
.form-control {height: 45px; font-size: 14px; padding: 0 20px 0;}
select, select.form-control {font-size: 14px; padding-left: 20px; background-size: 14px;}
textarea.form-control, textarea.hs-input {border-radius: 15px;}
.btn-primary {height: 45px; line-height: 45px; font-size: 15px; padding: 0 20px;}
}

@media only screen and (max-width: 679px) {
h2, .h2{font-size: 25px;}
h3, .h3 {font-size: 18px;}
h4, .h4 {font-size: 16px;}
}

@media only screen and (max-width: 479px) {
.btn-primary.lrg-btn {height: 35px;font-size: 14px;line-height: 35px;padding: 0 15px;}
}

/*-------Global-Responsivecss End--------*/

/*header css start*/
.site-header {position: fixed; top: 0; left: 0; right: 0; z-index: 10; padding: 40px 0; transition: all ease 0.5s;}
.navbar-brand {max-width: inherit; width: 100%; margin: 0; padding: 0; color: #004AAD; line-height: 1;}
.site-header .navbar-light .navbar-brand {color: #004AAD;}
.navbar-brand{max-width: 299px; color: #ffffff; font-size: 60px; font-weight: 700; transition: all ease 0.5s;}
.navbar-brand a {color: #ffffff;}
.site-header .navbar{padding: 0;}
.site-header .navbar-collapse {margin-top: 0; flex-basis: min-content;}
.site-header .navbar-collapse .navbar-nav {margin:auto;}
.site-header .head-btn-group { margin-left: auto;}

/*sticky header*/
.site-header.scroll-header {background-color: #004AAD; padding: 20px 0;}
.site-header.scroll-header .navbar-brand {color: #ffffff;}
.site-header.scroll-header .btn-primary {background-color: #ffffff; color: #004AAD;}
.site-header.scroll-header .btn-primary:hover {background-color: #000000; color: #ffffff;}

@media only screen and (max-width: 1600px) {
.site-header {padding: 25px 0;}
.navbar-brand {max-width: 260px; font-size: 52px;}
}

@media only screen and (max-width: 1440px) {
.navbar-brand {max-width: 210px; font-size: 42px;}
}

@media only screen and (max-width: 991px) {
.site-header {padding: 20px 0;}
}

@media only screen and (max-width: 767px) {
.navbar-brand {max-width: 150px; font-size: 30px;}
}

@media only screen and (max-width: 479px) {
.navbar-brand {max-width: 120px; font-size: 24px;}
}
/*header css end*/

/*home bnr css start*/
.hero-bnr {background-color: #ffffff; color: #004AAD; padding-top: 95px; padding-bottom: 50px;}
.hero-bnr .bnr-img {position: relative;}
.hero-bnr .bnr-img img, .hero-bnr .bnr-img canvas {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: contain;}
.hero-bnr .bnr-img::after {display: block;content: "";padding-top: 103%;}
.hero-bnr h1 {color: #004AAD; font-weight: 500;}
.hero-bnr h1 span {font-weight: 700;}
.hero-bnr .h4 {font-weight: 500; font-size: 30px; color: #004AAD; margin-bottom: 36px; text-align: center;}
.hero-bnr .h4 img {position: absolute;left: -16px;top: 30px;}
.hero-bnr .app-btn-group {max-width: 422px; margin: 135px auto 0;}
.hero-bnr .app-btn-group .btn-group {gap: 0 20px;}

@media only screen and (max-width: 1600px) {
.hero-bnr .bnr-img::after {padding-top: 93%;}
}

@media only screen and (max-width: 1440px) {
.hero-bnr {padding-top: 70px;}
.hero-bnr .app-btn-group {margin-top: 65px;margin-left: 100px; max-width: 296px;}
.hero-bnr .app-btn-group .btn-group {gap: 0 25px;}
.hero-bnr .app-btn-group .btn-group a {max-width: 130px;}
.hero-bnr .h4 {font-size: 20px;}
.hero-bnr .h4 img {left: -19px;top: 20px;}
}

@media only screen and (max-width: 1199px) {
.hero-bnr .app-btn-group {margin-top: 35px;}
.hero-bnr .app-btn-group {margin-left: 0;}
}

@media only screen and (max-width: 767px) {
.hero-bnr .bnr-img {height: calc(100vh - 322px);}
.hero-bnr .bnr-img::after {padding-top: 70%;}
.hero-bnr h1 {margin-top: 20px;max-width: 300px;margin-left: auto;margin-right: auto;text-align: left;}
.hero-bnr .h4 {margin-bottom: 20px; font-size: 15px;}
.hero-bnr .h4 img {top: 11px;}
.hero-bnr .app-btn-group {margin-left: auto;margin-right: auto;max-width: 310px; margin-top: 25px;}
}

@media only screen and (max-width: 479px) {
    
.hero-bnr .app-btn-group {text-align: center;}
.hero-bnr .h4 img {display: none;}
}
/*home bnr css end*/

/*video css start*/
.video-block {padding: 100px 0;}
.video-block .container.small {max-width: 900px;}
.video-block h2 {margin-bottom: 50px;}

.video-block [class*="col-"]:last-child .video {border: 0;}
.video-block .video-frame {margin-top: 20px;}
.video-block .video-frame img, .video-block .video-frame video { margin: auto;}
.video-block.lrg .video-frame img, .video-block.lrg .video-frame video {max-width: 100%;}
.video-block .video-frame video { margin: auto; max-width: 100%;}
.video-container {
  position: relative;
  width:100%;
  margin-bottom: 20px;
}

.video-container .video {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
}

.video-container .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.6);
  color: #fff;
  pointer-events: none;
  font-size: 22px;
z-index: 2;
  cursor: pointer;
}

@media only screen and (max-width: 1440px) {
.video-block .video {border-width: 3px;}
}

@media only screen and (max-width: 1199px) {
.video-block {padding: 50px 0;}
}

@media only screen and (max-width: 767px) {
.video-block {padding-top: 0;}
.video-block .video {border-width: 0;}
.video-block .video-frame {margin-top: 0;}
.video-block .row {gap: 20px 0;}
.video-block.lrg .video-container video {width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.video-block.lrg .video-container::after {display: block;content: "";padding-top: 172%;}
.video-container .play-btn {display: none;}
}

@media only screen and (max-width: 479px) {
.video-block {padding-bottom: 40px;}
.video-block h2 {margin-bottom: 25px;}
}
/*video css end*/

/*vandr benifit css start*/
.vandr-benifit {overflow: hidden; padding-bottom: 198px;}
.vandr-benifit .container {max-width: 1200px;}
.benifit-block {padding-top: 100px; display: flex; flex-wrap: wrap; height: 100%;}
.benifit-block .txt-block {padding: 25px; width: 100%;}
.benifit-block .txt-block.red {background-color: #FF4B4B;}
.benifit-block .txt-block.green {background-color: #58CC02;}
.benifit-block ul li {font-size: 30px; font-weight: 500; list-style: disc;}
.vandr-benifit .vandr-img {position: absolute;left: -55px;bottom: 0;}
.vandr-benifit .vandr-img.mobile {display: none;}
.vandr-benifit .vandr-img.with {left: auto; right: -75px;bottom: 0;}

@media only screen and (max-width: 1600px) {
.vandr-benifit .container {max-width: 1055px;}
.benifit-block ul li {font-size: 25px;}
.vandr-benifit .vandr-img {max-width: 370px;}
.vandr-benifit .vandr-img.with {max-width: 370px;}
}

@media only screen and (max-width: 1440px) {
.vandr-benifit {padding-bottom: 124px;}
.vandr-benifit .container {max-width: 905px;}
.benifit-block {padding-top: 20px;}
.benifit-block ul li {font-size: 20px;}
.vandr-benifit .vandr-img {max-width: 280px;}
.vandr-benifit .vandr-img.with {max-width: 280px; right: -48px;}
}

@media only screen and (max-width: 1199px) {
.vandr-benifit {padding-bottom: 90px;}
.vandr-benifit .container {max-width: 785px;}
.benifit-block .txt-block {padding: 20px;}
.benifit-block ul {padding-right: 0;padding-left: 15px;}
.benifit-block ul li {font-size: 15px;}
.vandr-benifit .vandr-img {max-width: 200px;left: -30px;}
.vandr-benifit .vandr-img.with {max-width: 200px; right: -25px;}
}

@media only screen and (max-width: 991px) {
.vandr-benifit .container {max-width: 615px;}
.vandr-benifit .vandr-img, .vandr-benifit .vandr-img.with {max-width: 168px;}
}

@media only screen and (max-width: 767px) {
.vandr-benifit {padding-bottom: 40px;}
.vandr-benifit .container {max-width: 100%;}
.benifit-block ul {padding-right: 90px;}
.vandr-benifit .vandr-img {left:auto; right: 18px;bottom: 0px;}
.vandr-benifit .vandr-img.with {right: 18px;}
.vandr-benifit .vandr-img.mobile {display: block;}
.vandr-benifit .vandr-img.desktop {display: none;}
}

@media only screen and (max-width: 679px) {
.vandr-benifit .vandr-img {max-width: 95px;}
.vandr-benifit .vandr-img.with {max-width: 95px;}
}
/*vandr benifit css end*/

/*footer css start*/
.footer {background-color: #004AAD; padding: 35px 0; font-size: 20px; font-weight: 500; color: #ffffff; z-index: 9;}
.footer p {margin: 0;}
.footer .foot-nav {padding: 0; gap: 0 55px;}
.footer .foot-nav li a {color: #ffffff; font-weight: 700; font-size: 20px;}
.footer .foot-nav li a:hover {color: #dfdfdf;}
.footer .social-icon {padding: 0; align-items: center; gap: 0 25px;}
.footer .social-icon li a img {transition: all ease 0.3s; max-height: 40px; width: auto;}
.footer .social-icon li a:hover img {opacity: 0.5;}

@media only screen and (max-width: 1600px) {
.footer {font-size: 22px;}
.footer .social-icon li a img {max-height: 35px; width: auto;}
}

@media only screen and (max-width: 1440px) {
.footer {padding: 20px 0 15px; font-size: 18px;}
.footer .social-icon li a img {max-height: 30px;}
}

@media only screen and (max-width: 991px) {
.footer {font-size: 15px;}
.footer .foot-nav {gap: 0 15px;}
.footer .foot-nav li a {font-size: 15px;}
.footer .social-icon {gap: 0 15px;}
}

@media only screen and (max-width: 767px) {
.footer p {order: 2;}
.footer .foot-nav {order: 1; width: 100%; justify-content: center; margin-bottom: 18px;}
.footer .social-icon {order: 3;}
}

@media only screen and (max-width: 575px) {
.footer .foot-nav {gap: 0 10px;margin-top: 4px;}
.footer .social-icon li a img {max-height: 20px;}
}
/*footer css end*/

/*contact us css start*/
.contact-us {padding: 190px 0 50px 0;}
.contact-form {background-color: #ffffff; padding: 30px; max-width: 900px; margin: 25px auto 0; border-radius: 15px;}
.contact-form .form-group {padding-bottom: 28px;}
.contact-form label {color: #004aad; font-weight: 600; font-size: 14px; text-transform: uppercase;}

@media only screen and (max-width: 1600px) {
.contact-us {padding: 150px 0 50px 0;}
}

@media only screen and (max-width: 1440px) {
.contact-us {padding: 120px 0 50px 0;}
}

@media only screen and (max-width: 767px) {
.contact-us {padding: 100px 0 40px 0;}
.contact-form {padding: 24px;}
}
/*contact us css end*/

/*cms css start*/
.cms-block {padding: 190px 0 50px 0; color: #004AAD;}
.cms-block .container {max-width: 900px;}
.cms-block h1 {display: flex; align-items: center;}
.cms-block h1 img {width: 70px; margin-left: auto;}
.cms-block .date {font-size: 20px; font-weight: 500; margin-bottom: 45px;}
.cms-block p {font-size: 20px; font-weight: 500; margin-bottom: 30px;}
.cms-block ul {padding-left: 15px;}
.cms-block ul li {font-size: 20px; font-weight: 500; list-style: disc; margin-bottom: 10px;}

@media only screen and (max-width: 1600px) {
.cms-block {padding: 150px 0 50px 0;}
}

@media only screen and (max-width: 1440px) {
.cms-block {padding: 120px 0 50px 0;}
.cms-block h1 img {width: 45px;}
.cms-block .date {margin-bottom: 30px;}
}

@media only screen and (max-width: 1199px) {
.cms-block h1 img {width: 30px;}
}

@media only screen and (max-width: 767px) {
.cms-block {padding: 100px 0 40px 0;}
.cms-block h1 img {width: 24px;}
.cms-block .date {font-size: 16px;}
.cms-block p {font-size: 16px; margin-bottom: 20px;}
.cms-block ul {padding-left: 15px;}
.cms-block ul li {font-size: 16px;}
}
/*cms css end*/

/*submission css start*/
.submission-msg {display: flex;justify-content: center;align-items: center;height: calc(100vh - 110px); color: #004AAD; text-align: center;font-size: 30px;min-height: 660px;}
.submission-msg .container {max-width: 1400px;}
.submission-msg p {line-height: 2;}
.submission-msg .txt {width: calc(100% - 400px); margin-top: 164px;}
.submission-msg .msg-img {width: 400px;position: relative; overflow: hidden;display: flex;justify-content: center;align-items: center;}
.submission-msg .msg-img canvas {width: 620px;height: 100%; position: relative;}

@media only screen and (max-width: 1600px) {
.submission-msg {height: calc(100vh - 105px);}
}

@media only screen and (max-width: 1440px) {
.submission-msg {height: calc(100vh - 65px); font-size: 25px;}   
.submission-msg .msg-img canvas {width: 557px;} 
}

@media only screen and (max-width: 1199px) {
.submission-msg {height: calc(100vh - 88px); font-size: 20px;}  
.submission-msg .txt {width: calc(100% - 300px);}
.submission-msg .msg-img {width: 300px;}
.submission-msg .msg-img canvas {width: 500px;}
}

@media only screen and (max-width: 767px) {
.submission-msg {height: auto; margin-top: 50px;}
.submission-msg .txt {width: 100%; margin-top: 110px;}
.submission-msg .msg-img {width: 300px;margin: 30px auto 0;height: 318px;display: flex;justify-content: flex-start;align-items: center;}
.submission-msg .msg-img canvas {width: 450px;left: -80px;height: auto;margin: 0;top: -14px;}
.submission-msg p {line-height: 1.2;font-size: 15px;}
}
/*submission css end*/