

* { margin: 0; padding: 0; border: none; outline: none !important; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-shadow: none; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; }

html,
body { padding: 0; margin: 0; border-radius: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
em { font-style: normal; }

a,
button,
input,
input[type="buttton"],
input[type="submit"],
.btn { transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; outline: none !important; text-decoration: none; font-style: normal; text-decoration: none; }
input { width: 100%; }
img, figure { max-width: 100%; max-height: 100%; margin: 0; padding: 0; }
ul, li { list-style: none; margin: 0; padding: 0; }
a,
a:hover,
a:focus {
  text-decoration: none;
}
.basic_btn {font-family: "Montserrat", sans-serif;  font-size: 16px; font-weight: 600; line-height: 20px; text-decoration: none; padding: 12px 37px; background-color: #1C1C1C; color: #F6F2F2; 
box-shadow: 0px 3px 10px #0000005C; border-radius: 22px; display: inline-block; }
.basic_btn:hover { background-color: #E8A705; color: #1C1C1C; transition: all 0.3s ease; cursor: pointer; }
.ylw_btn{background-color: #E8A705; color: #FFFFFF;}
.ylw_btn:hover{background-color: #FFFFFF; color: #1C1C1C; transition: all 0.3s ease; cursor: pointer;}

a { font-size: 16px; font-weight: 600; color: #FFFFFF; line-height: 20px; text-decoration: none; display: inline-block; }
.container { max-width: 1170px; margin: 0 auto; padding: 0 15px; position: relative; }


/* footer */
footer{background-color: #1C1C1C; padding: 0px 0px 45px; }
.footer_heading h2{font-size: 14px; font-weight: 600; line-height: 21px; color: #FFFFFF; text-transform: capitalize; font-family: "Montserrat", sans-serif; margin-bottom: 3px; margin-top: 0px; margin: 0px;}

.footer_heading ul li a{font-size: 14px; font-weight: 400; line-height: 21px; color: #FFFFFF; font-family: "Montserrat", sans-serif; text-transform: capitalize;}
.footer_heading ul li a:hover{color: #E8A705; transition: all 0.3s ease; cursor: pointer;}
.footer_heading ul li{margin-bottom: 3px;}
.footer_heading ul li:last-child{margin-bottom: 0px;}
.social_icons{display: flex; align-items: center; gap: 16px; margin-top: 23px;}
.social_icons li a{height: 22px; width: 22px; background-color: #FFFFFF; border-radius: 50%; color: #1C1C1C; display: flex; justify-content: center; align-items: center; opacity: 1; padding: 3px; }
.social_icons li a:hover{transform: translateY(-5px); transition: all 0.3s ease; cursor: pointer;}
.footer_wrapper{display: flex; flex-wrap: wrap; border-bottom: 1px solid #707070; padding-bottom: 81px; }
.footer-logo{width: 23%; padding-right: 20px;}
.footer_list{width: 58%; padding: 0 15px 0 10px; display: flex; }
.footer-menu1{width: 120px;}
.footer-menu2{width: 230px;}
.footer-menu3{width: 280px;}
.footer_right{width: 19%;}
.copyright{padding-top: 18px; text-align: center;}
.copyright p{color: #fff;}
.copyright span{ font-size: 12px; font-weight: 400; line-height: 17px; color: #919191; opacity: 1; font-family: "Montserrat", sans-serif;   display: inline-block; text-transform: capitalize;  }

@media(max-width:1365px) {
footer{padding: 0px 0px 40px; } 
}
@media(max-width:1199px) {
 .footer_list{gap: 20px; padding: 0 10px 0 20px; } 
 .footer_wrapper{padding-bottom: 50px;}
 .footer_heading ul li a{font-size: 12px;} 
}
@media(max-width:991px) {
.footer_wrapper{padding-bottom: 35px;}
footer{padding: 0px 0px 35px;} 
.footer-logo{width: 100%; text-align: center; margin-bottom: 25px; padding-right: 0px;}
.footer_list{width: 75%;}
.footer_right{width: 20%;}
.footer_list{gap: 20px; padding: 0 10px 0 0px; }
.copyright{    padding-top: 10px;} 
}

@media(max-width:767px){
.footer-logo{order: 1;}
.footer_list{width: 100%; order: 3; margin-top: 20px;}
.footer_right{width: 100%; margin-top: 5px; text-align: center; order: 2;}
.social_icons{justify-content: center;}
.footer_wrapper{padding-bottom: 20px;}
.footer-logo a{max-width: 155px;}
footer{padding: 0px 0px 30px; } 
.footer_list{gap: 10px;}
}
@media(max-width:575px){
.footer-logo{width: 100%; margin-bottom: 12px;}
.footer-logo a{max-width: 98px;}
.footer_list{width: 100%; grid-template-columns: repeat(1,1fr); padding: 0; }
.footer_right{width: 100%; margin-top: 7px;}
.footer_list{gap: inherit;} 
.footer_heading{margin-bottom: 15px;}
.footer_heading ul{display: flex; flex-wrap: wrap;row-gap: 5px; column-gap: 17px; }
.footer_heading h2 {font-size: 18px; line-height: 18px; margin-bottom: 7px;}
.footer-menu1, .footer-menu2, .footer-menu3{width: 100%;}
.footer_list{flex-wrap: wrap;}
.footer_list .footer_heading {width: 50%; padding: 0px;}
.footer_list .footer_heading  ul li{width: 100%;}
}