html{
    overflow-x: hidden;
}

body{
    margin: 0;
    overflow-x: hidden;
   

}
@font-face {
    font-family: 'ACETONE';
    src: url('../fonts/ACETONE.eot');
    src: url('../fonts/ACETONE.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ACETONE.woff2') format('woff2'),
        url('../fonts/ACETONE.woff') format('woff'),
        url('../fonts/ACETONE.ttf') format('truetype'),
        url('../fonts/ACETONE.otf') format('opentype'),
        url('../fonts/ACETONE.svg#ACETONE') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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;

}





.mainheader{
    width: 100%;
    float: left;
    background: white;
    position: relative;
    z-index: 999;
        
height: 0px;
}
.total-header{
    width: 100%;
padding-top: 10px}
.logopart{
    width: 20%;
    padding: 30px 0px 0px 0px;
    float: left;
    position: relative;
    z-index: 11;
    
}
.logobox{
    float: left;

    
}
.logopart img{
    float: left;
    width: 145px;
      
}
.menuarea{
        border-bottom: 1px solid #bab9b6;


    padding: 60px 0px 21px 0px;
width: 80%;
       float: left;
    text-align: center;

}


.buttonarea {
        margin-top: -16px;

    float: right;
    position: relative;
    z-index: 111;
    margin-left: 28px;
}


.buttonarea a {
   
  text-decoration: none;
    font-weight: normal;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #233057;
    padding: 16px 47px;
    cursor: pointer;
  
    float: right;
font-family: 'Raleway', sans-serif;
}

.button-1 {
 background-image: -webkit-linear-gradient(30deg, #ffffff 50%, transparent 50%);
  background-image: linear-gradient(30deg, #ffffff 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  border-radius: 30px;
      background-color: #fff;

}
.button-1:hover {
  background-position: 100%;
  color: #fff;
text-decoration: none;

   background-color: #000080;
}
.button-1 a:hover {
    text-decoration: none;
    color: #fff;
    -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;
}
/*mediasidemenu*/
.menuarea > .mob_nav {
        margin-top: 43px;

      display: block;
      float: right;
      width: 28px;
      height: 20px;
      cursor: pointer;
      transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      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;
      position: relative;
    z-index: 11111;
}

.menuarea > .mob_nav > div {
background-color:#fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    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;
    width: 100%;
}

.menuarea > .mob_nav > div:nth-child(1) {
    top: 8px; 
        width: 19px;

}

.menuarea > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 16px; 
}

.menuarea > .mob_nav > div:nth-child(4) {
    top: 23px; 
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; 
}

.mob_nav.open > div:nth-child(2) {
    top: 1px;
    background: #fff;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #fff;
    top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.menuarea > ul{
     width: 100%;
    display: inline-block;
    vertical-align: middle;
margin-bottom: 0px;
    float: left;
    padding-left: 0px;
  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;
}
    
.menuarea > ul > li{
     width: auto;
     display: inline-block;
     vertical-align: middle;
     position: relative;
    padding: 0px 29px 0px 29px;
      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;
}

.menuarea > ul > li > a{
font-family: 'Raleway', sans-serif;
  width: auto;
    color: #bfc0c3;
    font-weight: 400;
    float: left;
    position: relative;
    padding-bottom: 30px;
    font-size: 16px;
    letter-spacing: 0px !important;
    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-decoration: none;
    text-align: center;
}
.menuarea > ul > li > a:hover{
  
     color: #fff;
  -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-decoration: none;
}
.sp-li:hover{
  
     color: #fff;
  -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-decoration: none;
}
.activeli{
   color: #fff!important;
   font-weight: 400 !important;
  -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-decoration: none;
   
}


.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
    margin-top: 45px;
    transform: translate(0,0);
}




/*.sub-menu {
    margin-top: 73px!important;
}*/



.menu ul {
       border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 0px;
    padding: 0;
   width: 216px;
    position: absolute;
    left: -54px;
    background: white;
    z-index: 99;
    float: none;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}
.menu ul li {
        display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 13px 10px;
    width: 100%;
    position: relative;
    z-index: 100;


}
.border-fst{

  border-top-left-radius: 10px;
        border-top-right-radius: 10px;
            border: none;

}
.menu ul li a {
    border-bottom: none;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    padding: 0px 10px;
    display: block;
    color: #00215b;
    background: transparent;
transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
}




.menu li:first-child{
    margin-left: 0;

}

.menu li:last-child {
border-bottom: none;


  border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
}



.menu ul li:hover{
    color:#fff;
    background-color: #0c1b46;
    transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
}
.menu ul li:hover a{
    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;
}
.menu-padding{
    padding-top: 0px;
}
/*triangle on hoverul*/
.menu ul:after {
   bottom: 100%;
    left: 49%;
    border: solid #fff;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 6px;
}
.sp-li {
    padding: 0px 28px 0px 0px !important;
}






.slide {
         float: left;
    width: 100%;
    top: 0px;
    background: url(../images/home.svg);
    background-size: cover;
    /* background-position: center; */
    position: relative;
    z-index: 1;
    /* min-height: 850px; */
    /* max-height: 1000px; */
    height: 750px;
    
 
}


.slide .item {
           height: 750px;
    width: 100%;
    float: left;
    position: relative;
}



.slide .item .slide-image {
    height: 750px;
       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;
}


.slider-ban .owl-item.active .header-content h1{
        transform: auto !important;
       transition: auto !important;
}

.slider-ban .owl-item.active .header-content p{
        transform: auto !important;
       transition: auto !important;
}


.slide .item .cover {
        height: 750px;

   padding: 0px 0px;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    display: flex;
    align-items: center;



    background-repeat: no-repeat;
}


.slide .item .cover .header-content {
    padding-top: 100px !important;
}

.slide .item .cover .header-content {
    width: 100%;
    position: relative;
    /* padding: 56px; */
    overflow: hidden;
}

.header-content h1 {
       float: left;
     font-size: 85px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    /* padding-left: 30px; */
    line-height: 80px;
    width: 100%;
    font-family: 'ACETONE' !important;
}
.header-content h1 span{
    font-weight: 400;
}
.header-content p {
     float: left;
    margin-top: 20px;
    font-size: 15px;
    color: #bfbdb9;
    font-weight: 400;
    line-height: 32px;
    width: 50%;
    text-align: left;
    margin-bottom: 30px;
        font-family: 'Raleway',sans-serif;

}
.w-1{
    float: left;
    width: 100%;
}

/*.slider-ban .owl-item.active .slide-image{
    transform: scale(1.1);
    transition: 10s;
}*/
.button-2 {
 background-image: -webkit-linear-gradient(30deg, #ffffff 50%, transparent 50%);
    background-image: linear-gradient(30deg, transparent 50%, navy 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 30px;

}
.button-2:hover {
  background-position: 100%;
  color: #fff;
text-decoration: none;
    border: 1px solid #000080;


   background-color: #000080;
}
.button-2 a:hover {
    text-decoration: none;
    color: #fff;

    -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;
}
.buttonarea2{
    
    float: left;
       
  
    display: inline-block;
    margin-top: 13px;
    
   
    
}

  

.buttonarea2 a{
       
        background-color: transparent;
        text-decoration: none;
        float: left;
      width: 200px;
    height: 60px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
        align-items: center;
        justify-content: center;
        display: flex;
        border-radius: 30px;
        color: #b9c3b4;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
}

.buttonarea6{
    float: left;
  
    display: inline-block;
    margin-top: 13px;
   
    
}


.buttonarea6 a{
     font-family: 'Raleway', sans-serif;

        text-decoration: none;
        float: left;
       width:200px;
     height: 60px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
        align-items: center;
        justify-content: center;
        display: flex;
        border-radius: 30px;
        color: #414c6e;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
}
.buttonarea6 a:hover{


        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;
}
.buttonarea1{
    margin-right: 30px;
    float: left;
  
    display: inline-block;
    margin-top: 13px;
   
    
}

.buttonarea1 a{

     font-family: 'Raleway', sans-serif;

      
       
        text-decoration: none;
        float: left;
       width:200px;
    height: 60px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
        align-items: center;
        justify-content: center;
        display: flex;
        border-radius: 30px;
        color: #414c6e;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
}
.buttonarea1 a:hover{
       


        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;
}
.slider-ban .owl-nav {
 float: left;
   
    position: absolute;
        bottom: 200px;
    right: 97px;

    
}
.slider-ban.owl-drag .owl-item {
    padding-bottom: 44px;
    }
.slider-ban .owl-prev img {
  object-fit: cover;
      margin-right: 20px;

}
.slider-ban .owl-next img {
object-fit: cover;
}


.banner1{
    float: left;
    width: 100%;
    padding: 100px 0px 0px 0px;

background-image: url("../images/bg.png");

background-repeat: no-repeat;
background-size: cover;


}

.banner1 h2{
   font-size: 75px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    /* padding-left: 30px; */
    line-height: 75px;
   
    font-family: 'ACETONE';    
}
.b1p {
    width: 63%;
    margin-top: 20px;
    font-size: 15px;
    color: #bbd0e7;
    font-weight: 400;
    line-height: 30px;
     font-family: 'Raleway', sans-serif;   
    text-align: left;
    margin-bottom: 30px
}
.b1img{
    margin-top: -55px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    object-fit: cover;
    
}
@media(min-width:1024px)
{
    .b1img{
        display: block;
    }
    .b1img-mob{
        display: none;
    }
}

@media(max-width:1023px)
{
    .b1img{
        display: none;
    }
    .b1img-mob{
        display: block;
    }
}
.b1img-mob{
    margin-top: -55px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    object-fit: cover;
    
}

.b1-1{
    width: 100%;
    float: left;
    padding-top: 50px;
}
.b1-1 h3{
     font-size: 75px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    /* padding-left: 30px; */
    line-height: 62px;
       width: 100%;

    font-family: 'ACETONE', sans-serif;   
}

.b1-1 p {
    width: 100%;
       font-size: 15px;
    color: #bbd0e7;
    font-weight: 400;
    line-height: 34px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 20px 210px;  
}




.b3slide{
    width: 100%;
    float: left;
    padding-bottom: 80px;
    

}
.box1{
    position: relative;
       margin-top: 20px;
    height: 450px;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    
}

.box1 img{
       width: 100%;
          float: left;
    border-radius: 30px;
    height: 450px;
    object-fit: cover;
}

.overlay-slide {
    background: rgb(0,30,66);
background: linear-gradient(180deg, rgb(0 30 66 / 27%) 9%, rgb(0 0 0 / 76%) 100%);
    position: absolute;
    width: 100%;
    height: 450px;
    border-radius: 30px;
}
.box1:hover .overlay-slide{
    background:linear-gradient(181deg, rgb(2 12 25 / 27%) 24%, rgb(21 65 99) 85%);

}
.loop-con{
         float: left;
    width: 100%;
    bottom: 50px;
    position: absolute;
    text-align: center;
}

.loop-con h2{
   width: 100%;
    float: left;
 text-align: center;
    color: #fff;
       font-weight: normal;
    font-size: 35px;
    line-height: 40px;
    font-family: 'Acetone',sans-serif;
}

.loop-what-we-do.owl-drag .owl-item {
    padding-bottom: 44px;
    }
.loop-what-we-do .owl-prev  {
    float: left;
    position: absolute;
    left: -20px;
    bottom: 250px;

}
.loop-what-we-do .owl-next  {
 float: right;
    position: absolute;
    right: -20px;
    bottom: 250px;
}


.loop-what-we-do .owl-prev img {


width: 45px;
}


.loop-what-we-do .owl-next img {


width: 45px;
}



.b1-2{
    float: left;
    width: 100%;
}
.b1-2 h1{
          font-size:67px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    line-height: 70px;
    margin-bottom: 30px; 

    font-family: 'ACETONE', sans-serif;   
}

.b12p {
       font-size: 15px;
    color: #bbd0e7;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding-bottom: 30px;
}



.b4-inner1{
    margin-bottom: 30px;

}
.b4-inner1 img{
    width: 36px;
    float: left;
    margin-right: 20px;
        margin-top: 0px;

}
.b4-inner1 h4{
font-size: 32px;
    font-weight: normal;
    font-family: 'Acetone';
    color: #fff;
    letter-spacing: 1px;
}

.b12img{
    width: 515px;
    float: right;
    object-fit: cover;
        margin-left: 20px;
margin-top: 20px;
margin-bottom: 20px;
}


.main-news{
    width: 100%;
    float: left;
    padding: 0px 100px;
}
.latest-news{
  width: 100%;
    border-radius: 30px;
    background-color: white;
    padding: 60px 70px 65px 90px;
    float: left;
    margin-top: 50px;

}
.latest-news h6{
     font-size: 70px;
    color: #354898;
    font-weight: normal;
    text-align: center;
    float: left;
    line-height: 75px;
    margin-bottom: 85px; 
width: 100%;
    font-family: 'ACETONE';      
}
.l1{
    width: 50%;
    float: left;
    border-right: 1px solid #ccc;
}
.l2 {
    padding-left: 30px;
    width: 50%;
    float: left;
    margin-bottom: 50px;
}
@media(max-width:990px)
{
 
}
.border-right-sp{
    height: 100%;

border-right : 1px solid #ccc;
}
.news-1{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.news-img{
    width: 40%;
    float: left;
}
.news-img img{
      width: 100%;
    height: 220px;
    border-radius: 20px;
    float: left;
    object-fit: cover;
}
.news-content{
    float: left;
    width: 60%;
    padding-left: 25px;
    margin-top: 3px;
}
.news-content h4{
     display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
        width: 80%;
    float: left;
    color: #000;
    line-height: 30px;
    margin-top: 9px;
    font-size: 25px;
    font-weight: 700;
       margin-bottom: 20px;
}
.news-content h5{
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    font-family: 'raleway',sans-serif;
}
.news-content-p{
    float: left;
     font-size: 15px;
    color: #888888;
    line-height: 23px;
    width: 78%;
    font-weight: 400;
        font-family: 'raleway',sans-serif;

}
.button-4 {
 background-image: -webkit-linear-gradient(30deg, #ffffff 50%, transparent 50%);
 background-image: linear-gradient(30deg, #0813a5 50%, transparent 50%);
 background-size: 500px;
 background-repeat: no-repeat;
 background-position: 0%;
 -webkit-transition: background 300ms ease-in-out;
 transition: background 300ms ease-in-out;
 border-radius: 30px;
 background-color: navy;
}
.button-4:hover {
  background-position: 100%;
  color: navy;
  text-decoration: none;
  background-color: #2c85c6;
}
.button-4 a:hover {
    text-decoration: none;
    color: navy;
    -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;
}
.buttonarea4{
    
width: 210px;
    
/* float: left; */
    
text-align: center;
    margin-right: auto;

margin-left: auto;
        margin-top: 20px;

display: table;
}


.buttonarea4 a{

        text-decoration: none;
        float: none;
        display: inline-block;
      width: 200px;
    height: 60px;
    text-align: center;
    padding: 17px 0px;
    font-size: 16px;
    font-weight: 500;
     
        border-radius: 30px;
        color: #fff;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
}
.buttonarea4 a:hover{
   
        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;
}

.b1-3{
    float: left;
    width: 100%;
    padding: 100px 0px;
}
.b13-h1{
     font-size: 75px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    float: left;
line-height: 75px;
    margin-bottom: 85px; 
width: 100%;
    font-family: 'ACETONE';    
}


.detail-gal{
    float: left;
    width: 100%;
}
.gallery1{
    float: left;
    width: 100%;
}
.gallery1 img{
    object-fit: cover;
width: 100%;
float: left;
height: 260px;
}
.img1{
    border-top-left-radius:30px ;
}
.img2{
    border-bottom-left-radius:30px ;
}
.gallery2{
    float: left;
    width: 100%;
}
.gallery2 img{
    object-fit: cover;
width: 100%;
float: left;
height: 520px;
    border-bottom-right-radius:30px ;
        border-top-right-radius:30px ;


}






.b1-4{
        float: left;
    width: 100%;
    background-image: url(../images/cta-rizwan-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 197px 0px 0px 197px;
    height: 635px;

}
.sph6{
      

    font-size: 75px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    float: left;
    margin-top: 35px;
    line-height: 70px;
    width: 100%;
    font-family: 'ACETONE';   
}

.b14p{
      margin-top: 20px;
    float: left;
    font-size: 15px;
    color: #bbd0e7;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    width: 45%;

}



.buttonarea5 {
        margin-top:15px;
width: 180px;
    float: left;
 
  clear: both;
}


.buttonarea5 a {
 
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #233057;
    padding: 16px 55px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    float: left;
font-family: 'Raleway', sans-serif;
}


.footer{
    width: 100%;
    float: left;
    padding: 70px 0px 0px 0px;
    background: linear-gradient(90deg, rgba(52,82,160,1) 24%, rgba(44,134,199,1) 67%);

}

.ftr-logo{
    float: left;
    margin:auto;
    display: block;
    width: 85%;
    object-fit: cover;

}
.q-links{
    float: left;
    width: 100%;

}
.q-links h3{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
    float: left;
    width: 100%;
    font-family: 'Raleway',sans-serif;
}
.q-links a{
      color: #b9cde6;
    font-weight: 400;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: 'Raleway',sans-serif;

}

.q-links a:hover{
    text-decoration: none;
    color: #fff;
}
.q-links p{
         color: #b9cde6;
    font-weight: 400;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 29px;
        font-family: 'Raleway',sans-serif;

}

.q-links h6{
    float: left;
    width: 100%;

}
.q-links h6 a{
      color: #b9cde6;
    font-weight: 400;
    float: left;
    font-size: 16px;
        font-family: 'Raleway',sans-serif;
width: auto;
}




.copy{
    margin-top: 50px;
    float: left;
    width: 100%;
    padding: 45px 0px;
    border-top: 1px solid #b9cde6;
}
.copy h3{
    float: left;
    width: 50%;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #b9cde6;
    margin-bottom: 0px;
            font-family: 'Raleway',sans-serif;

}
.copy h4{
    float: left;
    width: 50%;
    text-align: right;
    font-weight: 300;
    font-size: 16px;
    color: #b9cde6;
    margin-bottom: 0px;
            font-family: 'Raleway',sans-serif;

}
.copy a{
            font-family: 'Raleway',sans-serif;

   color: #b9cde6; 
   font-weight: 500;
   text-decoration: underline;
    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;
}
.copy a:hover{
    color: #43560f;
    text-decoration: none;
     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;
}
/*aboutus*/

.ab-ban1 {
    float: left;
    width: 100%;
    top: 0px;
    position: relative;
    z-index: 1;
    padding: 235px 0px 63px 0px;
    background-image: url(../images/inner-banner.png);

    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.ab-ban1 h3 {
   float: left;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: white;
    font-weight: normal;
    margin-bottom: 6px;
    line-height: 1.2;
    font-family: 'Acetone';
}
.news-main{
    float: left;
    width: 100%;
      background-image: url(../images/bg.png);
  background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
}
.noth{
    float: left;
    width: 100%;
    height: 100px;
}
/*see-more-news*/
.news-banner{
    float: left;
    width: 100%;
    padding: 100px 0px 0px 0px; 
        background-image: url(../images/bg.png);
  background-repeat: no-repeat;
    background-size: cover;
}
.news-banner-1{
    width: 100%;
    float: left;
    
    
}



.nb-imgbox{

     float: left;
    width: 100%;
}
.nb-imgbox img {
    object-fit: cover;
    width: 100%;
    height: 520px;
    border-radius: 20px;

}

.nb-slidecontent-4{
    padding: 30px 0px;
     float: left;
    width: 100%;
   }
.nb-slidecontent-4 h4{
  width: 100%;
      color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    float: left;
        font-family: 'Raleway',sans-serif;

}
.nb-slidecontent-4 h6{
        width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #aac0de;
    margin-bottom: 10px;
    font-family: 'Raleway',sans-serif;


}

.nb-slidecontent-4 p {

           margin-top: 10px;
    float: left;
    width: 100%;
    padding-right: 12px;
    font-weight: 400;
    font-size: 15px;
    line-height: 31px;
    color: #aac0de;
    text-align: left;
    font-family: 'Raleway',sans-serif;

}

.news-1{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.news-img-sp{
    width: 40%;
    float: left;
}
.news-img-sp img{
  width: 100%;
    height: 140px;
    border-radius: 10px;
    float: left;
    object-fit: cover;
}
.news-content-sp{
    float: left;
    width: 60%;
    padding-left: 10px;
    margin-top: 3px;
}
.news-content-sp h3{
     display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
       width: 100%;
       float: left;
       color: #2e2e2e;
       font-size: 17px;
       font-weight: 600;
       margin-bottom: 4px;
           font-family: 'Raleway',sans-serif;

}
.news-content-sp p{
     display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
       width: 100%;
       float: left;
       color: #999999;
           margin-bottom: 7px;

       font-size: 15px;
       font-weight: 400;
           font-family: 'Raleway',sans-serif;

}
.news-content-sp h5{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #d9d9d9;
    margin-bottom: 2px;
    font-family: 'Raleway',sans-serif;
}
.news-content-sp a{
    float: left;
    font-size: 13px;
    color: #000;
        font-family: 'Raleway',sans-serif;

}

.upcoming-events{
        padding:0px 50px;

    float: left;
    width: 100%;
    border-radius: 35px;
background-color: #fff;
    box-shadow: -10px -6px 53px 21px rgba(0,0,0,0.05);
}
.u-1{
     padding: 10px 25px;
     float: none;
    display: block;
    margin: auto;
    text-align: center;
background: linear-gradient(90deg, rgba(52,82,160,1) 24%, rgba(44,134,199,1) 67%);
    border-radius: 13px;
    width: 238px;
    margin-top: -23px;
    margin-bottom: 50PX;

}
.u-1 img{
    float: left;
    margin-top: 3px;
}
.u-1 h5{
  margin-top: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
font-family: 'Raleway',sans-serif;
}



.ab-ban2{
    float: left;
    width: 100%;
    padding: 150px 0px 0px 0px;
       background-image: url(../images/bg.png);
  background-repeat: no-repeat;
    background-size: cover;
}
.ab-ban2-1{
    float: left;
    width: 100%;
    padding-bottom: 70px;
}

.ab-img{
float: right;
margin: auto;
display: block;
    object-fit: cover;
    margin-left: 30px;
    margin-bottom: 20px;
  
}

.ab-ban2-1 h2{
      
font-size: 75px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    /* padding-left: 30px; */
    line-height: 75px;
    font-family: 'ACETONE';
}


.ab-ban2-1 p{
    margin-top: 20px;
    font-size: 15px;
    color: #bbd0e7;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    margin-bottom: 30px;
}
.director{
float: left;
margin-bottom: 140px;
padding-top: 100px;
padding-left: 90px;
padding-right: 90px;
width: 100%;
}
.dir{
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    padding-top: 60px;
        padding-bottom: 60px;

}
.dir h3{
   font-size: 70px;
    color: #354898;
    font-weight: normal;
    text-align: center;
    float: left;
    line-height: 75px;
    margin-bottom: 50px; 
width: 100%;
    font-family: 'ACETONE';     
}
.dir-1{
    float: left;
    width: 100%;
margin-bottom: 50px;
}
.dir-1 img{
   float: left;
margin: auto;
display: block;
    object-fit: cover;
    margin-right: 70px;
    margin-bottom: 20px;
}
.dir-1 p{
    width: 95%;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 16px;
}
.dir-1 h6{
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-top: 20px;
        text-align: left;

    font-family: 'Raleway', sans-serif;

}
.dir-1 h6 span{
    font-weight: 700;
}

.dir-2{
    float: left;
    width: 100%;

}
.dir-2 img{
    float: right;
    margin-left: 70px;
    margin-bottom: 20px;
    object-fit: cover;
}
.dir-2 p{
        width: 95%;

      font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 16px;
}
.dir-2 h6{
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-top: 20px;
    font-family: 'Raleway', sans-serif;

}
.dir-2 h6 span{
    font-weight: 700;
}


.mission{
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.mission-img {
    width: 61px;
    padding: 12px 11px;
    background-color: #fff;
    border-radius: 15px;
      float: left;
margin: auto;
display: block;
    object-fit: cover;
    margin-right: 30px;
    margin-bottom: 20px;

}
.mission h5{
    margin-top: 0px;
    font-size: 50px;
        font-weight: normal;
    color: #fff;
    font-family: 'Acetone';

}
.mission-p{
    width: 93%;
      font-size: 15px;
    color: #bbd0e7;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 16px;
    float: left;
}




.training{
    float: left;

    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 45px 0px;
margin-bottom: 40px;
}
.t-1{
    float: left;
    width: 100%;
}
.t-1 img{
    width: 65px;
    float: none;
    margin: auto;
    display: block;
}
.t-1 h6{
    margin-top:15px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Raleway',sans-serif;
    float: left;
    width: 100%;
    text-align: center;

}
.t-1-p{
    text-align: center;
    width: 100%;
    float: left;
    line-height: 29px;
    font-size: 15px;
    color: #000;
        padding: 0px 30px;
font-weight: 400;
font-family: 'Raleway',sans-serif;

}


.train-img{
float: right;
   border-radius: 30px;
    height: 450px;
    object-fit: cover;
  width: 400px;
  margin-left: 50px;
  margin-bottom: 30px;
}

.float-left {
    float: left!important;
}

.detail-galery{
    float: left;
    width: 100%;
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.detail-galery img {
    border-radius: 10px;
    width: 100%;
    float: left;
    height: 310px;
    object-fit: cover;
}



.contact-page{
    float: left;
    width: 100%;
    padding: 100px 0px;
    background-image: url("../images/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-page h1{
    float: left;
    width: 100%;
    color: #fff;
    font-family:'Acetone';
    font-size: 60px;
    font-weight: normal;
    margin-bottom: 21px;
    text-align: left;
    margin: 0px;
    margin-bottom: 10px;
}
.contact-page p{
    font-family: 'Raleway',sans-serif;
    float: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #76a4d3;
    margin-bottom: 10px;
}
.contact2{
    float: right;
    width: 100%;
        height: auto;
        padding-right: 50px;
}
@media(min-width:990px)
{
.none{
    float: left;
    width: 100%;
    display: none;
}
.dis{
    float: left;
    width: 100%;
    display: block;
}
}
@media(max-width:990px)
{
   .border-right-sp
    {
        border-right:0px ;
    }
}
@media(max-width:766px)
{
 .none{
    float: left;
    width: 100%;
    display: none;
}  

.dis{
    float: left;
    width: 100%;
    display: none;
}
}
@media(min-width:767px) and (max-width:990px)
{
 .none{
    float: left;
    width: 100%;
    display: block;
}   
.dis{
    float: left;
    width: 100%;
    display: none;
}
}
.contactform{
    width: 100%;
    float: left;
}
.contact-label {
   float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #Fff;
    font-family: 'Raleway',sans-serif;
    font-weight: 500;
}
.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 47px;
    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: 10px;
    margin-top: 17px;
    border-radius: 30px;
}
.info-tag {
      font-size: 16px;
    line-height: 30px;
    color: #76a4d3;
    margin-top: 9px;
    float: left;
}
.contact-snd2 {
     text-align: center;
      float: right;
      height: 56px;
      width: 184px;
     border-radius: 30px;
      padding: 15px 19px;
      background: transparent;
     
      font-size: 15px;
      color: #fff;
      font-weight: normal;
      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;
      border: solid 1px #fff;
      /* margin-right: 10px; */
      }


.contact-snd2 :hover{
      background: #fff;
      color: #000;

      text-decoration: none;
      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;
      border: solid 1px #fff;
      }


.contact-img{
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 157px;
    display: block;
    object-fit: cover;
}
.bounce {
  animation: bounce 6s ease infinite;
}
@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}

.bounce2 {
  animation: bounce2 6s ease infinite;
}
@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}


@media(min-width:1230px) 
{
  

 .mob_nav{
    display: none !important;
 }
.menu-btn{
    display: none;
}
}

@media(max-width:1229px) 
{

.info-tag br{
display: none;

}
.call-action{
      background-attachment: inherit!important;
}


 .header2{
    background-color: transparent;
    position: absolute;
    top: 13px;
 }
    .menuarea{
        position: inherit;
        padding-top: 26px;
        border-bottom: none;
   
    }
  
    .menuarea > ul > li > a{
        float: left;
       
    }

.menuarea > ul {
    width: 0;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #fff;

    min-height: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    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;
    top: 0px;
    text-align: center;
}

.menuarea > ul > li > a:hover{
  
    border-bottom: none!important;
  -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-decoration: none;
}
.activeli {
    border-bottom: none !important;
   
    -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-decoration: none;
}
.menuarea > ul > li {
    width: 100%;
    padding: 0px;
    }


.sp-li {
    padding: 0px 0px 0px 0px !important;
}
.menuarea ul.view {
          background-color: #000000eb;
    margin-top: 0px;
    padding-left: 0px!important;
    padding-right: 0px!important;
    width: 100%;
        padding-top: 30px;
    padding-bottom: 30px;
  visibility: visible;
    opacity: 1;
    z-index: 100;
    z-index: 1111 !important;
    /* transform: rotate(0deg) translate3d(0, 0, 0); */
}
.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
   display: none;
}

.menuarea > ul > li > a {
    font-size: 17px;
    width: 100%!important;
    padding: 17px 17px 17px 17px;

}
.header_menu_area > ul > li > a {
    margin: 8px 0px 0px 0px;
}

.sub-menu {
    margin-top: 73px!important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /*position: unset;*/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
border-radius: 0px;
}

.buttonarea{
width: 164px;
    padding: 11px 0px;
    text-align: center;
    float: none;
        margin-top: 30px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.buttonarea a{
    font-size: 15px;
    font-weight: 600;
    float: none;
    display: inline-block;
padding: 0px;
}
.header_menu a svg{
    display: none;
}
   .overlay{
    display:none ;
   }
   .cli-btn{
    display: none;
   }
   .menu ul li a {
    text-align: center;
}



}
@keyframes fadein {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }
    100% {
        opacity: 1;
    }
}


/*booknowcode*/
.quick-top {
    cursor: pointer;
}
.popup-btn{
  
}
button {
  text-decoration: none;
  border: none;
}
.main-btn-circle{
    position: relative;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #FFFFF0;
    background-color: rgb(197 148 10);
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;    
    outline: none;
    cursor: pointer;
    z-index: 100;
}
.main-btn-rect {

}
.main-btn-rect:before, 
.main-btn-rect:after{
 }
.main-btn-rect:before {
  left: 0;
}
.main-btn-rect:after {
  right: 0;
}
.main-btn-rect:hover:before, 
.main-btn-rect:hover:after{
  width: 50%;
}
.main-btn-circle{
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.main-btn-circle:hover{   
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.popup{
  position: fixed;
    top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
.popup.active{
  top:0;
  background-color: rgba(3, 3, 3, 0.98); 
  transition: background-color .6s ,opacity .6s;
}
.popup .main-btn-rect{
  padding: 10px 100px;
}
.popup .popup-content{
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 568px;
  min-width: 320px;
  margin-top: 150px;
  padding: 25px;
  color: #070000;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
}
.popup.active .popup-content{
  margin-top: 0px;
}

.form-group{
    position: relative;
    width: 90%;
    margin: 0px auto;
}

.popup .fade-out{
  position: absolute;
     top: 11px;
    right: 12px;
  text-align: center;
  font-size: 15px;
}

.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: #2e7cc0;
    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: #0c1b46;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
    font-family: 'Raleway',sans-serif;
}

.field_area input[type=email], .field_area input[type=number], .field_area input[type=text] {
    width: 100%;
    float: left;
        font-family: 'Raleway',sans-serif;

    /* 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;
}

.grecaptcha-badge {
    visibility: hidden;
}

.quick-send {
    width: 100%;
    border: 0;
    margin-top: 15px;
     box-shadow: inset 400px 0 0 0 #ffffff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    color: #0f1b51;
    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: #fff;
    box-shadow: inset 0px 0 0 0 #040404;
    /* background: #1BB177; */
    background-color: #000;
}


.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*/





.loop-sp{
    float: left;
    width: 100%;
}



@media (max-width:369px)
{


.b1-4 {
       padding: 336px 0px 82px 0px;
    height: 100%;
    background-size: 100% ;


}
.footer{
    margin-top: -45px;
}
.sph6 {
    font-size: 31px;
    margin-top: 9px;
    line-height: 29px;
    text-align: center;
    width: 100%;
    }
.b14p {
  display: none;

}
.buttonarea5{
    margin-top: 0px;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.buttonarea5 a{
        padding: 12px 45px;
float: none;
    display: inline-block;

}
}

@media (min-width:370px) and (max-width:416px)
{


.b1-4 {
       padding: 336px 0px 82px 0px;
    height: 100%;
    background-size: 100% ;


}
.footer{
    margin-top: -45px;
}
.sph6 {
 font-size: 43px;
    margin-top: 9px;
    line-height: 51px;
    text-align: center;
    width: 100%;
    }
.b14p {
  display: none;

}
.buttonarea5{
    margin-top: 0px;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.buttonarea5 a{
        padding: 12px 45px;
float: none;
    display: inline-block;

}
}
@media (min-width:417px) and (max-width:459px)
{


.b1-4 {
       padding: 394px 0px 82px 0px;
    height: 100%;
    background-size: 100% ;


}
.footer{
    margin-top: -35px;
}
.sph6 {
 font-size: 43px;
    margin-top: 9px;
    line-height: 51px;
    text-align: center;
    width: 100%;
    }
.b14p {
  display: none;

}
.buttonarea5{
    margin-top: 0px;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.buttonarea5 a{
        padding: 12px 45px;
float: none;
    display: inline-block;

}
}

@media (max-width:459px)
{



.none img{
    width: 50%;
}

.contact-page{
        padding: 70px 0px 70px 0px;

}
.nb-slidecontent-4{
        text-align: center;
}
.nb-slidecontent-4 p {
    text-align: center;
    padding-right: 0px;
    padding-bottom: 30px;
}
.upcoming-events {
    padding: 0px 20px;
        margin-bottom: 50px;

    }
.ab-ban1 h3 {
font-size: 53px;
}
.contact-page h1 {
    text-align: center;
        font-size:46px;

    }
    .contact-page p {
    text-align: center;
    padding-bottom: 50px;
    }
    .contact2{
        padding-right: 0px;
    }
.news-content-sp{
        margin-top: -2px;

}

.ab-ban1{
        padding: 185px 0px 63px 0px;

}
.ab-ban2{
    padding: 70px 0px 0px 0px;
}
.ab-img {
float: none;
margin-left: auto;
width: 100%;


}
.dir h3 {
    font-size: 50px;
    line-height: 49px;
}
.train-img {
margin-right: auto;
    margin-left: auto;
    float: none;
    display: block;
        width: 100%;

}
.ab-ban2-1 h2 {
           line-height: 55px;
    font-size: 48px;
    float: left;
    width: 100%;
    text-align: center;
}
.ab-ban2-1 p {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    }
.director {
padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
margin-bottom: 70px;

}
.news-main{
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.contact-img{
    margin-top: 70px;
}
.contact-snd2 {
   text-align: center;
    float: none;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    }
    .info-tag{
        text-align: center;
        width: 100%;
    }
.dir-1 img {
        width: 100%;

margin-right: auto;
    margin-left: auto;
    float: none;
}
.dir-1 p{
    width: 100%;
    text-align: center;
}
.dir-2 p{
    width: 100%;
        text-align: center;

}
.dir-1 h6 {
    width: 100%;
    text-align: center;
}
.dir-2 h6 {
    width: 100%;
    text-align: center;
    }
.dir-2 img {
        width: 100%;

margin-right: auto;
    margin-left: auto;
    float: none;
    display: block;
}
.training {
    margin: 0px 24px 50px 24px;
}
.dir-2 h6 {
    font-size: 19px;
    }
    .dir-1 h6 {
    font-size: 19px;
}


.mission-img {
    width: 52px;
        margin-right: 19px;
        float: none;
    display: inline-block;

    }
    .mission{
        text-align: center;

    }

    .mission h5 {
    font-size: 44px;
    float: none;
    display: inline-block;
}
.mission-p {
    width: 100%;
    }

.t-1-p {
padding:0px 10px;
}
.logopart img {
    float: left;
    width: 110px;
}
.menuarea > .mob_nav {
    margin-top: 22px;
    }

















    .b1-1 {
  
    padding-top: 0;
}
.header-content h1{
       font-size: 46px;
    text-align: center;
    line-height: 51px;
}
.header-content p {
    text-align: center;
        padding: 0px 34px;
    margin: 10px 0px;

    width: 100%;
    }
    .slider-ban .owl-nav {
        float: left;
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 100%;
    text-align: center;
    margin-top: -144px;

}
.slide .item .cover .header-content {
    padding-top: 25px !important;
}
.slider-ban .owl-prev img {
    object-fit: cover;
    margin-right: 10px;
}
    .w-1 {
    text-align: center;
    display: inline-block;
}
.buttonarea2 {
    float: none;
    display: inline-block;

}
.buttonarea1 {
      margin-right: 10px;
    float: none;
    display: inline-block;
}
 .slide{
        height: 700px;
    }
    .slide .item{
        height: 700px;
    }
    .slide .item .slide-image {

        height: 700px;
    }
    .l1 {
    width: 100%;
    border-right: none;
}
.l2{
    width: 100%;
        padding-left: 0px;
    margin-bottom: 10px;

}
.detail-gal {
    padding: 0px 15px;
    }
    .img1 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.img2 {
      border-bottom-left-radius: 0px;

}
.gallery2 img{
        height: 360px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
}
.news-img img {
    width: 100%;
    height: 296px;
}
.news-content {
    padding-top: 15px;
    padding-left: 0px;
    width: 100%;
}
.nb-imgbox img {
    height: 356px;

}
.news-img-sp img {
    width: 100%;
    height: 130px;
}
    .latest-news h6 {
margin-bottom: 50px;
font-size: 60px;
}
.logopart {
    padding: 10px 0px 0px 0px;
}

.buttonarea1 a{
            width: 150px;
    padding: 11px 0px;
    height: unset;
    text-align: center;
}
.buttonarea2 a{
       width: 150px;
    padding: 11px 0px;
    height: unset;
    text-align: center;
}
.buttonarea6{
       float: none;
    text-align: center;
    width: 200px;
    display: table;
    margin: auto;
}
.buttonarea6 a {
    display: inline-block;
    float: none;
    text-align: center;
    padding: 17px 0px;
}
.b1-1 p {
    padding: 20px 0px;
    line-height: 30px;
}
.b1p {

    float: right;
    width: 100%;
    text-align: center;
}
.banner1 h2 {
       line-height: 59px;
    font-size: 55px;
    text-align: center;
    width: 100%;
    float: right;
    }
    .b1img-mob {
    margin-top: 34px;
    width: 75%;

    float: none;
    margin-left: auto;
    margin-bottom: 20px;
    object-fit: cover;
    margin-right: auto;
    display: block;
}
.b1-1 h3 {
  line-height: 62px;
    font-size: 56px;
}
.loop-con h2{
        line-height: 47px;
    font-size: 46px;
}
.loop-con{
    border: 30px;
}
.b3slide{
    padding-bottom: 40px;
}
.b12img {
    width: 100%;
    float: none;
    object-fit: cover;
    margin-left: auto;
    margin-top: 0px;
    margin-right: auto;
    display: block;
}
.loop-sp{
    padding: 0px 15px;
}
.b12p {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 15px;
    }
    .b4-inner1 {
    text-align: center;
}
.b4-inner1 img {
    float: none;
    margin-right: 0px;
margin-bottom:10px;
    margin-top: -3px;
   
}
.news-img {
    width: 100%;
    }
.b4-inner1 h4 {
    display: inline-block;
    width: 100%;

    font-size: 22px;
}


.main-news {
    width: 100%;
    float: left;
    padding: 0px 0px;
}
.latest-news {
    padding: 50px 20px 65px 20px;
}
.news-content h4{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    line-height: 28px;
    margin-top: 3px;
    font-size: 20px;
}
.news-content h5 {
    text-align: center;
}

.b13-h1 {
    margin-bottom: 50px;
}


.b1-2 h1 {
    font-size: 47px;
    line-height: 54px;
    width: 100%;
    float: left;
    text-align: center;
}

.news-content-p {
    width: 100%;
    text-align: center;
}
.buttonarea4 {
margin-top: 10px;
}
.banner1{
    padding: 70px 0px 0px 0px;
}

.ftr-logo {
    padding-top: 41px;
    float: none;
    margin: auto;
    display: block;
    width:55%;
}
.footer{
    padding: 20px 0px 0px 0px;
}
.copy h4 {
    width: 100%;
    text-align: center;
}
.copy{
        padding: 25px 0px;

}
.copy h3 {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    }
.q-links {
    padding-top: 50px;
}
.q-links p {
    text-align: center;
}
.q-links a {
    text-align: center;
}
.q-links h3 {
    text-align: center;
}
.q-links h6{
    text-align: center;
}
.q-links h6 a{
    float: none;

width: 100%;    
}
}




@media(max-width:576px)
{
    .cban1 {
    padding: 60px 0px 60px 0px !important;
    }
    .b1-4 {
        background-image: url("../images/mobile-cta.png") !important;
    }
    .req-form {
    width: 350px;
}
.close_form{
        right: 349px;

}
.header-content h1 br{
    display:none;
}
}



@media(max-width:381px)
{
    .buttonarea1 {
    margin-right: 0px !important;
    }
}

@media(min-width:460px) and (max-width:575px)
{



.none img{
    width: 50%;
}

.contact-page{
        padding: 70px 0px 70px 0px;

}
.nb-slidecontent-4{
        text-align: center;
}
.nb-slidecontent-4 p {
    text-align: center;
    padding-right: 0px;
    padding-bottom: 30px;
}
.upcoming-events {
    padding: 0px 20px;
        margin-bottom: 50px;

    }
.ab-ban1 h3 {
font-size: 53px;
}
.contact-page h1 {
    text-align: center;
        font-size: 50px;

    }
    .contact-page p {
    text-align: center;
    padding-bottom: 50px;
    }
    .contact2{
        padding-right: 0px;
    }
.news-content-sp{

        margin-top: 13px;

    
}

.ab-ban1{
        padding: 185px 0px 63px 0px;

}
.ab-ban2{
    padding: 70px 0px 0px 0px;
}
.ab-img {
float: none;
margin-left: auto;
width: 80%;


}
.dir h3 {
    font-size: 61px;
    line-height: 65px;
}
.train-img {
margin-right: auto;
    margin-left: auto;
    float: none;
    display: block;
        width: 100%;

}
.ab-ban2-1 h2 {
           line-height: 55px;
    font-size: 56px;
    float: left;
    width: 100%;
    text-align: center;
}
.ab-ban2-1 p {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    }
.director {
padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
margin-bottom: 70px;

}
   .info-tag{
        text-align: center;
        width: 100%;
    }
.contact-snd2 {
   text-align: center;
    float: none;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    }
.dir-1 img {
margin-right: auto;
    margin-left: auto;
    float: none;
}
.dir-1 p{
    width: 100%;
    text-align: center;
}
.dir-2 p{
    width: 100%;
        text-align: center;

}
.dir-1 h6 {
    width: 100%;
    text-align: center;
}
.dir-2 h6 {
    width: 100%;
    text-align: center;
    }
.dir-2 img {
margin-right: auto;
    margin-left: auto;
    float: none;
    display: block;
}
.training {
    margin: 0px 24px 50px 24px;
}
.dir-2 h6 {
    font-size: 19px;
    }
    .dir-1 h6 {
    font-size: 19px;
}


.mission-img {
    width: 52px;
        margin-right: 19px;
        float: none;
    display: inline-block;

    }
    .mission{
        text-align: center;

    }

    .mission h5 {
    font-size: 44px;
    float: none;
    display: inline-block;
}
.mission-p {
    width: 100%;
    }

.t-1-p {
padding:0px 10px;
}


.menuarea > .mob_nav {
    margin-top: 35px;
}
    .b1-1 {
  
    padding-top: 0;
}
.header-content h1{
   font-size: 63px;
    text-align: center;
    line-height: 62px;
}
.header-content p {
    text-align: center;
        padding: 0px 34px;
    margin: 10px 0px;

    width: 100%;
    }
    .slider-ban .owl-nav {
       float: left;
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 100%;
    text-align: center;
    margin-top: -139px;

}
.slide .item .cover .header-content {
    padding-top: 50px !important;
}
.slider-ban .owl-prev img {
    object-fit: cover;
    margin-right: 10px;
}
    .w-1 {
    text-align: center;
    display: inline-block;
}
.buttonarea2 {
    float: none;
    display: inline-block;

}
.buttonarea1 {
      margin-right: 10px;
    float: none;
    display: inline-block;
}
 .slide{
        height: 700px;
    }
    .slide .item{
        height: 700px;
    }
    .slide .item .slide-image {

        height: 700px;
    }
    .l1 {
    width: 100%;
    border-right: none;
}
.l2{
    width: 100%;
        padding-left: 0px;
    margin-bottom: 5px;

}
.nb-imgbox img {
 
    height: 465px;
}


.news-img-sp img {
    width: 100%;
    height: 158px;
}
.detail-gal {
    padding: 0px 15px;
    }
    .img1 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.img2 {
      border-bottom-left-radius: 0px;

}
.gallery2 img{
        height: 360px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
}
.news-content {
    padding-top: 0px;
    }
    .latest-news h6 {
margin-bottom: 50px;
}
.logopart {
    padding: 10px 0px 0px 0px;
}

.buttonarea1 a{
        width: 168px;
    padding: 14px 0px;
    height: unset;
    text-align: center;
}
.b4-inner1 h4 {
width:100%;
}

.buttonarea2 a{
        width: 168px;
    padding: 14px 0px;
    height: unset;
    text-align: center;
}
.buttonarea6{
     float: none;
    text-align: center;
    width: 200px;
    display: table;
    margin: auto;
}
.buttonarea6 a {
    display: inline-block;
    float: none;
    text-align: center;
    padding: 17px 0px;
}
.b1-1 p {
    padding: 20px 31px;
    line-height: 30px;
}
.b1p {

    float: right;
    width: 100%;
    text-align: center;
}
.banner1 h2 {
    line-height: 62px;
    font-size: 63px;
    text-align: center;
    width: 100%;
    float: right;
    }
    .b1img-mob {
    margin-top: 8px;
    width: 65%;

    float: none;
    margin-left: auto;
    margin-bottom: 20px;
    object-fit: cover;
    margin-right: auto;
    display: block;
}
.b1-1 h3 {
  line-height: 62px;
    font-size: 63px;
}
.box1 img {
height: 325px;
}
.box1  {
height: 325px;
}
.b3slide{
    padding-bottom:50px ;
}
.b1-2 h1 {
    font-size: 62px;
    line-height: 63px;
}
.overlay-slide {
height: 325px;
}
.loop-con h2{
    font-size: 26px;
    line-height: 27px;
}
.loop-what-we-do .owl-prev {
   
    left: -21px;
    bottom: 190px;
    }
    .loop-what-we-do .owl-next img {
    width: 40px;
}
.loop-what-we-do .owl-next {
    float: right;
    position: absolute;
    right: -20px;
    bottom: 190px;
}
.loop-con{
    border: 30px;
}
.b12img {
    width: 67%;
    float: none;
    object-fit: cover;
    margin-left: auto;
    margin-top: 0px;
    margin-right: auto;
    display: block;
}
.loop-sp{
    padding: 0px 15px;
}
.b12p {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 15px;
    }
    .b4-inner1 {
    text-align: center;
}
.b4-inner1 img {
    float: none;
    margin-right:0px;
        margin-top: -9px;

}
.b4-inner1 h4 {
    margin-top: 10px;
    font-size: 28px;
}
.b4-inner1 h4 {
    display: inline-block;
}


.main-news {
    width: 100%;
    float: left;
    padding: 0px 22px;
}
.latest-news {
    padding: 50px 20px 65px 20px;
}
.news-content h4{
   width: 100%;
    margin-bottom: 5px;
    line-height: 22px;
    margin-top: 3px;
    font-size: 17px;

}
.news-content h5{
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 15px;
}
.news-img img {
    width: 100%;
    height: 158px;
}

.b13-h1 {
    margin-bottom: 50px;
}


.b1-2 h1 {
    width: 100%;
    float: left;
    text-align: center;
}
.b1-4 {
    padding: 575px 0px 45px 0px;
    height: auto;
    background-size: cover;
    background-position-x: 47%;
}
.footer{
    margin-top: -7px;
}
.sph6 {
   font-size: 43px;
    margin-top: 23px;
    line-height: 46px;
        text-align: center;
    width: 100%;
    }
.b14p {
    padding: 0px 30px;
    margin-top: 15px;
line-height: 27px;
    text-align: center;
    width: 100%;

}
.buttonarea5{
    margin-top: 0px;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.buttonarea5 a{
        padding: 12px 45px;
float: none;
    display: inline-block;

}

.news-content-p {
width: 100%;
    font-size: 14px;
    line-height: 21px;
}

.ftr-logo {
    padding-top: 41px;
    float: none;
    margin: auto;
    display: block;
    width:55%;
}
.footer{
    padding: 20px 0px 0px 0px;
}
.copy h4 {
    width: 100%;
    text-align: center;
}
.copy{
        padding: 25px 0px;

}
.copy h3 {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    }
.q-links {
    padding-top: 50px;
}
.q-links p {
    text-align: center;
}
.q-links a {
    text-align: center;
}
.q-links h3 {
    text-align: center;
}
.q-links h6{
    text-align: center;
}
.q-links h6 a{
    float: none;

width: 100%;    
}
}





@media(min-width:576px) and (max-width:632px)
{
 .b1-4 {
    padding: 32px 0px 0px 37px;
    height: 250px;
}   
}

@media(min-width:633px) and (max-width:767px)
{
.b1-4 {
    padding: 48px 0px 0px 37px;
    height: 278px;
}
}
@media(min-width:576px) and (max-width:767px)
{



.ab-ban1 h3 {
font-size: 53px;
}
.contact-page h1 {
    text-align: center;
    }
    .contact-page p {
    text-align: center;
    padding-bottom: 50px;
    }
    .contact2{
        padding-right: 0px;
    }
.news-img-sp {
    width: 37%;
}
.news-content-sp{
    width: 63%;
        padding-left: 10px;
    margin-top: 8px;
}
.upcoming-events {
margin-bottom:50px;
}
.news-img-sp img {
    height: 151px;
    }
.ab-ban1{
        padding: 185px 0px 63px 0px;

}
.ab-ban2{
    padding: 100px 0px 0px 0px;
}
.ab-img {
float: none;
margin-left: auto;
width: 70%;


}

.train-img {
margin-right: auto;
    margin-left: auto;
    float: none;
    display: block;
}
.ab-ban2-1 h2 {
        line-height: 69px;
font-size: 66px;
    float: left;
    width: 100%;
    text-align: center;
}
.ab-ban2-1 p {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    }
.director {
padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
margin-bottom: 70px;

}
.contact-snd2 {
  text-align: center;
    float: none;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
   .info-tag{
        text-align: center;
        width: 100%;
    }
.dir-1 img {
margin-right: auto;
    margin-left: auto;
    float: none;
}
.dir-1 p{
    width: 100%;
    text-align: center;
}
.dir-2 p{
    width: 100%;
        text-align: center;

}
.dir-1 h6 {
    width: 100%;
    text-align: center;
}
.dir-2 h6 {
    width: 100%;
    text-align: center;
    }
.dir-2 img {
margin-right: auto;
    margin-left: auto;
    float: none;
    display: block;
}
.dir {
padding-left: 15px;
padding-right: 15px;
}
.dir-2 h6 {
    font-size: 19px;
    }
    .dir-1 h6 {
    font-size: 19px;
}


.mission-img {
    width: 52px;
        margin-right: 19px;
        float: none;
    display: inline-block;

    }
    .mission{
        text-align: center;

    }

    .mission h5 {
    font-size: 44px;
    float: none;
    display: inline-block;
}
.mission-p {
    width: 100%;
    }

.t-1-p {
padding:0px 10px;
}


















    .b1-1 {
  
    padding-top: 0;
}
.header-content h1{
        font-size: 70px;
  text-align: center;
    line-height: 70px;
}
.header-content p {
    text-align: center;
        padding: 0px 34px;
    margin: 10px 0px;

    width: 100%;
    }
    .slider-ban .owl-nav {
      float: left;
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 100%;
    text-align: center;
    margin-top: -139px;

}
.slide .item .cover .header-content {
    padding-top: 50px !important;
}
.slider-ban .owl-prev img {
    object-fit: cover;
    margin-right: 10px;
}
    .w-1 {
    text-align: center;
    display: inline-block;
}
.buttonarea2 {
    float: none;
    display: inline-block;

}
.buttonarea1 {
      margin-right: 10px;
    float: none;
    display: inline-block;
}
 .slide{
        height: 700px;
    }
    .slide .item{
        height: 700px;
    }
    .slide .item .slide-image {

        height: 700px;
    }
    .l1 {
    width: 100%;
    border-right: none;
}
.l2{
    width: 100%;
        padding-left: 0px;
        margin-bottom:0px;

}

.nb-imgbox img {


        height: 450px;

}
.detail-gal {
    padding: 0px 15px;
    }
    .img1 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.img2 {
      border-bottom-left-radius: 0px;

}
.gallery2 img{
        height: 360px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
}
.news-content {
    padding-top: 0px;
    }
    .latest-news h6 {
margin-bottom: 50px;
}
.logopart {
    padding: 10px 0px 0px 0px;
}

.buttonarea1 a{
        width: 168px;
    padding: 14px 0px;
    height: unset;
    text-align: center;
}
.buttonarea2 a{
        width: 168px;
    padding: 14px 0px;
    height: unset;
    text-align: center;
}
.buttonarea6{
    float:none;
    width: 200px;
    margin: auto;
    display: table;
}
.buttonarea6 a {
    display: inline-block;
    float: none;
    text-align: center;
    padding: 17px 0px;
}
.b1-1 p {
    padding: 20px 31px;
    line-height: 30px;
}
.b1p {

    float: right;
    width: 100%;
    text-align: center;
}
.banner1 h2 {
    line-height: 70px;
    font-size: 70px;
    text-align: center;
    width: 100%;
    float: right;
    }
    .b1img-mob {
    margin-top: 8px;

    float: none;
    margin-left: auto;
    margin-bottom: 20px;
    object-fit: cover;
    margin-right: auto;
    display: block;
}
.b1-1 h3 {
  line-height: 70px;
    font-size: 70px;
}
.loop-con h2{
    font-size: 34px;
    line-height: 40px;
}
.loop-con{
    border: 30px;
}
.b12img {
    width: 67%;
    float: none;
    object-fit: cover;
    margin-left: auto;
    margin-top: 0px;
    margin-right: auto;
    display: block;
}
.loop-sp{
    padding: 0px 15px;
}
.b12p {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 15px;
    }
    .b4-inner1 {
    text-align: center;
}
.b4-inner1 img {
    float: none;
    margin-right:0px;
}
.b4-inner1 h4 {
        font-size: 29px;
margin-top:10px;
    width:100%;
    display: inline-block;
}


.main-news {
    width: 100%;
    float: left;
    padding: 0px 22px;
}
.latest-news {
    padding: 50px 41px 65px 41px;
}
.news-content h4{
    width:100%;
  margin-bottom: 6px;
    line-height: 25px;
    margin-top: 4px;
    font-size: 20px;
}


.news-content h5 {
    margin-bottom: 0px;
}
.news-img img {
    width: 100%;
    height: 174px;
}


.b1-2 h1 {
    width: 100%;
    float: left;
    text-align: center;
}

.news-content-p {
width: 91%;
}

.b14p {
display: none;
}
.sph6 {
    font-size: 38px;
    line-height: 40px;
        margin-top: 40px;

}

.buttonarea5 a{
        padding: 13px 42px;

}
.buttonarea5{
        width: 154px;

}
.footer {
    margin-top: -7px;
    }

.ftr-logo {
    padding-top: 41px;
    float: none;
    margin: auto;
    display: block;
    width: 100%;
}
.footer{
    padding: 20px 0px 0px 0px;
}
.copy h4 {
    width: 100%;
    text-align: center;
}
.copy{
        padding: 25px 0px;

}
.copy h3 {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    }
.q-links {
    padding-top: 50px;
}
.q-links p {
    text-align: center;
}
.q-links a {
    text-align: center;
}
.q-links h3 {
    text-align: center;
}
.q-links h6{
    text-align: center;
}
.q-links h6 a{
    float: none;
    font-size: 14px;
}
}






@media(min-width:768px) and (max-width:989px)
{



.none img{
    width: 50%;
}

.contact-page{
        padding: 0px 0px 100px 0px;

}
.contact-page h1 {
    text-align: center;
    }
    .contact-page p {
    text-align: center;
    padding-bottom: 50px;
    }
    .contact2{
        padding-right: 0px;
    }
.news-img-sp {
    width: 30%;
}
.news-content-sp{
    width: 70%;
        padding-left: 40px;
    margin-top: 20px;
}
.news-img-sp img {
    height: 154px;
    }
    .upcoming-events{
        margin-bottom:50px;
    }
.ab-ban1{
        padding: 164px 0px 63px 0px;

}
.ab-ban2{
    padding: 100px 0px 0px 0px;
}
.ab-img {
float: none;
margin-left: auto;
width: 60%;


}

.train-img {
margin-right: auto;
    margin-left: auto;
    float: none;
    display: block;
}
.ab-ban2-1 h2 {
    float: left;
    width: 100%;
    text-align: center;
}
.ab-ban2-1 p {
    text-align: center;
    float: left;
    width: 100%;
    }
.director {
padding-top: 0px;
}
.dir-1 img {
margin-right: auto;
    margin-left: auto;
    float: none;
}
.dir-1 p{
    width: 100%;
    text-align: center;
}
.dir-2 p{
    width: 100%;
        text-align: center;

}
.dir-1 h6 {
    width: 100%;
    text-align: center;
}
.dir-2 h6 {
    width: 100%;
    text-align: center;
    }
.dir-2 img {
margin-right: auto;
    margin-left: auto;
    float: none;
    display: block;
}
.dir {
padding-left: 15px;
padding-right: 15px;
}
.dir-2 h6 {
    font-size: 19px;
    }
    .dir-1 h6 {
    font-size: 19px;
}


.mission-img {
    width: 52px;
        margin-right: 19px;

    }

    .mission h5 {
    font-size: 44px;
}
.mission-p {
    width: 100%;
    }

.t-1-p {
padding:0px 10px;
}








    .slider-ban .owl-nav {
   
    bottom: 97px;
    right: 59px;
}
    .b1-1 {
  
    padding-top: 0;
}
 .slide{
        height: 700px;
    }
    .slide .item{
        height: 700px;
    }
    .slide .item .slide-image {

        height: 700px;
    }
    .l1 {
    width: 100%;
    border-right: none;
}
.l2{
    width: 100%;
        padding-left: 0px;

}
.news-content {
    padding-top: 17px;
        padding-left: 12px;

    }
    .l2 {
margin-bottom:0px;
}
    .latest-news h6 {
margin-bottom: 50px;
}
.logopart {
    padding: 10px 0px 0px 0px;
}
.header-content h1 {
line-height: 68px;  
  font-size: 61px;

}
.buttonarea1 a{
        width: 168px;
    padding: 14px 0px;
    height: unset;
    text-align: center;
}
.buttonarea2 a{
        width: 168px;
    padding: 14px 0px;
    height: unset;
    text-align: center;
}
.buttonarea6{
    float: none;
    margin: auto;
    width: 200px;
    display: table;
}
.buttonarea6 a {
    display: inline-block;
    float: none;
    text-align: center;
    padding: 17px 0px;
}
.b1-1 p{
        padding: 20px 41px;

}
.b1p {

    float: right;
    width: 100%;
    text-align: center;
}
.banner1 h2 {
    text-align: center;
    width: 100%;
    float: right;
    }
    .b1img-mob {
    margin-top: 8px;

    float: none;
    margin-left: auto;
    margin-bottom: 20px;
    object-fit: cover;
    margin-right: auto;
    display: block;
}
.banner1{
}


.b12img {
    width: 67%;
    float: none;
    object-fit: cover;
    margin-left: auto;
    margin-top: 0px;
    margin-right: auto;
    display: block;
}
.b12p {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 15px;
    }
    .b4-inner1 {
    text-align: center;
}
.b4-inner1 img {
    float: none;
}
.b4-inner1 h4 {
    display: inline-block;
}


.main-news {
    width: 100%;
    float: left;
    padding: 0px 22px;
}
.latest-news {
    padding: 50px 41px 65px 41px;
}
.news-content h4{
    width: 97%;
  margin-bottom: 15px;
    line-height: 25px;
    margin-top: 8px;
    font-size: 20px;
}
.news-img img {
    width: 93%;
    height: 195px;
}
.b1-4{
      padding: 105px 0px 0px 45px;
    height: 446px;
    background-size: cover;
    background-position-x: 66%;

}

.b1-2 h1 {
    width: 100%;
    float: left;
    text-align: center;
}
.sph6 {
   font-size: 43px;
    margin-top: 40px;
    line-height: 46px;
    }

.news-content-p {
width: 91%;
}
.b14p {
    margin-top: 0px;
line-height: 27px;
width: 46%;    

}
.buttonarea5{
    margin-top: 0px;
}
.buttonarea5 a{
        padding: 12px 45px;

}
.buttonarea5{
        width: 160px;

}
.ftr-logo {
    float: none;
    margin: auto;
    display: block;
    width: 85%;
    }

.q-links {
    padding-top: 50px;
}
.q-links p {
    text-align: center;
}
.q-links a {
    text-align: center;
}
.q-links h3 {
    text-align: center;
}
.q-links h6{
    text-align: center;
}
.q-links h6 a{
    float: none;
}
}

@media(min-width:1023px)
{
    .q-links h6 br{
        display: none;
    }
}


@media(min-width:990px) and (max-width:1023px)
{


.ab-ban1{
        padding: 164px 0px 63px 0px;

}
.ab-ban2{
    padding: 100px 0px 0px 0px;
}
.ab-img {
width: 45%;
}


.ab-ban2-1 h2 {
    font-size: 69px;
}

.director {
padding-top: 0px;
}
.dir-1 img {
margin-right: 45px;
}
.dir-1 p{
    width: 100%;
}
.dir-2 p{
    width: 100%;
}

.dir-2 img {
margin-left: 45px;
}


.t-1-p {
padding:0px 10px;
}











.buttonarea6{
    float: none;
    display:table;
margin:auto;
    width: 200px;
}
.buttonarea6 a {
    display: inline-block;
    float: none;
    text-align: center;
    padding: 17px 0px;
}
.b1-1 p{
    padding: 20px 169px;

}
.b1-1{
padding-top: 0px;

}
.b1p {

    float: right;
    width: 100%;
    text-align: center;
}
.banner1 h2 {
    text-align: center;
    width: 100%;
    float: right;
    }
    .b1img-mob {
    margin-top: 8px;

    float: none;
    margin-left: auto;
    margin-bottom: 20px;
    object-fit: cover;
    margin-right: auto;
    display: block;
}
.b1-1{
padding-top: 0px;

}


.b12img {
    width: 55%;
    float: none;
    object-fit: cover;
    margin-left: auto;
    margin-top: 0px;
    margin-right: auto;
    display: block;
}
.logopart{
        padding: 10px 0px 0px 0px;

}
.b12p {
        padding: 0px 100px 20px 100px;

    text-align: center;
    width: 100%;
    float: left;
    font-size: 15px;
    }
    .b4-inner1 {
    text-align: center;
}
.b4-inner1 img {
    float: none;
}
.b4-inner1 h4 {
    display: inline-block;
}

.nb-imgbox img {
    object-fit: cover;
    width: 100%;
    height: 455px;
}

.news-img-sp img {
    width: 100%;
    margin-top: 16px;
    height: 111px;
}
.main-news {
    width: 100%;
    float: left;
    padding: 0px 22px;
}
.latest-news {
    padding: 50px 41px 65px 41px;
}
.news-content h4{
    width: 97%;
  margin-bottom: 15px;
    line-height: 25px;
    margin-top: 8px;
    font-size: 20px;
}
.news-img img {
margin-top: 25px;
    width: 100%;
    height: 164px;
}
.b1-4{
padding: 105px 0px 0px 45px;
    height: 427px;

}

.b1-2 h1 {
    width: 100%;
    float: left;
    text-align: center;
}
.sph6 {
   font-size: 43px;
    margin-top: 25px;
    line-height: 46px;
    }

.news-content-p {
width: 91%;
}
.b14p {
    margin-top: 15px;
line-height: 27px;
width: 46%;    

}
.buttonarea5{
    margin-top: 0px;
        width: 160px;

}
.buttonarea5 a{
        padding: 12px 45px;

}
.ftr-logo {
    float: none;
    margin: auto;
    display: block;
    width: 85%;
    }

.q-links {
    padding-top: 50px;
}
.q-links p {
    text-align: center;
}
.q-links a {
    text-align: center;
}
.q-links h3 {
    text-align: center;
}
.q-links h6{
    text-align: center;
}
.q-links h6 a{
    float: none;
}
}


@media(min-width:1024px) and (max-width:1200px)
{
.b4-inner1 h4 {
    font-size: 20px;
}
.b4-inner1 img {
    width: 32px;
    float: left;
    margin-right: 20px;
    margin-top: -4px;
}
.dir-2 p{
    width: 100%;
}

.ab-ban1{
        padding: 190px 0px 63px 0px;

}

.ab-img {
width: 45%;
}


.ab-ban2-1 h2 {
    font-size: 69px;
}

.director {
padding-top: 0px;
}
.dir-1 img {
margin-right: 45px;
}
.dir-1 p{
    width: 100%;
}

.dir-2 img {
margin-left: 45px;
}


.t-1-p {
padding:0px 10px;
}











    .b1img {
    margin-top: 8px;
}


.b12img {
    width: 420px;
    float: right;
    object-fit: cover;
    margin-left: 20px;
    margin-top: 99px;
    }


.main-news {
    width: 100%;
    float: left;
    padding: 0px 22px;
}
.latest-news{
        padding: 50px 50px 65px 50px;

}
.news-content h4{
    width: 97%;
  margin-bottom: 15px;
    line-height: 25px;
    margin-top: 8px;
    font-size: 20px;
}
.news-img-sp img {
    width: 100%;
    height: 109px;
    margin-top: 19px;
}
.news-img img {
    width: 100%;
height: 166px;
    
}
.nb-imgbox img {
    object-fit: cover;
    width: 100%;
    height: 474px;
}
.news-content h5 {
margin-bottom:0px;
}
.news-img {
    width: 40%;
    float: left;
    margin-top: 16px;
}
.b1-4{
        padding: 105px 0px 0px 43px;
    height: 431px;

}


.b1-2 h1 {
    font-size: 59px;
    }
.sph6 {
   font-size: 43px;
    margin-top: 23px;
    line-height: 46px;
    }

.news-content-p {
width: 87%;
}
.b14p {
    margin-top: 15px;
line-height: 27px;
width: 46%;    

}
.buttonarea5{
    margin-top: 0px;
        width: 160px;

}
.buttonarea5 a{
        padding: 12px 45px;

}
}

@media(min-width:1201px) and (max-width:1400px)

{

    .b1-4{
        padding: 170px 0px 0px 43px ;
    height: 511px;

}



.sph6 {
  font-size: 51px;
    margin-top: 23px;
    line-height: 54px;
    }

.b14p {
    margin-top: 15px;
line-height: 27px;
width: 50%;    

}
.buttonarea5{
    margin-top: 0px;
        width: 160px;

}
.buttonarea5 a{
        padding: 12px 45px;

}
}


@media(min-width:1401px) and (max-width:1507px)

{

    .b1-4{
    padding: 155px 0px 0px 73px;
    height: 511px;

}



.sph6 {
font-size: 66px;
    margin-top: 23px;
    line-height: 68px;
    }

.b14p {
    margin-top: 15px;
line-height: 27px;
width: 50%;    

}
.buttonarea5{
    margin-top: 0px;
        width: 160px;

}
.buttonarea5 a{
        padding: 12px 45px;

}
}




@media(min-width:1787px) and (max-width:1900px)
{
.news-content {
   
    padding-right: 20px;
}


}






.cban1{
    padding: 60px 0px 40px 0px;
    color: #ffffff;
    float: left;
    width: 100%;
}
.cb1-1{
    float: left;
    width: 100%;
    margin-bottom:20px;
}
.sp8{
    border:2px solid #000;
        border-radius: 50px;
  width: 90px;
    height: 89px;
    float: none;
    margin: auto;
    padding: 17px 15px
}
.cb1-1 img{
     float: none;
    display: block;
    margin: auto;
    width: 50px;
    height: auto;
        transition: all ease-in-out .5s;

}
.sp8:hover img{
    transform: rotate(360deg);



}
 .sp8:hover
 {
         filter: invert(1);

     background: #3a6bf5;
 }
.cb1-1 h3{
        font-family: 'Raleway',sans-serif;
         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-family: 'Raleway',sans-serif;

    font-size: 16px;
    color: black;
    width: 100%;
    text-align: center;
    line-height: 26px;
}
.cb1-1 h6{
            font-family: 'Raleway',sans-serif;

    font-weight:400;
    font-size: 16px;
    color: black;
    width: 100%;
    text-align: center;
    line-height: 26px;
}
.cb1-1 a:hover{
    text-decoration:none;
    color:#2c86c7 !important;
}