*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    position: relative;
}
/**************************** START NAV *******************************/
nav {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 99999;
    margin-top: -100px;
    text-align: right;
    padding: 30px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
 }
nav:hover {
    background: transparent;
    padding: 30px 30px;
  }
nav:hover ul > li > a > span {
    color: rgba(0, 0, 0, 0.5);
    display: block;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    padding: 2px 12px;
    border-radius: 15px;
  }  
nav ul > li a.active {
    background-color: transparent;
    color: black;
  }  
nav ul > li a.active:after {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  } 
nav ul > li a.active:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
  } 
ul>li {
    position: relative;
    display: block;
  }
nav ul > li a {
    color: #fff;
    height: 35px;
    background: transparent;
    padding: 5px 45px 5px 25px;
    border-right: none;
  }
nav ul > li a span {
    display: none;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
nav ul > li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background: rgba(250, 250, 250, 0.75);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
nav ul > li a:hover {
    background-color: transparent;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-color: black;
  } 
nav ul > li a:hover > span {
    color: black;
    display: block;
  }
/**************************** END NAV ***********************************/
/**************************** START INTRO *******************************/
.INTRO {
    text-align: center;
    background-image: url(../img/1st-section.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 12em;
    height: 39.8em;
 }
.INTRO h1 {
    /* font-size: 400%;  */
    color: #fff;
    font-weight:1000;
    text-transform: uppercase;
    font-size: 4.6em;
 }
.title p {
    display: inline-block;
    margin-top: -20px; 
    font-weight: 300;
    font-size: 25px;
    color: #fff;
 }
.title span {
    color: #ff7d27;
    font-weight: 600;
    font-size: 1.2em;
 }
.title a {
    display: inline-block;
    text-decoration: none;
    padding: 15px 24px;
    background-color:#ff7d27; 
    border-radius: 4px;
    color: white;
    font-weight: bold;
    margin-top: 18px;
 }
/**************************** END INTRO ************************************/
/**************************** START SERVICES *******************************/
.services {
    display: grid;
    grid-gap: 10px;
    background-size: cover;
    padding: 25px 30px 0 30px; 
    background-attachment: fixed;
    background-position: center center;
    background-image: url(../img/2nd-section.jpg);
    grid-template-rows: repeat(auto-fit,maxmin(500px,1fr));
 } 
.ser-left {
    width: 50%;
    margin-top: 80px;
 }
.ser-left h2 {
    color: white;
    text-align: left;
    padding-bottom: 20px ;
 }
.ser-left p {
    color: white;
    margin-top: 50px;
    line-height: 1.7;
    margin-bottom: 50px;
 }
.ser-left li {
    color: white;
    padding-top: 10px;
    font-weight: 500;
    list-style:none;
}
.ser-left a {
    display: inline-block;
    text-decoration: none;
    padding: 15px 24px;
    background-color:#ff7d27; 
    border-radius: 4px;
    color: white;
    font-weight: bold;
    margin-top: 22px;
 }
.ser-right {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(auto-fit,maxmin(500px,1fr));
    grid-gap: 10px;
    width: 50%;
 }
.split-1 {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 20px;
    width: 70%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    margin-left: 3%;
 }
.split-1 p {
    padding-top: 45px;
    line-height: 1.7;
 }
/**************************** END SERVICES **********************************/
/**************************** START PORTFOLIO *******************************/
.PORTFOLIO {
    background-image: url(../img/3rd-section.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 25px 30px 70px 30px;  
 }
.text-content {
    margin-top: 50px;
    /* display: grid;
    grid-template-rows: repeat(auto-fit,maxmin(500px,1fr));
    grid-gap: 5px; */
 }
.content {
    background: white;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
 }
.content img {
    width: 100%;
 }
.content h4 {
    padding-top: 30px;
    font-weight: 1100;
 }
.content span {
    font-size: 17px;
    font-weight: 700;
    color: #ff7d27;
 }
/**************************** END PORTFOLIO *********************************/
/**************************** START OUR-STORY *******************************/
.OUR-STORY {
    background-image: url(../img/4th-section.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding: 25px 30px 70px 30px; 
 }
.top {
    background-color: rgba(0, 0, 0, 0.5); 
    color: white;
    text-align:center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
    margin: 1% 8% 1% 8%;
 }
.top img{
    width: 100%;
 }
.top p {
    padding: 20px;
    line-height: 1.7;
 }
.bottom ul {
    display: grid;
    grid-template-columns: repeat(auto-fit,maxmin(500px,1fr));
    grid-gap: 10px; 
    margin: 10% 25%;
    list-style: none;
 }
.bottom li {
    text-align: center;
    font-weight: 1000;
    font-size: 1em;
    color: white;
    text-decoration: none;
    border: 4px solid white;
    padding: 10px 2px;
    margin-bottom: 15%;
 }
.bottom li:first-child {
    color: #ff7d27;
    border: 4px solid #ff7d27;
 }
.bottom li:hover {
    color: #ff7d27;
    border: 4px solid #ff7d27;
 }
/**************************** END OUT-STORY *******************************/
/**************************** START CONTACT *******************************/
.CONTACT {
    background-image: url(../img/5th-section.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6em;
 }
.all {
    display: grid;
    grid-template-columns: repeat(auto-fit,maxmin(500px,1fr));
    grid-gap: 10px;
 }
.form form {
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 10px;
    margin-bottom: 30px;
 }
form input {
    border-radius: 3px;
    padding-left: 15px;
    font-size: 13px;
    color: #232323;
    background-color: rgba(250, 250, 250, 1);
    outline: none;
    border: none;
    box-shadow: none;
    line-height: 50px;
    height: 50px;
    width: 100%;
    margin-bottom: 30px;
}
form textarea{
    border-radius: 3px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
}
form button{
  display: inline-block;
  background-color: #ff7d27;
  padding: 15px 24px;
  width: 100%;
  border-radius: 3px;
  border: none;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;  
}
.map{
  margin-bottom: 30px;
  width: 100%; 
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
}
/**************************** END CONTACT ********************************/
/**************************** START FOOTER *******************************/
footer {
    text-align: center;
    background-color: #282b2f;
    padding: 70px 0px;
}
.footer button{
    display: inline-block;
    border: none;
    padding: 15px 24px;
    background-color:#ff7d27; 
    border-radius: 4px;
    color: white;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 20px;
}
footer ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    }
footer ul li {
    display: inline-block;
    margin: 0px 4px;
}
footer ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background-color: #ff7d27;
    color: #282b2f;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 17px;
}
footer ul li a:hover {
    color: #282b2f;
    background-color: #ff8e43;
}
footer p {
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}
footer span {
    color: #ff8e43;
    font-weight: 600;
    font-style: normal;
}
/**************************** END FOOTER *******************************/
/**************************** START MEDIA *******************************/
@media(max-width:552px){
    .INTRO h1{
        font-size: 2em; 
    }
    .title p{
        display: inline-block;
        margin-top: -20px; 
        font-weight: 300;
        font-size: 20px;
        color: #fff;
    }
}
@media(min-width:768px) and (max-width:1023px) {
    .special{
        margin-left: 25%; 
    }
}
/* @media(min-width:1440px){
    .spane{
    border-bottom: 2px solid #ff7d27;
    padding-bottom: 40px;
}
} */
/**************************** END MEDIA *******************************/