 html{
    overflow-x: hidden;
}
body{
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    overflow-x: hidden;
}
.banner{
    width: 100%;
    height: auto;
}

.logo{
    margin-top: 50px;
    float: right;
}
.logo img{
    float: left;
    width: 280px;
    height: auto;
    margin-bottom: 15px;
}
.header2 {
    width: 70%;
    float: right;
    height: auto;
    margin-top: 54px;
}
.activeli{
    text-decoration: none;
    padding: 20px;
    color: #FCCB0C!important;
}
.header_menu_area {
  float: right;
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.header_menu_area > .mob_nav {
    display: none;
}

.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 60px;
    padding-right: 0px;
    float: left;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
}
.header_menu_area > ul > li > a {
    list-style: none;
    text-decoration: none;
    padding: 20px 10px;
    color: #231F1E;
     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;
}
     
.header_menu_area > ul > li > a:hover {
/*    color: color: #ffff;;*/
    color: #FCCB0C;
     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;
}
         


.header_menu_area > ul > li > a:hover::after {
          /* height: 100%; */
}
  .active-class{
 
  color: black; !important;
 
}











@media (max-width: 1024px) {


.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{
    bottom: 62%;
}

.header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    z-index: 1111 !important;
}
.header_menu_area > ul > li > a {
    width: 100%!important;
}

.sub-menu {
    margin-top: 122px!important;
}
.menu ul li a {

    text-align: center !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;
}
.ham-nav{
    display: none;
}

.header_menu a svg{
    display: none;
}

.sub-menu-1{
    position:unset !important;
    width:100% !important;
}



.header_menu_area {
    position: inherit;
    float: right;
}

.header_menu_area > .mob_nav {
    display: block;
    float: right;
    width: 35px;
    height: 28px;
    margin: 0px 30px;
    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;
}

.header_menu_area > .mob_nav > div {
    background: black;
    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%;
}

.header_menu_area > .mob_nav > div:nth-child(1) {
    top: 2px;
}

.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 13px;
}

.header_menu_area > .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) {
    background: black;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: black;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header_menu_area > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #ffffff;
    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: 100px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 55px;
    padding-bottom: 35px;
    background: #fccb0c;
}


.header_menu_area > ul > li > a {
    padding: 15px 18px 15px 18px !important;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 30px;
    margin-left: 0px;
}
.header_menu_area > ul > li {
      width: 100%;
}




.header_user_area {
    right: calc(5% + 70px);
}


.active-menu{
  background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158));
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}


.header_menu_area > ul > li > a {
    margin-top: 0px;
    margin-bottom: -13px;
    width: auto;
    float: left;
    /* margin: -2px 0px; */
    position: relative;
    font-size: 17px;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-weight: 400;
    color: black;
    border-bottom: 5px solid transparent;
    letter-spacing: 0px !important;
    padding: 0px 15px 15px 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;
}
.header_menu_area > ul > li > a:hover {
    
    color: white !important;
 }

.activeli{
    color: white!important;
}

.menu ul li a:hover, .menu ul li:hover>a {
    background: #0a3b85; !important;
    color: #fff;
    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;
    /* text-transform: uppercase; */
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 108px;
    padding: 0;
    width: 211px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul li a {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    padding: 12px 10px;
    display: block;
    color: #000000;
    background: #fff;
    text-align: left;
    border-bottom: solid 1px rgb(99 96 96 / 10%);
}
}


















.header{
    width: 100%;
    height: auto;
    padding: 60px 0px;
}
.hd-1{
    width: 40%;
    height: auto;
    float: left;
    margin-top: 50px;
}
.hd-1 h2{
    font-size: 20px;
    font-weight: 700;
    color:#231F1E;
    margin-top: 20px;
    line-height: 95px;
}
.hd-1 h1{
    font-size: 65px;
    font-weight: 700;
    color: black;
    margin-top: 70px;
    margin-bottom: 70px;
}
.hd-1 span{
    color:  #FCCB0C;;
}
.sl-imge{
    float: left;
    width: 60%;
}
.hd-img{
    width: 100%;
    float: right;
}
.hd-img img{
    width: 100%;
    height: auto;
    float: right;
}
.email-box{
    float: left;
    width: 248px;
}

 .email-box input{
            width: 247px;
            height: 50px;
            border: 2px solid #ccc;
            border-radius: 50px;
            position: relative;
            padding-left: 20px;
        }

.email-box svg {
    width: 47px;
    stroke: white;
    background-color: #FCCB0C;
    padding: 11px;
    border-radius: 50%;
    margin-left: 200px;
    position: relative;
    z-index: 111;
    margin-top: -78px;
    height: 47px;
    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;
}
.email-box svg:hover{
    background-color: white;
    stroke: #FCCB0C;
    border: 2px solid #FCCB0C ;
     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;
}
.button{
    float: left;margin-left: 20px;
}
.button a {
 --color: #FCCB0C;
 font-family: inherit;
 display: inline-block;
 width: 136px;
 height: 50px;
 line-height: 2.5em;;
 position: relative;
 overflow: hidden;
 border: 2px solid var(--color);
 transition: color .5s;
 z-index: 1;
 font-size: 17px;
 border-radius: 50px;
 font-weight: 500;
 color: var(--color);
 background-color: white;
 padding-left: 15px;
}

.button a:before {
 content: "";
 position: absolute;
 z-index: -1;
 background: var(--color);
 height: 150px;
 width: 200px;
 border-radius: 50%;
}

.button a:hover {
 color: #ffffff;
 text-decoration: none;
}

.button a:before {
 top: 100%;
 left: 100%;
 transition: all .7s;
}

.button a:hover:before {
 top: -30px;
 left: -30px;
}

.button a:active:before {
 background: #ffffff;
 transition: background 0s;
}





.about-background{
   width: 100%;
    height: 300px;
    padding: 80px;
    float: left;
    background-image: url('../images/about us.png');
    background-size: cover;
    margin-bottom: 70px;
}
.about-background h1{
    width: 100%;
    font-size: 65px;
    color: white;
    text-align: center;
    margin-top: 28px;
}


.about-us{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0px;
    background-color: #f9faff;
}
.about-text{
    width: 100%;
    height: auto;
    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;
}
.about-text h1{
    font-size: 30px;
    font-weight: 700;
    color: #231F1E;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 35px;
}
.about-text h2{
    font-size: 45px;
    font-weight: 600;
    color: #FCCB0C;
    width: 100%;
    margin-bottom: 30px;
}
.about-text p{
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 20px;
    line-height: 30px;
}
.about-text span{
    font-size: 17px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 20px;
}
.abt-img{
    width: 100%;
    margin-top: 30px;
    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;
}
.abt-img img{
    width: 100%;
    height: auto;
    float: left;
}










.services{
    width: 100%;
    height: auto;
    padding: 60px 0px;
    float: left;
    background-color: #ffffff;
}
.services h1{
    font-size: 30px;
    font-weight: 700;
    color: #FCCB0C;
    width: 100%;
    margin-bottom: 30px;
}
.service-text{
    width: 100%;
    float: left;
}
.service-text p{
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 20px;
}
.service-text img{
    width: 30px;
    height: auto;
}
.service-text a{
    font-weight: 600;
    width: 100%;
    float: left;
    text-decoration: none;
    font-size: 17px;
    color: black;
    margin-bottom: 25px;
     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;
}
.service-text a:hover{
    color: #FCCB0C;
     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;
}

.direction{
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 60px;
    background-color: #FCCB0C;
    float: left;
    margin-right: 25px;
    border: 1px solid transparent;

    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;
}
.direction svg{
    width: 25px;
    height: auto;
    float: left;
    margin-top: 2px;
    margin-left: 3px;
    fill: #ffff !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;
}
.direction:hover{
    background-color: white;
    border: 2px solid #FCCB0C;
    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;
}
.direction:hover svg{
    fill: #FCCB0C !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;
}
.services-images{
    width: 100%;
    height: 540px;
    float: left;
    background-image: url('../images/weight.png');
    padding: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.services-images h2{
    width: 100%;
    font-size: 25px;
    margin-bottom: 245px;
    color: #ffff;
}
.services-images p{
    width: 100%;
    font-size: 16px;
    color: #ffff;
}
.services-images-2{
    width: 100%;
    height: 540px;
    float: left;
    background-image: url('../images/service-img-2.png');
    padding: 50px;
    background-size: cover;
    border-radius: 10px;
}
.services-images-2 h2{
    width: 100%;
    font-size: 25px;
    margin-bottom: 245px;
    color: #ffff;
}
.services-images-2 p{
    width: 100%;
    font-size: 14px;
    color: #ffffff;
}
.services-images-3{
    width: 100%;
    height: 540px;
    float: left;
    background-image: url('../images/kick.png');
    padding: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.services-images-3 h2{
    width: 100%;
    font-size: 25px;
    margin-bottom: 245px;
    color: #ffff;
}
.services-images-3 p{
    width: 100%;
    font-size: 16px;
    color: #ffff;
}

.services-images-4{
    width: 100%;
    height: 540px;
    float: left;
    background-image: url('../images/kodubo.png');
    padding: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.services-images-4 h2{
    width: 100%;
    font-size: 25px;
    margin-bottom: 245px;
    color: #ffff;
}
.services-images-4 p{
    width: 100%;
    font-size: 15px;
    color: #ffff;
}

.services-images-5{
    width: 100%;
    height: 540px;
    float: left;
    background-image: url('../images/adult-fitness.png');
    padding: 50px;
    background-size: cover;

    border-radius: 10px;
}
.services-images-5 h2{
    width: 100%;
    font-size: 25px;
    margin-bottom: 245px;
    color: #ffff;
}
.services-images-5 p{
    width: 100%;
    font-size: 16px;
    color: #ffff;
}

.services-images-6{
    width: 100%;
    height: 540px;
    float: left;
    background-image: url('../images/self-defence.png');
    padding: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.services-images-6 h2{
    width: 100%;
    font-size: 25px;
    margin-bottom: 245px;
    color: #ffff;
}
.services-images-6 p{
    width: 100%;
    font-size: 16px;
    color: #ffff;
}
.read-more{
    padding: 5px 15px;
    border: 2px solid transparent;
    width: 130px;
    height: auto;
    border-radius: 5px;
    background-color: #FCCB0C;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
}
.read-more a{
    text-decoration: none;
    color: white;
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;
}
.read-more:hover{
    color: #FCCB0C;
    background-color: white;
    text-decoration: none;
    border: 2px solid #FCCB0C;
   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;
}
.ser{
    width: 100%;
    float: left;
}
.slide .owl-nav{
    display: none;
}

}
.ser2{
    float: left;
    width: 100%;
}

.ser .owl-nav {
    float: left;
    width: 100%;
    text-align: left;
    margin-left:-370px;
    margin-top: 0px;
}
.ser .owl-prev img {
    width: 50px!important;
    float: left;
}
.ser .owl-next img {
    width: 50px!important;
    float: right;
    margin-left: 15px;
    margin-top: 0px;
}
.service-full{
    width: 100%;
    float: left;
}




.team{
    width: 100%;
    height: auto;
    padding: 60px 0px;
    float: left;
    background-color: #f9faff;
}
.team-text-bx{
    width: 100%;
    height: auto;
    padding: 5px;
    text-align: center;
    margin-bottom: 30px;
}
.team-text-bx h1{
    font-size: 30px;
    font-weight: 700;
    color: #FCCB0C;
    width: 100%;
    margin-bottom: 10px;
}
.team-text-bx p{
    font-size: 17px;
    font-weight: 600;
    color: black;
}
.team-bx{
    width: 100%;
    height: auto;
    background-color: white;
    float: left;
    border-radius: 10px;
    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;
}
.team-bx-img{
    width: 100%;
    height: auto;
    border-radius: 10px;
     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;
}
.team-bx-img img{
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
    margin-bottom: 20px;
}
.team-bx-img:hover{
    transform: scale(1.1) !important;
    box-shadow: 1px 1px 20px 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;
}
.team-bx h3{
    font-size: 20px;
    font-weight: 700;
    color: black;
    margin-bottom: 5px;
    margin-left: 15px;
}
.team-bx p{
    font-size: 17px;
    font-weight: 500;
    color: black;
    margin-bottom: 20px;
    margin-left: 15px;
}








.gallery{
    width: 100%;
    height: auto;
    padding: 60px 0px;
    background-color: #ffff;
}
.gallery-text-bx{
    width: 100%;
    height: auto;
    padding: 5px;
    text-align: center;
    margin-bottom: 30px;
}
.gallery-text-bx h1{
    font-size: 30px;
    font-weight: 700;
    color: #FCCB0C;
    width: 100%;
    margin-bottom: 10px;
}
.gallery-text-bx p{
    font-size: 17px;
    font-weight: 600;
    color: black;
}
.photo-gallery{
float: left;
width: 100%;
padding: 3%;
}


.gallery-edit1 .ih-item.square.effect6 {
  overflow: hidden;
}
.gallery-edit1 .ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.gallery-edit1 .ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery-edit1 .ih-item.square.effect6 .info {
  background: #333333;
  background: hsl(195deg 95% 15% / 78%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.gallery-edit1 .ih-item.square.effect6 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.gallery-edit1 .ih-item.square.effect6 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.gallery-edit1 .ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.gallery-edit1 .ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.gallery-edit1 .ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.gallery-edit1 .ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.gallery-edit1 .ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.gallery-edit1 .ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.gallery-edit1 .ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.gallery-edit1 .ih-item.square.effect6.from_left_and_right a:hover .info h3,
.gallery-edit1 .ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.gallery-edit1 .ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.gallery-edit1 .ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.gallery-edit1 .ih-item.square.effect6.top_to_bottom a:hover .info h3,
.gallery-edit1 .gallery-edit1 .ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.gallery-edit1 .ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.gallery-edit1 .ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.gallery-edit1 .ih-item.square.effect6.bottom_to_top a:hover .info h3,
.gallery-edit1 .ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.gallery-edit1 .ih-item.square {
  position: relative;
  /* width: 316px; */
   height: 350px; 
  /* border: 8px solid #fff; */
  /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); */
}
.gallery-edit1 .ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.img-fluid{
  width: 100%;
}

.galleryimg1{
  width: 100%;
  object-fit: cover !important;
  height: 530px !important;
  margin-bottom: 30px;
}

.gallery-edit1{
    height: 530px !important;
    margin-bottom: 30px;
    overflow: hidden;
}

.project-box1{
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-top: 50px;
}


.productimg2{
  width: 100%;
  object-fit: cover !important;
  height: 509px !important;
  margin-bottom: 30px;
}

.gallery-edit2{
    height: 530px !important;
    margin-bottom: 30px;
    overflow: hidden;
}


.galleryimg3{
  width: 100%;
  object-fit: cover !important;
  height: 265px !important;
  margin-bottom: 30px;
}

.gallery-edit3{
    height: 265px !important;
    margin-bottom: 30px;
    overflow: hidden;
}

.galleryimg4{
  width: 100%;
  object-fit: cover !important;
  height: 235px !important;
  margin-bottom: 30px;
}

.gallery-edit4{
    height: 235px !important;
    margin-bottom: 30px;
    overflow: hidden;
}


.galleryimg5{
  width: 100%;
  object-fit: cover !important;
  height: 526px !important;
  margin-bottom: 30px;
}

.gallery-edit5{
    height: 526px !important;
    margin-bottom: 30px;
    overflow: hidden;
}


.galleryimg6{
  width: 100%;
  object-fit: cover !important;
  height: 463px !important;
  margin-bottom: 30px;
}

.gallery-edit6{
    height: 463px !important;
    margin-bottom: 30px;
    overflow: hidden;
}


.galleryimg7{
  width: 100%;
  object-fit: cover !important;
  height: 231px !important;
  margin-bottom: 30px;
  object-position: top;
}

.gallery-edit7{
    height: 231px !important;
    margin-bottom: 30px;
    overflow: hidden;
}


.galleryimg8{
  width: 100%;
  object-fit: cover !important;
  height: 335px !important;
  margin-bottom: 30px;
  object-position: 0% 17%;
}

.gallery-edit8{
    height: 335px !important;
    margin-bottom: 30px;
    overflow: hidden;
}








.work{
    width: 100%;
    height: 400px;
    float: left;
    background-image: url('../images/work.png');
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
    background-position: center;
}
.work-box-1{
    background-color: rgba(0, 0, 0, 0.80);
    height: 400px;
}
.wrk-txt{
    width: 100%;
    height: auto;
    text-align: center;
    float: left;
    margin-top: 30px;
}
.wrk-txt h3{
    font-size: 35px;
    width: 100%;
    float: left;
    font-weight: 600;
   color: #ffff;
   margin-bottom:30px;
}
.wrk-txt p{
    font-size: 17px;
    width: 100%;
    float: left;
    font-weight: 500;
    color: #ffff;
    /* margin-top: 100px; */
}
.work a {
 --color: #FCCB0C;
 font-family: inherit;
 display: block;
 width: 8em;
 height: 2.6em;
 line-height: 2.5em;
 margin: 5px;
 position: relative;
 overflow: hidden;
 border: 2px solid var(--color);
 transition: color .5s;
 z-index: 1;
 font-size: 17px;
 border-radius: 50px;
 font-weight: 500;
 margin-left: auto;
 margin-right:auto;
 float:none;
 margin-top: 30px;
 color: var(--color);
 padding-left: 15px;
 background-color: white;
}

.work a:before {
 content: "";
 position: absolute;
 z-index: -1;
 background: var(--color);
 height: 150px;
 width: 200px;
 border-radius: 50%;
}

.work a:hover {
 color: #ffffff;
 text-decoration: none;
}

.work a:before {
 top: 100%;
 left: 100%;
 transition: all .7s;
}

.work a:hover:before {
 top: -30px;
 left: -30px;
}

.work a:active:before {
 background: #ffffff;
 transition: background 0s;
}









.footer{
    width: 100%;
    height: auto;
    padding: 60px 0px;
    float: left;
    background-color: #f9faff;
}
.foot-1{
    width: 100%;
    height: auto;
    float: left;
}
.logo-bx{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
    margin-bottom: 47px;
}
.foot-1 img{
    width: 250px;
    height: auto;
    float: left;
}

.foot-txt-1 p{
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}
.iconsbx{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}
.iconsbx img{
    width: 25px;
    height: auto;
    float: left;
    margin-right: 20px;
    transition: transform .2s;
}
.iconsbx img:hover {
  transform: scale(1.5); 
}
.course-bx{
    width: 100%;
    height: auto;
    float: left;
}
.course-bx h2{
    font-size: 20px;
    width: 100%;
    font-weight: 400;
    float: left;
    color: #FCCB0C;
    margin-top: 30px;
    margin-bottom: 70px;
    margin-left: 5px;
}
.course-bx img{
    width: 30px;
    height: auto;
}
.course-bx a{
    font-weight: 400;
    width: 100%;
    float: left;
    text-decoration: none;
    font-size: 17px;
    color: black;
    margin-bottom: 10px;
    box-shadow: inset 0 0 0 0 #FCCB0C;
    color: black;
}
.course-bx a:hover{
  color: #FCCB0C;
     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;
}


.crs-1{
    width: 100%;
    float: left;
    height: auto;
    padding: 80px 0px;
}
.crs1-txt{
    width: 100%;
    float: left;
    height: auto;
}
.crs1-txt h1{
    font-size: 35px;
    float: left;
    font-weight: 700;
    color: #FCCB0C;
    margin-bottom: 20px;
}
.crs1-txt p{
    font-size: 18px;
    font-weight: 400;
    float: left;
    color: black;
    line-height: 35px;
}




.crs1-img{
    float: left;
    width: 100%;
}
.crs1-img img{
    width: 100%;
    float: left;
}




.crsm{
    background-image: url('../images/crs1.png');
    float: right;
    background-size: cover;
    width: 100%;
    margin-bottom: 40px;
}

.crs2-img {
    width: 100%;
    float: left;
    height: auto;
/*    margin-left: -80px;*/
    margin-top: 30px;
    margin-bottom: -20px;
}
.crs2-img img{
    width: 100%;
    float: left;
}

.crs2-txt{
    width: 100%;
    margin-top: 40px; 
    float: left;
}
.crs2-txt h1{
    font-size: 35px;
    float: left;
    font-weight: 700;
    color: #FCCB0C;
    margin-bottom: 20px;
}
.crs2-txt p{
    font-size: 18px;
    font-weight: 400;
    float: left;
    color: black;
    line-height: 35px;
}







.crsm2{
    background-image: url('../images/crsm2.png');
    float: right;
    background-size: cover;
    width: 100%;
    margin-bottom: 40px;
}
.crs3-img {
    width: 100%;
    float: left;
    height: auto;
/*    margin-right: -80px;*/
    margin-top: 30px;
    margin-bottom: -20px;
}
.crs3-img img{
    width: 100%;
    float: left;
}









.contact{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
}
.contact img{
    width: 25px;
    height: auto;
    float: left;
    margin-right: 10px;
    padding-top: 2px;
}
.contact a{
    text-decoration: none;
    float: left;
    font-weight: 400;
    font-size: 17px;
    color: black;
    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{
  color: #FCCB0C;
     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-full{
    float: left;
    width: 100%;
    padding: 70px 0px 95px 0px;

}
.contact-full-hed{
    float: left;
    width: 100%;
}
.contact-full-hed h2{
    float: left;
    width: 100%;
    color: #FCCB0C;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;    
}
.contact-full-hed p{
    float: left;
    width: 100%;
    color: black;
    
    font-weight: 300;
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
    line-height: 180%;
}

.contact-box1{
    float: left;
    width: 100%;
    height: 230px;
 
    margin-top: 30px;
    padding: 43px 0px 0px 0px;


}

.contact-box1 h2{
    float: left;
    color: #FCCB0C;
    font-size: 30px;
    font-weight: 500;
    width: 100%;
    
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}
.contact-box1 h6{
    float: left;
    color: black;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
    
    line-height: 180%;
}



.contact-us-form{
    float: left;
    width: 100%;
     background-color: #f5f5f5;
}

.contact-bg {
    width: 100%;
    float: left;
   
    background-position: center;
    background-size: cover;
    padding: 60px 0px 70px 0px;
}


.contact-bg h2 {
    font-size: 40px;
    font-weight: 500;
    color: #FCCB0C;
    width: 100%;
    margin-bottom: 0px;
}
.contact-bg h2 span{
    font-size: 40px;
    font-weight: 500;
    color: black;
    width: 100%;
}

.contact-bg p {
    font-size: 12px;
    color: #919191;
    font-weight: 300;
    line-height: 180%;
    padding-top: 18px;
}

.contact-bg form {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.contact-bg input::placeholder{
    color: black!important;
}

.contact-bg input {
    border: 0;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.contact-bg textarea {
    border: 0;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 15px;
    font-size: 14px;
    color: #000;
    height: 110px;
    font-weight: 400;
}
.contact-bg textarea::placeholder{
    color: black!important;
}

.contact-bg button {
    transition: all ease-in-out .5s;
    border: 0;
    background: #FCCB0C;
    font-size: 14px;
    color: #fff;
    padding: 15px 40px;
    border-radius:10px;
    font-weight: 600;
    cursor: pointer;
}

.contact-bg button:hover {
    text-decoration: none;
    background: white;
    color: black;
    border: solid 1px #FCCB0C;
    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;
}

.about-us-1{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0px;
    background-color: white;
}
.about-text{
    width: 100%;
    height: auto;
    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;
}
.about-text h1{
    font-size: 30px;
    font-weight: 700;
    color: #231F1E;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 35px;
}
.about-text h2{
    font-size: 45px;
    font-weight: 600;
    color: #FCCB0C;
    width: 100%;
    margin-bottom: 30px;
}
.about-text p{
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 20px;
}
.about-text span{
    font-size: 17px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 20px;
}
.abt-img{
    width: 100%;
    margin-top: 30px;
    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;
}
.abt-img img{
    width: 100%;
    height: auto;
    float: left;
}




.mision{
    width: 100%;
    height: auto;
    padding: 70px 0px;
    float: left;
    background-color: #f9faff;
}
.mision-bx1{
    float: left;
    width: 100%;
    border: 1px solid  #FCCB0C;
    padding: 30px 40px;
    border-radius: 20px;
}
.m-img{
    width: 100%;
    height: 50%;
    float: left;
    margin-bottom: 10px;
}
.m-img img{
    width: 100px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.m-txt{
    width: 100%;
    height: 50%;
    float: left;
}
.m-txt h2{
    font-size: 35px;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-left: 5px;
}
.m-txt p{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}








.choose{
    width: 100%;
    float: left;
    height: auto;
    padding: 60px 0px;
}
.ch-img{
    width: 50%;
    float: left;
    height: auto;
    margin-bottom: 50px;
}
.ch-img img{
    width: 100%;
    float: left;
}
.ch-txt{
    width: 50%;
    float: left;
    height: auto;
    padding: 20px 15px;
    margin-bottom: 50px;
}
.ch-txt h1{
    font-size: 22px;
    font-weight: 600;
    float: left;
    width: 100%;
    color: black;
    margin-bottom: 20px;
}
.ch-txt p{
    font-size: 18px;
    font-weight: 400;
    float: left;
    line-height: 30px;
    width: 100%;
    color: black;
    margin-bottom: 20px;
}






.commitment{
     width: 100%;
    height: auto;
    padding: 70px 0px;
    float: left;
    background-color: #f9faff;
}
.commitment h1{
    font-size: 30px;
    text-align: center;
    width: 100%;
    float: left;
    color: #FCCB0C;
    margin-bottom: 40px;
}
.com-img{
    width: 100%;
    height: auto;
    float: left;
}
.com-img img{
    width: 100%;
    float: left;
}
.com-txt{
    width: 100%;
    float: left;
    height: auto;
}
.com-txt h2{
    color: black;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
.com-txt p{
    color: black;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}


.check{
    width: 100%;
    float: left;
    height: auto;
    font-size: 18px;
    color: black;
    margin-bottom: 30px;
}
.check img{
    width: 30px;
    height: auto;
    float: left;
    margin-right: 15px;
}





.experience{
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 6%;
}
.exp-img{

}
.exp-img img{
    width: 440px;
    height: auto;
    float: left;
    border-radius: 30px;
    margin-top: 25px;
    position: relative;
    z-index: 999;
}
.exp-txt{
    float: right;
    width: 71%;
    height: 300px;
    padding: 30px 10px;
    background-color:#EEEEEE;
    border-radius: 30px 0px 0px 30px;
    margin-left: -50px;
    z-index: -111;
    padding-left: 60px;
    padding-right: 10%;
    box-shadow: 1px 5px 16px 1px rgba(171,171,171,0.75);
-webkit-box-shadow: 1px 5px 16px 1px rgba(171,171,171,0.75);
-moz-box-shadow: 1px 5px 16px 1px rgba(171,171,171,0.75);
}
.exp-txt h1{
    font-size: 22px;
    text-decoration: 3px #facd00 underline;
    text-underline-offset: 10px;
    margin-bottom: 25px;
}
.exp-txt p{
    font-size: 18px;
    color: black;
    line-height: 30px;
}





.a-tbx1{
    width: 100%;
    height: auto;
    float: left;
        margin-bottom: 50px;
}
.a-t-imgbx{
    width: 100%;
    height: auto;
    float: left;
}
.a-t-imgbx img{
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
    object-fit: cover;
}
.a-t-imgbx h4{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.a-t-imgbx p{
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
}
































/*media*/

@media (max-width: 575px){
.hd-1{
    text-align: center;
}  
.email-box{
    width: 45%;
}  
.about-text {
    text-align: center;
}
.service-text{
    text-align: center;
}
.direction{
    display: none;
}
.team-bx{
    margin-bottom: 30px;
    text-align: center;
}
.foot-txt-1{
    text-align: center;
}
.course-bx{
    text-align: center;
}
.iconsbx {
    width: 135px;
    height: auto;
    float: none;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.foot-1 img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.hamburgermenu{
    display: none;
}
.header2{
    margin-top: -109px;
    margin-left: 0;
    width: 100%;
}
.logo{
    margin-left: 30px;
}
.hd-1 {
    width: 100%;
}
.button a{
    padding-left: 0px;
}
.email-box {
    margin-left: 80px;
}
.sl-imge{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.course-bx h2{
    margin-bottom: 30px;
}
.contact{
    width: 215px;
    float: none;
    display: block;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
}
.work{
    background-position: center;
}
.service-full{
width: 100%;
    /* margin-left: auto; */
    /* margin-right: auto; */
    float: left;
}
.service-text p{
    margin-bottom: 40px;
}
.enquiry{
    display: none;
}
.iconsbx img{
    float:left;
    margin-left:20px;
} 
.header_menu_area{
    margin-top:53px;
}
}



@media (min-width: 576px) and (max-width: 767px){ 
.hd-1{
    text-align: center;
}  
.email-box{
    width: 45%;
}  
.about-text {
    text-align: center;
}
.service-text{
    text-align: center;
}
.direction{
    display: none;
}
.team-bx{
    margin-bottom: 30px;
    text-align: center;
}
.foot-txt-1{
    text-align: center;
}
.course-bx{
    text-align: center;
}
.iconsbx {
    width: 195px;
    height: auto;
    float: none;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.foot-1 img{
    float: left;
    margin-left: 20px;
    /* margin-right: auto; */
    /* display: block; */
}
.hamburgermenu{
    display: none;
}
.header2{
    margin-top: -109px;
    margin-left: 0;
    width: 100%;
}
.logo{
    margin-left: 30px;
}
.hd-1 {
    width: 100%;
}
.button a{
    padding-left: 0px;
}
.email-box {
    margin-left: 80px;
}
.sl-imge{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.course-bx h2{
    margin-bottom: 30px;
}
.contact{
    width: 215px;
    float: none;
    display: block;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
}
.work{
    background-position: center;
}
.service-full{
    width: 100%;
    float: left;
}
.service-text p{
    margin-bottom: 40px;
}
.enquiry{
    display: none;
}
.logo-bx img{
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.iconsbx img{
    float:left;
    margin-left:20px;
}
}







@media (min-width: 768px) and (max-width: 991px){
  .hd-1{
    text-align: center;
}  
.email-box{
    width: 45%;
}  
.about-text {
    text-align: center;
}
.service-text{
    text-align: center;
}
.direction{
    display: none;
}
.team-bx{
    margin-bottom: 30px;
    text-align: center;
}
.foot-txt-1{
    text-align: center;
}
.course-bx{
    text-align: center;
}
.iconsbx img{
    margin-left: 158px  !important;
    margin-top: 30px;
    margin-bottom: 20px;
    float: left !important;
}
.foot-1 img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.hamburgermenu{
    display: none;
}
.header2{
    margin-top: -109px;
    margin-left: 0;
    width: 100%;
}
.hd-1 {
    width: 100%;
}
.hd-1 h1{
    font-size:53px;
}
.button a{
    padding-left: 0px;
}
.email-box {
    margin-left: 80px;
}
.sl-imge{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.course-bx h2{
    margin-bottom: 30px;
}
.contact{
    width: 215px;
    float: none;
    display: block;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
}
.work{
    background-position: center;
}
.header_menu_area > .mob_nav {
    margin: 0px 40px;
}  
.service-full{
    width: 100%;
    float: left;
    text-align: center;
}
.service-text{
    width: 100%;
    float: left;
    text-align: center;
}
.service-text p{
    margin-bottom: 40px;
}
.enquiry{
    display: none;
}
}





@media (min-width: 992px) and (max-width: 1024px){
.enquiry{
    display: none;
}
.header_menu_area{
    margin-left: 550px;
}
.hd-1{
    margin-top: 0px;
}    
.hd-1 h1 {
    font-size: 58px;
    font-weight: 700;
    color: black;
    margin-top: 122px;
    /* margin-bottom: 70px; */
}
.about-text h2{
    font-size: 40px;
}
.ser .owl-nav{
    margin-left: -315px;
}
.wrk-txt h3{
    font-size: 30px;
}
.services-images p{
    font-size: 14px;
}
.services-images-2 p{
    font-size: 14px;
}
.services-images-3 p{
    font-size: 14px;
}
.services-images-4 p{
    font-size: 14px;
}
.services-images-5 p{
    font-size: 14px;
}
.services-images-6 p{
    font-size: 14px;
}
.read-more{
    font-size: 14px;
}
.service-full{
    width: 100%;
    float: left;
}
.header2 {
    width: 70%;
}
}

@media (min-width: 1024px) and (max-width: 1300px){
    .enquiry{
        display: none;
    }
.header_menu_area{
    margin-left: 0px;
}
.hd-1{
    margin-top: 40px;
}    
.hd-1 h1{
    font-size: 58px;
}
.about-text h2{
    font-size: 40px;
}
.ser .owl-nav{
    margin-left: -315px;
}
.wrk-txt h3{
    font-size: 30px;
}
.services-images p{
    font-size: 14px;
}
.services-images-2 p{
    font-size: 14px;
}
.services-images-3 p{
    font-size: 14px;
}
.services-images-4 p{
    font-size: 14px;
}
.services-images-5 p{
    font-size: 14px;
}
.services-images-6 p{
    font-size: 14px;
}
.read-more{
    font-size: 14px;
}
.service-full{
    width: 100%;
    float: left;
}
.header2{
    width: 70%;
}
}



































.quick-top {
    cursor: pointer;
}

.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 15px;
    top: 15px;
    background: url(../images/close.svg) no-repeat center center; 
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
    z-index: 1111;
}

.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: #fff;
    padding: 20px 30px;
    top: 0;
    position: relative;
    right: 0;
    /* height: 100%; */
    z-index: 99;
}

.field_area {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 20px;
}

.field_area label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.field_area input[type=email], .field_area input[type=number], .field_area input[type=text], .field_area textarea {
    width: 100%;
    float: left;
    /* position: relative; */
    font-size: 15px;
    color: #000;
    line-height: 20px;
    margin: 0;
    padding: 7px 10px;
    background: 0 0;
    border: none;
    border-bottom: solid 1px rgb(34 33 33 / 86%);
    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 {
    background: #FCCB0C;
    width: 100%;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    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;
}

.quick-send:hover {
    
        color: #FCCB0C;
    background-color: white;
    text-decoration: none;
    border: 2px solid #FCCB0C;
    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;
}



.field_area input[type=email], .field_area input[type=number], .field_area input[type=text], .field_area textarea:focus {

outline: none;}



.enquiry{float: right;margin-left: 146px;border-radius: 20px;}
.enquiry a{float: right;color: white;font-size: 14px;border-radius: 20px;font-weight: 400;height: 50px;padding: 14px 26px;margin-bottom: 15px;background: #FCCB0C; 
margin-top: -10px;
}


.enquiry a:hover{
text-decoration: none;
    color: #FCCB0C;
    background-color: white;
    text-decoration: none;
    border: 2px solid #FCCB0C;
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;
}
.close_form img{
    width: 20px;
    margin-left: -45px;
}