html{
    overflow-x: hidden;
}

body{
	margin: 0;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
font-family: 'Montserrat', sans-serif;

}
a{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
/*preloader*/

.loader {
  width: 16px;
  height: 16px;
  box-shadow: 0 30px, 0 -30px;
  border-radius: 4px;
  background: currentColor;
  display: block;
  margin: -150px auto 0;
  position: relative;
  color: #FFF;
  transform: translateY(30px);
  box-sizing: border-box;
  animation: animloader 2s ease infinite;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  box-shadow: 0 30px, 0 -30px;
  border-radius: 4px;
  background: currentColor;
  color: #FFF;
  position: absolute;
  left: 30px;
  top: 0;
  animation: animloader 2s 0.2s ease infinite;
}
.loader::before {
  animation-delay: 0.4s;
  left: 60px;
}

 

@keyframes animloader {
  0% {
    top: 0;
    color: white;
  }
  50% {
    top: 30px;
    color: rgba(255, 255, 255, 0.2);
  }
  100% {
    top: 0;
    color: #E04403;
  }
}











.buttonarea{
    
    float: right;
    display: inline-block;
    position: relative;
    z-index: 111;
    margin-left: 28px;

    
    
}
.buttonarea a{
        border: 1px solid transparent;

    box-shadow: inset 400px 0 0 0 #E04403;
border-radius: 5px;
font-size: 14px;
       font-weight: 600;
    color: white;
    padding: 15px 30px;
    text-transform: capitalize;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
   float: right;

}
.buttonarea a:hover{
    box-shadow: inset  0 0 0 0 #c79912 !important;

        text-decoration: none;
        color:#E04403;
        
        border: 1px solid #E04403;
         transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.buttonarea a svg {
       margin-top: 4px;
    float: right;
    width: 12px;
    height: 10px;
    margin-left: 14px;
    fill: #fff;
       transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    }
.buttonarea a:hover svg{
        fill: #E04403 !important;
           transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    }
/*booknowcode*/
.quick-top {
    cursor: pointer;
}

.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 424px;
    top: 0;
    background: #E04403 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.close_form:focus{
outline: none;
}

.request-sec {
    position: absolute;
    right: 0;
    width: 100%;
    top: -450px;
    right: 0;
    height: 100%;
    /* background: #00000096; */
    z-index: 9999999;
}


.req-form {
    width: 427px;
    float: right;
    height: auto;
    margin-right: 0;
    opacity: 1;
    background: #0f204f;
    padding: 30px 30px 50px 30px;
    top: 0;
    position: relative;
    right: 0;
    /* height: 100%; */
    z-index: 99;
}

.field_area {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 15px;
}
.field_area-d {
    width: 50%;
    float: left;
    position: relative;
    margin: 15px 0 28px;
}
.field_area label {
    color: #E04403;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}

.field_area input[type=email], .field_area input[type=number], .field_area input[type=text] {
    width: 100%;
    float: left;
    /* position: relative; */
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    margin: 0;
    padding: 7px 10px;
    background: 0 0;
    border: none;
    border-bottom: solid 1px #fff;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.field_area textarea {
    height:70px;
    width: 100%;
    float: left;
    /* position: relative; */
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    margin: 0;
    padding: 7px 10px;
    background: 0 0;
    border: none;
    border-bottom: solid 1px #fff;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.quick-send {
    width: 100%;
    border: 0;
    margin-top: 15px;
    box-shadow: inset 400px 0 0 0 #E04403;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    padding: 10px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    border-radius: 10px;
}

.quick-send:hover {
    color: #000;
    box-shadow: inset 0px 0 0 0 #E04403;
    /* background: #1BB177; */
}


.field_area input[type=email], .field_area input[type=number], .field_area input[type=text], .field_area textarea:focus {

outline: none;}


.topfooterbox a{float: left;width: 100%;font-size: 14px;color: black;margin-top: 6px;}

.topfooterbox a:hover{
text-decoration: none;
}


.rlabel::after {
    content: '';
    height: 8px;
    width: 8px;
    background: transparent;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    border-radius: 50%;
}.rlabel {
    border: 1.2px solid #83bf41;
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0px;
    position: relative;
    margin-left: -29px;
    margin-right: 29px;
    left: 0px;
    top: 4px;
}
.r-input {
    border: 0;
    margin-bottom: 15px;
    margin-top: 11px;
    margin-left: 10px;
    margin-right: 10px;
    outline: none;
    position: relative;
opacity: 0;}
.f-input {
    width: 90%;
    border: 0;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 40px;
    margin-top: 30px;
    outline: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    padding: 5px 0px;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    opacity: 0;
}.f-input + label {
    width: 100%;
    font-size: 13px!important;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 4px 0px;
    /* width: 100%; */
    width: 200px;
    margin-top: 30px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    /* background: #e24a30; */
    background: #83bf41;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    text-decoration: none !important;
    /* border: 1px solid #b7b7b7; */
    border: none;
}
.r-input[type="radio"]:checked+.rlabel::after {
    background: black;
}

.bn-title{
    width: 100%;
}

.mct_form-bn {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 25px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding-left: 0px !important;
    margin-top: 0px;
   /* border-radius: 5px;*/
}

/*booknowcomplete*/







.slide {
         float: left;
    width: 100%;
    top: 0px;
    background: url(../images/home.html);
    background-size: cover;
    /* background-position: center; */
    position: relative;
    z-index: 1;
    /* min-height: 850px; */
    /* max-height: 1000px; */
    height: 768px;
    
 
}


.slide .item {
           height: 768px;
    width: 100%;
    float: left;
    position: relative;
}



.slide .item .slide-image {
    height: 768px;
       float: right;
    margin-left: 0px;
    /* position: absolute; */
    /* width: auto !important; */
    /* z-index: 9999; */
    width: 100%;
    right: 0;
    object-fit: cover;
    top: 0;


}

.slider-ban .owl-item.active .slide-image{
    transform: scale(1.1);
    transition: 10s;
}
.slide .item .cover {
   padding: 0px 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    display: flex;
    align-items: center;

}

.slide .item .cover .header-content {
    padding-top: 85px !important;
}

.slide .item .cover .header-content {
    width: 100%;
    position: relative;
    /* padding: 56px; */
    overflow: hidden;
}

.header-content h5{
    color: #E04403;
    font-size: 16px;
    font-weight: 700;
}

.header-content h1 {
       float: left;
    font-size: 58px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    /* padding-left: 30px; */
    line-height: 77px;
    width: 100%;
}

.header-content p {
     float: left;
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 31px;
    width: 100%;
    text-align: left;
    margin-bottom: 30px
}
.w-1{
    float: left;
    width: 100%;
}
.buttonarea2{
    
    float: left;
       
  
    display: inline-block;
    margin-top: 13px;
    
   
    
}


.buttonarea2 a{
        border: 1px solid transparent;

     box-shadow: inset 400px 0 0 0 #E04403;
    background-color: #E04403;
       text-decoration: none;
    float: left;
    width: 193px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
    border-radius: 5px;
    color: #fff;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.buttonarea2 a:hover{
     box-shadow: inset 0 0 0 0 #E04403;
    background-color: transparent;
        text-decoration: none;
        color:#E04403;
        
        border: 1px solid #E04403;
         transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.buttonarea1{
    margin-left: 10px;
    float: left;
        
  
    color: #000;
    font-weight: 500;
    display: inline-block;
    margin-top: 13px;
   
    
}
.buttonarea1 a{
         box-shadow: inset 0 0 0 0 #E04403;
 border: 1px solid #E04403;

    float: left;
    width: 155px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 0;
    border-radius: 5px;
    color: #E04403;
    transition:  ease-in-out .5s;
    -webkit-transition:  ease-in-out .5s;
    -moz-transition:  ease-in-out .5s;
}
.buttonarea1 a:hover{
         box-shadow: inset 400px 0 0 0 #E04403;

        text-decoration: none;
        color:#fff;
        
         transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.banner2{
    float: left;
    width: 100%;
    text-align: center;
    padding: 55px 0px;
background: #E04403;
background: ;
    
}
.banner2 h4{
    width: 100%;
    float: left;
    font-size: 48px;
    color: #fff;
    font-weight: 700;

}
.banner2 p {
    margin-top: 20px;
 float: left;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 31px;
    width: 100%;
}
.banner3{
    float: left;
    width: 100%;
background: rgb(30,47,98);
background: linear-gradient(90deg, rgba(30,47,98,1) 0%, rgba(14,28,70,1) 100%);
        padding:110px 0px;

}
.b3-box1{
    float: left;
width: 100%;


}
.b3-box1 h5{
    color: #E04403;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 35px;
}

.b3-box1 h1 {
       float: left;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    /* padding-left: 30px; */
    line-height:65px;
    width: 100%;
}

.b3-box1 p {
     float: left;
    margin-top: 25px;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 31px;
    width: 100%;
    text-align: left;
    margin-bottom: 30px
}
.b3-box2{
       width: 100%;
    float: left;
    margin-bottom: 50px;
    

}
/*.s-1-img{
      overflow: hidden;
  transition: transform .5s ease;
           float: left;
    width: 100%;
    height: 175px;
    object-fit: cover;
}*/
.imgbox{
     float: left;
    width: 100%;
    height: 175px;
    object-fit: cover;
  overflow: hidden;
}
.imgbox img{
    width: 100%;
transition: transform .5s ease;
}
.b3-box2:hover .imgbox img{
            transform: scale(1.2);
}
.slidecontent{
    float: left;
    width: 100%;
  background-color: #fff;
    padding: 40px 19px 45px 40px;
  
}
.slidecontent h4{
   width: 100%;
    float: left;
    color: #1f3063;
       font-weight: 600;
    font-size: 24px;
    line-height: 46px;
}
.s4-bx-butn{
    float: left;
    margin-top: 10px;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;

}
.s4-bx-butn a{
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration:none;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.s4-bx-butn a svg{
    height: 14px;
    width: 18px;
    fill: black;
    float: right;
   margin-left: 13px;
    margin-top: 5px;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.s4-bx-butn:hover  svg{
    margin-left:23px;

    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.s4-bx-butn a:hover{
    color:#E04403 ;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.s4-bx-butn:hover a svg{
     fill:#E04403  ;
      transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}




.b3-sp-box2{
       width: 100%;
    float: left;
    margin-bottom: 50px;
    

}
/*.s-1-img{
      overflow: hidden;
  transition: transform .5s ease;
           float: left;
    width: 100%;
    height: 175px;
    object-fit: cover;
}*/
.imgspbox{
     float: left;
    width: 100%;
    height: 175px;
    object-fit: cover;
  overflow: hidden;
}
.imgspbox img{
    width: 100%;
transition: transform .5s ease;
}
.b3-sp-box2:hover .imgspbox img{
            transform: scale(1.2);
}
.sp-slidecontent{
    float: left;
    width: 100%;
  background-color: #fff;
    padding: 40px 19px 45px 40px;
  
}
.sp-slidecontent h4{
   width: 100%;
    float: left;
    color: #1f3063;
       font-weight: 600;
    font-size: 34px;
    line-height: 46px;
}
.s4-spbx-butn{
    float: left;
    margin-top: 10px;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;

}
.s4-spbx-butn a{
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration:none;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.s4-spbx-butn a svg{
    height: 14px;
    width: 18px;
    fill: black;
    float: right;
   margin-left: 13px;
    margin-top: 5px;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.s4-spbx-butn:hover  svg{
    margin-left:23px;

    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.s4-spbx-butn a:hover{
    color:#E04403 ;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.s4-spbx-butn:hover a svg{
     fill:#E04403  ;
      transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}





.banner4{
    float: left;
    width: 100%;
    background: #E04403;
background: #E04403;
    padding: 100px 0px;
}
.b4-box1{
    float: left;
width: 100%;


}
.b4-box1 h5{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}

.b4-box1 h1 {
       float: left;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    /* padding-left: 30px; */
    line-height:65px;
    width: 100%;
}

.b4-box1 p {
    width: 100%;
    padding-right: 50px;
     float: left;
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 31px;
    width: 100%;
    text-align: left;
    margin-bottom: 30px
}
.b4-box2{
    float: left;
    width: 100%;

}
.b4-box2 img{
    float: left;
    object-fit: cover;
    width: 100%;
    margin-top: -180px;

}



.banner5{
    float: left;
    width: 100%;
background: rgb(30,47,98);
background: linear-gradient(90deg, rgba(30,47,98,1) 0%, rgba(14,28,70,1) 100%);
    padding: 70px 0px;

}
.b5-box1{
    float: left;
width: 100%;


}
.b5-box1 h5{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}

.b5-box1 h1 {
       float: left;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    /* padding-left: 30px; */
    line-height:65px;
    width: 100%;
}

.b5-box1 p {
    width: 100%;
    padding-right: 50px;
     float: left;
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 31px;
    width: 100%;
    text-align: left;
    margin-bottom: 30px
}
.b5-box2{
    float: left;
    width: 100%;

}


.b5-box2 img{
    float: left;
    width: 100%;
    margin-top: -132px;

}
.pl-50{
    padding-left: 50px;
}
.pr-50{
    padding-right: 50px;
}
.b5-box3{
    float: left;
    width: 100%;
    border-bottom: 1px solid #8b94ac;
      padding-bottom: 35px;
    padding-top: 35px;
}
.b5-box3 img{
    float: left;
        margin-right: 30px;
    width: 59px;


}
.b5-box3 h4 br{
    display: none;
}

.b5-sp-box h4 br{
    display:none;

}
.b5-box3 h4{
      color: #fff;
   font-size: 25px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 0px;
}
.b5-box3 svg{
    height: 19px;
    width: 24px;
    fill: #E04403;
    float: right;
    margin-top: -23px;
}
.b5-box3:hover  h4{
    color: #E04403;
      -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.b5-box3:hover {
    border-bottom: 1px solid #E04403;
      -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.b5-sp-box:hover  h4{
    color: #E04403;
      -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.b5-sp2-box:hover  h4{
    color: #E04403;
      -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}


.b5-sp-box{
    float: left;
    width: 100%;
      padding-bottom:35px;
    padding-top: 35px;
}
.b5-sp-box img{
    float: left;
        margin-right: 30px;
    width: 59px;


}
.b5-sp-box h4{
      color: #fff;
   font-size: 25px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 0px;
}
.b5-sp-box svg{
    height: 19px;
    width: 24px;
    fill: #E04403;
    float: right;
    margin-top: -23px;
}
.b5-sp2-box{
    float: left;
    width: 100%;
      padding-bottom: 35px;
    padding-top: 35px;
}
.b5-sp2-box img{
    float: left;
        margin-right: 30px;
    width: 59px;


}
.b5-sp2-box h4{
      color: #fff;
   font-size: 25px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 0px;
}
.b5-sp2-box svg{
    height: 19px;
    width: 24px;
    fill: #E04403;
    float: right;
    margin-top: -23px;
}

.banner6{
    float: left;
    width: 100%;
    padding: 70px 0px;
    background: #E04403;
background: #E04403;
}
.banner6 h2{
    float: left;
   font-size: 44px;
    font-weight: 700;
    color: #fff;
    width: 100%;
}
.buttonarea3{
    
    float: left;
    display: inline-block;
   
    
    
}
.buttonarea3 a{
    box-shadow: inset 400px 0 0 0 #fff;
border-radius: 5px;
font-size: 15px;
       font-weight: 700;
    color: #14224a;
    padding: 15px 30px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
   float: right;

}
.buttonarea3 a:hover{
    box-shadow: inset  0 0 0 0 #fff !important;
background-color: #14224a;
        text-decoration: none;
        color:#fff;
        
         transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.buttonarea3 a svg {
      margin-top: 3px;
    float: right;
    width: 16px;
    height: 17px;
    margin-left: 22px;
    fill: #14224a;
       transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    }
.buttonarea3 a:hover svg{
        fill: #fff !important;
           transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    }


.banner7{
        float: left;
        width: 100%;
        padding: 100px 0px;
     background: rgb(13,27,69);
background: linear-gradient(90deg, rgba(13,27,69,1) 0%, rgba(29,45,95,1) 100%);
}
.banner7 h5{
    color: #c7a02c;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}

.banner7 h1 {
       float: left;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    /* padding-left: 30px; */
    line-height:65px;
    width: 100%;
}

.sp-p1 {
    width: 100%;
    text-align: center;
     float: left;
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 31px;
    margin-bottom: 50px
}
.b7-box1{
    width: 100%;
      float: left;
    background: transparent;
    border: 1px solid #afb4c6;
    margin-top: 60px;
    padding: 0px 30px 30px 30px;
    margin-bottom: 35px;
}
.contact-icon {
       float: none;
    padding: 22px;
    border: 1px solid #afb4c6;
    border-radius: 50%;
    background-color: #0d1b45;
    display: block;
       width: 123px;
    height: 119px;
    margin: auto;
    margin-top: -57PX;
}
.contact-icon img {
    width:75px!important;
float: none;
    margin: auto;
    transition: all ease-in-out .5s;
    display: block;
}
.b7-box1 h4{
       margin-top: 30px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
}
.sp-p{
     width: 100%;
    text-align: center;
     float: left;
      padding: 10px 30px;

    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 31px;
}



.b7-btn{
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 10px;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;

}
.b7-btn a{
    display: inline-block;
float: none;
    font-size: 16px;
    font-weight: 500;
    color: #E04403;
    text-decoration:none;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.b7-btn a svg{
    height: 14px;
    width: 18px;
    fill: #E04403;
    float: right;
   margin-left: 13px;
    margin-top: 5px;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.b7-btn:hover  svg{
    margin-left:23px;

    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.b7-btn a:hover{
    color:#fff ;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.b7-btn:hover a svg{
     fill:#fff  ;
      transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}





.b7-box1:hover .contact-icon img{
     transform: rotate(360deg);
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.b7-box1:hover .contact-icon{
    background-color: white;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.banner8{
    float: left;
    width: 100%;
    padding: 100px 0px;
   background: #E04403;
background: #E04403;
}
.b8-box1{
    float: left;
    width: 100%;
    border-right: 1px solid #fff;

}
.b8-box1 img{
        width: 82px!important;

    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
}
.b8-box1 h4{
    text-align: center;
margin-top: 20px;
    width: 100%;
    font-weight: 400;
    font-size: 30px;
    color: #fff;

}
.b8-sp-box{
    float: left;
    width: 100%;
    

}
.b8-sp-box img{
        width: 82px!important;

    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
}
.b8-sp-box h4{
   text-align: center;
margin-top: 20px;
    width: 100%;
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    
}


.sp-pp{
    width: 100%;
    text-align: center;
    float: left;
    padding: 10px 45px 0px 45px;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 31px;
    margin-bottom: 0px;
}

.footer {
    float: left;
    width: 100%;
    background-color: #292929;
    background-color: #fff;
     padding-top: 35px;
    padding-bottom: 55px;
}



.f-logo{
    width: 100%;
   
    float: left;
}
.f-logo img{
           float: left;
             /* width: 170px; */
    margin-top: 90px;
    width: 225px;
}

.quicklink{
        float: left;
    width: 100%;
    margin-top: 45px;
}
.quicklink h2 {
       float: left;
    width: 100%;
    font-size: 17px;
    color: #2e3a5e;
    margin-bottom: 16px;
    font-weight: 600;

}
.quicklink a {
      float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #2e3a5e;
    margin-bottom: 8px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.quicklink a:hover{
    text-decoration: none;
    color: #E04403;
}
.git{
        width: 100%;
        float: left;
            margin-top: 45px;

    }
    .git h2{
            float: left;
    width: 100%;

    font-size: 17px;
    color: #2e3a5e;
    margin-bottom: 16px;
    font-weight: 600;
    }
  .git a {
      float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #2e3a5e;
    margin-bottom: 8px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.git a:hover{
    text-decoration: none;
    color: #E04403;
}

.contact{
        float: left;
    width: 100%;
    margin-top: 45px;
}
.contact h2{
     float: left;
    width: 100%;
    font-size: 17px;
    color: #2e3a5e;
    margin-bottom: 16px;
    font-weight: 600;
}
  .contact p{
        float: left;
    color: #2e3a5e;
    font-size: 15px;
    line-height: 31px;
    font-weight: 500;
    margin-bottom:0px;

    }
 .contact a {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #2e3a5e;
    margin-bottom: 8px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact a:hover{
    text-decoration: none;
    color: #E04403;
}


.contact h3{
    margin-bottom:2px;
     float: left;
    color: #2e3a5e;
    font-size: 15px;
    line-height: 31px;
    font-weight: 600;
}




.footerlast{
       float: left;
    width: 100%;
    padding: 20px 0px;
  background-color: #0d1b45;
    
}

.copyright{
        float: left;
    width: 100%;
}
   

.copyright p {
    width: 100%;
    text-align: left;
    float: left;
    font-size: 12px;
    color: #767e96;
    font-weight: 400;
        padding-top: 3px;

}
.copyright h3 {
    float: left;
    width: 50%;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    color: #767e96;
    margin-bottom: 0px;
}
.copyright h4 {
    float: left;
    width: 50%;
    text-align: right;
    font-weight: 500;
    font-size: 15px;
    color: #767e96;
    margin-bottom: 0px;
}
.copyright a {
    color: #767e96;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.copyright a:hover{
   color: #E04403;
   text-decoration: none;
}



/*aboutuspage*/

.a-header{
    height: 150px;
}
.a-clr{
    color: #0e1c46!important;
}
.a-ban1{
float: left;
width: 100%;
padding: 50px 0px 45px 0px ;
background: rgb(14,29,72);
background: linear-gradient(90deg, rgba(14,29,72,1) 0%, rgba(29,46,96,1) 100%);
}
.a-ban1 h3{
    width: 100%;
    color:#fff ;
    font-weight: bold;
    font-size: 40px;
    text-align: left;
}



.ab-banner4{
    float: left;
    width: 100%;
    background-color:#fff ;
    padding: 90px 0px;

}
.ab-b4-box1{
    float: left;
width: 100%;


}
.ab-b4-box1 h5{
    color: #0e1c46;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.ab-b4-box1 h1 {
       float: left;
    font-size: 50px;
    color: #0e1c46;
    font-weight: 700;
    text-align: left;
    /* padding-left: 30px; */
    line-height:65px;
    width: 100%;
}

.ab-b4-box1 p {
    width: 100%;
    padding-right: 98px;
     float: left;
    margin-top: 10px;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    line-height: 31px;
    width: 100%;
    text-align: left;
    margin-bottom: 30px
}
.ab-b4-box2{
    float: left;
    width: 100%;

}
.ab-b4-box2 img{
    float: left;
    object-fit: cover;
    width: 100%;
    margin-top: -174px;

}


.a-ban2{
    float: left;
    width: 100%;
    background: rgb(13,27,69);
background: linear-gradient(90deg, rgba(13,27,69,1) 0%, rgba(31,48,99,1) 100%);
padding: 90px 0px;
}
.apr-50{
    padding-right: 50px;
}
.apl-50{
    padding-left: 50px;
}
.mission{
    float: left;
    width: 100%;
}
.mission img{
    float: left;
    width: 25px;
    margin-right: 15px;
}
.mission h5{
    font-weight: 700;
     color: #E04403;
    font-size: 16px;
    margin-top: 4px;

}
.mission h3{
      padding: 15px 0px;
    width: 100%;
    font-size: 33px;
    font-weight: 600;
    color: #fff;
       

}
.mission p{
    width: 100%;
    border-top: 1px solid #c2c5d0;
    float: left;
   
    font-weight: 300;
    line-height: 31px;
   
    text-align: left;



    font-size: 15px;
       color: #c2c5d0;
    padding: 15px 50px 0px 0px;
}

/*services*/


.s-ban1{
    float: left;
    width: 100%;
    background-color:#fff ;
    padding: 95px 0px 90px 0px;

}
.s-box1{
    float: left;
width: 100%;


}

.s-box1 h1 {
         float: left;
    font-size: 50px;
    color: #0e1c46;
    font-weight: 700;
    text-align: left;
    /* padding-left: 30px; */
    line-height: 60px;
    width: 100%;
    margin-bottom: 30px;
}
.s-box1 h2 {
         float: left;
    font-size: 48px;
    color: #0e1c46;
    font-weight: 700;
    text-align: left;
    /* padding-left: 30px; */
    line-height: 60px;
    width: 100%;
    margin-bottom: 30px;
}
.s-box1 p {
      width: 100%;
    float: left;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 31px;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}
.s-box2{
    float: none;
    display: block;
    margin: auto;
    width: 100%;

}
.s-box2 img{
        display: block;
    margin: auto;
    width: 100%;
}
.s-ban2{
    float: left;
    width: 100%;
    padding: 70px 0px;
  background: linear-gradient(90deg, rgba(13,27,69,1) 0%, rgba(29,45,95,1) 100%);
}
.s-ban2 h2{
    float: left;
   font-size: 44px;
    font-weight: 700;
    color: #fff;
    width: 100%;
}


/*contactus*/

.cban1{
    padding: 50px 0px 40px 0px;
    color: #ffffff;
    float: left;
    width: 100%;
}
.cb1-1{
    float: left;
    width: 100%;
}
.cb1-1 img{
     float: none;
    display: block;
    margin: auto;
    border: 2px solid black;
    border-radius: 50px;
    width: 90px;
    padding: 20px;
    height: auto;
        transition: all ease-in-out .5s;

}
.cb1-1 img:hover{
    transform: rotate(360deg);
    filter: invert(1);
    background: #2a56d7;


}
.cb1-1 h3{
         margin-top: 25px;
    float: left;
    width: 100%;
    color: #12224f;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 17px;
}
.cb1-1 p{
    font-size: 16px;
    color: black;
    width: 100%;
    text-align: center;
    line-height: 26px;
}



.careerban1{
      width: 100%;
    float: left;
    padding: 70px 0 30px;
    position: relative;
    z-index: 99;
  background: linear-gradient(90deg, rgba(13,27,69,1) 0%, rgba(29,45,95,1) 100%);
}

.careerban1 h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 49px;
    line-height: 59px;
    margin-bottom: 15px;
}
.careerban1 p {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 50px;
}

.contact-snd {
        box-shadow: inset 400px 0 0 0 #E04403;

       font-weight: 500;
    font-size: 16px;
    color: #fff;
    border: 0;
    padding: 13px 87px;
    border-radius: 5px;
    cursor: pointer;
    /* float: right; */
    margin: 60px auto;
    display: block;
}
.contact-snd:hover {
    box-shadow: inset 0 0 0 0 #fff;
    border: 1px solid #E04403;
    color: #E04403;
}

.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 25px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 17px;
    border-radius: 5px;
}
.info-tag {
    line-height: 27px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.93);
    margin-top: 9px;
    font-weight: 300;
}





/*careerpage*/

.careerban2{
    float: left;
    width: 100%;
    padding-bottom: 65px;
    padding-top: 100px;
    background: #e6e8ed;
}
.cr-wd {
   width:100%;
   text-align:center;
    }
    .cr-wd h2 {
  font-weight: 700;
    color: #152553;
    font-size: 46px;
    line-height: 65px;
    margin-bottom: 15px;
}
.cr-wd p {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: black;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 50px;
}

.contact-snd2 {
       box-shadow: inset 400px 0 0 0 #152553;

       font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 13px 87px;
    border-radius: 5px;
    cursor: pointer;
    /* float: right; */
    margin: 60px auto;
    display: block;
border:1px solid #152553;
}
.contact-snd2:hover {
    box-shadow: inset 0 0 0 0 #e6e8ed ;
    border: 1px solid #152553;
    color: #152553;
}



.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
@media(max-width:767px)
{
   .apl-50
   {
    padding-left: 15px!important;
    padding-right: 15px!important;
   }
   .apr-50{
     padding-left: 15px!important;
    padding-right: 15px!important;
   }
   .mission img {
    float: none;
    width: 30px;
    margin-right: 15px;
    display: inline-block;
}
.mission{
    text-align: center;
}
.mission p{
    text-align: center;
    margin-bottom: 50px;
     padding: 15px 0px 0px 0px;
}
.a-ban2{
    padding: 90px 0px 60px 0px;
       

}
.a-ban1 h3 {
text-align: center;
}
.mission h5 {
    float: left;
    font-weight: 700;
    color: #E04403;
    font-size: 16px;
    margin-top: 7px;
    width: 100%;
}
}
@media(max-width:324px)
{
.imgbox{
    height: 145px;
}

}

@media(max-width:769px)
{
    .careerban1 p br{
display:none;
}
    
}
@media(max-width:349px)
{


.contact-snd2 {
   
    padding: 13px 66px;
   
    margin: 20px auto 50px auto;
    
}
.nav-brand img{
    width: 185px !important;
}
.slide .item .slide-image {
    height: 650px;

}
    .slide{
        height: 650px;

    }
    .slide .item{
        height: 650px;
    }

.buttonarea1{
margin-left: 0px;
}
.slide .item .cover .header-content {
    padding-top: 90px !important;
}
    .header-content h1 {

  font-size: 26px;
    line-height: 37px;
width: 100%;
text-align: center;
}
.banner2 h4{
    font-size: 26px;
}
.b3-box1 h1 {
       font-size: 26px;
    line-height: 37px;
}

.b4-box1 h1 {
        font-size: 26px;
    line-height: 37px;
}
.b5-box1 h1 {
       font-size: 26px;
    line-height: 37px;
}
.banner6 h2 {
font-size: 31px;
}
.banner7 h1 {
     font-size: 26px;
    line-height: 37px;
}

.b5-sp-box h4 {
    font-size: 17px;
}
.b5-box3 h4 {
    font-size: 17px;
}
.b5-sp2-box h4 {
font-size: 17px;
}
.copyright h3 {
    font-size: 13px;
}
.copyright h4{
    font-size: 13px;
}
.ab-b4-box1 h1 {
        font-size: 26px;
    line-height: 37px;
}
.mission h3{
    font-size: 26px;
}
.s-box1 h1 {
        font-size: 26px;
    line-height: 37px;
}
.s-box1 h2 {
        font-size: 26px;
    line-height: 37px;
}

.cr-wd h2 {
    font-size: 26px;
    line-height: 37px;
}
.careerban1 h2 {
    font-size: 26px;
    line-height: 37px;
}
}






@media (min-width:350px) and (max-width:420px)
{

.nav-brand img{
    width: 185px !important;
}
.slide .item .slide-image {
    height: 650px;

}
    .slide{
        height: 650px;

    }
    .slide .item{
        height: 650px;
    }

.buttonarea1{
margin-left: 0px;
}
.slide .item .cover .header-content {
    padding-top: 90px !important;
}
    .header-content h1 {

font-size: 31px;
    line-height: 44px;
width: 100%;
text-align: center;
}
.banner2 h4{
    font-size: 31px;
}
.b3-box1 h1 {
      font-size: 31px;
    line-height: 44px;
}

.b4-box1 h1 {
       font-size: 31px;
    line-height: 44px;
}
.b5-box1 h1 {
       font-size: 31px;
    line-height: 44px;
}
.banner6 h2 {
font-size: 31px;
}
.banner7 h1 {
     font-size: 31px;
    line-height: 44px;
}

.b5-sp-box h4 {
    font-size: 17px;
}
.b5-box3 h4 {
    font-size: 17px;
}
.b5-sp2-box h4 {
font-size: 17px;
}
.copyright h3 {
    font-size: 13px;
}
.copyright h4{
    font-size: 13px;
}
/*about*/
.ab-b4-box1 h1 {
       font-size: 31px;
    line-height: 44px;
}
.mission h3{
    font-size: 31px;
}
.s-box1 h1 {
       font-size: 31px;
    line-height: 44px;
}

.s-box1 h2 {
       font-size: 31px;
    line-height: 44px;
}

.cr-wd h2 {
    font-size: 31px;
    line-height: 44px;
}
.careerban1 h2 {
    font-size: 31px;
    line-height: 44px;
}
}

@media(max-width:420px)
{
.careerban2 {
    
    padding-bottom: 30px;
    padding-top: 80px;
}
    .b5-box3 img {
   
    margin-right: 20px;
}
.b5-sp-box img {
     margin-right: 20px;
}
.b5-sp2-box img {
     margin-right: 20px;
}
.b5-box3 svg {

    margin-top: -20px;
}
.b5-box3 h4 {
  
    margin-top: 25px;
}
.b5-sp-box h4 {
   
    margin-top: 25px;
}
.b5-sp2-box h4 {
   
    margin-top: 25px;
}
    .buttonarea2 a{
        width: 155px;
    }
    .header-content p{
        font-size: 14px;
    }
    .banner2 p{
        font-size: 14px;
        line-height: 29px;
    }
    .b3-box1 p {
 font-size: 14px;
        line-height: 29px;
    }
    .banner3{
        padding: 70px 0px;
    }
    .banner4{
        padding: 80px 0px;
    }
    .b4-box1 p {
font-size: 14px;
        line-height: 29px;
    }
    .b5-box1 p {
font-size: 14px;
        line-height: 29px;
    }
    .b5-box3 {
padding: 30px 0px;
}

.b5-sp-box h4 {
    font-size: 17px;
}
.b5-box3 h4 {
    font-size: 17px;
}
.b5-sp2-box h4 {
font-size: 17px;
}
.banner5{
    padding: 70px 0px 50px 0px;
}
.banner7{
    padding: 70px 0px;
}
.sp-p1{
    font-size: 14px;
        line-height: 29px;
}
.b7-box1 h4 {

    font-size: 27px;

    line-height: 34px;
}
.sp-p{
    padding-bottom: 0px;
    font-size: 14px;
        line-height: 29px;
}
 .f-logo p {
font-size: 14px;
        line-height: 29px;
    }
    
    
/*    about*/

 .ab-banner4{
        padding: 80px 0px;
    }
    .ab-b4-box1 p {
font-size: 14px;
        line-height: 29px;
    }
    .mission p{
font-size: 14px;
        line-height: 29px;
        
    }
     .s-box1 p{
        font-size: 14px;
        line-height: 29px;
    }
    
    .cr-wd p
    {
         font-size: 14px;
        line-height: 29px;
    }
    .careerban p{
        font-size:14px
        line-height:29px;
    }
}

@media(min-width:385px) and (max-width:469px){

.header-content h1 {
font-size: 35px;
    line-height: 45px;
width: 100%;
text-align: center;
}
.banner2 h4{
    font-size: 35px;
}
.b3-box1 h1 {
        font-size: 35px;

line-height: 45px;
}

.b4-box1 h1 {
        font-size: 35px;

line-height: 45px;
}
.b5-box1 h1 {
        font-size: 35px;

line-height: 45px;
}
.banner6 h2 {
font-size: 35px;
}
.banner7 h1 {
        font-size: 35px;

line-height: 45px;
}

.b5-sp-box h4 {
    font-size: 17px;
}
.b5-box3 h4 {
    font-size: 17px;
}
.b5-sp2-box h4 {
font-size: 17px;
}
/*about*/
.ab-b4-box1 h1 {
        font-size: 35px;

line-height: 45px;
}
.s-box1 h1 {
        font-size: 35px;

line-height: 45px;
}
.s-box1 h2 {
        font-size: 35px;

line-height: 45px;
}

.cr-wd h2{
     font-size: 35px;
    line-height: 45px;
}
.careerban1 h2 {
    font-size: 35px;
    line-height: 45px;
}
}


@media(min-width:385px) and (max-width:469px){

.slide{
    height: 671px;
}
.slide .item{
    height: 671px;
}
.slide .item .slide-image {
    height: 671px;
    }
}

@media(min-width:470px) and (max-width:599px){
.slide{
    height: 671px;
}
.slide .item{
    height: 671px;
}
.slide .item .slide-image {
    height: 671px;
    }
.header-content h1 {
font-size: 40px;
    line-height: 50px;
width: 100%;
text-align: center;
}
.banner2 h4{
    font-size: 40px;
}
.b3-box1 h1 {
        font-size: 40px;

line-height: 50px;
}

.b4-box1 h1 {
        font-size: 40px;

line-height: 50px;
}
.b5-box1 h1 {
        font-size: 40px;

line-height: 50px;
}
.banner6 h2 {
font-size: 40px;
}
.banner7 h1 {
        font-size: 40px;

line-height: 59px;
}
.b5-sp-box h4 {
    font-size: 22px;
}
.b5-box3 h4 {
    font-size: 22px;
}
.b5-sp2-box h4 {
font-size: 22px;
}

/*about*/
.ab-b4-box1 h1 {
        font-size: 40px;

line-height: 50px;
}
/*service*/


.s-box1 h1 {
        font-size: 40px;

line-height: 50px;
}
.s-box1 h2 {
        font-size: 40px;

line-height: 50px;
}
.s-box1 h2 {
        font-size: 40px;

line-height: 50px;
}
.cr-wd h2{
     font-size: 34px;
    line-height: 50px;
}
.careerban1 h2{
     font-size: 34px;
    line-height: 50px;
}
}


@media(max-width:576px){
    .careerban2{
        padding-left:15px;
        padding-right:15px;
    }
    .cr-wd h2 br{
        display:none;
    }
}









@media(max-width:600px){

 .ab-b4-box1 p {
    padding-right: 0px;
    }  
.b5-box3 svg {
    margin-top:-20px;
}
.media-svg{
    margin-top:-26px !important;
}
.media-h4{
    margin-top: 19px !important;
}
.b5-box3 h4
{
    margin-top: 4px;
}
.b5-sp-box h4
{
    margin-top: 4px ;
}
.sp-p1 {
    padding: 0px 15px;
}
.b5-box3 h4 br{
    display: block;
}

.b5-sp-box h4 br{
    display:block;

}

.header-content h5{
    text-align: center;
    width: 100%;
}

.header-content p br{
    display: none;
}
.header-content p {
    width: 100%;
text-align: center;
    margin-top: 10px;
}
.w-1 {
    
    text-align: center;
    display: inline-block;
}
.buttonarea2{
    float: none;
    display: inline-block;
}
.buttonarea1{
    float: none;
    display: inline-block;
}

.banner2 p {
    margin-top: 15px;
}
  .sp-p1 br{
        display: none;

    }
    .b5-box1 h1 br {
display: none;
}

.b3-box1 h5 {
  
    margin-bottom: 20px;
}

.b3-box1 p {
    margin-top: 10px;
}
.b4-box1 h1 br {
display: none;
}


.b4-box1 h5 {
  
    margin-bottom: 20px;
}

.b4-box1 p {
    margin-top: 10px;
}

.b4-box2 {
    text-align: center;
    float: none;
    width: 100%;
    display: inline-block;
    margin: auto;
}
.b4-box2 img{
    float: none;
    width: 80%;
}


.b5-box1 h1 br {
display: none;
}


.b5-box1 h5 {
  
    margin-bottom: 20px;
}

.b5-box1 p {
    margin-top: 10px;
}

.b5-box2 {
    text-align: center;
    float: none;
    width: 100%;
    display: inline-block;
    margin: auto;
}
.b5-box2 img{
    float: none;
    width: 80%;
}

.banner7 h1 br {
display: none;
}


.banner7 h5 {
  
    margin-bottom: 20px;
}

.slidecontent{
        padding: 40px 0px 45px 0px;

}
.sp-slidecontent{
        padding: 40px 0px 45px 0px;

}
.slidecontent h4{
    text-align: center;
}
.slidecontent h4 br{
    display: none;
}

.s4-bx-butn {
    float: left;
    width: 100%;
   
    text-align: center;
}
.s4-bx-butn a {
float: none;
display: inline-block;

}

.s4-bx-butn a svg {
margin-top:5px;
 }




 .sp-slidecontent h4{
    text-align: center;
}
.sp-slidecontent h4 br{
    display: none;
}

.s4-spbx-butn {
    float: left;
    width: 100%;
   
    text-align: center;
}
.s4-spbx-butn a {
float: none;
display: inline-block;}


.s4-spbx-butn a svg {
margin-top:5px;

 }
 .b3-box1 h1 br{
display: none;
}

/*aboutuspage*/
.ab-b4-box1 h1 br {
display: none;
}


.ab-b4-box1 h5 {
  
    margin-bottom: 20px;
}

.ab-b4-box1 p {
    margin-top: 10px;
}

.ab-b4-box2 {
    text-align: center;
    float: none;
    width: 100%;
    display: inline-block;
    margin: auto;
}
.ab-b4-box2 img{
    float: none;
    width: 80%;
}
/*servicpage*/
.s-box1 h1 br {
display: none;
}

.s-box2 img {
    display: block;
    margin: auto;
}

.s-box1 p{
    padding-left: 10px;
    padding-right: 10px;
}
.s-ban1{
        padding: 80px 0px 90px 0px;

}
}


@media(min-width:768px) and (max-width:991px){
    
    .b3-sp-box2 {
    width: 50%;
    margin-left:auto;
    margin-right:auto;
    display:block;
    float:none;
    }
}

@media(min-width:601px) and (max-width:767px){



     .header-content h1 {

font-size: 48px;
    line-height: 70px;

}
.banner2 h4{
    font-size: 48px;
}
.b3-box1 h1 {
     font-size: 48px;
    line-height: 70px;
}

.b4-box1 h1 {
      font-size: 48px;
    line-height: 70px;
}
.b5-box1 h1 {
      font-size: 48px;
    line-height: 70px;
}
.banner6 h2 {
font-size:48px;
}
.banner7 h1 {
    font-size: 48px;
    line-height: 70px;
}

    .sp-p1 br{
        display: none;

    }
    .b5-box1 h1 br {
display: none;
}

.b3-box1 h5 {
  
    margin-bottom: 20px;
}
.b3-box1 h1 {
line-height: 59px;
}
.b3-box1 p {
    margin-top: 10px;
}
.b4-box1 h1 br {
display: none;
}


.b4-box1 h5 {
  
    margin-bottom: 20px;
}

.b4-box1 p {
    margin-top: 10px;
}


.b5-box1 h1 br {
display: none;
}


.b5-box1 h5 {
  
    margin-bottom: 20px;
}

.b5-box1 p {
    margin-top: 10px;
}




.banner7 h1 br {
display: none;
}


.banner7 h5 {
  
    margin-bottom: 20px;
}
.banner7 h1 {
line-height: 59px;
}
.banner7 p {
    margin-top: 10px;
}
.slidecontent{
        padding: 40px 0px 45px 0px;

}
.slidecontent h4{
    text-align: center;
}
.slidecontent h4 br{
    display: none;
}

.s4-bx-butn {
    float: left;
    width: 100%;
   
    text-align: center;
}
.s4-bx-butn a {
float: none;}

.s4-bx-butn a svg {
float:none;   
 }



.sp-slidecontent{
        padding: 40px 0px 45px 0px;

}
 .sp-slidecontent h4{
    text-align: center;
}
.sp-slidecontent h4 br{
    display: none;
}

.s4-spbx-butn {
    float: left;
    width: 100%;
   
    text-align: center;
}
.s4-spbx-butn a {
float: none;}

.s4-spbx-butn a svg {
float:none;   
 }
 .b3-box1 h1 br{
display: none;
}

.header-content h1 br {
display: none;
}
.header-content p br{
    display: none;
}
/*aboutuspage*/
.ab-b4-box1 h1 br {
display: none;
}


.ab-b4-box1 h5 {
  
    margin-bottom: 20px;
}

.ab-b4-box1 p {
    margin-top: 10px;
}
.ab-b4-box1 h1 {
      font-size: 48px;
    line-height: 70px;
}
 .ab-b4-box1 p {
    padding-right: 0px;
    }  
    
    /*servicepage*/
.s-box1 h1 br {
display: none;
}


.s-box1 h1 {
      font-size: 48px;
    line-height: 65px;
}
.cr-wd h2 {
font-size:40px;

    line-height:56px;
}
.cr-wd p br{
    display:none;
}
.cr-wd h2 br{
    display:none;
}
}

@media(min-width:769px) and (max-width:1200px){


.contact p br{
    display: none;
}
 .ab-b4-box1 p {
    padding-right: 0px;
    } 
    
}

@media(max-width:768px)
{
    .copyright h3{
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }
    .copyright h4{
        width: 100%;
        text-align: center;
    }
    .f-logo img {
    margin-top: 15px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
}

@media(max-width:991px){
.footer{
    padding-top: 20px;
}
.banner2 p br{
    display: none;
}
.b3-box1 h5 {
    width: 100%;
    text-align: center;
}
.b3-box1 h1 {
text-align: center;
}
.b3-box1 p{
    text-align: center;
}
.b3-box1 p br {
display: none;
}
.b4-box1 h5 {
width: 100%;
text-align: center;
}
.b4-box1 h1 {
text-align: center;
}
.b4-box1 p {
    width: 100%;
    padding-right: 0px;
    text-align: center;
}
.b4-box2 img {
margin-top: 10px;

}
.b5-box1 h5 {
width: 100%;
text-align: center;
}
.b5-box1 h1 {
text-align: center;
}
.b5-box1 p {
    width: 100%;
    padding-right: 0px;
    text-align: center;
}
.b5-box2 img {
margin-top: 10px;
    margin-bottom: 20px;

}
.pr-50{
    padding-right:20px !important;
    padding-left:20px !important;
}
.pl-50{
    padding-left: 20px !important;
    padding-right:20px !important;
}
.b5-sp2-box {
    border-top: 1px solid #8b94ac;
}
.banner6{
        padding: 70px 0px 90px 0px;

}
.banner6 h2 {
text-align: center;
}
.buttonarea3 {
        margin-top: 25px;
    float: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
.buttonarea3 a {
float: none;
display: inline-block;
}
.buttonarea3 a svg{
    margin-top: 2px;
}
.b8-box1 {
border: none;
    margin-bottom: 50px;

}
.banner8{
        padding: 100px 0px 120px 0px;

}
.f-logo img {
    float: none;
   
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.f-logo p {
    width: 100%;
text-align: center;
    margin-bottom: 0px;

}
.quicklink h2 {
text-align: center;
}

.quicklink a {
text-align: center;
}
.git h2 {
text-align: center;
}
.git a {
text-align: center;
}
.contact h2 {
text-align: center;
}
.contact p {
        margin-bottom: 0px;

    width: 100%;
text-align: center;
}

/*aboutuspage*/
.ab-b4-box1 h5 {
width: 100%;
text-align: center;
}
.ab-b4-box1 h1 {
text-align: center;
}
.ab-b4-box1 p {
    width: 100%;
    padding-right: 0px;
    text-align: center;
}
.ab-b4-box2 img {
margin-top: 10px;

}

/*servicepage*/


.s-box1 h1 {
text-align: center;
}
.s-box1 p {
    width: 100%;
    text-align: center;
}
.s-ban2 h2{
    font-size: 36px;
    width: 100%;
    text-align: center;
}

}
@media(max-width:767px)
{
    .contact h3 {
    width: 100% !important;
    text-align: center !important;
    }
}
@media(min-width:992px) and (max-width:1199px){
.contact p {
font-size:13px;
}
.contact h3 {
font-size:13px;
}    
  .contact a {
font-size:12px;
}  
.git a {
font-size:13px;
}
.quicklink a {
font-size:13px;
}
.contact h2 {
font-size:16px;
}
.git h2 {
font-size:16px;
}
.quicklink h2 {
font-size:16px;
}
}
@media(min-width:768px) and (max-width:991px){
    .contact p{
        text-align:left !important;
    }
    
    .git a{
                text-align:left !important;

    }
    .contact h2 {
        text-align:left !important;
}
 .git h2 {
        text-align:left !important;
}
 .quicklink h2 {
        text-align:left !important;
}
.quicklink a{
        text-align:left !important;
}
.f-logo img {
float:left;
}
    
}
@media(min-width:992px) and (max-width:1200px)
{

.f-logo img{
    width: 213px;
}
.header_menu_area > ul > li > a {
    margin: 15px 12px;

        

}

.slidecontent h4 {
    font-size: 29px;
    line-height: 42px;
}
.imgbox{
    height: 160px;
}

.sp-slidecontent h4 {
    font-size: 29px;
    line-height: 42px;
}
.imgspbox{
    height: 160px;
}
.b4-box1 h5 {
  
    margin-bottom: 13px;
}


.b4-box1 h1 {
    font-size: 40px;
    line-height: 53px;
} 

.b4-box1 p {
     margin-top: 0px;
    font-size: 15px;
    line-height: 29px;
}
.b4-box2 img {
 
    margin-top: -144px;
}
.b5-box1 h1 {
    font-size: 40px;
    line-height: 53px;
} 
.b4-box1 h5 {
  
    margin-bottom: 18px;
}
.b5-box1 p {
     margin-top: 0px;
    font-size: 15px;
    line-height: 29px;
}
.b5-box2 img {
    margin-top: -114px;
}

.b5-box3 h4 {
    font-size: 19px;
    margin-top: 25px;
}
.b5-sp-box h4 {
    font-size: 19px;
    margin-top: 25px;
}
.banner6 h2 {
    font-size: 36px;
}

/*aboutspage*/
.ab-b4-box1 h5 {
  
    margin-bottom: 13px;
}


.ab-b4-box1 h1 {
    font-size: 40px;
    line-height: 53px;
} 

.ab-b4-box1 p {
     margin-top: 0px;
    font-size: 15px;
    line-height: 29px;
}
.ab-b4-box2 img {
 
    margin-top: -144px;
}
/*serivicepage*/



.s-box1 h1 {
    font-size: 40px;
    line-height: 53px;
    margin-bottom: 15px;
} 

.s-box1 p {
     margin-top: 0px;
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 15px;
}
.s-ban2 h2{
    font-size: 36px;
}
.cr-wd h2 {
font-size:40px;

    line-height: 62px;
}
.cr-wd p br{
    display:none;
}
.cr-wd h2 br{
    display:none;
}
}



@media (min-width:1024px) and (max-width:1199px)
{
   
.nav-menu > li > a {

       margin: 15px 10px !important;

}
}

@media(max-width:1024px){

    .buttonarea{
        display: none;
    }
    .nav-menu > li > a {
  color: #fff !important;
}
.cr-wd p br{
    display:none;
}
}
@media(min-width:1024px){

    .submenu-indicator-chevron{
        display: none !important;
    }
}

/*megamenu*/

.header_area{
      float: left;
    width: 100%;
    background-color: white;
    height: 0px;
    position: relative;
    z-index: 11;
}
.navigation {
    float: left;
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color:transparent;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-left {
  float: left;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand img{
         float: left;
    margin-top: 30px;
    width: 225px;
}
.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  right:0px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
      padding-left: 15px;

  top: 0;
  left: -400px;
  position: fixed;
  background-color: #142451;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
     margin-top: -3px;
    position: absolute;
    top: 0;
    right: -26px;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: transparent #d5a93b #d5a93b transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}



.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #E04403;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-bottom: solid 1px #434f71;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
width: auto;
    float: right;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 15px 27px;
    border-bottom: 0px solid transparent;
    letter-spacing: 0px !important;
    padding: 0px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
    text-decoration: none;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a
{
  color: #E04403!important;
}
.nav-menu > li.active > a{
    
  color: #E04403!important;

}
.nav-menu > li.focus > a {
  color: #E04403!important;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}



.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #d5a93b #d5a93b transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
 padding-left: 60px;
    /* height: 70px; */
    float: left;
    z-index: 19998;
    margin-top: 50px;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
     width: 100%;
    margin-top: 48px;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: #fff;
    /* border-top: solid 1px #f0f0f0; */
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #101f4b;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list > li > a:hover {
  background-color: #E04403;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
color: #E04403;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
  color: #fff;
}
.nav-menu ul{

}
.nav-dropdown > li > a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #ff6b00;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 100%;
  }
}
@media(max-width:1024px)
{
    
    .megamenu-panel {
  
    margin-top: 70px;
    }
}
