@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*theme css*/
a {
    color: #454545;
    transition: .5s;
}

a:hover {
    text-decoration: none;
    color: #ff5a3c;
}

body {
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #5c727d;
}

p {
    font-style: normal;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    font-family: Poppins, sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 20px;
    transition: .5s;
    margin-bottom: 5px;
    color: #0b2c3d;
}

.btn-primary:focus,
select:focus,
textarea:focus,
input:focus {
    box-shadow: none !important;
}

textarea,
input {
    outline: none;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3 {
    font-size: 36px;
    margin: auto;
    font-weight: 700;
    line-height: 1.4;
}

.witr_section_title_inner h3 {
    padding: 5px 0 0 0;
}

.witr_section_title_inner h2 {
    font-size: 16px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 0;
    color: #ff5a3c;
}

.witr_section_title {
    margin-bottom: 45px;
}

.witr_section_title_inner p {
    width: 100%;
    padding: 10px 0px 0px 0px;
    margin-top: 10px;
}

.witr_all_pd0 {
    padding: 0;
}

/* ===== Top Menu CSS ===== */
.em40_header_area_main.hdisplay_none {
    display: none;
}

.markit-header-top {
    background-image: url(assets/images/top-bar-bg.jpg);
    padding: 10px 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.top-address p {
    margin-bottom: 0;
}

.top-address p span,
.top-address p a {
    margin-right: 20px;
}

.top-address p span i,
.top-address p a i {
    font-size: 13px;
    color: #fff;
    margin-right: 5px;
}

.top-address p span i:hover,
.top-address p a i:hover {}

.top-address p a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* TOP socia CSS */
.top-right-menu ul.social-icons {
    margin: 0;
    padding: 0;
}

.top-right-menu ul.social-icons li {
    display: inline-block;
    margin-left: 15px;
    position: relative;
}

.top-right-menu ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
}

.top-welcomet p span,
.top-welcomet p a,
.top-welcome p span,
.top-welcome p a,
.top-welcome p,
.top-address p a,
.top-right-menu ul.social-icons li a,
.top-address p span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.top-welcome p a:hover {
    color: #17161a;
}

.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
    color: #17161a;
}

.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
    margin-right: 0px;
    margin-left: 12px;
}

/* ===== Menu Area CSS ===== */
.markit_nav_area,
.trp_nav_area .container-fluid,
.transprent-menu .markit_nav_area .container-fluid {
    padding-right: 150px;
    padding-left: 150px;
}

.markit_nav_area.prefix,
.hbg2 {
    background-color: rgba(0, 0, 0, 0.7);
}

.trp_nav_area {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    transition: .5s;
}

.logo-right,
.logo-left {
    align-items: center;
}

.mobile_menu_logo.text-center {
    padding: 20px 0;
}

/* LOGO CSS */
.logo a {
    display: inline-block;
}

/* logo sticky */
.markit-main-menu .logo a.main_sticky_main_l {
    display: block;
}

.markit-main-menu .logo a.main_sticky_l {
    display: none;
}

/* logo pre */
.markit-main-menu .prefix .logo a.main_sticky_main_l {
    display: none;
}

.markit-main-menu .prefix .logo a.main_sticky_l {
    display: block;
}

/* MENU text CSS */
.markit_menu ul {
    text-align: right;
    list-style: none;
}

.markit_menu>ul>li {
    display: inline-block;
    position: relative;
}

.markit_menu>ul>li>a {
    display: block;
    margin: 43px 18px;
    transition: .5s;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #0c182d;
    font-family: Nunito, sans-serif;
}

.markit_menu>ul>li>a:before,
.markit_menu>ul>li.current>a:before {
    background: #ffb600 none repeat scroll 0% 0;
    bottom: -7px;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 15%;
    display: none;
}

.markit_menu ul li:last-child a {
    margin-right: 15px !important;
}

.markit_menu>ul>li.current>a,
.markit_menu>ul>li:hover>a,
.creative_header_menu>ul>li:hover>a {
    color: #ff5a3c;
    background-color: transparent;
}

.markit_menu>ul>li:hover>a:before,
.markit_menu>ul>li.current>a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.transprent-menu .markit_nav_area {
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 0;
    transition: .5s;
    position: absolute;
}

.markit_nav_area.postfix {
    transition: .3s;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
}

.markit_nav_area {
    background: #fff;
}

.markit_nav_area.prefix,
.hbg2 {
    background-color: rgba(0, 0, 0, 0.7);
}

.markit_nav_area.prefix .markit_menu>ul>li>a {
    color: #fff;
}

.markit_nav_area.prefix .markit_menu>ul>li.current>a {
    color: #ff5a3c;
}

.search_popup_button,
.tx_mmenu_together {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.tx_mmenu_together .donate-btn-header {
    padding: 0;
}

.prefix .main_menu_header_address_text h3,
.prefix .main_menu_header_address_text h4 a,
.prefix .main_menu_header_icon i {
    color: #fff;
}

/* sub menu style */
.markit_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 240px;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 15px 8px 8px 25px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    transition: .2s;
    opacity: 0;
    visibility: hidden;
}

.markit_menu ul li:hover>.sub-menu {
    transition: .5s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 9;
}

.markit_menu ul .sub-menu li {
    position: relative;
    transition: .5s;
}

.markit_menu ul .sub-menu li a {
    display: block;
    margin: 0;
    margin-bottom: 6px;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
    color: #0c182d;
    visibility: inherit !important;
    padding: 4px 0px;
    font-family: Nunito, sans-serif;
}

.markit_menu ul .sub-menu li:hover>a,
.markit_menu ul .sub-menu .sub-menu li:hover>a,
.markit_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.markit_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    color: #14b1bb;
}

.markit_menu ul .sub-menu li:hover {
    margin-left: 16px;
}

.markit_menu ul .sub-menu li:before {
    left: -18px;
}

.markit_menu ul .sub-menu li:hover:before {
    opacity: 1;
}

.markit_menu ul .sub-menu li:before {
    opacity: 0;
    -webkit-transition: .1s;
    transition: .1s;
    position: absolute;
    top: 50%;
    content: "//";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.markit_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a,
.markit_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.markit_menu ul .sub-menu .sub-menu li:hover>a,
.markit_menu ul .sub-menu li:hover:before,
.markit_menu ul .sub-menu li:hover>a {
    color: #ff5a3c;
}

/* sub menu 2 */
.markit_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.markit_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

/* sub menu 3 */
.markit_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.markit_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.markit_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

/* sub menu 4 */
.markit_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

.markit_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

/* has menu icon */
.markit-main-menu .menu-item-has-children>a:after {
    margin-left: 8px;
    content: "\f107";
    font-family: FontAwesome !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-size: 13px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    font-weight: 600;
}

.markit-main-menu .menu-item-has-children .menu-item-has-children>a:after {
    margin-left: 8px;
    content: "\f107";
}

/* quearys area css */
.markit_menu.main-search-menu>.em-header-quearys,
.em-quearys-top.msin-menu-search {
    display: inline-block;
}

.em-top-quearys-area {
    position: relative;
}

.markit_menu div.em-header-quearys {
    text-align: center;
}

.em-quearys-inner {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 10000;
    -webkit-transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), transform .3s .15s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), transform .3s .15s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -150%;
    background: rgba(0, 0, 0, 0);
}

.em-s-open {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    background: #000000e6 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.em-quearys-form {
    width: 100%;
    max-width: 895px;
    margin: auto;
    padding: 30px 0;
}

.top-form-control {
    position: relative;
}

.top-form-control input {
    background: transparent;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    height: 100px;
    padding: 0 40px 0 15px;
    width: 100%;
    border: none;
    -webkit-transition: 1s;
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: 3px solid #fff;
}

.top-form-control input::placeholder {
    color: #fff;
}

textarea,
input {
    outline: none;
}

.top-form-control button.top-quearys-style {
    position: absolute;
    right: 6px;
    top: 50%;
    background: transparent;
    font-size: 45px;
    border: none;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-search-menu .em-header-quearys .em-quearys-menu i {
    background: 0;
    height: auto !important;
    width: auto !important;
    line-height: inherit !important;
    font-size: 20px;
    margin-left: 15px;
    color: #030925;
    cursor: pointer;
}

.markit_nav_area.prefix .main-search-menu .em-header-quearys .em-quearys-menu i {
    color: #fff;
}

.mrt10 {
    margin-top: 10px;
}

.em-quearys-menu i {
    background: #0c5adb;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
}

.main_menu_address_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
}

.main_menu_address_a::before {
    background: #fbfbfb40;
}

.main_menu_address_a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 107px;
    left: 0;
}

.main_menu_header_icon {
    margin-left: 25px;
    margin-right: 10px;
}

.main_menu_header_icon i {
    color: #14b1bb;
    font-size: 30px;
}

.main_menu_header_address_text h3,
.main_menu_header_address_text h4 a {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}

.main_menu_header_address_text h3 {
    color: #14b1bb;
}

.main_menu_header_address_text h4 {
    margin-bottom: 0;
    color: #030925;
}

/* quearys area css */
.poket_menu.main-search-menu>.em-header-quearys,
.em-quearys-top.msin-menu-search {
    display: inline-block;
}

.em-top-quearys-area {
    position: relative;
}

.poket_menu div.em-header-quearys {
    text-align: center;
}

.em-quearys-inner {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 10000;
    -webkit-transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), transform .3s .15s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), transform .3s .15s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -150%;
    background: rgba(0, 0, 0, 0);
}

.em-s-open {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    background: #000000e6 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.em-quearys-form {
    width: 100%;
    max-width: 895px;
    margin: auto;
    padding: 30px 0;
}

.top-form-control {
    position: relative;
}

.top-form-control input {
    background: transparent;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    height: 100px;
    padding: 0 40px 0 15px;
    width: 100%;
    border: none;
    -webkit-transition: 1s;
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: 3px solid #fff;
}

.top-form-control input::placeholder {
    color: #fff;
}

textarea,
input {
    outline: none;
}

.top-form-control button.top-quearys-style {
    position: absolute;
    right: 6px;
    top: 50%;
    background: transparent;
    font-size: 45px;
    border: none;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-search-menu .em-header-quearys .em-quearys-menu i {
    background: 0;
    height: auto !important;
    width: auto !important;
    line-height: inherit !important;
    font-size: 20px;
    margin-left: 15px;
    color: #030925;
    cursor: pointer;
}

.poket_nav_area.prefix .main-search-menu .em-header-quearys .em-quearys-menu i {
    color: #fff;
}

.mrt10 {
    margin-top: 10px;
}

.em-quearys-menu i {
    background: #ff5a3c;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 17px;
    color: #fff;
}

/* mobile-menu  */
.mobile-menu {
    display: none !important;
}

.mobile_logo_area {
    display: none !important;
}

.mobile_menu_logo.text-center {
    padding: 20px 0;
}

.mean-container .mean-bar {
    padding: 0;
}

.main_menu_div {
    position: relative;
}

.mean-container .mean-bar {
    float: none;
    background: #ff5a3c;
    overflow: hidden;
}

/* menu button */
a.dtbtn {
    border: none;
    display: block;
    font-size: 16px;
    margin-left: 20px;
    font-weight: 500;
    border-radius: 0;
    padding: 11px 25px;
    background: #ff5a3c;
    color: #fff;
    font-family: Poppins, sans-serif;
}

a.dtbtn:hover {
    background: #0b2c3d;
}

/* End Menu Area CSS */
/* ===== Slider Area CSS ===== */
.witr_slick_height {
    height: 1032px;
}

.witr_ds_content {
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.witr_ds_content:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
}

.witr_ds_content_inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.witr_slick_content h2 {
    color: #fff;
    letter-spacing: 3.3px;
}

.text-left .witr_ds_content_inner h1,
.text-left .witr_ds_content_inner h2,
.text-left .witr_ds_content_inner h3,
.text-left .witr_slicks_title h4 {
    width: 58%;
    margin: 0 auto 7px 0 !important;
    color: #fff;
}

.witr_containers {
    margin: auto;
    width: 63%;
}

.witr_ds_content_inner h2,
.witr_ds_content_inner h3 {
    font-size: 68px;
    line-height: 1.3;
}

.witr_ds_content_inner p {
    font-weight: 500;
    font-size: 24px;
    width: 62%;
    margin: 14px auto 15px 0;
    color: #fff;
    letter-spacing: .6px;
    padding: 10px 0;
}

/* button css */
.slider_btn {
    margin-top: 56px;
}

.witr_btn {
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    padding: 18px 40px;
    text-align: center;
    position: relative;
    margin-right: 15px;
    z-index: 2;
    transition: 1s;
    font-weight: 500;
    background: #ff5a3c;
    color: #fff;
    font-family: Poppins, sans-serif;
}

.witr_ds_content_area .witr_btn:hover {
    background: #0b2c3d;
    color: #fff;
}

.witr_btn:hover {
    background: #0b2c3d;
    color: #fff;
}

/* slider thumb css */
.em_slider_s2_image {
    right: -80px;
}

.text-left .witr_slider_thumb {
    position: absolute;
    top: 28%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.witr_slider_thumb_inner img {
    border-radius: 10px;
}

/* slider video button */
.witr_video_btn {
    font-size: 18px;
    font-weight: 500;
}

.witr_video_btn i {
    position: relative;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 20px;
    color: #0c5adb;
}

.witr_video_btn i:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: witr_squares 1.5s ease-in-out infinite;
    animation: witr_squares 1.5s ease-in-out infinite;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background: no-repeat 50%;
    color: #fff;
    transition: .5s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 30px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    padding: 30px;
    background: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.witr_ds_content_inner h1 span,
.witr_ds_content_inner h2 span,
.witr_ds_content_inner h3 span {
    color: #0c5adb;
}

/* ===== Service Area CSS ===== */
.markit_service_area {
    margin-top: -210px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.witr_service2_style4_s {
    padding: 73px 43px 65px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 3%);
    transition: 1s;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #f4f4f4;
}

.witr_service2_style4 h3 {
    margin: 40px 0 25px;
    transition: .5s;
}

.witr_service2_style4 p {
    margin: 0;
}

.witr_service2_style4_s:hover {
    box-shadow: 5px 0px 32px 0px rgba(0, 0, 0, .09);
}

.bg_image2 {
    background-image: url(assets/images/s1.jpg);
    background-size: cover;
    padding: 73px 43px 65px;
    border: none;
}

.bg_image2 h3 a,
.bg_image2 p {
    color: #fff;
}

/* ===== Service Area CSS ===== */
.content_marketing_page_service {
    margin-top: 0;
    padding: 120px 0 95px;
}

.managed_it_services_area {
    margin-top: 0;
    padding: 110px 0 90px;
}

.managed_it_services_area .medi_singleService:before {
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: 3;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background: #ff5a3c;
}

.managed_it_services_area .medi_singleService:hover:before {
    width: 100%;
}

/* ===== About Area CSS ===== */
.markit_about_area {
    padding: 90px 0 82px;
}

.about_left_image_inner img {
    padding-right: 40px;
    margin-bottom: 20px;
}

.witr_text_widget_inner h1 {
    font-size: 16px;
    margin: 0 0 10px;
    color: #ff5a3c;
}

.about_witr_content_inner {
    margin-top: 57px;
    margin-right: 32px;
}

.witr_text_widget_inner h2 {
    font-size: 35px;
    margin-bottom: 5px;
    line-height: 50px;
}

.witr_text_widget_inner h1 span,
.witr_text_widget_inner h2 span {
    color: #ff5a3c;
}

.witr_text_widget p {
    margin: 24px 0 25px;
}

.witr_widget_list ul li,
.witr_widget_list ul li a {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.witr_widget_list span {
    color: #0b2c3d;
}

span.witr_list_icon {
    margin: 0 7px 16px 0;
}

.witr_widget_list i {
    color: #ff5a3c;
}

.markit_about_area .witr_btn {
    margin-top: 30px;
}

/* ===== Marketing Area CSS ===== */
.marketing_area {
    background: #f7f7f7;
    padding: 95px 0 80px;
}

.em-service {
    border-style: solid;
    border-width: 1px;
    border-color: #FF5A3C1A;
    padding: 50px 20px 40px 30px;
    margin-bottom: 20px;
}

.em-service,
.em-service:after {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .5);
    transition: .5s;
}

.em-service i,
.service_icon_box:before {
    background-color: #fff;
}

.em-service-icon i {
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 35px;
    margin-bottom: 15px;
    color: #ff5a3c;
    width: 96px;
    height: 96px;
    line-height: 96px;
    text-align: center;
    border-radius: 50px;
}

.em-service-title h3 {
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 8px;
    padding: 22px 0 8px;
}

.em-service-desc p {
    -webkit-transition: .5s;
    transition: .5s;
    margin: 0 0 28px;
}

.service-btn {
    position: relative;
}

.service-btn a,
.witr_service_btn_3d a {
    font-size: 15px;
    font-weight: 700;
    border-style: none;
    padding: 0;
    font-family: Poppins, sans-serif;
    display: inline-block;
    transition: .5s;
    color: #ff5a3c;
}

.service-btn a span {
    font-size: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    position: relative;
    top: 3px;
}

.em-service:hover:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    background: #FF5A3CEB;
}

.em-service:hover {
    background-image: url(assets/images/f2.jpg);
    background-position: center center;
    background-size: cover;
}

.em-service:hover .em-service-desc,
.em-service:hover .em-service-icon,
.em-service:hover .em-service-title h3,
.em-service:hover .em-service-title h3 a {
    z-index: 1;
}

.em-service2 .em-service-icon i,
.em-service:hover .em-service-desc,
.em-service:hover .em-service-icon,
.em-service:hover .em-service-title h3,
.em-service:hover .em-service-title h3 a,
.em-service:hover .service-btn>a {
    color: #fff;
}

.em-service:hover {
    position: relative;
    backface-visibility: hidden;
    z-index: 3;
}

/* ===== Brand Area CSS ===== */
.markit_brand_area {
    border-style: solid;
    border-width: 1px 0;
    border-color: #ddd;
    padding: 70px 0 85px;
    background: #ff5a3c;
}

.carousel_pdding0.col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.grid_caur_image {
    margin-bottom: 30px;
}

.slide_items {
    text-align: center;
}

/* ===== Team Area CSS ===== */
.markit_team_area {
    padding: 110px 0 242px;
}

.markit_team_area .witr_section_title {
    margin-bottom: 40px;
}

.post_team10_area .witr_team_section {
    position: relative;
    text-align: center;
    margin-bottom: 55px;
}

.witr_team_section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.witr_team_section:before {
    background: #ff5a3c6b;
}

.post_team11_area .team_o_icons {
    top: auto;
    bottom: -50px;
    left: 0;
    right: 0;
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}

.post_team10_area .team_o_icons {
    margin-top: 0;
    padding: 0;
    position: absolute;
    transform: translateY(-50%);
    transition: .5s;
}

.post_team11_area .team_o_icons ul li {
    display: inline-block;
}

.post_team10_area .team_o_icons ul li a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border: none;
    border-radius: 0;
    margin: 0;
    font-size: 20px;
}

.post_team10_area .team_o_icons ul li a {
    background: #272727;
}

.markit-tab li a,
.markit-tab li a.active,
.markit-tab li a:hover,
.post_team10_area .team_o_icons ul li a,
.video_icon a i {
    color: #fff;
}

.team_o_icons ul li a {
    display: block;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
}

.post_team_p11 {
    padding: 15px 0;
}

.witr_team_content h5 {
    margin: 0;
}

.witr_team_content span {
    font-size: 18px;
}

.witr_team_content h5 a:hover,
.witr_team_content h5:hover,
.witr_team_content span {
    color: #ff5a3c;
}

.post_team_p11 {
    position: absolute;
    bottom: -45px;
    left: 15px;
    right: 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}

.post_team_p11,
.tab_area {
    background: #fff;
}

.witr_team_section:hover:before {
    opacity: 1;
}

.post_team11_area .team-part:hover .team_o_icons {
    bottom: 40px;
}

.post_team10_area .team-part:hover .team_o_icons {
    left: 0;
}

.post_team10_area .team_o_icons ul li a:hover {
    background: #ff5a3c;
}

.markit_team_area .slick-prev,
.markit_team_area .slick-next {
    opacity: 1;
    top: 585px;
}

.markit_team_area .slick-prev {
    left: 525px;
}

.markit_team_area .slick-next {
    right: 536px;
}

/* ===== Team Area CSS ===== */
.team_area2 {
    background: #f9f9f9;
    padding: 93px 0 75px;
}

.team_area2 .witr_section_title {
    margin-bottom: 50px;
}

.team_area2 .witr_section_title_inner p {
    padding: 10px 0 6px;
    margin: 0 auto;
    width: 71%;
}

.witr_team_15n.all_color_team {
    margin-bottom: 25px;
}

.witr_team_thumb15 {
    overflow: hidden;
    position: relative;
}

.team_top_icon {
    position: absolute;
    bottom: -250px;
    right: 20px;
    transition: .5s;
}

.team_bottom_icon a,
.team_top_icon ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    transition: .5s;
    margin-bottom: 7px;
}

.team_bottom_icon a,
.team_top_icon ul li a {
    background: #6254e7;
}

.team_bottom_icon a,
.team_o_icons ul li a:hover,
.team_top_icon ul li a {
    color: #fff;
}

.team_bottom_icon {
    position: absolute;
    bottom: 25px;
    right: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.team_bottom_icon a,
.team_top_icon ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    transition: .5s;
    margin-bottom: 7px;
}

.team_bottom_icon a,
.team_top_icon ul li a {
    background: #ff5a3c;
}

.team_bottom_icon a,
.team_o_icons ul li a:hover,
.team_top_icon ul li a {
    color: #fff;
}

.witr_team_content15 {
    position: relative;
    border-radius: 0;
    padding: 22px 30px;
    box-shadow: 0 0 30px 0 rgb(42 67 113 / 15%);
    text-align: center;
}

.post_team_icon_8 ul li a,
.witr_team_content15 {
    background: #fff;
}

.witr_team_15n span {
    font-size: 16px;
    color: #ff5a3c;
    font-weight: 500;
}

.witr_team_15n:hover .team_top_icon {
    bottom: 71px;
}

.team_bottom_icon a:hover,
.team_top_icon ul li a:hover {
    background: #0b2c3d;
}

/* ===== Team Area CSS ===== */
.team_area3 {
    padding: 95px 0 80px;
}

.team_area3 .witr_section_title {
    margin-bottom: 15px;
}

.post_team_icon_8 {
    position: absolute;
    bottom: -15px;
}

.post_team_icon_8 ul li {
    display: inline-block;
}

.post_team_icon_8 ul li a {
    font-size: 16px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    margin-left: 6px;
}

.post_team_icon_8 ul li a,
.witr_team_content15 {
    background: #fff;
}

.post_team_icon_8 ul li a {
    color: #ff5a3c;
}

.pteam_8 .post_team_content {
    text-align: left;
}

.team_area3 .post_team_content {
    box-shadow: 0 5px 20px 0 #00000014;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 30px 25px 25px;
}

.team_area3 .post_team_content {
    background: #fff;
}

.team_area3 .post_team_content h5 {
    margin: 0;
}

.team_area3 .team_list_op {
    margin-top: 10px;
}

.team_area3 .team_list_op ul li {
    margin-top: 3px;
    list-style: none;
}

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

.witr_team_section {
    position: relative;
    text-align: center;
}

.post_team_icon_8 ul li a:hover {
    background: #ff5a3c;
    color: #fff;
}

.team_area3 .all_color_team {
    margin-bottom: 20px;
}

/* ===== Call action Area CSS ===== */
.call_action_area {
    margin-top: 0;
    margin-bottom: -120px;
    z-index: 9;
    position: relative;
}

.all_cal_color h2 {
    font-size: 35px;
    margin: 0 0 15px;
}

.markit_content p {
    width: 84%;
}

.mc4wp-form-fields {
    margin: 20px 0 0;
}

.mc4wp-form-fields p {
    position: relative;
    line-height: 27px;
}

.all_cal_color input {
    background-color: #f9f9f9;
    border-style: solid;
    border-width: 1px;
    border-color: #f9f9f9;
    height: 61px;
}

.all_cal_color input,
.all_cal_color input::-webkit-input-placeholder {
    color: #5c727d;
}

.mc4wp-form-fields input {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    border-radius: 0;
    border: none;
    outline: 0;
    padding: 15px 30px;
}

.mc4wp-form-fields button {
    width: 32%;
    border: none;
    outline: 0;
    position: absolute;
    right: -3px;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    padding: 10px 15px;
    -webkit-transition: .5s;
    transition: .5s;
}

.mc4wp-form-fields button {
    color: #fff;
}

.all_cal_color a,
.all_cal_color button {
    font-size: 16px;
    font-weight: 600;
    background-color: #ff5a3c;
    border-style: default;
    border-radius: 0 5px 5px 0;
}

.call_inner {
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 3%);
    padding: 75px 40px 60px;
    background: #fff;
}

/* ===== Portfolio Area CSS ===== */
.markit_portfolio_bg_area {
    background-image: url(assets/images/project-bg.jpg);
    padding: 215px 0 355px;
}

.markit_portfolio_area {
    margin-top: -360px;
    margin-bottom: 0;
    padding: 0 30px 100px;
}

.markit_portfolio_area .witr_btn {
    margin-top: 35px;
}

.witr_single_pslide {
    overflow: hidden;
}

.witr_pslide_image img {
    width: 100%;
    transition: 1s;
}

.witr_pslide_image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000080;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: .5s;
    z-index: 1;
}

.witr_single_pslide:hover .witr_pslide_image::before {
    transform: scale(1.2)
}

.witr_single_pslide:hover .witr_pslide_image img {
    transform: scale(1.2)
}

.witr_pslide_custom a {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 0px;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    font-size: 30px;
    background: #fff;
    color: #14b1bb;
    text-align: center;
    z-index: 99;
    opacity: 0;
    transition: .5s;
    display: inline-block;
}

.witr_single_pslide:hover .witr_pslide_custom a {
    width: 80px;
    opacity: 1;
}

.witr_pslide_custom a:hover {
    color: #14b1bb;
    z-index: 999;
    background: #0a0a0a;
}

.witr_content_pslide_text {
    position: absolute;
    bottom: -100px;
    left: 50px;
    right: 30px;
    transition: .5s;
    opacity: 0;
    z-index: 2;
    text-align: left;
}

.witr_single_pslide:hover .witr_content_pslide_text {
    opacity: 1;
    bottom: 20px;
}

.witr_content_pslide_text h3 {
    margin-bottom: 10px;
}

.witr_content_pslide_text h3 a {
    color: #fff;
    transition: .5s;
}

.witr_content_pslide_text h3 a:hover {
    color: #14b1bb;
}

.witr_content_pslide_text p {
    color: #fff;
}

.em_portfolio_area .witr_section_title {
    position: relative;
    padding-bottom: 35px;
}

.positi_3.pprotfolio4 {
    padding: 20px 10px 23px;
    border: none;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
}

.single_protfolio:hover .positi_3.pprotfolio4 {
    bottom: 0;
}

.positi_3.pprotfolio4 {
    background: #ff5a3c;
}

.positi_3 .porttitle_inner4 h3 a,
.positi_3 .porttitle_inner4 p span {
    color: #fff;
}

.portfolio_nav {
    padding: 0px 0 32px;
}

.portfolio_nav ul {}

.portfolio_nav ul li {
    display: inline;
}

.portfolio_nav ul li {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 10px 20px;
    position: relative;
    transition: .5s;
    font-size: 16px;
    border: 1px solid #f3eaea;
}

.prot_wrap {
    overflow: hidden;
}

.single_protfolio {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.prot_thumb {}

.prot_thumb img {
    display: block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single_protfolio:hover .prot_thumb img {
    transform: scale(1.1);
}

.prot_content {
    position: absolute;
    text-align: center;
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
}

.multi_gallery.prot_content {
    height: 90%;
    width: 80%;
    right: 10%;
    top: 5%;
    bottom: 5%;
    left: 10%;
}

.single_protfolio:hover .prot_content {
    opacity: 1;
}

.prot_content h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 5px;
}

.prot_content h3 a {
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
}

.prot_content h3 a:hover {
    color: #000;
}

.prot_content p {
    line-height: 1.2;
    margin: 5px 0 0;
}

.prot_content p span {
    display: inline-block;
    color: #fff;
}

.single_protfolio:hover .prot_content {
    opacity: 1;
    transform: scale(1, 1);
}

.porttitle_inner span,
.porttitle_inner4 span,
.prot_content span {
    position: relative;
    margin: 0 2px;
}

.prot_content span:before,
.porttitle_inner4 span:before,
.porttitle_inner span:before {
    bottom: 0;
    content: ",";
    position: absolute;
    right: -5px;
}

.porttitle_inner span:last-child:before,
.prot_content span:last-child:before,
.porttitle_inner4 span:last-child:before {
    content: "";
}

.nospace.col-xs-12 {
    padding: 0px;
}

.nospace .single_protfolio {
    margin-bottom: 0px;
}

/* load button css */
.gallery_load_button {}

.gallery_load_button a {
    padding: 7px 15px;
    display: inline-block;
    font-size: 17px;
    margin-top: 0px;
}

.prot_wrap.nospace .gallery_load_button a {
    margin-top: 30px;
}

/* single portfolio */
.pimgs img {
    height: 465px;
    width: 100%;
}

.prots-contentg p {}

.pstyle_1 .porttitle_inner h3 {
    padding-bottom: 0px;
}

.pstyle_1 .prot_content p {
    margin: 2px 0 0;
}

.pstyle_1 .single_protfolio {
    -webkit-transition: .5s;
    transition: .5s;
}

.portfolio_readmore_btn {
    padding-top: 23px;
}

.portfolio_readmore_btn>a {
    border-radius: 5px;
    display: inline-block;
    padding: 6px 21px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid transparent;
}

.pstyle_1 .picon a {
    background: transparent;
    border-radius: 5px;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    margin: 0 8px 11px;
    width: 50px;
    transition: .5s;
    color: #fff;
}

.picon a:hover {
    border-color: #191f2d;
    background: #191f2d;
}

.pstyle4 .prot_thumb {
    overflow: hidden;
    position: relative;
}

.pprotfolio4 {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.7);
    padding: 17px 10px 20px;
}

.pprotfolio4 {
    padding: 20px 10px 23px;
}

.porttitle_inner4 h3 {
    margin: 0;
}

.prot_content_inner {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    -webkit-transition: all .5s ease-in-out .5s;
    transition: all .5s ease-in-out .5s;
}

.portfolio_readmore_btn>a:hover,
.pstyle_1 .picon a:hover {
    background: #ff5a3c;
}

.porttitle_inner4 h3 a {}

.porttitle_inner4 p {
    margin-bottom: 0;
}

.porttitle_inner4 p span {
    display: inline-block;
}

.portfolio_nav ul li.current_menu_item,
.portfolio_nav ul li:hover {
    border-color: #FFFFFF00;
    background: #FFFFFF00;
    color: #ff5a3c;
}

.prot_content {
    background: #ff5a3c80;
}

.pprotfolio4 {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .7);
    padding: 30px 10px 30px;
    border: 1px solid #f1f1f1;
    border-top: 0 solid #f1f1f1;
}

.portfolio_nav {
    text-align: center;
}

.page-numbers span.current,
.paginations a.current,
.paginations a:hover {
    border-color: #ff5a3c;
    background: #ff5a3c;
    color: #fff;
}

ul.page-numbers a.page-numbers {
    box-shadow: 0 10px 40px 0 rgba(50, 65, 141, .12);
}

.page-numbers,
.tutor-pagination-wrap a,
.tutor-pagination-wrap span.page-numbers.current,
a.page-numbers {
    border-radius: 5px;
    margin-right: 10px;
    padding: 15px 24px;
    font-size: 19px;
    line-height: 1;
    -webkit-transition: .5s;
    transition: .5s;
}

.page-numbers span.current,
.paginations a {
    display: inline-block;
    font-weight: 500;
    margin: auto 5px;
}

.paginations a {
    color: #888;
}

.page-numbers li {
    display: inline-block;
}

.paginations {
    text-align: center;
    margin-top: 10px;
}

.portfolio_4column_gutter .single_protfolio {
    margin-bottom: 0px;
}

/* ===== Portfolio Area CSS ===== */
.port_grid_area {
    margin-top: 0;
    padding: 120px 0px 100px;
}

.port_grid_area .portfolio_nav ul li.current_menu_item,
.port_grid_area .portfolio_nav ul li:hover {
    background: #ff5a3c;
    border-color: #ff5a3c;
}

.port_grid_area .portfolio_nav ul li.current_menu_item,
.port_grid_area .portfolio_nav ul li:hover,
.port_grid_area .prot_content h3,
.port_grid_area .prot_content h3 a {
    color: #fff;
}

.port_grid_area .pprotfolio4 {
    padding: 20px 10px 25px;
}

.em_port_content {
    background: #ff5a3c80;
    color: #fff;
}

.pstyle_1 .porttitle_inner h3 {
    padding-bottom: 0;
    color: #fff;
}

.prot_content h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
}

.prot_content h3 a {
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
}

.prot_content p {
    line-height: 1.2;
    color: #fff;
}

.prot_content p span {
    display: inline-block;
    padding-top: 0;
    color: #fff;
}

.porttitle_inner span,
.porttitle_inner4 span,
.prot_content span {
    position: relative;
    margin: 0 2px;
}

.single_protfolio:hover .prot_content {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.portfolio_readmore_btn>a:hover,
.pstyle_1 .picon a,
.pstyle_1 .picon a:hover,
.pstyle_1 .porttitle_inner p span {
    color: #fff;
}

.portfolio_readmore_btn>a:hover,
.pstyle_1 .picon a:hover {
    background: #ff5a3c;
}

/* ===== Portfolio Area CSS ===== */
.portfolio_4column {
    margin-top: 0;
    padding: 95px 0px 85px;
}

.witr_single_pslide {
    overflow: hidden;
}

.witr_pslide_image {
    position: relative;
    overflow: hidden;
}

.witr_pslide_image img {
    width: 100%;
    transition: 1s;
}

.portfolio_4column .witr_pslide_image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000080;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: .5s;
    z-index: 1;
}

.portfolio_4column .witr_single_pslide:hover .witr_pslide_image::before {
    transform: scale(1.2)
}

.witr_single_pslide:hover .witr_pslide_image img {
    transform: scale(1.2)
}

.portfolio_4column .witr_pslide_custom a {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 0px;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    font-size: 30px;
    background: #fff;
    color: #14b1bb;
    text-align: center;
    z-index: 99;
    opacity: 0;
    transition: .5s;
    display: inline-block;
}

.portfolio_4column .witr_single_pslide:hover .witr_pslide_custom a {
    width: 80px;
    opacity: 1;
}

.portfolio_4column .witr_pslide_custom a:hover {
    color: #14b1bb;
    z-index: 999;
    background: #0a0a0a;
}

.portfolio_4column .witr_content_pslide_text {
    position: absolute;
    bottom: -100px;
    left: 50px;
    right: 30px;
    transition: .5s;
    opacity: 0;
    z-index: 2;
    text-align: left;
}

.portfolio_4column .witr_single_pslide:hover .witr_content_pslide_text {
    opacity: 1;
    bottom: 20px;
}

.portfolio_4column .witr_content_pslide_text h3 {
    margin-bottom: 10px;
}

.portfolio_4column .witr_content_pslide_text h3 a {
    color: #fff;
    transition: .5s;
}

.portfolio_4column .witr_content_pslide_text h3 a:hover {
    color: #14b1bb;
}

.witr_content_pslide_text p {
    color: #fff;
}

.single_protfolio:hover .positi_3.pprotfolio4 {
    bottom: 0;
}

.positi_3 .porttitle_inner4 h3 a,
.positi_3 .porttitle_inner4 p span {
    color: #fff;
}

.prot_wrap {
    overflow: hidden;
}

.single_protfolio {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.prot_thumb img {
    display: block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single_protfolio:hover .prot_thumb img {
    transform: scale(1.1);
}

.portfolio_4column .multi_gallery.prot_content {
    height: 90%;
    width: 80%;
    right: 10%;
    top: 5%;
    bottom: 5%;
    left: 10%;
}

.single_protfolio:hover .prot_content {
    opacity: 1;
}

.prot_content h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 5px;
}

.prot_content h3 a {
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
}

.prot_content h3 a:hover {
    color: #ff5a3c;
}

.single_protfolio:hover .prot_content {
    opacity: 1;
    transform: scale(1, 1);
}

.porttitle_inner span,
.porttitle_inner4 span,
.prot_content span {
    position: relative;
    margin: 0 2px;
}

.prot_content span:before,
.porttitle_inner4 span:before,
.porttitle_inner span:before {
    bottom: 0;
    content: ",";
    position: absolute;
    right: -5px;
}

.porttitle_inner span:last-child:before,
.prot_content span:last-child:before,
.porttitle_inner4 span:last-child:before {
    content: "";
}

.nospace.col-xs-12 {
    padding: 0px;
}

.nospace .single_protfolio {
    margin-bottom: 0px;
}

.prot_wrap.nospace .gallery_load_button a {
    margin-top: 30px;
}

/* single portfolio */
.pimgs img {
    height: 465px;
    width: 100%;
}

.prots-contentg p {}

.em_port_content {
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 9;
    left: 0;
    top: -100%;
    width: 100%;
    transition: .5s;
    text-align: center;
}

.pstyle_1 .porttitle_inner h3 {
    padding-bottom: 0px;
}

.pstyle_1 .single_protfolio {
    -webkit-transition: .5s;
    transition: .5s;
}

.portfolio_readmore_btn {
    padding-top: 23px;
}

.portfolio_readmore_btn>a {
    border-radius: 5px;
    display: inline-block;
    padding: 6px 21px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid transparent;
}

.pstyle_1 .picon a {
    background: transparent;
    border-radius: 5px;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    margin: 0 8px 11px;
    width: 50px;
    transition: .5s;
    color: #fff;
}

.picon a:hover {
    border-color: #191f2d;
    background: #191f2d;
}

/* port style 3 */
.em_plus_port {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 99;
}

.prot_content_inner {
    left: 50%;
    position: absolute;
    top: 54%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 10;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
}

.single_protfolio:hover .prot_content_inner {
    top: 50%;
    opacity: 1;
}

.picon a {
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: 0 3px 11px;
    width: 50px;
    text-align: center;
    color: #fff;
}

.picon a:hover {
    background-color: #14b1bb;
    border-color: #555;
}

.pstyle_1 .porttitle_inner h3 {
    padding-bottom: 0px;
}

.portfolio_4column .prot_content_inner {
    transition: inherit;
}

.portfolio_4column .prot_content h3 a {
    margin-bottom: 0;
}

.portfolio_4column .prot_content h3 {
    margin-bottom: 0;
}

.portfolio_4column .witr_section_title_inner.text-center p {
    width: 39%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

.portfolio_4column .witr_section_title {
    margin-bottom: 36px;
}

.portfolio_gutter .single_protfolio {
    margin-bottom: 0;
}

/* ===== Contact Area CSS ===== */
.markit_contact_area {
    padding: 0 0 80px;
}

.faq_inner_inner {
    margin-right: 42px;
}

.contact_inner {
    margin-right: 10px;
}

.apartment_area {
    border-radius: 0;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .5);
    padding: 95px 70px 80px 50px;
    background-color: #f5f5f5;
    position: relative;
    background-size: cover;
    text-align: left;
    margin-bottom: 20px;
}

.faq_contact_inner {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #f4f4f4;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 100px 10px 0;
}

.witr_apartment_form form select,
.witr_apartment_form input {
    width: 100%;
    height: 57px;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 23px;
}

.witr_apartment_form input,
.witr_apartment_form textarea {
    border: 1px solid #f1f1f1;
    padding-left: 30px;
}

.witr_apartment_form form select,
.witr_apartment_form input {
    color: #888;
}

textarea {
    width: 100%;
    padding-left: 30px;
    height: 150px;
    padding-top: 10px;
}

.witr_apartment_form .btn {
    border: 0 none;
    display: inline-block;
    padding: 15px 30px;
    background: #ff5a3c;
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}

.witr_apartment_form .btn:hover {
    background: #02101e;
}

.apartment_text h1 {
    font-size: 17px;
    color: color: #ff5a3c;
    color: #ff5a3c;
    margin: 0 0 10px;
}

.apartment_text h2 {
    font-size: 33px;
    margin: 0 0 40px;
}

/* ==== Contact Address Area CSS ===== */
.contact_top_address_area {
    padding: 100px 0 80px;
}

.contact_top_address_area .service-item i {
    font-size: 30px;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 5px;
    line-height: 80px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    background: #ff5a3c;
    color: #fff;
}

.contact_top_address_area .service-item {
    border: none;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}

.contact_top_address_area .service-item h3 {
    padding: 15px 0 10px;
}

.contact_top_address_area .all_color_service {
    padding: 50px 35px 65px;
    margin-bottom: 20px;
}

.contact_top_address_area .all_color_service:hover i {
    background-color: #111;
}

.contact_top_address_area .service-item:hover .text_box p {
    color: #616161;
}

.contact_top_address_area .text_box p {
    color: #616161;
    margin-bottom: 0;
}

.contact_top_address_area .service-item:hover {
    background-color: transparent;
}

.contact_top_address_area .service-item:hover .text_box h3 {
    color: #030925;
}

/* map area css */
.contact_map_area iframe {
    border: 0;
    width: 100%;
    height: 500px;
    margin-bottom: -8px;
}

/* ===== Faq Area CSS ===== */
.faq_inner_inner .witr_section_title {
    margin-bottom: 30px;
}

.accordion_area .card-2 {
    border-style: solid;
    border-width: 1px;
    border-color: #e1e1e1;
    border-radius: 0;
    background-color: #FFFFFF00;
    margin-bottom: 20px;
}

.accordion_area .card-2 {
    border: 1px solid #ddd;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1pxsolidrgba(0, 0, 0, .125);
}

.accordion_area .card-header.witr_ac_card {
    background: 0 0 !important;
    padding: 0;
    border-bottom: 0;
    text-align: left;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.witr_ac_style {
    padding: 17px 15px;
}

.witr_ac_style,
.witr_ac_style:before {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.witr_ac_style {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s;
}

.witr_ac_style {
    color: #0b2c3d;
}

.witr_ac_style,
.witr_ac_style:before {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.witr_ac_style:before {
    position: absolute;
    content: '\ea99';
    right: 30px;
    font-family: IcoFont !important;
    font-weight: 400;
}

.active .witr_ac_style:before {
    content: '\eaa1';
}

.witr_ac_card i {
    margin-right: 10px;
    font-size: 20px;
}

.card-2 ul li,
.accordion_area .card-2 p {
    padding: 0 32px 15px 29px;
    margin: 0;
    background-color: #fff;
}

.witr_ac_style:hover {
    color: #0b2c3d;
    background-color: #fff;
}

/* ===== Faq Area CSS ===== */
.faq_area1 {
    padding: 20px 0px 100px;
}

.faq_area1 .witr_ac_style,
.faq_area1 .witr_ac_style:before {
    font-family: Nunito, sans-serif;
}

.faq_area1 .card-2 ul li,
.faq_area1 .accordion_area .card-2 p {
    padding: 15px 32px 30px 29px;
}

.faq_area1 .witr_ac_style {
    padding-left: 30px;
    font-size: 20px;
    padding: 10px 20px;
}

.writ_ac_style_02:focus,
.writ_ac_style_02:hover {
    color: #000;
    background: none;
}

.active .writ_ac_style_02 {
    background: none;
    color: #232323;
}

.border_bottom_0 {
    border-bottom: none;
}

.writ_ac_style_02 {
    margin-left: 25px;
    font-size: 20px;
    font-weight: 600;
    display: block;
}

.writ_ac_style_02:before {
    position: absolute;
    content: '\f067';
    left: 20px;
    margin-right: 10px;
    font-family: fontawesome !important;
    font-weight: 200;
}

.active .writ_ac_style_02:before {
    content: '\f068';
}

.card-header.witr_ac_card.border_bottom_0 {
    background: #fff;
    padding: 0px 5px;
}

.content_style p,
.conent_style p {
    padding-left: 18px;
}

.card.card-2.accordion_02_shadow {
    border: 0 !important;
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}

.faq_area .witr_ac_style {
    padding-left: 30px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 11px 15px;
    transition: .5s;
    padding: 9px 20px 9px 20px;
    color: #232323;
}

.writ_ac_style_02:before {
    font-weight: 400;
    font-size: 17px;
    color: #232323;
    margin-top: 3px;
}

.faq_area.single_service_faq1 {
    background: #FFFFFF;
}

/* ===== Video Area CSS ===== */
.markit_video_area {
    background-image: url(assets/images/video-bg-1.jpg);
    background-size: cover;
}

.video-overlay {
    padding: 185px 0 178px;
}

.witr_all_color_v a,
.play-overlay a:before,
.video-item a:before {
    background-color: #fff;
    border-radius: 8px;
}

.video-item a {
    font-size: 22px;
    width: 86px;
    height: 86px;
    line-height: 86px;
    position: relative;
    display: inline-block;
}

.play-overlay a,
.play-overlay a:before,
.title_btn a,
.title_in:after,
.title_in:before,
.video-item a,
.video-item a:before,
.witr_bar_inner {
    background: #ff5a3c;
}

.video-item a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: witr_squares 1.5s ease-in-out infinite;
    animation: witr_squares 1.5s ease-in-out infinite;
    left: 0;
    right: 0;
    bottom: 0;
}

@keyframes witr_squares {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1;
    }

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

.witr_all_color_v a,
.play-overlay a:before,
.video-item a:before {
    background-color: #fff;
    border-radius: 8px;
}

.witr_all_color_v i {
    color: #ff5a3c;
}

.video-item i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.witr_all_color_v i {
    color: #ff5a3c;
}

/* ===== Video Area CSS ===== */
.witr_youtube_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -99;
}

.witr_youtube_video iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.video_page_area .witr_swiper_height {
    z-index: -1;
}

/* ===== Pricing Plan Area CSS ===== */
.pricing_plan_area {
    padding: 95px 0 75px;
}

.pricing_plan_area .witr_section_title {
    margin-bottom: 52px;
}

.pricing_area {
    background-color: #f6f6f6;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
    border-radius: 5px;
    margin-bottom: 25px;
}

.pricing-part {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.all_pricing_color h4 {
    color: #ff5a3c;
    font-size: 30px;
    margin: 0 0 10px;
    padding: 53px 0 12px;
    display: block;
}

.pricing-part h5 {
    font-size: 24px;
    font-weight: 700;
}

.all_pricing_color h2,
.all_pricing_color h3,
.all_pricing_color h4,
.all_pricing_color h5 {
    margin: 0;
}

.pricing-part span {
    margin-right: 5px;
    color: #0b2c3d;
    font-size: 15px;
    margin-right: 5px;
}

.witri_texti_list {
    margin-top: 25px;
}

.pricing-part ul {
    padding: 15px 0 0;
}

.witri_texti_list ul li {
    list-style: none;
    font-size: 17px;
    margin-bottom: 17px;
}

.all_pricing_color li,
.all_pricing_color ol,
.all_pricing_color ul {
    margin: 0;
}

.witr_btnp_color {
    border-style: default;
    padding: 37px 0 58px;
}

.pricing-part a.btn {
    border: 1px solid #ff5a3c;
    background: #ff5a3c;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    display: inline-block;
    border-radius: 5px;
    padding: 13px 25px;
}

.pricing-part a.btn:hover {
    background: 0 0;
}

.pricing-part a.btn:hover {
    color: #ff5a3c;
}

.pricing_bg_image {
    background-image: url(assets/images/pri.jpg);
    background-size: cover;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .5);
    border-style: default;
}

.pricing_bg_image h4 {
    color: #fff;
}

.pricing_bg_image h5 {
    color: #fff;
}

.pricing_bg_image .witri_texti_list ul li {
    color: #fff;
}

.pricing_bg_image .pricing-part span {
    color: #fff;
}

.pricing_bg_image .witr_btnp_color a.btn {
    color: #ff5a3c;
    background-color: #fff;
    border-style: default;
    border-radius: 5px;
    padding: 13px 25px;
}

/* ===== Pricing Plan Area CSS ===== */
.pricing_plan_area2 {
    background: #f9f9f9;
    padding: 95px 0 75px;
}

.pricing-part strong {
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: -40px;
    top: 13px;
    padding: 7px 20px;
    width: 160px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ff5a3c;
    color: #fff;
}

.pricing_plan_area2 .pricing_area {
    border-radius: 5px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
    background: #fff;
}

.witr_pricing_icon i {
    font-size: 40px;
    padding-top: 40px;
    display: block;
    color: #ff5a3c;
}

.pricing_plan_area2 .pricing-part h4 {
    font-size: 30px;
    padding: 26px 0 12px;
    display: block;
}

.pricing_style_2 .pricing-part h5 {
    padding: 10px 0;
    margin-bottom: 30px;
    background: #ff5a3c;
    color: #fff;
    font-size: 35px;
}

.pricing_style_2 .pricing-part span {
    font-size: 24px;
    margin-right: 5px;
    color: #fff;
}

.pricing_style_2 .pricing-part a.btn {
    border-radius: 0;
    padding: 17px 30px;
}

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

.pricing_style_2 .witr_btnp_color {
    border-style: default;
    padding: 37px 0 40px;
}

.pricing_plan_area2 .all_pricing_color h4 {
    color: #0b2c3d;
}

/* Testimonial Area CSS */
.testimonial_area {
    background: #f7f7f7;
    padding: 130px 0 120px;
}

.testimonial_area .witr_section_title {
    margin-bottom: 25px;
}

.single_creativeItem {
    text-align: left;
}

.testiCreCon {
    position: relative;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
    background: #fff;
    border-radius: 10px;
    padding: 50px 25px 75px;
    margin-bottom: 35px;
}

.testiCreCon li {
    font-size: 35px;
    left: 75px;
    top: 0;
    width: 81px;
    height: 81px;
    background: #ff5a3c;
    line-height: 81px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    margin-bottom: 35px;
}

.testiCreCon p {
    position: relative;
    margin: 0;
    z-index: 1;
}

.testiCreCon:after {
    position: absolute;
    content: '';
    left: 25%;
    bottom: -26px;
    border-radius: 15px;
    width: 51px;
    height: 50px;
    background: #fff;
    transform: rotate(45deg) translateX(-50%);
    z-index: -1;
    box-shadow: 0 2px 29px 0 rgb(0 0 0 / 8%);
}

.post_t6 .em_test_thumb {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 60px;
}

.em_test_thumb img {
    border-radius: 50%;
    width: 59px;
}

.em_test_thumb img {
    display: initial !important;
}

.testAuthor h6 {
    margin-bottom: 0;
}

.testAuthor span {
    font-size: 15px;
}

.box-size {
    padding: 10px 15px;
    margin-bottom: 20px;
}

/* Testimonial Area CSS */
.testimonial_area2 {
    padding: 115px 0 90px;
}

.testimonial_area2 .witr_section_title {
    margin-bottom: 55px;
}

.witr_testi_itemt {
    padding: 0 10px;
}

.em_single_testimonial {
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    padding: 37px 30px 26px;
    margin-top: 20px;
    box-shadow: 0 0 10px 0 rgb(240 241 243);
    overflow: hidden;
    position: relative;
    text-align: left;
    background: #fff;
}

.testimonial_area2 .em_test_thumb {
    float: left;
    margin-right: 20px;
}

.testimonial_area2 .test-part {
    display: inline-block;
    margin-bottom: 10px;
}

.testimonial_area2 .em_testi_title span {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #ff5a3c;
}

.em_testi_text {
    overflow: hidden;
    padding-top: 15px;
    float: left;
    text-align: left;
}

.test-part ul li {
    display: inline-block;
    padding-top: 0;
}

.execllent_toggol {
    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;
}

.em_crating i.active {
    color: #ff5a3c;
    font-size: 18px;
}

.testimonial_area2 .execllent_star {
    margin-left: 15px;
}

.execllent_star h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    font-style: italic;
    color: #ff5a3c;
}

.em_single_testimonial:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .13);
}

/* ===== Blog Area CSS ===== */
.blog_area {
    padding: 115px 0 100px;
}

.blog_area .witr_section_title {
    margin-bottom: 30px;
}

.busi_singleBlog {
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 5px 10px 0 rgba(50, 65, 141, .07);
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}

.witr_sb_thumb {
    overflow: hidden;
    position: relative;
}

.witr_sb_thumb:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1;
}

.witr_sb_thumb:before {
    background: rgba(0, 0, 0, .5);
}

.witr_sb_thumb img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}

.witr_blog_area12 .witr_blog_con {
    padding: 20px 15px 12px 25px;
    margin-bottom: 0;
}

.witr_blog_con span {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 15px;
    margin-right: 2px;
}

.witr_blog_con span,
.witr_blog_con span a,
.witr_blog_metan span,
.witr_blog_metan span a {
    color: #888;
}

.witr_blog_con span i {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}

.wblog-content span,
.wblog-content span a,
.wblog-content span i,
.witr_blog_con span i,
.witr_blog_metan span i {
    color: #ff5a3c;
}

.witr_blog_con h2 {
    margin: 15px 0 16px;
    color: #222429;
}

.witr_blog_con h2 a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}

.learn_btn {
    border-radius: 0;
    display: inline-block;
    padding: 8px 5px;
    text-align: center;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    color: #ff5a3c;
}

.wbutton_right_icon {
    position: absolute;
    bottom: 0;
    right: 24px;
}

.wbutton_right_icon a {
    font-size: 20px;
    position: relative;
    z-index: 1;
}

.markit-blog-meta-left_adn a:hover,
.markit-blog-meta-left_adn i,
.markit-blog-meta-left_adn span:hover,
.wbutton_right_icon a {
    color: #ff5a3c;
}

.wbutton_right_icon a::before {
    content: '';
    position: absolute;
    height: 110px;
    width: 110px;
    border: 2px solid #f7f7f7;
    bottom: -78px;
    z-index: -1;
    transform: rotate(-35deg);
    right: -38px;
    border-radius: 0 20px;
    transition: .5s;
}

.busi_singleBlog:hover .witr_sb_thumb img,
.busi_singleBlog:hover .witr_sb_thumb:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.busi_singleBlog:hover .wbutton_right_icon a {
    color: #fff;
}

.busi_singleBlog:hover .wbutton_right_icon a::before {
    background: #ff5a3c;
}

/* slick dots css */
/* cursor css */
.carsur_dots .elementor-slick-slider ul.slick-dots {
    bottom: -70px;
}

.carsur_dots .elementor-slick-slider ul.slick-dots li {
    margin: 0 5px;
}

.carsur_dots .elementor-slick-slider ul.slick-dots li button:before {
    background-color: transparent;
    font-size: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 50%;
}

.carsur_dots .elementor-slick-slider ul.slick-dots li.slick-active button:before {
    background-color: #fff;
}

.carsur_dots .elementor-slick-slider ul.slick-dots li button:hover:before {
    background-color: #fff;
}

.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    display: inline-block;
    z-index: 11;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    background: #ff5a3c5c;
    font-size: 0;
    width: 18px;
    height: 18px;
    border: 0px solid #ff5a3c;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50px;
    padding: 0;
    transition: .5s;
    outline: none;
}

.slick-dots li.slick-active button {
    background: #ff5a3c;
}

.slick-dots {
    bottom: -30px;
}

/*======== footer area css  ======= */
.em_footer_area {
    background: #0b2c3d;
    padding: 95px 0px 0px;
}

.footer-top {
    padding-bottom: 74px;
}

.em_footer_area.footer-middle {
    padding: 65px 0 0px;
}

.em_footer_bottom.footer-bottom {
    padding: 26px 0 24px;
    position: relative;
    margin-top: 80px;
}

.em_footer_bottom.footer-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    background: #ffffff61;
    height: 1px;
    width: 61%;
    left: 0;
    right: 0;
    margin: auto;
}

.witrfm_area {
    position: relative;
}

.witrfm_area:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.footer-middle .widget ul li,
.footer-middle .widget ul li a,
.footer-middle .widget ul li::before,
.footer-middle .tagcloud a,
.footer-middle caption,
.footer-middle table,
.footer-middle table td a,
.footer-middle cite,
.footer-middle .rssSummary,
.footer-middle span.rss-date,
.footer-middle span.comment-author-link,
.footer-middle .textwidget p,
.footer-middle .widget .screen-reader-text,
mc4wp-form-fields p,
.mc4wp-form-fields,
.footer-m-address p,
.footer-m-address,
.footer-widget.address,
.footer-widget.address p,
.mc4wp-form-fields p,
.markit-description-area p,
.markit-description-area .phone a,
.markit-description-area .social-icons a,
.recent-review-content h3,
.recent-review-content h3 a,
.recent-review-content p,
.footer-middle .markit-description-area p,
.footer-middle .recent-post-text h4 a,
.footer-middle .recent-post-text .rcomment,
.witr_sub_table span {
    color: #ffffff;
}

.footer-middle .widget ul li a {
    color: #fff;
}

.footer-top .widget h2 {
    color: #ffffff;
    margin-bottom: 35px !important;
}

.markit-description-area .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin: 0 5px;
    margin-bottom: 5px;
    background: #ffffff3b;
}

.markit-description-area .social-icons a:hover {
    background: #ff5a3c;
}

.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {}

.em_footer_area .widget ul li a {
    color: #fff;
}

.em_footer_area .widget ul li {
    margin-bottom: 8px;
}

.em_footer_area .widget ul li a:hover {
    color: #ff5a3c;
}

.footer-middle {
    padding: 65px 0 73px;
}

.footer-middle.wpfd {
    padding: 0;
}

.wpfdp {
    padding-top: 65px;
    padding-bottom: 80px;
}

.footer-middle .widget h2 {
    margin-bottom: 28px;
    margin-top: 28px;
    position: relative;
}

.footer-middle .widget h2:before {}

.footer-middle table#wp-calendar td,
.footer-middle table#wp-calendar th {
    color: #fff;
}

.footer-middle #archives-dropdown--1 {
    height: 34px;
}

.footer-middle .widget h2 {}

.footer-middle .widget ul li:before {}

.footer-middle .tagcloud a {}

.footer-middle .widget ul {
    list-style: none;
}

.footer-middle .widget ul li {
    margin-bottom: 10px;
}

.footer-middle .widget ul li a,
.footer-middle .widget ul li:before {
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
    color: #97bc23;
}

.recent-portfolio-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recent-portfolio {
    margin-bottom: 10px;
    margin-right: 10px;
}

.recent-portfolio {
    width: 29.33%;
}

.recent-portfolio-image img {
    width: 100%;
}

.footer-sociala-icon {
    clear: both;
    float: left;
    font-size: 17px;
    margin-right: 12px;
}

#witr_mp4_video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
}

.footer-middle .widget h2 {
    color: #ffffff;
}

.footer-middle .widget ul li,
.footer-middle .widget ul li a,
.footer-middle .widget ul li::before,
.footer-middle .tagcloud a,
.footer-middle caption,
.footer-middle table,
.footer-middle table td a,
.footer-middle cite,
.footer-middle .rssSummary,
.footer-middle span.rss-date,
.footer-middle span.comment-author-link,
.footer-middle .textwidget p,
.footer-middle .widget .screen-reader-text,
mc4wp-form-fields p,
.mc4wp-form-fields,
.footer-m-address p,
.footer-m-address,
.footer-widget.address,
.footer-widget.address p,
.mc4wp-form-fields p,
.recent-review-content h3,
.recent-review-content h3 a,
.recent-review-content p,
.footer-middle .recent-post-text h4 a,
.footer-middle .recent-post-text .rcomment,
.witr_sub_table span {
    color: #ffffff;
}

.footer-widget.address p {
    margin-bottom: 10px;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.footer-bottom:before {
    background: #ffffff61;
}

.footer-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 61%;
    left: 0;
    right: 0;
    margin: auto;
}

.markit-description-area a img {
    margin: 0 0 26px 0;
}

.markit-description-area {
    padding-right: 10px;
}

/*===== END FOOTER middle AREA CSS =====*/
.footer-bottom {
    padding: 26px 0 24px;
    position: relative;
}

.copy-right-text {
    text-align: left;
}

.copy-right-text p {
    margin: 0;
    padding: 0;
}

.footer-menu {}

.footer-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    padding: 0 10px;
    display: block;
    transition: .5s;
}

.copy-right-text a:hover,
.footer-menu ul li a:hover {
    color: #ff5a3c;
}

.footer-menu ul li:last-child a {
    padding-right: 0px;
}

.footer_style_3 .footer-menu ul li:first-child a {
    padding-left: 0px;
}

.footer-menu ul ul {
    display: none;
}

.copy-right-text p,
.footer-menu ul li a {
    color: #ffffff;
}

/* ======blog left sidebar css ===== */
.witr-blog-side-area.blog_sidebar {
    padding: 100px 0px 100px;
    background: #f9f9f9;
}

.blog-left-side>div {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: 0 0 5px 0 rgba(148, 146, 245, 0.2);
}

.blog-left-side>div:last-child {
    margin-bottom: 0;
}

.blog-left-side h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blog-left-side .content {
    padding: 0;
}

.blog-left-side .push-bottom-large {
    margin-bottom: 0;
}

.blog-left-side>div:last-child {
    margin-bottom: 0;
}

.blog-left-side>aside:last-child {
    margin-bottom: 0 !important;
}

.blog-left-side .nav .children li a:hover,
.blog-left-side .sub-menu li a:hover {
    background: 0 0;
    color: #18c8ff;
}

.defaultsearch {
    background: #f7f7f7;
    position: relative;
}

.defaultsearch input {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 0 none;
    height: 54px;
    position: relative;
    width: 100%;
}

.defaultsearch button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #858585;
    font-size: 18px;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}

.defaultsearch input[type="text"] {
    padding-left: 10px;
}

.blog-left-side .widget h2 {
    bottom: -1px;
    display: block;
    line-height: 17px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    position: relative;
    text-transform: capitalize;
}

.blog-left-side .widget h2::before {
    background: #ff5a3c;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    width: 26%;
    top: 30px;
}

.em-blog-content-area {
    padding: 20px 15px 0;
    overflow: hidden;
}

.footer-middle .widget h5 {
    text-transform: capitalize;
}

.blog-left-side .widget ul {
    list-style: none;
}

.blog-left-side .widget ul li {
    margin: 0 0 5px;
    padding-left: 20px;
    position: relative;
}

.blog-left-side .widget>ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.blog-left-side .widget ul li span {
    font-weight: 300;
}

.blog-left-side .widget ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog-left-side>.widget>ul>li {
    margin: 0 0 10px;
    padding-bottom: 10px;
}

.blog-left-side .widget ul li a:hover,
.blog-left-side .widget ul li:hover::before {
    color: #ff5a3c;
}

.blog-left-side .widget ul li::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    left: 0;
    position: absolute;
}

.blog-left-side .widget select {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    padding-left: 5px;
}

.markit-blog-meta-left i {
    color: #ff5a3c;
}

.markit-blog-meta-left i {
    font-size: 13px;
    margin-right: 5px;
}

.markit-blog-meta-left {
    margin-bottom: 10px;
    margin-top: 5px;
}

.recent-post-text h4 a:hover {
    color: #ff5a3c;
}

.recent-post-item {
    padding-bottom: 10px;
}

.markit-blog-meta-left a,
.markit-blog-meta-left span {
    color: #888;
}

.widget .screen-reader-text {
    display: none;
}

.textwidget select {
    width: 100%;
}

#wp-calendar {
    width: 100%;
}

.tagcloud a {
    display: inline-block;
    font-size: 14px !important;
    margin: 0 8px 10px 0;
    padding: 7px 15px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #ddd;
    text-transform: capitalize;
}

.r-post-content h3 a:hover,
.r-post-content h3:hover,
.tagcloud a:hover,
.widget_archive ul li a:hover,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_categories ul li:hover:before {
    color: #DB2D2E;
}

.tagcloud a:hover {
    background: #DB2D2E;
    color: #fff;
}

#wp-calendar caption {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

#wp-calendar {
    font-size: 13px;
}

#wp-calendar {
    border: 0 solid #e5e5e5;
    margin-bottom: 20px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 0;
}

table#wp-calendar td {
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
}

#wp-calendar td,
#wp-calendar th {
    padding: 8px;
}

table#wp-calendar th {
    border: 1px solid #e5e5e5;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

table#wp-calendar td#today {
    color: #fff;
    background-color: #ff5a3c;
}

table#wp-calendar td#today a {
    color: #fff;
}

.textwidget img {
    margin-bottom: 15px;
}

.textwidget p {
    margin-bottom: 0.5rem;
}

.markit-blog-thumb img {
    width: 100%;
}

.witr-blog-side-area .imagess_area .slick-slide img {
    display: inline-block;
    margin: auto;
    width: 100%;
}

/* end sidebar css */
/* witr-blog-2side-area */
.witr-blog-side-area.witr-blog-2side {
    padding: 100px 0px 70px;
    background: #f9f9f9;
}

.markit-single-blog {
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.markit-blog-thumb {
    overflow: hidden;
}

.markit-blog-thumb a {
    display: block;
    position: relative;
}

.markit-blog-thumb a:before {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    z-index: 999;
    transition: .5s;
}

.markit-single-blog:hover .markit-blog-thumb a:before {
    opacity: 1;
    transition: .5s;
}

.markit-blog-thumb img {
    transition: .5s;
    display: block;
}

.em-blog-content-area {
    padding: 15px 0px 15px;
}

.blog-page-title h2 {
    display: block;
    font-size: 22px;
    margin-bottom: 7px;
    text-transform: capitalize;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.blog-page-title a {
    display: inline-block;
    word-break: break-all;
}

.blog-content {
    word-break: break-word;
}

.markit-blog-meta.post_blog h2 a {
    font-size: 24px;
    font-weight: 700;
    transition: .5s;
}

.markit-blog-meta.post_blog h2 a:hover {
    color: #ff5a3c;
}

portfolio .markit-blog-meta-left a,
.markit-blog-meta-left span {
    color: #888888;
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 0;
    display: inline-block;
}

.markit-blog-meta-left i {
    color: #ff5a3c;
    margin-right: 5px;
}

.blog-content p {
    font-size: 17px;
    padding-top: 0;
}

.em-blog-content-area .witr_btn {
    background: #ff5a3c;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 10px 30px;
    text-align: center;
    position: relative;
    margin-right: 20px;
    z-index: 2;
    transition: 1s;
    font-weight: 400;
    margin-bottom: 20px;
}

.em-blog-content-area .witr_btn:hover {
    background: #323232;
    color: #fff;
}

.witr-blog-side-area.blog_sidebar .markit-single-blog {
    margin-bottom: 30px;
    box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
    background: transparent;
}

blockquote p {
    font-size: 20px;
    position: relative;
    color: ##999;
}

.witr-blog-side-area blockquote {
    background-color: #f7f7f7;
    border-left: 3px solid #ff5a3c;
    padding: 1em 1em;
    margin-top: 15px;
}

.recent-post-text h4 a {
    color: #454545;
    font-size: 17px;
    transition: all .3s ease 0s;
    font-weight: 600;
}

.markit-blog-thumb a:before {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
}

.markit-blog-thumb a:before {
    background: rgba(0, 0, 0, .7);
}

.markit-single-blog:hover .markit-blog-thumb a:before {
    opacity: 1;
}

.markit-single-blog {
    box-shadow: 0 0 10px 0 rgba(148, 146, 245, .2);
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.markit-single-blog {
    background: #fff;
}

.em-blog-content-area {
    padding: 20px 15px 0;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgb(148 146 245 / 20%);
}

.markit-blog-thumb a {
    display: block;
    position: relative;
}

.markit-blog-thumb a:before {
    background: rgba(0, 0, 0, .7);
}

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

.markit-blog-thumb {
    overflow: hidden;
}

.markit-blog-thumb img {
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
}

/* video play css */
.video-open-inline iframe {
    width: 100%;
    height: 400px;
    border: none;
}

/* single blog css */
.witr-blog-side-area {
    padding: 100px 0px 100px;
}

.comment-respond {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 25px 10px 30px;
    background-color: #f1f1f1;
}

.single_blog_page {
    margin-bottom: 0px;
}

.comment_field .input-field input,
.comment_field .textarea-field textarea {
    color: #555555;
}

.comment_field .input-field input {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 6px 20px;
    height: 54px;
    font-size: 17px;
}

.comment_field .input-field label,
.comment_field .textarea-field label {
    color: #606060;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
}

.comment_field .input-field {
    width: 33.33%;
    float: left;
    margin-bottom: 25px;
}

.comment_field .textarea-field label {
    margin-top: 20px;
    margin-bottom: 10px;
}

.comment_field .textarea-field textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 150px;
    padding: 10px;
}

.markit_btn {
    background: transparent;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    margin-top: 15px;
    border-radius: 5px;
    transition: .5s;
    color: #444;
}

.markit_btn:hover {
    background: #ff5a3c;
    border-color: #ff5a3c;
    2E: ;
    color: #fff;
}

blockquote {
    padding: 25px 32px 25px;
    margin: 0 0 30px;
    font-size: 17px;
    /* border-left: 3px solid #f99a00; */
    font-weight: 400;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 7%);
}

blockquote p {
    font-size: 20px;
    position: relative;
}

.block .wp-block-quote.is-large p,
.block .wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6;
}

.witr-blog-side-area.single_blog blockquote {
    background-color: #f7f7f7;
    border-left: none;
}

.wp-block-group.block {
    text-align: center;
}

.markit-single-blog-details-inner {
    padding: 38px 45px 45px;
    box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
    border-radius: 0 0 10px 10px;
}

.markit-single-icon-inner {
    text-align: center;
}

.markit-single-icon-inner a {
    border: 1px solid #e6e6e6;
    color: #17161a;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
}

.markit-single-icon-inner a:hover {
    background: #ff5a3c;
    border-color: #ff5a3c;
    color: #fff;
}

.recent-post-image {
    float: left;
    margin-right: 10px;
}

.recent-post-image img {
    width: 75px;
}

/* ===== Map Area CSS ===== */
.map_area {
    margin-bottom: 0;
    margin-top: -178px;
}

.map_area iframe {
    width: 100%;
    height: 500px;
    margin-bottom: -10px;
    border: none;
}

.padding_lr_0 {
    padding-left: 0px;
    padding-right: 0px;
}

/* slick prev slick next css */
/*======== slick ========*/
.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    background: #ff5a3c;
    z-index: 9;
    opacity: 0;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 63px;
    height: 63px;
    line-height: 63px;
    top: 50%;
    transform: translate(0px, -50%);
    transition: .5s;
    border: 0px solid #17161a;
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    background: #E0A067;
}

.witr_ds_content_area .slick-prev {
    left: 15px;
}

.witr_ds_content_area .slick-next {
    right: 15px;
}

.slick-next:before,
.slick-prev:before {
    color: #fff;
    font-size: 22px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    content: "\ea9d";
    font-family: IcoFont !important;
    line-height: inherit;
    opacity: 1;
}

.slick-next:before {
    content: "\eaa0";
    font-family: IcoFont !important;
}

.witr_ds_content_area .slick-prev:hover,
.witr_ds_content_area .slick-prev:focus,
.witr_ds_content_area .slick-next:hover,
.witr_ds_content_area .slick-next:focus {
    background: #203665;
    border-color: transparent;
    outline-color: transparent;
    outline: none;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background: #0b2c3d;
}

.em_testimonial_area .slick-prev {
    left: -65px;
}

.em_testimonial_area .slick-next {
    right: -65px;
}

button:focus {
    outline: 1px dotted;
    outline: 0;
}

.testimonial_area .slick-prev,
.testimonial_area .slick-next {
    opacity: 1;
    top: -70px;
}

.testimonial_area .slick-prev {
    left: 1005px;
}

.testimonial_area .slick-next {
    right: 21px;
}

.blog_area:hover .slick-prev,
.blog_area:hover .slick-next {
    opacity: 1;
}

.blog_area .slick-prev {
    left: -65px;
}

.blog_area .slick-next {
    right: -65px;
}

.blog_area .slick-prev,
.blog_area .slick-next {
    border-radius: 0;
}

.testimonial_area2:hover .slick-prev,
.testimonial_area2:hover .slick-next {
    opacity: 1;
}

.testimonial_area2 .slick-prev {
    left: -65px;
}

.testimonial_area2 .slick-next {
    right: -65px;
}

.testimonial_area2 .slick-prev,
.testimonial_area2 .slick-next {
    border-radius: 0;
}

/*========= EM40 SCROLL TOP CSS ==========*/
#scrollUp {
    background: #ff5a3c;
    bottom: 30px;
    color: #fff;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    right: 100px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
}

#scrollUp i {
    color: #fff;
    font-weight: 900;
}

/*========== END EM40 SCROLL TOP CSS ===========*/
/*=====  BREADCRUMB AREA CSS ======*/
.breadcumb-blog-area {
    padding: 60px 0 65px;
    background-color: #f7f7f7;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.breadcumb-inner h2 {
    font-size: 36px;
}

.breadcumb-area {
    background-image: url("assets/images/slider1.jpg");
    padding: 60px 0px;
    background-color: #f7f7f7;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.breadcumb-area:before,
.breadcumb-blog-area:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.breadcumb-area::before,
.breadcumb-blog-area::before {
    background-color: rgba(0, 0, 0, 0.52);
}

.breadcumb-inner ul,
.breadcumb-inner ul span a,
.breadcumb-inner li,
.breadcumb-inner li a {
    color: #ffffff;
    font-display: swap;
}

.breadcumb-inner ul {
    font-weight: 600;
}

.breadcumb-inner li {
    display: inline-block;
    margin: 0 2px;
    color: #fff;
    font-weight: 600;
}

.breadcumb-inner li:nth-last-child(-n+1) {
    color: #ff5a3c;
    color: #fff;
    font-weight: 600;
}

.breadcumb-inner li a {
    font-weight: 600;
    color: #fff;
}

.breadcumb-inner li a:hover {
    color: #ff5a3c;
}

.brpt h2 {
    color: #fff;
    font-size: 30px;
}

.lcase {
    text-transform: lowercase;
}

.ucase {
    text-transform: uppercase;
}

.ccase {
    text-transform: capitalize;
}

/* ===== Single Service Area CSS ===== */
.single_service_area {
    padding: 100px 0px 75px;
    background: #FFFFFF;
}

.single_service_area .witr_text_widget p {
    line-height: 1.7em;
}

.single_service_area .witr_text_widget_inner h2 {
    font-size: 40px;
    padding: 40px 0px 0px 0px;
    margin: 0;
}

.single_service_area img {
    width: 100%;
}

.single_service_area .witr_text_widget p {
    margin: 10px 0 14px;
}


.tx_golobal_color {
    background: #ff5a3c;
}

.tx_btn_global_color:hover {
    background: #0b2c3d;
}





.m-game {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 20px;
    color: #333;
}

.m-game .pics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.m-game2 .pics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.m-game img {
    width: 100%;
}

.m-game .info {
    font-size: 18px;
    line-height: 1.5;
    padding-top: 20px;
}

.m-game .info p {
    margin-top: 20px;
}

.m-privacy {
    max-width: 1200px;
    margin: 100px auto;
    font-size: 18px;
    line-height: 1.5;
    padding: 0 20px;
}

.m-privacy p {
    margin-bottom: 30px;
}