/*------------------------------------------------------------------
[Table of contents]

1. General Styles.
2. Responsive Styles.
-------------------------------------------------------------------*/
*{
   margin: 0;
   padding: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background: #ffffff;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
img{
    width: 100%;
}

/*==============nav section css=============*/
ul.navbar-nav {
    margin-left: auto;
}
ul.navbar-nav li:last-child a {
    background: #e27d37;
    margin-left: 10px;
    width: 89px;
    text-align: center;
    color: #fff !important;
    border-radius: 50px;
    outline: none;
}

ul.navbar-nav li:last-child a:hover {
    background: #0a75c2;
    animation: 0.5s ease-in-out;
    transition: 0.5s;
    color: #fff !important;
}
ul.navbar-nav li a {
    padding: 7px 9px !important;
    color: #1b1b1b !important;
    font-size: 14px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 400;
}
ul.navbar-nav li.active a{
    color: #006fc0 !important;
}
section.navbaar {
    border-top: 3px solid #006fc0;
}
ul.navbar-nav li a:hover {
    color: #006fc0 !important;
}
section.navbaar {
    border-bottom: 1px solid #ccc;
}
section.navbaar {
    position: absolute;
    width: 100%;
}
/*==============nav section css=============*/

/*============banner section css===========*/

.banner-sec{
    background: url(../images/banner.jpg) no-repeat;
    background-size: contain;
}
.banner-text p {
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 300;
}

.banner-text h3 {
    font-size: 24px;
    font-weight: 300;
    color: #007bc2;
}

section.banner-sec {
    background: #f7f7f7;
    height: 469px;
}

.banner-text {
    position: absolute;
    top: 110px;
    left: 0;
}

.banner-img {
    position: absolute;
    top: 78px;
    left: 0;
}
.banner-text a.request-btn {
    background: #;
}
.banner-text a.request-btn {
    background: #007bc2;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 15px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
}
section.partners-sec {
    padding: 40px 0px;
}

.partners-wrap {
    text-align: center;
}

.partners-wrap h2 {
    position: relative;
}

.partners-wrap h2 {
    font-size: 20px;
    font-family: 'Roboto';
    color: #a5a5a5;
    font-weight: 400;
    margin-bottom: 40px;
}

.partners-wrap h2:after {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 144px;
    border: 2px solid #ccc;
}
div#partners .item img {
    width: auto;
}
section.solutions-sec {
    background: #f5f6f5;
    padding: 50px 0px 60px;
}

.solutions-wrap h2 {
    position: relative;
}

.solutions-wrap h2 {
    color: #007bc2;
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.solutions-wrap h2:after {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    content: "";
    width: 144px;
    border: 2px solid #ccc;
}
.solutions-contant {
    background: #0081c0;
    padding: 40px 40px;
}

.solutions-contant p {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
}
.row.solutions-row {
    margin-top: 38px;
}

.row.solutions-row .contant1 {
    padding-right: 0;
}

.row.solutions-row .contant2 {
    padding-left: 0;
}
.contant2 figure img {
    width: auto;
}
section.resources-sec {
    background: #fafafa;
    padding: 50px 0px;
}

.resources-heading h2 {
    padding-bottom: 8px;
}
.resources-text p {
    font-size: 16px;
    color: #000;
}

.resources-text a {
    font-size: 14px;
    font-family: 'Roboto';
    text-decoration: none;
}
.row.resources-row .col-md-4 {
    border-right: 4px solid #fff;
}
.row.resources-row .col-md-4:last-child {
    border: none;
}
.row.resources-row 
.col-md-4 {padding: 0px 30px;}

.row.resources-row .col-md-4:nth-child(1) {
    padding-left: 12px;
    padding-right: 37px;
}
section.bg-img {
    background: #fafafa;
    margin-top: 1px;
}
section.blogs-sec {
    background: #0081c1;
    height: 325px;
}

.blogs-wrap h2 {
    color: #fff;
}

section.blogs-sec {padding-top: 30px;}
.blogs-wrap h2:after {
    border: 2px solid #56acd8;
}
.blogs-img {
    background: #fff;
    padding: 6px;
}

.blogs-img p {
    font-size: 15px;
    font-family: 'Roboto';
    margin-top: 8px;
}
.row.blogs-row {
    margin-top: 36px;
}
section.blogs-text {
    background: #eaeceb;
    padding-top: 1px !important;
    padding-bottom: 23px;
}

.blogs-contant p {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 300;
}
footer {
    background: #022131;
    padding: 30px 0px;
}

.footer-address img {
    width: auto;
}


.footer-address address {
    margin-bottom: 0;
    color: #e9ebea;
    font-size: 14px;
    font-family: 'Roboto';
    padding-top: 14px;
}
.social-link h4 {
    font-size: 14px;
    color: #e9ebea;
    font-family: 'Roboto';
    padding-bottom: 10px;
}



.social-link .social-icon a i {
    color: #a2aaad;
    font-size: 15px;
    padding-right: 10px;
}
.footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
/*==========================
about us css
============================*/
.about-sec{
    background: url(../images/about-banner.png) no-repeat;
    background-size: cover;
    height: 405px;
}
.about-text {position: absolute;top: 230px;}
.about-banner {
    position: absolute;
    top: 100px;
    left: 0;
}
.about-text h1 {
    color: #007bc2;
    font-size: 30px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 400;
}
.about-map img {
    width: auto;
}

.about-map {
    float: right;
}
section.testimonials-sec {
    background: #f3f5f4;
    padding: 30px 0px;
    display: none;
}
.about-contant h3 {
    color: #007bc2;
    font-size: 30px;
    font-family: 'Roboto';
    margin-bottom: 10px;
}

.about-contant p {
    line-height: 31px;
    color: #585858;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 400;
}
section.about-section {
    margin-bottom: 0px;
    margin-top: 30px;
}
.about-contant a {
    text-decoration: none;
    color: #348dc2;
}

div#testimonials .item i {
    color: #348dc2;
    font-size: 20px;
    padding-bottom: 7px;
}

.client-review {
    margin-top: 20px;
}

div#testimonials .item {
    background: #fff;
    padding: 24px 14px;
}

div#testimonials .item  p {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    color: black;
}
div#testimonials .item hr {
    border: 2px solid #e5f2f8;
}
div#testimonials .item a {
    font-size: 16px;
    font-family: 'Roboto';
    color: #348dc2;
    font-weight: 400;
    text-decoration: none;
}
section.leadership-section {
    background: #0081c1;
    padding: 30px 0px 2px;
}
.leadership-wrap h2 {
    color: #fff;
}

.leadership-wrap h2:after {
    border-color: #3295c6;
}

div#leadership .item img {
    width: auto;
}
div#leadership .item img {
    text-align: center;
    margin: 0 auto;
}
.leader-gray-bg {
    margin: 0 auto;
    justify-content: space-between;
    height: 243px;
}



.leader-gray-bg .leader-name h3 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto';
    color: #fff;
}

.leader-gray-bg .leader-name h4 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
    line-height: 26px;
    color: #fff;
}
.leader-gray-bg .leader-plus i {
    width: 36px;
    height: 36px;
    background: #f0eeeb;
    text-align: center;
    line-height: 39px;
    border-radius: 50px;
    color: #0081c1;
}
.leadership-wrap {
    margin-bottom: 56px;
}

div#leadership .owl-nav button {
    position: absolute;
    top: 44%;
    left: -16px;
    outline: none;
    font-size: 36px;
    background: #188dc5;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
}
div#leadership .owl-nav button.owl-next {
    left: auto;
    right: -16px;
}
section.business-sec {
    background: #f3f5f4;
    padding: 30px 0px;
}
.business-img img {
    width: auto;
    vertical-align: baseline;
}
.business-img img.business-pic {
    padding-right: 20px;
}
.business-wrap h2 {
    margin-bottom: 33px;
}
.professional {
    margin-top: 50px;
}

.professional h2 {
    margin-bottom: 36px;
}
div#professional .item {
    /* background: #fff; */
    text-align: center;
    margin: 0 auto;
}

div#professional .item img {
    text-align: center;
    height: 100px;
    width: 100%;
}


div#professional .owl-dots {
    display: none;
}

div#professional .owl-nav button {
    position: absolute;
    top: 14px;
    left: -18px;
    font-size: 46px;
    color: #0081c1;
    outline: none;
}


div#professional .owl-nav button.owl-next {
    left: auto;
    right: -18px;
}

/*====================
contact-sec
======================*/
.contact-sec{
    height: 434px;
    background: #f7f7f7;
}
.contact-heading {
    /* margin-top: 204px; */
}
.contact-us {
    margin-top: 40px;
}
.contact-form h5 {
    font-size: 16px;
    color: #007dbb;
    font-weight: 400;
    margin-bottom: 30px;
}
.contact-form input {
    width: 100%;
    padding: 8px;
    margin-bottom: 18px;
    border: 1px solid #ccc;
    outline: none;
}
.contact-form .col-md-12 {
    padding: 0px;
}
.contact-form textarea {
    height: 135px;
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 8px;
    text-transform: capitalize;
}
.contact-form a {
    background: #006fc0;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    cursor: pointer;
}
/*==========================
news css
===========================*/
.news-sec{
    height: 434px;
    background: #f1f2f1;
}
.news-text h2 {
    font-size: 25px;
    color: #006fc0;
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 6px;
}

.news-text small {
    font-size: 14px;
    color: #006fc0;
}

.row.news-row {
    background: #f1f2f1;
    padding: 15px 0px;
}

.news-text p {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0;
}

section.news-section {
    margin-bottom: 20px;
    margin-top: 40px;
}
.blue-bg {
    background: #007bb8 !important;
}
.news-testimonials h2 {
    color: #fff;
}
.blue-bg div#testimonials .item {
    background: none !important;
}
.blue-bg div#testimonials .item i {
    color: #fff;
}

.blue-bg div#testimonials .item p {
    color: #fff;
}
.blue-bg div#testimonials .item a {
    color: #fff;
}
.news-story {
    background: #f1f2f1;
    padding: 15px;
}
.news-story p {
    color: #006fc0;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 25px;
    padding: 10px 0px;
}
.news-story small {
    font-size: 14px;
    color: #000;
    padding-bottom: 20px;
    display: inline-block;
}
section.news-story-sec {
    margin-bottom: 20px;
}
section.news-story-sec .col-md-3:nth-child(1) {
    padding-left: 0px;
}
section.news-story-sec .col-md-3:nth-child(4) {
    padding-right: 0;
}
.news-story img {
    height: 180px;
}
/*================
resources-sec
==================*/
.resources-section{
    background: url(../images/inciona-resources-img.jpg) no-repeat;
    background-size: cover;
    height: 434px;
}
.resources-text.resources-p p {
    line-height: 25px;
    font-family: 'Roboto';
    font-weight: 400;
}
.resources-img.incionaresources {
    margin-top: 24px;
}
.resources-text.resources-p.incionaresourcestext {
    margin-top: -92px;
}
section.navbaar .col-md-12 {
    padding: 0;
}
section.resources {
    margin-bottom: 30px;
}
section.partners-section {
    background: #007dba;
    padding: 40px 0px;
}
.partners-wrapper ul.partners-img {
    /* width: 70%; */
}

.partners-wrapper ul.partners-img li {
    margin-bottom: 10px;
    background: white;
}

.partners-wrapper ul.partners-img li:last-child {
    padding-bottom: 0;
}

.partners-wrapper ul.partners-img li img {width: auto;}

.partners-wrapper ul.partners-img li img {padding: 7px;}
.partners-logo-wrap ul.partners-logo li {
    height: 340px;
    background: white;
}
.row.partners-row .col-md-3 {
    padding-left: 0;
}
.partners-img-wrap {
    margin-top: 40px;
}

/*====================================
services-sec
=====================================*/
.services-sec{
    height: 434px;
    background: #f1f2f1;
}
section.services-contant-sec {
    background: #f3f5f4;
}
section.services-contant-sec {
    padding: 30px 0px;
}
p {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto';
}

.services-contant a {
    font-size: 16px;
}

section.services-contant-sec .col-md-4 {
    border-right: 1px solid #ccc;
}

section.services-contant-sec .col-md-4:last-child {
    border: none;
}
.services-images img {
    width: 100%;
}

.services-wrap p {
    line-height: 32px;
}

section.services-section {
    margin-bottom: 20px;
    margin-top: 76px;
}
.services-wrap p {
    margin-top: -40px;
}

/*========================
inciona-technical
==========================*/
.inciona-technical{
    height: 420px;
    background: #f2f3f2;
}
.technical-text {
}
section.inciona-technical-sec {
    background: #0081c1;
    padding: 30px 0px;
}

.inciona-technical-wrap p:last-child {margin-bottom: 0;}

.inciona-technical-wrap p {
    color: #fff;
    font-size: 16px;
}
section.technical-gray-bg {
    background: #f6f7f6;
    padding: 30px 0px;
}
.technical-gray-wrap ul.benefits li img {
    width: auto;
    margin-bottom: 20px;
}

.technical-gray-wrap ul.benefits {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.technical-gray-wrap ul.benefits li {
    width: 25%;
}

.technical-gray-wrap h2 {
    font-size: 20px;
    color: #0081c1;
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.technical-gray-wrap ul.benefits li p {
    color: #4d4f4d;
    font-size: 16px;
}
.technical-gray-wrap {
    margin-bottom: 40px;
}
.technical p {
    color: #6c6e6c;
    font-size: 16px;
    margin-bottom: 20px;
}



.technical ul.operational {
    display: flex;
    justify-content: center;
}

.technical ul.operational li {
    background: #e3e4e4;
    width: 30%;
    margin-left: 20px;
    padding: 18px;
}

.technical ul.operational li h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #0081c1;
    margin-top: 10px;
    line-height: 25px;
}

.technical ul.operational li hr {
    border: 0.1px solid #f7f3f3;
}

.technical ul.operational li p {
    font-size: 16px;
    color: #6c6e6c;
    font-family: 'Roboto';
}
.technical-gray-wrap ul.benefits li {
    border-right: 3px solid #fff;
}
.technical-gray-wrap ul.benefits li:last-child {
    border: none;
}
section.management-sec {
    padding: 30px 0px;
}

.solutions-wrap.management-support h2 {
    font-size: 20px;
    color: #000;
    font-family: 'Roboto';
}

.solutions-wrap.management-support p {
    font-size: 16px;
    color: #6c6e6c;
    font-family: 'Roboto';
    line-height: 28px;
    padding-top: 20px;
}
.solutions-wrap.vital-signs-wrap h2 {
    font-size: 20px;
    color: #007bc2;
}
.solutions-wrap.vital-signs-wrap p {
    font-size: 16px;
    color: #6c6e6c;
    margin-top: 30px;
}
section.vital-signs-sec {
    background: #f5f6f6;
    padding: 20px 0px 50px;
}
.vital-signs-img.vital-signs img {
    width: auto;
    float: right;
}
section.vital-signs-sec .col-md-8 {
    padding-left: 0;
}
.contact-banner {
    position: absolute;
    top: 53px;
    left: 0;
}
.news-banner {
    position: absolute;
    top: 49px;
    left: 0;
}
.services-banner {
    position: absolute;
    top: 176px;
    right: 0;
}
.inciona-resources-banner {
    position: absolute;
    top: 78px;
    right: 0;
}
.about-text.about-wrap {
    position: absolute;
    top: 213px;
    left: 26px;
}
.about-text.inciona-wrap {
    position: absolute;
    top: 185px;
    left: 17px;
}
.leadership-model-box .modal-dialog {
    max-width: 900px;
    margin: 5.75rem auto;
}
.leadership-model-img figure img {
    width: auto;
    float: right;
}
.leadership-model-box .modal-content h5 {
    font-size: 18px;
    color: #000000;
}
.leader-gray-bg .leader-plus  button:hover{
 transform: rotate(
360deg
);
}
.leader-gray-bg .leader-plus  button {
    background: none;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
    border: none;
    transition: transform 1s ease-in-out;
}

.leader-gray-bg .leader-plus button:focus {
    border: none;
    background: none;
}
.leadership-model-box .modal-header button.close {
    outline: none;
}
div#partners .owl-dots {
    display: none;
}
div#partners .owl-nav {
    display: none;
}
div#solutions-img .owl-nav {
    display: none;
}

div#solutions-img .owl-dots {
    display: none;
}
.technical-gray-wrap p {
    color: #6c6e6c;
    font-size: 16px;
    margin-bottom: 20px;
}
.leader-plus {
    display: none;
}
.leader-name {
    margin-bottom: 12px;
    margin-top: 20px;
}
.leader-gray-bg p {
    margin-bottom: 0;
    color: #fff;
}
.leadership-img {
    margin: auto 0;
    text-align: center;
}

.leadership-img .item img {
    width: 150px;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
}
.leadership-img .item {border: 1px solid #c8c6c669;padding: 13px;margin-bottom: 30px;}
.blogs-img a.title-blog {
    font-size: 20px;
    text-transform: capitalize;
    margin: 10px 0px;
    display: block;
    text-decoration: none;
}
section.blogs-sec.home-blogs {
    margin-bottom: 20px;
}
.services-contant h1 {
    font-size: 20px;
    margin-bottom: 8px;
}
.services-contant ul li {
    list-style: square;
}

.services-contant ul {
    margin-left: 20px;
}

.services-contant ul li::marker {
    color: #0081c1;
}

.services-contant ul li a {
    text-decoration: none;
    color: #000;
}
.row.parameters {justify-content: center;}
.key-parameters ul li a {text-decoration: none;color: #000;}

.key-parameters ul li {
    float: left;
    width: 20%;
    text-align: center;
    border-right: 3px solid #fff;
}
.key-parameters ul li img {
    width: auto;
    margin-bottom: 14px;
}

.key-parameters ul {
    margin-top: 20px;
}


/*login page css*/

.log-form {
  width: 500px;
  margin: 2em auto;
  padding: 2em 2em 2em 2em;
  background: #fafafa;
  border: 1px solid #ebebeb;
  box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;
}

.group { 
  position: relative; 
  margin-bottom: 45px; 
}

.log-input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  -webkit-appearance: none;
  display: block;
  background: #fafafa;
  color: #636363;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #757575;
}

.log-input:focus { outline: none; }

.log-form a {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.3em;
    line-height: 24px;
    text-transform: uppercase;
    color: #aaaaaa;
}

.left-align {
    float: left;
    text-align: left;
}

.right-align {
    float: right;
    text-align: right;
}


/*------------------------------------------------------------------
[ Button same code as contact form ]*/

.container-log-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
}

.log-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 250px;
  height: 50px;
  border-radius:7px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  outline: none;
  border: none;
  background: #007bc2 !important;
}

.log-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 7px;
  background-color: #007bc2;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login-wrap input[type="text"], input[type="email"], input[type="password"], textarea, select {
    background: transparent;
    border: none;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 24px;
    height: 42px;
    padding-left: 0;
    padding-right: 20px;
    text-transform: none;
    width: 100%;
    outline: none;
}

.login-wrap input[type="checkbox"]:not(:checked) + label, input[type="checkbox"]:checked + label {
    color: #aaaaaa;
    cursor: pointer;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.3em;
    padding-left: 10px;
    padding-top: 6px;
    position: relative;
    text-transform: uppercase;
}
.login-wrap {
    margin-top: 100px;
}