@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;800&display=swap');

body{
    overflow-x: hidden;
}
:root{
	--black1:#070501;
	--black2:#1A1A1A;
	--primary-color : #F4A419;
    --title-color : #161515;
	--white : #fff;
    --gradient : linear-gradient(180deg, var(--yellow) 0%, #FDD503 100%)

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp12: clamp(11px, 0.700vw, 11px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--calmp17: clamp(14px, 0.88541vw, 17px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp35: clamp(22px, 1.822vw, 35px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}



/* headmenu */
.headmenu{
	background-color: #210e01;
	padding: 10px 0;
}
.innerhead{
	width: 93%;
	margin: 0 auto;
}
.headdetails li{
	float: left;
	list-style: none;
	color: white;
	margin-right: 25px;
}
.headsocial i{
	color: white;
	margin-left:20px;
}
/* headmenu */

/* topmenu */
.topmenu{
	position: relative;
	background-color: transparent;
	height: 100px;
	width: 93%;
	margin: 0 auto;
}
.topmenu li{
	float: left;
	list-style: none;
	line-height: 100px;
	margin: 0 10px;
}
.topmenu li a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    font-size: var(--clamp16);
}
.logo{
	margin-top: 20px;
}
.btn{
	margin-top: 25px;
}
.btn a{
	color: white;
	font-size: var(--clamp22);
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	font-weight: 700;
}
.btn span {
    background-color: var(--primary-color);
    height: 50px;
    width: 50px;
    padding: 10px;
    border-radius: 50px;
    display: inline-block;
}
.btn span i {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 7px;
}
.trackform {
    background-color: white;
    padding: 50px 35px;
    margin-top: 190px;
}
.herocontent h2 {
    font-size: var(--clamp48);
    color: white;
    line-height: 65px;
    font-weight: 400;
}
.herocontent span{
	font-weight: 700;
	color: var(--primary-color);
}
.trackform a{
	text-decoration: none;
	font-weight: 700;
}
.herocontent h5{
	font-size: var(--clamp18);
	color: white;
	font-weight: 400;
	line-height: 35px;
}
/* heroslider */
.heroin{
	margin-top: 5%;
}
.heroslider{
	background-image: url("../img/bg.jpg");
	background-position: center;
	background-size: cover;
	height: 100vh;
	width: 100%;
	position: relative;
}
.trackform input[type="text"]{
	height: 50px;
	margin-bottom: 20px;
	border-radius: 0;
	box-shadow: none;
}
.trackform button{
	background-color: var(--primary-color);
	padding: 15px 20px;
	border: none;
	font-weight: 600;
	width: 100%;

}
/* heroslider */

.countblock{
	background-color: white;
	position: relative;
	top: -70px;
	text-align: center;
	padding: 30px 15px;
	border-radius: 10px;
	box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.thehomeblock h2{
	font-size: var(--clamp38);
	font-weight: 400;
}
.thehomeblock h4{
	font-size: var(--clamp18);
	font-weight: 600;
}
/* aboutus */
.aboutpage{
	padding: 50px 0;
}
.abtimg{
	overflow: hidden;
	border-radius: 10px;
}
.abtcontent{
	position: absolute;
	background-color: white;
	padding: 50px 30px;
	left: -80px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.abtcontent h3{
	font-size: var(--clamp35);
	font-weight: 400;
}
.abtcontent p{
	font-size: var(--clamp18);
	font-weight: 400;
}
@media screen and (min-width: 320px) and (max-width: 575px) {
	.abtcontent {
        position: relative;
        background-color: white;
		left: 0 !important;
		top: 0 !important;
        padding: 50px 30px;
        transform:none !important;
        margin-top: 25px;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
	.abtcontent {
        position: relative;
        background-color: white;
		left: 0 !important;
		top: 0 !important;
        padding: 50px 30px;
        transform:none !important;
        margin-top: 25px;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
	.abtcontent {
        position: relative;
        background-color: white;
		left: 0 !important;
		top: 0 !important;
        padding: 30px 30px;
        transform:none !important;
        margin-top: 25px;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    }
}
/* aboutus */

/* Footer */
.footer{
	background-color: #000000;
	padding: 50px 0;
	text-align: center;
}
.footercontent a{
	color: whitesmoke;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	font-size: var(--clamp16);
	margin: 0 10px;
}
.footercontent{
	border-top: solid 1px #333;
	margin-top: 15px;
	padding-top: 15px;

	padding-bottom: 15px;
}
.footersocial{
	margin-top: 15px;
	padding-top: 0px;
	border-bottom: solid 1px #333;
	padding-bottom: 15px;
}
.footersocial i{
	color: white;
}
.footersocial a{
	margin: 0 10px;
}
.branding{
	margin-top: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
}
.branding h6{
	color: white;
	font-size: var(--clamp14);
	font-weight: 400;
	letter-spacing: 0.5px;
}
.logo img {
    height: 75px;
}
.footerlogo img {
    height: 150px;
}
/* Footer */
.menubar{
	display: none;
}
.page-title{
    text-align:center;
    padding:30px 0;
}
.page-title h1{
    font-size:var(--clamp50);
    font-weight:bold;
}
.page-title p{
    font-size:var(--clamp24);
    font-weight:400;
}

/* services */
.services{
    padding: 30px 0;
}
.serblock{
	text-align: center;
	border: solid 1px #eee;
	padding: 30px 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	height: auto;
}
.heroinner{
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
}
.herocontent h4 {
    color: white;
    font-size: 16px;
    font-weight: 300;
}
.herocontent h4 i{
	margin-right: 15px;
}
.serimg {
    border-radius: 50px;
    height: 150px;
    width: 150px;
    overflow: hidden;
    margin: 0 auto;
	margin-bottom: 15px;
}
.sercont h5{
	font-size: var(--clamp24);
	font-weight: 600;
}
.sercont p{
	font-size: var(--clamp16);
	font-weight: 400;
}
.serimg img{
    border-radius: 100px;
    height: 150px;
    width: 150px;
	object-fit: cover;
    overflow: hidden;
}
.cusmenu {
    border: solid 1px #ccc !important;
    margin: 15px 0  !important;
    border-radius: 10px !important;
    padding: 15px !important;
}
.cusmenu li{
	list-style: none;
	line-height: 35px;
	margin-left: -0px;
}
.cusmenu li a{
	text-decoration: none;
	padding-left: 30px;
	color: #222;
	text-decoration: none;
	font-weight: 700;
}
.mainsection{
	margin: 30px 0;
}
.otherpages{
    background-image: url("../img/bg.jpg");
    background-position: center;
    background-size: cover;
    height: 160px !important;
    width: 100%;
    position: relative;
}
.cusmainmenu button {
    background: var(--primary-color);
    padding: 3px 15px;
    border: none;
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 6px;
}
.closebtn{
	position: absolute;
	right: 10px;
	top: 0px;
}
.closebtn i{
	font-size: 40px;
}
.how-details h3 {
	margin-top: 20px;
}
.sidemain{
	height: 100px;
}
.sidemenu li{
	list-style: none;
	line-height: 35px;
}
.sidemenu li a{
	text-decoration: none;
	color: #000000;
	padding-left: 30px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1px;
}
.trackform input[type="password"] {
    height: 50px;
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: none;
}

.mobilethings{
	display: none;
}

.topmenu-section {
    background-color: transparent;
    height: 80px;
    margin-bottom: -65px;
}
.topmenu-section .logo img {
    height: 69px;
    position: absolute;
    top: 45px;
}
.topmenu-section .website-menu li{
    list-style: none;
    float: left;
    margin-left: 30px;

}

.topmenu-section .website-menu ul{
    float: right;
    margin-top: 12px;
}
.topmenu-section .website-menu ul li a{
    color: #222;
    text-decoration: none;
    font-weight: 500;

}
.topmenu-section .website-menu .splcontact{
    background-color: #090b0f;
    padding: 10px 25px;
    border-radius: 50px;
    color: white;
    padding-bottom:12px;
}
.mobilemenus{
    display: none;
}
.menubar{
    display: none;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .topmenu-section .website-menu a{
        display:none;
    }
    .logo {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    .mobilemenus{
        display: block;
        background-color: white;
        position: fixed;
        left: -320px;
        width: 320px;
        height:100%;
        transition: ease-in-out 0.3s;
        border-right: solid 1px #eee;
    }
    .innermenulogo{
        margin-left: 25px;
        margin-top: 10px;
    }
    .menubar{
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .menubar i{
        font-size: 30px;
    }
    .innersidemenu{
        border-bottom: solid 1px #eee;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .closebtn{
        right: 20px;
        top: 30px;
    }
    .closebtn i{
        font-size: 35px;
    }
    .mobmenus li{
        list-style: none;
        line-height: 40px;
    }
    .mobmenus li:hover{
        background-color: #eee;
    }
    .mobmenus{
        margin-top: 15px;
        cursor: pointer;
    }
    .mobmenus li a{
        text-decoration: none;
        font-size: var(--clamp26);
        color: #000000;
        font-weight: 500;
        padding-left: 30px;
        display: block;
        padding-bottom: 3px;
    }
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {
    .topmenu-section .website-menu a{
        display:none;
    }
    .logo {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    .mobilemenus{
        display: block;
        background-color: white;
        position: fixed;
        left: -400px;
        width: 400px;
        transition: ease-in-out 0.3s;
        height:100%;
        border-right: solid 1px #eee;
    }
    .innermenulogo{
        margin-left: 25px;
        margin-top: 10px;
    }
    .innersidemenu{
        border-bottom: solid 1px #eee;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .closebtn{
        right: 20px;
        top: 30px;
    }
    .closebtn i{
        font-size: 35px;
    }
    .mobmenus li{
        list-style: none;
        line-height: 40px;
    }
    .menubar{
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
        cursor: pointer;
    }
    .menubar i{
        font-size: 30px;
    }
    .mobmenus li:hover{
        background-color: #eee;
    }
    .mobmenus{
        margin-top: 15px;
    }
    .mobmenus li a{
        text-decoration: none;
        font-size: var(--clamp26);
        color: #000000;
        font-weight: 500;
        padding-left: 30px;
        display: block;
        padding-bottom: 3px;
    }
}

/* gallery */
.gallery_sec{
    width:100%;
    padding:80px 0;
  }
  .heading{
    width:100%;
    text-align:center;
  }
  .heading h2{
    font-size:30px;
    font-weight:bold;
    border-bottom:2px solid #000;
    padding-bottom:25px;
  }
  .gallery_sec img{
    width:100%;
    margin-bottom:30px;
    height:250px;
  }
  
  .gallery_sec a {
      position: relative;
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
  }
  
  
  .gallery_sec a::before {
      position: absolute;
      content: "";
      width: 30px;
      height: 30px;
      background: none;
      background-size: contain;
      background-repeat: no-repeat;
    top:45%;
    left:50%;
    transform:translate(-50%, -50%);
  }
  
  .gallery_sec img {
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
  }
  
  .gallery_sec a:hover img {
      position: relative;
      width: 100%;
  }
  
  .gallery_sec a:hover img {
      opacity: 0.2;
  }
  
  .gallery_sec a:hover::before {
      position: absolute;
      content: "";
      width: 50px;
      height: 50px;
      background: url(https://i.ibb.co/3fMkjjF/Resize.png);
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 99;
  }

  .gallery{
    height:300px;
    border:solid 1px #eee;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .gallery img{
    height: 100%;
  }
  .gimg{
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  
/* gallery */
