@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none;
    font-family: Poppins, sans-serif
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    transition: all .3s ease-in-out
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0
}

dl,
ol,
p,
ul {
    margin-bottom: 0;
    font-size: 16px;
    padding: 0;
    font-family: "Merriweather", serif;

}

img {
    width: 100%
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: -100%;
    top: 0;
    background-color: rgb(0 0 0 / 71%);
    overflow-x: hidden;
    transition: .5s
}

.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: .3s
}

.overlay a:focus,
.overlay a:hover {
    color: #f1f1f1
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px
}

@media screen and (max-height:450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px
    }
}

.menu-btn {
    float: right;
     display: none;
}

.menu-btn a i {
    font-size: 30px;
    color: var(--c1)
}

.responsive-menu-btn a {
    width: max-content;
    margin: 22px auto
}

.responsive-logo a {
    width: 100%;
    margin: 0 auto
}

.overlay.active {
    left: 0
}

.responsive-logo {
    width: 80%;
    margin: 0 auto
}

.call-now {
    width: 60px;
    height: 60px;
    color: var(--color-primary);
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    padding: 0 0;
    line-height: initial;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, .71);
    padding: 0;
    border: solid 3px var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dda019;
    color: #fff
}

:focus {
    outline: 0
}


input::placeholder, textarea::placeholder {
    color: #333333;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.slick-arrow {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    z-index: 999;
    bottom: -60px;
    margin: auto 0;
    transition: all .4s;
    border-radius: 50px;
    box-shadow: 0 31.299px 59.303px 0 rgba(10, 4, 60, .06);
    position: absolute;
    top: 20px;
}

.slick-prev {
    left: -95px;
}

.slick-next {
    right: -95px;
}

.banner-item input,
.banner-item select,
.banner-item textarea {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    border-radius: 10px;
    margin: 5px 0;
    background-color: #F5F5F580;
    border: 1px solid #F5F5F5;
    color: #333333;
}

.banner-item textarea {
    padding-top: 10px;
    height: 120px
}

.nav-menu ul {
    display: flex;
    gap: 30px;
    justify-content: end;
}

.nav-menu ul li a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #333333;
}

.banner-forms {
    border: 1px solid #F5F5F5;
    padding: 30px;
    box-shadow: -6px -1px 13px 0px #0000001A,
        -24px -4px 24px 0px #00000017,
        -53px -9px 32px 0px #0000000D,
        -94px -15px 38px 0px #00000003,
        -147px -24px 42px 0px #00000000;
    background: linear-gradient(147.68deg, rgba(245, 245, 245, 0.68) -8.82%, rgba(51, 51, 51, 0.1) 87.73%);
    backdrop-filter: blur(20px);
    width: 75%;
    border-radius: 20px;
    margin-left: auto;
}

.banner-forms h3 {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 75px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

input.btn-2 {
    background: #003466;
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 10px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
}

.banner-con h1 {
    font-family: Poppins;
    font-size: 56px;
    font-weight: 700;
    color: #DDA019;
    line-height: 65px;
    text-transform: uppercase;
}

.banner-con h4 {
    font-family: Poppins;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
}

.banner-con p {
    font-family: Merriweather;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    padding: 20px 0;
}

section.main-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.banner-con {
    margin-top: 40px;
}

a.btn {
    background: #003466;
    border-radius: 10px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
}

a.btn:hover {
    color: #ffffff;
}

.about-con h3,
.title h3,
.why-con h3 {
    font-family: Poppins;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #333333;
    text-transform: uppercase;
    border-bottom: 2px solid #DDA019;
    width: max-content;
}

p {
    font-family: Merriweather;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #333333;
    padding: 20px 0;
}

.about-con ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 0;
}

.about-con ul li img {
    width: 15px;
}

.about {
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-btn {
    margin-top: 30px;
}

section.services {
    background: #DDA019;
    padding: 50px 0;
}

.title h3 {
    margin: 0 auto;
    border-bottom: 2px solid #333333;
}

.title {
    padding-bottom: 50px;
}

.ser-item {
    background: #FFFFFF;
    text-align: center;
    margin: 0 10px;
    padding: 10px;
    border-radius: 20px;
    height: 680px;
}

.ser-con p {
    font-family: Merriweather;
    font-size: 18px;
    font-weight: 300;
    line-height: 22.63px;
    text-align: center;
    height: 230px;
}

.ser-con h3 {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    text-transform: uppercase;
    font-weight: 700;
}

.ser-con {
    padding-top: 10px;
}

.ser-btn a {
    width: 100%;
}

section.CURRI {
    padding: 50px 0;
}

section.CURRI .row {
    margin: 30px 0;
}

.cur-item img {
    width: 60px;
}

.cur-item {
    text-align: center;
    background: #F4F4F4;
    border-radius: 100%;
    box-shadow: 0px 6px 13px 0px #0000001A,
        0px 23px 23px 0px #00000017,
        0px 52px 31px 0px #0000000D,
        0px 93px 37px 0px #00000003,
        0px 145px 41px 0px #00000000;
    padding: 38px;
    height: 400px;
    border: 1px solid #000000;
}

.cur-item p {
    font-family: Merriweather;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.63px;
    padding: 0;
}

.cur-item h3 {
    font-family: Merriweather;
    font-size: 25px;
    font-weight: 400;
    line-height: 37.71px;
    text-align: center;
    padding: 10px;
}

ul.why-list li {
    display: flex;
    align-items: start;
    gap: 20px;
}

ul.why-list li img {
    width: 25px;
}

.list-con p {
    padding: 5px 0;
}

.why-btn {
    margin-top: 20px;
}

.why-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-img img {
    filter: drop-shadow(0px 0px 5px #000000);
}

footer.footer {
    background: #333333;
    padding: 70px 0 0;
}

.footer-item h3 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #fff;
}

.footer-logo p {
    color: #fff;
}

.footer-item ul li a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

.ms-5 {
    margin-left: 8rem !important;
}

.copy p {
    color: #fff;
    padding: 10px 0;
}

.copy {
    border-top: 1px solid #FFFFFF;
    margin-top: 50px;
}

.why {
    padding: 70px 0;
}
.team-item {
    height: unset;
    box-shadow: 0px 11px 24px 0px #0000001A;
    margin: 20px 13px;
}

.team-con h3 {
    font-family: Merriweather;
    font-size: 30px;
    font-weight: 700;
    line-height: 37.71px;
    text-align: center;
    color: #333333;
    padding: 15px 0 8px;
}
.team-item img {
    width: 80%;
    margin: 0 auto;
}
/*.test .slick-list {*/
/*    padding:0 20% 0 0 !important;*/
/*}*/
/*.test .slick-list {*/
  /* Show slides that would otherwise be hidden off-screen */
/*  overflow: visible;*/
/*}*/

/*.test .slick-slide:not(.slick-current) {*/
  /* Make slides other than the current one translucent */
/*  opacity: 0.4;*/
/*}*/


section#test .container {
    max-width: 100%;
    padding: 0;
}
.test-item ul {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.test-item {
    border: 2px solid #DDA019;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    margin: 30px 20px;
    height: 330px;
}
section#test {
    padding: 70px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slick-center {
    transform: scale(1.1);
    transition: all 2.4s;
}
.footer-item ul li a svg {
    padding-right: 10px;
}