*{ 
	font-family:'Poppins';
}

/* .goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 

.goog-logo-link {
    display:none !important;
    }
    
.goog-te-gadget {
color: transparent !important;
}
     */
body {
    top: 0px !important; 
    }

.text-center img {
	display: inline-block;
}

img {
    border-radius: 10px;
}

.owl-theme .owl-dots .owl-dot {
	outline: none !important;
}
.owl-theme .owl-nav {
	margin-top: 0px;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 200px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{ padding: 0px !important;}
.mainmenu .sub-menu li a { background: none repeat scroll 0 0 #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #282828 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;-webkit-transition: all 1s ease-in-out 0s;-moz-transition: all 1s ease-in-out 0s;
font-size: 14px; font-weight: normal;border-bottom: none !important;}
.mainmenu .sub-menu li a:hover { background:#fff !important; border-left:5px solid #008fb0; padding-left:25px; border-bottom: none !important;}

/*******MAIN MENU*********/
.mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.header-section {
    background-image: url(img/banner/b-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.header-top {
	padding: 10px 0px;
}
.header-top .navbar-brand {
	padding: 0px;
	margin: 0px;
    margin-right: 25px;
}
.mainmenu nav.navbar .navbar-nav li.nav-item {
	padding: 0px 10px;
}
.mainmenu nav.navbar .navbar-nav li.nav-item:last-child {
	padding-right: 0px;
}
.mainmenu nav.navbar .navbar-nav li.nav-item a.nav-link {
	font-size: 14px;
	color: #000;
	padding: 3px 0px;
	text-transform: capitalize;
}
.mainmenu nav.navbar .navbar-nav li.nav-item a.active {
	color: #008fb0;
}
.mainmenu nav.navbar .navbar-nav li.nav-item a:hover {
	color: #fff;
}
.header-btns li {
    padding-right: 15px;
}
.header-btns li:last-child {
    padding-right: 0px;
}
.mainmenu nav.navbar .navbar-nav li.nav-item a.nav-link.btn {
    font-size: 14px;
    font-weight: 700;
    border-width: 2px;
    padding: 5px 12px;
    border-style: solid;
    border-radius: 4px;
    box-shadow: none !important;
    color: #fff !important;
}
.header-btns li a {
    font-size: 14px;
    font-weight: 700;
    border-width: 2px;
    padding: 5px 12px;
    border-style: solid;
    border-radius: 4px;
    box-shadow: none !important;
}
a.signup-btn {
    border-color: #fff;
    color: #fff;
}
a.login-btn {
    border-color: #000;
    color: #fff;
    background-color: #000;
}
.header-bottom {
	position: relative;
}
.home-banner {
    padding: 50px 0px;
}
.banner-contents h1 {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    line-height: 60px;
    margin-bottom: 30px;
}
.banner-contents p {
    font-size: 16px;
    color: #000;
    line-height: normal;
    margin-bottom: 30px;
}
.banner-contents ul li {
    padding-right: 10px;
}
.banner-contents ul li:last-child {
    padding-right: 0px;
}
.banner-contents a.btn {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 0px;
}
.banner-contents a.btn:hover {
    background-color: #008fb0;
    color: #fff;
}
.banner-contents a.active-btn {
    background-color: #008fb0;
    color: #fff;
}
.banner-img {
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 85%;
    margin: 0 auto;
    position: relative;
}
.banner-img .b-img {
    width: 100%;
}
.banner-types img {
    max-width: 35px;
}
.banner-types a {
    display: block;
    padding: 5px 10px;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    min-width: 200px;
    position: relative;
}
.banner-types img.fw-ic {
    max-width: 16px;
    position: absolute;
    right: 10px;
    top: 27%;
}
.banner-type1 {
    position: absolute;
    top: 15%;
    left: -40px;
}
.banner-type2 {
    position: absolute;
    bottom: 5px;
    left: 32%;
}
.banner-type3 {
    position: absolute;
    top: 35%;
    right: -80px;
}
.counts-section {
    padding: 100px 0px;
}
.counts-contents {
    padding-bottom: 25px;
    border-bottom: 2px solid rgba(29, 38, 58, 0.1)
}
.counts-contents h4 {
    font-size: 35px;
    color: #262729;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 30px;
}
.counts-contents p {
    font-size: 14px;
    color: #262729;
    opacity: 0.7;
    margin-bottom: 0px;
}
.howwe-wrap {
    padding: 100px 0px;
    border-bottom: 1px dashed rgba(29, 38, 58, 0.1);
}
.howwe-contents h3 {
    font-size: 35px;
    color: #262729;
    font-weight: 700;
    margin-bottom: 30px;
}
.howwe-contents p {
    font-size: 16px;
    color: #262729;
    margin-bottom: 30px;
}
.howwe-details {
    padding: 10px;
    box-shadow: 0px 34px 50px rgb(0 0 0 / 15%);
    border-radius: 10px;
}
.howwe-details h4 {
    font-size: 18px;
    color: #262729;
    margin-bottom: 10px;
}
.howwe-details p {
    font-size: 13px;
    color: rgba(29, 38, 58, 0.8);
    margin-bottom: 0px;
}
.icons-section {
    padding: 100px 0px;
}
.icons-row {
    margin-bottom: 70px;
}
.icons-row:last-child {
    margin-bottom: 0px;
}
.icons-contents .col-4 {
    flex: 0 0 100px;
    max-width: 100px;
}
.icons-contents .col-8 {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
}
.icons-details h4 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(29, 38, 58, 0.8);
    margin-bottom: 15px;
}
.icons-details a.btn {
    font-size: 16px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    background-color: #008fb0;
    line-height: normal;
    box-shadow: none !important;
}
.solutions-section {
    padding: 100px 0px;
}
.solutions-heading h2 {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    line-height: 60px;
    margin-bottom: 30px;
}
.solutions-heading p {
    font-size: 16px;
    color: rgba(38, 39, 41, 0.7);
    margin-bottom: 70px;
    width: 40%;
}
.solutions-row {
    background: #F9FAFB;
    padding: 50px 70px;
    border-radius: 15px;
    margin-bottom: 70px;
}
.solutions-row:last-child {
    margin-bottom: 0px;
}
.solutions-contents h3 {
    font-size: 30px;
    color: #1D263A;
    font-weight: 700;
    margin-bottom: 30px;
}
.solutions-contents p {
    font-size: 16px;
    color: rgba(38, 39, 41, 0.7);
    margin-bottom: 30px;
}
.solutions-contents .input-group {
    margin-bottom: 30px;
}
.solutions-contents .form-control {
    padding: 5px 10px;
    font-size: 14px;
    color: rgba(38, 39, 41, 0.7);
    border: 1px solid #ced4da;
    border-radius: 3px;
    box-shadow: none;
}
.solutions-contents .input-group button {
    background: #008fb0;
    color: #fff;
    box-shadow: none;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
}
.solutions-contents ul li {
    font-size: 14px;
    padding-right: 10px;
    color: rgba(38, 39, 41, 0.7)
}
.solutions-contents ul li:last-child {
    padding-right: 0px;
}
.solutions-contents ul li span {
    display: block;
    font-weight: 700;
    color: rgba(38, 39, 41, 1)
}
.solutions-img {
    position: relative;
}
.solutions-img .s-imgs{
    width: 80%;
}
.solutions-info {
    position: absolute;
    bottom: 16px;
    left: 0px;
    right: 90px;
    margin: 0 auto;
    width: 65%;
}
.solutions-info a {
    display: block;
    padding: 5px 10px;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    min-width: 200px;
    position: relative;
}
.solutions-info img {
    max-width: 35px;
}
.solutions-info img.fw-ic {
    max-width: 16px;
    position: absolute;
    right: 10px;
    top: 30%;
}
.contact-section {
    padding: 100px 0px;
}
.contact-forms h3 {
    font-size: 30px;
    color: #1D263A;
    font-weight: 700;
    margin-bottom: 30px;
}
.form-fields {
    margin-bottom: 20px;
}
.form-fields .form-control {
    padding: 8px 10px;
    font-size: 14px;
    color: rgba(38, 39, 41, 0.7);
    border: 1px solid #ced4da;
    border-radius: 3px;
    box-shadow: none;
    resize: none;
}
.contact-forms .form-btn button {
    background: #008fb0;
    color: #fff;
    box-shadow: none;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 600;
}
.partners-section {
    padding: 0px;
}
.partners-heading h3 {
    font-size: 25px;
    font-weight: 600;
    color: #9A9CB8;
    margin-bottom: 70px;
}
.partners-section .owl-carousel .owl-item {
    text-align: center;
}
.partners-section .owl-carousel .owl-item img {
    width: auto;
}

footer {
	background-color: #015FFA;
}
.footer-topwrap {
    padding: 70px 0px;
}
.footer-list h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}
.footer-list ul {
	margin-bottom: 0px;
}
.footer-contact p {
    font-size: 14px;
    color: #fff;
	margin-bottom: 15px;
}
.footer-contact ul li {
    padding-right: 10px;
}
.footer-contact ul li .fa {
    height: 30px;
    width: 30px;
    background: #fff;
    color: #015FFA;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    padding: 8px 0px;
}
.footer-list ul li {
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px;
}
.footer-list ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-bottom {
    padding-bottom: 30px;
    text-align: center;
}
.footer-copyrights p {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0px;
}

/*RESPONSIVE*/
@media screen and (min-width: 1200px) and (max-width: 1280px) {
	
}

@media screen and (max-width: 1279px) {	
    .mainmenu nav.navbar .navbar-nav li.nav-item a.nav-link {
        font-size: 14px;
    }
    .header-btns li a {
        font-size: 12px;
        padding: 5px 10px;
    }
    .banner-contents h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .banner-contents p {
        font-size: 14px;
    }
    .banner-contents a.btn {
        font-size: 14px;
        padding: 10px 15px;
    }
    .header-top .navbar-brand {
        max-width: 22%;
    }
    .banner-types a {
        font-size: 14px;
    }
    .counts-contents h4 {
        font-size: 30px;
    }
    .howwe-contents h3 {
        font-size: 30px;
    }
    .howwe-contents p {
        font-size: 14px;
    }
    .howwe-details h4 {
        font-size: 16px;
    }
    .icons-details h4 {
        font-size: 16px;
    }
    .icons-details a.btn {
        font-size: 14px;
        padding: 5px 10px;
    }
    .solutions-heading h2 {
        font-size: 40px;
    }
    .solutions-heading p {
        font-size: 14px;
    }
    .solutions-row {
        padding: 35px 50px;
    }
    .solutions-info a {
        font-size: 14px;
    }
    .solutions-contents h3 {
        font-size: 25px;
    }
    .solutions-contents p {
        font-size: 14px;
    }
    .partners-heading h3 {
        font-size: 20px;
    }
    .contact-forms h3 {
        font-size: 25px;
    }
    .contact-forms .form-btn button {
        padding: 8px 10px;
        font-size: 14px;
    }
    .footer-list h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {	
    .header-top .navbar-brand {
        margin-right: 15px;
        max-width: 25%;
    }
    .mainmenu nav.navbar .navbar-nav li.nav-item {
        padding: 0px 5px;
    }
    .mainmenu nav.navbar .navbar-nav li.nav-item a.nav-link {
        font-size: 11px;
    }
    .header-btns li {
        padding-right: 5px;
    }
    .home-banner {
        padding: 30px 0px;
    }
    .banner-types a {
        min-width: 180px;
    }
    .banner-contents h1 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .banner-contents p {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .banner-type3 {
        right: -30px;
    }
    .solutions-info a {
        min-width: 100%;
    }
}

@media screen and (max-width: 767px) {
	.icon-bar {
        background-color: #008fb0;
        border-radius: 1px;
        display: block;
        height: 3px;
        width: 24px;
    }
    .icon-bar + .icon-bar {
        margin-top: 4px;
    }
    .navbar-toggler {
      background-color: transparent;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px;
      float: right;
      margin-bottom: 8px;
      margin-right: 0px;
      margin-top: 8px;
      height: 30px;
      padding: 1px;
      width: 30px;
      position: relative;
      outline: none !important;
    }
    .header-section {        
        background-image: none;
        background: #c4e1fe; /* Old browsers */
        background: -moz-linear-gradient(top,  #c4e1fe 0%, #edf9f9 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #c4e1fe 0%,#edf9f9 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #c4e1fe 0%,#edf9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4e1fe', endColorstr='#edf9f9',GradientType=0 ); /* IE6-9 */
    }
	.header-top .navbar-brand {
		max-width: 45%;
        margin-right: 0px;
	}
	.mainmenu nav.navbar .navbar-nav li.nav-item {
		padding: 10px 20px;
        margin: -2px 0;
        background: #fff;
	}
	.mainmenu nav.navbar .navbar-nav li.nav-item a.nav-link {
		font-size: 14px;
	}
	.mainmenu .sub-menu li a {
		font-size: 13px;
	}
    .banner-contents {
        margin-bottom: 50px;
    }
    .banner-contents h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .banner-contents p {
        font-size: 14px;
    }
    .banner-type1 {
        left: -15px;
    }
    .banner-type2 {
        left: 20%;
    }
    .banner-type3 {
        right: -15px;
        top: 45%;
    }
    .banner-types a {
        font-size: 12px;
    }
    .banner-types img {
        max-width: 30px;
    }
    .counts-section {
        padding: 70px 0px 50px;
    }
    .counts-contents {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .counts-contents h4 {
        font-size: 25px;
    }
    .howwe-wrap {
        padding: 70px 0px;
    }
    .howwe-contents h3 {
        font-size: 25px;
    }
    .icons-section {
        padding: 70px 0px 50px;
    }
    .icons-row {
        margin-bottom: 0px;
    }
    .icons-contents {
        margin-bottom: 30px;
    }
    .solutions-section {
        padding: 70px 0px;
    }
    .solutions-heading h2 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .solutions-heading p {
        width: 100%;
        margin-bottom: 50px;
    }
    .solutions-row {
        padding: 20px 20px;
        margin-bottom: 50px;
    }
    .solutions-info img {
        max-width: 25px;
    }
    .solutions-img {
        margin-bottom: 30px;
    }
    .partners-section {
        padding: 70px 0px;
    }
    .contact-section {
        padding: 70px 0px;
    }
    .contact-img {
        margin-bottom: 50px;
    }
    .footer-topwrap {
        padding: 70px 0px 40px;
    }
    .footer-list {
        margin-bottom: 30px;
    }
}
