@charset "UTF-8";
/* CSS Document */

body {
  margin: 0; padding: 0;   font-family: 'Muli';
}


::-webkit-scrollbar {
  display: none;
}

html {
    
  lineˇ-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); scroll-behavior: smooth;
}


*{padding:0; margin: 0; box-sizing: border-box;}

p{padding: 0; margin: 0;}
h1,h2,h3{padding: 0; margin: 0;}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-SemiBold.eot');
    src: url('../fonts/Muli-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-SemiBold.woff2') format('woff2'),
        url('../fonts/Muli-SemiBold.woff') format('woff'),
        url('../fonts/Muli-SemiBold.ttf') format('truetype'),
        url('../fonts/Muli-SemiBold.svg#Muli-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli.eot');
    src: url('../fonts/Muli.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli.woff2') format('woff2'),
        url('../fonts/Muli.woff') format('woff'),
        url('../fonts/Muli.ttf') format('truetype'),
        url('../fonts/Muli.svg#Muli') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Bold.eot');
    src: url('../fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-Bold.woff2') format('woff2'),
        url('../fonts/Muli-Bold.woff') format('woff'),
        url('../fonts/Muli-Bold.ttf') format('truetype'),
        url('../fonts/Muli-Bold.svg#Muli-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





.flex{display: flex;}
.wrap{flex-wrap: wrap;}
.just-space{justify-content: space-between;}
.width100{width:100%;}
.padTB20{ padding-bottom:20px;}
.max100{max-width:100%;}
.just-center{justify-content: center;}
.marginTB20{margin-top:20px; margin-bottom:20px;}
.colum{flex-direction: column;}
.padT20{padding-top:20px;}
.marginB20{margin-bottom:20px;}
.align-center{align-items: center;}
.dgrid{display: grid;}
.padT10{padding-top:10px;}
.padB10{padding-bottom:10px;}

/* header */

header{background-color:#fff; padding:0 100px;  display: flex; justify-content: space-between; align-items: center;  width:100%; z-index: 99999; position: fixed;
	box-shadow: 0 1px 25px rgba(0,0,0, .1);  transition: all .3s ease; top:0;}
.hide-nav {
  top: -90px;
}
#new-header{margin:0!important; width:100%;}

header img{max-width:70px;}
header span{color:#363434; font-size:12px; display: flex; align-items: center;}
header span img{padding-left:10px;}

header.hide {
	top: -98px; 
}

.outer-padding{padding:82px 0 0 ;}

/* header close */



/* topbanner */

.top-bg {
    background: url("../images/banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    border-bottom-left-radius: 140px;
}









/* topbanner */
.menubar{
        padding: 0;
        list-style: none;
        
    }
.menubar li{
        display: inline-block;
        position: relative;
        line-height: 21px;
        text-align: left;
	padding:30px 0;
    }
.menubar li a{
        display: block;
        padding: 8px 25px;
        color: #333;
        text-decoration: none;
    }
.menubar li a:hover{
        color: #000;
    }
.menubar li ul.dropdown{
        min-width: 100%; /* Set width of the dropdown */
        background: #fff;
        display: none;
        position: absolute;
        z-index: 999;
        left: 0; 
	border-radius:0 0 10px 10px; -webkit-box-shadow: 0px -1px 5px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 5px -4px rgba(0,0,0,0.75);
box-shadow: 0px -1px 5px -4px rgba(0,0,0,0.75);
	margin:30px 0 0 0; padding-bottom:6px;
	
    }

.menubar li:hover ul.dropdown{
        display: block;	/* Display the dropdown */
	
    }

.menubar li:hover ul.dropdown li a{
       font-size:15px; white-space: nowrap;
    }

.menubar li:hover ul.dropdown li a:hover{
       font-size:14px; font-weight: 600;
    }

.menubar li ul.dropdown li{
        display: block;
	padding:0 0;
    }

/* top-feature */

.feature-area{padding:40px 40px; margin:0;}
.title1{color:#11193D; text-align: center; font-weight: bold; font-size:28px; margin-bottom:20px;}
.title2{color:#363434; text-align: center; font-weight: normal; font-size: 16px; padding: 0 13%; line-height: 28px;}

.all-feature{display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px; grid-row-gap:20px;}



.all-feature li{ list-style-type: none;  margin:0; box-shadow: 0 2px 4px 0 rgb(5 47 95 / 4%), 0 12px 16px 0 rgb(52 105 203 / 12%);
    transition: .3s!important; padding:16px 20px; border: 1px solid rgba(235,239,247,.8); border-radius:10px; background-color:#fff;}

.all-feature li h1{font-size:14px; margin-bottom:20px; color:#052f5f;}
.all-feature a{text-decoration: none;}
.all-feature li p{color:#69829f; font-size:12px; line-height:20px; margin-bottom:20px; text-align: justify;}
.all-feature li i{color:#3378f6; font-size:12px; line-height:20px; cursor: pointer; text-decoration: none; font-style: normal;}

.title h3 {
    color: #2c3961;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 128px;
    position: relative;
    display: inline-block;
	overflow: hidden; margin-bottom:20px;}

.title h3:after {
    content: "";
    width: 120px;
    height: 1px;
    position: absolute;
    background: #2c3961;
    border-radius: 4px;
    top: 10px;
    right: 0;
}

.contain {
  margin: 0 auto;
  width: 100%;background: linear-gradient(180deg,#fff 0,#f9fbff 100%); border-bottom:3px solid #e8eef8;
}

.top-banner{width:1140px; margin:30px 0; display: flex; align-items: center; justify-content: center;}
.top-banner-left{width:50%; display: flex; justify-content: center;}
.top-banner-left img{max-width:70%;}
.top-banner-right{width:50%;}
.top-banner-right h1{font-size:30px; color:#000; font-weight: 600; margin-bottom:14px;}
.top-banner-right h2{font-size:17px; color:#5a5a5a; font-weight: 300; margin-bottom:60px;}

.item {
  align-items: center;
  display: flex;
  justify-content: center;
}
.item a{text-decoration: none;}


.bot-section{margin:30px 0 0 0; text-align: center;}
.bot-section hr{width:100px; height:4px; background-color:#11193D; display: inline-flex;}
.bot-section p{font-size:17px; margin: 10px 0 4px; font-weight: bold;}
.bot-section span{font-size:13px; color: #363434;}


/* testimonial */





/* footer */

.footer-bg{background-color:#000;  padding:40px 20px; display: flex; flex-wrap: wrap;}
.footer-content{padding: 0; margin: 0; display: flex; flex-wrap: wrap;}
.footer-content li{width:27%; list-style-type: none; margin-right:6%; text-align: justify;}
.footer-content li .about{color:#fff; font-size:13px; margin:10px 0; line-height:26px; }
.footer-content h7{color:#fff;}
.footer-content li h7 a{color:#fff; text-decoration: none;}
.footer-content li p{margin-bottom:10px;}
.footer-content li p a{color:#fff; text-decoration: none; margin-bottom:10px;}


.contact-details{display: flex; flex-wrap: wrap; margin:20px 0 0 0;}
.contact-details li{display: flex; list-style-type: none; display: flex;  width:100%!important;  margin-bottom:20px; margin-right:0!important;}
.contact-details i{color:#fff; margin-right:10px;}
.contact-details li span{color:#fff; font-size:14px; }
.contact-details li a{color:#fff; text-decoration: none;}
/* footer */








.subcontent-area{display: flex; width:100%; margin:20px 0 0 0; justify-content: space-between; flex-wrap: wrap;}
.left-content-area{width:65%; margin:0; margin-right:0%;}
.right-banner-area{width:30%; padding:0; margin: 0;}

.ad-area{background: #f4f4f4; padding:10px; margin-bottom:20px;}
.ad-area img{max-width:100%; width:100%;}

#breadcrumbs {
  list-style:none;
  display:flex;
  padding:8px 16px 8px 0; margin-bottom:20px
}

#breadcrumbs li {
  margin:2px; font-size:12px;
}

#breadcrumbs li a {
  color:#4b7bec;
  text-decoration:none; 
}
#breadcrumbs li a:hover {
  transition-delay:50ms;
  transition:50ms;
  color:#3867d6;
  text-decoration:underline;
}


#breadcrumbs li+li:before  {
  padding:8px;
  color:#000;
  content: "/\00a0";
}

.term-heading{font-size:30px; font-weight: 600; color:#474a4c; letter-spacing:-1px; margin-bottom:14px;}
.date{font-size:12px; font-weight: 400; color:#474a4c; }
.last-update{font-size:14px; font-weight: 400; color:#474a4c; }

.text-area{margin:20px 0;}
.text-area a{text-decoration: none; color:#017aff;}
.text-area ol{ padding:0; margin:0 0 0 20px;}
.text-area ol li{font-size:14px; line-height:20px; margin-bottom:14px; text-align: justify;}
.text-area .heading{font-size:26px; font-weight: 600; color:#474a4c;  margin-bottom:20px; letter-spacing:-1px; line-height: 28px;}
.text-area .sub-heading{font-size:14px; font-weight: 500; color:#474a4c; margin-bottom:14px; line-height:20px; text-align: justify;}
.text-area .sub-heading1{font-size:18px; font-weight: 600; color:#474a4c; margin-bottom:14px; line-height:20px; text-align: justify;}

.text-area h2{font-size:26px; font-weight: 600; color:#474a4c;  margin-bottom:20px; letter-spacing:-1px;}
.text-area h3{font-size:18px; font-weight: 600; color:#474a4c; margin-bottom:14px; line-height:20px; text-align: justify;}
.text-area p{font-size:14px; font-weight: 500; color:#474a4c; margin-bottom:14px; line-height:20px; text-align: justify;}
.text-area ul{ padding:0; margin:0 0 0 20px;}
.text-area ul li{font-size:14px; line-height:20px; margin-bottom:14px; text-align: justify;}

.text-area table {
    table-layout: auto;
    margin: 2rem auto;     text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}
.text-area td, .text-area th {
    border: 1px solid #bdbdbd;
    padding: 0.875rem;
}


.sidebar{display: none;}
.btn{display: none;}
.fixed-position {
    position: fixed;
 }
.container{max-width:1200px; width:100%; margin:0 auto;}
.contact_field {max-width:500px; width:100%; margin:0 auto;}
.contact_field h3{font-size:30px;}
.contact_field p{font-size:14px; margin-bottom:30px;}
.contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.form-group {
    margin-bottom: 1rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}

.contact_field img{max-width:200px;}




button.contact_form_submit {
	background-color:#017aff;
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}



button.cta{
	background-color:#017aff; color:#fff; border-radius:70px; padding: 14px 31px; font-style: normal;
  cursor: pointer;
  display: inline-block; align-items: center;
  position: relative; border: none; font-size:16px;
  transition: 0.5s; letter-spacing:1px; font-weight: 500;
}

button.cta:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  right: -20px;
  transition: 0.5s;
}

button.cta:hover{
  padding: 14px 71px 14px 36px;
}

button.cta:hover:after {
  opacity: 1;
  right: 36px;
}

.iframe-video{background-color:#fff; padding:10px; box-shadow: 0 2px 4px 0 rgb(5 47 95 / 4%), 0 12px 16px 0 rgb(52 105 203 / 12%); border-radius:10px; margin:20px 0;}

@media only screen and (max-width: 767px) and (min-width: 320px)  {
	.iframe-video iframe{height:100%;}	

	button.cta{font-size:12px; padding:8px 21px;}	
.left-content-area{width:100%; margin:0; margin-right:0%;}
.right-banner-area{width:100%; padding:0; margin: 0;}	
.text-area .heading {
    line-height: 36px;
    text-align: inherit;
}	
	
.top-banner{width:100%; padding:0 2%;}	
	.top-banner-right h1{font-size:18px; line-height: 21px;}
	.top-banner-right h2{font-size:14px; margin-bottom: 20px;}
.top-banner-left img {max-width: 75%;}
	.cta{font-size: 14px; padding: 7px 25px;}	
	.mpad0{padding: 0!important;}
.btn{
  position: absolute; display: block;
  top: 15px;
  right: 10px;
  height: 45px;
  width: 45px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  transition: right 0.4s ease;
}
.btn.click{
  right: 196px;
}
.btn span{
  color: #000;
  font-size: 28px;
  line-height: 45px;
}
.btn.click span:before{
  content: '\f00d';
}
.sidebar{
  position: fixed; display: block;
  width: 200px;
  height: 100vh;
  right: -250px;
  background: #f5f5f8;
  transition: right 0.4s ease; top:0;
}
.sidebar.show{
  right: 0px;
	top:0px;
	  overflow-y: scroll;
}
.sidebar .text{
  color: white;
  font-size: 25px;
  font-weight: 600;
  line-height: 65px;
  text-align: center;
  background: #1e1e1e;
  letter-spacing: 1px;
}
nav ul{
  background: #f5f5f8;
  width: 100%;
  list-style: none; margin:20px 0 0 0; padding:0 0 0 20px;
}
	
nav ul li{
  line-height: 60px;
  border-top: 1px solid rgba(255,255,255,0.1);background-color:#fff; margin-bottom:10px; border-radius:20px 0 0 20px;
}
nav ul li:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
nav ul li a{
  position: relative;
  color: #2c3a61;
  text-decoration: none;
  font-size: 14px;
  padding-left: 20px;
  font-weight: 500;
  display: block;
  width: 100%;
  border-left: 3px solid transparent;
}
nav ul li.active a{
  color: #2c3a61;
}
nav ul li a:hover{
}
nav ul ul{
  position: static;
  display: none;
}
nav ul .feat-show.show{
  display: block;
	margin:0!important;
	padding:0!important;
}
nav ul .serv-show.show1{
  display: block;
	margin:0!important;
	padding:0!important;
}
	
nav ul .serv-show1.show2{
  display: block;
	margin:0!important;
	padding:0!important;
}	
	
nav ul ul li{
  border-top: none;
	border-top:1px solid #ccc; margin:0; line-height:40px; border-radius:none;
	
}
nav ul ul li a{
  font-size: 13px;
  color: #000;
  padding-left: 80px;
}
nav ul li.active ul li a{
  color: #46494c;
  background: #fff;
	padding:0 0 0 20px;
}
nav ul ul li a:hover{
  color:#46494c;
}
nav ul li a span{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 22px;
  transition: transform 0.4s;
}
nav ul li a span.rotate{
  transform: translateY(-50%) rotate(-180deg);
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #202020;
  z-index: -1;
  text-align: center;
}
.content .header{
  font-size: 45px;
  font-weight: 600;
}
.content p{
  font-size: 30px;
  font-weight: 500;
}
		
	
.container{width:90%; margin-left: auto; margin-right: auto;}	
header{padding:10px 10px;}	
	

	.top-bg{min-height:404px;}	
	.feature-area{padding: 40px 10px;}
	.title2{padding:0 2%; font-size:14px; line-height: 26px;}
	.all-feature{margin:20px 0 0 0; display: flex; flex-direction: column;}
	.all-feature li{width:100%!important;}	
	.menubar{display: none;}
	.all-feature li p{font-size:13px;}
	.all-feature li div span{font-size:16px; line-height:22px;}
	.footer-content li{width:100%;}	
	
	
	

}




@media only screen and (max-width: 992px) and (min-width: 768px)  {

	
	
.container {max-width: 90%; margin-left: auto; margin-right: auto;}
header img {max-width:55px;}
.all-feature li{width:44%}	
.hero-txt {width: 100%; padding:48px 25% 0 0;}	
.hero-txt h1{font-size:30px; line-height: 40px;}
.hero-txt h2{font-size:16px; line-height: 20px;}		
.width960 { width: 90%;  margin: 0 auto; padding: 14px 0;}	
.top-bg{min-height: 450px;}	
.feature-area{padding: 40px 10px;}		
	.offering-info ul{padding: 0;}	
	.offering-info ul li p{font-size:30px;}	

	.logos li{margin-right:10px; width: auto; margin-top:10px; margin-bottom:0;}
	
	
	
	.testi-bg .left-area p{font-size:22px; margin-bottom:4px;}
	.testi-bg .left-area span{font-size:13px;}
.testi-bg {  background: url(images/testimonial.png); min-height: 452px!important;  background-size: 116%!important; background-repeat: no-repeat; padding: 49px 0 10px!important; background-position: 153% -8%!important;}	
.outer-padding {padding: 69px 0 0;}	
.signup-box{width:90%;}	
	.main-bg{padding:4% 2%;}
	.main-bg .left1 ul{flex-wrap: nowrap; justify-content: flex-start;}
.main-bg .left1 ul li{width:35%; flex-shrink: 0;}
	.all-feature {
    grid-template-columns: repeat(2, 1fr);
}
.all-feature li {
    width: 100%!important;
}	
	
.top-banner {
    width: 100%;
    padding: 0 2%;
}	
	
}

