
/**************************************************** 
                    New home design 
*****************************************************/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root{
    --black: #000;
    --white: #fff;
    --blue: #1B95E3;
    --light: #1D1D1D;
    --light-bg: #F8F5F5;
    --border: #DFDFDF;
    --light-blue: #EFF3FC;
    --dark: #232323;
    --gray: #555555;
    --dark-bg: #060635;
    --gray-light: #181846;
    --dark-blue: #5F4BB2;
    --footer: #1F3445;
    --footer-top: #14212B;
    --dark-green: #102f1d;
    --light-green: #104426;
    --red: #e30016;
    --light-red: #CB0217;
    --dark-gray: #a28a8a;
    --light-gray: #8C7575;
}

::selection {
    color: #fff;
    background: #1B95E3;
}
    
.grecaptcha-badge{
    z-index: 99999;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.ct-section-inner-wrap, .oxy-header-container{
    max-width: 1720px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

li{
    list-style: none;
}

.swiper-button-next:focus-visible,
.swiper-button-prev:focus-visible {
    outline: 0;
}

.swiper-button-next:focus,
.swiper-button-prev:focus{
    box-shadow: none;
    outline: none;
}

::-webkit-scrollbar-thumb {
  background: var(--footer-top);
  border-radius: 10px;
}

textarea,
select,
input{
    background: var(--white);
    border: 1px solid var(--border);
    padding: 15px;
    width: 100%;
    font-family: 'Poppins';
}

input:focus,
textarea:focus,
select:focus {
    box-shadow: none;
    outline: none;
}

textarea:focus-visible,
select:focus-visible,
input:focus-visible {    
    outline: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins' !important;
}

.ct-new-columns > .ct-div-block {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
}

a {
    transition: 0.5s ease;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins' !important;
    font-weight: 700;
    color: var(--light);
}

h1{
    font-weight: 500;
    font-size: 70px;
    line-height: 105px;
    color: var(--light);
}

h2 {
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
}

h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
}

h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

h5{
    font-weight: 600;
    font-size: 18px;
    line-height: 27px
}

p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

/******************************** header css start *******************************/

#_nav_menu-8-1737 .menu-item:hover a {
    background-color: transparent;
    padding-top: 0;
    border-top-width: 0;
    border-top-width: 0;
}

.oxy-nav-menu.oxy-nav-menu-open > div:last-child {
    height: 100%;
    display: flex;
    align-items: center;
}

.new_header_row .new_header_menu.oxy-nav-menu-open .menu-main-menu-container ul.oxy-nav-menu-list {
    margin-left: 0;
}

.new_header_section .oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow .menu-item-has-children > a::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-top: 2px solid;
    margin-top: -3px;
    margin-left: 10px;
}

#_nav_menu-8-1737.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu:hover{
    background-color: var(--white);
}

#_nav_menu-8-1737.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a span{
    color: var(--footer-top);
    transition: 0.5s;
}

#_nav_menu-8-1737.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item:hover a span{
    color: var(--blue);
    transition: 0.5s;
}

#_nav_menu-8-1737.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu{
    flex-direction: column !important;
    padding: 10px 0 !important;
}

.new_header_section .sub-menu .menu-item a{
    padding: 10px 20px !important;
    align-items: flex-start !important;
}

.new_header_section .sub-menu .menu-item a span{
    padding: 0 !important;
}

#_nav_menu-8-1737.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu{
    background-color: var(--white);
    flex-direction: row;
    box-shadow: 0px 0px 64px rgba(147, 147, 147, 38%);
}

#_nav_menu-8-1737 .sub-menu .menu-item a{
    flex-direction: column;
}

#_nav_menu-8-1737 .menu-item a {
    padding: 0 30px;
}

.new_header_row .oxy-header-center{
    justify-content: flex-start;
}

.new_header_section.sticky-header{
    background: var(--white) !important;
    box-shadow: 0 5px 25px 0 rgb(0 0 0 / 10%);
    transition: 0.5s;
}

.new_header_section.sticky-header .oxy-nav-menu-list .menu-item a {
    font-weight: 500;
}

.new_header_row .oxy-header-left{
    width: 195px;
}

.sticky-header .new_header_menu .oxy-nav-menu-list .menu-item a{
    color: var(--light);
}

.sticky-header .new_header_menu .oxy-nav-menu-list .menu-item a:hover{
    color: var(--blue);
}

.new_header_section .new_header_dark_logo{
    display: none;
}

.new_header_section.sticky-header .new_header_dark_logo{
    display: block;
}

.new_header_section.sticky-header .new_header_logo {
    display: none;
}

.sticky-header .new_header_btn:hover {
    background-color: transparent;
    color: var(--blue);
}

.new_header_row .new_header_menu .menu-main-menu-container ul.oxy-nav-menu-list{
    margin-left: 100px;
}

.new_header_section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 9999;
}

.new_header_menu .oxy-nav-menu-list .menu-item a{
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: var(--white);
    transition: 0.5s;
    letter-spacing: 1px;
}

.new_header_menu .oxy-nav-menu-list .menu-item .sub-menu li a{
    color: var(--black);
}

.new_header_menu .oxy-nav-menu-list .menu-item .sub-menu li a:hover{
    color: var(--blue);
}

.new_header_menu .oxy-nav-menu-list .menu-item a:hover{
    color: var(--blue);
    transition: 0.5s;
}

.new_header_btn {
    background-color: var(--blue);
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    border: 1px solid var(--blue);
}

.new_header_btn:hover{
    background-color: transparent;
    color: var(--white);
}

.new_md_section .new_header_btn:hover{
    background-color: var(--white);
}

.new_header_row .new_header_menu .menu-main-menu-container ul li{
    position: relative;
    padding: 32px 0;
    margin-bottom: 0;
}

.new_header_row .new_header_menu .menu-main-menu-container ul li .sub-menu li {
    padding: 0;
}

.new_header_row .new_header_menu .menu-main-menu-container ul li.current_page_item a{
    color: var(--blue);
    font-weight: 600;
}

.new_header_row .new_header_menu .menu-main-menu-container ul li .sub-menu .current_page_item::after{
    display: none;
}

.new_header_section .new_header_row .menu-main-menu-container ul .current-menu-parent > a::before,
.new_header_row .new_header_menu .menu-main-menu-container ul li.current_page_item::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    top: 0;
    left: 50%;
    background-color: var(--blue);
    transform: translate(-50%, 0);
    border-radius: 60px;
}

/******************************** header css end *******************************/


/******************************** banner css start *******************************/

.new_hb_section {
    background: linear-gradient(90.08deg, #14212A 0.07%, #090809 99.93%);
}

.new_hb_section .ct-section-inner-wrap {
    padding-bottom: 120px;
    padding-top: 200px;
}

.new_hb_form form p{ 
    color: #1D1D1D;
}

.new_hb_section .new_hb_heading {
    font-size: 70px;
    line-height: 100px;
    color: var(--white);
    width: 100%;
    /*max-width: 770px;*/
    max-width: 1024px;
    padding-left: 50px;
    position: relative;
}

.new_hb_right_div{
    width: 40% !important;
}

.new_hb_left_div{
    width: 60% !important;
}
.about_testimonial_section .new_tes_slider_div,.new_tes_main_div{
    width:100%;
}
.new_hb_heading::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--blue);
    border-radius: 60px;
}

.new_hb_desc {
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    color: var(--white);
    margin-top: 70px;
    padding-left: 50px;
}

.new_hb_lmdp_btn {
    margin-top: 30px;
    padding-left: 50px;
}

.new_hb_lmdp_btn a img{
    margin-left: 10px;
}

.new_hb_lmdp_btn a{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--blue);
    display: flex;
    align-items: center;
}

.new_hb_right_div {
    align-items: end;
}

.new_hb_form form{
    background-color: var(--white);
    padding: 50px;
    width: 100%;
    max-width: 500px;
}

.new_metamap_bg {
  background-image: url(https://seratec.co.uk/wp-content/uploads/2023/04/MetaMap-1.png);
}
.new_asset_bg {
  background-image: url(https://seratec.co.uk/wp-content/uploads/2023/04/assetdata_bg.png);
}
.new_burger_bg {
  background-image: url(https://seratec.co.uk/wp-content/uploads/2023/04/burger_urge_bg.png);
}
.new_spiking_bg {
  background-image: url(http://seratec.co.uk/wp-content/uploads/2023/04/Spiking_bg.png);
}
.new_ss_bg {
  background-image: url(http://seratec.co.uk/wp-content/uploads/2023/04/Secure-State.IO_bg.png);
}
.new_qb_bg {
  background-image: url(http://seratec.co.uk/wp-content/uploads/2023/04/Quetzal_bg.png);
}
.new_cm_bg {
  background-image: url(http://seratec.co.uk/wp-content/uploads/2023/04/crypto_mining_bg.png);
}
.new_bwl_bg {
  background-image: url(http://seratec.co.uk/wp-content/uploads/2023/04/bwl_bg.png);
}
.new_socialbook_bg {
  background-image: url(http://seratec.co.uk/wp-content/uploads/2023/04/Socialbook_bg.png);
}
.new_dustland_bg {
  background-image: url(http://seratec.co.uk/wp-content/uploads/2023/04/dustland_bg.png);
}
.desktop_view_link,
.desktop_view_link .new_wwd_img,
.desktop_view_link .desktop_view{
    width: 100%;
}

.div_wrap p, 
.msg_div p label, 
.div_wrap p label,
.new_hb_form form p label{
    text-transform: capitalize;
}

.new_hb_form form p span,
.new_hb_form form{
    position: relative;
}

.new_hb_form .wpcf7-not-valid-tip {
    position: absolute !important;
    top: 33px;
    font-size: 14px;
}

.new_phone_wrap .wpcf7-not-valid-tip{
    top: 47px;
    left: -80px;
    text-transform: capitalize;
}

.new_hb_form .wpcf7 form .wpcf7-response-output {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 10px;
    font-size: 14px;
}

.new_hb_form form P select,
.new_hb_form form P input{
    margin-bottom: 20px;
}

.wpcf7-spinner{
    display: none;
}

.new_sub_btn{
    background-color: var(--blue);
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    border: 1px solid var(--blue);
    margin-top: 10px;
    transition: 0.5s;
    padding: 18px 40px;
    cursor: pointer;
}
.new_hb_form form P input.new_sub_btn {
    margin-bottom: 0;
}

.new_sub_btn:hover {
    background-color: transparent;
    color: var(--blue);
    transition: 0.5s;
}

.new_phone_wrap P{
    display: flex;
}

.new_phone_wrap{
    margin-bottom: 20px;
    border: 1px solid var(--border);
}

.new_hb_form form .new_phone_wrap input,
.new_hb_form form .new_phone_wrap select{
    margin: 0;
    border: 0;
}

.phone_inner_wrap select,
.new_hb_form form .new_phone_wrap select {
    background-color: var(--light-bg);
    padding: 5px 26px 5px 10px;
    font-size: 13px;
    text-align: center;
    min-width: 80px;
}

.phone_inner_wrap select{
    padding: 0 26px 0 10px;
    height: 100%;
}

.new_search_banner_section .New_banner_div h1 {
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: var(--white);
    color: var(--white);
    font-size: 50px;
    line-height: 60px;
    position: relative;
}

/******************************** banner css end *******************************/


/******************************** new_os_section css start *******************************/

.new_box_img_wrap_div {
    background: var(--blue);
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.new_phone_wrap select {
    height: 100%;
    -webkit-appearance: none;
}

select{
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(./images/drop-arrow.svg) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right .7em top 50%, 0 0 !important;
    background-size: .65em auto, 100% !important;
    /*border: none;*/
    /*border-radius: 0px;*/
}

.new_phone_wrap select{
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(./images/drop-arrow.svg) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right .7em top 50%, 0 0 !important;
    background-size: .65em auto, 100% !important;
    border: none;
    border-radius: 0px;
}


.new_box_div {
    flex-direction: row;
    border: 1px solid var(--border);
    padding: 30px;
    width: calc(50% - 15px) !important;
    transition: 0.5s;
}

.new_os_right_div{
    width: 67% !important;
    justify-content: space-between;
    gap: 30px;
}

.new_hb_right_div{
    align-items: flex-end;
}

.new_box_div:hover{
    background: linear-gradient(102.53deg, #C5E4F8 3.99%, rgba(255, 255, 255, 0) 86.71%);
    border: 1px solid var(--blue);
    transition: 0.5s;
}

.new_box_div:hover .new_box_read_more a img{
    margin-left: -7px;
    transition: 0.5s;
}

.new_box_txt_div {
    width: calc(100% - 60px);
    padding-left: 30px;
}

.new_box_read_more a{
    color: var(--blue);
}

.new_box_text {
    font-size: 16px;
    line-height: 26px;
    color: var(--light);
}

.new_box_text p{
    min-height: 50px;
}

.new_box_read_more{
    margin-top: 12px;
}

.new_box_read_more a{
    display: flex;
    align-items: center;
}

.new_box_read_more a img{
    margin-left: 7px;
    transition: 0.5s;
    z-index: -2;
}

.new_os_right_div{
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
}

.new_os_left_div{
    width: 33% !important;
}

.new_heading h2 {
    color: var(--light);
    width: 100%;
    max-width: 450px;
    margin-top: 20px;
}

.new_box_heading {
    margin-bottom: 10px;
}

.new_blue_text{
    text-decoration-line: underline;
    color: var(--blue);
}

.new_os_section .ct-section-inner-wrap{
    padding-bottom: 50px;
}

/******************************** new_os_section css end *******************************/


/******************************** new_ot_srction css start *******************************/

.new_ot_heading_div {
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 60px;
}

.new_ot_heading_div h2{
    font-weight: 700;
    font-size: 70px;
    line-height: 105px;
}

.new_ot_srction .slick-initialized .slick-slide {
    text-align: center;
}

.hide_class{
    display: none;
}

.new_ot_srction .slick-slide img {
    display: block;
    margin: 0 auto;
}

.new_ot_srction .ct-section-inner-wrap{
    padding-bottom: 100px;
}

.new_ot_heading_div::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    width: 730px;
    height: 15px;
    background-image: url(./images/techno-img.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
    transform: translate(-50%, 0);
    background-size: 100%;
}

.new_ot_img_wrap_div {
    width: 100%;
    max-width: 290px;
    align-items: center;
} 

.new_ot_txt {
    margin-top: 20px;
}

.tech_slick_slider .slick-track {
    height: 100px;
}

/******************************** new_ot_srction css end *******************************/


/******************************** our work section css start *******************************/

.new_ow_left_div{
    width: 260px !important;
}

.new_ow_tab_shortcode {
    width: 100%;
}

.new_ow_right_div {
    width: calc(100% - 260px) !important;
}

.new_ow_section {
    background-color: var(--light);
    position: relative;
    z-index: 1;
}

.new_ow_tab_container {
    flex-direction: column;
    color: var(--light);
}

.new_ow_tab_content {
    padding: 0;
}

.new_ow_tab_heading p{
    color: var(--white);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.new_ow_heading_div .new_heading {
    font-size: 50px;
    line-height: 75px;
    color: var(--white);
    margin-bottom: 100px;
}

.new_ow_section .new_ow_tab_heading {
    padding: 20px 0;
}

.new_ow_tab_heading.tabs-0714-tab-active p,
.new_ow_tab_heading.tabs-0714-tab-active p,
.new_ow_tab_heading.tabs-9534-tab-active p{
    color: var(--blue) !important;
}

.new_ow_tab_heading{
    position: relative;
}


.new_ow_tab_heading.tabs-0714-tab-active::after,
.new_ow_tab_heading.tabs-9534-tab-active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    width: 6px;
    height: 60px;
    background-color: var(--blue);
    transform: translate(0, -50%);
    border-radius: 20px;
    z-index: -1;
}

.new_ow_btn_div{
    align-items: flex-end;
}

.new_ow_section .new_ow_btn_div{
    margin-left: -20px;
}

.web_project_content .work-box.div-bg-0.active_this,
.ui_ux_content .work-box.div-bg-0.active_this{
    background-color: rgb(21,3,149);
}

.ui_ux_content .work-box.div-bg-0.active_this .work-wraaper ul li{
    background-color: var(--light-blue);
}

.web_project_content .work-box.div-bg-0.active_this::after,
.ui_ux_content .work-box.div-bg-0.active_this::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./images/blue-bg.png);
    background-repeat: no-repeat;
    transition: 0.5s;
    z-index: -1;
}

.web_project_content .work-box.div-bg-5::before,
.web_project_content .work-box.div-bg-4::before,
.web_project_content .work-box.div-bg-3::before,
.web_project_content .work-box.div-bg-2::before,
.web_project_content .work-box.div-bg-1::before,
.web_project_content .work-box.div-bg-0::before,
.mobile_app_content .work-box.div-bg-3::before,
.mobile_app_content .work-box.div-bg-2::before,
.mobile_app_content .work-box.div-bg-1::before,
.mobile_app_content .work-box.div-bg-0::before,
.ui_ux_content .work-box.div-bg-5::before,
.ui_ux_content .work-box.div-bg-4::before,
.ui_ux_content .work-box.div-bg-3::before,
.ui_ux_content .work-box.div-bg-2::before,
.ui_ux_content .work-box.div-bg-1::before,
.ui_ux_content .work-box.div-bg-0::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./images/first-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
    z-index: -1;
}

.web_project_content .work-box.div-bg-3:hover .first-logo {
    top: 20px;
    left: 40px;
}

.ui_ux_content .work-box.div-bg-2::before,
.web_project_content .work-box.div-bg-4::before{
    background-image: url(./images/secu-bg.png);
}

.web_project_content .work-box.div-bg-5::before{
    background-image: url(./images/band-bg.png);
}
.web_project_content .work-box.div-bg-5{
    background: linear-gradient(21.12deg, #A28A8A 8.02%, #FFFFFF 54.02%, #FFFFFF 100%);
}

.web_project_content .work-box.div-bg-3::before{
    background-image: url(./images/spik-bg.png);
}

.web_project_content .work-box.div-bg-1::before,
.ui_ux_content .work-box.div-bg-1::before{
    background-image: url(./images/second-bg-1.png);
}

.web_project_content .work-box.div-bg-2::before{
    background-image: url(./images/three-bg-1.png);
}

.mobile_app_content .work-box.div-bg-0::before{
    background-image: url(./images/four-bg-1.png);
}
.ui_ux_content .work-box.div-bg-3::before {
    background-image: url(./images/four-bg-1.png);
}

.mobile_app_content .work-box.div-bg-1::before,
.ui_ux_content .work-box.div-bg-4::before{
    background-image: url(./images/five-bg-1.png);
}

.mobile_app_content .work-box.div-bg-2::before,
.ui_ux_content .work-box.div-bg-5::before{
    background-image: url(./images/six-bg-1.png);
}

.work-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(356.48deg, rgba(0, 0, 0, 0.95) 5.67%, rgba(0, 0, 3, 0) 107.02%);
    z-index: -1;
}

.mobile_app_content .work-box.div-bg-3::after,
/*.mobile_app_content .work-box.div-bg-2::after,*/
.mobile_app_content .work-box.div-bg-1::after,
/*.ui_ux_content .work-box.div-bg-5::after,*/
.ui_ux_content .work-box.div-bg-4::after{
    display: none;
}

.web_project_content .work-box.div-bg-5.active_this::before,
.web_project_content .work-box.div-bg-4.active_this::before,
.web_project_content .work-box.div-bg-3.active_this::before,
.web_project_content .work-box.div-bg-2.active_this::before,
.web_project_content .work-box.div-bg-1.active_this::before,
.web_project_content .work-box.div-bg-0.active_this::before,
.mobile_app_content .work-box.div-bg-3.active_this::before,
.mobile_app_content .work-box.div-bg-2.active_this::before,
.mobile_app_content .work-box.div-bg-1.active_this::before,
.mobile_app_content .work-box.div-bg-0.active_this::before,
.ui_ux_content .work-box.div-bg-5.active_this::before,
.ui_ux_content .work-box.div-bg-4.active_this::before,
.ui_ux_content .work-box.div-bg-3.active_this::before,
.ui_ux_content .work-box.div-bg-2.active_this::before,
.ui_ux_content .work-box.div-bg-1.active_this::before,
.ui_ux_content .work-box.div-bg-0.active_this::before{
    opacity: 0;
}

.web_project_content .work-box.div-bg-1.active_this,
.ui_ux_content .work-box.div-bg-1.active_this{
    background-color: #00048f;
}

.web_project_content .work-box.div-bg-1.active_this .work-wraaper ul li,
.ui_ux_content .work-box.div-bg-1.active_this .work-wraaper ul li{
    background-color: var(--light-blue);
}

.web_project_content .work-box.div-bg-1.active_this::after,
.ui_ux_content .work-box.div-bg-1.active_this::after{
    background-image: url(./images/aset-bg.png);
}

.web_project_content .work-box.div-bg-3.active_this{
    background-color: #000C24;
}

.web_project_content .work-box.div-bg-3.active_this .work-wraaper ul li{
    background-color: var(--white);
    color: var(--black);
}

.ui_ux_content .work-box.div-bg-2.active_this,
.web_project_content .work-box.div-bg-4.active_this{
    background: linear-gradient(90deg, #EF4136 0%, #FBB040 100%);
}

.web_project_content .work-box.div-bg-4.active_this .work-wraaper ul li{
    background-color: #FBAF40;
}

.web_project_content .work-box.div-bg-4.active_this::after{
    background-image: url(./images/secu-hover-bg.png);
}

.web_project_content .work-box.div-bg-5.active_this{
    background: linear-gradient(90deg, #A28A8A 0.54%, #E2E0E0 100%);
}

.web_project_content .work-box.div-bg-5.active_this .work-wraaper ul li{
    background-color: var(--white);
    color: var(--black);
}

.web_project_content .work-box.div-bg-5.active_this::after{
    background-image: url(./images/band-hover-bg.png);
}

.web_project_content .work-box.div-bg-2.active_this::after{
    background-image: url(./images/burd-bg.png);
}

.ui_ux_content .work-box.div-bg-2.active_this::after{
    background-image: url(./images/secu-hover-bg.png);
}

.web_project_content .work-box.div-bg-2.active_this .work-wraaper ul li{
    background-color: var(--light);
}

.web_project_content .work-box.div-bg-2.active_this,
.ui_ux_content .work-box.div-bg-2.active_this{
    background-color: var(--black);
}

.mobile_app_content .work-box.div-bg-0.active_this::after,
.ui_ux_content .work-box.div-bg-3.active_this::after{
    background-image: url(./images/app-bg.png);
}

.mobile_app_content .work-box.div-bg-0 .work-wraaper ul li,
.ui_ux_content .work-box.div-bg-3 .work-wraaper ul li{
    background-color: #181846;
}

.mobile_app_content .work-box.div-bg-0.active_this,
.ui_ux_content .work-box.div-bg-3.active_this{
    background-color: #060635;
}

.mobile_app_content .work-box.div-bg-1.active_this::after,
.ui_ux_content .work-box.div-bg-4.active_this::after{
    background-image: url(./images/social-hover.png);
    display: block;
}

.mobile_app_content .work-box.div-bg-1 .work-wraaper ul li,
.ui_ux_content .work-box.div-bg-4 .work-wraaper ul li{
    background-color: #2944e2;
}

.mobile_app_content .work-box.div-bg-1.active_this,
.ui_ux_content .work-box.div-bg-4.active_this{
    background-color:  #3753FA;
}

.mobile_app_content .work-box.div-bg-2.active_this::after,
.ui_ux_content .work-box.div-bg-5.active_this::after{
    background-image: url(./images/bwl-bg.png);
    display: block;
}

.mobile_app_content .work-box.div-bg-3::before{
    background-image: url(./images/dust-bg.png);
    display: block;
}

.mobile_app_content .work-box.div-bg-3.active_this::after{
    background-image: url(./images/dust-hover-bg.png);
    display: block;
}

.mobile_app_content .work-box.div-bg-3.active_this,
.mobile_app_content .work-box.div-bg-3{
    background-color: #FF5C01;
}

.mobile_app_content .work-box.div-bg-2 .work-wraaper ul li,
.ui_ux_content .work-box.div-bg-5 .work-wraaper ul li{
    background-color: #726e3e;
}

.mobile_app_content .work-box.div-bg-3 .work-wraaper ul li{
    background-color: #CE5410;
}

.mobile_app_content .work-box.div-bg-2 .work-col img,
.ui_ux_content .work-box.div-bg-5 .work-col img{
    max-width: 360px;
}

.mobile_app_content .work-box.div-bg-2.active_this,
.ui_ux_content .work-box.div-bg-5.active_this{
    background-color: #e9e8d7;
}

.mobile_app_content .work-box.div-bg-2 .view-site a,
.mobile_app_content .work-box.div-bg-2 .work-text p,
.ui_ux_content .work-box.div-bg-5 .view-site a,
.ui_ux_content .work-box.div-bg-5 .work-text p {
    color: #726e3e;
}

.mobile_app_content .work-box.div-bg-2 .view-site a::after,
.ui_ux_content .work-box.div-bg-5 .view-site a::after {
    background-color: #726e3e;
}

.mobile_app_content .work-box.div-bg-2,
.ui_ux_content .work-box.div-bg-5{
    background-color: #e9e8d7;
}

.web_project_content .work-box.div-bg-1,
.ui_ux_content .work-box.div-bg-1{
    background-color: #00048F;
}

.mobile_app_content .work-box.div-bg-1 .work-col img,
.ui_ux_content .work-box.div-bg-4 .work-col img {
    margin-top: -19px;
    height: 348px;
    width: 430px;
}

.mobile_app_content .work-box.div-bg-1,
.ui_ux_content .work-box.div-bg-4{
    background-color: #3753FA;
}

.mobile_app_content .work-box.div-bg-1 .work-col,
.ui_ux_content .work-box.div-bg-4 .work-col {
    margin-right: -30px;
    margin-left: auto;
    text-align: end;
}

.mobile_app_content .work-box.div-bg-0 .work-col img,
.ui_ux_content .work-box.div-bg-3 .work-col img {
    height: 346px;
    max-width: 330px;
}

.mobile_app_content .work-box.div-bg-3 .work-col,
.mobile_app_content .work-box.div-bg-2 .work-col,
.mobile_app_content .work-box.div-bg-0 .work-col,
.ui_ux_content .work-box.div-bg-5 .work-col,
.ui_ux_content .work-box.div-bg-3 .work-col{
    text-align: end;
}

.row{
    display: flex;
    transition: 0.5s ease;
    height: 100%;
}

.work-wraaper ul{
    margin-bottom: 0;
}

.our-work{
    padding: 100px 0;
    background-color: var(--light);
}

.work-box{
    position: relative;
    padding: 20px 30px;
    background-color: var(--dark);
    width: auto;
    flex: 1;
    margin: 0 10px 20px;
    z-index: 1;
    transition: 0.9s ease;
    height: 350px;
}

.work-box:hover{
    background-color: var(--dark-bg);
    flex: 4;
    transition: 0.9s ease;
}

.work-wraaper ul{
    text-align: end;
    transition: 0.5s ease;
}

.work-wraaper ul li{
    background-color: var(--light);
    padding: 8px 12px 6px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    margin: 5px ;
    transition: 0.5s ease;
    color: var(--white);
}

.work-text p{
    /*white-space: pre-wrap;*/
    /*height: 60px;*/
    text-align: end;
    color: var(--white);
    margin-top: 10px;
    width: 100%;
    max-width: 436px;
    margin-left: auto;
    transition: 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mobile_app_content .work-box.div-bg-2 .first-logo,
.ui_ux_content .work-box.div-bg-5 .first-logo {
    top: 21px;
    left: 30px;
    max-width: 103px;
}

.web_project_content .work-box.div-bg-3 .first-logo {
    top: 30px;
    left: 30px;
    max-width: 100px;
}

.web_project_content .work-box.div-bg-1 .hover-logo,
.ui_ux_content .work-box.div-bg-1 .hover-logo,
.ui_ux_content .work-box.div-bg-1 .first-logo {
    max-width: 163px;
}

.web_project_content .work-box.div-bg-1 .hover-logo,
.ui_ux_content .work-box.div-bg-1 .hover-logo {
    left: 12px;
}

.mobile_app_content .work-box.div-bg-0 .first-logo ,
.ui_ux_content .work-box.div-bg-3 .first-logo {
    top: 30px;
    left: 30px;
    max-width: 63px;
}

.mobile_app_content .work-box.div-bg-3 .work-col img{
    max-width: 440px;
}

.web_project_content .work-box.div-bg-2 .first-logo {
    top: 36px;
}

.ui_ux_content .work-box.div-bg-3 .hover-logo {
    top: 36px;
    left: 15px;
    max-width: 153px;
}

.mobile_app_content .work-box.div-bg-1 .hover-logo {
    top: 26px;
}

.mobile_app_content .work-box.div-bg-1,
.ui_ux_content .work-box.div-bg-4{
    overflow: hidden;
}

.first-logo {
    position: absolute;
    top: 26px;
    width: 100%;
    left: 25px;
    transition: 0.5s ease;
    max-width: 133px;
    z-index: 9;
}

.hover-logo {
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    position: absolute;
    top: 26px;
    width: 100%;
    left: 25px;
    transition: 0.5s ease;
    max-width: 133px;
}

.mobile_app_content .work-box.div-bg-0 .hover-logo,
.ui_ux_content .work-box.div-bg-3 .hover-logo{
    top: 10px;
    left: 55px;
    max-width: 63px;
}

.web_project_content .div-bg-2.work-box .hover-logo,
.ui_ux_content .div-bg-2.work-box .hover-logo {
    top: 36px;
}

.web_project_content .div-bg-2.work-box:hover .site-logo .hover-logo,
.web_project_content .div-bg-1.work-box:hover .site-logo .hover-logo,
.web_project_content .div-bg-0.work-box:hover .site-logo .hover-logo,
.mobile_app_content .div-bg-3.work-box:hover .site-logo .hover-logo,
.ui_ux_content .div-bg-2.work-box:hover .site-logo .hover-logo,
.mobile_app_content .div-bg-1.work-box:hover .site-logo .hover-logo,
.mobile_app_content .div-bg-0.work-box:hover .site-logo .hover-logo,
.ui_ux_content .div-bg-4.work-box:hover .site-logo .hover-logo,
.ui_ux_content .div-bg-3.work-box:hover .site-logo .hover-logo,
.ui_ux_content .div-bg-1.work-box:hover .site-logo .hover-logo,
.ui_ux_content .div-bg-0.work-box:hover .site-logo .hover-logo {
    opacity: 1;
    visibility: visible;
}

.web_project_content .div-bg-2.work-box:hover .site-logo .first-logo,
.web_project_content .div-bg-1.work-box:hover .site-logo .first-logo,
.web_project_content .div-bg-0.work-box:hover .site-logo .first-logo,
.mobile_app_content .div-bg-3.work-box:hover .site-logo .first-logo,
/*.ui_ux_content .div-bg-2.work-box:hover .site-logo .first-logo,*/
.mobile_app_content .div-bg-1.work-box:hover .site-logo .first-logo,
.mobile_app_content .div-bg-0.work-box:hover .site-logo .first-logo,
.ui_ux_content .div-bg-4.work-box:hover .site-logo .first-logo,
.ui_ux_content .div-bg-3.work-box:hover .site-logo .first-logo,
.ui_ux_content .div-bg-1.work-box:hover .site-logo .first-logo,
.ui_ux_content .div-bg-0.work-box:hover .site-logo .first-logo {
    opacity: 0;
    visibility: hidden;
}

.second-logo{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    transition: 0.5s ease;
}

.work-box:hover .second-logo{
    width: 220px;
    transition: 0.5s ease;
}

.site-logo{
    padding-bottom: 100px;
}

.work-col img{
    width: 100%;
    margin-top: -44px;
    transition: 0.5s ease;
    height: 330px;
    /*object-fit: cover;*/
}

.our-col{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.5s ease;
}

.work-col {
    width: 100%;
    max-width: 0;
    transition: 0.5s ease;
}

.work-box:hover .our-col{
    width: 400px;
    transition: 0.5s ease;
}

.work-box:hover .work-col{
    padding-left: 30px;
    max-width: calc(100% - 400px);
    transition: 0.5s ease;
}

.view-site a{
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: var(--white);
    position: relative;
    padding-left: 120px;
    transition: 0.5s ease;
    transition: 0.5s;
}

.view-site{
    text-align: end;
    margin-top: 10px;
    display: none;
    transition: 0.5s ease;
}

.work-box:hover .view-site{
    display: block;
    transition: 0.5s ease;
}

.view-site a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 48px;
    width: 58px;
    height: 2px;
    transform: translate(0, -50%);
    background-color: var(--white);
    transition: 0.5s;
}

.view-site a:hover::after{
    width: 100px;
    left: 0;
    transition: 0.5s;    
}

.inner-main{
    margin-bottom: 20px;
}

.wrap{
    display: flex;
    gap: 5px;
}

.wrap .work-box{
    flex: 1;
    transition: all .8s cubic-bezier(.25, .4, .45, .1.4);
    -webkit-transition: all .8s cubic-bezier(.25, .4, .45, .1.4);
    -moz-transition: all .8s cubic-bezier(.25, .4, .45, .1.4);
    -ms-transition: all .8s cubic-bezier(.25, .4, .45, .1.4);
    -o-transition: all .8s cubic-bezier(.25, .4, .45, .1.4);
}

.wrap .work-box:hover{
    flex: 5;
}

.active_row .deactive_row .work-text{
    display: none;
}

.new_ow_section .new_header_btn{
    padding: 18px 45px;
}

.web_project_content .work-box.div-bg-1.active_this .work-wraaper ul li,
.web_project_content .work-box.div-bg-0.active_this .work-wraaper ul li,
.ui_ux_content .work-box.div-bg-1.active_this .work-wraaper ul li,
.ui_ux_content .work-box.div-bg-0.active_this .work-wraaper ul li{
    background-color: #12056D;
}

.web_project_content .work-box.div-bg-0 .work-wraaper ul li,
.ui_ux_content .work-box.div-bg-0 .work-wraaper ul li{
    background-color: #4B146B;
}

.web_project_content .work-box.div-bg-1 .work-wraaper ul li,
.ui_ux_content .work-box.div-bg-1 .work-wraaper ul li{
    background-color: #060868;
}

.web_project_content .work-box.div-bg-2 .work-wraaper ul li{
    background-color: #5C1A1A;
}

.web_project_content .work-box.div-bg-3 .work-wraaper ul li{
    background-color: #0E2044;
}

.web_project_content .work-box.div-bg-4 .work-wraaper ul li,
.ui_ux_content .work-box.div-bg-2 .work-wraaper ul li{
    background-color: #FBAF40;
}

/******************************** our work section css end *******************************/


/******************************** new_wpwd_section css start *******************************/

.new_wpwd_section {
    background-color: #EFF3FC;
}

.new_wpwd_heading_div {
    align-items: center;
}

.new_wpwd_section .new_heading h2{
    margin-top: 0;
    margin-bottom: 5px;
    max-width: 100%;
}

.new_wpwd_desc{
    text-align: center;
    color: var(--light);
}

.new_wpwd_column {
    background: linear-gradient(180deg, #14212A 0%, #14212A 100%);
    padding: 50px 0;
    justify-content: space-between;
    margin: 100px auto -170px;
    width: 100%;
    max-width: 80%;
}

.new_wpwd_txt {
    margin-top: 10px;
    color: var(--white);
}

.new_wpwd_number {
    color: var(--white);
}

.new_wpwd_number_div{
    width: 25% !important;
    align-items: center;
    position: relative;
}

.new_wpwd_number_div:last-child::after{
    display: none;
}

.new_wpwd_number_div::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: var(--dark-blue);
}

.new_wpwd_section .new_header_btn{
    border-radius: 90px;
    margin-top: 40px;
    padding: 15px 40px;
}

.new_wpwd_section .new_header_btn:hover{
    color: var(--blue);
}

/******************************** new_wpwd_section css end *******************************/


/******************************** new_tes_section css start *******************************/

.page-id-1862 .new_tes_section.about_testimonial_section .ct-section-inner-wrap{
    padding-top: 50px;
    padding-bottom: 0;
}

.new_tes_section.inner_page_testimonial_section .ct-section-inner-wrap{
    padding-top: 30px;
    padding-bottom: 20px;
}

.new_tes_section .ct-section-inner-wrap{
    padding-top: 50px;
    padding-bottom: 0;
}

.new_tes_section .swiper-wrapper {
    flex-direction:initial;
    align-items: stretch;
    justify-content:stretch;
}
.new_tes_section .swiper-wrapper .swiper-slide{
    min-height:0;
}

.new_tes_section .swiper-backface-hidden .swiper-slide .new_tes_wrap_div{
    position: relative;
    border: 1px solid var(--border);
    padding: 30px;
    transition: 0.5s;
    z-index: 1;
}

.new_tes_section .swiper-backface-hidden .swiper-slide .new_tes_wrap_div::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 160px;
    height: 100px;
    background-image: url(./images/testimonial-img.png);
    background-repeat: no-repeat;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.new_tes_section .swiper-backface-hidden .swiper-slide .new_tes_wrap_div:hover::after{
    opacity: 1;
    transition: 0.5s;
}

.new_tes_section .swiper-backface-hidden .swiper-slide .new_tes_wrap_div:hover{
    border: 1px solid var(--blue);
    background: linear-gradient(102.53deg, #C5E4F8 3.99%, rgba(255, 255, 255, 0) 61.71%);
    transition: 0.5s;
}

.new_tes_main_wrap {
    flex-direction: row;
    width: 100%;
    margin-top: 20px;
    max-height: 60px;
}

.new_tes_img_wrap {
    width: 60px;
}

.new_tes_img_wrap img{
    width: 100%;
}

.new_tes_txt_wrap {
    width: calc(100% - 30px);
    padding-left: 30px;
}

.new_tes_txt_wrap h5{
    color: var(--blue);
    margin-top: 0;
    font-size: 14px;
    line-height: 17px;
}

.new_tes_txt_wrap h2{
    color: var(--light);
}

.new_testimonial_txt {
    color: var(--light);
    min-height: 205px;
}

.new_tes_section .swiper-button-prev:after {
    background-image: url(./images/arrow-left.svg);
    background-repeat: no-repeat;
    width: 100%;
    color: transparent;
    transition: 0.5s;
}

.new_tes_section .swiper-button-next:after{
    background-image: url(./images/arrow-right.svg);
    background-repeat: no-repeat;
    width: 100%;
    color: transparent;
    transition: 0.5s;
}

.new_tes_section .swiper-button-prev:hover:after,
.new_tes_section .swiper-button-next:hover:after{
    transition: 0.5s;
    transform: scale(1.1);
}

.new_tes_section .swiper-button-next,
.new_tes_section .swiper-button-prev {
    width: 40px;
    top: 30px;
}

.new_tes_section .swiper-button-prev {
    left: inherit;
    right: 60px;
}

.new_tes_section .swiper {
    padding-top: 60px;
}

.new_tes_section .new_heading h2 {
    max-width: 560px;
}


/******************************** new_tes_section css end *******************************/


/******************************** new_cont_section css start *******************************/

.new_cont_form {
    background: var(--white);
    padding: 50px 40px;
    box-shadow: 0px 0px 64px rgb(147 147 147 / 14%);
}

.new_cont_form form{
    position: relative;
}

.new_cont_form form textarea{
    resize: none;    
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Poppins';
}

.new_cont_section .wpcf7-response-output {
    margin: 0 !important;
    position: absolute;
    bottom: -30px;
    padding: 0 6px !important;
    font-size: 13px;
    left: 12px;
    width: auto;
}

.new_cont_section .wpcf7-not-valid-tip{
    position: absolute;
    bottom: -36px;
    font-size: 14px;
    left: 0;
}

.phone_inner_wrap .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -24px;
    font-size: 14px;
    left: -80px;
}

.new_cont_section{
    position: relative;
    z-index: 1;
}

.new_cont_section::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 373px;
    height: 560px;
    background-image: url(./images/shap-img.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 450px;
}

.new_footer_phone_wrap,
.new_from_field p,
.new_from_field {
    display: flex;
}

/*.new_from_field p label,*/
.div_wrap {
    padding: 0 15px;
    width: 100%;
    max-width: 50%;
}

.div_wrap p,
.msg_div p label,
.div_wrap p label{
    color: var(--light);
    font-weight: 400;
}

.submit_div p,
.msg_div p{
    padding: 0 15px;
}

.phone_inner_wrap p{
    border: 1px solid var(--border);
}

.phone_inner_wrap select {
    background-color: var(--light-bg);
}

.phone_inner_wrap input,
.phone_inner_wrap select {
    margin: 0;
    border: 0;
}

.phone_inner_wrap select {
    width: 80px;
}

.new_from_field{
    margin-bottom: 30px;
}

.submit_div p input{
    width: auto;
    padding: 18px 40px;
}

.msg_div textarea{
    height: 100px;
}

/******************************** new_cont_section css end *******************************/


/******************************** new_git_section css start *******************************/

.new_git_column{
    background-color: var(--footer-top);
    padding: 60px;
    position: relative;
    z-index: 1;
}

.new_git_column::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 590px;
    width: 210px;
    height: 224px;
    background-image: url(./images/footer-shap.png);
    background-repeat: no-repeat;
    transform: translate(0, -50%);
    z-index: -1;
}

.new_git_section .ct-section-inner-wrap{
    padding-top: 0;
    padding-bottom: 0;
}

.new_git_des_text p,
.new_git_left_div h3{
    color: var(--white);
    margin-bottom: 15px;
}

.new_git_des_text p{
    width: 100%;
    max-width: 640px;
}

.new_git_right_div {
    justify-content: center;
    align-items: flex-end;
}

.new_git_section {
    margin-bottom: -190px;
    z-index: 2;
    position: relative;
}


/******************************** new_git_section css end *******************************/


/******************************** footer css start *******************************/

.new_add_menu_section{
    background-color: var(--footer);
}

.new_phon_txt{
    margin: 5px 0;
}

.new_add_menu_section .ct-section-inner-wrap{
    padding-top: 270px;
}

.new_add_menu_section{
    position: relative;
    z-index: 1;
}

.new_add_menu_section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 190px;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background-image: url(./images/triangle-img.svg);
    z-index: -1;
}

.new_add_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    width: 100%;
    max-width: 250px;
    margin: 30px 0 0;
    transition: 0.5s;
}

.new_mail_txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--white);
    margin-bottom: 10px;
    margin-top: 10px;
}

.new_phon_txt{
    color: var(--white);
}

.new_add_div{
    width: 19% !important;
}

#_nav_menu-27-1740 .menu-item:hover a {
    background-color: transparent;
    padding-left: 0;
    border-left-width: 0;
    color: var(--blue);
}

.new_phon_txt:hover,
.new_add_text:hover,
.new_mail_txt:hover{
    transition: 0.5s;
    color: var(--blue);
}

#_nav_menu-27-1740 .menu-item a {
    padding: 0;
    margin: 8px 0;
    font-weight: 400;
    color: var(--white);
}

.new_menu_div{
    width: 11% !important;
}

.Cz_footer_tags .Cz_footer_tag_ul li{
    padding: 0 15px;
    color:var(--white);
    border-right: 4px solid #2D495F;
    margin-bottom: 20px;
    list-style: none;
    transition: 0.5s;
}

.Cz_footer_tags .Cz_footer_tag_ul li:last-child{
    border: 0;
}

.Cz_footer_tags .Cz_footer_tag_ul{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

#_nav_menu-28-1740 .menu-item:last-child a{
    border: 0;
}

.new_services_div{
    width: 70% !important;
}

.new_services_menu .oxy-nav-menu-list{
    flex-wrap: wrap;
}

.new_ss_div {
    flex-direction: row;
    margin-top: 50px;
}

.new_ss_div a{
    width: 50px;
    height: 50px;
    border: 1px solid var(--white);
    border-radius: 50%;
    transition: 0.5s;
    margin: 0 15px;
}

.new_ss_div a:hover{
    background-color: var(--blue);
    border: 1px solid var(--blue);
    /*background-color: var(--footer-top);*/
    /*border: 1px solid var(--footer-top);*/
}

/******************************** footer css end *******************************/


/******************************** footer-bottom css start *******************************/

.new_cp_section .ct-section-inner-wrap{
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}

.new_cp_section {
    border-top: 2px solid #2D495F;
    background-color: var(--footer);
}

.new_cp_txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
}

/******************************** footer-bottom css end *******************************/


/******************************** back-to-top css start *******************************/

.btt-btn {
    position: fixed;
    bottom: 120px;
    right: -60px;
    z-index: 9999;
    transform: rotate(-89deg);
    background: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px 20px 0 0;
    cursor: pointer;
}

.btt-btn:hover{
    background: #fff;
    color: var(--blue);
}

/******************************** back-to-top css end *******************************/


/******************************************
                about-us page
*******************************************/

/******************************** header css start *****************************/

.inner_page_header .new_header_menu .oxy-nav-menu-list .menu-item a:hover {
    color: var(--blue);
}

.new_header_section .new_header_row .menu-main-menu-container ul .current-menu-parent > a{
    color: var(--blue);
}

.inner_page_header .new_header_section .new_header_dark_logo {
    display: block;
}

.inner_page_header .new_header_section .new_header_dark_logo {
    display: none;
}
.inner_page_header .sticky-header.new_header_section .new_header_dark_logo {
    display: block;
}

.inner_page_header .new_header_btn:hover {
    color: var(--blue);
}

.New_banner_div h1::after,
.New_banner_div h2::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 4px;
    background-color: var(--white);
    transform: translate(-50%, 0);
}

/******************************** header css end *****************************/

/******************************** banner css start *****************************/

.new_banner_section{
    background: linear-gradient(90.08deg, #14212A 0.07%, #090809 99.93%);
}

.new_banner_section .ct-section-inner-wrap{
    padding-top: 120px;
    padding-bottom: 60px;
}

.New_banner_div {
    align-items: center;
}

.New_banner_div h2,
.New_banner_div h1 {
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: #fff;
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    position: relative;
}

.page-id-1908 .New_banner_div h1::after {
    bottom: -10px;
    width: 190px;
}

/******************************** banner css end *****************************/

/******************************** new_otc_section css start ********************************/

.new_otc_section .ct-section-inner-wrap{
    padding-top: 100px;
    padding-bottom: 20px;
}

.new_border_heading {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1d1d1d;
    color: transparent;
    font-size: 80px;
    line-height: 92px;
    margin-bottom: 30px;
}

.wrap_inner_content_new_div {
    max-width: 1165px;
}

.wrap_heading_2 h2{
    color: var(--light);
    padding-right: 100px;
    margin-bottom: 15px;
}

.new_description p{
    color: var(--light);
}

.new_abt_blue_text p{
    color: var(--blue);
    font-size: 18px;
    line-height: 25px;  
    font-weight: 600;
}

/******************************** new_otc_section css end ********************************/

/******************************** new_wcu_section css start ********************************/

.new_wcu_section .new_heading h2 {
    max-width: 500px;
}

.new_wcu_section .new_box_div {
    flex-direction: column;
    max-width: calc(25% - 30px) !important;
    padding: 20px;
}

.new_wcu_section .new_box_txt_div {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
}

.new_wcu_column {
    align-items: center;
}

/******************************** new_wcu_section css end ********************************/

/******************************** new_omvv_section css start ********************************/

.new_omvv_column .ct-div-block{
    align-items: center;
    text-align: center;
}

.new_blue_num_head {
    z-index: 1;
    position: relative;
    font-weight: 700;
    font-size: 80px;
    line-height: 120px;
    color: #ECF8FF;
}

.new_omvv_mission_div{
    position: relative;
}

.new_omvv_column .new_omvv_mission_div::after{
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    width: 100%;
    height: 1px;
    border-radius: 50%;
    background-color: #DFDFDF;
    transform: translate(0, -50%);
    z-index: -1;
}

.new_omvv_column .ct-div-block .new_blue_num_head::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--blue);
    transform: translate(-50%, -50%);
}

.new_omvv_column .new_omvv_mission_div:last-child::after{
    display: none;
}

.new_omvv_section .ct-section-inner-wrap{
    padding-bottom: 45px;
}

/******************************** new_omvv_section css end ********************************/
/******************************** new_ol_section css start ********************************/

.new_ol_section .new_heading h2 {
    text-align: center;
    max-width: 100%;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

.new_ol_section .new_heading h2::after{
    content: "";
    position: absolute;
    top: 100px;
    right: 220px;
    width: 160px;
    height: 160px;
    background-image: url(./images/arrow_bottom.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}

.new_ol_section .new_ol_head_div{
    align-items: center;
    width: 100%;
}

.new_ol_map_div{
    max-width: 1200px !important;
    margin: 0 auto;
    align-items: center;
    position: relative;
}

.new_ol_phone_div,
.new_ol_email_div,
.new_ol_suport_div{
    align-items: center;
}

.new_ol_section .ct-section-inner-wrap{
    padding-bottom: 30px;
}

.new_abt_blue_text{
    color: var(--blue);
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    text-transform: lowercase;
}

.new_description {
    margin: 5px 0;
    color: var(--light);
}

.new_ol_column {
    margin-top: 100px;
}

.new_ol_add_wrap_su {
    position: absolute;
    top: 130px;
    right: 251px;
    cursor: pointer;
}

.new_dot_in {
    display: none;
}

.new_ol_add_wrap_su.new_ol_add_wrap_usa{
    left: 110px;
    right: inherit;
}

.new_ol_add_wrap_su::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -40px;
    width: 10px;
    height: 10px;
    background-color: var(--blue);
    border-radius: 50%;
}

.new_ol_add_wrap_su::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -50px;
    width: 30px;
    height: 30px;
    background: #C5E4F8;
    opacity: 0.7;
    border-radius: 50%;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.new_add_in {
    background: #FDFDFD;
    border-radius: 20px;
    border: 1px solid var(--border);
    padding: 20px;
    width: 100%;
    max-width: 250px;
    text-align: center;
    position: relative;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.new_add_in::before{
  content: '';
  height: 14px;
  width: 14px;
  position: absolute;
  background-color: #FDFDFD;
  bottom: -3px;
  left: 50%;
  border-top: var(--border) solid 1px;
  border-left: var(--border) solid 1px;
  transform: rotate(225deg) translate(0, -50%);
}

.new_add_in p{
    color: var(--light);
}

.new_ol_add_wrap_au.new_ol_add_wrap_su {
    right: 70px;
    bottom: 160px;
    top: inherit;
}

.new_ol_add_wrap_uk.new_ol_add_wrap_su {
    left: 443px;
    right: inherit;
    top: 80px;
    bottom: inherit;
    display: block;
    cursor: pointer;
}

.new_ol_add_wrap_su:hover .new_add_in{
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

/******************************** new_ol_section css end ********************************/
/******************************** new_wwd_section css start ********************************/

.new_wwd_box_wrap_div {
    flex-direction: row;
    margin-top: 50px;
    gap: 30px;
}

.new_wwd_head_div{
    align-items: center;
}

/******************************** new_wwd_section css end ********************************/
/******************************** new_md_section css start ********************************/

.new_md_section{
    position: relative;
}

.new_md_section .ct-section-inner-wrap{
    padding-top: 190px;
    padding-bottom: 140px;
}

.new_md_wrap_div{
    align-items: center;
    width: 100%;
}

.new_md_wrap_div span.new_heading {
    position: absolute;
    -webkit-text-stroke: 1px black;
    font-size: 170px;
    font-weight: 700;
    line-height: 150px;
    color: white;
    opacity: 0.1;
    z-index: -1;
    top: -90px;
    left: 0;
}

.page-id-1897 .new_md_wrap_div span.new_heading {
    font-size: 180px;
    line-height: 160px;
    top: -120px;
}

.new_ui_ux_main_section .new_md_wrap_div span.new_heading {
    font-size: 150px;
    line-height: 150px;
    top: -120px;
}

.new_md_section .new_description {
    text-align: center;
    max-width: 1110px;
    margin: 25px 0;
}

/******************************** new_md_section css end ********************************/
/******************************** new_ocs_section css start ********************************/

.new_ocs_left_div{
    width: 32% !important;
}

.new_ocs_section .new_ocs_left_div .new_heading h2{
    max-width: 100%;
    font-size: 30px;
    line-height: 39px;
}

.new_description h3{
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0 0;
}

.new_ocs_right_div {
    width: 68% !important;
}

.new_ocs_text {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: var(--light);
    padding: 0 30px;
    margin: 10px 0;
    border-right: 1.5px solid #DFDFDF;
}

.new_ocs_text_div {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px 0 0 -30px;
}

.new_ocs_text:last-child{
    border: 0;
}

/*.new_ocs_column {*/
/*    margin-bottom: 100px;*/
/*}*/

/******************************** new_ocs_section css end ********************************/
/******************************** Cz_dev_section css start ********************************/

.new_dev_wrap_div {
    padding: 30px;
    background: var(--white);
    border: 1px solid #DFDFDF;
    align-items: center;
    height: 100%;
}

.Cz_dev_section {
    background-image: url(./images/our_service_bg.jpg);
    margin-bottom: 220px;
}

.Cz_dev_section .new_box_read_more a {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: var(--blue);
}

.Cz_dev_section .new_box_read_more a img {
    z-index: 0;
}

.Cz_dev_section .new_box_read_more a:hover img{
    margin-left: -7px;
}

.Cz_dev_section .new_description p{
    text-align: center;
}

.new_img_div {
    background: var(--light);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    margin: -70px 0 20px;
}

.new_ocs_dev_column {
    margin-top: 240px;
    margin-bottom: -240px;
}

.page-id-1870 .new_cont_section .ct-section-inner-wrap{
    padding-top: 150px;
}

/******************************** Cz_dev_section css end ********************************/
/******************************** new_wwd_img_section css start ********************************/

.new_wwd_img_section .ct-section-inner-wrap{
    max-width: 100% !important;
    padding: 45px 0 50px !important;
}

.mobile_view_show{
    display: none;
}

/******************************** new_wwd_img_section css end ********************************/

.new_ocs_column{
    margin-bottom: 70px;
}


.new_ocs_section .ct-section-inner-wrap{
    padding-bottom: 0;
}

/******************************** blog page css start ********************************/

.Cz_blog_cont_wrap {
    border: 1px solid #DFDFDF;
    padding: 30px;
}

.Cz_autho_wrap_div {
    flex-direction: row;
    align-items: center;
}

.Cz_autho_name {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--light);
}

.Cz_blog_heading{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin: 25px 0 15px;
}

.Cz_post_date {
    margin-top: 5px;
}

.Cz_blog_heading span a{
    color: var(--light);
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Cz_blog_heading span a:hover{
    color: var(--blue);
}

.Cz_autho_img {
    border-radius: 50px;
    width: 70px;
}

.Cz_autho_name_wrap_div {
    margin-left: 30px;
}

.Cz_autho_name_wrap_div.Cz_autho_wrap_div{
    margin: 0;
}

.Cz_blog_expt span{
    font-size: 16px;
    line-height: 25px;
    color: var(--light);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.Cz_blog_img {
    height: 380px;
    width: 100%;
    transition: 0.5s;
}

.Cz_blog_img_wrap_div {
    overflow: hidden;
    width: 100%;
}

.Cz_blog_img_wrap_div a{
    width: 100%;
}

.Cz_new_repeater_div:hover .Cz_blog_img{
    transition: 0.5s;
    transform: scale(1.1);
}

.Cz_new_repeater_div{
    transition: 0.5s;
}

.Cz_new_blog_section .new_box_read_more {
    display: flex;
    align-items: center;
    color: var(--blue);
    transition: 0.5s;
}

.Cz_new_blog_section .new_box_read_more img{
    margin-left: 10px;
    transition: 0.5s;
}

.Cz_new_blog_section .new_box_read_more:hover{
    color: var(--light);
    transition: 0.5s;
}

.Cz_new_repeater_div:hover .Cz_blog_cont_wrap{
    background: linear-gradient(102.53deg, #C5E4F8 3.99%, rgba(255, 255, 255, 0) 86.71%);
    border: 1px solid var(--blue);
    transition: 0.5s;
}

.Cz_new_repeater_div:hover .new_box_read_more img{
    margin-left: -7px;
    transition: 0.5s;
}

.oxy-repeater-pages-wrap{
    width: 100%;
    justify-content: center;
    margin-top: 50px;
}

.Cz_new_blog_section .page-numbers{
    width: 40px;
    height: 40px;
    border: 1px solid var(--blue);
    text-align: center;
    border-radius: 50px;
    margin: 0 10px;
    color: var(--blue);
    font-size: 15px;
    line-height: 38px;
}

.Cz_new_blog_section .page-numbers.current {
    background: var(--blue);
    color: var(--white);
}
.Cz_new_blog_section .page-numbers:hover {
    background: var(--blue);
    color: var(--white);
}

.Cz_new_blog_section .ct-section-inner-wrap{
    padding-bottom: 0;
}

/******************************** blog page css end ********************************/
/******************************** blog details page css start ********************************/

.Cz_blog_left_div{
    padding: 0 15px;
    width: 70%;
}

.Cz_blog_right_div{
    padding: 0 15px;
    width: 30%;
}

.Cz_single_blog_wrap {
    flex-direction: row;
}

.Cz_autho_img_div {
    width: auto !important;
}

.Cz_blog_right_div .wp-block-latest-posts__featured-image img{
    width: 100%;
    border-radius: 50px;
}

.Cz-blog_lp_ul{
    padding: 0;
    margin: 0;
}

.wrap_single_blog_detail a{
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    color: var(--light);
}

.wrap_single_blog_detail a:hover{
    color: var(--blue);
}

.wrap_single_blog_detail .wp-block-latest-posts__post-date{
    font-size: 15px;
    line-height: 18px;
    color: #9D9D9D;
    margin-top: 8px;
}

.wp-block-latest-posts li{
    display: flex;
    padding: 20px 0;
}

.wp-block-latest-posts__featured-image{
    width: 70px;
    height: 70px;
}

.wrap_single_blog_detail{
    width: calc(100% - 70px);
    padding-left: 20px;
}

.Cz-blog_lp_ul_wrap{
    border: 1px solid #DFDFDF;
    padding: 30px;
    margin-bottom: 30px;
}

.Cz-blog_lp_ul_wrap ul{
    margin: 0;
}

.Cz-blog_lp_ul_wrap ul li h2{
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
}

.Cz-blog_lp_ul li form .wp-block-search__inside-wrapper{
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

.Cz-blog_lp_ul li form .wp-block-search__inside-wrapper button{
    display: none;
}

.Cz-blog_lp_ul .wp-block-search__input {
    border: 1px solid #DFDFDF;
    width: 100%;
    padding: 15px 15px 15px 45px;
}

.Cz-blog_lp_ul li form .wp-block-search__inside-wrapper::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    width: 25px;
    height: 25px;
    background-image: url(./images/search.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(0, -50%);
}

.wp-block-latest-posts li:last-child{
    padding-bottom: 0;
}

.wp-block-latest-posts li:first-child{
    padding-top: 0;
}

.Cz_blog_right_div .Cz-blog_lp_ul{
    width: 100%;
}

.Cz_blog_main_content span h3{
    margin: 30px 0 10px;
}

.Cz_blog_main_content span ul li{
    list-style: disc;
}

.Cz_blog_main_content span h2 {
    margin-bottom: 10px;
    margin-top: 40px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.single_blog_maiin_sub_heading{
    margin-top: 0 !important;
}

.Cz_blog_main_content h1,
.Cz_blog_main_content h2,
.Cz_blog_main_content h3,
.Cz_blog_main_content h4,
.Cz_blog_main_content h6,
.Cz_blog_main_content h5{
    margin-bottom: 10px;
}

.Cz_blog_main_content {
    margin: 40px 0 0 !important; 
}

.Cz_blog_main_content span p a,
.Cz_blog_main_content span a{
    color: var(--blue);
}

.Cz_blog_main_content span a:hover{
    text-decoration: revert;
}

.Cz-blog_lp_ul li p a{
    padding: 11px;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 21px;
    color: var(--light);
    border: 1px solid #DFDFDF;
    margin: 5px 5px;
}

.Cz-blog_lp_ul li p a:hover{
    border: 1px solid var(--blue);
    background-color: var(--blue);
    color: var(--white);
}

.Cz_blog_comment_text_div{
    margin-top: 100px;
}

.new_blog_comment_list .comment-author img{
    border-radius: 50px;
}

.new_blog_comment_list .comment-author span,
.new_blog_comment_list .comment-author a{
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: var(--light);
}

.new_blog_comment_list .comment-metadata a time{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #9D9D9D;
    margin-top: 30px;
}

.new_blog_comment_list .comment-content p{
    margin-top: 10px;
}

.reply a{
    color: var(--blue);
    font-size: 18px !important;
    line-height: 25px;
    font-weight: 600;
}

.new_blog_comment_list .comment-content{
    margin-bottom: 10px !important; 
}

.new_comment_form form label{
    font-size: 14px;
    line-height: 24px;
    color: var(--light);
}

.form-submit .submit{
    background-color: var(--blue) !important;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    border: 1px solid var(--blue) !important;
    transition: 0.5s;
}

.form-submit .submit:hover{
    background-color: var(--white) !important;
    color: var(--blue) !important;
    transition: 0.5s;
}

.Cz_new_blog_detail_page .ct-section-inner-wrap{
    padding-top: 130px;
    padding-bottom: 20px;
}

.single-post .new_header_section{
    background: linear-gradient(90.08deg, #14212A 0.07%, #090809 99.93%);
}

.Cz_blog_main_heading {
    font-size: 42px;
    line-height: 55px;
    margin: 20px 0 0;
}

.Cz_blog_comment_text_div .new_heading {
    font-size: 38px;
    line-height: 45px;
}

.new_blog_comment_list h3{
    font-size: 21px;
    line-height: 30px;
}

.new_comment_form h3{
    font-size: 25px;
    line-height: 32px;
}

.Cz_new_blog_detail_page p{
    margin: 10px 0 0;
}

.Cz_new_blog_detail_page input,
.Cz_new_blog_detail_page textarea{
    border: 1px solid var(--border) !important;
    resize: none;
}

.Cz_single_blog_img {
    width: 100%;
}

/******************************** blog details page css end ********************************/
/******************************** protfolio page css start ********************************/

.New_port_page_section .new_ow_heading_div .new_heading {
    color: var(--light);
}

.New_port_page_section .new_ow_tab_heading p {
    color: var(--light);
}

.New_port_page_section.new_ow_section {
    background-color: transparent;
}

.New_port_page_section.new_ow_section .new_ow_heading_div{
    display: none;
}

.new_ow_section.New_port_page_section .ct-section-inner-wrap {
    padding-bottom: 0;
}

.page-id-1920 .new_md_section .ct-section-inner-wrap {
    padding-top: 160px;
    padding-bottom: 40px;
}

.page-id-1920 .new_md_section .new_md_wrap_div span.new_heading {
    top: -90px;
    left: 0;
}

/******************************** protfolio page css end ********************************/
/******************************** 404 page css start ********************************/

.new_pnf_text_wrap {
    width: 100%;
    align-items: center;
}

.new_pnf_text_wrap h1{
    margin-bottom: 30px;
}

.new_pnf_section .ct-section-inner-wrap{
    padding-bottom: 100px;
}

/******************************** 404 page css end ********************************/
/******************************** inner post css start ********************************/

.Cz_new_post_section .oxy-posts a{
    color: var(--light) !important;
}

.Cz_new_post_section .oxy-posts a:hover{
    color: var(--blue) !important;
}

.Cz_new_post_section .oxy-post-content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.Cz_new_post_section .oxy-posts .oxy-read-more:hover{
    background: var(--white) !important;
}

.Cz_new_post_section .oxy-posts .oxy-read-more{
    background: var(--blue) !important;
    border: 1px solid var(--blue) !important;
    color: var(--white) !important;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 10px 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

.Cz_new_post_section .oxy-post-meta{
    display: none !important;
}

.wrap_search_blog_content_wrap{
    border: 1px solid #DFDFDF;
    padding: 30px;
    width: 100%;
    height: 100%;
}
.wrap_search_blog_content_wrap:hover{
    background: linear-gradient(102.53deg, #C5E4F8 3.99%, rgba(255, 255, 255, 0) 86.71%);
    border: 1px solid var(--blue);
    transition: 0.5s;
}

.Cz_new_post_section .oxy-post a{
    margin: 0 !important;
}

.Cz_new_post_section .oxy-post{
    margin: 0 !important;
}

.Cz_new_post_section .oxy-post-content p{
    margin: 10px 0 40px !important;
}

.Cz_new_post_section .oxy-easy-posts-pages .page-numbers:hover{
    background: var(--blue) !important;
    color: var(--white) !important;
    transition: 0.5s;
}

.Cz_new_post_section .oxy-easy-posts-pages .page-numbers {
    width: 50px !important;
    height: 50px !important;
    border: 1px solid var(--blue) !important;
    text-align: center !important;
    border-radius: 50px !important;
    margin: 0 5px !important;
    color: var(--blue) !important;
    font-size: 17px !important;
    line-height: 27px !important;
    display: inline-block;
    font-weight: 600;
    transition: 0.5s;
}

.Cz_new_post_section .page-numbers.current{
    background: var(--blue) !important;
    color: var(--white) !important;
}

.new_search_wrap_div h2{
    font-size: 28px;
    line-height: 35px;
    padding-left: 15px;
}

.Cz_new_post_section .ct-section-inner-wrap{
    padding-bottom: 0;
}

/******************************** inner post css end ********************************/
/******************************** new_portfolio_heading_section css start ********************************/

.new_md_wrap_div{
    position: relative;
}

.new_portfolio_heading_section .ct-section-inner-wrap {
    padding-top: 150px;
    padding-bottom: 160px;
}

.new_portfolio_heading {
    width: 100%;
    text-align: center;
}

.new_portfolio_heading_section .new_md_wrap_div span.new_heading {
    top: -30px;
}

/******************************** new_portfolio_heading_section css end ********************************/
/******************************** new_portfolio_section css start ********************************/

.new_portfolio_section .ct-section-inner-wrap{
    max-width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 60px !important;
}

.new_portfolio_logo {
    width: 340px;
    margin-left: -30px;
}

.new_portfolio_left_div {
    justify-content: space-between;
}

.new_port_detail_wrap_div .new_heading h2{
    color: var(--white);
    max-width: 580px;
    line-height: 60px;
    margin: 20px 0;
}

.new_port_detail_wrap_div .new_description p{
    color: var(--white);
}

.new_portfolio_section .work-wraaper ul li{
    background-color: #12056D;
}

.new_portfolio_section .slick-prev {
    position: absolute;
    right: 90px;
    top: -60px;
    z-index: 999;
    cursor: pointer;
    background: url(./images/arrow-left.svg) !important;
    background-repeat: no-repeat !important;
    font-size: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    margin: 0;
}

.new_portfolio_section .slick-next {
    position: absolute;
    right: 40px;
    top: -60px;
    cursor: pointer;
    background: url(./images/arrow-right.svg) !important;
    background-repeat: no-repeat !important;
    font-size: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;

}

.new_portfolio_right_div{
    position: relative;
}

.new_port_detail_wrap_div {
    padding-left: 60px;
    margin-top: 30px;
}

.new_portfolio_section .slick-slide img {
    margin: 0 auto;
    max-width: 680px;
}

.new_portfolio_right_div{
    justify-content: center;
    position: relative;
    padding-top: 60px !important;
}
.new_portfolio_slider{
    position: initial !important;
}

.new_qb_bg.new_portfolio_section .work-wraaper ul li {
    background-color: var(--white);
    color: var(--black);
}

.new_ss_bg.new_portfolio_section .work-wraaper ul li {
    background-color: #FBAF40;
    color: var(--black);
}

.new_asset_bg.new_portfolio_section .work-wraaper ul li {
    background-color: #060868;
}

.new_spiking_bg.new_portfolio_section .work-wraaper ul li {
    background-color: var(--white);
    color: var(--black);
}

.new_bwl_bg.new_portfolio_section .work-wraaper ul li {
    background-color: #726E3E;
}
.new_bwl_bg .new_port_detail_wrap_div .new_description p,
.new_bwl_bg .new_port_detail_wrap_div .new_heading h2 {
    color: #726E3E;
}

.new_socialbook_bg.new_portfolio_section .work-wraaper ul li {
    background-color: #2944E2;
}

.new_dustland_bg.new_portfolio_section .work-wraaper ul li {
    background-color: #CE5410;
}

.new_burger_bg.new_portfolio_section .work-wraaper ul li {
    background-color: var(--light);
}

/******************************** new_portfolio_section css end ********************************/

/******************************** Sitemap page css start ********************************/

.page-id-958 .new_header_menu .oxy-nav-menu-list .menu-item a {
    color: var(--dark);
}

.page-id-958.inner_page_header .new_header_section .new_header_dark_logo {
    display: block;
}

.page-id-958.inner_page_header .new_header_section .new_header_logo {
    display: none;
}

/******************************** sitemap page css end ********************************/


/******************************** Darshan Patel Home Page css start *******************************/

#text_block-16-1734{
    font-weight: 600!important;
    font-size: 30px!important;
    line-height: 45px!important;
}

#text_block-36-1734, #text_block-20-1734, #text_block-29-1734, #text_block-43-1734 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

#section-76-1734 .new_ow_heading_div .new_heading{
        margin-bottom: 20px!important;
}

#section-76-1734 .new_ow_heading_div .new_description {
    margin: 5px 0px 50px 0px;
}

#section-76-1734 .new_ow_heading_div .new_description p {
    font-size: 18px;
    color: #ffffff;
}

#text_block-5-1740{
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
}

#div_block-3-1740 .new_heading h3 {
    color: var(--light);
    width: 100%;
    max-width: 450px;
    margin-top: 20px;
}



/******************************** Darshan Patel Home Page css end *******************************/


h1.new_transparent_heading {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
}



