/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/Montserrat/Montserrat-Medium.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/Montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf'); 
}

@font-face {
  font-family: Roboto-Regular;
  src: url('../fonts/Roboto/Roboto-Regular.ttf'); 
}


@font-face {
  font-family: Roboto-Medium;
  src: url('../fonts/Roboto/Roboto-Medium.ttf'); 
}

@font-face {
  font-family: Roboto-Bold;
  src: url('../fonts/Roboto/Roboto-Bold.ttf'); 
}

@font-face {
  font-family: Alata-Regular;
  src: url('../fonts/Alata/Alata-Regular.ttf'); 
}

/*//////////////////////////////////////////////////////////////////*/


* {
    font-family: 'Montserrat-Regular', sans-serif;
}

html{
	width: 100%;
}

body {
    /*font-family: "Century Gothic", Arial, Helvetica !important;*/
	font-family: 'Montserrat-Regular', sans-serif;
	background-color:#f7f8fc;
	background-size:cover;
	top: 0px!important;
    position: none!important;
    min-height: 100%;
}


p {
	font-family: 'Montserrat-Regular', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat-Regular', sans-serif;
}

body {
  overflow-x: hidden;
}

p {
  line-height: 1.75;
}

a {
  color: #fed136;
}

a:hover {
  color: #0d74da;
}

.text-primary {
  color: #fed136 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  
}
/*the container must be positioned relative:*/

.navbar-header .navbar-brand {
    /*width: 250px;
    max-width: 250px;*/
	width: 190px;
	max-width: 190px;
    margin-left: 0px !important;
	height: 22px;
}

.page-section {
  padding: 30px 0;
}

.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-section h3.section-subheading {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 75px;
  text-transform: none;
  
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

::selection {
  background: #fed136;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #fed136;

}
 .btn-primary:hover,.btn-primary:active, .btn-primary:focus {
  background-color: #b30000 !important;
  border-color: #b30000 !important;
  color: white;
}

.main-logo{
	background: url(../img/web/i2p8Hrs.png) center / contain no-repeat;
}

#mainNav {
  background-color: #ffffff;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #fed136;
  
}

#mainNav .navbar-brand {
  color: #fed136;
  
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #b30000;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 700;
  padding: 0.75em 0;
  letter-spacing: 0.6px;
  color: black;
  
}

.nav-link:active{ color:#b30000; }
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #0d74da; text-decoration: none;
}



@media (min-width: 992px) {
  #mainNav {
   /* padding-top: 25px;
    padding-bottom: 25px;
    transition: padding-top 0.3s, padding-bottom 0.3s;*/
    border: none;
    background-color: #ffffff;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }
  
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

.nav-right-panel{
	float:right;
	list-style-type: none;
	margin-right: 30px;
	padding-top: 30px;
    padding-bottom: 30px;
}
.left-img-4 {
  width: 65%;
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
  font-weight: 500;
  font-size: 20px;
}


.bottom1{ padding-left: 10px; }

.footer {
  padding: 25px 0;
  text-align: center;
}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  
}

.footer-container a:hover {
    color: #0d74da;
}


.btn-primary, .btn-primary:visited, .btn-primary:focus {
    background-color: #b30000;
    border-color: #b30000;
	color:#ffffff;
	font-weight: normal;
}

.img-fluid.banner-img{
  width: 110%;
}

.form-group input, .form-group textarea{
	display: block;
    background: none;
    padding: 15px 0px 15px 10px;
    font-size: 13px;
    border-width: 0;
    border: 1px solid #c0c0c0 !important;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
    color: #333;
    font-weight: 400;
}

.footer2-black {
    background: #313030;
    color: rgba(255,255,255, .7);
}

a, a:visited, a:focus {
    color: #f1ecec;
}

.footer-section{
	padding-bottom:0px;
	 font-size: 12px;
}

.footer-section .col-lg-2{
	margin-right:85px;
}

.footer-section h4{
	color: white;
    font-weight: normal;
    font-size: 14px;
}

.footer-section li{
	color: white;
	font-size: 14px;
}

.footer-section ul{
	    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

.footer-dorscon {
   /* color: #f25623 !important;*/
	color: #2ab3a3 !important;
    font-size: 25px !important;
    margin-left: 22px;
    margin-bottom: 0px;
}

.app-icon{
	width:100%;
}


.feature-img-div{
	margin-right:-70px;
}
	
.navbar-toggle .icon-bar{
	background-color: #757575;
}

.health-title{
	font-size: 38px !important;
    line-height: 35px !important;
}


.service-icon {
      width: 42%;
    margin-right: -156px;
}

.footer-section .footer-container{
	padding: 30px 150px;
	padding-left: 80px;
}

/*nav align*/
.navbar .navbar-header{
	margin-top: 23px;
}

@media only screen and (max-width:1199px){
	.contact-icon {
		margin-top: -45px !important;
	}
}


@media only screen and (max-width:1024px){
	
	header.masthead .intro-text, header.masthead .head-right-img {
		padding-top: 50px !important;
		padding-bottom: 0px !important;
	}
	
  
	.contact-icon{
		 margin-top: -45px !important;
	}
	
	.contact-section .col-sm-2 {
		margin-right: 20px !important;
	}
	
	.how-it-work {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.contact-section{
		padding-left:75px !important;
	}
	
	
}

@media only screen and (max-width: 768px){
	.service-icon {
		margin-right: -105px !important;
	}
	
	#mainNav .navbar-nav .nav-item .nav-link {
		padding: 1.1em 1em !important;
	}
	
	#mainNav .navbar-nav .nav-item .nav-link {
		padding: 0em 4px !important;
	}
	
	
	header.masthead .intro-text {
    /* padding-top: 300px; */
		padding-bottom: 0px !important;
	}
	
	.contact-icon{
		 margin-top: -90px !important;
	}
	
	.contact-section .col-sm-2 {
		margin-right: 20px !important;
	}
	
	.how-it-work {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.contact-section{
		padding-left:75px !important;
	}
}


@media (max-width: 580px) {
	.nav-right-panel{
		float:left !important;
	}
	
	
	.feature-img-div{
		margin-right:0px !important;
	}

	
	.navbar-nav li.nav-item {
		padding-bottom: 10px;
	}
	
	#mainNav .navbar-nav .nav-item .nav-link {
		font-size: 16px;
	}
	
	.navbar-nav {
		margin: 10px -30px;
	}
	
	.img-fluid.banner-img{
		margin-left:-20px;
	}
	
	.service-icon {
		width:100% !important;
		margin-bottom: -80px !important;
	}
	
}

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

.skiptranslate{
	display:none !important;
}

/*home page*/

.navbar{
	margin-bottom:0px !important;
}

.m-70-9{
	margin-left:60px !important;
	margin-top: 9px;
}

.navbar-collapse.h-83 {
    height: 83px;
}

li.nav-item.active a {
    color: #0d74da !important;
}

#myCarousel .carousel-inner .carousel-item::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*end home page*/

/*start integration page*/
.banner-section {
    background-image: url(../img/web/banner.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
}

.banner-section .title, .integration-footer .title{
	font-size: 30px;
    font-weight: 700;
    /*font-family: Montserrat-bold;*/
	font-family: Alata-Regular;
}

.p-80-150{
	padding: 80px 150px 230px!important;
}

.bg-grey{
	background-color: #f6f6f6;
}

.p-150-80{
	padding: 15px 150px 80px !important;
}

.p-50-100{
	padding-top: 100px;
    padding-left: 50px;

}

.p-80-180{
	padding:80px 150px;
}

.p-30-150{
	padding: 30px 150px;
}

.p-30-100{
	padding: 30px 100px;
    padding-left: 0px;
}
   
.w-95{
	width: 95%;
}
 
.x-section label{
	color:#000000;
	font-weight:bold;
} 
   
.bg-white{
	background-color:#ffffff;
}

.integration-footer{
    background-image: url(../img/web/r.png), url(../img/web/l.png);
    background-position: right bottom, left bottom;
    background-repeat: no-repeat;
    background-size: 400px 300px;
    padding: 160px 100px;
}

.integration-footer label {
    color: #222222;
	font-weight: bold;
}

.form-control-arrow{
	position: absolute;
    right: 10px;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    font-size: 20px !important;
    font-weight: normal !important;
    color: #2a4ba0;
}

.mt-20{
	margin-top: 20px;
}
    
.integration-footer input{
	border-color: #2a4ba0 !important;
    background-color: #ffffff;
}	
/*end integration page*/


#page-top{
	top:0px !important;
}

@media (min-width: 1600px){
	.service-icon.service1{
		margin-right: -190px;
	}
	

	
}


@media (min-width: 1080px){
	#mainNav .navbar-nav .nav-item .nav-link {
		padding: 1.1em 1em !important;
	}
	
	
}

@media (max-width: 1080px){
	.w-con-100{
		width:100% !important;
		padding-left: 5px;
		padding-right: 0px;
	}
	
	
}

@media (max-width: 1200px){
	.nav-right-panel{
		margin-left:-40px !important;
		
	}
	
	#mainNav .navbar-nav .nav-item .nav-link {
		padding: 1px !important; 
	}
	
	.navbar-header .navbar-brand {
		width: 190px;
		max-width: 190px;
	}
}

@media (max-width: 992px){
	.feature-section span img {
		width: auto !important;
	}
	
	.feature-section span img.awards-left-img{
		width: 100% !important;
	}
}

@media (max-width: 767px){
	.navbar-collapse.h-83{
		height: auto !important;
		position: absolute;
		z-index: 9999;
		margin-top: -1px;
		border-top: 1px solid #b3b1b1;
	}
}

@media only screen and (max-width: 550px){
	.contact-section {
		padding-left: 30px !important;
	}
	
	.p-80-180 {
		padding: 20px !important;
	}
	
	.integration-footer{
		padding: 40px 20px !important;
		background-size: 100px 100px;
	}
	
	.p-150-80 {
		padding: 20px !important;
	}
	
	.p-30-100,.p-50-100{
		padding: 20px !important;
	}
	
	 
}

@media only screen and (max-width: 480px){
	.contact-section {
		padding-left: 30px !important;
	}
	
	.p-80-180 {
		padding: 20px !important;
	}
	
	.integration-footer{
		padding: 20px !important;
		background-size: 100px 100px;
	}
	
	 
}

@media (max-width: 360px) { .img-fluid.banner-img{ margin-left: 10px; } }

@media (min-width: 480px){
	.d-sm-none {
		display: none!important;
	}
	
	.d-sm-block {
		display: block!important;
	}
}

@media (min-width: 768px){
	.d-md-block {
		display: block!important;
	}
	
	.d-md-none {
		display: none!important;
	}
}

@media (min-width: 992px){
	.d-lg-block {
		display: block!important;
	}
	
	.d-lg-none {
		display: none!important;
	}
	
	
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
		padding-top: 0px;
		margin-left: -55px !important;
    }
    .navbar-nav>li {
        float: none;
		padding-bottom:10px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	.navbar-header .navbar-brand {
		margin-top: 10px;
	}
	
}




