@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800&display=swap');

.ul_list_section li {
    list-style: none;
}

.section_heading p.margin_btm_less {
    margin-bottom: 15px;
}

.only_content_banner .common_top_banner .banner-left-content {
    padding-top: 200px;
}

.work_color span {
    color: blue;
}

.social_icons_footer li {
    margin-right: 10px;
    display: inline-block;
}

.text-align-center {
    text-align: end;
}

.work_color p {
    color: black;
}

.work_heading p {
    position: absolute;
    padding-top: 5px;
    color: grey;
}

.product_images {
    width: 20%;
}

.work_heading {
    position: absolute;
    padding-top: 0px;
}

.work_slide {
    position: absolute;
    left: 650px;
    padding-top: 450px;
    width: 1300px;
}

.culture_design_block .product_class {
    position: absolute;
    right: 0;
    width: 20px;
    margin-top: -60px;
}

.heading1 {
    position: absolute;
    right: 0px;
}

body {
    color: #555;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

img {
    max-width: 100%
}

.d-table {
    width: 100%;
    height: 100%
}

.desktop-nav .navbar .navbar-nav .nav-item a .d-table-cell {
    vertical-align: middle
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-70 {
    padding-bottom: 70px
}

.pt-70 {
    padding-top: 70px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.ul_list_section,
.pl-15 {
    padding-left: 15px
}

.pr-15 {
    padding-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.pr-20 {
    padding-right: 20px
}

.pl-20 {
    padding-left: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mlr-5 {
    margin-right: 5px;
    margin-left: 5px
}

.mlrt-5 {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 700;
    line-height: 1.5;
}

p {
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'Cairo', sans-serif;
    line-height: 1.8;
}

.vision_mission_section #nav-tabContent ul {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

.vision_mission_section .section_heading img {
    width: 100%;
    border-radius: 15px;
}

.vission_mission_section_new img {
    border-radius: 15px;
    width: 92%;
}

.vission_mission_section_new p {
    font-weight: 600;
}

.message_block_vision {
    margin: 95px auto;
}

.message_block_vision h6 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 0px;
}

.message_block_vision .colon_1 {
    position: absolute;
    margin-top: -40px;
    margin-left: -45px;
    width: 40px;
}

.message_block_vision .colon_2 {
    position: absolute;
    transform: rotate(180deg);
    margin-top: -105px;
    width: 40px;
    margin-left: 710px;
}

.message_block_vision h5 {
    text-align: end;
    margin-top: 40px;
    margin-right: -40px;
    color: #10069F;
}

.team_of_teams .section_heading p {
    width: 80%;
}

.team_of_teams ul {
    padding: 0px;
    margin: 0px;
}

.team_of_teams ul li {
    display: inline-block;
    margin-right: 25px;
}

.team_of_teams ul li h6 {
    font-size: 42px;
    margin-bottom: 0px;
    color: #10069F;
    line-height: 1.2;
}

.team_of_teams ul li h6::after {
    content: '+';
    font-size: 39px;
    margin-left: 4px;
}

.team_of_teams ul li p {
    font-size: 16px;
    margin-bottom: 0px;
    color: #777;
}

.image_slider_container .slick-slide img {
    padding: 0px 15px;
    width: 100%;
    border-radius: 30px;
}

.image_slider_container .slick-next:before,
.image_slider_container .slick-prev:before {
    color: #000;
    opacity: 1;
}

.image_slider_container .slick-slide {
    height: auto;
}

.image_slider_container .slick-prev:before {
    content: url(../images/about/slider_arrow_l.svg);
}

.image_slider_container .slick-next:before,
[dir=rtl] .slick-prev:before {
    content: url(../images/who_we_are/sider_arrow.svg);
}

.image_slider_container .slick-next,
.image_slider_container .slick-prev {
    background: #0003aa;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 8px;
    z-index: 9;
    box-shadow: 1px 1px 8px #b2b2b2;
}

.image_slider_container .slick-next:hover,
.image_slider_container .slick-prev:hover {
    box-shadow: 1px 1px 8px #767676;
}

.image_slider_container .slick-prev {
    margin-left: 15px;
    display: none !important;
}

.image_slider_container .slick-next {
    margin-right: 65px;
}

a {
    text-decoration: none
}

.form-control {
    height: 50px;
    border: 1px solid #e1e1e1;
    padding-left: 15px;
    border-radius: unset
}

.form-control:focus {
    border: 1px solid #c59970;
    -webkit-box-shadow: none;
    box-shadow: none
}

textarea {
    height: auto !important
}

.bg-f5f5f5 {
    background-color: #f5f5f5
}

.bg-f8f8f8 {
    background-color: #f8f8f8
}

::-moz-selection {
    background: #c59970;
    color: #fff
}

::selection {
    background: #0f0ba6;
    color: #fff
}

.default-btn {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: unset;
    display: inline-block;
    font-family: 'Cairo', sans-serif;
    border: 1px solid #c59970;
    background-color: #c59970;
    z-index: 1
}

.default-btn i {
    position: relative;
    top: 2px;
    padding-left: 7px
}

.default-btn.style2 {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .41)
}

.default-btn.style3 {
    background-color: #000;
    border-color: #000
}

.default-btn::before,
.default-btn::after {
    position: absolute;
    content: '';
    background-color: #c59970;
    height: 0%;
    width: 0%;
    top: 0;
    left: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: -1
}

.default-btn:hover {
    color: #fff;
    border-color: #c59970
}

.default-btn:hover::before,
.default-btn:hover::after {
    width: 100%;
    height: 100%
}

.default-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.section-title {
    max-width: 780px;
    margin: auto auto 40px;
    text-align: center
}

.section-title span {
    color: #c59970;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px
}

.section-title h2 {
    font-size: 56px;
    font-weight: 700
}

.section-title.style2 {
    text-align: start;
    margin-left: 0;
    margin-right: auto;
    max-width: 570px
}

.section-title.white-title span {
    color: #c59970
}

.section-title.white-title h2 {
    color: #fff
}

.no-scroll-y {
    overflow-y: hidden
}

.ctn-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100
}

.ctn-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, .2);
    border-top-color: #c59970;
    height: 8em;
    margin: 0 auto 3.5em;
    width: 8em
}

.ctn-preloader .animation-preloader .txt-loading {
    font: 700 5em montserrat, sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: #ddd;
    position: relative
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #0003AA;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.ctn-preloader .loader-section {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px)
}

.ctn-preloader .loader-section.section-left {
    left: 0
}

.ctn-preloader .loader-section.section-right {
    right: 0
}

.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.loaded .loader-section.section-left {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: 3.5s .1s all cubic-bezier(.1, .1, .1, 2);
    transition: 3.5s .1s all cubic-bezier(.1, .1, .1, 2)
}

.loaded .loader-section.section-right {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: 3.5s .1s all cubic-bezier(.1, .1, .1, 2);
    transition: 3.5s .1s all cubic-bezier(.1, .1, .1, 2)
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

.navbar-area {
    position: relative;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px
}

.navbar-area.style2 {
    position: fixed;
    background-color: unset;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 999
}

.desktop-nav .container-fluid {
    overflow: visible;
}

.navbar-area.style2 .desktop-nav {
    position: relative
}

.navbar-area.style2 .desktop-nav::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -15px;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, .15)
}

.mobile-responsive-nav::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, .15);
}

.navbar-area.style2 .desktop-nav .navbar .nav-item a {
    color: #fff;
    transition: 0.3s;
    opacity: 0.8;
}

.navbar-area.style2 .desktop-nav .navbar .nav-item a:hover {
    opacity: 0.6;
    transition: 0.3s;
}

.navbar-area.style2 .desktop-nav .navbar .nav-item a:hover,
.navbar-area.style2 .desktop-nav .navbar .nav-item a:focus {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.navbar-area.style2 .desktop-nav .navbar .nav-item a.active {
    color: #F4E509;
    border-bottom: 1px solid transparent;
    opacity: 1;
}

.navbar-area.style2 .desktop-nav .others-options {
    padding-left: 60px
}

.navbar-area.style2.is-sticky {
    background-color: #0003aa;
    position: fixed !important
}

.navbar-area.style3 {
    background-color: #000
}

.navbar-area.style3 .desktop-nav {
    position: relative
}

.navbar-area.style3 .desktop-nav .others-options {
    padding-left: 60px
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu,
.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu {
    border-bottom: 2px solid #fff
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu::before,
.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu::after,
.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu::before,
.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu::after {
    background-color: #fff
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu,
.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu {
    border-color: #c59970
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::before,
.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::after,
.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::before,
.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
    background-color: #c59970
}

.navbar-area.is-sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: -webkit-sticky !important;
    position: sticky !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.navbar-area .container-fluid {
    margin: auto
}

.navbar-brand {
    margin-right: 0px;
    margin-left: 0px;
}

.desktop-nav {
    padding-top: 0;
    padding-bottom: 0
}

.desktop-nav .navbar {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 2;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0
}

.desktop-nav .navbar ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0
}

.desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 15px;
    color: #1b2336;
    line-height: 1;
    position: relative;
    font-weight: 600;
    font-family: 'Cairo', sans-serif;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-left: 15px;
    margin-right: 15px
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
    padding-right: 18px
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
    content: "\f0d7";
    position: absolute;
    top: 0px;
    right: 0;
    font-family: "font awesome 6 free";
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    opacity: .7;
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 4px
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0
}

.navbar-area.style2 .desktop-nav .others-options .option-item .search-btn a,
.navbar-area.style3 .desktop-nav .navbar .nav-item a,
.navbar-area.style3 .desktop-nav .others-options .option-item .search-btn a,
.desktop-nav .navbar .navbar-nav .nav-item:hover a,
.desktop-nav .navbar .navbar-nav .nav-item:focus a,
.desktop-nav .navbar .navbar-nav .nav-item.active a {
    color: #fff
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    visibility: hidden;
    border-radius: 0;
    display: block;
    width: max-content;
    border: none;
    z-index: 99;
    opacity: 0;
    top: 80px;
    left: auto;
    right: 0;
    padding: 0
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu.megamenu {
    width: 100%;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #000;
    padding: 15px;
    border-bottom: transparent;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: block;
    position: relative
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
    content: "\f107";
    position: absolute;
    top: 14px;
    right: 13px;
    font-family: "font awesome 6 free";
    line-height: 1;
    font-size: 14px;
    opacity: .6
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #ffffffb3;
    background: #0003aab3;
    border-bottom: transparent;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    right: 250px;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #1b2336;
    border-bottom: 1px dashed #ededed;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    position: relative
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
    content: "\ea4e";
    position: absolute;
    top: 14px;
    right: 13px;
    font-family: remixicon !important;
    line-height: 1;
    font-size: 17px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: -250px;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1b2336
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    top: -1px;
    visibility: visible
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.navbar-area.style3 .desktop-nav .others-options .option-item .search-btn a:hover,
.navbar-area.style3 .desktop-nav .navbar .nav-item a:hover,
.navbar-area.style3 .desktop-nav .navbar .nav-item a:focus,
.navbar-area.style3 .desktop-nav .navbar .nav-item a.active,
.navbar-area.style2 .desktop-nav .others-options .option-item .search-btn a:hover,
.desktop-nav .navbar .navbar-nav .nav-item a:hover,
.desktop-nav .navbar .navbar-nav .nav-item a:focus,
.desktop-nav .navbar .navbar-nav .nav-item a.active,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a,
.desktop-nav .navbar .others-options .option-item .search-btn a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #c59970
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu.show {
    top: 100%;
    opacity: 1;
    margin-top: 15px;
    -webkit-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    border-radius: 15px;
}

.desktop-nav .navbar .others-options {
    padding-left: 50px;
    position: relative;
    top: -2px
}

.desktop-nav .navbar .others-options .option-item {
    display: inline-block;
    margin-right: 25px
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn .sidebar-menu {
    height: 20px;
    width: 25px;
    border-bottom: 2px solid #000;
    position: relative;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    top: 5px
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn .sidebar-menu::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 30px;
    left: 0;
    top: 9px;
    background-color: #000;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn .sidebar-menu::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 15px;
    left: 0;
    top: 0;
    background-color: #000;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn:hover .sidebar-menu {
    border-color: #c59970
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn:hover .sidebar-menu::before {
    background-color: #c59970;
    width: 15px
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
    background-color: #c59970;
    width: 25px
}

.desktop-nav .navbar .others-options .option-item .search-btn {
    font-size: 20px;
    position: relative;
    top: 5px
}

.desktop-nav .navbar .others-options .option-item .search-btn a {
    color: #000;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}


.searchmodal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    display: table
}

.searchmodal .modal-content {
    height: 100%;
    border-radius: 0;
    border: none;
    display: table-cell;
    vertical-align: middle;
    background-color: #000;
    opacity: .77
}

.searchmodal .modal-body {
    max-width: 700px;
    margin: auto;
    padding: 0
}

.searchmodal .modal-header {
    border: none
}

.searchmodal .modal-header button {
    position: relative
}

.searchmodal .modal-header button.close {
    position: absolute;
    right: 25px;
    top: 25px;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 55px;
    background-color: transparent;
    border-radius: 50px;
    color: #c59970;
    border: none;
    font-size: 35px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.searchmodal .modal-header button.close i {
    position: relative;
    top: -4px;
    left: 0
}

.searchmodal .modal-header button.close:hover,
.searchmodal .modal-header button.close:focus {
    color: #fff
}

.modal-search-form {
    position: relative
}

.modal-search-form .search-field {
    background-color: transparent;
    height: 60px;
    padding: 8px 15px;
    border: 1px solid #484848;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 10px;
    color: #fff
}

.modal-search-form .search-field::-webkit-input-placeholder,
.modal-search-form .search-field:-ms-input-placeholder,
.modal-search-form .search-field::-ms-input-placeholder,
.modal-search-form .search-field::placeholder {
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.modal-search-form .search-field:focus {
    border-color: #c59970
}

.modal-search-form button {
    border: none;
    background-color: #eee;
    color: #c59970;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 10px;
    padding: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer
}

.modal-search-form button i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%)
}

.modal-search-form button:hover,
.modal-search-form button:focus {
    background-color: #c59970;
    color: #fff
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 420px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0)
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    background-color: #0e0e0e;
    border: none;
    border-radius: 0
}

.modal.right .modal-content button.close {
    position: absolute;
    right: 20px;
    top: 30px;
    background-color: transparent;
    border: none;
    text-shadow: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    z-index: 99;
    opacity: 1
}

.modal.right .modal-content button.close i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #c59970;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 50%
}

.modal.right .modal-content button.close i:hover {
    background-color: #000
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity .3s linear, right .3s ease-out;
    transition: opacity .3s linear, right .3s ease-out
}

.modal.right.fade.show .modal-dialog {
    right: 0
}

.sidebarModal {
    position: relative
}

.sidebarModal.modal .modal-body {
    padding: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebarModal.modal .modal-body .sidebar-content {
    margin-top: 35px;
    margin-bottom: 30px
}

.sidebarModal.modal .modal-body .sidebar-content p {
    margin-bottom: 30px;
    color: #fff
}

.sidebarModal.modal .modal-body .sidebar-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff
}

.sidebarModal.modal .modal-body .sidebar-content .sidebar-btn {
    margin-top: 25px
}

.sidebarModal.modal .modal-body .sidebar-contact-info h3 {
    font-size: 22px;
    margin-bottom: 0;
    color: #fff
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 0
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li {
    list-style-type: none;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 22px
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a {
    color: #fff
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a:hover {
    color: #c59970
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #c59970
}

.sidebarModal.modal .modal-body .sidebar-social-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px
}

.sidebarModal.modal .modal-body .sidebar-social-list li {
    display: inline-block;
    margin-right: 8px
}

.sidebarModal.modal .modal-body .sidebar-social-list li i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 16px;
    background: #c59970;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.sidebarModal.modal .modal-body .sidebar-social-list li i:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #000;
    color: #fff
}

.others-option-for-responsive {
    display: none !important
}

.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 40px;
    top: -42px
}

.others-option-for-responsive .dot-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px
}

.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background-color: #c59970
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #c59970
}

.others-option-for-responsive .container {
    position: relative
}

.others-option-for-responsive .container .container {
    position: absolute;
    right: -2px;
    top: 15px;
    max-width: 320px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px
}

.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.others-option-for-responsive .others-options {
    padding: 10px;
    text-align: center
}

.others-option-for-responsive .others-options .option-item {
    display: inline-block;
    margin-right: 15px
}

.others-option-for-responsive .others-options .option-item .sidebar-btn .sidebar-menu {
    height: 20px;
    width: 25px;
    border-bottom: 2px solid #000;
    position: relative;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    top: 5px
}

.others-option-for-responsive .others-options .option-item .sidebar-btn .sidebar-menu::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 30px;
    left: 0;
    top: 9px;
    background-color: #000;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.others-option-for-responsive .others-options .option-item .sidebar-btn .sidebar-menu::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 15px;
    left: 0;
    top: 0;
    background-color: #000;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.others-option-for-responsive .others-options .option-item .sidebar-btn:hover .sidebar-menu {
    border-color: #c59970
}

.others-option-for-responsive .others-options .option-item .sidebar-btn:hover .sidebar-menu::before {
    background-color: #c59970;
    width: 15px
}

.others-option-for-responsive .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
    background-color: #c59970;
    width: 25px
}

.others-option-for-responsive .others-options .option-item .search-btn {
    font-size: 20px;
    position: relative;
    top: 5px
}

.others-option-for-responsive .others-options .option-item .search-btn a {
    color: #000;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.others-option-for-responsive .others-options .option-item .search-btn a:hover {
    color: #c59970
}

.navbar .megamenu {
    padding: 1rem;
}

.work-culture {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #deecf8c7;
    box-shadow: #d7dae124 1px 4px 5px 2px;
    margin: 250px 0 230px;
}

.career-maintitle {
    font-size: 30px;
    font-weight: 700;
    color: #000000c9;
    margin-top: 0;
    text-align: center;
}

.coming-soon {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}

.coming_soon_navbar {
    background-color: #10069F !important;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .menu_content_block {
        padding: 20px 0px 20px 20px;
        background: #F5F3FF;
        border-radius: 15px 0 0 15px;
    }

    .menu_content_block p {
        margin-bottom: 0px;
        line-height: 1.5;
        font-size: 15px;
        color: #000124B2;
    }

    .navbar .has-megamenu.login_btn {
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }

    .navbar .has-megamenu.login_btn a.dropdown-toggle {
        background: transparent;
        min-width: 80px;
        padding: 10px 15px !important;
        border-radius: 5px;
        font-weight: 600 !important;
        border: 1px solid #fff;
        min-width: 90px;
    }

    .navbar .has-megamenu.login_btn a.dropdown-toggle::before {
        top: 10px !important;
        right: 10px !important;
    }

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

    .megamenu h4 {
        font-size: 18px;
        color: #000;
        border-bottom: 1px solid #eee;
        line-height: 1.5;
        font-weight: 700;
    }

    .megamenu .view_more_menu {
        margin-bottom: 20px;
    }

    .megamenu .view_more_menu a {
        color: #0f0ba6 !important;
        margin-left: 0 !important;
        background: #eee;
        padding: 10px 15px !important;
        border-radius: 5px;
    }

    .megamenu .view_more_menu a img {
        width: 18px;
        position: relative;
        top: -2px;
    }

    .megamenu .megamenu_bottom h5 {
        margin-bottom: 0;
        line-height: 1;
        font-size: 16px;
        font-weight: 700;
    }

    .megamenu .megamenu_bottom p {
        font-size: 14px;
        color: #000;
        line-height: 1.5;
        margin-top: 5px;
        font-weight: 400;
    }

    .megamenu_bottom {
        margin-bottom: 10px;
        margin-left: 0px;
        margin-top: 10px;
    }

    .megamenu_bottom img {
        margin-right: 5px;
        width: 24px;
        vertical-align: sub;
    }

    .megamenu_links {
        padding: 28px 35px;
        background: #fff;
        border-radius: 0 15px 15px 0;
    }
}

/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .dropdown-menu {
        position: static !important;
        transform: translate3d(0px, 0px, 0px) !important;
        border-radius: 0px;
    }

    .menu_content_block h3 {
        font-size: 18px;
    }

    .menu_content_block p {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .megamenu_bottom img {
        margin-right: 5px;
        width: 24px;
        vertical-align: bottom;
    }

    .megamenu h4 {
        font-size: 16px;
        color: #000;
        border-bottom: 1px solid #eee;
        line-height: 1.5;
        font-weight: 700;
    }

    .megamenu .megamenu_bottom h5 {
        font-size: 14px;
    }

    .megamenu .megamenu_bottom p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
        padding: 20px;
    }

    .custom_row_menu {
        --bs-gutter-x: 0px;
    }

    .menu_content_block {
        padding: 10px;
        display: none;
    }

    .megamenu_links {
        padding: 0px 10px;
    }

    .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li .megamenu_links a {
        display: inline-block;
        padding: 10px 0px;
    }

    .megamenu_links .row {
        --bs-gutter-x: 0px;
    }
}

/* ============ mobile view .end// ============ */
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: .6
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: .6
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes movebounce2 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes movebounce2 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.banner-slider-item {
    padding-top: 140px;
    padding-bottom: 160px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.bg-1::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 700px;
    width: 100%;
    background: linear-gradient(92.32deg, #0003AA 2.2%, #6A0A5C 98.3%);
}

.bg-1 {
    height: 700px;
}

.banner-slider-item.bg-2 {
    background-image: url(../images/banner/banner-bg-2.jpg);
    background-attachment: scroll
}

.banner-content {
    max-width: 1580px;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
    position: relative;
    cursor: auto;
}

.banner-content .banner-left-content {
    z-index: 1;
}

.banner_title_two {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 0px
}

.banner-left-content_work h1,
.banner-content .banner-left-content p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 300;
    max-width: 80%;
    margin-top: 20px;
    line-height: 1.5;
}

.slider-counter {
    z-index: 1;
    bottom: 100px;
    position: relative;
    text-align: center;
    color: #fff;
    max-width: 30px;
    margin: auto;
    font-size: 18px;
    margin: 4px auto;
}

.slider-counter.active {
    color: #fff
}

.video-play-btn {
    text-align: end;
    margin-right: 100px
}

.video-play-btn .play-btn a {
    color: #c59970;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    border-radius: 100%;
    background: rgba(255, 255, 255, .3);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    display: inline-block;
    position: relative;
    z-index: 1
}

.video-play-btn .play-btn a i {
    position: relative;
    left: 3px;
    top: 2px
}

.video-play-btn .play-btn a::before {
    position: absolute;
    content: '';
    height: 110px;
    width: 110px;
    left: -5px;
    top: -5px;
    border: 1px solid #c59970;
    border-radius: 100%;
    -webkit-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    z-index: -1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.video-play-btn .play-btn a:hover {
    background-color: #c59970;
    color: #fff
}

.video-play-btn .play-btn a:hover::before {
    border-color: #fff
}

.banner-area-style2.bg-1 {
    background-image: url(../images/banner/banner-bg-3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: scroll;
    z-index: 1
}

.banner-area-style2.bg-1::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(21, 21, 21, .5);
    z-index: -1
}

.banner-content-style2 {
    padding-top: 150px;
    padding-bottom: 150px;
    max-width: 930px;
    margin: auto;
    text-align: center
}

.banner-content-style2 h1 {
    font-size: 120px;
    color: #fff;
    font-weight: 800;
    line-height: 130px;
    margin-bottom: 25px
}

.banner-content-style2 p {
    max-width: 790px;
    margin: auto;
    color: #cacaca;
    margin-bottom: 30px
}

.banner-logo-content {
    text-align: center;
    padding-bottom: 80px
}

.banner-logo-content ul li {
    display: inline-block;
    margin-right: 50px
}

.banner-logo-content ul li img {
    opacity: .4
}

.banner-area-style3 {
    padding-top: 200px;
    padding-bottom: 200px
}

.banner-area-style3 .container-fluid {
    max-width: 1520px
}

.banner-area-style3.bg-image {
    background-image: url(../images/banner/banner-bg-4.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1
}

.banner-area-style3.bg-image::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .31);
    z-index: -1
}

.banner-content3 {
    max-width: 790px;
    margin-right: 0;
    margin-left: auto
}

.banner-content3 h1 {
    font-size: 110px;
    font-weight: 800;
    line-height: 120px;
    color: #fff;
    margin-bottom: 20px
}

.banner-content3 p {
    color: #cacaca;
    margin-bottom: 30px
}

.page-banner-area {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll
}

.page-banner-area::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .64);
    z-index: -1
}

.page-banner-area.bg-1 {
    background-image: url(../images/banner/banner-bg-5.jpg)
}

.page-banner-area.bg-2 {
    background-image: url(../images/banner/banner-bg-6.jpg)
}

.page-banner-area.bg-3 {
    background-image: url(../images/banner/banner-bg-7.jpg)
}

.page-banner-area.bg-4 {
    background-image: url(../images/banner/banner-bg-8.jpg)
}

.page-banner-area.bg-5 {
    background-image: url(../images/banner/banner-bg-9.jpg)
}

.page-banner-area.bg-6 {
    background-image: url(../images/banner/banner-bg-10.jpg)
}

.page-banner-content {
    text-align: center
}

.page-banner-content h1 {
    font-size: 56px;
    color: #fff;
    margin-bottom: 10px
}

.page-banner-content ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    color: #c59970;
    position: relative
}

.page-banner-content ul li::before {
    position: absolute;
    content: '';
    right: -13px;
    height: 15px;
    width: 1px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-banner-content ul li a {
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.page-banner-content ul li a:hover {
    color: #c59970
}

.experience-area .container {
    position: relative
}

.experience-area .container .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-animation: movebounce2 7s linear infinite;
    animation: movebounce2 7s linear infinite
}

.experience-content .experience-title {
    margin-bottom: 25px
}

.experience-content .experience-title span {
    color: #c59970;
    display: inline-block;
    margin-bottom: 10px
}

.experience-content .experience-title h2 {
    font-size: 56px
}

.experience-content .content p {
    margin-bottom: 18px
}

.experience-image {
    padding-right: 45px;
    padding-top: 15px;
    position: relative
}

.experience-image .experience {
    height: 180px;
    width: 180px;
    background-color: #000;
    border-radius: 100%;
    border: 5px solid #fff;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding: 25px
}

.experience-image .experience h2 {
    font-size: 48px;
    color: #c59970
}

.experience-image .experience span {
    color: #fff;
    font-size: 18px
}

.about-img {
    padding-left: 40px;
    position: relative
}

.about-img .small-img {
    width: 270px;
    border: 5px solid #fff;
    position: absolute;
    left: 0;
    bottom: 40px
}

.about-content .about-title span {
    color: #c59970;
    margin-bottom: 5px;
    display: inline-block
}

.about-content .about-title h2 {
    font-size: 56px;
    margin-bottom: 20px
}

.about-content .experience {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px
}

.about-content .experience p {
    font-size: 24px;
    color: #000;
    font-weight: 600
}

.about-content .experience span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 48px;
    color: #c59970;
    display: inline-block;
    font-family: barlow condensed, sans-serif;
    font-weight: 700
}

.about-content .content {
    margin-bottom: 30px
}

.features-area.bg-1 {
    background-color: #141414;
    background-image: url(../images/features/features-shape-1.png);
    background-size: cover;
    background-position: center center
}

.single-features-card {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-features-card .features-img {
    margin-bottom: 22px
}

.single-features-card h3 {
    font-size: 24px;
    margin-bottom: 18px
}

.single-features-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.single-features-box .features-img {
    overflow: hidden;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-features-box .features-img img {
    overflow: hidden;
    -webkit-transition: all ease 1.5s;
    transition: all ease 1.5s
}

.single-features-box .features-img .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 1.5s;
    transition: all ease 1.5s;
    opacity: 0
}

.single-features-box .features-img .play-btn a {
    color: #c59970;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    border-radius: 100%;
    background: #fff;
    -webkit-transition: all ease 1.5s;
    transition: all ease 1.5s;
    display: inline-block;
    position: relative;
    z-index: 1
}

.single-features-box .features-img .play-btn a i {
    position: relative;
    left: 3px;
    top: 2px
}

.single-features-box .features-img .play-btn a::before {
    position: absolute;
    content: '';
    height: 70px;
    width: 70px;
    left: -5px;
    top: -5px;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    z-index: -1
}

.single-features-box .features-img .play-btn a:hover {
    background-color: #c59970;
    color: #fff
}

.single-features-box .features-content {
    background-color: #252525;
    padding: 20px;
    text-align: center
}

.single-features-box .features-content h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px
}

.single-features-box .features-content span {
    color: #cfcfcf
}

.single-features-box:hover .features-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.single-features-box:hover .features-img .play-btn {
    opacity: 1
}

.works-area.bg {
    background-image: url(../images/works/works-img-1.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.works-area.bg::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    z-index: -1
}

.works-btn {
    margin-bottom: 45px;
    text-align: end
}

.sidebar-search {
    position: relative;
    margin-bottom: 30px
}

.sidebar-search .form-control {
    height: 60px;
    border: 1px solid rgba(196, 196, 196, .29)
}

.sidebar-search .default-btn {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    padding: 10px 18px;
    font-size: 22px
}

.history-area .tab-teaser .tab-menu ul {
    padding-left: 0;
    margin-bottom: 10px
}

.history-area .tab-teaser .tab-menu li {
    list-style-type: none;
    margin-bottom: 12px
}

.history-area .tab-teaser .tab-menu li a {
    color: #000;
    padding: 10px 35px;
    background: #f5f5f5;
    font-weight: 500;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    display: inline-block
}

.history-area .tab-teaser .tab-menu li a::before {
    position: absolute;
    content: '';
    right: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    height: 2px;
    width: 25px;
    background-color: #000;
    opacity: 0
}

.history-area .tab-teaser .tab-menu li a::after {
    position: absolute;
    content: '';
    height: 12px;
    width: 12px;
    background-color: #000;
    -webkit-clip-path: polygon(30% 0, 50% 0, 100% 50%, 50% 100%, 30% 100%, 80% 47%, 80% 51%);
    clip-path: polygon(30% 0, 50% 0, 100% 50%, 50% 100%, 30% 100%, 80% 47%, 80% 51%);
    right: -37px;
    top: 51%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0
}

.history-area .tab-teaser .tab-menu li a.active,
.history-area .tab-teaser .tab-menu li a:hover,
.history-area .tab-teaser .tab-menu li a:focus {
    background-color: #000;
    color: #fff
}

.history-area .tab-teaser .tab-menu li a.active::before,
.history-area .tab-teaser .tab-menu li a:hover::before,
.history-area .tab-teaser .tab-menu li a:focus::before,
.history-area .tab-teaser .tab-menu li a.active::after,
.history-area .tab-teaser .tab-menu li a:hover::after,
.history-area .tab-teaser .tab-menu li a:focus::after {
    opacity: 1
}

.history-area .tab-teaser .tab-menu li a:hover::before,
.history-area .tab-teaser .tab-menu li a:hover::after {
    opacity: 0
}

.history-area .tab-box {
    display: none;
    padding: 35px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    margin-left: -35px
}

.history-area .tab-box .history-content .history-title {
    margin-bottom: 35px
}

.history-area .tab-box .history-content .history-title span {
    color: #c59970;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block
}

.history-area .tab-box .history-content .history-title h2 {
    font-size: 36px;
    margin-bottom: 15px
}

.history-area .tab-box .history-content .logo-list ul li {
    display: inline-block;
    margin-right: 10px
}

.history-content-style2 .history-title {
    margin-bottom: 30px
}

.history-content-style2 .history-title span {
    color: #c59970;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600
}

.history-content-style2 .history-title h2 {
    font-size: 56px
}

.history-box {
    background-color: #f8f8f8;
    padding: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    position: relative
}

.history-box .card-left-content {
    text-align: center
}

.history-box .card-left-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.history-box .card-left-content span {
    font-size: 18px;
    font-weight: 600;
    color: #c59970;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.history-box .card-right-content {
    border-left: 1px dashed #c59970;
    padding-left: 25px
}

.history-box .card-right-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.history-box .card-right-content p {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.history-box:hover,
.history-box.active {
    background-color: #000
}

.history-box:hover::after,
.history-box.active::after {
    height: 75%
}

.history-box:hover .card-left-content h4,
.history-box.active .card-left-content h4,
.history-box:hover .card-right-content h3,
.history-box.active .card-right-content h3,
.history-box:hover .card-right-content p,
.history-box.active .card-right-content p {
    color: #fff
}

.history-img-content-style2 {
    padding-left: 70px;
    padding-bottom: 35px;
    position: relative
}

.history-img-content-style2 .small-img {
    height: 300px;
    width: 300px;
    border-radius: 100%;
    border: 6px solid #fff;
    position: absolute;
    left: 0;
    bottom: 0
}

.history-content-style2 .scrollmenu {
    overflow-y: scroll;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    height: 320px;
    display: block;
    left: 0;
    top: 0
}

.history-content-style2 * {
    scrollbar-width: auto;
    scrollbar-color: #e2dede #e2dede
}

.history-content-style2 *::-webkit-scrollbar {
    width: 12px
}

.history-content-style2 *::-webkit-scrollbar-track {
    background: #e2dede
}

.history-content-style2 *::-webkit-scrollbar-thumb {
    background-color: #c59970;
    border-radius: 0;
    border: 3px solid #e2dede
}

.services-area.bg-color {
    background-color: #1d1d1d
}

.single-services-card .services-img img,
.single-services-card .services-img {
    overflow: hidden;
    -webkit-transition: all ease 2s;
    transition: all ease 2s
}

.single-services-card .services-contet {
    padding: 30px;
    background-color: #141414
}

.single-services-card .services-contet h3 {
    font-size: 24px;
    margin-bottom: 20px
}

.single-services-card .services-contet h3 a {
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-services-card .services-contet p {
    color: #dbd9d9
}

.single-services-card:hover .services-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.single-service-box,
.services-area .services-shape,
.services-area {
    position: relative
}

.single-service-box .services-content1 {
    position: absolute;
    background-color: #fff;
    padding: 25px;
    text-align: center;
    left: 30px;
    right: 30px;
    bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-service-box .services-content1 h3 {
    font-size: 24px;
    margin-bottom: 0
}

.single-service-box .services-content2 {
    position: absolute;
    padding: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: rgba(0, 0, 0, .83);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-service-box .services-content2 h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 18px
}

.single-service-box .services-content2 p {
    color: #fff
}

.single-service-box:hover .services-content1 {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.single-service-box:hover .services-content2 {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.trust-image {
    position: relative;
    padding-right: 100px;
    padding-bottom: 30px
}

.trust-image .small-img {
    position: absolute;
    width: 300px;
    right: 0;
    bottom: 0;
    border: 15px solid #f5f5f5;
    background-color: #f5f5f5
}

.trust-image .small-img img {
    border-radius: 20px 0 0 0
}

.trust-content .trust-title {
    margin-bottom: 30px
}

.trust-content .trust-title span {
    color: #c59970;
    font-size: 18px;
    font-weight: 600
}

.trust-content .trust-title h2 {
    font-size: 56px
}

.trust-content .faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
    border: none;
    background-color: #fff;
    border-radius: unset;
    border: unset
}

.trust-content .faq-accordion .accordion .accordion-title {
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    border-radius: unset;
    cursor: pointer
}

.trust-content .faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #555;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.trust-content .faq-accordion .accordion .accordion-title.active i::before {
    content: "\f077";
    font-family: "font awesome 6 free"
}

.trust-content .faq-accordion .accordion .accordion-content {
    display: none;
    padding-top: 20px;
    background-color: #f5f5f5
}

.trust-content .faq-accordion .accordion .accordion-content p {
    font-weight: 400
}

.trailer-area.bg-1 {
    background-image: url(../images/trailer/trailer-img-1.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.trailer-area.bg-1::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    z-index: -1
}

.banner-area .container-fluid,
.trailer-area .container-fluid {
    padding: 0;
    overflow: hidden
}

.single-trailer-card {
    position: relative;
    margin-bottom: 50px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-trailer-card .trailer-img {
    overflow: hidden;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-trailer-card .trailer-img img {
    overflow: hidden;
    -webkit-transition: all ease 2s;
    transition: all ease 2s
}

.single-trailer-card .trailer-img .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 2s;
    transition: all ease 2s;
    opacity: 0
}

.single-trailer-card .trailer-img .play-btn a {
    color: #c59970;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    border-radius: 100%;
    background: #fff;
    -webkit-transition: all ease 2s;
    transition: all ease 2s;
    display: inline-block;
    position: relative;
    z-index: 1
}

.single-trailer-card .trailer-img .play-btn a i {
    position: relative;
    left: 3px;
    top: 2px
}

.single-trailer-card .trailer-img .play-btn a::before {
    position: absolute;
    content: '';
    height: 90px;
    width: 90px;
    left: -5px;
    top: -5px;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    z-index: -1
}

.single-trailer-card .trailer-img .play-btn a:hover {
    background-color: #c59970;
    color: #fff
}

.single-trailer-card .trailer-content {
    background-color: #000;
    padding: 30px;
    text-align: center;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -50px
}

.single-trailer-card .trailer-content h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px
}

.single-trailer-card .trailer-content span {
    color: #fff
}

.single-trailer-card .trailer-content::before {
    position: absolute;
    content: '';
    height: 3px;
    width: 0%;
    left: auto;
    right: 0;
    bottom: 0;
    background-color: #c59970;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-trailer-card:hover .trailer-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.single-trailer-card:hover .trailer-img .play-btn {
    opacity: 1
}

.single-trailer-card:hover .trailer-content::before {
    width: 100%;
    left: 0;
    right: auto
}

.active.center .single-trailer-card .trailer-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.active.center .single-trailer-card .trailer-img .play-btn {
    opacity: 1
}

.active.center .single-trailer-card .trailer-content::before {
    width: 100%;
    left: 0;
    right: auto
}

.trailer-area-style2.bg-color {
    background-color: #141414
}

.single-trailer-box {
    margin-bottom: 40px
}

.single-trailer-box .trailer-img {
    overflow: hidden;
    -webkit-transition: all ease 2s;
    transition: all ease 2s
}

.single-trailer-box .trailer-img img {
    overflow: hidden;
    -webkit-transition: all ease 2s;
    transition: all ease 2s
}

.single-trailer-box .content {
    text-align: center;
    padding: 30px 30px 0
}

.single-trailer-box .content h3 {
    font-size: 24px;
    color: #fff
}

.single-trailer-box .content span {
    color: #cbc3c3
}

.single-trailer-box:hover .trailer-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.lines {
    top: 0;
    left: 0;
    right: 0;
    width: 90vw;
    z-index: -1;
    height: 100%;
    margin: auto;
    position: absolute
}

.lines .line {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: rgba(255, 255, 255, .1)
}

.lines .line::after {
    left: 0;
    top: -50%;
    content: "";
    width: 100%;
    height: 15vh;
    display: block;
    position: absolute;
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.4, .26, 0, .97);
    animation-timing-function: cubic-bezier(.4, .26, 0, .97);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%)
}

.lines .line:nth-child(1) {
    margin-left: -19%
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.lines .line:nth-child(3) {
    margin-left: 19%
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

@-webkit-keyframes run {
    0% {
        top: -50%
    }

    100% {
        top: 110%
    }
}

@keyframes run {
    0% {
        top: -50%
    }

    100% {
        top: 110%
    }
}

.counter-area-style2 {
    position: relative;
    z-index: 1
}

.counter-area-style2.bg-color {
    background-color: #1d1d1d
}

.single-counter-card {
    text-align: center;
    margin-bottom: 30px
}

.single-counter-card h1 {
    font-size: 72px;
    color: #fff;
    margin-bottom: 0
}

.single-counter-card h1 span {
    font-family: barlow condensed, sans-serif
}

.movie-area {
    position: relative;
    z-index: 1
}

.movie-area.bg-color {
    background-color: #141414
}

.movie-area .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.movie-area .shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: -1
}

.movie-content .movie-title span,
.single-counter-card p,
.single-services-card:hover .services-contet h3 a {
    color: #c59970
}

.movie-content .movie-title h2 {
    font-size: 56px;
    color: #fff
}

.movie-content p {
    color: #dbdada
}

.movie-content .series,
.movie-content .movie-title {
    margin-bottom: 25px
}

.movie-content .series ul li {
    display: inline-block;
    margin-right: 30px
}

.movie-content .series ul li a {
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.movie-content .series ul li a:hover {
    color: #c59970
}

.watch-video-area.bg-img {
    background-image: url(../images/video-img/video-img-1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.watch-video-area.bg-img::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(20, 20, 20, .9);
    z-index: -1
}

.watch-video-content {
    position: relative;
    margin-bottom: 30px
}

.watch-video-content .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 35%;
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.watch-video-content .play-btn a {
    color: #c59970;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    border-radius: 100%;
    background: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    display: inline-block;
    position: relative;
    z-index: 1
}

.watch-video-content .play-btn a i {
    position: relative;
    left: 3px;
    top: 2px
}

.watch-video-content .play-btn a::before {
    position: absolute;
    content: '';
    height: 90px;
    width: 90px;
    left: -5px;
    top: -5px;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    z-index: -1
}

.watch-video-content .play-btn a:hover {
    background-color: #c59970;
    color: #fff
}

.watch-video-content .video-content {
    background: rgba(0, 0, 0, .68);
    padding: 30px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    bottom: 30px;
    width: 540px
}

.watch-video-content .video-content h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px
}

.watch-video-content .video-content span {
    color: #fff
}

.single-video-card {
    padding-bottom: 70px;
    position: relative;
    margin-bottom: 30px
}

.single-video-card .video-img {
    overflow: hidden;
    -webkit-transition: all ease 2s;
    transition: all ease 2s
}

.single-video-card .video-img img {
    overflow: hidden;
    -webkit-transition: all ease 2s;
    transition: all ease 2s
}

.single-video-card .video-content {
    padding: 30px;
    background-color: #212121;
    position: absolute;
    text-align: center;
    left: 30px;
    right: 30px;
    bottom: 0
}

.single-video-card .video-content h3 {
    font-size: 24px;
    color: #fff
}

.single-video-card .video-content span {
    color: #fff
}

.single-video-card:hover .video-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.single-video-box {
    position: relative;
    margin-bottom: 80px
}

.single-video-box .video-img {
    overflow: hidden;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-video-box .video-img img {
    overflow: hidden;
    -webkit-transition: all ease 2s;
    transition: all ease 2s
}

.single-video-box .video-img .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 2s;
    transition: all ease 2s;
    opacity: 0
}

.single-video-box .video-img .play-btn a {
    color: #c59970;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    border-radius: 100%;
    background: #fff;
    -webkit-transition: all ease 2s;
    transition: all ease 2s;
    display: inline-block;
    position: relative;
    z-index: 1
}

.single-video-box .video-img .play-btn a i {
    position: relative;
    left: 3px;
    top: 2px
}

.single-video-box .video-img .play-btn a::before {
    position: absolute;
    content: '';
    height: 90px;
    width: 90px;
    left: -5px;
    top: -5px;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    z-index: -1
}

.single-video-box .video-img .play-btn a:hover {
    background-color: #c59970;
    color: #fff
}

.single-video-box .video-content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 30px;
    text-align: center;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -50px
}

.single-video-box .video-content h3 {
    font-size: 24px;
    margin-bottom: 10px
}

.single-video-box .video-content::before {
    position: absolute;
    content: '';
    height: 3px;
    width: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background-color: #c59970;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-video-box:hover .video-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.single-video-box:hover .video-img .play-btn {
    opacity: 1
}

.single-video-box:hover .video-content::before {
    width: 75%
}

.video-details {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border-radius: 5px
}

.video-details-content {
    margin-bottom: 30px
}

.video-details-content .video-img {
    position: relative;
    margin-bottom: 25px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    overflow: hidden;
    border-radius: 5px
}

.video-details-content .video-img img {
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.video-details-content .video-img .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.video-details-content .video-img .play-btn a {
    color: #c59970;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    border-radius: 100%;
    background: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    display: inline-block;
    position: relative;
    z-index: 1
}

.video-details-content .video-img .play-btn a i {
    position: relative;
    left: 3px;
    top: 2px
}

.video-details-content .video-img .play-btn a::before {
    position: absolute;
    content: '';
    height: 90px;
    width: 90px;
    left: -5px;
    top: -5px;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    z-index: -1
}

.video-details-content .video-img .play-btn a:hover {
    background-color: #c59970;
    color: #fff
}

.video-details-content .video-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(3px);
    filter: blur(3px);
    border-radius: 5px
}

.video-details-content .video-info .left-info ul li {
    display: inline-block;
    margin-right: 8px;
    position: relative
}

.video-details-content .video-info .left-info ul li::before {
    position: absolute;
    content: ',';
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.video-details-content .video-info .left-info ul li a {
    color: #555;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.video-details-content .video-info .left-info ul li a:hover {
    color: #c59970
}

.video-details-content .video-info .right-info {
    text-align: end
}

.video-details-content .video-info .right-info ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    padding-left: 25px
}

.video-details-content .video-info .right-info ul li i {
    color: #c59970;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.video-details-informaion {
    padding: 30px;
    background-color: #f8f8f8;
    margin-bottom: 30px;
    border-radius: 5px
}

.video-details-informaion .information-list {
    margin-bottom: 30px
}

.video-details-informaion .information-list ul li {
    margin-bottom: 20px;
    list-style-type: none
}

.video-details-informaion .information-list ul li h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Cairo', sans-serif;
    color: #000;
    margin-bottom: 8px
}

.video-details-informaion .social-content ul li {
    display: inline-block;
    margin-right: 7px
}

.video-details-informaion .social-content ul li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #c59970;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 0 25px rgba(1, 78, 50, .1);
    box-shadow: 0 0 25px rgba(1, 78, 50, .1);
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.video-details-informaion .social-content ul li a:hover {
    background-color: #c59970;
    color: #fff
}

.video-details-bottom-content h3 {
    font-size: 36px;
    margin-bottom: 20px
}

.faq-content {
    max-width: 1100px;
    margin: auto
}

.faq-content .accordion .accordion-item {
    display: block;
    margin-bottom: 30px;
    border: none;
    border-radius: 7px
}

.faq-content .accordion .accordion-title {
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    background-color: #f8f8f8;
    font-family: barlow condensed, sans-serif;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.faq-content .accordion .accordion-title i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    font-size: 16px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.faq-content .accordion .accordion-title.active {
    border-left: 4px solid rgba(197, 153, 112, .2);
    border-right: 4px solid rgba(197, 153, 112, .2)
}

.faq-content .accordion .accordion-title.active i {
    background-color: #c59970
}

.faq-content .accordion .accordion-title.active i::before {
    content: "\f077";
    color: #fff;
    font-family: "font awesome 6 free"
}

.faq-content .accordion .accordion-content {
    display: none;
    background-color: #fff;
    padding: 20px;
    border-left: 4px solid rgba(197, 153, 112, .2);
    border-right: 4px solid rgba(197, 153, 112, .2);
    border-bottom: 4px solid rgba(197, 153, 112, .2)
}

.faq-content .accordion .accordion-content p {
    font-weight: 400
}

.team-area.bg-color {
    background-color: #1d1d1d
}

.team-area.bg-color2 {
    background-color: #141414;
    background-image: url(../images/team/team-shape-1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.single-team-card {
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    overflow: hidden;
    margin: 5px
}

.single-team-card::before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .75);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.banner-img-live {
    margin-bottom: 25px;
}

.single-team-card .team-content {
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-team-card .team-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-team-card .team-content span {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-team-card .team-content .social-content {
    position: absolute;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-team-card .team-content .social-content ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-team-card .team-content .social-content ul li {
    display: inline-block;
    margin-right: 7px
}

.single-team-card .team-content .social-content ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #c59970;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 0 25px rgba(1, 78, 50, .1);
    box-shadow: 0 0 25px rgba(1, 78, 50, .1);
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-team-card .team-content .social-content ul li a:hover {
    background-color: #fff
}

.single-team-card:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.single-team-card:hover .team-content {
    top: 57%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    padding: 0
}

.single-team-card:hover .team-content h3,
.single-team-card:hover .team-content span {
    color: #fff
}

.single-team-card:hover .team-content .social-content {
    opacity: 1
}

.single-team-card.style2 .team-img,
.single-team-card.style2 .team-img img {
    overflow: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-team-card.style2 .team-content {
    background-color: #141414;
    padding: 30px;
    bottom: -60px
}

.single-team-card.style2 .team-content h3,
.single-team-card.style2 .team-content span {
    color: #fff
}

.single-team-card.style2 .team-content .social-content {
    position: unset;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 1
}

.single-team-card.style2 .team-content .social-content ul {
    margin-top: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-team-card.style2 .team-content .social-content ul li a {
    color: #c59970;
    background: rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 0 25px rgba(1, 78, 50, .1);
    box-shadow: 0 0 25px rgba(1, 78, 50, .1)
}

.single-team-card.style2 .team-content .social-content ul li a:hover {
    background-color: #fff
}

.single-team-card.style2:hover .team-content {
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    bottom: 0
}

.single-team-card.style2:hover .team-img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.single-team-card.style3 {
    margin: 0;
    margin-bottom: 30px
}

.single-team-box .team-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s
}

.single-team-box .team-img img {
    overflow: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s
}

.single-team-box .team-img .social-content {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    bottom: 30px
}

.single-team-box .team-img .social-content ul li {
    margin-right: 8px;
    list-style-type: none;
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden
}

.single-team-box .team-img .social-content ul li:nth-child(1) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.single-team-box .team-img .social-content ul li:nth-child(2) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.single-team-box .team-img .social-content ul li:nth-child(3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.single-team-box .team-img .social-content ul li:nth-child(4) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.single-team-box .team-img .social-content ul li a {
    color: #fff;
    height: 35px;
    background-color: #c59970;
    width: 35px;
    line-height: 33px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: inline-block;
    text-align: center;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-team-box .team-img .social-content ul li a:hover {
    background-color: #fff;
    color: #c59970
}

.single-team-box .team-content {
    text-align: center;
    padding: 30px;
    background-color: #0d0d0d
}

.single-team-box .team-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff
}

.single-team-box .team-content span {
    color: #cecccc
}

.single-team-box:hover .team-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.single-team-box:hover .team-img .social-content ul li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.single-team-box.style2 .team-img {
    border-radius: 10px 10px 0 0
}

.single-team-box.style2 .team-img img {
    border-radius: 10px 10px 0 0
}

.single-team-box.style2 .team-content {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.single-team-box.style2 .team-content .social-content ul li {
    margin-right: 8px;
    list-style-type: none;
    display: inline-block
}

.single-team-box.style2 .team-content .social-content ul li a {
    color: #c59970;
    height: 35px;
    background-color: #fff;
    width: 35px;
    line-height: 33px;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-box-shadow: 0 0 20px rgba(17, 17, 17, .08);
    box-shadow: 0 0 20px rgba(17, 17, 17, .08);
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-team-box.style2 .team-content .social-content ul li a:hover {
    background-color: #c59970;
    color: #fff;
    border-color: #c59970
}

.team-title-content {
    padding-top: 30px
}

.team-title-content span {
    color: #c59970;
    margin-bottom: 10px;
    display: inline-block
}

.team-title-content h2 {
    font-size: 56px;
    color: #fff;
    margin-bottom: 20px
}

.team-title-content p {
    color: #cacaca
}

.paginations {
    text-align: center
}

.paginations ul li {
    display: inline-block;
    padding-right: 7px
}

.paginations ul li a {
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid rgba(196, 196, 196, .26);
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #000;
    font-size: 18px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.paginations ul li a i {
    position: relative;
    font-size: 18px
}

.paginations ul li a:hover {
    background-color: #c59970;
    color: #fff;
    border: 1px solid #c59970
}

.paginations ul li a.active {
    background-color: #c59970;
    color: #fff;
    border: 1px solid #c59970
}

.helps-area {
    position: relative;
    z-index: 1
}

.helps-area .shape .shape1 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

.helps-area .shape .shape2 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

.help-content {
    max-width: 880px;
    margin: auto;
    text-align: center
}

.help-content .section-title {
    margin-bottom: 25px
}

.help-content p {
    margin-bottom: 30px
}

.testimonial-area {
    position: relative;
    z-index: 1
}

.testimonial-area.bg-color {
    background-color: #141414
}

.testimonial-area .testimonial-shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.testimonial-box .testimonial-image {
    -webkit-clip-path: polygon(24% 0, 100% 0, 100% 74%, 75% 100%, 25% 100%, 0 100%, 0 24%);
    clip-path: polygon(24% 0, 100% 0, 100% 74%, 75% 100%, 25% 100%, 0 100%, 0 24%)
}

.testimonial-content {
    padding-right: 65px
}

.testimonial-content .rating-list i {
    color: #be9400;
    margin-right: 5px
}

.testimonial-content p {
    color: #bfbebe;
    margin-bottom: 20px;
    font-size: 18px
}

.testimonial-content .clients-info h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 12px
}

.testimonial-content .clients-info span {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    color: #b9b9b9
}

.testimonial-content .clients-info span::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 40px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .24)
}

.single-testimonials-box {
    background-color: #fff;
    padding: 35px;
    position: relative;
    z-index: 1;
    border-radius: 5px
}

.single-testimonials-box .top-content h3 {
    font-size: 24px
}

.single-testimonials-box .top-content .ratings {
    text-align: end
}

.single-testimonials-box .top-content .ratings i {
    color: #be9400
}

.single-testimonials-box .quote {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: -1;
    opacity: .7
}

.single-testimonials-box .quote img {
    width: auto
}

.single-testimonials-box.style2 {
    -webkit-box-shadow: 0 0 25px rgba(85, 85, 85, .1);
    box-shadow: 0 0 25px rgba(85, 85, 85, .1);
    margin-bottom: 30px
}

.single-pricing-card {
    padding: 30px 0 40px;
    text-align: center;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    position: relative;
    z-index: 1;
    border-radius: 5px
}

.single-pricing-card .pricing-top-content {
    margin-bottom: 30px
}

.single-pricing-card .pricing-top-content .icon {
    margin-bottom: 6px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-pricing-card .pricing-top-content h1 {
    font-size: 40px;
    color: #c59970;
    margin-bottom: 8px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-pricing-card .pricing-top-content span {
    color: #000;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-pricing-card .plan {
    background-color: #c59970;
    padding: 10px;
    margin-bottom: 25px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-pricing-card .plan span {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-pricing-card .pricing-features-list {
    margin-bottom: 25px
}

.single-pricing-card .pricing-features-list ul li {
    list-style-type: none;
    margin-bottom: 12px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-pricing-card .pricing-features-list ul li del {
    color: #cacaca
}

.single-pricing-card .default-btn {
    background: rgba(197, 153, 112, .1);
    color: #c59970
}

.single-pricing-card .shape {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1
}

.single-pricing-card:hover,
.single-pricing-card.active {
    background-color: #000
}

.single-pricing-card:hover .plan,
.single-pricing-card.active .plan {
    background-color: #fff
}

.single-pricing-card:hover .plan span,
.single-pricing-card.active .plan span {
    color: #000
}

.single-pricing-card:hover .default-btn,
.single-pricing-card.active .default-btn {
    background: #c59970;
    color: #fff
}

.single-pricing-card:hover .pricing-features-list ul li,
.single-pricing-card.active .pricing-features-list ul li,
.single-pricing-card:hover .pricing-top-content span,
.single-pricing-card.active .pricing-top-content span {
    color: #fff
}

.single-pricing-card:hover .pricing-features-list ul li del,
.single-pricing-card.active .pricing-features-list ul li del {
    color: #242424
}

.subscribe-area.bg {
    background-image: url(../images/subscribe/subscribe-img-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.product_market li {
    display: inline-block;
    margin-right: 20px;
    padding: 2px;
}

.margin_top_props {
    margin-top: 30px;
    border-top: 1px solid #A2A2A2;
    padding-top: 30px;
}

.product_ul li span {
    font-size: 15px;
    margin-left: 8px;
}

.product_market li span {
    border-radius: 12px;
    color: #0003AA;
    background-color: #F2F2FB;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.subscribe-content span {
    color: #c59970;
    display: inline-block;
    margin-bottom: 10px
}

.subscribe-content h2 {
    font-size: 56px
}

.subscribe-form .newsletter-form {
    position: relative
}

.subscribe-form .newsletter-form .form-control {
    height: 70px;
    background-color: #fff;
    border: unset;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding-left: 25px
}

.subscribe-form .newsletter-form .form-control::-webkit-input-placeholder,
.subscribe-form .newsletter-form .form-control:-ms-input-placeholder,
.subscribe-form .newsletter-form .form-control::-ms-input-placeholder,
.subscribe-form .newsletter-form .form-control::placeholder,
.form-control::-webkit-input-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-control::placeholder {
    color: #555;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.subscribe-form .newsletter-form .form-control:focus::-webkit-input-placeholder,
.subscribe-form .newsletter-form .form-control:focus:-ms-input-placeholder,
.subscribe-form .newsletter-form .form-control:focus::-ms-input-placeholder,
.subscribe-form .newsletter-form .form-control:focus::placeholder,
.modal-search-form .search-field:focus::-webkit-input-placeholder,
.modal-search-form .search-field:focus:-ms-input-placeholder,
.modal-search-form .search-field:focus::-ms-input-placeholder,
.modal-search-form .search-field:focus::placeholder,
.form-control:focus::-webkit-input-placeholder,
.form-control:focus:-ms-input-placeholder,
.form-control:focus::-ms-input-placeholder,
.form-control:focus::placeholder {
    color: transparent
}

.subscribe-form .newsletter-form .default-btn {
    position: absolute;
    right: 10px;
    top: 10px
}

.subscribe-form .newsletter-form #validator-newsletter {
    color: #c59970;
    padding-top: 7px
}

.login-form {
    max-width: 1100px;
    margin: auto;
    padding: 60px;
    border: 4px solid rgba(196, 196, 196, .19)
}

.login-form .form-group .form-control {
    background-color: #f8f8f8;
    border: unset
}

.login-form ul {
    padding-left: 0;
    margin-bottom: 25px
}

.login-form ul li {
    list-style-type: none
}

.login-form ul li a {
    color: #c59970
}

.login-form .default-btn {
    width: 100%
}

.login-form .form-check-input {
    border: 1px solid rgba(217, 216, 216, .93);
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: unset
}

.login-form .form-check-input:checked {
    background-color: #c59970;
    border-color: #c59970
}

.register-form {
    max-width: 1100px;
    margin: auto;
    padding: 60px;
    border: 4px solid rgba(196, 196, 196, .19)
}

.register-form .form-group .form-control {
    background-color: #f8f8f8;
    border: unset
}

.register-form .default-btn {
    width: 100%
}

.register-form .form-check-input {
    border: 1px solid rgba(217, 216, 216, .93);
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: unset
}

.register-form .form-check-input:checked {
    background-color: #c59970;
    border-color: #c59970
}

.password-form {
    max-width: 860px;
    margin: auto;
    padding: 60px;
    border: 4px solid rgba(196, 196, 196, .19)
}

.password-form .form-group .form-control {
    background-color: #f8f8f8;
    border: unset
}

.password-form .default-btn {
    width: 100%
}

.privacy-content h2 {
    font-size: 36px;
    margin-bottom: 10px
}

.privacy-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px
}

.privacy-content p,
.password-form .form-group,
.register-form .form-check,
.register-form .form-group,
.login-form .form-group {
    margin-bottom: 25px
}

.privacy-content .list ul {
    margin-bottom: 20px;
    padding-left: 0
}

.privacy-content .list ul li {
    font-weight: 600;
    color: #000;
    position: relative;
    padding-left: 22px;
    list-style-type: none;
    padding-bottom: 15px
}

.privacy-content .list ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #c59970
}

.condition-content h2 {
    font-size: 36px;
    margin-bottom: 30px
}

.condition-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px
}

.condition-content p {
    margin-bottom: 25px
}

.condition-content .list ul {
    margin-bottom: 20px;
    padding-left: 0
}

.condition-content .list ul li {
    font-weight: 600;
    color: #000;
    position: relative;
    padding-left: 22px;
    list-style-type: none;
    padding-bottom: 15px
}

.condition-content .list ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #c59970
}

.error-area {
    text-align: center
}

.error-area .top-content ul li {
    font-size: 200px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    margin-right: 30px;
    color: #c59970;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.error-area .top-content ul li:first-child {
    color: #000;
    -webkit-animation: movebounce 7s linear infinite;
    animation: movebounce 7s linear infinite
}

.error-area .top-content ul li:last-child {
    color: #555;
    -webkit-animation: movebounce 9s linear infinite;
    animation: movebounce 9s linear infinite
}

.error-area h2 {
    font-size: 36px;
    margin-bottom: 20px
}

.error-area p {
    margin-bottom: 30px
}

.coming-soon-area {
    height: 100vh
}

.coming-soon-counter {
    max-width: 880px;
    margin: auto;
    border: 30px solid #fff;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding-top: 100px;
    padding-bottom: 80px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px
}

.coming-soon-counter::before {
    position: absolute;
    content: '';
    height: 100%;
    width: auto;
    left: -60px !important;
    right: 0;
    bottom: -60px;
    border-radius: 10px;
    border: 1px solid #eee;
    z-index: -1
}

.coming-soon-counter .list ul li {
    margin: 0 30px;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    color: #c59970
}

.coming-soon-counter .list ul li span {
    font-size: 15px;
    font-weight: 500;
    color: #555
}

.coming-soon-counter .list ul li::before {
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    background-color: #555;
    border-radius: 100%;
    right: -30px;
    top: 42px
}

.coming-soon-counter .list ul li::after {
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    background-color: #555;
    border-radius: 100%;
    right: -30px;
    top: 55px
}

.coming-soon-content {
    padding-bottom: 50px;
    max-width: 880px;
    margin: auto;
    text-align: center
}

.coming-soon-content .top-content {
    max-width: 620px;
    margin: auto
}

.coming-soon-content .top-content h1 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 600
}

.coming-soon-content .newsletter-form {
    position: relative;
    margin-bottom: 30px;
    z-index: 4
}

.coming-soon-content .newsletter-form .form-control {
    height: 60px
}

.coming-soon-content .newsletter-form .default-btn {
    position: absolute;
    right: 6px;
    top: 6px
}

.coming-soon-content .newsletter-form .default-btn:hover {
    background-color: #000;
    color: #fff
}

.coming-soon-content .newsletter-form .default-btn i {
    position: relative;
    top: 2px;
    padding-left: 7px
}

.coming-soon-content .social-links ul li {
    display: inline-block;
    margin-right: 10px
}

.coming-soon-content .social-links ul li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #fff;
    border-radius: 100%;
    color: #555;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: 1px solid #eee;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.coming-soon-content .social-links ul li a:hover {
    background-color: #c59970;
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.get-in-touch h2 {
    font-size: 56px;
    margin-bottom: 25px
}

.get-in-touch .contact-info-card {
    position: relative;
    padding-left: 85px;
    margin-bottom: 30px
}

.get-in-touch .contact-info-card .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 30px;
    background: rgba(197, 153, 112, .1);
    text-align: center;
    color: #c59970;
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 1
}

.get-in-touch .contact-info-card .icon::before {
    position: absolute;
    content: '';
    height: 0%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #c59970;
    z-index: -1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.get-in-touch .contact-info-card h4 {
    font-size: 24px;
    margin-bottom: 10px
}

.get-in-touch .contact-info-card a {
    display: block;
    color: #555;
    margin-bottom: 5px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.get-in-touch .contact-info-card a:hover {
    color: #c59970
}

.get-in-touch .contact-info-card span {
    display: inline-block;
    margin-bottom: 5px
}

.get-in-touch .contact-info-card:hover .icon {
    color: #fff
}

.get-in-touch .contact-info-card:hover .icon::before {
    height: 100%
}

.get-in-touch .social-content ul li {
    display: inline-block;
    margin-right: 7px
}

.get-in-touch .social-content ul li span {
    color: #000;
    font-weight: 600;
    font-size: 18px
}

.get-in-touch .social-content ul li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #c59970;
    display: inline-block;
    background: #f8f8f8;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.get-in-touch .social-content ul li a:hover {
    background-color: #c59970;
    color: #fff
}

.map-area iframe {
    height: 470px;
    width: 100%;
    position: relative;
    margin-bottom: -10px
}

.contacts-form {
    max-width: 1100px;
    margin: auto
}

.contacts-form .form-group {
    margin-bottom: 25px
}

.contacts-form .form-group .form-control {
    background-color: #fff;
    border: none
}

.contacts-form .form-group .list-unstyled {
    color: #c59970;
    padding-top: 7px
}

.contacts-form .form-group .form-check label a {
    color: #c59970
}

.contacts-form .form-group .form-check .form-check-input {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: unset
}

.contacts-form .form-group .form-check .form-check-input:checked {
    background-color: #c59970;
    border-color: #c59970
}

.contacts-form .text-danger {
    color: #c59970 !important;
    padding-top: 7px
}

.footer-area {
    background-color: #000;
    overflow: hidden
}

.footer-area .container {
    position: relative
}

.footer-area .container .shape .shape-1 {
    position: absolute;
    bottom: 0;
    left: -120px;
    -webkit-animation: ripple 5s linear infinite;
    animation: ripple 5s linear infinite
}

.footer-area .container .shape .shape-2 {
    position: absolute;
    right: -50px;
    top: 30px;
    -webkit-animation: ripple 8s linear infinite;
    animation: ripple 8s linear infinite
}

.single-footer-widget {
    margin-bottom: 30px
}

.single-footer-widget h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px
}

.single-footer-widget.logo-area .logo {
    margin-bottom: 30px
}

.single-footer-widget.logo-area p {
    color: #d9d8d8;
    margin-bottom: 30px
}

.single-footer-widget.logo-area .social-content ul li {
    display: inline-block;
    margin-right: 7px
}

.single-footer-widget.logo-area .social-content ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #c59970;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 0 25px rgba(1, 78, 50, .1);
    box-shadow: 0 0 25px rgba(1, 78, 50, .1);
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-footer-widget.logo-area .social-content ul li a:hover {
    background-color: #c59970;
    color: #fff
}

.single-footer-widget.quick-links {
    padding-left: 60px
}

.single-footer-widget.quick-links ul li {
    list-style-type: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-footer-widget.quick-links ul li i {
    color: #c59970;
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-footer-widget.quick-links ul li a {
    color: #d9d8d8;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-footer-widget.quick-links ul li:hover i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.single-footer-widget.quick-links ul li:hover a {
    color: #c59970
}

.single-footer-widget.instagram-content {
    margin-bottom: 0;
    padding-right: 30px;
    margin-bottom: 20px
}

.single-footer-widget.instagram-content .single-instagram-box {
    overflow: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px
}

.single-footer-widget.instagram-content .single-instagram-box img {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-footer-widget.instagram-content .single-instagram-box a {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    font-size: 40px;
    top: 0;
    bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0
}

.single-footer-widget.instagram-content .single-instagram-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.single-footer-widget.instagram-content .single-instagram-box:hover a {
    opacity: 1
}

.single-footer-widget.get-in-touch {
    padding-left: 70px
}

.coming-soon-counter .list ul,
.coming-soon-content .social-links ul,
.banner-logo-content ul,
.page-banner-content ul,
.history-area .tab-box .history-content .logo-list ul,
.video-details-informaion .information-list ul,
.video-details-content .video-info .right-info ul,
.video-details-content .video-info .left-info ul,
.movie-content .series ul,
.video-details-informaion .social-content ul,
.single-team-box .team-img .social-content ul,
.single-team-box.style2 .team-content .social-content ul,
.paginations ul,
.single-pricing-card .pricing-features-list ul,
.sidebar-widget.categories ul,
.sidebar-widget.tags ul,
.error-area .top-content ul,
.get-in-touch .social-content ul,
.single-footer-widget.logo-area .social-content ul,
.single-footer-widget.quick-links ul,
.single-footer-widget.get-in-touch ul {
    padding-left: 0;
    margin-bottom: 0
}

.single-footer-widget.get-in-touch ul li {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px
}

.single-footer-widget.get-in-touch ul li span {
    color: #fff;
    display: block;
    margin-bottom: 5px
}

.single-footer-widget.get-in-touch ul li a {
    color: #d9d8d8;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    display: block
}

.single-footer-widget.get-in-touch ul li a:hover {
    color: #c59970
}

.single-footer-widget.get-in-touch ul li p {
    color: #d9d8d8
}

.single-footer-widget.get-in-touch ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-footer-widget.get-in-touch ul li:hover i {
    color: #c59970
}

.copy-right-area {
    background-color: #000;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.copy-right-area p {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff
}

.copy-right-area p span {
    color: #c59970
}

.copy-right-area p a {
    color: #c59970;
    font-weight: 600
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 87%;
    right: -10%;
    background-color: #0003aa;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 55px;
    line-height: 45px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 26px
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
    background-color: #0003aa;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.go-top:hover {
    color: #fff;
    background: #000
}

.go-top:focus,
.go-top:hover i {
    color: #fff
}

.go-top:focus::before,
.go-top:hover::before {
    opacity: 1;
    visibility: visible
}

.go-top:focus i:first-child,
.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:focus i:last-child,
.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.go-top.active {
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 93%;
    z-index: 99;
}

/**************************** First Page ******************************************************/
.para_section {
    font-weight: 600;
    width: 80%;
    margin-bottom: 25px !important;
    font-size: 18px;
}

p {
    color: #000;
}

img.explore_img {
    margin-top: -1px;
    transition: 0.2s;
    transform: scale(1);
    margin-right: 4px;
}

img.explore_img:hover {
    transition: 0.2s;
    transform: scale(1.1);
    cursor: pointer;
}

.hire_arrow_icon {
    transition: 0.2s;
}

.hire_arrow_icon:hover {
    transition: 0.2s;
    transform: translate(4px, 0px);
}

.magzine_section {
    margin: 90px 0;
}

.design_title {
    font-size: 30px;
    font-weight: 600;
}

.design_para {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 600;
}

.design_link {
    font-size: 18px;
    color: #10069F !important;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
}

.design_link img {
    width: 25px;
    cursor: pointer;
    transition: 0.2s;
}

.design_link:hover img {
    transform: translate(4px, 0px);
    transition: 0.2s;
}

.portfolio_one_container {
    background: url(../../assets/images/one.svg);
    height: 370px;
    width: 100%;
    border-radius: 5px;
}

.portfolio_block_one {
    position: relative;
    bottom: 0px;
    color: #fff;
    padding: 0 15px;
    height: 100%;
    border-radius: 0px;
    background: linear-gradient(123deg, #0103AB, #0103abb8);
}

.portfolio_block_one p {
    color: #fff !important;
}

.portfolio_block_one h5 {
    font-size: 20px;
    padding-top: 225px;
    color: #fff !important;
}

.portfolio_two_container {
    background: url(../../assets/images/two.svg);
    height: 370px;
    width: 100%;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.portfolio_block_two {
    position: relative;
    bottom: 0px;
    padding: 0 15px;
    color: #fff;
    height: 100%;
    background: linear-gradient(355deg, #014700, transparent);
    border-radius: 0px;
}

.portfolio_block_two p {
    color: #fff !important;
}

.portfolio_block_two h5 {
    font-size: 20px;
    padding-top: 225px;
    color: #fff !important;
}

.portfolio_three_container {
    background: url(../../assets/images/three.svg);
    height: 370px;
    width: 100%;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.portfolio_block_three {
    position: relative;
    bottom: 0px;
    padding: 0 15px;
    color: #fff;
    height: 100%;
    background: linear-gradient(45deg, #2356D1, transparent);
    border-radius: 0px;
}

.portfolio_block_three p {
    color: #fff !important;
}

.portfolio_block_three h5 {
    font-size: 20px;
    padding-top: 225px;
    color: #fff !important;
}

.portfolio_four_container {
    position: relative;
    height: 200px;
    width: 100%;
}

.portfolio_four_container img {
    border-radius: 0px;
}

.portfolio_five_container {
    background: url(../../assets/images/five.svg);
    height: 200px;
    width: 100%;
    border-radius: 0px;
}

.portfolio_block_five {
    position: relative;
    bottom: 0px;
    padding: 0 15px;
    height: 100%;
    color: #fff;
    border-radius: 0px;
    background: linear-gradient(45deg, #DF9A27, #f1b54dda, transparent);
}

.portfolio_block_five p {
    color: #fff !important;
}

.portfolio_block_five h5 {
    font-size: 20px;
    padding-top: 100px;
    color: #fff !important;
}

.img_block {
    width: 100%;
    height: 100%;
}

.services_block {
    margin-top: 20px;
    text-align: center;
}

.services_block ul {
    display: flex;
}

.services_block li {
    list-style-type: none;
}

.services_block p {
    text-align: center;
    position: relative;
    bottom: 0px;
    margin: 10px 0 15px;
    font-weight: 500;
}

.services_block img {
    border-radius: 50px;
}

.services_block .edu_img {
    box-shadow: 0 10px 15px rgb(57 60 176 / 69%);
}

.services_block .blo_img {
    box-shadow: 0 10px 15px rgb(25 154 218 / 69%);
}

.services_block .man_img {
    box-shadow: 0 10px 15px rgb(224 29 88 / 69%);
}

.services_block .com_img {
    box-shadow: 0 10px 15px rgb(223 154 56 / 69%);
}

.services_block .tra_img {
    box-shadow: 0 10px 15px rgb(0 177 144 / 69%);
}

.services_block .fin_img {
    box-shadow: 0 10px 15px rgb(226 110 239 / 69%);
}

.services_block .hlt_img {
    box-shadow: 0 10px 15px rgb(250 121 92 / 69%);
}

.services_block .mor_img {
    box-shadow: 0 10px 15px rgb(89 198 61 / 69%);
}

.learn_more_img {
    width: 40px;
    margin: 0;
}

.heading_gradient {
    background: linear-gradient(to left, #2FA3A3, #0004FF);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.section_heading h2 {
    font-size: 48px;
    font-weight: 400;
    position: relative;
    z-index: 9;
    line-height: 1.4;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.section_heading h3 {
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
    line-height: 1.5;
    color: #8081D5;
    text-transform: capitalize;
}

.section_heading h4 {
    font-weight: 400;
    font-size: 24px;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
    line-height: 1.4;
}

.section_heading h5 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 15px;
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale(0);
    }

    to {
        opacity: 0;
        transform: scale(2);
    }
}

.department_category h4 {
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 500;
}

.department_category h4 a:hover {
    border-bottom: 1px solid #1f48d4;
}

.department_category .span_num {
    color: #000 !important;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.8;
    margin-right: 5px;
}

.department_category ul {
    list-style: square;
    color: #000;
    margin-bottom: 0px;
    padding-left: 20px;
}

.department_category ul li {
    font-size: 14px;
    margin-bottom: 20px;
}

.department_category ul li span {
    font-size: 22px;
    font-weight: 600;
}

.department_category ul li a {
    font-size: 16px;
    color: #0d6efd;
    font-weight: 500;
}

.department_block {
    margin: 140px 0;
}

.department_block img {
    width: 14px;
    margin-top: -3px;
    margin-left: 5px;
}

.department_block p {
    font-size: 24px;
    margin-bottom: 70px;
    margin-top: 0px;
    font-weight: 500;
    color: #000;
    width: 88%;
}

.department_block .sec_para {
    font-size: 18px !important;
    width: 100%;
    font-weight: 500;
}

.hiring_first_card {
    background: #000;
    color: #fff;
    min-height: 325px;
}

.hiring_first_card h4 {
    font-size: 20px;
    margin: 0 0 45px 0;
    color: #fff;
}

.hiring_sec_card {
    min-height: 325px;
    box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
    border: 0;
    border-bottom: 4px solid transparent;
    transition: 0.5s;
}

.hiring_sec_card:hover {
    border-bottom: 4px solid #1f19ef;
    transition: 0.5s;
}

.hiring_sec_card h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.hiring_sec_card .flex-shrink-0 img {
    width: 30px
}

.hiring_sec_card .design_link img {
    width: 25px;
}

.hiring_sec_card p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}

.hiring_sec_card h6 {
    font-size: 16px;
    line-height: 1.5;
    color: #A7A7A7;
    font-weight: 600;
}

.hiring_sec_card h3 {
    line-height: 1;
}

.hiring_sec_card .badge {
    color: #ccc;
    font-weight: 400;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.hiring_sec_card .card-header,
.hiring_sec_card .hiring_sec_card .card-header {
    background: transparent;
}

.hiring_sec_card ul {
    padding-left: 0px;
    margin-bottom: 8px;
    min-height: 62px;
}

.hiring_sec_card ul li {
    display: inline-block;
    font-size: 12px;
    border: 1px solid;
    color: #ccc;
    font-weight: 400;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 1;
    margin-bottom: 5px;
}

.image_ai {
    position: absolute;
    right: 40px
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    width: 100%;
}

.process_block {
    background: #000274;
    margin: 120px 0;
    color: #fff;
    padding: 70px 0px;
}

.process_block .img-fluid {
    display: flex;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 45px;
}

.process_block .card {
    background: transparent;
    padding: 25px;
    border: 1px solid #ffffff54;
    min-height: 292px;
    border-radius: 0;
}

.process_block .card .card-title p {
    color: #CCCDEE;
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 10px;
}

.process_block h6 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.process_block h4 {
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFFB2;
    margin: 0;
    line-height: 1.5;
}

.process_block .card-body {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    min-height: 83.5px;
    flex: inherit;
}

.process_block .card-title {
    margin: 0;
}

.process_block .card-body img {
    width: 31px;
}

.vertical_text {
    margin: 0;
    padding: 0;
    position: absolute;
    color: #fff !important;
    transform: rotate(270deg);
    left: 170px;
    margin-top: 130px;
    font-weight: 200;
    display: none;
}

.culture_block {
    margin: 120px 0 0;
    min-height: 400px;
}

.culture_block p {
    font-weight: 600;
    font-size: 15px;
}

.culture_block span {
    color: #0058DD !important;
}

.culture_block .guru-sishya {
    position: absolute;
    right: 0;
    width: 550px;
    z-index: -1;
}

.culture_data {
    right: 17%;
    position: absolute;
}

.culture_data h2 {
    margin: 0;
    display: grid;
    font-size: 35px;
    text-align: end;
}

.culture_down_arrow {
    position: absolute;
    right: 0;
    width: 32.3%;
    margin-top: 0;
}

.hiring_sec_card .design_link {
    float: none;
}

.work_ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

/******* Start Products Block **********/
.products_section #accordion::-webkit-scrollbar {
    width: 0px;
}

.products_section #accordion::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.products_section #accordion::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.products_section #accordion::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.products_section #accordion .card {
    border: 0;
    border-left: 5px solid #4124AD;
    border-radius: 0px;
    padding-left: 12px;
    background: #000274;
}

.products_section #accordion .card .card-header {
    background: #000274;
    border-bottom: 0;
    font-size: 22px;
    font-weight: 600;
}

.products_section #accordion .card .card-header a {
    color: #fff;
    font-weight: 600;
}

.products_section #accordion .card.active_tab {
    border-left: 5px solid #fff;
}

.products_section #accordion .card.active_tab .card-header a {
    color: #fff;
}

.products_section #accordion .card .card-body {
    padding-top: 0;
    color: #FFFFFFB2;
    font-size: 18px;
}

.products_section .product_img {
    display: block;
    transition: 0.3s ease-out;
}

/******* End Products Block **********/
footer {
    background: #10069F;
    z-index: 9;
    position: relative;
}

.footer_one {
    padding: 40px 40px 40px 0;
    border-right: 1px solid #ffffffcc;
    text-align: left;
    height: 100%;
}

.footer_one h4 {
    margin: 20px 0;
    font-size: 18px;
}

.footer_one h2,
.footer_one h4,
.footer_one p {
    color: #fff;
}

.footer_two {
    padding: 40px 0px 15px 35px;
    text-align: left;
    line-height: 2;
    font-size: 14px;
}

footer h6 {
    text-align: left;
    padding: 0 20px;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
}

footer h6 span {
    margin-right: 15px;
}

hr {
    border-color: #FFFFFF;
    opacity: 0.7;
}

.footer_copy_right {
    padding-bottom: 25px;
}

.footer_terms_privacy {
    padding-top: 15px;
}

.hiring_sec_card .design_link,
.footer_terms_privacy a {
    font-size: 14px;
}

.magzine_block,
.portfolio_block {
    padding: 0 15px;
}

.magzine_block .col-md-3,
.magzine_block .col-md-6,
.portfolio_block .col-md-4,
.block_sections .col-md-9,
.portfolio_block .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}

.btn_signup {
    background: #10069F;
    border: 1px solid #10069F;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    padding: 6px 20px;
}

.btn:hover {
    background-color: #10069F;
    color: #fff;
}

/**************************** Start Services Page ******************************************************/
.services_banner {
    background: url(../../assets/images/services/service-banner.jpg);
    background-size: cover;
    min-height: 700px;
    padding: 150px 0;
}

.services_banner .banner-left-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.services_banner .service_banneer_left_position {
    position: absolute;
    width: 200px;
    margin-top: 0;
    left: -35px;
}

.description {
    font-weight: 600;
}

.services_page .design_link {
    margin-top: 32px;
}

.services_category {
    padding: 20px 0px;
    border: 0;
    text-align: left;
    margin-top: 25px;
}

.border_card {
    text-align: left;
    border-bottom: 1px solid #9A9A9A;
    margin: 10px 0;
}

.border_card p {
    margin: 5px 0;
    color: #9A9A9A;
}

.services_category .card-title {
    font-size: 18px;
}

.services_category .card-img-top {
    width: 120px;
    text-align: center;
}

.services_category .card-text {
    color: #666666;
    font-weight: 400;
    min-height: 100px;
}

.services_category .card-footer {
    background: transparent;
    border: 0;
    padding: 8px 0px;
}

.services_category .card-footer img {
    width: 18px;
    vertical-align: sub;
    transition: 0.2s;
    margin-right: 5px;
    transform: scale(1);

}

.services_category .card-footer img:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.services_category .card-footer a {
    color: #10069F;
}

.button_class {
    float: right;
    padding: 10px;
    background: #10069F;
    color: #fff;
    border: 0;
    border-radius: 5px;
    margin-top: 20px;
    line-height: 1;
    font-size: 14px;
    transition: 0.2s;
}

.button_class:hover {
    background: #10069fbd;
    transition: 0.2s;
}

.button_class:active {
    background: #10069F;
    color: #fff;
}

.button_class img {
    width: 22px;
    vertical-align: sub;
}

.expertise_section {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin: 10px 0;
    padding: 0 15px;
}

.expertise_section .card {
    padding: 15px;
    margin: 10px;
    border: 0;
}

.expertise_section .card:hover {
    background: #EAEAEA;
}

.expertise_section .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #10069F;
}

.expertise_section .card-body p {
    padding: 0;
    font-weight: 500;
}

.expertise_section .nav {
    margin-top: 25px;
}

.expertise_section .nav-pills .nav-link {
    margin-bottom: 25px;
    color: #797979;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 0;
    transition: 0.2s;
}

.expertise_section .nav-pills .nav-link:hover {
    color: #7979797d;
    transition: 0.2s;
}

.expertise_section .nav-pills .active span {
    display: inline-block;
}

.expertise_section .nav-pills .nav-link.active {
    color: #10069F;
    background: transparent;
}

.expertise_section .colum_first {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0;
}

.expertise_section .card-title img {
    width: 25px;
}

.expertise_section .nav-item span img {
    width: 22px;
}

/* .hire_section .nav_tabs_class .nav-fill .nav-item */
.hire_section .nav_tabs_class .nav-link {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #B3B3B3;
    margin-bottom: 10px;
    transition: 0.2s;
}

.hire_section .nav_tabs_class .nav-link:hover {
    color: #b3b3b3b3;
    transition: 0.2s;
    border: 1px solid #ccccccb5;
}

.hire_section .nav_tabs_class .nav-link.active {
    background: #0B0EAE;
    color: #fff;
    border: 1px solid #0B0EAE;
    border-radius: 4px;
}

.hire_section .nav-tabs {
    border-bottom: 0;
}

.ultimez_labs img {
    width: 300px;
    display: flex;
    margin: 0 auto;
}

.empowering_block .card {
    border: 0;
    background: none;
}

.empowering_block .card-title {
    display: grid;
    font-size: 16px;
    font-weight: 600;
}

.empowering_block .card-title h6 {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 0px;
}

.empowering_block {
    margin: 35px 0px 0px;
}

.philosophy_section .col-md-6 .col-md-4,
.ultimez_labs .col-md-4,
.hire_section .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
}

.sixth_section h5 {
    font-size: 18px;
    font-weight: 600;
}

.sixth_section p {
    font-size: 14px;
    font-weight: 500;
}

.nav_tabs_class {
    margin-bottom: 15px;
}

.height_container {
    height: 200px;
}

.empowering_block img {
    width: 45px;
    height: 45px;
}

.outer_right_img {
    position: absolute;
    width: 25%;
    right: 0px;
    margin-top: -19%;
}

.labs_empowering,
.area_of_expertise,
.hire_section,
.services_page,
.design_engineering,
.hiring_block {
    margin: 120px 0;
}

.custom_nav_tabs {
    border-bottom: 1px solid #ccc !important;
}

.custom_nav_tabs li .active {
    color: #10069F !important;
}

.expertise_section .custom_nav_tabs {
    border-bottom: none !important;
}

.service_group_container {
    background: linear-gradient(90deg, #1a0397, #53036f);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    border-radius: 15px;
}

.search_box {
    position: absolute;
    bottom: 30%;
    left: 35%;
    background: #D9D9D9;
    border-radius: 20px;
    padding: 20px;
    box-shadow: none;
    border-color: #000;
    width: 30%;
    color: #000;
}

.search_box input,
.search_box .input-group-text,
.search_box input:focus {
    background: none;
    border: none;
}

.search_box .form-control {
    height: auto;
    padding: 0px 0.75rem;
}

.search_box img {
    width: 25px;
}

.search_box input::placeholder {
    color: #000;
    opacity: 1;
}

.search_box input:-ms-input-placeholder,
.search_box input::-ms-input-placeholder {
    color: #000;
}

.search_box input:focus-visible {
    outline: none;
}

/* animation of service page random float start  */
.service_blocks {
    top: 58%;
    left: 50%;
}

.service_blocks_new,
.service_blocks {
    border-radius: 20px;
    padding: 25px 40px;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    visibility: hidden;
}

#hover_service {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: none;
    border: none;
}

.service_block_1 {
    background: rgb(0 111 255 / 20%);
    color: #fff;
}

.service_blocks_new.service_block_1,
.service_block_new_1 {
    transform: rotate(-24.04deg) !important;
    top: 15%;
    left: 5%;
}

.service_block_2 {
    background: #121212;
    color: #fff;
}

.service_blocks_new.service_block_2,
.service_block_new_2 {
    left: 35%;
    top: 10%;
}

.service_block_3 {
    background: #149ADD;
    color: #fff;
}

.service_blocks_new.service_block_3,
.service_block_new_3 {
    right: 15%;
    top: 10%;
    left: auto;
    transform: rotate(-9.79deg) !important;
}

.service_block_4 {
    background: #19A97B;
    color: #fff;
}

.service_blocks_new.service_block_4,
.service_block_new_4 {
    top: 35%;
    left: 10%;
    transform: rotate(-180deg) !important;
}

.service_block_5 {
    background: #121212;
    color: #fff;
}

.service_blocks_new.service_block_5,
.service_block_new_5 {
    top: 40%;
    left: 20%;
    transform: rotate(-70.83deg) !important;
}

.service_block_6 {
    background: #E06BF3;
    color: #fff;
}

.service_blocks_new.service_block_6,
.service_block_new_6 {
    top: 45%;
    left: 20%;
}

.service_block_7 {
    background: #F97856;
    color: #fff;
}

.service_blocks_new.service_block_7,
.service_block_new_7 {
    right: 26%;
    top: 30%;
    left: auto;
    transform: rotate(-30.29deg) !important;
}

.service_block_8 {
    background: #DF1456;
    color: #fff;
}

.service_blocks_new.service_block_8,
.service_block_new_8 {
    right: 10%;
    top: 50%;
    left: auto;
    transform: rotate(90deg) !important;
}

.service_block_9 {
    background: #FFFFFF;
    color: #969696;
}

.service_blocks_new.service_block_9,
.service_block_new_9 {
    top: 63%;
    left: 8%;
    transform: rotate(-153.31deg) !important;
}

.service_block_10 {
    background: #FFD951;
    color: #000000;
}

.service_blocks_new.service_block_10,
.service_block_new_10 {
    top: 84%;
    left: 8%;
    transform: rotate(0deg) !important;
}

.service_block_11 {
    background: #010361;
    color: #FFFFFF;
}

.service_blocks_new.service_block_11,
.service_block_new_11 {
    top: 84%;
    left: 30%;
    transform: rotate(0deg) !important;
}

.service_block_12 {
    background: #003DFF;
    color: #FFFFFF;
}

.service_blocks_new.service_block_12,
.service_block_new_12 {
    top: 84%;
    left: 55%;
    transform: rotate(0deg) !important;
}

.service_block_13 {
    background: #339885;
    color: #FFFFFF;
}

.service_blocks_new.service_block_13 {
    top: 60%;
    left: auto;
    right: 15%;
    transform: rotate(-90deg);
}

.service_block_new_13 {
    top: 60%;
    left: auto;
    right: 15%;
    transform: rotate(-90deg) !important;
}

.service_block_14 {
    background: #E06BF3;
    color: #FFFFFF;
}

.service_blocks_new.service_block_14 {
    top: 84%;
    left: auto;
    right: 10%;
    transform: rotate(348deg);
}

.service_block_new_14 {
    top: 84%;
    left: auto;
    right: 10%;
    transform: rotate(348deg) !important;
}

/* animation of service page random float start  */
.service_section .nav a span {
    background: #CAC8EB;
    height: 58px;
    display: block;
    width: 2px;
    position: absolute;
    margin-left: -30px;
    margin-top: -15px;
}

.service_section .nav a.active span {
    background: #1316CA;
    width: 3px;
}

.service_section .nav .nav-link {
    margin-left: 16px;
    padding: 12px 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #fff;
    color: #000;
    box-shadow: 1px 0px 8px #B1B1B140;
    transition: 0.2s;
}

.service_section .nav .nav-link.active {
    background-color: #10069F;
    color: #fff;
}

.service_section .nav .nav-link:hover {
    background-color: #10069F;
    color: #fff;
    box-shadow: 1px 0px 8px #F1F0FF;
    transition: 0.2s;
}

.service_section article h6 {
    font-size: 20px;
    font-weight: 700;
}

.service_section .tab-content .tab-pane p {
    font-size: 16px;
}

.service_design_block .block-x3 {
    padding: 15px;
    min-height: 260px;
}

.service_design_block .block-x3:hover {
    padding: 15px;
    border-radius: 10px;
}

.block_box_shadow,
.block_box_shadow img {
    transition: 0.5s;
}

.block_box_shadow:hover {
    box-shadow: 0 0 15px #dbdbdb;
    transition: 0.5s;
}

.service_section .tab-content .tab-pane .solutions_section_img {
    width: 450px;
    display: flex;
    margin: 0 auto;
}

/**************************** End Services Page ****************************/
/**************************** Start Services_detail Page ****************************/
.service_detail_banner {
    padding: 120px 0px 50px;
}

.service_detail_banner p {
    margin-bottom: 30px;
    color: #000;
}

.services_details_page .case_study_next h4 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.principal_points {
    margin: 25px 0;
}

.principal_points h5 {
    margin-bottom: 0;
    font-size: 18px;
}

.expertise_questions {
    padding: 20px 0;
    border-bottom: 1px solid #00000033;
}

.services_details_page h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
}

.expertise_right_desc {
    color: #6F6F6F;
    padding-bottom: 0px;
}

.case_study_next p {
    color: #9E9E9E;
}

.our_expertise_section p {
    margin-bottom: 0px;
    width: 90%;
}

.our_offering_services .hiring_sec_card {
    min-height: auto;
    box-shadow: none;
    border-bottom: none;
    margin-bottom: 0px;
}

.our_offering_services .hiring_sec_card:hover {
    border-bottom: none;
    transition: none;
}

.our_offering_services .tab-content>.active {
    padding-left: 45px;
}

.navbar_service_detail_page {
    background: #0003aa;
    background-color: #0003aa !important;
}

.service_detail_banneer_right_position {
    position: absolute;
    right: 0px;
    top: 140px;
    width: 180px;
}

.border_top,
.our_offering_services .border_top {
    padding-top: 40px;
}

.blog_and_insights {
    padding: 50px 0;
}

.blog_and_insights p {
    font-size: 18px;
    font-weight: 500;
}

/**************************** End Services_detail Page ****************************/
/**************************** Start Technology Page ****************************/
.technology_banner {
    background: url(../../assets/images/technology/technology_banner.jpg);
    background-size: cover;
    min-height: 700px;
    padding: 150px 0 70px;
}

.technology_banner .banner-left-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.technology_banner .technology-img {
    margin-top: 25px;
}

.programming_category {
    padding: 25px;
    background: #EAEAEA;
    border-radius: 8px;
}

.programming_category .card {
    padding: 15px;
    border: 0;
    background: #EAEAEA;
}

.programming_category .card-img-top img {
    width: 50px;
}

.programming_category .card-title {
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}

.programming_category .card-body {
    padding: 0;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.trending_block {
    background: url(../../assets/images/technology/trending_banner_img.svg) no-repeat;
    height: 525px;
    width: 100%;
    border-radius: 5px;
    padding: 15px;
    background-position: center;
    background-size: cover;
}

.programming_category .trending_block {
    padding: 0px !important;
}

.trending_block .container {
    background: #10069F;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    top: 265px;
}

.trending_block p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.trending_block h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 10px;
    color: #fff;
}

.trending_block h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.customer_lifecycle h2 {
    font-size: 30px;
    font-weight: 600;
}

.customer_lifecycle ul {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 10px;
}

.customer_lifecycle li .nav-link {
    color: #9D9D9D;
    font-weight: 500;
    transition: 0.2s;
}

.customer_lifecycle li .nav-link:hover {
    transition: 0.2s;
    color: #9d9d9dba;
}

.customer_lifecycle li .active {
    color: #000000;
}

.customer_lifecycle h3 {
    font-size: 24px;
    font-weight: 500;
}

.readmore_class {
    color: #10069F;
}

.readmore_class img {
    margin-right: 5px;
    margin-top: -1px;
    vertical-align: top;
}

.customer_data h4 {
    text-align: center;
    font-weight: 300;
}

.technology_invest {
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    min-height: 19rem;
    border-bottom: 4px solid transparent;
    box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
    border: 0;
}

.technology_invest:hover {
    border-bottom: 4px solid #1f19ef;
    transition: 0.5s;
}

.technology_invest .card-title {
    margin: 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.technology_invest .card-body p {
    padding: 0;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
}

.partners h2 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 28px;
}

.products_data {
    margin-top: 65px;
}

.technology_page .invest_description {
    margin-bottom: 30px !important;
}

.partner_section {
    margin-top: 40px;
    padding-bottom: 30px;
}

.heading_gradient img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

/**************************** End Technology Page ****************************/
/**************************** Start Products Page ****************************/
.medico {
    background: url(../../assets/images/products/medico.png);
    height: 540px;
    width: 100%;
    background-position: center;
}

.medico_content {
    background: linear-gradient(71deg, #047D60 44.89%, rgba(0, 0, 0, 0) 84.8%);
    height: 100%;
    padding: 100px;
}

.para_data {
    color: #fff;
    font-size: 15px;
    font-weight: 400 !important;
}

.heading_data {
    color: #fff;
}

.subheading_data {
    color: #fff;
    opacity: 0.4;
    font-weight: 400;
}

.link_data {
    color: #fff;
    font-size: 14px;
}

.link_data:hover {
    color: #ffffff80;
}

.team_management {
    background: url(../../assets/images/products/team_management.svg);
    height: 540px;
    width: 100%;
    background-position: center;
}

.team_content {
    background: linear-gradient(275deg, rgba(0, 0, 0, 0.8) 37.9%, rgba(223, 153, 38, 0) 100%);
    height: 100%;
    padding: 100px 50px;
    text-align: right;
}

.brandsneed {
    background: url(../../assets/images/products/brandsneed.svg);
    height: 1080px;
    width: 100%;
    background-position: center;
}

.bransds_content {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 37.9%, rgba(223, 153, 38, 0) 100%);
    height: 100%;
}

.intern_content {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 37.9%, rgba(223, 153, 38, 0) 100%);
    height: 100%;
    padding: 165px 50px 0;
}

.academy_content {
    background: linear-gradient(90deg, rgb(0 91 21 / 59%) 37.9%, rgba(223, 153, 38, 0) 100%);
    height: 100%;
    padding: 165px 50px 0;
}

.intern {
    background: url(../../assets/images/products/intern.svg);
    height: 518px;
    width: 100%;
    background-position: center;
}

.intern_data {
    background: rgb(255 255 255 / 85%);
    height: 156px;
    text-align: center;
    margin: 0px auto;
    vertical-align: middle;
    padding: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.academy_data {
    background: rgb(1 32 148 / 85%);
    height: 156px;
    margin: 0px auto;
    padding: 15px;
    color: #fff;
}

.academy_data p {
    color: #fff;
    font-size: 15px;
}

.academy_data a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
}

.view_more_block {
    position: relative;
    top: 69px;
    left: 50px;
}

.view_more_block_blue {
    position: relative;
    top: 90px;
    left: 50px;
}

.academy {
    background: url(../../assets/images/products/academy.svg);
    height: 518px;
    width: 100%;
    background-position: center;
}

.brands_data {
    background: #fff;
    padding: 15px;
}

.brands_data p {
    line-height: 1.4;
    font-size: 15px;
    font-weight: 500;
    margin: 25px 0;
}

.brands_container {
    position: relative;
    top: 73%;
    padding: 15px;
}

.arrow_width {
    width: 25px;
}

.product_passage h2 {
    font-weight: 500;
}

.products_cards .card-title {
    margin-top: 20px;
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

.products_cards .card-body {
    padding: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.products_data h2 {
    font-weight: 400;
    font-size: 38px;
}

.products_data span {
    color: #10069F;
}

.products_data button {
    float: none !important;
    margin-bottom: 55px;
    font-size: 20px;
    padding: 20px;
}

.product_details .product_details_banner {
    background: url(../../assets/images/products/product-banner.svg);
    height: 700px;
    background-position: center;
}

.product_content {
    background: linear-gradient(96.14deg, rgba(16, 6, 159, 0.83) 35.29%, rgba(91, 3, 105, 0.83) 250.23%);
    height: 100%;
    padding: 200px 50px 305px;
    text-align: right;
}

.product_page h2 {
    position: absolute;
    left: 110px;
}

.product_page_p p {
    position: absolute;
    left: 110px;
    padding-top: 110px;
    color: grey;
}

.work_heading h2 {
    position: absolute;
    left: 110px;
}

.heading1 {
    position: absolute;
    left: 80px;
    padding-top: 0px;
}

.glitchs {
    position: absolute;
    left: 30px;
    padding-top: 0px;
}

.work_video {
    position: absolute;
    padding-top: 0px;
}

.work_banner {
    height: 300px;
}

.work_btn {
    position: absolute;
    left: 80px;
    padding-top: 100px;
}

.product_btn {
    position: absolute;
    left: 100px;
    padding-top: 200px;
}

.product_content .product-banner {
    color: #fff;
    font-size: 36px;
}

.banner-right-content {
    padding-top: 500px;
    padding-right: 60px;
}

.banner-right-content .card-content {
    background: #0104AB;
    border-radius: 5px;
    padding: 20px;
}

.banner-right-content .product-banner {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.banner-right-content p,
.banner-right-content a {
    font-size: 16px;
    color: rgb(255 255 255 / 40%);
}

.banner-right-content img {
    width: 18px;
    vertical-align: sub;
    margin-right: 2px;
}

.products_cards .card {
    border-bottom: 4px solid transparent;
    box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
    border: 0;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px;
    border-bottom: 4px solid transparent;
}

.products_cards .card:hover {
    border-bottom: 4px solid #1f19ef;
    transition: 0.5s;
}

.banner-right-content img,
.readmore_class img {
    transition: 0.2s;
    transform: scale(1);
}

.banner-right-content img:hover,
.readmore_class img:hover {
    transition: 0.2s;
    transform: scale(1.1);
}

.product_detail_banner {
    background: linear-gradient(151deg, #0003AA, #5B0369);
    min-height: 450px;
}

.product_detail_banner {
    padding: 120px 0px 50px;
}

.product_detail_banner p {
    width: 50%;
    margin: 10px auto;
    font-size: 20px;
}

.products_page_section {
    padding: 0px 50px;
}

/**************************** End Products Page ****************************/
/**************************** Start CaseStudy Page ****************************/
.border_title {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.border_right .col-md-12 {
    border-left: 0;
}

.history-area .tab-box:first-child,
.trust-content .faq-accordion .accordion .accordion-content.show,
.faq-content .accordion .accordion-content.show,
.hiring_block .section_heading h3,
.magzine_section .section_heading h3,
.area_of_expertise .section_heading h3,
.hire_section .section_heading h3,
.invest_section .section_heading h3 {
    display: block;
}

.hiring_sec_card .media-right img,
.hiring_block .design_link,
.magzine_section .design_link,
.customer_img {
    float: right;
}

.studio {
    margin-top: 50px;
    padding-bottom: 40px;
}

.studio button {
    float: left;
    margin-top: 0px;
    padding: 15px 18px !important;
}

.studio a {
    margin-top: 15px;
    color: #10069F !important;
    font-size: 18px;
    margin-left: 30px;
    line-height: 2.3;
    transition: 0.2s;
    font-weight: 600;
}

.studio a:hover {
    text-decoration: underline;
    transition: 0.2s;
}

.banner_title_sub {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: end;
    color: #10069F;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.section_heading .ultimez_lab_p {
    margin: 20px 0px !important;
}

.condition-content,
.register-form .form-group label,
.register-form .form-group label,
.privacy-content,
.password-form .form-group label,
.register-form .form-group label,
.login-form .form-group label,
.our_offering_services,
.product_passage .section_heading h3,
.mobile_section h2 {
    margin-bottom: 10px;
}

/**************************** End CaseStudy Page ****************************/
/**************************** Start CaseStudy Detail Page ****************************/
.detail_cards {
    margin: 0 auto;
    display: flex;
    width: 1000px;
}

.detail_cards img {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}

.detail_cards .card {
    border: 0;
    text-align: center;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li,
.page_padding,
.services_category .card-body,
.expertise_section .card-body,
.product_page .col-padding,
.detail_cards .card-body {
    padding: 0;
}

.detail_cards .card-body p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 0 40px;
}

.casedetail_studio {
    margin: 0 auto;
    width: 1000px;
    display: flex;
}

.contents_casedetail h5,
.detail_cards .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.contents_casedetail p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: 8px 0px 20px 0;
}

.contents_casedetail span {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.outcome_container {
    background: #2B2B38;
    text-align: center;
    padding: 125px 450px;
    margin: 40px 0px;
}

.outcome_container p {
    color: #fff;
    font-size: 28px;
}

.outcome_container .detail_outcome {
    padding: 10px 25px;
    border-radius: 25px;
    border: 0px;
    background: #fff;
    margin-top: 25px;
}

.technology_banner.casestudy_banner {
    background: #10069F;
    min-height: 500px;
}


.margin_top_content_1 {
    margin-top: 45px;
}

.case_study_next h3 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.case_study_next h4 {
    text-align: center;
    font-size: 28px;
    margin-top: 60px;
}

.case_study_next h6 {
    text-align: center;
    font-size: 20px;
    color: #10069F;
}

/**************************** End CaseStudy Detail Page ****************************/
/**************************** Start Career Detail Page ****************************/
.career_details .career_details_banner {
    background: linear-gradient(to bottom right, #0003AA, #5B0369);
    padding: 150px 0 80px;
    text-align: left;
}

.career_details .career_details_banner h1 {
    text-align: left;
    color: #fff;
    font-size: 50px;
}

.career_details .career_details_banner p {
    color: #fff;
    text-align: left;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
    width: 90%;
}

.career_details .career_details_banner h4 {
    color: #7A56E5;
    font-weight: 100;
    font-size: 15px;
    text-align: left;
}

.career_details .career_details_banner h5 {
    text-align: left;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.career_details .apply_now_btn {
    background-color: #fff;
    border: 0;
    padding: 10px 25px;
    margin-top: 15px;
    border-radius: 30px;
    color: #340386;
    font-weight: 500;
}

.career_details .career_detail_below_banner {
    padding: 30px 0;
}

.career_details .career_detail_below_banner ul li {
    color: #000;
}

.career_details .career_detail_below_banner .nav-tabs {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.career_details .career_detail_below_banner .nav-tabs .nav-link.active {
    border: 0 !important;
    color: #000;
}

.career_details .career_detail_below_banner .nav-tabs .nav-link {
    color: #aaa;
}

.career_details .career_detail_below_banner .nav-tabs .nav-link,
.career_details .career_detail_below_banner .nav-tabs .nav-link:hover {
    border: 0;
}

.career_details .career_detail_below_banner .why_work h2 {
    color: #10069F;
    font-weight: 500;
    text-align: center;
    margin: 50px 0 30px;
}

.career_details .career_detail_below_banner .tab-pane h3 {
    font-size: 22px;
}

.career_details .career_detail_below_banner .why_work h4::before {
    height: 1px;
    background: #000;
    width: 150px;
    content: '';
    display: inline-block;
    position: absolute;
}

.career_details .career_detail_below_banner .why_work h4 span::before {
    background: linear-gradient(to left, #2FA3A3, #0004FF);
    width: 40px;
    height: 4px;
    content: '';
    display: inline-block;
    position: absolute;
    margin-top: -2px;
    border-radius: 5px;
}

.career_details .career_detail_below_banner .why_work h4 span {
    background: linear-gradient(to left, #2FA3A3, #0004FF);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-size: 26px;
}

.career_details .career_detail_below_banner .why_work .why_work_block {
    margin-bottom: 45px;
}

.career_details .career_detail_below_banner .why_work .why_work_block p {
    font-weight: 500;
}

.career_details .career_detail_below_banner .career-img img {
    margin-top: 35px;
    width: 100%;
    margin-bottom: 50px;
}

/**************************** End Career Detail Page ****************************/
/**************************** Start Contact Page ****************************/
.contact_details .contact_details_banner {
    background: url(../../assets/images/contact-banner.svg);
    height: 450px;
    padding: 25px 0;
    background-size: cover;
    background-position: center;
    min-height: 450px;
}

.contact_details .contact-banner {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 0px;
    margin-top: 6%;
}

.contact_looking_for h3 {
    color: #10069F;
    margin-top: 50px;
}

.contact_looking_for_detail {
    font-size: 18px;
    margin-bottom: 60px !important;
    color: #000;
    font-weight: 500;
}

.contact_options h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.contact_options p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

.card_padding:hover {
    background: rgb(176 176 176 / 10%);
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 6px;
}

.card_padding {
    padding: 15px 20px;
    border: 1px solid transparent;
}

.contact_form {
    border-radius: 15px;
    margin: 70px 0px;
}

.contact_form h4 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.contact_form h5 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.contact_form .tell_us {
    font-size: 45px;
    color: #000;
    font-weight: 400;
    margin-bottom: 25px;
}

.our_business_detail {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.contact_form .form-label {
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
}

.contact_form .form-control {
    background: #fff;
    border: 1px solid #B7B7B7;
    color: #909090;
    height: 40px;
    font-size: 14px;
    border-radius: 6px;
    transition: 0.3s;
}

.contact_form .form-control:focus {
    border: 1px solid #655DD6;
    transition: 0.3s;
}

.contact_form .form-control.filter_gray {
    color: #000;
}

.input_border {
    background: #ffffff12;
    border-radius: 14px;
    margin-bottom: 25px;
}

.input_border small {
    font-size: 12px;
}

.file-area {
    width: 100%;
    position: relative;
}

.form-control[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.file-dummy {
    width: 100%;
    padding: 8.5px 15px;
    transition: 0.3s ease-in-out;
    color: #909090;
    transition: all .8s ease-out;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #B7B7B7;
}

.contact_form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/contact_us/select_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 11px 14px;
}

.contact_form select.form-control.filter_gray {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/contact_us/select_arrow_bold.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 11px 14px;
}

.color-span {
    color: #ff0000;
}

.contact_form:-ms-input-placeholder,
.contact_form::-ms-input-placeholder {
    color: #909090;
}

.contact_form .form-control::-webkit-input-placeholder,
.contact_form .form-control:-ms-input-placeholder,
.contact_form .form-control::-ms-input-placeholder,
.contact_form .form-control::placeholder,
.contact_form .form-control::placeholder {
    color: #909090;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.btn_submit {
    background: #10069F;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    padding: 8px 60px;
    font-weight: 400;
    transition: 0.2s;
}

.btn_submit:hover,
.btn_submit:active {
    background: #0003aa;
    color: #fff;
    transition: 0.2s;
}

.philosophy_section {
    margin-top: 120px;
    margin-bottom: 120px;
}

.research-resource h4,
.contact_details_banner .banner-left-content {
    margin-top: 10%;
}

.contact_form .input-group-text {
    background-color: #ffffff;
    border: 1px solid #B7B7B7;
    width: 46px;
    color: #8d8d8d;
    font-size: 14px;
}

.contact_form .fa-eye-slash:before {
    content: "\f070" !important;
}

div .error {
    color: #e40707;
    margin-top: 4px;
    font-size: 11px;
}

/**************************** End Contact Page ****************************/
/**************************** start about page ****************************/
.about_first_section {
    margin-top: 0px;
    margin-bottom: 90px;
}

.about_first_section p {
    font-weight: 600;
}

.about_first_section .who_section h2 {
    font-weight: 600;
    font-size: 40px;
}

.about_features {
    margin-bottom: 80px;
    margin-top: 80px;
}

.about_features h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.about_features img {
    width: 36px;
    margin-right: 10px;
}

.founder_letter_section p {
    font-weight: 600;
    font-size: 16px;
}

.vision_mission_section .nav-link {
    color: #000;
    font-weight: 600;
    padding: 8px 0px;
    margin-right: 25px;
    transition: 0.2s;
    font-size: 22px;
}

.vision_mission_section .nav-link:hover {
    color: #000000a8;
    transition: 0.2s;
}

.vision_mission_section .nav-link.active {
    color: #10069F;
}

.department_category,
.expertise_section .nav,
.vision_mission_section .tab-content {
    margin-top: 15px;
}

.team_of_teams ul li:last-child,
.desktop-nav .navbar .others-options .option-item:last-child,
.desktop-nav .navbar .navbar-nav .nav-item:last-child a,
.sidebarModal.modal .modal-body .sidebar-social-list li:last-child,
.others-option-for-responsive .others-options .option-item:last-child,
.banner-logo-content ul li:last-child,
.page-banner-content ul li:last-child,
.history-area .tab-box .history-content .logo-list ul li:last-child,
.movie-content .series ul li:last-child,
.video-details-informaion .social-content ul li:last-child,
.video-details-content .video-info .right-info ul li:last-child,
.video-details-content .video-info .left-info ul li:last-child,
.single-team-card .team-content .social-content ul li:last-child,
.single-team-box .team-img .social-content ul li:last-child,
.single-team-box.style2 .team-content .social-content ul li:last-child,
.testimonial-content .rating-list i:last-child,
.coming-soon-content .social-links ul li:last-child,
.single-footer-widget.logo-area .social-content ul li:last-child,
.get-in-touch .social-content ul li:last-child,
.vision_mission_section .nav-item:last-child a {
    margin-right: 0px;
}

.count_experience_section .count_experience_block {
    text-align: center;
    margin: 15px 0;
    background: #eee;
    padding: 25px;
    border-radius: 5px;
}

.count_experience_section h1 {
    font-size: 42px;
    color: #10069F;
    margin-bottom: 0px;
    line-height: 1.2;
    font-weight: 500;
}

.count_experience_section span,
.message_section span {
    color: #0058DD !important;
    font-weight: 600;
    font-size: 20px;
}

.count_experience_section h2 {
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 18px;
}

.social_corporate_section td {
    border-bottom: 1px solid #A2A2A2;
    padding: 30px 0px 30px 150px;
}

.social_corporate_section th {
    border-bottom: 1px solid #A2A2A2;
    padding: 30px 0px;
    min-width: 335px;
    vertical-align: top;
}

.social_corporate_section .section_heading p {
    margin-bottom: 0px !important;
    width: 100%;
    margin-top: 0px;
}

.message_section {
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 50px 70px;
    background: #fff;
    box-shadow: 0 0 15px #ccc;
}

.apostrophe_img {
    position: absolute;
    margin-top: -96px;
    width: 80px
}

.manage_work_client h3 {
    font-size: 24px;
    font-weight: 400;
}

.manage_work_client h6 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}

.client_login:active {
    background-color: #10069F !important;
    color: #fff !important;
}

.client_login:hover {
    background: #10069fbd;
    transition: 0.2s;
}

.client_login {
    padding: 10px 25px;
    background: #10069F;
    color: #fff;
    border: 0;
    border-radius: 5px;
    margin-top: 0px;
    line-height: 1;
    transition: 0.2s;
}

.see_all_design {
    color: #10069F;
    margin-top: 5px;
    margin-left: 10px;
    transition: 0.2s;
}

.see_all_design:hover {
    color: #10069F;
    text-decoration: underline;
    transition: 0.2s;
}

.see_all_design img {
    width: 30px;
    vertical-align: middle;
    margin-top: -2px;
    transition: 0.2s;
}

.see_all_design img:hover {
    transform: translate(4px, 0px);
    transition: 0.2s;
}

.explore_lab {
    color: #10069F;
    margin-top: 5px;
}

.explore_lab img {
    width: 30px;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 20px;
    transition: 0.2s;
}

.explore_lab img:hover {
    transform: translate(4px, 0px);
    transition: 0.2s;
}

.digital_solution_a {
    color: #10069F;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
}

.digital_solution_a img {
    width: 30px;
    vertical-align: middle;
    margin-top: 0px;
    margin-left: 15px;
    transition: 0.2s;
}

.digital_solution_a img:hover {
    transform: translate(4px, 0px);
    transition: 0.2s;
}

.border_col_outer {
    border: 1px solid;
    padding: 0px 15px;
}

.padding_col_inner {
    padding: 15px;
}

.padding_col_inner h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
}

.border_col_inner_1,
.border_col_inner_2 {
    border-right: 1px solid;
}

.labs_section {
    margin-top: 80px;
}

.blog_and_insights h4,
.digital_solution_section h3 {
    margin-top: 10px;
    font-size: 22px;
}

.about_page_banner {
    background: linear-gradient(130.63deg, #0003AA 24.11%, #5B0369 100.86%);
    background-size: cover;
    min-height: 500px;
}

.about_page_banner .about_page_banner_img {
    background-image: url(../images/about/about_banner.svg);
    z-index: 9;
    position: relative;
    background-size: contain;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
}

.about_page_banner h1 {
    font-size: 230px;
    text-align: center;
    width: 100%;
    color: rgb(255 255 255 / 10%);
    padding-top: 50px;
    z-index: 1;
    margin-bottom: 0px;
}

.service_card_description {
    min-height: 96px;
}

.message_container_img {
    background: url(../images/about/bussinees_man.svg) no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 300px;
}

#container_timeline {
    display: flex;
    overflow-x: scroll;
    max-width: 150rem;
    margin-top: -250px;
    cursor: grab;
}

.product_ul li {
    display: inline-block;
    margin-right: 20px;
    padding: 4px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after,
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after,
.navbar-area .navbar-brand .white-logo,
.navbar-area .mobile-responsive-menu .logo .white-logo,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after,
.mobile-responsive-nav,
.page-banner-content ul li:last-child::before,
.single-counter-card span.odometer-formatting-mark,
.video-details-content .video-info .left-info ul li:last-child::before,
.single-team-card.style2::before,
.coming-soon-counter .list ul li:last-child::before,
.coming-soon-counter .list ul li:last-child::after,
.coming-soon-content .top-content .coming-soon-logo .logo-2,
.products_section img,
.expertise_section .nav-pills span,
#container_timeline::-webkit-scrollbar {
    display: none;
}

.work_pillar {
    color: #10069F;
}

.timeline {
    white-space: nowrap;
    overflow-x: hidden;
}

.timeline ol {
    font-size: 0;
    width: 100vw;
    padding: 250px 0 250px 0px;
    transition: all 1s;
}

.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 350px;
    height: 3px;
    background: transparent;
}

.timeline ol li:last-child {
    width: 280px;
}

.timeline ol li:not(:first-child) {
    margin-left: 14px;
}

.timeline ol li::after {
    content: "";
    content: url(../images/home_page/li_list.png);
    position: absolute;
    top: 50%;
    left: calc(100% + 2px);
    bottom: 0;
    width: 17px;
    height: 17px;
    transform: translateY(-17%);
}

.timeline ol li div {
    position: absolute;
    left: calc(100% + 8px);
    width: 330px;
    padding: 120px 0 0px 0px;
    font-size: 15px;
    white-space: normal;
    color: #10069F;
    background: transparent;
    height: 160px;
    font-weight: 300;
}

.timeline ol li:nth-child(odd) div::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 0;
    height: 0;
    border: 0;
    width: 2px;
    height: 60px;
    background: #8081D5;
}

.timeline ol li:nth-child(odd) div::before {
    content: "";
    position: absolute;
    bottom: 40px;
    left: -3px;
    width: 0;
    height: 0;
    border: 0;
    width: 10px;
    height: 75px;
    font-size: 24px;
    font-weight: 700;
    color: #F4E509;
}

.timeline ol li .c2014::before {
    content: "2014" !important;
}

.timeline ol li .c2015::before {
    content: "2015" !important;
}

.timeline ol li .c2016::before {
    content: "2016" !important;
}

.timeline ol li .c2017::before {
    content: "2017" !important;
}

.timeline ol li .c2018::before {
    content: "2018" !important;
}

.timeline ol li .c2019::before {
    content: "2019" !important;
}

.timeline ol li .c2020::before {
    content: "2020" !important;
}

.timeline ol li .c2021::before {
    content: "2021" !important;
}

.timeline ol li .c2022::before {
    content: "2022" !important;
}

.timeline ol li .c2023::before {
    content: "2023" !important;
}

.timeline ol li .c2024::before {
    content: "2024" !important;
}

.timeline ol li:nth-child(even) div::before {
    content: "";
    position: absolute;
    top: 70px;
    left: -3px;
    width: 0;
    height: 0;
    border: 0;
    width: 10px;
    height: 70px;
    font-size: 24px;
    font-weight: 700;
}

.timeline ol li:nth-child(odd) div {
    top: 0;
    transform: translateY(-100%);
    background: transparent;
    color: #fff;
    padding-top: 0px !important;
    height: 245px;
}

.timeline ol li:nth-child(even) div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 0;
    height: 0;
    border: 0;
    width: 2px;
    height: 60px;
    background: #8081D5;
}

.timeline time {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    white-space: nowrap;
}

.timeline .arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
    margin-right: 20px;
}

.timeline .disabled {
    opacity: 0.5;
}

.timeline .arrows img {
    width: 45px;
    height: 45px;
}

/**************************** end about page ****************************/
/* circular rotation animation start */
.outer_ring_bg {
    background: #002b3f;
    margin: 0px auto 0px;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1%;
    border-radius: 8px;
}

.circular_ring {
    background-color: transparent;
    border-radius: 50%;
    position: relative;
    border: 5px dotted #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.outer_ring_4 {
    width: 130px;
    height: 130px;
    margin: 25% auto;
}

.outer_ring_3 {
    width: 100px;
    height: 100px;
}

.outer_ring_2 {
    width: 70px;
    height: 70px;
}

.outer_ring_1 {
    width: 40px;
    height: 40px;
}

.circular_point {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    padding: 44px;
    border: 0px dotted silver;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.outer_ring_bg:hover .circular_point {
    animation: rotation 3s infinite linear;
}

.circular_point::after {
    content: "";
    border: 2px solid #72BF00;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    position: absolute;
    left: -25px;
    top: -35px;
    margin: -5px;
}

.circular_point::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #72BF00;
    position: absolute;
    left: -10px;
    top: -14px;
    border-radius: 50%;
    margin: 4px;
}

@keyframes rotation {
    0% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

/* circular rotation animation end */
/* bounce animation start below section*/
element.style {
    z-index: 999;
    position: relative;
}

.fade-in-down {
    animation: fade-in-down 2s ease infinite;
}

@keyframes fade-in-down {
    0% {
        opacity: 0;
        transform: translateY(0px);
        width: 20px;
        height: 20px;
        transition: 0.2s;
    }

    100% {
        opacity: 1;
        transform: translateY(230px);
        transition: 0.2s;
    }
}

.bounce_section {
    padding-bottom: 13%;
    height: 250px;
}

@keyframes bounce {
    0% {
        opacity: 0.2;
        top: 0%;
        transform: scaleX(70%) scaleY(70%);
    }

    10% {
        opacity: 0.4;
        transform: scaleX(80%) scaleY(80%);
    }

    20% {
        opacity: 0.6;
        transform: scaleX(85%) scaleY(85%);
    }

    30% {
        opacity: 0.8;
        transform: scaleX(90%) scaleY(90%);
    }

    40% {
        opacity: 0.9;
        transform: scaleX(95%) scaleY(95%);
    }

    50% {
        opacity: 1;
        top: 82%;
        transform: scaleX(100%) scaleY(100%);
    }

    60% {
        opacity: 0.9;
        transform: scaleX(95%) scaleY(95%);
    }

    70% {
        opacity: 0.8;
        transform: scaleX(90%) scaleY(90%);
    }

    80% {
        opacity: 0.6;
        transform: scaleX(85%) scaleY(85%);
    }

    90% {
        opacity: 0.4;
        transform: scaleX(80%) scaleY(80%);
    }

    100% {
        opacity: 0.2;
        top: 0%;
        transform: scaleX(70%) scaleY(70%);
    }
}

@keyframes bounce_3 {
    0% {
        opacity: 0.2;
        top: 0%;
        transform: scaleX(70%) scaleY(70%);
    }

    10% {
        opacity: 0.4;
        transform: scaleX(80%) scaleY(80%);
    }

    20% {
        opacity: 0.6;
        transform: scaleX(85%) scaleY(85%);
    }

    30% {
        opacity: 0.8;
        transform: scaleX(90%) scaleY(90%);
    }

    40% {
        opacity: 0.9;
        transform: scaleX(95%) scaleY(95%);
    }

    50% {
        opacity: 1;
        top: 98%;
        transform: scaleX(100%) scaleY(100%);
    }

    60% {
        opacity: 0.9;
        transform: scaleX(95%) scaleY(95%);
    }

    70% {
        opacity: 0.8;
        transform: scaleX(90%) scaleY(90%);
    }

    80% {
        opacity: 0.6;
        transform: scaleX(85%) scaleY(85%);
    }

    90% {
        opacity: 0.4;
        transform: scaleX(80%) scaleY(80%);
    }

    100% {
        opacity: 0.2;
        top: 0%;
        transform: scaleX(70%) scaleY(70%);
    }
}

@keyframes bounce_4 {
    0% {
        opacity: 0.2;
        top: 0%;
        transform: scaleX(70%) scaleY(70%);
    }

    10% {
        opacity: 0.4;
        transform: scaleX(80%) scaleY(80%);
    }

    20% {
        opacity: 0.6;
        transform: scaleX(85%) scaleY(85%);
    }

    30% {
        opacity: 0.8;
        transform: scaleX(90%) scaleY(90%);
    }

    40% {
        opacity: 0.9;
        transform: scaleX(95%) scaleY(95%);
    }

    50% {
        opacity: 1;
        top: 94%;
        transform: scaleX(100%) scaleY(100%);
    }

    60% {
        opacity: 0.9;
        transform: scaleX(95%) scaleY(95%);
    }

    70% {
        opacity: 0.8;
        transform: scaleX(90%) scaleY(90%);
    }

    80% {
        opacity: 0.6;
        transform: scaleX(85%) scaleY(85%);
    }

    90% {
        opacity: 0.4;
        transform: scaleX(80%) scaleY(80%);
    }

    100% {
        opacity: 0.2;
        top: 0%;
        transform: scaleX(70%) scaleY(70%);
    }
}

/* bounce animation end below section */
/* animation 2nd slide square section start */
.square_dot_container {
    height: 100%;
    background: #00755f;
    padding-top: 23%;
    border-radius: 10px;
    position: relative;
}

.square_dot_section {
    position: relative;
    background-image: radial-gradient(#FFF 20%, transparent 20%), radial-gradient(#00755f 20%, #00755f 20%);
    background-color: #00755f;
    background-position: 0 0, 0px 0px;
    background-size: 20px 20px;
}

.square_dot_1 {
    width: 140px;
    height: 140px;
    margin: 0% auto 0%;
}

.square_section_1 {
    height: 80px;
    width: 80px;
    background: transparent;
    border: 2px solid #58ae16;
    position: absolute;
    left: 7%;
    margin-top: 9px;
    z-index: 9;
}

.square_section_2 {
    width: 65px;
    height: 65px;
    background: #d9d9d9;
    position: absolute;
    right: 8px;
    top: 48%;
    z-index: 8;
}

.square_dot_container:hover .square_section_1 {
    animation: move-vertical-1 3s ease-in-out infinite;
}

.square_dot_container:hover .square_section_2 {
    animation: move-vertical-2 3s ease-in-out infinite;
}

@keyframes move-vertical-2 {
    0% {
        transform: translateY(0%);
    }

    25% {
        transform: translateY(-92%);
    }

    50% {
        transform: translate(-193%, -92%) translateX(100%);
    }

    100% {}
}

@keyframes move-vertical-1 {
    0% {
        transform: translateY(0%);
    }

    25% {
        transform: translateY(52%);
    }

    50% {
        transform: translate(170%, 52%) translateX(-118%);
    }

    100% {}
}

/* animation 2nd slide square section end*/
/* animation 3rd slide start */
.circular_block_section_container {
    position: relative;
    height: 100%;
    background: #dcdcdc;
    border-radius: 10px;
}

@keyframes animate {
    0% {
        transform: translate(-153%, -22%) translateY(-193px);
    }

    50% {
        transform: translate(6%, 119%) translateY(-193px);
    }

    100% {
        transform: translate(25%, 150%) translateY(-193px);
    }
}

.item_s {
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #72bf00;
    z-index: 9;
}

.circular_block_section_container:hover .item_s {
    animation: diagonal-move-anim 2s linear infinite alternate;
}

@keyframes diagonal-move-anim {

    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: none;
    }

    50% {
        transform: translate(67px, 67px);
    }

}

.circular_section_1,
.circular_section_2 {
    display: flex;
}

.circular_block {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.circular_block_1,
.circular_block_4 {
    border: 1px solid #90c73f;
    z-index: 0;
    position: relative;
}

.circular_block_2,
.circular_block_3 {
    border: 1px solid #c7c6c6;
    position: relative;
    z-index: 9;
}

.circular_blocks_container {
    padding-top: 28%;
    margin: 0px auto 0px;
    z-index: 9;
    position: relative;
    width: 130px;
}

.dimensional_section {
    padding: 50px 0;
}

.dimensional_section h4 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.dimensional_section p {
    font-size: 18px;
}

.dimensional_section img {
    background: #eee;
    border-radius: 5px;
}

/* animation 3rd slide end */
.navbar .megamenu {
    padding: 1rem;
}

/* ============ desktop view ============ */
/* service detial page start */
.service_detail_banner {
    background: linear-gradient(151deg, #0003AA, #5B0369);
    min-height: 500px;
}

.service_detail_banner img {
    position: absolute;
    right: 0;
    width: 640px;
}

.service_detail_banner img.branding_banner {
    width: 790px;
}

.service_detail_banner img.developing_banner {
    width: 625px;
}

.service_detail_banner img.digital_marketing_banner {
    width: 500px;
}

.service_detail_banner .banner_title {
    margin-top: 55px;
    z-index: 9;
    position: relative;
}

.service_design_block h2 {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: -9px;
}

.service_design_block .top_section p {
    margin-top: 4px;
    width: 76%;
    z-index: 9;
    position: relative;
}

.service_design_block .block-x3 img {
    width: 55px;
    height: 55px;
}

.experience-content .content .default-btn,
.num_growing_desc,
.service_design_block .block-x3 h5 {
    margin-top: 10px;
}

.service_design_block .block-x3 p {
    color: #060606;
    margin-bottom: 0px;
    font-size: 18px;
}

.social_icons_footer,
.product_market,
.product_ul,
.our_offering_services #nav-tabContent.tab-content>.active {
    padding-left: 0;
}

.about-content .about-title,
.testimonial-content .rating-list,
.single-testimonials-box .top-content,
.error-area .top-content,
.coming-soon-content .top-content .coming-soon-logo,
.vision_mission_section #nav-tabContent ul li,
.contact_options .col_margin_bottom,
.labs_section p,
.blog_and_insights h3 {
    margin-bottom: 20px;
}

.blog_block {
    border-radius: 12px;
}

.blog_block img {
    border-radius: 10px 10px 0px 0px;
    transition: 0.3s;
    min-height: 280.94px;
    max-height: 280.94px;
    width: 100%;
}

.blog_and_insights .blog_block h4 {
    font-size: 24px;
    margin-top: 10px;
    font-weight: 700;
}

.research-resource p {
    width: 65%;
    margin: 0px auto;
    font-weight: 600;
    font-size: 18px;
}

.page_sub_heading {
    font-size: 34px;
    font-weight: 700;
}

.our_expertise_section h2,
.section_heading {
    margin-bottom: 35px;
}

.section_heading p {
    margin-bottom: 65px;
    margin-top: 15px;
    font-weight: 600;
}

.padding_top_image {
    padding-top: 58%;
}

.studio a.get_started {
    color: #10069F;
    margin-left: 0px;
}

.who_we_are_block_p {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 20px;
}

.who_we_are_block_p span {
    font-size: 24px;
    font-weight: 700;
}

.keep_in_mind_block_p span {
    font-size: 26px;
    font-weight: 700;
    color: #0003aa;
}

.keep_in_mind_block_p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.what_we_build_blocks {
    margin-bottom: 80px;
}

.what_we_build_blocks img {
    height: 240px;
}

.what_we_build_section h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.what_we_build_section ul li::marker {
    color: #706ACA;
}

.what_we_build_section ul li {
    margin-bottom: 40px;
    color: #060606;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

.studio img,
.case_study,
.case_study_next,
.what_we_build_section,
.branding_top_section {
    margin-top: 50px;
}

.branding_background {
    background: #fff;
    z-index: 9;
    position: relative;
}

.branding_top_section .branding_block h3 {
    font-weight: 700;
    font-size: 28px;
}

.branding_top_section .branding_block p {
    font-weight: 600;
}

.key_consider_section {
    padding-top: 60px;
}

.sign_up_btn,
.about_features .d-flex,
.branding_top_section h2,
.key_consider_section h2 {
    margin-bottom: 30px;
}

.steps_block .flex-shrink-0 img {
    margin-right: 20px;
    width: 45px;
}

.service_design_block .top_section .steps_block p {
    margin-bottom: 25px;
    width: 100%;
    margin-top: 0px;
}

.digital_brand_expert .block-x3 {
    margin-bottom: 30px;
    text-align: center;
}

/* service detial page end */
/* work culture page start */
.work_video,
.work_culture_video_block .work_slide_show {
    padding: 12px;
}

.section-title.style2 h2,
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li:last-child,
.experience-content .content p:last-child,
.history-area .tab-teaser .tab-menu li:last-child,
.trust-content .faq-accordion .accordion .accordion-item:last-child,
.faq-content .accordion .accordion-item:last-child,
.faq-content .accordion .accordion-item:last-child .accordion-title,
.video-details-informaion .information-list ul li:last-child,
.single-testimonials-box p,
.single-pricing-card .pricing-features-list ul li:last-child,
.sidebar-widget.categories ul li:last-child,
.single-footer-widget.quick-links ul li:last-child,
.single-footer-widget.get-in-touch ul li:last-child,
.hiring_block .design_link,
.magzine_section .design_link,
.area_of_expertise .design_link,
.hire_section .design_link,
.invest_section .design_link,
.footer_two .list-unstyled,
.social_corporate_section h2,
.blog_block p,
.our_pillar .section_heading p,
.service_design_block .top_section .steps_block h5,
.work_culture_video_block .slick-slider,
.work_culture_video_block .content_style p {
    margin-bottom: 0px;
}

.work_culture_banner {
    background: #0003aa;
    min-height: 500px;
    padding: 120px 0px 0px;
}

.service_section,
.trending_section,
.programming_section,
.mobile_section.technology_mobile_section,
.customer_lifecycle,
.invest_section,
.plugin_api_section,
.our_tools_section,
.product_passage,
.count_experience_section,
.social_corporate_section,
.about_services_section,
.studio_section,
.work_culture_banner .banner_title {
    margin-top: 70px;
}

.work_culture_bg_img {
    height: 380px;
}

.work_culture_banner img {
    position: absolute;
    right: 0;
    top: 11px;
}

.service_design_block,
.culture_design_block {
    margin-top: 60px;
}

.culture_design_block .guru-sishya {
    position: absolute;
    right: 0;
    width: 560px;
    margin-top: -60px;
}

.section_heading,
.culture_design_block .top_section {
    margin-bottom: 60px;
}

.culture_design_block .block-x3:hover {
    padding: 15px;
    border-radius: 10px;
}

.culture_design_block .block-x3 {
    padding: 15px;
    min-height: 170px;
}

.culture_design_block .block-x3 img {
    width: 55px;
    margin-bottom: 15px;
}

.block_content {
    position: relative;
    padding-top: 160px;
}

.block_content h5 {
    color: #fff;
    margin-bottom: 0px;
}

.block_content p {
    margin-bottom: 0px;
    color: #fff;
    line-height: 1.5;
}

.why_work_with_us_section {
    margin-top: 100px;
}

.why_work_with_us_section h6 {
    font-size: 25px;
    font-weight: 500;
    width: 60%;
}

.block_sub_content {
    font-size: 20px;
    color: #666;
    font-weight: 600;
    width: 70%;
    margin: 0px auto 20px;
    line-height: 1.5;
}

.studio h3.text-center,
.what_we_build_section h2,
.branding_block,
.life_at_ultimez_section {
    margin-bottom: 40px;
}

.work_culture_section .below_section .block_box_shadow p {
    width: 65%;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
    color: #666;
}

.block_box_shadow h4 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 22px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.block_box_shadow p {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
    color: #000124B2;
    margin-bottom: 0px;
}

.life_at_ultimez_section .section_heading h5 {
    width: 80%;
    margin: 0px auto;
}

/* work culture page start */
/*desktop new design css start*/
.banner_title .linear_gradient_span {
    background: linear-gradient(to right, #09FFB5 21.06%, #FFF066 44.24%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.normal_span_gradient_1 {
    background: #FFF066;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.normal_span_gradient_2 {
    background: #09FFB5;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_title {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.5;
    z-index: 9;
    position: relative;
    text-transform: capitalize;
}

.banner_title_prefix {
    font-size: 20px;
    font-weight: 300;
    color: #FFFFFFB2;
    text-transform: capitalize;
}

.overview_count {
    padding-left: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.overview_count li {
    display: inline-block;
    margin-right: 20px;
    border-right: 1px solid #0066FF4D;
    padding-right: 30px;
}

.overview_count li:last-child {
    margin-right: 0px;
    border-right: 0px solid #0066FF4D;
    padding-right: 0px;
}

.overview_count h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.overview_count h6 {
    color: #FFFFFFB2;
    font-size: 20px;
    font-weight: 400;
}

.banner_left_img {
    position: absolute;
    width: auto;
    top: 0;
}

.services_section {
    margin-top: 40px;
    margin-bottom: 90px;
    background: #fff;
    z-index: 9;
    position: relative;
}

.section_heading span {
    color: #10069F;
}

.server_block h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000124;
    margin-top: 20px;
    margin-bottom: 0px;
}

.server_block h3 {
    font-size: 30px;
    color: #0003aa;
}

.server_block h3::after {
    content: '+';
    font-size: 30px;
    margin-left: 4px;
}

.server_block p {
    font-size: 15px;
    font-weight: 400;
    color: #000124B2;
    min-height: 108px;
}

.server_block {
    padding: 15px;
    border-radius: 15px;
}

.server_block_1 {
    background: linear-gradient(0deg, rgba(53, 58, 180, 0.107412) 0%, rgba(53, 58, 180, 0) 100%);
}

.server_block_2 {
    background: linear-gradient(0deg, rgba(20, 154, 221, 0.136706) 0%, rgba(20, 154, 221, 0) 100%);
}

.server_block_3 {
    background: linear-gradient(0deg, rgba(223, 20, 86, 0.136706) 0%, rgba(223, 20, 86, 0) 100%);
}

.server_block_4 {
    background: linear-gradient(180deg, rgba(235, 147, 67, 0) 0%, rgba(235, 147, 67, 0.14) 100%);
}

.bg_btn_primary {
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
}

.bg_btn_secondary {
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
}

.disabled_btn {
    opacity: 0.5;
}

.bg_white_btn {
    background: #fff;
    border: 1px solid transparent;
    color: #0003aa;
    z-index: 9;
    position: relative;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.bg_white_btn:hover {
    background: #0003aa;
    color: #FFF;
    border: 1px solid #fff;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.bg_blue_btn {
    color: #fff;
    background: #0003aa;
    border: 1px solid transparent;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.bg_blue_btn:hover {
    color: #0003aa;
    background: #fff;
    border: 1px solid #0003aa;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.guru_s_section .bg_white_btn {
    background: transparent;
}

.message_container .outer_line_btn {
    background: transparent;
    transition: all ease 0.2s
}

.message_container .outer_line_btn:hover,
.guru_s_section .bg_white_btn:hover {
    background: #0003aa;
    transition: all ease 0.2s
}

.outer_line_btn {
    border: 1px solid #8081D5 !important;
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}

.products_cards,
.product_detail_banner .banner_title,
.casedetail_studio,
.contents_casedetail,
.case_study_image,
.sixth_section,
.manage_work_client,
.digital_solution_section,
.btn_margin_top_40 {
    margin-top: 40px;
}

.mt-30,
.sidebarModal.modal .modal-body .sidebar-contact-info,
.ultimez_labs,
.mobile_section,
.ui_ux_section,
.service_design_block .below_section,
.btn_margin_top_30 {
    margin-top: 30px;
}

.single-team-box.style2 .team-content .social-content,
.btn_margin_top_20 {
    margin-top: 20px;
}

.we_offer_block {
    border: 1px solid #CCCDEE;
}

.products_section {
    background: #000274;
    padding: 60px 0px;
}

.products_section .section_heading h3 {
    color: #CCCDEE;
}

.products_section .section_heading h2 {
    color: #fff;
}

span.badge_catgerory {
    padding: 5px 10px;
    display: inline-block;
    line-height: 1;
    background: transparent;
    color: #10069F;
    font-weight: 700;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #8081D5;
}

.blog_inner_div {
    border: 1px solid #CCCDEE;
    border-top: 0px;
    border-radius: 0px 0px 12px 12px;
    padding: 22px;
}

.blog_inner_div a {
    color: #0003aa;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-top: 18px;
    display: inline-block;
    line-height: 1;
}

.blog_footer_btn button img {
    width: 12px;
}

.left_btn {
    margin-right: 10px;
    opacity: 0.6;
}

.left_btn img {
    transform: rotate(180deg);
}

.blog_footer_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products_section .card-body ul {
    margin-top: 20px;
    margin-bottom: 0px;
}

.products_section .card-body ul li {
    line-height: 2.2;
    cursor: pointer;
}

.products_section .card-body ul li.active {
    color: #F4E509;
}

.products_section .card-body ul li {
    list-style: url(../images/home_page/li_list.png);
}

.products_section .card-body ul li.active {
    list-style: url(../images/home_page/active_li_list.png) !important;
}

.slider_arrow_alignement .slick-initialized .slick-slide {
    padding: 0px 12px;
}

.slider_arrow_alignement .slick-prev {
    right: 76px;
    left: auto;
    opacity: 0.6;
}

.slider_arrow_alignement .slick-next:before {
    content: url(../images/home_page/btn_arrow.svg);
}

.slider_arrow_alignement .slick-prev:before {
    content: url(../images/home_page/btn_arrow_p.svg);
}

.slider_arrow_alignement .slick-next {
    right: 12px;
}

.slider_arrow_alignement .slick-next,
.slider_arrow_alignement .slick-prev {
    position: absolute;
    display: inline-block;
    padding: 0;
    background: transparent !important;
    top: auto;
    bottom: -140px !important;
    width: 50px !important;
    height: 47px !important;
    border-radius: 10px;
    border: 1px solid #8081D5 !important;
}

.slider_arrow_alignement .slick-next:before,
.slider_arrow_alignement .slick-prev:before {
    font-size: 25px;
    line-height: 1;
    opacity: 1;
    color: #0003aa;
    font-weight: 700;
}

.a_tag_style {
    font-weight: 700;
    color: #0003aa;
}

.a_tag_style:hover {
    color: #000274 !important;
}

/*we are page css*/
.redefine_block {
    padding: 15px;
    border-radius: 15px;
    margin-top: 18px;
}

.redefine_block img {
    margin-bottom: 28px;
    width: 40px;
    height: 40px;
}

.redefine_block h6 {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
}

.redefine_block_1 {
    background: #F2F0FF;
}

.redefine_block_2 {
    background: #FBF3FF;
}

.redefine_block_3 {
    background: #ECECFF;
}

.redefine_block_4 {
    background: #E9FFF2;
}

.redefine_block_5 {
    background: #FFECFA;
}

.redefine_block_6 {
    background: #FFEEF3;
}

.redefine_block_7 {
    background: #EBF6FF;
}

.redefine_block_8 {
    background: #FFEEF3;
}

.redefine_block_9 {
    background: #F8FFE5;
}

.vision_bg_img {
    background: #000274;
    padding: 20px 20px;
    border-radius: 15px;
    margin-right: 50px;
}

.vision_bg_img .section_heading h2 {
    color: #fff;
    font-size: 38px;
}

.content_style h6 {
    font-size: 18px;
    margin-top: 15px;
}

.content_style p {
    font-size: 16px;
}

.comapany_vision_mission .h6_1 {
    color: #8081D5;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 22px;
}

.comapany_vision_mission .h6_2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 22px;
}

.fouder_name {
    color: #0003aa;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 12px;
}

.name_designation {
    color: #000124B2;
    font-size: 16px;
    line-height: 1.4;
}

.padding_left_col {
    padding-left: 50px;
}

.padding_left_col_1 {
    padding-left: 35px;
}

.social_corporate_section td p {
    font-weight: 400;
    color: #000124B2;
    margin-bottom: 0px;
}

.slick-list {
    padding-left: 0px !important;
}

.block_below_content {
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.5;
    color: #000124;
    margin-top: 20px;
}

.block_below_content span {
    color: #0003AA;
}

.guru_s_section .section_heading h3 {
    background: linear-gradient(to right, #0003AA 1.97%, #CF56ED 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 36px;
}

.guru_s_section {
    background: linear-gradient(180deg, #fff, 20%, #FEF6E6);
}

.guru_s_section_outer_container {
    padding: 110px 0px;
}

.guru_banner_img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.products_coinpedia_img {
    position: absolute;
    right: 650px;
    padding-top: 67px;
}

.products_management_img {
    position: absolute;
    padding-top: 367px;
    right: 650px;
}

.products_flag_img {
    position: absolute;
    right: 941px;
    padding-top: 0px;
}

.coin_heading {
    position: absolute;
    right: 771px;
    padding-top: 0px;
}

.home_heading p {
    position: absolute;
    right: 505px;
    padding-top: 2px;
}

.products_home_img {
    position: absolute;
    right: 680px;
    padding-top: 0px;
}

.products_com_img {
    position: absolute;
    right: 430px;
    padding-top: 0px;
}

.com_heading {
    position: absolute;
    right: 270px;
    padding-top: 2px;
}

.managment_flag_img {
    position: absolute;
    right: 940px;
    padding-top: 305px;
}

.managment_flag_heading {
    position: absolute;
    right: 770px;
    padding-top: 299px;
}

.managment_home_img {
    position: absolute;
    right: 700px;
    padding-top: 299px;
}

.managment_home_heading {
    position: absolute;
    right: 528px;
    padding-top: 299px;
}

.managment_com_img {
    position: absolute;
    right: 442px;
    padding-top: 299px;
}

.managment_com_heading {
    position: absolute;
    right: 284px;
    padding-top: 299px;
}

.vision_bg_img img {
    width: 100%;
}

.contact_form_section .fs-label-wrap .fs-label {
    padding: 11px 22px 10px 8px;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #B7B7B7;
    color: #909090;
    height: 40px;
    font-size: 14px;
    border-radius: 6px;
}

.contact_form_section .fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    margin-top: 5px;
    z-index: 1000;
    margin-left: 0;
}

#successAlertMsg .close,
#errorAlertMsg .close {
    border: 0px;
    background: none;
    float: right;
    position: absolute;
    right: 10px;
    margin-top: 10px;
    font-size: 35px;
    color: #494949;
}

#successAlertMsg .img_succ_alert_msg,
#errorAlertMsg .img_succ_alert_msg {
    width: 110px;
}

.alert_msg_section {
    font-size: 18px;
    color: #000;
}

.contact_form_section .fs-label-wrap,
#successAlertMsg .modal-header,
#errorAlertMsg .modal-header {
    border: none;
}

.coinpedia_image h3 {
    position: absolute;
    right: 500px;
    padding-top: 65px;
}

.coinpedia_image p {
    position: absolute;
    right: 170px;
    padding-top: 127px;
    color: grey;
}

.management_image h3 {
    position: absolute;
    right: 400px;
    padding-top: 366px;
}

.management_image p {
    position: absolute;
    right: 170px;
    padding-top: 431px;
    color: grey;
}

.section_heading_product p {
    left: 50px;
}

.coinpedia_content {
    right: 450px;
    padding-top: 50px;
}

/*we are page css*/
/*hackathon page start*/
.common_top_banner {
    background: linear-gradient(151deg, #0003AA, #5B0369);
    min-height: 500px;
    padding-bottom: 30px;
}

.common_top_banner .banner_left_img {
    position: absolute;
    width: auto;
    top: 0;
}

.common_top_banner .banner_right_img {
    position: absolute;
    width: auto;
    right: 0;
    top: 178px;
}

.common_top_banner .banner-left-content {
    padding-top: 130px;
}

.common_top_banner .banner-left-content.no_padding {
    padding-top: 0px;
}

.section_margin {
    margin: 90px 0px;
}

.hackaton_container_bg {
    background: #F2F2FB;
    padding: 20px;
    border-radius: 15px;
    margin-top: 30px;
}

.hackaton_container h4 {
    font-size: 20px;
}

.hackaton_container p {
    line-height: 1.5;
}

.hackaton_container .overview_count h6 {
    color: #000124B2;
    font-size: 16px;
}

.hackaton_container .overview_count h5 {
    color: #0003AA;
    font-size: 22px;
    margin-bottom: 0px;
}

.hackaton_container .overview_count li {
    border-right: 1px solid #CCCDEE;
}

.hackaton_container .overview_count li:last-child {
    border-right: 0px;
}

.overview_count_hackathon {
    padding-left: 0px;
    margin-top: 28px;
    margin-bottom: 0;
}

.overview_count_hackathon li {
    display: inline-block;
    margin-right: 20px;
    border-right: 1px solid #0066FF4D;
    padding-right: 20px;
}

.overview_count_hackathon h6 {
    color: #000124B2;
    font-size: 14px;
    font-weight: 400;
}

.overview_count_hackathon h5 {
    color: #0003AA;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
}

.overview_count_hackathon li:last-child {
    border-right: 0px;
    margin-right: 0px;
    padding-right: 0px;
}

.recent_hackaton_container {
    border: 1px solid #CCCDEE;
    border-radius: 12px;
    padding: 22px;
    margin-bottom: 20px;
}

.recent_hackaton_container h4 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 18px;
}

.benefits_hackaton_container h6 {
    font-size: 20px;
    color: #000124;
    margin-top: 15px;
    margin-bottom: 0px;
}

.benefits_hackaton_container p {
    font-size: 16px;
    color: #000124B2;
    margin-bottom: 0px;
}

.benefits_hackaton_container {
    padding: 20px;
    border-radius: 15px;
    min-height: 182.59px;
}

.benefits_hackaton_container_1 {
    background: #E7F4FF;
}

.benefits_hackaton_container_2 {
    background: #FFEFEB;
}

.benefits_hackaton_container_3 {
    background: #FFFBE7;
}

.benefits_hackaton_container_4 {
    background: #EEFFF6;
}

.only_content_banner .section_heading p,
.studio .section_heading h2,
.studio img,
#faq_section .accordion-item:first-child {
    margin-top: 0px;
}

#faq_section .accordion-button.collapsed {
    border-radius: 20px;
    border: 1px solid transparent !important;
    font-weight: 600;
}

#faq_section .accordion-item {
    border-radius: 20px;
    margin-top: 10px;
}

#faq_section .accordion-button:not(.collapsed) {
    color: #000124;
    box-shadow: none;
    border: 1px solid #0003aa;
    border-bottom: 0px;
    font-weight: 700;
    border-radius: 20px 20px 0px 0px;
}

#faq_section .accordion-button {
    border: 1px solid #0003aa !important;
    font-size: 20px;
    background-color: transparent;
    border-bottom: 0px !important;
}

#faq_section .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#faq_section .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#faq_section .accordion-header {
    margin-bottom: 0;
    border-radius: 20px;
    background: transparent;
}

#faq_section .accordion-item:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

#faq_section .accordion-collapse {
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #0003aa;
    border-top: 0px;
}

#faq_section .accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

#faq_section .accordion-body {
    padding-top: 0px;
}

.hackaton_banner,
.recent_hackaton_container img {
    width: 100%;
    border-radius: 10px;
    max-height: 270px;
}

.banner_video_block {
    width: 100%;
    border-radius: 10px;
}

.common_top_banner .banner_video_block {
    margin-top: 120px;
    z-index: 9;
    position: relative;
}

/*hackathon page end*/
/*collaboration page start*/
.collaboration_container_1 {
    background: #EBFFE4;
}

.collaboration_container_2 {
    background: #E2F1FF;
}

.collaboration_container_3 {
    background: #F7ECFF;
}

.collaboration_container {
    padding: 20px;
    border-radius: 15px;
}

.collaboration_container .block_img {
    height: 50px;
    margin-bottom: 20px;
}

.collaboration_container li {
    color: #000124;
    font-size: 16px;
}

.collaboration_container_1 ul li {
    list-style: url(../images/who_we_are/collaboration/li_marker_1.svg);
}

.collaboration_container_2 ul li {
    list-style: url(../images/who_we_are/collaboration/li_marker_3.svg);
}

.collaboration_container_3 ul li {
    list-style: url(../images/who_we_are/collaboration/li_marker_2.svg);
}

.collaboration_container ul {
    padding-left: 18px;
}

.collaboration_block img {
    width: 100%;
}

/*collaboration page end*/
/*service page css start*/
.block-x3 {
    padding: 15px;
    border-radius: 15px;
    margin-top: 25px;
}

.block_box_shadow_1 {
    background: #FFF9E8;
}

.block_box_shadow_2 {
    background: #F2EEFF;
}

.block_box_shadow_3 {
    background: #EAFAFF;
}

.block_box_shadow_4 {
    background: #FFF1F4;
}

.block_box_shadow_5 {
    background: #F0F0FF;
}

.block_box_shadow_6 {
    background: #FFEEF8;
}

.block_box_shadow_7 {
    background: #F4FFE2;
}

.block_box_shadow_8 {
    background: #FFEEEE;
}

.block_box_shadow_9 {
    background: #F2FFE8;
}

.block_box_shadow_10 {
    background: #FFF2E9;
}

.block_box_shadow_11 {
    background: #E7F4FF;
}

.block_box_shadow_12 {
    background: #E2FDFF;
}

.block_box_shadow_13 {
    background: #E8FFFC;
}

.block_box_shadow_14 {
    background: #FFFAE9;
}

.block_box_shadow_15 {
    background: #EAFBFF;
}

.block_box_shadow_16 {
    background: #FFEDF2;
}

.block_box_shadow_17 {
    background: #FFEBEF;
}

.block_box_shadow_18 {
    background: #F9F1FF;
}

.block_box_shadow_19 {
    background: #EDEDFF;
}

.block-x3 img {
    height: 50px;
    width: 50px;
}

.block-x3 p {
    font-size: 16px;
    color: #000124B2;
    font-weight: 400;
    margin-bottom: 0px;
}

.block-x3 h5 {
    font-size: 20px;
    color: #000124;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 0px;
}

.branding_page_block .block-x3 h5 {
    min-height: 60px;
}

.block-x3-outer {
    border: 1px solid #CCCDEE;
    border-radius: 15px;
    padding: 24px 15px;
    text-align: center;
    margin-top: 20px;
}

.block-x3-outer h5 {
    font-size: 18px;
    color: #000124;
    font-weight: 600;
    margin: 0px;
    line-height: 1;
}

.process_ul li {
    list-style: url(../images/solutions/li_marker.svg);
    font-size: 15px;
    color: #ffffff;
}

ul.process_ul {
    padding-left: 20px;
    margin-bottom: 0px;
}

.studio_container .block {
    border: 1px solid #CCCDEE;
    border-radius: 15px;
    padding: 25px;
}

/*service page css end*/
/*contact page css start*/
.overview_container {
    padding: 30px;
}

.overview_container h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 22px;
}

.overview_container h6 {
    font-size: 18px;
    font-weight: 700;
}

.overview_container_bg {
    background: #F2F2FB;
}

.overview_list_ul li {
    list-style: none;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.5;
    color: #000124;
    font-weight: 600;
}

.overview_list_ul li span {
    color: #000124B2;
}

.menu_content_block h3 {
    font-weight: 400;
    font-size: 23px;
}

.menu_content_block h3 span,
.overview_container h4 span {
    color: #0003aa;
}

/*contact page css end*/
/*desktop new design css end*/
@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

    .megamenu h6 {
        margin-bottom: 20px;
    }

    .megamenu h6 a {
        color: #0f0ba6 !important;
        margin-left: 0 !important;
        background: #eee;
        padding: 2px 10px !important;
        border-radius: 5px;
    }

    .megamenu h6 a img {
        width: 18px;
        position: relative;
        top: -2px;
    }

    .megamenu h6 a:hover {
        text-decoration: underline;
    }

    .megamenu .megamenu_bottom h5 {
        margin-bottom: 0;
        line-height: 1;
    }

    .megamenu {
        padding: 0 !important;
        background: linear-gradient(to right, #F5F3FF 50%, white 50%) !important;
    }
}

/* ============ desktop view .end// ============ */
/**************************** Media Query ******************************************************/
@media(max-width: 1499px) {
    .culture_design_block .section_heading h2 {
        margin-bottom: 10px;
    }

    .culture_design_block .top_section p {
        font-weight: 600;
        margin-bottom: 25px;
        font-size: 16px;
    }

    .culture_design_block .top_section p:last-child {
        margin-bottom: 0px;
    }
}

@media (min-width: 767px) {

    li.dropdown .dropdown-toggle:hover>ul.dropdown-menu,
    li.dropdown.open .dropdown-menu {
        display: none !important;
    }
}

@media(min-width:1200px) and (max-width:1355px) {
    .about_page_banner h1 {
        font-size: 201px;
        padding-top: 100px;
    }
}

@media(min-width:1200px) and (max-width:1500px) {
    .technology_banner .technology-img {
        width: 31%;
    }

    .outer_right_img {
        margin-top: -19%;
        width: 30%;
    }

    .footer_two {
        padding: 40px 0px 15px 25px;
    }

    .bounce_element_block {
        width: 76px;
        height: 76px;
    }

    .bounce_element_new_3 {
        width: 76px;
        height: 36px;
    }

    .bounce_element_new_4 {
        border-left: 38px solid transparent;
        border-right: 38px solid transparent;
        border-bottom: 38px solid #68f9ef;
        height: 46px;
    }
}

@media(min-width:768px) {
    .navbar-expand-md .navbar-collapse {
        margin-right: 0px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .display_product {
        display: block !important;
    }

    .padding_top_image {
        padding-top: 0%;
    }

    .process_block .card-body {
        min-height: 189.5px;
    }

    .process_block .card-title {
        min-height: 62px;
    }

    ul.process_ul {
        min-height: 157.5px;
    }

    .recent_hackaton_container h4 {
        font-size: 18px;
        margin-top: 10px;
        min-height: 54px;
    }

    .overview_count_hackathon,
    .benefits_hackaton_container {
        margin-top: 15px;
    }

    .overview_count_hackathon li {
        margin-right: 6px;
        padding-right: 6px;
    }

    .overview_count_hackathon h6 {
        font-size: 11px;
    }

    .overview_count_hackathon h5 {
        font-size: 13px;
    }

    .recent_hackaton_container {
        padding: 10px;
    }

    h4 {
        font-size: 16px;
    }

    .design_title {
        font-size: 20px;
    }

    .design_para {
        font-size: 18px;
    }

    .design_link,
    p {
        font-size: 14px;
    }

    .sec_block {
        bottom: 49px;
        height: 73%;
    }

    .process_block .card {
        padding: 15px;
    }

    .vertical_text {
        left: -50px;
    }

    .process_block {
        padding: 35px 60px 35px;
    }

    .culture_block p {
        font-weight: 600;
        font-size: 12px;
    }

    .fifth_block,
    .fourth_block {
        height: 100%;
        bottom: 0px;
    }

    .image_fifth,
    .image_fourth {
        bottom: 132px !important;
    }

    .portfolio_block_one h5,
    .portfolio_block_two h5,
    .portfolio_block_three h5 {
        padding-top: 76px;
    }

    .portfolio_block_one p,
    .portfolio_block_two p,
    .portfolio_block_three p,
    .portfolio_block_five p {
        font-size: 14px;
    }

    .portfolio_block_five h5 {
        padding-top: 30px;
    }

    .class_first p {
        width: 80%;
    }

    h1 {
        font-size: 26px;
    }

    .department_category h1 {
        margin: 0;
        font-size: 16px;
        margin-left: 10px;
    }

    .department_block img {
        width: 155px;
    }

    .department_block p {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .department_category .span_num {
        margin-bottom: 15px;
        line-height: 2;
    }

    .hiring_first_card {
        width: 10rem;
        margin-bottom: 15px;
        min-height: 500px;
    }

    .hiring_sec_card {
        margin-bottom: 15px;
        min-height: 325px;
    }

    .third_card {
        width: 10rem;
        margin-bottom: 15px;
        min-height: 500px;
    }

    .fourth_card {
        width: 10rem;
        margin-bottom: 15px;
        min-height: 500px;
    }

    .services_block p,
    .fourth_card h6,
    .third_card h6,
    .hiring_first_card h6 {
        font-size: 12px;
    }

    .hiring_sec_card .badge,
    .third_card .badge,
    .fourth_card .badge {
        font-size: 10px;
        margin-bottom: 0px;
    }

    .culture_data h2 {
        font-size: 22px;
    }

    .philosophy_section {
        padding: 15px;
        margin-top: 20px;
    }

    /* extra added from 768px to 991px  */
    .service-banner-img-container {
        text-align: center;
    }

    .service-banner-img-container img {
        width: 50%;
    }

    .hiring_sec_card {
        min-height: 325px;
    }

    .services_banner .banner-left-content p {
        margin-bottom: 25px;
    }

    .expertise_section .card {
        padding: 10px;
        margin: 5px;
    }

    .services_category .card-text {
        min-height: 95px;
    }

    /* extra added from 768px to 991px  */
    .outer_right_img {
        width: 25%;
        margin-top: -2%;
    }

    .service_detail_banneer_right_position {
        top: 34%;
        width: 100px;
    }

    .about_page_banner h1 {
        font-size: 130px;
        padding-top: 140px;
    }

    .section_heading h2 {
        font-size: 30px;
    }

    .section_heading h4 {
        font-size: 24px !important;
    }

    .banner_title,
    .banner_title_sub {
        font-size: 32px !important;
    }

    .case_study_next {
        margin-top: 25px;
    }

    .case_study_next h4,
    .studio {
        margin-top: 30px;
    }

    .partner_section {
        margin-top: 10px;
    }

    .labs_section {
        margin-top: 20px;
    }

    .studio_section {
        margin-top: 35px;
    }

    .service_detail_banner {
        padding: 60px 0px 50px;
    }

    .border_top {
        padding-top: 25px;
    }

    .our_expertise_section h2 {
        margin-bottom: 15px;
    }

    .height_container {
        height: 50px;
    }

    .our_offering_services,
    .margin_btm_sm {
        margin-bottom: 20px;
    }

    .digital_solution_section h3 {
        font-size: 22px;
    }

    .digital_solution_a img {
        width: 26px;
        margin-top: -1px;
        margin-left: 15px;
    }

    .hire_section .nav_tabs_class .nav-link {
        padding: 10px 10px;
        font-size: 12px;
        white-space: nowrap;
    }

    .footer_two {
        padding: 40px 0px 15px 20px;
    }

    .banner-right-content {
        padding-top: 460px;
    }

    @keyframes bounce {
        0% {
            opacity: 0.2;
            top: 0%;
            transform: scaleX(70%) scaleY(70%);
        }

        10% {
            opacity: 0.4;
            transform: scaleX(80%) scaleY(80%);
        }

        20% {
            opacity: 0.6;
            transform: scaleX(85%) scaleY(85%);
        }

        30% {
            opacity: 0.8;
            transform: scaleX(90%) scaleY(90%);
        }

        40% {
            opacity: 0.9;
            transform: scaleX(95%) scaleY(95%);
        }

        50% {
            opacity: 1;
            top: 75%;
            transform: scaleX(100%) scaleY(100%);
        }

        60% {
            opacity: 0.9;
            transform: scaleX(95%) scaleY(95%);
        }

        70% {
            opacity: 0.8;
            transform: scaleX(90%) scaleY(90%);
        }

        80% {
            opacity: 0.6;
            transform: scaleX(85%) scaleY(85%);
        }

        90% {
            opacity: 0.4;
            transform: scaleX(80%) scaleY(80%);
        }

        100% {
            opacity: 0.2;
            top: 0%;
            transform: scaleX(70%) scaleY(70%);
        }
    }

    @keyframes bounce_3 {
        0% {
            opacity: 0.2;
            top: 0%;
            transform: scaleX(70%) scaleY(70%);
        }

        10% {
            opacity: 0.4;
            transform: scaleX(80%) scaleY(80%);
        }

        20% {
            opacity: 0.6;
            transform: scaleX(85%) scaleY(85%);
        }

        30% {
            opacity: 0.8;
            transform: scaleX(90%) scaleY(90%);
        }

        40% {
            opacity: 0.9;
            transform: scaleX(95%) scaleY(95%);
        }

        50% {
            opacity: 1;
            top: 92%;
            transform: scaleX(100%) scaleY(100%);
        }

        60% {
            opacity: 0.9;
            transform: scaleX(95%) scaleY(95%);
        }

        70% {
            opacity: 0.8;
            transform: scaleX(90%) scaleY(90%);
        }

        80% {
            opacity: 0.6;
            transform: scaleX(85%) scaleY(85%);
        }

        90% {
            opacity: 0.4;
            transform: scaleX(80%) scaleY(80%);
        }

        100% {
            opacity: 0.2;
            top: 0%;
            transform: scaleX(70%) scaleY(70%);
        }
    }

    @keyframes bounce_4 {
        0% {
            opacity: 0.2;
            top: 0%;
            transform: scaleX(70%) scaleY(70%);
        }

        10% {
            opacity: 0.4;
            transform: scaleX(80%) scaleY(80%);
        }

        20% {
            opacity: 0.6;
            transform: scaleX(85%) scaleY(85%);
        }

        30% {
            opacity: 0.8;
            transform: scaleX(90%) scaleY(90%);
        }

        40% {
            opacity: 0.9;
            transform: scaleX(95%) scaleY(95%);
        }

        50% {
            opacity: 1;
            top: 87%;
            transform: scaleX(100%) scaleY(100%);
        }

        60% {
            opacity: 0.9;
            transform: scaleX(95%) scaleY(95%);
        }

        70% {
            opacity: 0.8;
            transform: scaleX(90%) scaleY(90%);
        }

        80% {
            opacity: 0.6;
            transform: scaleX(85%) scaleY(85%);
        }

        90% {
            opacity: 0.4;
            transform: scaleX(80%) scaleY(80%);
        }

        100% {
            opacity: 0.2;
            top: 0%;
            transform: scaleX(70%) scaleY(70%);
        }
    }

}

@media only screen and (max-width: 991px) {
    .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
        margin-top: 38px;
        background-color: #0003aa;
    }

    .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
        border: none !important;
        background-color: #0003aa;
        padding-top: 51px;
    }

    .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
        color: #fff;
    }

    .server_block p {
        min-height: 81px;
    }

    .server_block {
        margin-top: 20px;
    }

    .m_gif_icon {
        width: 55px !important;
        position: absolute !important;
        margin-top: -20px !important;
        margin-left: 151px !important;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .collaboration_container {
        padding: 15px;
    }

    .collaboration_container p {
        min-height: 108px;
    }

    .case_study_cards .card-title img {
        margin-top: 1px;
    }

    .culture_data h2 {
        font-size: 30px;
    }

    .outer_right_img {
        width: 25%;
        margin-top: -10%;
    }

    .service_detail_banneer_right_position {
        top: 24%;
        width: 140px;
    }

    .section_heading h2 {
        font-size: 30px;
    }

    .section_heading h4 {
        font-size: 24px !important;
    }

    .banner_title,
    .banner_title_sub {
        font-size: 37px !important;
    }

    .footer_two {
        padding: 40px 0px 15px 4px;
    }

    .process_block .card {
        padding: 15px;
    }

    /* nav bar css start */
    .navbar-area .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .desktop-nav .navbar .navbar-nav .nav-item a {
        font-size: 16px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .navbar-brand {
        margin-right: 10px;
    }

    /* nav bar css end */
    .services_category .card-text {
        min-height: 120px;
    }

    .banner-right-content {
        padding-right: 20px;
        padding-top: 430px;
    }

    .height_container {
        height: 100px;
    }

    .hire_section .nav_tabs_class .nav-link {
        white-space: nowrap;
    }

    .nav_tabs_class .nav-justified {
        display: flex;
        flex-wrap: nowrap;
    }

    .blog_inner_div {
        padding: 16px;
    }

    .blog_block img {
        min-height: 199.89px;
    }

    .block_box_shadow h4 {
        font-size: 18px;
        margin-top: 14px;
        margin-bottom: 10px;
    }

    .block_box_shadow p {
        font-size: 15px;
    }

    .server_block p {
        min-height: 81px;
    }

    .about_page_banner h1 {
        font-size: 165px;
        padding-top: 120px;
    }

    .redefine_block h6 {
        font-size: 14px;
        min-height: 72px;
    }

    .padding_left_col {
        padding-left: 25px;
    }

    .comapany_vision_mission .h6_1 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .comapany_vision_mission .h6_2 {
        font-size: 21px;
    }

    .padding_left_col_1 {
        padding-left: 10px;
    }

    .recent_hackaton_container h4 {
        font-size: 22px;
        min-height: 66px;
    }

    .overview_count_hackathon li {
        margin-right: 12px;
        padding-right: 12px;
    }

    .overview_count_hackathon h6 {
        font-size: 12px;
    }

    .overview_count_hackathon h5 {
        font-size: 17px;
    }

    .overview_count_hackathon {
        margin-top: 15px;
    }

    .benefits_hackaton_container {
        padding: 12px;
        min-height: 165px;
    }

    .benefits_hackaton_container h6 {
        font-size: 20px;
    }

    .benefits_hackaton_container p {
        font-size: 16px;
        line-height: 1.5;
    }

    ul.process_ul {
        min-height: 105px;
    }

    .process_block .card-body {
        min-height: 116px;
    }

    .process_block h4,
    .process_ul li {
        font-size: 14px;
    }

    .redefine_block,
    .recent_hackaton_container,
    .block-x3 {
        padding: 12px;
    }

    .block-x3 p {
        min-height: 115.19px;
    }

    .block-x3 img {
        height: 45px;
        width: 45px;
    }
}

@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .case_study_section_1,
    .case_study_section_2 {
        margin-top: 24px;
    }

    .blog_inner_div {
        padding: 15px;
    }

    .blog_block img {
        min-height: 145.88px;
    }

    .block_box_shadow h4 {
        font-size: 18px;
        margin-top: 14px;
        margin-bottom: 10px;
        margin-bottom: 10px;
    }

    .block_box_shadow p {
        font-size: 15px;
        min-height: 48px;
    }

    .padding_left_col,
    .padding_left_col_1 {
        padding-left: 0px;
    }

    .vision_bg_img img {
        width: 100%;
    }

    .redefine_block {
        padding: 10px;
    }

    .redefine_block h6 {
        font-size: 16px;
    }

    .comapany_vision_mission .h6_1,
    .comapany_vision_mission .h6_2 {
        font-size: 22px;
    }

    .social_corporate_section td {
        padding: 30px 0px 30px 10px;
    }

    .section_heading h3 {
        font-size: 18px;
    }

    .redefine_block img {
        width: 30px;
        height: 30px;
    }

    .overview_count li {
        margin-right: 32px;
        padding-right: 32px;
    }

    .common_top_banner .banner-left-content.no_padding {
        padding-top: 100px;
    }
}

@media(max-width:767px) {
    .display_product {
        display: block !important;
    }

    .timeline time {
        margin-bottom: 0px;
    }

    .padding_top_image {
        padding-top: 20px;
    }

    .a_tag_style {
        margin-top: 8px;
        display: block;
    }

    .section_margin {
        margin: 45px 0px;
    }

    .product_ul li {
        margin-right: 6px;
        padding: 0px 0px 5px 0px;
    }

    .product_ul li img {
        width: 28px;
    }

    .product_ul li a img {
        width: 20px;
    }

    .product_ul li span {
        font-size: 14px;
        margin-left: 4px;
    }

    .display_product .flex-grow-1.ms-3 {
        margin-left: 0px !important;
        margin-top: 12px;
    }

    .product_market li {
        margin-right: 6px;
        padding: 0px 0px 5px 0px;
    }

    .product_market li span {
        font-size: 12px;
    }

    .vision_bg_img .section_heading h2 {
        font-size: 30px;
    }

    .m_gif_icon {
        width: 50px !important;
        position: absolute !important;
        margin-top: -20px !important;
        margin-left: 125px !important;
    }

    .only_content_banner .common_top_banner .banner-left-content {
        padding-top: 160px;
    }

    .only_content_banner .section_margin {
        margin: 50px 0px;
    }

    .footer_one .social_icons_footer img {
        width: auto;
    }

    .text-align-center {
        text-align: center;
        margin-bottom: 30px;
    }

    .vision_bg_img {
        margin-right: 0px;
    }

    .branding_page_block .block-x3 h5 {
        min-height: auto;
    }

    .only_mobile_slider.slick-initialized .slick-slide {
        padding-left: 12px;
    }

    .server_block h5 {
        margin-top: 6px;
    }

    #container_timeline {
        margin-top: -150px;
    }

    .timeline ol {
        padding: 150px 0 150px 0px;
    }

    .timeline ol li {
        width: 290px;
    }

    .timeline ol li:nth-child(odd) div::before {
        bottom: 70px;
        left: 10px;
    }

    .timeline ol li div {
        padding: 40px 0px 0px 10px !important;
    }

    .timeline ol li:nth-child(even) div::before {
        top: 5px;
        left: 10px;
    }

    .timeline ol li:nth-child(odd) div {
        height: 105px;
    }

    .work_image img,
    .section_heading h2 br,
    .server_block p br,
    .banner_title br {
        display: none;
    }

    .second_col_div {
        padding-left: 0px !important;
        padding-right: 12px !important;
    }

    .third_col_div {
        padding-left: 12px !important;
    }

    .fourth_col_div {
        padding-right: 12px;
    }

    .process_ul li {
        font-size: 13px;
    }

    .block-x3-outer h5 {
        font-size: 14px;
    }

    .block-x3-outer {
        padding: 15px 10px;
    }

    .collaboration_container {
        padding: 12px;
        margin-bottom: 20px;
    }

    .collaboration_container li {
        font-size: 14px;
        line-height: 1.5;
    }

    .social_icons_footer,
    .overview_count,
    .overview_count_hackathon {
        margin-top: 20px;
    }

    .recent_hackaton_container h4 {
        font-size: 20px;
    }

    .benefits_hackaton_container {
        padding: 12px;
        min-height: 177.38px;
        margin-bottom: 20px;
    }

    .hackaton_container_bg,
    .recent_hackaton_container {
        padding: 12px;
    }

    .hackaton_container .overview_count h5,
    .overview_count_hackathon h5 {
        font-size: 15px;
    }

    .hackaton_container .overview_count h6,
    .overview_count_hackathon h6 {
        font-size: 13px;
    }

    .hackaton_banner {
        margin-bottom: 15px;
    }

    .server_block p {
        min-height: 77px;
        margin-bottom: 0px;
    }

    .server_block {
        margin-top: 20px;
    }

    .department_block {
        margin: 50px 0;
    }

    .empowering_block .section_heading {
        margin-bottom: 20px;
    }

    .height_container {
        height: 10px;
    }

    .button_class {
        padding: 5px;
        margin-top: 0px;
    }

    .culture_data {
        margin-top: 20px;
        text-align: center;
    }

    .philosophy_section {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .expertise_section .colum_first {
        border: 0;
    }

    .footer_one {
        border: 0;
        padding: 50px 0px 0px 0;
    }

    .footer_one img {
        width: 125px;
    }

    .footer_one p {
        margin-bottom: 0px;
    }

    .footer_two {
        padding: 15px 0px 15px 0px;
        font-size: 13px;
    }

    .footer_copy_right {
        padding-bottom: 35px;
    }

    .footer_terms_privacy {
        padding-top: 0px;
    }

    .services_block p {
        bottom: 5px;
        font-weight: 600;
        font-size: 10px !important;
    }

    .class_first p {
        width: 100%;
    }

    .department_block img {
        width: 12px;
        margin-left: 3px;
    }

    .sec_img {
        width: 100% !important;
    }

    .design_title {
        font-size: 15px;
    }

    .design_para {
        font-size: 13px;
    }

    .design_link {
        font-size: 12px;
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .design_link img {
        width: 22px !important;
    }

    .para_first {
        margin-top: 40px !important;
    }

    h1 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }

    .img-fluid {
        width: 100%;
    }

    .image_sec {
        height: 250px;
        position: absolute;
        bottom: 0;
    }

    .sec_block {
        bottom: 0;
    }

    .image_fourth {
        position: absolute;
        bottom: 0 !important;
    }

    .fourth_block,
    .fifth_block {
        height: 100%;
        bottom: 0;
    }

    .block-x3 h5,
    #faq_section .accordion-button,
    .fourth_block h4,
    .fifth_block h4 {
        font-size: 18px;
    }

    .image_fifth {
        bottom: 0 !important;
    }

    .portfolio_block_one h5 {
        padding-top: 21%;
    }

    .portfolio_block_two h5,
    .portfolio_block_three h5 {
        padding-top: 25%;
    }

    .portfolio_block_five h5 {
        padding-top: 15px;
    }

    .portfolio_block_one,
    .portfolio_block_two,
    .portfolio_block_three {
        padding: 0 15px;
    }

    .block_portfolio_block_fivefive {
        padding: 0 25px;
    }

    .sec_section_class {
        padding: 0;
        margin-bottom: 15px
    }

    .department_block p {
        font-size: 18px;
        margin-bottom: 20px;
        width: 100% !important;
    }

    .department_block .sec_para {
        font-size: 14px !important;
    }

    .hiring_first_card {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .hiring_block .hiring_first_card {
        margin-top: 0px;
    }

    .hiring_sec_card {
        width: 100%;
        margin-bottom: 15px;
        min-height: auto;
    }

    .hiring_sec_card ul {
        min-height: auto;
    }

    .third_card,
    .fourth_card {
        width: 100%;
        margin-bottom: 15px;
    }

    .culture_data h2 {
        font-size: 20px;
    }

    .culture_data img {
        width: 80%;
    }

    .process_block {
        padding: 45px 10px;
        margin: 50px 0;
    }

    .process_block h6,
    .process_block h4 {
        font-size: 14px;
    }

    .culture_block {
        margin: 50px 0;
        min-height: auto;
    }

    .culture_down_arrow {
        position: static;
        margin-top: auto;
    }

    .culture_data {
        left: 10%;
        right: auto;
    }

    .sign_up_btn {
        margin-top: 10px;
    }

    .vertical_text {
        position: absolute;
        writing-mode: horizontal-tb;
        left: 0;
        display: none;
    }

    footer h6 {
        text-align: center;
        font-size: 13px;
    }

    .footer_terms_privacy a {
        font-size: 13px;
    }

    .expertise_section .nav-pills .nav-link {
        margin-bottom: 5px;
        margin-right: 15px;
        white-space: nowrap;
    }

    .services_category .card-body {
        padding: 15px 0;
    }

    .services_category {
        padding: 0px;
        margin-bottom: 20px;
        border-bottom: 1px solid #9A9A9A;
        padding-bottom: 20px;
        border-radius: 0px;
    }

    .services_banner .service_banneer_left_position {
        width: 100px;
        left: -14px;
    }

    .border_card {
        border-bottom: none;
    }

    .service-banner-img-container {
        text-align: center;
    }

    .services_category .card-text {
        min-height: auto;
    }

    .expertise_section .card {
        padding: 0px;
        margin: 10px 0px;
    }

    .ultimez_labs img {
        width: 250px;
        margin: 0 auto;
        display: flex;
        float: none;
    }

    .process_block .card {
        padding: 5px;
        min-height: 240px;
    }

    .services_category .card-footer {
        padding: 0px;
    }

    .service-banner-img-container img {
        width: 50%;
    }

    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: 700 3.5em montserrat, sans-serif
    }

    .section_heading h2 {
        font-size: 28px;
    }

    .section_heading h3 {
        font-size: 18px !important;
    }

    .section_heading h4 {
        font-size: 20px !important;
    }

    .banner_title,
    .banner_title_sub {
        font-size: 30px !important;
    }

    .labs_empowering {
        margin: 15px 0px 20px;
    }

    .services_category .card-img-top {
        width: 85px;
    }

    .expertise_section .flex-column {
        flex-direction: row !important;
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        margin-top: 0px;
    }

    .expertise_section .flex-column li {
        display: inline-block;
    }

    .hire_section .nav-justified {
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
    }

    .hire_section .nav-justified li {
        display: inline-block;
    }

    .hire_section .nav_tabs_class .nav-link {
        white-space: nowrap;
        padding: 8px 12px;
        font-size: 12px;
    }

    .expertise_section {
        border-top: none;
        margin-top: 0px;
    }

    .expertise_section .custom_nav_tabs {
        border-bottom: 1px solid #ccc !important;
    }

    .custom_nav_tabs::-webkit-scrollbar,
    .nav_tabs_class ul::-webkit-scrollbar {
        height: 0px;
    }

    .expertise_section .card:hover {
        background: none;
    }

    /* service detail page start */
    .service_detail_banner {
        padding: 55px 0px 35px;
        min-height: 300px;
    }

    .outer_right_img,
    .expertise_section .nav-pills .active span,
    .service_detail_banneer_right_position {
        display: none;
    }

    .border_top {
        padding-top: 25px;
    }

    .border_top p {
        margin-bottom: 15px;
    }

    .our_expertise_section h2 {
        margin-bottom: 10px;
    }

    .our_expertise_section p {
        width: 100%;
    }

    .case_study_next {
        margin-top: 0px;
    }

    .expertise_right_desc {
        color: #6F6F6F;
        border-bottom: 1px solid #00000033;
        padding-bottom: 15px;
    }

    .our_expertise_section,
    .case_study_next h4 {
        margin-top: 15px;
    }

    .partner_section {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .our_offering_services {
        margin-bottom: 0px;
    }

    .services_details_page h4 {
        font-size: 22px;
    }

    /* service detail page end */
    /* aboutus page start */
    .about_page_banner h1 {
        padding-top: 80px;
        font-size: 60px;
        color: rgb(255 255 255 / 20%);
    }

    .about_first_section h2 {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .section_heading p {
        width: 100%;
        margin-bottom: 15px !important;
    }

    .count_experience_section {
        margin-top: 25px;
    }

    .num_growing_desc {
        margin-bottom: 20px !important;
    }

    .border_col_inner_1,
    .border_col_inner_2 {
        border-bottom: 1px solid;
        border-right: none;
    }

    .border_col_outer {
        padding: 0px 12px;
    }

    .service_card_description {
        min-height: auto;
    }

    .about_services_section img {
        width: 100%;
    }

    .social_corporate_section td {
        padding: 0px 0px 15px 0px;
    }

    .about_moral_section.social_corporate_section table tbody,
    .about_moral_section.social_corporate_section table td,
    .about_moral_section.social_corporate_section table th,
    .about_moral_section.social_corporate_section table thead,
    .about_moral_section.social_corporate_section table tr {
        display: block;
    }

    .social_corporate_section th {
        padding: 15px 0px 0px;
        border-bottom: 0px solid #A2A2A2;
    }

    .studio_section {
        margin-top: 10px;
    }

    .labs_section {
        margin-top: 25px;
    }

    .explore_lab img {
        margin-bottom: 0px;
        width: 25px;
        margin-top: 0px;
        margin-left: 13px;
    }

    .products_data {
        margin-top: 40px;
    }

    .digital_solution_a img {
        width: 25px !important;
        margin-left: 10px;
    }

    .digital_solution_section {
        margin-bottom: 10px;
    }

    .margin_btm_sm {
        margin-bottom: 20px;
    }

    .digital_solution_section img {
        width: 100%;
    }

    .about_page_banner .about_page_banner_img,
    .about_page_banner {
        min-height: 212px;
    }

    .apostrophe_img {
        margin-top: -45px;
        width: 40px;
    }

    .message_section {
        padding: 20px;
    }

    .products_data h2 {
        font-size: 20px;
        margin-top: 0px;
    }

    .see_all_design img {
        width: 26px;
        margin-top: -1px;
    }

    .learn_more_img {
        margin-top: 15px;
    }

    .logo img {
        width: 125px;
    }

    .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal {
        top: -4px !important;
    }

    .about_features {
        margin-bottom: 45px;
        margin-top: 20px;
    }

    .about_first_section {
        padding-top: 20px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .about_features .d-flex {
        margin-bottom: 25px;
    }

    .about_features img {
        width: 30px;
    }

    .about_first_section .who_section h2 {
        font-size: 36px;
    }

    @supports (animation-timeline: view()) {
        #sectionPin {
            margin-top: -25px;
        }
    }

    .message_block_vision {
        width: 100%;
        margin: 80px auto 40px;
    }

    .message_block_vision .colon_1 {
        left: 12px;
        width: 45px;
        margin-left: auto;
    }

    .message_block_vision .colon_2 {
        right: 12px;
        margin-top: -78px;
    }

    .digital_solution_section h3,
    .manage_work_client h6,
    .message_block_vision h6 {
        font-size: 18px;
    }

    .message_block_vision h5 {
        margin-right: 0px;
    }

    .team_of_teams .section_heading p {
        width: 100%;
        font-size: 16px;
    }

    .image_slider_container {
        margin: 45px 0px;
    }

    .image_slider_container .slick-next,
    .image_slider_container .slick-prev {
        width: 30px;
        height: 30px;
    }

    .image_slider_container .slick-prev {
        margin-left: 30px;
        display: none;
    }

    .image_slider_container .slick-next {
        margin-right: 30px;
    }

    .social_corporate_section th {
        min-width: auto;
    }

    .message_container {
        padding: 40px 0;
        margin-top: 45px;
    }

    .vission_mission_section_new img {
        margin-bottom: 30px;
    }

    .about_features h5,
    .about_first_section p,
    .comapany_vision_mission p,
    .social_corporate_section .section_heading p {
        font-size: 16px;
    }

    /* aboutus page end */
    /* technology page start */
    .technology_invest {
        width: auto;
        height: auto;
        min-height: 12rem;
        padding: 10px;
        margin-bottom: 15px;
    }

    .programming_category {
        padding: 0px 12px;
    }

    .programming_category .card {
        padding: 15px 0px;
    }

    .programming_section .col-md-3,
    .trending_section .col-md-3,
    .mobile_section .col-md-3 {
        padding: 0px;
    }

    .trending_section,
    .programming_section,
    .mobile_section {
        margin: 15px 0px 0px;
    }

    .mobile_section.technology_mobile_section {
        margin: 25px 10px 0px;
    }

    .customer_lifecycle .nav-justified li {
        display: inline-block !important;
    }

    .customer_lifecycle ul {
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
    }

    .customer_lifecycle .justify-content-center {
        justify-content: normal !important;
    }

    .technology_invest .card-img-top img {
        width: 15%;
    }

    .programming_category .card-title {
        margin-top: 5px;
    }

    .trending_block {
        height: 460px;
    }

    .technology_banner .technology-img {
        width: 60%;
    }

    .technology_banner {
        min-height: 550px;
        padding: 70px 0 50px;
    }

    .technology_page .invest_description {
        margin-bottom: 20px !important;
    }

    .partners h2 {
        font-size: 24px;
    }

    .customer_lifecycle li:first-child .nav-link {
        padding-left: 0px;
    }

    /* technology page end */
    /* products page start*/
    .products_data button {
        float: none !important;
        margin-bottom: 30px;
        font-size: 14px;
        padding: 12px;
    }

    .our_tools_section {
        margin: 25px 10px 0px;
    }

    .our_tools_section .col-md-3,
    .plugin_api_section .col-md-3 {
        padding: 0px;
    }

    .plugin_api_section {
        margin: 20px 10px 0px;
    }

    .banner-right-content {
        display: none;
    }

    .medico_content {
        padding: 50px 35px;
    }

    .team_content {
        padding: 50px 40px;
        text-align: left;
    }

    .invest_section {
        margin-top: 25px;
    }

    .brands_data_heading {
        padding: 0px 11px;
    }

    .intern_content {
        padding: 20px 24px 0;
    }

    .brands_container {
        top: 12%;
        padding: 15px 12px 0px;
    }

    .view_more_block {
        left: 0;
        top: 0%;
        padding: 0px;
    }

    .academy_data {
        margin-top: 14%;
    }

    .intern_data {
        padding: 20px;
        height: auto;
        top: 152%;
        position: relative;
    }

    .academy_content {
        padding: 20px 25px 0;
    }

    .view_more_block_blue {
        left: 0;
        height: auto;
        padding: 0px;
        position: static;
    }

    .products_cards .card-img-top img {
        width: 20%;
    }

    .product_content {
        padding: 80px 15px 60px;
        text-align: start;
    }

    .product_detail_banner p {
        width: 100%;
        font-size: 18px;
    }

    .products_page_section {
        padding: 0px;
    }

    .mobile_border_none {
        border-bottom: 0px;
    }

    .first_column {
        padding: 35px 12px 0px;
    }

    .first_column h5 {
        font-size: 34px;
    }

    .first_column h6 {
        font-size: 36px;
        margin-top: 35px;
    }

    .second_column {
        padding: 25px 25px 0px;
    }

    .third_column {
        padding: 25px;
    }

    .third_column a {
        margin-bottom: 20px;
        display: block;
    }

    .third_column p.description {
        min-height: auto;
        margin-bottom: 25px;
    }

    /* products page end */
    /* case study page start */
    .services_page,
    .about_services_section,
    .social_corporate_section,
    .labs_section img,
    .customer_lifecycle,
    .manage_work_client,
    .studio,
    .product_passage,
    .products_cards,
    .studio img {
        margin-top: 20px;
    }

    .case_study .card-img-bottom {
        text-align: center;
    }

    .border_right .col-md-12 {
        border-left: 1px solid;
    }

    .border_title {
        border-right: 1px solid;
    }

    .case_study_cards .card {
        height: auto;
    }

    .case_study_cards .card-img-bottom img {
        width: 50%;
    }

    .case_study_cards .card-title img {
        margin-top: -2px;
        width: 28px;
        margin-left: 5px;
    }

    .sm_margin_top {
        margin-top: 24px;
    }

    .medico,
    .team_management,
    .brandsneed,
    .intern,
    .academy,
    .height_sections {
        height: 300px;
    }

    .banner-left-content p.glitch {
        font-size: 36px;
    }

    .case_study {
        margin-bottom: 40px;
    }

    /* case study page end */
    /* home page css start */
    .hiring_block {
        margin: 40px 0;
    }

    .design_engineering {
        margin: 50px 0px;
    }

    .section_heading {
        margin-bottom: 15px;
    }

    .services_section .section_heading h2 {
        margin-top: 0px;
    }

    .slider-counter {
        margin: 3px auto;
    }

    .department_category h4 {
        margin-bottom: 15px;
    }

    .portfolio_one_container {
        margin-top: 0px;
        height: 200px;
    }

    .portfolio_two_container,
    .portfolio_three_container {
        height: 200px;
    }

    .portfolio_block_five {
        padding: 85px 15px 0px;
    }

    .design_engineering .design_link {
        float: right;
    }

    .portfolio_block .col-md-4,
    .block_sections .col-md-9,
    .portfolio_block .col-md-3 {
        padding-left: inherit;
        padding-right: inherit;
    }

    .portfolio_block,
    .magzine_block {
        padding: 0 12px;
    }

    .department_category .span_num {
        font-size: 14px;
        line-height: 1;
        vertical-align: middle;
    }

    .outer_ring_4 {
        margin: 20% auto 20%;
    }

    .circular_block_section_container {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .circular_blocks_container {
        padding-top: 20%;
        padding-bottom: 10%;
    }

    .square_dot_container {
        padding-top: 20%;
        padding-bottom: 20%;
    }

    .banner-slider .bg-1::before {
        height: 100%;
    }

    @keyframes move-vertical-1 {

        0% {
            transform: translateY(0%);
        }

        25% {
            transform: translateY(50%);
        }

        50% {
            transform: translate(170%, 50%) translateX(-120%);
        }
    }

    @keyframes move-vertical-2 {

        0% {
            transform: translateY(0%);
        }

        25% {
            transform: translateY(-102%);
        }

        50% {
            transform: translate(-200%, -102%) translateX(100%);
        }
    }

    .square_section_2 {
        width: 60px;
        height: 60px;
        right: 10px;
        top: 51%;
    }

    .square_section_1 {
        width: 82px;
        height: 82px;
        left: 7%;
        margin-top: 9px;
    }

    @keyframes bounce {
        0% {
            opacity: 0.2;
            top: 0%;
            transform: scaleX(70%) scaleY(70%);
        }

        10% {
            opacity: 0.4;
            transform: scaleX(80%) scaleY(80%);
        }

        20% {
            opacity: 0.6;
            transform: scaleX(85%) scaleY(85%);
        }

        30% {
            opacity: 0.8;
            transform: scaleX(90%) scaleY(90%);
        }

        40% {
            opacity: 0.9;
            transform: scaleX(95%) scaleY(95%);
        }

        50% {
            opacity: 1;
            top: 75%;
            transform: scaleX(100%) scaleY(100%);
        }

        60% {
            opacity: 0.9;
            transform: scaleX(95%) scaleY(95%);
        }

        70% {
            opacity: 0.8;
            transform: scaleX(90%) scaleY(90%);
        }

        80% {
            opacity: 0.6;
            transform: scaleX(85%) scaleY(85%);
        }

        90% {
            opacity: 0.4;
            transform: scaleX(80%) scaleY(80%);
        }

        100% {
            opacity: 0.2;
            top: 0%;
            transform: scaleX(70%) scaleY(70%);
        }
    }

    @keyframes bounce_3 {
        0% {
            opacity: 0.2;
            top: 0%;
            transform: scaleX(70%) scaleY(70%);
        }

        10% {
            opacity: 0.4;
            transform: scaleX(80%) scaleY(80%);
        }

        20% {
            opacity: 0.6;
            transform: scaleX(85%) scaleY(85%);
        }

        30% {
            opacity: 0.8;
            transform: scaleX(90%) scaleY(90%);
        }

        40% {
            opacity: 0.9;
            transform: scaleX(95%) scaleY(95%);
        }

        50% {
            opacity: 1;
            top: 88%;
            transform: scaleX(100%) scaleY(100%);
        }

        60% {
            opacity: 0.9;
            transform: scaleX(95%) scaleY(95%);
        }

        70% {
            opacity: 0.8;
            transform: scaleX(90%) scaleY(90%);
        }

        80% {
            opacity: 0.6;
            transform: scaleX(85%) scaleY(85%);
        }

        90% {
            opacity: 0.4;
            transform: scaleX(80%) scaleY(80%);
        }

        100% {
            opacity: 0.2;
            top: 0%;
            transform: scaleX(70%) scaleY(70%);
        }
    }

    @keyframes bounce_4 {
        0% {
            opacity: 0.2;
            top: 0%;
            transform: scaleX(70%) scaleY(70%);
        }

        10% {
            opacity: 0.4;
            transform: scaleX(80%) scaleY(80%);
        }

        20% {
            opacity: 0.6;
            transform: scaleX(85%) scaleY(85%);
        }

        30% {
            opacity: 0.8;
            transform: scaleX(90%) scaleY(90%);
        }

        40% {
            opacity: 0.9;
            transform: scaleX(95%) scaleY(95%);
        }

        50% {
            opacity: 1;
            top: 84%;
            transform: scaleX(100%) scaleY(100%);
        }

        60% {
            opacity: 0.9;
            transform: scaleX(95%) scaleY(95%);
        }

        70% {
            opacity: 0.8;
            transform: scaleX(90%) scaleY(90%);
        }

        80% {
            opacity: 0.6;
            transform: scaleX(85%) scaleY(85%);
        }

        90% {
            opacity: 0.4;
            transform: scaleX(80%) scaleY(80%);
        }

        100% {
            opacity: 0.2;
            top: 0%;
            transform: scaleX(70%) scaleY(70%);
        }
    }

    .department_category ul li span {
        font-size: 16px;
    }

    .department_category {
        margin-top: 10px;
    }

    .products_section #accordion {
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .process_block h2 {
        margin-bottom: 30px;
    }

    .bounce_element_block {
        width: 70px;
        height: 70px;
    }

    .bounce_element_block.bounce_element_new_3 {
        width: 80px;
        height: 40px;
    }

    .bounce_element_block.bounce_element_new_4 {
        width: 0;
        height: 0;
    }

    .culture_part_section {
        margin-top: 35px;
    }

    .bg-1::before,
    .bg-1 {
        height: 890px;
    }

    .products_section #accordion {
        height: auto;
    }

    /* home page css end */
    /* service detial page start */
    .service_design_block h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .service_design_block .top_section p {
        width: 100%;
        font-size: 18px;
    }

    .service_design_block .block-x3 {
        box-shadow: 0px 0px 8px #eaeaea;
        border-radius: 10px;
        margin-bottom: 20px;
        min-height: auto;
    }

    .service_design_block .block-x3:hover {
        box-shadow: 0 0 15px #dbdbdb;
    }

    .studio h3.text-center {
        margin-bottom: 15px;
    }

    .page_sub_heading {
        font-size: 30px;
    }

    .blog_and_insights {
        padding: 20px 0;
    }

    .blog_block {
        min-height: auto;
        box-shadow: 0px 0px 8px #f2f2f2;
        margin-bottom: 20px;
    }

    .blog_and_insights .blog_block h4 {
        font-size: 22px;
    }

    .research-resource p {
        width: 100%;
        font-size: 18px;
    }

    .section_heading h5,
    .products_section #accordion .card .card-header,
    .blog_and_insights p,
    .studio .section_heading p {
        font-size: 18px;
    }

    .service_detail_banner img {
        top: 120px;
        width: 300px;
        opacity: 0.4;
    }

    .service_detail_banner img.branding_banner {
        width: 375px;
    }

    .service_detail_banner img.developing_banner {
        width: 300px;
    }

    .service_detail_banner img.digital_marketing_banner {
        top: 75px;
        width: 300px;
    }

    .what_we_build_section {
        margin-top: 30px;
    }

    .case_study_section,
    .outer_ring_bg,
    .forth_block_margin,
    .blog_and_insights h3,
    .what_we_build_section h2 {
        margin-bottom: 20px;
    }

    .what_we_build_blocks {
        margin-bottom: 30px;
    }

    .steps_block {
        margin-top: 25px;
    }

    .service_design_block .below_section {
        margin-top: 10px;
    }

    /* service detial page end */
    /* contact us css start */
    .contact_details .contact_details_banner {
        height: 350px;
        padding: 90px 0;
    }

    .contact_form {
        margin: 40px 0px;
    }

    .contact_form .tell_us {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .btn_submit {
        font-size: 18px;
        padding: 8px 45px;
    }

    .branding_top_section .branding_block h3 {
        font-size: 24px;
    }

    .border_top p,
    .branding_top_section .branding_block p,
    .block_box_shadow p {
        font-size: 18px;
    }

    .key_consider_section {
        padding-top: 0;
    }

    /* contact us css start */
    /* work culture page start */
    .work_culture_video_block .work_slide_show {
        padding: 0px;
    }

    .work_culture_banner {
        height: auto;
    }

    .work_culture_banner .banner_title {
        margin-top: 0;
    }

    .work_culture_bg_img {
        height: 200px;
    }

    .work_culture_banner img {
        top: 200px;
    }

    .culture_design_block .guru-sishya {
        margin-top: 120px;
    }

    .block_sub_content {
        width: 100%;
        font-size: 20px;
        margin: 0px auto 20px;
    }

    .culture_design_block .block-x3 {
        box-shadow: 0px 0px 8px #eaeaea;
        border-radius: 10px;
        margin-bottom: 20px;
        min-height: auto;
    }

    .culture_design_block .top_section {
        margin-bottom: 40px;
    }

    .why_work_with_us_section h6 {
        width: 100%;
        font-size: 20px;
    }

    .life_at_ultimez_section .section_heading h5 {
        width: 100%;
    }

    .why_work_with_us_section,
    .culture_design_block {
        margin-top: 40px;
    }

    /* work culture page end */
    .bg-1::before,
    .bg-1 {
        height: 500px;
    }

    .home_right_banner_img {
        display: none;
    }

    .padding_left_col {
        padding-left: 0;
    }

    .redefine_block {
        padding: 10px;
    }

    .redefine_block img {
        margin-bottom: 15px;
        width: 30px;
        height: 30px;
    }

    .redefine_block h6 {
        font-size: 14px;
        min-height: 42px;
    }

    .comapany_vision_mission .h6_1 {
        font-size: 18px;
        margin-top: 12px;
    }

    .comapany_vision_mission .h6_2 {
        font-size: 18px;
    }

    .padding_left_col_1 {
        padding-left: 0;
    }

    .block_below_content {
        font-size: 20px;
    }
}

@media screen and (max-width: 599px) {
    #sectionPin .pin-wrap {
        width: auto;
        margin: 0px auto;
    }
}

@media(max-width:575px) {
    .common_top_banner .banner_video_block {
        margin-top: 35px;
    }

    .guru_s_section_outer_container {
        padding: 50px 0px;
    }

    .guru_banner_img {
        opacity: 0.4;
    }

    .common_top_banner {
        min-height: 420px;
    }

    .slider_arrow_alignement .slick-initialized .slick-slide {
        padding-right: 0px
    }

    .common_top_banner .banner_right_img {
        display: none;
    }

    .studio_right_img_div {
        margin-top: 50px;
        text-align: start !important;
    }

    .block-x3 h5 {
        min-height: auto;
    }

    ul.process_ul {
        min-height: 117px;
    }

    .process_block .card-body {
        min-height: 158px;
    }

    .benefits_hackaton_container {
        min-height: auto;
    }

    .programming_category .card-body {
        text-align: center;
    }

    .section_heading h2 {
        font-size: 26px;
    }

    .benefits_hackaton_container h6,
    .banner_title_prefix,
    .section_heading h3,
    .section_heading h4 {
        font-size: 18px !important;
    }

    .button_class {
        font-size: 11px;
        padding: 7px;
    }

    .button_class img {
        width: 16px;
    }

    .area_of_expertise .col-md-8 {
        padding-right: 0px;
    }

    .services_category {
        margin-bottom: 0px;
    }

    .section_heading p {
        width: 100%;
    }

    .expertise_section .nav-pills .nav-link {
        margin-bottom: 0px;
    }

    .hire_section {
        margin-top: 15px;
    }

    .empowering_block {
        margin-top: 20px;
    }

    .empowering_block .card-title {
        text-align: center;
    }

    .empowering_block p {
        margin-bottom: 10px;
    }

    .empowering_block img {
        width: 38px;
        height: 38px;
        margin: 0px auto;
    }

    .case_study_next p {
        margin-bottom: 20px;
    }

    .case_study_next img {
        width: 100%;
    }

    .count_experience_section h1 {
        font-size: 32px;
    }

    .count_experience_section_desc {
        font-size: 12px;
    }

    .programming_category .card-img-top,
    .programming_category .card-title {
        text-align: center;
    }

    .vertical_text {
        display: none;
    }

    .case_study_cards .card-title span {
        font-size: 18px;
    }

    .design_link img {
        width: 18px !important;
    }

    .overview_count h5 {
        font-size: 21px;
    }

    .overview_count li,
    .overview_count_hackathon li {
        margin-right: 10px;
        padding-right: 10px;
    }

    .bg_btn_primary,
    .bg_btn_secondary,
    .outer_line_btn {
        font-size: 14px;
        width: max-content;
        text-align: center;
    }

    .slider_arrow_alignement .outer_line_btn {
        width: auto;
    }

    .block_box_shadow h4,
    .block_box_shadow p {
        min-height: auto;
    }

    .server_block p {
        min-height: 77px;
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .block_box_shadow p,
    .overview_count h6 {
        font-size: 15px;
    }

    .blog_inner_div a {
        font-size: 14px;
    }
}

@media (max-width:500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: 700 2em montserrat, sans-serif
    }
}

@media (max-width:375px) {
    .technology_invest {
        min-height: 14rem !important;
    }

    .about_page_banner .about_page_banner_img,
    .about_page_banner {
        min-height: 190px;
    }

    .design_link img {
        width: 16px !important;
    }

    .service_detail_banner .banner_title {
        margin-top: 30px;
    }
}

@media (max-width:320px) {
    .services_block p {
        font-size: 8px !important;
    }

    .design_link {
        font-size: 11px;
        margin-top: 6px;
    }

    .design_link img {
        width: 14px !important;
    }

    .section_heading h3 {
        font-size: 16px !important;
    }

    p {
        font-size: 13px !important;
        line-height: 1.7;
    }

    .culture_data h2 {
        font-size: 16px;
    }

    .footer_two {
        font-size: 11px;
    }
}