html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    background-color: #fff;
    font-weight: 400;
    color: #000;

}

img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
li{
    list-style-type: none;
}

a:hover{
    text-decoration: none;
    outline: none;
    border: 0;  
}
.navbar-toggler{
  position: absolute;
    right: 10px;
    top: 24px;  
}
/*--------------------
 TYPOGRAPHY
-----------------*/
h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
}
h1 {
    font-size: 46px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 33px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 16px;
}
h6{
    font-size: 20px;
}
p{
    font-size: 18px;
}
/*-------------------
   BUTTON
----------------------*/
.btn{
    background: #ffffff;
    padding: 20px 5%;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
}
.btn:hover{
    outline: none;
    transition: linear 0.10s;
    border: 0;
    outline: none;
}

/*-------------------
   MENU
----------------------*/
.navbar-brand {
    width: 30%;
}
.bg-dark{
    background: #1a51b9 !important;
}
.navbar-nav li:last-child{
    display: none;
}
.navbar-nav li {
    padding: 30px 15px;
}
.navbar-nav li a {
    font-size: 16px;
    color: #f0f0f0;
    text-decoration: none;
}
.navbar-nav li a:hover{
transition: 0.10s;
color: #fff;
}
.Contact a{
    width: 30%;
    color: #f0f0f0;
}
.Contact a svg {
    margin-right: 20px;
}
/*-------------------
   HEADER
----------------------*/
.head-bg{
    background: url(../images/header.jpg)no-repeat center;
    background-size: 100% 100%;
    padding: 300px 0;
    color: #f0f0f0;
    text-align: center;
}
.head-bg h1{
    padding:0 4%;
    margin: auto;
    font-weight: bold;
    margin-bottom: 20px;
}
.head-bg p{
    padding-bottom: 80px;
}
.head-bg a{
    margin: auto;
}
/*-------------------
   SERVICES SECTION
----------------------*/
.service-section{
    margin-top: -250px;
} 
/*-------------------
   SERVICES BOX
----------------------*/

.service-box{
    background: #e9e9e9;
    padding: 30px 5%;
    border-radius: 10px;
    min-height: 360px;
    box-shadow: 4px 4px 4px #0000;
}
.service-box img{
    padding: 30px 0;
}

.service-box span{
    display: inline-block;
    min-height: 170px;
}
/*-------------------
  customer-satisfication
----------------------*/

.customer-satisfication{
    padding:220px 0 80px 0;
}
.customer-satisfication p{
    padding: 50px 0;
}
.customer-satisfication p:second-child{
    padding-top: 10px;
}
.customer-satisfication .btn{
    color: #fff;
    background: #0051d2;
}
/*-------------------
    TESTIMONIAL
----------------------*/
.testimonial-back img{
    width: 94%;
}

.testimonial{
    margin-top:100px;
    background: url(../images/testimonial.png)no-repeat top left;
    background-size: contain;
    padding: 50px 0;
    color: #ffffff;
}
.owl-carousel{
    width: 80%!important;
    margin: auto!important;
    margin-top: -30px!important;
    margin-bottom: 100px!important;
    background:#fff;
    padding: 80px 0;
    border-radius: 5px;

}
.owl-carousel .owl-item img{
    width: auto !important; 
}
.owl-carousel .owl-nav.disabled {
    display: block!important;
}
.owl-nav.disabled button span {
    position: absolute;
    top: -80px;
    background: #fff;
    font-size: 20px;
    color: #0c4cbd;
    padding: 5px 20px;
    border-radius: 50%;
    font-weight: bold;
    right: 290px;
    border:1px solid #0c4cbd;

}
:focus {
    outline:0;
}

button:focus{
    outline:0;

}
.owl-carousel .owl-nav button.owl-next{
        position: absolute;
       right: -70px;
       top: -4px;
}
.owl-theme .owl-dots .owl-dot span
{
    background:#0051d2 !important;
}
.owl-theme .owl-dots .owl-dot.active span{
    background:none!important;
    border:2px solid #0051d2 !important;
}
.item img {
    margin: auto;
}
.item p{
    padding: 30px 5%;
}
.item h6 {
    margin: auto;
    font-weight: bold;
}
.item h6 span {
    display: block;
    font-weight: normal;
}
.owl-theme .owl-nav.disabled+.owl-dots 
{
    position: absolute;
    bottom: -70px;
    right:420px;    
}
/*-------------------
    SUB-FOOTER
----------------------*/
.foot{
    background: #d8d8d8;
    padding: 70px 0 10px 0;
}
.foot li{
    margin-bottom: 10px;
}
.foot h4{
    font-size: 24px;
    color: #0d0d0d;
    margin-bottom: 20px;
}
.foot ul {
    padding: 0;
} 
.foot ul li a{
    color: #1d1d1d;
}
.foot a {
    font-size: 18px
}
.foot a svg {
   margin-right: 10px;
}
.sub-footer{
    border-top: 1px solid #878787;
    padding: 20px 0;
}
.sub-footer ul li {
    padding: 5px 2%;
    display: inline-block;
    margin-bottom: 0;
}
.right-nav ul{
    float: right;
}
.right-nav ul li{
    padding: 5px 0;
    display: inline-block;
}
/*-------------------
    FOOTER
----------------------*/
.dark-blue{
    background: #0d4cbd;
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
}
.dark-blue p {
    margin: auto;
}
/*-------------------
  CAPABILITIES PAGE
----------------------*/
/*-------------------
  CAPABILITIES HEADER
----------------------*/
.sol-head.cap-head{
    background: url(../images/cap-header.jpg)no-repeat center;
    background-size: 100% 100%;
    padding: 200px 0;
    color: #f0f0f0;
    text-align: center;
}
/*-------------------
  customer-satisfication
----------------------*/

.cap .customer-satisfication{
    padding:50px 0;
}
.cap .customer-satisfication h3 {
    padding-top:30px;
}
.cap-nav{
    display: inline-block;
     padding: 0;
}
.cap-nav-right{
    margin-top:50px; 
    display: inline-block;
}
.cap-nav li, .cap-nav-right li{
    width: 50%;
    float: left;
    padding: 5px;    
}
.img-block{
    margin-top: 30px;
    display: block;
}
/*-------------------
  INDUSTRIES PAGE
----------------------*/
/*-------------------
  INDUSTRIES HEADER
----------------------*/
.sol-head.ind-head{
    background: url(../images/ind-header.jpg)no-repeat center;
}

/*-------------------
  SOLUTION PAGE
----------------------*/
/*-------------------
  SOLUTION HEADER
----------------------*/
.sol-head{
    background: url(../images/sol-header.jpg)no-repeat center;
    background-size: cover !important;
    padding: 200px 0;
    color: #f0f0f0;
    text-align: center;
}
.sol-head h1{
    padding:0 4% ;
    margin: auto;
    font-size: 66px;
    font-weight: bold;
    margin-bottom: 20px;
}
.sol-head h3{
    margin: auto;
    width: 100%;
}
.sol-nav-right{
       margin-top: 30px;
    display: inline-block;
    padding-left: 0;}
.sol-nav-right li{
    width: 30%;
    float: left;
    padding:10px; 
}

/*-------------------
  Privacy  HEADER
----------------------*/


.sol-head.privacy-wrap{
    background: url(../images/policy.jpg)no-repeat center;

}
.sol-head.terms-wrap{
    background: url(../images/terms-and-conditions.jpg)no-repeat center;

}

.sol-head.capabilities-wrap{
    background: url(../images/capabilities.jpg)no-repeat center;

}
/*-------------------
  NIVIO DIFFERENCE PAGE
----------------------*/
/*-------------------
  NIVIO-DIFFERENCE HEADER
----------------------*/
.niv-head{
    background: url(../images/nivio-dif.jpg)no-repeat center;
    background-size: 100% 100%;
    padding: 200px 0;
    color: #f0f0f0;
    text-align: center;
}
.niv-head h1{
    padding:0 4% ;
    margin: auto;
    font-size: 66px;
    font-weight: bold;
    margin-bottom: 20px;
}
.niv-head h3{
    margin: auto;
    width: 100%;
}
.nivio-differ{
    padding:100px 0;
}
.sub-col{
    padding: 20px 0;
    display: inline-block;
}
.sub-col li::before {
    content: "\2022";
    display: inline-block;
    margin-right: 5px;
    font-size: 25px;
    font-weight: bold;
    color: #0051d2;
}
.sub-col .btn{
    margin-top: 50px;
    color: #fff;
    background: #0051d2;
}
/*-------------------
  LANDING PAGE
----------------------*/
/*-------------------
  LANDING HEADER
----------------------*/
.land-head{
    background: url(../images/landing-header.jpg)no-repeat center;
    background-size: 100% 100%;
    padding: 200px 0;
    color: #f0f0f0;
}
form{
    background:#0856d2;
    padding:10px 5px;   
    border-radius: 5px; 
}
.land-input {
    width: 90%;
    margin: 20px 5%;
    background:#ffffff;
    border-radius: 10px;
    padding: 5px 3%;
    color: #3e3e3e;
}
.land-input input{
    width: 93%;
    border:0;
    outline: none;
}
::placeholder{
    font-size: 15px;
    font-weight: 500;
    color: #3e3e3e;
    width: 80%;
}
.land-form svg {
    width: 7%;
    float:right;
}
 input[type="submit"]{
    width: 90%;
    background: #000;
    color: #ffffff;
    border-radius: 10px;
    font-weight: bold; 
    cursor: pointer;
    border: 0;
    padding: 10px 0;
    margin: auto;
    text-align: center;
    margin: 0px 0 16px;
transition: 0.12s;

}
 input[type="submit"]:hover{
color: #3e3e3e;
background: #ffffff;
transition: 0.12s;
}
