:root {
    --minbnt: url('/Images/downarrow.webp');
    --plusbtn: url('/Images/uparrow.webp');
}

body {
    font-family: 'Inter', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 0 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

ul {
    margin: 0;
    padding-left: 0;
}

a {
    text-decoration: none !important;
}

li {
    margin: 0;
    padding: 0;
    width: auto;
    list-style: none;
}

img {
    width: 100%;
}

p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 32px;
    font-weight: 600;
    COLOR: #222;
    font-family: 'Poppins';
}

footer h4 {
    font-size: 16px;
    text-transform: uppercase;
}

.mega-menu h4 {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

.logo {
    margin: 0;
    padding: 10px 0px 0px;
    width: 300px;
    font-size: 10px;
}

.form-control:focus,
.form-control:focus-visible {
    box-shadow: unset;
    border: unset;
}

.divider-box ul li:hover {
    background: #48ac451a;
}


/*-- popup --*/

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}


/*-- light box Gallery --*/


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000000;
    opacity: 0.95;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0;
    text-decoration: none;
    opacity: 0.65;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    font-weight: 800;
    text-align: center;
    opacity: 1;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
    * Remove all paddings around the image on small screen
    */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
body {
    font-family: 'Poppins';
}

.logo img {
    width: calc(100% - 50px);
    padding: 0;
}


/* Scrollbar Styling */

::-webkit-scrollbar {
    width: 5px;
    height: 100px;
    scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
    background-color: #c1cbc8;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(45deg, #0e752c, #56ba4b);
}

.scroll_To_Top {
    width: 50px;
    height: 50px;
    color: #ffffff;
    text-decoration: none;
    position: fixed;
    padding: 0px;
    text-align: center;
    font-weight: bold;
    bottom: 5%;
    right: 1%;
    border-radius: 50px;
    display: none;
    z-index: 999;
    background: linear-gradient(45deg, #0e752c, #56ba4b);
    cursor: pointer;
}

.scroll_To_Top i {
    font-size: 30px;
    transform: rotate(180deg);
    transition: 0.9s;
    color: #fff !important;
    width: 100%;
    height: 100%;
    line-height: 50px;
}

.scroll_To_Top .fa:hover:before {
    content: "";
    position: absolute;
    color: #23527c;
    font-size: 35px;
    bottom: 0px;
    z-index: 999;
    top: 2px;
    right: -2px;
    transition: 0.9s;
}

.scroll_To_Top i:hover {
    color: #fff !important;
    display: inline-block;
    opacity: 1;
    visibility: visible;
}


/*-- copyright --*/

.copyright {
    position: relative;
    background: #00274f;
    color: #fff;
    font-family: 'Poppins';
    font-size: 12px;
    line-height: 35px;
}

.copyright li {
    list-style: none;
    display: inline-block;
    padding-right: 12px;
    transition: 0.5s all ease;
}

.copyright li a {
    color: #fff;
    font-size: 13px;
    transition: 0.5s all ease;
}

.copyright p {
    border-right: 2px solid #FFF;
    border-left: 2px solid #fff;
    font-size: 11px;
    font-weight: 500;
}

.copyright .text-right ul {
    float: right;
    padding-left: 0;
}

.copyright li:hover {
    transition: 0.5s all ease;
}

.copyright li:hover a {
    transition: 0.5s all ease;
    color: #ffc107;
}


/*-- Top Banner section --*/

.main-bannner::after {
    content: '';
    background: #f3f6f7 url(/Images/contact-backgroum.webp);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    z-index: -2;
    height: 100%;
    background-blend-mode: color;
    background-repeat: no-repeat;
    background-position: top, left;
}

.main-bannner {
    margin: 0;
    padding: 50px 0px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.main-bannner h1 {
    /* color: #0b3155; */
    color: #f95911;
    margin-bottom: 25px;
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 35px;
    line-height: 45px;
}

.main-bannner p {
    font-style: normal;
    font-weight: 600;
    color: #333333;
    font-size: 15px;
    text-align: justify;
}

.main-bannner .teaxt {
    position: relative;
    top: 0;
    z-index: 5;
}

.main-bannner:before {
    content: '';
    background: url('/Images/circles.svg') no-repeat;
    position: absolute;
    top: 8%;
    width: 270px;
    height: 270px;
    background-position: top, left;
    animation: animName 2s linear infinite;
    left: -9%;
    z-index: -1;
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*-- Breadcrumbs ---*/

.breadcrumbs {
    position: relative;
    margin: 0;
    padding: 5px 0px;
    width: 100%;
    background: #e9e8e5;
}

.breadcrumbs li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.breadcrumbs li a {
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-weight: 500;
}

.breadcrumbs li:first-child a {
    color: #000;
}

.breadcrumbs li a span {
    margin: 0px 5px;
    color: #01071e;
}


/*-- maping --*/

.maping {
    position: relative;
    margin: 0;
    padding: 0px 0px 50px;
    font-family: 'Poppins';
    display: inline-block;
    width: 100%;
}

.maping iframe {
    width: 100%;
    height: 550px;
    position: relative;
}

.maping .box {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 6px 10px -1px #d1cece;
    border-radius: 6px;
    overflow: hidden;
    padding: 10px;
    gap: 10px;
    height: 120px;
    position: relative;
    z-index: 2;
    transition: 0.5s all linear;
    margin-top: 0;
    cursor: pointer;
}

.maping .box span {
    position: relative;
    transition: 0.5s all linear;
    background-color: transparent;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    font-size: 25px;
    transform: rotate(0deg);
    width: 80px;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    float: left;
    margin-right: 5px;
}

.maping .box span img {
    width: 45px;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.maping .text-area {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

.maping .text-area h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 15px;
    padding: 0px 0px 5px;
    transition: 0.5s all linear;
    position: relative;
}

.maping .text-area h5:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    border-bottom: 3px solid #000;
    border-radius: 50px;
    overflow: hidden;
    transition: 0.5s all linear;
}

.maping .text-area p {
    font-family: 'Poppins';
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    transition: 0.5s all linear;
}

.maping .con-det-top {
    position: relative;
    top: 0;
}

.maping .col-md-4:first-child .box span img {
    width: 35px;
}

.maping .box:after,
.maping .box:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: #ededed;
    z-index: -1;
    transition: 0.5s all linear;
}

.maping .box:after {
    bottom: -30px;
    right: -30px;
}

.maping .box:before {
    top: -30px;
    left: -30px;
}

.maping .box:hover {
    transition: 0.5s all linear;
}

.maping .box:hover:after,
.maping .box:hover:before {
    width: 100%;
    background: #ededed14;
    border-radius: unset;
    height: 100%;
}

.maping .box:hover h5 {
    color: #023715;
}

.maping .box:hover h5:before {
    border-color: #023715;
    transition: 0.5s all linear;
}

.maping .box:hover p {
    color: #000;
    transition: 0.5s all linear;
}

.maping .box:hover span {
    filter: brightness(0.9) invert(0.2) sepia(.5) hue-rotate(100deg) saturate(350%);
    transition: 0.5s all linear;
}

.maping .box.first span {
    color: #4787FA;
    background-image: linear-gradient(180deg, #4787FA5E 0%, #4787FA00 100%);
}

.maping .box.second span {
    background-image: linear-gradient(180deg, #FEAA4745 0%, #4787FA00 100%);
    color: #feaa47;
}

.maping .box.third span {
    color: #72C227;
    background-image: linear-gradient(180deg, #72C22742 0%, #4787FA00 100%);
}

.maping .box.fours span {
    color: #000000;
    background-image: linear-gradient(180deg, #0000003d 0%, #4787FA00 100%);
}


/*-- Articel Contain --*/

.content-box-section {
    width: 100%;
    display: block;
    margin: 0;
    padding: 20px 0px 30px;
}

.content-box-section .top-box-section {
    background: #fff;
    margin: 0;
    padding: 20px 50px;
    margin-top: 0;
    border-radius: 4px;
    box-shadow: 0 0 11px #fafafa;
}

.content-box-section .top-box-section h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 0.02em;
    color: #3f51b5;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.content-box-section .top-box-section p:hover {
    color: #000000;
}

.content-box-section .top-box-section p {
    margin: 10px 0;
    padding: 5px 0 15px;
    color: #6f6f6f;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;
    border-left: 3px groove #2196f3;
    padding-left: 15px;
    position: relative;
}

.content-box-section .top-box-section p:after {
    position: absolute;
    left: -2px;
    top: 0;
    width: 1px;
    height: 30%;
    content: '';
    background: #000000;
}

.content-box-section .top-box-section p:hover:after {
    height: 100%;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}


/*-- contact from--*/

.contact-from {
    position: relative;
    margin: 0;
    padding: 0px 0px 50px;
    width: 100%;
}

.frombox {
    border-color: #FFFFFF;
    box-shadow: 0px 5px 50px -10px rgb(109 117 143 / 33%);
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
}

.fromboxfill {
    position: relative;
    margin: 0;
    padding: 30px 20px 30px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.fromboxfill .form-group {
    margin-bottom: 20px;
}

.fromboxfill label {
    color: #4c4d4da1;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    width: 100%;
}

.fromboxfill .form-control {
    width: 100%;
    border-radius: 4px;
    border: unset;
    background: rgb(62 62 62 / 4%);
    height: 50px;
    overflow: hidden;
    color: #000;
    font-size: 12px;
}

.fromboxfill .fromsubmit:hover {
    transition: 0.5s all linear;
}

.fromboxfill .fromsubmit {
    border: unset;
    background: #0e231c;
    border-radius: 4px;
    padding: 10px 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s all linear;
}

.fromboxfill .fromsubmit:after {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #56ba4b;
    content: '';
    transition: 0.5s all linear;
    z-index: -1;
}

.fromboxfill .fromsubmit:hover:after {
    left: 0;
    transition: 0.5s all linear;
}

.fromboxfill .form-group textarea {
    width: 100%;
    height: 200px;
    overflow-y: auto;
}

.fromboxfill .iti {
    width: 100%;
}

.imgessecconbbox {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
}

.imgessecconbbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}

.contact_page_from {
    position: relative;
    margin: 0;
    padding: 50px 0px;
    display: inline-block;
    width: 100%;
}

.details {
    background: url('/Images/from-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 40px;
    position: relative;
    font-family: 'Poppins';
    z-index: 1;
    transition: 0.5s all linear;
}

.details h4 {
    color: #fff;
    position: relative;
    padding-bottom: 5px;
}

.details h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #fff;
    width: 120px;
    border-radius: 4px;
    overflow: hidden;
}

.details p {
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}

.details .socialmedia {
    padding: 0;
}

.details .socialmedia li {
    margin-right: 5px;
}

.details .socialmedia li a {
    text-align: center;
    line-height: 37px;
    width: 35px;
    height: 35px;
    padding: 0;
    font-size: 18px;
}

.details h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    color: #fff;
}

.details h5 {
    font-size: 16px;
    color: #fff;
    position: relative;
}

.details h6 a {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 15px;
    line-height: 30px;
}

.details h6 a span {
    width: 100%;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 15px;
}

.details .socialmedia ul li a span {
    margin-right: 6px;
    margin-left: 5px;
}

.details .socialmedia li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    color: #045420;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    overflow: hidden;
    padding-left: 2px;
    transition: 0.5s all ease;
}

.details .socialmedia li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    transition: 0.5s all ease;
}

.details .socialmedia {
    margin-top: 10px;
}

.details .socialmedia li:hover {
    transition: 0.5s all ease;
}

.details .socialmedia li:hover a {
    background: #045420;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.5s all ease;
    padding-left: 0;
}


/*--  Single-blogs-section-pages  --*/

.single-blog-pages-section {
    float: left;
    margin: 0;
    padding: 50px 0px;
    width: 100%;
}

.single-blog h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 25px 0 15px;
    line-height: 35px;
    color: #00070c;
    font-family: 'Roboto';
}

.single-blog img {
    width: 100%;
}

.single-blog p {
    padding: 0px 0 0;
    color: #6f6f6f;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.serarch-section .search {
    margin-bottom: 30px;
    background: #ffffff;
    position: relative;
}

[data-filter-item] {
    padding: 5px;
    font-size: 15px;
    line-height: 10px;
    border-left: 2px solid #0a85ab;
    margin-bottom: 20px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #0a85ab;
}

.serarch-section .hidden {
    display: none;
}

.fillte-sing-blogs {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    padding: 20px;
    background: #ffffff;
    box-shadow: -10px 10px 15px #ececec;
}

.serarch-section {
    float: left;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #dbd8d8;
    margin-bottom: 20px;
}

.serarch-section .search input {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    height: 40px;
    border-bottom: 1px solid #dbd8d8;
    color: #005dbd;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.serarch-section .search input:focus {
    outline: none;
}

.serarch-section .search .fa {
    position: absolute;
    right: 0;
    top: 13px;
    color: #005dbd;
}

.fillte-sing-blogs .catagery {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.fillte-sing-blogs .catagery h4 {
    font-size: 20px;
    color: #232323;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 30px;
    font-family: 'Roboto';
    font-weight: bold;
    border-bottom: 2px solid #070708;
    padding-bottom: 5px;
    width: fit-content;
    margin-top: 10px;
    float: left;
}

.fillte-sing-blogs .catagery ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 610px;
    overflow: auto;
}

.fillte-sing-blogs .catagery li {
    display: block;
    color: #6f6f6f;
    padding: 0px 0 10px;
    line-height: 30px;
    font-size: 15px;
    border-bottom: 1px dashed #f6f5f5;
    transition: 0.5s all;
    transition-timing-function: linear;
    cursor: pointer;
}

.fillte-sing-blogs .catagery li a {
    color: #6f6f6f;
}

.fillte-sing-blogs .catagery li:hover {
    background: linear-gradient(to right, #ffffff, #f5d76e59);
    transition: 0.5s all;
    transition-timing-function: linear;
}

.fillte-sing-blogs .catagery li:hover a {
    transition-timing-function: linear;
    transition: 0.5s all;
    color: #3f51b5;
    font-weight: bold;
    padding-left: 20px;
}

.fillte-sing-blogs .get-a-gery {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 50px;
}

.fillte-sing-blogs .get-a-gery h3 {
    font-size: 20px;
    color: #232323;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 30px;
    font-family: 'Roboto';
    font-weight: bold;
    border-bottom: 2px solid #070708;
    padding-bottom: 5px;
    width: fit-content;
    margin-top: 10px;
    float: left;
    max-width: 100%;
}

form.form_quote {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

form.form_quote .box-form {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

form.form_quote .form_group {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    float: left;
}

form.form_quote .form_group input {
    border-bottom: 1px solid #eaeaea !important;
    border: 0;
    height: 36px;
    margin-bottom: 10px;
    background: transparent;
    width: 100%;
}

form.form_quote .form_group textarea {
    height: 100px;
    width: 100%;
    border-bottom: 1px solid #eaeaea !important;
    border: 0;
    margin-bottom: 10px;
    background: transparent;
}

form.form_quote .form_group .submit-btn {
    background: linear-gradient(45deg, #0158b1, #0159b2);
    border: 0;
    color: #fff;
    display: block;
    padding: 13px 30px;
    margin: 0px 0 0;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 1px;
}

.fillte-sing-blogs .por-blog-section:hover a:before,
.fillte-sing-blogs .por-blog-section:hover a:after {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
}

.fillte-sing-blogs .por-blog-section a:before {
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.fillte-sing-blogs .por-blog-section a:after {
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.por-blog-section {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.video-section-on-moves {
    margin: 0;
    padding: 0;
    width: 100%;
}

.leave-comment {
    background: #fbfbfb;
    padding: 30px;
    margin: 30px 0 50px;
}

.leave-comment h3 {
    font-size: 25px;
    color: #232323;
}

.leave-comment form {
    margin: 15px 0 0px;
}

.formm_group {
    margin: 0 0 15px;
}

.box_input .formm_group {
    display: flex;
    align-items: center;
    width: 50%;
    float: left;
    margin: 0;
    margin-bottom: 10px;
}

.leave-comment form .formm_group textarea {
    width: 99%;
    height: 150px;
    background: #fbfbfb;
    border: 1px solid rgb(216 226 236);
    margin-top: 10px;
    border-radius: 5px;
}

.formm_group input {
    width: 100%;
    background: rgb(251 251 251);
    border: 1px solid #d8e2ec;
    height: 45px;
    padding: 2px 10px;
    border-radius: 5px;
    margin-right: 10px;
}

.btn-post-comment {
    display: inline-block;
    background: #005dbd;
    padding: 12px 30px;
    color: #f7f7f7;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: none;
    border: none;
}

.video-corporate {
    margin-top: 50px !important;
    float: left !important;
}

.fillte-sing-blogs .get-a-gery ul {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    height: 50px;
}

.fillte-sing-blogs .get-a-gery ul:before {
    content: '\f1e0';
    font-family: fontAwesome;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #ff00ff, #8a2be2);
    border-radius: 30px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    margin: 0 2px;
    transition: 0.5s;
    z-index: 1;
}

.fillte-sing-blogs .get-a-gery ul:hover:before {
    width: 60px;
}

.fillte-sing-blogs .get-a-gery ul li {
    position: absolute;
    list-style: none;
    transition: 1s;
}

.fillte-sing-blogs .get-a-gery ul li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #262626;
    color: #fff;
    margin: 0 2px;
    border-radius: 50%;
    font-size: 20px;
    transition: 1s;
}

.fillte-sing-blogs .get-a-gery ul li:nth-child(1) a {
    background: #3b5999;
}

.fillte-sing-blogs .get-a-gery ul li:nth-child(2) a {
    background: #55acee;
}

.fillte-sing-blogs .get-a-gery ul li:nth-child(3) a {
    background: #dd4b39;
}

.fillte-sing-blogs .get-a-gery ul li:nth-child(4) a {
    background: #0077B5;
}

.fillte-sing-blogs .get-a-gery ul li:nth-child(5) a {
    background: #e4405f;
}

.fillte-sing-blogs .get-a-gery ul:hover li:nth-child(1) a {
    transform: translateX(70px) rotate(360deg);
    transition-delay: 0.8s;
}

.fillte-sing-blogs .get-a-gery ul:hover li:nth-child(2) a {
    transform: translateX(125px) rotate(360deg);
    transition-delay: 0.6s;
}

.fillte-sing-blogs .get-a-gery ul:hover li:nth-child(3) a {
    transform: translateX(180px) rotate(360deg);
    transition-delay: 0.4s;
}

.fillte-sing-blogs .get-a-gery ul:hover li:nth-child(4) a {
    transform: translateX(235px) rotate(360deg);
    transition-delay: 0.2s;
}

.fillte-sing-blogs .get-a-gery ul:hover li:nth-child(5) a {
    transform: translateX(290px) rotate(360deg);
    transition-delay: 0s;
}

.fillte-sing-blogs .get-a-gery p {
    padding: 0px 0 0;
    color: #6f6f6f;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
    width: 100%;
    float: left;
}

.fillte-sing-blogs .get-a-gery p a {
    color: #127ec4;
    font-size: 14px;
    font-family: 'Roboto';
    border-bottom: 2px dotted #117ec4;
    margin-left: 10px;
}

.fillte-sing-blogs .share-it {
    margin-top: 0;
}

.blog-pages-section {
    float: left;
    margin: 0;
    padding: 50px 0px;
    width: 100%;
}

.blog-pages-section .latest_blog {
    width: calc(95% - 0px);
    margin: -45px auto 0;
    box-shadow: 0 15px 15px #e4e4e4;
    padding: 20px 20px;
    position: relative;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 50px;
}

.blog-images-blog-pages {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    box-shadow: 2px 2px 10px #00000029;
    border-radius: 4px;
}

.blog-images-blog-pages {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    box-shadow: 2px 2px 10px #00000029;
    border-radius: 4px;
}

.blog-pages-section .latest_blog h4 {
    color: #005dbd;
    margin-bottom: 15px;
}

.blog-pages-section .latest_blog p {
    padding: 0px 0 0;
    color: #6f6f6f;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
}

.blog-pages-section .latest_blog .dflexx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-pages-section .latest_blog .dflexx a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #005dbd;
}

.blog-pages-section .latest_blog .dflexx .commentssss {
    color: #676666;
}


/*--  portpolio video section  --*/

.video-section-on-moves {
    margin: 0;
    padding: 0;
    width: 100%;
}

.video-section-on-moves video {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.top-portpoio .port {
    padding-top: 10px;
}

.fillter-section-list {
    position: fixed;
    width: 30%;
    z-index: 99;
    background: #fff;
    height: auto;
    top: 61%;
    left: 0.5%;
    box-shadow: 5px 6px 10px #0000005c;
    padding: 20px;
    display: none;
    border-radius: 4px;
}

.portfolio-section-pages .btn:focus {
    outline: none;
}


/*--  profile-oner-section  ---*/

.profile-section-own {
    float: left;
    margin: 0;
    padding: 50px 0px;
    width: 100%;
    display: block;
    position: relative;
}

.profile-section-own .profile-section-images-box {
    width: 100%;
    display: flex;
    min-height: 390px;
    align-items: flex-end;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    transition: all .3s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    float: left;
    height: 100%;
    box-shadow: 0 0 5px 7px rgb(0 0 0 / 2%);
    border-color: #eee;
}

.profile-section-own h4 {
    font-weight: 500;
    font-size: 14px;
    color: #0b3155;
    margin: 0;
    padding: 0;
}

.profile-section-own h3 {
    font-size: 17px;
    line-height: 25px;
    font-weight: 800;
    margin: 0;
    position: relative;
    color: #0b3155;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 20px;
}

.profile-section-own p {
    padding: 0px 0 25px;
    color: #6f6f6f;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;
    margin: 0;
}

.profile-section-own .right-text-section {
    float: left;
    margin: 0;
    padding: 25px;
    width: 100%;
    display: block;
    position: relative;
    top: 20px;
    left: -50px;
    background: #fff;
    border-radius: 4px;
}


/*-- Revies   --*/

.review-section {
    background-image: url(/images/bg-pattern-1-dark.png);
    background-attachment: fixed;
    padding: 0 0 50px 0;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
}

.ratestars {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff !important;
    margin: 0;
    text-align: center;
    margin-top: -90px;
    display: inline-block;
    box-shadow: 0px 0px 20px -3px #b9cad2;
    opacity: 1;
    z-index: 1;
}

.review-section h2 {
    color: #020e17;
    font-size: 70px;
    margin: 15px 0 0 0;
    position: relative;
    z-index: 111;
    font-family: 'Poppins';
    font-weight: 700;
}

.review-section ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    -o-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -o-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    margin-left: 2px;
}

.review-section {
    width: 100%;
    padding-top: 30px;
}

.review-section p {
    color: #545454;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin: 20px 0px 30px 0;
    font-family: 'Poppins';
}

.review-section p .numbertext {
    color: #0b3155;
    font-weight: 700;
    font-size: 36px;
}

.review-section p .numbertext {
    color: #0b3155 !important;
    font-weight: 700;
    font-size: 30px;
    /* box-shadow: inset 0 0 13px #c8c7b7; */
    padding: 1px 8px;
    /* border: 1px solid #c7c7be; */
    margin: 0 0px;
    line-height: 45px;
}

.review-section::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(183, 208, 43, 0.3);
    z-index: -1;
}

.review-section a {
    margin: 0 auto;
    margin-top: 0px;
    color: white;
    position: relative;
    background: #2196f3;
    font-size: 16px;
    padding: 12px 30px;
    z-index: 0;
    border: 0;
    background-image: linear-gradient(to right top, #2196f3, #03a9f4);
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
}

.review-section a.btn.more-port:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: linear-gradient(to right top, #3f51b5, #2196f3);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.review-section a.btn.more-port:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

.review-section a.btn.more-port:hover {
    color: white;
}

.review-section a.btn.more-port:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.review-section a.btn.more-port:hover:after {
    height: auto;
}


/*-- about us pages  --*/

.about_us_detail .box {
    background: #fff;
    position: relative;
    margin: 0px 0px 25px;
    padding: 40px 20px 30px;
    border-radius: 6px;
    width: calc(95% /2);
    display: inline-block;
    float: left;
    overflow: hidden;
    box-shadow: 0px 5px 10px #d8d8d8;
    transition: 0.5s all linear;
    z-index: 1;
    cursor: pointer;
    height: auto;
}

.about_us_detail .box h4 {
    color: #0b3155;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    transition: 0.5s all linear;
    line-height: 25px;
}

.about_us_detail .box .countbx {
    position: relative;
    margin: 25px auto 10px;
    text-align: center;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.about_us_detail .box .countbx .count-number,
.about_us_detail .box .countbx sup {
    font-size: 40px;
    color: #0b3155;
    font-family: poppins;
    font-weight: 900;
    transition: 0.5s all linear;
}

.about_us_detail .box .countbx sup {
    margin-left: 5px;
    top: -20px;
    transition: 0.1s all linear;
}

.about_us_detail .box p {
    font-family: 'Poppins';
    font-style: normal;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.about_us_detail .box:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    transition: 0.5s all linear;
    height: 4px;
    z-index: -1;
}

.about_us_detail .box:nth-child(odd) {
    margin-right: 25px;
    top: -20px;
}

.about_us_detail .box:nth-child(even) {
    top: 80px;
}

.about_us_detail {
    position: relative;
    margin: 0px 0px 100px;
    padding: 50px 0px 0px;
    width: 100%;
}

.about_us_detail .box:hover {
    transition: 0.5s all linear;
    box-shadow: 0px 5px 10px #c0bfbf;
}

.about_us_detail .box:hover:after {
    transition: 0.5s all linear;
    height: 100%;
}

.about_us_detail .box:nth-child(1)::after {
    background: #0b3155;
}

.about_us_detail .box:nth-child(2)::after {
    background: #0b3155;
}

.about_us_detail .box:nth-child(3)::after {
    background: #0b3155;
}

.about_us_detail .box:nth-child(4)::after {
    background: #0b3155;
}

.about_us_detail .box:hover h4,
.about_us_detail .box:hover p,
.about_us_detail .box:hover .countbx .count-number,
.about_us_detail .box:hover .countbx sup {
    color: #fff;
    transition: 0.5s all linear;
}


/*-- About us Contain --*/

.about_us_detail h4 {
    font-size: 15px;
    color: #252525;
    margin: 0;
    padding: 0;
}

.about_us_detail h5 {
    font-weight: 900;
    color: #0b3155;
    font-size: 45px;
    letter-spacing: 0.5px;
    line-height: 60px;
    margin-bottom: 20px;
}

.about_us_detail h5 span {
    color: #023c73;
}

.about_us_detail p {
    font-style: normal;
    color: #333333;
    margin-bottom: 25px;
    text-align: justify;
}


/*--  about and missiton and vistion --*/

.about-section-area {
    width: 100%;
    display: inline-block;
    background: url(/Images/about_us_archived_banner.webp);
    background-repeat: no-repeat;
    margin: 0;
    padding: 50px 0px 50px;
    position: relative;
    z-index: 1;
    background-position: top, center;
    background-size: cover;
}

.about-section-area h4 {
    font-size: 14px;
    font-weight: bold;
    animation-name: moveInRight;
    animation-duration: 3s;
}

.about-section-area .logik-tab-title .years {
    font-weight: 700;
    color: #005009;
    font-size: 3.209rem;
    font-family: 'Poppins';
    animation-name: moveInleft;
    animation-duration: 3s;
    margin-right: 10px;
}

.about-section-area h4 span {
    color: #005009;
    margin-left: 5px;
}

.about-section-area h3 {
    font-size: 34px;
    font-weight: 800;
    font-family: 'Poppins';
    margin: 0px 0px 30px;
    color: #000;
    animation-name: moveInRight;
    animation-duration: 3s;
}

.about-section-area ul {
    display: block;
    position: relative;
    width: 100%;
}

.about-section-area ul li {
    float: left;
    margin: 0px 10px 0px 0px;
    padding: 0;
    display: block;
    position: relative;
}

.about-section-area ul li a {
    background: #ebe8e5;
    padding: 15px 25px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000;
    text-decoration: none;
    animation-name: moveInRight;
    animation-duration: 3s;
    width: 100%;
    display: inline-block;
}

.about-section-area .logik-tab-title {
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 0px;
    font-weight: 700;
}

.about-section-area p {
    font-size: 15px;
    font-family: 'Poppins';
    line-height: 30px;
    color: #666;
    width: 100%;
    margin-bottom: 15px;
    animation-name: moveInRight;
    animation-duration: 3s;
}


/* Tabs */

.about-section-area .tabs {
    width: 100%;
    border-radius: 5px 5px 5px 5px;
}

.about-section-area ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
}

.about-section-area ul#tabs-nav li {
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 8px 10px 10px 0px;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    width: calc(99% / 3);
}

.about-section-area ul#tabs-nav li:hover,
.about-section-area ul#tabs-nav li.active {
    background-color: #fff0;
}

.about-section-area #tabs-nav li a {
    text-decoration: none;
    color: #0b3155;
}

.about-section-area .tab-content {
    border: unset;
    margin: 0;
    padding: 0;
    width: 100%;
}

.about-section-area ul#tabs-nav li:hover a {
    transition: 0.5s all linear;
    background: #4787fa;
    color: #fff;
}

div#tabs-content {
    background: #f2f2f2;
    border-radius: 6px;
    padding: 20px;
}

.about-section-area .tab-content h6 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 700;
    border-bottom: 2px solid #000;
    width: max-content;
}

.about-section-area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: -1;
    opacity: 0.85;
}


/*-- Services --*/

.services .text-left {
    width: 90%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.services .text-left a {
    display: flex;
    color: inherit;
    padding: 10px 10px 10px 0;
    margin-right: 15px;
}

.services .text-left .img_ser {
    flex: 0 0 40px;
    max-width: 40px;
}

.services .text-left .serCont {
    max-width: calc(100% - 55px);
    flex: 0 0 100%;
    margin-left: 15px;
}

.services .text-left h3 {
    color: #0b3155;
    font-size: 19px;
    margin: 0 0 10px;
    line-height: 20px;
    font-weight: 600;
}

.serCont p {
    line-height: 1.5 !important;
    color: #6f6f6f !important;
    margin: 0 !important;
    padding: 0px 0px 0px 0px !important;
    font-size: 13px !important;
    text-align: unset !important;
    height: 120px;
    overflow: hidden;
    overflow-y: auto;
}

.services .text-left h4 {
    font-size: 30px;
    margin: 0 0 5px;
    color: #0b3155;
    font-weight: 800;
    text-align: left;
}

.services .text-left p {
    padding: 15px 0 0;
    color: #6f6f6f;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;
}

.services {
    margin: 0;
    padding: 50px 0px 50px;
    width: 100%;
    position: relative;
}

.services .second-section {
    margin-top: 20px;
}

.right_industries {
    max-width: 100%;
    position: relative;
    margin: 0;
}

.ind_img {
    width: 50px;
    position: absolute;
    left: -60px;
    top: 30px;
}

.img_industries {
    max-width: 450px;
    position: relative;
}

.industries_content {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(50px, -60px);
    max-width: 50%;
    background: white;
    padding: 20px 15px;
    border-radius: 4px;
}

.industries_content h3 {
    color: #005dbd;
}

.industries_content p {
    color: #494949;
}

.industries_content a {
    position: absolute;
    bottom: -30px;
    left: 160px;
    font-weight: 600;
    animation: hi .5s infinite;
    color: #1899d2;
}

.industries_content a span {
    top: 15px;
    width: 45px;
    height: 1px;
    animation: hi .5s infinite;
    position: absolute;
    display: block;
    transform: unset;
    border-bottom: 1px solid #1899d2;
    left: 80px;
}

.btnZnosys a span:before,
.about-more-section a span:before,
.industries_content a span:before {
    position: absolute;
    width: 50px;
    right: -30px;
    height: 50px;
    top: -25px;
    content: '';
    background: transparent;
    border-radius: 50%;
    border: 2px solid #1899d2;
    animation: hi .5s infinite;
}

.industries_content a span:after,
.about-more-section a span:after {
    position: absolute;
    width: 1px;
    right: -10px;
    height: 100%;
    top: -2px;
    animation: hi .5s infinite;
    content: '';
    border-left: 3px solid #1899d2;
    border-right: 3px solid white !important;
    display: block;
    border-top: 3px solid white !important;
    border-bottom: 3px solid white !important;
    animation: hi .5s infinite;
}

@keyframes hi {
    0% {
        border-color: lime;
        color: lime;
    }

    25% {
        border-color: green;
        color: green;
    }

    50% {
        border-color: blue;
        color: blue;
    }

    75% {
        border-color: orangered;
        color: orangered;
    }
}


/*-- from-section section ---*/

.from-section {
    background: url(/images/inq-bg.webp);
    padding: 50px 0px 0px;
    margin: 0;
    width: 100%;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.from-area-part {
    display: inline-block;
    position: relative;
    z-index: 9;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    padding: 80px 30px 50px;
    margin: 0;
    right: 0;
    height: 100%;
    top: -100px;
}

.from-area-part h4 {
    display: block;
    font-size: 32px;
    line-height: 36px;
    font-family: 'Roboto';
    margin-bottom: 50px;
}

.input-section {
    height: auto;
    width: 100%;
    animation: blinkAnimation 10s steps(26, end) infinite;
    display: inline-block;
    padding: 0 0px !important;
    margin: 0px 0px 20px !important;
    border-radius: 4px;
    border: 1px solid #e6e5e5 !important;
}

.input-section label {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    font-family: 'Poppins';
    line-height: 30px;
}

.input-section label sup {
    color: red;
    font-size: 14px;
    font-family: 'Poppins';
    top: -1px;
}

.input-section .form-control {
    color: #6f6f6f;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    height: 45px;
    margin: 0;
    border: 0;
    padding: 10px 15px 10px;
    border-radius: 2px;
    background: rgb(255 255 255);
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    animation: typingAnimation 10s steps(26, end) infinite, blinkAnimation 10s steps(26, end) infinite;
}

.form-control:focus {
    outline: none;
    box-shadow: unset;
}

.callBoxxRow .callBoxxaddress p a {
    color: #fff;
    margin-top: 5px;
    display: inline-block;
}

.full-box {
    width: 100%;
    border-bottom: none;
}

.full-box textarea:focus {
    outline: none;
}

.full-box textarea {
    color: #6f6f6f;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    height: 150px;
    margin: 0;
    border: 0;
    padding: 10px 15px 0;
    border-radius: 2px;
    background: rgb(255 255 255);
    font-size: 14px;
    border: unset;
    padding-bottom: 5px;
    border-color: unset;
}

.full-box .submit-btn {
    background: linear-gradient(45deg, #0158b1, #0159b2);
    border: 0;
    color: #fff;
    display: block;
    padding: 15px 50px;
    margin: 0px 0 0;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 1px;
}

.followus h3 {
    margin: 0 0 15px;
    letter-spacing: .5px;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.followus ul {
    display: flex;
    list-style: none;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.followus ul li a {
    margin: 0 4px 0 0;
    color: #cacaca;
    border: 1px solid #ffffff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.followus .fab,
.followus .far {
    font-weight: 400;
}

.followus ul li {
    margin-right: 5px;
}

.callBoxxRow {
    width: 70%;
    padding: 15px 15px;
    background: rgb(0 11 23 / 49%);
    margin: 0 0 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
}

.callBoxxRow .callBoxxicon {
    max-width: 16%;
    border-right: 1px solid #9bb6bf;
    text-align: center;
    height: 100%;
    display: block;
    flex: 0 0 16%;
    font-size: 30px;
    color: #fff;
    padding: 5px 0;
    text-shadow: 2px 2px 0px #114579;
}

.callBoxxRow .callBoxxaddress {
    max-width: 84%;
    height: 100%;
    display: block;
    flex: 0 0 84%;
    padding: 0 0 0 20px;
}

.callBoxxRow .callBoxxaddress h4 {
    margin: 0 0 0px;
    color: #fff;
    line-height: 18px;
    font-size: 18px;
    font-weight: 400;
}

.callBoxxRow .callBoxxaddress p {
    margin: 10px 0 0;
    color: #e2e2e2;
    line-height: 15px;
}

.followus h4 {
    letter-spacing: 0px;
    font-size: 40px;
    color: #ffffff;
    font-family: 'Poppins';
    margin: 0px 0 20px;
    font-weight: bold;
}

.followus {
    width: 100%;
    margin: 0;
    padding: 0;
}

.followus p {
    color: #ffffff;
    text-align: justify;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 10px;
    line-height: 25px;
    font-weight: 400;
}

@keyframes typingAnimation {
    0% {
        width: 0;
    }

    20%,
    90% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

@keyframes blinkAnimation {

    from,
    to {
        border-color: #dadada;
    }

    50% {
        border-color: #6f6f6f;
    }
}

.input-section .form-control.second-from-control {
    animation: none;
}


/*--   portpolio-slide-autoplay   --*/

.portpolio-slider-autoplay-recent {
    float: left;
    width: 100%;
    padding: 50px 0px 150px;
    margin: 0;
}

.clint-logo-slider h3,
.portpolio-slider-autoplay-recent h3 {
    color: #005dbd;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    margin: 0px 0px 15px;
    text-shadow: 0 0 80px rgb(255 255 255 / 50%);
    background: url(../images/animated_text_fcill1.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: aitf 80s linear infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.clint-logo-slider p,
.portpolio-slider-autoplay-recent p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6f6f6f;
    margin-bottom: 30px;
    line-height: 30px;
    text-align: center;
}

#news-slider {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 5px 5px 10px 0px #d4d6d8;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: 0px;
    height: 240px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
    -webkit-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -ms-transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .post-content {
    display: inline-block;
    background: #f0f0f0;
    padding: 15px 20px 15px;
    width: 100%;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.post-slide .post-content .technology {
    float: right;
    display: inline-flex;
    text-align: right;
}

.post-slide .post-content .cnt-left-side {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.portpolio-slider-autoplay-recent {
    float: left;
    width: 100%;
    padding: 50px 0px 50px;
    margin: 0;
}

.pr-name {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background-color: #0a57f4;
    display: flex;
    justify-content: center;
    margin-right: 10px;
}

.pr-name i {
    display: flex;
    align-items: center;
    width: 44px;
    height: 44px;
    justify-content: center;
    padding: 10px;
}

h4.section-inner-heading {
    font-size: 16px;
    text-shadow: 0 0 80px rgb(255 255 255 / 50%);
    background: url(../images/animated_text_fcill1.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: aitf 80s linear infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    font-weight: bold;
    text-transform: uppercase;
}

.technology {
    display: flex;
    align-items: center;
}

.technology i {
    margin: 0 0 0 15px;
    transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    cursor: pointer;
}

.sprites {
    background: url(/images/icone/sprites.png) no-repeat 0 0;
}

.pr-name i img {
    width: auto;
    margin: 0;
}

.ps {
    background-position: 0px -2px;
    width: 30px;
    height: 30px;
}

.ps:hover {
    background-position: 0px -40px;
}

.appl {
    background-position: -97px -4px;
    width: 24px;
    height: 29px;
}

.appl:hover {
    background-position: -97px -42px;
}

.andr {
    background-position: -33px 0px;
    width: 30px;
    height: 34px;
}

.andr:hover {
    background-position: -33px -38px;
}


/*--  fixed -qurey    --*/

.sidebar-contact {
    position: fixed;
    top: 50%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 20px 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 9;
}

.sidebar-contact.active {
    right: 0;
}

.sidebar-contact input,
.sidebar-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: none;
}

.sidebar-contact h2 {
    margin: 0 0 20px;
    padding: 0;
}

.sidebar-contact textarea {
    height: 60px;
    resize: none;
}

.sidebar-contact input[type="submit"] {
    background: #00bcd4;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
}

.toggle {
    position: fixed;
    top: 50%;
    left: -119px;
    background: #fff;
    transform: rotate(-90deg) translateY(-50%);
    -o-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -moz-transform: rotate(-90deg) translateY(-50%);
    border: 1px solid #5a7ab2;
    padding: 10px;
    z-index: 9999;
    -webkit-animation: quote .8s infinite;
    animation: quote .8s infinite
}

.toggle:before {
    content: 'Coffee & Talks With AIS';
    padding: 9px 8px 10px 9px;
    border-bottom: 0;
    font-size: 18px;
    letter-spacing: 1px;
    color: #5a7ab2;
    font-family: calibre-R;
    transform-origin: 100% 100% 0;
    -webkit-transform-origin: 100% 100% 0;
    -ms-transform-origin: 100% 100% 0;
}

.toggle.active:before {
    content: 'Close';
}

@media(max-width:768px) {
    .sidebar-contact {
        width: 100%;
        height: 100%;
        left: -100%;
    }

    .sidebar-contact .toggle {
        top: 50%;
        transform: translateY(-50%);
        transition: 0.5s;
    }

    .sidebar-contact.active .toggle {
        top: 0;
        right: 0;
        transform: translateY(0);
    }

    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .content {
        padding: 50px 50px;
    }
}

.sidebar-contact.active .toggle {
    left: -43px;
    top: 4%;
    -webkit-animation: quote .8s infinite;
    animation: quote .8s infinite;
}

@-webkit-keyframes quote {
    0% {
        top: 50%
    }

    50% {
        top: 52%
    }

    100% {
        top: 50%
    }
}

@keyframes quote {
    0% {
        top: 50%
    }

    50% {
        top: 52%
    }

    100% {
        top: 50%
    }
}

.sidebar-contact.active form.form_quote h3 {
    font-size: 21px;
    color: #232323;
    line-height: 20px;
    margin-bottom: 40px;
    font-family: 'Roboto';
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
    width: fit-content;
    margin-top: 10px;
    float: left;
    max-width: 100%;
    font-weight: bold;
}


/*-- Portfolio --*/
.shadow1 {
    box-shadow: 0 10px 15px rgba(3, 35, 68, 0.15);
}

.desktopblock {
    width: 50%;
    height: 100px;
    border: 5px solid #111;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    height: auto;
    display: inline-block;
}

.desktopblock img {
    width: 100%;
    height: 400px;
    display: block;
}


/* MOBILE OVERLAY */
.mobileblock {
    position: absolute;
    right: -30px;           /* slight overlap */
    top: 60px;
    width: 38%;
    aspect-ratio: 9 / 16;  /* ✅ REQUIRED */
    border: 8px solid #111;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.mobileblock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* REMOVE img-fluid for framed mockups */


.potpolia {
    background: linear-gradient(to bottom, #e2f3ff 0, #fffbef 100%);
    position: relative;
    padding: 50px 50px 20px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.potimges {
    position: relative;
    margin: 0;
    padding: 0;
    top: 0;
}

.portfolio {
    margin: 0;
    padding: 50px 0px;
    width: 100%;
    position: relative;
}

.potpolia ul li {
    line-height: normal;
    margin: 0;
    display: inline-block;
    background: #fff;
    padding: 5px 14px;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 5px;
}

.potpolia h4 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 600;
}

.social-media {
    position: relative;
    margin: 0;
    padding: 0;
}

.social-media ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.social-media ul li {
    line-height: 40px;
    color: #050748;
    margin-bottom: 5px;
    font-weight: 600;
}

.social-media ul li:before {
    content: "\f061";
    font-size: 14px;
    margin: 0px 8px 0px 0px;
    font-family: 'FontAwesome';
}

.potpolia a.btn-outline {
    border: 2px solid #000248;
    color: #050748;
    padding: 0 30px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    background: #fff;
    box-shadow: 0 10px 15px 0 rgba(3, 35, 68, .1);
    line-height: 45px;
    border-radius: 100px;
    display: inline-block;
    margin-top: 20px;
    position: relative;
}

.potpolia a.btn-outline i {
    font-size: 12px;
    margin-left: 10px;
}

.potpolia a.btn-outline:hover .circle {
    background: rgba(255, 255, 255, .2);
    display: block;
    position: absolute;
    border-radius: 50%;
    top: -10%;
    width: 200px;
    height: 200px;
    transition: 0.5s all linear;
}

.potpolia a.btn-outline:hover {
    background: #ff1f8e;
    color: #fff;
    border: 2px solid #ff1f8e;
    transition: 0.5s all linear;
}

.potpolia a.btn-outline:hover .circle {
    top: -10%;
    right: -80px;
    transition: 0.5s all linear;
}

.potpolia .logo {
    margin: 0px 0px 20px;
    padding: 0;
    width: 128px;
}

.potpolia p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 20px;
}

.cunt {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 80px;
    height: 80px;
    background: #4787fae6;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 90px;
    font-weight: bold;
}


/*-- Produt Page ---*/

.productservice {
    position: relative;
    margin: 0;
    padding: 50px 0px 80px;
}

.productservice .ps-block {
    position: relative;
    margin: 0;
    padding: 0;
}

.productservice .ps-block span {
    font-size: 60px;
    border: 1px solid #e8e8e8;
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    line-height: 100px;
    margin: 0 0 20px;
    border-radius: 68% 32% 64% 36%/59% 59% 41% 41%;
    background: #f5f5ff;
    color: #6a6a8e;
}

.productservice .ps-block h3 {
    font-size: 34px;
    line-height: 46px;
    color: #0b3155;
    font-weight: 600;
}

.productservice .ps-block p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.test_sedction {
    position: relative;
    margin: 0px auto 50px;
    width: 85%;
}


/*-- Slider Home page --*/

.yello-bg {
    background: #f6b90c;
    border-radius: 50%;
    display: block;
    width: 500px;
    height: 500px;
    position: absolute;
    left: 0;
    right: 0px;
    top: 40px;
    bottom: 0;
    z-index: 1;
    margin: 20px;
}

.banner-service-review {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 15px;
    transform: translate(15px, 0);
    transition: .5s;
}

svg:not(:root) {
    overflow: hidden;
}

.banner-software-review {
    position: absolute;
    z-index: 2;
    left: -70px;
    top: 150px;
}

.banner-software-review {
    animation: rightmoveo 5s;
}

.banner-research-review {
    position: absolute;
    left: -100px;
    z-index: 2;
    top: 270px;
}

.banner-research-review {
    animation: leftmove 5s;
}

.banner-girl {
    position: absolute;
    top: -30px;
    left: 80px;
    z-index: 1;
}

.s-o-img {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    height: 100%;
}

.slider {
    position: relative;
    margin: 0;
    padding: 50px 0px 50px;
    width: 100%;
    overflow: hidden;
    background: #fafcff;
}

.slider h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 48px;
    margin: 0;
    margin-bottom: 15px;
    color: #0b3155;
}

.slider h3 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Poppins';
    margin: 10px 0px 20px;
}

.slider p {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #4B4B4B;
    margin-bottom: 20px;
    width: 95%;
}

.slider ul li {
    list-style: none;
    padding: 0;
    padding-left: 20px;
    line-height: 40px;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.servicebtn {
    position: relative;
    margin: 30px 0px 0px;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.servicebtn a {
    color: #fff;
    padding: 10px 35px;
    background: #0b3155;
    display: inline-block;
    border-radius: 6px;
    margin-right: 5px;
    border: 1px solid #0b3155;
    position: relative;
    overflow: hidden;
    transition: 0.5s all linear;
    z-index: 1;
}

.servicebtn a:first-child {
    background: unset;
    color: #10457a;
    font-weight: 600;
}

.servicebtn a:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    background: #0d6efd;
    height: 100%;
    z-index: -1;
    transition: 0.5s all linear;
}

.servicebtn a:hover:after {
    left: 0;
    transition: 0.5s all linear;
}

.servicebtn a:hover {
    transition: 0.5s all linear;
    color: #fff;
    border-color: #0d6efd;
}

.slider ul li span {
    color: #005dbd;
}


/*-- about us ---*/

.about-us {
    position: relative;
    margin: 0;
    padding: 50px 0px;
    display: inline-block;
    width: 100%;
}

.about-us h4 {
    color: #005dbd;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 20px;
    margin: 0;
    width: 100%;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
}

.about-us h3 {}

.about-us h4:after,
.about-us h4:before {
    height: 100%;
    width: 100%;
    top: 0px;
    font-size: 14px;
    content: '//';
}

.about-us h4:after {
    right: -15px;
    position: relative;
}

.about-us h4:before {
    position: absolute;
    left: 5px;
}

.about-us h3 {
    color: #0b3155;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
    margin-top: 0px;
    margin-bottom: 20px;
    display: inline-block;
}

.about-us p {
    font-weight: 400;
    width: 100%;
    color: #8A8A8A;
    display: inline-block;
}


/*-- box-divider  --*/

.box-divder-box {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #e5e5e8;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    float: left;
    width: calc(100% / 2);
    transition: 0.5s all linear;
    cursor: pointer !important;
    display: inline-block;
}

.box-divder-box:nth-child(1) {
    border-bottom: 1px solid #e5e5e8;
}

.box-divder-box:nth-child(2) {
    border-bottom: 1px solid #e5e5e8;
    border-right: unset;
    padding-left: 16px;
}

.box-divder-box:nth-child(3) {
    border-bottom: unset;
}

.box-divder-box:nth-child(4) {
    border-bottom: unset;
    border-right: unset;
    padding-left: 16px;
}

.box-divder-box .images-section {
    width: 40px;
    display: inline-flex;
    margin-right: 15px;
}

.box-divder-box .text-section {
    width: 75%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.box-divder-box .text-section h5 {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0px;
    color: #0b3155;
}

.box-divder-box .text-section p {
    color: #393d72;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
}

.mainsection-diverder {
    display: contents;
    padding: 0;
    margin: 30px 0px 0px 0px;
    width: 100%;
    z-index: 99;
    display: inline-block;
}


/*-- Services provied --*/

.servicesprovied {
    position: relative;
    margin: 0;
    padding: 50px 0px;
    background: #0b3155;
    width: 100%;
}

.servicesprovied h5 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
    position: relative;
    padding: 0;
}

.servicesprovied h5:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100px;
    border-bottom: 2px solid #fff;
    bottom: 0;
}

.servicesprovied p {
    color: #fff;
    font-weight: 400;
    padding: 0;
    margin-bottom: 30px;
}

.servicesprovied ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.servicesprovied ul li {
    width: calc(95% / 5);
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    height: 100px;
    overflow: hidden;
    text-align: center;
    margin: 0 10px 10px 0;
    padding: 25px 15px;
    transition: 0.5s all linear;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.servicesprovied ul li:nth-child(5n+5) {
    margin-right: 0;
    padding-left: 0;
}

.servicesprovied ul li a {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: 0.5s all linear;
}

.servicesprovied ul li:after {
    content: '\f103';
    bottom: 5px;
    right: 10px;
    color: #000;
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    transform: rotate(-30deg);
    transition: 0.5s all linear;
}

.servicesprovied ul li:hover {
    transition: 0.5s all linear;
}

.servicesprovied ul li:before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4787fa;
    transition: 0.5s all linear;
    z-index: -1;
}

.servicesprovied ul li:hover:before {
    left: 0;
    transition: 0.5s all linear;
}

.servicesprovied ul li:hover a {
    color: #fff;
    transition: 0.5s all linear;
}

.servicesprovied ul li:hover:after {
    color: #fff;
    transform: rotate(-90deg);
}


/*-- Services tab --*/

.productservices {
    position: relative;
    margin: 0;
    padding: 80px 0px 50px;
    width: 100%;
}

.productservices .tabs-left.sideways li {
    position: relative;
    margin: 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

.productservices .tabs-left.sideways li a {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    padding: 10px 30px;
    width: 100%;
    padding-left: 40px;
}

.productservices .tabs-left.sideways {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 30px 0px;
    background-color: #0b3155;
    border-radius: 6px;
    transform: translateY(-30px);
    z-index: 2;
}

.productservices .tabs-left.sideways li.active {
    background: #005eb8;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .3);
    position: relative;
    margin: 0;
    transform: translateX(30px);
    margin-bottom: 20px;
}

.productservices .tabs-left.sideways li.active a {
    padding-left: 30px;
}

.productservices .tab-content {
    position: relative;
    margin: 0;
    padding: 50px 70px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 37px 0 rgba(0, 0, 0, .1);
    z-index: 1;
    transform: translateX(-20px);
    height: 100%;
    padding-left: 70px;
}

.tab-content h4,
.serviceslanguges h4 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    letter-spacing: .5px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 4px;
}

.tab-content h4:before {
    content: '';
    position: absolute;
    left: 3px;
    bottom: 0;
    border-bottom: 2px solid #005eb8;
    width: 100px;
}

.tab-content p,
.serviceslanguges p {
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.5px;
    width: 100%;
    color: #8A8A8A;
    display: inline-block;
}

.tab-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
    align-items: center;
    gap: 5px;
}

.tab-content ul li {
    max-width: 100%;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    border: 1px solid #ebebeb;
    padding: 10px;
    border-radius: 4px;
    height: 100%;
    padding-left: 20px;
}

.tab-content ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 20px;
    padding-left: 20px;
}

.tab-content ul li:before {
    background-color: #0b3155;
    content: " ";
    display: block;
    height: 8px;
    width: 8px;
    top: 18px;
    position: absolute;
    left: 5px;
}


/*-- services logo --*/

.serviceslanguges {
    position: relative;
    margin: 0;
    padding: 50px 0px;
    width: 100%;
    background: #f1fdf7;
}

.serviceslanguges h4 {
    font-family: 'Poppins';
    margin-bottom: 10px;
}

.serviceslanguges .servic {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

.serviceslanguges .servic ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.serviceslanguges .servic ul li {
    text-align: center;
    color: #565656;
    width: calc(97% /5);
    display: inline-block;
}

.serviceslanguges .servic ul li a {
    display: inline-block;
    padding: 10px 10px;
    border: 1px solid #e9e9e9;
    margin: 0px 5px;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    color: #0b3155;
    cursor: pointer;
    font-weight: 600;
    height: 150px;
}

.serviceslanguges .servic ul li a span {
    color: #5f5f5f;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    display: block;
}


/*-- servvices languses for site --*/

.sitelanguges {
    position: relative;
    margin: 0;
    padding: 50px 0px;
    width: 100%;
}


/*-- Footer --*/

.footer {
    position: relative;
    margin: 0;
    padding: 50px 0px 20px;
    width: 100%;
    /* background-color: #090f15; */
    background-image: linear-gradient(375deg, #070c10 0, #070f15 100%);
}

.footer .fotsecoroe {
    border-top: 2px solid #ffffff21;
    padding-top: 20px;
    margin-top: 40px;
}

.footer .fotsecoroe .footer-logo {
    width: 100%;
    padding: 0px 20px;
    background: #ffffff;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
}

.footer .fotsecoroe .footer-logo img {
    width: 130px;
}

.footer .fotsecoroe .scalmedia,
.footer .fotsecoroe .scalmedia ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .fotsecoroe .scalmedia ul li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}

.footer .fotsecoroe .scalmedia ul li a {
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 10px 10px;
}

.footer .fotsecoroe .scalmedia {
    margin-top: 10px;
}

.footer .fotsecoroe p {
    color: #fff;
    font-weight: 200;
    line-height: 25px;
    font-size: 13px;
}

.footer h3 {
    font-size: 22px;
    color: #fff;
    position: relative;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.footer h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #ffff;
    width: 100px;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.footer ul li {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 35px;
    cursor: pointer;
    padding-left: 10px;
}

.footer ul li:before {
    background-color: #ffffff;
    content: " ";
    display: block;
    height: 8px;
    margin-left: -20px;
    width: 8px;
    top: 13px;
    position: absolute;
}

.footer ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.footer ul li:hover {
    transition: 0.5s all linear;
    padding-left: 5px;
}

.footer ul li:hover a {
    color: #ffc107;
    transition: 0.5s all linear;
}

.footer ul li:hover:before {
    transition: 0.5s all linear;
    background-color: #ffc107;
}

.footer .fotsecoroe .scalmedia ul li:before {
    display: none;
}

.third {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 2px solid #ffffff21;
    margin-top: 10px;
    padding-top: 10px;
}

.third ul {
    line-height: normal;
    margin: 0;
    padding: 0;
}

.third ul li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0px 20px;
    width: calc(99% / 4);
    line-height: unset;
}

.third ul li:before {
    display: none;
}

.third ul li span {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 4px;
    background: #3878b9;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
}

.third ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*-- services languges --*/

.sitelanguges .containtab {
    display: inline-block !important;
}

.sitelanguges .containtab .mainssecondtab.active {
    display: inline-block !important;
}

.sitelanguges .secondslidnavbar {
    background: #fff;
    position: relative;
    margin: 0;
    padding: 0px 0px;
    box-shadow: 0px 3px 10px rgb(128 128 128 / 19%);
    border-radius: 6px;
    border: unset;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
}

.sitelanguges .secondslidnavbar li {
    display: inline-block;
    width: calc(100% / 6);
    text-align: center;
    margin: 0 auto;
    border-right: 2px solid #CCC;
    line-height: 55px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s all linear;
}

.sitelanguges .secondslidnavbar li:last-child {
    border-right: unset;
}

.sitelanguges .containtab {
    position: relative;
    margin: 15px 0px 0px;
    width: 100%;
}

.sitelanguges .containtab .mainssecondtab {
    position: relative;
    margin: 0;
    padding: 30px;
    background: #ffff;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 3px 10px 0 #5c5b5b17;
}

.sitelanguges .sidesecondslidnavbarways li a {
    font-size: 13px;
    font-family: 'HelveticaLTBold';
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all linear;
}

.sitelanguges .secondslidnavbar li a span {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #f2f2f2;
    border-radius: 6px;
    margin-right: 10px;
    line-height: 20px;
    padding: 3px;
}

.sitelanguges .secondslidnavbar li:hover {
    transition: 0.5s all linear;
    transform: scale(1.1);
    border-radius: 4px;
    border-color: #005dbd;
}

.sitelanguges .secondslidnavbar li:after {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    background: #005dbd;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: 0.5s all linear;
}

.sitelanguges .secondslidnavbar li:hover:after {
    left: 0;
    transition: 0.5s all linear;
}

.sitelanguges .secondslidnavbar li:hover a {
    color: #fff;
    transition: 0.5s all linear;
}

.sitelanguges .containtab .mainssecondtab ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
}

.sitelanguges .containtab .mainssecondtab ul li {
    margin: 0;
    padding: 0px 0px 10px;
    position: relative;
    line-height: unset;
    width: 130px;
    height: 130px;
    text-align: center;
    background: #f2f2f2;
    border-radius: 6px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.sitelanguges .containtab .mainssecondtab ul li:before {
    display: none;
}

.sitelanguges .containtab .mainssecondtab ul li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 600;
}

.sitelanguges .containtab .mainssecondtab ul li a span {
    margin-bottom: 10px;
    height: 90px;
    width: 100%;
    padding: 15px;
    background: #5d5d5d12;
}

.sitelanguges .secondslidnavbar li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


/*-- servicre with banner --*/

.servicesboxsectio {
    background: #f1fdf7 url(/Images/background_optimized.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px 30px;
    margin: 0;
}

.servicesboxsectio h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 50px;
    margin: 10px 0px;
    text-align: center;
    color: #0b3155;
}

.servicesboxsectio p {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #4B4B4B;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}

#clientlogo {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

#clientlogo .item {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    margin: 0;
    display: block;
    transition: 0.5s all linear;
    cursor: pointer;
}

#clientlogo .item .cilo {
    width: 100px;
    margin: 0 auto;
    display: block;
    position: relative;
    object-fit: contain;
    object-position: center;
    transition: 0.5s all linear;
    cursor: pointer;
}

#clientlogo .item:hover .ciloS {
    transition: 0.5s all linear;
    transform: scale(1.5);
}

#clientlogo .item:hover {
    transition: 0.5s all linear;
    box-shadow: 0 0 10px #0000001c;
}

#clientlogo .owl-stage-outer {
    padding: 20px 0px;
}

#clientlogo .item:hover .cilo {
    transition: 0.5s all linear;
    transform: scale(1.5);
}

#clientlogo .owl-dots {
    display: none;
}

#clientlogo .owl-nav {
    position: relative;
    top: -90px;
}

#clientlogo .owl-nav button {
    background: #f1fdf7;
    width: 40px;
    height: 50px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 0;
    box-shadow: 0 3px 5px #00000014;
}

#clientlogo .owl-nav button.owl-next {
    right: -50px;
}

#clientlogo .owl-nav button.owl-prev {
    left: -50px;
}


/*-- Blog --*/

.blogsection {
    position: relative;
    margin: 0;
    padding: 50px 0px;
    width: 100%;
    background: #fff;
}

.blogsection .blogsbox {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 6px;
    margin: 20px 0px;
}

.blogsection #blogzonarea {
    position: relative;
    margin: 0;
    padding: 0px 0px;
}

.blogsection .blogsbox .texarezon {
    padding: 20px;
    margin: 0;
    width: 100%;
    position: relative;
}

.blogsection .texarezon h6 {
    font-size: 12px;
    margin-bottom: 5px;
    color: #0b3155;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.78;
}

.blogsection .texarezon h4 {
    font-size: 17px;
    font-style: normal;
    color: #0b3155;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
}

.blogsection .texarezon p {
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    color: #8A8A8A;
    display: inline-block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

.blogsection .texarezon span {
    align-items: center;
    color: #005eb8;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
    justify-content: flex-end;
    padding-right: 25px;
}

.blogsection .texarezon span:after {
    color: #005eb8;
    content: "\f178";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    height: 12px;
    top: 3px;
    width: 12px;
    right: 0;
    position: absolute;
}

.sitelanguges .secondslidnavbar li.active {
    transition: 0.5s all linear;
    transform: scale(1.1);
    background: #005dbd;
    border-color: #005dbd;
}

.sitelanguges .secondslidnavbar li.active a {
    color: #fff;
}

.sitelanguges .containtab .mainssecondtab ul li a span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


/*-- Contact US banner  --*/

.contactusbanner {
    background: #0b3155fa url(/Images/home-version-8-invest-back.jpg);
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: darken;
}

.contactus {
    background: #0551c19c;
    padding: 30px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 50px;
}

.contactus h4 {
    font-size: 25px;
    color: #ffffff;
    line-height: 35px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    display: block;
    letter-spacing: 0.8px;
    margin-bottom: 30px;
}

.contactus p {
    font-size: 15px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    font-weight: 300;
}

.contactus a {
    color: #ffffff;
    line-height: 26px;
    font-size: 15px;
    border: 2px solid #fff;
    padding: 10px 40px;
    margin: 30px auto 0px;
    display: block;
    width: max-content;
    text-align: center;
    border-radius: 50px;
}

.contactusbanner h3 {
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 20px;
    font-weight: 600;
}

.contactusbanner p {
    color: #fff;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-top: 30px;
}

.contactusbanner h6 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.5px;
}


/*-- Services --*/

.wishinbox01 {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 20px;
    background: #f3f3f3;
    border-radius: 6px;
    height: calc(100% - 20px);
}

.wishinbox01 img {
    width: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.wishinbox01 h3 {
    color: #000000;
    font-size: 19px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin: 20px 0px 11px;
}

.wishinbox01 p {
    color: #000;
    font-size: 15px;
    line-height: 27px;
}

.services h4,
.why-optimhire h5 {
    font-size: 17px;
    font-weight: 400;
    color: #141714;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.services h5,
.why-optimhire h3 {
    color: #141714;
    font-size: 38px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    font-weight: 800;
    letter-spacing: 0;
    margin-top: 10px;
}

.why-optimhire {
    position: relative;
    margin: 0;
    padding: 50px 0px;
    display: inline-block;
    background: #fafcff;
    width: 100%;
}

.old-way,
.new-way {
    display: table-cell;
    vertical-align: top;
    padding: 35px 40px;
    font-size: 30px;
    width: 50%;
    text-align: center;
    color: #4a494b;
    position: relative;
}

.old-way .icoimgbox,
.new-way .icoimgbox {
    max-width: 200px;
    margin-bottom: 10px;
    height: 200px;
    display: inline-block;
}

.old-way .icoimgbox img,
.new-way .icoimgbox img {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

.old-way p,
.new-way p {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 30px;
}

.old-way {
    border-right: 1px solid #d9d9d9;
}

.old-way:after {
    content: 'VS';
    color: #fff;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 1;
    font-size: 12px;
    border-radius: 50%;
    right: -20px;
    top: calc(50% - 25px);
    background: #727272;
    z-index: 1;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.old-way p b,
.new-way p b {
    color: #0b3155;
}

.box {
    background: #ffff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 5px 0 hsl(0deg 4% 95% / 50%);
    margin-bottom: 40px;
    height: calc(100% - 20px);
}

.why-optimhire h6 {
    margin: 0 auto;
    display: inline-block;
    font-size: 20px;
    width: 100%;
    text-align: left;
    color: #000000;
    position: relative;
    padding: 10px 0px 0px;
    font-weight: 600;
    line-height: 20px;
    /* background: #fcfcfc; */
    vertical-align: middle;
    align-items: center;
    margin-bottom: 15px;
}

.why-optimhire h6 span {
    float: right;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.why-optimhire h6 span img {
    display: inline-block;
    filter: invert(1);
    margin: 0;
    padding: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.why-optimhire h3 {
    margin: 5px 0px 15px;
    font-size: 25px;
}

.why-optimhire h5 {
    font-size: 15px;
}

.box h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    padding: 10px 30px;
    background: #dedede;
    font-weight: 800;
    line-height: 20px;
    color: #263138;
}


/*-- Marketing serivces --*/

.marketingservices {
    position: relative;
    margin: 0;
    padding: 50px 0px;
}

.marketingservices h3 {
    color: #0b3155;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 33px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 20px;
}

.marketingservices p {
    margin-bottom: 20px;
    font-weight: 500;
    color: #646464;
    font-size: 14px;
    line-height: 25px;
}

.servicesbox {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f2f2f2;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 10px;
}

.servicesbox .text {
    position: relative;
    margin: 0;
    padding: 0;
}

.servicesbox .text h4 {
    font-size: 20px;
    color: #0b3155;
    line-height: 25px;
    text-align: left;
    font-weight: 800;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

.markeserve {
    position: relative;
    padding-left: 50px;
}

.markeserve .servicesbox .imagessex {
    width: 15rem;
    height: auto;
    position: relative;
    margin: 0 auto;
    background: #000;
    border-radius: 50%;
    display: inline-flex;
    overflow: hidden;
}

.markeserve .servicesbox .imagessex img {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.servicesbox .text p {
    font-size: 13px;
    line-height: 25px;
}

#main-lunching {
    margin: 0;
    padding: 50px 0px;
    background: #2c365d;
}

#main-lunching h2 {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 6px 0px;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
    background: #ffffff21;
    position: relative;
}

#main-lunching .image-part {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

#main-lunching .image-part img,
#main-lunching img {
    cursor: pointer;
    width: 100%;
    filter: brightness(0.9) invert(0.9) sepia(.9) hue-rotate(190deg) saturate(310%);
}

#main-lunching h2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    border-bottom: 3px solid #fff;
    width: 100px;
    margin: 0 auto;
}


/*--travel--*/

.travel-banner {
    width: 100%;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(-45deg, #c1af12, #c1af12, #136f90, #16745e, #c1af12);
    background-size: 800% 400%;
    animation: 18s cubic-bezier(0.89, 0.92, 0.68, 0.69) infinite gradient-bg;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    padding: 100px 0px;
}

.travel-banner:after {
    content: '';
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(/Images/pattern-shape-1.png) 0 0/100% 100%;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
}

.travel-text {
    margin: 0px;
    padding: 0px;
}

.travel-text h1 {
    color: #fff;
    font-size: 62px;
    font-weight: 900;
    margin: 0px;
    letter-spacing: 0.8px;
}

.travel-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.5px;
    margin: 15px 0px 0px;
}

@keyframes gradient-bg {

    0%,
    100% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.travel-text .btn-button {
    margin: 50px 0px;
    padding: 0px;
}

.travel-text .btn-button a.btn-moreinfo {
    color: #fff;
    background: #c90000;
    border-radius: 50px;
    border: 1px solid #c90000;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 35px;
    letter-spacing: 0.5px;
}

.travel-text .btn-button a.btn-callback {
    color: #fff;
    border-radius: 50px;
    border: 2px solid #ffffff;
    margin-left: 15px;
    padding: 12px 35px;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 500;
}


/*--trasericon--*/

.trasericon {
    margin: 0px 0px 10px;
    padding: 0px;
    width: 100%;
    position: relative;
    z-index: 9;
}

.trasericon .travboder {
    background: #fff;
    padding: 0px 0px;
    margin: -40px 0px 0px;
    box-shadow: 0px 1px 4px #e7e7e7;
    border: solid 1px #d9d9d9;
    border-radius: 8px;
}

.trasericon .travboder a {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 0px 5px;
    height: 100%;
    align-items: center;
    padding-left: 8px;
}

.trasericon .travboder a h6 {
    color: #222;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 15px;
}

.trasericon .travboder a span {
    margin: 0;
    text-align: center;
    font-size: 20px;
}

.trasericon .travboder .item {
    height: 100%;
    position: relative;
    border-right: solid 1px #b4acae;
    margin: 20px 0px;
}

.trasericon .travboder .owl-item {
    height: 100%;
    display: inline-block;
}

.trasericon .travboder .owl-item {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.trasericon .travboder a span i {
    color: #0b3155;
    width: 40px;
    height: 40px;
    background: #0b315538;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px;
    transition: 0.5s all linear;
}


/*--Travel-technology--*/

.travel-technology {
    position: relative;
    margin: 0px 0px 30px;
    padding: 0px 0px 80px;
}

.tratec-listbox {
    margin: 10px 0px;
    padding: 0px;
}

.tratec-listbox ul {
    margin: 0px;
    padding: 0px;
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
    top: 70px;
}

.tratec-listbox ul li {
    color: #222;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    margin: 0px;
    padding: 20px 30px 30px;
    box-shadow: 0 0px 5px rgb(126 126 126 / 20%);
    position: relative;
    transition: 0.3s ease-in-out;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.tratec-listbox ul li span {
    color: #222;
    font-size: 45px;
    transition: 0.3s ease-in-out;
    z-index: 2;
    position: relative;
    background: #0000;
}

.tratec-listbox ul li span:before {
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    background: #eee;
    border-radius: 50px;
    z-index: -1;
    top: 10px;
    right: -20px;
    transition: 0.3s all linear;
}

.tratec-listbox ul li h4 {
    margin: 40px 0px 15px;
    padding: 0px;
    font-size: 20px;
    font-weight: 600;
}

.tratec-listbox ul li p {
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    color: #474545;
    text-align: justify;
}

.tratec-text {
    margin: 0px;
    padding: 50px 0px 0px;
}

.tratec-text h3 {
    font-size: 27px;
    font-weight: 900;
    line-height: 45px;
}

.tratec-text h6 {
    font-size: 16px;
    margin: 15px 0px;
}

.tratec-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
    text-align: justify;
}

.tratec-text a {
    background: linear-gradient(135deg, #0b3155 0, #0d6efd 80%) !important;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 50px;
    line-height: 1;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    overflow: hidden;
}

.tratec-listbox ul li:nth-child(even) {
    position: relative;
    top: 130px;
}


/*--Travel development services--*/

.travel-servicestext {
    margin: 0px 0px 50px;
    width: 100%;
    padding: 0px;
    text-align: center;
}

.travel-servicestext h2 {
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}

.travel-servicestext h2:after {
    content: '';
    position: absolute;
    background: #0b3155;
    width: 60px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: 0px auto;
}

.travel-servicestext p {
    color: #474545;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    margin: 0 auto;
}

.travsidelser {
    padding: 30px 30px 40px;
    width: 100%;
    background: #fff;
    height: 100%;
    border-radius: 20px;
    border: 1px solid #fff;
    box-shadow: 0 0px 5px rgb(126 126 126 / 20%);
    transition: 0.5s all linear;
    cursor: pointer;
}

.travsidelsera i {
    color: #000;
    font-size: 25px;
    z-index: 2;
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #c900002b;
}

.travsidelser h3 {
    font-weight: 600;
    margin: 0px 0px 20px;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

.travsidelser p {
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
}


/*--Latest Services--*/

.latest-service {
    margin: 0px;
    padding: 30px 0px 50px;
    background: #fff;
}

.latest-servicehead {
    margin: 10px 0px;
    padding: 0px;
    text-align: center;
}

.latest-servicehead h2 {
    color: #0b3155;
    font-weight: 800;
    margin-bottom: 50px;
}

.latest-servicehead h2:after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 4px;
    background: #0b3155;
    left: 0;
    right: 0;
    margin: 5px auto;
}

.latest-service marquee ul {
    display: block;
    margin: 0px auto;
    padding: 0px;
    margin-bottom: 30px;
}

.latest-service marquee ul li {
    display: inline-block;
    margin: 0px 0px;
    padding: 10px 30px;
    background: #0b3155;
    border: 1px solid #0b3155;
    border-radius: 25px;
    width: max-content;
    text-align: center;
}

.latest-service marquee ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
}


/*--Our Professional Services--*/

.our-proservice {
    margin: 0px;
    padding: 30px 0px 40px;
}

.ourproheading {
    margin: 20px 0px;
    padding: 0px;
    text-align: center;
}

.ourproheading h2 {
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 20px;
}

.ourproheading h2:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background: #165087;
    left: 0;
    right: 0;
    margin: 15px auto;
    display: block;
}

.ourproheading-box {
    margin: 0px;
    padding: 0px;
}

.ourproheading-box a {
    padding: 40px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    display: inline-block;
    color: unset;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: 0.5s all linear;
}

.ourproheading-box a span {
    margin: 0 auto;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 30px;
    font-size: 25px;
    box-shadow: 0 0 2px 5px rgb(204 204 204 / 44%);
    color: #858585;
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: block;
}

.ourproheading-box a h3 {
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    font-size: 18px;
    padding-bottom: 8px;
    transition: 0.5s all linear;
}

.ourproheading-box a h3:after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #212529;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ourproheading-box a p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}


/*--Travel Android App Development--*/

.traandroid-app {
    position: relative;
    margin: 0;
    padding: 50px 0px;
    width: 100%;
    background: #fff;
}

.tra-ios-development ul li:nth-child(1) span {
    background: linear-gradient(45.24deg, #9f5ff1 5.99%, #ff54b0 91.87%);
}

.tra-ios-development ul li:nth-child(2) span {
    background: linear-gradient(44.44deg, #ff4b3f 7.79%, #ffac30 94.18%);
}

.tra-ios-development ul li:nth-child(3) span {
    background: linear-gradient(45deg, #ed2775, #ff7448);
}

.tra-ios-development ul li:nth-child(4) span {
    background: linear-gradient(44.44deg, #3f75ff 7.79%, #4adeff 94.18%);
    transition: 0.5s all linear;
}

.androiddeve-text ul li,
.tra-ios-development ul li {
    display: flex;
    margin: 0px 0px 30px;
    padding: 0;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    cursor: pointer;
}

.tra-ios-development ul li span {
    width: unset;
    height: unset;
    font-size: 25px;
    text-align: center;
    color: #fff;
    box-shadow: 6px 15px 35px rgba(38, 42, 55, 0.12);
    background: linear-gradient(45.24deg, #9f5ff1 5.99%, #ff54b0 91.87%);
    border-radius: 70% 30% 30% 70%/60% 40%;
    display: inline-block;
    padding: 15px 20px;
    transition: 0.5s all linear;
}

.androiddeve-text ul li span {
    color: #0b3155;
    font-size: 25px;
}

.androiddeve-text a,
.tra-ios-development a {
    background: linear-gradient(44.44deg, #0d6efd 7.79%, #1f3a93 94.18%);
    margin: 0;
    padding: 10px 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: max-content;
    z-index: 1;
}

.androiddeve-text a i,
.tra-ios-development a i {
    margin-left: 10px;
}

.tra-ios-development {
    background: #eff1f3;
    border-radius: 4px;
}

.androiddeve-text,
.tra-ios-development {
    position: relative;
    margin: 0;
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.androiddeve-text h2,
.tra-ios-development h2 {
    font-size: 30px;
    font-weight: 800;
    position: relative;
    margin: 0px 0px 20px;
    padding: 0;
}

.androiddeve-text p,
.tra-ios-development p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #222;
}

.androiddeve-text ul,
.tra-ios-development ul {
    margin: 0;
    padding: 0;
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.androiddeve-text h3,
.tra-ios-development h3 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 700;
}


/*--Travel website Development Company--*/

.trawebcompany {
    display: block;
    background: linear-gradient(to bottom left, rgba(255, 224, 54, 0.3), rgba(216, 220, 232, 0.5) 70%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    position: relative;
    color: #000;
    padding: 0px 0px;
}

.trawebcompany-img {
    margin: 0px;
    padding: 0px;
}

.trawebcompany-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trawebcompany-content h2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 20px;
}

.trawebcompany-contentinner {
    padding: 0;
    margin: 20px 0px 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    gap: 15px;
}

.trawebcompany-contentinner span {
    font-size: 40px;
    color: #0b3155;
    position: relative;
}

.trawebcompany-contentinner h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 15px;
}

.trawebcompany-contentinner p {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin-top: 5px;
}

.trawebcompany-button {
    padding: 0;
    margin: 0px;
    display: flex;
    align-items: center;
}

.trawebcompany-button a {
    padding: 10px 20px;
    color: #ffffff;
    display: flex;
    width: 100%;
    margin: 0px 30px 0px 0px;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    border-radius: 4px;
}

.trawebcompany-button a:nth-child(odd) {
    background: #1f3a93;
}

.trawebcompany-button a:nth-child(even) {
    background: #21802d;
}

.trawebcompany-button a span {
    width: 100%;
    border-right: 1px solid #ffffff;
    margin: 0;
    margin-right: 20px;
}

.trawebcompany-number {
    text-align: left;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.trawebcompany-number a {
    color: #0d6efd;
    font-size: 25px;
    font-weight: 700;
}

.trawebcompany-number a span {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-top: 5px;
}

.blog-heading {
    margin: 0px;
    padding: 0px 0px 30px;
    text-align: center;
}

.blog-heading h3 {
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
}

.blog-heading h3:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 60px;
    height: 3px;
    background: #165087;
    margin: 0px auto;
    display: block;
}

.travel-services.travel-technology .col-md-3 {
    margin-bottom: 25px;
}

.travelmaibody {
    position: relative;
    margin: 0;
    padding: 0;
    background: linear-gradient(45deg, #eff1f3 7.79%, #eff1f3 94.18%);
}

.travsidelser span {
    color: #000;
    font-size: 25px;
    transition: 0.3s ease-in-out;
    z-index: 2;
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #c900002b;
    display: inline-block;
    margin-bottom: 30px;
}

.travel-services.travel-technology {
    padding-bottom: 0px;
}

.tratec-listbox ul li a {
    color: unset;
    font-size: unset;
    font-weight: unset;
    position: relative;
    margin: 0;
    transition: 0.3s ease-in-out;
    background: #fff;
}

.trawebcompany-content {
    position: relative;
    margin: 0;
    padding: 50px 20px;
    width: 100%;
}

.trawebcompany-contentinner .travelsa {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.tratec-listbox ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 450%;
    width: 140%;
    background: linear-gradient(44.44deg, #0d6efd 58%, #0dcaf0 110%);
    transition: 0.5s ease-in-out;
    z-index: -1;
    transform: translateX(-10%) translateY(-10%) rotate(45deg);
    transition: 0.3s all linear;
}

.tratec-listbox ul li:hover {
    transition: 0.3s ease-in-out;
}

.tratec-listbox ul li:hover::after {
    transform: translateX(-100%) translateY(-25%) rotate(45deg);
    transition: 0.5s ease-in-out;
}

.tratec-listbox ul li:hover span::before {
    background: #ffffff;
    transition: 0.3s all linear;
}

.tratec-listbox ul li:hover h4,
.tratec-listbox ul li:hover p {
    color: #000;
    transition: 0.3s all linear;
}

.tratec-text a:after,
.androiddeve-text a:after,
.tra-ios-development a:after {
    position: absolute;
    content: "";
    width: 200%;
    height: 300%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #1353b2 30%, #030a33 95%);
    z-index: -1;
    transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    border-radius: 50px;
    box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
    transform: translateX(-10%) translateY(-10%) rotate(45deg);
}

.tratec-text a:hover:after,
.androiddeve-text a:hover:after,
.tra-ios-development a:hover:after {
    transform: translateX(-100%) translateY(-25%) rotate(45deg);
    transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.travsidelser:hover,
.ourproheading-box a:hover {
    transition: 0.5s all linear;
    transform: scale(1.1);
    box-shadow: 0 0px 14px rgb(168 168 168 / 28%);
    border: 1px solid #0b3155;
}

.travsidelser:hover span,
.ourproheading-box a:hover span {
    background: #0b3155;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.travsidelser:hover h3,
.ourproheading-box a:hover h3 {
    color: #0b3155;
    transition: 0.3s ease-in-out;
}

.ourproheading-box a:hover span {
    border: 5px solid #165087;
    transition: 0.5s all linear;
}

.tra-ios-development ul li:hover span {
    border-radius: 30% 80% 50% 40%/50% 50%;
    transition: 0.5s all linear;
}


/*--served 1000+ guests--*/

.guests-slider {
    margin: 0px;
    padding: 50px 0px;
}

.guests-slider .guests-heading {
    margin: 0px 0px 50px;
    padding: 0px 0px;
    text-align: center;
}

.guests-slider .guests-heading h2 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    color: #0b3155;
    padding-bottom: 5px;
}

.guests-slider .guests-heading h2:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #0b3155;
    margin: 0px auto;
    width: 70px;
    height: 4px;
    bottom: 0;
}

.guests-slider .secgetra {
    display: block;
    margin: 0px auto;
    padding: 20px 0px;
    border-right: 1px solid #dedada;
    text-align: center;
}

.guests-slider img {
    margin: 0px auto;
    padding: 0px 0px 10px;
    height: 70px !important;
    width: auto !important;
    display: block !important;
}

.guests-slider h6 {
    color: #0b3155;
    font-size: 17px;
    font-weight: 700;
    margin: 0px 0px 10px;
    letter-spacing: 0.5px;
}

.guests-slider p {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.ratingmadiv {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.ratingmadiv .rating {
    position: relative;
    margin: 0;
    padding: 0;
    top: -3px;
    margin-left: 13px;
    color: #ffb100;
}


/*--  error --*/

.errorbody {
    position: relative;
    margin: 0;
    padding: 100px 0px;
    width: 100%;
    display: inline-block;
    background: #2b313d;
}

.errorbody .center {
    margin: 0 auto;
    text-align: center;
    font-family: 'Afacad';
    z-index: 1;
    position: relative;
    background-color: rgb(0 0 0 / 6%);
    backdrop-filter: blur(4px);
    width: max-content;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 3px 5px 20px 0px #00000012;
    border: 1px solid #22273363;
}

.errorbody .center h3 {
    font-size: 10rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    line-height: 150px;
    margin-bottom: 30px;
}

.errorbody .center h3 span {
    font-size: 6rem;
    margin: 0;
    padding: 0;
}

.errorbody .code {
    text-align: left;
    margin: 0 auto;
    width: max-content;
    color: #fff;
    font-size: 20px;
}

.errorbody .code .Error404 {
    color: #93b1d7;
}

.errorbody .code .message {
    color: #dc3545;
}

.errorbody .code .pagenotfount {
    color: #0dff00;
}

.errorbody .center h3 b {
    color: #cc9a66;
}

.errorbody #snow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}


/*--services--*/

.services {
    background: #f2f7fa;
}

.services p {
    text-align: justify;
}

.services .servbox {
    border-radius: 20px;
    background: #fff;
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.10);
    height: 100%;
    padding: 20px;
    transition: 0.5s all linear;
    cursor: pointer;
    margin: 50px 0px 0px;
    display: inline-block;
}

.services .servbox:hover {
    background: linear-gradient(180deg, #0551c1 10%, #06498f 99.48%);
    transition: 0.5s all linear;
}

.services .servbox img {
    width: 80px;
    margin: 0 auto 30px;
    display: block;
    transition: 0.5s all linear;
}

.services .servbox:hover img {
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    width: 80px;
    transition: 0.5s all linear;
}

.services .servbox h4 {
    text-align: center;
    margin: 0px 0px 15px;
    font-size: 25px;
    font-weight: 700;
    transition: 0.5s all linear;
}

.services .servbox p {
    line-height: 24px;
    transition: 2s all linear;
    font-size: 14px;
}

.services .servbox:hover h4,
.services .servbox:hover p {
    color: #fff;
    transition: 0.5s all linear;
}

.services .viewbtn {
    margin: 50px auto 10px;
    width: max-content;
    display: block;
}

.services .viewbtn:hover a {
    background: linear-gradient(180deg, #0551c1 10%, #06498f 99.48%);
    transition: 2s all linear;
}

.services .viewbtn a {
    color: #fff;
    display: inline-block;
    margin: 50px auto 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    background: linear-gradient(180deg, #06498f 0%, #0551c1 99.48%);
    padding: 15px 30px;
    border-radius: 50px;
    transition: 2s all linear;
    margin-top: 50px;
}

.viewhedden {
    margin: 30px 0px 20px;
}


/*--Let Talk--*/

.comnpadmar {
    margin: 0px;
    padding: 50px 0px;
    width: 100%;
}

.headtext {
    color: #0b3155;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin: 0px 0px 10px;
}

.services p {
    text-align: justify;
}

.letalksect {
    margin: 0px;
    padding: 0px;
    position: relative;
    background: linear-gradient(180deg, #06498f 0%, #0551c1 99.48%);
}

.letalksect .letaltext {
    color: #fff;
    padding: 50px;
    margin: 0px;
    height: 100%;
}

.letalksect .letalimg {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.letalksect .letalimg img {
    height: 100%;
    object-fit: cover;
}

.letalksect .letaltext h4 {
    font-size: 55px;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: 0.5px;
    margin: 0px 0px 25px;
}

.letalksect .letaltext h6 {
    font-size: 22px;
    font-weight: 500;
    margin: 0px 0px 30px;
    display: inline-block;
    width: 100%;
}

.letalksect .letaltext a {
    background: #fff;
    color: #000;
    padding: 10px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.aboutext .headtext {
    text-align: left;
}

.services .wishinbox01 p {
    text-align: left;
}

.serboxsect .col-md-6 {
    margin-bottom: 30px;
}

.boxsersa {
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 50px;
    padding: 30px;
    margin: 0px 0px 30px;
    height: 100%;
}

.boxsersa h4 {
    font-weight: 700;
    color: #f95911;
    font-size: 1.4rem;
    line-height: 1.2;
}

.boxsersa p {
    margin: 17px 0 0 0;
    line-height: 30px;
    font-style: normal;
    font-weight: 600;
    color: #333333;
    font-size: 15px;
    text-align: justify;
}

.serboxsect .headtext {
    margin-bottom: 50px;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    margin-top: 30px;
}

.serboxsect {
    background: #e5e5e58a;
}

.imstil {
    width: 60%;
    margin: 61px auto 0px;
}


/* faqs */

.fqssear {
    margin: 0px auto;
    padding: 0px;
    position: relative;
    width: 100%;
    display: block;
}

.fqssear .freasquebox .accordion-header {
    background: #f1b5b8 !important;
    color: #fff !important;
}

.fqssear .freasquebox {
    position: relative;
    width: 100%;
    display: block;
    margin: 0px auto;
    padding: 0px;
}

.accordion-flush .accordion-collapse {
    margin: 20px 0px;
    font-size: 16px;
    line-height: 24px;
}

.accordion-body {
    font-size: 13px;
}

.accordion-body p {
    margin-bottom: 20px;
    font-weight: 400;
}

.accordion-button:not(.collapsed) {
    background: #ff7a69;
    color: #fff;
    font-weight: 500;
}

.accordion-button::after {
    width: 25px !important;
    height: 25px !important;
    background: #ffffff6b;
    padding: 5px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
}

.accordion-button {
    font-weight: 700;
    line-height: 25px;
}

.fqssear .freasquebox .accordion-header {
    border-bottom: 1px solid #f1b5b8;
}

div#accordionExample {
    padding-bottom: 50px;
}

.accordion-button:not(.collapsed) {
    color: rgb(255, 255, 255);
}

.accordion-item button:not(.collapsed)::after {
    background: var(--minbnt);
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(192deg) brightness(105%) contrast(101%);
    -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(192deg) brightness(105%) contrast(101%);
}

.accordion-item button::after {
    background: var(--minbnt);
}

.accordion-item button::after,
.accordion-item button:not(.collapsed)::after {
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.colorcode {
    position: relative;
    margin: 0;
    padding: 15px 0px;
    background: linear-gradient(45deg, #f95911, #f3ac8b);
    margin-top: 40px;
}

.colorcode h6 {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}


/*-- Republic Day  -*/

.repblicday {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.repblicday canvas {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 99;
}

.repblicday #chakraContainer {
    width: 150px;
    height: auto;
    top: 45%;
    left: 0;
    position: absolute;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    animation: zoom-in-zoom-out 8s ease-out infinite;
}

img {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }

    50% {
        transform: scale(1.0, 1.0);
        opacity: 0.3;
    }

    100% {
        transform: scale(0, 0);
        opacity: 0;
    }
}


/*-- thnakyou --*/

.thankyou {
    width: 100%;
    max-width: 800px;
    margin: 50px auto;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(119 119 119 / 13%);
}

.thankyou .logo {
    margin: 0px auto;
    width: 200px;
}

.thankyou .logo img {
    width: 200px;
    margin: 0px auto;
}

.thankyousec {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    text-align: center;
    align-items: center;
}

.thankyousec span {
    width: 300px;
    height: 300px;
    display: block;
}

.thankyousec span img {
    width: 300px;
}

.thankyoutext {
    margin: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    text-align: left;
}

.thankyoutext h1 {
    font-weight: 700;
    font-size: 35px;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.thankyoutext p {
    font-size: 15px;
    line-height: 30px;
}

.thankyou .button {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #f47825;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    transition: background-color 0.3s ease;
}

.thankyou .button:hover {
    background-color: #d45a22;
}

span.ais_logo {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
}

span.ais_logo svg {
    width: 100%;
    height: 100%;
}

.copyright ul,
.copyright .text-right ul {
    text-align: center !important;
    margin: 0 auto !important;
    float: unset !important;
}

article.policybaner {
    padding-top: 50px;
}

.content-box-section .top-box-section h5 {
    margin: 20px 0px;
    padding: 0;
    font-weight: 700;
    font-size: 18px;
}

.content-box-section .top-box-section h3 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
}

.supnabar ul li {
    list-style: none;
    margin: 0px;
    padding: 20px 15px;
    width: calc(33%);
    background: rgb(255, 255, 255);
    height: unset;
    display: inline-block;
    position: relative;
    border: 1px solid rgb(239, 239, 239);
    transition: all 0.5s linear 0s;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
}

.supnabar ul li a {
    text-align: left;
    margin: 0px;
    padding: 0px;
    display: flex;
    position: relative;
    gap: 15px;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
}

.needtohelp ul li:nth-child(1) a span,
.supnabar ul li:nth-child(1) a span {
    color: rgb(71, 135, 250);
    background-image: linear-gradient(rgba(71, 135, 250, 0.37) 0%, rgba(71, 135, 250, 0) 100%);
}

.needtohelp ul li:nth-child(2) a span,
.supnabar ul li:nth-child(2) a span {
    background-image: linear-gradient(rgba(139, 195, 74, 0.24) 0%, rgba(71, 135, 250, 0) 100%);
    color: rgb(139, 195, 74);
}

.needtohelp ul li:nth-child(3) a span,
.supnabar ul li:nth-child(3) a span {
    background-image: linear-gradient(rgba(65, 166, 66, 0.35) 0%, rgba(77, 194, 71, 0) 100%);
    color: rgb(11, 90, 14);
}

.needtohelp ul li:nth-child(4) a span,
.supnabar ul li:nth-child(4) a span {
    color: rgb(114, 194, 39);
    background-image: linear-gradient(rgba(114, 194, 39, 0.26) 0%, rgba(71, 135, 250, 0) 100%);
}

.needtohelp ul li:nth-child(5) a span,
.supnabar ul li:nth-child(5) a span {
    background-image: linear-gradient(rgba(63, 81, 181, 0.17) 0%, rgba(71, 135, 250, 0) 100%);
    color: rgb(63, 81, 181);
}

.supnabar ul li a span {
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
    font-size: 30px;
    transform: rotate(0deg);
    width: 60px;
    display: inline-block;
    height: 80px;
    text-align: center;
    line-height: 70px;
    float: left;
    margin-right: 15px;
}

.supnabar ul li a h5 {
    margin-bottom: 5px;
    color: rgb(31, 133, 51);
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s linear 0s;
}

.supnabar ul li a p {
    color: rgb(0, 0, 0);
    text-align: left;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
}

.supnabar h4 {
    margin: 0px auto 50px;
    letter-spacing: 0.5px;
    text-transform: unset;
    color: rgb(0, 80, 9);
    font-weight: 700;
    font-size: 25px;
    position: relative;
    text-align: center;
    line-height: 50px;
}

.supnabar {
    display: none;
}
/*-- slider --*/

body.Shopify.Services {
    /*-- Master File --*/
    body {
        font-family: 'Montserrat', sans-serif;
        font-family: 'Poppins', sans-serif;
        margin: 0;
        padding: 0;
    }
    img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    p {
        font-size: 15px;
        font-weight: 400;
        line-height: 35px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        padding: 0;
        color: #000;
        font-family: Montserrat;
        font-weight: 600;
        line-height: 36px;
    }
    h2 {
        font-size: 55px;
        font-weight: 400;
    }
    h3 {
        font-size: 34px;
        font-weight: 300;
        line-height: 50px;
    }
    h4 {
        font-size: 24px;
        line-height: 55px;
    }
    h5 {
        color: #D76F27;
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
        font-weight: 500;
    }
    .compadsec {
        padding: 55px 0px;
        display: inline-block;
        width: 100%;
    }
    .golden {
        color: #D76F27;
    }
    .green {
        color: #95BF46;
        font-weight: 700;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .form-group label {
        color: #505050;
        font-size: 13px;
        font-weight: 500;
        line-height: 24px;
        padding-bottom: 5px;
    }
    .form-group label sup {
        color: #F00;
        font-size: 15px;
        top: 0;
        margin-left: 2px;
    }
    .form-group .form-control {
        border-radius: 4px;
        border: 1px solid #C6C6C6;
        background: #FFF;
        height: 40px;
        padding: 0px 10px;
        color: #747474;
        font-family: Poppins;
        font-size: 13px;
        font-weight: 400;
    }
    .formsect h4:before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100px;
        height: 4px;
        background: #0B4C71;
        border-radius: 8px;
    }
    .formsect .Submitformtopbtn {
        background: #D76F27;
        width: 100%;
        margin: 0;
        border: unset;
        padding: 15px 30px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 0.8px;
        border-radius: 8px;
    }
    .owl-carousel .owl-stage,
    .owl-carousel .owl-stage .item {
        display: flex;
        align-items: stretch;
        height: 100%;
    }
    /*-- slider --*/
    .slider {
        background: url('../images/gslider.webp') no-repeat;
        background-size: cover;
        background-position: center, center;
        position: relative;
        z-index: 1;
        padding: 50px 0px 50px;
    }
    .slider h2 {
        line-height: 75px;
        margin-bottom: 40px;
        color: #fff;
    }
    .slider p {
        color: #ffffff;
        padding-bottom: 50px;
        font-size: 19px;
        line-height: 35px;
    }
    .parteher {
        position: relative;
        margin: 40px 0px 0px;
        padding: 0;
        align-items: center;
        justify-content: space-around;
        display: flex;
    }
    .parteher ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
        margin: 0;
        padding: 0;
    }
    .parteher ul li {
        margin: 0;
        object-fit: contain;
        object-position: center;
        padding: 0;
        border-right: 1px dashed #fff;
        padding-right: 20px;
        line-height: 15px;
        aspect-ratio: 5/ 1;
    }
    .parteher ul li img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    .slider:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: linear-gradient(85deg, #000 28.23%, rgb(0 0 0 / 25%) 94.02%);
    }
    .parteher ul li:last-child {
        border-right: unset;
    }
    .slider .col-md-8 {
        padding-right: 50px;
    }
    /*- form --*/
    .formsect {
        background: #fff;
        padding: 0;
        border-radius: 8px;
        font-family: Montserrat;
        overflow: hidden;
    }
    .formsect h4 {
        color: #1E1E1E;
        font-size: 22px;
        font-weight: 600;
        line-height: 30px;
        /* 172% */
        letter-spacing: -0.5px;
        margin: 0 auto 25px;
        position: relative;
        padding: 20px 30px 10px;
    }
    .formbox {
        padding: 0px 30px 0px;
        padding-top: 0;
    }
    .form-group textarea.form-control {
        height: 90px;
        padding: 10px;
    }
    .slider .row {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    /*- abutus --*/
    .aboutus h3 {
        line-height: 45px;
        /* 147.059% */
        font-weight: 500;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .aboutus p {
        font-size: 15px;
    }
    .imgebox {
        position: relative;
        margin: 0;
        margin-left: 30px;
        border-radius: 8px;
        overflow: hidden;
        padding: unset;
    }
    .imgebox .clilog {
        position: absolute;
        bottom: 30px;
        margin: 0;
        left: 40px;
    }
    .imgebox:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 34.82%, #000 100%);
    }
    .imgebox .clilog img {
        width: 80%;
        margin: 0;
    }
    /*-- Servces -*/
    .services {
        background: #0B4C71;
        text-align: center;
        color: #fff;
    }
    h3.ttilecenter {
        text-align: center;
        color: #fff;
        margin: 0 auto;
        font-weight: 400;
        margin-bottom: 50px;
        width: calc(80% - 70px);
    }
    h3.ttilecenter b {
        font-weight: 700;
    }
    .serboxsec {
        border-radius: 10px;
        border: 1px solid #47748D;
        background: rgba(0, 0, 0, 0.13);
        padding: 30px 25px;
        display: inline-block;
        width: 100%;
        cursor: pointer;
        transition: 0.5s all linear;
        height: 100%;
    }
    .serboxsec span {
        width: 60px;
        height: 60px;
        display: inline-block;
        margin-bottom: 10px;
    }
    .serboxsec h4 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 20px;
        line-height: 25px;
        transition: 0.5s all linear;
    }
    .serboxsec p {
        line-height: 30px;
        font-size: 14px;
        transition: 0.5s all linear;
    }
    .serboxsec span img {
        width: auto;
        margin: 0 auto;
    }
    .owl-item.active.center .serboxsec {
        background: #fff;
    }
    .owl-item.active.center .serboxsec h4 {
        color: #000000;
    }
    .owl-item.active.center .serboxsec p {
        color: #444;
    }
    .owl-item.active.center .serboxsec:hover {
        background: rgba(0, 0, 0, 0.13);
    }
    .owl-item.active.center .serboxsec:hover h4,
    .owl-item.active.center .serboxsec:hover p {
        color: #fff;
    }
    .serboxsec:hover {
        background: #fff;
        transition: 0.5s all linear;
    }
    .serboxsec:hover h4 {
        color: #000;
        transition: 0.5s all linear;
    }
    .serboxsec:hover p {
        color: #444;
        transition: 0.5s all linear;
    }
    /*-- Testimonials --*/
    .testimonial {
        background: #EFF5F8;
    }
    .testimonial h3 {
        color: #000;
    }
    .testimbox {
        border-radius: 10px;
        background: #fff;
        padding: 30px;
        position: relative;
        box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.05);
    }
    .testimbox p {
        font-size: 15px;
        line-height: 30px;
    }
    .exres {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        margin: 0;
        padding: 10px 0px 30px;
        border-bottom: 2px dashed #9F9F9F;
        margin-bottom: 30px;
        gap: 20px;
    }
    .service {
        position: relative;
        margin: 0;
        padding: 0;
    }
    .service h4 {
        color: #0B4C71;
        font-size: 40px;
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .service h5 {
        color: #0B4C71;
        font-family: Poppins;
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
    }
    .phonateuse {
        position: relative;
        margin: 30px auto 0px;
        padding: 0;
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .phonateuse span {
        width: 86px;
        height: 86px;
        display: inline-block;
        border-radius: 50%;
        overflow: hidden;
        object-fit: cover;
        object-position: center;
        position: relative;
    }
    .phonateuse .usetextes {
        position: relative;
        margin: 0;
        padding: 0;
    }
    .phonateuse .usetextes h5 {
        font-family: Poppins;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .phonateuse .usetextes h6 {
        font-family: Poppins;
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
    }
    .testimonal_Slider {
        width: 80% !important;
        margin: 0 auto;
    }
    .testimbox:before {
        content: '';
        position: absolute;
        bottom: 40px;
        right: 30px;
        background: url('../images/quet.webp');
        background-size: contain;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        opacity: 0.5;
    }
    /*-- Lets get started! --*/
    .letgetstatr {
        background: url('../images/gettourchcontect.webp') no-repeat center;
        padding: 100px 0px;
    }
    .letgetstatr {
        color: #fff;
        text-align: left;
    }
    .letgetstatr h3 {
        color: #fff;
        text-align: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .letgetstatr p {
        font-size: 19px;
    }
    .fulcolbtn {
        background: #864713;
        padding: 15px 50px;
        border-radius: 6px;
        margin-top: 50px;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.8px;
    }
    /*-- Shopify Addotions --*/
    .seroxico {
        background: #FFF;
        padding: 30px;
        margin: 0px 0px 30px;
        border: 1px solid #EAEAEA;
        border-radius: 10px;
        cursor: pointer;
        transition: 0.5s all linear;
    }
    .seroxico span img {
        width: auto;
    }
    .seroxico .imtexar {
        display: flex;
        gap: 20px;
        margin: 0px 0px 20px;
    }
    .seroxico .imtexar span {
        width: 48px;
        height: 48px;
        margin: 0 auto;
        padding: 0;
        display: inline-block;
    }
    .seroxico .imtexar h5 {
        color: #242424;
        font-size: 20px;
        font-weight: 600;
        line-height: 25px;
    }
    .seroxico p {
        color: #727272;
        font-family: Poppins;
        font-size: 16px;
        line-height: 30px;
    }
    .serlisshopadon a.fulcolbtn {
        text-align: center;
        margin: 30px auto 0px;
        width: max-content;
        display: block;
    }
    .seroxico:hover {
        border-color: rgba(51, 142, 193, 0.40);
        box-shadow: 0px 24px 24px 0px rgba(11, 76, 113, 0.40);
        transition: 0.5s all linear;
    }
    .serlisshopadon .ttilecenter {
        color: #000;
    }
    /*--prodatent--*/
    .prodatent {
        background: #2A363D;
    }
    .prodatent h3 {
        width: calc(90% - 70px);
    }
    .prodlist span img {
        width: 100%;
        mix-blend-mode: lighten;
        transition: 0.5s all linear;
    }
    .prodlist span {
        height: 30px;
        width: 30px;
        display: block;
    }
    .prodlist {
        margin: 0px;
        padding: 0px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 15px;
    }
    .prodlist li {
        background: #00000021;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        border-radius: 10px;
        transition: 0.5s all linear;
        cursor: pointer;
    }
    .prodlist h6 {
        color: #fff;
        line-height: 25px;
        font-size: 14px;
        transition: 0.5s all linear;
    }
    .prodlist li:hover {
        background: #fff;
        filter: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.05));
        transition: 0.5s all linear;
        box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
    }
    .prodlist li:hover h6 {
        color: #252f35;
        transition: 0.5s all linear;
    }
    .prodlist li:hover span img {
        mix-blend-mode: normal;
        transition: 0.5s all linear;
    }
    /*--expemigrshop--*/
    .expemigrshop {
        background: #EFF5F8;
    }
    .expemigrshop h3 {
        color: #191919;
    }
    .servlinbar {
        text-align: center;
        margin: 0px auto;
        padding: 20px;
        border-radius: 10px;
        position: relative;
        z-index: 1;
        cursor: pointer;
    }
    .servlinbar h4 {
        color: #191919;
        line-height: 30px;
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 20px;
    }
    .servlinbar p {
        line-height: 25px;
        font-size: 13px;
        font-weight: 500;
        color: #505050;
    }
    .servlinbar span {
        width: 20px;
        height: 20px;
        background: #B8B8B8;
        display: block;
        border-radius: 50%;
        margin: 0px auto 30px;
        transition: 0.5s all linear;
    }
    .servlinbar:before {
        content: '';
        position: absolute;
        top: 30px;
        left: 50%;
        width: calc(100% + 20px);
        border-top: 1px dashed #B8B8B8;
        z-index: -1;
    }
    .servlinbar.active span,
    .servlinbar:hover span {
        background: #864713;
        transition: 0.5s all linear;
    }
    .lastcshid .col-md-4:last-child .servlinbar:before {
        display: none;
    }
    /*--shopdaent--*/
    .shopdaent h3 {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .shopdaent p {
        text-align: center;
        line-height: 30px;
        margin: 0px auto;
    }
    .shopdaent p,
    .shopdaent h3 {
        color: #191919;
        width: calc(90% - 100px);
    }
    .shoplist {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        margin-top: 60px;
    }
    .shoplist span {
        margin: 0px auto 10px;
        width: 30px;
        height: 30px;
        display: block;
    }
    .shoplist span img {
        width: 100%;
    }
    .shoplist li {
        text-align: center;
        padding: 0 20px;
        border-right: 1px dashed #B8B8B8;
        line-height: 10px;
    }
    .shoplist li h6 {
        color: #191919;
        font-weight: 600;
        line-height: 20px;
        font-size: 14px;
    }
    .shoplist li:last-child {
        border: none;
    }
    .iti {
        width: 100%;
    }
    /* Scrollbar Styling */
     ::-webkit-scrollbar {
        width: 5px;
        height: 100px;
    }
     ::-webkit-scrollbar-track {
        background-color: #ddd;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }
     ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: linear-gradient(45deg, #864713, #194099e0);
    }
    .scroll_To_Top {
        width: 50px;
        height: 50px;
        color: #ffffff;
        text-decoration: none;
        position: fixed;
        padding: 0px;
        text-align: center;
        background: #864713;
        font-weight: bold;
        bottom: 10px;
        right: 10px;
        border-radius: 5px;
        display: none;
        z-index: 999;
        cursor: pointer;
    }
    .scroll_To_Top .fa {
        font-size: 30px;
        bottom: 10px;
        left: 0;
        right: 0;
        transform: rotate(180deg);
        position: absolute;
        transition: 0.9s;
        cursor: pointer;
        width: 100%;
    }
    .scroll_To_Top .fa:hover:before {
        contain: "";
        position: absolute;
        color: #23527c;
        font-size: 35px;
        bottom: 0px;
        z-index: 999;
        top: 2px;
        right: -2px;
        transition: 0.9s;
    }
    .footer h3 {
        font-size: 22px;
        color: #fff;
        position: relative;
        line-height: 25px;
        font-weight: 600;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
}
@media(max-width:1420px) {}

@media(max-width: 1080px) {
    .slider {
        padding: 35px 0px 30px;
    }
    .imstil {
        width: 100%;
        margin: 50px auto 0px;
    }
    .slider h2 {
        font-size: 20px;
        font-weight: 800;
        line-height: 25px;
        letter-spacing: 0.5px;
        margin: 0px 0px 10px;
    }
    .slider h3 {
        font-size: 12px;
        font-weight: 600;
        margin: 0px 0px 10px;
    }
    .slider p {
        font-size: 10px;
        line-height: 20px;
        margin-bottom: 10px;
        width: 100%;
    }
    .slider ul li {
        padding-left: 5px;
        line-height: 25px;
        font-size: 12px;
        font-weight: 500;
    }
    .servicebtn {
        margin: 20px 0px 0px;
    }
    .servicebtn a {
        padding: 9px 12px;
        font-size: 14px;
    }
    .banner-service-review {
        left: -30px;
        top: 0px;
    }
    .banner-service-review svg {
        width: 150px;
    }
    .banner-software-review {
        left: -100px;
        top: 120px;
    }
    .banner-software-review svg {
        width: 150px;
    }
    .banner-research-review {
        left: -50px;
        top: 180px;
    }
    .banner-research-review svg {
        width: 90px;
        height: 150px;
    }
    .yello-bg {
        width: 250px;
        height: 250px;
        top: 100px;
    }
    .banner-girl {
        top: 35px;
        left: 35px;
        height: 100%;
        object-fit: cover;
    }
    .about-us {
        padding: 30px 0px;
    }
    .about-us h4 {
        font-size: 13px;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
    }
    .about-us h3 {
        font-size: 22px;
        line-height: 0px;
    }
    .about-us p {
        font-size: 13px;
        letter-spacing: 0.5px;
        line-height: 25px;
    }
    .mainsection-diverder {
        margin: 20px 0px 0px;
    }
    .box-divder-box {
        text-align: center;
    }
    .box-divder-box .text-section h5 {
        line-height: 16px;
    }
    .box-divder-box .text-section p {
        line-height: 23px;
    }
    .servicesprovied {
        padding: 30px 0px;
    }
    .servicesprovied h5 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .servicesprovied h5:before {
        bottom: -3px;
    }
    .servicesprovied p {
        margin-bottom: 19px;
        font-size: 10px;
        letter-spacing: 0.5px;
    }
    .servicesprovied ul li {
        width: calc(92% / 4);
        padding: 10px;
    }
    .servicesprovied ul li:nth-child(5n+5) {
        margin-right: 10px;
        padding-left: 0px;
    }
    .servicesprovied ul li a {
        font-size: 13px;
        line-height: 20px;
    }
    .productservices {
        padding: 50px 0px 30px;
    }
    .productservices .tabs-left.sideways {
        padding: 20px 0px;
    }
    .productservices .tabs-left.sideways li.active {
        margin-bottom: 10px;
        transform: translateX(20px);
    }
    .productservices .tabs-left.sideways li {
        margin: 0px 0px 5px;
    }
    .productservices .tabs-left.sideways li a {
        font-size: 12px;
        padding: 5px 10px;
    }
    .tab-content h4,
    .serviceslanguges h4 {
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 15px;
    }
    .tab-content p,
    .serviceslanguges p {
        line-height: 25px;
        font-size: 12px;
    }
    .tab-content ul {
        gap: 10px;
    }
    .tab-content ul li a {
        font-size: 11px;
        font-weight: 600;
        width: 100%;
        display: inline-block;
        line-height: 15px;
    }
    .serviceslanguges {
        padding: 30px 0px;
        ;
    }
    .serviceslanguges h4 {
        font-size: 20px;
        font-weight: 600;
        margin: 10px 0px;
    }
    .serviceslanguges .servic ul li {
        width: calc(98% /4);
        line-height: 20px;
    }
    .serviceslanguges .servic ul li a {
        height: 60px;
        font-size: 11px;
        letter-spacing: 0.5px;
        padding: 0px;
        line-height: 15px;
    }
    .serviceslanguges .servic ul li a span {
        height: auto;
    }
    .sitelanguges {
        padding: 30px 0px;
    }
    .sitelanguges .secondslidnavbar {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .sitelanguges .secondslidnavbar li {
        display: inline-block;
        width: 100%;
        margin: 0 auto 10px;
        line-height: 45px;
        padding-left: 5px;
        position: relative;
    }
    .sitelanguges .secondslidnavbar li a {
        font-size: 12px;
        font-weight: 600;
        width: 100%;
        text-align: left;
        justify-content: flex-start;
        padding-left: 10px;
    }
    .sitelanguges .secondslidnavbar li.active {
        transform: none;
        border-radius: 8px;
    }
    .sitelanguges .containtab .mainssecondtab {
        padding: 20px;
    }
    .sitelanguges .containtab .mainssecondtab ul li {
        width: 120px;
        height: 120px;
    }
    .sitelanguges .containtab .mainssecondtab ul li a {
        font-size: 12px;
    }
    .sitelanguges .containtab .mainssecondtab ul li a span {
        height: 70px;
        margin: 0px;
    }
    .contactusbanner {
        padding: 30px 0px;
    }
    .contactus {
        padding: 20px;
        margin-right: 0;
    }
    .contactus h4 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0px;
    }
    .contactusbanner p {
        margin-top: 15px;
        font-size: 12px;
        line-height: 20px;
    }
    .contactus a {
        font-size: 13px;
        padding: 8px 30px;
        margin: 20px auto 0px;
    }
    .contactusbanner h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .contactusbanner h6 {
        font-size: 13px;
        line-height: 20px;
    }
    .services {
        padding: 30px 0px 0px;
    }
    .services h4,
    .why-optimhire h5 {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.3px;
    }
    .services h5,
    .why-optimhire h3 {
        font-size: 25px;
        margin-bottom: 30px;
        letter-spacing: 0.5px;
        margin-top: 10px;
    }
    .wishinbox01 {
        text-align: left;
        padding-bottom: 30px;
    }
    .wishinbox01 img {
        width: 50px;
    }
    .wishinbox01 h3 {
        font-size: 12px;
        line-height: 20px;
    }
    .wishinbox01 p {
        font-size: 12px;
        line-height: 15px;
    }
    .marketingservices {
        padding: 20px 0px;
    }
    .services .wishinbox01 p {
        text-align: center;
    }
    .marketingservices h3 {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 15px;
        letter-spacing: 0.5px;
    }
    .marketingservices p {
        font-size: 13px;
        line-height: 25px;
    }
    .markeserve {
        padding-left: 0;
    }
    .servicesbox {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }
    .markeserve .servicesbox .imagessex {
        width: 3rem;
        margin: 0;
    }
    .services .text-left {
        width: 100%;
    }
    .servicesbox .text h4 {
        font-size: 16px;
    }
    #main-lunching {
        padding: 30px 0px;
    }
    #main-lunching h2 {
        margin-bottom: 30px;
        font-size: 25px;
    }
    .services .text-left h4 {
        font-size: 18px;
        margin: 0px;
    }
    .services .text-left p {
        font-size: 13px;
        line-height: 27px;
        overflow: hidden;
    }
    .services .second-section {
        margin-top: 15px;
    }
    .services .text-left h3 {
        font-size: 14px;
        ;
    }
    .services .text-left .serCont {
        width: 100%;
        margin: 0px;
        max-width: 100%;
        display: inline-block;
        padding-right: 20px;
    }
    .services .text-left .img_ser {
        flex: 0 0 50px;
        max-width: 40px;
        margin: 0px 10px 0px 20px;
    }
    .services .text-left a {
        margin: 0px;
        justify-content: space-evenly;
    }
    .servicesboxsectio {
        padding: 20px 0px 30px;
    }
    .servicesboxsectio h3 {
        font-size: 18px;
        line-height: 30px;
        margin: 0px 0px 10px;
    }
    .servicesboxsectio p {
        font-size: 13px;
        margin-bottom: 5px;
        width: 100%;
    }
    .blogsection {
        padding: 30px 0px;
    }
    .blogsection .texarezon h6 {
        line-height: 20px;
    }
    .blogsection .texarezon h4 {
        font-size: 14px;
    }
    .blogsection .texarezon p {
        font-size: 12px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .blogsection .texarezon span {
        font-size: 12px;
    }
    .footer {
        padding: 30px 0px 20px;
    }
    /*--about--*/
    .main-bannner {
        padding: 30px 0px;
    }
    .main-bannner h1 {
        margin-bottom: 5px;
        letter-spacing: 0.2px;
        font-size: 25px;
    }
    .main-bannner p {
        font-size: 13px;
        line-height: 30px;
    }
    .about_us_detail h5 {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .about_us_detail p {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 28px;
    }
    .about_us_detail li {
        font-size: 13px;
        font-weight: 500;
        line-height: 25px;
        margin: 0px 0px 15px;
    }
    .about_us_detail .box {
        width: calc(98% / 2);
    }
    .about_us_detail .box h4 {
        font-size: 15px;
        font-weight: 600;
        line-height: 0px;
    }
    .about_us_detail .box .countbx .count-number,
    .about_us_detail .box .countbx sup {
        font-size: 30px;
    }
    .about_us_detail .box .countbx sup {
        margin-left: 0px;
        top: -16px;
    }
    .ratestars {
        width: 150px;
        height: 150px;
    }
    .review-section h2 {
        font-size: 50px;
    }
    .review-section p {
        font-size: 15px;
        margin: 10px 0px 20px 0;
    }
    .review-section p .numbertext {
        font-size: 18px;
        line-height: 30px;
        padding: 0px 5px;
    }
    .review-section a {
        font-size: 13px;
        padding: 11px 20px;
    }
    .profile-section-own {
        padding: 30px 0px 0px;
    }
    .profile-section-own .profile-section-images-box {
        align-items: flex-start;
        height: auto;
        min-height: auto;
    }
    .profile-section-own .right-text-section {
        top: 0;
        left: 0;
        padding: 30px 0px;
    }
    .profile-section-own h3 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .profile-section-own h5 {
        font-size: 14px;
        font-weight: 600;
    }
    .about-section-area {
        padding: 30px 0px 30px;
    }
    .about-section-area .tab-content h6 {
        font-size: 18px;
        margin-bottom: 10px;
        padding: 0px 0px 2px;
    }
    /*--product--*/
    .productservice {
        padding: 30px 0px 0px;
    }
    .productservice .ps-block span {
        font-size: 50px;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .productservice .ps-block h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .productservice .ps-block p {
        font-size: 13px;
        line-height: 26px;
        letter-spacing: 0.2px;
    }
    /*--portfolio--*/
    .portfolio {
        margin: 0;
    }
    .potpolia {
        padding: 30px 40px 20px;
    }
    .cunt {
        width: 65px;
        height: 65px;
        line-height: 75px;
    }
    .potpolia .logo {
        margin: 0px auto 20px;
        width: 110px;
    }
    .potpolia ul li {
        padding: 7px 20px;
        font-size: 14px;
        font-weight: 600;
    }
    .potpolia h4 {
        font-size: 17px;
        line-height: 26px;
        margin-top: 15px;
        font-weight: 700;
    }
    .potpolia p {
        font-size: 13px;
    }
    .social-media ul li {
        line-height: 25px;
        display: grid;
        margin: 0px 5px 20px;
    }
    .potpolia a.btn-outline {
        padding: 0 10px;
        font-size: 15px;
        line-height: 40px;
        margin-top: 5px;
    }
    /*--travel--*/
    .travel-banner {
        padding: 50px 0px;
    }
    .travel-text h1 {
        font-size: 32px;
        font-weight: 700;
    }
    .travel-text p {
        font-size: 13px;
        margin: 10px 0px 0px;
    }
    .travel-text .btn-button {
        margin: 30px 0px;
    }
    .travel-text .btn-button a.btn-moreinfo {
        font-size: 13px;
        padding: 8px 20px;
    }
    .travel-text .btn-button a.btn-callback {
        padding: 8px 20px;
        font-size: 13px;
    }
    .travel-technology {
        padding: 0px 0px 60px;
    }
    .tratec-listbox {
        margin: 0px 0px;
    }
    .tratec-listbox ul {
        display: block;
        top: 0px;
    }
    .tratec-listbox ul li {
        top: 0;
        margin-bottom: 10px;
    }
    .tratec-listbox ul li:nth-child(even) {
        top: 100px;
        bottom: 20px;
        margin: 0px 0px 10px;
    }
    .tratec-listbox ul li span {
        font-size: 30px;
    }
    .tratec-listbox ul li span:before {
        height: 40px;
        width: 40px;
        top: 7px;
        right: -14px;
    }
    .tratec-listbox ul li h4 {
        margin: 20px 0px 10px;
        font-size: 17px;
    }
    .tratec-text {
        padding: 30px 0px 0px;
    }
    .tratec-text h3 {
        font-size: 20px;
        font-weight: 800;
        line-height: 28px;
    }
    .tratec-text h6 {
        font-size: 15px;
    }
    .tratec-text p {
        font-weight: 500;
        font-size: 13px;
    }
    .box-divder-box:nth-child(2) {
        padding-left: 0;
    }
    .productservices .tabs-left.sideways li.active a {
        padding-left: 10px;
    }
    .productservices .tab-content {
        padding: 25px 20px;
        transform: translateX(0px);
        height: 100%;
        padding-left: 40px;
    }
    .tab-content ul li {
        line-height: 18px;
        font-size: 13px;
    }
    .serviceslanguges .row {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }
    .serviceslanguges .row .col-md-7,
    .serviceslanguges .row .col-md-5 {
        width: 100%;
    }
    .img_industries {
        max-width: 300px;
        position: relative;
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }
    .about_us_detail .box:nth-child(odd) {
        margin-right: 10px;
        top: 0;
    }
    .about_us_detail .box:nth-child(even) {
        top: 0;
    }
    .about_us_detail {
        position: relative;
        margin: 0px 0px 50px;
    }
    .test_sedction {
        margin: 0px auto 50px;
        width: 100%;
    }
    .mobileblock {
        top: 60px;
        width: 100%;
    }
    .desktopblock {
        width: 40%;
        top: 20px;
    }
    .content-box-section .top-box-section {
        padding: 20px 20px;
    }
    .content-box-section .top-box-section h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media(max-width: 767px) {
    .slider h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .slider h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
    }
    .slider p {
        font-weight: 500;
        font-size: 12px;
        width: 100%;
        line-height: 25px;
    }
    .slider ul li {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .yello-bg {
        width: 250px;
        height: 250px;
        margin: 20px;
        position: relative;
    }
    .banner-service-review {
        position: absolute;
        z-index: 2;
        left: -15px;
        top: 0px;
        transform: translate(15px, 0);
        transition: .5s;
    }
    .banner-software-review {
        position: absolute;
        z-index: 2;
        left: 12px;
        top: 80px;
    }
    .banner-research-review {
        position: relative;
        left: -100px;
        z-index: 2;
        top: 0px;
    }
    .about-us {
        padding: 30px 0px;
    }
    .about-us h4 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .about-us h3 {
        font-size: 25px;
        margin-bottom: 15px;
        line-height: 25px;
    }
    .about-us p {
        font-size: 12px;
        width: 100%;
        line-height: 25px;
    }
    .box-divder-box {
        text-align: center;
        margin: 0;
        padding: 10px 0px;
        padding-left: 0 !important;
    }
    .box-divder-box .text-section {
        padding: 0px 10px;
        width: 100%;
    }
    .servicesprovied h5 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
        padding-left: 10px;
    }
    .servicesprovied h5:before {
        left: 10px;
        width: 80px;
        bottom: -5px;
    }
    .servicesprovied p {
        padding: 0 0 0 10px;
        font-size: 12px;
        margin-bottom: 20px;
        line-height: 20px;
    }
    .banner-research-review:nth-child(3) {
        width: 150px;
    }
    .banner-research-review:nth-child(4) svg {
        width: 100%;
        height: 80px;
    }
    .banner-girl {
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: right;
    }
    .servicesprovied ul {
        padding: 0PX 15PX;
    }
    .servicesprovied ul li {
        width: calc(95% / 2);
        margin: 0 10px 10px 0;
        padding: 10px 10px;
    }
    .servicesprovied ul li:nth-child(2n+2) {
        margin-right: 0 !important;
    }
    .box-divder-box .text-section h5 {
        font-size: 13px;
        font-weight: 700;
        line-height: 1.3em;
        letter-spacing: 0.5px;
    }
    .box-divder-box .text-section p {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        margin: 9px 0px 0px;
    }
    .servicesprovied ul li a {
        font-size: 12px;
        line-height: 15px;
    }
    .productservices .tabs-left.sideways li {
        margin: 0;
    }
    .productservices .tabs-left.sideways li a {
        font-size: 12px;
        padding: 8px 20px;
    }
    .tab-content h4,
    .serviceslanguges h4 {
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 10px;
        padding-top: 10px;
    }
    .tab-content p,
    .serviceslanguges p {
        line-height: 25px;
        letter-spacing: 0.3px;
        font-size: 12px;
        margin-bottom: 30px;
        text-align: justify;
    }
    .tab-content ul {
        margin-top: 20px;
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tab-content ul li {
        overflow: hidden;
        line-height: 18px;
    }
    .tab-content ul li a {
        font-size: 12px;
        font-weight: 600;
        padding-left: 13px;
    }
    .sitelanguges .containtab .mainssecondtab {
        margin: 10px 0px;
        padding: 10px 20px;
    }
    .contactusbanner {
        padding: 30px 0px;
    }
    .contactus {
        margin: 0px auto;
        text-align: center !important;
    }
    .contactus h4 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .contactusbanner p {
        line-height: 25px;
        margin-top: 0px;
        font-size: 12px;
    }
    .contactus a {
        font-size: 13px;
        padding: 7px 30px;
        margin: 20px auto 0px;
    }
    .contactusbanner h3 {
        margin: 10px 0px;
        padding: 0;
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .contactusbanner h6 {
        font-size: 13px;
        line-height: 25px;
    }
    .services {
        padding: 20px 15px;
    }
    .services h4,
    .why-optimhire h5 {
        font-size: 15px;
        text-align: center;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .services h5,
    .why-optimhire h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .wishinbox01 {
        text-align: center;
        padding-bottom: 40px;
    }
    .wishinbox01 h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .marketingservices {
        padding: 0px;
    }
    .marketingservices h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .marketingservices p {
        margin-bottom: 13px;
        font-size: 12px;
        line-height: 23px;
    }
    .markeserve {
        padding: 0px 0px;
    }
    .servicesbox .text h4 {
        font-size: 16px;
    }
    #main-lunching {
        padding: 10px 0px;
    }
    #main-lunching h2 {
        font-size: 18px;
    }
    .servicesbox .text p {
        font-size: 12px;
        line-height: 23px;
    }
    .services .text-left h4 {
        font-size: 17px;
        letter-spacing: 0.3px;
    }
    .services .text-left p {
        padding: 10px 0px;
        font-size: 12px;
        line-height: 25px;
    }
    .services .text-left h3 {
        font-size: 16px;
        font-weight: 700;
    }
    .servicesboxsectio {
        padding: 10px 0px 30px;
    }
    .servicesboxsectio h3 {
        font-size: 18px;
        line-height: 30px;
        text-align: left;
    }
    .servicesboxsectio p {
        font-size: 13px;
        margin-bottom: 0px;
        width: 100%;
        text-align: left;
    }
    .blogsection {
        padding: 20px 0px 0px;
    }
    .blogsection .texarezon h4 {
        font-size: 14px;
        font-weight: 800;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .blogsection .texarezon p {
        font-size: 12px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .owl-nav {
        display: none;
    }
    .footer {
        padding: 20px 0px;
    }
    .footer h3 {
        font-size: 18px;
        letter-spacing: 0.4px;
        margin: 15px 0px 10px;
    }
    .footer ul {
        padding-left: 15px;
    }
    .footer ul li {
        line-height: 30px;
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0;
    }
    .footer ul li a {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.5px;
        display: inline-block;
    }
    .footer .fotsecoroe .scalmedia {
        margin: 0px;
        margin-bottom: 20px;
    }
    .footer .fotsecoroe {
        margin-top: 20px;
    }
    .footer .fotsecoroe p {
        font-weight: 500;
        line-height: 25px;
        font-size: 12px;
        letter-spacing: 0.4px;
    }
    .copyright {
        font-size: 12px;
        line-height: 25px;
    }
    /*--About--*/
    .main-bannner {
        padding: 15px 0;
    }
    .main-bannner h1 {
        margin-bottom: 10px;
        letter-spacing: 0.3px;
        font-size: 20px;
        line-height: 30px;
    }
    .main-bannner p {
        font-size: 12px;
        line-height: 26px;
        letter-spacing: 0.3px;
    }
    .about_us_detail {
        padding: 10px 0px 30px;
        margin-bottom: 10px;
    }
    .about_us_detail h5 {
        font-size: 20px;
        letter-spacing: 0.5px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .about_us_detail p {
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 26px;
    }
    .about_us_detail ul {
        margin: 0px 0px 40px;
    }
    .about_us_detail li {
        font-size: 12px;
        font-weight: 600;
        line-height: 25px;
    }
    .about_us_detail .box {
        width: 100%;
    }
    .about_us_detail .box h4 {
        font-size: 14px;
        line-height: 0px;
        text-align: center;
    }
    .about_us_detail .box .countbx {
        margin: 15px auto 10px;
    }
    .about_us_detail .box p {
        font-size: 12px;
        line-height: 23px;
        font-weight: 500;
        letter-spacing: 0.2px;
    }
    .ratestars {
        width: 120px;
        height: 120px;
    }
    .review-section h2 {
        font-size: 40px;
    }
    .review-section p {
        font-size: 12px;
        margin: 10px 0px 30px;
        line-height: 25px;
    }
    .review-section p .numbertext {
        font-size: 17px;
        line-height: 34px;
        padding: 0px 2px;
    }
    .profile-section-own {
        padding: 25px 0px;
    }
    .profile-section-own .right-text-section {
        left: 0;
        top: 0;
        padding: 20px 0px;
    }
    .profile-section-own h4 {
        font-weight: 600;
        font-size: 14px;
    }
    .profile-section-own h3 {
        font-size: 17px;
        line-height: 25px;
    }
    .profile-section-own p {
        line-height: 27px;
        padding: 0px 0px 15px;
    }
    .profile-section-own h5 {
        font-size: 15px;
        font-weight: 700;
        margin: 0px;
    }
    .about-section-area {
        padding: 20px 0px 20px;
    }
    .about-section-area ul#tabs-nav {
        margin: 0 0;
        padding: 0px 0px 15px;
    }
    .about-section-area ul#tabs-nav li {
        margin: 0px 0px 5px;
        padding: 0px;
        width: calc(94% / 2);
        margin-right: 5px;
    }
    .about-section-area ul li a {
        padding: 8px 12px;
        font-size: 14px;
        letter-spacing: 0.3px;
    }
    div#tabs-content {
        padding: 10px 20px;
    }
    .about-section-area .tab-content h6 {
        font-size: 16px;
    }
    /*--product--*/
    .productservice {
        padding: 20px 0px 10px;
    }
    .test_sedction {
        margin: 0px auto 50px;
        width: 100%;
    }
    .productservice .ps-block span {
        font-size: 40px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-top: 30px;
    }
    .productservice .ps-block h3 {
        font-size: 19px;
        line-height: 25px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    .productservice .ps-block p {
        font-size: 13px;
        line-height: 26px;
    }
    /*--portfolio--*/
    .portfolio {
        padding: 20px 0px;
    }
    .cunt {
        width: 70px;
        height: 70px;
        line-height: 80px;
    }
    .potpolia .logo {
        margin: 0px auto 20px;
        width: 108px;
    }
    .potpolia ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 0px 10px;
    }
    .potpolia ul li {
        font-size: 13px;
        padding: 5px 10px;
        display: grid;
        /* align-content: center; */
    }
    .potpolia h4 {
        font-size: 16px;
        line-height: 25px;
        font-weight: 700;
        letter-spacing: 0.4px;
    }
    .potpolia p {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .potpolia a.btn-outline {
        padding: 0px 15px;
        font-size: 13px;
        font-weight: 600;
        line-height: 40px;
    }
    .potimges {
        top: 40px;
        padding: 0px 0px 30px;
    }
    .servicesprovied ul li:nth-child(even) {
        margin-right: 0;
        padding-right: 0;
    }
    .servicesprovied ul li:nth-child(5n+5) {
        margin-right: 10px;
        padding-left: unset;
    }
    .productservices {
        padding: 20px 10px 20px;
    }
    .services .text-left {
        width: 100%;
    }
    .servicesbox {
        display: flex;
        align-items: start;
        gap: 20px;
        flex-direction: column;
    }
    .sitelanguges .secondslidnavbar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sitelanguges .secondslidnavbar li {
        display: inline-block;
        position: relative;
        width: 100%;
        line-height: 40px;
        padding-left: 10px;
        margin-bottom: 10px;
        border-right: 1px solid #f2f2f2;
    }
    .sitelanguges .secondslidnavbar li a {
        font-size: 12px;
        align-items: center;
        font-weight: 700;
        display: inline-block;
        margin: 0;
        width: 100%;
        text-align: left;
    }
    .sitelanguges .secondslidnavbar li.active {
        border-radius: 6px;
        transform: scale(0.9);
    }
    .sitelanguges .containtab .mainssecondtab ul li a {
        display: flex;
        flex-direction: column;
        font-size: 11px;
    }
    .sitelanguges .containtab .mainssecondtab ul li a span {
        margin-bottom: 3px;
        height: 50px;
    }
    .productservices .tabs-left.sideways li.active {
        transform: none;
    }
    .serviceslanguges .servic ul li {
        width: calc(96% /3);
    }
    .serviceslanguges .servic ul li a {
        height: 80px;
    }
    .serviceslanguges .servic ul li a span {
        height: auto;
    }
    .markeserve .servicesbox .imagessex {
        width: 45px;
    }
    .footer .fotsecoroe .scalmedia,
    .footer .fotsecoroe .scalmedia ul {
        display: inline-flex;
    }
    /*--contact--*/
    .contact_page_from {
        padding: 20px 0px;
    }
    .frombox {
        padding: 20px;
    }
    .details {
        padding: 20px 25px;
    }
    .details h4 {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.8px;
    }
    .details p {
        font-size: 13px;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
    }
    .details h5 {
        font-size: 13px;
    }
    .details h6 a {
        font-size: 13px;
        line-height: 25px;
    }
    .details h6 a span {
        font-size: 14px;
    }
    .productservices .tab-content {
        padding: 20px 20px;
        transform: translateX(0px);
        padding-left: 20px;
    }
    .sitelanguges .containtab .mainssecondtab ul li {
        padding: 0px 0px 10px;
        width: 89px;
        height: 89px;
        margin-right: 10px;
        display: inline-block;
    }
    .sitelanguges .containtab .mainssecondtab ul li:nth-child(3n+3) {
        margin-right: 0;
    }
    .servicebtn a {
        font-size: 13px !important;
        margin: 0 !important;
        padding: 10px 15px !important;
        margin-bottom: 20px !important;
    }
    .slider {
        padding: 20px 0px 0px;
    }
    .servicesprovied {
        padding: 30px 0px 10px;
    }
    .sitelanguges {
        padding: 20px 0px;
    }
    .mainsection-diverder {
        margin: 10px 0px 0px 0px;
    }
    /*--travel--*/
    .travel-banner {
        padding: 30px 0px;
    }
    .travel-text h1 {
        font-size: 35px;
        font-weight: 700;
        letter-spacing: 0.3px;
        line-height: 40px;
    }
    .travel-text p {
        font-size: 12px;
        line-height: 25px;
    }
    .travel-text .btn-button {
        margin: 30px 0px;
    }
    .travel-text .btn-button a.btn-moreinfo {
        padding: 7px 38px;
        font-size: 14px;
        font-weight: 400;
    }
    .travel-text .btn-button a.btn-callback {
        padding: 6px 10px;
        font-size: 14px;
        font-weight: 400;
        margin-left: 5px;
    }
    .travel-technology {
        margin: 0px;
        padding: 0px 0px 30px;
    }
    .tratec-listbox ul {
        display: block;
        top: 20px;
    }
    .tratec-listbox ul li:nth-child(even) {
        top: 0px;
    }
    .tratec-listbox ul li span {
        font-size: 35px;
    }
    .tratec-listbox ul li span:before {
        height: 45px;
        width: 45px;
    }
    .tratec-listbox ul li h4 {
        margin: 20px 0px 15px;
        font-size: 17px;
        font-weight: 700;
    }
    .tratec-text h3 {
        font-size: 17px;
        font-weight: 700;
        line-height: 26px;
    }
    .tratec-text h6 {
        font-size: 15px;
        margin: 10px 0px;
    }
    .tratec-text p {
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .tratec-text a {
        font-size: 13px;
        padding: 15px 25px;
        margin-top: 0px;
    }
    .travel-servicestext h2 {
        font-size: 22px;
        font-weight: 700;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .travel-servicestext p {
        font-size: 13px;
        line-height: 26px;
    }
    .travsidelser {
        padding: 30px 30px 30px;
        text-align: center;
    }
    .travsidelser span {
        margin-bottom: 15px;
    }
    .travsidelser h3 {
        margin: 0px 0px 20px;
        font-size: 15px;
    }
    .our-proservice {
        padding: 10px 0px 10px;
    }
    .ourproheading h2 {
        font-size: 25px;
        font-weight: 700;
        padding-bottom: 15px;
    }
    .ourproheading h2:after {
        margin: 5px auto;
    }
    .ourproheading-box a {
        height: unset;
        padding: 20px 10px 40px;
        margin-bottom: 10px;
    }
    .ourproheading-box a span {
        margin-bottom: 20px;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .ourproheading-box a h3 {
        margin-bottom: 10px;
        font-size: 15px;
        padding-bottom: 7px;
    }
    .traandroid-app {
        padding: 10px 0px 20px;
    }
    .androiddeve-text h2,
    .tra-ios-development h2 {
        font-size: 20px;
        font-weight: 700;
        margin: 0px 0px 10px;
    }
    .androiddeve-text p,
    .tra-ios-development p {
        font-size: 12px;
        line-height: 20px;
    }
    .androiddeve-text ul,
    .tra-ios-development ul {
        margin-top: 10px;
    }
    .androiddeve-text ul li,
    .tra-ios-development ul li {
        margin: 0px 0px 10px;
        gap: 10px;
    }
    .androiddeve-text ul li span {
        font-size: 20px;
    }
    .androiddeve-text h3,
    .tra-ios-development h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .androiddeve-text a,
    .tra-ios-development a {
        margin: 0;
        padding: 10px 23px;
        font-size: 13px;
    }
    .trawebcompany-content {
        padding: 30px 0px;
    }
    .trawebcompany-content h2 {
        font-size: 21px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .trawebcompany-content p {
        font-weight: 500;
        font-size: 13px;
        line-height: 25px;
    }
    .trawebcompany-contentinner h3 {
        font-size: 16px;
        line-height: 23px;
    }
    .trawebcompany-button {
        flex-direction: column;
        gap: 10px;
    }
    .trawebcompany-button a {
        margin: 0px;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.4px;
    }
    .trawebcompany-number {
        margin-top: 20px;
    }
    .trawebcompany-number a {
        font-size: 15px;
        font-weight: 600;
    }
    .trawebcompany-number a span {
        font-size: 14px;
        font-weight: 600;
        margin-top: 0px;
    }
    .blog-heading {
        padding: 0px;
    }
    .blog-heading h3 {
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 0px;
    }
    .guests-slider {
        padding: 20px 0px;
    }
    .guests-slider .guests-heading {
        margin: 0px;
    }
    .guests-slider .guests-heading h2 {
        font-size: 22px;
        font-weight: 600;
    }
    .guests-slider .secgetra {
        padding: 10px 20px;
        border-bottom: 1px solid #dedada;
        border-right: none;
    }
    .guests-slider img {
        height: 60px !important;
    }
    .guests-slider h6 {
        font-size: 15px;
        margin: 0px 0px 5px;
    }
    .guests-slider p {
        font-size: 13px;
        font-weight: 600;
    }
    .copyright .row.reverse-md-sm {
        display: flex;
        flex-direction: column-reverse;
    }
    .copyright .row.reverse-md-sm .col-md-6.ps-0.text-center {
        background: #000;
        border: unset;
    }
    .copyright .row.reverse-md-sm .col-md-6.ps-0.text-center p {
        margin: 0;
        padding: 0;
        width: 100%;
        border: unset;
    }
    .copyright .row.reverse-md-sm .col-md-6.text-right {
        border-top: 1px solid #fff;
        padding: 5px 10px;
        margin-top: 10px;
    }
    .copyright li a {
        color: #fff;
        font-size: 11px;
        transition: 0.5s all ease;
    }
    .about_us_detail .box:nth-child(odd) {
        margin-right: 0;
        top: 0;
    }
    .about_us_detail .box:nth-child(even) {
        top: 0;
    }
    .fromboxfill {
        padding: 20px 0px 10px;
    }
    .maping .box {
        margin-bottom: 20px;
    }
    .imstil {
        width: 100%;
        margin: 50px auto 0px;
    }
    .accordion-button {
        font-size: 15px;
        letter-spacing: 0.2px;
    }
    .colorcode h6 {
        line-height: 20px;
        font-size: 14px;
    }
    .colorcode {
        padding: 10px 0px;
        margin-top: 20px;
    }
    .serboxsect .headtext {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .headtext {
        font-size: 20px;
        margin: 0px 0px 10px;
        line-height: 34px;
    }
    .boxsersa h4 {
        font-size: 1.1rem;
        line-height: 1.5;
    }
    .boxsersa p {
        margin: 15px 0 0 0;
        line-height: 25px;
        font-size: 13px;
    }
    .boxsersa {
        border-radius: 10px;
        padding: 20px;
        margin: 0px 0px 10px;
    }
    .fqssear .imstil {
        margin: 0px auto 0px;
    }
    .fqssear .accordion-button {
        line-height: 20px;
        padding: 10px;
    }
    .fqssear .accordion-button {
        font-size: 12px;
        letter-spacing: 0px;
    }
    .accordion-button::after {
        width: 15px !important;
        height: 15px !important;
    }
    .accordion-body {
        padding: 0px 10px;
    }
    .accordion-body p {
        margin-bottom: 20px;
        font-weight: 400;
    }
    p {
        font-size: 13px;
        line-height: 25px;
    }
    .breadcrumbs li a,
    .breadcrumbs li {
        font-size: 13px;
    }
    .letalksect .letaltext {
        padding: 10px;
    }
    .letalksect .letaltext h4 {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0px 0px 25px;
    }
    .letalksect .letaltext h6 {
        font-size: 16px;
        margin: 0px 0px 10px;
        width: 100%;
        line-height: 30px;
    }
    .letalksect {
        padding-bottom: 30px;
    }
    .letalksect .letaltext a {
        padding: 10px 20px;
        font-size: 15px;
    }
    .img-box {
        margin-top: 50px;
    }
    .supnabar {
        display: block;
        padding: 0px 15px;
    }
    .supnabar ul li {
        padding: 10px;
        width: 100%;
        margin-bottom: 5px;
    }
    .supnabar ul li a {
        margin: 0;
        border: unset;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px !important;
        padding: 0px 10px;
    }
    .supnabar ul li a span {
        border-radius: 10px;
        font-size: 16px;
        width: 45px;
        height: 50px;
        line-height: 50px;
        margin-right: 15px;
    }
    .supnabar ul li a h5 {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 15px;
    }
    .supnabar ul li a h5 {
        margin-bottom: 5px;
        color: rgb(31, 133, 51);
        font-size: 16px;
        font-weight: 600;
        transition: all 0.5s linear 0s;
    }
    .supnabar ul li a h5 {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 15px;
    }
    .supnabar ul li a p {
        line-height: 20px;
        font-size: 12px;
    }
    .supnabar h4 {
        margin: 0px auto 20px;
        font-weight: 700;
        font-size: 25px;
        text-align: center;
        background: unset;
        -webkit-text-fill-color: unset;
        line-height: 40px;
    }
}
@media (max-width: 1280px) {
    body.Shopify.Services {
        .slider h2 {
            line-height: 50px;
            margin-bottom: 30px;
        }
        h2 {
            font-size: 35px;
        }
        .slider p {
            padding-bottom: 30px;
            font-size: 16px;
            line-height: 30px;
        }
        .parteher {
            margin: 0px 0px 0px;
        }
        .parteher ul {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 20px 10px;
        }
        .parteher ul li:last-child img {
            margin: 0;
            object-position: left;
        }
        .formsect h4 {
            font-size: 18px;
            line-height: 25px;
            margin: 0 auto 20px;
            padding: 15px 20px 8px;
        }
        .formbox {
            padding: 0px 20px 0px;
        }
        .form-group label {
            font-size: 12px;
            line-height: 20px;
        }
        .formsect .Submitformtopbtn {
            width: 100%;
            padding: 10px 20px;
            font-size: 15px;
        }
        .compadsec {
            padding: 40px 0px;
        }
        .aboutus h3 {
            line-height: 30px;
            font-size: 20px;
            margin-bottom: 20px;
        }
        .aboutus p {
            font-size: 13px;
            line-height: 30px;
            margin-bottom: 0;
        }
        .imgebox {
            margin-left: 0;
        }
        .imgebox .clilog {
            bottom: 20px;
            left: 20px;
        }
        .imgebox .clilog img {
            width: 60%;
        }
        h3.ttilecenter {
            margin-bottom: 50px;
            width: 100%;
        }
        h3 {
            font-size: 25px;
            line-height: 45px;
        }
        .serboxsec {
            padding: 20px;
            width: 100%;
            height: 100%;
        }
        .serboxsec span {
            width: 45px;
            height: 45px;
            margin-bottom: 10px;
        }
        .serboxsec p {
            line-height: 25px;
            font-size: 13px;
        }
        .serboxsec h4 {
            margin-bottom: 15px;
            line-height: 25px;
        }
        h4 {
            font-size: 20px;
            line-height: 55px;
        }
        .testimonial h3 {
            font-size: 22px;
            line-height: 35px;
        }
        .testimonal_Slider {
            width: 100% !important;
        }
        .service h4 {
            font-size: 35px;
            line-height: 40px;
            margin-bottom: 5px;
        }
        .service h5 {
            font-size: 15px;
            line-height: 20px;
        }
        .exres {
            padding: 0px 0px 15px;
            margin-bottom: 15px;
            gap: 20px;
        }
        .testimbox {
            padding: 25px;
        }
        .testimbox p {
            font-size: 13px;
            line-height: 25px;
        }
        .phonateuse span {
            width: 50px;
            height: 50px;
        }
        .phonateuse .usetextes h5 {
            font-size: 15px;
            line-height: 20px;
            margin-bottom: 5px;
        }
        .phonateuse .usetextes h6 {
            font-size: 14px;
            line-height: 20px;
        }
        .testimbox:before {
            bottom: 60px;
            right: 20px;
            width: 40px;
            height: 40px;
        }
        .letgetstatr h3 {
            width: 100%;
            margin-bottom: 15px;
            font-size: 20px;
            line-height: 30px;
        }
        .letgetstatr p {
            font-size: 15px;
            line-height: 30px;
        }
        .fulcolbtn {
            padding: 14px 40px;
            font-size: 13px;
            margin-top: 10px;
        }
        .imagebox {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
        }
        .imagebox img {
            object-position: bottom;
            height: 100%;
            object-fit: contain;
        }
        .seroxico {
            padding: 25px;
            margin: 0px 0px 25px;
        }
        .seroxico .imtexar {
            gap: 15px;
            margin: 0px 0px 15px;
        }
        .seroxico .imtexar h5 {
            font-size: 16px;
            line-height: 20px;
        }
        .seroxico span img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }
        .seroxico .imtexar span {
            width: 35px;
            height: 35px;
        }
        .seroxico p {
            font-size: 13px;
            line-height: 25px;
            margin: 0;
        }
        .serlisshopadon a.fulcolbtn {
            margin: 10px auto 0px;
        }
        .prodlist {
            width: 100%;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 10px;
        }
        .prodlist li {
            padding: 10px 20px;
            gap: 15px;
            border-radius: 10px;
        }
        .prodlist h6 {
            line-height: 18px;
            font-size: 13px;
        }
        .prodlist span {
            height: 25px;
            width: 25px;
        }
        .servlinbar {
            margin: 0px auto;
            padding: 0px;
            border-radius: 10px;
        }
        .servlinbar span {
            width: 16px;
            height: 16px;
            margin: 0px auto 20px;
        }
        .servlinbar h4 {
            line-height: 25px;
            margin-bottom: 20px;
            font-size: 16px;
        }
        .servlinbar:before {
            top: 8px;
            left: 50%;
        }
        .shopdaent h3 {
            margin-bottom: 20px;
            font-size: 25px;
        }
        .shopdaent p,
        .shopdaent h3 {
            width: 100%;
        }
        .shoplist {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            margin-top: 60px;
            gap: 20px 10px;
        }
    }
}

@media (max-width: 767px) {
    body.Shopify.Services {
        header .row {
            flex-direction: column-reverse;
        }
        .prodlist {
            grid-template-columns: repeat(1, minmax(0, 1fr));
            gap: 10px;
            width: 90%;
            margin: 0 auto;
        }
        .slider .col-md-8 {
            padding-right: 15px;
        }
        .cuntrynumber li:last-child {
            display: none;
        }
        .slider h2 {
            line-height: 55px;
            margin-bottom: 20px;
            text-align: center;
        }
        h2 {
            font-size: 35px;
        }
        .slider p {
            text-align: center;
            padding-bottom: 0px;
            font-size: 14px;
            line-height: 30px;
        }
        .parteher {
            margin: 30px 0px 20px;
        }
        .parteher ul {
            grid-template-columns: repeat(1, minmax(0, 1fr));
            gap: 20px;
        }
        .parteher ul li {
            border-right: unset;
            padding-right: 0;
            line-height: 15px;
            border-bottom: 1px dashed #fff;
            padding-bottom: 20px;
        }
        .formbox {
            padding: 0px 20px 0px;
        }
        .formsect h4 {
            font-size: 20px;
            line-height: 20px;
            margin: 0 auto 30px;
            padding: 30px 20px 15px;
        }
        .formsect h4:before {
            height: 2px;
        }
        .form-group label {
            font-size: 12px;
            line-height: 25px;
            padding-bottom: 5px;
        }
        .formsect .Submitformtopbtn {
            padding: 10px 30px;
            font-size: 14px;
        }
        .compadsec {
            padding: 40px 0px;
        }
        .aboutus h3 {
            line-height: 30px;
            font-size: 16px;
            margin-bottom: 30px;
        }
        .aboutus p {
            font-size: 13px;
        }
        p {
            font-size: 13px;
            line-height: 30px;
        }
        .imgebox {
            margin: 20px 0px 0px;
            margin-left: 0px;
            border-radius: 8px;
        }
        h3.ttilecenter {
            margin-bottom: 30px;
            width: 100%;
        }
        h3 {
            font-size: 17px;
            line-height: 30px;
        }
        .serboxsec span {
            width: 40px;
            height: 40px;
            margin-bottom: 10px;
        }
        .serboxsec h4 {
            margin-bottom: 15px;
            line-height: 25px;
        }
        h4 {
            font-size: 16px;
            line-height: 55px;
        }
        .serboxsec p {
            line-height: 25px;
            font-size: 13px;
            margin-bottom: 0;
        }
        .testimonal_Slider {
            width: 100% !important;
        }
        .service h4 {
            font-size: 40px;
            line-height: 40px;
            margin-bottom: 5px;
        }
        .service h5 {
            font-size: 14px;
            line-height: 25px;
        }
        .exres {
            padding: 0px 0px 20px;
            margin-bottom: 20px;
            gap: 20px;
        }
        .testimbox p {
            font-size: 13px;
            line-height: 25px;
        }
        .phonateuse span {
            width: 60px;
            height: 60px;
        }
        .phonateuse .usetextes h5 {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 5px;
        }
        .phonateuse .usetextes h6 {
            font-size: 15px;
            line-height: 20px;
        }
        .testimbox:before {
            bottom: 80px;
            right: 20px;
            width: 40px;
            height: 40px;
        }
        .letgetstatr h3 {
            text-align: center;
            width: 100%;
            margin-bottom: 15px;
        }
        .letgetstatr p {
            font-size: 13px;
            text-align: center;
        }
        .fulcolbtn {
            margin: 0 auto;
            padding: 15px 40px;
            margin-top: 10px;
            display: block;
            font-size: 14px;
            margin-bottom: 30px;
            width: max-content;
        }
        .imagebox {
            padding: 30px;
        }
        .seroxico {
            padding: 25px;
            margin: 0px 0px 25px;
        }
        .seroxico .imtexar span {
            width: 35px;
            height: 35px;
            margin: 0;
        }
        .seroxico span img {
            width: 100%;
        }
        .seroxico .imtexar {
            gap: 10px;
            margin: 0px 0px 15px;
            align-items: center;
        }
        .seroxico .imtexar h5 {
            font-size: 15px;
            line-height: 20px;
        }
        .seroxico p {
            font-size: 13px;
            line-height: 25px;
            margin-bottom: 0;
        }
        .serlisshopadon a.fulcolbtn {
            margin: 0px auto 0px;
        }
        .prodlist li {
            padding: 10px 20px;
            gap: 15px;
        }
        .prodlist h6 {
            line-height: 20px;
            letter-spacing: 0.2px;
        }
        .servlinbar span {
            width: 10px;
            height: 10px;
            margin: 0px 0px 0px;
            position: absolute;
            left: 0px;
        }
        .servlinbar h4 {
            line-height: 25px;
            margin-bottom: 15px;
            font-size: 16px;
        }
        .servlinbar {
            text-align: left;
            padding: 0px 20px 20px;
        }
        .servlinbar p {
            line-height: 25px;
            font-size: 13px;
        }
        .servlinbar:before {
            content: '';
            top: 5px;
            left: 4px;
            width: 0;
            border-top: unset;
            height: 100%;
            border-left: 1px dashed #B8B8B8;
        }
        .shopdaent p,
        .shopdaent h3 {
            width: 100%;
        }
        .shopdaent h3 {
            margin-bottom: 20px;
            font-size: 17px;
            line-height: 30px;
        }
        .shopdaent p {
            line-height: 25px;
        }
        .shoplist {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            margin-top: 50px;
            gap: 20px 10px;
        }
        .shoplist li {
            padding: 0 0px;
            line-height: 10px;
            padding-right: 10px;
        }
        .shoplist span {
            margin: 0px auto 20px;
            width: 25px;
            height: 25px;
        }
        .shoplist li h6 {
            line-height: 20px;
            font-size: 12px;
        }
        .parteher ul li:last-child img {
            margin: 0 auto;
            object-position: center;
        }
    }
}
.navigation-portrait {
    height: 48px;
}

.nav-header {
    float: left;
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    width: max-content;
}

.navigation-hidden .nav-header {
    display: none;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
    display: none;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.nav-menu>li>a {
    transition: color 0.3s, background 0.3s;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: #000000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.main_header_area.animated {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
}

.navigation-hidden .nav-search {
    display: none;
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    pointer-events: none;
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
    color: #ff6b00;
}

.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
}

.navigation-portrait .nav-search-inner {
    height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px;
}

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 998;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    left: 100%;
    top: 0;
}

.nav-toggle {
    display: none;
}

.nav-menus-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    float: right;
    height: unset;
    text-align: right;
    line-height: 100%;
}

.megamenu-panel.nav-submenu,
.nav-menus-wrapper .nav-dropdown {
    width: 100%;
    background: #fff;
    box-shadow: 0px 20px 20px 0px rgb(7 7 7 / 13%);
    margin: 0 auto;
    height: max-content;
    overflow: visible;
    border-radius: 10px;
    overflow-y: visible;
    padding: 20px;
    border: 2px solid #e9e8e8;
    position: absolute;
    top: 100%;
    margin: 0 auto;
    display: none;
}

header.header_area {
    margin: 0;
    padding: 0px 0px;
    width: 100%;
    z-index: 999;
    position: relative;
    background: #fff;
    box-shadow: 0px 6px 8px #0000000f;
    height: 70px;
    top: 0;
}

#navigation1 {
    width: 100% !important;
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 100% !important;
    display: inline-block;
    line-height: 70px;
}

header nav li {
    padding: 0px 0.8rem;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    position: relative;
    transition: 0.5s all linear;
}

.user-mobile-views {
    display: none;
}

header nav li:hover a {
    color: #2c50ff;
    transition: 0.5s all linear;
}

.divider-box {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: left;
}

.divider-box h4 {
    font-size: 15px;
    font-weight: 600;
    color: #013711;
    text-align: left;
    border-bottom: 2px solid #013711;
    margin-bottom: 20px;
    padding-bottom: 2px;
    width: max-content;
}

.divider-box h5 {
    font-size: 15px;
    font-weight: 600;
    color: #54b64a;
    margin-bottom: 10px;
    width: 100%;
}

.divider-box ul,
.nav-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

header nav li:hover {
    background-color: #f3f5fd;
}

.divider-box ul li:hover,
.nav-menus-wrapper .nav-dropdown li:hover {
    background: #f3f5fd;
}

.divider-box ul li,
.nav-menus-wrapper .nav-dropdown li {
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    padding: 9px 10px;
    display: block;
    width: 100%;
    margin: 0px 0px 2px;
    height: unset;
    transition: 0.5s all linear;
    text-align: left;
    line-height: 25px;
}

.divider-box ul li:hover,
.nav-dropdown ul li:hove {
    background: #54b64a2e;
    transition: 0.5s all linear;
}

.divider-box ul li a,
.nav-menus-wrapper .nav-dropdown li a {
    display: flex;
    flex-direction: row;
    line-height: 20px;
    font-size: 14px;
    color: #000000 !important;
    transition: 0.5s all linear;
    font-weight: 500;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
}

.divider-box ul li:hover a,
.nav-dropdown ul li:hover a,
.nav-menus-wrapper .nav-dropdown li:hover a {
    color: #2c50ff!important;
    transition: 0.5s all linear;
}

/* Nested dropdown arrows for AI submenus */
.nav-dropdown .has-sub > a:after {
    content: "\f105";
    font-family: "FontAwesome";
    float: right;
}

/* Position nested dropdowns to the right on desktop */
.nav-dropdown .sub-dropdown {
    top: 0;
    left: 100%;
    position: absolute;
    z-index: 2000;
    margin-left: -1px;
}

@media (max-width: 991px) {
    .nav-dropdown .has-sub > a:after {
        float: none;
        margin-left: 8px;
    }
    .nav-dropdown .sub-dropdown {
        position: relative;
        left: 0;
        top: 0;
    }
}

/* ONLY Tools → open LEFT */
.tools-menu .nav-dropdown .has-sub > .nav-dropdown,
.tools-menu .sub-dropdown {
    left: auto;
    right: 100%;
}
/* Keep submenus open on hover and focus */
.nav-dropdown li.has-sub:hover > .sub-dropdown,
.nav-dropdown li.has-sub:focus-within > .sub-dropdown,
.nav-dropdown .sub-dropdown:hover,
.nav-dropdown .sub-dropdown:focus-within {
    display: block;
}

/* Prevent clipping of nested menus */
.nav-menus-wrapper,
.nav-menus-wrapper .nav-dropdown {
    overflow: visible;
}

.divider-box ul li span,
.nav-menus-wrapper .nav-dropdown li a span {
    width: 19px;
    display: inline-block;
    margin: 0;
    object-fit: contain;
    object-position: top;
    overflow: hidden;
    height: 20px;
    margin-right: 15px;
    top: 0;
    position: relative;
}

.divider-box ul li span img {
    width: 100%;
    height: 90%;
    object-fit: contain;
    object-position: center;
}

.nav-menus-wrapper .nav-dropdown {
    min-width: max-content;
    padding: 15px;
    display: none;
    position: absolute;
    max-width: max-content;
    margin-left: 0;
    height: max-content;
    padding-bottom: 20px;
}

.nav-menus-wrapper .nav-dropdown li {
    float: left;
    clear: both;
}

.nav-menu>li>a>span {
    font-size: 13px;
}

.max-width {
    max-width: max-content !important;
    width: max-content !important;
    min-width: max-content;
    margin: 0 auto !important;
    right: 0 !important;
}

.max-width.left_zero {
    left: 50px !important;
    right: 0 !important;
    margin: 0 auto;
}

.megamenu-panel {
    display: none;
}


/*---  popup on cick  --*/

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}


/*-- login usrer popup --*/

.loginandsinup a {
    background: #005009;
    padding: 11px 30px;
    color: #fff !important;
    font-size: 14px !important;
    line-height: unset !important;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.loginandsinup {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: unset !important;
}

.user_profile_deatails,
.new_desing_2023_popup {
    display: none;
}

.conttact_us_sectionpopup,
.login_user_popup {
    display: none;
}

.loginandsinup span {
    color: #ffc107;
}

.divider-box:last-child h5 {
    margin-top: 20px;
}


/*---------  Sticy nav bar css  --------------*/

.fixed-header {
    position: fixed !important;
}

.fixed-header {
    animation: mymove 0.2s ease-in;
}

@keyframes mymove {
    from {
        top: -20px;
    }
    to {
        top: 0px;
    }
}

@media(max-width: 1400px) {
    .megamenu-panel.nav-submenu,
    .nav-menus-wrapper .nav-dropdown {
        left: 0px !important;
        height: unset !important;
        right: 0 !important;
        width: 100% !important;
    }
    .megamenu-panel.nav-submenu {
        height: 90vh !important;
        overflow-y: auto !important;
    }
    header nav li:nth-last-child(2),
    header nav li:nth-last-child(3) {
        position: relative;
    }
    .megamenu-panel.max-width.nav-submenu {
        height: unset !important;
        overflow: unset !important;
    }
}

@media(max-width: 1300px) {
    header.header_area {
        height: 60px;
    }
    #navigation1 {
        line-height: 60px;
        height: 100%;
        z-index: 9999;
    }
    .navigation-portrait .nav-menus-wrapper {
        width: auto;
        height: unset;
        top: 0;
        left: 0;
        position: relative;
        background-color: unset;
        overflow: unset !important;
    }
    ul.nav-menu {
        margin: 0;
        padding: 0;
    }
    .navigation-portrait .nav-menus-wrapper-close-button {
        display: none;
    }
    header nav li:nth-last-child(2),
    header nav li:nth-last-child(3) {
        position: relative;
    }
    header nav li {
        padding: 0px 10px;
        margin: 0 auto;
        width: auto;
        line-height: 60px;
    }
    .nav-menu>li>a {
        font-size: 13px;
        gap: 5px;
        padding: 0 !important;
    }
    .loginandsinup a {
        padding: 8px 15px !important;
        font-size: 12px !important;
        line-height: unset !important;
    }
    .loginandsinup {
        padding: 10px 20px;
        background: #005009;
        border-radius: 4px;
        margin-left: 10px;
    }
    .main_header_area.animated {
        height: 100%;
    }
    .divider-box h4 {
        font-size: 12px;
        margin-bottom: 20px;
        padding-bottom: 2px;
    }
    .divider-box h5 {
        font-size: 13px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .divider-box ul li,
    .nav-menus-wrapper .nav-dropdown li {
        padding: 5px 5px;
        margin: 0px 0px 1px;
        line-height: 20px;
    }
    .divider-box ul li a,
    .nav-menus-wrapper .nav-dropdown li a {
        line-height: 18px;
        font-size: 12px;
    }
    .divider-box ul li span,
    .nav-menus-wrapper .nav-dropdown li a span {
        width: 15px;
        height: 25px;
        margin-right: 10px;
        top: 0;
    }
    .max-width.left_zero {
        left: 0px !important;
        right: 0 !important;
        margin: 0 auto;
        height: unset !important;
        overflow: unset !important;
    }
    .nav-menus-wrapper .nav-dropdown {
        width: max-content !important;
        height: unset !important;
        overflow: unset !important;
    }
    .megamenu-panel.nav-submenu,
    .nav-menus-wrapper .nav-dropdown {
        width: 100%;
        margin: 0;
        height: max-content;
        padding: 15px;
        border: 2px solid #e9e8e8;
        position: absolute;
        top: 100%;
        margin: 0 auto;
        display: none;
        min-width: 100%;
        width: 100%;
        left: 0;
        overflow-y: scroll;
        height: 85vh;
    }
    .logo {
        margin: 0;
        padding: 10px 0px 0px px;
        width: 200px;
        font-size: 10px;
    }
    .logo img {
        width: calc(100% - 0px);
        padding: 0;
    }
}

@media(max-width: 767px) {
    .nav-toggle {
        position: relative;
        margin: 0;
        width: 45px;
        height: 60px;
        padding: 15px 10px 0px;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        margin-right: 0;
        float: left;
        display: inline-block;
        left: -13px;
        background: linear-gradient(30deg, #4787fa 10%, #0dcaf0 65%, #0dcaf0 100%);
    }
    .navigation-portrait .nav-menus-wrapper-close-button {
        display: inline-block;
    }
    .navigation-portrait .nav-menus-wrapper {
        width: 320px;
        height: 100%;
        top: 60px;
        left: -400px;
        position: fixed;
        background-color: #fff;
        z-index: 20000;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        transition-duration: 0.2s;
        transition-timing-function: ease;
        padding-bottom: 100px;
    }
    header {
        height: 60px !important;
        overflow: unset;
    }
    header nav {
        width: 100% !important;
        height: 60px !important;
        line-height: 60px !important;
    }
    .nav-toggle div {
        width: 100%;
        height: 3px;
        background: #ffffff;
        margin: 5px auto;
        transition: all 0.3s;
        backface-visibility: hidden;
        text-align: left;
        border-radius: 10px;
        font-size: large;
    }
    .nav-toggle .two {
        width: 80%;
        margin-left: 0;
    }
    .nav-toggle .three {
        width: 60%;
        margin-left: 0;
    }
    .user-mobile-views {
        position: relative;
        padding: 0;
        margin: 0;
        width: auto;
        padding-left: 5px;
        display: inline-block;
        right: 0;
        line-height: 60px;
        height: 100%;
    }
    .secondsection ul {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        margin-bottom: 0 !important;
        display: inline-block;
    }
    .user-mobile-views li {
        list-style: none;
        margin: 0px 1px;
        position: relative;
        text-align: center;
        transition: 0.5s all linear;
        padding: 0px 10px;
        line-height: 60px;
        display: revert;
        float: left;
    }
    .user-mobile-views li a {
        color: #4787fa;
        font-size: 16px;
        text-align: center;
    }
    header .logo {
        width: 200px;
        top: 0px;
        display: inline-block;
        position: relative;
        left: 0;
        margin: 0;
        float: left;
        margin-right: 0;
        padding: 0;
    }
    header nav li a span {
        font-size: 15px;
        padding: 0;
        margin-left: 0;
    }
    .user-mobile-views li:hover {
        background: linear-gradient(30deg, #4787fa 10%, #0dcaf0 65%, #0dcaf0 100%);
        border-bottom: 3px solid #0018a2;
        transition: 0.5s all linear;
    }
    .nav-menus-wrapper-close-button {
        width: 20px;
        height: 30px;
        margin: 0px 7px;
        font-size: 20px;
        position: absolute;
        right: 5px;
        font-weight: 900;
        top: 12px;
        z-index: 999;
        color: #fff;
    }
    .user-mobile-views li:hover a {
        color: #fff;
    }
    ul.nav-menu li.focus>a {
        position: sticky;
        top: 0px;
        background: #ffff;
        width: 100%;
        display: inline-block;
        z-index: 99;
    }
    ul.nav-menu {
        position: relative;
        margin: 0;
        padding: 20px 20px 30px;
        width: 100%;
        display: inline-block;
        overflow-y: auto;
        padding-left: 15px !important;
    }
    ul.nav-menu li {
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0px 10px;
        line-height: 25px;
        text-align: left;
    }
    header nav li:hover {
        background-color: #ffffff;
    }
    ul.nav-menu li a {
        margin: 0;
        padding: 10px 0px !important;
        width: 100% !important;
        position: relative;
        display: inline-block;
        text-align: left;
    }
    ul.nav-menu li ul li a {
        display: flex;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .main_header_area.animated {
        height: 100%;
    }
    .nav-header {
        height: 100%;
        width: 100%;
    }
    header ul {
        margin-bottom: 0px !important;
        display: inline-block;
        padding-left: 0px !important;
    }
    header ul li ul {
        padding-left: 10px !important;
    }
    .loginandsinup a {
        padding: 11px 30px !important;
    }
    .loginandsinup a {
        display: none !important;
    }
    ul.nav-menu li a span {
        position: absolute;
        right: 0;
    }
    .megamenu-panel.nav-submenu,
    .nav-menus-wrapper .nav-dropdown {
        width: 100% !important;
        background: unset;
        box-shadow: unset;
        padding: 10px;
        border: unset;
        position: relative;
        top: 0;
        margin: 0;
        float: left;
        max-width: 100% !important;
        min-width: 100% !important;
        overflow-y: unset !important;
        height: unset !important;
    }
    .divider-box h4 {
        font-size: 13px;
        border-bottom: 2px solid #013711;
        margin-bottom: 20px;
        padding-bottom: 5px;
        margin-top: 20px;
    }
    .divider-box ul li span,
    .nav-menus-wrapper .nav-dropdown li a span {
        width: 15px;
        height: 20px;
        margin-right: 10px;
        top: 0;
        position: relative !important;
    }
    .divider-box ul li a,
    .nav-menus-wrapper .nav-dropdown li a {
        line-height: 15px;
        font-size: 12px;
    }
    .max-width.left_zero {
        left: 0px !important;
        right: 0 !important;
    }
    .nav-menus-wrapper .nav-dropdown {
        padding: 0;
    }
    /*--  user profile with login --*/
    .user_profile_deatails {
        margin: 0;
        padding: 15px 0px 0px;
        position: relative;
        width: 100%;
        display: inline-block;
        float: left;
    }
    .user_profile_deatails .profile-mg {
        z-index: 9;
        position: relative;
        margin: 0;
        padding: 0;
        display: inline-block;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #ffff;
        margin-left: 10px;
        float: left;
        margin-right: 14px;
        border: 2px solid #fff;
    }
    .user_profile_deatails h4 {
        font-size: 15px;
        padding: 0;
        margin: 0;
        text-align: left;
        width: 100%;
        font-weight: 600;
        color: #fff;
    }
    .user_profile_deatails h5 {
        text-align: left;
        margin: 0;
        padding: 0;
        font-size: 12px;
        margin-top: 5px;
    }
    .user_profile_deatails .profile-mg img {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
    }
    .user_profile_deatails .ext {
        position: relative;
        margin: 0;
        padding: 0;
        float: left;
        width: auto;
        text-align: left;
        top: 18px;
    }
    .user_profile_deatails:before {
        content: '';
        background: #0d6efd;
        width: 100%;
        height: 70%;
        position: absolute;
        top: 0;
        left: 0;
    }
    /*-- contact us --*/
    .conttact_us_sectionpopup {
        position: relative;
        background: #fff;
        border-radius: 4px;
        padding: 10px 15px;
        z-index: 99;
        display: inline-block;
        width: 100%;
    }
    .conttact_us_sectionpopup h4 {
        font-size: 17px;
        margin: 0;
        padding: 0;
        font-weight: 600;
        color: #000;
        margin-bottom: 30px;
    }
    .conttact_us_sectionpopup h5 {
        font-size: 12px;
        margin: 0;
        padding: 0;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 0;
        float: left;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .conttact_us_sectionpopup h5 span {
        margin-right: 11px;
        font-size: 15px;
    }
    .conttact_us_sectionpopup h5 a {
        margin: 0px 5px;
    }
    .conttact_us_sectionpopup li {
        line-height: 25px !important;
        margin: 0px 0px 15px;
        padding: 0;
        display: inline-block;
        position: relative;
    }
    .conttact_us_sectionpopup li a {
        display: inline-block;
        font-size: 14px;
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: left;
        color: #000;
        font-size: 12px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .conttact_us_sectionpopup li a span {
        font-size: 13px;
        font-weight: bold;
        margin-right: 5px;
    }
    .conttact_us_sectionpopup li a span.icone {
        background-color: transparent;
        border-radius: 8px;
        overflow: hidden;
        font-size: 17px;
        transform: rotate(0deg);
        background-image: linear-gradient(180deg, #FEAA4745 0%, #4787FA00 100%);
        color: #feaa47;
        width: 40px;
        display: inline-block;
        height: 40px;
        text-align: center;
        margin-right: 10px;
        line-height: 40px;
    }
    .conttact_us_sectionpopup li:first-child a span.icone {
        color: #4787FA;
        background-image: linear-gradient(180deg, #4787FA5E 0%, #4787FA00 100%);
    }
    .conttact_us_sectionpopup li:last-child a span.icone {
        color: #72C227;
        background-image: linear-gradient(180deg, #72C22742 0%, #4787FA00 100%);
    }
    li {}
    .conttact_us_sectionpopup ul {
        width: 100%;
        display: grid;
        text-align: left;
        margin: 0;
        float: left;
        margin-bottom: 15px !important;
        padding-left: 25px;
    }
    /*-- conatc us popup --*/
    #contact_us_pop_click_sect .custom-model-inner,
    #user_lagin_popup .custom-model-inner {
        position: relative;
        top: 0;
        border: unset;
        margin: 0;
        padding: 0;
        box-shadow: unset;
        max-width: 100%;
    }
    #contact_us_pop_click_sect .bg-overlay,
    #user_lagin_popup .bg-overlay {
        display: none;
    }
    #contact_us_pop_click_sect .custom-model-wrap,
    #user_lagin_popup .custom-model-wrap {
        padding: 0;
        margin: 0;
        border: 1px solid #ded8d8;
        border-radius: unset;
        overflow: hidden;
        box-shadow: 0 7px 10px #0000001a;
    }
    #contact_us_pop_click_sect .close-btn,
    #user_lagin_popup .close-btn {
        color: #000;
        top: -10px;
        z-index: 999;
        right: 9px;
    }
    /*-- login singup pages ---*/
    #user_lagin_popup .tabs-nav {
        margin: 0;
        padding: 0px 20px;
        display: inline-block;
        width: 100%;
        background: #e4e2e2;
        height: unset;
        position: relative;
    }
    #user_lagin_popup .conttact_us_sectionpopup {
        padding: 0;
        width: 100%;
        position: relative;
    }
    #user_lagin_popup .tabs-nav li {
        position: relative;
        padding: 0 25px 5px;
        width: auto;
        margin: 0;
        display: inline-block;
        border: unset !important;
        border-radius: 4px 4px 0 0 !important;
        top: 0;
        line-height: 50px !important;
    }
    #user_lagin_popup .tabs-nav li.tab-active {
        background: #fff;
    }
    #user_lagin_popup .tabs-nav li a {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 40px;
        border: unset !important;
        margin: 0 !important;
        border-radius: unset !important;
        padding: 0;
        font-family: open sans;
        color: #041e45;
    }
    #user_lagin_popup .tabs-nav .tab-active a {
        border-bottom: 4px solid #0dcaf0 !important;
    }
    #user_lagin_popup .tabs-stage {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        top: 0;
    }
    #user_lagin_popup .tabs {
        position: relative;
        margin: 0;
        padding: 0;
        display: grid;
        width: 100%;
    }
    #user_lagin_popup .tabs-stage div {
        margin: 0;
        padding: 20px;
    }
    #user_lagin_popup:after,
    #contact_us_pop_click_sect:after {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #000b1ae6;
        content: '';
    }
    #user_lagin_popup .custom-model-inner {
        max-width: 100%;
        width: 100%;
        border-radius: unset !important;
    }
    #user_lagin_popup .custom-model-wrap {
        border-radius: unset;
    }
    #user_lagin_popup .close-btn {
        top: 0px;
        font-size: 25px;
        color: #045420;
    }
    .new_desing_2023_popup.model-open {
        display: block;
    }
    #user_lagin_popup .tab_insite_box .form-group {
        display: inline-block !important;
        position: relative;
        padding: 0;
        margin: 0;
        width: 100%;
        height: unset !important;
        line-height: unset !important;
    }
    .tab_insite_box .form-group .form-control {
        font-size: 13px;
        margin: 0 0px 0px;
        line-height: 20px;
        display: inline-block;
        width: 100%;
        height: 45px;
        border: 1px solid #e4e2e2;
        padding: 5px 10px;
        font-family: open sans;
        font-style: normal;
        font-weight: 400;
        color: #9f9f9f;
        border-radius: unset;
        text-align: left;
    }
    .tab_insite_box h4 {
        font-family: open sans;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .05em;
        margin: 0 0 10px;
        padding: 0;
        color: #4c4a4a;
    }
    .tab_insite_box p.help-block {
        margin: 0;
        padding: 0;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        color: #263482;
        margin-top: 5px;
    }
    .tab_insite_box p.help-block a {
        color: #201D15;
        text-decoration: none;
        margin-left: 2px;
    }
    .tab_insite_box button {
        background: #408ff9;
        border-bottom: 3px solid #0a27a3;
        font-family: open sans;
        font-style: normal;
        font-weight: 600;
        color: #ffffff;
        padding: 10px 40px;
        font-size: 14px;
        line-height: 25px;
        height: unset;
        border-radius: unset;
        width: 100%;
        margin-top: 20px;
    }
    #user_lagin_popup .tabs-stage .checkbox {
        display: inline-block !important;
        text-align: left;
        margin: 0 !important;
        padding: 0;
    }
    .login_user_popup.model-open {
        display: block;
    }
    #user_lagin_popup .tabs-stage .checkbox label {
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        color: #263482;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 0;
        width: 100%;
        font-size: 13px;
    }
    #user_lagin_popup .tabs-stage .checkbox label input[type="checkbox"] {
        margin-right: 10px;
    }
    .tab_insite_box button i {
        margin-right: 10px;
    }
    .conttact_us_sectionpopup:first-child h5 {
        margin-bottom: 15px;
    }
    .nav-menus-wrapper>.user_profile_deatails,
    .nav-menus-wrapper>.nav-menu {
        display: none;
    }
    .nav-menus-wrapper-open .user_profile_deatails,
    .nav-menus-wrapper-open>.nav-menu {
        display: inline-block;
    }
    .nav-overlay-panel {
        top: 60px;
    }
    .user-log {
        position: relative;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        width: auto;
        height: 100%;
        white-space: nowrap;
        align-content: center;
        padding-right: 0 !important;
        margin-right: 0 !important;
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }
}
