@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
 body {
    /* font-family: "Urbanist", sans-serif !important; */!i;!;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0px;
    color: rgb(0, 0, 0);
    background-color: #F7F6F8 !important;
    -webkit-font-smoothing: antialiased;
}


body.custom-cursor-active {
  cursor: none;
}

:root {
  --primary: #2A3D8B;
  --secondary: #FFC904;
}

html {
  scroll-behavior: smooth;
}

a, a:hover, a:focus, button, button:hover, button:focus {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-family: "Urbanist", sans-serif;
  cursor: pointer;
}

p, em, span, strong, article, b {
    font-family: "Urbanist", sans-serif;
}

h6 {
    font-family: "Urbanist", sans-serif;
}

h1, h2, h3, h4, h5, b, strong {
  letter-spacing: 0px;
  font-family: "Urbanist", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 400;
  line-height: 1.1;
}

img {
  max-width: 100%;
}

input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, ::after, ::before, :hover, :focus, .form-control:focus {
  box-shadow: none;
  outline: none !important;
}

img, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, ::after, ::before, :hover, :focus, .form-control:focus {
  transition: all 0.3s ease 0s;
}

ul, ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}


body{
  background-color: #f4f7f6;
  margin-top:20px;
}
.margin {
    margin: 0 0 0 20px;
}
.navbar-expand-lg .navbar-collapse {
    !I;!;!I;!;!i;!;!i;!;
    width: 100%;
    flex-basis: unset !important;!i;!;
}
header .bg-light .navbar-nav  .nav-item .nav-link {
    font-weight: 500;
    margin: 0 0 0 6px;
}
header .bg-light .navbar-nav .nav-item .nav-link img {
}

header {
    position: relative;
    z-index: 9;
}
header .bg-light {padding: 5px 20px;}
.navbar-brand img {
    width: 25%;
}
.navbar-brand {
    font-weight: bold;
    font-size: 24px;
}
.owl-nav {
    display: none;
}
.banner-section {
    position: relative;
    background: url('assets/images/banner.jpg') no-repeat center center/cover;
    color: white;
}
.banner-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 200;
    letter-spacing: 1px;
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70%, -50%);
    text-align: left;
}
.banner-section  .item {
    position: relative;
    height: 80vh;
    width: 100%;
    background-repeat: round;
}
.banner-section .item:before {
    content:"";
    position: absolute;
    background: black;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.banner-content h1 {
    /* font-size: 74px; */
    font-weight: 800;
    letter-spacing: 2px;
}

.banner-content span {
    color: #e1341e;
    font-weight: 400;
}
.btn-primary img {
    width: 40px !important;
}
.btn:hover {
    font-size: 18px;
    font-weight: 300;
    font-family: "Urbanist", sans-serif;
    letter-spacing: 1.4px;
}
.btn-primary {
    display: flex !important;
    align-items: center;
    width: fit-content;
    height: 60px;
    border-radius: 2px !important;
    padding: 0 27px !important;
    gap: 11px;
    font-size: 18px !important;
    font-weight: 300 !important;
    font-family: "Urbanist", sans-serif !important;
    letter-spacing: 1.4px !important;
    background-color: #e1341e !important;
    border: none !important;
}
.about-section, .achievements-section, .products-section, .clients-section, .faq-section {
    padding: 60px 0;
    overflow: hidden;
}

.aboutwraptext ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 2fr);
    gap: 33px 8px;
    margin: 30px 0 30px;
}
.aboutwraptext ul li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 500;
    font-size: 16px;
    opacity: 0.8;
}
.item video {
 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutwraptext ul li img {}
.clients-section h2 {
    margin: 0 0 30px !important;
}
.about-section h2, .achievements-section h2, .products-section h2, .clients-section h2, .faq-section h2 {
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 13px;
    font-weight: 900;
}
.achievements-wrap h2 {
    color: white;
}
.achievements-wrap p {
    width: 70%;
    font-weight: 100;
    margin: 0 auto;
    color: white;
    margin-bottom: 30px;
}
.achievements-wrap {
    background: #951809;
    padding: 70px 0 0px;
}
.achievements-wrap .row {
    border-top: 1px solid #ffffff42;
}
.achievements-wrap .col-md-3 h3 {
    font-size: 36px;
    font-weight: 800;
    color: white;
}
.achievements-wrap .col-md-3 p {
    width: 100%;
    margin: 0;
}
.achievements-wrap .col-md-3 {
    padding: 50px 10px;
    border-left: 1px solid #ffffff42;
}
.about-section p, .achievements-section p, .products-section p, .clients-section p, .faq-section p {
    font-size: 18px;
    opacity: 0.8;
    font-weight: 400 !important;
}
.footer-section {
    background: #020202;
    color: white;
    padding: 60px 0 0px;
}

.footer-section a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 100;
}

.footer-section a:hover {
    color: #FF6347;
}

.footer-logo a {
    font-size: 41px;
    font-weight: bold;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0px 0;
    display: flex;
    flex-direction: column;
}
footer h4 {
    margin: 0 0 20px;
}
.footer-social {
    margin: 40px 0 30px;
}
.textflex-wrap p {
    text-align: left !important;
    width: 70%;
    margin: 0 !important;
}
.products-section p {
    text-align: center;
    margin: 19px 0 30px;
    font-size: 20px;
    opacity: unset;
}
.overlap {
    width: 100%;
    height: 250px;
    border-radius: 10px;
}
.textflex-wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 0 0 20px;
}
.footer-menu li {
    display: inline-block;
    margin: 0 25px;
    margin: 0 0px 24px;
}
.subfooter .container p a {
    font-size: 15px;
}
.subfooter .container p {
    width: 100% !important;
    margin: unset;
    padding: 0;
    text-align: center;
}
.subfooter {
    background: #1f1f1f;
    padding: 12px 0;
}
.subfooter .container {display: flex;align-items: center;justify-content: space-around;width: 100%;}
.footer-social a {
    margin: 0 10px;
    font-size: 18px;
}

.footer-section p {
    margin: 5px 0;
    width: 91%;
    padding: 0px 0;
    font-weight: 600;
    line-height: 26px;
}


.faq {
    margin: 30px 30px 0 0px;
}
.faq .faq-item {
    border-bottom: 1px solid #18756c1a;
    padding: 22px 0;
}
.faq .faq-item .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq .faq-item .faq-question h4 {
    font-size: 20px;
    font-weight: 400;
    color: var(--primary);
}
.faq .faq-item .faq-question .faq-toggle {
    background: #e1341e;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    width: 26px;
    height: 26px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.faq .faq-item .faq-answer {}
.faq .faq-item .faq-answer p {
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

.client-slider {
    display: grid;
    grid-template-columns: repeat(5, 2fr);
    gap: 15px;
}
.callactionwrap li img {
    max-width: 19px;
}
.callactionwrap li {
    margin: 0 0 15px;
}
.callactionwrap p {
    color: red;
    font-weight: 400;
}
.callactionwrap {
    padding: 0;
    margin: 0px 0 30px;
}
.client-slider .item {
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    box-shadow: 0px 64px 124px rgba(248, 248, 248, 0.6);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 0px;
}
.client-slider .item img {
    width: 54% !important;
}
.wrapexplore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
}
.wrapexplore h2 {
    margin: 0 !important;
}
.wrapexplore a {
    color: black;
    text-decoration: none;
    font-size: 21px;
    font-weight: 600;
}
.mainwrapper {
    text-align: center;
    background: white;
    padding: 60px 0;
}
.mainwrapper .textcenter p {
    font-weight: 600 !important;
}
.mainwrapper .textcenter {
    width: 80%;
    margin: 0 auto;
}
.textcenter h6 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 18px;
    color: red;
    font-weight: 700;
}
.textcenter h2 {
    margin: 0;
}


.breadCreamp {
    padding: 1px 0px;
    background: black;
    width: 100%;
    height: 172px;
  }
  
  .breadCreamp::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  
  .breadCreamp .breadTitle {
    position: relative;
    margin-top: 50px;
    text-align: center;
  }
  
  .breadCreamp .breadTitle h1 {
    font-family: "Playfair Display";
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
    color: rgb(255, 255, 255);
    margin: 0px;
    text-transform: uppercase;
  }
  
  .breadCreamp .breadTitle h2 {
    font-family: "Playfair Display";
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: rgb(255, 255, 255);
    margin: 0px;
    text-transform: uppercase;
  }
  
  .breadCreamp .breadTitle p {
    color: rgb(255, 255, 255);
    margin-top: 15px;
    font-family: Poppins;
  }
  .footer-logo img {
    width: 42%;
  }

  
/** Start blog  **/
.or_news--slide {
    padding: 16px 16px;
    background-color: rgb(233 241 250);
    border-radius: 20px;
    }
    .or_news--image img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 8px;
    }
    .or_news--content {
        padding: 16px 0; }
        .or_news--content h3 {
            margin: 0 0 11px;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        min-height: 50px;
        color: #000000; }
        
        .or_news--content p {
            margin: 0;
            font-weight: 300;
            font-size: 14px;
            line-height: 21px;
            text-transform: capitalize;
            color: #000000;}
            .or_news--footer {
                position: relative;
                margin-top: 40px;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }        
            .or_news--footer label {   margin: 0;
                font-weight: 300;
                font-size: 14px;
                line-height: 21px;
                text-transform: capitalize;
                color: #000000; }
                .or_news--footer label a {   margin: 0;
                    display: inline-block;
                    font-weight: 300;
                    font-size: 16px;
                    line-height: 12px;
                    letter-spacing: 0.01em;
                    text-transform: capitalize;
                    color: #0768c6; }
.left-sidebrand {}
.left-sidebrand ul {
    padding: 0;
}
.right-flex {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 15px;
}
.right-flex li {
    display: flex;
}
.left-sidebrand ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    margin: 0 0 20px;
}
.achievements--about {}
.vissionCard  {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    border: 1px solid #ff0000;
    min-height: 300px;
    margin: 0 0 20px;
}
.vissionText {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #951809;
    border-radius: 10px 10px 0 0;
    padding: 10px 10px;
}
.vissionText figure {
    margin: 0;
}
.vissionText figure img {
    width: 37px;
}
.vissionCard h3 {
    margin: 0;
    font-size: 20px;
    color: white;
    font-weight: 600;
}
.vissionCard p {
    line-height: 27px;
    padding: 10px 10px;
    font-size: 15px;
    color: black;
}

.or_feature--wrapper {
    padding: 80px 0 0;
}
.or_feature--inner {
    display: flex;
    gap: 40px;
}
.or_feature--image img {
    height: 750px;
}
.or_feature--content {  
width: 60%;
}
.or_feature--content .wrap--heading {
    margin: 0 !important;
}
.or_feature--block {
    border: 1px solid var(--secondary);
    border-radius: 4px;
    padding: 20px 19px;
    margin: 20px 0 0px;
    overflow: hidden;
    position: relative;
}
.or_feature--block .or_feature--icon {}
.or_feature--block .or_feature--icon img {
    width: 29px;
    margin: 0 0 10px;
}
.or_feature--block  h3 {
    font-size: 16px;
}
.or_feature--block  p {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.5;
}
.or_feature--block:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
    background: linear-gradient(90deg, #2A3D8B 0%, #0B1025 100%);
  }

  .or_feature--block:hover:before {
    transform: scale(30);
}

.or_feature--block:hover {
    img {
        filter: brightness(0) invert(1);
    }
    p {
      transition: all 0.3s ease-out;
      color: rgba(255, 255, 255, 0.8);
      opacity: 10;
    }
    h3 {
      transition: all 0.3s ease-out;
      color: #ffffff;
    }
  }
