@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body{
    font-family: 'Poppins', sans-serif;
 }
:root{
	--title-color:#2e4458;
	--text-color:#6d7578;
    --theme-grey : #f7f9fc;
	--primary-color : #00ab55;
	--secound-color:#ff9812;
	--white : #fff;
    --hover : rgb(0,171,85); 
    --lightcolor : #e5f6ee;
    --lightblue : #ecf6fa;
    --footer-bg : #090b0f;

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--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);
--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);
}

/* Footer */
.footer{
    background-color: var(--footer-bg);
    padding: 50px 0;
    padding-top: 80px;
    padding-bottom: 0;
}  
.footer .footer-sec1 h3{
    color: white;
    font-size: var(--clamp34);
    line-height: 40px;
    font-weight: 500;
}
.footer .footer-sec1 h4{
    color: lightgrey;
    font-size: var(--clamp18);
    line-height: 40px;
    font-weight: 500;
}
.footer img{
    height: 50px;
}
.footer2{
    border-top:solid 1px #333;
    padding: 20px 0;
    margin-top: 30px;
}
.footer-bottom h5{
    color: grey;
    font-size: var(--clamp16);
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 1px;
}
.footer-bottom2 ul{
    float: right;
}
.footer-bottom2 ul li{
    float: left;
    list-style: none;
    margin: 0px 10px;
}
.footer-bottom2 ul li a{
    color: grey;
    font-size: var(--clamp14);
    line-height: 30px;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 1px;
    transition: ease-in 0.3s;
}
.footer-bottom2 ul li a:hover{
    color: var(--secound-color);
}
.clearlink a{
    text-decoration: none;
}
/* Footer Ends */

/* Topmenu Starts */
.topsection{
    background-color: var(--title-color);
    padding: 5px;
    padding-top: 15px;
}
.topsection h4{
    color: white;
    padding: ;
    font-size: var(--clamp16);
    line-height: auto;
    font-weight: 300;
}
.topsection a{
    background:#222;
    padding:2px 12px;
    border-radius: 50px;
    text-decoration: none;
    color: white;
    margin: 0 5px;
    font-size: var(--clamp18);
    font-weight: 300;
}
.logo img{
    height: 60px;
    padding: 10px;
}
.menus ul li{
    float: left;
    list-style: none;
    margin: 10px 18px;
}
.menus ul li a {
    text-decoration: none;
    font-weight: 600;
    color: var(--title-color);
    font-size: var(--clamp16);
    letter-spacing: 0.5px;
}
.topmenu-btn button{
    background-color: var(--secound-color);
    padding: 10px 25px;
    border:none;
    border-radius: 50px;
    color: white;
    letter-spacing: 1px;
    font-size: var(--clamp16);
    font-weight: 300;
}
.topmenu-btn2 button{
    height: 50px;
    width: 50px;
    margin-left: 20px;
    border-radius: 10px;
    border:none;
}

/* slider */
.slider{
    height: 600px;
    background-color: #f8f8f8;
}
/* banner code */
.the-banner{
    background-color: #f8f8f8;
    text-align: center;
    background-image: url("../img/carrear.jpg");
    background-size: cover;
    background-position: center;
}
.inner-banner{
    background-color: rgba(0,0,0,0.7);
    padding: 100px 0;
}
.inner-banner h2{
    color: white;
    font-size: var(--clamp36);
    font-weight: 300;
    letter-spacing: 1.5px;
}
/* banner Code Ends */
/* contact us */
.contact_us{
    padding: 100px 0;
}
.con-form{
    padding: 50px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.con-form input[type="text"]{
    margin-bottom: 10px;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
}
.con-form textarea,.con-form textarea:hover,.con-form textarea:focus{
    height: 150px;
    box-shadow: none;
}
.con-form button,.con-form button:hover{
    background-color: var(--secound-color);
    padding: 10px;
    text-align: center;
    width: 100%;
    box-shadow: none;
    border:none;
    margin-top: 20px;
}
.con-icon{
    background-color: #f8f8f8;
    height: 100px;
    width: 100px;
}
.con-info{
    margin: 20px 0;
}

/* Contact us */
/* Services */
.servies{
    padding: 100px 0;
}
.service-block{
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}
.website-details li{
    font-size: var(--clamp18);
    text-align: left;
}
.website-details{
    padding-left: 20px;
    overflow-y: auto;
    height: 300px;
}
.website-details button{
    padding: 7px 30px;
    border:none;
    margin-top: 15px;
    font-size: var(--clamp16);
    background-color: #128C7E;
    color: white;
    border-radius: 20px;
}
.service-in h4{
    text-align: center;
}
.servies a{
    text-decoration: none;
    color: #222;
}
.service-img img{
    width: 100%;
}
.service-in{
    padding: 20px;
    font-weight: 500;
    font-size: var(--clamp30);
}
/* Services Block Ends */