html{overflow-x:hidden;}
html, body {height: 100%;}

body{color:#505050; font-size:15px; font-family: 'Poppins', sans-serif; font-weight:500;}

a{color:#c93917; text-decoration:none;}
a:hover, a:focus{color:#000; text-decoration:none;}
img{max-width:100%; vertical-align:middle;}
p{line-height:25px; margin:0 0 15px;}
p b{color:#181818;}

h1, h2, h3, h4, h5, h6{font-weight: 600; font-family: "League Spartan", sans-serif; margin:0 0 10px;}
h2{color:#000;}
h3{color:#c93917;}
h4{color:#000;}

.pad-0{padding:0 !important;}
.pad-t0{padding-top:0 !important;}
.pad-t10{padding-top:10px !important;}
.pad-t20{padding-top:20px !important;}
.pad-t30{padding-top:30px !important;}
.pad-t40{padding-top:40px !important;}
.pad-t50{padding-top:50px !important;}
.pad-t60{padding-top:60px !important;}
.pad-b0{padding-bottom:0 !important;}
.pad-b10{padding-bottom:10px !important;}
.pad-b20{padding-bottom:20px !important;}
.pad-b30{padding-bottom:30px !important;}
.pad-b40{padding-bottom:40px !important;}
.pad-b50{padding-bottom:50px !important;}
.pad-b60{padding-bottom:60px !important;}
.mrb-0{margin-bottom:0px !important;}
.mrb-10{margin-bottom:10px !important;}
.mrb-15{margin-bottom:15px !important;}
.mrb-20{margin-bottom:20px !important;}
.mrb-25{margin-bottom:25px !important;}
.mrb-30{margin-bottom:30px !important;}
.mrb-35{margin-bottom:35px !important;}
.mrb-40{margin-bottom:40px !important;}
.mrb-45{margin-bottom:45px !important;}
.mrb-50{margin-bottom:50px !important;}
.mrb-55{margin-bottom:55px !important;}
.mrb-60{margin-bottom:60px !important;}
.mrb-70{margin-bottom:70px !important;}
.mrb-80{margin-bottom:80px !important;}

.hidden{display: none;}

@media (min-width: 1200px) { 

  .sticky.header nav{position: fixed; background: #fff; -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 5%); box-shadow: 0 3px 9px rgb(0 0 0 / 5%); top: 0; left: 0; width: 100%; z-index: 5; -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; -webkit-transition: all .5s; transition: all .5s; max-width: 100%; margin-top: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}  
  .sticky.header .navbar .logo img{max-width: 40px; filter: inherit;}
  .sticky.header .navbar .logo a span{color: #c93917;}
  .sticky.header .navbar .logo a span span{color: #000;}
  .sticky.header nav .navbar .links li a{color: #000;}
  
}

.container{position:relative; z-index:3; width: 94%; padding: 0 15px;}
.row{margin: 0 -15px;}
.row > *{padding: 0 15px;}
  
.header{position: absolute; /*-webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 5%); box-shadow: 0 3px 9px rgb(0 0 0 / 5%); */left: 0; width: 100%; top: 0; z-index: 5; padding: 0;}
  .head-top{font-size: 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position:relative; overflow:hidden; z-index: 3;}
  .head-right{color:#fff; display: flex; align-items: center; justify-content: end;}
  .head-top a:hover{color: #fff;}
  .head-top ul{margin:0; padding: 11px 0;}
  .head-top ul li{color: rgba(255,255,255,.7); font-weight: 400; display:inline-block; list-style:none; border-right: 1px solid rgba(255,255,255,.2); margin: 0 16px 0 0; padding: 0 20px 0 0; position:relative;}
  .head-top ul li:last-child{border-right: 0; margin-right: 0; padding-right: 0;}
  .head-top ul li i{margin: 0 5px 0 0; color: #c93917; display: inline-block; vertical-align: middle; font-size: 16px; position: relative; top: -1px;}
  .head-top ul li i.fa-phone{font-size: 14px; top: 0;}
  .head-top ul li a{display: block; padding: 0; color: rgba(255,255,255,.7); position: relative; z-index: 2;} 
  .book-now{position: relative; padding: 0 0 0 30px;}
  .book-now .btn{-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 11px 30px 10px;}
  .icon-top{padding: 0; position: relative; text-align: right; font-weight: 500;}
  .icon-top i{color: #fff; display:inline-block; font-size: 16px; margin: 0 0 0 5px; line-height: 35px; height: 35px; width: 30px; text-align: center; position:relative; z-index:1;}
  .icon-top i:hover{color:#b8915a; background:#fff; transition:0.8s ease-in-out; -webkit-transition:all 0.8s ease-in-out; -moz-transition:all 0.8s ease-in-out; -ms-transition:all 0.8s ease-in-out; -o-transition:all 0.8s ease-in-out;}  
        
 .header nav{position: relative; top: 0; left: 0; width: 100%; height: auto; font-size: 18px; font-family: "League Spartan", sans-serif; font-weight: 500;}
  .header nav .navbar{display: flex; align-items: center; justify-content: space-between; margin: auto; /* background: red; */ position: relative; max-width: 100%; margin: 0 0 0; box-shadow: none; background: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0;}
  .header .navbar .logo{}
  .header .navbar .logo a{display: flex; margin: 0; padding: 15px 0; align-items: center; gap: 15px;}
  .header .navbar .logo img{max-width: 60px; position: relative; z-index: 100; /*filter: brightness(0) invert(1);*/}
  .header .navbar .logo a span{display: block; color: #fff; text-transform: uppercase; font-family: "League Spartan", sans-serif; font-weight: 700; font-size: 24px;}
  .header .navbar .logo a span span{font-size: 16px; text-transform: capitalize; font-weight: 600;}
  .header nav .navbar .nav-links{height: 100%; margin: 0 0 0 auto; display: flex; align-content: center;}
  .header nav .navbar .links{display: flex; padding: 0; margin: 0;}
  /*.header nav .navbar .links li:nth-child(4){margin-right: 200px;}*/
  .header nav .navbar .links li{position: relative; display: flex; align-items: center; justify-content: space-between; list-style: none; text-transform: capitalize; margin: 0 0 0 20px;}
  .header nav .navbar .links li a{padding: 24px 0; display: block; text-decoration: none; white-space: nowrap; color: #fff;}
  .header nav .navbar .links > li > a:hover, .header nav .navbar .links > li.current-menu-item > a{color: #c93917;}

  .header .links li:hover .htmlcss-arrow, .header .links li:hover .js-arrow{transform: rotate(180deg);} 
  .header nav .navbar .links li .arrow{width: 16px; line-height: 52px; text-align: center; display: inline-block; color: #c93917; transition: all 0.3s ease; margin: 2px 0 0 5px; font-size: 16px; font-weight: bold;}
  .header nav .navbar .links li .sub-menu{/*border: 1px solid #dddddd6b; box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1); -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1); position: absolute; top: 100%; left: 0; background: #fff; box-shadow: none; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; display: none; z-index: 2; padding: 5px 15px;*/ overflow: hidden;} 
  .header nav .navbar .links li:hover .htmlCss-sub-menu, .header nav .navbar .links li:hover .js-sub-menu{ display: block;}
  
@media (min-width:1100px) {
	
	.header nav .navbar .links li .sub-menu{position: absolute; left: 0; top: 100%; z-index: 2; padding: 7px 15px 5px; width: 300px; background: #fff; border: 1px solid #dddddd6b; box-shadow: 0 10px 40px rgba(0,0,0,.08); -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.08); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; opacity: 0; visibility: hidden; -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; -ms-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0;}
	
	.header nav .navbar .links li:hover .htmlCss-sub-menu, .header nav .navbar .links li:hover .js-sub-menu{opacity: 1; visibility: visible; -moz-transform: scaleY(1); -webkit-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1);}

}
  
  .header .navbar .links li .sub-menu li{padding: 0; margin:0; border-bottom: 1px dashed #d5d5d5;} 
  .header .navbar .links li .sub-menu li:last-child{border-bottom: 0;} 
  .header .navbar .links li .sub-menu a{color: #000; padding: 8px 0; display: block; width: 100%;}  
  .header .navbar .links li .sub-menu a:hover{color: #c93917;} 
  .header .navbar .links li .sub-menu .more-arrow{line-height: 40px; } 
  .header .navbar .links li .htmlCss-more-sub-menu{/* line-height: 40px; */ } 
  .header .navbar .links li .sub-menu .more-sub-menu{position: absolute; top: 0; left: 100%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; z-index: 1; display: none;} 
  .header .links li .sub-menu .more:hover .more-sub-menu{display: block;} 
  .header .navbar .search-box{position: relative; height: 40px; width: 40px;} 
  .header .navbar .search-box i{position: absolute; height: 100%; width: 100%; line-height: 40px; text-align: center; font-size: 22px; color: #fff; font-weight: 600; cursor: pointer; transition: all 0.3s ease;} 
  .header .navbar .search-box .input-box{position: absolute; right: calc(100% - 40px); top: 80px; height: 60px; width: 300px; background: #3E8DA8; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; opacity: 0; pointer-events: none; transition: all 0.4s ease;} 
  .header .navbar.showInput .search-box .input-box{top: 65px; opacity: 1; pointer-events: auto; background: #3E8DA8;} 
  .header .search-box .input-box::before{content: ''; position: absolute; height: 20px; width: 20px; background: #3E8DA8; right: 10px; top: -6px; transform: rotate(45deg);} 
  .header .search-box .input-box input{position: absolute; top: 50%; left: 50%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; transform: translate(-50%, -50%); height: 35px; width: 280px; outline: none; padding: 0 15px; font-size: 16px; border: none;} 
  .header .navbar .nav-links .sidebar-logo{display: none;} 
  .header .navbar .bx-menu{display: none;} 
  
  @media (max-width:1100px) {
    .header nav .navbar{max-width: 100%; padding: 0; flex-direction: row-reverse;} 
	.header nav .navbar:before, .header nav .navbar:after{display:none}
	.header .navbar .logo a{font-size: 22px; padding: 20px 0; margin: 0;} 
	.header .navbar .logo{width: 85%;}
	.header .navbar .logo a span{font-size: 20px;}
	.header .navbar .logo a span span{font-size: 14px;}
	.header .navbar .logo img{max-width: 40px;}
	.header nav .navbar .links > li:first-child{border-top: 1px solid #ccc;} 
	.header nav .navbar .links > li{padding: 0; border-bottom: 1px solid #ccc; white-space: nowrap;} 
	.header nav .navbar .links > li a:hover, .header nav .navbar .links > li.active > a{color: #c93917;} 
	.navbar .links li .sub-menu a{padding:10px;}
	.header .navbar .links li .sub-menu a:hover, .header nav .navbar .sub-menu > li.active > a{color: #c93917; background: none;}     
    .header nav{ /* position: relative; */} 
	.header .navbar .bx-menu{ display: block;} 
	.header nav .navbar .nav-links{position: fixed; top: 0; left: -100%; display: block; max-width: 100%; width: 100%; background:  #fff; line-height: normal; padding: 0; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); transition: all 0.5s ease; z-index: 1000; overflow-x: scroll;align-content:start;} 
	.header .navbar .nav-links .sidebar-logo{display: flex; align-items: center; justify-content: space-between; padding: 15px 15px 0;} 
	.header .sidebar-logo .logo-name{} 
	.header .sidebar-logo .logo-name img{max-width: 250px;} 
	.header .sidebar-logo .logo-name{display: flex; margin: 0; padding: 15px 0; align-items: center; gap: 15px;}
	.header .sidebar-logo .logo-name img{max-width: 40px; position: relative; z-index: 100; /*filter: brightness(0) invert(1);*/}
	.header .sidebar-logo .logo-name span{display: block; color: #c93917; text-transform: uppercase; font-family: "League Spartan", sans-serif; font-weight: 700; font-size: 20px;}
	.header .sidebar-logo .logo-name span span{font-size: 14px; text-transform: capitalize; font-weight: 600; color: #002654;}
	  
	.header .sidebar-logo  i{font-size: 25px; color: #c93917; cursor: pointer;} 
	.header .navbar .bx-menu{font-size: 25px; color: #c93917; cursor: pointer; margin: 0;} 
	.header.header-position  .sidebar-logo i{color: #fff;} 
	.header.header-position  .navbar .bx-menu{color: #000;} 
	
	.header.header-position nav .navbar .links > li > a{color: #fff;}
    .header.header-position nav .navbar .links li .arrow{color: #fff;}
	.header.header-position nav .navbar .links > li a:hover, .header.header-position nav .navbar .links > li.active > a{color: #c93917;} 
	
	.header nav .navbar .links{display: block; margin-top: 20px; padding: 0;} 
	.header nav .navbar .links li .arrow{line-height: 40px; position: absolute; border-left: 1px solid #ccc; width: 52px; top: 7px; bottom: 7px; right: 0; cursor: pointer; color: #000;} 
	.header nav .navbar .links li{display: block; margin: 0;} 
	.header nav .navbar .links li:nth-child(3){margin-right: 0;}
	.header nav .navbar .links li a{padding: 15px; color: #000;} 
	.header .navbar .links li .sub-menu a{padding: 10px 0; white-space: break-spaces;}
	.header nav .navbar .links li .sub-menu{border: 0; position: relative; top: 0; box-shadow: none; display: none; background: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0 65px 0 30px;} 
	.header nav .navbar .links li .sub-menu li{border-bottom: 1px solid #ccc;} 
	.header .navbar .links li .sub-menu .more-sub-menu{display: none; position: relative; left: 0;} 
	.header .navbar .links li .sub-menu .more-sub-menu li{display: flex; align-items: center; justify-content: space-between;} 
	.header .links li:hover .htmlcss-arrow, .header .links li:hover .js-arrow{transform: rotate(0deg);} 
	.header .navbar .links li .sub-menu .more-sub-menu{display: none;} 
	.header .navbar .links li .sub-menu .more span{/* background: red; */ display: flex; align-items: center; /* justify-content: space-between; */} 
	.header .links li .sub-menu .more:hover .more-sub-menu{display: none;} 
	.header nav .navbar .links li:hover .htmlCss-sub-menu, .header nav .navbar .links li:hover .js-sub-menu{display: none;} 
	.header .navbar .nav-links.show1 .links .htmlCss-sub-menu, .header .navbar .nav-links.show3 .links .js-sub-menu, .header .navbar .nav-links.show2 .links .more .more-sub-menu{display: block;} 
	.header .navbar .nav-links.show1 .links .htmlcss-arrow, .header .navbar .nav-links.show3 .links .js-arrow{transform: rotate(180deg);} 
	.header .navbar .nav-links.show2 .links .more-arrow{transform: rotate(90deg);} 
  } 
  
  @media (max-width:370px){ 
    .header nav .navbar .nav-links{max-width: 100%;}
  }

.banner{padding: 200px 0 100px; overflow: hidden; position:relative; z-index:1; background-image: url(images/banner-bg.jpg); background-repeat: no-repeat; background-position: center center; background-attachment: scroll; overflow: hidden; background-size: cover;}
  .banner .container{position: relative; z-index: 4;}
  .banner .banner-col{position: relative; z-index: 1;}
  
  .banner .slide button{top: 47%; opacity: 1; width: 55px; height: 55px; z-index: 100; color: #fff; display: block; font-size: 34px; cursor: pointer; overflow: hidden; line-height: 55px; text-shadow: none; position: absolute; font-weight: normal; background: rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 0px 10px 5px rgba(0,0,0,.1); box-shadow: 0 0px 10px 5px rgba(0,0,0,.1); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; left: 20px;}
  .banner .slide:hover button{opacity: 1;}
  .banner .slide button.left{}
  .banner .slide button.right{left: inherit; right: 20px;}
  .banner .slide button.left{right: 80px;}
  .banner .slide button.left:hover, .banner .slide button.right:hover{color: #fff; background: #c93917; border: 0px transparent;}
  .banner .slide button .fa{margin: 0; background: none;}
  .banner .slide button.left>span:nth-child(1){left: 45%;}
  .banner .slide button.right>span:nth-child(1){right: 45%;}
  
  .banner figure{position: relative;}
  .slide-info{position: relative; right:0;}
  .slide-text{position: relative; padding: 0; color: #D0D0D0;}
  .slide-text > h1{padding: 0; color: #fff; font-size: 40px; margin: 0 0 15px; text-transform: uppercase; -webkit-animation-delay: 0.7s;animation-delay: 0.7s;}
  .slide-text > h1 span{-webkit-text-fill-color: transparent; -webkit-text-stroke: 2px #fff; display: block; font-size: 60px;}
  .slide-text > p{padding: 0; font-size: 16px; line-height: 30px; margin: 0; -webkit-animation-delay: 1.1s; animation-delay: 1.1s;} 
  .slide-text .btn{margin-top: 25px;} 
  
  .banner .banner-left{position: absolute; left: 0; right: 0; bottom: 0; z-index: 9; padding: 0 20% 40px; text-align: center;}
  .banner .banner-right{padding: 0 0 0 15px;}
  .banner .banner-right figure{margin: 0; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; overflow: hidden;}  
  .banner .banner-right figure:after{background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); content:''; position: absolute; left: 0; bottom: 0; height: 100%; width: 100%;}  
  .banner .banner-right figure .slide-image{height: 550px; width: 100%; object-fit: cover; object-position: center center;}
  .banner .shape-01{position: absolute; left: 50px; top: -60px;}
  .banner .shape-02{position: absolute; left: 40px; top: -50px; z-index: -1;}
  .banner .shape-03{position: absolute; top: 0; max-width: 106px; z-index: -1; left: -30px;}
  .banner .call-btn{position: relative; padding: 25px; box-shadow: 0 20px 40px rgba(0,0,0,.1); -webkit-border-radius: 50px 10px 50px 10px; -moz-border-radius: 50px 10px 50px 10px; border-radius: 50px 10px 50px 10px; background: #fff; position: relative; z-index: 2; display: flex; align-content: center; max-width: 350px; justify-content: center;}
  .banner .call-btn .icon{-webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; width: 50px; height: 50px; background: rgba(238,74,98,.2); font-size: 22px; margin-right: 15px; color: #c93917;}
  .banner .call-btn .icon i{line-height: 50px; text-align: center; display: block;}
  .banner .call-btn span{display: block; padding: 0; color: #000;}
  .banner .call-btn span a{display: block; font-size: 28px; font-family: "League Spartan", sans-serif; font-weight: 500; color: #c93917;}
  .banner .call-btn span a:hover{color: #c93917;}

.btn{border:0; text-decoration: none; background: #c93917; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; font-size: 15px; font-weight: 600; font-family: "League Spartan", sans-serif; position: relative; z-index: 1; display: inline-block; text-align: center; text-transform: uppercase; color: #fff; margin: 0; padding: 15px 30px 11px; overflow:hidden;}
  .btn i{margin:0 0 0 10px; position: relative; top: 1px;}
  .btn:hover{color:#fff; background: #c93917;}
  .btn:after{content: ""; height: 100%; width: 0; background: -webkit-linear-gradient(right,#97250A 0%,#c93917 100%); background: linear-gradient(-90deg, #97250A 0%, #c93917 100%); border-radius: 0; position: absolute; top: 0; right: 0; bottom: 0; z-index: -1; -webkit-transition: 0.4s; transition: 0.4s;}
  .btn:hover:after{left: 0; width: 100%;}

.flex-row{flex-direction: row-reverse;}

.image-circle{animation: spin 12s infinite linear; -webkit-animation: spin 12s infinite linear; -moz-animation: spin 12s infinite linear;}

@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}
  
.mk_heading.absolute { position:absolute; left:0; top:0 } 
.layer_img { position:absolute; left:0; top:0; z-index: 3;} 
.layer_img img { max-width:100%; height:auto } 
.right_top { left:auto; right:0 } 
.right_bottom { top:auto; bottom:0; left:auto; right:0 } 
.left_bottom { top:auto; bottom:0 } 
.move_anim img { -webkit-animation:movebounce 3.0s linear infinite; animation:movebounce 3.0s linear infinite }
.move_anim_two img { -webkit-animation:movebounce2 3.0s linear infinite; animation:movebounce2 3.0s linear infinite } 
.rotate_anim img { -webkit-animation:rotated 30s infinite linear; animation:rotated 30s infinite linear }
@keyframes movebounce {
 0% {
  transform:translateY(0)
 }
 50% {
  transform:translateY(20px)
 }
 100% {
  transform:translateY(0)
 }
}
@keyframes movebounce2 {
 0% {
  transform:translateX(0)
 }
 50% {
  transform:translateX(20px)
 }
 100% {
  transform:translateX(0)
 }
}
@-webkit-keyframes rotated {
 0% {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg)
 }
 100% {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
@keyframes blinker {
 0% {
  transform:scale(1,1)
 }
 50% {
  transform:scale(1.1,1.1)
 }
 100% {
  transform:scale(1,1)
 }
}
@keyframes shadows {
 0% {
  box-shadow:0 0 0 0 rgba(247,163,146,.2),0 0 0 30px rgba(247,163,146,.2),0 0 0 50px rgba(247,163,146,.2)
 }
 100% {
  box-shadow:0 0 0 30px rgba(247,163,146,.2),0 0 0 50px rgba(247,163,146,.2),0 0 0 70px rgba(247,163,146,0)
 }
}

.sub-title{color:#5f58ba; position: relative; font-size: 18px; font-family: "League Spartan", sans-serif; text-transform: uppercase; margin: 0 0 15px;}
  .sub-title span{position: relative; display: inline-block; padding: 0 25px;}
  .sub-title span:before{content: ""; height: 8px; width: 8px; background: #5f58ba; top: -3px; position: absolute; bottom: 0; margin: auto; left: 0; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.4);}
  .sub-title span:after{content: ""; height: 8px; width: 8px; background: #5f58ba; top: -3px; position: absolute; bottom: 0; margin: auto; right: 0; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.4);}

.about-tag{position:relative; z-index:3;}
  .about-tag .row{margin: -50px 0 0; box-shadow: 0 -6px 24px rgba(10, 10, 10,0.09); -moz-box-shadow: 0 -6px 24px rgba(10, 10, 10,0.09); -webkit-box-shadow: 0 -6px 24px rgba(10, 10, 10,0.09); background-color: #ffffff; border-radius: 30px 30px 0 0; -moz-border-radius: 30px 30px 0 0; -webkit-border-radius: 30px 30px 0 0;}
  .about-tag .col-at{margin: 0;}
  .about-tag .box-padd{padding: 50px 20px; position: relative; display: flex; align-items: center; justify-content: center; gap: 20px;}
  .about-tag .box-padd figure{min-width: 80px; position: relative; height: 80px; width: 80px; border-radius: 50%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 20px; margin: 0 auto 28px; background: rgba(26,182,157,.1);}
  .about-tag .box-padd:hover figure{background: #1dbea4;}
  .about-tag .box-padd:hover figure img{filter: brightness(0) invert(1);}
  
  .about-tag .box-padd.red  figure{background: rgba(238, 74, 98, .1);}
  .about-tag .box-padd.red  figure{background: rgba(238, 74, 98, .1);}
  .about-tag .box-padd.red:hover figure{background: #EE4A62;}
  
  .about-tag .box-padd.blue figure{background: rgba(70, 100, 228, .1);}
  .about-tag .box-padd.blue:hover figure{background: #4664E4;}
  
  .about-tag .box-padd.orange figure{background: rgba(248, 184, 31, .1);}
  .about-tag .box-padd.orange:hover figure{background: #F8B81F;}
  
  .about-tag h4{color: #000; font-size: 22px; margin: 0 0 5px;}
  .about-tag p{margin:0;}
  .about-tag a{color: #002654;}
  .about-tag a:hover{color: #c93917;}
  .about-tag .btn{white-space: inherit; border: 0; text-decoration: none; display: block; margin: 0 0 10px; background-color: #fff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; position: relative; z-index: 1; text-align: center; font-family: 'PoppinsSemiBold_0'; font-weight:normal; text-transform: capitalize; color: #0250c5; padding: 10px 15px 9px; width:100%; overflow:hidden;}
  .about-tag .btn img{width: 30px; margin:0 10px 0 0; display: inline-block;}
  .about-tag .btn:hover{position: relative; color:#fff; z-index: 1;}
  .about-tag .btn:after{content: ''; position: absolute; height: 100%; left: 0; top: 0; width: 0; -webkit-transition: all .3s; -moz-transition: all .3s;-o-transition: all .3s; transition: all .3s; background-color: #e38b00; z-index:-1;}
  .about-tag .btn:hover:after{width: 100%;}
  
.about-admission{padding: 0; position:relative; z-index:2;}     
  .about-admission .about-admission-row{flex-direction: row-reverse; margin: 0; background: #022958; -webkit-border-radius: 0 0 30px 30px; -moz-border-radius: 0 0 30px 30px; border-radius: 0 0 30px 30px; overflow: hidden; color: #D0D0D0;}
  .about-admission .about-admission-row > *{height: 100%; position: relative; z-index: 2;}
  .about-admission .about-admission-row::after{content: ""; background-image: url(https://htlwork.com/dev/lklsvmrampura/wp-content/uploads/2026/03/about-02.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; position: absolute; right: 0; bottom: 0; width: 50%; height: 100%; opacity: 0.1;}
  .about-admission h2{color:#fff; font-size: 44px; position: relative; margin: 0 0 25px; text-transform:capitalize;}
  .about-admission h2 span{color: #f9c034; font-size: 18px; margin: 10px 0 0; display: block; font-weight: 500; line-height:normal; text-transform: uppercase;} 
  .about-admission .admission-left{margin: 0; padding: 0; position:relative;}
  .about-admission .admission-left .admission-padd{padding: 0 80px;}
  .about-admission .admission-left h4{color: #051634; line-height: 26px; font-size: 18px; margin: 0 0 15px;}
  .about-admission .admission-left h5{color: #051634;}
  .about-admission .admission-left p{margin: 0 0 20px;}
  .about-admission .admission-left .btn{margin: 20px 0 0;}
  .about-admission .admission-right{margin: 0; padding: 0; position:relative;}
  .about-admission .about-admission-row figure{margin: 0; position: relative;}
  .about-admission .about-admission-row figure img{height: 500px; width: 100%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; object-fit: cover; object-position: center center;}

.about-sec{padding: 100px 0 70px; position:relative; z-index:2;}     
  .about-sec.about-page{padding: 0;}   
  .about-sec.about-page h2{padding: 0;}
  .about-sec.about-page h2::after{display: none;}
  .about-sec.about-page .img-thumbnail{padding: 10px; width: 100%; height: 400px; object-fit: cover; object-position: center center; border-radius: 30px;}
  
  .about-sec h2{color:#000; font-size: 44px; position: relative; padding: 0 0 35px; margin: 0 0 25px; text-transform:capitalize;}
  .about-sec h2::after{content: ""; background-image: url(images/shape-02.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; position: absolute; left: 0; bottom: 0; width: 108px; height: 15px;}
  .about-sec h2 span{color: #c93917;}
  .about-sec .about-left{margin:0 0 30px; position:relative; padding: 0 50px 0 15px;}
  .about-sec h4{color:#000; font-style:italic; font-size:16px; margin: 0 0 25px;}
  .about-sec h5{background: #f5f5f5; color: #2D2330; font-size: 16px; line-height: 24px; margin: 0 0 25px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 20px 25px 22px;}
  .about-sec p{margin:0 0 20px;}
  .about-sec .about-right{padding: 60px 15px 0 25px; position: relative;}
  .about-sec .about-right .row > *{position: relative;}
  .about-sec .about-right .right{padding: 170px 0px 0px 15px;}
  .about-sec .about-right .right .image{height: 450px !important;}
  .about-sec .about-right .image{-webkit-border-radius: 50px 0px 90px 0px; -moz-border-radius: 50px 0px 90px 0px; border-radius: 50px 0px 90px 0px; width: 100% !important; height: 520px !important; max-width: inherit !important; object-fit: cover; object-position: center center;}
  .about-sec .shape-01{position: absolute; right: -80px; top: -30px;}
  .about-sec .shape-02{position: absolute; left: -40px; top: -70px; z-index: -1;}
  .about-sec .shape-03{position: absolute; right: -40px; top: 200px; max-width: 106px; z-index: -1; left: inherit;}

.team-sec{padding: 100px 0 170px; overflow: hidden; position: relative; z-index: 1; background-image: url(images/bg-03.png); background-repeat: no-repeat; background-position: center center; background-attachment: scroll; background-size: cover;}
  .team-sec h2{color:#000; font-size: 44px; position: relative; padding: 0 0 35px; margin: 0 0 25px; text-transform:capitalize;}
  .team-sec h2::after{content: ""; background-image: url(images/shape-02.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; position: absolute; left: 0; bottom: 0; width: 108px; height: 15px;}
  .team-sec h2 span{color: #000;}
  .team-sec .ts-col{margin:0 0 30px;}
  .team-sec .team-box{text-align:center; background:#fff; border:10px solid #fff; position: relative; overflow:hidden; height: 100%; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;}
  .team-sec .team-box figure{margin:0; overflow:hidden; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;}
  .team-sec .team-box figure img{width: 100%; height: 300px; object-fit: cover; object-position: top center;}
  .team-sec .team-box:hover figure img{transform: translateY(10px) scale(1.1); transition: all .5s}
  .team-sec .team-box .caption{padding: 0 30px 0;}
  .team-sec .team-box .caption h4{text-transform: capitalize; font-size: 22px; background-image: url("images/shape-06.png"); background-position: center center; background-repeat: no-repeat; background-size: cover; background-color: #5f58ba; padding: 15px; color: #fff; z-index: 2; position: relative; margin:-40px 0 20px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;}
  .team-sec .team-box .caption h4 span{font-size: 18px; display:block; font-weight: 600; padding: 5px 0 0;}
  .team-sec .team-box .caption br{display: none;}
  .team-sec .team-box .caption p{text-align:center;}
  .team-sec .team-box .caption .icon-links{margin: 0; display: inline-block;}
  .team-sec .team-box .caption .icon-links i{margin: 0; font-size: 17px; border: 1px solid #3D72FC; width: 50px; height: 50px; text-align: center; line-height: 50px; color: #3D72FC;}
  .team-sec .team-box .caption .icon-links i:hover{background: #3D72FC; color: #fff;}
  .team-sec .inner{background-image: url("images/banner-bg.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; color: #fff; padding: 40px 40px 25px;}
  .team-sec h3{color:#fff; font-size: 26px; text-transform:capitalize; margin:0 0 20px;}
  .team-sec h3 span{display:block; font-size: 18px; margin: 5px 0 0; color:#fff;}
  .team-sec form{overflow:hidden;}
  .team-sec form .form-control{background:#fff; box-shadow:none; border-radius: 0 30px 30px 0; border:0; color: #000; margin: 0; height: 50px;}
  .team-sec form .form-control::-webkit-input-placeholder {color: #000;}
  .team-sec form .form-control::-moz-placeholder {color: #000;}
  .team-sec form .form-control:-ms-input-placeholder {color: #000;}
  .team-sec form .form-control:-moz-placeholder {color: #000;}
  .team-sec form textarea{height:170px !important; padding-top: 15px;}
  .team-sec form .form-group{margin-bottom:15px;}
  .team-sec form .wpcf7-not-valid-tip{position: absolute; left: 14px; bottom: 0; width: 100%; font-size: 12px;}
  .team-sec form .wpcf7-response-output{-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; font-size: 12px; text-align: center;}
  .team-sec form .input-group-addon{background-color: #fff; border: 0 !important; color: #c93917 !important; position: relative; min-width: 40px; padding: 17px 0 0; font-size: 16px; font-weight: 400; line-height: 1; text-align: center;  border-radius: 30px 0 0 30px !important; width: 1%; white-space: nowrap; vertical-align: middle; display: table-cell;}
  .team-sec form .input-group-addon::after{content: ''; position: absolute; top: 10px; right: 1px; width: 1px; height: 30px; background-color: #ccc;}
  .team-sec form .input-group .fa{padding: 10px 0 0; color: #2d2b5e;}
  .team-sec form .input-group:hover .fa{color: #ea8f16;}
  .team-sec form .sumit{display: inline-block; vertical-align: middle; width: auto; padding: 13px 0 13px 25px; background: none; border: 0; color: inherit; text-transform: uppercase; font-weight: 600;} 
  .team-sec form .btn{padding: 0 25px 0 0;} 
  .team-sec form .btn span{background: #3c64ff;} 
  .team-sec form .btn i{display: inline-block; vertical-align: middle;} 

.counter-sec{position: relative; z-index:3;}
  .counter-sec .row{background-image: url("images/dummy-shape-07.png"); background-position: center center; background-repeat: no-repeat; background-size: cover; opacity: 1; background-color: #c93917; margin: -85px 80px 0; color: #fff; border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; padding: 50px 40px 10px; display: flex; align-items: center; justify-content: center;}
  .counter-sec .counter-Txt{position:relative; margin: 0 0 20px;}
  .counter-sec .counter-Txt:last-child .counter-padd{border-right: 0;}
  .counter-sec .counter-Txt .counter-padd{position: relative; display: flex; align-items: center; gap: 30px;}
  .counter-sec .counter-Txt span{color:#fff; display: block; font-size: 45px; line-height: normal; font-weight: 700; margin:0; display: inline-block; vertical-align: middle;}
  .counter-sec .counter-Txt span:last-child{padding: 0 0 0 5px;}
  .counter-sec .counter-Txt h4{color:#fff; font-size: 18px; text-transform: uppercase; font-weight:600; margin:0 0 5px;}
  .counter-sec .counter-Txt figure{width: 60px; height: 60px; min-width: 60px; line-height: 60px; padding: 13px; text-align: center; margin: 0; background-image: url(images/banner-bg.jpg); background-repeat: no-repeat; background-position: center center; background-attachment: scroll; overflow: hidden; background-size: cover; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%;}
  .counter-sec .counter-Txt div{overflow:hidden;}
  .counter-sec .shape-02{max-width: 150px; left: 0; z-index: -1; bottom: -40px; top: inherit;}
  .counter-sec .shape-03{max-width: 120px; left: inherit; right: 0; top: -45px;}
  
.why-choose{position: relative; z-index: 1; padding: 80px 0; margin: 0; overflow: hidden;  background-image: url(images/bg-01.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover;}  
  .why-choose h2{color:#000; font-size: 44px; position: relative; padding: 0 0 35px; margin: 0 0 25px; text-transform:capitalize;}
  .why-choose h2::after{content: ""; background-image: url(images/shape-02.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; width: 108px; height: 15px;}
  .why-choose h2 span{color: #000;}
  .why-choose .specialitie-box{position: relative; height: 100%; text-align: center; border-radius: 30px; padding: 40px 20px 35px; box-shadow: 0 0 15px 0 rgba(0,0,0,.05); background: #fff; overflow: hidden;}
  .why-choose .specialitie-box:hover{box-shadow: 0 10px 45px 0 rgba(0,0,0,.1);}
  
  .why-choose .specialitie-box.red figure{background: rgba(238, 74, 98, .1);}
  .why-choose .specialitie-box.red:hover figure{background: #EE4A62;}
  
  .why-choose .specialitie-box.blue figure{background: rgba(70, 100, 228, .1);}
  .why-choose .specialitie-box.blue:hover figure{background: #4664E4;}
  
  .why-choose .specialitie-box.orange figure{background: rgba(248, 184, 31, .1);}
  .why-choose .specialitie-box.orange:hover figure{background: #F8B81F;}
  
  .why-choose .specialitie-box:hover img{filter: brightness(0) invert(1);}
  .why-choose .specialitie-box > *{position: relative; z-index: 2; /*transition: 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;*/}
  .why-choose .specialitie-box .span{font-weight: 500; display: inline-block; padding: 5px 18px; border-radius: 5px;
  background: rgba(26,182,157,.1); color: #c93917;}
  .why-choose .specialitie-box figure{position:relative; height: 80px; width: 80px; border-radius: 50%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 15px; margin: 0 auto 28px; background: rgba(26,182,157,.1);}
  .why-choose .specialitie-box:hover figure{background: rgba(26,182,157,1);}
  .why-choose .specialitie-box figure img{}
  .why-choose .specialitie-box p{margin: 0;}
  .why-choose .specialitie-box h4{color: #000; font-size: 24px; margin: 0 0 10px; text-transform: capitalize;}
  .why-choose .specialitie-box h4 span{display: block; font-size: 18px; text-transform: uppercase; margin: 0 0 10px;}
  .why-choose .specialitie-box h4 a{color: #000;}

.gallery-sec{padding: 100px 0 70px; overflow: hidden; position:relative; z-index:1; background-image: url(images/banner-bg.png); background-repeat: no-repeat; background-position: center center; background-attachment: scroll; background-size: cover;}
  .gallery-sec.gallery-page{padding: 0; background-image: inherit;}
  
  .gallery-sec h2{color:#000; font-size: 44px; position: relative; padding: 0 0 35px; margin: 0 0 35px; text-transform:capitalize;}
  .gallery-sec h2::after{content: ""; background-image: url(images/shape-02.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; width: 108px; height: 15px;}
  .gallery-sec h2 span{color: #000;}
  .portfolio-menu{text-align:center;}
  .portfolio-menu ul{padding:0; margin:0 0 40px;}
  .portfolio-menu ul li{display:inline-block; margin:0; list-style:none; padding:10px 15px; cursor:pointer; -webkit-transition:all 05s ease; -moz-transition:all 05s ease; -ms-transition:all 05s ease; -o-transition:all 05s ease; transition:all .5s ease; font-family: 'PoppinsMedium'; font-size:16px; box-shadow: none !important; position: relative; padding: 3px 15px;}
  .portfolio-menu ul li:last-child:after{display:none;}
  .portfolio-menu ul li::before{display: none;}
  .portfolio-menu ul li::after{position: absolute;right: 0;top: 3px;width: 1px;height: 20px;content: '';background: #e0e0e0;-webkit-transform: rotate(18deg);transform: rotate(18deg);margin: auto;}
  .portfolio-menu ul li.active{color: #d52911;}
  .portfolio-menu ul li.active::after{background: #d52911;}
  .portfolio-item{/*width:100%;*/}
  .portfolio-item .item{margin-bottom:30px;}
  .portfolio-item .item a{display:block; position:relative; overflow:hidden; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;}
  .portfolio-item .item img, .portfolio-item .item .video{width: 100%; height: 250px; -webkit-transform: scale(1); transform: scale(1); transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -o-object-fit: cover; object-fit: cover; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
  .portfolio-item .item:hover img{-webkit-transform: scale(1.2); transform: scale(1.2);}
  .portfolio-item .recet-work-footer{position: absolute;left: 0;bottom: 0;width: 100%;color: #FFFFFF;background: rgba(0, 132, 53, 0.9);}
  .portfolio-item .recet-work-footer h3{color: #FFFFFF;margin: 0;font-size: 14px;padding: 12px 5px 12px 50px;font-family: 'PoppinsSemiBold_0';}
  .recet-work-footer i{position: absolute; left: 0; bottom: 0; min-width: 50px; height: 52px; font-size: 20px; color: #ebf4ef; background: #004b1e; display: block; text-align: center; line-height: 52px; z-index: 1;}
	  
.back-to-top{position: fixed; opacity:0; visibility:hidden; right: 15px; bottom: -15px; z-index: 20; -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; -ms-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out;} 
  .back-to-top.scroll{bottom: 20px; opacity:1; visibility:visible;} 
  .back-to-top a{-moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; padding-top: 12px; border: 0; color: #fff !important; font-size: 18px; background: #c93917; display: block; height: 40px; width: 40px; margin: 0 auto; text-align: center;}   
  .back-to-top a::after{position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 1; background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0) 80%);}    

.footer{background-image: url(images/banner-bg.jpg); background-repeat: no-repeat; background-position: center center; background-attachment: scroll; background-size: cover; padding: 80px 0 0; position: relative; color: #BABABA;}
  .footer .container{position: relative; z-index:1;}  
  .footer a{color:#BABABA;}
  .footer a:hover{color:#c93917;}
  .footer .footer-col:nth-child(1){padding: 0 20px 0 15px; width: 27%;}
  .footer .footer-col:nth-child(2){padding: 0 20px 0 25px; width: 25%;}
  .footer .footer-col:nth-child(3){width: 32%; padding-left: 30px;}
  .footer .footer-col:nth-child(4){width: 16%;}
  .wg-1{margin:0 0 30px;}
  .wg-1 h4{color:#c93917; margin:0 0 15px; position:relative; text-transform: capitalize;}
  .wg-1 address{margin: 0 0 20px; overflow: hidden; position: relative;}  
  .wg-1 address p{margin: 0 0 10px; color: #fff; font-weight: 600; font-family: "League Spartan", sans-serif;}
  .wg-1 address p a{padding: 0; text-transform: uppercase;}
  .wg-1 address p span{color: #c93917; font-weight: 600; font-family: "League Spartan", sans-serif;}
  .wg-1 ul{margin:0; padding:0;}
  .wg-1 ul li{list-style: none; position: relative; display: inline-block; text-transform: capitalize; margin: 0; padding: 0 0 20px 20px; width: 49%; letter-spacing: -0.3px; vertical-align: top;}
  .wg-1 ul li::before{content: "\f105"; font-family: FontAwesome; position: absolute; left: 0; top: 2px; font-size: 14px; color: #c93917;}
  .wg-1 ul.time-table li{display: flex; justify-content: space-between; gap: 20px; width: auto; margin: 0 0 10px; padding: 0; overflow: hidden;}
  .wg-1 ul.time-table li::before{display: none;}
  .ft-logo{margin: 0 0 20px;}
  .ft-logo a{display: flex; margin: 0; padding: 15px 0; align-items: center; gap: 15px;}
  .ft-logo img{max-width: 60px; position: relative; z-index: 100; /*filter: brightness(0) invert(1);*/}
  .ft-logo a span{display: block; color: #fff; text-transform: uppercase; font-family: "League Spartan", sans-serif; font-weight: 700; font-size: 24px;}
  .ft-logo a span span{font-size: 16px; text-transform: capitalize; font-weight: 600;}
  
  .ft-bottom{border-top: 1px solid rgba(250, 250, 250, 0.3); margin: 30px 0 0; color:#fff; font-size: 16px; padding: 15px 0 12px; position:relative; z-index:2;}
  .ft-bottom p{margin: 5px 0;}
  
  .icon-ft{margin:20px 0 0;}
  .icon-ft i{color: #fff; border:0; display:inline-block; font-size: 16px; line-height: 40px; margin: 0; height: 40px; width: 40px; text-align: center; position:relative; z-index:1; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%;}
  .icon-ft .facebook{background:#3a5896;}
  .icon-ft .twitter{background:#00aced;}
  .icon-ft .fa-youtube{background:#b00;}
  .icon-ft .fa-linkedin{background:#007ab5;}
  .icon-ft .fa-google-plus{background: #dc4e41;}
  .icon-ft .fa-whatsapp{background: #4dc247;}
  .icon-ft .fa-instagram{background: #f09433; background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );}
  .icon-ft i:hover{opacity:0.5; transition:0.8s ease-in-out; -webkit-transition:all 0.8s ease-in-out; -moz-transition:all 0.8s ease-in-out; -ms-transition:all 0.8s ease-in-out; -o-transition:all 0.8s ease-in-out;}  

.banner-inner{position: relative; text-align:center; padding: 0;}
  .banner-inner .textblock{background-image: url(images/banner-bg.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center top; background-size: cover; height: 450px; position: relative;}
  .banner-inner .block{bottom: 75px; left: 0; position: absolute; width: 100%;}
  .banner-inner .block:after{left: 0; top: 0; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; border-color: rgba(0, 0, 0, 0); border-right-color: rgba(0,0,0,0.3); border-width: 79px 55px 0 0; display:none;}
  .banner-inner .page-title .holder {overflow: hidden; position: relative; padding: 0;}
  .banner-inner h1{color: #fff; margin: 0 0 20px; font-size: 60px; text-transform:capitalize; text-align:center;}
  .banner-inner .shape-02{position: absolute; left: inherit; top: 38.5%; right: 30px;}
  .banner-inner .shape-03{position: absolute; top: 50%; max-width: 106px; left: 30px;}
  .breadcrumb{position: relative; justify-content: center;}
  .breadcrumb > li {margin: 0; color: #fff; font-size: 16px;}
  .breadcrumb > li + li:before{content: "\f054"; font-family: FontAwesome; display: inline-block; color: #fff; font-size: 14px; padding: 0 20px; position: relative; top: 1px;}
  .breadcrumb > li .fa-home {margin: 0 9px;}
  .breadcrumb li a{color: #fff;}     
  .breadcrumb li a:hover{color: #c93917;}     
 
.align-left{float: left; width: 50%; margin: 7px 20px 10px 0;} 
.align-right{float: right; width: 50%; margin: 7px 0 10px 20px;} 

.mid-inner{padding: 80px 0 50px;}  
  .mid-inner ul{margin: 0; padding: 0 0 5px;}
  .mid-inner ul li{list-style: none; margin: 0 0 15px; padding: 0 0 0 25px; position: relative;}
  .mid-inner ul li::before{content: "\f192"; color: #c93917; font-family: FontAwesome; position: absolute; left: 0; top: 2px;} 
  .mid-inner ol{margin: 0; padding: 0 0 5px; counter-reset: section;}
  .mid-inner ol li{margin: 0 0 15px; padding: 5px 0 5px 40px; list-style: none; position: relative;}
  .mid-inner ol li::before{content: counters(section, "."); counter-increment: section; position: absolute; background: rgba(201, 57, 23, 0.2); color: #c93917; border-radius: 100%; text-align: center; line-height: 30px; width: 30px; height: 30px; left: 0; top: 4px;}

.widget{margin: 0 0 30px;}

.sidebar-form{background-image: url("images/banner-bg.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; color: #fff; padding: 40px 40px 25px;}
  .sidebar-form h3{color:#fff; font-size: 26px; text-transform:capitalize; margin:0 0 20px;}
  .sidebar-form h3 span{display:block; font-size: 18px; margin: 5px 0 0; color:#fff;}
  .sidebar-form form{overflow:hidden;}
  .sidebar-form form .form-control{background:#fff; box-shadow:none; border-radius: 0 30px 30px 0; border:0; color: #000; margin: 0; height: 50px;}
  .sidebar-form form .form-control::-webkit-input-placeholder {color: #000;}
  .sidebar-form form .form-control::-moz-placeholder {color: #000;}
  .sidebar-form form .form-control:-ms-input-placeholder {color: #000;}
  .sidebar-form form .form-control:-moz-placeholder {color: #000;}
  .sidebar-form form textarea{height:170px !important; padding-top: 15px;}
  .sidebar-form form .form-group{margin-bottom:15px;}
  .sidebar-form form .wpcf7-not-valid-tip{position: absolute; left: 14px; bottom: 0; width: 100%; font-size: 12px;}
  .sidebar-form form .wpcf7-response-output{-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; font-size: 12px; text-align: center;}
  .sidebar-form form .input-group-addon{background-color: #fff; border: 0 !important; color: #c93917 !important; position: relative; min-width: 40px; padding: 17px 0 0; font-size: 16px; font-weight: 400; line-height: 1; text-align: center;  border-radius: 30px 0 0 30px !important; width: 1%; white-space: nowrap; vertical-align: middle; display: table-cell;}
  .sidebar-form form .input-group-addon::after{content: ''; position: absolute; top: 10px; right: 1px; width: 1px; height: 30px; background-color: #ccc;}
  .sidebar-form form .input-group .fa{padding: 10px 0 0; color: #2d2b5e;}
  .sidebar-form form .input-group:hover .fa{color: #ea8f16;}
  .sidebar-form form .sumit{display: inline-block; vertical-align: middle; width: auto; padding: 15px 0 11px 25px; background: none; border: 0; color: inherit; text-transform: uppercase; font-weight: 600;} 
  .sidebar-form form .btn{padding: 0 25px 0 0;} 
  .sidebar-form form .btn span{background: #3c64ff;} 
  .sidebar-form form .btn i{display: inline-block; vertical-align: middle;} 

.principal-page{position: relative;}
  .principal-page figure{margin:0; overflow:hidden; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; width: 30%; float: right; margin: 0 0 15px 30px;}
  .principal-page figure img{width: 100%; height: 300px; object-fit: cover; object-position: top center;}
  .principal-page:hover figure img{transform: translateY(10px) scale(1.1); transition: all .5s}

.iframe-grid{border-bottom: 10px solid #282828;}

.contact-page{padding:0; position:relative; z-index:2;}
  .contact-page h2{color: #000; font-size: 30px; position: relative; text-transform: capitalize; margin: 0 0 20px;}
  .contact-page .left-grid{padding: 0 80px 0 15px;}
  .contact-page .right-grid{}
  .contact-page form{--bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; overflow:hidden; position:relative; z-index:2; margin: 0; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07); padding: 20px 20px;}
  .contact-page form > *{padding:0 15px;}
  .contact-page form .form-control{background:none; border:0; border-bottom: 2px solid #dfdfdf; box-shadow:none; font-weight:normal; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color: #000; height: 56px; padding: 6px 0;}
  .contact-page form .form-control:focus{border-color:#1b75bb;}
  .contact-page form .form-control::-webkit-input-placeholder {color: #000;}
  .contact-page form .form-control::-moz-placeholder {color: #000;}
  .contact-page form .form-control:-ms-input-placeholder {color: #000;}
  .contact-page form .form-control:-moz-placeholder {color: #000;}
  .contact-page form textarea{height:100px !important; color: #000;}
  .contact-page form textarea.form-control::-webkit-input-placeholder {color: #000;}
  .contact-page form textarea.form-control::-moz-placeholder {color: #000;}
  .contact-page form textarea.form-control:-ms-input-placeholder {color: #000;}
  .contact-page form textarea.form-control:-moz-placeholder {color: #000;}
  .contact-page form label{font-size:15px; color:#b0b0b0; padding:0 12px;}
  .contact-page form .wpcf7-response-output{-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; font-size: 12px; text-align: center; margin: 0 0 0 0;}
  .contact-page form .form-group{margin:0 0 20px;}
  .contact-page form .sumit{display: inline-block; vertical-align: middle; width: auto; padding: 15px 0 11px 25px; background: none; border: 0; color: inherit; text-transform: uppercase; font-weight: 600;} 
  .contact-page form .btn{padding: 0 25px 0 0;} 
  .contact-page form .btn span{background: #3c64ff;} 
  .contact-pagecontact-page form .btn i{display: inline-block; vertical-align: middle;} 
  .contact-page .detail-grid{position: relative; color: #000; font-size: 16px; display: flex; gap: 20px;}
  .contact-page .detail-grid a:hover{color: #d52911;}
  .contact-page .detail-grid a{display: inline-block; font-weight: normal; font-size: 16px; color: #000; font-weight: 400; font-family: "League Spartan", sans-serif;}
  .contact-page .detail-grid span{display: inline-block; vertical-align: top; color: #d52911; font-size: 18px; font-weight: 600; font-family: "League Spartan", sans-serif;}
  .contact-page .detail-grid span span{display: block;}
  .contact-page .detail-grid i{display: inline-block; font-size: 26px; vertical-align: top; margin: 8px 0 0 0; color: #111b4f;}
  .contact-page .map{border: 10px solid #fff; box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08); -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; overflow: hidden;}
  .contact-page .map iframe{width:100%}
  .icon-contact{display: inline-block; vertical-align: middle;}
  .icon-contact i{color: #fff; border:0; display:inline-block; font-size: 16px; line-height: 50px; margin: 0; height: 50px; width: 50px; text-align: center; position:relative; z-index:1; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%;}
  .icon-contact .facebook{background:#3a5896;}
  .icon-contact .twitter{background:#00aced;}
  .icon-contact .fa-youtube{background:#b00;}
  .icon-contact .fa-linkedin{background:#007ab5;}
  .icon-contact .fa-google-plus{background: #dc4e41;}
  .icon-contact .fa-whatsapp{background: #4dc247;}
  .icon-contact .fa-instagram{background: #f09433; background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsocontact.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );}
  .icon-contact i:hover{opacity:0.5; transition:0.8s ease-in-out; -webkit-transition:all 0.8s ease-in-out; -moz-transition:all 0.8s ease-in-out; -ms-transition:all 0.8s ease-in-out; -o-transition:all 0.8s ease-in-out;} 

/*---ss---*/
.table-wrap .pdf-img{width:30px;}

.club-page{position: relative;}
  .club-page .table-wrap .pdf-img{width: 100px;}
  .club-page .info{overflow: hidden; position: relative; border-bottom: 1px dashed #ccc; margin: 0 0 30px; padding: 0 0 20px;}
  .club-page .info:last-child{border-bottom: 0; padding-bottom: 0;}
  .club-page .info figure{float: right; margin: 0 0 10px 20px; width: 170px;}
  .club-page .info:nth-child(2n) figure{float: left; margin: 0 20px 10px 0;}
  .club-page .info figure img{-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;}

    
    /** Smartphones **/
@media (min-width: 320px) and (max-width: 767px) {
   
   .container{width: 100%;}
   .back-to-top a{border: 1px solid #fff;}
   .head-top .row{justify-content: center;}
   .head-top .head-left{width: auto; padding: 0 15px 0 0;}
   .head-top .head-right{width: auto; padding: 0 15px 0 0;}
   .head-top .book-now{width: 100%; padding: 0; position: fixed; left: 0; right: 0; bottom: 0; border-top: 2px solid #fff;}
   .head-top ul{padding: 10px 0 16px;}
   .head-top ul li{margin: 0 10px 0 0; padding: 0 10px 0 0;}
   .head-top ul li i{font-size: 13px; top: 0;}
   .head-top ul li i.fa-phone{font-size: 12px;}
   .head-top ul li span{display:none;}
   .head-top ul li small{display:inline-block !important; font-size:12px;}
   
   .book-now .btn{font-size: 14px; width: 100%;}
   
   .banner{min-height: inherit; padding: 180px 0 100px;}
   .banner .banner-left{padding: 0 15px;}
   .banner .banner-right{padding: 0 15px;}

   .slide-text{padding: 30px 15px;}
   .slide-text > h1{font-size: 30px; line-height: 40px; margin: 0 0 10px;}
   .slide-text > h1 span{font-size: 40px;}
   .slide-text > p{margin: 0;}
   .banner .call-btn{padding: 15px; max-width: inherit; margin: 20px 0;}
   .banner .call-btn span a{font-size: 22px;}
   .banner .slide button{width: 45px; height: 45px;}
   .banner .slide button > span{background-size: 20px;}
   
   .about-tag .row{padding: 0 0 20px;}
   .about-tag .box-padd{padding: 30px 10px 0;}
   .about-admission .about-admission-row::after{width: 100%; height: 65%; bottom: inherit; top: 0;}
   
   .about-admission h2, .about-sec h2, .team-sec h2, .why-choose h2, .gallery-sec h2{font-size: 30px;}
   /*.about-admission h2 span, .about-sec h2 span, .team-sec h2 span, .why-choose h2 span, .gallery-sec h2 span{font-size: 16px;}*/
   
   .about-admission .admission-left .admission-padd{padding: 30px;}
   .about-admission .about-admission-row figure img{height: auto;}
   .about-sec{padding: 70px 0 70px;}
   .about-sec .about-left{padding: 0 15px;}
   .about-sec .about-right{padding: 60px 15px 0;}
   .about-sec .about-right .image, .about-sec .about-right .right .image{height: 400px !important;}
   .about-sec .about-right .right{padding: 0 15px;}
   .about-sec .shape-01{right: 30px; top: -51px; width: 120px;}
   .about-sec .shape-02{left: 30px; top: -70px; z-index: 0; width: 80px;}
   .about-sec .shape-03{right: 70px; top: inherit; max-width: 106px; z-index: 1; left: inherit; bottom: -20px;}
   .team-sec{background-color: #edf5f8;}
   .team-sec .team-box .caption h4{font-size: 20px;}
   .team-sec .inner{padding: 35px 35px 20px;}
   .counter-sec .row{margin: -85px 0 0; padding: 50px 20px 10px;}
   .counter-sec .counter-Txt .counter-padd{margin: 10px 0; gap: 20px;}
   .counter-sec .shape-02{max-width: 120px; left: 30px; z-index: 1; bottom: -60px;}
   .counter-sec .shape-03{max-width: 100px; right: 30px; top: -65px;}
   .footer{padding: 80px 0 50px;}
   .footer .footer-col{width: 100% !important; padding: 0 15px !important;}
   .ft-bottom p, .ft-bottom div{text-align: left !important;}
   
   .banner-inner .textblock{height: 400px;}
   .banner-inner .block{bottom: 15px;}
   .banner-inner h1{font-size: 30px;}
   .sidebar-form{padding: 35px 35px 20px;}
   .contact-page .left-grid{padding: 0 15px;}
   .principal-page figure{width: 45%; margin: 0 0 15px 15px;}
   .principal-page figure img{height: 200px;}
       
}


/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {
   
   .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{width: 100%;}
   
}

/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {
         
   .container{width: auto; max-width:850px !important; padding:0 30px;}
   .back-to-top a{border: 1px solid #fff;}
   .head-top .row{justify-content: center;}
   .head-top .head-left{width: auto; padding: 0 15px 0 0;}
   .head-top .head-right{width: auto; padding: 0 15px 0 0;}
   .head-top .book-now{width: 100%; padding: 0; position: fixed; left: 0; right: 0; bottom: 0; border-top: 2px solid #fff;}
   .head-top ul{padding: 10px 0 16px;}
   .head-top ul li{margin: 0 10px 0 0; padding: 0 10px 0 0;}
   .head-top ul li i{font-size: 13px; top: 0;}
   .head-top ul li i.fa-phone{font-size: 12px;}
   .head-top ul li span{display:none;}
   .head-top ul li small{display:inline-block !important; font-size:12px;}
   
   .book-now .btn{font-size: 14px; width: 100%;}
   
   .banner{min-height: inherit; padding: 180px 0 100px;}
   .banner .banner-left{padding: 0 15px;}
   .banner .banner-right{padding: 0 15px;}

   .slide-text{padding: 30px;}
   .slide-text > h1{font-size: 30px; line-height: 40px; margin: 0 0 10px;}
   .slide-text > h1 span{font-size: 40px; margin: 10px 0 0;}
   .slide-text > p{margin: 0;}
   .banner .call-btn{padding: 15px; max-width: inherit; margin: 20px 0;}
   .banner .call-btn span a{font-size: 22px;}
   .banner .slide button{width: 45px; height: 45px;}
   .banner .slide button > span{background-size: 20px;}
   
   .about-tag .row{padding: 0 0 30px;}
   .about-tag .col-at{width: 50%;}
   .about-tag .box-padd{padding: 30px 10px 0;}
   .about-tag .box-padd figure{margin: 0 auto 10px;}
   .about-admission .about-admission-row::after{width: 100%; height: 65%; bottom: inherit; top: 0;}
   
   .about-admission h2, .about-sec h2, .team-sec h2, .why-choose h2, .gallery-sec h2{font-size: 36px;}
   .about-admission h2 span, .about-sec h2 span, .team-sec h2 span, .why-choose h2 span, .gallery-sec h2 span{font-size: 18px;}
   
   .about-admission .admission-left, .about-admission .admission-right{width: 100%;}
   .about-admission .admission-left .admission-padd{padding: 50px 50px 60px;}
   .about-admission .about-admission-row figure img{height: 450px;}
   .about-sec{padding: 70px 0 70px;}
   .about-sec .about-left, .about-sec .about-right{width: 100%;}
   .about-sec .about-left{padding: 0 15px;}
   .about-sec .about-right{padding: 60px 15px 0;}
   .about-sec .about-right .image, .about-sec .about-right .right .image{height: 400px !important;}
   .about-sec .about-right .right{padding: 0 15px;}
   .about-sec .shape-01{right: 30px; top: -51px; width: 120px;}
   .about-sec .shape-02{left: 30px; top: -70px; z-index: 0; width: 80px;}
   .about-sec .shape-03{right: 70px; top: inherit; max-width: 106px; z-index: 1; left: inherit; bottom: -20px;}
   .team-sec{background-color: #edf5f8;}
   .team-sec .ts-col{width: 50%;}
   .team-sec .ts-col:last-child{width: 100%;}
   .team-sec .team-box .caption h4{font-size: 20px;}
   .team-sec .inner{padding: 35px 35px 20px;}
   .counter-sec .row{margin: -85px 0 0; padding: 50px 20px 10px;}
   .counter-sec .counter-Txt{width: 50%;}
   .counter-sec .counter-Txt .counter-padd{margin: 10px 0; gap: 20px;}
   .counter-sec .shape-02{max-width: 120px; left: 30px; z-index: 1; bottom: -60px;}
   .counter-sec .shape-03{max-width: 100px; right: 30px; top: -65px;}
   .portfolio-item .item{width: 33.33333%;}
   .footer{padding: 80px 0 50px;}
   .footer .footer-col:nth-child(1){padding: 0 15px; width: 70%; order: 1;}
   .footer .footer-col:nth-child(2){padding: 0 25px 0 15px; width: 45%; order: 3;}
   .footer .footer-col:nth-child(3){width: 55%; padding: 0 15px; order: 4;}
   .footer .footer-col:nth-child(4){width: 30%; order: 2;}
   .ft-bottom p, .ft-bottom div{text-align: center !important; width: 100%;}
   
   .banner-inner .textblock{height: 400px;}
   .banner-inner .block{bottom: 15px;}
   .banner-inner h1{font-size: 34px;}
   .sidebar-form{padding: 35px 35px 20px;}
   .mid-inner .left-sidebar, .mid-inner .right-sidebar{width: 100%;}
   .contact-page .left-grid{padding: 0 15px;}
   
}

/* Desktop */
@media (min-width: 960px) and (max-width: 1090px) { 
    
   .container{width:auto; max-width:1030px!important; padding:0 30px;}
   .back-to-top a{border: 1px solid #fff;}
   .head-top .row{justify-content: center;}
   .head-top .head-left{width: auto; padding: 0 15px 0 0;}
   .head-top .head-right{width: auto; padding: 0 15px 0 0;}
   .head-top .book-now{width: 100%; padding: 0; position: fixed; left: 0; right: 0; bottom: 0; border-top: 2px solid #fff;}
   .head-top ul{padding: 10px 0 16px;}
   .head-top ul li{margin: 0 10px 0 0; padding: 0 10px 0 0;}
   .head-top ul li i{font-size: 13px; top: 0;}
   .head-top ul li i.fa-phone{font-size: 12px;}
   .head-top ul li span{display:none;}
   .head-top ul li small{display:inline-block !important; font-size:12px;}
   
   .book-now .btn{font-size: 14px; width: 100%;}
   
   .banner{min-height: inherit; padding: 180px 0 100px;}
   .banner .banner-left{padding: 0 15px;}
   .banner .banner-right{padding: 0 15px;}

  .slide-text{padding: 30px;}
   .slide-text > h1{font-size: 30px; line-height: 40px; margin: 0 0 10px;}
   .slide-text > h1 span{font-size: 40px; margin: 10px 0 0;}
   .slide-text > p{margin: 0;}
   .banner .call-btn{padding: 15px; max-width: inherit; margin: 20px 0;}
   .banner .call-btn span a{font-size: 22px;}
   .banner .slide button{width: 45px; height: 45px;}
   .banner .slide button > span{background-size: 20px;}
   
   .about-tag .row{padding: 0 0 30px;}
   .about-tag .col-at{width: 50%;}
   .about-tag .box-padd{padding: 30px 10px 0;}
   .about-tag .box-padd figure{margin: 0 auto 10px;}
   .about-admission .about-admission-row::after{width: 100%; height: 65%; bottom: inherit; top: 0;}
   
   .about-admission h2, .about-sec h2, .team-sec h2, .why-choose h2, .gallery-sec h2{font-size: 36px;}
   /*.about-admission h2 span, .about-sec h2 span, .team-sec h2 span, .why-choose h2 span, .gallery-sec h2 span{font-size: 18px;}*/
   
   .about-admission .admission-left .admission-padd{padding: 50px 50px 60px;}
   .about-admission .about-admission-row figure img{height: 450px;}
   .about-sec{padding: 70px 0 70px;}
   .about-sec .about-left{padding: 0 15px;}
   .about-sec .about-right{padding: 60px 15px 0;}
   .about-sec .about-right .image, .about-sec .about-right .right .image{height: 400px !important;}
   .about-sec .about-right .right{padding: 170px 0px 0px 0;}
   .about-sec .shape-01{right: 30px; top: -51px; width: 120px;}
   .about-sec .shape-02{left: 30px; top: -70px; z-index: 0; width: 80px;}
   .about-sec .shape-03{right: 70px; top: inherit; max-width: 106px; z-index: 1; left: inherit; bottom: -20px;}
   .team-sec{background-color: #edf5f8;}
   .team-sec .team-box .caption h4{font-size: 20px;}
   .team-sec .inner{padding: 35px 35px 20px;}
   .counter-sec .row{margin: -85px 0 0; padding: 50px 20px 10px;}
   .counter-sec .counter-Txt{width: 50%;}
   .counter-sec .counter-Txt .counter-padd{margin: 10px 0; gap: 20px;}
   .counter-sec .shape-02{max-width: 120px; left: 30px; z-index: 1; bottom: -60px;}
   .counter-sec .shape-03{max-width: 100px; right: 30px; top: -65px;}
   .why-choose .ss-coll{width: 50%;}
   .portfolio-item .item{width: 33.33333%;}
   .footer{padding: 80px 0 50px;}
   .footer .footer-col:nth-child(1){padding: 0 15px; width: 70%; order: 1;}
   .footer .footer-col:nth-child(2){padding: 0 25px 0 15px; width: 45%; order: 3;}
   .footer .footer-col:nth-child(3){width: 55%; padding: 0 15px; order: 4;}
   .footer .footer-col:nth-child(4){width: 30%; order: 2;}
   .ft-bottom p, .ft-bottom div{text-align: center !important; width: 100%;}
   
   .banner-inner .textblock{height: 400px;}
   .banner-inner .block{bottom: 15px;}
   .banner-inner h1{font-size: 34px;}
   .sidebar-form{padding: 35px 35px 20px;}

}

/* Large Display */
@media (min-width: 1200px) and (max-width: 1400px) { 
  
  .container{max-width: 92%;}
   .header nav .navbar .links li{margin: 0 0 0 15px;}
  .faq-wrap::before{width: 950px;}

}


@media (min-width: 1401px) {
	
  .container{max-width: 1300px;}
	
}