html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.h{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #EE4326;
}
p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: rgb(65, 65, 65);
}
.marginTop{
    margin-top: 70px;
}

.navLogo{
    width: 100%;
    text-align: center;
}

/*  */

@media screen and (max-width: 991px){
    .burger{
      color: #298CC0;
      display: block;
      margin-right: 10px;
      float: right;
    }
  }
  @media screen and (min-width: 991px){
    .burger{
      display: none;
    }
  }
  
  .burger{
    color: #298CC0;
  }
  
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: #3679a0;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 60px;
    text-align: right;
  }
  .sidenav .langbox{
      display: flex;
      float: right;
      margin-top: 20px;
  }
  .sidenav .langbox a{
      font-weight: 400;
      font-size: 16px;
      font-weight: 400;
  }
  .sidenav .langbox .activelang{
      color: #EE4326;
  }
  .sidenav .langbox a:hover{
      color: #EE4326;
      border-right:15px solid #ee442600;
  }

  .sidenav .div{
    margin-top: 120px;
  }
  .sidenav a {
      margin: 20px 0px;
    padding: 0px 10px 0px 10px ;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: white;
    display: block;
    transition: 0.2s;
    border-right: 15px solid #ee442600;
  }
  
  .sidenav .active{
    /* color: #EE4326; */
    border-right:15px solid #EE4326;
  }

  .sidenav a:hover{
    text-decoration: none;
    border-right:30px solid #ee4426;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin-left: 50px;
  }
  .sidenav .closebtn:hover{
      color: #EE4326;
      border-right: 15px solid rgba(255, 255, 255, 0);
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 14px;}
    .sidenav a {font-size: 16px;}
  }

/*  */


.navLogo{
    padding: 25px 10px;
}
.navLinks{
    display:  flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.navLinks li{
    list-style: none;
}
.navLinks li a{
    text-decoration: none;
    color: rgb(93, 93, 93);
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 15px solid transparent;
    transition: 0.3s;
}
.navLinks li a:hover{
    /* color: #298CC0; */
    border-bottom: 3px solid #EE4326;
}
.navLinks li .active{
    padding-bottom: 3px;
    border-bottom: 3px solid #EE4326;
    color: #298CC0;
}

/* language selector */
.langLine{
    display: flex;
    border-left: 3px solid #298CC0;
    padding-left: 15px;
}
.langLine li{
    padding: 0px 10px;
}
.langLine li a{
    color: #363636;
    font-size: 15px;
}
.langLine .activelang{
    color: #EE4326;
    
}
/*  */
.section1{
    background-color: #298CC0;
    height: 330px;
}

.section2{
    background: url('../img/aboutbkgimg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}

.text1 p{
    margin-top: 80px;
    width: 70%;
    color: white;
    font-size: 18px;
}
.quote1{
    margin: 70px 0px 20px 0px;
}
.quote1 p{
    width: 70%;
    font-weight: 500;
    font-size: 18px;
}

.text2{
    background: white;
    opacity: 85%;
    padding: 15px 40px;
    margin-top: 200px;
}
.text2 p{
    font-size: 16px;
}

.text3 p{
    font-size: 16px;
}

.section3{
    background: #EE4326;
}
.section3 p{
    padding: 25px 0px 15px 0px;
    width: 60%;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.text4 p{
    font-size: 14px;
}

.section4{
    background: #298CC0;
}
.section4 p{
    padding: 25px 0px 15px 0px;
    width: 60%;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.contactText p{
    width: 70%;
    font-size: 14px;
}
.sendBtn{
    float: right;
    background: #298CC0;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: white;
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 500;
    border-radius: 2px;
}
.sendBtn:hover{
    background: #EE4326;
    color: white;
    text-decoration: none;
}

.form-group input {
    border-radius: 0;
}
.form-group textarea {
    border-radius: 0;
}

.endSection{
    background: url('../img/footer.jpg');
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
}
.endSection div{
    padding-top: 95px;
}
.endSection p{
    font-size: 12px;
    color: white;
}

.upBtn{
    position: fixed;
    bottom: 20px;
    right: 20px;
}

@media screen and (max-width:1199px){
    .section1{
        height: 280px;
    }
}

@media screen and (max-width:991px){
    .navLinks{
        display: none;
    }
    .navLogo{
        width: 100%;
        text-align:left;
    }
    .text1 p{
        margin: 30px;
    }
    .section1{
        height: 200px;
    }
}

@media screen and (max-width:767px){
    .section1{
        height: 400px;
    }
    .text1 p{
        margin: 30px;
    }
    .quote1 p{
        margin-top: 60px;
        width: 80%;
    }
    .section3 p{
        width: 80%;
    }
    .section4 p{
        width: 80%;
    }
}

@media screen and (max-width:457px){
    .quote1 p{
        margin-top: 10px;
    }
    .text2 {
        margin-top: 150px;
    }
    .section3 p{
        width: 90%;
    }
    .section4 p{
        width: 90%;
    }
}