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;
    scroll-behavior: smooth;
}
body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    background-color: #fff;
    font-weight: 600;
    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;  
}
/*--------------------
 TYPOGRAPHY
-----------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
     font-family: 'Maven Pro', sans-serif;
}
h1 {
    font-size: 46px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 33px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 22px;
}
h6{
    font-size: 20px;
}
p{
    font-size: 16px;
}
/*-------------------
   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
----------------------*/
.bg-grey{
    background: #f9f9f9;
}
.navbar-nav li {
    padding: 30px;
}
.navbar-nav li:last-child{
    display: none;
}
.navbar-nav li a {
    font-size: 16px;
    color: #30475e;
    text-decoration: none;
    font-family: 'Titillium Web', sans-serif;
}
.contact a{
    padding: 15px 25px;
    color: #ffffff;
    background:#30475e;
    border-radius: 5px;
    font-family: 'Titillium Web', sans-serif;
    margin-left: 70px;
    text-transform: uppercase;
    font-size: 12px;
}
/*-------------------
   HEADER
----------------------*/
.head-bg{
    background: url(../images/header.jpg)no-repeat center;
    background-size: cover;
    padding: 200px 0;
}
.head-contain{
    width: 80%;
    margin:auto;
    color: #30475e;
    text-align: center;
}
.head-contain h1{
    font-weight: 800;
}
.head-contain h5{
    color: #728aa3;
    font-family: 'Titillium Web', sans-serif;
    width: 60%;
    margin: auto;
}
.head-contain a{
    padding: 15px 30px;
    background:#30475e;
    color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-top: 25px;
       border:1px solid #ffffff;
}
.head-contain a:hover, .service-center a:hover{
    background: #ffffff;
    border:1px solid #30475e;
    color:#30475e;
    transition: 0.10s;

}
/*-------------------
  FEATURE SECTION
----------------------*/
.feature-section{
    margin-top: -100px;
} 
/*-------------------
   FEATURE BOX
----------------------*/

.feature-box{
    background: #ffffff;
    padding: 60px 7%;
    border-radius: 10px;
}
.feature-box h4{
    color: #728aa3;

}
.feature-box img{
    padding-bottom: 20px;
}


/*-------------------
  SERVICE
----------------------*/
.service {
    text-align: center;
    padding: 100px 0;
}
.service h5{
    margin: auto;
    color: #30475e;
}
.service h3 {
    font-weight: 700;
    color: #728aa3;
    letter-spacing: 2px;
    padding: 30px 0 100px 0;
}
.service-box{
    text-align: left;
    padding: 30px 40px 30px 20px;
    border: 2px solid #30475e;
    position: relative;
}
.service-box .icon{
    width: 77px;
    height: 77px;
}
.service-box .icon:after{

    content: '';
    position: absolute;
    left: 20px;
    right: 0;
    background: url(../images/plant.png)no-repeat;
    height: 77px;
    background-position: 0% 100%;
    width: 77px;
    top: 37px;
    }
.service-box:hover.service-box .icon:after {
    background-position: 87% 100%;
}
.service-box:hover.service-box .icon2:after {
    background-position: 87% 100%;
}
.service-box:hover.service-box .icon3:after {
    background-position: 87% 100%;
}
.service-box:hover.service-box .icon4:after {
    background-position: 87% 100%;
}
.service-box .icon2:after{
    background: url(../images/java.png)no-repeat;
}
.service-box .icon3:after{
    background: url(../images/code.png)no-repeat;
}
.service-box .icon4:after{
    background: url(../images/ux.png)no-repeat;
}
.service-box:hover {
    background:#30475e;
}
.service-box h4{
    padding: 20px 0;
    color: #30475e;
}
.service-box p {
    color: #58718b;
}
.service-box:hover.service-box p, .service-box:hover.service-box h4{
    color: #ffffff;
}

.service-center{
    width: 80%;
    margin: auto;
    text-align: center;
    padding:80px 0;
}
.service-center a, .bg-sky-box a {
    padding: 15px 25px;
    background: #30475e;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    border:1px solid #ffffff;
    transition: 0.10s;
}
.service-center h3{
    color: #30475e;
    padding-bottom: 0;
}
.service-center h5{
    color: #728aa3;
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    padding:10px 70px;
}
.service-center h5 span{
    font-weight: 600;
}
 .responsive-show{
        display: none;
    }
/*-------------------
   BG-SKY
----------------------*/
.bg-sky{
    background: url(../images/bg-3.jpg)no-repeat center;
    background-size: cover;
    padding: 100px 0;
    color: #30475e;
}
.bg-sky-box{
    padding:70px 0;
    text-align: left;
}
.bg-sky-box h3{
    padding: 30px 0;
}
.bg-sky-box p{
    font-weight: 400;
    color: #728aa3;
}
.bg-sky-box:nth-child(4){
    padding-top: 180px;
}
.bg-sky-box p span:first-child{
    display: inline-block;
}
.bg-sky-box p span{
    font-weight: 600;
    display: block;
}
.bg-sky-box a{
    margin-top: 30px;
    border: 0;
}
.bg-sky-box a:hover{
    background: #ffffff;
    color:#30475e;
    border: 1px solid #30475e;
}
/*-------------------
   BLOG
----------------------*/
.blog{
    padding: 100px 0;
    color: #30475e;
}
.blog h4{
    padding:20px 0;
}
.blog p{
    font-weight: 400;
    color: #728aa3;
}
.blog a{
    padding: 15px 25px;
    background:#30475e;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #ffffff;
    transition: 0.10s;

}
.blog a:hover{
    background: #ffffff;
    color:#30475e;
    transition: 0.10s;
    border: 1px solid #30475e;
}
/*-------------------
   BG-BLUE
----------------------*/
.bg-blue{
    padding: 100px 0;
    background: url(../images/bg-2.jpg) no-repeat center;
    background-size: cover;
    color: #ffffff;
}

.bg-blue-content{
    width: 80%;
    margin: auto;
    text-align: center;
}
.bg-blue-content a {
    padding: 15px 25px;
    color: #30475e;
    background:#ffffff;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    transition: 0.10s;

}
.bg-blue-content a:hover{
    background: #30475e;
    color: #ffffff;
    transition: 0.10s;

}
/*-------------------
    SUB-FOOTER
----------------------*/
.foot{
    background: #f1fcff;
    padding: 50px 0 0 0;
}
.foot img {
    padding: 30px 0;
}
.foot p{
    color: #30475e;
    margin: 0;
}
.foot div:nth-child(4) h5{
    margin-top: 0;
}
.foot h5{
    color:  #30475e;
    margin-top: -30px;
}
.foot h6{
    color:  #30475e;
    font-size: 16px;
}
.foot ul {
    padding: 0;
} 

.foot ul li a{
    color: #30475e;
    transition: 0.10s;
}

.foot ul li a:hover{
    color: #46617b;
    transition: 0.10s;
}
.foot ul li a.facebook, .foot ul li a.twitter, .foot ul li a.linkedin{
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #3b5999;
    display:inline-block;
    text-align: center;
    color: #ffffff;
}
.foot ul li a.twitter{
    background: #54adf1;
}
.foot ul li a.linkedin{
    background:#0077b3;
}
.sub-footer{
    width: 100%;
    padding: 0px 15px;
}
.foot .sub-footer ul  li {
    display: inline-block;
    margin: 0 4px;
}
.copy{
    padding: 20px;
}
.responive-show{
    display: none;
}
