    /**
* Developer: ve11adan
*/
    /*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
    
    body {
        font-family: "primary-font";
        color: #444444;
    }
    
    .owl-theme .owl-nav {
        margin-top: 10px;
        text-align: right;
        margin-top: 40px;
    }
    
    .owl-nav button i {
        color: #fff;
        font-size: 36px;
        padding: 12px;
    }
    
    button.owl-prev.disabled {
        background: #fbb517 !important;
    }
    
    .owl-nav button {
        background: #ffcf06 !important;
        border-radius: 0 !important;
        padding: 43px !important;
    }
    /* font-family: 'Dancing Script', cursive; */
    
    @font-face {
        font-family: "primary-font";
        src: url("../fonts/AktivGroteskCorp-Bold.woff2") format("woff2"), url("../fonts/AktivGroteskCorp-Bold.woff") format("woff");
    }
    
    @font-face {
        font-family: "primary-font";
        src: url("../fonts/AktivGroteskCorp-Medium.woff2") format("woff2"), url("../fonts/AktivGroteskCorp-Medium.woff") format("woff");
    }
    
    @font-face {
        font-family: "secondary";
        src: url("../fonts/learning_curve_regular_ot_ps.otf") format("woff2");
    }
    
    a {
        color: #283589;
        text-decoration: none;
    }
    
    a:hover {
        color: #34e5a6;
        text-decoration: none;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "primary-font";
    }
    /*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
    
    #preloader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        overflow: hidden;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    @keyframes fade {
        0%,
        100% {
            opacity: 0;
            transition: 2s;
        }
        50% {
            opacity: 1;
            transition: 2s;
        }
    }
    
    #preloader img {
        width: 11%;
        opacity: 1;
        animation: fade 2s linear infinite;
        transition: 2s;
    }
    
    .btn-primary {
        transition: all .5s ease;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        padding: 16px 36px;
        text-decoration: none;
        text-align: center;
        background: #da291c;
        position: relative;
        cursor: pointer;
        border: none;
    }
    
    .btn-check:focus+.btn-primary,
    .btn-primary:focus {
        color: #fff;
        background-color: #da291c;
        border-color: #da291c;
        box-shadow: none;
    }
    
    .btn-primary:hover {
        color: #fff;
        background-color: #ffcf06;
        border-color: #ffcf06;
    }
    /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
    
    .back-to-top {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        right: 15px;
        bottom: 15px;
        z-index: 996;
        background: #283589;
        width: 60px;
        height: 60px;
        border-radius: 0px;
        transition: all 0.4s;
    }
    
    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }
    
    .back-to-top:hover {
        background: #ffcf06;
        color: #fff;
    }
    
    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }
    /*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
    
    @media screen and (max-width: 768px) {
        [data-aos-delay] {
            transition-delay: 0 !important;
        }
    }
    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
    
    .porays__header {
        transition: all 0.5s;
        z-index: 997;
        transition: all 0.5s;
        /* background: #fbb916; */
    }
    
    .porays__header.header-transparent {
        background: transparent;
    }
    
    .porays__header.header-scrolled {
        background: #fbb916;
    }
    
    #green .porays__header.header-scrolled {
        background: green;
    }
    
    .porays__header .logo h1 {
        font-size: 28px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
    }
    
    .porays__header .logo h1 a,
    .porays__header .logo h1 a:hover {
        color: #fff;
        text-decoration: none;
    }
    
    .porays__header .logo {
        margin-top: 50px;
    }
    
    .porays__header .logo img {
        padding: 0;
        margin: 0;
        max-height: 100px;
    }
    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
    
    .porays__header {
        transition: all 0.5s;
        z-index: 997;
    }
    
    .porays__header.header-scrolled,
    .porays__header.header-inner-pages {
        background: #0c4ca3;
        height: 90px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    
    .porays__header .logo {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    
    .porays__header .logo a {
        color: #fff;
    }
    
    .porays__header .logo img {
        max-height: 138px;
        padding-top: 5px;
    }
    /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
    /**
* Desktop Navigation 
*/
    
    .navbar {
        padding: 0;
        transition: .2s;
        padding-right: 40px;
    }
    
    .header-scrolled .navbar {
        padding: 0;
        margin-bottom: 66px;
        transition: .2s;
        padding-right: 40px;
    }
    
    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }
    
    .navbar li {
        position: relative;
    }
    
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        white-space: nowrap;
        transition: 0.3s;
    }
    
    .inner__header .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-size: 20px;
        font-weight: 500;
        color: #283589;
        white-space: nowrap;
        transition: 0.3s;
    }
    
    header.fixed-top.porays__header.inner__header.header-scrolled .navbar a {
        color: white;
    }
    
    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }
    
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #ffcf06;
    }
    
    .navbar .getstarted,
    .navbar .getstarted:focus {
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 50px;
        color: #fff;
        font-size: 14px;
        border: 2px solid #ffcf06;
        font-weight: 600;
    }
    
    .navbar .getstarted:hover,
    .navbar .getstarted:focus:hover {
        color: #fff;
        background: #31a9e1;
    }
    
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }
    
    .navbar .dropdown ul li {
        min-width: 200px;
    }
    
    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 14px;
        text-transform: none;
        font-weight: 500;
        color: #0c3c53;
    }
    
    .navbar .dropdown ul a i {
        font-size: 12px;
    }
    
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: #ffcf06;
    }
    
    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    
    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }
    
    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
    
    @media (max-width: 1366px) {
        .navbar .dropdown .dropdown ul {
            left: -90%;
        }
        .navbar .dropdown .dropdown:hover>ul {
            left: -100%;
        }
    }
    /**
* Mobile Navigation 
*/
    
    .mobile-nav-toggle {
        color: #fff;
        font-size: 42px;
        font-weight: 900;
        cursor: pointer;
        display: none;
        line-height: 0;
        transition: 0.5s;
    }
    
    .mobile-nav-toggle.bi-x {
        color: #fff;
    }
    
    @media (max-width: 991px) {
        .mobile-nav-toggle {
            display: block;
        }
        .navbar ul {
            display: none;
        }
    }
    
    .navbar-mobile {
        position: fixed;
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(40, 58, 90, 0.9);
        transition: 0.3s;
        z-index: 999;
    }
    
    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 55px;
        background: #e33326;
    }
    
    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 100px 0;
        border-radius: 0;
        background-color: #ffd000;
        overflow-y: auto;
        transition: 0.3s;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 30px;
        color: #000;
        text-transform: uppercase;
        text-align: center;
        justify-content: center;
        padding-top: 13px;
        font-weight: 800;
    }
    
    .navbar-mobile a:hover,
    .navbar-mobile .active,
    .navbar-mobile li:hover>a {
        color: #ffcf06;
    }
    
    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
        color: #37517e;
    }
    
    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }
    
    .navbar-mobile .dropdown ul li {
        min-width: 200px;
    }
    
    .navbar-mobile .dropdown ul a {
        padding: 10px 20px;
    }
    
    .navbar-mobile .dropdown ul a i {
        font-size: 12px;
    }
    
    .navbar-mobile .dropdown ul a:hover,
    .navbar-mobile .dropdown ul .active:hover,
    .navbar-mobile .dropdown ul li:hover>a {
        color: #ffcf06;
    }
    
    .navbar-mobile .dropdown>.dropdown-active {
        display: block;
    }
    /* GENERAL */
    
    @keyframes controll {
        0% {
            transform: translatex(-1%);
        }
        100% {
            transform: translatex(0%);
        }
    }
    
    @keyframes floatp {
        from,
        to {
            transform: transofrmY(0)
        }
        50% {
            transform: translateY(10px)
        }
    }
    
    body::-webkit-scrollbar {
        width: 8px;
        height: 100px;
        background-color: #fff6ee;
    }
    
    body::-webkit-scrollbar-track {
        box-shadow: none;
    }
    
    body::-webkit-scrollbar-thumb {
        background-color: #283589;
        outline: 1px solid #283589;
        border-radius: 100px;
        height: 100px;
    }
    
    .section {
        padding: 100px 0;
    }
    /*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/
    
    .porays__video__banner {
        min-width: 100%;
        max-width: 100%;
        max-height: 85vh;
        object-fit: cover;
        z-index: -1;
        padding-top: 80px;
        background-image: url('../img/hero-bg.jpg');
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .video__banner .porays__header.header-scrolled {
        background: #283589;
        height: 118px;
    }
    
    #bg-video {
        min-width: 100%;
        max-width: 100%;
        max-height: 74vh;
        object-fit: cover;
        z-index: -1;
        margin-top: 9%;
    }
    
    #bg-video::-webkit-media-controls {
        display: none !important;
    }
    
    .video-overlay {
        position: absolute;
        /* background-color: rgb(255 207 6 / 40%); */
        top: 0;
        left: 0;
        bottom: 7px;
        width: 100%;
    }
    
    .porays__video__banner .caption {
        text-align: center;
        position: absolute;
        width: 80%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .porays__video__banner .caption h6 {
        margin-top: 0px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 800;
        color: #fff;
        letter-spacing: 0.5px;
    }
    
    .text-right {
        text-align: right;
    }
    
    .porays__video__banner .caption h2 {
        margin-top: 30px;
        margin-bottom: 25px;
        font-size: 84px;
        text-transform: uppercase;
        font-weight: 800;
        color: #fff;
        letter-spacing: 1px;
    }
    
    .porays__video__banner .caption h2 em {
        font-style: normal;
        color: #ed563b;
        font-weight: 900;
    }
    /* SIMPLE BANNER */
    
    .porays__banner {
        width: 100%;
        min-height: 100vh;
        background-image: url('../img/hero-bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-position: 50% 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    /* .porays__banner:before {
    content: "";
    background: #283589;
    background: #ffd000;
    opacity: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
} */
    
    .porays__banner .porays__banner__img {
        text-align: center;
        animation: controll 1s infinite alternate ease-in-out;
    }
    
    .porays__banner__content .chips__vector .chips1 {
        position: absolute;
        top: 9%;
        left: -5%;
        animation: floatp 3s infinite ease-in-out alternate;
        width: 200px;
    }
    
    .porays__banner__content .chips__vector .chips2 {
        position: absolute;
        bottom: 0;
        right: 0;
        animation: floatp 3s infinite ease-in-out alternate;
        width: 150px;
    }
    
    .porays__banner h1 {
        margin: 0 0 20px 0;
        font-size: 85px;
        font-weight: 100;
        color: #fff;
        line-height: 1.1;
        text-transform: uppercase;
        padding-left: 100px;
        margin: 0;
    }
    
    .porays__banner h1 span {
        font-family: 'Dancing Script', cursive;
        text-transform: initial;
        color: #ffd000;
    }
    
    .porays__banner h2 {
        color: #fff;
        margin-bottom: 40px;
        font-size: 24px;
    }
    
    .porays__banner__content {
        padding-top: 50px;
    }
    
    .banner__content {
        padding-left: 150px;
        padding-top: 76px;
    }
    
    .banner__content img {
        width: 90%;
    }
    
    .banner__bg {
        padding: 10px;
    }
    
    .porays__banner .btn-get-started {
        font-family: "primary-font";
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 30px;
        border-radius: 50px;
        transition: 0.5s;
        color: #fff;
        background: #283589;
    }
    
    .porays__banner .btn-get-started:hover {
        background: #17b57d;
    }
    
    .porays__banner .animated {
        animation: up-down 2s ease-in-out infinite alternate-reverse both;
    }
    
    @media (min-width: 1024px) {
        .porays__banner {
            background-attachment: fixed;
            padding-top: 30px;
        }
    }
    
    @media (max-width: 991px) {
        .porays__banner {
            padding-top: 80px;
        }
        .porays__banner .animated {
            -webkit-animation: none;
            animation: none;
        }
        .porays__banner .hero-img {
            text-align: center;
            animation: controll 2s infinite alternate ease-in-out;
        }
        .porays__banner .hero-img img {
            max-width: 50%;
            animation: controll 2s infinite alternate ease-in-out;
        }
        .porays__banner h1 {
            font-size: 28px;
            line-height: 32px;
            margin-bottom: 10px;
        }
        .porays__banner h2 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px;
        }
    }
    
    @media (max-width: 575px) {
        .porays__banner .hero-img img {
            width: 80%;
        }
    }
    
    @-webkit-keyframes up-down {
        0% {
            transform: translateY(10px);
        }
        100% {
            transform: translateY(-10px);
        }
    }
    
    @keyframes up-down {
        0% {
            transform: translateY(10px);
        }
        100% {
            transform: translateY(-10px);
        }
    }
    /*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
    
    .porays__green {
        width: 100%;
        background-image: url('../img/company__bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
    
    .porays__about {
        /* background-color: #36993d; */
        padding-bottom: 60px;
    }
    
    .porays__about .about__text h3 {
        color: #ffffff;
        font-size: 34px;
        font-weight: 100;
    }
    
    .porays__products {
        /* background-color: #36993d; */
    }
    
    .porays__title {
        color: #fff;
        font-size: 55px;
        margin-bottom: 40px;
        font-weight: bold;
    }
    /* .porays__products .porays__products__slide {
        background-color: #ee3124;
        padding: 55px;
        background-image: url('../img/product__bg.png');
        background-repeat: no-repeat;
        background-position: top;
        background-position: 50% 50%;
        justify-content: center;
        background-size: cover;
    } */
    
    .porays__products__slide .product__items {
        width: 100%;
        cursor: pointer;
    }
    
    .porays__products__slide .product__items .product__image {
        width: 100%;
        transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
        overflow: hidden;
        display: block;
        box-sizing: border-box;
        cursor: pointer;
        transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    }
    
    .porays__products__slide .product__items .product__image img {
        width: 100%;
        /* height: 412px; */
        object-fit: cover;
    }
    
    .porays__products__slide .product__items:hover img {
        transform: scale(1.1);
        border-radius: 8px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        width: 100%;
    }
    
    .porays__products .porays__products__slide .product__contents h2 {
        margin-bottom: 30px;
        text-transform: capitalize;
    }
    
    .porays__products .porays__products__slide .product__contents a {
        color: #fff;
    }
    
    .porays__products .porays__products__slide .product__contents {
        padding: 30px;
        color: #fff;
    }
    
    .porays__products__slide .product__items .red {
        background-color: #e33326;
    }
    
    .porays__products__slide .product__items .green {
        background-color: #359846;
    }
    
    .porays__products__slide .product__items .yellow {
        background-color: #f9d209;
    }
    
    .porays__products__slide .product__items .blue {
        background-color: #175caa;
    }
    
    section.company__profile.section {
        background: #36993d;
        padding-top: 0;
    }
    
    .company__profile .profile__contants .title {
        font-size: 33px;
        color: #fff;
        margin-bottom: 20px;
    }
    
    .company__profile .profile__contants p {
        font-size: 20px;
        color: #fff;
        margin-bottom: 20px;
        font-weight: 100;
        font-family: 'Roboto', sans-serif;
    }
    
    .company__profile .profile__contants .profile__image {
        background: url("../img/banana.jpg") center center no-repeat;
        background-size: contain;
        min-height: 620px;
    }
    
    .company__profile .video-box {
        background: url("../img/banana.jpg") center center no-repeat;
        background-size: contain;
        min-height: 620px;
        padding: 0 15px;
    }
    
    .company__profile .play-btn {
        width: 94px;
        height: 94px;
        background: radial-gradient(#ffcf06 50%, #ffcd06bd 52%);
        border-radius: 50%;
        display: block;
        position: absolute;
        left: calc(50% - 47px);
        top: calc(50% - 47px);
        overflow: hidden;
    }
    
    .company__profile .play-btn::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    
    .company__profile .play-btn::before {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid #ffcd068c;
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }
    
    .company__profile .play-btn:hover::after {
        border-left: 15px solid #ffcf06;
        transform: scale(20);
    }
    
    .company__profile .play-btn:hover::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
    }
    
    @-webkit-keyframes pulsate-btn {
        0% {
            transform: scale(0.6, 0.6);
            opacity: 1;
        }
        100% {
            transform: scale(1, 1);
            opacity: 0;
        }
    }
    
    @keyframes pulsate-btn {
        0% {
            transform: scale(0.6, 0.6);
            opacity: 1;
        }
        100% {
            transform: scale(1, 1);
            opacity: 0;
        }
    }
    
    .porays__social {
        background-color: #105bac;
        background-image: url('../img/hero-bg.jpg');
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
    
    .porays__social .social__images .social {
        position: relative;
        cursor: pointer;
    }
    
    .porays__social .social__images .social:hover img {
        transform: scale(1.1);
        border-radius: 8px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        width: 100%;
    }
    
    .porays__social .social__images .social i {
        color: #fff;
        font-size: 38px;
        position: absolute;
        right: 22px;
        bottom: 19px;
    }
    
    .porays__social .social__images .social img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    .shine {
        position: relative;
        overflow: hidden;
    }
    
    .shine::before {
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        content: "";
        display: block;
        height: 100%;
        left: -75%;
        position: absolute;
        top: 0;
        transform: skewX(-25deg);
        width: 50%;
        z-index: 2;
    }
    
    .shine:hover::before,
    .shine:focus::before {
        -webkit-animation: shine 0.85s;
        animation: shine 0.85s;
    }
    
    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }
    
    @keyframes shine {
        100% {
            left: 125%;
        }
    }
    
    .porays__social .social__images .social {
        margin-bottom: 25px;
    }
    
    .connect__us ul {
        display: inline-flex;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
    
    .porays__footer {
        background-color: #0c4ca3;
        padding: 40px 0;
    }
    
    .porays__footer .footer__widgets ul {
        padding: 0;
        list-style-type: none;
        display: inline-flex;
    }
    
    .porays__footer .footer__widgets ul li {
        text-transform: capitalize;
        color: #fff;
        font-weight: normal;
        font-size: 20px;
        padding: 0 20px;
    }
    
    .footer__widgets {
        text-align: center;
    }
    
    .porays__footer .footer__widgets ul li a {
        color: #fff;
    }
    
    .porays__footer .footer__logo {
        text-align: center;
    }
    
    .porays__footer .footer__logo img {
        width: 11%;
        padding: 21px 0;
    }
    
    .socila__icons .copyright p {
        margin: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 100;
    }
    
    .socila__icons .links ul {
        padding: 0;
        list-style-type: none;
        display: inline-flex;
        margin: 0;
    }
    
    .socila__icons .links {
        text-align: right;
    }
    
    .socila__icons .links ul li {
        padding: 0 10px;
    }
    
    .socila__icons .links ul li i {
        color: #fff;
        font-size: 22px;
    }
    
    .porays__make_call {
        position: relative;
        background: #ffd000;
    }
    
    .porays__make_call h2 {
        font-size: 50px;
        line-height: 60px;
        position: relative;
        z-index: 2;
    }
    
    .copyright p {
        text-align: center;
        color: #fff;
    }
    
    .copyright__section .links ul {
        list-style-type: none;
        padding: 0;
        color: #fff;
        display: inline-flex;
    }
    
    .copyright__section .links ul li a {
        color: #fff;
        font-size: 22px;
        padding: 0 10px;
    }
    
    .copyright__section .links {
        text-align: center;
    }
    
    .copyright__section .links ul li a {
        color: #fff;
        font-size: 22px;
        padding: 0 10px;
    }
    
    .porays__make_call h2:before {
        background: url('../img/arrow.png');
        background-repeat: no-repeat;
        content: "";
        right: 0;
        position: absolute;
        bottom: 0;
        width: 150px;
        height: 50px;
        z-index: 0;
    }
    
    .porays__make_call .call {
        position: relative;
        z-index: 2;
    }
    
    .porays__make_call strong {
        font-size: 50px;
        line-height: 50px;
        color: #283589;
    }
    
    .porays__make_call span {
        font-size: 40px;
        line-height: 40px;
        display: block;
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
    }
    
    .porays__make_call .objects-right {
        top: -30px;
        z-index: 1;
    }
    
    .connect__us ul li img {
        width: 100px;
        padding: 0 5px;
    }
    /* ABOUT US */
    
    .breadcrumb-area {
        background: linear-gradient(180deg, #0c4ca333, #fff);
        padding-top: 160px;
        padding-bottom: 100px;
    }
    
    .breadcrumb-area .breadcrumb-text h1 {
        font-weight: 800;
        font-size: 72px;
        color: #3b3b3b;
        margin-bottom: 0;
    }
    
    .breadcrumb-area .breadcrumb-text p {
        color: #ffd000;
        font-weight: 500;
        font-size: 18px;
        margin-top: 20px;
        line-height: 1;
    }
    
    .hrrd-hero-shape-top {
        top: 0;
        left: 0;
    }
    
    .shape {
        position: absolute;
        z-index: -1;
    }
    
    .positioning {
        position: relative;
        z-index: 2;
    }
    
    .breadcrumb-area .breadcrumb-text p a {
        color: #3b3b3b;
    }
    
    .aboutus__details {
        padding-bottom: 80px;
    }
    
    .aboutus__details h1 span {
        display: inline-block;
        z-index: 1;
        position: relative;
    }
    
    section.aboutus__details h1 {
        margin-bottom: 10px;
        font-style: normal;
        font-size: 48px;
        line-height: 58px;
        color: #3b3b3b;
        display: inline-block;
        font-weight: 800;
    }
    
    .aboutus__details h1 span:before {
        position: absolute;
        left: 0;
        height: 50px;
        width: 86%;
        border: 0.5px solid #ffd000;
        background: #f5e9b7;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        z-index: -1;
    }
    
    .aboutus__details p {
        margin-top: 27px;
        margin-bottom: 28px;
        font-size: 24px;
    }
    
    .address__details h5 {
        font-size: 24px;
        width: 20%;
        color: #283589;
        line-height: 1.5;
        margin: 0;
        padding: 0;
    }
    
    .address__details ul {
        padding-left: 18px;
        margin-top: 20px;
    }
    
    .address__details ul li {
        font-size: 24px;
        padding-bottom: 10px;
    }
    
    .address__details ul li::marker {
        color: #ffd000;
    }