
@import url('https://fonts.googleapis.com/css?family=Overpass:100,100i,400,800,900&subset=latin-ext');
body{
    font-family: 'Overpass', sans-serif;
    color: white;
    background:#D5D6D2;
    margin: 0;
}
h1{
    font-size: 68px;
    margin-top:0;
}
h2{
    font-size:88px;
    line-height: 90px;
    margin: 0;
}
p{
    font-size: 22px;
    font-weight: 100;
    text-align: justify;
}

.left-col {
    width: 50%;
    /* border-right: 1px solid white; */
    float: left;
    box-sizing: border-box;
  }

  .right-col {
    width: 50%;
    float: right;
    /* border-left: 1px solid white; */
    box-sizing: border-box;
}
.section{
    min-height: 100px;
    padding: 50px;
    background-size: cover;
    background-attachment: fixed;
}
#home{
    background: url("../img/bg1.jpg");
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 0;
}
#about1{
    color:#000739;
    height:550px;
}
#about2{
    background: url("../img/bg3.jpg");
    background-size: cover;
    background-attachment: fixed;
    /* height:1050px; */
    padding: 0;
}
#contact{
    background:#000739;
    height: 600px;
}
#portfolio{
    background: url("../img/bg4.jpg");
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
}
.logo{
    padding-right:11%;
    padding-top: 0;
    text-align: right;
}
.logo img{
    width: 75%;
}
.article-home{
    color:white;
    float: left;
    margin-top: 210px;
    padding:50px;
    padding-top:25px;
    background: rgba(11, 3, 62, 0.5);
    width: 68%;
}
.article-home p{
    margin:0;
}
.nav{
    display: inline-block;
    list-style-type: none;
    /* height: 26px; */
    width: 86%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
    border-bottom:white 1px solid;
}
.nav li{
    display: inline-block;
    padding: 10px 15px 5px 15px;
    border-radius: 20px;
    width: 79px;
}
.nav li:hover, .lng_i li:hover{
    color: #00A1D9;
    background: white;

}
.lng_i li{
    padding: 10px 15px 5px 15px;
    border-radius: 20px;
}
li.active{
    color: #00A1D9;
    background: white;
}
a{
    text-decoration: inherit;
    color: inherit;
}

.lng_i{
    list-style-type: none;
    display: inline-block;
    /* position: absolute; */
    float: right;
    text-align: right;
    border: none!important;
}
.fill, .fill2{
    position: absolute;
    border-left: white 1px solid;
}
.fill{
    height: 2622px;
    top: 200px;
}
.fill2{
    height: 625px;
    top: 3085px;
}
.comp{
    font-weight: 100;
    margin-left: 30px;
    margin-bottom: 115px;
}
.pad{
    padding: 50px;
}
.pad2{
    padding-top:100px;
}
.pad3{
    padding-left:50px;
}

#nav1{
    margin-left: 50%;
    width: 50%;
    height: 39px;
}
#nav2, #nav4{

width: 80%;

float: right;

}
#nav2{
    height: 38px;
}
#nav4{
    height: 20px;
}
#nav2 li{
    float: left;
    margin-right: 35px;
}
ol{
    background: rgba(0, 161, 217, 0.5);
    padding:25px;
    height: auto;
    z-index:0;
    margin: auto;
}
.clearfix{
    clear: both;
    width: 100%;
    height: 0;
}
.pad2 p, .pad2 h2{
    margin-bottom: 50px;
    text-align: right;
    padding-right: 50px;
}
#nav3{
    /*width: 70%;*/
    padding-bottom:12px;
}
#nav3 li{
    float: left;
    margin-left: 35px;
}
.logo_bot{
    height: 250px;
    padding-left: 150px;
    padding-top: 75px;
}
.logo_bot img{
    height:250px;
}
.pad3{
    padding-top: 27px;
}
#nav4{
    padding-bottom: 18px;
}
#portfolio h2{
    padding-left: 50px;
}

#slider {
    height: 500px;
    padding: 50px;
}
#slider p{
    padding: 0 55px 0 55px;
}
#slider h3{
    padding-left: 55px
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: white; /* Set a background color */
    color: #00A1D9; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 20px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
    color:white;
}
.social{
    text-align: center;
}
.social img{
    width: 25vw;
}
.toshow{
    display: none;
}


    @media (max-width: 1439px){
        h1{
            font-size: 50px;
        }
    }
    /*responsive*/
    @media (max-width: 1024px){
    h1{
        font-size: 38px;
    }
    h2{
        font-size: 50px;
        line-height: 45px;
    }
    p{
        font-size: 20px;
    }
    .fill, .fill2{
        display: none;
    }
    .slid{
        width: 100%;
    }
    .nav{
        display: none;
    }
    .contact{
        text-align: center;
    }
    .tohide{
        display: none;
    }
    .toshow{
        display: block;
        margin-bottom: 15px;
    }
    .left-col, .right-col{
        width:100%;
        float: left;
    }
    #contact .left-col, #contact .right-col{
        width:50%;
        float: left;
    }
    .article-home{
        width: 90%;
        margin: 0 auto;
    }
    .article-home img{
        margin: 20 auto;
        margin-bottom:20px;
    }
   li{
        margin: 0 0 0 5px ;
   }
   ol{
       list-style-type: none;
       margin-top: auto
   }
   .logo_bot{
       padding-left: 15px;
   }
   img.toshow{
       width: 80%;
   }
   .article-home{
       padding:20px;
   }
   #slider{
     height: 350px!important  ;
   }

}
.mmenu {
    background: rgba(0, 0, 0, 0.4); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(11, 3, 62, 0.6)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(11, 3, 62, 0.6)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.), rgba(11, 3, 62, 0.6)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(11, 3, 62, 0.6)); /* Standard syntax */
  }
  .mmenu ul{
    list-style-type: none;
    display: none;
  }

  .mmenu{
    display: none;
  }

  .mmenu .btn{
    display: none;
  }
  .btn img{
      margin-left:5px;
      height: 50px;
  }
  @media screen and (max-width: 1024px){
    .slides{
      width: 100%!important;
    }
    .lng_i li{
        display: none;
    }
    .menu {
      display: none;
    }
    .mmenu .btn{
      display: block;
    }
    .mmenu{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
  }
  .mmenu li{
    text-align: left;
    width: 100%;
    padding:25px;
  }
  .mmenu *{
    float: left;
  }
  }
/*start slider*/
#slider {
    height: 500px;
}
#slider p{
    padding: 0 55px 0 55px;
}
#slider h3{
    padding-left: 55px
}
body, html {
    margin: 0;
    padding: 0;
  }
  #slider {
    padding: 0;
    margin: 0 10% 0px 10%;
    width: 80%;
    overflow: hidden;
  }
  .slides {
    position: relative;
    margin: 0;
    /* width: 50%; */
    padding: 0;
  }
  .slide {
    position: absolute;
    list-style-type: none;
    text-align: center;
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
    padding: 5px;
    top: 0;
    left: 0;
  }
  /*.slide1 {background: red;}
  .slide2 {background: blue;}
  .slide3 {background: green;}
  .slide4 {background: purple;}
  .slide5 {background: pink;}*/

  .slide p{
      font-size: 20px;
  }
  .slide h3{
      text-align: left;
  }
  .slide a{
      margin-top:25px;
      font-weight: bold;
  }
  .slidex{
      width: 200%;
  }
  .pulec{
      width: 50%;
      float: left;
  }

  .arrowl{
    float:left;
  }
  .arrowr{
    float:right;
  }
/*end slider*/
