/* @import url('https://fonts.googleapis.com/css2?family=Allison&display=swap'); */
html{
	scroll-behavior: smooth;
}
body{
    overflow-x:hidden;
}
body::-webkit-scrollbar {
    width: 4px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: #f8ae00;
    outline: 1px solid #f8ae00;
    border-radius: 5px;
}
.header .headerUp {
    padding: 10px 0px;
    width: 100%;
    position: relative;
    border-bottom: 3px solid #f8ae00;
    position: relative;
}
.header.sticky{
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 99999999999999;
    background: #fff;
    transition: 0.5s all ease;
}
.header .headerUp .phoneMail .phone a {
    margin-right: 20px;
    border-right: 1px solid #f8ae00;
    padding-right: 20px;
    height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .headerUp .phoneMail .mail a {
    height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .headerUp .phoneMail .phone i {
    font-size: 14px;
    color: #f8ae00;
    font-weight: 400;
    margin-right: 5px;
}

.header .headerUp .phoneMail .phone span {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.mail i {
    font-size: 14px;
    color: #f8ae00;
    font-weight: 400;
    margin-right: 5px;
}

.mail span {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.header .headerUp .social ul {
    display: flex;
    height: 18px;

}

.header .headerUp .social ul li {
    font-size: 14px;
    margin-right: 10px;
    padding-right: 10px;
}

.header .headerUp .social ul li:last-child {
    margin-right: 0px;
    border-right: none;
    padding-right: 0px;
}

.header .headerUp .social ul li a {
    color: #fff;
}

.header .headerUp .social .mail {
    height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
}


.header .logoMenu {
    padding: 10px 0;
    position: relative;
}

.header .logoMenu .logo {
    width: 10%;
}

.header .logoMenu .logo a{
    display: inline-block;
}
.icon-close2 {
    display: none;
}

.icon-menu {
    display: none;
}

.logoMenu .menu>ul {
    display: flex;
    padding: 5px 0;
}

.logoMenu .menu>ul li {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    transition: 0.5s all ease;
    position: relative;
    cursor: pointer;
}

.logoMenu .menu>ul li a {
    color: #000;
}
.logoMenu .menu>ul li a i{
    color: #f8ae00;
}

.logoMenu .menu>ul li ul li:hover {
    background: #043651;
}

.logoMenu .menu>ul>li>ul>li:hover>a,
.logoMenu .menu>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}

.logoMenu .menu>ul li a .icon-caret-down,
.logoMenu .menu>ul li a .icon-caret-right {
    margin-left: 5px;
}

.logoMenu .menu>ul>li>ul {
    position: absolute;
    left: 0;
    z-index: 9999;
    background: #fff;
    top: 100%;
    border-radius: 4px;
    width: 200px;
    transform: rotateX(90deg);
    transform-origin: top;
    transition: 0.5s all ease;
    box-shadow: 0 0 5px #000;
}

.logoMenu .menu>ul>li:hover>ul {
    transform: rotateX(0deg);
    transition: 0.5s all ease;
}

.logoMenu .menu>ul>li>ul>li>ul {
    position: absolute;
    left: 100%;
    z-index: 9999;
    background: #fff;
    top: 0%;
    border-radius: 4px;
    width: 200px;
    transform: rotateY(90deg);
    transform-origin: left;
    transition: 0.5s all ease;
    box-shadow: 0 0 5px #000;
}

.logoMenu .menu>ul>li>ul li:hover>ul {
    transform: rotateY(0deg);
    transition: 0.5s all ease;
}

.logoMenu .menu ul li ul li ul li {
    position: relative;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    font-size: 16px;
    align-items: center;
}
.logoMenu .login a{
    background: #f8ae00;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 25px;
    transition: 0.5s all ease;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border-radius: 25px;
    border: 1.5px solid #f8ae00;
    box-shadow: 0 0px 10px #f3f3f3;
}
.logoMenu .login a:hover{
    background: #000;
    color: #fff;
    transition: 0.5s all ease;
    border: 1.5px solid #000;
}
.logoMenu .login a i{
    margin-left: 10px;
    font-size: 16px;
}

.logoMenu .subMenu{
    position: absolute;
    width: 50%;
    height: 30px;
    right: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 5px 5px #000;
    border-radius: 3px 0 0 3px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 999999;
}




/* hero  */
.hero{
    background: linear-gradient(#00000030, #00000030), url("img/bg.jpg") no-repeat top center / cover;
    padding: 50px;
}
.aboutHero{
    background: linear-gradient(#00000080, #00000080), url("img/slider-1.jpg") no-repeat center center / cover;
    padding: 100px;
}
.servicesHero{
    background: linear-gradient(#00000080, #00000080), url("img/slider-2.jpg") no-repeat center center / cover;
    padding: 100px;
}
.aboutHero h1,
.servicesHero h1{
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 15px;
}
.aboutHero h4,
.servicesHero h4{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.aboutHero h4 a,
.servicesHero h4 a{
    color: #fff;
}
.aboutHero h4 span,
.servicesHero h4 span{
    color: #f8ae00;
}
.bgNone{
    display: none;
}
.hero h5 {
    color: #f8ae00;
    font-size: 20px;
    letter-spacing: 6px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 0 5px #000;
}
.hero h1 {
    font-size: 50px;
    font-weight: 800;
    margin: 20px 0;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.hero h1 span {
    color: #f8ae00;
}

.hero p {
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    text-shadow: 0 0 5px #000;
}

.hero p a,
.aboutUs .right p a{
    background: #f8ae00;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 25px;
    transition: 0.5s all ease;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border-radius: 25px;
    text-shadow: 0 0 0 #000;
}
.hero p a i{
    display: inline-block;
    margin-left: 8px;
}
.hero p a:hover,
.aboutUs .right p a:hover{
    background: #000;
    color: #fff;
    transition: 0.5s all ease;
}
/* hero  */
/* about  */
.aboutUs{
    padding: 50px 0 50px 0;
}
.aboutUs .left{
    width: 48%;
}
.aboutUs .right h5{
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #f8ae00;
}
.aboutUs .right h2{
    font-weight: 700;
    text-transform: capitalize;
    font-size: 35px;
    color: #111111;
    margin-bottom: 10px;
}
.aboutUs .right h2 span{
    color: #f8ae00;
}
.aboutUs .right p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #757f95;
}
.aboutUs .right ul {
    margin-bottom: 15px;
}
.aboutUs .right ul li {
    display: flex;
    color: #757f95;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20x;
}

.aboutUs .right ul li i {
    display: inline-block;
    color: #f8ae00;
    margin-top: 10px;
    margin-right: 10px;
}
.aboutUs .right{
    width: 48%;
    position: relative;
    height: auto;
}
.aboutUs .right p.inb{
    display: inline-block;
}
/* about  */
/* cta  */
.cta{
    background: #f8ae00;
    padding: 100px 0;
    position: relative;
}
.cta .shape-5{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.cta .shape-6{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.cta .left{
    width: 65%;
    border-right: 1px solid #fff;
}

.cta .left h1{
    color: #fff;
    font-size: 38px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 600;
}
.cta .left p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.cta .right h1{
    color: #fff;
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 600;
}
.cta .right p{
    display: inline-block;
}
.cta .right p a{
    background: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 25px;
    transition: 0.5s all ease;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border-radius: 25px;
    border: 1.5px solid #f8ae00;
}
.cta .right p a:hover{
    background: #fff;
    color: #111;
    transition: 0.5s all ease;
    border: 1.5px solid #000;
}
.cta .right p a i{
    margin-left: 10px;
}
/* cta  */

.Services {
    padding: 70px 0px 180px 0px;
    background: #fcfcfc;
}

.Services h5 ,
.features h5 {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #f8ae00;
}

.Services h2 ,
.features h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 35px;
    color: #111;
    margin-bottom: 50px;
}

.Services .allServices {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}

.Services .allServices .sinServices {
    width: calc(31% - 40px);
    box-shadow: 0px 10px 60px 0px #ddd;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 20px;
    transition: 0.5s all ease;
}
.Services .allServices .sinServices:hover {
    transition: 0.5s all ease;
    margin-top: 20px;
}

.Services .allServices .sinServices .ServicesImg {
    width: 100%;
    height: 235px;
    position: relative;
    border-radius: 10px;
}
.Services .allServices .sinServices .ServicesImg img {
    height: 100%;
    object-fit: cover;
    width: 100%;

}

.Services .allServices .sinServices .ServicesImg .icon {
    background: #f8ae00;
    position: absolute;
    bottom: -30px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.Services .allServices .sinServices .ServicesImg .icon span {
    margin-right: 10px;
}

.Services .allServices .sinServices .ServicesInfo {
    padding: 20px;
}
.Services .allServices .sinServices .ServicesInfo h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: 0.5s all ease;
}
.Services .allServices .sinServices .ServicesInfo h5 a:hover {
    color: #f8ae00;
    transition: 0.5s all ease;
}

.Services .allServices .sinServices .ServicesInfo h5 a {
    color: #111111;
}
.Services .allServices .sinServices .ServicesInfo p {
    font-size: 14px;
    line-height: 24px;
    color: #818181;
    margin-bottom: 10px;
    text-align: justify;
}

.Services .allServices .sinServices .ServicesInfo p a {
    background: #f8ae00;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 25px;
    transition: 0.5s all ease;
    position: relative;
    cursor: pointer;
    border-radius: 6px;
    border-radius: 25px;
    border: 1.5px solid #f8ae00;
    box-shadow: 0 0px 10px #ddd;
    display: inline-block;
    margin-top: 5px;
}
.Services .allServices .sinServices .ServicesInfo p a:hover {
    background: #111111;
    color: #fff;
    border: 1.5px solid #000;
    box-shadow: 0 0px 10px #ddd;
}







.features{
    padding: 80px 0px;
    background: linear-gradient(#00000069, #00000069), url('img/slider-1.jpg') no-repeat bottom center / cover;
}
.features .container{
    align-items: flex-start;
}
.feat{
    background: linear-gradient(#00000069, #00000069), url('img/shape-3.jpg') no-repeat bottom center / cover;
    display: flex;
    padding: 50px;
    border-radius: 10px;
    justify-content: space-around;
    margin-top: -230px;
    margin-bottom: 60px;
}
.feat .sin .img{
    width: 50px;
    height: 50px;
    padding: 15px;
    background: #f8ae00;
    border: 5px solid #fff;
    border-radius: 50%;
    margin: 15px auto;
}
.feat .sin h1{
    color: #fff;
    text-align: center;
}
.feat .sin h4{
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}


.features h2{
    color: #fff;
}
.features p.serDes{
    font-weight: 600;
}
.features .service{
    box-shadow: 0px 0px 10px #111;
    padding: 20px 2%;
    width: 19%;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    transform: rotateY(0deg);
}

.features .service:nth-child(even){
    margin-top: 25px;
}
.features .service .serIcon{
    width: calc(90px - 40px);
    height: calc(90px - 40px);
    box-shadow: 0px 0px 10px #ddd;
    border: 5px solid #000;
    margin: 0 auto;
    border-radius: 50%;
    background: #f8ae00;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: 0.8s all ease;
}
.features .service:hover .serIcon{
    transform: rotateY(360deg);
    margin-bottom: 20px;
    transition: 0.8s all ease;
}
.features .service .serInfo h4{
    color: #111;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.features .service .serInfo p{
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #111111;
    text-align: justify;

}
.features .service .serInfo a{
    background: #060a2d;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 9px 18px;
    border-radius: 5px;
    border: 2px solid #060a2d;
    display: inline-block;
    box-shadow: 0px 0px 10px #ddd;
}
.features .service .serInfo a:hover{
    transition: 0.5s all ease-in-out;
    background: #fff;
    color: #060a2d;
    border: 2px solid #060a2d;
}





.Testimonial{
    padding: 80px 0px;
    background: linear-gradient(#000000bf, #00000069), url('img/bg1.avif') no-repeat bottom center / cover;
}
.Testimonial>h5{
    color: #f8ae00;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.Testimonial h2{
    color: #fff;
    text-align: center;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 30px;
}
.Testimonial h2 span{
    color: #f8ae00;
}
.Testimonial .allTestimonial .sinTest{
    background: #fff;
    margin: 0 10px;
    border-radius: 7px;
    padding: 15px;
}
.Testimonial .allTestimonial .sinTest .imgBox{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}
.Testimonial .allTestimonial .sinTest .imgBox::after{
    content: "";
    width: 50px;
    height: 50px;
    border-top: 2px solid #f8ae00;
    border-right: 2px solid #f8ae00;
    position: absolute;
    right: 0;
    top: 0;
    border-radius:0 5px 0 0;
}
.Testimonial .allTestimonial .sinTest .imgBox img{
    width: 50px;
    height: 50px;
    border-left: 3px solid #f8ae00;
    border-right: 3px solid #f8ae00;
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
}
.Testimonial .allTestimonial .sinTest .imgBox h4{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.Testimonial .allTestimonial .sinTest .imgBox h5{
    font-size: 14px;
    font-weight: 500;
    color: #f8ae00;
}
.Testimonial .allTestimonial .sinTest p{
    font-size: 13px;
    margin-bottom: 10px;
}
.Testimonial .allTestimonial .sinTest ul{
    display: flex;
}
.Testimonial .allTestimonial .sinTest ul li{}
.Testimonial .allTestimonial .sinTest ul li i{
    color: #f8ae00;
}






.footer{
	background: #111111;
	padding: 50px 0px 0px 0px;
}
.footer .container{
    gap: 3%;
}
.flogo{
    flex: 1.5;
}
.flogo a{
    display: block;
    margin-bottom: 20px;
}
.flogo img{
    width: 200px;
}
.flogo p,
.fSocial p{
    color: #c7c7c7;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}
.flogo ul li a span{
    font-size: 13px;
    color: #c7c7c7;
}

.Company, 
.account, 
.fSocial{
    flex: 1;
}
.kuteShop h4, 
.Company h4, 
.account h4, 
.fSocial h4{
	margin-bottom: 20px;
	color: #f1f1f1
}
.Company ul, 
.account ul{
	display: block;
} 
.Company ul li, 
.account ul li{
	display: flex;
    align-items: center;
	font-size: 14px;
	margin: 8px 0px;
}

.Company ul li a, 
.account ul li a{
	color: #c7c7c7;
}

.Company ul li i, 
.account ul li i{
	color: #f8ae00;
    margin-right: 10px;
}
.fSocial ul.socialIcon{
	margin-bottom: 10px;
}
.fSocial ul.socialIcon li a{
    background: #f8ae00;
	color: #000;
	display: grid;
	place-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 13px;
    margin-right: 10px;
}


.fSocial ul.contactDetails{
    justify-content: left;
    margin-bottom: 10px;
}
.fSocial ul.contactDetails li{
    font-size: 13px;
    margin-bottom: 10px;
}
.fSocial ul.contactDetails li a{
    color: #fff;
    display: flex;
    align-items: center;
}
.fSocial ul.contactDetails li a i{
    color: #000;
    background: #f8ae00;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
}



.copyRight{
	padding: 20px 0px;
	border-top: 1px solid #f8ae00;
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 14px;
}








.bookForm{
    width: 300px;
}
.bookForm  form{
    box-shadow: 0 0px 5px #ddd;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.bookForm  form h4{
    font-size: 22px;
    color: #111;
    font-weight: 500;
    margin-bottom: 10px;
    background: #f8ae00;
    text-align: center;
    padding: 10px 0;
}
.bookForm  form .row{
    flex-direction: column;
    padding: 10px 20px;
}
.bookForm  form .field{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.bookForm  form .field label{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 7px;
}
.bookForm  form input{
    padding: 10px 15px;
    border-radius: 25px;
    border: 2px solid #ddd;
    width: calc(100% - 30px);
}
.bookForm  form select{
    padding: 10px 15px;
    border-radius: 25px;
    border: 2px solid #ddd;
}
.bookForm  form input[type="submit"]{
    background: #111111;
    color: #f8ae00;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 25px;
    transition: 0.5s all ease;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border-radius: 25px;
    border: 1.5px solid #000;
    width: 100%;
}
.bookForm form input[type="submit"]:hover{
    background: #f8ae00;
    color: #000;
    transition: 0.5s all ease;
    border: 1.5px solid #f8ae00;
}






.popbookForm{
    width: 300px;
}
.popbookForm  form{
    box-shadow: 0 0px 5px #000;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.popbookForm  form h4{
    font-size: 22px;
    color: #111;
    font-weight: 500;
    margin-bottom: 10px;
    background: #f8ae00;
    text-align: center;
    padding: 10px 0;
}
.popbookForm  form .row{
    flex-direction: column;
    padding: 10px 20px;
}
.popbookForm  form .field{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.popbookForm  form .field label{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 7px;
}
.popbookForm  form input{
    padding: 10px 15px;
    border-radius: 25px;
    border: 2px solid #ddd;
    width: calc(100% - 30px);
}
.popbookForm  form select{
    padding: 10px 15px;
    border-radius: 25px;
    border: 2px solid #ddd;
}
.popbookForm  form input[type="submit"]{
    background: #111111;
    color: #f8ae00;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 25px;
    transition: 0.5s all ease;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border-radius: 25px;
    border: 1.5px solid #000;
    width: 100%;
}
.popbookForm form input[type="submit"]:hover{
    background: #f8ae00;
    color: #000;
    transition: 0.5s all ease;
    border: 1.5px solid #f8ae00;
}

.popup{
    background: #0000008c;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    display: grid;
    place-content: center;
    transform: scale(0);
    transition: 0.5s all ease;
    z-index: 999999999999999999999;
    display: none!important;
}
.popup.active{
    transition: 0.5s all ease;
    transform: scale(1);
}





.contactUs{
    padding: 75px 0;
}
.contactUs .details{
    display: flex;
    gap: 2%;
    margin-bottom: 40px;
}
.contactUs .details .sin{
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    padding: 30px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    width: 23%;
    border-radius: 5px;
}
.contactUs .details .sin::after{
    content: '';
    width: 40px;
    height: 40px;
    border-top: 1px solid #f8ae00;
    border-right: 1px solid #f8ae00;
    border-radius: 0 10px 0 0;
    position: absolute;
    top: 30px;
    right: 30px;
    transition: 0.5s all ease;
}
.contactUs .details .sin:hover::after{
    width: 70px;
    height: 70px;
    transition: 0.5s all ease;
}
.contactUs .details .sin i{
    background: #f8ae00;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    display: inline-block;
}
.contactUs .details .sin h4{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contactUs .details .sin p{
    font-size: 13px;
    color: #111111;
}
.contactUs .getInTouch{
    display: flex;
    gap: 3%;
    box-shadow: 0 0 20px #ddd;
    padding: 20px;
}
.contactUs .getInTouch .left{
    border: 4px solid #f8ae00;
    padding: 10px;
    border-radius: 5% 50% 50% 50%;
    width: 47%;
}
.contactUs .getInTouch .left img{
    border-radius: 5% 50% 50% 50%;
}
.contactUs .getInTouch .right{
    width: 47%;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}
.contactUs .getInTouch .right h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contactUs .getInTouch .right p{
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #111111;
}
.contactUs .getInTouch .right form{}
.contactUs .getInTouch .right form input,
.contactUs .getInTouch .right form textarea{
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.contactUs .getInTouch .right form input[type="text"]{
    width: calc(48% - 30px);
}
.contactUs .getInTouch .right form input[type="email"]{
    width: calc(48% - 30px);
}
.contactUs .getInTouch .right form input[type="tel"]{
    width: calc(100% - 30px);
}
.contactUs .getInTouch .right form textarea{
    width: calc(100% - 30px);
}
.contactUs .getInTouch .right form input[type="submit"]{
    background: #f8ae00;
    border: 1px solid #f8ae00;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
}
.contact-map{width: 100%;}
.contact-map iframe{
    width: 100%;
    height: 400px;
}






.whatsapp{
    position: fixed;
    top: 90vh;
    left: 20px;
    cursor: pointer;
    display: grid;
    place-content: center;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.whatsapp p{
    display: flex;
    align-items: center;
}
.whatsapp p i{
    width: 50px;
    height: 50px;
    background: #49e670;
    display: grid;
    place-content: center;
    border-radius: 50%;
    font-size: 28px;
    color: #fff;
    margin-right: 15px;
    position: relative;
}
.whatsapp p i::after{
    content: "";
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #49e670;
}
.whatsapp p span{
    background: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ddd;
    color: #000;
}