@charset "utf-8";
 * {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
     font-family: "Inter", sans-serif;
     box-sizing:border-box;
}
 body {
     text-decoration: none;
     background:#fff;
     font-family: "Inter", sans-serif;
     font-size:16px;
     color:#000;
}
html {
  scroll-behavior: smooth;
}



 .c1 {
     background-color:#fff !important;
     color:#333 !important;
}
 .fa-rotate-90 {
     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
     transform: rotate(90deg);
}
.gallery-name
{
  color: #0a4959;
  font-family: inherit;
  font-weight: 500;
  font-size: 1em;
  padding: 10px 30px;
    padding-left: 30px;
    width:100%;
    text-align:center;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kiona';
    src: url('../fonts/Kiona-Bold.eot');
    src: url('../fonts/Kiona-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kiona-Bold.woff2') format('woff2'),
        url('../fonts/Kiona-Bold.woff') format('woff'),
        url('../fonts/Kiona-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kiona';
    src: url('../fonts/Kiona-Regular.eot');
    src: url('../fonts/Kiona-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kiona-Regular.woff2') format('woff2'),
        url('../fonts/Kiona-Regular.woff') format('woff'),
        url('../fonts/Kiona-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kiona';
    src: url('../fonts/Kiona-SemiBold.eot');
    src: url('../fonts/Kiona-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kiona-SemiBold.woff2') format('woff2'),
        url('../fonts/Kiona-SemiBold.woff') format('woff'),
        url('../fonts/Kiona-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/PlayfairDisplay-MediumItalic.eot');
    src: url('../fonts/PlayfairDisplay-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlayfairDisplay-MediumItalic.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-MediumItalic.woff') format('woff'),
        url('../fonts/PlayfairDisplay-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


.modal {
 
  position: fixed;
  z-index: 12;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  margin: 10% auto;
  width:30%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: modalopen;
  animation-duration: var(--modal-duration);
}

.modal-header h2,
.modal-footer h3 {
  margin: 0;
  line-height:1.7 !important;
}

.modal-header {
  padding: 1em 2em;
  color: #5f3d25;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
  text-transform: uppercase;
}
.box-elements-icon img{ width: 44px; height: auto;}

.modal-body {
  padding: 2em 3em;
  background: #0a4959;
}

.modal-footer {
  background: var(--modal-color);
  padding: 10px;
  color: #fff;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.close {
  color: #ccc;
  float: right;
  font-size: 30px;
  color: #fff;
}

.close:hover,
.close:focus {
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.enquiry {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 3%;
  }
  .address-enquiry{margin-bottom: 3%;}
  


  .calback-box1 {
    width: 100%;
    height: 180px;
	padding-left: 2.5%;
    padding-right: 2.5%;
	line-height: 26px;
	font-weight: normal;
	font-style: normal;
	color: #333;
    font-size: 1em;
    padding-top: 1em;
	font-family:inherit;
    background-color: #fff;
}

.contact-enquiry-box{
    width:100%;
    height:60px;
    padding-left:2.5%;
    padding-right:2.5%;
    line-height:60px;
    font-weight:normal;
    font-style:normal;
    color: #333;
    font-size:1em;
    background-color: #fff;
	font-family:inherit
}
.enquiry-title{
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    font-family: inherit;
    text-transform: uppercase;
    font-size: 3.222em;
}



textarea.calback-box1::-webkit-input-placeholder{
    color: #333 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight: normal;
}
textarea.calback-box1::-moz-placeholder{
    color: #333 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight: normal;
}
textarea.calback-box1:-ms-input-placeholder{
    color: #333 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight: normal;
}
textarea.calback-box1:-moz-placeholder{
    color: #333 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight: normal;
}

input.contact-enquiry-box::-webkit-input-placeholder{
    color: #333 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight: normal;
}
input.contact-enquiry-box::-moz-placeholder{
    color: #333 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight: normal;
}
input.contact-enquiry-box:-ms-input-placeholder{
    color: #333 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight: normal;
}
input.contact-enquiry-box:-moz-placeholder{
    color: #333 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight:normal;
}

.enquiry-for{ padding-top:1.5em; width:100%; clear:both}

  .contact-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding-bottom: 60px;
  }
  .contact-submit{
    width: 100%;
    display: flex;

    justify-content: center;
    margin-top: 1em;
  }

  .submit-contact{
    color:#5f3d25;
     outline:none;
     background:transparent;
     padding-left:60px;
     padding-right:60px;
     line-height:50px;
     position:relative;
     display:inline-block;
     cursor:pointer;
     text-decoration:none;
     overflow:hidden;
     transition:all .5s;
     z-index:1;
     font-family: inherit;
     font-size:1.25em !important;
     font-weight:600;
     text-align:center;
     text-transform: uppercase;
     float: right;
}
.submit-contact:before, .submit-contact:after {
     content:'';
     position:absolute;
     left:0;
     top:0;
     right:0;
     bottom:0;
     height:100%;
     background:#333;
     z-index:-1;
     transform:translate3D(0,-100%,0);
     transition:all .5s;
}
.submit-contact:before {
     background:#fff;
     z-index:-2;
     transform:translate3D(0,0,0);
}
.submit-contact:hover {
    color:rgba(255,255,255,0.75);
}
.submit-contact:hover:after {
     transform:translate3D(0,0,0);
     transition:all .5s;
}

[type=file] {
    width: 100%;
    position: absolute;
    bottom: -30px;
    z-index: 9; font-size: .9em
}
[type=file] + label {
    text-align: center;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    padding: 15px 30px;
    line-height: 30px;
    font-size: 1em;
    color: #333;
    font-weight: normal;
   width: 100%;
    background: #fff;
    border: 1px solid #bfbebe;
    border-bottom-right-radius: 15px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: left;
    margin-bottom: 0;
}
.upload-btn {
    position: relative;
}
.carousel-indicators {
   width: 100% !important; left: 0 !important; margin-left: 0 !important
}
.carousel-indicators .active {
    background-color: #fff !important; opacity: 1 !important; height: 2px!important;
}
.carousel-indicators li{

   width: 18% !important;
    height: 2px!important; text-indent: unset !important;
   background-color: #fff !important;
  opacity: .3;
    border:0 !important;
    border-radius: 0px !important; 
} 
.carousel-indicators li span{
  color: #fff;
    text-align: center; font-family: 'Kiona';
  font-weight: normal;
}
.resp-show{
  display: none !important;
}


::-webkit-file-upload-button,
::file-selector-button {
  display: none;
}

li.header-phone a{
    padding: 6px 12px !important
}
.sexy-menu.detached .nav-menu > li > a {
    padding: 35px 25px;
}
.sexy-menu.detached .header-phone a
{
   padding: 24px 6px !important;
}
#button {
  display: inline-block;
  background-color: #333;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

a.left.carousel-control{
    left: -60px;
}
.carousel-control.right
{
    right: -60px;
}

 .clear {
     clear: both 
}
 audio, ::selection {
     background:#8cc248;
     color: #fff;
}
#panorama-360-view {
    width: 100vw;
    height: 100vh;
}
.not-reg {margin-top: 20px;
    color: #fff;text-align: center;}
    p.not-reg a {
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
    color: #fff;
}

 .grecaptcha-badge{
     display:none !important;
}
 .img-full{
     width: 100%;
     height:auto;
     display: block 
}
 .img-responsive {
     max-width: 100%;
     height:auto;
}

 .logo1{
     display:none 
}
 .banner-wraper-home{
     width:100%;
     height:92vh;
     position:relative;
     z-index:1;
}
 
 .footer-container{
     width:100%;
     height:auto;
     padding-top:2em;
     padding-bottom:2em;
}
.footer-top-for{ display: flex; align-items: center;}
.footer-top-for img{ max-width: 35px; margin-left: 10px;}
 .top-wraper{
     width:100%;
     height: auto;
}
 .top-container{
     width:100%;
     padding-left:4%;
     padding-right:4%;
}
.header-social-links {
    float: left;
}
 .tophead{
     width:100%;
     position:relative;
         padding: 0em;
    background: #252235;
        display: flex;
    justify-content: space-between;
}
 .top-header{
     width:100%;
     height:auto;
     position:relative;
     z-index:99 
}
 .top-contact{
     width: auto;
     height:40px;
     float:right;
     clear: both;
     padding-top:10px;
}
 .logo-container{
     width:auto;
     height:auto;
     position:absolute;
     left:0;
     top:0;
     padding-top:10px;
}

.carousel-control
{
    opacity: 1 !important;
    bottom: 6% !important; 
    color: #252235 !important;
    top: unset !important; width: unset !important;
    font-family: 'Kiona'; text-shadow: unset !important;
    font-weight: normal; letter-spacing: 2px; font-size: 1em !important
}
a.left.carousel-control{
    left: unset !important;
    right: 200px !important;cursor: pointer;
}
.carousel-control.right{
    right:100px !important;cursor: pointer;
}
a.left.carousel-control:after{
    color: #c3bdc1;
    content: '';
    width: 1px;
    height: 40px;
    background: #c3bdc1;
    position: absolute;
    right: -11px;
    bottom: 0;
}

/* Style the tab */

/*services*/
.bg-ylw{
 color: #000000 !important
}
.bg-ylw:after{
    background-image: url(../images/shape1.png) !important
}
.service-container{
    padding: 50px 100px 40px;
    position: relative; 
}
.service-details{
    padding-left: 50px;
}
.service-details p{
    color: #252235;    margin: 20px 0;
}
.service-details h2{
    font-family: inherit;
    font-weight: 600;
    font-size: 2.722em; color: #252235;
}
.box-group.gallery-box span {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    font-family: 'Kiona';z-index: 9;
    font-weight: 600;
    font-size: 2em; color: #f3f0f0;
}
.red-bg{
background: #5f3d25; position: relative; padding: 80px;margin-left: 50px;
}
.gal-title{ text-align: right; float: right;}
.gal-title .know-more{  position: relative;} 

.gal-title h2{
  font-family: inherit;
  font-weight: 600;
  font-size: 2em;
  color: #fff;
    text-align: center;
    margin: 0px !important;
    line-height: 1.5;
    display: flex;
    justify-content: center;
}



.gal-title-home{ text-align: right; float: right;}
.gal-title-home .know-more{ left: -45px; position: relative;} 
.gal-title-home p{
  font-weight: 400;
  font-family: inherit;
  font-style: normal;
    font-size: 1.15em; color: #5f3d25;
    text-align: center;
}
.gal-title-home h2{
  font-family: inherit;
  font-weight: 600;
  font-size: 2em;
  color: #252235;
    text-align:left;
    margin: 0px !important;
    line-height: 1.5;
}
.close {
  float: right;
  font-size: 2em !important;
  font-weight: 500;
  color: #fff !important;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1 !important;
  width: 50px;
  height: 50px;
  background: #5f3d25;
  text-align: center;
  line-height: 50px !important;
  border-radius: 50%;
  position: relative;
  right: -1.5em;
  top: -1.5em;
}

.gal-title p{
  font-weight: 400;
  font-family: inherit;
  font-style: normal;
    font-size: 1.15em; color: #fff;
    text-align: center;
    margin-bottom: 0px;
}
.view-gal-btn{
  position: absolute;
    bottom: 25px;
    right: -18%;
}
.img-design{
position: absolute;bottom: 0;
    right: 0;
}
.box-group.gallery-box p {
    position: absolute;
    bottom: 0%; left: 3%;    width: 90%;
    font-family: inherit;
    font-weight: 400;    text-align: left;
    font-size: 0.9em; color: #f3f0f0;z-index: 9;
}
.box-group.gallery-box.dark-overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(3.65deg,#000 5.86%,rgba(14,30,42,0) 82.23%);
    z-index: 1;
    opacity: 1;
}
.tab {
      width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    position: relative;
}

/* Style the buttons inside the tab */
.tab button {
  position: relative;
    display: inline-block;
    padding: 8px 30px;
    font-size: 1em;
    cursor: pointer;
    margin: 15px 5px;
    background: transparent;
    color: #000;
    font-size: 1em;
    font-style: normal;
    font-family: inherit;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 20px;
    text-transform: capitalize;
    width: fit-content;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}

.tab button.active{
    color: #000;background-color: #f6d55c;
}
.videos {
    position: relative;
}
.videos:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(177deg, #ffffff00, #000000b8 100%);
}
.playbtn {
    position: absolute;
    display: block;
    background: url(../images/playbtn.png) no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
    z-index: 9;
}
/* Style the tab content */
.tabcontent {
    padding: 6px 12px;
    border-top: none;
    position: relative;
}
.tab-div{
    margin-top: 5em !important;
}
 .menu-container{
     width: auto;
     height: auto;
     float:right;
     margin-top:1em 
}
 .logo{
     width:auto;
     height:auto;
     float:left;
}
#popUp {
  position: fixed;
  width:350px;
  height: auto;
    background-color: #5f3d25;
  bottom: 25%;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index:99999;
  padding:2em;
  right:0; opacity: 0
}
#new span {
  background: #fff;
  position: absolute;
  color: #00658a;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: -5px;
}
#popUp .close {
  position: absolute;
  top: -20px;opacity: 1;
  left: -6%;
  color: #666;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.5em;
  cursor: pointer;
  background-color: #f7f7f7;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
a.button {
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  position: absolute;
  width: 120px;
  font-size: 15px;
  color: #fff;
  border-bottom: 2px solid #00658a;
  background: #00658a;
  border-radius: 4px;
  padding: 8px 0;
}
#plus {
  position: fixed;
  color: #fff;
  bottom: 56%;
  font-size: 1em;
  margin-right: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  z-index: 999;
  width: auto;
  right:0;
}
#plus span {
  text-transform: uppercase;
  position: absolute;
  background: #5f3d25;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  font-size:14px;
  display:inline-block;
  padding:10px 15px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg); transition: all 1.25s ease;
  right: -48px;    width: max-content;
}
#plus::after {
  display: block;
  display: relative;
}
/*#popUp {
    position: fixed;
    width:22%;
    height: auto;
      background-color: #5f3d25;
    bottom: 8%;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index:11;
    padding:2% 2% 2%;
    right:0; 
  }
  #new span {
    background: #fff;
    position: absolute;
    color: #1c8dc4;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -5px;
  }
  #popUp .close {
    position: absolute;
    top: -40px;opacity: 1;
    left: -4%;
    color: #666;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.5em;
    cursor: pointer;
    background-color: #f7f7f7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  a.button {
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    width: 120px;
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid #18729f;
    background: #1c8dc4;
    border-radius: 4px;
    padding: 8px 0;
  }
  #plus {
    position: fixed;
    color: #fff;
    bottom: 56%;
    font-size: 1em;
    margin-right: -425px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    z-index: 999;
    width: auto;
    right:0;
  }
  #plus span {
    position: absolute;
    background-color: #5f3d25;
    color: #fff;
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 1em;
    display:inline-block;
    padding:5px 10px 5px 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg); transition: all 1.25s ease;
    right: -48px;    width: max-content;
    
  }
  #plus::after {
    display: block;
    display: relative;
  }*/
  .mob-txt{ display: block; text-transform: capitalize; font-style:normal;font-family: 'Poppins';
  font-weight: 500; text-transform: uppercase;}

.submit-btn1{
    border: none;
    background: #025082 ;
    color: #fff;
    font-weight: 400;
    padding: 5px 20px;
    font-family: inherit;
    font-size: 1em;
    text-transform: uppercase;
}
.submit-btn1:hover{
    background:#5f3d25
}
.side-form input[type="text"],
.side-form textarea
{
    background: #fff;
    color: #936f59;
    width: 100%;
    padding: 15px 30px;
}
.side-form h1 {
    font-size: 1.662em;
        color: #fff;
    text-transform: uppercase;
    line-height: 30px;
 font-family: inherit;
    font-weight:500;
    text-align: center;margin-bottom: 20px;
}
.mt-1
{
    margin-top: 1em !important;
}
.mt-2
{
    margin-top: 2em !important;
}
.mt-5
{
    margin-top: 5em;
}
.mb-2
{
    margin-bottom: 2em;
}
.mb-5
{
    margin-bottom: 5em;
}

 .top-quickwraper{
     width:100%;
     height:auto;
    
}

 .header-contact{
     width:auto;
     height:auto;
     float:right;
}
.css_prefix-btn-container {
    position: absolute;
    bottom: 25%;
}

.css_prefix-button2{
     background-color: #d10400;
}

span.text-btn {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
}
.css_prefix-button:hover{
   color:#0c4da2 !important;
}
.css_prefix-button2:hover{
   color:#d10400 !important;
}
.nav-brand img{
    width: 84%;
}
.header-call li {
    padding: 12px 40px;
}
 .header-call i{
    color: #0163ea 
}
.header-call a {
    font-size: 1em;
    color: #333;
    position: relative;    font-family: 'Poppins';
    font-weight: normal;    margin-right: 5px;
}
.header-call img {
    height: 30px;
}
.header-social-links li{
    float: left;
    margin-right: 3px;
}
.header-social-links ul li a{
    width: 40px;
    color: #0c4da2;
    font-size: 1.1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-call a:first-child{
   display: flex;
    align-items: center;margin-right: 40px
}
.header-call a:last-child{
    margin-right: 0
}

 .header-call a:hover{
     color:#fbe003;
}
 
 .sexy-menu.detached  .header-call{
    margin-top: 8px;
 }
 .desk-view{
     display:block;
     width: 100%; 
}
 .mob-view{
     display:none !important
}

a.right.carousel-control i, a.left.carousel-control i {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.back-to-top {
    background: linear-gradient(to right, #0163ea, #00bcf9);
       border-radius: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    width: 5rem;
    height: 5rem;
    position: fixed;
      bottom: 75px;
    right: 30px;
    z-index: 20;
    box-shadow: 0px 3px 15px 0px rgb(18 18 18 / 25%);
}
.banner-wraper-home:before{
        position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 90%;
    background: #f6f0e3;
    z-index: -1;
    transition: all .2s ease-in-out;
}
/* Dropdown styles */
.dropdown {
  max-width: 13em;
  position: relative;
  width: max-content;
  float: left;
  margin-right: 10px;
}

.dropdown-btn {
  background: #0c4da2;
  font-size: 1em;
  width: 100%;margin-right: 10px;
  border: none;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55em 0.5em;
  cursor: pointer;
     
}
.dropdown-btn span{
     font-family: 'Poppins';
    font-weight: 500;
    letter-spacing: .25rem;
}

.arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: transform ease-in-out 0.3s;
}

.dropdown-content {
  list-style: none;
  position: absolute;
  width: 100%;
  visibility: hidden;
/*   overflow: hidden; */    z-index: 999;
  transform: translateY(-1em);
  transition: transform ease 0.3s;
}

input[type="checkbox"]:checked ~ .dropdown-content {
  visibility: visible;
  transform: translateY(0);
}

.dropdown-content li {
  background: #2f3238;padding: 0.2em 0.5em;
}

input[type="checkbox"]:checked + label > .arrow {
  transform: rotate(180deg);
}

input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}


.dropdown-content li:hover {
  background: #1d1f24;
}

.dropdown-content li a {
  display: block;
  padding:0;
  color: #fff;
  margin: 0.1em 0;
  text-decoration: none;
}

/* Dropdown styles */
 .footer-wraper {
     width:100%;
     height:auto;
     background-color:#5f3d25;
}
 .copy-right {
     width:auto;
     height:auto;
     float:left;
     color:#fff;
     font-family:'Poppins';
     font-size:1em;
     font-weight:300;
     line-height:55px 
}
 .designed {
     width: auto;
     height: auto;
     float: right 
}
 .designed-ido {
     float: right;
     height: auto;
     padding-left: 8px;
     padding-top:15px;
     width: auto;
     color:#fff 
}
 .designed p {
     width: auto;
     height: auto;
     float: right;
     color:#fff;
      font-family:'Poppins';
     font-size:1em;
     font-weight:300;
     font-size:1em;
     line-height:55px;
     margin: 0
}
 .designed p a {
     text-decoration: none;
     color:#fff;
     font-family:inherit;
     font-size:1em;
     font-weight:300 
}
 .designed p a:hover {
     text-decoration: none;
     color:#f7f7f7;
     font-family:inherit;
     font-size:1em 
}
.count-container{ padding-bottom: 5px !important;}
 .footer-top-wraper {
     width:100%;
     height:auto;
     background-image: url(../images/footerbg.jpg);
     background-size: cover;
     padding: 50px 0;
    background-position: bottom;
}

.bottom-wraper{
    width: 100%;
    height: auto;
    position: relative;
    bottom: -2em;

    overflow: initial;
}
.bottom-pic{
    width: 100%;
    height: auto;
}
 .whats-app{
    position:fixed;
        bottom: 20vh;
    right:40px;
    margin-right:4%;
    width:30px;
    z-index:10;
}
.whats-app img{
    animation-name:floating;
    animation-duration:3s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
    margin-left:30px;
    margin-top:5px;
    opacity:1;
    max-width:40px
}
.whats-app:hover img{
    opacity:1
}
@keyframes floating{
    from{
        transform:translate(0,0)
    }
    65%{
        transform:translate(0,15px)
    }
    to{
        transform:translate(0,0)
    }
}
.footer-content:nth-child(2),.footer-content:nth-child(3),.footer-content:nth-child(4)
{
  margin-top: 75px;
}

 .footer-content {
     margin-right:9%;
    height: auto;
    float: left;
    width: auto;
    z-index: 9;
}
 .footer-content:nth-child(4){
    margin-right: 0;
 }

 .footer-content-icon {
     width:50px;
     float:left 

}
 .footer-content-details {
     width:88%;
     height:auto;
     float:left 
}
 .footer-content-details p {
     width:100%;
     height:auto;
     font-family:inherit;
     line-height:1.7;
     color:#333;text-transform: capitalize;
     font-size:1em 
}
 .footer-content-details p a {
     font-family:inherit;
     line-height:1.7;
     color:#333;
     font-size:1em 
}
 .footer-logo {
     width:170px;margin-bottom: 2em;
     height:auto ;
}
.footer-logo img {
    width: 100%;
}
.footer-logo img {
        width: 100%;  
        mix-blend-mode: multiply;
}
.address p {
    font-size: 1em;
  color: #000;
  line-height: 1.8;
  font-family: "Inter", sans-serif;
  font-weight: 300;margin: 0;    padding-left: 15px;
}
.footimg  {
    background: #11304e;
    border-radius: 100%;
    height: 60px;
    width: 60px;    text-align: center;
    line-height: 60px;margin-right: 20px;
}

.address {
    height: auto;
    display: flex;    
    align-items: center;
        margin-bottom: 25px;
}
.address img {
    height: 60px;
    width: 60px;
    padding: 5px;
}
.f-links {
    display: flex;    padding: 120px 0 60px;  
}
.footer-content ul li {
    font-size: 1em
}
.footer-content ul li a {
  font-size: 1em;
  color: #000;
  line-height: 2;
  font-family: "Inter", sans-serif;
  font-weight: 300;
    text-transform: capitalize;
}
.footer-social-links li a{
    font-size: 1.33em !important;color: #fff !important;
    background-color: #5f3d25;
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    display: block;
    text-align: center;
}

.footer-content ul li a:hover {
    color: #5f3d25 ;
}
.footer-social-links li a:hover{
  background: #333; color: #fff;
}
.footer-social-links ul li {
   float: left;
    margin-right: 5px;
}
.footer-content-title {
    width: 100%;
    height: auto;
    font-size: 1em;
    font-family: 'Kiona';
    font-weight: bold;
    text-transform: uppercase;
    color: #3a3a3a;
    margin-bottom: 15px;
}

.main-container{
    width: 100%;
    height: auto;
    padding-top: 60px;
}
.welcome-container {
    position: relative;
    overflow: hidden;
    padding: 100px 0 60px;
}
.how-content{
    padding: 50px 
}

.welcome-detail.how-we p{
    margin-bottom: 5%;
}
section.client-div {
    background: #fff;
    padding: 80px 30px 90px;
    position: relative;
}
.in-portfolio-item .inner-img {
position: relative;
}
.in-portfolio-item{
        position: relative;
    overflow: hidden;
}
.in-portfolio-item .inner-img img {
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,.07);
    height: 360px; width: 100%; object-fit: cover;
}
a.read-more-mob {
    display: none;
}

.in-portfolio-item:hover .pic-txt{
    z-index: 9;

}
.in-portfolio-item:hover img {
    transform: scale(1.08);
}
.in-portfolio-item:hover:before {
    opacity: 1;
}
.in-portfolio-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(3.65deg,#000 5.86%,rgba(14,30,42,0) 82.23%);
    z-index: 1;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.ser-content .in-portfolio-item:before {
    background: linear-gradient(3.65deg,#00000042 5.86%,rgba(14,30,42,0) 82.23%);
    z-index: 1;
    opacity: 1;
}

.in-portfolio-item .inner-text {
    display: flex;
    align-items: center;    
}
.pic-txt {
    position: absolute;
    left: 3%;
    bottom: 2%;
    font-size: 1em;
    line-height: 25px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;text-transform: uppercase;
    display: flex;z-index: 9;
    align-items: center;
}
.pic-txt2 {
    font-size: 1.667em;
    line-height: 30px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #3f3f3f; text-align: center;
    text-transform: uppercase;
}
.pt-0{
    padding-top: 0px !important;
}
.pb-0{
    padding-bottom: 0px !important;
}
.apply-wrapper{
position: relative;
padding: 60px 0 0
}
.apply-form .contact-form{
  padding: 100px; position: relative;
  background-image: url(../images/shape-12.png); border: 0;
  background-size: cover;    background-color: #ededed;
}


.welcome-detail-title3 h1 {
    width: 100%;
    height: auto;
    text-align: left;
    color: #09395a;
    font-size: 1.308em;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Poppins';
    font-style: normal;
    font-display: swap;
    margin-top: 10px;
}
img.arrow-top {
    height: 40px!important;
    width: 40px!important;
}
.p5{
    padding: 5px;
}

.in-portfolio-item:hover .inner-img img{
/*-webkit-transform: scale(1.1);
    transform: scale(1.1);*/
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.in-portfolio-item .inner-text span:hover{
     background:#fbe003;    
}
.in-portfolio-item .inner-text span {
    color: #fff;
    background-color: #104777;
    padding: 7px 25px;
    border-radius: 25px;
    /* margin-top: 5px; */
    font-size: 0.778em;
    font-family: 'Poppins';
    font-style: normal;
    margin-left: 11px;
    margin-top: -5px;
}
.in-portfolio-item .inner-text h3 {
 font-size: 0.778em;
  color: #333;
    font-family: 'Poppins';
    font-style: normal;
    background-color: #fbe003;
    padding: 10px 30px;    border-radius: 15px;margin-top: 5px;
}
.in-portfolio-item .inner-text h3 a {
   line-height: 35px;
    font-weight: 500;
    padding-top: 5px;
    color: #333;
    font-family: 'Poppins';
    font-style: normal
}
.inner-text h3:hover {
    background-color:#0c385f;    color: #fff;
}
.how-container{
position: relative;
    overflow: hidden;
    padding: 100px 0;
}
.welcome-detail.how-we {
    margin-right: 10%;
}
.author-meta.headline img{
    width: unset !important; margin: 0 auto;
}
.facility-div .item {
    margin-top: 40px;
}
.testi-container{
    padding: 100px 50px; position: relative;    overflow: hidden;
}
.testi-container .in-testimonial-item-3{
margin-bottom: 50px
}
.testi-container  .bg-layer {
    position: absolute;
    left: 0;
    top: 15px;
    height: 100%;
    width: 100%;
    background-image: url(../images/pattern-8.png);
    background-position: center;
    background-repeat: no-repeat;
}
 .wide-map {
    position: absolute;
    left: 50%;
    margin-left: 100px;
    top: -240px;
    height: 100%;
    max-width: 1260px;
    width: 100%;
    background-image: url(../images/icon-wide-map.png);
    background-size: contain;
    content: "";
}
.in-testimonial-item-3 {
   margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 7px;
    text-align: center;
    padding: 50px; border-radius: 10px;
    background-color: #fff;
    box-shadow:0px 1px 20px 2px rgb(0 0 0 / 8%);
}
.author-meta.headline h3{
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 1em;margin: 0;
}
.in-testimonial-item-3 .quote-icon{
        margin-bottom: 18px;
}
.in-testimonial-item-3 span {
    font-weight: 300;
    font-family: 'SamsungSans';
    color: #4285f4;
    font-size: 2em;line-height: 38px;
}
.in-testimonial-item-3 .inner-text {
    color: #000;
    font-weight: 300; font-size: 0.889em;
    line-height: 30px;
    margin-top: 25px;
}

.align-items-center {
    align-items: center!important;
}
.d-flex {
    display: flex!important;
}

.in-testimonial-item-3 .inner-author .inner-img{
    width: 100px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%;
    border: 5px solid #fff;
    background-color: rgb(16, 18, 118);
    -webkit-box-shadow: -0.209px 1.989px 10px 0px rgb(1 17 85 / 18%);
    box-shadow: -0.209px 1.989px 10px 0px rgb(1 17 85 / 18%);
}
.in-testimonial-item-3 .inner-author .author-meta h3 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 3px;
    color: #333;
}

.in-testimonial-item-3 .inner-author .author-meta span {
   color: #686868;
    font-size: .8em;
    font-family: 'Poppins';
    font-weight: 300;
}
.view-all{
    display: flex;
    align-items: center;
    margin: 55px auto 0;
    justify-content: center;
    width: max-content;
}
.fac-container{
    padding: 100px 0
}
.fac-card {
        filter: drop-shadow(10px 0px 16px #cccc);
    transition: 0.3s;
      background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
        padding: 15px;
            min-height: 600px;
    margin-bottom: 30px;
}
.fac-card h6{
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
     font-family: 'Marcellus';
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
}

.fac-card p {
    text-align: center;
}

a.read-more {
    font-weight: 500;
    font-family: 'Poppins-Medium';
    font-size: 1em;
    line-height: 16px;
    text-transform: uppercase;
    
}

a.view-detail-btn.gal-btn {
    top: 50px;
    left: 35px;
}

body.gallery .col-md-4 {
   padding-right: 5px;
    padding-left: 5px;
}
img.welcome-img2 {
    position: absolute;    width: 55%;
    right: 15%;
    bottom: -4%;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #FFFFFF;
}
.bg-color {
    margin: 0px 110px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #0c4da2;
    position: absolute;
    content: "";
    width: 40%;
    height: 65%;
    z-index: -1;
    top: 0;
}
.welcome-detail.abt-content{
    margin-right: 0px;
    text-align: center;
}
.welcome-detail.abt-content p{
    text-align: center;
}
.abt-container {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
        overflow: hidden;
}
.welcome-imgs2{
    position: relative;
}
img.abimg2 {
    position: absolute;
    bottom: -145px;
    right: -30px;
}
.mission-div {
    padding:30px 40px; border:1px solid #ebebeb;
}
.eq-ht{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mission-div h3{
    font-size: 2em;
    color: #303030;
    text-transform: capitalize;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Kiona';
    text-align: center;position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: -19px;
    background: #fff;
    padding: 0 15px;
}

.mission-div span{
  color: #5f3d25;
    font-family: 'Kiona';    font-weight: 600;
}
.mission-div p{
  z-index: 9;  text-align: center;   position: relative;
}
.img-pl1{
  position: absolute; right: -225px;z-index: 1
}
.img-pl2{
  position: absolute;     left:-250px;
    bottom: -65px; z-index: 1
}
.cta-title{
  top: 43% !important;
    left: 814px !important;
}
.cta-container{
  margin: 100px 0 0;
  position: relative;
  background-image: url(../images/cta-bg.jpg);
  background-size: cover;padding: 150px 0;    background-position: center;
}
.img-dot{
  position: absolute;right: -300px;
    top: -62px;
}
.carousel-control.left,.carousel-control.right{
    background: unset !important;
}
.hero-text-area-inner{
    position: absolute;
    z-index: 1;
    display: inline-block;
    max-height: 100%;
    top: 75%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.featured-inner-text{
        font-size: 2.799em;
    font-style: normal;
    font-family: 'Geomanist';
    font-weight: bold;
    color: #3f3f3f;
    text-transform: uppercase;
    line-height: 51.96px;     margin-bottom: 10px;
}

.featured-text{
    font-size:1.472em;
    font-style: normal;
    font-family: 'Kiona';
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    line-height: 50px; 
}
.inner-text{
  font-size: 3em;
  font-style: normal;
  font-family: inherit;
  font-weight: 500;
  color: #fff; text-transform: uppercase;
  line-height:1.2;
  letter-spacing: -1px;
}
.inner-text2{
   font-size: 2.337em;
    font-style: normal;
    font-family: 'Kiona';
    font-weight: bold;
    color: #fff; text-transform: uppercase;
    line-height: 45px;
    letter-spacing: -1px;
}
.inner-text span{
  font-family: 'Kiona';
    font-weight: bold; font-size: 0.591em;
}
.banner-caption p{
  color: #fff; font-size: 1.375em;
  font-family: 'PlayfairDisplay';
  font-weight: 500; letter-spacing: 1px; 
}
.br-mob{
  display: none;
}

.featured-text-inner{
    font-size: 2.712em;
    font-style: normal;
    font-family: 'Kiona';
    font-weight: bold;
    color: #2a2739;
    text-transform: capitalize;
    line-height: 53px; letter-spacing: -3px; 
}
.featured-text-inner span {
    font-style: normal;
    font-family: 'Kiona';
    font-weight: bold;
    color: #2a2739;
    text-transform: capitalize;
}

/*services*/
.service-detail h4{
  color: #5f3d25;
    font-size: 1.778em;
    text-transform: capitalize;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Kiona';
    font-style: normal;
}
.service-container2{
  position: relative;
  padding: 100px 100px 0
}
.service-imgs{
  position: relative;
}
.service-lists .service-item:nth-child(1n) .service-imgs img.sdot1{
  position: absolute; 
    top: 0px;
    z-index: -1;
    left: 130px;
}
.service-lists .service-item:nth-child(1n) .service-imgs img.sdot2{
  position: absolute; 
    bottom: 0px;
    z-index: -1;
    right: 155px;
}
.service-lists .service-item:nth-child(2n) .service-imgs img.sdot1{
  position: absolute; 
    top: 0px;
    z-index: -1;
    left: 200px;
}
.service-lists .service-item:nth-child(2n) .service-imgs img.sdot2{
  position: absolute; 
    bottom: 0px;
    z-index: -1;
    right: 200px;
}
.service-imgs .sicon
{
  background-color: #2b2b2b;
  border-radius: 100%; height: 150px; width: 150px;    text-align: center;
    line-height: 150px;

}
.service-lists .service-item:nth-child(1n) .service-imgs .sicon{
  position: absolute;   top: 55%;
    left: -65px;
}
.service-lists .service-item:nth-child(2n) .service-imgs .sicon{
  position: absolute;   top: 55%;
    right: -65px; left: unset;
}
span.num {
background: #f6d55c;
    color: #5f3d25;
    font-family: 'Kiona';
    font-weight: bold;
    height: 140px;
    text-align: center;
    width: 140px;
    line-height: 140px;
    border-radius: 100%;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 4.111em;

}
.service-lists .service-item:nth-child(1n) span.num{
      position: absolute;
  right: -10%;
    top: 21%;
}
.service-lists .service-item:nth-child(2n) span.num{
      position: absolute;
  left: -10%;
    top: 21%;
}
.service-lists .service-item:nth-child(1n) .service-detail{
    padding: 50px 50px 50px 80px
}
.service-lists .service-item:nth-child(2n) .service-detail{
    padding: 50px 80px 50px 50px
}
.service-lists .service-item{
  position: relative;    margin-bottom: 80px;
}
.service-lists{
  position: relative;
}
.service-lists .service-item:nth-child(1n):before {
        position: absolute;
    content: "";
    height: 100%;
    width: 70%;
    display: flex;
    align-items: center;
    z-index: -1;
    top: 0px;
    left: 32%;
    right: 0;
    border: 1px solid #ebebeb;border-bottom-right-radius: 70px;
}
.service-lists .service-item:nth-child(2n):before {
        position: absolute;
    content: "";
    height: 100%;
    width: 70%;
    display: flex;
    align-items: center;
    z-index: -1;
    top: 0px;
    right: 32%; left: unset;
    border: 1px solid #ebebeb;
    border-top-left-radius: 70px;
}

/*services*/

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.mtop-2{
  margin-top: 70px  !important;
}

.apply
{
  color: #fff;
  font-family: inherit;
  font-weight:500;
  font-size: 1em; 
  padding: 10px 40px;    top: 20px;
    position: relative;
    padding-left: 0px;
}
.apply:after{
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    right: -45px;
    background-image: url(../images/shape1.png);
    background-size: contain;
    width: 68px;
    background-repeat: no-repeat;
  }
.apply:hover{
    color: #fff;
}
.welcome-detail-title3 p{
    color: #1584aa;
    font-size: 1em;
    font-family: 'Poppins';
    font-weight: 500
}
.page-hero .hero-text-area {
       position: absolute;
    z-index: 1;
    display: inline-block;
    max-height: 100%;
    white-space: normal;
    bottom: 25%;
    left: 6%;
    width: max-content;
        text-align: left;
  }

.welcome-detail-title4 h1 {
    width: 100%;
    height: auto;
    text-align: center;
    color: #09395a;
    font-size: 1.456em;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Poppins';
    font-style: normal;
    font-display: swap;
    margin-top: 10px;
}
.ser-content h1{
     font-weight: 600;
    font-family: 'Poppins';
    font-style: normal;
    font-size: 1em; color: #09395a;
}
.fivecol li {
    width:19%;
    float: left;
    background: #fff;
    padding:10px 15px 10px 40px !important;
        margin-right: 20px;
}
.fivecol li:before{
    left: 0 !important; 
}
.fivecol li:last-child{
    margin-right: 0
}
ul.fet.fivecol{
    display: flex;align-items: center;
}

/**/
.col2 {
   display: flex;
   align-items: center;
}
.col2 li {
    width:max-content;
    float: left;min-width: 17%;
    background: #fff;
    padding:10px 35px 10px 40px !important;
        margin-right: 20px;
}
.col2 li:before{
    left: 0 !important; 
}
.pic-col {
    display: flex;
    width: 50%;
}
.ser-item{
    background-color: #f8f7f7;
     margin-bottom: 30px;
}
.ser-content {
    padding: 25px 40px 40px
}
.ser-container {
position: relative;overflow: hidden;
}
.ser-item.elec img {
    border: 5px solid #FFF;
}
.minht .ser-content{
    min-height: 344px;
}
.minht1 .ser-content{
     min-height: 344px;
}
.ser-content span {
  font-weight: 500;
    font-family: 'Poppins';
    font-style: normal;
    font-size: 1em;
    color: #000; text-transform: capitalize;
}
.project-man{
    width: 50%; float: left;
}
.airc{
    background-image: url('../images/ser6.jpg');
    background-size: cover;padding: 135px 60px;
}
.hide-desk{
    display: none;
}
img.ser2 {
    position: absolute;
    bottom: 105px;
    right: -100px;
    width: 60%;
}
  .title-logo{
    display: flex;
    align-self: center;
    justify-content: center;
    margin: 0 auto 50px;
    position: relative;    width: min-content;
  }

  ul.fet.study-li {
    margin-top: 1em;
}
  .title-wraper{
    width: 100%;
    height: auto;
  }
.mission-container{
    padding-bottom:80px; padding-top: 30px;
}
.welcome-detail2{
  position: relative;
}
.welcome-detail2:before{
       position: absolute;
    content: "";
    height: 110%;
    width: 140%;
    display: flex;
    align-items: center;
    z-index: -1;
    top: -35px;
    left: -345px;
    right: 7px;
    border: 1px solid #ebebeb;
}
.abt-container2 {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.welcome-detail-title2 {
    margin-bottom: 15px;
}
.welcome-detail-title2 span.toptxt{
    font-size: 1em;
     text-transform: capitalize;
        line-height:1;
      font-weight: 400;
    font-family: inherit;
    font-style: normal;letter-spacing: 10px;
}
.carousel{ height: 100% !important;}
.home-banner{ height: 100% !important;}
.home-banner > .item > a > img, .home-banner > .item > img{ height: 100% !important;}
.home-banner > .item { height: 100% !important;}

.welcome-detail-title2 h4{
    font-size: 1.321em;
    color: #303030;
     text-transform: capitalize;
        line-height: 1;
      font-weight: 600;
      font-family: "Inter", sans-serif;
    font-style: normal; 
}
.welcome-detail-title4{
    margin-bottom: 40px;
}
.welcome-detail-title2  p{
    font-weight: normal !important;
}
.welcome-detail-title2 h1{
    width: 100%;
    height: auto;
    text-align: center;
    color:#252235;
    font-size:2em;
    text-transform: capitalize;
        line-height: 1;
      font-weight: 600;
      font-family: "Inter", sans-serif;
    font-style: normal;
    font-display: swap;letter-spacing: -1px;
    margin-top:10px;
  }
.welcome-detail-title2 h1 span{
    font-weight: bold;
    font-family: "Inter", sans-serif;
    font-style: normal; color: #5f3d25;
}
/**/
  .support-container{
      padding: 90px 150px;
    background-image: url('../images/building-bg.jpg');
    background-size: cover;
}
.i-img {

}


.icon-container{
        position: relative;
    overflow: hidden;
}
.icon-content {
    padding-left: 20px;
}
.icon-list {
    align-items: center; text-align: center;
    position: relative;display: block;
    z-index: 9; padding-left: 60px;
    padding-bottom: 50px;
    padding-right: 150px;
}
.icon-list p{
        font-family: inherit;
    font-weight: 300;
    font-size: 1em;
    text-align: left;
    line-height: 24px;
    color: #fff; padding-left: 94px;
}
.top-list {
    display: flex;
    align-items: end;
    border-bottom: 1px solid #fff;
    width: fit-content;
    margin-bottom: 20px;     padding-bottom: 20px;
}
.icon-content p{
    color: #fff;
}

.icon-content h4{
    font-family: inherit;
    font-weight: 600;
    font-size: 1.667em; text-align: left;
    line-height: 24px; color: #fcfdfe; text-transform: uppercase;
}
.welcome-imgs {position: relative; 
}
.welcome-imgs .img2 {    position: absolute;
    width: 50%;
    bottom: 130px;
    left: -130px;
    border: 7px solid #fff;
}
.img4{
      position: absolute;
    top: 131px;
    left: -65px;
}
.img3{
      position: absolute;
       bottom: 200px;
    right: 0px;
}
.building-imgs{
    position: relative; z-index: 9;
}
.bimg1{
    position: absolute;
    top: -60px;
    left: -65px;
}
.bimg2{
    position: absolute;
       bottom: 250px;
    left: -80px;
}
.bimg3 {
    z-index: -1;
    position: absolute;
    bottom: -24px;
    right: -30px;
}
.welcome-detail p {
    padding-right: 200px;
}
.welcome-detail2 p{
  text-align: justify;
}
.count-up h3{
  font-family: inherit;
  font-weight: 600;
  font-size: 3.5em;

}
.count-container{
    padding: 60px 0;
    position: relative;
    background-image: url('../images/countbg.jpg');
}
.count-up {
    padding: 0 130px;
}
.count-imgs{
    margin-left: 5%
}
.c-img {
    margin-right: 15px;
}
.count-title h2 {
    font-size: 0.9em; line-height: 23px;
     font-family: inherit;
  font-weight: 400;
  color: #000;margin-top: 0;
  padding-bottom: 15px;

}
.welcome-detail h6{
    font-family: 'Poppins';
    font-weight: 300; line-height: 1.6;
    font-size: 1.366em; color: #252235;
}
.cta-title .know-more{
  color: #fff;
  font-family: inherit;
  font-weight: 500;
  font-size: 1em;
  padding: 10px 30px;
  position: relative;top: 15px;
  padding-left: 0px;
  display: flex;
  justify-content: center;
  padding-top: 0px;
}

.know-more{
    color: #0a4959;
    font-family: inherit;
    font-weight: 500;
    font-size: 1em;
    padding: 10px 30px;
    position: relative;top: 15px;
    padding-left: 0px;
}
.know-more:after{
  content: "";
    position: absolute;
    top: 6px;
    bottom: 0;
    right: -45px;
    background-image: url(../images/shape2.png);
    background-size: contain;
    width: 68px;
    background-repeat: no-repeat;
}
.know-more:hover{
    color: #333;
}
.cta-title .know-more:hover{
  color: #fff;
}
.text-center{
    text-align: center !important; 
}
.gallery-container{
     padding-top: 60px;
    padding-bottom: 40px;
    position: relative; overflow: hidden;
}

 .box-link img{
     width: 100%;
     height: auto;
     display:block;
     transform: scale(1);
     transition: all 0.5s ease 0s;
     mix-blend-mode: multiply;
     top: 5%;
    position: relative;
    margin: 26px 0px 0
}

 .box-link:hover img{
     transform: scale(1.1);padding: 20px;
}
 .box-link .box-content{
     width: 100%;
     height: 100%;
     background:rgb(56 53 53 / 89%);
     text-align: center;
     position: absolute;
     top: 0;
     left: 0;
     opacity: 0;
     transform: rotateY(180deg) scale(0.5);
     transition: all 0.45s ease-out 0s;
     display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
 .box-link:hover .box-content{
     opacity: 1; transition: all 0.45s ease-out 0s;
     transform: rotateY(0deg) scale(1);
}

 .box-content h3, .box-content span{
    color: #fff !important;
    margin: 3px;
    font-family: 'Poppins';
    font-weight: 500;
    text-align: center;
    font-size: 1.1em;
 }
 .box-content span{
    font-weight: 300 !important;
    color: #c9c4c4 !important

 }

   .box-link:hover .view-det{
        background: #298601;    border: 0;
    }
.box-link:hover .price-for, .box-link:hover .fac-content 
{
  opacity: 0;
  max-height: 0;
  transition: max-height 300ms, opacity 200ms;
}
 .box-link {
    height: 330px;
}
 .box-link .icon{
     display: inline-block;
     padding: 0;
     margin: 0;
     list-style: none;
     position: relative;
    /*top: 40%;
    */
}
 .box-link .icon li{
     display: inline-block;
}
  .box-link .icon li i{
     display: block;
     width: 50px;
     height: 50px;
     line-height: 50px;
     border-radius: 50%;
     font-size: 1.5em;
     transition: all 0.5s ease 0s;
     background:#fff;
     color:#000;
}
.box-link .icon li i:hover{
     background:#8a0000;
     color:#fff;
}
 .box-link .content{
     padding: 10px;
     text-align: left;
     position: absolute;
     bottom: 5%;
     left: 5%;
}
 .box-link .title{
     font-size: 20px;
     font-weight: bold;
     color: #fff;
     text-transform: uppercase;
     margin: 0 0 5px;
}
 .box-link .post{
     display: block;
     font-size: 14px;
     color: #fff;
}
 .box-title {
     font-size:1em;
     font-family: inherit;
     font-weight:normal;
     width:100%;
     text-align: center;
     z-index:2;
     color:#333;
     padding-top:0.5em;
}
#fac-slider{
    margin-top: 50px;
    height: unset !important;
}

.facility-div{
    padding:40px 0px 100px;    position: relative;
}

.cta-div h3{
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 2.667em;
    color: #fff;text-align: center;
}
.cta-div span{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 1.333em;
    color: #fff; text-transform: uppercase;text-align: center;
    display: block;
}
.cta-btn {
    background-color: #025082;
    color: #fff;
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 1em; text-transform: uppercase;
    padding: 5px 30px 5px 40px;text-align: center;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
    position: absolute;
    bottom: -50px;
    transform: translate(-50%,-50%);
    left: 50%
    }
    .cta-btn:hover{
        background-color: #dc3636;
    color: #fff;
    }
.fac-content h3,.fac-content h3 a {
    color: #333;
       margin: 0;
    font-family: 'Poppins';
    font-weight: 500;
    text-align: center;
    font-size: 1em;
    position: relative;
}

.fac-content{
     /*background: #fff;*/
     padding-top: 20px;
     padding-bottom: 10px;
     text-align: center;
     position: relative;
}
img.fac-shape {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}


.min-ht img{
    height: 560px;
    object-fit: cover;
}

.lower-content h5{
font-size: 1.2em;
    line-height: 30px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #3f3f3f;
}
  .welcome-detail p{
   
    text-align: justify;
  }

.mb-3{
    margin-bottom: 3em
}

.d-flex{
    display: flex;
}
.owl-theme .owl-nav button.owl-prev {
    position: absolute;
    margin-top: 10px;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 0;
}
.owl-theme .owl-nav button.owl-next {
    position: absolute;
    margin-top: 10px;
    transform: translate(-50%,-50%);
    top: 50%;
    right: -60px;
}
.owl-theme .owl-nav [class*=owl-] {
    background: #eee !important;
    height: 55px;
    width: 55px;
    border-radius: 100% !important;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    color: #000 !important
}
ul.slick-dots {
    display: flex;
    align-items: center;
    margin: 30px auto 0;
    justify-content: center;
}
.mar0{
    margin: 0
}
/*end*/
.facility-wraper {
    padding: 60px 0;
}

/*contact*/


.contact-form .col-md-6:nth-child(1), .contact-form .col-md-6:nth-child(3) {
    padding-right: 0;
}
.contact-form {
    padding: 30px;
        /*border: 1px solid #979696;*/
    border-top-right-radius: 50px;
}
.location-content {
       /* border: 1px solid #979696;*/
    border-bottom-left-radius: 50px;
}
.location-content h2 {
padding-left: 30px; padding-top: 30px;
  }
.location-content iframe{
    border-bottom-left-radius: 50px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

  ::placeholder {
  color: #333 !important;
  opacity: 1;
}
.contact-form input[type="date"],.contact-form input[type="text"],.contact-form select,.contact-form input [type="date"]{
    color: #333;
    width: 100%;
    height: 65px;
    padding: 0 30px;
    background:#fff;
    border:1px solid #bfbebe; border-bottom-right-radius: 15px;
}
option {
    font-size: 13px;
}
.contact-form textarea {
    color: #333;
    width: 100%;
    padding: 30px 30px 0;background:#fff;  border:1px solid #bfbebe; border-bottom-right-radius: 15px;
}

.submit-btn{
    border: none;
    background-color: #5f3d25;
    color: #fff;
    font-family: 'Kiona';
    font-weight: bold;
    padding: 9px 50px;
    font-size: 1em;
}
.submit-btn:hover{
    background: #f6d55c;
    color: #333;
}

section.contact-wrapper {
    padding: 70px 0px 0px;
position: relative;overflow: hidden;
}

.contactbg {
  padding: 60px 100px;
  background-image: url(../images/contactimg.png);
  margin-bottom: 50px;
  background-size: cover;
  border-bottom-right-radius: 80px;
  z-index: -2;
  position: relative;
}
.contact-form h2,.location-content h2{
  font-family: 'Kiona';
  font-weight: 600;
  font-size: 1.667em;
  color: #303030; margin-bottom: 30px; margin-top: 0
}
.contact-form h2 span,.location-content h2 span{
  color: #5f3d25;  font-family: 'Kiona';
  font-weight: 600;
}

.feature-block-three .inner-box {
    position: relative;
    display: block;
      text-align: center;
}.feature-block {
    margin-bottom: 50px;
}

.feature-block-three .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 22px;
    z-index: 1;
}
.feature-block-three .inner-box .icon-box {
    background: #111111;
}
.cont-social-links li svg {
    margin-top: 12px;
}
.feature-block-three .inner-box h3 {
    display: block;
    font-size: 1.33em;
    line-height: 34px;    font-family: 'Kiona';
    font-weight: bold; text-align: center;
    margin-bottom: 12px;
}

.feature-block-three .inner-box p{
    text-align: center;
    color: #adadad;
}
 .about-content-img {
    position: relative;
}
 .about-section-f1 {
    position: absolute;
    top: 125px;
}
.about-content-img h2 {
    margin-bottom: 0px;
    font-family: 'Poppins';
    text-transform: capitalize;
    font-weight: 600; color: #0e82aa;
    line-height: 60px;    font-size: 2em;
}
.about-content-img h2 span{
    color: #6e8767; font-family: 'Poppins';
    text-transform: capitalize;
}
.about-content-img p {
    font-size: 1.33em;
    font-family: 'Poppins';
    line-height: 40px;
    font-weight: 300;
    color: #777777;
    padding-right: 0px;
    margin-bottom: 28px;
}
.about-content-img h6 {
    margin-bottom: 16px;
   font-family: 'Poppins';
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.33em;
}

/*......................*/
/*gallery*/
.gallery-container2{
  position: relative;
  padding:40px 0 0
}
.tab.gallery-tab2 button{
  color: #333;
  border: 1px solid #5f3d25
}
.tab button.active {
    color: #fff;
    background-color: #5f3d25;
}
/*gal*/
a.date {
    font-size: 1em;
    transition: all .4s ease-in-out;
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3px;
}
.css_prefix-blog-details {
    padding: 30px;
    background: #fff;
}
.css_prefix .css_prefix-blog-box {
    box-shadow: 0 24px 84px 0 rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 24px 84px 0 rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 24px 84px 0 rgba(0,0,0,.08);
}
h3.blog-text.css_prefix-heading-title {
    transition: all .4s ease-in-out;
   font-family: 'Poppins';
    font-weight: bold;
    font-style: normal;
    color: #333;
    font-size: 1.2em;
    line-height: 35px;margin-top: 5px;
}
.profile-container-menu ul li a.active{
    color: #0c4da2;
}
.pull-right{
    float: right;
}
.center{
    margin:0 auto;
    align-items: center;
        display: flex;
        justify-content: center;
}
 
  .home-facility-wraper{
    width: 100%;
    height: auto;
    padding-top: 100px;
        padding-bottom: 100px;
  }


.enquiry-wrapper{
    padding: 60px 0
}
.gallery-item{
   width: 32%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    height: auto;
    float: left;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    position: relative;
}
.gallery-item:nth-child(3n){
margin-right: 0
}


.gallery-item:nth-child(4){
clear: both;
}
.gallery-item:nth-child(6){
 align-items: flex-end !important;
 padding-bottom: 0px !important;
  }
.booking-wraper {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 3em;
    overflow: initial;
        height: 600px;
}
img.booking {
    width: 35%;
    opacity: .08;
    /* z-index: -1; */
    position: absolute;
    bottom: -8%;
}

.mtop{
    margin-top: 1em
}

.mtop1{
    margin-top: 50px
}
.facilitybg{
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    top: 7%;
        z-index: -1;
            height: 100%;
            width: 100%;
}
.home-facility-wraper{
    position: relative;
}
.feature-two__single:before{
    position: absolute;
    content: "";
    height: 28px;
    width: 2px;
    top: auto;
    left: 0;
    background: #302b58;
}
.feature-two__single {
    border-radius: 5px;
    width: 100%;
    padding: 30px 30px 30px 44px;
    background: #f6f4f3;
 display: flex; position: relative;    margin-bottom: 30px;
    justify-content: space-between;
}
.feature-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90px;
    width: 100%;
}
.feature-two__content {
    position: relative;
    display: block;
}
.feature-two__content h3 {
       position: relative;
    color: #302b58;
    font-family: 'Kiona';
    font-weight: bold; line-height: 1.8;
    font-size: 1.2em; margin: 0;
}

/**/
.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
}
.box-group.gallery-box h4 {
  position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    bottom: 0;
    font-family: 'Kiona';
    z-index: 9;
    font-weight: 600;
    font-size: 1em;
    color: #333;
    padding: 6px 25px;
    background: #fff;
    border-radius: 10px;width: max-content;

}
.box-group:hover .img-overlay{
  opacity: 1 !important
}
.img-overlay i {
    color: #fff;
    font-size: 2em;
}
.box-group{
    text-align: center;
    overflow: hidden;
    position: relative;
}

.box-group .icon img{
height: auto !important;
width: 70%
    }
.box-group img{
    max-width: 100%;
    max-height: 100%;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
    display:block;
    width: 100%;
    object-fit: cover;
  height: 360px;
}
.box-group:hover img{
    transform: scale3d(1.15, 1.15, 1);
}
.box-group .box-content{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    padding-top: 35%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.box-group:hover .box-content{
    opacity: 1;
}
.box-group .box-content:before, .box-group .box-content:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    z-index: -1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}
.box-group .box-content:before{
    border-top: none;
    border-bottom: none;
    left: 30px;
    right: 30px;
}
.box-group .box-content:after{
    border-left: none;
    border-right: none;
    top: 30px;
    bottom: 30px;
}
.box-group:hover .box-content:before, .box-group:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
}
.box-group .content-inner{
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.box-group:hover .content-inner{
    opacity: 1;
    transform: scale(1);
}
.box-group .title{
    font-size: 22px;
    font-weight: 700;
    color:#ffcc00;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.box-group .post{
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px;
}
.box-group-icon {
    position: absolute;
    bottom: 0;
    left: 0px;
    color: rgba(255,255,255,1) !important;
    font-size: 1.5em;
    font-family: inherit;
    width: 100%;
    text-align: left;
    z-index: 2;
    font-weight:500;
    padding-left: 2%;
    padding-right: 2%;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
a:hover .box-group-icon{
    display:none !important;
}
.group-link{
    position: absolute;
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-group .icon{
    list-style: none;
    padding: 0;
    position: absolute;
    top:0;
    left:0;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease 0s;
    bottom:0;
    right:0;
    margin:auto;
}
.box-group:hover .icon{
    left: 0px;
    opacity: 1;
    transition-delay: 0.3s;
}
.box-group .icon li{
    display: inline-block;
}
 .box-group .icon li {
       width: 180px;
    height: 180px;
    line-height: 180px;
    background: #fff;
    font-size:18px;
    color: #fff;
    transition: all 0.5s ease 0s;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.box-title {
    font-size:1.333em;
    font-family: 'Merienda';
    width:100%;
    text-align: center;
    z-index:99;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    color:#fff;
    padding-top:0.5em;
    position: absolute;
    bottom: 2em;
    left: 0;
}
.box-title-sub {
    font-size:1.333em;
    font-family: 'FML-TTKaumudi';
    width:100%;
    text-align: center;
    z-index:2;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    color:#fff;
    padding-top:0.25em;
    position: absolute;
    bottom: 1em;
    left: 0;
}
a:hover .box-title{
    color:#3aaa35;
}
a:hover .box-title-sub{
    color:#3aaa35;
}
.cs-post_overlay2{
        position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(3 3 3 / 100%));
    opacity: .7;
}
.container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}


/************************************************** START LOCATION **************************************************/
 .inner-wraper-main{
     width:100%;
     height:auto;
     background-color:#ebede5;
     padding-bottom:90px;
}
 .inner-banner-caption-wrap{
     width:100%;
     height:auto;
     position:absolute;
     bottom:25%;
     right:0;
     left:0;
     display:flex;
     align-items:center;
     font-size: 0.65em
}
 .inner-banner{
     width:100%;
     height:auto;
}
 .inner-banner-wrap{
     width:100%;
     height:auto;
     position:relative;
}
 .inner-caption{
     width:100%;
     height:auto;
     position:absolute;
     left:0;
     bottom:25%;
}
 .bredcum-wraper{
     width:100%;
     height:auto;
     padding-top: 20px;
     padding-bottom: 10px;
     text-align: center;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
 .bredcum-container{
     width:auto;
     height:auto;
     float:right;
}
 .bred-home{
     width:auto;
     height:auto;
     float:left;
      font-family:'Kiona';
     font-weight: 600;
     font-size:1em;
     color:#070606;
     line-height:30px;
     text-transform: capitalize;
}
 .bred-home a{
     width:auto;
     height:auto;
     float:left;
     font-family:'Kiona';
     font-weight: 600;
     font-size:1em;
     color:#070606;
     line-height:30px;
     text-transform:capitalize; 
}
 .bred-home a:hover{
     width:auto;
     height:auto;
     float:left;
      font-family:'Kiona';
     font-weight: 600;
     font-size:1em;
     color:#070606;
     line-height:30px; text-transform:capitalize; 
}
 .bred-arrow{
     width:auto;
     height:auto;
     float:left;
     font-size:0.85em;
     color:#070606;
     line-height:30px;
     padding-left:8px;
     padding-right:8px;    transform: rotate(224deg);
}
 .bred-next{
     width:auto;
     height:auto;
     float:left;
         font-family:'Kiona';
     font-weight: 600;
     font-size:1em;
     color:#5f3d25;
     line-height:30px;
     text-transform:capitalize;
}

/************************************************** START CONTACT **************************************************/
.hide-menu{ display: none;}
.process-wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}




.testimonial{
  margin: 0 20px 20px;
}
.testimonial .testimonial-content{
  padding: 35px 25px 35px 50px;
  margin-bottom:15px;
  background: #fff;
  border: 1px solid #f0f0f0;
  position: relative;
}
.testimonial .testimonial-content:after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 22px;
  transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
  width: 50px;
  height: 45px;
  background: #5f3d25;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}
.testimonial-content .testimonial-icon:before{
  content: "";
  border-bottom: 16px solid #5f3d25;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}
.testimonial .description{
  font-style: normal;
  font-display: swap;
  height: auto;
  font-size: 1em;
  color: #000;
  line-height: 1.8;
  font-family: "Inter", sans-serif;
  font-weight: 300
}
.testimonial .title{
  display: block;
  text-transform: capitalize;
  letter-spacing: 1px;
  /*margin: 0 0 5px 0;*/
  color: #0a4959;
  font-family: inherit;
  font-weight: 500;
  font-size: 1em;
}

.owl-theme .owl-controls{
  margin-top: 0px !important;
}
.owl-theme .owl-controls .owl-page span{
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #5f3d25;
}

 @media (min-width: 1023px) and (max-width: 1279px) {
     body {
         font-size:13px !important;
    }
     .d-container{
         width:100%;
         padding-left:2%;
         padding-right:2% 
    }
    .h2, h2{ font-size: 18px !important;}
    .nav-menu > li > a {padding: 20px 12px !important;}
     .top-container {
         width: 100%;
         padding-left: 2%;
         padding-right:2%;
    }
    .gal-title p{
      font-size: 1em
    }
    .service-lists .service-item:nth-child(2n) .service-detail {
    padding: 10px 20px 10px 10px;
}
.service-lists .service-item:nth-child(1n) .service-detail {
    padding: 10px 10px 10px 20px;
}
.service-container2{
  padding: 60px 70px 0;
}
.service-lists .service-item:nth-child(1n) .service-imgs img.sdot1{
      width: 150px;
    top: 0;
    left: 54px;
}
.service-lists .service-item:nth-child(1n) .service-imgs img.sdot2{
     width: 150px;
    bottom: 0;
    right: 54px;
}
.service-lists .service-item:nth-child(2n) .service-imgs img.sdot1{
      width: 150px;
    top: 0;
    left: 150px;
}
.service-lists .service-item:nth-child(2n) .service-imgs img.sdot2{
     width: 150px;
    bottom: 0;
    right: 150px;
}
.service-imgs .sicon,span.num{
  height: 100px;
    width: 100px;    font-size: 3.111em;
    line-height: 100px;
}
.contactbg {
  padding: 50px 0; background-position: center;
}
.feature-block-three .inner-box .icon-box{
  width: 60px;
    height: 60px;
    line-height: 60px;    margin-bottom: 5px;
}
.feature-block {
    margin-bottom: 20px;
}
.contact-form input[type="date"], .contact-form input[type="text"], .contact-form select, .contact-form input [type="date"]{
  height: 50px;
}
#button{
        width: 40px;
    height: 40px;
}
#button::after{
    line-height: 40px
}
 
.welcome-detail2:before{
      left: -190px;
}
.cta-title{
  left: 423px  !important
}
.img-pl1{
  width: 250px;    right: -145px;
}
.img-pl2{
  width: 250px; 
}
.img-dot{
  width: 180px;
    right: -200px;
}
.cta-container{
  padding: 100px 0;
}
.welcome-detail p {
    padding-right: 100px;
}
.icon-list{
      padding-right: 0px; padding-bottom: 10px;padding-left: 30px;
}
.i-img img {
    height: 50px;
}
.img3{
  width: 300px;
}
.welcome-imgs .img2 {
    bottom: 60px;
    left: -55px;
}
.icon-list p{
  padding-left: 75px;
}
.count-up h3{
  font-size: 5em;
}
.count-up {
    padding: 0 60px;
}
.count-container{
  padding: 30px 0
}
.support-container{
  padding:50px 80px
}
.tab button{
    padding: 8px 7px; line-height: 12px;
    margin: 0;
}
.service-container{
padding: 50px 50px 40px
}
.gal-title h2{
  font-size: 2.2em;
}
.gal-title{
  left:-185px
}
.box-group img{
  height: 175px;
}
.red-bg{
  padding: 50px
}
.gallery-container{
  padding-bottom:0px;
}
.address img{
    height: 50px;
    width: 50px;
}
.footer-logo{
    width: 150px;
}
.img4{
  width: 300px;
}
.inner-text{
  font-size: 2.7em;
    line-height: 40px;
}
.featured-text{
  font-size: 1.2em;    line-height: 25px;
}
.banner-caption p{
      font-size: 1.2em;
}
 .welcome-detail-title2 h1{
  font-size: 1.7em; line-height: 25px;
 }
 .welcome-detail-title2 h4{
  font-size: 1.1em; line-height: 10px;
 }
.nav-brand img {
    width: 70% !important;
}
.footer-top-wraper{
  padding: 60px 0
}
.footer-content {
    margin-right: 6%
}
.nav-menu li{ font-size: 15px !important;}
.img4 {top: 26px; width: 362px !important;}
.tab{ margin-top: 0px;}
/*.owl-carousel{ height: 70vh !important; overflow: hidden;}*/
.service-container {padding: 70px 50px 40px !important;}
.gal-title{ font-size: 0.85em;}
.view-gal-btn { right: -24%;}

.count-up h3 {font-size: 3em !important;}
.footer-top-wraper {padding: 40px 0;}
.count-container {padding: 0px 0;}
.footer-top-wraper {padding: 5px 0px !important;}
.copy-right{ line-height: 44px !important;}
.designed p{ line-height: 44px !important;}
.inner-text {font-size: 2.15em !important}
.gal-title-home h2{ font-size: 1.5em;}
.contact-enquiry-box{ height: 40px; line-height: 40px;}

.testimonial .testimonial-content {
  padding: 10px 25px 10px 50px;}
}
 @media (min-width: 1280px) and (max-width: 1359px) {
     body {
         font-size:14px !important;
    }
    .contact-enquiry-box{ height: 40px; line-height: 40px;}
    .testimonial .testimonial-content{
      padding: 10px 25px 10px 50px;}
      .testimonial-content .testimonial-icon{top: 25px;}
     .d-container{
         width:100%;
         padding-left:4%;
         padding-right:4% 
    }
     
     .top-container {
         width: 100%;
         padding-left: 3%;
         padding-right:3%;
    }

.gal-title p{
      font-size: 1em
    }
.img4 {
    width: 300px;
}.welcome-detail-title2 h1{
  font-size: 1.9em
}
.welcome-detail-title2 h4{
  font-size: 1.2em
}
.service-lists .service-item:nth-child(1n) .service-imgs img.sdot1{
      width: 150px;
    top: 0;
    left: 84px;
}
.service-lists .service-item:nth-child(1n) .service-imgs img.sdot2{
     width: 150px;
    bottom: 0;
    right: 84px;
}
.service-lists .service-item:nth-child(2n) .service-imgs img.sdot1{
      width: 150px;
    top: 0;
    left: 170px;
}
.service-lists .service-item:nth-child(2n) .service-imgs img.sdot2{
     width: 150px;
    bottom: 0;
    right: 170px;
}
   .service-lists .service-item:nth-child(2n) .service-detail {
    padding: 30px 40px 30px 30px;
}
.service-lists .service-item:nth-child(1n) .service-detail {
    padding: 30px 30px 30px 40px;
}
.service-imgs .sicon,span.num{
  height: 100px;
    width: 100px;    font-size: 3.111em;
    line-height: 100px;
}
.contactbg {
  padding: 50px 0; background-position: center;
}
.feature-block-three .inner-box .icon-box{
  width: 60px;
    height: 60px;
    line-height: 60px;    margin-bottom: 5px;
}
.feature-block {
    margin-bottom: 20px;
}
.contact-form input[type="date"], .contact-form input[type="text"], .contact-form select, .contact-form input [type="date"]{
  height: 50px;
}
.service-container2{
  padding: 60px 70px 0;
}
.welcome-detail2:before{
      left: -245px;
}
.cta-title{
  left: 540px  !important
}
.img-pl1{
  width: 250px;    right: -145px;
}
.img-pl2{
  width: 250px; 
}
.img-dot{
  width: 180px;
    right: -200px;
}
.cta-container{
  padding: 100px 0;
}
.welcome-detail p {
    padding-right: 150px;
}
.icon-list{
      padding-right: 0px; padding-bottom: 20px;padding-left: 30px;
}
.i-img img {
    height: 50px;
}
.icon-list p{
  padding-left: 75px;
}
.count-up h3{
  font-size: 5em;
}
.count-up {
    padding: 0 90px;
}
.count-container{
  padding: 30px 0
}
.support-container{
  padding: 90px 100px
}
.tab button{
    padding: 8px 14px;
}
.service-container{
padding: 100px 50px 40px
}
.gal-title h2{
  font-size: 2em;
}
.gal-title{
  left: -211px
}
.box-group img{
  height: 225px;
}
.gallery-container{
  padding-bottom: 50px;
}
.address img{
    height: 50px;
    width: 50px;
}
.footer-logo{
    width: 150px;
}
.inner-text{
  font-size: 2.8em;
    line-height: 45px;
}
.featured-text{
  font-size: 1.2em;    line-height: 25px;
}
.banner-caption p{
      font-size: 1.2em;
}
 

.footer-top-wraper{
  padding: 60px 0
}
.footer-content {
    margin-right: 6%
}

.nav-menu li{ font-size: 15px !important;}
.img4 {top: 26px; width: 362px !important;}
.tab{ margin-top: 0px;}
/*.owl-carousel{ height: 70vh !important; overflow: hidden;}*/
.service-container {padding: 70px 50px 40px !important;}
.gal-title{ font-size: 0.85em;}
.view-gal-btn { right: -24%;}

.count-up h3 {font-size: 3em !important;}
.footer-top-wraper {padding: 40px 0;}
.count-container {padding: 0px 0;}
.footer-top-wraper {padding: 10px 0px !important;}
.copy-right{ line-height: 44px !important;}
.designed p{ line-height: 44px !important;}
.inner-text {font-size: 2.15em !important}
.gal-title-home h2{ font-size: 1.5em;}

      
}
 @media (min-width: 1360px) and (max-width: 1399px) {
     body {
         font-size:13px !important;
    }
    .item img{ width:100%}
     .d-container{
         width:100%;
         padding-left:7%;
         padding-right:7% 
    }
     .top-container {
         width: 100%;
         padding-left: 4%;
         padding-right:4%;
    }
    .sexy-menu.detached .nav-brand img {
    margin-top: 8px !important;
    width: 54% !important;
    }
    .nav-menu>li>a{
        font-size: .9em
    }
    .icon-list{

    padding: 10px
    }
    .welcome-detail2:before{
      left: -260px;
    }
    .cta-title{
      left: 565px !important
    }
img.ser2 {
    bottom: 105px;
    right: -27px;
    width: 40%;
}
.nav-menu li{ font-size: 15px !important;}
.nav-brand img {  width: 65%;}
.img4 {top: 26px; width: 362px !important;}
.tab{ margin-top: 0px;}
.owl-carousel{ height: auto !important; overflow: hidden;}
.service-container {padding: 70px 50px 40px !important;}
.gal-title{ font-size: 0.85em;}
.view-gal-btn { right: -24%;}

.count-up h3 {font-size: 3em !important;}
.footer-top-wraper {padding: 40px 0;}
.count-container {padding: 0px 0;}
.footer-top-wraper {padding: 6px 0px !important;}
.copy-right{ line-height: 44px !important;}
.designed p{ line-height: 44px !important;}
.inner-text {font-size: 2.15em !important}
.banner-caption p {font-size: 1em;}
.gal-title-home h2{ font-size: 1.5em;}

}
 @media (min-width: 1400px) and (max-width: 1441px) {
     body {
         font-size:15px !important;
    }
     .d-container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
  
    .sexy-menu.detached .nav-brand img {
    margin-top: -6px !important;
}
 .gal-title.cta-title{
  left: 605px !important
}
.nav-menu li{ font-size: 16px !important;}

}
 @media (min-width: 1441px) and (max-width: 1599px) {
     body {
         font-size:15px !important;
    }
     .d-container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
    .fac-card
{
    min-height: 550px
}
.nav-brand img{
    width: 70%;
}
.cta-title {
    left: 635px !important;
}
.nav-menu li{ font-size: 16px !important;}

}
 @media (min-width:1600px) and (max-width:1680px) {
     body {
         font-size:15px !important;
    }
    .nav-menu li{ font-size: 16px !important;}
     .d-container{
         width:100%;
         padding-left:7%;
         padding-right:7% 
    }

    .sexy-menu.detached .nav-brand img {
    margin-top: 0px !important;
}
.cta-title {
    left: 680px !important;
}
.footer-content {
    margin-right: 3.5%;
}
/*.nav-brand img{
    width: 70%;
}*/
.tab{ margin-top: 0px;}
.view-gal-btn {right: -20%;}
}
 @media (min-width:1681px){
     body {
         font-size:16px !important;
    }
   .d-container {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
}



}
 @media (min-width:1360px) and (max-width:1680px) {
.testimonial .testimonial-content {
  padding: 15px 25px 5px 50px;
  margin-bottom: 15px;
  min-height: 90px;
}
.nav-menu>li>a{
    /*padding: 35px 18px!important;*/
    padding: 20px 25px !important;
}
li.header-phone a{
  padding: 10px 12px !important;
}
li.header-phone img{
  height: 40px;
}
.service-imgs .sicon,span.num{
  height: 100px;
    width: 100px;    font-size: 3.111em;
    line-height: 100px;
}.gal-title p{
      font-size: 1em
    }
.service-imgs .sicon img{
  height: 70px; width: 70px;
}
.service-lists .service-item:nth-child(1n) .service-imgs .sicon{
  left: -45px
}
.service-lists .service-item:nth-child(2n) .service-imgs .sicon{
  right: -45px; left: unset;
}
.service-lists .service-item:nth-child(1n) .service-imgs img.sdot1{
      width: 180px;
    top: 0;
    left: 100px;
}
.service-lists .service-item:nth-child(1n) .service-imgs img.sdot2{
     width: 180px;
    bottom: 0;
    right: 100px;
}
.service-lists .service-item:nth-child(2n) .service-imgs img.sdot1{
      width: 180px;
    top: 0;
    left: 180px;
}
.service-lists .service-item:nth-child(2n) .service-imgs img.sdot2{
     width: 180px;
    bottom: 0;
    right: 180px;
}
.service-container2{
      padding: 60px 70px 0;
}
.welcome-detail-title2 h1{
  font-size: 1.8em
}
.welcome-detail-title2 h4{
  font-size: 1.2em
}
.img4{
  width: 400px;
}
.service-lists .service-item:nth-child(2n) .service-detail {
    padding: 30px 40px 30px 30px;
}
.service-lists .service-item:nth-child(1n) .service-detail {
    padding: 30px 30px 30px 40px;
}

.contactbg {
  padding: 50px 0; background-position: center;
}
.feature-block-three .inner-box .icon-box{
  width: 70px;
    height: 70px;
    line-height: 70px;
}
.feature-block{
  margin-bottom: 15px
}
.welcome-detail p {
    padding-right: 150px;
}
.icon-list{
      padding-right: 0px; padding-bottom: 20px;padding-left: 30px;
}
.i-img img {
    height: 50px;
}
.icon-list p{
  padding-left: 75px;
}
.count-up h3{
  font-size: 5em;
}
.count-up {
    padding: 0 90px;
}
.count-container{
  padding: 30px 0
}
.support-container{
  padding: 90px 100px
}
.tab button{
    padding: 8px 14px;
}
.service-container{
padding: 100px 50px 40px
}
.gal-title h2{
  font-size: 2em;
}
.gal-title{
  left: -20%
}

.footer-top-wraper{
  padding: 50px 0
}

#button{
        width: 40px;
    height: 40px;
}
#button::after{
    line-height: 40px
}
.contact-bg{
        padding: 70px 20px;
}
.contact-box .icon{
        width: 65px;
    height: 65px;
    line-height: 65px;
}
.contact-box .icon img{
    height: 50px; width: 50px;
}
img.ser2{
   right: -50px;
    width: 40%;
}

.minht1 .ser-content{
     min-height: 258px;
}
.ser-content.li{
    padding: 25px 0px 40px
}
.airc{
    padding: 75px 60px;
}

.address img{
    height: 50px;
    width: 50px;
}
.footer-logo{
    width: 150px;
}
.inner-text{
  font-size: 2.5em;
    line-height: 45px;
}
.featured-text{
  font-size: 1.3em;    line-height: 40px;
}
.banner-caption p{
      font-size: 1.2em;
}
.footer-content {
    margin-right:6%
}
/*.nav-brand img {
    width: 64%;
}*/

.box-group img{
    height: 250px;
 }
    }

 @media (max-width:360px) {
    .init-text br {
    display: none;
}
.init-text {
    width: 317px;
}
.page-hero .hero-text-area {
    top: 48% !important;
    }
    .modal-content{width: 80%;}
    .modal-header{padding: 10px 10px !important; }
    .modal-body{padding: 2em 1.5em} 
     .inner-text{font-size: 1.1em; line-height: 25px;}
     
 }

 @media (max-width:420px) {

     body {
         font-size:14px !important;
    }
     .d-container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container{
         width:100%;
         padding-left:4%;
         padding-right:4%;
    }
  .whats-app{
    right: 10px;
}
.footer-social-links ul li a{
    width: 30px; line-height: 30px !important;
    height: 30px;font-size: .9em !important;
}
    
    .footer-container{ display: inherit;}
    .bottom-container{ width: 100%; padding: 0px; display: inherit;}
    
    .footer-content ul li{ width: 43%; float: left;line-height: 30px;}
    .footer-social-links ul li {width: 30px;height: 30px; margin-right: 10px;}
    .footer-content:nth-child(1){ width: 100%;}
    .banner-caption-mid{ letter-spacing: -1px;}
    .whats-app img {margin-left: 0px;      }
    
     .modal-content{width: 80%;}
    .modal-header{padding: 10px 10px !important; }
    .inner-text{font-size: 1.15em; line-height: 25px;}
   
    
}
 @media (min-width:421px) and (max-width:460px){

     body {
         font-size:14px !important;
    }
     .d-container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .desk-view{
         display: none !important 
    }
     .mob-view{
         display: block !important 
    }

    .whats-app{
        right: 40px;
    }


    .footer-container{ display: inherit;}
    .bottom-container{ width: 100%; padding: 0px; display: inherit;}
  
    .footer-content:nth-child(1){ width: 100%;}
    
     .modal-content{width: 80%;}
    .modal-header{padding: 10px 10px !important; }
}

 @media  (max-width:460px){



}

 @media (min-width:461px) and (max-width:560px){

    .whats-app{
        right: 40px;
    }
     .modal-content{width: 70%;}
    .modal-header{padding: 10px 10px !important; }
   
}


@media (max-width:560px){
  [type=file] {
bottom: -20px; font-size: .9em
}
.upload-btn {
    margin-bottom: 30px;
}
.abt-container2 .welcome-detail-title2 h1 span,
.abt-container .welcome-detail-title2 h1 span{
display: block;
}
.carousel-indicators{
  display: none;
}
.contact-form h2, .location-content h2{
      font-size: 1.4em;margin-bottom: 10px
}
.location-content{
    margin-top: 10px;
}
.feature-block {
    margin-bottom: 19px;
}
.contactbg{
  padding: 30px 20px
}
.apply-form .contact-form
{
  padding: 30px
}
.playbtn{
      height: 40px;
    width: 40px;
}
.tab.gallery-tab2  {
    clear: both;
    display: flex; margin-top: 0;  

}
.tab.gallery-tab2 button {
  width: fit-content;
    padding: 5px 30px !important;
  }
.videos img{
  height: 160px; object-fit: cover;
}
.playbtn{
      height: 40px;
    width: 40px;
}
.tab.gallery-tab2 {
    clear: both;
    display: flex; margin-top: 0;
}
.videos img{
  height: 160px; object-fit: cover;
}


.service-detail h4{
  font-size: 1.4em; margin-top: 0
}
.service-lists .service-item:before{
  display: none !important;
}
.service-lists .service-item .service-detail{
  padding: 20px 15px !important
}
.service-lists .service-item{
  border: 1px solid #ebebeb;margin-bottom: 20px;
}
span.num{
display: none;
}
.service-lists .service-item img,.service-imgs .sicon{
  display: none;
}
.service-container2{
  padding: 40px 10px 0
}
.cta-container .gal-title p{
  color:#5f3d25 !important; font-size: .9em
}
.cta-container{
    margin-top: 0 ;    padding: 30px 42px  50px;
   overflow: hidden;
}

.cta-container .cta-title{
  transform: unset;
    position: unset;
}
.img-pl2,.img-pl1{
  display: none;
}
.welcome-detail2:before{
  display: none;
}
.inner-text2{
  font-size: 1.337em;
  line-height:25px;
}

  .red-bg a.know-more {
    position: absolute;
    right: 30px;
    top: 40%;
    background: #fff;
    color: #000;
}
.red-bg img{
  display: none;
}
div#statistics .col-md-4{
width: 33%; float: left;
}

  li.header-phone img {
    height: 30px;
}
li.header-phone a {
    padding: 12px 15px 12px 26px !important;
}

.footer-content ul li a{
      line-height: 30px;
}
.footer-content:nth-child(2), .footer-content:nth-child(3), .footer-content:nth-child(4) {
    margin-top: 0;
}
.img-design {
    width: 300px;
  }
.red-bg{
  padding: 20px;     margin-left: 0;
}
.gal-title {
    position: unset;
    }
    .gal-title h2{
      font-size: 1.422em;
    }
    .gal-title p{
      color: #fff; font-size: 1em
    }
body.home .gallery-container .col-md-4{
    width: 50%;
    float: left;
}

.gallery-container{
  margin-left: 10px;
  margin-right: 10px;
}
  .tab button{
       padding: 5px 6px;
    margin: 2px 1px;
    width: 49%;    font-size: .9em;
    float: left;
  }
.tab{
  display: block;
}
.service-details h2{
  font-size: 1.422em; margin-bottom: 0
}
.service-details p {
    margin: 10px 0;
}
.service-details {
    padding-left: 0;
}
.service-container{
  padding: 30px 10px 30px
}
.count-container{
  padding: 20px 0; overflow: hidden;
}
  .icon-list p{
    padding-left: 5px
  }
  .icon-list{
    padding-left: 0px;
    padding-bottom: 30px;
    padding-right: 0px;
  }
  .icon-list:nth-child(3){
    padding-bottom: 0
  }
  .img4,.img3,.bimg1,.bimg2,.building-imgs{
    display: none;
  }
  .banner-caption p{
      font-size: .9em;
  }
  .inner-text{
    font-size: 1.25em; line-height: 25px;
  }
.featured-text-inner span {
   
    font-size: .7em !important;
}
.welcome-detail-title2 h4{
      font-size: .9em;      line-height: 23px;
  margin: 0;
}
.fet-container{
  margin-top: 10px;
}
.pb-resp{
  margin-bottom: 20px;
}
.bred-arrow{
  font-size: 0.75em;
    line-height: 30px;
    padding-left: 4px;
    padding-right: 2px
}
.apply-wrapper {
    padding: 40px 0; overflow: hidden;
}
.contact-form .col-md-6:nth-child(1), .contact-form .col-md-6:nth-child(3),
.contact-form .col-md-6.col-sm-12{
    padding-right: 15px !important;
}
.contact-wrapper{
padding: 30px 0px 40px !important 
}
.col-md-4.feature-block {
    margin-top: 3em;
}
.feature-block-three .inner-box .icon-box{
  width: 60px;
    height: 60px;
    line-height: 60px;   margin-bottom: 10px;
}
.feature-block-three .inner-box .icon-box img{
  height: 34px;
}

.sidebar .sidebar-item.recent-post li{
  margin-bottom: 10px;
}
  .blog-container .meta li{
    font-size: .9em
  }
  .sidebar .sidebar-item.recent-post li .info a{
    font-size: .9em
  }
  span.post-date{
    font-size: .8em
  }
.blog-style-one{
  margin-bottom: 20px;
}
.blog-container .info h2{
  font-size: 1.22em; margin-bottom: 0; margin-top: 0
}
.sidebar .sidebar-item{
  padding: 20px;margin-bottom: 10px;
}
.gallery-container,.blog-container {
    padding-top: 30px;
    padding-bottom: 40px; overflow: hidden;
  }
.faq-container{
  padding: 40px 0;
}
span.qs-mark{
  background: unset; color: #b09a60 !important
}
  .business-items {
    margin-top: 1em;
  }

  .business-item{
    margin: 9px 10px; padding: 25px 20px;
  }

  .business-container2{
    overflow: hidden; padding-bottom: 40px;
  }
  .exam.credit-uni{
    padding: 15px 30px;
    margin-left: 0; margin-top: 0;margin-bottom: 10px;
  }
  .exam p {
    margin: 0;
  }
  .attest-dv{
    padding: 10px 25px;
    margin-top: 2em
  }
  .distance-item2 .distance-bg{
    height: unset;
  }
  .distance-c {
    margin-top: 50px !important;
}
  .nios-bg{
    padding: 30px 20px 20px;    background: #fef9f3 !important;
  }
  .distance-bg{
    padding: 60px 20px 30px
  }

  .distance-title{
        padding: 25px;
  }
  .footer-logo{
    display: none;
  }
  
.exam {
    display: block;
    width: 100%; 
  }
  .exam:last-child{
  margin-bottom: 20px;
  }
  .ed-title {
    font-size: 1.3em !important;    margin-top: 0 !important;
}
.edu-li li{
  width: 100%;
}
.edu-li{
  padding:20px 20px 20px
}
.mt-5 {
    margin-top: 2em;
}
.mt-2 {
    margin-top: 1em !important;
}
.admission-container+.admission-container{
  padding-top: 0
}
.open-li2 ul li{
  width: 100% !important
}
.spec-pad{
  padding-top: 0 !important
}
.open-li{
  padding: 25px;
  margin-bottom: 10px;
}
.open-li.phd{
  min-height: unset;
}
.phd-title{
  height: 45px
}
.spec-title
{
  font-size: 1.4em!important
}
.open-li2{
  margin-top: 30px; padding: 40px 30px 20px;
}
.open-li2 span
{
  padding: 6px 19px;
  font-size: 1em; top: -14px;
}
.admission-container{
      padding: 30px 0 40px; overflow: hidden;
}
.admission-container img{
 display: none;
}
.value-item{
  width: 100%;
  min-height: unset;
}
.value-container
{
      padding: 30px 0;
}
.mission-div h3{
      font-size: 1.5em;
}
.abt-container2
{
      padding-top: 30px;
    padding-bottom: 30px;
}
.nav-menu>li>a{
  font-size: .9em !important
}
.support-container{
  overflow: hidden; padding: 30px 0px;
}
.address p{
  padding-left: 0
}
.footer-top-wraper{
  padding: 15px 0 20px
}
.business-container{
  padding: 30px 10px 30px;
}

.i-img img{
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.couse-item span
{
  padding: 0px 13px;    font-size: .9em; line-height: 30px;
}
.couse-item{
  width: 100%;
  margin: 15px 30px;
    padding: 15px 10px 5px;
}
.couse-div
{
  padding: 40px 0px 130px
}
div#statistics{
  margin-bottom: 20px;
}
.count-up{
text-align: center;
    padding: 0;
}
.count-title h2{
  font-size: .7em; line-height: 15px;
}
.count-up h3{
      font-size: 2.377em;margin-bottom: 0;
}
.c-img img{
  height: 70px;
}
.welcome-detail h6{
      font-size: 1.1em;
}

.icon-content h4{
  font-size: 1.2em; line-height: 19px;
}
.icon-content {
    padding-left: 9px;
}
a.left.carousel-control,.carousel-control.right{
  font-size: .8em !important;
}
a.left.carousel-control{
  right: 90px !important
}
.carousel-control.right{
  right: 15px !important;
}
.apply{
display: none;
}
.footer-social-links ul li svg {
    font-size: .9em;
}

.contact-box figure {
    margin-right: 15px;
}
.submit-btn
{
    padding: 6px 20px
}
.cont-social-links li a{
      width: 40px;
    height: 40px;
    line-height: 40px;font-size: 1em;
}
.contact-box .icon img{
    height: 40px
}
.contact-box .icon
{
    width: 55px;
    height: 55px;
    line-height: 55px;
}
.contact-bg{
    padding:30px 10px 20px 20px;
}

.box-group img{
    height: 160px;
}
.ser-img{
    display: none;
}
.ser-content h1{
    line-height: 20px
}
.ser-item
{
    margin-bottom: 15px
}
.in-portfolio-item
{
    margin-bottom: 5px;
}
.in-portfolio-item .inner-img img{
    height: 200px
}
.airc{
    padding: 5px 20px;
    background: #f8f7f7;
}

ul.fet.fivecol, .col2
{
    display: block;
}

 .ser-content {
padding: 10px 20px 15px
 }
.minht1 .ser-content,.minht .ser-content {
    min-height: unset;
}
.welcome-detail-title4 h1{
    font-size: 1.22em;
}
.welcome-detail-title4 {
    margin-bottom: 20px;
}
.welcome-imgs2{
    display: none;
}
.bredcum-wraper{
        padding-bottom: 0;
}
.featured-text-inner{
    font-size: 1.4em;
    line-height: 19.32px; letter-spacing:-1px;}
.copy-right{
    line-height: 40px;
}
.designed p{
    line-height: 40px;
}
.footer-content:nth-child(4)
{
    margin-bottom: 0px !important
}

  .footer-social-links ul li {width: unset !important;margin-right: 10px;}
.footer-content ul li {
    width: 50%;
    float: left;
}
.address img{
    height: 45px;
    width: 45px;margin-right: 10px;
}
.cta-div h3{
    font-size: 1.333em;    margin-bottom: 6px;
}
.cta-div span{
    font-size: 1em;
}
.cta-btn{ 
 padding: 1px 4px 1px 20px;     bottom: -30px;
 }
 img.arrow-top {
    height: 30px!important;
    width: 30px!important;
}
.abt-container{
    padding-top: 30px;
    padding-bottom: 30px;
}

.ficon:after,.ticon:after{
display: none; 
}
ul.universities li{
    width: 100%;
}
.country-div {
    overflow: hidden;
}
section.study-container{
    padding-top: 20px; overflow: hidden;
}
.pic-txt2 {
    font-size: 1.3em;
}
.study-wrap .inner-img{
    margin-bottom: 15px
}
.study-wrap {
    margin-bottom: 50px;
}

.contact-box figure svg{
        width: 60px;
    height: 60px; padding: 15px;
}.sexy-menu.detached .nav-menu > li > a {
    padding: 12px 15px 12px 26px !important;
}
.sexy-menu.detached .header-call {
    padding: 0;
    margin-top: 0;
}
.contact-details-section .welcome-detail-title2 h1{
    font-size: 1.1em
}
.contact-box{
 margin-bottom: 10px;
}
.contact-details-section{
    padding: 40px 0 15px
}
.study-container2{
   padding: 40px 0;    overflow: hidden;
}

.testi-container .in-testimonial-item-3 {
    margin-bottom: 30px;
}
.testi-container {
    padding: 30px 10px;
}
.training-block{
    min-height: unset;
}
.training-block .lower-content{
    padding: 15px 20px 14px;
}

.featured-inner-text{
    font-size: 1.33em;line-height: 25.96px;
}
.hero-text-area-inner p{
    display: none;
}

.mission-container {overflow: hidden;    padding-bottom: 30px;
}
.vision-title h1{
    font-size: 1.323em;
}
.mission-div{
    display: block; min-height: unset; padding: 25px 25px 10px;margin-bottom: 10px;
}
.mis-img img {
    height: 100px;
}
.vision-title p {
    line-height: 26px;
}
.mission-div.bg1{
       background: #e9f8fd;margin-bottom: 20px;
}
.mission-div.bg2{
       background: #fff5df;
}
.footer-wraper{
    margin-bottom: 80px;
}
.facility-div .item {
    margin-top: 18px;
}

#popUp{
width: 300px;padding: 2% 5% 2%;    bottom: 25%;
}
#plus span{
    padding: 5px 16px 7px 14px;
    font-size: .9em;
    right:-43px
}
.side-form h1{
    font-size: 1.2em;margin-bottom: 6px;
}
.form-group {
    margin-bottom: 10px !important;
}
.side-form input[type="text"], .side-form textarea{
    padding: 10px 30px;
}
.f-links{
    display: block;padding: 25px 10px;
}
img.qleft,img.qright{
    display: none;
}
.cta-content h2{
    font-size: 2em; line-height: 30px;
    letter-spacing: 0
}

.cta-content h4{
    font-size: 1.8em; line-height: 15px;
    letter-spacing: 0
}

.cta-content h5{
    font-size: 1.5em; line-height: 10px;
    letter-spacing: 0
}

.cta-content h1{
    font-size: 2.3em; line-height: 30px;
    letter-spacing: 0; margin: 0 0 20px;
}

.cta-container img{
    display: none;
}

ul.fet li{
    width: 100%;    line-height: 30px;
    margin-bottom: 10px;
}
ul.fet li:before{
 height: 40px;
    width: 40px;
    background-size: cover;
    left: -7px;
}
.welcome-imgs{
    display: none;
}
.center{
    display: block;
}
.pic-txt{line-height:24px; 
}
.know-more{
padding: 6px 15px;
font-size: .9em; letter-spacing: 0;
}
.cta-div{
    padding: 20px 0 40px 0px;
}
 
.in-why-choose-feature-item{
    display: block;padding: 13px 20px;
}
.logo{margin-top: 0px !important; top: 0 !important}
.header-call img {
    height: 25px;
}
.header-call{
    padding: 3px 6px 3px 13px; margin-top: 10px;
}
.header-call a{
    font-size: .8em
}
.author-meta.headline h3{
    font-size: 1em
}
    .welcome-detail p{
        text-align: left; padding: 0
    }

.ser-div {
    padding-top: 25px !important;
}
#button{
    display: none;
}
.address{
    padding-right: 0; margin-bottom: 5px;margin-left: -15px;
}
.footimg{
    height: 40px; width: 40px; line-height: 40px;
}
.footimg img{
    height: 30px;
}
.copy-right span{
    display: none;
}
.client-div{
    padding: 40px 20px 40px !important
}
.facility-div{
    padding: 10px 0px;
}

.in-testimonial-item-3 span{
    line-height: 25px;
}
.in-testimonial-item-3{
    min-height: unset;
    padding: 18px
}
#fac-slider {
    margin-top: 20px;}
    .in-testimonial-item-3 .inner-text{
        margin-bottom: 0;    font-size: 1em;
    }
.img-title img {
    height: 76px;
}

.icon-container{
    padding: 0px 0 40px;
}
.page-hero .hero-text-area{
          left:1%;
}
.footer-address{
display: block;
}

.sexy-menu.detached{
    position: unset !important;
}
.welcome-container .col-md-6{
    display: none;
}
.welcome-detail-title2 {
    margin-bottom: 10px;
    margin-top: 0;
}
span.wl{
    font-size: 1em;
}
.welcome-container
{
    padding: 40px 0;
}
.welcome-detail-title2 h1
{
    font-size: 1.3em; margin-top: 0;
    line-height: 25px; margin-bottom: 5px;
}
a.book{
    padding: 10px 25px 10px;
}
   .nav-brand img {
    width: 43%;
    margin: 0px auto !important;
}
.navigation-portrait {
    height: 65px!important;
}
.featured-text
    {
       letter-spacing: 0;
    font-size: .9em;
    line-height: 22px;
    }
    
    span.btm-text{
        font-size: 1.2em;    line-height: 22px;
    }
    .init-text
    {
      font-size: .9em;    line-height: 22px;
      margin-top: 5px;
    }


.footer-content ul{
    display: block;
}

.footer-content{
    margin-bottom: 20px;
    width: 100%;
}
   .tophead{
    display: none;
   }

}


 @media (min-width:561px) and (max-width:680px){
      .modal-content{width: 70%;}
    .modal-header{padding: 10px 10px !important; }


.contact-form h2, .location-content h2{
      font-size: 1.4em;margin-bottom: 10px
}
.location-content{
    margin-top: 10px;
}
.feature-block {
    margin-bottom: 19px;
}
.contactbg{
  padding: 30px 20px
}
.apply-form .contact-form
{
  padding: 30px
}
.apply-form .contact-form
{
  padding: 50px
}
.playbtn{
      height: 40px;
    width: 40px;
}
.tab.gallery-tab2  {
    clear: both;
    display: flex; margin-top: 0;  

}
.tab.gallery-tab2 button {
  width: fit-content;
    padding: 5px 30px !important;
  }
.videos img{
  height: 160px; object-fit: cover;
}

.service-detail h4{
  font-size: 1.4em; margin-top: 0
}
.service-lists .service-item:before{
  display: none !important;
}
.service-lists .service-item .service-detail{
  padding: 20px 30px !important
}
.service-lists .service-item{
  border: 1px solid #ebebeb;margin-bottom: 20px;
}
span.num{
display: none;
}
.service-lists .service-item img,.service-imgs .sicon{
  display: none;
}
.service-container2{
  padding: 40px 10px 0
}

.cta-container .gal-title h2 span{
  color:#302f2f !important 
}
.cta-container .gal-title p{
  color:#5f3d25 !important 
}
.cta-container{
    margin-top: 0 ;    padding: 30px 30px  50px;
       overflow: hidden;
}

.cta-container .cta-title{
  transform: unset;
    position: unset;
}
.img-pl2,.img-pl1{
  display: none;
}
.welcome-detail2:before{
  display: none;
}
.inner-text2{
  font-size: 1.6em;
  line-height:25px;
}

.footer-content:nth-child(2){
  margin-top: 50px;    width: 30%;
}
.footer-content:nth-child(3){
  clear: both;
}
.footer-social-links li a{
      width: 35px;
    height: 35px;
    line-height: 35px !important;
}
.red-bg a.know-more {
    position: absolute;
    right: 60px;
    top: 40%;
    background: #fff;
    color: #000;
}
.red-bg img{
  display: none;
}
div#statistics .col-md-4{
width: 33%; float: left;
}

.support-container{
  padding: 40px 30px
}
.welcome-detail p{
padding-right:0;
}

.apply-wrapper {
    padding: 40px 0; overflow: hidden;
}
 li.header-phone img {
    height: 30px;
}
li.header-phone a {
    padding: 12px 15px 12px 26px !important;
}

.footer-content ul li a{
      line-height: 30px;
}
 .footer-content:nth-child(1){
  width: 55%
 }
 .footer-content:nth-child(3), .footer-content:nth-child(4) {
    margin-top: 0;margin-bottom: 0;
}
.img-design {
    width: 300px;
  }
.red-bg{
  padding: 20px;     margin-left: 0;
}
.gal-title {
    position: unset;
    }
    .gal-title h2{
      font-size: 1.422em;
    }
    .gal-title p{
      color: #fff; font-size: 1em
    }
body.home .gallery-container .col-md-4{
    width: 50%;
    float: left;
}

.gallery-container{
  margin-left: 10px;
  margin-right: 10px;
}
  .tab button{
       padding: 3px 6px;
    margin: 2px 1px;
    width: 49%;    font-size: .9em;
    float: left;
  }
.tab{
  display: block;
}
.service-details h2{
  font-size: 1.422em; margin-bottom: 0
}
.service-details p {
    margin: 10px 0;
}
.service-details {
    padding-left: 0;
}
.service-container{
  padding: 30px 10px 30px
}
.count-container{
  padding: 20px 0; overflow: hidden;
}
  .icon-list p{
    padding-left: 5px
  }
  .icon-list{
    padding-left: 0px;
    padding-bottom: 30px;
    padding-right: 0px;
  }
  .icon-list:nth-child(3){
    padding-bottom: 0
  }
  .img4,.img3,.bimg1,.bimg2,.building-imgs{
    display: none;
  }
  .banner-caption p{
      font-size: 1em;
  }
  .inner-text{
    font-size: 2em;
    line-height: 30px;
  }
.featured-text-inner span {
   
    font-size: .7em !important;
}
.welcome-detail-title2 h4{
      font-size: 1em;      line-height: 23px;
  margin: 0;
}
.fet-container{
  margin-top: 10px;
}
.contact-form .col-md-6:nth-child(1), .contact-form .col-md-6:nth-child(3),
.contact-form .col-md-6.col-sm-12{
    padding-right: 15px !important;
}

.contact-wrapper{
padding: 30px 0px 40px !important 
}
.col-md-4.feature-block {
    margin-top: 3em;
}
.feature-block-three .inner-box .icon-box{
  width: 60px;
    height: 60px;
    line-height: 60px;    margin-top: -17px;
}
.feature-block-three .inner-box .icon-box img{
  height: 50px;
}
.feature-block-three .inner-box{
      padding: 20px 20px 14px;
    min-height: unset;
}


   .business-items {
    margin-top: 1em;
  }
  .sidebar .sidebar-item.recent-post li .info a{
    font-size: .9em
  }
  span.post-date{
    font-size: .8em
  }
.blog-style-one{
  margin-bottom: 20px;
}
.blog-container .info h2{
  font-size: 1.22em; margin-bottom: 0;
}
.sidebar .sidebar-item{
  padding: 20px;margin-bottom: 10px;
}
.gallery-container,.blog-container {
    padding-top: 30px;
    padding-bottom: 40px; overflow: hidden;
  }

  .business-item{
    margin: 9px 10px; padding: 25px 20px;
  }

  .business-container2{
    overflow: hidden; padding-bottom: 40px; padding-top: 0px;
  }
   .distance-item2 .distance-bg{
    height: unset;
  }
  .distance-c {
    margin-top: 50px !important;
}
  .nios-bg{
    padding: 30px 20px 20px;    background: #fef9f3 !important;
  }
  .distance-bg{
    padding: 60px 20px 30px
  }
  .nios-bg{
    padding: 30px 20px 20px;
  }
  .distance-bg{
    padding: 60px 20px 30px
  }
.distance-item, .distance-item2 {
    margin-bottom: 35px;
}
  .distance-title{
        padding: 25px;
  }
.exam {
    display: block;
  }
  .ed-title {
    font-size: 1.3em !important;
}
.edu-li li{
  width: 100%;
}
.edu-li{
  padding:20px 20px 20px
}

.mt-5 {
    margin-top: 2em;
}
.open-li2 ul li{
  font-size: .9em
}
.spec-pad{
  padding-top: 0 !important
}
.spec-pad .col-md-4{
 width: 50%; float: left;
}
.open-li{
  padding: 25px;
  margin-bottom: 10px;
}
.col-md-15 {
    width: 50%;
    float: left;
}
.open-li.phd{
  min-height: 250px;
}
.phd-title{
  height: 45px
}
.spec-title
{
  font-size: 1.4em !important
}
.open-li2{
  margin-top: 30px;padding: 40px 30px 20px;
}
.open-li2 span
{
  padding: 6px 19px;
  font-size: 1em; top: -14px;
}
.admission-container{
      padding: 30px 0 40px; overflow: hidden;
}
.admission-container img{
 display: none;
}
.value-item{
  width: 100%;
  min-height: unset;
}
.value-container
{
      padding: 30px 0;
}
.mission-div h3{
      font-size: 1.5em;
}
.abt-container2
{
      padding-top: 30px;
    padding-bottom: 30px;
}

.footer-logo img {
    width: 70%;
  }
.businessdoc-list h3:before {
    top: 4px;
  }
.businessdoc-list h3{
  padding: 13px 12px 13px 55px;
}
.business-container .col-md-4{
width: 50%;
float: left;
}
.business-container .col-md-4:nth-child(3){
width: 100%;
}
div#statistics .col-md-6{
width: 50%;
float: left;
}
.nav-menu>li>a{
  font-size: .9em !important
}
.support-container{
  overflow: hidden;
}
.address p{
  padding-left: 0
}
.footer-top-wraper{
  padding: 40px 0 20px
}
.business-container{
  padding: 30px 10px 30px;
}
.support-container .icon-content{
  width: inherit;
}
.i-img img{
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.couse-item span
{
  padding: 0px 13px;    font-size: .9em; line-height: 30px;
}
.couse-item{
    width: 48%;
    margin: 0 5px 25px;
    padding: 15px 10px 5px;
    float: left;
}
.couse-div
{
  padding: 40px 0px 130px
}
div#statistics{
  margin-bottom: 20px;
}

.count-up{
 padding: 0px;
}
.count-up h3{
      font-size: 2.5em;margin-bottom: 5px;
}
.c-img img{
  height: 70px;
}
.welcome-detail h6{
      font-size: 1.1em;
}
.fet-item:nth-child(5){
  display: none;
}
.fet-list{
  display: block;
}
.fet-item {
    float: left; margin-bottom: 2px;
    width: 50%;
}
.icon-content h4{
  font-size: 1.2em; line-height: 19px;
}
.icon-content {
    padding-left: 9px;
}
a.left.carousel-control,.carousel-control.right{
  font-size: .8em !important;
}
a.left.carousel-control{
  right: 90px !important
}
.carousel-control.right{
  right: 15px !important;
}
.apply{
      padding: 5px 8px; top: 5px;
    font-size: .8em;
    letter-spacing: 0;
}
.top-header{
  display: none;
}
.submit-btn
{
    padding: 6px 20px
}
.cont-social-links li a{
      width: 40px;
    height: 40px;
    line-height: 40px;font-size: 1em;
}
.contact-box .icon img{
    height: 40px
}
.contact-box .icon
{
    width: 55px;
    height: 55px;
    line-height: 55px;
}
.contact-bg{
    padding: 30px 20px;
}

.ser-img{
    display: none;
}
.ser-content h1{
    line-height: 20px
}
.ser-item
{
    margin-bottom: 15px
}
.in-portfolio-item
{
    margin-bottom: 5px;
}
.in-portfolio-item .inner-img img{
    height: 200px
}
.airc{
    padding: 5px 20px;
    background: #f8f7f7;
}

ul.fet.fivecol, .col2
{
    display: block;
}

 .ser-content {
padding: 10px 20px 15px
 }
.minht1 .ser-content,.minht .ser-content {
    min-height: unset;
}
.welcome-detail-title4 h1{
    font-size: 1.22em;
}
.welcome-detail-title4 {
    margin-bottom: 20px;
}
.ser-strip{
    margin: 20px;
    padding: 18px 15px;
}
.ser-strip p{
    font-size: 1.1em;
}
.ser-content .col-md-3{
    width: 50%; float: left;padding: 5px;
}
.welcome-imgs2{
    display: none;
}
  
.featured-text-inner{
    font-size: 1.4em;
    line-height: 25.32px; letter-spacing: -1px;
}
.header-call a {
    padding: 0 !important;
}
.sexy-menu.detached .nav-menu > li > a {
    padding: 12px 15px 12px 26px !important;
}
.footer-content.logo-foot{
    display: none;
}
.footer-content{
   margin-bottom: 20px;
   width: 46%;
    float: left;
    margin-right: 3%;
}
  .copy-right{
    line-height: 40px;
}
.designed p{
    line-height: 40px;
}
.footer-content:nth-child(4)
{
    margin-bottom: 0px !important
}

  .footer-social-links ul li {width: unset !important;margin-right: 10px;}

.address img{
    height: 45px;
    width: 45px;margin-right: 10px;
}
.cta-div h3{
    font-size: 1.667em;
}
.cta-div span{
    font-size: 1.1em;
}
.cta-btn{ 
 padding: 1px 4px 1px 20px;     bottom: -30px;
 }
 img.arrow-top {
    height: 30px!important;
    width: 30px!important;
}
.abt-container{
    padding-top: 30px;
    padding-bottom: 30px;
}

.navigation-portrait {
    height: 70px !important;
}
ul.universities li{
    width: 100%;
}
.contact-details-section .welcome-detail-title2 h1{
    font-size: 1.1em
}


.contact-details-section{
    padding: 40px 0 20px;
}
body.gallery .col-md-4{
width: 50%;
float: left;
}

.sexy-menu.detached .nav-brand img{
    margin-top: 0px !important;
    width: 45% !important;
}
.sexy-menu.detached{
    padding: 0 !important
}
.featured-inner-text{
    font-size: 2em;line-height: 35px;
}
.hero-text-area-inner p{
    display: none;
}

.mission-container {overflow: hidden;
}
.vision-title h1{
    font-size: 1.323em;
}
.footer-wraper{
    margin-bottom: 80px;
}
.facility-div .item {
    margin-top: 18px;
}
.whats-app{
    right: 20px;
}
#popUp{
width: 300px;padding: 2% 5% 2%
}
#plus span{
    padding: 5px 16px 7px 14px;
    font-size: .8em;
    right:-43px
}
.side-form h1{
    font-size: 1.2em;margin-bottom: 6px;
}
.form-group {
    margin-bottom: 10px !important;
}
.side-form input[type="text"], .side-form textarea{
    padding: 10px 30px;
}
.f-links{
    display: block;padding: 70px 0 20px;
}

.welcome-imgs{
    display: none;
}
.center{
    display: block;
}
.pic-txt{ line-height:24px; 
}
.welcome-detail-title2 h1{
    font-size: 1.7em; line-height: 25px
}
.welcome-container .welcome-detail .col-md-4{
width: 50%; float: left;
}
.welcome-container .welcome-detail .col-md-8{
width: 100%;     clear: both;
}
.know-more{
padding: 7px 20px;
font-size: .9em;
}

  .nav-brand img{
    margin:0px auto !important; width: 50%;
} 
   .box-group img{
    height: 200px;
   }
.welcome-container .col-md-6{
    padding: 0
}
   .welcome-container{
    padding: 40px 0 
   }
.whats-app{
    right: 30px;
  } 
.ser-div {
    padding: 60px 20px !important;
}
#button{
    display: none;
}
.address{
    padding-right: 0; margin-bottom: 10px;
}
.footimg{
    height: 45px; width: 45px; line-height: 45px;
}
.footimg img{
    height: 35px;
}

.footer-address{
display: block;
}
.featured-text{
  font-size: 1.2em;
    line-height: 30px;
}
span.btm-text {
    font-size: 1.4em;
    line-height: 30px;
}
.init-text {
    font-size: 1em;
    line-height:22px;
    margin-top: 5px;
}

    body {
        font-size:14px !important;
   }
    .d-container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .top-container{
        width:100%;
        padding-left:3%;
        padding-right:3%;
   }
    .desk-view{
        display: none !important
   }
    .mob-view{
        display: block !important
   }

   .footer-container{ display: inherit;}
  
}

 @media (max-width: 680px){

     
      }


@media (min-width:600px) and (max-width:768px) and (orientation:landscape) {
 
.navigation-portrait .nav-menu{
    overflow-y: scroll !important;    height: 400px !important;
}

}
 @media (min-width:681px) and (max-width: 768px){
  .modal-content{width: 60%;}
    .modal-header{padding: 10px 10px !important; }

.contact-form h2, .location-content h2{
      font-size: 1.4em;margin-bottom: 10px
}
.location-content{
    margin-top: 10px;
}
.feature-block {
    margin-bottom: 19px;
}
.contactbg{
  padding: 30px 20px
}
.apply-form .contact-form
{
  padding: 30px
}
.contactbg .col-md-4
{
      width: 45%;
}

 .apply-form .contact-form
{
  padding: 50px
}
.playbtn{
      height: 40px;
    width: 40px;
}
.tab.gallery-tab2  {
    clear: both;
    display: flex; margin-top: 0;  

}
.tab.gallery-tab2 button {
  width: fit-content;
    padding: 5px 30px !important;
  }
.videos img{
  height: 160px; object-fit: cover;
}
.service-detail h4{
  font-size: 1.4em; margin-top: 0
}
.service-lists .service-item:before{
  display: none !important;
}
.service-lists .service-item .service-detail{
  padding: 20px 30px !important
}
.service-lists .service-item{
  border: 1px solid #ebebeb;margin-bottom: 20px;
}
span.num{
display: none;
}
.service-lists .service-item img,.service-imgs .sicon{
  display: none;
}
.service-container2{
  padding: 40px 10px 0
}
.cta-container .gal-title p{
  color:#5f3d25 !important 
}
.cta-container{
    margin-top: 0 ;    padding: 130px 33px  61px;
       overflow: hidden;
}

.cta-container .cta-title{
  left: 305px !important;
    position: absolute;
}
.img-pl2,.img-pl1{
  display: none;
}
.welcome-detail2:before{
  display: none;
}
.inner-text2{
  font-size: 1.7em;
  line-height:30px;
}

.address{
      margin-bottom: 5px;
}
.footer-top-wraper{
  padding: 30px 0
}
.tabcontent img {
    height: 300px;
    object-fit: cover;
}
.count-up h3{
  font-size: 4em;
}
.count-up {
    padding: 0 20px;
}
.top-list{
      margin-bottom: 10px;
    padding-bottom: 6px;
}
.i-img img {
    height: 40px;
    width: 40px;
    line-height:40px;
}
.icon-content h4{
  font-size: 1.367em;
}

.icon-content {
    padding-left: 4px;
}

.welcome-imgs{
  display: none;
}
.nav-brand img {
    width: 55%;
}
.welcome-detail-title2 h1{
  font-size: 1.8em; margin-bottom: 0
}
  .center{
    display: block;
  }


.footer-social-links li a{
      width: 35px;
    height: 35px;
    line-height: 35px !important;
}
.red-bg a.know-more {
    position: absolute;
    right: 100px;
    top: 40%;
    background: #fff;
    color: #000;
}
.red-bg img{
  display: none;
}
div#statistics .col-md-4{
width: 33%; float: left;
}

.support-container{
  padding: 40px 30px
}
.welcome-detail p{
padding-right:0;
}
.apply-form{
  padding:30px 20px 30px;
}
.apply-wrapper {
    padding: 40px 0; overflow: hidden;
}
 li.header-phone img {
    height: 30px;
}
li.header-phone a {
    padding: 12px 15px 12px 26px !important;
}

.footer-content ul li a{
      line-height: 30px;
}
.footer-content:nth-child(4){
  width: 30%;
}
 .footer-content:nth-child(1),.footer-content:nth-child(3){
  width: 55%
 }
.img-design {
    width: 300px;
  }
.red-bg{
  padding: 30px 60px;     margin-left: 0;
}
.gal-title {
    position: unset;
    }
    .gal-title h2{
      font-size: 1.7em;
    }
    .gal-title p{
      color: #fff; font-size: 1em
    }
body.home .gallery-container .col-md-8{
    width: 50%;
    float: left;
}
body.home .gallery-container .col-md-4:nth-child(2){
      width: 50%;
    float: left;
}
body.home .gallery-container .col-md-4{
    width: 33%;
    float: left;
}
body.home .box-group img{
  height: 180px;
}
.gallery-container{
  margin-left: 10px;
  margin-right: 10px;
}
  .tab button{
       padding: 7px 6px;
    margin: 7px 1px;
    width:33%;    font-size: .9em;
    float: left;
  }
.tab{
  display: block;
}
.service-details h2{
  font-size: 1.422em; margin-bottom: 0
}
.service-details p {
    margin: 10px 0;
}
.service-details {
    padding-left: 0;
}
.service-container{
  padding: 30px 10px 30px
}
.count-container{
  padding: 20px 0; overflow: hidden;
}
  .icon-list p{
    padding-left: 5px
  }
  .icon-list{
    padding-left: 0px;
    padding-bottom: 30px;
    padding-right: 0px;
  }
  .icon-list:nth-child(3){
    padding-bottom: 0
  }
  .img4,.img3,.bimg1,.bimg2,.building-imgs{
    display: none;
  }
  .banner-caption p{
      font-size: 1em;
  }
  .inner-text{
    font-size: 2.2em;
    line-height: 35px;
  }
.featured-text-inner span {
   
    font-size: .7em !important;
}
.welcome-detail-title2 h4{
      font-size: 1.1em;      line-height: 23px;
  margin: 0;
}
.fet-container{
  margin-top: 10px;
}
.footer-content ul li
{
      width: 50%;
    float: left;
}
.footer-content ul li a{
  line-height: 28px;
}
.address p{padding-left: 0;
}
.contact-form .col-md-6:nth-child(1), .contact-form .col-md-6:nth-child(3) ,
.contact-form .col-sm-12{
    padding-right: 15px !important 
}
.apply-wrapper {
    padding: 20px 0;
}
.apply-form{
  padding: 0px
}

.contact-wrapper{
padding: 30px 0px 40px !important 
}
.col-md-4.feature-block {
    margin-top: 3em;
}
.feature-block-three .inner-box .icon-box{
  width: 60px;
    height: 60px;
    line-height: 60px;    margin-top: -17px;
}
.feature-block-three .inner-box .icon-box img{
  height: 40px;
}
.mt-5 {
    margin-top: 2em;
}
   .business-items {
    margin-top: 1em;
  }
  .sidebar .sidebar-item.recent-post li .info a{
    font-size: .9em
  }
  span.post-date{
    font-size: .8em
  }
.blog-style-one{
  margin-bottom: 20px;
}
.blog-container .info h2{
  font-size: 1.22em; margin-bottom: 0;
}
.sidebar .sidebar-item{
  padding: 20px;margin-bottom: 10px;
}
.gallery-container,.blog-container {
    padding-top: 30px;
    padding-bottom: 40px; overflow: hidden;
  }
.blog-container .col-md-4{
width: 50%;
float:left;
}
.sidebar.col-md-4{
  width: 100%
}
.blog-container .col-md-4:nth-child(3) {
    clear: both;
}
 
.col-md-15 {
    width: 50%;
    float: left;
}
.abt-container2
{
      padding-top: 30px;
    padding-bottom: 30px;
}

.inner-area{
     
}
.footer-logo img {
    width: 70%;
  }

.welcome-detail h6{
      font-size: 1.1em;
}

a.left.carousel-control,.carousel-control.right{
  font-size: .8em !important;
}
a.left.carousel-control{
  right: 90px !important
}
.carousel-control.right{
  right: 15px !important;
}
.apply{
      padding: 5px 8px;
    font-size: .8em;
    letter-spacing: 0;
}
.top-header{
  display: none;
}

.contact-box figure {
    margin-right: 14px;
}
.contact-box.third {
    clear: both;
}
.submit-btn
{
    padding: 6px 20px
}
.cont-social-links li a{
      width: 40px;
    height: 40px;
    line-height: 40px;font-size: 1em;
}
.contact-box .icon img{
    height: 40px
}
.contact-box .icon
{
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.contact-bg{
    padding: 30px 20px;
}

.welcome-detail-title4 h1{
    font-size: 1.22em;
}
.welcome-detail-title4 {
    margin-bottom: 20px;
}
.ser-strip{
    margin: 20px;
    padding: 18px 15px;
}
.ser-strip p{
    font-size: 1.1em;
}
.ser-content .col-md-3{
    width: 50%; float: left;padding: 5px;
}
 .welcome-imgs2{
    display: none;
}

.featured-text-inner{
    font-size: 1.6em;
    line-height: 28px; letter-spacing: 0;
}
 .mob-view.home-img {
height: 73vh !important;
    object-fit: cover;
}
.sexy-menu.detached{
    padding: 0 !important
}
 .abt-container{
    padding-top: 30px;
    padding-bottom: 50px;
 }
 .fet-container{
    background-size: cover;
 }
 .icon-list:after{
    display: none;
 }
.navigation-portrait {
    height: 70px !important;
 }
.header-call a {
    padding: 0 !important;
}
.sexy-menu.detached .nav-menu > li > a {
    padding: 12px 15px 12px 26px !important;
}
.footer-content.logo-foot{
    display: none;
}
.footer-content{
   margin-bottom: 20px;
    width: 50%;
    float: left;
    margin-right: 3%;
}
  .copy-right{
    line-height: 40px;
}
.designed p{
    line-height: 40px;
}
.footer-content:nth-child(4)
{
    margin-bottom: 0px !important
}

  .footer-social-links ul li {width: unset !important;margin-right: 10px;}

.address img{
    height: 45px;
    width: 45px;margin-right: 10px;
}
.contact-box{
    width: 48%; margin-right: 2%;
    float: left; 
}
.contact-box figure svg{
        width: 60px;
    height: 60px; padding: 15px;
}
.contact-details-section{
    padding: 40px 0 0
} 
body.gallery .col-md-4{
width: 50%;
float: left;
}

.featured-inner-text{
    font-size: 2.2em;line-height: 38px;
}
.hero-text-area-inner p{
    display: none;
}

.mission-container {
   overflow: hidden;
}
.vision-title h1{
    font-size: 1.323em;
}
.mission-div{
 padding: 30px 30px; margin-bottom: 10px;
}
.mis-img img {
    height: 100px;
}
.vision-title p {
    line-height: 26px;
}
.footer-wraper{
    margin-bottom: 80px;
}
.sexy-menu.detached .nav-brand img {
    width: 50%!important; margin: 0 auto
}
.footer-content{
    margin-right: 0%;
}
.in-testimonial-item-3{
    padding: 15px  30px
}
.facility-div .item {
    margin-top: 18px;
}
.whats-app{
    right: 20px;
}
#popUp{
width: 300px;padding: 2% 5% 2%
}
#plus span{
    padding: 5px 16px 7px 14px;
    font-size: .9em;
    right:-43px
}
.side-form h1{
    font-size: 1.2em;margin-bottom: 6px;
}
.form-group {
    margin-bottom: 10px !important;
}
.side-form input[type="text"], .side-form textarea{
    padding: 10px 30px;
}
.f-links{
    display: block;padding: 60px 0 0px;
}

.know-more{
padding: 7px 20px;
font-size: .9em;
}

.whats-app{
    right: 30px;
  } 
.ser-div {
    padding-top: 25px;
}
#button{
    display: none;
}
.footer-content.logo-foot{
    display: none;
}
.footimg{
    margin: 0 auto;  height: 45px; width: 45px; line-height: 45px;
}
.footimg img{
    height: 35px;
}

.featured-text{
    letter-spacing: 0;
  font-size: 1.3em;
    line-height: 35px;
}

span.btm-text {
    font-size: 1.6em;
    line-height: 30px;
}
.init-text {
    font-size: 1em;
    line-height:22px;
    margin-top: 5px;
}

    body {
        font-size:14px !important;
   }
    .d-container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .top-container{
        width:100%;
        padding-left:4%;
        padding-right:4%;
   }
    .desk-view{
        display: none !important
   }
    .mob-view{
        display: block  !important
   }

   .copy-right{  line-height: 40px;}
   .designed p{ line-height: 40px;}
   
   .footer-container{ display: inherit;}
   .sexy-menu.detached{
    background: #fff !important
   }
  
}

 @media (max-width: 768px){
     .modal-body{padding: 2em 1.5em}
     .pagination{display:none !important;}
     .modal-header h2{ font-size:1.25em !important;}
     .contact-enquiry-box{height:40px; line-height:40px;}
     .submit-contact{ line-height:35px; padding:0px 20px;}
     .gallery-scroller{ height:auto !important;}
     .process-wraper .col-md-2{ padding-top:1.5em; padding-bottom:1.5em;}
     .modal{ display:flex; align-items: center}

  .submenu-indicator-chevron{
    border-color:transparent #fff #fff transparent !important;
  }
.footer-content:nth-child(2),.footer-content:nth-child(3){
display: none;
}
    .sexy-menu.detached {
    opacity: 1 !important;
}

.eq-ht{
  display: block !important;
}
.resp-show{
    display: block !important;
  }
 
.mob-view.home-img {
    width: 100%;
}
.nav-brand img {
    display: flex;
    align-items: center;
}

.logo {
    top: 50%!important;
    left: 50%;
    transform: translate(-50%, -50%);display: flex !important;
    align-items: center;
    justify-content: center;
}
.hide-menu a {
    width: 27%;
    line-height: 1;
    font-size: .9em;
    display: inline-block;
    float: left;
    text-align: center;
}

.nav-toggle:before {
    position: absolute;
    content: "";
    width: 40px;
    border-bottom: 3px solid #000;
    right: 0;
}
.nav-toggle:after {
    content: "";
    width: 33px;
    border-bottom: 3px solid #000;
    position: absolute;
    top: -2px;
    right: 0;
}
.owl-theme .owl-nav [class*=owl-]{
height: 30px;
    width: 30px;
}
.owl-theme .owl-nav button.owl-next{
  right: -36px !important;
}
.facility-div .lSAction{
    display: none !important;
}
.modal-header {
    padding: 0px !important;
    line-height:40px;
}
.contact-form input[type="text"], .contact-form select, .contact-form input [type="date"]{
    height: 50px;
}
.contact-form {
    padding: 30px;
}
.contact-form .form-group {
    margin-bottom: 9px;
}
   .desk-view{
         display: none !important 
    }
     .mob-view{
         display: block !important 
    }

    .nav-menu>li>a
    {
        color: #fff !important
    }

     .nav-toggle, .navigation-hidden .nav-header {display: block !important;}

    
    .banner-wrp{height: calc(100vh - 75px) !important; overflow: hidden !important }
    .home-banner {height: 100% !important;}
   

 .nav-header{ width: 100%; }
 
 .bottom-menu{ width: 45px; height:45px; border-radius: 50%; display: flex !important; justify-content: center; align-items: center; border:1px solid #e7e7e7}
 .fine-arts-bg{ display: none;}
 .fine-arts-container{ padding-top: 0px;}

 .job-opportunity{ float: left;}
 #quick_view_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  background-color: #fff ;
 }

.hide-menu{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
        padding: 15px 20px;
        display: block;
}
   
.hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 38px
}

.nav-toggle{

display: flex!important;
    align-items: center;
    width: 25px;
    height: 20px;
    cursor: pointer;
    /* border-top: 3px solid #000; */
    border-bottom: 3px solid #000;
    text-align: center;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    right: 23px !important;
    }
  

body.contact .mob-view{
    object-position: top;
}
.sexy-menu{
    position: fixed;
}
    }
 @media (min-width:769px) and (max-width:991px){

.feature-block-three .inner-box .icon-box{
  width: 60px;
    height: 60px;
    line-height: 60px;    margin-top: -17px;
}
.feature-block-three .inner-box .icon-box img{
  height: 40px;
}

.contact-form h2, .location-content h2{
      font-size: 1.4em;margin-bottom: 10px
}
.location-content{
    margin-top: 10px;
}
.feature-block {
    margin-bottom: 25px;
}
.contactbg{
  padding: 30px 20px
}
.apply-form .contact-form
{
  padding: 30px
}
.contactbg .col-md-4
{
      width: 45%;
}
.apply-form .contact-form
{
  padding: 50px
}
.playbtn{
      height: 40px;
    width: 40px;
}
.tab.gallery-tab2  {
    clear: both;
    display: flex; margin-top: 0;  

}
.tab.gallery-tab2 button {
  width: fit-content;
    padding: 5px 30px !important;
  }
.videos img{
  height: 160px; object-fit: cover;
}

.service-detail h4{
  font-size: 1.4em; margin-top: 0
}
.service-lists .service-item:before{
  display: none !important;
}
.service-lists .service-item .service-detail{
  padding: 20px 30px !important
}
.service-lists .service-item{
  border: 1px solid #ebebeb;margin-bottom: 20px;
}
span.num{
display: none;
}
.service-lists .service-item img,.service-imgs .sicon{
  display: none;
}
.service-container2{
  padding: 40px 10px 0
}

.cta-container .gal-title p{
  color:#5f3d25 !important 
}
.cta-container{
    margin-top: 0 ;    padding: 130px 33px  61px;
       overflow: hidden;
}

.cta-container .cta-title{
  left: 305px !important;
    position: absolute;
}
.img-pl2,.img-pl1{
  display: none;
}
.welcome-detail2:before{
  display: none;
}
.inner-text2{
  font-size: 1.7em;
  line-height:30px;
}
.img-dot{
  display: none;
}
.address{
      margin-bottom: 5px;
}
.footer-top-wraper{
  padding: 30px 0
}
.tabcontent img {
    height: 300px;
    object-fit: cover;
}
.count-up h3{
  font-size: 4em;
}
.count-up {
    padding: 0 20px;
}
.top-list{
      margin-bottom: 10px;
    padding-bottom: 6px;
}
.i-img img {
    height: 40px;
    width: 40px;
    line-height:40px;
}
.icon-content h4{
  font-size: 1.367em;
}

.icon-content {
    padding-left: 4px;
}

.welcome-imgs{
  display: none;
}
.nav-brand img {
    width: 55%;
}
.welcome-detail-title2 h1{
  font-size: 1.8em; margin-bottom: 0
}
  .center{
    display: block;
  }
.footer-content:nth-child(2){
  margin-top: 70px;    width: 30%;
}
.footer-content:nth-child(3){
  clear: both;
}
.footer-social-links li a{
      width: 35px;
    height: 35px;
    line-height: 35px !important;
}
.red-bg a.know-more {
    position: absolute;
    right: 100px;
    top: 40%;
    background: #fff;
    color: #000;
}
.red-bg img{
  display: none;
}
div#statistics .col-md-4{
width: 33%; float: left;
}

.support-container{
  padding: 40px 30px
}
.welcome-detail p{
padding-right:0;
}
.apply-form{
  padding:30px 20px 30px;
}
.apply-wrapper {
    padding: 40px 0; overflow: hidden;
}
 li.header-phone img {
    height: 30px;
}
li.header-phone a {
    padding: 12px 15px 12px 26px !important;
}

.footer-content ul li a{
      line-height: 30px;
}
.footer-content:nth-child(4){
  width: 30%;
}
 .footer-content:nth-child(1),.footer-content:nth-child(3){
  width: 55%
 }
 .footer-content:nth-child(3), .footer-content:nth-child(4) {
    margin-top: 0;margin-bottom: 0;
}
.img-design {
    width: 300px;
  }
.red-bg{
  padding: 30px 60px;     margin-left: 0;
}
.gal-title {
    position: unset;
    }
    .gal-title h2{
      font-size: 1.7em;
    }
    .gal-title p{
      color: #fff; font-size: 1em
    }
body.home .gallery-container .col-md-8{
    width: 50%;
    float: left;
}
body.home .gallery-container .col-md-4:nth-child(2){
      width: 50%;
    float: left;
}
body.home .gallery-container .col-md-4{
    width: 33%;
    float: left;
}
body.home .box-group img{
  height: 180px;
}
.gallery-container{
  margin-left: 10px;
  margin-right: 10px;
}
  .tab button{
       padding: 7px 6px;
    margin: 7px 1px;
    width:33%;    font-size: .9em;
    float: left;
  }
.tab{
  display: block;
}
.service-details h2{
  font-size: 1.422em; margin-bottom: 0
}
.service-details p {
    margin: 10px 0;
}
.service-details {
    padding-left: 0;
}
.service-container{
  padding: 30px 10px 30px
}
.count-container{
  padding: 20px 0; overflow: hidden;
}
  .icon-list p{
    padding-left: 5px
  }
  .icon-list{
    padding-left: 0px;
    padding-bottom: 30px;
    padding-right: 0px;
  }
  .icon-list:nth-child(3){
    padding-bottom: 0
  }
  .img4,.img3,.bimg1,.bimg2,.building-imgs{
    display: none;
  }
  .banner-caption p{
      font-size: 1em;
  }
  .inner-text{
    font-size: 2.2em;
    line-height: 35px;
  }
.featured-text-inner span {
   
    font-size: .7em !important;
}
.welcome-detail-title2 h4{
      font-size: 1.1em;      line-height: 23px;
  margin: 0;
}
.fet-container{
  margin-top: 10px;
}

.contact-form .col-md-6:nth-child(1), .contact-form .col-md-6:nth-child(3) ,
.contact-form .col-sm-12{
    padding-right: 15px !important 
}
.apply-wrapper {
    padding: 40px 0;
}
.apply-form{
  padding: 0px
}
.contact-wrapper{
padding: 30px 0px 40px !important 
}

.mt-5 {
    margin-top: 2em;
}
.business-items {
    margin-top: 1em;
  }
  .sidebar .sidebar-item.recent-post li .info a{
    font-size: .9em
  }
  span.post-date{
    font-size: .8em
  }

.col-md-15 {
    width: 50%;
    float: left;
}

.welcome-detail-title2 span{
  font-size: .9em
}
.footer-content ul li
{
  width: 50%;
  float: left;
}
.submenu-indicator-chevron
{      height: 3px!important;
    width: 3px!important;
}
.submenu-indicator {
    margin-left: 4px!important;margin-top: 7px!important;
}
.footer-logo img {
    width: 70%;
  }
.businessdoc-list h3:before {
    top: 4px;
  }

a.left.carousel-control,.carousel-control.right{
  font-size: .8em !important;
}
a.left.carousel-control{
  right: 90px !important
}
.carousel-control.right{
  right: 15px !important;
}
.apply{
      padding: 5px 8px;
    font-size: .8em;
    letter-spacing: 0;
}
li.header-phone{
  display: none !important;
}
.nav-menu>li>a{
  font-size: .5em !important
}
.nav-menu>li>a{
  padding: 19px 5px !important;
}
.nav-menu2>li>a{
  padding: 7px 5px !important;
}

.submit-btn
{
    padding: 6px 20px
}
.cont-social-links li a{
      width: 40px;
    height: 40px;
    line-height: 40px;font-size: 1em;
}
.contact-box .icon img{
    height: 40px
}
.contact-box .icon
{
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.contact-bg{
    padding: 30px 20px;
}

 .welcome-imgs2{
    display: none;
}

.featured-text-inner{
    font-size: 1.4em;
    line-height: 20px; letter-spacing: 0;
}
.address img{
    height: 50px;
    width: 50px;
}
.page-hero .hero-text-area
{
  top: 20%;
}

 .mob-view.home-img {
height: 73vh !important;
    object-fit: cover;
}
.sexy-menu.detached{
    padding: 0 !important
}
 .abt-container{
    padding-top: 30px;
    padding-bottom: 50px;
 }
 .fet-container{
    background-size: cover;
 }
 .icon-list:after{
    display: none;
 }
.navigation-portrait {
    height: 70px !important;
 }
.header-call a {
    padding: 0 !important;
}
.footer-content.logo-foot{
    display: none;
}
.footer-content{
   margin-bottom: 20px;
    width: 48%;
    float: left;
    margin-right: 3%;
}

  .copy-right{
    line-height: 40px;
}
.designed p{
    line-height: 40px;
}
.footer-content:nth-child(4)
{
    margin-bottom: 0px !important
}

  .footer-social-links ul li {width: unset !important;margin-right: 10px;}


.contact-box{
    width: 48%; margin-right: 2%;
    float: left; 
}
.contact-box figure svg{
        width: 60px;
    height: 60px; padding: 15px;
}
.contact-details-section{
    padding: 40px 0 0
}
body.gallery .col-md-4{
width: 50%;
float: left;
}

.featured-inner-text{
    font-size: 2.2em;line-height: 38px;
}
.hero-text-area-inner p{
    display: none;
}

.whats-app{
    right: 20px;
}
#popUp{
width: 300px;padding: 2% 5% 2%
}
#plus span{
    padding: 5px 16px 7px 14px;
    font-size: .9em;
    right:-43px
}
.side-form h1{
    font-size: 1.2em;margin-bottom: 6px;
}
.form-group {
    margin-bottom: 10px !important;
}
.side-form input[type="text"], .side-form textarea{
    padding: 10px 30px;
}
.f-links{
    display: block;padding: 70px 0 30px;
}
img.qleft,img.qright{
    display: none;
}

.footer-content.logo-foot{
    display: none;
}

.sexy-menu.detached .nav-menu > li > a {
    padding: 17px 6px;
}
.sexy-menu.detached .header-call {
    margin-top: 0;
}
.nav-brand img {
   width: 27%;
    margin-top: 6px!important;
}
.header-call a {
    padding: 27px 0px !important;
}

.header-call a{
    font-size: .9em
}
   .box-group img{
    height: 200px;
   }
.welcome-container .col-md-6{
 display: none;
}
   .welcome-container{
    padding: 40px 0 
   }
.whats-app{
    right: 30px;
  } 
.ser-div {
    padding-top: 25px;
}
#button{
    display: none;
}

.footimg{
    height: 45px; width: 45px; line-height: 45px;margin-right: 8px;
}
.footimg img{
    height: 35px;
}

.featured-text{
    letter-spacing: 0;
  font-size: 1.2em;
    line-height: 30px;
}
span.btm-text {
    font-size: 1.6em;
    line-height: 30px;
}
.init-text {
    font-size: 1em;
    line-height:22px;
    margin-top: 5px;
}

 body {
        font-size:14px !important;
   }
    .d-container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .top-container{
        width:100%;
        padding-left:3%;
        padding-right:3%;
   }

   
.navigation{
height: unset !important; 
}
.tophead{
    padding-top: .3em !important
}

.sexy-menu.detached .nav-brand img {
margin-top: 4px!important;
    width: 30%!important;
}
.whats-app{
        bottom: 25vh;
    right: 26px;
}
.footer-container{
    width: 100%;    padding-bottom: 0;    align-items: center;
    justify-content: center;
}

.footer-social-links ul li {
    font-size: .9em;
        width: auto;
}

.box-title
{
    font-size: 1em;
}
.box-title-sub{
    font-size: 1em;
}
}
 @media (min-width:992px) and (max-width:1022px){
.apply-form .contact-form
{
  padding: 30px
}
.feature-block {
    margin-bottom: 30px;
}
.contactbg{
  padding: 45px 60px
}
.feature-block-three .inner-box .icon-box{
  width: 60px;
    height: 60px;
    line-height: 60px;    margin-top: -17px;
}
.feature-block-three .inner-box .icon-box img{
  height: 40px;
}
.apply-form .contact-form
{
  padding: 50px
}

.playbtn{
      height: 40px;
    width: 40px;
}
.tab.gallery-tab2  {
    clear: both;
    display: flex; margin-top: 0;  

}
.tab.gallery-tab2 button {
  width: fit-content;
    padding: 5px 30px !important;
  }
.videos img{
  height: 160px; object-fit: cover;
}
.service-detail h4{
  font-size: 1.4em; margin-top: 0
}
.service-lists .service-item:before{
  display: none !important;
}
.service-lists .service-item .service-detail{
  padding: 20px 30px !important
}
.service-lists .service-item{
  border: 1px solid #ebebeb;margin-bottom: 20px;
}

.service-container2{
  padding: 40px 10px 0
}
.service-lists .service-item:nth-child(1n) .service-imgs .sicon{
  left: -33px;

}

.service-lists .service-item:nth-child(1n) .service-imgs .sicon{
  right: -33px; left: unset;

}
img.sdot1,img.sdot2{
  display: none;
}
.service-imgs .sicon img{
  height: 60px;
}
span.num,.service-imgs .sicon{
  height: 90px;
    width: 90px;
    line-height: 90px;    font-size: 3.111em;
}
.cta-container .gal-title p{
  color:#5f3d25 !important 
}
.cta-container{
    margin-top: 0 ;    padding: 130px 33px  61px;
       overflow: hidden;
}

.cta-container .cta-title{
  left: 416px !important;
    position: absolute;
}
.img-pl2,.img-pl1{
  display: none;
}
.welcome-detail2:before{
  display: none;
}
.inner-text2{
  font-size: 1.7em;
  line-height:30px;
}
.img-dot{
  display: none;
}
.address{
      margin-bottom: 5px;
}
.footer-top-wraper{
  padding: 30px 0
}
.tabcontent img {
    height: 300px;
    object-fit: cover;
}
.count-up h3{
  font-size: 4em;
}
.count-up {
    padding: 0 20px;
}
.top-list{
      margin-bottom: 10px;
    padding-bottom: 6px;
}
.i-img img {
    height: 40px;
    width: 40px;
    line-height:40px;
}
.icon-content h4{
  font-size: 1.367em;
}

.icon-content {
    padding-left: 4px;
}
.nav-brand img {
    width: 55%;
}
.welcome-detail-title2 h1{
  font-size: 1.8em; margin-bottom: 0
}
.footer-social-links li a{
      width: 35px;
    height: 35px;
    line-height: 35px !important;
}
.gal-title {
    left: -161px;
    top: 20%;
}
div#statistics .col-md-4{
width: 33%; float: left;
}

.support-container{
  padding: 40px 30px
}
.welcome-detail p{
padding-right:0;
}
.apply-form{
  padding:30px 20px 30px;
}
.apply-wrapper {
    padding: 40px 0; overflow: hidden;
}


.footer-content ul li a{
      line-height: 30px;
}

.img-design {
    width: 300px;
  }
.red-bg{
  padding: 30px 60px;     margin-left: 0;
}

    .gal-title h2{
      font-size: 1.8em;
    }
    .gal-title p{ font-size: .9em
    }

body.home .box-group img{
  height: 150px;
}
.gallery-container{
  margin-left: 10px;
  margin-right: 10px;
}
  .tab button{
       padding: 7px 6px;
    margin: 7px 10px;
     font-size: .9em;
  }

.service-details h2{
  font-size: 1.422em; margin-bottom: 0
}
.service-details p {
    margin: 10px 0;
}
.service-details {
    padding-left: 0;
}
.service-container{
  padding: 30px 10px 30px
}
.count-container{
  padding: 20px 0; overflow: hidden;
}
  .icon-list p{
    padding-left: 5px
  }
  .icon-list{
    padding-left: 0px;
    padding-bottom: 30px;
    padding-right: 0px;
  }
  .icon-list:nth-child(3){
    padding-bottom: 0
  }
.img4{
  height: 100px
}
.welcome-imgs .img2{
  display: none;
}
  .banner-caption p{
      font-size: 1em;
  }
  .inner-text{
    font-size: 2.2em;
    line-height: 35px;
  }
.featured-text-inner span {
   
    font-size: .7em !important;
}
.welcome-detail-title2 h4{
      font-size: 1.1em;      line-height: 23px;
  margin: 0;
}
.fet-container{
  margin-top: 10px;
}
.contact-form .col-md-6:nth-child(1), .contact-form .col-md-6:nth-child(3) ,
.contact-form .col-sm-12{
    padding-right: 15px !important 
}
.apply-wrapper {
    padding: 40px 0;
}
.apply-form{
  padding: 0px
}
.contact-wrapper{
padding: 30px 0px 40px !important 
}

.col-md-15 {
    width: 33%;
    float: left;
}
.open-li.phd{
  min-height: 250px;
}

.welcome-detail-title2 span{
  font-size: .9em
}
.inner-area{
     left: 60% !important
}
.submenu-indicator-chevron
{      height: 3px!important;
    width: 3px!important;
}
.submenu-indicator {
    margin-left: 4px!important;margin-top: 7px!important;
}
.footer-logo img {
    width: 70%;
  }

.welcome-detail h6{
      font-size: 1.1em;
}

a.left.carousel-control,.carousel-control.right{
  font-size: .8em !important;
}
a.left.carousel-control{
  right: 90px !important
}
.carousel-control.right{
  right: 15px !important;
}
.apply{
      padding: 5px 8px;
    font-size: .8em;
    letter-spacing: 0;
}

.nav-menu>li>a{
  padding: 25px 10px !important;  font-size: .6em !important
}
 li.header-phone img {
    height: 30px;
}
li.header-phone a {
    padding: 20px 10px !important
}
.nav-menu2>li>a{
  padding: 7px 5px !important;
}
.submit-btn
{
    padding: 6px 20px
}
.cont-social-links li a{
      width: 40px;
    height: 40px;
    line-height: 40px;font-size: 1em;
}
.contact-box .icon img{
    height: 40px
}
.contact-box .icon
{
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.contact-bg{
    padding: 30px 20px;
}

img.ser2{
    display: none;
}
.welcome-imgs2{
    margin-right: 0;
}
.bredcum-wraper{
}
.featured-text-inner{
   letter-spacing: 0;
    font-size: 1.7em;
    line-height: 30px;
}
 
.inner-text{
    font-size: 1.1em; line-height: 35px
}
.in-contact-page-content{
    padding: 25px 30px;     
}
.contact-box figure svg{
        width: 60px;
    height: 60px; padding: 15px;
}
.contact-details-section{
    padding: 60px 0 0
}

.whats-app{
    right: 20px;
}
#popUp{
width: 300px;padding: 2% 3% 2%
}
#plus span{
    padding: 5px 16px 7px 14px;
    font-size: .9em;
    right:-43px
}
.side-form h1{
    font-size: 1.2em;margin-bottom: 6px;
}
.form-group {
    margin-bottom: 10px !important;
}
.side-form input[type="text"], .side-form textarea{
    padding: 10px 30px;
}
.f-links{
    display: block;padding: 60px 20px 30px;
}

.welcome-detail-title2 h1{
    font-size: 1.6em; line-height: 25px
}
.welcome-container .welcome-detail .col-md-4{
width: 50%; float: left;
}
.welcome-container .welcome-detail .col-md-8{
width: 100%;     clear: both;
}
.know-more{
padding: 7px 20px;
font-size: .9em;
}
.footer-content.logo-foot{
    display: none;
}

.sexy-menu.detached .nav-menu > li > a {
    padding: 17px 8px;
}
.sexy-menu.detached .header-call {
    margin-top: 0;
}
.nav-brand img {
        width: 50%;
    margin-top: 0px !important;
}
.sexy-menu.detached{
  padding-bottom: 0 !important
}
.sexy-menu.detached .nav-brand img{
     width: 50% !important;margin-top: 0px !important;
}
.header-call a {
    padding: 27px 0px !important;
}

.header-call a{
    font-size: .9em
}
   .box-group img{
    height: 200px;
   }
.welcome-container .col-md-6{
 display: none;
}
   .welcome-container{
    padding: 40px 0 
   }
.whats-app{
    right: 30px;
  } 
.ser-div {
    padding-top: 25px;
}
#button{
    display: none;
}
.address{
    margin-bottom: 10px;
}
.footimg{
    height: 45px; width: 45px; line-height: 45px;margin-right: 8px;
}
.footimg img{
    height: 35px;
}

.init-text {
    font-size: 1em;
    line-height:22px;
    margin-top: 5px;
}

.footimg{
    height: 45px; width: 45px; line-height: 45px;margin-right: 8px;
}
.footimg img{
    height: 35px;
}

.client-div{
    padding: 40px 20px 90px !important
}

.in-testimonial-item-3 span{
    line-height: 25px;
}
#fac-slider {
    margin-top: 20px;}
    .in-testimonial-item-3 .inner-text{
        margin-bottom: 0;
    }
.featured-text{
    letter-spacing: 0;
  font-size: 2.6em;
    line-height: 40px;
}

span.btm-text {
    font-size: 1.8em;
    line-height: 30px;
}
.init-text {
    font-size: 1em;
    line-height:22px;
    margin-top: 5px;
}


    body {
        font-size:14px !important;
   }
    .d-container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .top-container{
        width:100%;
        padding-left:1%;
        padding-right:1%;
   }

   .footer-logo img{
    width: 50%;
   }
  
.navigation{
height: unset !important; 
}
.tophead{
    padding-top: .3em !important
}

.whats-app{
        bottom: 25vh;
    right: 26px;
}
.footer-container{
    width: 100%;
    padding-bottom: 0
}

 .copy-right{ width: 22%; text-align: left; line-height: 50px;}
 .designed {
    width: 78%;
    text-align: right;
    line-height: 50px;
}
.designed p{
      line-height: 50px;
}
.footer-wraper{
    display: flex;
}
.back-to-top{
    display: none;
}
.welcome-title
 {
    font-size: 1.333em;
        line-height: 20px;
 }
 .welcome-title-middle{
    font-size: 2.6em
 }

 
}

