/*************************************************

All changes After Theme Is in This Css File 

========= Add this Css File IN every New HTML File ===========

*************************************************/

:root {
    --p-green: #f58220;
    --popway-g: linear-gradient(45deg, rgb(255, 180, 114), rgba(242, 130, 32, 1));
}

body {
    font-size: 19px;
    line-height: 32px;
}

.bc-txt {
    color: #f58220;
}

.font-light {
    font-family: 'gilroy-light';
}

.font-semibold {
    font-family: 'gilroy-semibold';
}

.bg-color-1 {
    background-color: rgb(255 70 125 / 20%);
}

.bg-color-2 {
    background-color: rgb(180 113 255 / 20%);
}

.bg-color-3 {
    background-color: rgb(255 193 78 / 35%);
}

.bg-color-4 {
    background-color: rgb(57 241 167 / 25%);
}

.bg-color-5 {
    background-color: rgb(26 206 255 / 20%);
}

.txt-color-1 {
    color: rgb(233 47 102) !important;
}

.txt-color-2 {
    color: rgb(104 14 207) !important;
}

.txt-color-3 {
    color: rgb(245 130 32) !important;
}

.txt-color-4 {
    color: rgb(0 147 87) !important;
}

.txt-color-5 {
    color: rgb(13 146 183) !important;
}

/********8oogle recaptcha********/
.grecaptcha-badge {
    z-index: -10;
    visibility: hidden;
}

.captcha-branding {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 22px;
}

.captcha-branding a {
    color: #f58220;
}


/******* Global Effect class*******/
.reveal-effect {
    position: relative;
    overflow: hidden;
    transform-origin: left;
    opacity: 0;
}

.reveal-effect.go-reveal {
    animation: revelParent .5s .9s forwards;
}

.reveal-effect:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffddc0;
    transform: translateX(-100%);
    animation-delay: 2s;
    animation-fill-mode: both;
}

.reveal-effect.go-reveal:after {
    animation: revealIn .6s .3s, revealOut .6s .9s;
}

@keyframes revealIn {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes revealOut {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes revelParent {
    100% {
        opacity: 1;
    }
}

.go-point {
    margin-left: 10px;
    animation: point-arrow 1s infinite ease-in-out alternate;
}

@keyframes point-arrow {
    100% {
        transform: translateX(5px);
    }
}

/***********bg partical combinations ****************/
.fix-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.bg-combo-1 .shape-wrapper .shape-one {
    top: 22%;
    left: -70px;
}

.bg-combo-1 .shape-wrapper .shape-two {
    right: 100px;
    top: 35%;
    animation: animationFramesOne 30s infinite linear;
}

.bg-combo-1 .shape-wrapper .shape-three {
    right: 20%;
    top: 25%;
    animation: animationFramesTwo 25s infinite linear;
}

.bg-combo-1 .shape-wrapper .shape-four {
    right: 13%;
    bottom: 22%;
    animation: animationFramesOne 25s infinite linear;
}

.bg-combo-1 .shape-wrapper .shape-five {
    left: 34%;
    bottom: 10%;
    animation: rotated 20s infinite linear;
}

.bg-combo-1 .shape-wrapper .shape-six {
    left: 25%;
    top: 40%;
    animation: rotated 20s infinite linear;
}

.bg-combo-1 .shape-wrapper .shape-seven {
    left: 50%;
    top: 35%;
    animation: rotated 12s infinite linear;
}

.bg-combo-1 .shape-wrapper .shape-eight {
    left: 10%;
    top: 30%;
    animation: rotated 10s infinite linear;
    transform-origin: 250% 180%;
}


/**********option2 **********/
.bg-combo-2 .shape-wrapper .shape-one {
    left: 0;
    top: 65%;
}

.bg-combo-2 .shape-wrapper .shape-two {
    left: 23%;
    top: 20%;
    animation: animationFramesOne 30s infinite linear;
}

.bg-combo-2 .shape-wrapper .shape-three {
    left: 8%;
    top: 0%;
    animation: animationFramesTwo 25s infinite linear;
}

.bg-combo-2 .shape-wrapper .shape-four {
    right: 25%;
    bottom: 20%;
    animation: animationFramesOne 35s infinite linear;
}

.bg-combo-2 .shape-wrapper .shape-five {
    left: 50%;
    bottom: 10%;
    animation: rotated 20s infinite linear;
}

.bg-combo-2 .shape-wrapper .shape-six {
    left: 26%;
    top: 100%;
    animation: animationFramesOne 35s infinite linear;
}

.bg-combo-2 .shape-wrapper .shape-seven {
    left: 9%;
    top: 98%;
}

.bg-combo-2 .shape-wrapper .shape-eight {
    right: 0;
    top: 0%;
}

.bg-combo-2 .shape-wrapper .shape-nine {
    right: 6%;
    top: -5%;
}

.bg-combo-2 .shape-wrapper .shape-ten {
    right: 6%;
    top: -5%;
    animation: rotated 20s infinite linear;
    transform-origin: 270% 150%;
}

.bg-combo-2 .shape-wrapper .shape-eleven {
    right: 40%;
    top: 20%;
    animation: rotated 20s infinite linear;
    transform-origin: 200% 180%;
}


/******************Cross Section Orange ******************/
.cross-bg {
    position: relative;
    background: linear-gradient(-134deg, rgb(255, 246, 239) 0%, rgb(255, 226, 203) 100%);
    padding: 220px 0 230px;
    overflow: hidden;
    margin-top: -30px;
}

.cross-bg {
    color: #646a73;
}

.cross-bg:before {
    content: '';
    width: 150%;
    height: 350px;
    background: linear-gradient(to top, #fdfdfe, #fdfdfe);
    transform: rotate(-4deg);
    position: absolute;
    top: -220px;
    right: 0;
}

.cross-bg:after {
    content: '';
    width: 150%;
    height: 170px;
    background: #fff;
    transform: rotate(-4deg);
    position: absolute;
    bottom: -20px;
    left: -3px;
}

.cross-bg .round-shape-two {
    position: absolute;
    width: 396px;
    height: 396px;
    border: 50px solid #fff;
    border-radius: 50%;
    bottom: -190px;
    left: -180px;
    animation: jello 10s infinite linear;
}

.cross-bg .round-shape-one {
    position: absolute;
    font-size: 550px;
    color: #fff;
    top: -50px;
    right: -145px;
    line-height: 290px;
    animation: tada 8s infinite linear;
}

.cross-bg.cross-half {
    padding-bottom: 120px;
}

.cross-bg.cross-half::after {
    visibility: hidden;
}

/************SVG Background ************/
.svg-bg .main-bg {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.banner-bg-svg {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    z-index: -2;
}

/********common elements *********/
.scroll-top {
    background: linear-gradient(45deg, rgb(255, 180, 114), rgba(242, 130, 32, 1));
    bottom: 100px;
    right: 40px;
    border-radius: 50%;
}

.scroll-top:after {
    background: none;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, rgb(255, 180, 114), rgba(242, 130, 32, 1));
}

.down-arrow {
    display: block;
    width: 65px;
    height: 65px;
    box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
    border-radius: 50%;
    margin: 0 auto;
    line-height: 65px;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    background: #f58220;
}

.down-arrow:hover {
    color: white;
}

.down-arrow span {
    display: block;
    transform: rotate(-90deg);
}

.custom-progress-cont p {
    color: #2A2A2A;
}

.custom-progress-bar {
    background-color: #fff;
    width: 100%;
    height: .3rem;
    margin: 0 auto;
    border-radius: .3rem;
    overflow: hidden;
}

.custom-progress {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    background-color: #f28220;
    height: .3rem;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
}

.theme-title-one .upper-title {
    color: #f58220;
}

.tooltip-inner {
    font-weight: 700;
}

.theme-btn.popway-sm-btn {
    padding: 0 25px;
    line-height: 40px;
    min-width: auto;
    font-size: 17px;
}

.theme-btn.popway-form-btn {
    width: auto;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #f58220;
}

.theme-btn.popway-form-btn:hover {
    color: #f58220;
    border: 2px solid #f58220;
    background-color: transparent;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.para-links {
    color: #f58220;
}

.para-links:hover {
    color: #2A2A2A;
}

.play-video-btn {
    position: relative;
    padding-left: 75px;
}

.play-video-btn .icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0;
    background: #f58220;
}

.play-video-btn .icon-box img {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.play-video-btn .icon-box:before {
    content: '';
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: -1;
    position: absolute;
    background-color: inherit;
    border-radius: 50%;
    -webkit-animation: hvr-ripple-out-two 2s linear infinite;
    animation: hvr-ripple-out-two 2s linear infinite;
}

/************ Modal Popups *********/
.popup-fav {
    display: block;
    margin: -70px auto 5px;
    padding: 20px;
    background: #fff;
    border-radius: 50%;
    z-index: 9;
    position: relative;
}

h5.popup-header {
    font-family: gilroy-bold;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
}

.or-head span {
    position: relative;
    color: #f58220;
}

.or-head span::after,
.or-head span::before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    width: 100px;
    height: 2px;
    background: #f58220;
}

.or-head span::after {
    right: 50px;
}

.or-head span::before {
    left: 50px;
}

#Contact-popway .form-control:focus {
    border-color: #ffc28d;
    box-shadow: 0 0 0 0.2rem rgba(245, 130, 32, 0.18);
}

#Contact-popway button.close {
    position: absolute;
    top: 25px;
    right: 25px;
}

#Contact-popway .modal-dialog.modal-lg {
    max-width: 950px;
}

#Contact-popway .popup-big-fav-cont button.close {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9;
}

.popup-big-fav-cont .popup-fav {
    position: absolute;
    left: calc(50% - 40px);
    top: 50px;
    margin: 0;
    width: 75px;
    padding: 15px;
}

/********** Top bar **********/
.popway-top-bar {
    padding: 8px 0;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.popway-top-bar ul li {
    display: inline-block;
    font-size: 16px;
    padding: 0 15px;
    border-right: 2px solid #f58220;
    line-height: 20px;
}

.popway-top-bar ul li:last-child {
    padding-right: 0;
    border-right: 0px;
}

.popway-top-bar ul li:hover a {
    color: #f58220;
}

/********Menu ***********/
.navbar-nav .nav-item .nav-link {
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 19px;
}

.theme-main-menu .contact-button {
    min-width: auto;
    padding: 0 32px;
}

.theme-main-menu {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
}

.mega-container-popway {
    padding: 0 1.5%;
}

.menu-svg {
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.mega-menu-title {
    position: relative;
}

.mega-menu-title::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 30px;
    height: 3px;
    border-radius: 5px;
    background-color: #f58220;
}

.nav-like {
    position: relative;
    z-index: 0;
}

.nav-like i {
    position: absolute;
    background: #f34141;
    padding: 4px 5px 3px;
    color: #fff;
    font-size: 8px;
    border-radius: 5px;
    top: -2px;
    left: 40%;
    transform: translateX(-50%);
}

.nav-like i::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    border-top: 5px solid #f34141;
    border-left: 5px solid transparent;
}

.navbar .simple-dropdown .dropdown-menu .dropdown-item {
    padding: 0 20px;
    line-height: 40px;
    transition: all ease-in-out 0.4s;
}

.navbar .simple-dropdown .dropdown-menu li+li {
    border-top: 1px solid #e1e1e1;
}

.navbar .simple-dropdown .dropdown-menu li:hover .dropdown-item {
    transform: translateX(10px);
    font-weight: 500;
}

.theme-main-menu .navbar .simple-dropdown .dropdown-menu {
    padding: 5px 0;
}

.theme-main-menu .navbar .simple-dropdown .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 40px;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

/********mega menu option 2 **************/
.mega-container-popway .shape-wrapper .shape-one {
    left: 0;
    top: 65%;
    animation: animationFramesOne 30s infinite linear;
}

.mega-container-popway .shape-wrapper .shape-two {
    left: 23%;
    top: 20%;
    animation: animationFramesOne 30s infinite linear;
}

.mega-container-popway .shape-wrapper .shape-three {
    left: 8%;
    top: 0%;
    animation: animationFramesTwo 25s infinite linear;
}

.mega-container-popway .shape-wrapper .shape-four {
    left: 40%;
    bottom: 30%;
    animation: animationFramesOne 35s infinite linear;
}

.mega-container-popway .shape-wrapper .shape-five {
    right: 35%;
    bottom: 35%;
    animation: rotated 20s infinite linear;
}

.mega-container-popway .shape-wrapper .shape-six {
    right: 40%;
    top: 0%;
    animation: animationFramesOne 35s infinite linear;
}

.mega-popway-option-2.mega-container {
    border: 2px dotted #f58220;
    box-shadow: 0px 1px 6px 0px #ffc491;
}

@media screen and (min-width: 992px) {
    .mega-popway-option-2.mega-container {
        margin-top: 15px;
    }

}

.navbar .mega-popway-option-2 .mega-dropdown-list li {
    line-height: 38px;
}

.mega-popway-option-2 .list-link {
    display: block;
}

.mega-popway-option-2 .list-link:hover .mega-dropdown-list li:first-child {
    animation: slide_me 0.6s linear;
}

.mega-popway-option-2 .list-link:hover .mega-dropdown-list li:nth-child(2) {
    animation: slide_me 0.6s linear 0.3s;
}

.mega-popway-option-2 .list-link:hover .mega-dropdown-list li:nth-child(3) {
    animation: slide_me 0.6s linear 0.6s;
}

.mega-popway-option-2 .list-link:hover .mega-dropdown-list li:nth-child(4) {
    animation: slide_me 0.6s linear 0.9s;
}

.mega-popway-option-2 .list-link:hover .mega-dropdown-list li:nth-child(5) {
    animation: slide_me 0.6s linear 1.2s;
}

.mega-popway-option-2 .list-link:hover .mega-dropdown-list li:nth-child(6) {
    animation: slide_me 0.6s linear 1.5s;
}

.mega-popway-option-2 .list-link:hover .mega-dropdown-list li:nth-child(7) {
    animation: slide_me 0.6s linear 1.8s;
}

.mega-popway-option-2 .list-link:hover .mega-dropdown-list li:nth-child(8) {
    animation: slide_me 0.6s linear 2.1s;
}

.mega-popway-option-2 .list-link:hover li {
    color: #5a5a5a;
    font-weight: 600;
}

@keyframes slide_me {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

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

@keyframes slide_rev {
    0% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0px);
    }
}

.navbar .mega-popway-option-2 .mega-dropdown-list li a {
    padding-left: 0px;
    line-height: 38px;
}

.navbar .mega-popway-option-2 .mega-menu-title {
    color: #f58220;
    line-height: 22px;
}

.mega-popway-option-2 .mega-menu-title::after {
    background-color: #2A2A2A;
}

@media screen and (max-width: 991px) {
    .theme-main-menu .navbar-collapse {
        margin-top: 15px;
    }
}

.navbar .mega-dropdown-list.active .mega-dropdown-list {
    display: block;
}

@media screen and (max-width: 991px) {
    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 5px 0;
        font-size: 16px;
    }
}


/* @media screen and (min-width: 992px){
    .navbar .dropdown-menu {
        left: 12%;
    }
}
@media screen and (min-width: 992px){
    .navbar .mega-container {
        width: 76%;
        padding: 8px 50px !important;
    }
} */

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 265px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .navbar-collapse {
    display: block !important;
}


.mobile-menu .nav-logo {
    position: relative;
    padding: 15px 25px;
    text-align: left;
    margin-bottom: 10px;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu .nav-logo a img {
    width: 130px;
    height: auto;
}

.mobile-menu-visible {
    overflow: hidden !important;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #919191;
    font-size: 18px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navbar-nav li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navbar-nav:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navbar-nav li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navbar-nav li>a {
    line-height: 24px;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navbar-nav li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: #f58220;
}

.mobile-menu .navbar-nav li.active:before {
    height: 100%;
}

.mobile-menu .navbar-nav li ul li>a {
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    text-transform: capitalize;
    padding: 7px 25px;
}

.mobile-menu .menu-outer.navbar {
    display: block;
    padding: 0;
}

.mobile-menu #mega-menu-holder .dropdown-toggle::after {
    content: "\f107";
    right: -4px;
    top: 50%;
    font-family: 'FontAwesome';
    border: 0;
}

/********Home Page**********/
.rogan-hero-one .slider-illustration {
    position: absolute;
    height: 100%;
    width: 650px;
    left: 48%;
    top: 0;
}

.rogan-hero-one .slider-illustration iframe {
    width: 100%;
    height: 100%;
}

.banner-main-title.underline {
    font-size: 55px;
}

.our-service-one {
    margin-top: -25px;
}

@media (max-width: 1366px) and (min-width: 992px) {
    .about-us-block-one {
        padding-top: 65px !important;
    }

    .our-service-one {
        padding-top: 0px !important;
        margin-bottom: 65px !important;
    }
}

.rogan-hero-one .shape-one {
    top: -100px;
}

.rogan-hero-one .light-lamp {
    top: 0;
    right: 10px;
}

.feature-block-three.feature-block-custom {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.partner-slider.owl-carousel .owl-stage,
.logo-slider.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.partner-slider .owl-item .item {
    padding: 12px 40px 0;
}

.logo-slider .owl-item .item {
    padding: 10px 30px 0;
}

.partner-slider .owl-controls {
    margin-top: 40px;
}

.partner-slider .owl-nav .owl-prev,
.partner-slider .owl-nav .owl-next,
.simple-nav .owl-nav .owl-next,
.simple-nav .owl-nav .owl-prev {
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    background-color: #f58220 !important;
}

.simple-nav .owl-nav .owl-next,
.simple-nav .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
}

.simple-nav .owl-nav .owl-prev {
    left: 30px;
}

.simple-nav .owl-nav .owl-next {
    right: 30px;
}

.partner-slider .owl-nav .owl-prev:hover,
.partner-slider .owl-nav .owl-next:hover,
.simple-nav .owl-nav .owl-next:hover,
.simple-nav .owl-nav .owl-prev:hover {
    background-color: #2A2A2A !important;
}

.partner-slider .owl-nav .owl-prev i {
    margin-top: 9px;
    margin-left: -2px;
}

.partner-slider .owl-nav .owl-next i {
    margin-top: 9px;
    margin-right: -2px;
}

.phone-testi {
    position: relative;
    margin-top: 100px;
}

.phone-testi .phone-frame {
    width: 290px;
    height: 540px;
    position: absolute;
    left: 50%;
    top: -10%;
    transform: translateX(-50%);
    background: url(../images/resources/iframe.webp) no-repeat;
    background-size: cover;
    z-index: 100;
}

.phone-testi .owl-controls {
    margin-top: -40px;
    z-index: 5;
    position: relative;
}

.studio-client-slider .owl-item {
    filter: blur(1px);
}

.studio-client-slider .owl-item.active.center {
    background: transparent;
    box-shadow: none;
    filter: none;
}

.studio-client-slider .owl-item.active.center .customer-block {
    background: transparent;
    box-shadow: none;
}

.about-us-block-two .main-img-box .img-one {
    width: 85%;
}

.video-review {
    border: 5px solid #fff;
    border-radius: 8px;
    box-shadow: 0px 8px 23px 0px rgb(0 0 0 / 18%);
}

.video-review iframe {
    width: 100%;
    height: 175px;
    display: block;
    border-radius: 5px;
}

.google-review-block {
    padding: 15px 5px;
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 10px 30px 0px rgb(214, 214, 214);
    margin-bottom: 35px;
}

.google-btn {
    display: inline-flex;
    align-items: center;
    border: 2px solid #2A2A2A;
    line-height: 48px;
    border-radius: 30px;
    font-size: 19px;
    padding: 0 35px;
    transition: all ease-in-out 0.4s;
}

.google-btn:hover {
    color: #2A2A2A;
    border: 2px solid #f58220;
}

.google-btn img {
    margin-right: 8px;
    min-width: 25px;
}

/**************About Us *****************/
.rogan-hero-section .banner-sub-title {
    line-height: 33px;
}

.banner-large-text .title {
    font-size: 85px;
    line-height: 95px;
    padding-bottom: 45px;
}

.banner-large-text .title span:before {
    background: #f58220;
}

.banner-large-text .shape-one:before {
    content: 'P';
    bottom: 90px;
    left: -30px;
}

.letter-shape:before {
    content: "P";
    font-family: 'gilroy-black';
    font-size: 400px;
    color: #fff;
    position: absolute;
    bottom: 140px;
    left: -30px;
    z-index: 1;
}

@media (max-width: 1366px) and (min-width: 992px) {
    .testimonial-section-classic {
        padding: 120px 0 175px !important;
        overflow: visible;
    }
}

.tab-slider .owl-item p {
    font-weight: 600;
    color: #000;
    animation: 0.9s heartbeat ease-out infinite alternate;
}

@keyframes heartbeat {
    100% {
        transform: scale(1.03);
    }
}

.testimonial-section-classic .tab-slider .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: -150px;
}

.tab-slider .owl-nav .owl-prev,
.tab-slider .owl-nav .owl-next {
    opacity: 1 !important;
    margin: 0 25px !important;
}

.tab-slider .owl-nav h3 {
    opacity: 0.5;
}

.tab-slider .owl-nav h3.active {
    color: #2A2A2A;
    opacity: 1;
    position: relative;
}

.tab-slider .owl-nav h3.active::after {
    content: '';
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;
    height: 5px;
    border-radius: 10px;
    background: #f58220;
    z-index: -1;
}

.about-us-text.bg-color {
    background: transparent;
    margin-top: -30px;
}

.feature-block-two {
    box-shadow: 0px 30px 70px 0px rgba(226, 232, 236, 0.8);
}

.our-service-three .feature-block-three {
    /* box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.9); */
    box-shadow: none;
    background: transparent;
    padding: 35px 30px 30px 30px;
}

.our-service-three .feature-block-three .text {
    padding-left: 30px;
}

.procedure-no {
    margin-bottom: 20px;
    padding: 15px 0;
    position: relative;
}

.procedure-no::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    left: calc(50% + 50px);
    width: 78%;
    height: 1px;
    background-color: #b5b5b5;
}

.procedure-no.no-after-line::after {
    visibility: hidden;
}

.procedure-no span {
    position: relative;
    font-size: 28px;
    padding: 13px 20px;
    border-radius: 50%;
    background: #f58220;
    color: #fff;
    width: 55px;
    height: 55px;
    display: block;
    margin: 0 auto;
}

.procedure-no span:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: inherit;
    border-radius: 50%;
    opacity: 0.3;
    -webkit-animation: hvr-ripple-out-two 1s linear infinite;
    animation: hvr-ripple-out-two 1s linear infinite;
}

.contact-home-one .theme-form-style-two {
    margin-right: 60px;
    margin-left: 0px;
}

.contact-home-one .contact-text p {
    padding-top: 5px;
    font-size: unset;
}

.contact-home-one .contact-text p:before {
    visibility: hidden;
}

.feature-block-simple .icon-box {
    font-size: 20px;
    margin-right: 15px;
}

.feature-block-simple .simple-block-head {
    color: #2A2A2A;
    font-weight: bold;
}

.skill-box {
    padding: 0 20px;
    margin-bottom: 55px;
}

.skill-box:nth-child(n+13) {
    margin-bottom: 0;
}

/***************Service Page **************/
.branding-include ul li {
    font-size: 20px;
    line-height: 36px;
}

#consulting-start.our-core-feature .feature-block-one {
    padding: 30px 30px 35px 30px;
}

.our-service-three.why-choose-consult .feature-block-three {
    background: #fff;
    box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.9);
    min-height: 165px;
}

.our-service-three.why-choose-consult .feature-block-three .text h5 {
    line-height: 30px;
    margin-bottom: 10px;
}

.seo-work-progress.audit-progress .single-work-list:nth-child(odd):before,
.seo-work-progress.audit-progress .single-work-list:nth-child(even):before {
    z-index: 1;
}

.seo-work-progress.audit-progress .single-work-list .image-box {
    z-index: 2;
    position: relative;
}

.seo-work-progress.audit-progress .single-work-list:nth-child(even):before {
    top: 30%;
}

.seo-work-progress.audit-progress .single-work-list {
    padding-bottom: 120px;
}

.seo-work-progress.audit-progress .single-work-list:last-child {
    padding-bottom: 50px;
}

.seo-work-progress.audit-progress.cross-bg::after {
    visibility: hidden;
}

.seo-work-progress.audit-progress.cross-bg {
    background: linear-gradient(to bottom, rgb(255, 226, 203) 0%, rgb(255, 255, 255) 50%);
    padding-bottom: 0px;
}

.seo-work-progress.audit-progress .single-work-list .text-wrapper p {
    font-size: inherit;
}

.seo-work-progress.audit-progress .single-work-list .text-wrapper .title {
    padding-bottom: 20px;
}

.seo-work-progress .single-work-list:first-child .path-shape-holder .image-box img,
.seo-work-progress .single-work-list:nth-child(2) .path-shape-holder .image-box img {
    min-width: 666px;
}

.designing-intro.cross-bg {
    padding-top: 200px;
    padding-bottom: 210px;
}

.designing-intro .shape-wrapper {
    z-index: 1;
}

.designing-intro .theme-counter-five .single-counter-box .number {
    font-size: 25px;
    line-height: 40px;
    font-weight: 800;
}

.designing-intro .theme-counter-five .single-counter-box.bx-three {
    padding-top: 48px;
}

.designing-intro .theme-counter-five .single-counter-box.bx-two {
    padding-top: 85px;
}

.designing-intro .theme-counter-five .single-counter-box {
    padding-top: 75px;
}

.designing-factor .feature-block-one {
    padding: 30px;
    box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 1);
}

.designing-factor .inner-wrapper .theme-title-one {
    top: 0px;
}

.designing-factor .feature-block-one h5 {
    font-size: 20px;
    line-height: 30px;
}

.designing-factor .feature-block-one .img-icon {
    max-width: 65px;
}

.develope-boxes {
    padding-top: 0px;
    padding-bottom: 80px;
    margin-top: -30px;
}

.develope-boxes .single-block .wrapper .title {
    font-size: 18px;
    color: #928787;
    font-weight: 600;
}

.develope-boxes .row:nth-child(2) .single-block:nth-child(1) .wrapper .icon-box {
    background: #ff467d;
}

.develope-boxes .row:nth-child(2) .single-block:nth-child(2) .wrapper .icon-box {
    background: #00ebac;
}

.develope-boxes .row:nth-child(2) .single-block:nth-child(3) .wrapper .icon-box {
    background: #ffc14e;
}

.develope-boxes .row:nth-child(2) .single-block:nth-child(4) .wrapper .icon-box {
    background: #ff930e;
}

.develope-boxes .row:nth-child(3) .single-block:nth-child(1) .wrapper .icon-box {
    background: rgba(26, 206, 255, 1);
}

.develope-boxes .row:nth-child(3) .single-block:nth-child(2) .wrapper .icon-box {
    background: #9657f6;
}

.develope-boxes .row:nth-child(3) .single-block:nth-child(3) .wrapper .icon-box {
    background: #ff467d;
}

.seo-what-we-do .row:nth-child(2) .single-block:nth-child(1) .wrapper .icon-box:before,
.seo-what-we-do .row:nth-child(2) .single-block:nth-child(1) .wrapper .icon-box:after {
    background: rgba(255, 58, 70, 0.5);
}

.seo-what-we-do .row:nth-child(2) .single-block:nth-child(2) .wrapper .icon-box:before,
.seo-what-we-do .row:nth-child(2) .single-block:nth-child(2) .wrapper .icon-box:after {
    background: rgba(0, 235, 172, 0.5);
}

.seo-what-we-do .row:nth-child(2) .single-block:nth-child(3) .wrapper .icon-box:before,
.seo-what-we-do .row:nth-child(2) .single-block:nth-child(3) .wrapper .icon-box:after {
    background: rgba(255, 193, 78, 0.5);
}

.seo-what-we-do .row:nth-child(2) .single-block:nth-child(4) .wrapper .icon-box:before,
.seo-what-we-do .row:nth-child(2) .single-block:nth-child(4) .wrapper .icon-box:after {
    background: rgba(255, 147, 14, 0.5);
}

.seo-what-we-do .row:nth-child(3) .single-block:nth-child(1) .wrapper .icon-box:before,
.seo-what-we-do .row:nth-child(3) .single-block:nth-child(1) .wrapper .icon-box:after {
    background: rgba(26, 206, 255, 0.5);
}

.seo-what-we-do .row:nth-child(3) .single-block:nth-child(2) .wrapper .icon-box:before,
.seo-what-we-do .row:nth-child(3) .single-block:nth-child(2) .wrapper .icon-box:after {
    background: rgba(150, 87, 246, 0.5);
}

.seo-what-we-do .row:nth-child(3) .single-block:nth-child(3) .wrapper .icon-box:before,
.seo-what-we-do .row:nth-child(3) .single-block:nth-child(3) .wrapper .icon-box:after {
    background: rgba(255, 58, 70, 0.5);
}

/*************** Testimonial Page **********/
.element-section.cross-bg.cross-half {
    background: linear-gradient(to bottom, rgb(255, 226, 203) 0%, rgb(255, 255, 255) 50%);
    padding-bottom: 50px;
}

.apps-testimonial .customer-block .customer-info span {
    font-size: 17px;
}

/************* Clients Page ***********/
.popway-clients .main-bg {
    position: absolute;
    width: 100%;
    top: 30%;
    right: 0;
    z-index: -1;
}

.clients-logo-wrap {
    padding: 5px 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    /* filter: grayscale(1); */
    /* opacity: 0.5; */
    background: #ffffff;
    box-shadow: 0px 15px 20px 0px rgba(4, 7, 18, 0.08);
    z-index: 12;
    position: relative;
    transition: all ease-in-out 0.4s;
}

.clients-logo-wrap.landscape-logos {
    min-height: 145px;
    display: flex;
    align-items: center;
}

.clients-logo-wrap:hover {
    transform: scale(1.15);
    box-shadow: 0px 15px 20px 0px rgba(4, 7, 18, 0.15);
}

.clients-logo-wrap.landscape-logos:hover {
    transform: scale(1.05);
    box-shadow: 0px 15px 20px 0px rgba(4, 7, 18, 0.15);
}

/*********** Portfolio Page ************/
.portfolio_area {
    padding: 90px 0 50px;
    z-index: 12;
    position: relative;
}

.festival_portfolio {
    padding-top: 100px;
    padding-bottom: 70px;
}

.portfolio_area .filters-content {
    overflow: hidden;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

@media(max-width:991px) {
    .portfolio_area {
        padding-bottom: 50px;
    }
}


.portfolio_area .filters {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.portfolio_area .filters:hover {
    transform: scale(1.05);
}


.portfolio_area .filters ul {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    background-color: #ffffff;
    padding: 10px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    justify-content: center;
}

.portfolio-filter ul::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 70%;
    height: 100%;
    background: transparent;
    box-shadow: 0px 0.1rem 1.9rem rgb(0 0 0 / 15%);
    z-index: -1;
}

@media(max-width:991px) {
    .portfolio_area .filters ul {
        margin-bottom: 20px;
        flex-direction: column;
    }
}

.portfolio_area .filters ul li {
    position: relative;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    font-family: 'gilroy-semibold';
    font-size: 14px;
    color: #313131;
    line-height: 31px;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 2px 14px;
    margin: 0 5px;
}

.portfolio_area .filters ul li.active {
    color: #ffffff;
    border-radius: 20px;
    background: #f58220;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    font-size: 16px;
}

.portfolio_area .filters ul li.active .wave {
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    background: #343232;
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -480px;
    transform-origin: 50% 49%;
    border-radius: 43%;
    /*    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);*/
    animation: drift 8000ms infinite linear;
}

@keyframes drift {
    from {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(360deg);
    }
}

@media(max-width:767px) {
    .portfolio_area .filters ul li {
        margin-right: 20px;
    }
}

.portfolio_box {
    margin-bottom: 35px;
}

@media(max-width:767px) {
    .portfolio_box {
        margin-bottom: 35px;
    }
}

.single_portfolio {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    padding: 3px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
}

.single_portfolio .overlay {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.single_portfolio .icon {
    position: absolute;
    top: 85%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.icon.web-icon {
    top: 105% !important;
    width: 85%;
}

.port-title {
    position: absolute;
    width: 100%;
    top: 15%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    text-align: center;
    padding: 0 15px;
}

.port-title.web-title {
    top: 40px;
}

.port-title h4 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.single_portfolio a.img-gal,
.single_portfolio>a {
    display: block;
}

.single_portfolio:hover .port-title {
    opacity: 1;
    visibility: visible;
    left: 50%;
}

.single_portfolio .icon span {
    font-size: 35px;
    display: inline-block;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    color: #fff;
    cursor: pointer;
}

.single_portfolio .icon span.play-icon {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    font-size: 50px;
}

.icon.web-icon span {
    font-size: 20px;
}

.icon.web-icon a:nth-child(2) span {
    transform: none;
    font-size: 28px;
}

.single_portfolio:hover .overlay {
    background: rgba(62, 66, 62, 0.58);
}

.single_portfolio:hover .icon {
    opacity: 1;
    visibility: visible;
    top: 50%;
    left: 50%;
}

.single_portfolio:hover .icon.web-icon {
    top: 90% !important;
}

.single_portfolio .icon.web-icon a:first-child {
    float: left;
}

.single_portfolio .icon.web-icon a:nth-child(2) {
    float: right;
}

.img-banner {
    padding-top: 140px;
}

/***************** Contact Us **************/
.contact-agency.cross-bg .theme-form-style-two {
    background: transparent;
    position: relative;
    z-index: 10;
}

.contact-agency.cross-bg .theme-form-style-two input[type='text'],
.contact-agency.cross-bg .theme-form-style-two input[type='email'],
.contact-agency.cross-bg .theme-form-style-two input[type='phone'] .contact-agency.cross-bg .theme-form-style-two textarea {
    background: transparent;
    border-color: #2A2A2A;
}

.contact-agency.cross-bg .theme-form-style-one input[type="submit"] {
    width: auto;
    border-radius: 50px;
    color: #fff;
    z-index: 12;
    position: relative;
}

.contact-agency.cross-bg .theme-form-style-one input[type="submit"]:hover {
    color: #f58220;
    background: transparent;
    border: 2px solid #f58220;

}

.contact-agency.cross-bg .theme-form-style-two textarea {
    height: 90px;
}

.vector-map .shape-wrapper {
    z-index: 2;
}

.vector-map {
    background: linear-gradient(to bottom, rgb(255, 226, 203) 0%, rgb(255, 255, 255) 50%);
    /* background-color: #fff3ea; */
    /* padding: 50px 0; */
}

.vector-map .image-box {
    z-index: 4;
    position: relative;
}

.vector-map svg {
    display: block;
    margin: 0 auto;
}

#usa,
#india {
    display: none;
    transition: all ease-in-out .5s;
}

.vector-map svg:hover #usa,
.vector-map svg:hover #india {
    display: block;
}

.error-handling-messages .success-msg,
.error-handling-messages .error-msg {
    padding: 2px 15px;
    border: 2px solid;
    font-weight: 500;
    display: none;
    line-height: 24px;
    font-size: 16px;
    border-radius: 4px;
}

.error-handling-messages .success-msg {
    background: #e4f9ed;
    border-color: #4ada84;
    color: #4ada84;
}

.error-handling-messages .error-msg {
    background: #ffe9e9;
    border-color: #fe0101;
    color: #fe0101;
}

.form-loader {
    display: none;
    padding: 13px;
    font-size: 18px;
    color: #222;
}

.form-loader i {
    transform: rotate(0deg);
    animation: refresh 1s linear infinite;
}

@keyframes refresh {
    100% {
        transform: rotate(360deg);
    }
}

label.error.wobble-error {
    background: #fff;
    color: #dc3545;
    font-size: 14px;
    line-height: 15px;
    padding: 5px 8px;
    border-radius: 10px;
    border: 1px solid #dc3545;
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    box-shadow: 0px 0px 5px 0px rgb(220 53 69 / 62%);
    z-index: 4;
}

label.error.wobble-error::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 20px;
    border-bottom: 6px solid #dc3545;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

/*********** 404 Page ************/
body.body-404 {
    overflow: hidden;
}

.btn-404 {
    position: absolute !important;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    width: fit-content;
}

/*********** Career Page ***************/
.career-jobs .z-tabs.vertical>ul {
    width: 28%;
}

.career-jobs .theme-tab-basic.theme-tab.vertical .tabs-menu li a {
    line-height: 65px;
}

.career-jobs .theme-tab-basic.theme-tab .tabs-menu li.z-active a,
.career-jobs .theme-tab .z-content-inner ol li a:hover,
.career-jobs .z-tabs.mobile>ul.z-tabs-mobile>li>a>span.drp-icon {
    color: #f58220;
}

.career-jobs .theme-tab .tabs-menu li a:before,
.career-jobs .theme-tab .z-content-inner .list-item li:before,
.career-jobs .theme-tab-solid.theme-tab .tabs-menu li.z-active a,
.career-jobs .theme-tab .nested-tab-menu li.z-active a:before {
    background: #f58220;
}

.career-jobs .tab-container p {
    color: #333;
}

.list-item.career-skills {
    margin-top: 0px !important;
    margin-bottom: 20px;
}

.list-item.career-skills li {
    margin-bottom: 5px !important;
}

.career-form-section .theme-form-style-one.form-on-orange select.form-control {
    height: 50px !important;
    line-height: 50px !important;
}

.career-form-section .theme-form-style-one.form-on-orange input[type="file"] {
    padding-top: 6px;
    padding-bottom: 6px;
}

.career-form-section .theme-form-style-one textarea {
    height: 100px;
}

/************ Offshore developent page **************/
.odc-model .feature-block-one {
    padding: 30px 25px 30px 25px;
}

.odc-model .feature-block-one h5 {
    line-height: 36px;
}

.odc-model .main-bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.odc-list {
    list-style-type: disc;
    padding-left: 20px;
}

.odc-list li {
    margin-bottom: 10px;
}

.branding-include.why-odc {
    margin-top: -30px;
}

/********************CRP & ERP Softare Page ************/
.popup-video-cont {
    margin-top: -35px;
}

.video-image .play-video-btn {
    position: absolute;
    top: 32%;
    left: 52%;
    transform: translateX(-50%);
}

/************ Lab Management & doc consulting Page***********/
#theme-banner-one.lab-banner {
    background: url(../images/shape/56.svg) no-repeat;
    background-position: 100% 120%;
}

#theme-banner-one.lab-banner {
    background: url(../images/etc/icons/56.svg) no-repeat;
    background-position: 100% 120%;
}

#theme-banner-one.lab-banner .illustration {
    position: absolute;
    right: 6%;
    top: 25%;
}

#theme-banner-one.lab-banner .main-wrapper {
    padding: 200px 0 30px;
}

.lab-intro,
.doc-intro {
    z-index: -1;
}

.lab-intro.cross-bg,
.doc-intro.cross-bg {
    padding-top: 200px;
    padding-bottom: 230px;
}

.lab-intro.cross-bg:before,
.doc-intro.cross-bg:before {
    background: #fff;
}

.doc-intro .feature-block-two {
    box-shadow: 0px 30px 70px 0px rgb(245 130 32 / 25%);
    padding: 35px 30px;
}

.doc-intro .procedure-no span {
    font-size: 25px;
    padding: 6px 10px;
    width: 45px;
    height: 45px;
}

.doc-intro .feature-block-two h5 {
    font-size: 18px;
    line-height: 28px;
}

.pricing-tab-menu .nav-tabs .nav-item:nth-child(2) .nav-link:not(.active) {
    border-right: 2px solid gainsboro;
    border-left: 2px solid gainsboro;
}

.pricing-tab-menu .nav-tabs .nav-item .nav-link {
    width: auto;
    padding: 0 25px;
    font-weight: 600;
}

ul.doc-features li {
    padding: 15px 0;
    margin-bottom: 10px;
}

ul.doc-features li i.fa {
    color: #3e423e;
    font-size: 28px;
    margin-bottom: 10px;
}

ul.doc-features li>div {
    font-size: 18px;
}

.doc-use.cross-bg:before {
    background: #fff;
}

.cross-bg.cross-half.doc-use {
    padding-bottom: 180px;
}

.seo-work-progress.lab-progress {
    padding: 0px 0 150px;
    margin-top: -20px;
}

.seo-work-progress.lab-progress .single-work-list {
    position: relative;
    padding-bottom: 50px;
}

.seo-work-progress.lab-progress .single-work-list:last-child {
    padding-bottom: 20px;
}

.seo-work-progress.lab-progress .single-work-list:nth-child(2) {
    padding-bottom: 80px;
}

.seo-work-progress .single-work-list:nth-child(4) .text-wrapper .icon-box,
.seo-work-progress .single-work-list:nth-child(4) .text-wrapper .icon-box:before {
    background-color: #ffc14e;
}

.seo-work-progress .single-work-list:nth-child(5) .text-wrapper .icon-box,
.seo-work-progress .single-work-list:nth-child(5) .text-wrapper .icon-box:before {
    background-color: #ff3d55;
}

.seo-work-progress .single-work-list:nth-child(6) .text-wrapper .icon-box,
.seo-work-progress .single-work-list:nth-child(6) .text-wrapper .icon-box:before {
    background-color: #a16fff;
}

.seo-work-progress .single-work-list .text-wrapper .icon-box i.fa {
    color: #fff;
    text-align: center;
    line-height: 52px;
    display: block;
}

.seo-work-progress.lab-progress .single-work-list:nth-child(even):before,
.seo-work-progress.lab-progress .single-work-list:nth-child(odd):before {
    display: none;
}

.seo-work-progress.lab-progress .single-work-list:nth-child(even) .text-wrapper:after,
.seo-work-progress.lab-progress .single-work-list:nth-child(odd) .text-wrapper:after {
    position: absolute;
    content: '';
    width: 0;
    height: calc(100% + 90px);
    border-left: 2px dashed #cecece;
    top: 45px;
    z-index: -1;
}

.seo-work-progress.lab-progress .single-work-list:last-child .text-wrapper:after {
    height: 80%;
}

.seo-work-progress.lab-progress .single-work-list:nth-child(even) .text-wrapper:after {
    left: 25px;
}

.seo-work-progress.lab-progress .single-work-list:nth-child(odd) .text-wrapper:after {
    right: 25px;
}

.seo-work-progress.lab-progress .single-work-list:nth-child(even) .text-wrapper {
    margin-left: -40px;
}

.seo-work-progress.lab-progress .single-work-list:nth-child(odd) .text-wrapper {
    margin-right: -40px;
}

.seo-work-progress.lab-progress .single-work-list:nth-child(odd) .text-wrapper {
    padding-left: 15px;
    padding-right: 75px;
}

.seo-work-progress.lab-progress .single-work-list:nth-child(odd) .text-wrapper .icon-box {
    left: inherit;
    right: 0;
}

.seo-work-progress.lab-progress .single-work-list:nth-child(odd) .text-wrapper .title {
    text-align: right;
}

.seo-work-progress.lab-progress .single-work-list .text-wrapper .title {
    font-size: 30px;
    line-height: 65px;
    padding-bottom: 10px;
}

.seo-work-progress.lab-progress .single-work-list .image-box img {
    margin: 0 auto;
}

/**************Pricing Plans *********************************/
.pricing-plan-two {
    z-index: 15;
    position: relative;
    display: block;
}

.pricing-plan-two .table-wrapper {
    margin: 40px auto 0;
}

.pricing-plan-two .table-wrapper .pr-column .pr-body li {
    padding: 6px 0;
}

.pricing-plan-two .table-wrapper .pr-column .pr-body li .icon {
    font-size: 18px;
    color: #222;
}

.pricing-plan-two .table-wrapper .pr-column .pr-header {
    padding: 40px 0 25px;
}

.pricing-plan-two .table-wrapper .inner-table .pr-list-text li {
    padding: 6px 0 6px 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}

.pricing-plan-two .table-wrapper .inner-table .pr-list-text li:nth-child(odd),
.pricing-plan-two .table-wrapper .pr-column .pr-body li:nth-child(odd) {
    background: #fdfdfd;
}

.pricing-plan-two .table-wrapper .pr-column .pr-body li .available {
    color: #f58220;
}

.pricing-plan-two .table-wrapper .inner-table .pr-list-text {
    width: 35%;
    top: 164px;
}

.pricing-plan-two .table-wrapper .inner-table {
    position: relative;
    padding-left: 35%;
}

.pricing-plan-two .pricing-tab-menu .nav-tabs .nav-item .nav-link {
    padding: 0 45px;
}

.pricing-plan-two .table-wrapper .pr-column .pr-footer {
    padding: 30px 0 20px;
}

.pricing-plan-two .pricing-tab-menu .nav-wrapper {
    border: 2px solid #f58220;
    background: #f58220;
}

.pricing-plan-two .table-wrapper .pr-column .pr-header .price {
    color: #f58220;
    background: none;
    -webkit-text-fill-color: initial;
    font-size: 30px;
}

.pricing-plan-two .table-wrapper .pr-column .pr-header .title,
.pricing-title .pricing-label {
    padding: 5px 22px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    background: #e6e6e6;
    border-radius: 50px;
    color: #fff;
    font-size: 26px;
}

.starter-crown,
.advance-crown,
.customized-crown {
    width: 40px;
    position: absolute;
    top: -24px;
    right: -6px;
    transform: rotate(22deg);
}

.starter-crown {
    width: 38px;
}

.advance-crown {
    top: -28px;
    right: -10px;
}

.customized-crown {
    width: 42px;
    top: -30px;
    right: -11px;
}

li.empty-cell div,
li.empty-cell span {
    visibility: hidden;
}

li.empty-head {
    background: #f58220 !important;
    color: #fff !important;
}

@media (max-width: 991px) {
    li.empty-cell div {
        visibility: visible;
        color: #f58220 !important;
        font-weight: bold;
        font-size: 18px !important;
    }

    li.empty-cell span {
        display: none;
    }
}

body .line-button-one.plan-btn-1 {
    color: #39f1a7;
    border: 2px solid #39f1a7;
}

body .line-button-one.plan-btn-1:before {
    background: #39f1a7;
}

body .line-button-one.plan-btn-2 {
    color: #1aceff;
    border: 2px solid #1aceff;
}

body .line-button-one.plan-btn-2:before {
    background: #1aceff;
}

body .line-button-one.plan-btn-3 {
    color: #b471ff;
    border: 2px solid #b471ff;
}

body .line-button-one.plan-btn-3:before {
    background: #b471ff;
}

body .line-button-one.plan-btn-1:hover,
body .line-button-one.plan-btn-2:hover,
body .line-button-one.plan-btn-3:hover {
    color: #fff;
}

/***************Creative Page *******/
.creative-viewer {
    position: relative;
    z-index: 15;
    display: block;
}

.lg-img-viewer img {
    border-radius: 10px;
    box-shadow: 1px 4px 12px 1px #e2d2c4;
}

.lg-viewer-txt {
    padding: 20px 0;
}

.lg-viewer-txt h5 {
    float: left;
    margin-bottom: 12px;
}

.lg-viewer-txt .popway-sm-btn {
    /* float: right; */
    padding: 0 15px;
    line-height: 25px;
    font-size: 16px;
    margin-top: 10px;
}

.lg-viewer-txt p {
    clear: both;
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
}

.img-thumbs-side {
    max-height: 360px;
    overflow: hidden;
}

/* .img-thumbs-side::-webkit-scrollbar { 
    display: none; 
} */
.thumbs-outer {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
}

.thumbs-outer::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-10deg);
    width: 90%;
    height: 90%;
    background-color: rgb(255, 226, 203);
    z-index: -1;
    border-radius: 60% 53% 48% 45%;
}

.thumbs-outer img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1px 4px 12px 1px #ead1bb;
    border: 3px solid #fff;
    cursor: pointer;
}

.scroll-thumb-up {
    top: -50px;
    line-height: 26px;
}

.scroll-thumbs-btn {
    position: absolute;
    bottom: -30px;
    left: calc(50% - 14px);
    background: #f58220;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
}

.scroll-thumbs-btn.scroll-disb {
    opacity: 0.5;
    cursor: not-allowed;
    /* filter: grayscale(1); */
}

.thumb-head,
.thumb-txt,
.img-thumbs-side .thumb-extra {
    display: none;
}

.tabs-menu.creative-tabs {
    width: fit-content;
    margin: 0 auto;
}

.theme-tab .tabs-menu.creative-tabs li a .icon-font {
    font-size: 25px;
    width: 40px;
    /* line-height: 1;
    display: block;
    text-align: center; */
}

.theme-tab-basic.theme-tab .tabs-menu.creative-tabs li a {
    margin: 0 20px;
    padding: 0 20px;
}

.theme-tab-basic.theme-tab .tabs-menu.creative-tabs li.z-active a,
.theme-tab .z-content-inner ol li a:hover,
.z-tabs.mobile>ul.z-tabs-mobile>li>a>span.drp-icon {
    color: #f58220;
}

.theme-tab-basic.theme-tab .tabs-menu.creative-tabs li.z-active a:before {
    background-color: #f58220;
}

.pricing-box {
    /*
    padding: 25px;
    border-right: 2px dashed #f58220;
    
*/
    padding: 15px;
    border: 2px dashed #d9d9d9;
    border-radius: 30px;
}

.pricing-title {
    background: #f9f9f9;
    padding: 25px 25px 20px;
    border-radius: 25px 25px 0 0;
}

.pricing-title.no-size {
    min-height: auto;
}

.pricing-title h5 {
    font-weight: 'gilroy-bold';
    font-size: 20px;
}

.pricing-title p {
    font-size: 17px;
}

.pricing-box ul li,
ul.pricing-list li {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    line-height: 1.4;
}

ul.checklist li {
    display: flex;
    align-items: baseline;
}

.pricing-box ul li+li,
ul.pricing-list li+li,
ul.checklist li+li {
    margin-top: 10px;
}

.pricing-box ul li i,
ul.pricing-list li i {
    margin-right: 10px;
    color: #63e2a5;
}

ul.checklist li i {
    margin-right: 10px;
}

.pricing-title .pricing-label {
    background: red;
    padding: 3px 15px;
    margin-top: 10px;
    display: inline-block;
}

.pricing-title .pricing-label-2 {
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 0 30px 30px 0;
    margin-bottom: 10px;
    margin-left: -25px;
    display: inline-block;
}

/**********Case Study **********/
.down-circle {
    display: inline-block;
    position: relative;
    z-index: 0;
}

.down-circle::after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 42px;
    height: 42px;
    background: #f58220;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.down-circle svg {
    width: 100px;
    height: auto;
    margin-top: -55px;
}

.down-circle svg text {
    font-size: 33px;
    letter-spacing: 3px;
}

.down-arrow2 {
    margin-top: -80px;
}

.img-with-logo {
    position: relative;
}

.img-with-logo img {
    border-radius: 40px;
}

.img-with-logo img:first-child {
    position: absolute;
    top: 35%;
    width: 140px;
    left: -40px;
    border-radius: 50%;
}

.img-with-logo img:last-child {
    border: 2px dashed #222;
    padding: 10px;
}

.case-study-screen {
    margin-bottom: -60px;
}

.case-study-screen img {
    filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, .1));
}

.case-study-curve {
    position: relative;
    z-index: 2;
}

ul.case-study-list li+li {
    margin-top: 30px;
}

ul.case-study-list li {
    display: flex;
    align-items: center;
}

ul.case-study-list li span {
    margin-right: 20px;
    background: #f58220;
    width: 60px;
    min-width: 60px;
    height: 60px;
    padding: 15px;
    border-radius: 50%;
}

.cs-border {
    border-radius: 25px;
    overflow: hidden;
}

.case-box {
    display: block;
}

.case-box:hover {
    padding: 10px;
    border: 1px solid #f58220;
    border-radius: 25px;
    transition: all ease-in-out 0.4s;
    transform: scale(1.05);
    box-shadow: 2px 2px 15px rgb(0 0 0 / 20%);
}

.case-box p {
    color: #8a919c !important;
}

.case-box img {
    border-radius: 20px;
    margin-bottom: 15px;
}

.case-box:hover img {
    animation: place_me 0.5s ease-in-out forwards;
    transform: scale(1.1);
    opacity: 0;
}

@keyframes place_me {
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.case-txt h6 {
    font-family: 'gilroy-bold';
    font-size: 21px;
    transition: all ease-in-out 0.4s;
}

.case-box:hover .case-txt h6 {
    color: #f58220;
}

.tech-icon {
    background: #fff;
    max-width: 90px;
    padding: 20px;
    border-radius: 50%;
    border: 1px solid #efefef;
}

.cs-icon {
    background: #fff;
    max-width: 50px;
    padding: 12px;
    border-radius: 50%;
    border: 1px solid #efefef;
}

.cs-card {
    background: #f9f9f9;
    padding: 40px 25px 30px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 0;
    transform: rotate(3deg);
}

.cs-card::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 50px;
    border-radius: 30px;
    top: -25px;
    left: 50%;
    border: 2px solid #b471ff;
    transform: rotate(35deg);
    border-bottom-color: transparent;
}

.cs-card::after {
    content: '';
    position: absolute;
    top: -11px;
    left: 51%;
    width: 13px;
    height: 35px;
    border: 2px solid #b471ff;
    border-radius: 30px;
    transform: rotate(36deg);
    border-right-color: transparent;
}


.cs-card .cs-card-inner {
    transform: rotate(-3deg);
}

.hello-neon path,
.hello-neon svg g {
    transform-box: initial;
    transform-origin: revert;
}

.hello-neon #full-neon {
    filter: drop-shadow(2px 2px 7px currentcolor);
}

.hello-neon #connect-lines path {
    stroke-dasharray: 4000;
    stroke-dashoffset: 4000;
}

.hello-neon #connect-lines path:first-child {
    animation: write-me 4s ease-in-out infinite,
        color-stroke 6s ease-in-out infinite;
}

.hello-neon #connect-lines path:last-child {
    animation: write-me 4s ease-in-out infinite 5.5s,
        color-stroke 6s ease-in-out infinite;
}

.hello-neon #neon-txt path {
    animation: color-me 6s ease-in-out infinite;
}

.hello-neon #control-btn {
    transform: translateX(0);
    animation: control-me 6s ease-in-out infinite;
}

@keyframes control-me {
    100% {
        transform: translateX(72%);
    }
}

@keyframes write-me {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes color-me {
    0% {
        fill: rgb(255, 197, 46);
    }

    20% {
        fill: rgb(0, 255, 103);
    }

    40% {
        fill: rgb(68 156 152);
    }

    60% {
        fill: rgb(147, 40, 210);
    }

    80% {
        fill: rgb(195 47 158);
    }

    100% {
        fill: rgb(249, 54, 100);
    }
}

@keyframes color-stroke {
    0% {
        stroke: rgb(255, 197, 46);
    }

    20% {
        stroke: rgb(0, 255, 103);
    }

    40% {
        stroke: rgb(68 156 152);
    }

    60% {
        stroke: rgb(147, 40, 210);
    }

    80% {
        stroke: rgb(195 47 158);
    }

    100% {
        stroke: rgb(249, 54, 100);
    }
}

.screens-slider .owl-item {
    transform: scale(0.8);
    transform-origin: bottom;
    transition: all ease-in-out 0.4s;
    margin-top: 15px;
}

.screens-slider .owl-item.active.center {
    position: relative;
    transform: scale(1);
    border: 15px solid #fff;
    border-top: 20px solid #fff;
    border-bottom: 5px solid #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px -4px 15px rgb(0 0 0 / 8%);
}

.screens-slider .owl-item.active.center::before {
    content: '';
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
    min-width: 7px;
    min-height: 7px;
    background: #4c4c4c;
    border-radius: 50%;
    border: 1px solid #191919;
}

.single-counter-box .number {
    font-family: 'gilroy-semibold';
    font-weight: 300;
    font-size: 50px;
    color: #f58220;
}

.pointing-arrow {
    position: absolute;
    right: -85px;
    top: 50px;
}

.objective-box {
    background: #fff;
    border-radius: 25px;
    text-align: center;
    overflow: hidden;
}

.objective-box h4 {
    padding: 12px 20px;
    background-color: #ffe2cb;
}

.objective-box p {
    padding: 20px 20px;
}

.ps-box {
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 20px;
    color: #fff;
}

.ps-box.active {
    background-color: #f58220;
}

.ps-outer {
    position: relative;
    z-index: 0;
}

.ps-arrow-left {
    position: absolute;
    top: 20px;
    left: -60px;
}

.ps-arrow-right {
    position: absolute;
    right: -50px;
    bottom: 15px;
}

.case-study-body img.mfp-img {
    max-height: initial !important;
    width: 100%;
    max-width: 1200px;
}

.sass-contact-banner * {
    position: relative;
    z-index: 11;
}

/*******************Footer *****************/
footer {
    position: relative;
}

.waves {
    position: absolute;
    bottom: 100%;
    z-index: 9;
    width: 100.2%;
    z-index: 9;
    left: -2px;
}

@media only screen and (min-width: 300px) and (max-width: 691px) {
    .waves {
        bottom: 99% !important;
    }
}

@media only screen and (min-width: 690px) and (max-width: 1200px) {
    .waves {
        bottom: 99% !important;
    }
}

.top-footer [class*="col-"] {
    margin-bottom: 35px;
}

.footer-flag {
    display: inline-block;
    margin-bottom: -5px;
    margin-right: 5px;
}

.footer-about-widget .phone {
    font-size: 18px;
    color: #2A2A2A;
    margin-bottom: 10px;
    display: block;
}

.footer-title {
    padding-bottom: 10px;
}

.footer-list ul li a {
    line-height: 30px;
}

.footer-information {
    font-size: 17px;
    line-height: 28px;
    padding-left: 0px;
    padding-right: 0px;
}

.footer-information p {
    padding-bottom: 15px;
}

.footer-information a:hover {
    color: #fff;
}

.footer-information a b {
    color: #f58220;
}

.footer-information a:hover b {
    color: #f58220;
    transition: all ease-in-out 0.4s;
}

.footer-information ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #f58220;
    color: #f58220;
}

ul.popway-social li {
    display: inline-block;
}

ul.popway-social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #f58220;
    color: #f58220;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}

ul.popway-social li a:hover {
    color: #fff;
    background: #f58220;
}

.footer-ind {
    text-align: left;
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
}

.bottom-footer-content {
    position: relative;
    padding: 22px 0;
    font-size: 15px;
    line-height: 22px;
}

.bottom-footer-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
}

.bootom-page-links li {
    display: inline-block;
    padding: 0 15px;
    border-right: 2px solid #f58220;
}

.bootom-page-links li:last-child {
    padding-right: 0;
    border-right: none;
}

.bootom-page-links li:hover a {
    color: #f58220;
    transition: all ease-in-out 0.4s;
}


/************** Footer option 2 *******************/
footer.footer-option-2 {
    background: #191818;
    padding-top: 35px;
}

footer.footer-option-2 .footer-title {
    color: #f58220;
    position: relative;
}

footer.footer-option-2 .footer-title::after {
    content: '';
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin-top: 10px;
}

footer.footer-option-2 .phone,
footer.footer-option-2 .footer-about-widget .email,
footer.footer-option-2 .footer-list ul li a,
footer.footer-option-2 .footer-information p,
footer.footer-option-2 .bottom-footer-content {
    color: #fff;
}

footer.footer-option-2 .footer-list li:hover a,
footer.footer-option-2 .email-cont:hover .email {
    transform: translateX(20px);
}

footer.footer-option-2 .footer-list li,
footer.footer-option-2 .email-cont {
    position: relative;
}

footer.footer-option-2 .footer-list li::before,
footer.footer-option-2 .email-cont::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 0px;
    width: 15px;
    height: 4px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #f58220;
    transform: scaleX(0);
    transition: all ease-in-out 0.4s;
    transform-origin: left;
}

footer.footer-option-2 .footer-list li:hover::before,
footer.footer-option-2 .email-cont:hover::before {
    transform: scaleX(1);
}

/************Floating Widget *****************/
#social-share {
    position: fixed;
    bottom: 45%;
    right: -40px;
    z-index: 20;
    /*transitions with relative delay*/
}

.social-open-menu {
    display: inline-block;
}

#social-share ul.social-items .btn-share,
#social-share div.social-open-menu .btn-share {
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    line-height: 1;
    outline: 0;
    border: 0;
    margin-top: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#social-share ul.social-items .btn-share:hover,
#social-share div.social-open-menu .btn-share:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#social-share ul.social-items {
    list-style: none;
    text-decoration: none;
    text-align: center;
    position: relative;
    display: inline-block;
    /* display: none; */
    margin-right: 5px;
    top: -25px;
}

#social-share ul.social-items .btn-share {
    width: 45px;
    height: 45px;
    margin: 0px 5px;
    /* transform: none; */
}

#social-share ul.social-items.hidden .btn-share {
    width: 0;
    height: 0;
}

#social-share ul.social-items .btn-share.social-item-1 {
    background-color: #1aceff;
}

#social-share ul.social-items .btn-share.social-item-1 i {
    text-shadow: 0px 0px #27b5da, 1px 1px #27b5da, 2px 2px #27b5da, 3px 3px #27b5da, 4px 4px #27b5da, 5px 5px #27b5da;
}

#social-share ul.social-items .btn-share.social-item-2 {
    background-color: #ff3d55;
}

#social-share ul.social-items .btn-share.social-item-2 i {
    text-shadow: 0px 0px #ff2264, 1px 1px #ff2264, 2px 2px #ff2264, 3px 3px #ff2264, 4px 4px #ff2264, 5px 5px #ff2264;
}

#social-share ul.social-items .btn-share.social-item-3 {
    background-color: #ffc14e;
}

#social-share ul.social-items .btn-share.social-item-3 i {
    text-shadow: 0px 0px #edb100, 1px 1px #edb100, 2px 2px #edb100, 3px 3px #edb100, 4px 4px #edb100, 5px 5px #edb100;
}

#social-share ul.social-items .btn-share.social-item-4 {
    background-color: rgba(13, 193, 82, 1);
}

#social-share ul.social-items .btn-share.social-item-4 i {
    text-shadow: 0px 0px #0eb14d, 1px 1px #0eb14d, 2px 2px #0eb14d, 3px 3px #0eb14d, 4px 4px #0eb14d, 5px 5px #0eb14d;
}

#social-share ul.social-items.open .btn-share {
    transform: scale(1);
    opacity: 1;
    /* transform: translate(0px, -15px); */
}

#social-share ul.social-items li {
    position: relative;
    display: inline-block;
}

#social-share ul.social-items li .btn-share {
    transform: scale(0);
    opacity: 0;
}

#social-share ul.social-items li .btn-share-text {
    /* opacity: 0; */
    position: absolute;
    bottom: 15px;
    right: 100%;
    margin-right: 10px;
    min-width: 75px;
    border-radius: 2px;
    padding: 3px 4px;
    text-align: center;
    font-weight: 300;
    background: rgba(20, 20, 20, 0.7);
    color: #fff;
    display: block;
    opacity: 0;
    /* transition: all 500ms ease-in-out  0.5s; */
}

#social-share ul.social-items li:hover .btn-share-text {
    opacity: 1;
}

#social-share div.social-open-menu .btn-share {
    width: 70px;
    height: 70px;
    background-color: #f58220;
    border-radius: 10px;
    transform: rotate(45deg);
    margin-left: 10px;
}

#social-share div.social-open-menu .btn-share i {
    text-shadow: 0px 0px #e46800, 1px 1px #e46800, 2px 2px #e46800, 3px 3px #e46800, 4px 4px #e46800, 5px 5px #e46800;
    ;
    position: absolute;
    top: 40px;
    left: 10px;
    font-size: 20px;
    transform: rotate(-45deg);
}

#social-share .social-items.open .social-item-1,
#social-share .social-items.open .social-item-1 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}

#social-share .social-items.hidden .social-item-1,
#social-share .social-items.open .social-item-1 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}

#social-share .social-items.open .social-item-2,
#social-share .social-items.open .social-item-2 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}

#social-share .social-items.hidden .social-item-2,
#social-share .social-items.open .social-item-2 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}

#social-share .social-items.open .social-item-3,
#social-share .social-items.open .social-item-3 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}

#social-share .social-items.hidden .social-item-3,
#social-share .social-items.open .social-item-3 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}

#social-share .social-items.open .social-item-4,
#social-share .social-items.open .social-item-4 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}

#social-share .social-items.hidden .social-item-4,
#social-share .social-items.open .social-item-4 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}

/************chat Widgets ***********/
.whatsapp-floting {
    background: #0dc152;
    color: #fff;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 32px;
    text-align: center;
    border-radius: 50%;
    z-index: 99;
}

.whatsapp-floting span {
    white-space: nowrap;
    transition: all ease-in-out 0.4s;
    transform-origin: left;
    position: absolute;
    top: 50%;
    background: #0dc152;
    font-size: 12px;
    line-height: 1.5;
    left: 45px;
    width: auto;
    padding: 5px 10px;
    border-radius: 0 30px 30px 0;
    text-align: left;
    transform: translateY(-50%) scale(0);
}

@media only screen and (max-width: 575px) {
    .whatsapp-floting {
        bottom: 15px;
        left: 15px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 25px;
    }

    .whatsapp-floting span {
        font-size: 11px;
        left: 34px;
    }
}

.whatsapp-floting:hover * {
    color: #fff;
}

.whatsapp-floting:hover span {
    transform: translateY(-50%) scale(1);
}

.whatsapp-floting::before,
.whatsapp-floting::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #0dc152;
    -webkit-animation: wave-fx 1.6s linear infinite;
    animation: wave-fx 1.6s linear infinite;
    z-index: -1;
}

.whatsapp-floting::after {
    animation-delay: -.2s;
    -webkit-animation-delay: -.2s;
}

@keyframes wave-fx {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0, 0);
        transform: translate(-50%, -50%) scale(0, 0);
        opacity: .6
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes wave-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .6
    }

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


.whatsapp-chat-bot {
    background-color: rgba(13, 193, 82, 1);
    color: #fff;
    border-radius: 20px;
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 25;
    font-size: 15px;
    line-height: 36px;
}

.whatsapp-chat-bot>a>i {
    font-size: 22px;
    margin-right: 8px;
}

.whatsapp-chat-bot>a {
    color: #fff;
    display: flex;
    padding: 0px 18px;
    align-items: center;
}

.whatsapp-chat-2 {
    display: inline-block;
    position: relative;
    z-index: 15;
}

.whatsapp-chat-2 img {
    max-width: 200px;
}

/* .fb_dialog.fb_dialog_advanced{
    left: 18pt !important;
}
.fb-customerchat iframe{
    left:9pt !important;
    transform-origin: bottom left !important;
} */

.challenge-box {
    border: 1px solid #ccc;
    padding: 25px 25px 30px 45px;
    border-radius: 20px;
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    z-index: 0;
    margin-left: 15px;
    transform: rotate(2deg);
}

.challenge-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -12px;
    width: 22px;
    height: 22px;
    background: #f58220;
    border-radius: 50%;
    transform: translateY(-50%);
    border: 5px solid #222;
}

.challenge-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    width: 10px;
    height: 55px;
    background: white;
    z-index: -1;
    transform: translateY(-50%);
}


.bg-light .challenge-box::after {
    background: #f8f9fa;
}

.challenge-box .cb-inner {
    transform: rotate(-2deg);
}

.sscreen-img {
    border: 3px solid #fff;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 15%);
    border-radius: 20px;
}


/************** New Landing Pages Css 2024 ***************/
.bg-img-banner {
    margin-top: 130px;
    padding: 100px 0;
    background-image: url(../images/resources/new/erp-software-development-code-on-desktop.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.bg-img-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: -1;
}

.bg-img-banner .theme-form-style-two {
    padding: 30px 50px 10px;
}

.bg-img-banner .theme-form-style-two input[type="text"],
.bg-img-banner .theme-form-style-two input[type="email"],
.bg-img-banner .theme-form-style-two input[type="tel"] {
    height: 40px;
    margin-bottom: 0px;
}

.theme-form-style-two ::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #ddd;
}

.theme-form-style-two ::placeholder {
    color: #ddd;
}

.module-box {
    text-align: center;
}

.module-box img {
    background: #e7e7e7;
    padding: 13px;
    border-radius: 15px;
    margin: 0 auto 15px;
    max-width: 60px;
    border: 1px solid #adadad;
}

.module-box.alt-bg img {
    background: #f58220;
}

.module-box h6 {
    font-size: 16px;
}

.bg-part-upper {
    position: relative;
    z-index: 2;
}

.bg-part-img {
    margin-bottom: -75%;
    border-radius: 0 90px 0 120px;
    border: 8px solid #fff;
}

.bg-part {
    position: relative;
    z-index: 0;
    background: linear-gradient(-134deg, rgb(255, 246, 239) 0%, rgb(255, 226, 203) 100%);
}

.bg-part:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/shape/map3.webp);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.part-img-outer {
    position: relative;
    z-index: 0;
}

.part-img-outer::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -100px;
    width: 250px;
    height: 250px;
    background: #f58220;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.2;
    transform: scale(0.8);
    animation: 4s heartbeat ease-out infinite alternate;
}



.feature-box {
    padding: 25px;
    background: #f7f7f7;
    margin: 0 3px;
    min-height: 270px;
    border: 2px solid #e3e3e3;
}

.feature-box.sm-box {
    min-height: 235px;
}

.feature-box .num {
    font-size: 100px;
    line-height: 1;
    font-weight: 600;
    opacity: 0.1;
    position: absolute;
    top: 10px;
    right: 15px;
}

.alt-cta {
    position: relative;
}

.alt-cta:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 15px;
    top: 15px;
    left: 0;
    background-image: url(../images/shape/map3.webp), linear-gradient(-134deg, rgb(255, 246, 239) 0%, rgb(255, 226, 203) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.alt-cta-img img {
    border-radius: 10px;
}

.hz-points {
    display: flex;
    align-items: flex-start;
}

.hz-points .hz-img {
    width: 72px;
    height: 72px;
    padding: 15px;
    border: 1px solid #ccc;
    min-width: 72px;
    border-radius: 50%;
    margin-right: 35px;
}

.bg-black {
    background-color: #222;
}

.simple-list {
    padding-left: 25px;
    list-style: disc;
}