@import url(https://fonts.googleapis.com/css?family=Roboto:300);

p,
li,
ul {
    color: #000000;
}

:root {
    --primary-color: #2f3a56;
    --secondary-color: #47b377;
    --background-color: #f5f5f5;
    --text-color: #333333;
    --accent-color: #e74c3c;
}

.header-top-area {
    background: #14212a;
    padding: 10px 0;
}

.header-top-address ul li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}

.header-top-address ul li a {
    font-size: 13px;
    color: #fff;
}

.header-top-address ul li span {
    font-size: 13px;
    color: #fff;
}

.header-top-address ul li i {
    margin-right: 5px;
    color: #fff;
    font-size: 15px;
}

.header-top-social {
    text-align: right;
}

.header-top-social a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-left: 14px;
    transition: 0.5s;
}

.header-top-social a:hover {
    color: var(--secondary-color);
}

.header_top_menu {
    background: #141323;
    height: 61px;
    padding: 12px 0 0;
}

.header_top_menu_text p {
    color: #fff;
    padding: 0 0 0 18px;
    position: relative;
    z-index: 1;
}

.header_top_menu_text p:before {
    position: absolute;
    content: "";
    left: -12px;
    top: 4px;
    height: 100%;
    width: 100%;
    background: url(../images/resource/hand.png);
    background-repeat: no-repeat;
}

.menu-title {
    margin-right: 10px;
    display: inline-block;
}

.menu-title h6 {
    font-size: 15px;
    font-family: "Fira Sans";
    font-weight: 500;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
}

.menu-title h6:before {
    position: absolute;
    content: "";
    left: -45px;
    top: 8px;
    height: 2px;
    width: 35px;
    background: #ff3b00;
}

.header_top_menu_icon_inner {
    display: inline-block;
}

.header_top_menu_icon_inner ul li {
    display: inline-block;
    list-style: none;
}

.header_top_menu_icon_inner ul li a {
    color: #1773ea;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 29px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
}

li.menu-icon a {
    color: #e04b85 !important;
    display: inline-block;
}

.consen_nav_manu {
    background: #fff0;
    transition: 0.5s;
    z-index: 2;
    position: relative;
    padding: 0;
    margin-bottom: -88px;
}

.consen_nav_manu.transparent_menu {
    background: #fff0;
    margin-bottom: -87px;
    position: relative;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgb(0 0 0 / 0.1);
    box-shadow: 0 2px 5px -2px rgb(0 0 0 / 0.1);
    background: #14212a !important;
    transition: 0.5s;
    z-index: 9;
}

nav.consen_menu {
    text-align: right;
}

.consen_menu ul {
    list-style: none;
    display: inline-block;
}

.consen_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.consen_menu>ul>li>a {
    display: block;
    margin: 30px 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-family: "Fira Sans";
    font-weight: 400;
}

nav.consen_menu span {
    font-size: 13px;
    padding-left: 6px;
    font-family: FontAwesome;
    opacity: 0.5;
}

.consen_menu>ul>li>a:hover {
    color: var(--secondary-color);
}

.header-button {
    display: inline-block;
    padding-left: 32px;
}

.header-button a {
    padding: 12px 35px;
    color: #fff;
    background: var(--secondary-color);
    border-radius: 30px;
    display: inline-block;
    font-family: "Fira Sans";
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border: 1px solid var(--secondary-color);
}

.header-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #10102e;
    transform: scale(0);
    transition: 0.5s;
}

.header-button a:hover:before {
    transform: scale(1);
}

.style-two.consen_nav_manu {
    background: #fff0;
    transition: 0.5s;
    z-index: 2;
    position: relative;
    margin-bottom: -110px;
}

.style-two.sticky {
    background: transparent !important;
    box-shadow: none;
}

.row.header-bg {
    background: #fff;
    border-radius: 5px;
    height: 110px;
    padding: 0 18px;
    box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
    z-index: 1;
}

.style-two nav.consen_menu {
    text-align: left;
}

.style-two .consen_menu>ul>li>a {
    color: #232323;
}

.style-two .header-button {
    padding-left: 18px;
}

.style-two .consen_menu>ul>li>a:hover {
    color: var(--secondary-color);
}

.consen_nav_manu.style-three {
    margin-bottom: 0;
}

.consen_nav_manu.style-three.sticky {
    background: #fff !important;
}

.consen_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 0.3);
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.3);
    transition: 0.5s;
    visibility: hidden;
    border-top: 2px solid var(--secondary-color);
    opacity: 0;
}

.consen_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.consen_menu ul .sub-menu li {
    position: relative;
}

.consen_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-family: "Fira Sans";
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    visibility: inherit !important;
    color: #211e3b !important;
}

.consen_menu ul .sub-menu li:hover>a,
.consen_menu ul .sub-menu .sub-menu li:hover>a,
.consen_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.consen_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: var(--secondary-color);
    color: #fff !important;
}

.consen_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.consen_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.consen_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.consen_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.consen_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: var(--secondary-color);
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: "Fira Sans";
    border-radius: 2px;
    margin-left: 5px;
    transition: 0.5s;
}

ul.sub-menu li:hover a span {
    background: rgb(255 255 255 / 0.2);
}

.consen_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

.consen_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.consen_menu li a:hover:before {
    width: 101%;
}

.consen_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.consen_nav_manu.sticky .main_sticky {
    display: inherit;
}

.sticky .consen_menu li a {
    color: #fff;
}

.consen_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #f16722;
    border: 2px solid #f16722;
}

.consen_nav_manu.sticky a.dtbtn:hover {
    color: #43baff;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

.consen_nav_manu.style-three .consen_menu>ul>li>a {
    color: #232323;
    font-weight: 500;
}

.consen_nav_manu.style-three .header-button a {
    border-radius: 0;
    border: 1px solid var(--secondary-color);
}

.consen_nav_manu.style-three .header-button a:before {
    border-radius: 0;
}

.consen_nav_manu.style-three .header-button a:hover {
    border: 1px solid #10102e;
}

.slider-area {
    background: url(../images/slider/hero-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 900px;
    z-index: 1;
    position: relative;
}

.slider2 {
    background: url(../images/slider/hero-bg2.jpg);
    background-size: cover;
    background-position: 35%;
    background-repeat: no-repeat;
    height: 890px;
    z-index: 1;
    position: relative;
}

.slider-content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 0 0 10px 56px;
    position: relative;
    z-index: 1;
}

.slider-content h3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 40px;
    height: 2px;
    background: var(--secondary-color);
}

.slider-content h1 {
    font-size: 58px;
    color: #fff;
    line-height: 1;
}

.slider-content span {
    color: var(--secondary-color);
}

.slider-content p {
    font-size: 17px;
    color: #b6b9c0;
    margin-top: 30px;
    width: 90%;
}

.slider-thumb img {
    filter: brightness(0.5);
}

@media screen and (min-width: 992px) {
    .slider-thumb {
        padding-left: 3rem;
    }
}

.slider-button a {
    padding: 11px 20px 16px 30px;
    font-family: "Fira Sans";
    font-weight: 500;
    color: #fff;
    background: #ff3b00;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #ff3b00;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slider-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: 0.5s;
}

.slider-button a i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    color: #ff3b00;
    display: inline-block;
    margin-left: 14px;
    position: relative;
    top: 3px;
    transition: 0.5s;
}

.slider-button a:hover {
    color: #ff3b00;
}

.slider-button a:hover:before {
    width: 100%;
    left: 0;
}

.slider-button a:hover i {
    background: #ff3b00;
    color: #fff;
}

.banner-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.slider-contact-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.contact-icon {
    width: 60px;
}

.contact-icon img {
    max-width: 100%;
}

.contact-number {
    flex: 1;
}

.contact-number span {
    color: #858b97;
}

.contact-number h3 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
}

.contact-number h3 a {
    color: inherit;
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px dashed #fff;
    border-radius: 50%;
    padding: 7px;
    transform: translate(-50%, -50%);
}

.video-icon a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: #ff3b00;
    background: #fff;
    display: inline-block;
    font-size: 26px;
}

.style-two.video-icon {
    position: absolute;
    top: 80px;
    right: 13px;
    left: inherit;
    border: 0;
    border-radius: 50%;
    padding: 7px;
    transition: 0.5s;
    opacity: 0;
}

.style-two.video-icon a {
    width: 48px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: var(--secondary-color);
    display: inline-block;
    font-size: 15px;
}

.case-study-thumb:hover .style-two.video-icon {
    top: 60px;
    opacity: 1;
}

.style-three .upp.style-two.video-icon {
    position: absolute;
    top: 40px;
    right: 169px;
    left: inherit;
    border: 0;
    border-radius: 50%;
    padding: 7px;
    transition: 0.5s;
    opacity: 1;
}

.style-three .upp.style-two.style-two.video-icon a {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: var(--secondary-color);
    display: inline-block;
    font-size: 16px;
}

.slider-shape-thumb {
    position: absolute;
    left: -30px;
    top: 0;
    animation: moveLeftBounce 4s linear infinite;
    z-index: -1;
    opacity: 0.3;
}

.slider-shape-thumb2 {
    position: absolute;
    left: -110px;
    top: 0;
    animation: moveLeftBounce 3s linear infinite;
    z-index: -1;
    opacity: 0.5;
}

.slider2 .slider-content h1 {
    font-size: 66px;
}

.slider2 .slider-content p {
    font-size: 18px;
    color: #fff;
    max-inline-size: 40ch;
    line-height: 30px;
    position: relative;
    z-index: 1;
    border-left: 3px solid var(--secondary-color);
    padding-left: 1rem;
}

.slider2 .slider-button a {
    padding: 13px 40px;
    display: inline-block;
}

.slider2 .slider-button a i {
    font-size: 20px;
    margin-left: 0;
    margin-right: 6px;
    width: inherit;
    height: inherit;
    background: inherit;
    color: #fff;
    transition: 0.5s;
}

.slider2 .slider-button a:hover i {
    background: #fff;
    color: #ff3b00;
}

.slider-shape-thumb3 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.slider-shape-thumb4 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    animation: moveLeftBounce 3s linear infinite;
}

.slider-shape-thumb5 {
    position: absolute;
    left: 85px;
    top: 310px;
    z-index: -1;
}

.slider-shape-thumb6 {
    position: absolute;
    left: 40%;
    top: 18%;
}

.slider-shape-thumb7 {
    position: absolute;
    left: 165px;
    bottom: 101px;
}

.slider-shape-thumb8 {
    position: absolute;
    left: 46%;
    top: 18%;
}

.slider-shape-thumb9 {
    position: absolute;
    left: 49%;
    bottom: 7%;
    z-index: -1;
}

.banner-area {
    background: url(../images/slider/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 900px;
}

.banner-area.style-two {
    background: url(../images/slider/Home-Page-Banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    height: 550px;
}

.banner-content h1 {
    background: rgb(255 255 255 / 0.1);
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 10px 23px 10px 82px;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
    margin-bottom: 22px;
}

.banner-content h1::before {
    position: absolute;
    content: "";
    left: 22px;
    top: 19px;
    height: 2px;
    width: 45px;
    background: var(--secondary-color);
}

.banner-content h1 {
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.banner-content p {
    color: #fff;
    font-size: 18px;
    padding: 30px 0 24px;
    line-height: 1.5;
    letter-spacing: 2px;
}

.banner-button a {
    display: inline-block;
    background: var(--secondary-color);
    padding: 14px 35px;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.banner-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #10102e;
    transform: scale(0);
    transition: 0.5s;
}

.banner-button a:hover:before {
    transform: scale(1);
}

.banner-year-thumb {
    position: absolute;
    right: -158px;
    top: -25px;
}

.banner-list .owl-dots {
    text-align: center;
    padding: 18px 0 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.banner-content {
    h2 {
        line-height: 1.3;
        letter-spacing: 1px;
    }
}

.consen-section-title h2 {
    margin: 0;
    font-size: 36px;
}

.consen-section-title span {
    color: var(--secondary-color);
}

.consen-section-title p {
    opacity: 70%;
    padding: 13px 0 0;
}

.consen-section-title h5 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--secondary-color);
    margin: 0 0 16px;
    position: relative;
    margin-left: 53px;
    display: inline-block;
}

.consen-section-title h5:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -53px;
    height: 2px;
    width: 41px;
    background: var(--secondary-color);
}

.upper.consen-section-title h5 {
    left: 0;
    margin-left: 0;
}

.upper.consen-section-title h5::before {
    position: absolute;
    content: "";
    top: 10px;
    left: -55px;
    margin: auto;
    height: 2px;
    width: 41px;
    background: var(--secondary-color);
}

.upper.consen-section-title h5:after {
    position: absolute;
    content: "";
    top: 10px;
    right: -55px;
    margin: auto;
    height: 2px;
    width: 41px;
    background: var(--secondary-color);
}

.service-area {
    background: url(../images/resource/feature-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 45px 0 20px;
}

.dreamit-service-box {
    padding: 0 25px 30px;
    background-color: #fff;
    border: 1px solid rgb(35 35 35 / 0.1);
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.dreamit-service-box::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(../images/resource/box-bg.png);
    transition: 0.5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.em-service-title h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 55px 0 42px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.em-service-title h2:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: auto;
    width: 40px;
    height: 2px;
    background: var(--secondary-color);
}

.em-service-icon {
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    line-height: 76px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid rgb(35 35 35 / 0.1);
    transition: 0.5s;
}

.em-service-icon img {
    transition: 0.5s;
}

.service-number h2 {
    font-size: 55px;
    opacity: 10%;
    position: absolute;
    top: 0;
    left: 10px;
    margin: auto;
}

.em-service-text p {
    transition: 0.5s;
}

.service-button a {
    padding: 8px 18px 8px 24px;
    font-size: 15px;
    font-family: "Fira Sans";
    border-radius: 22px;
    background-color: #fff;
    color: #232323;
    border: 1px solid rgb(35 35 35 / 0.1);
    display: inline-block;
    margin-top: 11px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.service-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #10102e;
    border-radius: 30px;
    transform: scale(0);
    transition: 0.5s;
}

.service-button a i {
    font-size: 18px;
    color: var(--secondary-color);
    display: inline-block;
    position: relative;
    top: 2px;
    transition: 0.5s;
}

.consen-button a {
    padding: 10px 14px 15px 42px;
    font-family: "Fira Sans";
    font-weight: 500;
    color: #fff;
    background: var(--secondary-color);
    display: inline-block;
    border-radius: 30px;
    border: 1px solid var(--secondary-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.consen-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: 0.5s;
}

.consen-button a i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    color: var(--secondary-color);
    display: inline-block;
    margin-left: 14px;
    position: relative;
    top: 3px;
    transition: 0.5s;
}

.consen-button a:hover {
    color: var(--secondary-color);
}

.consen-button a:hover:before {
    width: 100%;
    left: 0;
}

.consen-button a:hover i {
    background: var(--secondary-color);
    color: #000;
}

.dreamit-service-box:hover .em-service-title h2,
.dreamit-service-box:hover .em-service-text p {
    color: #000;
}

.dreamit-service-box:hover .em-service-text p {
    color: #000;
}

.dreamit-service-box:hover .em-service-icon img {
    filter: brightness(0) invert(1);
}

.dreamit-service-box:hover .em-service-icon {
    background: var(--secondary-color);
}

.dreamit-service-box:hover .service-button a:before {
    transform: scale(1);
}

.dreamit-service-box:hover .service-button a {
    color: #fff;
    border: 1px solid #fff;
}

.dreamit-service-box:hover .service-button a i {
    color: #fff;
}

.dreamit-service-box:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.upper .row.serivce-bg {
    position: relative;
    z-index: 1;
    top: 0;
    margin-top: -130px;
}

.style-three.service-area {
    background: url(../images/resource/service-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 95px 0 84px;
    position: relative;
    z-index: 1;
}

.style-three.service-area:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(19 19 35 / 0.9);
}

.style-three .dreamit-service-box {
    padding: 36px 15px 30px;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.style-three .dreamit-service-box::before {
    background: url(../images/resource/box-bg3.png);
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
}

.style-three .em-service-icon1.upper {
    margin-bottom: 27px;
}

.style-three .em-service-icon1 {
    font-size: 35px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.style-three .em-service-icon1:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 13px;
    height: 58px;
    width: 58px;
    background: #f6f5f5;
    border-radius: 100%;
    z-index: -1;
    transition: 0.5s;
}

.em-service-icon1 img {
    transition: 0.5s;
}

.style-three .em-service-title h3 {
    margin: 10px 0 20px;
    font-size: 22px;
    font-weight: 500;
    transition: 0.5s;
}

.style-three .service-bar {
    background: var(--secondary-color);
    height: 2px;
    width: 64px;
    position: relative;
    border-radius: 30px;
    left: 0;
    right: 0;
    margin: 0 auto 19px;
    transition: 0.5s;
}

.style-three .service-bar:before {
    height: 2px;
    transition: 0.5s;
}

.style-three .service-button a {
    padding: 10px 22px;
    font-size: 15px;
    font-family: "Fira Sans";
    border-radius: 30px;
    background-color: #f6f5f5;
    border: 0;
}

.style-three .dreamit-service-box:hover .em-service-icon1 img {
    filter: brightness(0) invert(1);
}

.style-three .dreamit-service-box:hover .service-bar {
    background: #fff;
}

.style-three .dreamit-service-box:hover .em-service-icon1:after {
    background: #ff784e;
}

.style-three .dreamit-service-box:hover .service-bar:before {
    background: var(--secondary-color);
}

.style-three .dreamit-service-box:hover .em-service-title h3 {
    color: #fff;
}

.style-three .dreamit-service-box:hover .service-button a {
    color: #fff;
    border: 0;
}

.service-shape {
    position: absolute;
    right: 0;
    top: 0;
    animation: moveLeftBounce 3s linear infinite;
    z-index: -1;
    opacity: 0.2;
}

.service-shape1 {
    position: absolute;
    left: 35px;
    bottom: -190px;
}

.service-bottom-text {
    text-align: center;
    padding: 50px 0 0;
}

.service-bottom-text p {
    font-size: 18px;
    color: #f4f4f4;
}

.service-bottom-text p a {
    padding: 6px 25px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid var(--secondary-color);
    font-family: "Fira Sans";
    color: #fff;
    background: var(--secondary-color);
    border-radius: 30px;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    z-index: 1;
}

.service-bottom-text p a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #10102e;
    transform: scale(0);
    transition: 0.5s;
}

.service-bottom-text p a:hover:before {
    transform: scale(1);
}

.service-area.new-style {
    background: #fff;
}

.service-area.new-style .single-service-box {
    border: 1px dashed #ccc;
    padding: 10px;
    transition: 0.5s;
    border-radius: 5px;
    margin-bottom: 30px;
}

.service-area.new-style .service-icon-thumb {
    position: relative;
    margin-top: -50px;
    margin-left: 20px;
}

.service-area.new-style .service-box-thumb img {
    width: 100%;
}

.service-area.new-style .service-content {
    padding: 15px 20px 12px;
}

.service-area.new-style .service-content h2 {
    font-size: 22px;
}

.service-area.new-style .service-content p {
    padding-top: 12px;
}

.service-area.new-style .service-content a {
    color: #232323;
    font-weight: 600;
    font-size: 15px;
    padding-left: 38px;
    position: relative;
    transition: 0.5s;
}

.service-area.new-style .service-content a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    height: 2px;
    width: 30px;
    background: var(--secondary-color);
}

.service-area.new-style .single-service-box:hover {
    border-color: var(--primary-color);
}

.service-area.new-style .service-content a:hover {
    color: var(--secondary-color);
}

.service-detials-area {
    padding: 40px 0 70px;
}

.service-detials-area .consen-service-thumb img {
    width: 100%;
}

.service-page-title h1 {
    line-height: 42px;
}

.service-page-title h1 {
    font-size: 36px;
    font-weight: 600;
    color: #0d0e14;
    padding: 20px 0 20px;
    display: inline-block;
}

.serivce-details-desc p span {
    color: var(--secondary-color);
}

.service-details-box {
    background: #f5f5f5;
    padding: 20px 25px 13px;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-right: 5px;
}

.service-details-icon {
    float: left;
    margin-right: 25px;
    margin-top: 10px;
}

.service-details-icon img {
    border-radius: 4px;
}

.service-details-title h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 12px;
}

.services-detials-desc p {
    font-size: 15px;
    line-height: 26px;
}

.service-page-title2 h1 {
    line-height: 38px;
    margin: 0;
}

.service-page-title2 h1 {
    font-size: 30px;
    font-weight: 600;
    color: #0d0e14;
    padding: 10px 0 16px;
    display: inline-block;
}

.service-details-thumb {
    position: relative;
}

.widget-service-details-icon p {
    margin-bottom: 12px;
}

.widget-service-details-icon i {
    font-size: 25px;
    color: var(--secondary-color);
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: 4px;
}

.service-work-process-box {
    padding: 40px 25px 20px;
    background: #f5f5f5;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}

.service-work-process-number {
    display: inline-block;
    padding: 10px;
    position: relative;
}

.service-work-process-number:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 10px solid var(--secondary-color);
    border-radius: 50%;
    opacity: 0.3;
}

.service-work-process-number span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: var(--secondary-color);
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.service-work-process-title h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    padding: 20px 0 10px;
}

.service-work-process-desc p {
    font-size: 15px;
    line-height: 26px;
}

.widget_search {
    padding: 30px 30px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #f5f5f5;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #0d0e14;
    border: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: var(--secondary-color);
    border-radius: 0 4px 4px 0;
}

.upper.widget_search {
    padding: 0;
    margin-bottom: 30px;
    background: inherit;
    text-align: right;
}

.upper.widget_search input {
    height: 56px;
    width: 73%;
    color: #0d0e14;
    border: 1px solid rgb(13 14 20 / 0.1);
    border-radius: 4px 0 0 4px;
}

.upper.widget_search input:focus-visible {
    box-shadow: none;
}

.upper button.icons {
    height: 56px;
    width: 56px;
}

.widget-categories-box {
    background: #f5f5f5;
    padding: 42px 40px 25px;
    border-radius: 5px;
}

.categories-title h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 2px solid #e9e9ea;
    padding: 0 0 15px;
    margin: 0 0 30px;
    position: relative;
}

.categories-title h4:before {
    position: absolute;
    content: "";
    left: -42px;
    top: 0;
    height: 24px;
    width: 2px;
    background: var(--secondary-color);
}

.service-detials-area .categories-title h4:before {
    left: -37px;
}

.widget-categories-menu ul {
    display: block;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: #fff;
    padding: 10px 15px 10px;
    border-radius: 4px;
    transition: 0.5s;
    color: #0d0e14;
}

.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
    background: var(--secondary-color);
    color: #fff;
}

.widget-categories-menu ul li a {
    display: block;
    transition: 0.5s;
    color: inherit;
}

.widget-categories-menu ul li:hover a {
    color: inherit;
}

.service-details-icon-box {
    margin-left: 20px;
}

.widget-categories-thumb {
    background: url(../images/resource/srd3.jpg);
    background-repeat: no-repeat;
    padding: 80px 0 80px;
    margin-top: 30px;
    background-size: cover;
}

.widget-title2 h3 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 600;
    color: #fff;
    padding: 31px 0 40px;
}

.widget-button a {
    padding: 17px 40px;
    font-size: 17px;
    font-weight: 500;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.widget-button a i {
    margin-right: 5px;
}

.about-area {
    background: url(../images/about/about-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0 40px;
    background-size: cover;
    position: relative;
}

.about-area .dreamit-about-thumb {
    margin: 0 0 0 -128px;
    position: relative;
    z-index: 1;
}

.dreamit-icon-title h4 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 2px 0 10px;
    font-style: italic;
}

.dreamit-icon-title h4 span {
    color: var(--secondary-color);
}

.dreamit-icon-list ul li {
    display: inline-block;
    list-style: none;
    padding: 14px 0 0;
}

.dreamit-icon-list ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--secondary-color);
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-right: 10px;
}

.dreamit-icon-list ul li span {
    color: #fff;
}

.feature-area.style-two .dreamit-icon-list ul li i {
    line-height: 22px;
}

.feature-area.new-style {
    background: var(--secondary-color);
    padding: 40px 0 26px;
}

.single-feature {
    margin-bottom: 30px;
}

.feature-area.new-style .single-feature-icon {
    margin-top: 6px;
    float: left;
    margin-right: 24px;
}

.feature-area.new-style .single-feature-content h3 {
    font-size: 22px;
    color: #fff;
    padding-left: 170px;
    position: relative;
    font-weight: 600;
}

.feature-area.new-style .single-feature-content h3:before {
    position: absolute;
    content: "";
    left: 85px;
    top: 13px;
    height: 1px;
    width: 65px;
    background: #fff;
}

.feature-area.new-style .single-feature-content h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.about-button a {
    padding: 9px 14px 14px 42px;
    font-family: "Fira Sans";
    font-weight: 500;
    color: #fff;
    background: #ff3b00;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #ff3b00;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 38px;
}

.about-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: 0.5s;
}

.about-button a i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    color: #ff3b00;
    display: inline-block;
    margin-left: 14px;
    position: relative;
    top: 3px;
    transition: 0.5s;
}

.about-button a:hover {
    color: #ff3b00;
}

.about-button a:hover:before {
    width: 100%;
    left: 0;
}

.about-button a:hover i {
    background: #ff3b00;
    color: #fff;
}

.about-shape-thumb1 {
    position: absolute;
    left: -61px;
    bottom: -102px;
    z-index: -1;
}

.about-shape-thumb2 {
    position: absolute;
    right: 72px;
    top: -111px;
}

.ceo-cod-area {
    background: url(../images/about/ceo-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0 65px;
}

p.about-text {
    font-size: 22px;
    font-weight: 500;
    font-family: "Fira Sans";
    color: #232323 !important;
    line-height: 32px;
    font-style: italic;
    opacity: inherit;
    margin-bottom: 12px;
}

p.about-text2 {
    opacity: inherit;
    padding: 0;
}

.dreamit-ceo-title h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Fira Sans";
    padding: 8px 0 0 32px;
    position: relative;
    z-index: 1;
}

.dreamit-ceo-title h4:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 18px;
    width: 22px;
    border: 1px solid var(--secondary-color);
}

.dreamit-ceo-title span {
    font-size: 15px;
    padding: 7px 0 0;
    display: inline-block;
}

.style-two.about-area .about-button a {
    margin-top: 28px;
}

.dreamit-about-thumb1 {
    margin-left: 64px;
}

.about-shape-box {
    position: relative;
    z-index: 1;
}

.about-shape-thumb img {
    position: absolute;
    top: -280px;
    left: 26px;
}

.style-three.about-area {
    background: #fff;
    padding: 0 0 82px;
}

.upper.style-three.about-area {
    padding: 90px 0 90px;
}

p.about-text1 {
    opacity: inherit;
    padding: 16px 0 0;
}

.style-three.about-area .dreamit-about-thumb {
    margin: 0 0 0 -72px;
}

.style-three .dreamit-icon-list ul li {
    padding: 12px 0 0;
}

.style-three .dreamit-icon-list ul li span {
    color: #232323;
    font-family: "Fira Sans";
}

.style-three .dreamit-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: var(--secondary-color);
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.style-three .about-button a {
    padding: 14px 37px;
    font-family: "Fira Sans";
    font-weight: 500;
    color: #fff;
    background: #ff3b00;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #ff3b00;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 31px;
    font-size: 16px;
}

.style-three .about-button a i {
    font-size: 19px;
    width: 0;
    height: 0;
    line-height: 0;
    color: #fff;
    margin-left: 22px;
    top: 2px;
    left: -24px;
}

.style-three .about-button a:hover {
    color: #ff3b00;
}

.style-three .about-button a:hover i {
    color: #ff3b00;
}

.progress-box {
    width: 600px;
    margin: 35px auto 0 0;
    font-family: "Fira Sans";
}

.circle_percent {
    font-size: 80px;
    width: 80px;
    height: 80px;
    position: relative;
    background: #ffeae3;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0 20px 0 0;
    z-index: 1;
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em 0.5em);
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: var(--secondary-color);
    clip: rect(0 1em 1em 0.5em);
    transform: rotate(180deg);
    transition: 1.05s;
}

.percent_more .circle_inner {
    clip: rect(0 0.5em 1em 0em);
}

.percent_more:after {
    position: absolute;
    left: 0.5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    content: "";
}

.circle_inbox {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 22px;
    line-height: 26px;
    color: #232323;
    text-align: center;
}

.extra-progress {
    display: inline-block;
    padding: 0 0 0 70px;
}

.circle-progress-title {
    display: inline-block;
}

.circle-progress-title h4 {
    font-size: 18px;
    line-height: 28px;
    color: #232323;
    font-weight: 500;
    position: relative;
    top: -30px;
}

.style-three .about-shape-thumb1 {
    position: absolute;
    left: -191px;
    bottom: -98px;
    z-index: 1;
    display: none;
}

.style-three .about-shape-thumb3 {
    position: absolute;
    right: 37px;
    top: -4px;
    z-index: -1;
}

.upper1.style-three.about-area {
    padding: 88px 0 82px;
    background: url(../images/resource/why-choose-bg.webp);
}

.upper1.style-three.about-area .dreamit-about-thumb {
    margin: 0 0 0 30px;
}

.upper1.style-three .about-shape-thumb3 {
    position: absolute;
    right: -68px;
    top: -4px;
    z-index: -1;
}

.about-area.new-style {
    background: url(../images/about/about-bg2.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.about-area.new-style .about-thumb {
    position: relative;
    margin-left: -100px;
    margin-right: 50px;
}

.about-area.new-style .about-thumb img {
    width: 100%;
}

.about-area.new-style .about-icon-thumb {
    float: left;
    margin-right: 20px;
}

.about-area.new-style .about-icon-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.about-area.new-style .about-icon-box.border-non {
    border-bottom: none;
}

.about-area.new-style .about-box-content {
    overflow: hidden;
}

.about-area.new-style .about-box-content h2 {
    font-size: 20px;
    padding-bottom: 8px;
    margin-top: 0;
}

.new-button a {
    display: inline-block;
    background: var(--secondary-color);
    padding: 14px 35px;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.new-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #10102e;
    transform: scale(0);
    transition: 0.5s;
}

.new-button a:hover:before {
    transform: scale(1);
}

.counter-vip {
    padding: 85px 0 0;
}

.couter-top-title h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 0 76px;
}

.couter-top-title h3:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgb(255 255 255 / 0.14901960784313725);
}

.couter-top-title h3:after {
    position: absolute;
    content: "";
    right: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgb(255 255 255 / 0.14901960784313725);
}

.counter-title h4 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

.counter-title span {
    font-size: 48px;
    font-weight: 600;
    display: inline-block;
    color: var(--secondary-color);
}

.counter-title p {
    color: #9d9ea6;
}

.case-study-area {
    background: url(../images/resource/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 92px 0 95px;
}

.row.case-study-bg {
    position: relative;
    z-index: 1;
}

.case-study-single-box {
    border-radius: 3px;
    margin-bottom: 30px;
}

.case-study-thumb {
    position: relative;
    z-index: 1;
}

.case-study-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgb(3 4 34 / 0.902) 0%, rgb(3 4 34 / 0.902) 24%, #fff0 62%, #fff0 100%);
    border-radius: 3px;
}

.case-study-thumb img {
    width: 100%;
}

.case-study-content {
    position: absolute;
    bottom: -15px;
    left: 30px;
    right: 0;
    margin: auto;
    transition: 0.5s;
}

.case-study-title h6 {
    font-size: 17px;
    color: var(--secondary-color);
    font-weight: 500;
    padding: 0 0 0 32px;
    position: relative;
    transition: 0.5s;
}

.case-study-title h6:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 10px;
    width: 22px;
    border: 1px solid var(--secondary-color);
}

.case-study-title h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}

.case-study-title h3 a {
    color: #fff;
    font-weight: 600;
}

.case-button a {
    display: inline-block;
    color: #fff;
    margin-top: 15px;
    opacity: 0;
    transition: 0.5s;
}

.case-button a i {
    font-size: 20px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.case-study-thumb:hover .case-study-content {
    bottom: 28px;
}

.case-study-thumb:hover .case-button a {
    opacity: 1;
}

.case-study-thumb:hover .case-study-title h6 {
    color: #fff;
}

.case-study-thumb:hover .case-study-title h6:before {
    border: 1px solid #fff;
}

.case-study-thumb:hover:before {
    background-image: linear-gradient(0deg, rgb(255 59 0 / 0.902) 0%, rgb(255 59 0 / 0.902) 24%, #fff0 62%, #fff0 100%);
}

.case-shape-thumb {
    position: absolute;
    right: -255px;
    top: 55px;
}

.case-shape-thumb1 {
    position: absolute;
    left: -280px;
    top: -96px;
}

.owl-dots {
    text-align: center;
    padding: 18px 0 0;
}

.owl-dot {
    width: 19px;
    height: 4px;
    border-radius: 2px;
    /* background-color: rgb(255 255 255 / 0.30196078431372547); */
    background-color: black;
    display: inline-block;
    margin-right: 10px;
}

.owl-dot.active {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: var(--secondary-color);
    display: inline-block;
    position: relative;
    top: 4px;
}

.why-choose-us-area {
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
}

p.choose-text1 {
    opacity: inherit;
    padding: 20px 0 0;
    margin-bottom: 9px;
}

.why-choose-us-area .dreamit-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: var(--secondary-color);
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.why-choose-us-area .dreamit-icon-list ul li span {
    color: #232323;
    font-weight: 400;
    font-family: "Fira Sans";
}

.why-choose-us-thumb {
    position: relative;
    z-index: 1;
    left: 120px;
}

.why-choose-button a {
    padding: 14px 38px;
    font-family: "Fira Sans";
    font-weight: 500;
    color: #fff;
    background: var(--secondary-color);
    display: inline-block;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 38px;
}

.why-choose-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: 0.5s;
}

.why-choose-button a i {
    font-size: 19px;
    color: #fff;
    padding-right: 5px;
    position: relative;
    top: 2px;
    transition: 0.5s;
}

.why-choose-button a:hover {
    color: var(--secondary-color);
}

.why-choose-button a:hover:before {
    width: 100%;
    left: 0;
}

.why-choose-button a:hover i {
    color: var(--secondary-color);
}

.why-choose-us-shape-thumb {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.why-choose-us-shape-thumb2 {
    position: absolute;
    top: -56px;
    left: -43px;
}

.why-choose-us-shape-thumb3 {
    position: absolute;
    left: -192px;
    bottom: -30px;
}

.why-choose-us-shape-thumb4 {
    position: absolute;
    right: 8px;
    bottom: -18px;
    z-index: -1;
    animation: moveLeftBounce 3s linear infinite;
}

.style-three.case-study-area {
    background: #fff;
    padding: 95px 0 70px;
}

.portfolio_nav {
    margin-bottom: 40px;
}

.portfolio_menu ul {
    text-align: center;
    list-style: none;
}

.portfolio_nav ul li {
    background: #f6f5f5;
    font-size: 15px;
    font-family: "Fira Sans";
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 6px 25px;
    font-weight: 500;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 30px;
}

.portfolio_menu ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: 0.5s;
}

.portfolio_menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    height: 2px;
    width: 0%;
    background: #fff;
    transition: 0.5s;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
    color: #fff;
    background: var(--secondary-color);
}

.case-study-thumb2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.case-study-thumb2::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.3);
    top: 0;
    content: "";
    opacity: 0;
    transition: 0.5s;
}

.case-study-thumb2 img {
    width: 100%;
}

.case-study-title h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}

.style-three .case-study-content {
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
    opacity: 0;
}

.case-study-content-inner {
    position: relative;
    z-index: 1;
}

.case-study-content-inner:before {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
    background: url(../images/resource/port.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 160px;
}

.style-three .case-study-title {
    padding: 0 0 27px 30px;
}

.style-three .case-study-title h3 {
    line-height: 26px;
}

.style-three .case-study-title h3 a {
    color: #fff;
    font-weight: 500;
}

.style-three .case-study-title h6 {
    color: #fff;
}

.style-three .case-study-title h6:before {
    border: 1px solid #fff;
}

.style-three .style-two.video-icon a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: var(--secondary-color);
    display: inline-block;
    font-size: 13px;
}

.single_portfolio_icon {
    position: absolute;
    right: 168px;
    top: 20px;
    opacity: 0;
    transition: 0.5s;
}

.single_portfolio_icon a i {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: var(--secondary-color);
    display: inline-block;
    font-size: 16px;
}

.case-study-thumb2:hover .case-study-content {
    bottom: 0;
    opacity: 1;
}

.case-study-thumb2:hover .style-two.video-icon {
    top: 40px;
    opacity: 1;
}

.case-study-thumb2:hover .single_portfolio_icon {
    right: 100px;
    opacity: 1;
}

.case-study-thumb2:hover:before {
    opacity: 1;
}

.port-shape-thumb {
    position: absolute;
    left: -149px;
}

.port-shape-thumb2 {
    position: absolute;
    right: -149px;
}

.port-shape-thumb2 {
    position: absolute;
    top: -147px;
    right: -240px;
    z-index: 11;
}

.portfolio-area {
    background: #fff;
    padding: 92px 0 70px;
}

.portfolio-area .row.prtb-bg {
    padding: 0 100px;
}

.single-portfolio {
    margin-bottom: 30px;
    position: relative;
}

.portfolio-thumb {
    position: relative;
}

.portfolio-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 0.3);
    transition: 0.5s;
    opacity: 0;
}

.single-portfolio:hover .portfolio-thumb:before {
    opacity: 1;
}

.portfolio-thumb img {
    width: 100%;
    border-radius: 5px;
}

.portfolio-content {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    text-align: left;
    background: var(--secondary-color);
    margin: auto;
    padding: 5px 30px 18px;
    width: 92%;
    border-radius: 5px;
    transition: 0.5s;
    opacity: 0;
}

.portfolio-title h3 a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.portfolio-title span {
    color: #fff;
    font-weight: 500;
    margin-top: 5px;
    display: block;
}

.single-portfolio:hover .portfolio-content {
    bottom: 30px !important;
    opacity: 1;
}

.testimonial-area {
    background: url(../images/resource/testimonial-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 0 95px;
    position: relative;
    z-index: 1;
}

.testimonial-single-box {
    padding: 18px 30px 24px;
    transition: all 0.4s ease 0s;
    position: relative;
    margin-top: 10px;
    text-align: left;
    z-index: 1;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 30px;
}

.testimonial-single-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 12px;
    height: 100%;
    width: 100%;
    transition: 0.5s;
    z-index: -1;
    background: url(../images/resource/earth.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonial-single-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    transition: 0.5s;
    z-index: -1;
    border-radius: 3px;
    background: url(../images/resource/box-bg4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.quote-thumb {
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.quote-thumb:before {
    content: "";
    font-size: 18px;
    position: absolute;
    bottom: 5px;
    right: -10px;
    background: url(../images/resource/quote1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 31px;
    height: 31px;
}

.quote-title {
    position: relative;
    top: 10px;
}

.quote-title h4 {
    font-size: 20px;
    font-weight: 600;
    transition: 0.5s;
    padding: 0 0 5px;
}

.quote-title p {
    color: var(--secondary-color);
    transition: 0.5s;
}

.em-testimonial-text p {
    display: inline-block;
    transition: 0.5s;
    padding: 20px 0 0;
}

.em-testi-start-icon i {
    color: var(--secondary-color);
    transition: 0.5s;
    display: inline-block;
}

.testi-counter-box {
    text-align: right;
}

.upper.testi-counter-box {
    position: relative;
    z-index: 1;
}

.testi-counter-title h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.testi-counter-title span {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    font-family: "Fira Sans";
    color: var(--secondary-color);
}

.testi-counter-title p {
    color: #fff;
    padding: 10px 0 0;
}

.testimonial-single-box:hover:after {
    left: 0;
    width: 100%;
}

.testimonial-single-box:hover .quote-title h4,
.testimonial-single-box:hover .quote-title p,
.testimonial-single-box:hover .em-testimonial-text p,
.testimonial-single-box:hover .em-testi-start-icon i {
    color: #fff;
}

.testi-shape-thumb {
    position: absolute;
    left: -120px;
    top: 0;
    animation: moveLeftBounce 3s linear infinite;
    z-index: -1;
    opacity: 0.2;
}

.row.testi-rotate {
    position: relative;
}

.testi-shape-thumb1 {
    position: absolute;
    left: 165px;
    top: -85px;
}

.testimonial-area.style-two {
    background: #fff;
    padding: 95px 0 70px;
}

.testimonial_list .owl-dots {
    text-align: center;
    padding: 20px 0 0;
}

.testimonial-area.style-two .testimonial-single-box {
    filter: drop-shadow(0 0 5px rgb(0 0 0 / 0.1));
}

.testimonial-area.style-two .owl-dot {
    width: 19px;
    height: 5px;
    border-radius: 2px;
    background-color: #131323;
    display: inline-block;
    margin-right: 10px;
}

.testimonial-area.style-two .owl-dot.active {
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background-color: var(--secondary-color);
    display: inline-block;
    position: relative;
    top: 4px;
}

.testimonial-area.new-style {
    background: url(../images/resource/testi-bg.webp);
}

.testimonial-icon-thumb {
    float: left;
}

.testimonial-ratting {
    text-align: right;
    margin-right: 25px;
}

.testimonial-ratting i {
    color: var(--secondary-color);
    /* background-color: var(--secondary-color); */
    font-size: 13px;
}

.testimonial-text {
    padding: 25px 19px 10px 0;
}

.testimonial-title {
    border-top: 1px solid#E5E5E7;
    padding-top: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.testimonial-title h2 {
    font-size: 22px;
}

.testimonial-content span {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 6px;
    font-size: 15px;
}

.testimonial-content span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    height: 2px;
    width: 22px;
    background: var(--secondary-color);
}

.process-area {
    background: url(../images/resource/work-process-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 95px;
}

.row.process-bg {
    position: relative;
    z-index: 1;
}

.process-single-box {
    padding: 67px 22px 15px;
    border-radius: 3px;
    background-color: rgb(255 255 255 / 0.9019607843137255);
    filter: drop-shadow(0 10px 30px rgb(116 100 95 / 0.2));
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
}

.process-single-box .process-number {
    margin-bottom: 40px;
}

.upper.process-single-box {
    clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}

.upper1.process-single-box {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
    padding-bottom: 32px;
}

.upper2.process-single-box {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    padding-bottom: 32px;
}

.process-single-box:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    background: url(../images/resource/bx-bg.png);
    transition: 0.7s;
    border-radius: 3px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

.process-number span {
    font-size: 24px;
    font-weight: 500;
    font-family: "Fira Sans";
    line-height: 26px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.process-number span:before {
    position: absolute;
    content: "";
    left: -24px;
    top: -15px;
    width: 60px;
    height: 55px;
    background: url(../images/resource/process-i1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: 0.5s;
}

.process-number span:after {
    position: absolute;
    content: "";
    left: -24px;
    top: -15px;
    width: 60px;
    height: 55px;
    background: url(../images/resource/process-i2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
}

.process-title h3 {
    font-size: 22px;
    color: #f83d04;
    font-weight: 600;
    font-family: "Fira Sans";
    transition: 0.5s;
    margin-top: 0;
    margin-bottom: 8px;
}

.process-title span {
    color: #232323;
    transition: 0.5s;
}

.process-title p {
    transition: 0.5s;
}

.dreamit-smart-title h4 {
    font-size: 22px;
    font-weight: 500;
    padding: 4px 0 14px;
}

.dreamit-smart-title span {
    color: var(--secondary-color);
}

.process-area .about-button a {
    margin-top: 17px;
}

.process-single-box:hover:before {
    width: 100%;
    opacity: 1;
    height: 100%;
}

.process-single-box:hover .process-number span:after {
    opacity: 1;
}

.process-single-box:hover .process-title span,
.process-single-box:hover .process-title p {
    color: #fff;
}

.process-thumb {
    position: absolute;
    left: 141px;
    bottom: 158px;
}

.process-thumb1 {
    position: absolute;
    left: -250px;
    top: 0;
    animation: moveLeftBounce 4s linear infinite;
}

.style-two.process-area {
    background: url(../images/resource/process-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 95px 0 170px;
    position: relative;
    z-index: 1;
}

.process-extra-area.style-two {
    position: relative;
    margin-top: -145px;
}

.style-two .row.process-bg {
    padding: 70px 0 17px;
    background: url(../images/resource/process-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}

.style-two .process-single-box2 {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 0 20px;
}

.style-two .process-icon-thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.style-two .process-icon-thumb:before {
    position: absolute;
    content: "";
    top: -14px;
    left: -15px;
    right: 0;
    margin: auto;
    height: 62px;
    width: 62px;
    background: #fe6637;
    transition: 0.5s;
    z-index: -1;
    border-radius: 100%;
}

.style-two .process-icon-thumb:after {
    position: absolute;
    content: "";
    top: -19px;
    left: 185px;
    right: 0;
    margin: auto;
    height: 100%;
    width: 97%;
    background: url(../images/resource/line-shape.png);
    background-repeat: no-repeat;
    background-position: center;
}

.style-two .upper .process-icon-thumb:after {
    position: inherit;
}

.style-two .process-title h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    font-family: "Fira Sans";
    transition: 0.5s;
}

.style-two .process-title p {
    color: #fff;
}

.process-text p {
    color: #9c9ca3;
}

.process-shape-thumb {
    position: absolute;
    bottom: -175px;
    left: 35px;
    opacity: 0.5;
}

@media screen and (min-width: 1200px) {
    .process-shape-thumb {
        opacity: 1;
    }
}

.process-shape-thumb3 {
    position: absolute;
    right: -19px;
    bottom: -68px;
}

.team_area {
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 240px 0 140px;
    margin-top: -141px;
}

.single_team {
    margin-bottom: 30px;
}

.single_team_thumb1 {
    position: relative;
    z-index: 1;
}

.single_team_thumb1 img {
    width: 100%;
}

.single_team_content {
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.team-title {
    padding: 10px 0 17px;
    background: var(--secondary-color);
    text-align: center;
    width: 80%;
    position: relative;
    z-index: 1;
    left: 10%;
    border-radius: 3px 3px 0 0;
    transform: perspective(500px) rotateX(90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}

.team-title h4 {
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 4px;
    color: #fff;
}

.team-title span {
    color: #fff;
}

.single_team_icon {
    position: relative;
    z-index: 1;
    left: 10%;
    width: 80%;
    background: #131323;
    text-align: center;
    padding: 14px 0 14px;
    border-radius: 0 0 3px 3px;
    transform: perspective(500px) rotateX(-90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}

.desig {
    color: white;
}

.single_team_icon a {
    width: 38px;
    height: 38px;
    line-height: 41px;
    text-align: center;
    border-radius: 50px;
    background-color: #373644;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single_team_icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--secondary-color);
    transform: scale(0);
    border-radius: 50px;
    transition: 0.5s;
}

.single_team:hover .single_team_icon {
    transform: perspective(500px) rotateX(0deg);
}

.single_team:hover .team-title {
    transform: perspective(500px) rotateX(0deg);
}

.single_team_icon a:hover:before {
    transform: scale(1);
}

.style-two.team_area {
    padding: 100px 0 100px;
    margin-top: 0;
}

.upp.style-two.team_area {
    padding: 100px 0 65px;
    margin-top: 0;
}

.upp .single_team {
    margin-bottom: 60px;
}

.upp .single_team_content {
    bottom: 30px;
}

.upp .single_team_icon {
    top: -1px;
}

.faq-area {
    background: url(../images/resource/faq-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 94px 0 96px;
    position: relative;
    z-index: 1;
}

.faq-area.two {
    background: url(../images/resource/skill-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.faq-area.two:before {
    display: none;
}

.faq-area:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.accordion li {
    list-style: none;
    padding: 2px 0 15px;
    position: relative;
    z-index: 1;
    list-style-type: disc;
}

.accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 0.10196078431372549);
    border: 1px solid rgb(255 255 255 / 0.3);
}

.active .accordion li:before {
    background-color: rgb(255 255 255 / 0.10196078431372549) !important;
}

.accordion li>a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-family: "Fira Sans";
    font-weight: 400;
    font-size: 18px;
    color: #fff !important;
    background-color: rgb(255 255 255 / 0.050980392156862744);
    border: 1px solid #626065;
    padding: 14px 20px 14px 59px;
    border-radius: 30px;
    z-index: 1;
}

.accordion li p {
    display: none;
    font-size: 16px;
    color: #b1b2b4;
    padding: 25px 0 10px 30px;
    margin: 0;
}

.accordion a:before {
    width: 2px;
    height: 10px;
    background: var(--secondary-color);
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.accordion a:after {
    width: 10px;
    height: 2px;
    background: var(--secondary-color);
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
}

.accordion a.active:before {
    display: none;
}

a.active {
    color: #fff !important;
    border: 1px solid var(--secondary-color) !important;
    background: var(--secondary-color) !important;
}

.accordion li a span {
    position: relative;
    z-index: 1;
}

.accordion li a span:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: -35px;
    top: 0;
    width: 22px;
    height: 22px;
    background: url(../images/resource/question.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.tab_container {
    position: relative;
}

.faq-sectiions {
    background: url(../images/resource/faq-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 95px 0 85px;
    position: relative;
    z-index: 1;
}

.faq-sectiions:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(15 15 30 / 0.8);
}

.faq-sectiions .dreamit-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: var(--secondary-color);
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.study-button a i {
    transition: 0.5s;
}

.study-button a:hover i {
    color: var(--secondary-color);
}

.faq-area.new-style {
    background: url(../images/faq-bg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.faq-area.new-style:before {
    display: none;
}

.faq-area.new-style .accordion li a {
    padding: 16px 20px 16px 30px;
    border-radius: 0;
    background-color: #1f2932;
    border: 0;
}

.faq-area.new-style .accordion li a span:after {
    display: none;
}

.faq-area.new-style .accordion li p {
    padding: 25px 0 25px 30px;
    background: #1f2932;
}

.brand-section {
    padding: 50px 0 50px;
}

.single-brand img {
    width: 100%;
}

.upper1.brand-section {
    background: url(../images/resource/counter-bg23.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.brand-section.srv-page {
    padding: 50px 0 50px;
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.brand-section.new-style {
    background: var(--secondary-color);
    padding: 60px 0 60px;
}

.call-do-action-section {
    background: linear-gradient(rgb(17 26 58 / 0.75), rgb(17 26 58 / 0.75)), transparent url(../images/resource/cda1.jpg) no-repeat center/cover;
    padding: 100px 0 115px;
}

.call-do-action-content h2 {
    font-size: 35px;
    font-weight: 600;
}

.call-do-action-content p {
    width: 35%;
    margin: auto;
    padding: 15px 0 0;
}

.btn-common a {
    color: #fff;
    font-size: 17px;
    background: var(--secondary-color);
    padding: 14px 31px;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    transition: 0.5s;
    text-transform: capitalize;
}

.btn-common a:hover {
    background: #fff;
    color: var(--secondary-color);
}

.video-icon {
    display: inline-block;
}

.video-icon-cda a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    color: var(--secondary-color);
    background: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-animation: hassan 1s linear infinite;
    animation: hassan 1.5s linear infinite;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 28px;
    z-index: 1;
}

@-webkit-keyframes hassan {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.4), 0 0 0 5px rgb(255 255 255 / 0.4);
        box-shadow: 0 0 0 0 rgb(255 255 255 / 0.4), 0 0 0 5px rgb(255 255 255 / 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 50px #fff0;
        box-shadow: 0 0 0 5px rgb(255 255 255 / 0.3), 0 0 0 40px #fff0;
    }
}

@keyframes hassan {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.4), 0 0 0 5px rgb(255 255 255 / 0.4);
        box-shadow: 0 0 0 0 rgb(255 255 255 / 0.4), 0 0 0 5px rgb(255 255 255 / 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.4), 0 0 0 40px #fff0;
        box-shadow: 0 0 0 0 rgb(255 255 255 / 0.4), 0 0 0 40px #fff0;
    }
}

.contract-form-bg {
    padding: 15px 35px 40px;
    background: #fff;
    border-radius: 3px;
    width: 430px;
    position: relative;
    z-index: 1;
    margin-top: -140px;
    left: 100px;
}

.contract-form-bg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 147px;
    width: 100%;
    background: var(--secondary-color);
    z-index: -1;
    border-radius: 3px 3px 0 0;
}

.contract-form-bg:after {
    position: absolute;
    content: "";
    top: 137px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/resource/square-line.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact-form-title {
    padding: 0 0 72px;
}

.contact-form-title h4 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
}

.contact-form-title p {
    color: #fff;
    font-size: 18px;
    padding: 10px 0 0;
}

.form_box select,
.form_box input {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f7f4f4;
    border-radius: 30px;
    color: #232323;
    border: 1px solid rgb(35 35 35 / 0.12);
    transition: 0.5s;
}

.form_box textarea {
    width: 100%;
    background: #f7f4f4;
    padding-left: 25px;
    padding-top: 20px;
    height: 135px;
    border: 1px solid rgb(35 35 35 / 0.12);
    border-radius: 30px;
    color: #232323;
    transition: 0.5s;
}

.form_box input::placeholder {
    color: #6d6d6d;
}

.form_box input:focus,
.form_box textarea:focus {
    border-color: var(--secondary-color);
    outline: 0;
    box-shadow: 0 0 6px rgb(204 48 0 / 0.6);
}

.quote_button button {
    padding: 13px 15px;
    background: #10102e;
    display: block;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    font-family: "Fira Sans";
    cursor: pointer;
    text-align: center;
    transition: 0.5s;
}

.quote_button button i {
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    color: var(--secondary-color);
    transition: 0.5s;
}

.quote_button button:hover {
    color: #fff;
    background: var(--secondary-color);
}

.quote_button button:hover i {
    color: #fff;
}

.dreamits-top-title h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 0 44px;
}

.dreamits-top-title h3:before {
    position: absolute;
    content: "";
    left: -15px;
    top: 9px;
    height: 2px;
    width: 380px;
    background-color: rgb(35 35 35 / 0.10196078431372549);
}

.dreamits-top-title h3:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 9px;
    height: 2px;
    width: 380px;
    background-color: rgb(35 35 35 / 0.10196078431372549);
}

.skill-area {
    background: url(../images/resource/skill-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
}

.skill-area.style-two {
    background: url(../images/resource/skill-bg2.webp);
}

.call-do-action-area {
    background: url(../img/call-bg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
}

p.slill-text {
    padding: 12px 0 0;
    color: #fff;
    opacity: 67%;
}

.slill-single-thumb {
    position: relative;
    z-index: 1;
}

.skill-thumb-content {
    position: absolute;
    bottom: 0;
    left: 50px;
    background-color: var(--secondary-color);
    padding: 26px 35px 28px 30px;
    border-radius: 0 319px 0 0;
}

.skill-title h3 {
    font-size: 60px;
    color: #fff;
    display: inline-block;
}

.skill-title span {
    font-size: 60px;
    font-weight: 700;
    font-family: "Fira Sans";
    color: #fff;
}

.skill-title h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 6px;
}

.skill-shape img {
    position: absolute;
    left: 240px;
    bottom: 120px;
}

.skill-shape1.bounce-animate2 {
    position: absolute;
    right: -67%;
    top: -45%;
}

.blog-area {
    background: url(../images/resource/blog-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 94px 0 70px;
}

.blog-area-custom {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;

    .owl-dot {
        background-color: #1f2932;
    }

    .owl-dot.active {
        background-color: var(--secondary-color);
    }
}

.single-blog-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single-blog-thumb {
    transition: 0.5s;
    overflow: hidden;
}

.single-blog-thumb img {
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
}

.blog-top-button {
    position: absolute;
    top: 10px;
    left: 10px;
}

.blog-top-button a {
    padding: 4px 17px 2px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Fira Sans";
    background: var(--secondary-color);
    border-radius: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.blog-top-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #10102e;
    border-radius: 30px;
    transform: scale(0);
    transition: 0.5s;
}

.blog-top-button a:hover:before {
    transform: scale(1);
}

.em-blog-content {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid rgb(29 33 36 / 0.12);
    padding: 5px 15px 20px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    height: 259.6px;
}

/* .em-blog-content:before {
    position: absolute;
    content: "";
    bottom: 62px;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgb(29 33 36 / 0.12);
} */

.meta-blog-text p {
    padding: 0 0 0 25px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.meta-blog-text p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 55%;
    height: 55%;
    background: url(../images/resource/date.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.em-blog-title h2 {
    font-size: 20px;
}

.em-blog-title h2 a {
    display: inline-block;
    font-weight: 600;
    transition: 0.5s;
    line-height: 30px;
}

.em-blog-thumb {
    float: left;
}

.em-blog-icon {
    float: left;
}

.em-blog-icon-title {
    display: inline-block;
}

.em-blog-icon-title h6 {
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
    margin-top: 0;
}

.blog-button {
    text-align: right;
}

.blog-button a {
    display: inline-block;
    color: #232323;
    transition: 0.5s;
    font-family: "Fira Sans";
    font-weight: 600;
}

.blog-button i {
    font-size: 20px;
    display: inline-block;
    color: var(--secondary-color);
    position: relative;
    top: 2px;
}

.single-blog-box:hover .em-blog-title h2 a {
    color: var(--secondary-color);
}

.single-blog-box:hover .single-blog-thumb img {
    transform: scale(1.1);
}

.single-blog-box:hover .em-blog-content {
    filter: drop-shadow(0 0 35px rgb(196 196 196 / 0.5));
    background-color: #fff;
    border: 1px solid rgb(29 33 36 / 0.12);
}

.blog-area.style-two {
    background: #fff;
    padding: 95px 0 70px;
    position: relative;
}

.blog-area.style-two.page {
    padding: 100px 0 100px;
}

.blog-area.style-two .consen-button a {
    padding: 15px 33px;
}

.blog-area.style-two .consen-button a i {
    font-size: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    background: inherit;
    color: #fff;
    margin-left: 0;
    margin-right: 25px;
}

.blog-button a:hover {
    color: var(--secondary-color);
}

.blog-area.style-two .consen-button a:hover i {
    color: var(--secondary-color);
}

.blog-area.style-two .port-shape-thumb2 {
    position: absolute;
    top: -70px;
    right: 10px;
    z-index: 11;
    opacity: 0.3;
}

.blog-area.new-style {
    background: #fff;
}

.blog-area.new-style .single-blog-thumb {
    position: relative;
}

.blog-area.new-style .blog-top-button a {
    border-radius: 5px;
}

.blog-area.new-style .blog-top-button a:before {
    border-radius: 5px;
}

.blog-area.new-style .blog-top-button {
    bottom: 25px;
    left: 30px;
    top: inherit;
}

.blog-area.new-style .em-blog-content:before {
    display: none;
}

.blog-area.new-style .em-blog-title h2 {
    font-size: 20px;
    padding: 0 0 15px;
}

.blog-area.new-style .meta-blog-text a {
    color: #232323;
    padding-right: 25px;
    font-weight: 500;
    position: relative;
    transition: 0.5s;
}

.blog-area.new-style .meta-blog-text a::before {
    content: "";
    background: #68697d;
    width: 1px;
    height: 14px;
    position: absolute;
    right: 12px;
    top: 3px;
}

.blog-area.new-style .meta-blog-text a:hover {
    color: var(--secondary-color);
}

.blog-area.new-style .owl-dot {
    background-color: #1f2932;
}

.blog-area.new-style .owl-dot.active {
    background-color: var(--secondary-color);
}

.footer-middle {
    background: url(../images/resource/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 125px 0 0;
    background-position: center center;
}

.footer-bg {
    padding: 0 0 20px;
    position: relative;
}

.style-two .footer-bg {
    padding: 85px 0 90px;
}

h4.widget-title {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

h4.widget-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 42px;
    background: var(--secondary-color);
    width: 50px;
    height: 2px;
    transition: 0.5s;
}

.company-info-desc p {
    color: #fff;
    padding: 15px 0 14px;
    opacity: 0.6;
}

.follow-company-icon a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #187dff;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    margin-right: 8px;
    position: relative;
    z-index: 1;
}

.follow-company-icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #11112e;
    border-radius: 50px;
    transform: scale(0);
    transition: 0.5s;
}

a.social-icon-color1 {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #219ff9;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    margin-right: 8px;
}

a.social-icon-color2 {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: linear-gradient(135deg, #b618c1 0%, #f3593d 100%);
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    margin-right: 8px;
}

a.social-icon-color3 {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #f70102;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    margin-right: 8px;
}

.menu-quick-link-content {
    padding: 10px 0 0;
}

ul.footer-menu li {
    display: block;
    list-style: none;
    margin-bottom: 10px;
}

ul.footer-menu li a {
    font-family: "Fira Sans";
    color: #fff;
    transition: 0.5s;
}

.recent-post-item.active {
    border-bottom: 1px solid rgb(255 255 255 / 0.14901960784313725);
    margin-bottom: 25px;
    padding: 32px 0 30px;
}

.recent-post-item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.recent-post-image {
    width: 80px;
    height: 80px;
}

.recent-post-text {
    flex: 1;
}

.recent-post-text h6 {
    margin: 0;
    max-inline-size: 20ch;
}

.recent-post-text a {
    color: #fff;
    font-family: "Fira Sans";
    font-weight: 500;
    transition: 0.5s;
    line-height: 24px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
}

.recent-post-text span {
    font-size: 14px;
    color: #8b888f;
    padding: 2px 0 0;
    display: inline-block;
}

ul.footer-menu li a:hover {
    color: var(--secondary-color);
}

.follow-company-icon a:hover:before {
    transform: scale(1);
}

.recent-post-text a:hover {
    color: var(--secondary-color);
}

.footer-bottom-area {
    background: #14212a;
    padding: 3px 0;
}

a.logo_thumb img {
    width: 28%;
}

.footer-bottom-content {
    text-align: right;
    padding: 10px 0 0;
}

.footer-bottom-content-copy p {
    color: #fff;
    margin: 0 0 3px;
    font-size: 13px;
}

.footer-middle.new-style .footer-bottom-content-copy p {
    opacity: 0.7;
}

.footer-bottom-content-copy span {
    color: var(--secondary-color);
}

.footer-thumb img {
    position: absolute;
    right: -225px;
    top: 106px;
    animation: moveLeftBounce 4s linear infinite;
}

.footer-thumb1.bounce-animate2 {
    position: absolute;
    left: -324px;
    top: -198px;
}

.style-two.footer-middle {
    background: url(../images/resource/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 105px 0 0;
}

.style-two .footer-bottom-area {
    background: #fff0;
    height: 80px;
    border-top: 1px solid #626065;
}

.contact-form-footer {
    padding: 25px 0 0;
}

.subscribe_form {
    position: relative;
}

.contact-form-footer .subscribe_form input {
    font-size: 14px;
    height: 57px;
    padding: 5px 65px 5px 14px;
    position: relative;
    width: 100%;
    color: #fff;
    background: #373644;
    border: 0;
    margin-bottom: 14px;
    border-radius: 5px;
}

.contact-form-footer .subscribe_form button {
    padding: 10px 20px;
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 0 5px 5px 0;
    background: var(--secondary-color);
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}

.recent-post-thumb1 {
    float: left;
    margin-right: 8px;
    margin-top: 15px;
}

.recent-post-thumb {
    margin-top: 15px;
    display: inline-block;
}

.upper.style-two.footer-middle {
    padding: 0 0 0;
}

.footer-middle.new-style {
    background: var(--primary-color);
}

.footer-middle.new-style .footer-new-logo {
    margin-bottom: 30px;
}

.footer-middle.new-style .widget.widget-nav-menu.one {
    padding-left: 30px;
}

.footer-middle.new-style ul.footer-menu li a {
    opacity: 0.7;
}

.footer-middle.new-style .widget-location h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 12px 0 12px;
}

.footer-middle.new-style .widget-location span {
    color: #fff;
    opacity: 0.7;
}

.footer-middle.new-style .footer-bottom-content {
    text-align: left;
}

.footer-middle.new-style .footer-bottom-menu ul li {
    list-style: none;
    display: inline-block;
}

.footer-middle.new-style .footer-bottom-menu ul {
    text-align: right;
}

.footer-middle.new-style .footer-bottom-menu ul li a {
    color: #fff;
    opacity: 0.7;
    margin-left: 25px;
    font-size: 13px;
}

.footer-middle.new-style .footer-bottom-menu ul li a:hover {
    color: var(--secondary-color);
}

.subscribe-area {
    background: url(../images/resource/subscribe-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px 35px 40px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.subscribe-title h2 {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
}

.subscribe_form input {
    font-size: 14px;
    height: 68px;
    padding: 5px 25px;
    position: relative;
    width: 100%;
    background: #fff;
    border: 0;
    margin-bottom: 14px;
    border-radius: 35px;
    padding-right: 150px;
}

.subscribe_form button {
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 35px;
    background: var(--secondary-color);
    color: #fff;
    font-family: "Fira Sans";
    font-weight: 500;
    text-align: center;
    padding: 13px 30px;
    position: absolute;
    right: 10px;
    top: 9px;
    display: inline-block;
    z-index: 1;
}

.subscribe_form button:hover {
    background: #11102f;
    color: #fff;
}

.subscribe-thumb {
    position: absolute;
    left: 0;
    top: 52px;
}

.subscribe-thumb1 {
    position: absolute;
    right: 55px;
    top: 21px;
    animation: moveLeftBounce 3s linear infinite;
}

.style-two.subscribe-area {
    padding: 0;
    background: none;
}

.subscribe {
    position: relative;
    background: url(../images/resource/call-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15px 42px 15px;
    border-radius: 3px;
    z-index: 1;
    margin-bottom: -105px;
}

.style-two .subscribe-title h2 {
    font-size: 35px;
    line-height: 46px;
}

.subscribe-icon {
    float: left;
    margin-right: 125px;
    border: 2px dashed #fff;
    border-radius: 50%;
    padding: 8px;
}

.subscribe-icon i {
    font-size: 45px;
    color: var(--secondary-color);
    transition: 0.5s;
    height: 92px;
    width: 92px;
    line-height: 98px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
}

.subscribe-title2 h3 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
}

.subscribe-title2 p {
    font-size: 20px;
    font-family: "Fira Sans";
    color: #fff;
    padding: 12px 0 0;
}

.subscribes-area.new-style .row.sub-bgmn {
    background: url(../images/resource/sub-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0;
    position: relative;
    margin-bottom: -100px;
}

.subscribes-area.new-style .subscribe-right-bx {
    margin-left: 30px;
}

.subscribes-area.new-style .subscribe-title {
    margin-bottom: 30px;
}

.lines .line {
    position: relative;
    width: 93%;
    height: 1px;
    background-color: rgb(255 255 255 / 0.3);
    overflow: hidden;
    z-index: 5;
}

.lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0;
    background-color: #ff3b00;
    -webkit-animation: moveLeftBounces-two 35s linear infinite;
    animation: moveLeftBounces-two 35s linear infinite;
    overflow: hidden;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(585px);
        transform: translateY(585px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(585px);
        transform: translateX(585px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.style-two.lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0;
    background-color: #ff3b00;
    -webkit-animation: moveLeftBounces-one 35s linear infinite;
    animation: moveLeftBounces-one 32s linear infinite;
    overflow: hidden;
}

.style-two.lines .line {
    position: relative;
    width: 103%;
    height: 1px;
    background-color: rgb(255 255 255 / 0.3);
    overflow: hidden;
    z-index: 5;
}

@keyframes moveLeftBounces-one {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(538px);
        transform: translateX(538px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.style-three.lines .line {
    position: relative;
    width: 103%;
    height: 1px;
    background-color: #e0e0e0;
    overflow: hidden;
    z-index: 5;
}

.style-three.lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0;
    background-color: #ff3b00;
    -webkit-animation: moveLeftBounces-one 35s linear infinite;
    animation: moveLeftBounces-one 32s linear infinite;
    overflow: hidden;
}

.style-four.lines {
    position: absolute;
    top: 54px;
    left: 48px;
    right: 0;
}

.style-four.lines .line {
    position: relative;
    width: 103%;
    height: 1px;
    top: 105px;
    left: 24%;
    background-color: #e0e0e0;
    overflow: hidden;
    z-index: 5;
}

.style-four.lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0;
    background-color: #ff3b00;
    -webkit-animation: moveLeftBounces-one 35s linear infinite;
    animation: moveLeftBounces-one 32s linear infinite;
    overflow: hidden;
}

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes MOVIE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.prossess-ber-plugin span {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    font-family: "Fira Sans";
}

.barfiller {
    width: 100%;
    height: 4px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 12px;
    border-radius: 5px;
    filter: drop-shadow(0 10px 10px rgb(60 115 206 / 0.2));
    background-color: #fff;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0;
    height: 100%;
    background: #333;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    font-size: 16px;
    left: 0;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    top: -39px;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

span.fill {
    background: var(--secondary-color) !important;
    border-radius: 5px;
}

.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #fff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: var(--secondary-color);
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #69ddcc 0%, #69ddcc 100%);
    background-image: -webkit-linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color) 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

.breadcumb-area {
    background: linear-gradient(rgb(19 19 35 / 0.6), rgb(0 0 0 / 0.5)), url(../images/resource/braitcam.png) no-repeat center/cover;
    height: 150px;
    position: relative;
}

.breadcumb-content h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.breadcumb-content ul li {
    color: var(--secondary-color);
    font-weight: 500;
    font-family: "Fira Sans";
    text-transform: capitalize;
    display: inline-block;
}

.breadcumb-content ul li a {
    font-size: 16px;
    font-weight: 500;
    font-family: "Fira Sans";
    color: #fff;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.britcam-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    width: 32%;
    height: 53px;
    padding: 15px 60px 0;
    clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.upp.breadcumb-content ul li {
    color: #fff;
}

.abouts_areas {
    padding: 70px 0 40px;
}

.abouts_thumb {
    position: relative;
}

.abouts_titles {
    position: absolute;
    bottom: -30px;
    left: -25px;
}

.abouts_titles h3 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    background: var(--secondary-color);
    padding: 30px 120px 30px 30px;
    border-radius: 10px;
    position: relative;
    max-inline-size: 25ch;
}

.abouts_icons {
    position: absolute;
    top: 55px;
    right: 30px;
}

.abouts_icons i {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    line-height: 45px;
    background: #fff;
    color: var(--secondary-color);
    text-align: center;
    font-size: 20px;
}

.upper.abouts_titles {
    right: -25px;
    left: inherit;
}

.abouts_titles h3:hover {
    background: #10102e;
}

.feature-area {
    background: #fff;
    padding: 0 0 80px;
}

.row.feature-bg {
    position: relative;
    z-index: 1;
    margin-top: -20px;
}

.single-feature-box {
    padding: 45px 19px 49px 40px;
    border: 0;
    text-align: left;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
    border-top: 5px solid #ff3d00;
    transition: 0.5s;
    background: #fff;
    box-shadow: 0 5px 30px 0 rgb(137 139 143 / 10%);
}

.single-feature-box:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(../images/resource/box-bg2.png);
    transition: 0.5s;
    opacity: 0;
    z-index: -1;
}

.feature-box-inner {
    transition: 0.4s;
}

.feature-title h3 {
    margin: 11px 0 14px 0;
    font-size: 24px;
    font-weight: 600;
}

.feature-icon1 {
    font-size: 35px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 27px;
}

.feature-icon1:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 14px;
    height: 74px;
    width: 74px;
    background: #f5f5f5;
    border-radius: 100%;
    z-index: -1;
}

.feature-text p {
    margin: 0 0 35px;
    line-height: 25px;
}

.feature-bar {
    background: var(--secondary-color);
    height: 3px;
    width: 64px;
    position: relative;
    border-radius: 30px;
}

.feature-bar:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    border-radius: 10%;
    -webkit-animation: MOVIE-BG 4s linear infinite alternate;
    animation: MOVIE-BG 4s linear infinite alternate;
}

.consen-feature-back {
    position: absolute;
    top: 0;
    left: 0;
    height: 44%;
    width: 100%;
    text-align: left;
    background: #131323ed;
    padding: 32px 20px 0 46px;
    transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
    transform-origin: 50% 0%;
    transition: 0.5s;
}

.feature-back-title h3 {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
    font-family: "Fira Sans";
    margin: 0 0 0;
    position: relative;
    left: 40px;
}

.feature-back-title h3:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -40px;
    height: 2px;
    width: 35px;
    background: var(--secondary-color);
}

.feature-back-title h2 {
    margin: 11px 0 14px 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.feature-back-icon a {
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 74px;
    margin: auto;
    height: 58px;
    width: 58px;
    background: #ff3b00;
    line-height: 58px;
    border-radius: 100%;
    left: 0;
    bottom: -73px;
    font-size: 24px;
    color: #fff;
}

.single-feature-box:hover .feature-box-inner {
    opacity: 0;
}

.single-feature-box:hover .consen-feature-back {
    transform: perspective(500px) rotateX(0deg);
}

.single-feature-box:hover .feature-content-back {
    opacity: 0;
}

.single-feature-box:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.single-feature-box:hover .feature-icon1 img {
    opacity: 0;
}

.single-feature-box:hover .feature-icon1:after {
    opacity: 0;
}

.feature-shape {
    position: absolute;
    right: -220px;
    bottom: -160px;
}

.style-two.feature-area {
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 95px 0 100px;
}

.style-two .dreamit-icon-list ul li span {
    color: #686868;
}

.tab {
    padding-top: 50px;
    position: relative;
    left: 0;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.tabs li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.tabs li a {
    background-color: #10102e;
    color: #fff;
    font-family: "Fira Sans";
    font-weight: 500;
    display: inline-block;
    outline: none;
    padding: 5px 26px;
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid var(--secondary-color);
}

.tabs li a i {
    display: none;
}

li.current a i {
    display: block;
}

.tabs_item {
    display: none;
    padding: 30px 0;
}

.tabs_item:first-child {
    display: block;
}

.tabs_item img {
    width: 210px;
    float: left;
    margin-right: 12px;
}

li.current a {
    background: var(--secondary-color) !important;
    color: #fff;
}

ul.tabs-inner-list li {
    display: inline-block;
    margin: 3px 0;
}

ul.tabs-inner-list li i {
    display: inline-block;
    margin-right: 12px;
    color: var(--secondary-color);
    font-size: 15px;
}

.feture-area .dreamit-icon-list ul li span {
    color: #232323;
    font-weight: 400;
    font-family: "Fira Sans";
}

.feture-area .dreamit-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: var(--secondary-color);
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.counter-section {
    background: url(../images/resource/counter-bg23.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.counter-text h1 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.counter-text h1::before {
    position: absolute;
    content: "";
    top: 1px;
    left: -10px;
    height: 60px;
    width: 60px;
    background-color: rgb(0 0 0 / 0.1);
    border-radius: 50%;
    z-index: -1;
}

.counter-section .counter-text span {
    font-weight: 500;
    font-size: 80px;
    color: #fff;
}

.counter-section .counter-title {
    float: right;
    position: relative;
    top: 35px;
    left: 30px;
}

.counter-section .counter-title::before {
    position: absolute;
    content: "";
    top: -3px;
    left: -16px;
    width: 2px;
    height: 60px;
    background: #fff;
}

.counter-section .counter-title h4 {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 0 0 0;
}

.counter-section .counter-title h3 {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

.pricing-section {
    padding: 95px 0 70px;
    background: url(../images/resource/why-choose-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing-single-items {
    box-shadow: 0 0 25px rgb(0 0 0 / 0.2);
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
}

.style-2 .pricing-thumb img {
    filter: brightness(0) invert(1);
}

.pricing-title {
    padding: 12px 0 30px;
}

.pricing-title h3 {
    font-size: 22px;
    font-weight: 600;
}

.currency {
    font-size: 20px !important;
    font-weight: 500 !important;
    position: relative;
    top: -15px;
    color: #616161 !important;
}

.pricing-item-text span {
    font-family: "Fira Sans", sans-serif;
    display: inline-block;
    font-size: 51px;
    font-weight: 700;
    text-align: center;
    color: #232323;
}

.month {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #616161 !important;
}

.pricing-feature ul li {
    display: block;
    font-size: 16px;
    padding: 7px 0;
}

.pricing-feature ul li b {
    font-weight: 500 !important;
    font-family: "Fira Sans";
    font-size: 18px;
}

.btn-common.pc-btn a {
    color: #ee3c00;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 37px;
}

.pricing-single-items:hover .btn-common.pc-btn a {
    color: #fff;
    background: var(--secondary-color);
}

.pricing-single-items.style-2 {
    background: var(--secondary-color);
    color: #fff;
    padding: 25px 0;
}

.pricing-single-items.style-2:hover .btn-common.pc-btn a {
    background-color: #fff;
    color: var(--secondary-color);
}

.pricing-single-items.style-2 .pricing-title h3,
.pricing-single-items.style-2 .pricing-item-text span,
.pricing-single-items.style-2 .pricing-item-text .month,
.pricing-single-items.style-2 .pricing-item-text .currency {
    color: #fff !important;
}

.pricing-single-items.style2 .btn-common.pc-btn a {
    color: #fff;
    background: var(--secondary-color);
    border-color: #fff;
}

.web-dev-section {
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
}

.web-dev-thumb-section img {
    width: 100%;
}

.web-dev-single-content {
    margin-bottom: 30px;
}

.content-position {
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 600;
    font-family: "Fira Sans";
}

.content-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding: 5px 0 10px 0;
    font-family: "Fira Sans";
}

.content-text {
    padding: 0 10px 0 0;
}

.feature-content-section {
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 0 70px;
}

.feature-content-section .single-content .content-icon {
    font-size: 40px;
    margin-right: 30px;
    color: var(--secondary-color);
}

.feature-content-section .content-text h4 {
    font-size: 20px;
    font-weight: 500;
    color: #444;
    padding: 0 0 4px;
}

.feature-content-section .single-content {
    border: 1px solid #e6e6e6;
    padding: 25px 15px;
    transition: 0.5s;
    margin-bottom: 30px;
}

.feature-content-section .single-content:hover {
    box-shadow: 15px 15px 25px rgb(0 0 0 / 0.1);
}

.contact-us {
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
}

.contact-us .appoinment-title {
    text-align: left;
}

.contact-us .input-box {
    width: 40%;
    float: left;
    margin: 8px 15px;
    background: #fff;
}

.contact-us .appoinment-title {
    margin: 0 15px;
}

.contact-us .input-box.textarea {
    width: 85%;
}

.contact-us .ap-submit-btn {
    width: 30%;
    float: left;
    margin: 15px;
}

.appointment-content {
    height: 100%;
}

.appointment-content .appointment-form {
    height: 100% !important;
    padding: 0 0 0 40px;
}

.cda-icon i {
    font-size: 35px;
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: var(--secondary-color);
    border-radius: 5px;
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

.cda-content-inner h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.cda-content-inner p {
    color: rgb(255 255 255 / 0.74);
    margin: 10px 0;
}

.cda-content-area {
    background: #10102e;
    padding: 21px 0;
}

.cda-single-content {
    margin: 0 45px;
    padding: 25px 0 17px;
}

.contact-us .appoinment-title h3 {
    margin-bottom: 20px;
    padding-top: 35px;
    font-weight: 500;
}

.contact-us .input-box {
    color: #000;
}

.contact_from_box {
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 0.1);
    background: #fff;
    padding: 27px 40px 45px;
}

.blog-section {
    background: #f2f2f2;
    padding: 100px 0 100px;
}

.blog-section.style-6.bg-3 {
    padding: 100px 0 60px;
}

.pagination a {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary-color);
    float: left;
    text-decoration: none;
    transition: background-color 0.3s;
    margin: 0 4px;
    box-shadow: 0 0 5px rgb(0 0 0 / 0.2);
    height: 40px;
    width: 70px;
    line-height: 40px;
    text-align: center;
}

.pagination a:hover {
    background: var(--secondary-color);
    color: #fff;
}

.widget-items {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 0.2);
    border-radius: 3px;
}

.widget-items form {
    position: relative;
}

.src-input-box {
    border: 1px solid #ccc;
    padding: 17px 9px;
    width: 100%;
}

.src-input-box:focus {
    border: 1px solid #ccc;
}

.src-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #777;
    background: #fff0;
    border: none;
}

.widget-title {
    margin-bottom: 25px;
    position: relative;
}

.widget-title h2 {
    margin-top: 0;
}

.widget-archieve-item {
    color: #232323;
}

.widget-archieve-item:hover {
    color: #ff3b00;
}

.widget-items .widget-title h2 {
    color: #232323;
    display: block;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.widget-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 80px;
    height: 3px;
    background: #aec6ef;
}

.widget-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 36px !important;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: var(--secondary-color);
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
    0% {
        left: 0;
        top: 0;
    }

    100% {
        left: 80px;
        top: 0;
    }
}

.hr-3 {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

.catagory-item ul li {
    padding-top: 15px;
    margin-top: 18px;
    list-style: none;
}

.catagory-item ul li a {
    color: #686868;
}

.catagory-item ul li:hover a {
    color: var(--secondary-color);
}

.upp.widget-items {
    padding: 35px 27px 15px;
}

.rpost-thumb {
    margin-right: 20px;
    padding: 0 0 22px;
}

.rpost-title h4 {
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
    margin: 0;
}

.rpost-title span {
    font-size: 14px;
    padding: 5px 0 0;
    display: inline-block;
}

.rpost-title h4:hover {
    color: var(--secondary-color);
}

.tag-item a {
    border: 1px solid #e6e6e6;
    padding: 5px 8px;
    display: inline-block;
    margin: 2px 3px 10px;
    font-size: 15px;
    color: #686868;
    transition: 0.5s;
    border-radius: 3px;
}

.tag-item a:hover {
    color: #fff;
    background: var(--secondary-color);
}

.curr-month {
    width: 100%;
    height: 40px;
    background: #d6d6d6;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.all-days {
    width: 100%;
    height: 40px;
    background-color: #fff;
    float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
    list-style: none;
    display: block;
    height: 30px;
    width: 100%;
    margin: 0 auto;
    float: left;
    font-size: 15px;
    font-weight: 300;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
    float: left;
    width: 48px;
    text-align: center;
    line-height: 41px;
    border: 1px solid #ccc;
    color: #333;
}

.tag-item .all-days ul li {
    font-weight: 500;
    font-family: "Fira Sans";
    font-size: 16px;
}

.all-date {
    width: 100%;
    height: 305px;
    float: left;
}

.all-date li {
    height: 40px;
    width: 50px;
    line-height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
}

element.style {
    background-color: #ff3c00;
    color: #fff;
}

.all-date li.monthdate:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.calender-area {
    height: 435px;
}

.style-two.blog-section {
    background: #fff;
    padding: 100px 0 70px;
}

.blog-section.style-two.details {
    padding: 100px 0 50px;
}

.blog-content {
    padding: 15px 35px 20px;
    transition: 0.5s;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.blog-thumb img {
    width: 100%;
}

.blog-section .blog-content-text h5 {
    font-size: 35px;
    font-weight: 600;
}

.blog-meta span a {
    color: #686868;
    transition: 0.5s;
    padding: 12px 0 20px;
    display: inline-block;
}

.blog-meta span a:hover {
    color: var(--secondary-color);
}

.block-quote {
    box-shadow: 0 0 10px rgb(0 0 0 / 0.2);
    padding: 25px;
    border-radius: 5px;
    border-left: 4px solid var(--secondary-color);
    margin: 30px 0;
}

.block-quote p {
    font-size: 20px;
    font-style: italic;
    color: #232;
    font-family: "Fira Sans";
    margin-bottom: 12px;
}

.blog-content ol {
    padding-left: 15px;
}

.blog-section .blog-content h4 {
    font-size: 22px;
    margin: 25px 0 12px;
    font-weight: 600;
}

.single-blog-social-icon ul {
    margin: 25px 0;
}

.single-blog-social-icon ul li {
    display: inline-block;
    margin-right: 5px;
}

.single-blog-social-icon ul li i {
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    color: #686868;
}

.single-blog-social-icon ul li:hover i {
    color: #fff;
    background: var(--secondary-color);
}

.comment-box {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    transition: 0.5s;
}

#comment-msg-box {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    transition: 0.5s;
}

label {
    color: #686868;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
}

.comment-box:focus,
#comment-msg-box:focus {
    border-color: var(--secondary-color);
    outline: 0;
    box-shadow: 0 0 6px rgb(204 48 0 / 0.6);
}

.comment-form .submit-comment {
    color: #fff;
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 3px;
    padding: 13px 35px;
    margin-left: 15px;
    margin-bottom: 50px;
    transition: 0.5s;
}

.comment-form .submit-comment {
    color: #fff;
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 3px;
    padding: 13px 35px;
    margin-left: 15px;
    margin-bottom: 50px;
}

.comment-form .submit-comment:hover {
    background: #fff;
    color: var(--secondary-color);
}

.case-study-details {
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0 100px;
}

.case-study-intro {
    box-shadow: 0 0 15px rgb(0 0 0 / 0.1);
    padding: 60px;
    margin-top: 60px;
}

.csd-thumb img {
    width: 100%;
}

.csd-info {
    padding: 0 50px;
}

.csd-info ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
}

.csd-info ul {
    padding: 13px 0;
}

.csd-social-icon li {
    display: inline-block;
    margin: 0 8px 0 0;
}

.csd-social-icon li i {
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: var(--secondary-color);
    border-radius: 5px;
    transition: 0.5s;
}

.csd-social-icon li i:hover {
    background: #11102f;
    color: #fff;
}

.csd-title h3 {
    font-size: 28px;
    font-weight: 600;
}

.csd-info ul li {
    display: inline-flex;
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
}

.csd-info strong {
    position: relative;
    width: 120px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    color: #232323;
}

.csd-info strong:after {
    content: ":";
    position: absolute;
    right: 0;
}

.csd-info span {
    flex: 1;
}

.share-text {
    float: left;
    margin-right: 20px;
}

.share-text h4 {
    font-size: 20px;
    color: #666;
    font-weight: 600;
    margin-top: 6px;
}

.csd-social-icon ul {
    padding: 0;
}

.csd-content img {
    max-width: 100%;
    height: auto;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.error-area {
    padding: 100px 0 100px;
}

.error-thumb {
    text-align: center;
}

.error-content {
    text-align: center;
}

.error-content h2 {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.error-content h2 span {
    color: #fe4e5b;
}

.error-content p {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.error-search {
    text-align: center;
}

.error-button {
    text-align: center;
    margin-top: 40px;
}

.error-search input {
    width: 50%;
    height: 58px;
    border: 1px solid rgb(35 35 35 / 0.12);
    border-radius: 30px;
    padding-left: 30px;
    outline: 0;
}

.error-search input:focus {
    outline: 0;
    box-shadow: 0 0 6px rgb(204 48 0 / 0.6);
}

.error-search button {
    outline: 0;
    border: 0;
    background: #fff0;
    position: relative;
    margin-left: -55px;
    color: #686868;
}

.error-search ::placeholder {
    color: #686868;
}

.error-button a {
    padding: 14px 40px 14px 40px;
    font-family: "Fira Sans";
    font-weight: 500;
    color: #fff;
    background: #ff3b00;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #ff3b00;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.error-button a i {
    margin-right: 5px;
}

.error-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #10102e;
    border-radius: 30px;
    transition: 0.5s;
}

.error-button a:hover {
    border-color: #10102e;
}

.error-button a:hover:before {
    width: 100%;
    left: 0;
}

.map-section {
    position: relative;
    margin-bottom: -7px;
}

.search-box-btn.search-box-outer {
    display: inline-block;
}

.nav-btn.navSidebar-button {
    display: inline-block;
}

.nav-btn.navSidebar-button a i {
    font-size: 15px;
    width: 32px;
    line-height: 35px;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    background: #efefef;
    display: inline-block;
    color: #232323;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    transition: 0.5s;
    cursor: pointer;
}

.nav-btn.navSidebar-button a i:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    border-radius: 50%;
    transition: 0.5s;
    transform: scale(0);
}

.nav-btn.navSidebar-button a i:hover:after {
    transform: scale(1);
}

.nav-btn.navSidebar-button a i:hover {
    color: #fff;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 23px;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: var(--secondary-color);
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: var(--secondary-color);
}

.nav-logo {
    margin: 0 0 50px;
}

.content-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px;
}

a.theme-btn.btn-style-two i {
    color: var(--secondary-color);
}

.contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
    font-family: "Fira Sans";
}

ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary-color);
    margin: 0 10px 0 0;
}

ul.social-box {
    margin: 30px 0 0;
}

ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: var(--secondary-color);
    transition: 0.5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-box li a:hover {
    background: var(--secondary-color);
    color: #fff;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid #fff0;
    border-top-color: #9a241c;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid #fff0;
    border-left-color: var(--secondary-color);
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid #fff0;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}

.consen_nav_manu.sticky .main_sticky img {
    width: 170px;
}

.widget-categories-thumb .widget-categories-content .logo-thumb img {
    width: 200px;
}

.service-detials-area li {
    margin-left: 9px;
}

.em-blog-thumb img {
    width: 100%;
}

.blog-single-items {
    h2 {
        font-size: 27px;
        font-weight: 500;
        padding-bottom: 10px;
    }

    h3 {
        font-size: 24px;
        font-weight: 500;
        padding-bottom: 8px;
    }

    img {
        width: 100%;
        height: auto;
    }

    table {
        border: 1px solid;

        td {
            border: 1px solid;
            padding: 5px 7px;
        }

        th {
            background-color: var(--primary-color);
            color: #fff;
        }
    }

    ul {
        padding-left: 30px;
        line-height: 2;
    }
}

.f-20 {
    font-size: 20px !important;
}

.blog-area-custom {
    .em-blog-content:before {
        position: unset;
        content: "";
        bottom: 62px;
        left: 0;
        height: 1px;
        width: 100%;
        background: rgb(29 33 36 / 0.12);
    }

    .single-blog-box {
        margin-bottom: 0;
    }
}

.btn-whatsapp {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-whatsapp:hover {
    color: #fff;
    background-color: #1eb254;
    border-color: #1eb254;
}

.btn-phone {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-phone:hover {
    color: #fff;
    background-color: #34477f;
    border-color: #34477f;
}

#staticBackdrop {
    a {
        border-radius: 0;
        font-size: 18px;
        padding: 20px 15px 40px 15px;
    }
}

.content {
    margin: 0;
}

.exo-menu {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    display: flex;
    justify-content: end;
}

.exo-menu>li {
    display: inline-block;
    float: left;
}

.exo-menu>li>a {
    color: #232323;
    text-decoration: none;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    font-size: 15px;
    font-family: "Fira Sans";
    font-weight: 500;
}

.exo-menu>li>a.active,
.exo-menu>li>a:hover,
li.drop-down ul>li>a:hover {
    color: var(--secondary-color) !important;
    border: none !important;
    background: transparent !important;
}

.exo-menu i {
    margin-left: 6px;
    line-height: 20px !important;
}

li.drop-down,
.flyout-right,
.flyout-left {
    position: relative;
}

li.drop-down:before {
    content: "\f103";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    display: inline;
    position: absolute;
    right: 6px;
    top: 20px;
    font-size: 14px;
}

li.drop-down>ul {
    left: 0;
    min-width: 230px;
}

.drop-down-ul {
    display: none;
}

.flyout-right>ul,
.flyout-left>ul {
    top: 0;
    min-width: 230px;
    display: none;
    border-left: 1px solid #365670;
}

li.drop-down>ul>li>a,
.flyout-right ul>li>a,
.flyout-left ul>li>a {
    color: #fff;
    display: block;
    padding: 20px 22px;
    text-decoration: none;
    background-color: #365670;
    border-bottom: 1px dotted #547787;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.flyout-right ul>li>a,
.flyout-left ul>li>a {
    border-bottom: 1px dotted #b8c7bc;
}

.exo-menu ul.stander {
    padding-left: 38px;
}

.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display: none;
    height: 100%;
    padding: 15px;
    min-width: 742px;
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
}

.flyout-mega ul>li>a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
    font-family: inherit;
}

.flyout-mega ul>li>a:hover,
.flyout-mega ul>li>a:active,
.flyout-mega ul>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
    color: #ccc !important;
}

.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;
    height: 30rem;
    overflow-y: auto;
}

h4.row.mega-title {
    color: var(--primary-color);
    margin: 15px 0 0 0;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 8px;
    text-transform: uppercase;
    border-left: 5px solid var(--primary-color);
    padding-top: 10px;

    a {
        font-weight: 600;
    }
}

.mega-menu ul li a {
    line-height: 25px;
    font-size: 83%;
    display: block;
    color: var(--primary-color);
    padding: 3px 0;
}

.mega-menu ul li a:hover {
    color: var(--secondary-color);
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009fe1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}

a.view-more:hover {
    color: #fff;
    background: #0dadef;
}

ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009fe1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}

.Blog {
    left: 0;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #547787;
    padding-bottom: 15px;
}

.Blog .blog-title {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.Blog .blog-des {
    color: #ccc;
    font-size: 90%;
    margin-top: 15px;
}

.Blog a.view-more {
    margin-top: 0;
}

.Images {
    left: 0;
    width: 100%;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #547787;
    padding-bottom: 15px;
}

.Images h4 {
    font-size: 15px;
    margin-top: 0;
    text-transform: uppercase;
}

.flyout-right ul>li>a,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu {
    background-color: #ededed;
    box-shadow: 0 2px 7px #00000078;
    border-radius: 6px;
}

.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover+ul,
li.flyout-right a:hover+ul,
.blog-drop-down>a:hover+.Blog,
li.drop-down>a:hover+.drop-down-ul,
.images-drop-down>a:hover+.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover+.flyout-mega-wrap {
    display: block;
}

@media (min-width: 767px) {
    .exo-menu>li>a {
        display: block;
        padding: 12px 17px;
    }

    .mega-menu,
    .flyout-mega-wrap,
    .Images,
    .Blog,
    .flyout-right>ul,
    .flyout-left>ul,
    li.drop-down>ul {
        position: absolute;
    }

    .flyout-right>ul {
        left: 100%;
    }

    .flyout-left>ul {
        right: 100%;
    }
}

@media (max-width: 767px) {
    .exo-menu {
        min-height: 58px;
        background-color: #23364b;
        width: 100%;
    }

    .exo-menu>li>a {
        width: 100%;
        display: none;
    }

    .exo-menu>li {
        width: 100%;
    }

    .display.exo-menu>li>a {
        display: block;
        padding: 20px 22px;
    }

    .mega-menu,
    .Images,
    .Blog,
    .flyout-right>ul,
    .flyout-left>ul,
    li.drop-down>ul {
        position: relative;
    }
}

a.toggle-menu {
    position: absolute;
    right: 0;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364b;
    top: 0;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.visit-my-blog {
    background: #379fe1;
}

#contact-form {

    textarea,
    input,
    select {
        background: #f7f4f4;
        border: 1px solid rgb(35 35 35 / 0.12);
    }

    .btn {
        background: #10102e;
        width: 100%;
        font-family: "Fira Sans";
        padding: 10px 10px;
    }

    .btn:hover {
        background: var(--secondary-color);
    }
}

.sticky-whatsapp {
    bottom: 0;
    font-size: 50px;
    z-index: 9;
}

.tab_content {
    border: 2px solid #47b377;
    padding: 20px;
}

.leadform {
    .form-group {
        margin-bottom: 10px;

        label {
            margin-bottom: 0;
            font-weight: 600;
        }
    }
}

.required-icon {
    color: red;
}

.social-share {
    a {
        margin-right: 10px;
        text-decoration: none;
        color: #fff;
        padding: 5px 15px;
        border-radius: 5px;
        font-size: 20px;
    }

    .btn-facebook {
        background-color: #3b5998;
    }

    .btn-twitter {
        background-color: #1da1f2;
    }

    .btn-linkedin {
        background-color: #0077b5;
    }

    .btn-whatsapp {
        background-color: #25d366;
    }
}

.modal-fullscreen {
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
}

#myLargeModalLabel {
    padding: 0px !important;
}

.searchmodelcontainer {
    .show {
        display: block;
    }

    input {
        width: 100%;
        border: none;
    }

    .text-red {
        color: var(--bs-link-color);
    }

    i {
        font-size: 20px;
    }

    .inputdiv {
        padding: 8px;
        border: 1px solid #efefef;
    }

    .hidden {
        display: none;
    }

    .modal-body {
        background: #fff;
    }

    #global-search-result {
        border-top: 2px solid var(--bs-link-color);

        .row {
            border-bottom: 1px solid #efefef;
            padding: 10px;
        }
    }
}

.top-social-icons {
    .social-share {
        text-align: right;

        a {
            padding: 3px 10px;
            font-size: 14px;
        }
    }
}

.service-detials-area th {
    background-color: var(--primary-color);
    color: var(--background-color);
}

.form-section {
    padding: 20px 20px 0 20px;
    background-image: url(../images/resource/testi-bg.jpg);
}

.form-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-container {
    color: #fff;
    padding: 30px;
    border-radius: 5px;
    height: 100%;
}

.equal-height {
    display: flex;
    align-items: center;
    height: 100%;
}

@media (max-width: 768px) {
    .contact-img {
        display: none;
    }
}

.hellobar {
    background: #f15d5d;
}

.toast-top-bar {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    margin-top: 0;
}

.hellobar-header {
    background: none;
}

.hellobar-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.hellobar-btn a {
    display: inline-block;
    background: #dfb405;
    padding: 3px 35px;
    color: #000;
    border-radius: 0;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.hellobar-btn a:hover {
    background: #c19b00;
}

.toast:not(:last-child) {
    margin-bottom: 0;
}

.google-reviews {
    background: url(../images/resource/why-choose-bg.png);
    padding: 100px 30px;
}

.WidgetTitle__Header-sc-ruy1gu-2 {
    color: #2f3a56 !important;
    font-size: 36px !important;
}

.huflDf {
    display: none !important;
}

.pricing-content {
    position: relative;
}

.pricing_design {
    position: relative;
    margin: 0 15px;
}

.pricing_design .single-pricing {
    background: #47b377;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px -10px rgb(0 64 128 / 0.2);
    position: relative;
    z-index: 1;
}

.pricing_design .single-pricing:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 160px 18px;
    border: 1px solid #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.price-head h2 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.price-head h1 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

.single-pricing ul {
    list-style: none;
    margin-top: 20px;
}

.single-pricing ul li {
    line-height: 30px;
}

.price_btn {
    background: #47b377;
    padding: 8px 20px;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price_btn:hover {
    background: #2f3a56;
    text-decoration: none;
    color: #fff;
}

.section-title {
    margin-bottom: 30px;
    text-align: center;
}

.section-title h2 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

.text-center {
    text-align: center !important;
}

.overlay {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 0.5);
}

.overlay-content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 80%;
    top: 50px;
    background: #fff;
    border-radius: 5px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #2f3a56;
    font-size: 35px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    z-index: 999;
}

.close-btn:hover {
    color: #47b377;
}

@media (max-width: 768px) {
    .pricing-card {
        margin-bottom: 20px;
    }
}

.service-detials-area,
.blog-single-items {
    h2 {
        font-size: 25px;
        margin-top: 20px;
        margin-bottom: 7px;
        font-weight: 600;
        scroll-margin-top: 420px;
    }

    h1,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 7px;
        font-weight: 500;
    }

    p {
        font-size: 17px;
    }

    h3 {
        font-size: 21px;
    }

    ul {
        margin-left: 20px;
        margin-bottom: 10px;
    }

    li {
        font-size: 17px;
    }

    ul li::marker {
        font-size: 20px;
        padding-top: 15px;
        margin-top: 10px;
    }
}

.job-card {
    border: none;
    margin-bottom: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.job-card .card-header {
    background-color: #e9ecef;
}

.job-card .job-title {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}

.job-tags {
    margin-bottom: 1rem;
}

.job-tag {
    background-color: #e9ecef;
    color: #495057;
    font-size: 0.85rem;
    padding: 0.25rem 0.5rem;
    border-radius: 20px;
    margin-right: 0.5rem;
}

.job-tag i {
    margin-right: 0.25rem;
}

.job-description {
    color: #666;
    opacity: 0.8;
}

.btn-apply {
    background-color: var(--secondary-color);
    border: none;
    transition: all 0.3s ease;
    border-radius: 0;
    padding: 8px 10px;
    font-size: 17px;
    font-family: "Fira Sans";
}

.btn-apply:hover {
    background-color: var(--primary-color);
}

.job-card .btn-details {
    background-color: var(--primary-color);
    transition: all 0.3s ease;
    border-radius: 0;
    color: #fff;
    padding: 8px 10px;
    font-size: 17px;
    font-family: "Fira Sans";
}

.job-card .btn-details:hover {
    background-color: var(--secondary-color);
    color: white;
}

.job-details-container {
    .job-title {
        font-weight: 500;
    }

    .company-name {
        font-weight: 500;
        font-size: 18px;
    }

    .section-title {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 20px;
    }

    ul {
        padding-left: 20px;
    }
}

.career-row {
    display: flex;
    gap: 70px;
}

#career-form-overlay {
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 16px 20px 20px 20px;
        border: 1px solid #888;
        border-radius: 0px;
    }

    .modal-header {
        padding: 0px !important;
    }

    #career-overlay-title {
        padding-bottom: 8px !important;
        margin: 0px !important;
    }

    #career-overlay-close {
        margin: 0;
    }
}

.career-page {
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 70px;
}

ul li::marker {
    color: #47b377;
}


.service-detials-area table td {
    border: 1px solid;
    padding: 8px;
}

#faqAccordion .card-body ul li::marker {
    color: #47b377;
}

.accordion li::marker {
    color: transparent;
}


.single_team_icon p{
    color: white !important;
}



.movable-space {
    position: relative;
    z-index: 9;
    display: inline-block;
    width: 100%;
    height: 30px;
    top: -37px;
    background-color: #fafafb;
}
.iti{
    display: block;
}
.iti__selected-dial-code {
    color: #000;
}
.table-of-contents{
    a {
        font-size: 90%;
    }
}


.view-more-row{
    margin-top: -5.5%;
}
.view-more-link {
    font-size: 15px;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: color 0.3s ease-in-out;
    position: relative;
}
.view-more-link::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 40%;
    transform: translateY(-50%);
    width: 30px;
    height: 1.5px;
    background-color: #47b377;
}

.view-more-link:hover {
    color: var(--secondary-color);
}
.owl-nav{
    display: none !important;
}

@media (max-width: 768px) {
    .view-more-row{
        margin-top: 3% !important;
    }
    .service-detials-area, .blog-single-items {
        h2{
            scroll-margin-top: 250px;
        }
    }
}

@media (max-width: 500px) {
    .service-detials-area, .blog-single-items {
        h2{
            scroll-margin-top: 350px;
        }
    }
    .blog-single-items table {
        width: 100%;
        overflow: scroll;
        display: block;
    }
}

@media (max-width: 320px) {
    .service-detials-area, .blog-single-items {
        h2{
            scroll-margin-top: 450px;
        }
    }
}
.owl-nav{
    display: none !important;
}

.client-avatar{
    width: 200px !important;
}
