* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: 'SF Pro Display';
    src: url('../sf-pro-display/SFPRODISPLAYREGULAR.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {

    --primary: #9BCA3C;
    --secondary: #CD1818;
    --text-color: #032946;

    --black-color: #000000;
    --white-color: #ffffff;
    --sf-pro-family: 'SF Pro Display';
    --hover-color: #6E6E6E;
    --box-shadow: 0px 2px 6px 0px #00000029;
    --sub-title-color: #000000B2;
}

body {
    font-family: var(--sf-pro-family);
}

ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: var(--black-color);
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.top-logo a img {
    height: 100px;
    object-fit: contain;
}


.brand-slider .slick-prev {
    left: 10px !important;
    z-index: 1;
}
.brand-slider .slick-next {
    right: 10px !important;
}

.brand-slider .slick-prev:before,
.brand-slider .slick-next:before {
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900;
  font-size: 10px;
  line-height: 1;
  opacity: 1;
  color: var(--black-color) !important;
  
}

.brand-slider .slick-prev:before {
  content: "\f100" !important;
}

.brand-slider .slick-next:before {
  content: "\f101" !important;
}

.slick-prev, .slick-next {
    background-color: var(--white-color) !important;
    height: 23px !important;
    width: 23px !important;
    border-radius: 100px;
}


.hiring-wrapper .item {
    border-radius: 6px;
    box-shadow: 0px 0px 2px 0px #00000040;
    height: 450px;
    overflow: hidden;
}

.brand-slider .item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.blog-area {
    background: #F5F5F5;
    padding-block: 40px;
}


.blog-wrapper {
    box-shadow: 0px 0px 2px 0px #00000040;
    background-color: var(--white-color);
    border-radius: 6px;
    overflow: hidden;
    height: 310px;
    padding: 15px;
}

.blog-wrapper:hover {
    box-shadow: var(--box-shadow);
}
.blog-content .blog-title h1 {
    font-family: var(--sf-pro-family);
    font-weight: 700;
    font-size: 16px;
    color: var(--black-color);
    line-height: 20px;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-top: 15px;
}
.blog-content .blog-title p {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.blog-img {
    height: 185px;
    border-radius: 8px;
    overflow: hidden;
}


.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out .3s;
}

.blog-wrapper:hover .blog-img img {
    transform: scale(1.1);
}
.blog-slider .slick-prev, .blog-slider .slick-next {
    top: 100%;
    box-shadow: 0px 0px 2px 0px #00000040;
}

.blog-slider .slick-prev {
    left: 47.5% !important;
    transform: translateX(-50%);
    z-index: 1;
    
}
.blog-slider .slick-next {
    right: 47.5% !important;
    transform: translateX(-50%);
}

.blog-slider .slick-prev:before,
.blog-slider .slick-next:before {
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900;
  font-size: 10px;
  line-height: 1;
  opacity: 1;
  color: var(--black-color) !important;
}

.blog-slider .slick-prev:before {
  content: "\f100" !important;
}

.blog-slider .slick-next:before {
  content: "\f101" !important;
}


.footer-logo.normal-mode-logo {
    width: 200px;
}

.footer-all-menu-content {
    border-bottom: 1px solid #0000004D;
}

.footer-all-menu-content ul li {
    list-style-type: none;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-all-menu-content ul li div i {
    width: 40px;
    height: 40px;
    background-color: var(--white-color);
    box-shadow: var(--box-shadow);
    border-radius: 100px;
    line-height: 0;
    display: grid;
    place-items: center;
}

.footer-all-menu-content ul li div label {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 700;
}

.footer-all-menu-content ul li a {
    text-decoration: none;
    color: var(--black-color);
    font-weight: 500;
    white-space: nowrap;
}
.footer-all-menu-content ul li a:hover {
    color: var(--black-color);
}
.footer-all-menu-content h4 {
    font-weight: 700;
    font-size: 20px;
    color: var(--black-color);
    margin-bottom: 20px;
}
.social-icons ul {
    display: flex;
    gap: 10px;
}

.social-icons ul li {
    list-style: none;
    border: 1px solid var(--primary);
    height: 33px;
    width: 33px;
    border-radius: 100px;
    display: grid;
    place-items: center;
}

.social-icons ul li a {
    color: var(--primary);
    line-height: 0;
}

.copyright-claim a {
    color: var(--black-color);
    text-decoration: none;
    font-weight: 700;
}
.copyright-claim li {
    color: var(--black-color);
}
.custom-padding  {
    padding-block: 100px;
}

.w-60 {
    width: 60%;
}

.w-50 {
    width: 50%;
}




.cs-title h2, 
.cs-title p {
    margin: 0;
    text-align: center;
    color: var(--text-color);
}
.cs-title p {
    font-weight: 500;
    font-size: 16px;
    color: var(--text-color);

}

.cs-title h2 {
    font-family: var(--sf-pro-family);
    font-weight: 700;
    font-size: 24px;
    color: var(--text-color);
    margin-bottom: 8px;
}

.navbar .cs-title h2 {
    color: var(--black-color);
}
.navbar .cs-title p {
    color: var(--sub-title-color);
}


.cv-content-right .cv-title h3 {
    font-weight: 700;
    font-size: 24px;
    color: var(--black-color);
    margin: 0;
}
.cv-content-right .cv-title h3 span {
    color: var(--secondary);
}

.cv-content-right .cv-title p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    color: var(--sub-title-color);
    padding-block: 12px;
}


.cv-content-right .list-content p i {
    color: #9BCA3C;
    margin-right: 12px;
}

.list-content p {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
}


.btn-primary:hover,
.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-secondary:hover,
.btn-secondary:hover,
.btn-secondary {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}

.btn-outline-secondary {
    border: 1px solid var(--secondary);
    color: var(--secondary);
}
.btn-white:hover,
.btn-black {
    background-color: var(--black-color);
    color: var(--white-color);
    border: 1px solid var(--black-color);

}

.btn-white {
    background-color: var(--white-color);
    color: var(--black-color);
    border: 1px solid var(--black-color);

}

.btn-black:hover {
    background-color: var(--hover-color);
    color: var(--white-color);
}


.btn-rounded {
    border-radius: 100px;
}
.btn-border {
    border: 1px solid var(--black-color);
}


.footer-copyright p {
    color: var(--black-color);
}


.footer-logo img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.footer-content {
    background: #F5F5F5;
}


.blog-i {
    margin: 10px;;
}
