@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff2') format('woff2'),
    url('../fonts/Roboto-Light.woff') format('woff'),
    url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.woff2') format('woff2'),
    url('../fonts/Roboto-LightItalic.woff') format('woff'),
    url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
    url('../fonts/Roboto-Italic.woff') format('woff'),
    url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/Roboto-Medium.woff') format('woff'),
    url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'),
    url('../fonts/Roboto-BoldItalic.woff') format('woff'),
    url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.woff2') format('woff2'),
    url('../fonts/Roboto-Black.woff') format('woff'),
    url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
    url('../fonts/Roboto-Thin.woff') format('woff'),
    url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'),
    url('../fonts/Roboto-MediumItalic.woff') format('woff'),
    url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.woff2') format('woff2'),
    url('../fonts/Roboto-ThinItalic.woff') format('woff'),
    url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.woff2') format('woff2'),
    url('../fonts/Roboto-BlackItalic.woff') format('woff'),
    url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}


* {
  font-family: 'Roboto';
}

body {
  background-color: #fff;
  /* height: 200vh; */
  position: relative;
}



body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}



a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

/* Common Classes */
.round-btn{
  padding: 10px 20px;
  border-radius: 50px;
  color: #1357D3;
  background-color: #fff;
  font-weight: 600;
  min-width: 130px;
  text-align: center;
  width: 130px;
    display: block;
}
.round-btn:hover{
  color: #fff;
  background-color: #1357D3;
}
.btn-blue{
  color: #fff !important;
  background-color: #1357D3 !important;
  border: 1px solid #1357D3;
}
.btn-blue:hover{
  color: #1357D3 !important;
  background-color: #fff !important;
  border: 1px solid #1357D3;
}
.common-title h3{
  color: #2370C8;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.common-title p{
  font-size: 48px;
  font-weight: 500;
  color: #262A4E;
}
.visibility-hidden{
  visibility: hidden;
}

.common-top-banner{
  
}

/* Navigation start */
.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}

.sticky-wrapper.is-sticky .site-navbar {
  background-color: #1a4caf;
  font-weight: 400;
}

.site-navbar-wrap .site-navbar-top {
  width: 400px;
  margin: 0 auto;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.site-navbar-wrap .site-navbar-top .content {
  color: #4B8EDB;
  font-size: 16px;
}

.site-navbar-wrap .site-navbar-top img {
  height: auto;
  width: 23px;
}
.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}

.site-navbar-wrap a {
  color: #fff;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
}

.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  /* top: -7px; */
  position: relative;
}

.site-navbar .site-logo a {
  font-weight: 200;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 20px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  text-decoration: none !important;
  font-weight: 400;
  text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu>li>a.active {
  color: #fff;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #fff;
}

.site-navbar .site-navigation .site-menu>li:last-child {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu>li:last-child>a.button{
  background-color: #fff;
  color: #4B8EDB;
  padding: 10px 30px !important;
  border-radius: 50px;
  font-weight: 700;
  line-height: 2;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f107";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:first-child>a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:last-child>a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\f105";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.header-bg-color{
  background: linear-gradient(90deg, rgba(31,96,189,1) 0%, rgba(31,96,189,0.9220063025210083) 35%, rgba(31,96,189,0.9444152661064426) 100%);
}
.common-top-banner{
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 130px;
  background: linear-gradient(180deg, rgba(31,96,189,1) 0%, rgba(31,96,189,0.8631827731092436) 35%, rgba(31,96,189,0.8071603641456583) 100%);
}
.common-top-banner h1{
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.common-top-banner h1::after{
  content: '';
  border-bottom: 3px solid #fff;
  display: block;
  width: 70px;
  margin: 0 auto;
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper+.site-blocks-cover {
  margin-top: 96px;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
  color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar {
  background-color: #1a4caf;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 10px 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.has-children>a {
  padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
  padding: 10px 10px;
  color: #4B8EDB;
  font-size: 15px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
  color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>.button:hover {
  color: #4B8EDB!important;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.active a {
  color: #fff;
}

/* Navigation end */

.banner {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .banne-left-first{
  color: #fff;
  line-height: 1.5;
  font-size: 18px;
}
.banner ul.star{
  margin: 0;
  padding: 0;
  display: flex;
}
.banner ul.star li{
  list-style: none;
  margin-right: 8px;
}
.banner ul.star li svg{
  color: #FFFF00 !important;
  font-size: 22px;
}
.banner .timing{
  color: #FAFAFA;
  font-size: 16px;
}
.bannerslider .slick-list .slick-track .slick-slide img{
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.bannerslider .slick-dots li button:before{
  color: #C7C7C7;
  font-size: 40px;
}
.bannerslider .slick-dots li.slick-active button:before{
  color: #fff;
}
#our-services .servicesslider .list-main,
#make-special .list-main,
#home-testimonial .testimonialslider .list-main{
  background-color: #E5F3FE;
  border-radius: 5px;
  padding: 15px 15px;
}
#our-services .servicesslider .list-main .list-inner,
#make-special .list-main .list-inner,
#home-testimonial .testimonialslider .list-main .list-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#our-services .servicesslider .list-main .list-inner img,
/*#make-special .list-main .list-inner img,*/
#home-testimonial .testimonialslider .list-main .list-inner img{
  height: 80px;
  width: 80px;
  margin: 0px auto;
  object-fit: cover;
}
#our-services .servicesslider .list-main .list-inner .title,
#make-special .list-main .list-inner .title,
#home-testimonial .testimonialslider .list-main .list-inner .title{
  color: #262A4E;
  font-weight: 800;
  font-size: 22px;
}
#our-services .servicesslider .list-main .list-inner .desc,
#make-special .list-main .list-inner .desc,
#home-testimonial .testimonialslider .list-main .list-inner .desc{
  color: #646464;
  margin-bottom: 0;
}
#our-services .servicesslider .list-main .list-inner a{
  color: #2370C8;
  font-weight: 600;
}

.slick-slide {
	margin: 0 26px;
}
.slick-list {
	margin: 0 -26px;
}
.slick-prev:before {
  content: "<";
}

.slick-next:before {
  content: ">";
}
#our-services .servicesslider .slick-arrow{
  background-color: #E0E0E0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#our-services .servicesslider .slick-arrow:before{
  color: #898989;
}
#our-services .servicesslider .slick-arrow:hover{
  background-color: #2370C8;
}
#our-services .servicesslider .slick-arrow:hover:before{
  color: #fff !important;
}
#our-services .servicesslider .slick-prev{
  top: -24%;
  left: 93%;
}
#our-services .servicesslider .slick-next{
  top: -24%;
  left: 97%;
}

#about-us .content .desc{
  font-size: 18px;
  /* width: 80%; */
}

#mobile-app{
  background-color: #F2F9FF;
}
#mobile-app .content .main .title h5{
  color: #262A4E;
  font-weight: 600;
}
#mobile-app .content .main .desc{
  color: #646464;
  font-size: 14px;
}

#make-special{
  background-color: #E5E5E5;
}
#make-special .list-main{
  box-shadow: 10px 2px 48px 0px rgba(185,215,238,0.49);
  -webkit-box-shadow: 10px 2px 48px 0px rgba(185,215,238,0.49);
  -moz-box-shadow: 10px 2px 48px 0px rgba(185,215,238,0.49);
  background-color: #fff;
}
#make-special .list-main:hover{
  background-color: #2370C8;
  cursor: pointer;
}
#make-special .list-main:hover .title,
#make-special .list-main:hover .desc{
  color: #fff;
}
#make-special .list-main:hover .btn-blue{
  color: #1357D3 !important;
  background-color: #fff !important;
  border: 1px solid #1357D3;
}
#our-process{
  background-color: #F2F9FF;
}
#our-process .list-main .title{
  color: #2370C8;
  font-size: 20px;
}
#our-process .list-main .desc{
  color: #646464;
}
#our-process .arrow{
  text-align: center;
  padding-top: 5%;
}

#home-testimonial{
  background-color: #3782D7;
}
#home-testimonial .common-title h3,
#home-testimonial .common-title p{
  color: #fff;
}
#home-testimonial .testimonialslider .list-main{
  background-color: #4188D9;
  border: 2px solid #6AB0FF;
  padding: 35px 15px;
}
#home-testimonial .testimonialslider .list-main .list-inner .title{
  margin: 0;
  font-weight: 500;
  font-size: 20px;
}
#home-testimonial .testimonialslider .list-main .list-inner .title,
#home-testimonial .testimonialslider .list-main .list-inner .role,
#home-testimonial .testimonialslider .list-main .list-inner .desc{
  color: #fff;
}
#home-testimonial .testimonialslider .list-main .list-inner .desc{
  font-weight: 300;
}

#home-addons .common-title .title-desc{
  font-size: 20px;
  width: 50%;
  margin: 0 auto;
  font-weight: 400;
}
#home-addons .addonslider img{
  width: 100%;
  height: 270px;
  object-fit: cover;
}
#home-addons .addonslider .slick-arrow{
  background-color: #E0E0E0;
  padding: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-addons .addonslider .slick-arrow.slick-prev{
  top: 110%;
  left: 45%;
}
#home-addons .addonslider .slick-arrow.slick-next{
  top: 110%;
  left: 52%;
}
#home-addons .addonslider .slick-arrow:before{
  color: #898989;
}
#home-addons .addonslider .slick-arrow:hover{
  background-color: #4B8EDB;
}

#home-addons .addonslider .slick-arrow:hover:before{
  color: #fff;
}

#home-scanner .title p{
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
}


#about-our-mission{
  background-color: #FBFCFF;
}
#about-our-mission .mission-inner-main{
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
#about-our-mission .mission-inner-main img{
  height: 60px;
  width: 60px;
  margin: 0 auto 30px;
  object-fit: contain;
}
#about-our-mission .mission-inner-main  h4{
  font-weight: 400;
}
#about-our-mission .mission-inner-main p{
  color: #919AA3;
}

#contact-us-form .form .form-inner{
  -webkit-box-shadow: 0px 0px 31px -2px rgba(0,119,182,0.42);
  -moz-box-shadow: 0px 0px 31px -2px rgba(0,119,182,0.42);
  box-shadow: 0px 0px 31px -2px rgba(0,119,182,0.42);
  border: 1px solid #000;
  border-radius: 10px;
}

#contact-us-form .form .form-inner h3{
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
#contact-us-form .form .form-inner label{
  font-size: 16px;
  font-weight: 500;
}
#contact-us-form .form .form-inner input{
  border-color: #D7D7D7;
}
#contact-us-form .form .form-inner input::placeholder,
#contact-us-form .form .form-inner textarea::placeholder{
  color: #707070;
  font-size: 12px;
}
#contact-us-form .form .form-inner .submit-btn{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-radius: 40px;
  padding: 7px 30px;
}
#contact-us-bottom .list-main{
  border: 1px solid #1357D3;
  border-radius: 5px;
  padding: 15px 15px;
}

#contact-us-bottom .list-main:hover{
  background-color: #2370C8;
  cursor: pointer;
}
#contact-us-bottom .list-main .title{
  font-size: 28px;
  color: #555555;
  text-align: center;
}
#contact-us-bottom .list-main:hover .title,
#contact-us-bottom .list-main:hover .desc{
  color: #fff;
}
#contact-us-bottom .list-main .icon{
  display: flex;
  justify-content: center;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  background-color: #1357D3;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}
#contact-us-bottom .list-main:hover .icon{
  background-color: #fff;
  color: #1357D3;
}
#contact-us-bottom .list-main .icon svg{
  font-size: 22px;
}
#contact-us-bottom .list-main .desc{
  color: #707070;
}

#faq-accordian .accordion .accordion-item{
  margin-bottom: 30px;
  border: 1px solid rgba(0,0,0,.125) !important;
}
#faq-accordian .accordion .accordion-item button:focus{
  box-shadow: none !important;
}
#faq-accordian .accordion .accordion-item .accordion-header .accordion-button{
  background-color: #fff;
  font-weight: 500;
  color: #2A68C0;
}
#faq-accordian .accordion .accordion-item .accordion-header .accordion-button.collapsed{
  color:  #000 !important;
}


.footer {
  display: flex;
  flex-flow: row wrap;
  color: #2f2f2f;
  background-color: #F2F9FF;
  border-top: 1px solid #e5e5e5;
}

.footer .footer-inner{
  padding: 30px 30px 20px 30px;
  display: flex;
}

.footer > * {
  flex:  1 100%;
}

.footer-addr {
  margin-right: 2em;
  margin-bottom: 2em;
}

.footer-logo {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1.5rem;
}

.footer-addr h4 {
  margin-top: 1.3em;
  font-size: 15px;
  font-weight: 400;
}

/*.footer-addr p.label-above-img{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 7px;
}*/

.footer-addr .company-desc{
  color: #646464;
  line-height: 1.8;
}

.nav-title {
  font-size: 22px;
  color: #262A4E;
  font-weight: 500;
}

.footer address {
  font-style: normal;
  color: #999;
}

.footer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgb(33, 33, 33, 0.07);
  border-radius: 100px;
  color: #2f2f2f;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}

.footer .login-btn{
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #4B8EDB;
  font-weight: 600;
  min-width: 130px;
  text-align: center;
  width: 130px;
  display: block;
  border: 1px solid #4B8EDB;
  color: #fff !important;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li {
  line-height: 2em;
}

.footer a {
  text-decoration: none;
}

.footer-nav {
  display: flex;
	flex-flow: row wrap;
}

.footer-nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav-ul a {
  color: #646464;
  font-size: 16px;
}

.nav-ul-extra {
  column-count: 2;
  column-gap: 1.25em;
}

.legal {
  display: flex;
  flex-wrap: wrap;
  color: #999;
  /* justify-content: space-between; */
  align-items: center;
  padding: 5px 30px 5px 30px;
  border-top: 1px solid #7AB8FF;
}
  
.legal p a{
  color: #2370C8;
}

/* .legal-links {
  display: flex;
  align-items: center;
} */

.legal-links ul{
  display: flex;
  justify-content: center;
}

.legal-links ul li{
  margin: 0px 8px;
  position: relative;
  padding: 0px 8px;
}

.legal-links ul li::after{
  content: "";
  right: -8px;
  width: 2px;
  height: 100%;
  background-color: #9C9C9C;
  display: inline-block;
  position: absolute;
}

.legal-links ul li:nth-child(3):after{
  display: none;
}

.legal-links ul li a{
  color: #2370C8;
  font-weight: 600;
}

.footer .chat{
  background-color: #4B8EDB;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  width: 55px;
  height: 55px;
  float: right;
}
.footer .chat img{
  height: 25px;
  width: 25px;
  object-fit: cover;
}
.footer .social-media{
  display: flex;
}
.footer .social-media li{
  margin-right: 8px;
}
.footer .social-media li a{
  padding: 8px 7px 10px;
  border: 1px solid #3782D7;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.footer .social-media li a img{
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.footer .footer-inner .footer-addr .footer-main{
	justify-content: space-between;
}
.footer .footer-inner .footer-addr .footer-main .right-logo{
    position: relative;
}
.footer .footer-inner .footer-addr .footer-main .right-logo .label-above-img{
	margin-bottom: 0 !important;
	margin-left: 30px;
    font-weight: 600;
    position: absolute;
    top: -5px;
}
/*.footer .footer-inner .footer-addr .footer-main .right-logo img{*/
/*	width: 80%;*/
/*}*/


#our-services .servicesslider .slick-list .slick-track .slick-slide .list-main .list-inner img{
	margin: 0 auto;
    border-radius: 100px;
    height: 80px;
    width: 80px;
}
#our-services .servicesslider .list-main .list-inner .title{
	font-weight: 500 !important;
}



@media screen and (min-width: 24.375em) {
  /* .legal .legal-links {
    margin-left: auto;
  } */
}

@media screen and (min-width: 40.375em) {
  .footer-nav > * {
    flex: 1;
  }
  
  .nav-item-extra {
    flex-grow: 2;
  }
  
  .footer-addr {
    flex: 1 80px;
  }
  
  .footer-nav {
    flex: 2 0px;
  }
}


#map {
  height: 424px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}


/* responsive starts */

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .mb-mob-40{
    margin-bottom: 40px;
  }
  .common-top-banner{
    padding-top: 90px;
  }
  .footer .footer-inner{
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 25px 10px 20px 10px;
  }
  .custom-scanner-wrap{
    flex-direction: column;
  }
  .custom-scanner-wrap .scanner-img{
    width: 75%;
  }
  .footer-addr{
    margin: 0px;
  }
  .footer-addr img{
    width: 100%;
  }
  /*.footer-addr .footer-main{*/
  /*  flex-direction: column;*/
  /*  align-items: center !important;*/
  /*}*/
  /*.footer-addr .footer-main .left-logo{*/
  /*    margin-bottom: 30px;*/
  /*}*/
  .footer-addr .footer-main img{
    display: block;
    margin: auto;
    width: 22%;
  }
  .footer-main .left-logo img{
    width: auto;
    height: 75px;
    object-fit: contain;
  }
  .footer-main .right-logo img{
     width: 170px;
    height: auto;
  }
 
  .footer-addr p.label-above-img{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: -15px;
    margin-left: 24px;
  }
  .footer-addr .company-desc{
    text-align: center;
  }
  .footer-nav .nav-item{
    margin-right: 0px;
    min-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .legal{
    flex-direction: column;
    padding: 5px 15px 5px 15px;
  }
  .legal p{
    width: 100%!important;
    text-align: center;
    margin: 10px 0px!important;
  }
  .legal .legal-links{
    width: 100%!important;
    margin-bottom: 10px;
  }
  #home-addons .addonslider .slick-arrow.slick-next{
    left: 50%;
  }
  #home-addons .addonslider .slick-arrow.slick-prev{
    left: 37%;
  }
  #home-addons .common-title p{
    font-size: 35px;
    line-height: 30px;
    margin-top: 20px;
  }
  #home-addons .common-title .title-desc{
    width: 100%;
  }
  #home-testimonial .common-title p{
    line-height: 43px;
  }
  #make-special .common-title p{
    line-height: 32px;
    font-size: 26px;
  }
  #make-special .list-main{
    margin-bottom: 10px;
  }
  .site-navbar-wrap .site-navbar-top{
    width: 94%;
  }
  #our-services .common-title{
    margin-top: 25px;
  }
  #our-services .common-title p{
    line-height: 29px;
    font-size: 28px;
    margin-top: 11px;
  }
  #our-services .servicesslider .slick-prev{
    top: -7%;
    left: 66%;
  }
  #our-services .servicesslider .slick-next{
    top: -7%;
    left: 82%
  }
  .banner .row{
    flex-direction: column;
  }
  .site-navbar-wrap .site-navbar-top .content{
    font-size: 15px;
  }
  .slick-dotted.slick-slider{
    margin-top: 12px;
  }
  .banner-buttons{
    justify-content: center;
  }
  .banner{
    height: 100%;
  }
  #about-us .row{
    flex-direction: column;
  }
  #about-us .content{
    padding-right: 10px!important;
    padding-left: 10px!important;
  }
  #about-us .content .common-title {
    margin-top: 5px;
  }
  #about-us .content .common-title p{
    font-size: 40px;
    margin-bottom: 0px;
  }
  #about-us img{
    width: 100%;
    object-fit: contain;
  }
  #mobile-app .common-title p{
    font-size: 48px;
    margin-top: 8px;
    line-height: 48px;
  }
  #mobile-app .content{
    padding-right: 15px!important;
    padding-left: 15px!important;
  }
  .app-details img{
    width: 45%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  #our-process .list-inner img{
    width: 55px;
  }
  #our-process .arrow img{
    width: 70px;
    height: 70px;
    object-fit: contain;
    transform: rotate(90deg);
  }
  #contact-us-bottom .list-main{
    margin-bottom: 15px;
    height: 215px;
  }
  #contact-us-form .form .form-inner{
    margin-top: 15px;
  }
  #contact-us-bottom .row{
    --bs-gutter-x: 1rem!important;
  }
  .nav-ul-extra{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
  }
  .nav-ul-extra .nav-ul:nth-child(2){
      margin-bottom: 25px;
  }
  .footer ul li.nav-item:nth-child(3){
      text-align: center;
  }
  .footer ul li.nav-item:nth-child(3) .login-btn{
    display: inline-block;
    text-align: center;
    margin-top: 0 !important;

  }
  .footer .social-media{
      justify-content: center;
  }
  #about-us .content{
    text-align: center;
    margin-top: 20px;
 }
 #about-our-mission .mission-inner-main{
    margin-top: 40px;
 }
 #our-process .progress-main{
   justify-content: space-between!important;
 }
 .common-title p{
  font-size: 27px;
 }
 .slick-list{
   margin: 0px;
 }
 .mobile-img-wrap img{
  width: 65%;
  display: block;
  margin: auto;
  margin-top: 25px;
 }
 .slick-slider{
   margin-top: 35px;
 }
    #about-us .content .round-btn{
	margin: 0 auto;
    }
    
    #our-process .row .d-flex.justify-content-center{
    	flex-direction: column;
    	align-items: center;
    }
    #our-process .row .d-flex.justify-content-center .arrow{
    	transform: rotate(90deg);
        margin: 20px 0px;
    }
    #our-process .d-flex.justify-content-center{
        flex-direction: column;
        align-items: center;
    }
    #our-process .d-flex.justify-content-center .col-3{
        width: 100%;
    }
    #our-process .d-flex.justify-content-center  .col-1.arrow{
        width: 100%;
        margin-bottom: 20px;
    }
    .site-navbar-wrap .site-navbar .site-logo img{
        width: 130px !important;
    }
    #about-us .container{
        padding-top: 0 !important;
    }
    #our-services .container{
        padding-bottom: 0 !important;
    }
    #make-special .list-main .list-inner img{
        object-fit: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .footer .footer-inner{
    flex-direction: column;
  }
  .site-navbar .site-navigation .site-menu{
    margin: 10px 0px;
  }
  .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li{
    display: contents;
  }
  #contact-us-bottom .list-main{
    margin-bottom: 15px;
    height: 215px;
  }
  #about-us .content{
     padding-right: 0px!important;
     margin-top: 20px;
  }
  .slick-list{
    margin: 0px;
  }
  .mobile-img-wrap img{
    width: 65%;
    display: block;
    margin: auto;
    margin-top: 25px;
   }
   .slick-slider{
     margin-top: 35px;
   }
   .app-details{
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .app-details img{
     margin: 0px 5px;
   }
   .custom-scanner-wrap{
     flex-direction: column;
   }
   .scanner-img{
     width: 100%;
   }
   .footer .social-media li{
     width: 100%;
   }
}
@media only screen and (min-width: 990px) and (max-width: 1024px) {
  .site-navbar .site-navigation .site-menu>li{
    display: contents;
  }
  .footer .footer-inner{
    flex-direction: column;
  }
  .site-navbar .site-navigation .site-menu{
    margin: 10px 0px;
  }
  .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li{
    display: contents;
  }
  #contact-us-bottom .list-main{
    margin-bottom: 15px;
    height: 215px;
  }
  .scanner-img{
    width: 80%;
  }
  .app-details{
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .app-details img{
     margin: 0px 5px;
   }
   .footer .social-media li{
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1326px) {
  .site-navbar .site-navigation .site-menu>li{
    display: contents;
  }
  .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li{
    display: contents;
  }
  .footer .footer-inner{
    flex-direction: column;
  }
  .site-navbar .site-navigation .site-menu{
    margin: 10px 0px;
  }
  #contact-us-bottom .list-main{
    margin-bottom: 15px;
    height: 215px;
  }
  .footer .social-media li{
    width: 16%;
  }
}