body{  font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
background: #fff;
overflow-x: hidden !important;
}


.sec-padding {padding: 60px 0px;}
.navbar-dark {padding: 10px 15px;}
/*BACK TO TOP BUTTON CSS STRAT*/
.back-to-top {
position: fixed;
display: none;
right: 45px;
bottom: 45px;
z-index: 99;
}
/*BACK TO TOP BUTTON CSS CLOSE*/


.after-border:after {
position: absolute;
content: '';
width: 100px;
height: 5px;
background:  #fea116;
left: 5px;
bottom: 0;
}
ul.list-simple {
padding: 0px;
}
ul.list-simple li {
margin-bottom: 10px;
margin-left: 20px;
list-style: circle;
}
ul.list-simple li::marker {
color: #fea116;
/* font-size: 24px; */
}
/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
position: relative;
margin-left: 25px;
padding: 35px 0;
font-size: 15px;
color: #fff;
text-transform: uppercase;
font-weight: 500;
outline: none;
transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
color: #fbbb04 !important;
}

.navbar-dark .navbar-brand img {
max-height: 70px;
transition: .5s;
}

.sticky-top.navbar-dark .navbar-brand img {
max-height: 45px;
}


/*** Hero Header ***/
.hero-header.sec-padding {
padding: 150px 15px 100px;
}
.hero-header h3 {
color: #fff;
font-size: 20px;
font-weight: 600;
}
.hero-header h1 {
font-size: 59px;
color: #fff;
font-weight: 600;
margin: 10PX 0px 20px;
}
.banner-buttons {
display: flex;
gap: 20px;
}
.banner-buttons a {
background: #0e63ff;
padding: 12px 20px;
display: inline-block;
width: 160px;
text-align: center;
color: #fff;
font-weight: 500;
gap: 11px;
border-radius: 50px;
font-size: 16px;
}
.banner-buttons a.Portfolio-btn {
background: #fff;
color: #000;
}
.banner-buttons a.Portfolio-btn:hover {
background: #0e63ff;
color: #fff;
}
.banner-buttons a:hover{background: #fff;color: #000;}
.hero-header {
background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/home-slider.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

h1.logo-header {
font-weight:bold;
color: #ffffff !important;
}
.hero-header img {
animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate { 
100% { 
transform: rotate(360deg); 
} 
}
/*** Section Title ***/

/*What We Offer START CSS*/
.what-we-offer-sec.sec-padding {
background: #f9f9f9;
}
.why-choose-us a.btn-blue:Hover {
background: #000;
color: #fff;
}

.sec-padding {
padding: 60px 0px 60px;
}
h2.head-main {
text-align: center;
margin-bottom: 40px;
font-weight: 600;
font-size: 34px;
position: relative;
color: #0e63ff;
/* font-family: 'Poppins'; */
}
h2.head-main.after-border {
position: relative;
padding-bottom: 15px;
}
h2.head-main.after-border:after {
position: absolute;
content: '';
width: 100px;
height: 5px;
background: #fea116;
left: 0;
bottom: 0;
right: 0;
}
h2.head-main.after-border.center::after {
margin: 0px auto;
}
.what-we-offer-sec .service-item {
background: #fff;
padding: 0px;
height: 100%;
min-height: 500px;
box-shadow: 0px 0px 10px #f1f1f1;
border-radius: 10px;
transition: 0.5s;
}
.what-we-offer-sec .service-item:hover {
box-shadow: 0 0 45px rgba(0, 0, 0, .2);
cursor: pointer;
}
.what-we-offer-sec .service-item:hover .service-img img {
transform: scale(1.2);
}

.what-we-offer-sec .service-item img {
width: 100%;
height: 280px;
object-fit: cover;
}
.what-we-offer-sec .service-item h3 {
font-size: 20px;
font-weight: 600;
margin: 0px 0px 15px;
color: #0e63ff;
}
.what-we-offer-sec .service-item p {
font-size: 16px;
}
img{width: 100%;}

.what-we-offer-sec .service-item .service-img {
position: relative;
overflow: hidden;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
transition: 0.5s;
}
.what-we-offer-sec .service-item .service-img img {
transition: 0.5s;
}
.what-we-offer-sec .service-item:hover a.btn-blue {
background: #000000;
color: #fff;
}

.what-we-offer-sec .service-item a.btn-blue:hover {
background: #000;
color: #fff;
}


/*What We Offer START CLOSED*/

/*WHY CHOOSE US CSS START*/
.why-choose-us h2.head-main {
text-align: left;
margin: 10px 0px 20px;
}
.why-choose-us .box-offer h3 {
font-size: 18px;
font-weight: 600;
}
.why-choose-us .box-offer p {
color: #363333;
}
.why-choose-us a.btn-blue:Hover {
background: #000;
color: #fff;
}

/*WHY CHOOSE US CSS CLOSE*/

/*GET IN TOUCH CSS START*/
.get-in-touch h2.head-main {
margin-bottom: 20px;
}
.get-in-touch p {
text-align: center;
margin-bottom: 40px;
}
.contact-form label.form-label {
color: #000;
font-weight: 500;
}
.contact-form input, .contact-form textarea {
color: #000;
}
.contact-form input:placeholder, .contact-form textarea:placeholder {
color: #000;
}
button.btn.btn-send {
background: #0e63ff;
padding: 12px 20px;
display: inline-block;
width: 160px;
text-align: center;
color: #fff;
font-weight: 500;
gap: 11px;
border-radius: 50px;
font-size: 16px;
}

button.btn.btn-send:hover {background: #000; color: #fff;}
/*GET IN TOUCH CSS CLOSED*/

/*ABOUT US PAGE CSS START*/
.hero-header.inner-banner h1 {
font-size: 36px;
color: #fff;
font-weight: 600;
margin: 0PX 0px 0px;
}
.hero-header.sec-padding.inner-banner {
padding-bottom: 80px;
text-align: center;
}


/*** Footer ***/
.footer {
background: #000;
color: #fff;
font-size: 14px;
padding: 60px 0px;
}
.footer h4.section-title:after {
position: absolute;
content: '';
width: 50px;
height: 2px;
background: #fea116;
left: 0;
bottom: 0;
}
.footer h4.section-title {
font-weight: 500;
font-size: 30px;
font-weight: 600;
color: #fff;
margin-bottom: 20px;
position: relative;
padding-bottom: 10px;
}
.footer .btn.btn-social {
margin-right: 5px;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
border: 1px solid #FFFFFF;
border-radius: 35px;
transition: .3s;
}

.footer .btn.btn-social:hover {
background: #000;
}
.footer .btn.btn-link {
display: block;
margin-bottom: 7px;
padding: 0;
text-align: left;
color: #d2d2d2;
font-size: 14px;
font-weight: normal;
text-transform: capitalize;
transition: .3s;
}
a.message-us-on-whatsapp img {
    width: 20px;
    margin-right: 7px;
}
a.message-us-on-whatsapp {
    color: #000000;
    background: #ffffff !important;
    display: block;
    width: fit-content;
    padding: 12px 15px;
    margin: 15px 0px;
    display: flex;
    align-items: center;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 500;
}
a.message-us-on-whatsapp:hover {
    background: #0e63ff !important;
    color: #fff;
}

.footer .contact-info-footer i {
font-weight: bold;
font-family: 'Font Awesome 5 Free';
font-style: normal;
color: #d5cbbd;
margin-right: 7px;
left: 0;
position: absolute;
top: 1px;
}
.footer .btn.btn-social:hover {
    background: #0e63ff;
    border-color: #0e63ff;
}
.footer .contact-info-footer a.btn.btn-link {
position: relative;
padding-left: 25px;
}
.footer .btn.btn-link::before {
position: relative;
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 10px;
}

.footer .btn.btn-link:hover {
letter-spacing: 1px;
box-shadow: none;
color: #fea116;
}

.footer .copyright {
padding: 25px 0;
font-size: 15px;
border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
color: var(--light);
}

.footer .footer-menu a {
margin-right: 15px;
padding-right: 15px;
border-right: 1px solid rgba(255, 255, 255, .1);
}
.footer .contact-info-footer a.btn.btn-link:before{display: none;}
.footer .footer-menu a:last-child {
margin-right: 0;
padding-right: 0;
border-right: none;
}
.footer-copy-right {
padding: 20px;
text-align: center;
position: relative;
color: #000;
font-size: 16px;
}

/*RESPONSIVE CSS START*/
@media (max-width:1400px) {
.what-we-offer-sec .service-item {min-height: 570px;}
}
@media (max-width:1080px) {
.footer .row .col-lg-3.col-md-6 {width: 50%;}
.footer .row .col-lg-3.col-md-6:nth-child(3), .footer .row .col-lg-3.col-md-6:nth-child(4) {margin-top: 30px;}
.position-relative.mx-auto.contact-info-footer {margin: 0px 0px 15px !important;}

}

@media (max-width: 990px) {
.sticky-top.navbar-dark { position: relative;}
.hero-header h1 { font-size: 46px;}
h2.head-main {font-size: 24px;}
.hero-header.sec-padding {
padding: 70px 15px 120px;
}
.colum-reverse .row {display: flex;flex-direction: column-reverse;}
.container, .container-sm, .container-md {
max-width: 95% !important;
width: 100%;
}

.navbar-dark .navbar-collapse {
margin-top: 15px;
border-top: 1px solid rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-nav .nav-link,
.sticky-top.navbar-dark .navbar-nav .nav-link {
padding: 10px 0;
margin-left: 0;
}

.navbar-dark .navbar-brand img {
max-height: 45px;
}
.what-we-offer-sec .service-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.what-we-offer-sec .service-item {
height: 100%;
min-height: 100%;
margin-bottom: 30px;
}
.contact-form {
margin-top: 30px;
}
.hero-header.sec-padding .col-lg-6.animated.slideInLeft {
margin-bottom: 50px;
}
.main-header .container.position-relative.p-0 {
width: 100%;
max-width: 100% !important;
/* padding: 0px 15px !important; */
}
}

@media (min-width: 992px) {
.navbar-dark {
position: absolute;
width: 100%;
top: 0;
left: 0;
z-index: 999;
background: transparent !important;
}
.sticky-top.navbar-dark {
position: fixed;
background: rgb(0 0 0 / 75%) !important;
}
.sticky-top.navbar-dark a.navbar-brand.p-0 {
top: 5px !important;
position: relative;
}
}

@media (max-width: 767px) {
.hero-header.sec-padding {padding: 50px 15px 50px;}
.hero-header h1 {font-size: 38px;}
.banner-buttons {gap: 15px;margin-bottom: 20px;}
.banner-buttons a{font-size: 14px;}    
h2.head-main {font-size: 28px;}
.what-we-offer-sec .box-offer {margin-bottom: 20px;}
.why-choose-us .box-offer h3 {font-size: 16px;}
.contact-form {MARGIN-TOP: 30PX;}
.py-5 {padding: 20px 10px !important;}
p { font-size: 14px;}

.sec-padding {padding: 30px 10px;}
.footer .btn.btn-link {font-size: 14px;}
.footer .row .col-lg-3.col-md-6 {margin-bottom: 30px;}
.footer .row .col-lg-3.col-md-6:last-child {margin: 0px;}
.footer h4.section-title {font-size: 26px;margin-bottom: 20px !important;}
.footer {padding: 50px 15px;}

}
@media (max-width: 680px) {
.footer .row .col-lg-3.col-md-6 {
width: 100%;
}
.footer .row .col-lg-3.col-md-6:nth-child(3), .footer .row .col-lg-3.col-md-6:nth-child(4) {
margin-top: 0px;
}

}

@media (max-width: 400px) {
.hero-header h1 {  font-size: 32px;}
.banner-buttons a {    padding: 12px 10px;display: inline-block; width: 170px;}
.banner-buttons { gap: 10px;}




}