/*------comman-css-start------*/

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}
ul,ol{
  list-style: none;
  margin: 0;
  padding: 0;
}
a{
  display: inline-block;
  text-decoration: none;
}
p{
  margin: 0;
}
h1,h2,h3,h4,h5{
  margin: 0;
  color: #111;
  font-family: 'Raleway', sans-serif;

}
p{
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #353535;
  font-family: 'Open Sans', sans-serif;

}

body{
  overflow-x: hidden;
}
.heading{
  padding-bottom: 60px;
}

.heading h2{
  font-size: 35px;
  font-weight: 400;
}
.heading p{
  width: 570px;
  margin: 0 auto;
  padding-top: 15px;

}
/*------comman-css-start------*/

/* ------navigation-area-start------ */
.navbar-brand img{
   width: 217px;
}

.navbar{
  padding: 16px 0;
  border-bottom: 1px solid rgba(254, 198, 0, .2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link{
  padding: 0;
}

.navbar ul li a{

  font-size: 16px;
  color: #ffff;
  font: 500;
  font-family: 'Raleway', sans-serif;
  position: relative;
}
/*.navbar ul li a::after{*/
/*   position: absolute;*/
/*   width: 100%;*/
/*   height: 3px;*/
/*   border-radius: 3px;*/
/*   background: transparent;*/
/*   left: 0;*/
/*   bottom: -37px;*/
/*   content: "";*/
/*   transition: all linear .2s;*/
/*}*/
.navbar ul li a:hover::after {
  background:  #FEC600;
}

.navbar ul li {
  padding-left: 33px;
}
.navbar ul li a:hover {
color: #FEC600;
}


.nav-item{
position: relative;
}
.nav-item .sub-menu{
position: absolute;
 width: 232px;

 position: absolute;
left: -52px;
top: 100%;
padding: 10px 0px;
background: #334175cc;
transform: scaleY(0);
transform-origin: top center;
z-index: 9999;

}
.nav-item .sub-menu li{
 margin: 5px;
 
}
.nav-item .sub-menu li a{
 color: #fff;
 font-weight: 600;
 padding-bottom: 5px;
}
.nav-item:hover .sub-menu{
transform: scaleY(1);
max-width: 300px;
max-height: 570px;
transition: transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
}
/* ------navigation-area-end------ */

/* ------banner-area-start------ */


.overley{
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 39%);
  padding: 235px 0 185px;
}

.banner-slider h3{
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-transform: capitalize;
}
.banner-slider h2{
  font-size: 65px;
  font-weight: 700;
  color: #FEC600;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;

}
.banner-slider p{
 color: #fff;
 max-width: 620px;
 margin: 0 auto;
 font-family: 'Open Sans', sans-serif;
 padding: 11px 0 50px;

}
.banner-slider a{
 font-size: 16px;
 font-weight: 500;
 color: #fff;
 font-family: 'Raleway', sans-serif;
 text-transform: uppercase;
 border: 1px solid #fff;
 padding: 14px 30px;
 margin: 0 5px;
 border-radius: 8px;
 transition: all linear .3s;

}
.banner-slider a:hover{
  background-color: #FEC600;
  color: #000;
}
#banner .icon{
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  color: #222;
  text-align: center;
  line-height: 35px;
  font-size: 23px;
  transition: all linear .3s;
  cursor: pointer;
}
#banner .icon:hover{
  background-color: #FEC600;
}
#banner  .icon.right{
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  z-index: 999;
}
#banner  .icon.left{
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  z-index: 999;
}

/* ------banner-area-end------ */

/*----------------expensive-area-css-start----------------------*/

.ex-row{
background-color: #f8dd83;
padding: 60px 20px;
border-radius: 5px;
}
.expression-text h2{
 font-size: 35px;
 font-weight: 700;
 padding-bottom: 15px;
}
.expression-text{
margin-right: 10px;
}
.expression-text p{
text-align: justify;
font-weight: 500;
line-height: 28px;
}
.expression-imge{
margin-top: 25px;
 margin-left: 10px;
}
.expression-imge img{
 border-radius: 15px;
}

/*----------------expensive-area-css-end----------------------*/

/*----------------why-chooise-area-css-start----------------------*/

.why-chooise-text{
padding: 50px 0;
}
.why-chooise-text h2{
font-size: 25px;
font-weight: 700;
margin-bottom: 100px;
}

.why-itam-icon{
width: 50px;
height: 50px;
background-color: #FEC600;
border-radius: 50%;
}

.why-cghois-sing{
margin-bottom: 50px;
}
.single-why-itam{
margin-right: 15px;
width: 100%;
}
.why-itam-text{
margin-left: 10px;
}
.why-itam-text h6{
font-weight: 600;
}
.why-chois-imge-left{
background-color: #21d8f8;
height: 100%;
}
.why-choisse-img{
position: absolute;
top: 100px;
left: -10px;
}
.why-choisse-img img{
margin-left: -22px;
border-radius: 2px solid;
border: 5px solid #fff;
}

/*----------------why-chooise-area-css-end----------------------*/


/*--------------------our-missione-vissione-area-css-start------------------*/
.company-overlay{
width: 100%;
height: 100%;
background-color: #000000a3;
padding: 70px 0;
}
.company-mis-title h2{
font-size: 30px;
font-weight: 700;
color: #000;
background-color: #FEC600;
width: 57%;
padding: 10px 10px;
text-transform: uppercase;
}
.company-row{
margin-top: 80px;
}
.single-compnay-itam{
background-color: #6e72ffbf;
padding: 35px 20px;
border-radius: 10px;
height: 370px;
}
.single-compnay-itam.two{
background-color: #a07007bf;

}
.single-compnay-itam.one h2{
font-size: 32px;
font-weight: 700;
color: #323232;
text-transform: uppercase;
padding-bottom: 40px;
}
.single-compnay-itam.two h2{
font-size: 32px;
font-weight: 700;
color: #323232;
text-transform: uppercase;
padding-bottom: 40px;
}
.single-compnay-itam.one h2 span{
color: #fffc35;
}
.single-compnay-itam.two h2 span{
color: rgb(247 202 202);
}
.single-compnay-itam.one p{
text-align: justify;
color: #fff;
font-weight: 500;
font-size: 14px;
line-height: 32px;
}
.single-compnay-itam.two p{
text-align: justify;
color: #fff;
font-weight: 500;
font-size: 14px;
line-height: 32px;
}

/*--------------------our-missione-vissione-area-css-end------------------*/

/*--------------------iso-certificate-area-css-start------------------*/

.iso-certificate-bg{
margin: 50px 0;
}
.iso-certi-title h2{
font-size: 36px;
font-weight: 700;
}
.iso-row{
margin-top: 100px;
border-bottom: 1px solid #b1aaaa;
padding-bottom: 30px;
}
.iso-row.last-row{

border-bottom: none;

}
.iso-certificate-itam{
margin-bottom: 40px;
border: 1px dotted #000;
padding: 10px 10px;
height: 370px;
box-shadow: 1px 2px 2px 2px #f5d63b8c;
transition: all linear .4s;
}
.iso-certificate-itam:hover{
 border-radius: 10px;
}
.iso-certi-image img{
width: 100%;
height: 220px;
border-radius: 5px;
}
.iso-certi-image{
 margin-bottom: 15px;
}
.iso-certifi-text h6{
font-size: 24px;
font-weight: 600;
padding-bottom: 3px;
}
.iso-certifi-text p{
font-size: 16px;
font-weight: 600;
}


/*--------------------iso-certificate-area-css-end------------------*/

/*--------------------our-partner-area-css-start------------------*/

.partner-title{
width: 800px;
margin: 0 auto;
}
.partner-title h2{
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 7px;
}
.partner-title p{
  font-weight: 600; 
}
.partan-itam{
    margin-bottom: 12px;
    height: 180px;
    width: 206px;
    border: 1px solid #ebebeb;
}
.partner-row{
    margin-left: 110px;
    margin-top: 50px;
    margin-bottom: 50px;
}


.sticky-wrapper{
background-color: #000000fb !important;
}

.is-sticky{
z-index: 999;
}
.is-sticky .navbar{
background-color: #161616c9 !important;
padding: 10px 0;
transition: 0.8s;
}

/*--------------------our-partner-area-css-end------------------*/


/* -----------footer-prat-start----------*/

.footer-bg .footer-top{
background-color: #222222;
border-bottom: 1px solid #555555;
padding: 20px 0;
/* transform: skewY(-2deg); */
}
.footer-bg .main{
background-color: #222222;
width: 100%;
margin-top: -110px;
padding: 50px 0px;

}
.footer-text h5{
color: #fff;
font-size: 16px;
border-bottom: 1px solid #fff;
width: 436px;
padding-bottom: 52px;
margin: 0 auto;
}
.footer-text h6{
color: #fff;
font-size: 16px;
padding-top: 52px;
margin: 0 auto;
}

/* ------footer-prat-end------ */
/*---------------------contact-form-area-css-start------------------------- */
.contact-bg{
background-color: #e1dbdbe8;
padding: 50px 0;
}
.section-contact-title h2{
   font-size: 35px;
   font-weight: 700;
   margin-bottom: 80px;
}


.contact-form{
margin-left: 30px;
}


.contact-form{
  margin-top: 30px;
}
.contact-form a{
  background-color: #001664;
  padding: 15px 18px;
  border: 1px solid #001664;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.contact-form h3{
   font-size: 30px;
   font-weight: 700;
   margin-bottom: 35px;
}
.contact-imag{
margin-right: 30px;
}
.contact-imag img{
 border-radius: 10px;
 box-shadow: 1px 1px 3px 3px #000;
}
/*---------------------contact-form-area-css-end------------------------- */
.navbar-collapse.collapse.show{
  background-color:#000000ad;
      margin-top: 17px;
  padding: 15px 0;
}
.navbar-collapse.collapse.show ul li{
 padding-bottom:8px;
}

@media(min-width: 320px) and (max-width: 575px){
.footer-text h5 {
width: 100%;
}
.page-banner-title{
 width: 100% !important;
}
textarea {
  width: 100% !important;
}


}




