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,strong,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;
}

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;
}

a {
    text-decoration: none;
}

*{
    box-sizing: border-box;
}

img{
    max-width: 100%;
}

/* Font css starts*/

@font-face {
    font-family: 'LatoL';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light.woff2') format('woff2'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LatoR';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LatoB';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LatoBL';
    src: url('../fonts/Lato-Black.eot');
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Black.woff2') format('woff2'), url('../fonts/Lato-Black.woff') format('woff'), url('../fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LatoH';
    src: url('../fonts/Lato-Hairline.eot');
    src: url('../fonts/Lato-Hairline.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Hairline.woff2') format('woff2'), url('../fonts/Lato-Hairline.woff') format('woff'), url('../fonts/Lato-Hairline.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* Font css ends */


/* Common starts */

body {
    font-size: 16px;
    font-family: 'LatoR';
    background: #fff;
}

.container {
    width: 1330px;
    margin: 0 auto;
    padding: 0 10px;
}

.flex {
    display: flex;
}

.align-start {
    align-items: flex-start;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: flex-end;
}

.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.common-padding{
    padding: 80px 0;
}
.common-title{
    margin-bottom: 50px;
    text-align: center;
}

.common-title h2{
    font-size: 50px;
    line-height: 60px;
    color: #0f0f0f;
    margin-bottom: 5px;
    font-family: 'LatoB';
}

.common-title h4{
    font-size: 25px;
    line-height: 40px;
    font-family: 'LatoR';
    color: #0f0f0f;
}

/* Common ends */


/* Header starts*/

header {
    box-shadow: 0 0 10px #bbbbbb;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9;
}

.navbar-wrap {
    padding: 15px 0;
}

.logo img {
    width: 140px;
}

.menu-list-set {
    margin-left: auto;
}

.menu-list-set li {
    margin-right: 25px;
}

.menu-list-set li:last-child {
    margin-right: 0;
}

.menu-list-set li a {
    font-size: 18px;
    color: #0f0f0f;
    font-family: 'LatoR';
}

.menu-list-set li.menu-btn a {
    background: #ff840a;
    border-radius: 25px;
    color: #fff;
    padding: 12px 30px;
    cursor: pointer;
    font-family: 'LatoR';
}

.main-banner {
    background: url(../images/banner-bg.png);
    background-size: cover;
    width: 100%;
    padding: 110px 0 130px;
}

.visitor-banner-padding{
    padding: 120px 0 150px;
    background: #5e51e2;
    background: transparent linear-gradient(180deg,#5e51e2,#4f6cf7) 0 0 no-repeat padding-box;
}

.banner-caption {
    width: 100%;
    text-align: center;
}

.banner-caption h1 {
    font-size: 55px;
    line-height: 70px;
    color: #fff;
    font-family: 'LatoB';
    margin-bottom: 40px;
    position: relative;
}

.banner-caption h1::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    background: #fff;
    height: 2px;
    width: 150px;
}

.banner-caption h4 {
    font-size: 28px;
    line-height: 45px;
    color: #fff;
    font-family: 'LatoR';
    margin-bottom: 40px;
}

.banner-list {
    width: 900px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.banner-list li {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    width: 30%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    text-align: left;
}

.banner-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    background: #ff840a;
    border-radius: 100%;
}

.common-btn {
    background: #ff840a;
    border-radius: 25px;
    font-size: 20px;
    padding: 12px 30px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
}

.foot-logo img {
    width: 160px;
}

footer {
    background: #f2f2f2;
    padding: 80px 0 0;
}

.footer-menu-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-menu h6{
    font-size: 18px;
    font-family: 'LatoBL';
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #0f0f0f;
}

.footer-menu ul li{
    margin-bottom: 15px;
}
.footer-menu ul li:last-child{
    margin-bottom: 0;
}

.footer-menu ul li a{
    font-size: 18px;
    color: #0f0f0f;
    font-family: 'LatoR';
    display: block;
    transition: 0.5s ease;
}

.footer-menu ul li:hover a{
    transform: translateX(8px);
}

.copyrights-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copytext a{
    font-size: 14px;
    color: #0f0f0f;
}

.sub-footer-link{
    display: flex;
    align-items: center;
}

.sub-footer-link li{
    margin-right: 15px;
}

.sub-footer-link li a{
    margin-right: 0;
    font-size: 14px;
    color: #0f0f0f;
}

.copyrights{
    margin-top: 50px;
}
.copyrights-wrap{
    border-top: 1px solid #d9d9d9;
    padding: 30px 0 30px;
}

.social-links{
    display: flex;
    align-items: center;
}

.social-links li{
    margin-right: 15px;
}
.social-links li:last-child{
    margin-right: 0;
}

.social-links li a{
    display: flex;
    width: 35px;
    height: 35px;
}
.social-links li svg{
    width: 35px;
    height: 35px;    
    transition: 0.5s ease;
}

.social-links li:hover svg{
    filter: none;
    transform: scale(1.1);
}

.app-service-wrap{
    display: flex;
    align-items: flex-start;
    margin-top: 70px;
    margin-bottom: 50px;
}
.service-content{
    width: 40%;
}

.service-content h3{
    font-size: 40px;
    color: #0f0f0f;
    margin-bottom: 20px;
    font-family: 'LatoB';
}

.service-content h5{
    font-size: 30px;
    line-height: 40px;
    position: relative;
    color: #0f0f0f;
    margin-bottom: 40px;
    font-family: 'LatoR';
}

.service-content p{
    font-size: 20px;
    line-height: 35px;
    position: relative;
    color: #0f0f0f;
    margin-bottom: 40px;
    font-family: 'LatoR';
}

.service-content h5::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 2px;
    background: #0f0f0f;
}

.service-image{
    margin-left: auto;
    width: 55%;
}
.service-image img{
    width: 100%;
}


.service-panel-wrap{
    display: flex;
    align-items: flex-start;
}

.panel-set{
    width: 48%;
    background: #fff;
    border-radius: 15px;
    transition: 0.5s ease;
}

.panel-set:last-child{
    margin-left: auto;
}

.panel-image{
    position: relative;
}
.panel-image img{
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.panel-content {
    padding: 20px;
    background: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.panel-image h4{
    font-size: 26px;
    color: #0f0f0f;
    font-family: 'LatoB';
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
}

.panel-content p{
    font-size: 24px;
    line-height: 30px;
    color: #0f0f0f;
    margin-bottom: 30px;
    font-family: 'LatoR';
}

.pannel-btn{
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #ff840a;
}
.pannel-btn svg{
    width: 22px;
    height: auto;
    margin-left: 8px;
    padding-top: 5px;
    transition: 0.5s ease;
}

.pannel-btn:hover svg{
    margin-left: 15px;
}

.panel-set:hover{
    box-shadow: 0 6px 20px #dadada;
}
.grey-bg{
    background: #eaeced;
}

.countless-list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.countless-list li{
    width: 30%;
    margin: 10px 0 10px 15px;
    text-align: center;
    transition: 0.5s ease;
}

/*
.countless-list li{
    width: 20%;
    margin: 10px;
    text-align: center;
    padding: 10px;
    border: 1px solid #12265b;
    transition: 0.5s ease;
}
*/
.countless-list li a{
    display: block;
}

/*
.countless-list li a img{
    width: auto;
    height: 62px;
}
*/
.countless-list li a img{
    width: auto;
    height: auto;
}

.countless-list li:hover{
    background: rgba(17,38,91,0.4);
    transform: scale(1.05);
}

.banner-margin{
    margin-top: -4%;
}

.visitor-banner{
    width: 100%;
    padding-bottom: 50px;
}

.visitor-banner img{
    width: 100%;
}

.light-blue{
    background: #f0f7ff;
}

.inpired-wrapper{
    display: flex;
    align-items: flex-start;
}

.inspired-left{
    width: 44%;
    padding-right: 4%;
}

.inspired-left.new-width{
    width: 60%;
}
.inspired-left.new-width img{
    width: 100%;
}

.inspired-right{
    width: 56%;
    margin-left: auto;
}

.inspired-right.new-width{
    width: 40%;
}

.inspired-right img{
    width: 100%; 
}

.acc__title3{
    display: flex;
    align-items: center;
}

.acc__title3 svg{
    fill: #ff840a;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.qr-bg{
    background: #f7f8ff;
}


/* Accordion
================================================== */
.acc, .acc2, .acc3 {
    margin: 0 auto;
  }
  
  .acc__card, .acc__card2, .acc__card3 {
    position: relative;
    margin-bottom: 30px;
    transition: 0.5s ease;
  }

  .acc__card.active, .acc__card2.active2, .acc__card3.active3{
    background: #fff;
    box-shadow: 0 0 15px rgb(90 86 230 / 24%);
    border-radius: 4px;
  }
  
  .acc__title, .acc__title2, .acc__title3 {
    color: #212121;
    cursor: pointer;
    display: block;
    padding: 20px;
    position: relative;
    text-align: left;
    font-family: 'LatoB';
    font-size: 24px;
    transition: 0.5s ease;
  }
  .acc__title::after, .acc__title2::after, .acc__title3::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #ff840a;
    border-bottom: 2px solid #ff840a;
    position: absolute;
    right: 10px;
    content: " ";
    top: 26px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
  }
  .acc__title.active::after, .acc__title2.active2::after, .acc__title3.active3::after {
    top: 20px;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
  }
  
  .acc__panel, .acc__panel2, .acc__panel3 {
    color: #212121;
    display: none;
    margin: 0;
    padding: 10px 20px 20px;
    text-align: left;
    font-size: 20px;
    line-height: 32px;
  }

  .customize-list{
      width: 100%;
      margin: 0 auto;
  }

  .customize-list-set{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
  }

  .customize-list-set li{
      width: 33.3%;
      padding: 15px;
      transition: 0.5s ease;

  }

  .customize-set{
      width: 100%;
      background: #fff;
      box-shadow: 0 0 10px rgb(0 0 0 / 13%);
      border-radius: 8px;
      padding: 20px;
      position: relative;
      transition: 0.5s ease;
      min-height: 120px;
  }

  .customize-set i{
      display: block;
  }

  .customize-set h4{
    color: #212121;
    font-family: 'LatoB';
    font-size: 24px;
    margin-top: 20px;
  }
  .media-mouse-over{
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      opacity: 0;
      visibility: hidden;
      transition: 0.5s ease;
      color: #fff;
      font-size: 18px;
      height: 100%;
      line-height: 25px;
      text-align: center;
      display: flex;
      align-items: center;
      padding: 15px;
  }

  .customize-front svg{
    width: 34px;
        height: 25px;
      fill: #ff840a;
  }
  
  .customize-front {
    transition: 0.5s ease;
  }

 .customize-list-set li:hover{
    transform: scale(1.1);
 }

 .customize-list-set li:hover .customize-set{
     background:#ff840a;
 }

 .customize-list-set li:hover .media-mouse-over{
     opacity: 1;
     visibility: visible;
 }

 .customize-list-set li:hover .customize-front {
     opacity: 0;
 }

 .needs-list-set{
     display: flex;
     justify-content: center;
     align-items: flex-start;
     flex-wrap: wrap;
 }

 .needs-list-set li{
     width: 25%;
     padding: 10px;
     transition: 0.5s ease;
 }

 .needs-list-set li:hover{
     transform: scale(1.1);
 }

 .needs-set{
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    border-radius: 8px;
    padding: 20px;
    position: relative;
    transition: 0.5s ease;
    min-height: 405px;
 }

 .needs-list-set li:hover .needs-set{
     background: #ff840a;
 }

 .needs-set h4{
    color: #212121;
    font-family: 'LatoB';
    font-size: 30px;
    line-height: 42px;
    margin-top: 15px;
    margin-bottom: 20px;
    transition: 0.5s ease;
    position: relative;
 }

 .needs-set h4::before{
     content: "";
     position: absolute;
     left: 0;
     bottom: -5px;
     width: 50px;
     height: 2px;
     background: #ff840a;
     transition: 0.5s ease;
 }

 .needs-list-set li:hover .needs-set h4::before{
     background: #ffffff;
 }

 .needs-set p{
     font-size: 18px;
     color: #212121;
    font-family: 'LatoR';
    line-height: 30px;
    transition: 0.5s ease;
 }

 .needs-list-set li:hover .needs-set p, .needs-list-set li:hover .needs-set h4{
    color: #fff;
 }

 .needs-set svg{
    width: 34px;
    height: 25px;
    fill: #ff840a;
    transition: 0.5s ease;
 }

 .needs-list-set li:hover .needs-set svg{
     fill: #ffffff;
 }
 

 .business-list-wrap ul{
     display: flex;
     flex-wrap: wrap;
     align-items: flex-start;
     justify-content: center;
 }

 .business-list-wrap ul li{
     width: 33.3%;
     padding: 20px;
     transition: 0.5s ease;
 }

 .business-list-wrap ul li .business-set{
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    border-radius: 8px;
    padding: 20px;
    position: relative;
    transition: 0.5s ease;
    min-height: 300px;
 }
 .business-list-wrap ul li:hover{
    transform: scale(1.1);
}

.business-list-wrap ul li:hover .business-set{
    background: #ff840a;
}

.business-set h4{
   color: #212121;
   font-family: 'LatoB';
   font-size: 30px;
   line-height: 42px;
   margin-top: 15px;
   margin-bottom: 20px;
   transition: 0.5s ease;
   position: relative;
}

.business-set h4::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 2px;
    background: #ff840a;
    transition: 0.5s ease;
}

.business-list-wrap ul li:hover .business-set h4::before{
    background: #ffffff;
}

.business-set p{
    font-size: 18px;
    color: #212121;
   font-family: 'LatoR';
   line-height: 30px;
   transition: 0.5s ease;
}

.business-list-wrap ul li:hover .business-set p, .business-list-wrap ul li:hover .business-set h4{
   color: #fff;
}

.business-set svg{
   width: 34px;
   height: 25px;
   fill: #ff840a;
   transition: 0.5s ease;
}

.business-list-wrap ul li:hover .business-set svg{
    fill: #ffffff;
}


.oval{
    background: url(../images/bg-ovel.png);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.limited-list{
    display: flex;
    align-items: center;
    justify-content: center;
}

.limited-list li{
    width: 33.3%;
    padding: 20px;
    transition: 0.5s ease;
    text-align: center;
}

.limited-list li:hover{
    transform: scale(1.1);
}

.limited-list li h4{
    color: #212121;
    font-family: 'LatoB';
    font-size: 30px;
    line-height: 42px;
    margin-top: 15px;
    margin-bottom: 20px;
    transition: 0.5s ease;
}
.limited-list li p{
    font-size: 18px;
    color: #212121;
   font-family: 'LatoR';
   line-height: 30px;
   transition: 0.5s ease;
}

.visitor-set{
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    border-radius: 8px;
    padding: 15px;
    position: relative;
    transition: 0.5s ease;
    min-height: 480px;
}


.count {
    width: 100%;
}

.count ul {
    display: flex;
    justify-content: center;
}

.count ul li {
    flex: 1 1;
    text-align: center;
    position: relative;
}

.count ul li img {
    position: relative;
    z-index: 1;
}

.count ul li h6 {
    font-size: 18px;
    line-height: 26px;
    font-family: 'LatoB';
    color: #000;
    margin-top: -35px;
    position: relative;
    z-index: 1;
}

.count ul li:after {
    content: "";
    width: 10px;
    height: 135px;
    position: absolute;
    background: #f3f3f3;
    top: 96px;
    right: -10px;
    -webkit-transform: skew(55deg);
    transform: skew(55deg);
}

.count ul li:nth-child(2n) {
    margin-top: 157px;
}

.count ul li:nth-child(2n):after {
    top: -70px;
    right: -5px;
    -webkit-transform: skew(126deg);
    transform: skew(126deg);
}

.count ul li:last-child::after {
    display: none;
}


.bottom-cta {
    background: url(../images/bottom-cta.png);
    background-size: cover;
    border-radius: 9px;
    width: 100%;
    transition: all .5s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 0 auto;
}

.bottom-cta:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.bottom-cta .cta-bag {
    text-align: center;
    padding: 6.75em 2em;
    color: #fff;
    width: 100%;
}

.bottom-cta .cta-bag h6 {
    font-size: 50px;
    margin-bottom: 40px;
    font-family: 'LatoB'
}

.bottom-cta .cta-bag p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 50px;
}
.bottom-cta .cta-bag p span{
    display: block;
}

.bottom-cta .cta-bag .btn-white {
    padding: 18px;
    min-width: 200px;
    background: #ff840a;
    color: #fff;
    border-radius: 25px;
    font-size: 18px;
    text-align: center;
    position: relative;
    transition: .5s ease-in-out;
    box-shadow: 0 .313em 2.625em rgba(0,0,0,.12);
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
}

.contact-parent{
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-set{
    width: 55%;
}

.contact-set.margin-left{
    margin-left: auto;
    width: 45%;
}

.contact-set.pad-right5{
    padding-right: 15%;
}

.contact-logo{
    width: 100px;
}

.contact-set form{
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.contact-set .col{
    display: flex;
    align-self: flex-start;
}
.contact-set .col .form-group{
    flex: 1;
    padding: 0 10px;
}
.form-group {
    margin-bottom: 20px;
}

.form-group label{
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
    display: block;
    text-align: left;
    font-family: 'LatoB';
}

.form-group label.required::after {
    content: '*';
    color: #FF2121;
    display: inline-block;
    padding-left: 3px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control {
    border-color: #BFBEBF;
    height: 43px;
    padding: 10px 0px;
    font-size: 15px;
    color: #575757;
    border-radius: 0;
    border-width: 0px 0px 1px 0px;
    box-shadow: none;
}

textarea.form-control{
    height: auto;
}

.contact-wrap{
    background: url(../images/banner-bg.png);
    background-size: cover;
    padding: 100px 0;
}

.form-content{
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    margin-bottom: 28px;
    font-style: italic;
}

.form-btn{
    border: 0;
    width: 200px;
}

.form-control.input:focus {
    outline: 0;
}

.contact-set h2{
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'LatoBL';
    color: #ffffff;
    margin-bottom: 20px;
}

.contact-set h2 span{
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'LatoB';
    color: #ffffff;
}

.contact-set h4{
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 25px;
    width: 70%;
}

.contact-set h4 span{
    font-family: 'LatoBL';
}

.contact-set ul{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact-set ul li{
    width: 50%;
    padding: 15px;
}

.contact-set ul li{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact-set ul li > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255,.1);
    border-radius: 100%;
    margin-right: 10px;
    flex-shrink: 0;
}

.contact-set ul li svg{
    width: 30px;
    height: 30px;
}

.contact-set ul li h6{
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    width: 54%;
}

.contact-set ul li h6 span{
    display: block;
}

.note-set{
    width: 100%;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255,.1);
    padding: 25px;
    border-radius: 50px;
}

.note-set svg{
    width: 40px;
    height: 40px;
}
.note-set h5{
    font-size: 25px;
    font-family: 'LatoB';
    color: #ffffff;
    width: calc(100% - 60px);
    margin-left: auto;
    line-height: 32px;
}

.mobile-menu{
    margin-left: auto;
}
.mobile-menu svg{
    width: 22px;
    height: 22px;
}

.menu-close{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
}

/* Responsive */

@media screen and (max-width: 1399px) {
    .container{
        width: 100%;
        padding: 0 2%;
    }
}

@media screen and (min-width: 1200px) {
    .mobile-menu, .menu-close{
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .menu-list-set{
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        background: rgba(0,0,0,0.7);
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s ease;
    }
    .menu-list-set.active{
        opacity: 1;
        visibility: visible;
    }
    .logo img {
        width: 100px;
    }
    .navbar-wrap {
        padding: 10px 0;
    }

    .menu-list-set .inner-parent{        
        width: 300px;
        background: #fff;
        position: fixed;
        right: -100%;
        top: 0;
        height: 100%;
        transition: 0.6s ease;
        display: flex;
        align-items: center;
        padding: 20px;
    }
    .menu-list-set.active .inner-parent{
        right: 0;
    }

    .menu-list-set ul{
        flex-wrap: wrap;
        justify-content: center;
    }

    .menu-list-set ul li{
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }

    .menu-list-set ul li:last-child{
        margin-bottom: 0;
    }
    .menu-list-set li a{
        font-size: 20px;
    }
    .menu-list-set li.menu-btn a{
        display: inline-block;
    }
    .contact-set.pad-right5 {
        padding-right: 5%;
    }
}

@media screen and (max-width: 991px) {
    .contact-parent{
        flex-wrap: wrap;
    }
    .contact-set{
        width: 100%;
        margin-bottom: 50px;
    }
    .contact-set.pad-right5{
        padding-right: 0;
    }
    .contact-set.margin-left{
        width: 100%;
        margin-bottom: 0;
    }
    .contact-wrap {
        padding: 80px 0;
    }
    .footer-menu-wrap{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .foot-logo{
        width: 33.3%;
    }
    .footer-menu{
        width: 30%;
        margin-bottom: 30px;
    }
    .copyrights-wrap{
        flex-wrap: wrap;
        justify-content: center;
    }    
    .sub-footer-link, .copytext, .social-links{
        width: 100%;
        justify-content: center;
        text-align: center;
        margin-bottom: 20px;
    }
    .social-links{
        margin-bottom: 0;
    }
    .banner-caption h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .banner-caption h4 {
        font-size: 24px;
        line-height: 35px;
    }
    .common-title h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .common-title h4 {
        font-size: 22px;
        line-height: 32px;
    }
    .inpired-wrapper{
        flex-wrap: wrap;
    }
    .inspired-left{
        width: 100%;
        padding: 0;
        order: 2;
        margin-top: 40px;
    }
    .inspired-right{
        width: 100%;
        order: 1;
    }
    .customize-set h4 {
        font-size: 18px;
    }
    .media-mouse-over {
        font-size: 14px;
        line-height: 22px;
    }
    .needs-set h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .needs-set p {
        font-size: 15px;
        line-height: 25px;
    }
    .needs-set {
        padding: 10px;
        min-height: 370px;
    }
    .needs-list-set li {
        padding: 5px;
    }
    .inspired-right.new-width{
        width: 100%;
        order: 2;
        margin-top: 40px;
    }
    .inspired-left.new-width{
        width: 100%;
        order: 1;
    }
    .business-set h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .business-set p {
        font-size: 16px;
        line-height: 26px;
    }
    .business-list-wrap ul li .business-set {
        padding: 14px;
        min-height: 290px;
    }
    .business-list-wrap ul li {
        padding: 10px;
    }
    .limited-list li h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .limited-list li {
        padding: 10px;
    }
    .count ul li:after{
        display: none;
    }
    .count ul li:nth-child(2n) {
        margin-top: 0;
    }
    .count ul{
        flex-wrap: wrap;
    }
    .count ul li {
        flex: 0 25%;
        margin-bottom: 40px;
    }
    .bottom-cta .cta-bag h6 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .bottom-cta .cta-bag p {
        font-size: 20px;
    }
    .bottom-cta .cta-bag {
        padding: 60px 0;
    }
    .visitor-banner-padding {
        padding: 70px 0 110px;
    }
    .banner-list{
        width: 100%;
    }
    .banner-list li {
        width: auto;
        text-align: center;
        margin-right: 20px;
    }
    .common-padding {
        padding: 50px 0;
    }
    .main-banner {
        padding: 70px 0 70px;
    }
    .app-service-wrap{
        flex-wrap: wrap;
    }
    .service-content{
        width: 100%;
        order: 2;
    }
    .service-image{
        width: 100%;
        order: 1;
    }
    .service-content h3 {
        font-size: 30px;
    }
    .service-content h5 {
        font-size: 24px;
        line-height: 35px;
    }
    .service-content h5::before {
        width: 80px;
    }
    .panel-image h4 {
        font-size: 20px;
    }
    .panel-content p {
        font-size: 18px;
    }
    .pannel-btn {
        font-size: 16px;
    }
    .pannel-btn svg {
        width: 18px;
    }
    .countless-list li {
        width: 30.3%;
    }
    .service-panel-wrap{
        flex-wrap: wrap;
    }
    .panel-set {
        width: 100%;
        box-shadow: 0 6px 20px #dadada;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 850px) {
.customize-list-set li {
    width: 50%;
}
.needs-list-set li {
    width: 50%;
}
.needs-set {
    min-height: 260px;
}
.needs-set p {
    font-size: 16px;
    line-height: 30px;
}
.acc__title, .acc__title2, .acc__title3 {
    font-size: 20px;
}
.acc__panel, .acc__panel2, .acc__panel3 {
    font-size: 17px;
    line-height: 30px;
}
.business-list-wrap ul li {
    width: 50%;
}
.limited-list{
    flex-wrap: wrap;
}
.limited-list li {
    width: 50%;
}
}

@media screen and (max-width: 640px) {
.contact-set h4{
    width: 100%;
}
.contact-set ul li h6 {
    width: 100%;
}
.contact-set .col{
    flex-wrap: wrap;
}
.contact-set .col .form-group {
    flex: 0 0 100%;
    padding: 0 10px
}
.foot-logo{
    width: 50%;
    margin-bottom: 30px;
}
.footer-menu{
    width: 100%;
    margin-bottom: 30px;
}
.contact-set h2{
    font-size: 30px;
}
.contact-set h4{
    font-size: 24px;
    line-height: 35px;
}
.contact-set ul li > span{
    width: 50px;
    height: 50px;
}
.contact-set ul li svg {
    width: 20px;
    height: 20px;
}
.note-set h5 {
    font-size: 18px;
    width: calc(100% - 50px);
    line-height: 25px;
}
.note-set{
    padding: 15px;
}
.note-set svg {
    width: 30px;
    height: 30px;
}
.contact-set form {
    padding: 20px 10px;
}
.count ul li {
    flex: 0 50%;
    margin-bottom: 40px;
}
.bottom-cta .cta-bag h6 {
    font-size: 30px;
    line-height: 40px;
}
.banner-caption h1 {
    font-size: 30px;
    line-height: 45px;
}
.banner-caption h4 {
    font-size: 20px;
    line-height: 30px;
}
.banner-list li {
    font-size: 18px;
}
.common-title h2 {
    font-size: 30px;
    line-height: 40px;
}
.common-title h4 {
    font-size: 20px;
    line-height: 32px;
}
.needs-list-set li {
    width: 100%;
}
.needs-set {
    padding: 20px;
    min-height: auto;
}
.limited-list li {
    width: 100%;
}
.business-list-wrap ul li {
    width: 100%;
}
.business-list-wrap ul li .business-set {
    padding: 14px;
    min-height: auto;
}
.customize-list-set li {
    width: 100%;
}
.customize-set {
    min-height: auto;
}
.acc__title, .acc__title2, .acc__title3 {
    line-height: 30px;
    font-size: 18px;
}
.bottom-cta .cta-bag p span{
    display: inline;
}
.banner-caption h1::before {
    width: 80px;
}
.visitor-banner-padding {
    padding: 50px 0 80px;
}
.countless-list li {
    width: 45%;
}
}
@media screen and (max-width: 500px) {
.contact-set ul li{
    width: 100%;
}
.countless-list li {
    width: 100%;
}
}

.kidemy-bg {
    background: url(../images/Hero-Banner-2.png);
    background-size: cover;
    width: 100%;
    padding: 110px 0 130px;
}
