* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

.container {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0px 20px;
    
}

body {
    overflow-x: hidden;
}

.container{
    padding: 0 50px;
}

/* HEADER START */
.main-header{
  height: auto;
  width: 100%;
  position: relative;
}
.option-div-nav{
  height: 100px;
  width: 150px;
  background-color:#303132;
  position: absolute;
  top: 26.1%;
  right: 32%;
  padding: 10px 30px;
  display: none;
  z-index: 15;
}
.option-div-nav{
  top: 212px;
}
.option-div-nav li{
  padding-bottom: 10px;

}
.option-div-nav li a{
  font-size: 20px;
  color:white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* HEADER END */
/* NAV START */
.main-nav{
    
}

.main-nav-cont1{
    background-color:#000000;
    padding:40px 0px;
}
.iconarrow{
  margin-left: 10px;
  cursor: pointer;
}
.first-navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navlink-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-call-cont h2{
    font-size: 17px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.nav-call-cont h3{
    font-size: 17px;
    color: white;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.nav-call{
    padding-top: 10px;
    padding-right:15px;
}

.navlink-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-email{
    padding: 4px 15px 0px 0px;
}
.nav-mail-cont h2{
    font-size: 17px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.nav-mail-cont h3{
    font-size: 17px;
    color: white;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.main-nav-cont2{
    background-color: #212223;
    padding: 20px 0;
}

.nav-main-icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-icon1{
   width: auto;
   align-items: center;
  
}
.nav-icon1 i{
    margin: 6px;
    font-size: 26px;
    cursor: pointer;
    color: rgb(136, 139, 141);
}
.nav-icon1 i:hover{
    color: white;
    cursor: pointer;
}

.nav-2-links{
    display: inline-flex;
    justify-content: space-evenly;
}

.nav-2-links li{
    padding-right: 40px;
    color: white;
}

.nav-2-links li a{
    font-size: 17px;
    color: white;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  transition: all 0.7s ease-in-out;
}

.nav-2-links li a:hover{
    color: #ff8a00;
}

.nav-home{
    color: #ff8a00;
}

.nav-icon22{
    color: #020202e6;
    font-size: 25px;
}
.nav-icon3 i{
    color: rgb(136, 139, 141);
    cursor: pointer;
}
.nav-icon3 i:hover{
    color: white;
    cursor: pointer;
}


/* NAV END */
/*BANNER START */
.banner{
   height:auto;
   z-index: 2;
   position: relative;
  
}


html,
body {
  position: relative;
  height: 100%;
}

body {
 
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height:600px;
 
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
}
.banner-cont{
  height: 280px;
  width: 600px;
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.banner-cont h1{
  color: white;
  font-size: 60px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 40px;
}
.banner-cont a{
  padding: 18px 30px;
  background-color:#ff8a00;
  color: white;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  border-radius: 30px;
}
/* BANNER END */
/* about banner start */
.banner-about{
  background-image: url(images/about-header-img.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about-cont-banner{
 
  height: 360px;
  width: 100%;
  display: flex;
  align-items: center;
}
.about-cont-banner h1{
  font-size: 56px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
/* about banner end */
/* SECTION1 START */
   .sec1-main{
    padding: 40px 0;
    background-color: whitesmoke;
    
   }

   .sec1-main-cont{
    display: flex;
    position: relative;
    padding: 80px 0px;
   }

   .sec-1-box-1{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    padding: 50px 50px 40px 60px;
    width: 45%;
    box-shadow: 0px 0px 10px 15px #edecec;
   }

   .sec-1-box-1 h2{
     color: #ff8a00;
     font-size: 25px;
     font-family: "Oswald", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
   }

   .sec-1-box-1 h3{
    color: black;
    font-size: 60px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
   }

   .sec-1-box-1 h4{
    color: black;
    font-size: 50px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 30px;
   }

   .sec-1-box-1 p{
    color: black;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
   }
   .sec-1-box-2{
    padding-left: 50px;
   }

   .sec-1-box-2 img{
    border-radius: 15px;
   }

   .sec-1-box-3-box1{
    background-color: #ff8a00;
    height: 150px;
    width: 290px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 30px;
   }

   .sec-1-box-3-box1-logo{
    border: 5px solid white;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
   }

   .playicon-111{
    color: white;
    font-size: 25px;
   }

   .sec-1-box-3-box2{
    background-color: rgba(35, 38, 45, 1);
    height: 190px;
    width: 290px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 30px;
   }

   .sec-1-box-3-box3{
    background-color: rgba(35, 38, 45, 1);
    height: 190px;
    width: 290px;
    display: flex;
    justify-content: space-around;
    border-radius: 15px;
    align-items: center; 
   }

   .sec-1-box-3{
    position: absolute;  
    right: 30px;
    bottom:86px;
    z-index: 4;
   }

   .sec-1-box-3-box-cont h2{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: white;
   }

   .sec-1-box-3-box-cont h3{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: white;
   }
/* SECTION1 END */
/* SECTION2 START */
  .sec2-main{
    padding: 100px 0px;
  }

  .sec2-main-cont{
    display: flex;
    justify-content: space-between;
  }

  .sec-2-box-2{
    height: 350px;
    width: 290px;
    background-color: #ff8a00;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    transform: translateX(295px);
    bottom: 80px;
  }

  .sec-2-box-2 h2{
    color: white;
    font-size: 160px;
    padding-top: 10px;
   text-shadow: 12px 12px  rgba(0, 0, 0, 0.073);
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
 
  .sec-2-box-2 p{
    color: white;
    font-size: 40px;
    padding-bottom: 10px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }

  .sec-2-box-2 p{
    color: white;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .sec-2-box-3{
    height:480px;
    width: 600px;
  }
 
  .sec-2-box-1 img{
    border-radius: 15px;
  }

  .sec-2-box-1{
    position: relative;
  }

  .sec-2-box-3 h2{
    font-size: 22px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 10px;
  }
  
  .sec-2-box-3 h3{
    font-size: 50px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .sec-2-box-3 h4{
    font-size: 40px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 18px;
  }

  .sec-2-box-3 p{
    font-size: 20px;
    padding-bottom: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 450px;
  }
  
  .sec-2-check-icon{
    color: #ff8a00;
    font-size: 18px;
    margin-right: 20px;
  }
  .sec-2-icon-box a{
    font-family: "Roboto", sans-serif;
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
   color: #000000;
  }

  .sec-2-icon-box{
    padding-top: 10px;
  }
  
  .sec-2-main-button{
    margin-top: 80px;
  }
  
  .sec-2-main-button a{
    padding: 12px 50px;
    background-color: #000000;
    color: white;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
   font-style: normal;
   border-radius: 35px;
   transition: all 0.6s ease-in-out;
  }

  .sec-2-main-button a:hover{
    background-color: #ff8a00;
    color: white;
  }
  
  .sec-2-cont-2{
    background-color: #c3bcbc;
    width:  100%;
    height: 200px;
  }

  .sec-2-img-cont2{
    display: flex;
    justify-content: space-evenly; 
    position: absolute;
    bottom:100px;
    width: 100%;
   padding: 0px 50px;
   
  }

  .sec-2-cont-2{
    margin-top: 300px;
  }

  .sec-2-img3 img{
    border-radius: 15px;   
  }

.sec2-position{
  width: 100%;
  height: 200px;
  position: relative;
}
.h2-sec2-cont{
  position:absolute;
  bottom: 40px;
  padding-left: 20px;
 
}
.h2-sec2-cont h2{
  font-size: 25px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
 font-style: normal;
}

/* SECTION2 END */
/* SECTION3 START */
  .sec3-main{
    padding: 30px 0px 160px;
  }

  .sec3-main-cont-flex{
    display: flex;
    justify-content: space-between;
  }



  .sec-3-box-1 h3{
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    padding-bottom: 20px;
  }

  .sec-3-box-1 h2{
    width: 457px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 60px;
    
  }

  .sec-3-h2-span{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    display: block;
   
  }

  .sec-3-box-1 p{
    font-size: 20px;
    padding-top: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 563px;
    padding-bottom: 50px;
  }

 .sec-3-box-2{
  height: 110px;
  width: 250px;
  background-color: rgb(35 36 45);
  border-radius: 15px;
  position: absolute;
  transform: translateX(-140px);
  bottom: 171px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
 }

 .sec-3-box-2 h2{
  color: white;
  text-align: center;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100%;
 }

 .sec-3-box-3{
  position: relative;
 }

 .sec-3-box-home{
  height: 400px;
  width: 480px;
  background-image: url(./images/home-img.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 150px;
 }

 .sec-3-box-home-cont{
  text-align: center;
  padding-top: 80px;
 }

 .sec-3-box-home-cont p{
  color: #ff8a00;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  padding-top: 30px;
 }

 .sec-3-box-home-cont h2{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 150px;
  color: rgb(35 36 45);
  line-height:150px; 
 }

 .sec-3-box-3 img{
  border-radius: 15px;
 }

/* SECTION3 END */
/* SECTION4 START */
.sec4-main{
  height: 400px;
  width: 100%;
  background-color: rgb(202, 201, 201);
  position: relative;
}
.sec4-main-cont-services{
  height: 600px;
}
.sec4-div-cont{
  height: 580px;
  width: 680px;
  background-image:url(images/sec-4-bg-img-pattern.jpg);
  background-position: 100% 100%;

  position: absolute;
  bottom: 0px;
  transform: translate(-50%,40px);
  border-radius: 15px;
  left: 50%;
  padding: 40px 50px;
}
.sec4-div-cont-service{
  width: 820px;
}
.sec4-div-cont h2{
    font-size: 30px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 40px;
}
.logo-sec4-div{
  height: 125px;
  width: 125px;
  background-color: white;
  text-align: center;
  padding: 15px;
  border-radius: 12px;
  z-index: 5;
}
.logo-sec4-div:hover{
  border: 2px solid #ff8a00;
}
.logo-sec4-div img{
  height: 50px;
}
.logo-sec4-div h3{
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding-top: 15px;
}
.logo-sec4-div h3:hover{
  cursor: pointer;
  color: #ff8a00;
}
.sec4-flex-cont{
  display: flex;
  justify-content: space-between;
 
  padding: 20px 0px;
}
.sec4-bttn-div{
  width: 275px;
  margin: 20px auto 0px;
  
}
.sec4-bttn-div a{
   padding: 15px 80px;
   background-color: #000000;
   border-radius: 35px;
   color: white;
   font-family: "Oswald", sans-serif;
   font-optical-sizing: auto;
   font-weight: 500;
   font-style: normal;
}
.sec4-bttn-div a:hover{
  background-color: #ff8a00;
}
.sec4-bttn-div-services{
  display: none;
}
.div-border-sec4{
  height: 390px;
  width: 500px;
  border: 2px solid black;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%,0%);
  z-index: -5;
  border-radius: 12px;
}
.div-border-sec4-services{
  width: 600px;
}
.div-border2-sec4{
  position: relative;
}
/* SECTION4 END */
/* SECTION5 START */

.sec5-main{
  background-color: rgba(35, 38, 45, 1);
  padding: 50px 0;
}

.sec5-main-cont{ 
height: auto;
width: 100%;
text-align: center;
}

.sec5-main-cont h2{
  width: 35%;
  color: white;
  font-size: 48px;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
 
}

.sec5-main-cont-img{
  display: flex;
  justify-content: space-between;
  height:auto;
  padding: 50px 0px;
}

.sec-5-img-cont img{
  border-radius: 15px;
}

.sec-5-last-buttn{
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-5-last-buttn a{
  padding: 20px 68px;
  color: black;
  border-radius: 35px;
  background-color: white;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  transition: all 0.6s ease-in-out;
}

.sec-5-last-buttn a:hover{
  background-color: #ff8a00;
  color: whitesmoke;
}

.img-cont-sec5{
  padding: 10px 0px;
  
}

.img-cont-sec5 a{
  color: white;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  transition: all 0.6s ease-in-out;

}

.img-cont-sec5 a:hover{
  color: #ff8a00;
}

/* SECTION5 END */
/* SECTION6 START */
.sec6-main{
  height: auto;
  width: 100%;
  padding: 50px 0px;
}
.sec6-main-cont{
  height:auto;
  width: 100%;
  text-align: center;
}
.sec6-main-cont h3{
  font-size: 30px;
  color: black;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color:#ff8a00;
}
.sec6-main-cont h2{
  font-size: 60px;
  color: black;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.sec6-cont-flex{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sec6-cont-flex div{
  height: 270px;
  width: 270px;
  background-color:white;
  padding: 60px 0px;
  border-radius: 50%;
  
}
.sec6-cont-flex div h3{
  padding: 10px 0px 0px;
  font-size: 25px;
 color: #515050;
}
.sec6-cont-flex div img{

  color: orange;
}
.sec6-cont-flex div:hover{
    background-color: orange;
}
.sec6-cont-flex2{
  justify-content: space-evenly;
}


/* CONTACT START */
.contact-main-sec{
  background-color: #eee;
}
.map-sec-div {
  padding: 80px 100px 20px;
}
.contact-sec-main-cont {
  height: auto;
  width: 100%;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
}
.contact-sec-main-cont{
  height: auto;
  width: 100%;
  padding: 30px 120px;
  display: flex;
  justify-content: space-between;

}
.cont-sec-inner-cont-div{
  width: 60%;
  height: auto;
}
.input-form-cont div input{
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0px;
  font-size: 20px;
  padding-left: 20px;
}
.input-form-cont div textarea{
  width: 100%;
  height: 90px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0px;
  font-size: 20px;
  padding-left: 20px;

}
.input-form-cont div button{
 
 padding: 15px 40px;
 font-size: 20px;
 color: white;
 background-color: rgb(5, 171, 116);
 border: 0px;
 cursor: pointer;
 margin-top: 20px;
 margin-bottom: 40px;
}
.cont-button{
  width: 100%;
  text-align: right;
  
}
.input-form-cont label{
  font-size: 25px;
  font-weight: 400;
}
.cont-sec-inner-cont-div2 h2{
  font-size:40px;
  padding-bottom: 20px;
  font-weight: 700px;
}
.cont-sec-inner-cont-div2 p{
  font-size:14px;
  padding-bottom: 20px;
  font-weight: 300px;

}
.map{
  width: 100%;
  height: 350px;
}
.map-sec-div{
  padding: 80px  120px 20px;
}
.map-sec-div h2{
  font-size: 50px;
  padding-bottom: 20px;
}

/* CONTACT END */

/* RTL START */

.text-rtl{
  width: 100%;
  padding: 150px 80px;
 
}
.text-rtl p{
  text-align: right;
  padding-bottom: 30px;
}


/* RTL END */
/* SECTION7 END */
/* SECTION8 START */
/* SECTION8 END */
/* SECTION9 START */

.sec9-main{
  background-color: rgba(35, 38, 45, 1);
  padding: 100px 0 230px;
}
.sec9-main-cont{
     height: auto;
     width: 100%;
     display: flex;
     position: relative;
}

.img-div-sec9{
  height: 480px;
  width: 380px;
  background-color: white;
  display: flex;
  
  justify-content: center;
 
  border-radius: 25px;
  padding: 40px 0px 0px;
  position: relative;
}

.sec-9-img-box2{
  background-color: rgba(255, 255, 255, 1);
  height: 500px;
  width: 380px;
 
}
.sec-9-box-3{
  width: 1340px;
  height: 550px;
  position: absolute;
  padding: 40px 50px 0px 65%;
  top: 50px;
  left: 4%;
  border: 1.5px solid white;
  border-radius: 20px;
  z-index: 1;
}
.sec-9-box-3 h3{
    font-size: 45px;
    padding: 20px 0px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.sec-9-box-3 h2{
      font-size: 50px;
      color: white;
      padding-bottom: 20px;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
}
.sec-9-box-3 p{
      font-size: 25px;
      color: white;
      padding-bottom: 50px;
      width: 360px;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
}
.sec-9-box-3 a{
 padding: 15px 35px;
  font-size: 18px;
  background-color: #ff8a00;
  border-radius: 30px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.img-flex-sec9{
  display: flex;
  z-index: 5;
  height: auto;
}
.margin-box-sec9{
  margin-right: 30px;
}
.sec-9-small-box-2{
  width: 300px;
  height: 100px;
  background-color:#ff8a00;
  position: absolute;
  bottom: 40px;
  border-radius: 18px;
  text-align: center;
  padding: 12px 0px;
  color: white;
}
.sec-9-small-box-2 h2{
  font-size: 25px;
  padding-bottom: 5px;
  font-weight: 800;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.sec-9-small-box-2 h3{
  font-size: 20px;
  font-weight: 800;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* section10 start */

.sec-10{
  background-color: rgb(244 244 244);
  width: 100%;
  height:auto;
  padding: 120px;
}

.sec-10-logo-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
 
}

.sec-10-logo-flex img{
  height: 130px;
}
/* SECTION10 END */

/* SECTION11  start */
.sec-11{
  background-color: rgb(255 255 255);
  padding: 60px 0;
}

.sec-11-heading h3{
  font-size: 25px;
  color: #ff8a00;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

.sec-11-heading h2{
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  width: 55%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}

.sec-11-img-flex{
  display: flex;
  justify-content: space-between;
  width:100%;
}
.sec-11-img{
  position: relative;
}

.sec-11-img img{
  height: 100%;
  width: 100%;
}

.sec-11-img-box{
  background-color: #fff;
  height: 600px;
  width:31%;
}

.sec-11-img-box h3 a{
  font-size: 20px;
  color: #ff8a00;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-top: 50px;
}

.sec-11-img-box h2 a{
  font-size: 30px;
  color: black;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  padding-top: 50px;
}

.sec-11-box-2{
  background-color: #ff8a00;
  height: 60px;
  width: 200px;
  position: absolute;
  bottom: 3.5px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-11-box-2 h2{
font-weight: 500;
color: white;
font-size: 20px;
font-style: normal;
text-align: center;
}

.sec-11-img-box-cont{
  padding: 10px 0px 30px 30px;
  box-shadow: 0 0px 40px #e5ecf6;
}
/* SECTION11 END */
/* FOOTER START */
.main-foot{
  height: auto;
  width: 100%;
  background-color: #242424;
  padding: 80px 0px 40px;
}



.foot-box-flex{

  width: 100%;
  display: flex;
  justify-content: center;
  justify-content:space-evenly;
  height: auto;
  background-color: #313131;
  padding: 80px 0px;
  border-radius: 20px;
}

.foot-logo{
  display: flex;
}

.foot-icon{
  margin-right: 10px;
  margin-top: 40px;
}
.icon999{
  color: aliceblue;
  font-size: 15px;
  background-color:#4e4d4d ;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.6s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: all 0.6s ease-in-out;
}

.icon999:hover{
  background-color: #ff8a00;
  color: white;
}

.foot-1 p{
  width: 300px;
  font-size: 20px;
  color: #dfdfdf;
  padding-top: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.foot-1 {
  padding: 0px 0px 0px 40px;
}

.foot-2{
  color: #dfdfdf;
}


.foot-2 h3{
  font-size: 35px;
  padding-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.foot-2 li{
    padding: 8px 0px;
}
.foot-2 li a{
  color: #dfdfdf;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}
.foot-2 li a:hover{
  color:#ff8a00;
}
.arrow-footer{
  font-size: 10px;
  margin-right: 10px;
  
}

.fott-contright{
  padding-bottom: 68px;
  width: 235px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dfdfdf;
 
}
.footer-contact{
  width: 250px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 10px;
  color: #dfdfdf;
}
.Copyright-footer-cont{
  width: 100%;
  font-size: 18px;
  color: #dfdfdf;
  text-align: center;
  padding: 40px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer-cont{
  height: auto;
  padding: 0px 0px 80px;
  width: 100%;
  position: relative;
}
.footer-cont h3{
  font-size: 28px;
  color:#dfdfdf;
  width: 100%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  
}
.footer-cont h2{
  font-size: 60px;
  color: white;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight:700;
  font-style: normal;
  padding: 20px 0px 0px;
}
.buttn-footer{
        height: auto;
        width: 340px;
        padding: 20px 0px;
        position: absolute;
        bottom: 0px;
        left: 41%;
        transform: translate(0px,33px);
}
.buttn-footer a{
  padding: 20px 30px;
  background-color:darkorange;
  font-size: 25px;
  color: white;
  font-family: Oswald;
  font-size: 22px;
  font-weight: 500;
  border-radius: 35px;
}
.buttn-footer a:hover{
  background-color: #000000;
}
.bars{
  display: none;
}

/* FOOTER END */

/* MEDIA QUERY START */
@media(max-width:575.98px){
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

.container {
    margin: 0 auto;
    max-width:575.98px;
    padding: 0px 0px;
    
}

body {
    overflow-x: hidden;
}

.container{
    padding: 0 0px;
}

/* HEADER START */
.main-header{
  height: auto;
  width: 100%;
  position: relative;
}
.option-div-nav{
  height: 100px;
  width: 150px;
  background-color:#303132;
  position: absolute;
  top: 26.1%;
  right: 32%;
  padding: 10px 30px;
  display: none;
  z-index: 15;
}
.option-div-nav{
  top: 212px;
}
.option-div-nav li{
  padding-bottom: 10px;

}
.option-div-nav li a{
  font-size: 20px;
  color:white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* HEADER END */
/* NAV START */
.main-nav{
    
}

.main-nav-cont1{
    background-color:#000000;
    padding:20px 0px;
  
}
.iconarrow{
  margin-left: 10px;
  cursor: pointer;
}
.first-navbar{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.navlink-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}
.nav-call-cont{
  padding: 10px 0px;
}
.nav-call-cont h2{
    font-size: 17px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.nav-call-cont h3{
    font-size: 17px;
    color: white;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.nav-call{
    padding-top: 10px;
    padding-right:15px;
}

.navlink-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px
}
.nav-email{
    padding: 4px 15px 0px 0px;
}
.nav-mail-cont h2{
    font-size: 17px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.nav-mail-cont h3{
    font-size: 17px;
    color: white;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.main-nav-cont2{
    background-color: #212223;
    padding: 0px 0;
}

.nav-main-icon{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.nav-icon1{
   width: auto;
   align-items: center;
   width: 100%;
   padding: 10px 10px;
   position: relative;
}
.nav-icon1 i{
    margin: 6px;
    font-size: 26px;
    cursor: pointer;
    color: rgb(136, 139, 141);
}
.nav-icon1 i:hover{
    color: white;
    cursor: pointer;
}

.nav-2-links{
    display: inline-flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    background-color: white;
   width: 100%;
   height: 50vh;
   position: absolute;
   left: -100%;
   transition: 1000ms;
   z-index: 5;
}
.menu{
    position: absolute;
    left: 0%;
    transition: 1000ms;
}
.nav-icon2{
  width: 100%;
}
.nav-2-links li{
    padding-right: 0px;
    color:black;
    width: 100%;
    text-align: center;
    
}

.nav-2-links li a{
    font-size: 17px;
    color: black;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  transition: all 0.7s ease-in-out;
}

.nav-2-links li a:hover{
    color: #ff8a00;
}

.nav-home{
    color: #ff8a00;
}

.nav-icon22{
    color: #020202e6;
    font-size: 22px;

}
.nav-icon3 i{
    color: rgb(136, 139, 141);
    cursor: pointer;
}
.nav-icon3 i:hover{
    color: white;
    cursor: pointer;
}
.nav-icon3{
  position: absolute;
  transform: translate(40px,18px);
}
.bars{
  position:absolute;
  right: 20px;
  top: 40%;
  transform: translate(0px,-50%);
  color: white;
  display: block;
}


/* NAV END */
/*BANNER START */
.banner{
   height: 300px;
   z-index: 2;
   position: relative;
  
}


html,
body {
  position: relative;
  height: 100%;
}

body {
 
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height:100%;
 
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
}
.banner-cont{
  height: 280px;
  width: 100%;
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  padding: 40px 0px 0px;
}
.banner-cont h1{
  color: white;
  font-size: 38px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 40px;
}
.banner-cont a{
  padding: 12px 30px;
  background-color:#ff8a00;
  color: white;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  border-radius: 30px;
}
/* BANNER END */
/* about banner start */
.banner-about{
  background-image: url(images/about-header-img.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about-cont-banner{
 
  height: 150px;
  width: 100%;
  display: flex;
  align-items: center;
}
.about-cont-banner h1{
  font-size: 46px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  text-align: center;
}
/* about banner end */
/* SECTION1 START */
   .sec1-main{
    padding: 20px 20px;
    background-color: whitesmoke;
    
   }

   .sec1-main-cont{
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px 0px;
   }

   .sec-1-box-1{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    padding: 80px 20px 80px 20px;
    width: 100%;
    box-shadow: 0px 0px 10px 15px #edecec;
    text-align: center;
   }

   .sec-1-box-1 h2{
     color: #ff8a00;
     font-size: 24px;
     font-family: "Oswald", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
   }

   .sec-1-box-1 h3{
    color: black;
    font-size: 40px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
   }

   .sec-1-box-1 h4{
    color: black;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 30px;
   }

   .sec-1-box-1 p{
    color: black;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
   }
   .sec-1-box-2{
    padding-left: 0px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
   }

   .sec-1-box-2 img{
    border-radius: 15px;
    width: 100%;
   }

   .sec-1-box-3-box1{
    background-color: #ff8a00;
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 30px;
   }

   .sec-1-box-3-box1-logo{
    border: 5px solid white;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
   }

   .playicon-111{
    color: white;
    font-size: 25px;
   }

   .sec-1-box-3-box2{
    background-color: rgba(35, 38, 45, 1);
    height: 190px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 30px;
   }

   .sec-1-box-3-box3{
    background-color: rgba(35, 38, 45, 1);
    height: 190px;
    width:100%;
    display: flex;
    justify-content: space-around;
    border-radius: 15px;
    align-items: center; 
   }

   .sec-1-box-3{
    position: relative;
    right: 0;
    bottom:0;
    z-index: 4;
    width: 100%;

   }

   .sec-1-box-3-box-cont h2{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: white;
   }

   .sec-1-box-3-box-cont h3{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: white;
   }
/* SECTION1 END */
/* SECTION2 START */
  .sec2-main{
    padding: 0px 0px;
  }

  .sec2-main-cont{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: auto;
    padding: 20px 20px 80px;
  }

  .sec-2-box-2{
    height: 350px;
    width: 290px;
    background-color: #ff8a00;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    transform:translate(-50%,-50%);
    top: 50%;
    left: 50%;
    
  }

  .sec-2-box-2 h2{
    color: white;
    font-size: 160px;
    padding-top: 10px;
   text-shadow: 12px 12px  rgba(0, 0, 0, 0.073);
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
 
  .sec-2-box-2 p{
    color: white;
    font-size: 40px;
    padding-bottom: 10px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }

  .sec-2-box-2 p{
    color: white;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .sec-2-box-3{
    height:480px;
    width:100%;
  }
 
  .sec-2-box-1 img{
    border-radius: 15px;
    width: 100%;
  }

  .sec-2-box-1{
    position: relative;
  }

  .sec-2-box-3 h2{
    font-size: 22px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 0px;
    text-align: center;
    padding-top: 30px;
  }
  
  .sec-2-box-3 h3{
    font-size: 40px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
  }

  .sec-2-box-3 h4{
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 18px;
    text-align: center;
  }

  .sec-2-box-3 p{
    font-size:18px;
    padding-bottom: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    text-align: center;
  }
  
  .sec-2-check-icon{
    color: #ff8a00;
    font-size: 16px;
    margin-right: 10px;
  }
  .sec-2-icon-box a{
    font-family: "Roboto", sans-serif;
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   color: #000000;
   
  }

  .sec-2-icon-box{
    padding-top: 10px;
  }
  
  .sec-2-main-button{
    margin-top: 40px;
    text-align: center;
    padding-bottom: 40px;
  }
  
  .sec-2-main-button a{
    padding: 10px 40px;
    background-color: #000000;
    color: white;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
   font-style: normal;
   border-radius: 35px;
   transition: all 0.6s ease-in-out;
  }

  .sec-2-main-button a:hover{
    background-color: #ff8a00;
    color: white;
  }
  
  .sec-2-cont-2{
    background-color: #c3bcbc;
    width:  100%;
    height: 1010px;
    padding: 50px 20px 0px;
  }

  .sec-2-img-cont2{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; 
    position:relative;
    bottom:0px;
    width: 100%;
   padding: 0px;
   height: auto;
   
  }

  .sec-2-cont-2{
    margin-top: 0px;
  }

  .sec-2-img3 img{
    border-radius: 15px;  
    width: 100%; 
  }

.sec2-position{
  width: 100%;
  height: 200px;
  position: relative;
}
.h2-sec2-cont{
  position:relative;
  bottom: 60px;
  padding-left: 0px;
  text-align: center;
}
.h2-sec2-cont h2{
  font-size: 22px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
 font-style: normal;
}

/* SECTION2 END */
/* SECTION3 START */
  .sec3-main{
    padding: 30px 20px 30px;
  }

  .sec3-main-cont-flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }



  .sec-3-box-1 h3{
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    padding-bottom: 20px;
    text-align: center;
  }

  .sec-3-box-1 h2{
    width:100%;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 40px;
    text-align: center;
    
  }

  .sec-3-h2-span{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    display: block;
   
  }

  .sec-3-box-1 p{
    font-size: 20px;
    padding-top: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    width:100%;
    padding-bottom: 0px;
    text-align: center;
  }

 .sec-3-box-2{
  height: 110px;
  width: 250px;
  background-color: rgb(35 36 45);
  border-radius: 15px;
  position: absolute;
  transform: translateX(40px);
  bottom: 51px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
 }

 .sec-3-box-2 h2{
  color: white;
  text-align: center;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100%;
 }

 .sec-3-box-3{
  position: relative;
 }

 .sec-3-box-home{
  height: 400px;
  width:100%;
  background-image: url(./images/home-img.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left:0px;
 }

 .sec-3-box-home-cont{
  text-align: center;
  padding-top: 80px;
 }

 .sec-3-box-home-cont p{
  color: #ff8a00;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  padding-top: 30px;
 }

 .sec-3-box-home-cont h2{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 110px;
  color: rgb(35 36 45);
  line-height:150px; 
 }

 .sec-3-box-3 img{
  border-radius: 15px;
  width: 100%;
 }
 .sec-3-box-3{
  width: 100%;
 }

/* SECTION3 END */
/* SECTION4 START */
.sec4-main{
  height:auto;
  width: 100%;
  background-color: rgb(202, 201, 201);
  position: relative;
  border-radius: 15px;
}
.sec4-main-cont-services{
  height: 600px;
}
.sec4-div-cont{
  height: auto;
  width: 100%;
  background-image:url(images/sec-4-bg-img-pattern.jpg);
  background-position: 100% 100%;

  position: relative;
  bottom: 0px;
  transform: translate(0%,0px);
  border-radius: 15px;
  left: 0px;
  padding: 40px 20px;
}
.sec4-div-cont-service{
  width: 820px;
}
.sec4-div-cont h2{
    font-size: 28px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 30px;
    line-height: 1.2;
}
.logo-sec4-div{
  height: 155px;
  width: 80%;
  background-color: white;
  text-align: center;
  padding: 30px 0px;
  border-radius: 12px;
  z-index: 5;

  margin: 0 auto;
  margin-bottom: 20px;
}
.logo-sec4-div:hover{
  border: 2px solid #ff8a00;
}
.logo-sec4-div img{
  height: 50px;
}
.logo-sec4-div h3{
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-top: 15px;
}
.logo-sec4-div h3:hover{
  cursor: pointer;
  color: #ff8a00;
}
.sec4-flex-cont{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0px 0px 0px;
}
.sec4-bttn-div{
  width: 275px;
  margin: 20px auto 0px;
  text-align: center;
}
.sec4-bttn-div a{
   padding: 15px 30px;
   background-color: #000000;
   border-radius: 35px;
   color: white;
   font-family: "Oswald", sans-serif;
   font-optical-sizing: auto;
   font-weight: 500;
   font-style: normal;
}
.sec4-bttn-div a:hover{
  background-color: #ff8a00;
}
.sec4-bttn-div-services{
  display: none;
}
.div-border-sec4{
  height: 390px;
  width: 500px;
  border: 2px solid black;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%,0%);
  z-index: -5;
  border-radius: 12px;
  display: none;
}
.div-border-sec4-services{
  width: 600px;
}
.div-border2-sec4{
  position: relative;
}
/* SECTION4 END */
/* SECTION5 START */

.sec5-main{
  background-color: rgba(35, 38, 45, 1);
  padding: 30px 20px;
}

.sec5-main-cont{ 
height: auto;
width: 100%;
text-align: center;
}

.sec5-main-cont h2{
  width: 100%;
  color: white;
  font-size: 36px;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
 
}

.sec5-main-cont-img{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height:auto;
  padding: 50px 0px 0px;
}

.sec-5-img-cont img{
  border-radius: 15px;
  width: 100%;
}

.sec-5-last-buttn{
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-5-last-buttn a{
  padding: 15px 48px;
  color: black;
  border-radius: 35px;
  background-color: white;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  transition: all 0.6s ease-in-out;
}

.sec-5-last-buttn a:hover{
  background-color: #ff8a00;
  color: whitesmoke;
}

.img-cont-sec5{
  padding: 20px 0px;
  
}

.img-cont-sec5 a{
  color: white;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  transition: all 0.6s ease-in-out;

}

.img-cont-sec5 a:hover{
  color: #ff8a00;
}

/* SECTION5 END */
/* SECTION6 START */
.sec6-main{
  height: auto;
  width: 100%;
  padding: 30px 20px;
}
.sec6-main-cont{
  height:auto;
  width: 100%;
  text-align: center;
}
.sec6-main-cont h3{
  font-size: 25px;
  color: black;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color:#ff8a00;
}
.sec6-main-cont h2{
  font-size: 36px;
  color: black;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.sec6-cont-flex{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec6-cont-flex div{
  height: 270px;
  width: 270px;
  background-color:orange;
  padding: 60px 0px;
  border-radius: 50%;
  margin: 8px auto;
 
  
}
.sec6-cont-flex div h3{
  padding: 10px 0px 0px;
  font-size: 22px;
 color: #515050;

}
.sec6-cont-flex div img{
  
}
.sec6-cont-flex div:hover{
    background-color: orange;
}
.sec6-cont-flex2{
  justify-content: space-evenly;
}


/* CONTACT START */
.contact-main-sec{
  background-color: #eee;
}
.map-sec-div {
  padding: 80px 0px;
}
.contact-sec-main-cont {
  height: auto;
  width: 100%;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  
}
.contact-sec-main-cont{
  height: auto;
  width: 100%;
  padding: 30px 0px;
  display: flex;
  justify-content: space-between;
   padding: 0px 20px;
}
.cont-sec-inner-cont-div{
  width: 100%;
  height: auto;
}
.input-form-cont div input{
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0px;
  font-size: 20px;
  padding-left: 20px;
}
.input-form-cont div textarea{
  width: 100%;
  height: 90px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0px;
  font-size: 20px;
  padding-left: 20px;

}
.input-form-cont div button{
 
 padding: 15px 40px;
 font-size: 20px;
 color: white;
 background-color: rgb(5, 171, 116);
 border: 0px;
 cursor: pointer;
 margin-top: 20px;
 margin-bottom: 40px;
}
.cont-button{
  width: 100%;
  text-align: center;
  
}
.input-form-cont label{
  font-size: 25px;
  font-weight: 400;
}
.cont-sec-inner-cont-div2 h2{
  font-size:40px;
  padding-bottom: 20px;
  font-weight: 700px;
}
.cont-sec-inner-cont-div2 p{
  font-size:14px;
  padding-bottom: 20px;
  font-weight: 300px;

}
.map{
  width: 100%;
  height: 280px;
}
.map-sec-div{
  padding: 0px 0px 20px;
}
.map-sec-div h2{
  font-size: 50px;
  padding-bottom: 20px;
}

/* CONTACT END */

/* RTL START */

.text-rtl{
  width: 100%;
  padding: 150px 80px;
 
}
.text-rtl p{
  text-align: right;
  padding-bottom: 30px;
}


/* RTL END */
/* SECTION7 END */
/* SECTION8 START */
/* SECTION8 END */
/* SECTION9 START */

.sec9-main{
  background-color: rgba(35, 38, 45, 1);
  padding: 50px 20px;
}
.sec9-main-cont{
     height: auto;
     width: 100%;
     display: flex;
     position: relative;
}

.img-div-sec9{
  height: 480px;
  width:100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px 0px;
  border-radius: 25px;
  padding: 40px 0px 0px;
  position: relative;
}
.img-div-sec9 img{
  width: 100%;
  height: 100%;
}

.sec-9-img-box2{
  background-color: rgba(255, 255, 255, 1);
  height: 500px;
  width: 380px;
 
}


.sec-9-box-3{
  width: 100%;
  height: 550px;
  position: relative;
  padding: 0px;
  top: 0px;
  left: 0%;
  bottom: 0px;
  border: 1.5px solid white;
  border-radius: 20px;
  z-index: 1;
  display: none;
}
.sec-9-box-3 h3{
    font-size: 45px;
    padding: 20px 0px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.sec-9-box-3 h2{
      font-size: 50px;
      color: white;
      padding-bottom: 20px;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
}
.sec-9-box-3 p{
      font-size: 25px;
      color: white;
      padding-bottom: 50px;
      width: 360px;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
}
.sec-9-box-3 a{
 padding: 15px 35px;
  font-size: 18px;
  background-color: #ff8a00;
  border-radius: 30px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.img-flex-sec9{
  display: flex;
  flex-direction: column;
  z-index: 5;
  height: auto;
  width: 100%;
}
.margin-box-sec9{
  margin-right: 0px;
}
.sec-9-small-box-2{
  width: 300px;
  height: 100px;
  background-color:#ff8a00;
  position: absolute;
  bottom: 40px;
  left:50%;
  transform: translate(-50%);
  border-radius: 18px;
  text-align: center;
  padding: 12px 0px;
  color: white;
}
.sec-9-small-box-2 h2{
  font-size: 25px;
  padding-bottom: 5px;
  font-weight: 800;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.sec-9-small-box-2 h3{
  font-size: 20px;
  font-weight: 800;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* section10 start */

.sec-10{
  background-color: rgb(244 244 244);
  width: 100%;
  height:auto;
  padding: 50px 70px;
}

.sec-10-logo-flex{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
 
}

.sec-10-logo-flex img{
  height: 130px;
  width: 100%;
  margin: 40px 0px;
}
/* SECTION10 END */

/* SECTION11  start */
.sec-11{
  background-color: rgb(255 255 255);
  padding: 30px 20px 20px;
}

.sec-11-heading h3{
  font-size: 25px;
  color: #ff8a00;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

.sec-11-heading h2{
  font-size: 35px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}

.sec-11-img-flex{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width:100%;
}
.sec-11-img{
  position: relative;
}

.sec-11-img img{
  height: 100%;
  width: 100%;
}

.sec-11-img-box{
  background-color: #fff;
  height: auto;
  width:100%;
  margin-bottom: 30px;
}

.sec-11-img-box h3 a{
  font-size: 20px;
  color: #ff8a00;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-top: 50px;
}

.sec-11-img-box h2 a{
  font-size: 30px;
  color: black;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  padding-top: 50px;
}

.sec-11-box-2{
  background-color: #ff8a00;
  height: 60px;
  width: 200px;
  position: absolute;
  bottom: 4px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-11-box-2 h2{
font-weight: 500;
color: white;
font-size: 20px;
font-style: normal;
text-align: center;
}

.sec-11-img-box-cont{
  padding: 10px 0px 30px 30px;
  box-shadow: 0 0px 40px #e5ecf6;
}
/* SECTION11 END */
/* FOOTER START */
.main-foot{
  height: auto;
  width: 100%;
  background-color: #242424;
  padding: 40px 20px;
}



.foot-box-flex{

  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content:space-evenly;
  height: auto;
  background-color: #313131;
  padding: 80px 0px;
  border-radius: 20px;
}

.foot-logo{
  display: flex;
  width: 250px;
  margin: 0 auto;
}

.foot-icon{
  margin-right: 0px;
  margin: 20px auto;
  
}
.icon999{
  color: aliceblue;
  font-size: 15px;
  background-color:#4e4d4d ;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.6s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: all 0.6s ease-in-out;
}

.icon999:hover{
  background-color: #ff8a00;
  color: white;
}

.foot-1 p{
 
  font-size: 20px;
  color: #dfdfdf;
  padding-top: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
}

.foot-1 {
  padding: 20px 10px 0px 20px;
  text-align: center;
}

.foot-2{
  color: #dfdfdf;
  text-align: center;
  margin: 20px 0px;
}


.foot-2 h3{
  font-size: 25px;
  padding-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: normal;
  
  
}


.foot-2 li{
    padding: 8px 0px;
}
.foot-2 li a{
  color: #dfdfdf;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}
.foot-2 li a:hover{
  color:#ff8a00;
}
.arrow-footer{
  font-size: 10px;
  margin-right: 10px;
  display: none;
}

.fott-contright{
  padding-bottom: 28px;
  width:100%;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dfdfdf;
 
}
.footer-contact{
  width:100%;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 10px;
  color: #dfdfdf;
}
.Copyright-footer-cont{
  width: 100%;
  font-size: 16px;
  color: #dfdfdf;
  text-align: center;
  padding: 40px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer-cont{
  height: auto;
  padding: 0px 0px 80px;
  width: 100%;
  position: relative;
}
.footer-cont h3{
  font-size: 24px;
  color:#dfdfdf;
  width: 100%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  
}
.footer-cont h2{
  font-size: 35px;
  color: white;
  width:100%;
  margin: 0 auto;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight:700;
  font-style: normal;
  padding: 20px 0px 0px;
}
.buttn-footer{
        height: auto;
        width:100%;
        padding: 20px 0px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%,33px);
        text-align: center;
}
.buttn-footer a{
  padding: 20px 30px;
  background-color:darkorange;
  font-size: 25px;
  color: white;
  font-family: Oswald;
  font-size: 22px;
  font-weight: 500;
  border-radius: 35px;
}
.buttn-footer a:hover{
  background-color: #000000;
}

/* FOOTER END */
}

@media(min-width:576px) and (max-width:767.98px){

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      text-decoration: none;
      list-style: none;
  }
  
  .container {
      margin: 0 auto;
      max-width:767.98px;
      padding: 0px 0px;
      
  }
  
  body {
      overflow-x: hidden;
  }
  
  .container{
      padding: 0 0px;
  }
  
  /* HEADER START */
  .main-header{
    height: auto;
    width: 100%;
    position: relative;
  }
  .option-div-nav{
    height: 100px;
    width: 150px;
    background-color:#303132;
    position: absolute;
    top: 26.1%;
    right: 32%;
    padding: 10px 30px;
    display: none;
    z-index: 15;
  }
  .option-div-nav{
    top: 212px;
  }
  .option-div-nav li{
    padding-bottom: 10px;
  
  }
  .option-div-nav li a{
    font-size: 20px;
    color:white;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  
  /* HEADER END */
  /* NAV START */
  .main-nav{
      
  }
  
  .main-nav-cont1{
      background-color:#000000;
      padding:20px 0px;
    
  }
  .iconarrow{
    margin-left: 10px;
    cursor: pointer;
  }
  .first-navbar{
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      align-items: center;
  }
  
  .navlink-1{
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0px;
  }
  .nav-call-cont{
    padding: 10px 0px;
  }
  .nav-call-cont h2{
      font-size: 17px;
      color: #ff8a00;
      font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  
  .nav-call-cont h3{
      font-size: 17px;
      color: white;
      font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .nav-call{
      padding-top: 10px;
      padding-right:15px;
  }
  
  .navlink-3{
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 0px
  }
  .nav-email{
      padding: 4px 15px 0px 0px;
  }
  .nav-mail-cont h2{
      font-size: 17px;
      color: #ff8a00;
      font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  
  .nav-mail-cont h3{
      font-size: 17px;
      color: white;
      font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  
  .main-nav-cont2{
      background-color: #212223;
      padding: 0px 0;
  }
  
  .nav-main-icon{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
  }
  
  .nav-icon1{
     width: auto;
     align-items: center;
     width: 100%;
     padding: 10px 10px;
     position: relative;
  }
  .nav-icon1 i{
      margin: 6px;
      font-size: 26px;
      cursor: pointer;
      color: rgb(136, 139, 141);
  }
  .nav-icon1 i:hover{
      color: white;
      cursor: pointer;
  }
  
  .nav-2-links{
      display: inline-flex;
      justify-content: space-evenly;
      flex-direction: column;
      align-items: center;
      background-color: white;
     width: 100%;
     height: 50vh;
     position: absolute;
     left: -100%;
     transition: 1000ms;
     z-index: 5;
  }
  .menu{
      position: absolute;
      left: 0%;
      transition: 1000ms;
  }
  .nav-icon2{
    width: 100%;
  }
  .nav-2-links li{
      padding-right: 0px;
      color:black;
      width: 100%;
      text-align: center;
      
  }
  
  .nav-2-links li a{
      font-size: 17px;
      color: black;
      font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    transition: all 0.7s ease-in-out;
  }
  
  .nav-2-links li a:hover{
      color: #ff8a00;
  }
  
  .nav-home{
      color: #ff8a00;
  }
  
  .nav-icon22{
      color: #020202e6;
      font-size: 22px;
  
  }
  .nav-icon3 i{
      color: rgb(136, 139, 141);
      cursor: pointer;
  }
  .nav-icon3 i:hover{
      color: white;
      cursor: pointer;
  }
  .nav-icon3{
    position: absolute;
    transform: translate(40px,18px);
  }
  .bars{
    position:absolute;
    right: 20px;
    top: 40%;
    transform: translate(0px,-50%);
    color: white;
    display: block;
  }
  
  
  /* NAV END */
  /*BANNER START */
  .banner{
     height: 300px;
     z-index: 2;
     position: relative;
    
  }
  
  
  html,
  body {
    position: relative;
    height: 100%;
  }
  
  body {
   
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
  }
  
  .swiper {
    width: 100%;
    height:100%;
   
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-slide img{
    width: 100%;
    height: 100%;
  }
  .banner-cont{
    height: 280px;
    width: 100%;
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 40px 0px 0px;
  }
  .banner-cont h1{
    color: white;
    font-size: 38px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 40px;
  }
  .banner-cont a{
    padding: 12px 30px;
    background-color:#ff8a00;
    color: white;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 550;
    font-style: normal;
    border-radius: 30px;
  }
  /* BANNER END */
  /* about banner start */
  .banner-about{
    background-image: url(images/about-header-img.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .about-cont-banner{
   
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    
  }
  .about-cont-banner h1{
    font-size: 56px;
    color: white;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    text-align: center;
   
  }
  /* about banner end */
  /* SECTION1 START */
     .sec1-main{
      padding: 20px 20px;
      background-color: whitesmoke;
      
     }
  
     .sec1-main-cont{
      display: flex;
      flex-direction: column;
      position: relative;
      padding: 20px 0px;
     }
  
     .sec-1-box-1{
      background-color: rgba(255, 255, 255, 1);
      border-radius: 15px;
      padding: 80px 20px 80px 20px;
      width: 100%;
      box-shadow: 0px 0px 10px 15px #edecec;
      text-align: center;
     }
  
     .sec-1-box-1 h2{
       color: #ff8a00;
       font-size: 24px;
       font-family: "Oswald", sans-serif;
       font-optical-sizing: auto;
       font-weight: 500;
       font-style: normal;
     }
  
     .sec-1-box-1 h3{
      color: black;
      font-size: 40px;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
     }
  
     .sec-1-box-1 h4{
      color: black;
      font-size: 30px;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
      padding-bottom: 30px;
     }
  
     .sec-1-box-1 p{
      color: black;
      font-size: 20px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: normal;
     }
     .sec-1-box-2{
      padding-left: 0px;
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
     }
  
     .sec-1-box-2 img{
      border-radius: 15px;
      width: 100%;
     }
  
     .sec-1-box-3-box1{
      background-color: #ff8a00;
      height: 200px;
      width: 100%;
      display: flex;
      justify-content: space-around;
      align-items: center;
      border-radius: 15px;
      margin-bottom: 30px;
     }
  
     .sec-1-box-3-box1-logo{
      border: 5px solid white;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
     }
  
     .playicon-111{
      color: white;
      font-size: 25px;
     }
  
     .sec-1-box-3-box2{
      background-color: rgba(35, 38, 45, 1);
      height: 190px;
      width: 100%;
      display: flex;
      justify-content: space-around;
      align-items: center;
      border-radius: 15px;
      margin-bottom: 30px;
     }
  
     .sec-1-box-3-box3{
      background-color: rgba(35, 38, 45, 1);
      height: 190px;
      width:100%;
      display: flex;
      justify-content: space-around;
      border-radius: 15px;
      align-items: center; 
     }
  
     .sec-1-box-3{
      position: relative;
      right: 0;
      bottom:0;
      z-index: 4;
      width: 100%;
  
     }
  
     .sec-1-box-3-box-cont h2{
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      color: white;
     }
  
     .sec-1-box-3-box-cont h3{
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      color: white;
     }
  /* SECTION1 END */
  /* SECTION2 START */
    .sec2-main{
      padding: 0px 0px;
    }
  
    .sec2-main-cont{
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      height: auto;
      padding: 20px 20px 80px;
    }
  
    .sec-2-box-2{
      height: 350px;
      width: 290px;
      background-color: #ff8a00;
      border-radius: 15px;
      text-align: center;
      position: absolute;
      transform:translate(-50%,-50%);
      top: 50%;
      left: 50%;
      
    }
  
    .sec-2-box-2 h2{
      color: white;
      font-size: 160px;
      padding-top: 10px;
     text-shadow: 12px 12px  rgba(0, 0, 0, 0.073);
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
    }
   
    .sec-2-box-2 p{
      color: white;
      font-size: 40px;
      padding-bottom: 10px;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
    }
  
    .sec-2-box-2 p{
      color: white;
      font-size: 20px;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
    }
  
    .sec-2-box-3{
      height:480px;
      width:100%;
    }
   
    .sec-2-box-1 img{
      border-radius: 15px;
      width: 100%;
    }
  
    .sec-2-box-1{
      position: relative;
    }
  
    .sec-2-box-3 h2{
      font-size: 22px;
      color: #ff8a00;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      padding-bottom: 0px;
      text-align: center;
      padding-top: 30px;
    }
    
    .sec-2-box-3 h3{
      font-size: 40px;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      text-align: center;
    }
  
    .sec-2-box-3 h4{
      font-size: 30px;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      padding-bottom: 18px;
      text-align: center;
    }
  
    .sec-2-box-3 p{
      font-size:18px;
      padding-bottom: 40px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: normal;
      width: 100%;
      text-align: center;
    }
    
    .sec-2-check-icon{
      color: #ff8a00;
      font-size: 16px;
      margin-right: 10px;
    }
    .sec-2-icon-box a{
      font-family: "Roboto", sans-serif;
     font-weight: 500;
     font-style: normal;
     font-size: 18px;
     color: #000000;
     
    }
  
    .sec-2-icon-box{
      padding-top: 10px;
    }
    
    .sec-2-main-button{
      margin-top: 40px;
      text-align: center;
      padding-bottom: 40px;
    }
    
    .sec-2-main-button a{
      padding: 10px 40px;
      background-color: #000000;
      color: white;
      font-size: 18px;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 300;
     font-style: normal;
     border-radius: 35px;
     transition: all 0.6s ease-in-out;
    }
  
    .sec-2-main-button a:hover{
      background-color: #ff8a00;
      color: white;
    }
    
    .sec-2-cont-2{
      background-color: #c3bcbc;
      width:  100%;
      height:1560px;
      padding: 50px 20px 0px;
    }
  
    .sec-2-img-cont2{
      display: flex;
      flex-direction: column;
      justify-content: space-evenly; 
      position:relative;
      bottom:0px;
      width: 100%;
     padding: 0px;
     height: auto;
     
    }
  
    .sec-2-cont-2{
      margin-top: 0px;
    }
  
    .sec-2-img3 img{
      border-radius: 15px;  
      width: 100%; 
    }
  
  .sec2-position{
    width: 100%;
    height: 200px;
    position: relative;
  }
  .h2-sec2-cont{
    position:relative;
    bottom: 60px;
    padding-left: 0px;
    text-align: center;
  }
  .h2-sec2-cont h2{
    font-size: 22px;
    color: white;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
   font-style: normal;
  }

  
  /* SECTION2 END */
  /* SECTION3 START */
    .sec3-main{
      padding: 30px 20px 30px;
    }
  
    .sec3-main-cont-flex{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  
  
  
    .sec-3-box-1 h3{
      color: #ff8a00;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-size: 25px;
      padding-bottom: 20px;
      text-align: center;
    }
  
    .sec-3-box-1 h2{
      width:100%;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 900;
      font-style: normal;
      font-size: 40px;
      text-align: center;
      
    }
  
    .sec-3-h2-span{
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-size: 30px;
      display: block;
     
    }
  
    .sec-3-box-1 p{
      font-size: 20px;
      padding-top: 30px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: normal;
      width:100%;
      padding-bottom: 0px;
      text-align: center;
    }
  
   .sec-3-box-2{
    height: 110px;
    width: 250px;
    background-color: rgb(35 36 45);
    border-radius: 15px;
    position: absolute;
    left:50%;
    right:50%;
    transform: translateX(-50%);
    bottom: 51px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
   }
  
   .sec-3-box-2 h2{
    color: white;
    text-align: center;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 100%;
   }
  
   .sec-3-box-3{
    position: relative;
   }
  
   .sec-3-box-home{
    height: 400px;
    width:100%;
    background-image: url(./images/home-img.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left:0px;
   }
  
   .sec-3-box-home-cont{
    text-align: center;
    padding-top: 80px;
   }
  
   .sec-3-box-home-cont p{
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    padding-top: 30px;
   }
  
   .sec-3-box-home-cont h2{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 110px;
    color: rgb(35 36 45);
    line-height:150px; 
   }
  
   .sec-3-box-3 img{
    border-radius: 15px;
    width: 100%;
   }
   .sec-3-box-3{
    width: 100%;
   }
  
  /* SECTION3 END */
  /* SECTION4 START */
  .sec4-main{
    height:auto;
    width: 100%;
    background-color: rgb(202, 201, 201);
    position: relative;
    border-radius: 15px;
  }
  .sec4-main-cont-services{
    height: 600px;
  }
  .sec4-div-cont{
    height: auto;
    width: 100%;
    background-image:url(images/sec-4-bg-img-pattern.jpg);
    background-position: 100% 100%;
  
    position: relative;
    bottom: 0px;
    transform: translate(0%,0px);
    border-radius: 15px;
    left: 0px;
    padding: 40px 20px;
  }
  .sec4-div-cont-service{
    width: 820px;
  }
  .sec4-div-cont h2{
      font-size: 30px;
      width: 100%;
      text-align: center;
      margin: 0 auto;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
      padding-bottom: 30px;
      line-height: 1.2;
  }
  .logo-sec4-div{
    height: 200px;
    width: 80%;
    background-color: white;
    text-align: center;
    padding: 40px 0px;
    border-radius: 12px;
    z-index: 5;
  
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .logo-sec4-div:hover{
    border: 2px solid #ff8a00;
  }
  .logo-sec4-div img{
    height: 50px;
  }
  .logo-sec4-div h3{
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    padding-top: 15px;
  }
  .logo-sec4-div h3:hover{
    cursor: pointer;
    color: #ff8a00;
  }
  .sec4-flex-cont{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0px 0px 0px;
  }
  .sec4-bttn-div{
    width: 275px;
    margin: 20px auto 0px;
    text-align: center;
  }
  .sec4-bttn-div a{
     padding: 15px 30px;
     background-color: #000000;
     border-radius: 35px;
     color: white;
     font-family: "Oswald", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
  }
  .sec4-bttn-div a:hover{
    background-color: #ff8a00;
  }
  .sec4-bttn-div-services{
    display: none;
  }
  .div-border-sec4{
    height: 390px;
    width: 500px;
    border: 2px solid black;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,0%);
    z-index: -5;
    border-radius: 12px;
    display: none;
  }
  .div-border-sec4-services{
    width: 600px;
  }
  .div-border2-sec4{
    position: relative;
  }
  /* SECTION4 END */
  /* SECTION5 START */
  
  .sec5-main{
    background-color: rgba(35, 38, 45, 1);
    padding: 30px 30px;
  }
  
  .sec5-main-cont{ 
  height: auto;
  width: 100%;
  text-align: center;
  }
  
  .sec5-main-cont h2{
    width: 100%;
    color: white;
    font-size: 36px;
    margin: 0 auto;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 550;
    font-style: normal;
   
  }
  
  .sec5-main-cont-img{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height:auto;
    padding: 50px 0px 0px;
  }
  
  .sec-5-img-cont img{
    border-radius: 15px;
    width: 100%;
  }
  
  .sec-5-last-buttn{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec-5-last-buttn a{
    padding: 15px 48px;
    color: black;
    border-radius: 35px;
    background-color: white;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    transition: all 0.6s ease-in-out;
  }
  
  .sec-5-last-buttn a:hover{
    background-color: #ff8a00;
    color: whitesmoke;
  }
  
  .img-cont-sec5{
    padding: 20px 0px;
    
  }
  
  .img-cont-sec5 a{
    color: white;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    transition: all 0.6s ease-in-out;
  
  }
  
  .img-cont-sec5 a:hover{
    color: #ff8a00;
  }
  
  /* SECTION5 END */
  /* SECTION6 START */
  .sec6-main{
    height: auto;
    width: 100%;
    padding: 30px 20px;
  }
  .sec6-main-cont{
    height:auto;
    width: 100%;
    text-align: center;
  }
  .sec6-main-cont h3{
    font-size: 25px;
    color: black;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    color:#ff8a00;
  }
  .sec6-main-cont h2{
    font-size: 36px;
    color: black;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 550;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .sec6-cont-flex{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sec6-cont-flex div{
    height: 400px;
    width: 400px;
    background-color:orange;
    padding: 70px 0px;
    border-radius: 50%;
    margin: 8px auto;
    
  }
  .sec6-cont-flex div h3{
    padding: 10px 0px 0px;
    font-size: 25px;
    color: #515050;
  
  }
  .sec6-cont-flex div img{
    height: 180px;
  }
  .sec6-cont-flex div:hover{
      background-color: orange;
  }
  .sec6-cont-flex2{
    justify-content: space-evenly;
  }
  
  
 /* CONTACT START */
.contact-main-sec{
  background-color: #eee;
}
.map-sec-div {
  padding: 80px 0px;
}
.contact-sec-main-cont {
  height: auto;
  width: 100%;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  
}
.contact-sec-main-cont{
  height: auto;
  width: 100%;
  padding: 30px 0px;
  display: flex;
  justify-content: space-between;
   padding: 0px 20px;
}
.cont-sec-inner-cont-div{
  width: 100%;
  height: auto;
}
.input-form-cont div input{
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0px;
  font-size: 20px;
  padding-left: 20px;
}
.input-form-cont div textarea{
  width: 100%;
  height: 90px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0px;
  font-size: 20px;
  padding-left: 20px;

}
.input-form-cont div button{
 
 padding: 15px 40px;
 font-size: 20px;
 color: white;
 background-color: rgb(5, 171, 116);
 border: 0px;
 cursor: pointer;
 margin-top: 20px;
 margin-bottom: 40px;
}
.cont-button{
  width: 100%;
  text-align: center;
  
}
.input-form-cont label{
  font-size: 25px;
  font-weight: 400;
}
.cont-sec-inner-cont-div2 h2{
  font-size:40px;
  padding-bottom: 20px;
  font-weight: 700px;
}
.cont-sec-inner-cont-div2 p{
  font-size:14px;
  padding-bottom: 20px;
  font-weight: 300px;

}
.map{
  width: 100%;
  height: 280px;
}
.map-sec-div{
  padding: 0px 0px 20px;
}
.map-sec-div h2{
  font-size: 50px;
  padding-bottom: 20px;
}

/* CONTACT END */
  /* RTL START */
  
  .text-rtl{
    width: 100%;
    padding: 150px 80px;
   
  }
  .text-rtl p{
    text-align: right;
    padding-bottom: 30px;
  }
  
  
  /* RTL END */
  /* SECTION7 END */
  /* SECTION8 START */
  /* SECTION8 END */
  /* SECTION9 START */
  
  .sec9-main{
    background-color: rgba(35, 38, 45, 1);
    padding: 50px 40px;
  }
  .sec9-main-cont{
       height: auto;
       width: 100%;
       display: flex;
       position: relative;
  }
  
  .img-div-sec9{
    height: 480px;
    width:100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 0px;
    border-radius: 25px;
    padding: 50px 0px 0px;
    position: relative;
  }
  .img-div-sec9 img{
    width: 100%;
    height: 100%;
    margin: 20px 0px;
  }
  
  .sec-9-img-box2{
    background-color: rgba(255, 255, 255, 1);
    height: 500px;
    width: 380px;
  }
  
  
  .sec-9-box-3{
    width: 100%;
    height: 550px;
    position: relative;
    padding: 0px;
    top: 0px;
    left: 0%;
    bottom: 0px;
    border: 1.5px solid white;
    border-radius: 20px;
    z-index: 1;
    display: none;
  }
  .sec-9-box-3 h3{
      font-size: 45px;
      padding: 20px 0px;
      color: #ff8a00;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
  }
  .sec-9-box-3 h2{
        font-size: 50px;
        color: white;
        padding-bottom: 20px;
        font-family: "Oswald", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
  }
  .sec-9-box-3 p{
        font-size: 25px;
        color: white;
        padding-bottom: 50px;
        width: 360px;
        font-family: "Oswald", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
  }
  .sec-9-box-3 a{
   padding: 15px 35px;
    font-size: 18px;
    background-color: #ff8a00;
    border-radius: 30px;
    color: white;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .img-flex-sec9{
    display: flex;
    flex-direction: column;
    z-index: 5;
    height: auto;
    width: 100%;
  }
  .margin-box-sec9{
    margin-right: 0px;
  }
  .sec-9-small-box-2{
    width: 300px;
    height: 100px;
    background-color:#ff8a00;
    position: absolute;
    bottom: 40px;
    left:50%;
    transform: translate(-50%);
    border-radius: 18px;
    text-align: center;
    padding: 12px 0px;
    color: white;
  }
  .sec-9-small-box-2 h2{
    font-size: 25px;
    padding-bottom: 5px;
    font-weight: 800;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  
  .sec-9-small-box-2 h3{
    font-size: 20px;
    font-weight: 800;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  
  /* section10 start */
  
  .sec-10{
    background-color: rgb(244 244 244);
    width: 100%;
    height:auto;
    padding: 50px 120px;
  }
  
  .sec-10-logo-flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
   
  }
  
  .sec-10-logo-flex img{
    height: 130px;
    width: 100%;
    margin: 40px 0px;
  }
  /* SECTION10 END */
  
  /* SECTION11  start */
  .sec-11{
    background-color: rgb(255 255 255);
    padding: 30px 40px 20px;
  }
  
  .sec-11-heading h3{
    font-size: 25px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
  }
  
  .sec-11-heading h2{
    font-size: 35px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  
  .sec-11-img-flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:100%;
  }
  .sec-11-img{
    position: relative;
  }
  
  .sec-11-img img{
    height: 100%;
    width: 100%;
  }
  
  .sec-11-img-box{
    background-color: #fff;
    height: auto;
    width:100%;
    margin-bottom: 30px;
  }
  
  .sec-11-img-box h3 a{
    font-size: 20px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-top: 50px;
  }
  
  .sec-11-img-box h2 a{
    font-size: 30px;
    color: black;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 550;
    font-style: normal;
    padding-top: 50px;
  }
  
  .sec-11-box-2{
    background-color: #ff8a00;
    height: 60px;
    width: 200px;
    position: absolute;
    bottom: 4px;
    left: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .sec-11-box-2 h2{
  font-weight: 500;
  color: white;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  }
  
  .sec-11-img-box-cont{
    padding: 10px 0px 30px 30px;
    box-shadow: 0 0px 40px #e5ecf6;
  }
  /* SECTION11 END */
  /* FOOTER START */
  .main-foot{
    height: auto;
    width: 100%;
    background-color: #242424;
    padding: 40px 20px;
  }
  
  
  
  .foot-box-flex{
  
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content:space-evenly;
    height: auto;
    background-color: #313131;
    padding: 80px 0px;
    border-radius: 20px;
  }
  
  .foot-logo{
    display: flex;
    width: 250px;
    margin: 0 auto;
  }
  
  .foot-icon{
    margin-right: 0px;
    margin: 20px auto;
    
  }
  .icon999{
    color: aliceblue;
    font-size: 15px;
    background-color:#4e4d4d ;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.6s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all 0.6s ease-in-out;
  }
  
  .icon999:hover{
    background-color: #ff8a00;
    color: white;
  }
  
  .foot-1 p{
   
    font-size: 20px;
    color: #dfdfdf;
    padding-top: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
  }
  
  .foot-1 {
    padding: 20px 10px 0px 20px;
    text-align: center;
  }
  
  .foot-2{
    color: #dfdfdf;
    text-align: center;
    margin: 20px 0px;
  }
  
  
  .foot-2 h3{
    font-size: 25px;
    padding-bottom: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-style: normal;
    
    
  }
  
  
  .foot-2 li{
      padding: 8px 0px;
  }
  .foot-2 li a{
    color: #dfdfdf;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    
  }
  .foot-2 li a:hover{
    color:#ff8a00;
  }
  .arrow-footer{
    font-size: 10px;
    margin-right: 10px;
    display: none;
  }
  
  .fott-contright{
    padding-bottom: 28px;
    width:100%;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #dfdfdf;
   
  }
  .footer-contact{
    width:100%;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 10px;
    color: #dfdfdf;
  }
  .Copyright-footer-cont{
    width: 100%;
    font-size: 16px;
    color: #dfdfdf;
    text-align: center;
    padding: 40px 0px 0px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .footer-cont{
    height: auto;
    padding: 0px 0px 80px;
    width: 100%;
    position: relative;
  }
  .footer-cont h3{
    font-size: 24px;
    color:#dfdfdf;
    width: 100%;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-style: normal;
    
  }
  .footer-cont h2{
    font-size: 35px;
    color: white;
    width:100%;
    margin: 0 auto;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight:700;
    font-style: normal;
    padding: 20px 0px 0px;
  }
  .buttn-footer{
          height: auto;
          width:100%;
          padding: 20px 0px;
          position: absolute;
          bottom: 0px;
          left: 50%;
          transform: translate(-50%,33px);
          text-align: center;
  }
  .buttn-footer a{
    padding: 20px 30px;
    background-color:darkorange;
    font-size: 25px;
    color: white;
    font-family: Oswald;
    font-size: 22px;
    font-weight: 500;
    border-radius: 35px;
  }
  .buttn-footer a:hover{
    background-color: #000000;
  }
  
  /* FOOTER END */
  
    
}

@media(min-width:768px) and (max-width:991.98px){
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

.container {
    margin: 0 auto;
    max-width:767.98px;
    padding: 0px 0px;
    
}

body {
    overflow-x: hidden;
}

.container{
    padding: 0 0px;
}

/* HEADER START */
.main-header{
  height: auto;
  width: 100%;
  position: relative;
}
.option-div-nav{
  height: 100px;
  width: 150px;
  background-color:#303132;
  position: absolute;
  top: 26.1%;
  right: 32%;
  padding: 10px 30px;
  display: none;
  z-index: 15;
}
.option-div-nav{
  top: 212px;
}
.option-div-nav li{
  padding-bottom: 10px;

}
.option-div-nav li a{
  font-size: 20px;
  color:white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* HEADER END */
/* NAV START */
.main-nav{
    
}

.main-nav-cont1{
    background-color:#000000;
    padding:20px 0px;
  
}
.iconarrow{
  margin-left: 10px;
  cursor: pointer;
}
.first-navbar{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.navlink-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}
.nav-call-cont{
  padding: 10px 0px;
}
.nav-call-cont h2{
    font-size: 17px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.nav-call-cont h3{
    font-size: 17px;
    color: white;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.nav-call{
    padding-top: 10px;
    padding-right:15px;
}

.navlink-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px
}
.nav-email{
    padding: 4px 15px 0px 0px;
}
.nav-mail-cont h2{
    font-size: 17px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.nav-mail-cont h3{
    font-size: 17px;
    color: white;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.main-nav-cont2{
    background-color: #212223;
    padding: 0px 0;
}

.nav-main-icon{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.nav-icon1{
   width: auto;
   align-items: center;
   width: 100%;
   padding: 10px 10px;
   position: relative;
}
.nav-icon1 i{
    margin: 6px;
    font-size: 26px;
    cursor: pointer;
    color: rgb(136, 139, 141);
}
.nav-icon1 i:hover{
    color: white;
    cursor: pointer;
}

.nav-2-links{
    display: inline-flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    background-color: white;
   width: 100%;
   height: 50vh;
   position: absolute;
   left: -100%;
   transition: 1000ms;
   z-index: 5;
}
.menu{
    position: absolute;
    left: 0%;
    transition: 1000ms;
}
.nav-icon2{
  width: 100%;
}
.nav-2-links li{
    padding-right: 0px;
    color:black;
    width: 100%;
    text-align: center;
    
}

.nav-2-links li a{
    font-size: 17px;
    color: black;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  transition: all 0.7s ease-in-out;
}

.nav-2-links li a:hover{
    color: #ff8a00;
}

.nav-home{
    color: #ff8a00;
}

.nav-icon22{
    color: #020202e6;
    font-size: 22px;

}
.nav-icon3 i{
    color: rgb(136, 139, 141);
    cursor: pointer;
}
.nav-icon3 i:hover{
    color: white;
    cursor: pointer;
}
.nav-icon3{
  position: absolute;
  transform: translate(40px,18px);
}
.bars{
  position:absolute;
  right: 20px;
  top: 40%;
  transform: translate(0px,-50%);
  color: white;
  display: block;
}


/* NAV END */
/*BANNER START */
.banner{
   height: 300px;
   z-index: 2;
   position: relative;
  
}


html,
body {
  position: relative;
  height: 100%;
}

body {
 
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height:100%;
 
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
}
.banner-cont{
  height: 320px;
  width: 60%;
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  padding: 40px 0px 0px;
}
.banner-cont h1{
  color: white;
  font-size: 38px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 40px;
}
.banner-cont a{
  padding: 12px 30px;
  background-color:#ff8a00;
  color: white;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  border-radius: 30px;
}
/* BANNER END */
/* about banner start */
.banner-about{
  background-image: url(images/about-header-img.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about-cont-banner{
 
  height: 260px;
  width: 100%;
  display: flex;
  align-items: center;

}
.about-cont-banner h1{
  font-size: 56px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  text-align: center;
}
/* about banner end */
/* SECTION1 START */
   .sec1-main{
    padding: 20px 50px;
    background-color: whitesmoke;
    
   }

   .sec1-main-cont{
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px 0px;
   }

   .sec-1-box-1{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    padding: 80px 20px 80px 20px;
    width: 100%;
    box-shadow: 0px 0px 10px 15px #edecec;
    text-align: center;
   }

   .sec-1-box-1 h2{
     color: #ff8a00;
     font-size: 24px;
     font-family: "Oswald", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
   }

   .sec-1-box-1 h3{
    color: black;
    font-size: 40px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
   }

   .sec-1-box-1 h4{
    color: black;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 30px;
   }

   .sec-1-box-1 p{
    color: black;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
   }
   .sec-1-box-2{
    padding-left: 0px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
   }

   .sec-1-box-2 img{
    border-radius: 15px;
    width: 100%;
   }

   .sec-1-box-3-box1{
    background-color: #ff8a00;
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 30px;
   }

   .sec-1-box-3-box1-logo{
    border: 5px solid white;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
   }

   .playicon-111{
    color: white;
    font-size: 25px;
   }

   .sec-1-box-3-box2{
    background-color: rgba(35, 38, 45, 1);
    height: 190px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 30px;
   }

   .sec-1-box-3-box3{
    background-color: rgba(35, 38, 45, 1);
    height: 190px;
    width:100%;
    display: flex;
    justify-content: space-around;
    border-radius: 15px;
    align-items: center; 
   }

   .sec-1-box-3{
    position: relative;
    right: 0;
    bottom:0;
    z-index: 4;
    width: 100%;

   }

   .sec-1-box-3-box-cont h2{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: white;
   }

   .sec-1-box-3-box-cont h3{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: white;
   }
/* SECTION1 END */
/* SECTION2 START */
  .sec2-main{
    padding: 0px 0px;
  }

  .sec2-main-cont{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: auto;
    padding: 20px 50px 80px;
  }

  .sec-2-box-2{
    height: 350px;
    width: 290px;
    background-color: #ff8a00;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    transform:translate(-50%,-50%);
    top: 50%;
    left: 50%;
    
  }

  .sec-2-box-2 h2{
    color: white;
    font-size: 160px;
    padding-top: 10px;
   text-shadow: 12px 12px  rgba(0, 0, 0, 0.073);
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
 
  .sec-2-box-2 p{
    color: white;
    font-size: 40px;
    padding-bottom: 10px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }

  .sec-2-box-2 p{
    color: white;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .sec-2-box-3{
    height:480px;
    width:100%;
  }
 
  .sec-2-box-1 img{
    border-radius: 15px;
    width: 100%;
  }

  .sec-2-box-1{
    position: relative;
  }

  .sec-2-box-3 h2{
    font-size: 22px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 0px;
    text-align: center;
    padding-top: 30px;
  }
  
  .sec-2-box-3 h3{
    font-size: 40px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
  }

  .sec-2-box-3 h4{
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 18px;
    text-align: center;
  }

  .sec-2-box-3 p{
    font-size:18px;
    padding-bottom: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    text-align: center;
  }
  
  .sec-2-check-icon{
    color: #ff8a00;
    font-size: 16px;
    margin-right: 10px;
  }
  .sec-2-icon-box a{
    font-family: "Roboto", sans-serif;
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
   color: #000000;
   
  }

  .sec-2-icon-box{
    padding-top: 10px;
  }
  
  .sec-2-main-button{
    margin-top: 40px;
    text-align: center;
    padding-bottom: 40px;
  }
  
  .sec-2-main-button a{
    padding: 10px 40px;
    background-color: #000000;
    color: white;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
   font-style: normal;
   border-radius: 35px;
   transition: all 0.6s ease-in-out;
  }

  .sec-2-main-button a:hover{
    background-color: #ff8a00;
    color: white;
  }
  
  .sec-2-cont-2{
    background-color: #c3bcbc;
    width:  100%;
    height:1850px;
    padding: 50px 50px 0px;
  }

  .sec-2-img-cont2{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; 
    position:relative;
    bottom:0px;
    width: 100%;
   padding: 0px;
   height: auto;
   
  }

  .sec-2-cont-2{
    margin-top: 0px;
  }

  .sec-2-img3 img{
    border-radius: 15px;  
    width: 100%; 
  }

.sec2-position{
  width: 100%;
  height: 200px;
  position: relative;
}
.h2-sec2-cont{
  position:relative;
  bottom: 60px;
  padding-left: 0px;
  text-align: center;
}
.h2-sec2-cont h2{
  font-size: 22px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
 font-style: normal;
}


/* SECTION2 END */
/* SECTION3 START */
  .sec3-main{
    padding: 30px 50px 30px;
  }

  .sec3-main-cont-flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }



  .sec-3-box-1 h3{
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    padding-bottom: 20px;
    text-align: center;
  }

  .sec-3-box-1 h2{
    width:100%;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 40px;
    text-align: center;
    
  }

  .sec-3-h2-span{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    display: block;
   
  }

  .sec-3-box-1 p{
    font-size: 20px;
    padding-top: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    width:100%;
    padding-bottom: 0px;
    text-align: center;
  }

 .sec-3-box-2{
  height: 110px;
  width: 250px;
  background-color: rgb(35 36 45);
  border-radius: 15px;
  position: absolute;
  left:50%;
  right:50%;
  transform: translateX(-50%);
  bottom: 51px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
 }

 .sec-3-box-2 h2{
  color: white;
  text-align: center;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100%;
 }

 .sec-3-box-3{
  position: relative;
 }

 .sec-3-box-home{
  height: 400px;
  width:100%;
  background-image: url(./images/home-img.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left:0px;
 }

 .sec-3-box-home-cont{
  text-align: center;
  padding-top: 80px;
 }

 .sec-3-box-home-cont p{
  color: #ff8a00;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  padding-top: 30px;
 }

 .sec-3-box-home-cont h2{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 110px;
  color: rgb(35 36 45);
  line-height:150px; 
 }

 .sec-3-box-3 img{
  border-radius: 15px;
  width: 100%;
 }
 .sec-3-box-3{
  width: 100%;
 }

/* SECTION3 END */
/* SECTION4 START */
.sec4-main{
  height:auto;
  width: 100%;
  background-color: rgb(202, 201, 201);
  position: relative;
  border-radius: 15px;
}
.sec4-main-cont-services{
  height: 600px;
}
.sec4-div-cont{
  height: auto;
  width: 100%;
  background-image:url(images/sec-4-bg-img-pattern.jpg);
  background-position: 100% 100%;

  position: relative;
  bottom: 0px;
  transform: translate(0%,0px);
  border-radius: 15px;
  left: 0px;
  padding: 40px 20px;
}
.sec4-div-cont-service{
  width: 820px;
}
.sec4-div-cont h2{
    font-size: 35px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 30px;
    line-height: 1.2;
}
.logo-sec4-div{
  height: 280px;
  width: 80%;
  background-color: white;
  text-align: center;
  padding: 80px 0px;
  border-radius: 12px;
  z-index: 5;

  margin: 0 auto;
  margin-bottom: 20px;
}
.logo-sec4-div:hover{
  border: 2px solid #ff8a00;
}
.logo-sec4-div img{
  height: 50px;
}
.logo-sec4-div h3{
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-top: 15px;
}
.logo-sec4-div h3:hover{
  cursor: pointer;
  color: #ff8a00;
}
.sec4-flex-cont{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0px 0px 0px;
}
.sec4-bttn-div{
  width: 275px;
  margin: 20px auto 0px;
  text-align: center;
}
.sec4-bttn-div a{
   padding: 15px 30px;
   background-color: #000000;
   border-radius: 35px;
   color: white;
   font-family: "Oswald", sans-serif;
   font-optical-sizing: auto;
   font-weight: 500;
   font-style: normal;
}
.sec4-bttn-div a:hover{
  background-color: #ff8a00;
}
.sec4-bttn-div-services{
  display: none;
}
.div-border-sec4{
  height: 390px;
  width: 500px;
  border: 2px solid black;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%,0%);
  z-index: -5;
  border-radius: 12px;
  display: none;
}
.div-border-sec4-services{
  width: 600px;
}
.div-border2-sec4{
  position: relative;
}
/* SECTION4 END */
/* SECTION5 START */

.sec5-main{
  background-color: rgba(35, 38, 45, 1);
  padding: 30px 50px;
}

.sec5-main-cont{ 
height: auto;
width: 100%;
text-align: center;
}

.sec5-main-cont h2{
  width: 100%;
  color: white;
  font-size: 36px;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
 
}

.sec5-main-cont-img{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height:auto;
  padding: 50px 0px 0px;
}

.sec-5-img-cont img{
  border-radius: 15px;
  width: 100%;
}

.sec-5-last-buttn{
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-5-last-buttn a{
  padding: 15px 48px;
  color: black;
  border-radius: 35px;
  background-color: white;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  transition: all 0.6s ease-in-out;
}

.sec-5-last-buttn a:hover{
  background-color: #ff8a00;
  color: whitesmoke;
}

.img-cont-sec5{
  padding: 20px 0px;
  
}

.img-cont-sec5 a{
  color: white;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  transition: all 0.6s ease-in-out;

}

.img-cont-sec5 a:hover{
  color: #ff8a00;
}

/* SECTION5 END */
/* SECTION6 START */
.sec6-main{
  height: auto;
  width: 100%;
  padding: 30px 50px;
}
.sec6-main-cont{
  height:auto;
  width: 100%;
  text-align: center;
}
.sec6-main-cont h3{
  font-size: 25px;
  color: black;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color:#ff8a00;
}
.sec6-main-cont h2{
  font-size: 36px;
  color: black;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.sec6-cont-flex{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec6-cont-flex div{
  height: 400px;
  width: 400px;
  background-color:orange;
  padding: 70px 0px;
  border-radius: 50%;
  margin: 8px auto;
  
}
.sec6-cont-flex div h3{
  padding: 10px 0px 0px;
  font-size: 25px;
  color: #515050;

}
.sec6-cont-flex div img{
  height: 180px;
}
.sec6-cont-flex div:hover{
    background-color: orange;
}
.sec6-cont-flex2{
  justify-content: space-evenly;
}


/* CONTACT START */
.contact-main-sec{
  background-color: #eee;
}
.map-sec-div {
  padding: 80px 0px;
}
.contact-sec-main-cont {
  height: auto;
  width: 100%;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  
}
.contact-sec-main-cont{
  height: auto;
  width: 100%;
  padding: 30px 0px;
  display: flex;
  justify-content: space-between;
   padding: 0px 20px;
}
.cont-sec-inner-cont-div{
  width: 100%;
  height: auto;
}
.input-form-cont div input{
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0px;
  font-size: 20px;
  padding-left: 20px;
}
.input-form-cont div textarea{
  width: 100%;
  height: 90px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0px;
  font-size: 20px;
  padding-left: 20px;

}
.input-form-cont div button{
 
 padding: 15px 40px;
 font-size: 20px;
 color: white;
 background-color: rgb(5, 171, 116);
 border: 0px;
 cursor: pointer;
 margin-top: 20px;
 margin-bottom: 40px;
}
.cont-button{
  width: 100%;
  text-align: center;
  
}
.input-form-cont label{
  font-size: 25px;
  font-weight: 400;
}
.cont-sec-inner-cont-div2 h2{
  font-size:40px;
  padding-bottom: 20px;
  font-weight: 700px;
}
.cont-sec-inner-cont-div2 p{
  font-size:14px;
  padding-bottom: 20px;
  font-weight: 300px;

}
.map{
  width: 100%;
  height: 280px;
}
.map-sec-div{
  padding: 0px 0px 20px;
}
.map-sec-div h2{
  font-size: 50px;
  padding-bottom: 20px;
}

/* CONTACT END */

/* RTL START */

.text-rtl{
  width: 100%;
  padding: 150px 80px;
 
}
.text-rtl p{
  text-align: right;
  padding-bottom: 30px;
}


/* RTL END */
/* SECTION7 END */
/* SECTION8 START */
/* SECTION8 END */
/* SECTION9 START */

.sec9-main{
  background-color: rgba(35, 38, 45, 1);
  padding: 50px 50px;
}
.sec9-main-cont{
     height: auto;
     width: 100%;
     display: flex;
     position: relative;
}

.img-div-sec9{
  height: 530px;
  width:100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px 0px;
  border-radius: 25px;
  padding: 50px 0px 0px;
  position: relative;
}
.img-div-sec9 img{
  width: 100%;
  height: 100%;
  margin: 20px 0px;
}

.sec-9-img-box2{
  background-color: rgba(255, 255, 255, 1);
  height: 500px;
  width: 380px;
}


.sec-9-box-3{
  width: 100%;
  height: 550px;
  position: relative;
  padding: 0px;
  top: 0px;
  left: 0%;
  bottom: 0px;
  border: 1.5px solid white;
  border-radius: 20px;
  z-index: 1;
  display: none;
}
.sec-9-box-3 h3{
    font-size: 45px;
    padding: 20px 0px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.sec-9-box-3 h2{
      font-size: 50px;
      color: white;
      padding-bottom: 20px;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
}
.sec-9-box-3 p{
      font-size: 25px;
      color: white;
      padding-bottom: 50px;
      width: 360px;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
}
.sec-9-box-3 a{
 padding: 15px 35px;
  font-size: 18px;
  background-color: #ff8a00;
  border-radius: 30px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.img-flex-sec9{
  display: flex;
  flex-direction: column;
  z-index: 5;
  height: auto;
  width: 100%;
}
.margin-box-sec9{
  margin-right: 0px;
}
.sec-9-small-box-2{
  width: 300px;
  height: 100px;
  background-color:#ff8a00;
  position: absolute;
  bottom: 40px;
  left:50%;
  transform: translate(-50%);
  border-radius: 18px;
  text-align: center;
  padding: 12px 0px;
  color: white;
}
.sec-9-small-box-2 h2{
  font-size: 25px;
  padding-bottom: 5px;
  font-weight: 800;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.sec-9-small-box-2 h3{
  font-size: 20px;
  font-weight: 800;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* section10 start */

.sec-10{
  background-color: rgb(244 244 244);
  width: 100%;
  height:auto;
  padding: 50px 180px;
}

.sec-10-logo-flex{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
 
}

.sec-10-logo-flex img{
  height: 130px;
  width: 100%;
  margin: 40px 0px;
}
/* SECTION10 END */

/* SECTION11  start */
.sec-11{
  background-color: rgb(255 255 255);
  padding: 30px 50px 20px;
}

.sec-11-heading h3{
  font-size: 25px;
  color: #ff8a00;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

.sec-11-heading h2{
  font-size: 35px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}

.sec-11-img-flex{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width:100%;
}
.sec-11-img{
  position: relative;
}

.sec-11-img img{
  height: 100%;
  width: 100%;
}

.sec-11-img-box{
  background-color: #fff;
  height: auto;
  width:100%;
  margin-bottom: 30px;
}

.sec-11-img-box h3 a{
  font-size: 20px;
  color: #ff8a00;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-top: 50px;
}

.sec-11-img-box h2 a{
  font-size: 30px;
  color: black;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  padding-top: 50px;
}

.sec-11-box-2{
  background-color: #ff8a00;
  height: 60px;
  width: 200px;
  position: absolute;
  bottom: 4px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-11-box-2 h2{
font-weight: 500;
color: white;
font-size: 20px;
font-style: normal;
text-align: center;
}

.sec-11-img-box-cont{
  padding: 10px 0px 30px 30px;
  box-shadow: 0 0px 40px #e5ecf6;
}
/* SECTION11 END */
/* FOOTER START */
.main-foot{
  height: auto;
  width: 100%;
  background-color: #242424;
  padding: 40px 20px;
}



.foot-box-flex{

  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content:space-evenly;
  height: auto;
  background-color: #313131;
  padding: 80px 0px;
  border-radius: 20px;
}

.foot-logo{
  display: flex;
  width: 250px;
  margin: 0 auto;
}

.foot-icon{
  margin-right: 0px;
  margin: 20px auto;
  
}
.icon999{
  color: aliceblue;
  font-size: 15px;
  background-color:#4e4d4d ;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.6s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: all 0.6s ease-in-out;
}

.icon999:hover{
  background-color: #ff8a00;
  color: white;
}

.foot-1 p{
 
  font-size: 20px;
  color: #dfdfdf;
  padding-top: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
}

.foot-1 {
  padding: 20px 10px 0px 20px;
  text-align: center;
}

.foot-2{
  color: #dfdfdf;
  text-align: center;
  margin: 20px 0px;
}


.foot-2 h3{
  font-size: 25px;
  padding-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: normal;
  
  
}


.foot-2 li{
    padding: 8px 0px;
}
.foot-2 li a{
  color: #dfdfdf;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}
.foot-2 li a:hover{
  color:#ff8a00;
}
.arrow-footer{
  font-size: 10px;
  margin-right: 10px;
  display: none;
}

.fott-contright{
  padding-bottom: 28px;
  width:100%;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dfdfdf;
 
}
.footer-contact{
  width:100%;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 10px;
  color: #dfdfdf;
}
.Copyright-footer-cont{
  width: 100%;
  font-size: 16px;
  color: #dfdfdf;
  text-align: center;
  padding: 40px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer-cont{
  height: auto;
  padding: 0px 0px 80px;
  width: 100%;
  position: relative;
}
.footer-cont h3{
  font-size: 24px;
  color:#dfdfdf;
  width: 100%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  
}
.footer-cont h2{
  font-size: 35px;
  color: white;
  width:100%;
  margin: 0 auto;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight:700;
  font-style: normal;
  padding: 20px 0px 0px;
}
.buttn-footer{
        height: auto;
        width:100%;
        padding: 20px 0px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%,33px);
        text-align: center;
}
.buttn-footer a{
  padding: 20px 30px;
  background-color:darkorange;
  font-size: 25px;
  color: white;
  font-family: Oswald;
  font-size: 22px;
  font-weight: 500;
  border-radius: 35px;
}
.buttn-footer a:hover{
  background-color: #000000;
}

/* FOOTER END */
}

@media(min-width:992px) and (max-width:1199.98px){
     
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

.container {
    margin: 0 auto;
    max-width: 1199.98px;
    padding: 0px 20px;
    
}

body {
    overflow-x: hidden;
}

.container{
    padding: 0 50px;
}

/* HEADER START */
.main-header{
  height: auto;
  width: 100%;
  position: relative;
}
.option-div-nav{
  height: 100px;
  width: 150px;
  background-color:#303132;
  position: absolute;
  top: 26.1%;
  right: 32%;
  padding: 10px 30px;
  display: none;
  z-index: 15;
}
.option-div-nav{
  top: 212px;
}
.option-div-nav li{
  padding-bottom: 10px;

}
.option-div-nav li a{
  font-size: 20px;
  color:white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* HEADER END */
/* NAV START */
.main-nav{
    
}

.main-nav-cont1{
    background-color:#000000;
    padding:40px 0px;
}
.iconarrow{
  margin-left: 10px;
  cursor: pointer;
}
.first-navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navlink-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-call-cont h2{
    font-size: 17px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.nav-call-cont h3{
    font-size: 17px;
    color: white;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.nav-call{
    padding-top: 10px;
    padding-right:15px;
}

.navlink-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-email{
    padding: 4px 15px 0px 0px;
}
.nav-mail-cont h2{
    font-size: 17px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.nav-mail-cont h3{
    font-size: 17px;
    color: white;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.main-nav-cont2{
    background-color: #212223;
    padding: 20px 0;
}

.nav-main-icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-icon1{
   width: auto;
   align-items: center;
  
}
.nav-icon1 i{
    margin: 6px;
    font-size: 26px;
    cursor: pointer;
    color: rgb(136, 139, 141);
}
.nav-icon1 i:hover{
    color: white;
    cursor: pointer;
}

.nav-2-links{
    display: inline-flex;
    justify-content: space-evenly;
}

.nav-2-links li{
    padding-right: 40px;
    color: white;
}

.nav-2-links li a{
    font-size: 17px;
    color: white;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  transition: all 0.7s ease-in-out;
}

.nav-2-links li a:hover{
    color: #ff8a00;
}

.nav-home{
    color: #ff8a00;
}

.nav-icon22{
    color: #020202e6;
    font-size: 25px;
}
.nav-icon3 i{
    color: rgb(136, 139, 141);
    cursor: pointer;
}
.nav-icon3 i:hover{
    color: white;
    cursor: pointer;
}


/* NAV END */
/*BANNER START */
.banner{
   height:auto;
   z-index: 2;
   position: relative;
  
}


html,
body {
  position: relative;
  height: 100%;
}

body {
 
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height:600px;
 
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
}
.banner-cont{
  height: 280px;
  width: 600px;
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.banner-cont h1{
  color: white;
  font-size: 60px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 40px;
}
.banner-cont a{
  padding: 18px 30px;
  background-color:#ff8a00;
  color: white;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  border-radius: 30px;
}
/* BANNER END */
/* about banner start */
.banner-about{
  background-image: url(images/about-header-img.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about-cont-banner{
 
  height: 360px;
  width: 100%;
  display: flex;
  align-items: center;
}
.about-cont-banner h1{
  font-size: 56px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
/* about banner end */
/* SECTION1 START */
   .sec1-main{
    padding: 40px 0;
    background-color: whitesmoke;
    
   }

   .sec1-main-cont{
    display: flex;
    position: relative;
    padding: 80px 0px;
   }

   .sec-1-box-1{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    padding: 20px 20px;
    width: 30%;
    box-shadow: 0px 0px 10px 15px #edecec;
   }

   .sec-1-box-1 h2{
     color: #ff8a00;
     font-size: 20px;
     font-family: "Oswald", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
   }

   .sec-1-box-1 h3{
    color: black;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
   }

   .sec-1-box-1 h4{
    color: black;
    font-size: 35px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 30px;
   }

   .sec-1-box-1 p{
    color: black;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
   }
   .sec-1-box-2{
    padding-left: 50px;
   }

   .sec-1-box-2 img{
    border-radius: 15px;
   }

   .sec-1-box-3-box1{
    background-color: #ff8a00;
    height: 150px;
    width: 290px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 30px;
   }

   .sec-1-box-3-box1-logo{
    border: 5px solid white;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
   }

   .playicon-111{
    color: white;
    font-size: 25px;
   }

   .sec-1-box-3-box2{
    background-color: rgba(35, 38, 45, 1);
    height: 190px;
    width: 290px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 30px;
   }

   .sec-1-box-3-box3{
    background-color: rgba(35, 38, 45, 1);
    height: 190px;
    width: 290px;
    display: flex;
    justify-content: space-around;
    border-radius: 15px;
    align-items: center; 
   }

   .sec-1-box-3{
    position: absolute;  
    right: 10px;
    bottom:86px;
    z-index: 4;
   }

   .sec-1-box-3-box-cont h2{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: white;
   }

   .sec-1-box-3-box-cont h3{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: white;
   }
/* SECTION1 END */
/* SECTION2 START */
  .sec2-main{
    padding: 100px 0px;
  }

  .sec2-main-cont{
    display: flex;
    justify-content: space-between;
  }

  .sec-2-box-2{
    height: 330px;
    width: 220px;
    background-color: #ff8a00;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    transform: translateX(295px);
    bottom: 80px;
  }

  .sec-2-box-2 h2{
    color: white;
    font-size: 130px;
    padding-top: 10px;
   text-shadow: 12px 12px  rgba(0, 0, 0, 0.073);
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
 
  .sec-2-box-2 p{
    color: white;
    font-size: 40px;
    padding-bottom: 10px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }

  .sec-2-box-2 p{
    color: white;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .sec-2-box-3{
    height:480px;
    width: 390px;
  }
 
  .sec-2-box-1 img{
    border-radius: 15px;
  }

  .sec-2-box-1{
    position: relative;
  }

  .sec-2-box-3 h2{
    font-size: 20px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 10px;
  }
  
  .sec-2-box-3 h3{
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .sec-2-box-3 h4{
    font-size: 40px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 18px;
  }

  .sec-2-box-3 p{
    font-size: 18px;
    padding-bottom: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 390px;
  }
  
  .sec-2-check-icon{
    color: #ff8a00;
    font-size: 18px;
    margin-right: 20px;
  }
  .sec-2-icon-box a{
    font-family: "Roboto", sans-serif;
   font-weight: 500;
   font-style: normal;
   font-size: 16px;
   color: #000000;
  }

  .sec-2-icon-box{
    padding-top: 10px;
  }
  
  .sec-2-main-button{
    margin-top: 80px;
  }
  
  .sec-2-main-button a{
    padding: 12px 50px;
    background-color: #000000;
    color: white;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
   font-style: normal;
   border-radius: 35px;
   transition: all 0.6s ease-in-out;
  }

  .sec-2-main-button a:hover{
    background-color: #ff8a00;
    color: white;
  }
  
  .sec-2-cont-2{
    background-color: #c3bcbc;
    width:  100%;
    height: 200px;
  }

  .sec-2-img-cont2{
    display: flex;
    justify-content: space-evenly; 
    position: absolute;
    bottom:100px;
    width: 100%;
    padding: 0px 0px;
   
  }

  .sec-2-cont-2{
    margin-top: 300px;
  }
  .sec-2-img3{
    width: 280px;
    
  }
  .sec-2-img3 img{
    border-radius: 15px; 
    width: 100%;
    height: 100%;
  }

.sec2-position{
  width: 100%;
  height: 200px;
  position: relative;
}
.h2-sec2-cont{
  position:absolute;
  bottom: 40px;
  padding-left: 20px;
 
}
.h2-sec2-cont h2{
  font-size: 25px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
 font-style: normal;
}

/* SECTION2 END */
/* SECTION3 START */
  .sec3-main{
    padding: 30px 0px 160px;
  }

  .sec3-main-cont-flex{
    display: flex;
    justify-content: space-between;
  }



  .sec-3-box-1 h3{
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    padding-bottom: 20px;
  }

  .sec-3-box-1 h2{
    width: 360px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 40px;
    
  }

  .sec-3-h2-span{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    display: block;
   
  }

  .sec-3-box-1 p{
    font-size: 18px;
    padding-top: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 360px;
    padding-bottom: 50px;
  }

 .sec-3-box-2{
  height: 110px;
  width: 250px;
  background-color: rgb(35 36 45);
  border-radius: 15px;
  position: absolute;
  transform: translateX(-100px);
  bottom: 171px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
 }

 .sec-3-box-2 h2{
  color: white;
  text-align: center;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100%;
 }

 .sec-3-box-3{
  position: relative;
  width: 48%;
 }

 .sec-3-box-home{
  height: 400px;
  width: 400px;
  background-image: url(./images/home-img.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0px;
 }

 .sec-3-box-home-cont{
  text-align: center;
  padding-top: 80px;
 }

 .sec-3-box-home-cont p{
  color: #ff8a00;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  padding-top: 30px;
 }

 .sec-3-box-home-cont h2{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 150px;
  color: rgb(35 36 45);
  line-height:150px; 
 }

 .sec-3-box-3 img{
  border-radius: 15px;
  width: 100%;
  height: 100%;
 }

/* SECTION3 END */
/* SECTION4 START */
.sec4-main{
  height: 400px;
  width: 100%;
  background-color: rgb(202, 201, 201);
  position: relative;
}
.sec4-main-cont-services{
  height: 600px;
}
.sec4-div-cont{
  height: 580px;
  width: 680px;
  background-image:url(images/sec-4-bg-img-pattern.jpg);
  background-position: 100% 100%;

  position: absolute;
  bottom: 0px;
  transform: translate(-50%,40px);
  border-radius: 15px;
  left: 50%;
  padding: 40px 50px;
}
.sec4-div-cont-service{
  width: 820px;
}
.sec4-div-cont h2{
    font-size: 30px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 40px;
}
.logo-sec4-div{
  height: 125px;
  width: 125px;
  background-color: white;
  text-align: center;
  padding: 15px;
  border-radius: 12px;
  z-index: 5;
}
.logo-sec4-div:hover{
  border: 2px solid #ff8a00;
}
.logo-sec4-div img{
  height: 50px;
}
.logo-sec4-div h3{
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding-top: 15px;
}
.logo-sec4-div h3:hover{
  cursor: pointer;
  color: #ff8a00;
}
.sec4-flex-cont{
  display: flex;
  justify-content: space-between;
 
  padding: 20px 0px;
}
.sec4-bttn-div{
  width: 275px;
  margin: 20px auto 0px;
  
}
.sec4-bttn-div a{
   padding: 15px 80px;
   background-color: #000000;
   border-radius: 35px;
   color: white;
   font-family: "Oswald", sans-serif;
   font-optical-sizing: auto;
   font-weight: 500;
   font-style: normal;
}
.sec4-bttn-div a:hover{
  background-color: #ff8a00;
}
.sec4-bttn-div-services{
  display: none;
}
.div-border-sec4{
  height: 390px;
  width: 500px;
  border: 2px solid black;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%,0%);
  z-index: -5;
  border-radius: 12px;
}
.div-border-sec4-services{
  width: 600px;
}
.div-border2-sec4{
  position: relative;
}
/* SECTION4 END */
/* SECTION5 START */

.sec5-main{
  background-color: rgba(35, 38, 45, 1);
  padding: 50px 0;
}

.sec5-main-cont{ 
height: auto;
width: 100%;
text-align: center;
}

.sec5-main-cont h2{
  width: 35%;
  color: white;
  font-size: 48px;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
 
}

.sec5-main-cont-img{
  display: flex;
  justify-content: space-between;
  height:auto;
  padding: 50px 0px;
}
.sec-5-img-cont{
  width: 32%;
}
.sec-5-img-cont img{
  border-radius: 15px;
  width: 100%;
}

.sec-5-last-buttn{
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-5-last-buttn a{
  padding: 20px 48px;
  color: black;
  border-radius: 35px;
  background-color: white;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  transition: all 0.6s ease-in-out;
}

.sec-5-last-buttn a:hover{
  background-color: #ff8a00;
  color: whitesmoke;
}

.img-cont-sec5{
  padding: 10px 0px;
  
}

.img-cont-sec5 a{
  color: white;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  transition: all 0.6s ease-in-out;

}

.img-cont-sec5 a:hover{
  color: #ff8a00;
}

/* SECTION5 END */
/* SECTION6 START */
.sec6-main{
  height: auto;
  width: 100%;
  padding: 50px 0px;
}
.sec6-main-cont{
  height:auto;
  width: 100%;
  text-align: center;
}
.sec6-main-cont h3{
  font-size: 30px;
  color: black;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color:#ff8a00;
}
.sec6-main-cont h2{
  font-size: 50px;
  color: black;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.sec6-cont-flex{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sec6-cont-flex div{
  height: 270px;
  width: 270px;
  background-color:white;
  padding: 60px 0px;
  border-radius: 50%;
  
}
.sec6-cont-flex div h3{
  padding: 10px 0px 0px;
  font-size: 25px;
 color: #515050;
}
.sec6-cont-flex div img{

  color: orange;
}
.sec6-cont-flex div:hover{
    background-color: orange;
}
.sec6-cont-flex2{
  justify-content: space-evenly;
}


/* CONTACT START */
.contact-main-sec{
  background-color: #eee;
}
.map-sec-div {
  padding: 80px 100px 20px;
}
.contact-sec-main-cont {
  height: auto;
  width: 100%;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
}
.contact-sec-main-cont{
  height: auto;
  width: 100%;
  padding: 30px 120px;
  display: flex;
  justify-content: space-between;

}
.cont-sec-inner-cont-div{
  width: 60%;
  height: auto;
}
.input-form-cont div input{
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0px;
  font-size: 20px;
  padding-left: 20px;
}
.input-form-cont div textarea{
  width: 100%;
  height: 90px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0px;
  font-size: 20px;
  padding-left: 20px;

}
.input-form-cont div button{
 
 padding: 15px 40px;
 font-size: 20px;
 color: white;
 background-color: rgb(5, 171, 116);
 border: 0px;
 cursor: pointer;
 margin-top: 20px;
 margin-bottom: 40px;
}
.cont-button{
  width: 100%;
  text-align: right;
  
}
.input-form-cont label{
  font-size: 25px;
  font-weight: 400;
}
.cont-sec-inner-cont-div2 h2{
  font-size:40px;
  padding-bottom: 20px;
  font-weight: 700px;
}
.cont-sec-inner-cont-div2 p{
  font-size:14px;
  padding-bottom: 20px;
  font-weight: 300px;

}
.map{
  width: 100%;
  height: 350px;
}
.map-sec-div{
  padding: 80px  120px 20px;
}
.map-sec-div h2{
  font-size: 50px;
  padding-bottom: 20px;
}

/* CONTACT END */

/* RTL START */

.text-rtl{
  width: 100%;
  padding: 150px 80px;
 
}
.text-rtl p{
  text-align: right;
  padding-bottom: 30px;
}


/* RTL END */
/* SECTION7 END */
/* SECTION8 START */
/* SECTION8 END */
/* SECTION9 START */

.sec9-main{
  background-color: rgba(35, 38, 45, 1);
  padding: 100px 0 230px;
}
.sec9-main-cont{
     height: auto;
     width: 100%;
     display: flex;
     position: relative;
}

.img-div-sec9{
  height: 450px;
  width: 280px;
  background-color: white;
  display: flex;
  
  justify-content: center;
 
  border-radius: 25px;
  padding: 40px 0px 0px;
  position: relative;
}

.sec-9-img-box2{
  background-color: rgba(255, 255, 255, 1);
  height: 500px;
  width: 380px;
 
}
.sec-9-box-3{
  width: 940px;
  height: 550px;
  position: absolute;
  padding: 80px 10px 0px 65%;
  top: 50px;
  left: 3%;
  border: 1.5px solid white;
  border-radius: 20px;
  z-index: 1;
}
.sec-9-box-3 h3{
    font-size: 35px;
    padding: 20px 0px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.sec-9-box-3 h2{
      font-size: 36px;
      color: white;
      padding-bottom: 20px;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
}
.sec-9-box-3 p{
      font-size: 20px;
      color: white;
      padding-bottom: 50px;
      width: auto;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
}
.sec-9-box-3 a{
 padding: 15px 35px;
  font-size: 18px;
  background-color: #ff8a00;
  border-radius: 30px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.img-flex-sec9{
  display: flex;
  z-index: 5;
  height: auto;
}
.margin-box-sec9{
  margin-right: 30px;
}
.sec-9-small-box-2{
  width: 260px;
  height: 100px;
  background-color:#ff8a00;
  position: absolute;
  bottom: 40px;
  border-radius: 18px;
  text-align: center;
  padding: 12px 0px;
  color: white;
}
.sec-9-small-box-2 h2{
  font-size: 25px;
  padding-bottom: 5px;
  font-weight: 800;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.sec-9-small-box-2 h3{
  font-size: 20px;
  font-weight: 800;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* section10 start */

.sec-10{
  background-color: rgb(244 244 244);
  width: 100%;
  height:auto;
  padding: 120px 0px;
}

.sec-10-logo-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
 
}

.sec-10-logo-flex img{
  height: 130px;
}
/* SECTION10 END */

/* SECTION11  start */
.sec-11{
  background-color: rgb(255 255 255);
  padding: 60px 0;
}

.sec-11-heading h3{
  font-size: 25px;
  color: #ff8a00;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

.sec-11-heading h2{
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  width: 55%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}

.sec-11-img-flex{
  display: flex;
  justify-content: space-between;
  width:100%;
}
.sec-11-img{
  position: relative;
}

.sec-11-img img{
  height: 100%;
  width: 100%;
}

.sec-11-img-box{
  background-color: #fff;
  height: 600px;
  width:31%;
}

.sec-11-img-box h3 a{
  font-size: 20px;
  color: #ff8a00;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-top: 50px;
}

.sec-11-img-box h2 a{
  font-size: 30px;
  color: black;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  padding-top: 50px;
}

.sec-11-box-2{
  background-color: #ff8a00;
  height: 60px;
  width: 200px;
  position: absolute;
  bottom: 3.5px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-11-box-2 h2{
font-weight: 500;
color: white;
font-size: 20px;
font-style: normal;
text-align: center;
}

.sec-11-img-box-cont{
  padding: 10px 0px 30px 30px;
  box-shadow: 0 0px 40px #e5ecf6;
}
/* SECTION11 END */
/* FOOTER START */
.main-foot{
  height: auto;
  width: 100%;
  background-color: #242424;
  padding: 80px 0px 40px;
}



.foot-box-flex{

  width: 100%;
  display: flex;
  justify-content: center;
  justify-content:space-evenly;
  height: auto;
  background-color: #313131;
  padding: 80px 0px;
  border-radius: 20px;
}

.foot-logo{
  display: flex;
}

.foot-icon{
  margin-right: 10px;
  margin-top: 40px;
}
.icon999{
  color: aliceblue;
  font-size: 15px;
  background-color:#4e4d4d ;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.6s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: all 0.6s ease-in-out;
}

.icon999:hover{
  background-color: #ff8a00;
  color: white;
}

.foot-1 p{
  width: 290px;
  font-size: 18px;
  color: #dfdfdf;
  padding-top: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.foot-1 {
  padding: 0px 0px 0px 40px;
}

.foot-2{
  color: #dfdfdf;
}


.foot-2 h3{
  font-size: 28px;
  padding-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.foot-2 li{
    padding: 8px 0px;
}
.foot-2 li a{
  color: #dfdfdf;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}
.foot-2 li a:hover{
  color:#ff8a00;
}
.arrow-footer{
  font-size: 10px;
  margin-right: 10px;
  
}

.fott-contright{
  padding-bottom: 68px;
  width: 235px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dfdfdf;
 
}
.footer-contact{
  width: 250px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 10px;
  color: #dfdfdf;
}
.Copyright-footer-cont{
  width: 100%;
  font-size: 16px;
  color: #dfdfdf;
  text-align: center;
  padding: 40px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer-cont{
  height: auto;
  padding: 0px 0px 80px;
  width: 100%;
  position: relative;
}
.footer-cont h3{
  font-size: 28px;
  color:#dfdfdf;
  width: 100%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  
}
.footer-cont h2{
  font-size: 50px;
  color: white;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight:700;
  font-style: normal;
  padding: 20px 0px 0px;
}
.buttn-footer{
        height: auto;
        width: 233px;
        padding: 20px 0px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%,33px);
}
.buttn-footer a{
  padding: 20px 30px;
  background-color:darkorange;
  font-size: 25px;
  color: white;
  font-family: Oswald;
  font-size: 22px;
  font-weight: 500;
  border-radius: 35px;
}
.buttn-footer a:hover{
  background-color: #000000;
}
.bars{
  display: none;
}

/* FOOTER END */
}

@media(min-width:1200px) and (max-width:1499.98px){
     
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

.container {
    margin: 0 auto;
    max-width: 1499.98px;
    padding: 0px 20px;
    
}

body {
    overflow-x: hidden;
}

.container{
    padding: 0 50px;
}

/* HEADER START */
.main-header{
  height: auto;
  width: 100%;
  position: relative;
}
.option-div-nav{
  height: 100px;
  width: 150px;
  background-color:#303132;
  position: absolute;
  top: 26.1%;
  right: 32%;
  padding: 10px 30px;
  display: none;
  z-index: 15;
}
.option-div-nav{
  top: 212px;
}
.option-div-nav li{
  padding-bottom: 10px;

}
.option-div-nav li a{
  font-size: 20px;
  color:white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* HEADER END */
/* NAV START */
.main-nav{
    
}

.main-nav-cont1{
    background-color:#000000;
    padding:40px 0px;
}
.iconarrow{
  margin-left: 10px;
  cursor: pointer;
}
.first-navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navlink-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-call-cont h2{
    font-size: 17px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.nav-call-cont h3{
    font-size: 17px;
    color: white;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.nav-call{
    padding-top: 10px;
    padding-right:15px;
}

.navlink-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-email{
    padding: 4px 15px 0px 0px;
}
.nav-mail-cont h2{
    font-size: 17px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.nav-mail-cont h3{
    font-size: 17px;
    color: white;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.main-nav-cont2{
    background-color: #212223;
    padding: 20px 0;
}

.nav-main-icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-icon1{
   width: auto;
   align-items: center;
  
}
.nav-icon1 i{
    margin: 6px;
    font-size: 26px;
    cursor: pointer;
    color: rgb(136, 139, 141);
}
.nav-icon1 i:hover{
    color: white;
    cursor: pointer;
}

.nav-2-links{
    display: inline-flex;
    justify-content: space-evenly;
}

.nav-2-links li{
    padding-right: 40px;
    color: white;
}

.nav-2-links li a{
    font-size: 17px;
    color: white;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  transition: all 0.7s ease-in-out;
}

.nav-2-links li a:hover{
    color: #ff8a00;
}

.nav-home{
    color: #ff8a00;
}

.nav-icon22{
    color: #020202e6;
    font-size: 25px;
}
.nav-icon3 i{
    color: rgb(136, 139, 141);
    cursor: pointer;
}
.nav-icon3 i:hover{
    color: white;
    cursor: pointer;
}


/* NAV END */
/*BANNER START */
.banner{
   height:auto;
   z-index: 2;
   position: relative;
  
}


html,
body {
  position: relative;
  height: 100%;
}

body {
 
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height:600px;
 
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
}
.banner-cont{
  height: 280px;
  width: 600px;
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.banner-cont h1{
  color: white;
  font-size: 60px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 40px;
}
.banner-cont a{
  padding: 18px 30px;
  background-color:#ff8a00;
  color: white;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  border-radius: 30px;
}
/* BANNER END */
/* about banner start */
.banner-about{
  background-image: url(images/about-header-img.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about-cont-banner{
 
  height: 360px;
  width: 100%;
  display: flex;
  align-items: center;
}
.about-cont-banner h1{
  font-size: 56px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
/* about banner end */
/* SECTION1 START */
   .sec1-main{
    padding: 40px 0;
    background-color: whitesmoke;
    
   }

   .sec1-main-cont{
    display: flex;
    position: relative;
    padding: 80px 60px;

   }

   .sec-1-box-1{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    padding: 20px 20px;
    width: 30%;
    box-shadow: 0px 0px 10px 15px #edecec;
   }

   .sec-1-box-1 h2{
     color: #ff8a00;
     font-size: 20px;
     font-family: "Oswald", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
   }

   .sec-1-box-1 h3{
    color: black;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
   }

   .sec-1-box-1 h4{
    color: black;
    font-size: 35px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 30px;
   }

   .sec-1-box-1 p{
    color: black;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
   }
   .sec-1-box-2{
    padding-left: 50px;
   }

   .sec-1-box-2 img{
    border-radius: 15px;
   }

   .sec-1-box-3-box1{
    background-color: #ff8a00;
    height: 150px;
    width: 290px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 30px;
   }

   .sec-1-box-3-box1-logo{
    border: 5px solid white;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
   }

   .playicon-111{
    color: white;
    font-size: 25px;
   }

   .sec-1-box-3-box2{
    background-color: rgba(35, 38, 45, 1);
    height: 190px;
    width: 290px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 30px;
   }

   .sec-1-box-3-box3{
    background-color: rgba(35, 38, 45, 1);
    height: 190px;
    width: 290px;
    display: flex;
    justify-content: space-around;
    border-radius: 15px;
    align-items: center; 
   }

   .sec-1-box-3{
    position: absolute;  
    right: 10px;
    bottom:86px;
    z-index: 4;
   }

   .sec-1-box-3-box-cont h2{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: white;
   }

   .sec-1-box-3-box-cont h3{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: white;
   }
/* SECTION1 END */
/* SECTION2 START */
  .sec2-main{
    padding: 100px 0px;
  }

  .sec2-main-cont{
    display: flex;
    justify-content: space-between;
  }

  .sec-2-box-2{
    height: 330px;
    width: 220px;
    background-color: #ff8a00;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    transform: translateX(295px);
    bottom: 80px;
  }

  .sec-2-box-2 h2{
    color: white;
    font-size: 130px;
    padding-top: 10px;
   text-shadow: 12px 12px  rgba(0, 0, 0, 0.073);
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
 
  .sec-2-box-2 p{
    color: white;
    font-size: 40px;
    padding-bottom: 10px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }

  .sec-2-box-2 p{
    color: white;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .sec-2-box-3{
    height:480px;
    width: 490px;
  }
 
  .sec-2-box-1 img{
    border-radius: 15px;
  }

  .sec-2-box-1{
    position: relative;
  }

  .sec-2-box-3 h2{
    font-size: 20px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 10px;
  }
  
  .sec-2-box-3 h3{
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .sec-2-box-3 h4{
    font-size: 40px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 18px;
  }

  .sec-2-box-3 p{
    font-size: 18px;
    padding-bottom: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 390px;
  }
  
  .sec-2-check-icon{
    color: #ff8a00;
    font-size: 18px;
    margin-right: 20px;
  }
  .sec-2-icon-box a{
    font-family: "Roboto", sans-serif;
   font-weight: 500;
   font-style: normal;
   font-size: 16px;
   color: #000000;
  }

  .sec-2-icon-box{
    padding-top: 10px;
  }
  
  .sec-2-main-button{
    margin-top: 80px;
  }
  
  .sec-2-main-button a{
    padding: 12px 50px;
    background-color: #000000;
    color: white;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
   font-style: normal;
   border-radius: 35px;
   transition: all 0.6s ease-in-out;
  }

  .sec-2-main-button a:hover{
    background-color: #ff8a00;
    color: white;
  }
  
  .sec-2-cont-2{
    background-color: #c3bcbc;
    width:  100%;
    height: 200px;
  }

  .sec-2-img-cont2{
    display: flex;
    justify-content: space-evenly; 
    position: absolute;
    bottom:100px;
    width: 100%;
    padding: 0px 0px;
   
  }

  .sec-2-cont-2{
    margin-top: 300px;
  }
  .sec-2-img3{
    width: 340px;
    
  }
  .sec-2-img3 img{
    border-radius: 15px; 
    width: 100%;
    height: 100%;
  }

.sec2-position{
  width: 100%;
  height: 200px;
  position: relative;
}
.h2-sec2-cont{
  position:absolute;
  bottom: 40px;
  padding-left: 20px;
 
}
.h2-sec2-cont h2{
  font-size: 25px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
 font-style: normal;
}

/* SECTION2 END */
/* SECTION3 START */
  .sec3-main{
    padding: 30px 0px 160px;
  }

  .sec3-main-cont-flex{
    display: flex;
    justify-content: space-between;
  }



  .sec-3-box-1 h3{
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    padding-bottom: 20px;
  }

  .sec-3-box-1 h2{
    width: 460px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 68px;
    
  }

  .sec-3-h2-span{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    display: block;
   
  }

  .sec-3-box-1 p{
    font-size: 18px;
    padding-top: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 360px;
    padding-bottom: 50px;
  }

 .sec-3-box-2{
  height: 110px;
  width: 250px;
  background-color: rgb(35 36 45);
  border-radius: 15px;
  position: absolute;
  transform: translateX(-100px);
  bottom: 171px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
 }

 .sec-3-box-2 h2{
  color: white;
  text-align: center;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100%;
 }

 .sec-3-box-3{
  position: relative;
  width: 48%;
 }

 .sec-3-box-home{
  height: 400px;
  width: 400px;
  background-image: url(./images/home-img.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0px;
 }

 .sec-3-box-home-cont{
  text-align: center;
  padding-top: 80px;
 }

 .sec-3-box-home-cont p{
  color: #ff8a00;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  padding-top: 30px;
 }

 .sec-3-box-home-cont h2{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 150px;
  color: rgb(35 36 45);
  line-height:150px; 
 }

 .sec-3-box-3 img{
  border-radius: 15px;
  width: 100%;
  height: 100%;
 }

/* SECTION3 END */
/* SECTION4 START */
.sec4-main{
  height: 400px;
  width: 100%;
  background-color: rgb(202, 201, 201);
  position: relative;
}
.sec4-main-cont-services{
  height: 600px;
}
.sec4-div-cont{
  height: 580px;
  width: 680px;
  background-image:url(images/sec-4-bg-img-pattern.jpg);
  background-position: 100% 100%;

  position: absolute;
  bottom: 0px;
  transform: translate(-50%,40px);
  border-radius: 15px;
  left: 50%;
  padding: 40px 50px;
}
.sec4-div-cont-service{
  width: 820px;
}
.sec4-div-cont h2{
    font-size: 30px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 40px;
}
.logo-sec4-div{
  height: 125px;
  width: 125px;
  background-color: white;
  text-align: center;
  padding: 15px;
  border-radius: 12px;
  z-index: 5;
}
.logo-sec4-div:hover{
  border: 2px solid #ff8a00;
}
.logo-sec4-div img{
  height: 50px;
}
.logo-sec4-div h3{
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding-top: 15px;
}
.logo-sec4-div h3:hover{
  cursor: pointer;
  color: #ff8a00;
}
.sec4-flex-cont{
  display: flex;
  justify-content: space-between;
 
  padding: 20px 0px;
}
.sec4-bttn-div{
  width: 275px;
  margin: 20px auto 0px;
  
}
.sec4-bttn-div a{
   padding: 15px 80px;
   background-color: #000000;
   border-radius: 35px;
   color: white;
   font-family: "Oswald", sans-serif;
   font-optical-sizing: auto;
   font-weight: 500;
   font-style: normal;
}
.sec4-bttn-div a:hover{
  background-color: #ff8a00;
}
.sec4-bttn-div-services{
  display: none;
}
.div-border-sec4{
  height: 390px;
  width: 500px;
  border: 2px solid black;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%,0%);
  z-index: -5;
  border-radius: 12px;
}
.div-border-sec4-services{
  width: 600px;
}
.div-border2-sec4{
  position: relative;
}
/* SECTION4 END */
/* SECTION5 START */

.sec5-main{
  background-color: rgba(35, 38, 45, 1);
  padding: 50px 0;
}

.sec5-main-cont{ 
height: auto;
width: 100%;
text-align: center;
}

.sec5-main-cont h2{
  width: 35%;
  color: white;
  font-size: 48px;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
 
}

.sec5-main-cont-img{
  display: flex;
  justify-content: space-between;
  height:auto;
  padding: 50px 0px;
}
.sec-5-img-cont{
  width: 32%;
}
.sec-5-img-cont img{
  border-radius: 15px;
  width: 100%;
}

.sec-5-last-buttn{
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-5-last-buttn a{
  padding: 20px 48px;
  color: black;
  border-radius: 35px;
  background-color: white;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  transition: all 0.6s ease-in-out;
}

.sec-5-last-buttn a:hover{
  background-color: #ff8a00;
  color: whitesmoke;
}

.img-cont-sec5{
  padding: 10px 0px;
  
}

.img-cont-sec5 a{
  color: white;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  transition: all 0.6s ease-in-out;

}

.img-cont-sec5 a:hover{
  color: #ff8a00;
}

/* SECTION5 END */
/* SECTION6 START */
.sec6-main{
  height: auto;
  width: 100%;
  padding: 50px 0px;
}
.sec6-main-cont{
  height:auto;
  width: 100%;
  text-align: center;
}
.sec6-main-cont h3{
  font-size: 30px;
  color: black;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color:#ff8a00;
}
.sec6-main-cont h2{
  font-size: 50px;
  color: black;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.sec6-cont-flex{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sec6-cont-flex div{
  height: 270px;
  width: 270px;
  background-color:white;
  padding: 60px 0px;
  border-radius: 50%;
  
}
.sec6-cont-flex div h3{
  padding: 10px 0px 0px;
  font-size: 25px;
 color: #515050;
}
.sec6-cont-flex div img{

  color: orange;
}
.sec6-cont-flex div:hover{
    background-color: orange;
}
.sec6-cont-flex2{
  justify-content: space-evenly;
}


/* CONTACT START */
.contact-main-sec{
  background-color: #eee;
}
.map-sec-div {
  padding: 80px 100px 20px;
}
.contact-sec-main-cont {
  height: auto;
  width: 100%;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
}
.contact-sec-main-cont{
  height: auto;
  width: 100%;
  padding: 30px 120px;
  display: flex;
  justify-content: space-between;

}
.cont-sec-inner-cont-div{
  width: 60%;
  height: auto;
}
.input-form-cont div input{
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0px;
  font-size: 20px;
  padding-left: 20px;
}
.input-form-cont div textarea{
  width: 100%;
  height: 90px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0px;
  font-size: 20px;
  padding-left: 20px;

}
.input-form-cont div button{
 
 padding: 15px 40px;
 font-size: 20px;
 color: white;
 background-color: rgb(5, 171, 116);
 border: 0px;
 cursor: pointer;
 margin-top: 20px;
 margin-bottom: 40px;
}
.cont-button{
  width: 100%;
  text-align: right;
  
}
.input-form-cont label{
  font-size: 25px;
  font-weight: 400;
}
.cont-sec-inner-cont-div2 h2{
  font-size:40px;
  padding-bottom: 20px;
  font-weight: 700px;
}
.cont-sec-inner-cont-div2 p{
  font-size:14px;
  padding-bottom: 20px;
  font-weight: 300px;

}
.map{
  width: 100%;
  height: 350px;
}
.map-sec-div{
  padding: 80px  120px 20px;
}
.map-sec-div h2{
  font-size: 50px;
  padding-bottom: 20px;
}

/* CONTACT END */

/* RTL START */

.text-rtl{
  width: 100%;
  padding: 150px 80px;
 
}
.text-rtl p{
  text-align: right;
  padding-bottom: 30px;
}


/* RTL END */
/* SECTION7 END */
/* SECTION8 START */
/* SECTION8 END */
/* SECTION9 START */

.sec9-main{
  background-color: rgba(35, 38, 45, 1);
  padding: 100px 0 230px;
}
.sec9-main-cont{
     height: auto;
     width: 100%;
     display: flex;
     position: relative;
}

.img-div-sec9{
  height: 490px;
  width: 330px;
  background-color: white;
  display: flex;
  
  justify-content: center;
 
  border-radius: 25px;
  padding: 40px 0px 0px;
  position: relative;
}

.sec-9-img-box2{
  background-color: rgba(255, 255, 255, 1);
  height: 500px;
  width: 380px;
 
}
.sec-9-box-3{
  width: 1140px;
  height: 550px;
  position: absolute;
  padding: 80px 10px 0px 65%;
  top: 50px;
  left: 3%;
  border: 1.5px solid white;
  border-radius: 20px;
  z-index: 1;
}
.sec-9-box-3 h3{
    font-size: 35px;
    padding: 20px 0px;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.sec-9-box-3 h2{
      font-size: 36px;
      color: white;
      padding-bottom: 20px;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
}
.sec-9-box-3 p{
      font-size: 20px;
      color: white;
      padding-bottom: 50px;
      width: auto;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
}
.sec-9-box-3 a{
 padding: 15px 35px;
  font-size: 18px;
  background-color: #ff8a00;
  border-radius: 30px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.img-flex-sec9{
  display: flex;
  z-index: 5;
  height: auto;
}
.margin-box-sec9{
  margin-right: 30px;
}
.sec-9-small-box-2{
  width: 260px;
  height: 100px;
  background-color:#ff8a00;
  position: absolute;
  bottom: 40px;
  border-radius: 18px;
  text-align: center;
  padding: 12px 0px;
  color: white;
}
.sec-9-small-box-2 h2{
  font-size: 25px;
  padding-bottom: 5px;
  font-weight: 800;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.sec-9-small-box-2 h3{
  font-size: 20px;
  font-weight: 800;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* section10 start */

.sec-10{
  background-color: rgb(244 244 244);
  width: 100%;
  height:auto;
  padding: 120px 0px;
}

.sec-10-logo-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
 
}

.sec-10-logo-flex img{
  height: 130px;
}
/* SECTION10 END */

/* SECTION11  start */
.sec-11{
  background-color: rgb(255 255 255);
  padding: 60px 0;
}

.sec-11-heading h3{
  font-size: 25px;
  color: #ff8a00;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

.sec-11-heading h2{
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  width: 55%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}

.sec-11-img-flex{
  display: flex;
  justify-content: space-between;
  width:100%;
}
.sec-11-img{
  position: relative;
}

.sec-11-img img{
  height: 100%;
  width: 100%;
}

.sec-11-img-box{
  background-color: #fff;
  height: 600px;
  width:31%;
}

.sec-11-img-box h3 a{
  font-size: 20px;
  color: #ff8a00;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-top: 50px;
}

.sec-11-img-box h2 a{
  font-size: 30px;
  color: black;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  padding-top: 50px;
}

.sec-11-box-2{
  background-color: #ff8a00;
  height: 60px;
  width: 200px;
  position: absolute;
  bottom: 3.5px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-11-box-2 h2{
font-weight: 500;
color: white;
font-size: 20px;
font-style: normal;
text-align: center;
}

.sec-11-img-box-cont{
  padding: 10px 0px 30px 30px;
  box-shadow: 0 0px 40px #e5ecf6;
}
/* SECTION11 END */
/* FOOTER START */
.main-foot{
  height: auto;
  width: 100%;
  background-color: #242424;
  padding: 80px 0px 40px;
}



.foot-box-flex{

  width: 100%;
  display: flex;
  justify-content: center;
  justify-content:space-evenly;
  height: auto;
  background-color: #313131;
  padding: 80px 0px;
  border-radius: 20px;
}

.foot-logo{
  display: flex;
}

.foot-icon{
  margin-right: 10px;
  margin-top: 40px;
}
.icon999{
  color: aliceblue;
  font-size: 15px;
  background-color:#4e4d4d ;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.6s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: all 0.6s ease-in-out;
}

.icon999:hover{
  background-color: #ff8a00;
  color: white;
}

.foot-1 p{
  width: 290px;
  font-size: 18px;
  color: #dfdfdf;
  padding-top: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.foot-1 {
  padding: 0px 0px 0px 40px;
}

.foot-2{
  color: #dfdfdf;
}


.foot-2 h3{
  font-size: 28px;
  padding-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.foot-2 li{
    padding: 8px 0px;
}
.foot-2 li a{
  color: #dfdfdf;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}
.foot-2 li a:hover{
  color:#ff8a00;
}
.arrow-footer{
  font-size: 10px;
  margin-right: 10px;
  
}

.fott-contright{
  padding-bottom: 68px;
  width: 235px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dfdfdf;
 
}
.footer-contact{
  width: 250px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 10px;
  color: #dfdfdf;
}
.Copyright-footer-cont{
  width: 100%;
  font-size: 16px;
  color: #dfdfdf;
  text-align: center;
  padding: 40px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer-cont{
  height: auto;
  padding: 0px 0px 80px;
  width: 100%;
  position: relative;
}
.footer-cont h3{
  font-size: 28px;
  color:#dfdfdf;
  width: 100%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  
}
.footer-cont h2{
  font-size: 50px;
  color: white;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight:700;
  font-style: normal;
  padding: 20px 0px 0px;
}
.buttn-footer{
        height: auto;
        width: 233px;
        padding: 20px 0px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%,33px);
}
.buttn-footer a{
  padding: 20px 30px;
  background-color:darkorange;
  font-size: 25px;
  color: white;
  font-family: Oswald;
  font-size: 22px;
  font-weight: 500;
  border-radius: 35px;
}
.buttn-footer a:hover{
  background-color: #000000;
}
.bars{
  display: none;
}

/* FOOTER END */
}
/* MEDIA QUERY END */

