/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: This is a child theme of OceanWP.
Author: Shafiqul
Author URI: https://www.suvronur.com/
Template: oceanwp
Version: 1.0
*/




/*============== Global Css Start ===============*/

*,
a:focus {
    outline: none !important;
}
body {
    overflow-x: hidden;
}
.container {
    max-width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.elementor-heading-title {
    line-height: 1.25 !important;
}
.elementor-button,
.button,
.submit,
.contact-us-form .contact-btn input {
    background: #29abc0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: .5px !important;
    text-transform: capitalize !important;
    padding: 18px 32px !important;
    border-radius: 5px !important;
}
.elementor-button:hover,
.button:hover,
.submit:hover,
.contact-us-form .contact-btn input:hover {
    background: #1b3e93 !important;
}
.btn-no-bg .elementor-button {
    background: transparent !important;
    color: #29abc0 !important;
    padding: 0 !important;
}
.btn-no-bg .elementor-button:hover {
    color: #1b3e93 !important;
}
.reverse-btn .elementor-button {
    background: #1b3e93 !important;
}
.reverse-btn .elementor-button:hover {
    background: #29abc0 !important;
}
.ha-image-compare {
    box-shadow: 0 0 30px rgb(27 62 147 / 15%) !important;
    border-radius: 20px !important;
    background: #ECF2F6 !important;
    overflow: hidden !important;
}



#get-in-touch .contact-btn {
    display: block;
    width: 100%;
    text-align: center;
}

#get-in-touch .contact-btn .wpcf7-spinner {
    display: block;
    margin: 0 auto;
}
.grecaptcha-badge {
    bottom: 70px !important;
}

.mcp-call-to-action-row {
    padding: 50px 30px 60px;
    text-align: center;
    border-radius: 10px;
    margin: 40px 0;
    background-image: url(/wp-content/uploads/2024/04/cta-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mcp-call-to-action-btn-wrapper {
    margin-top: 40px !important;
}
body .wp-element-button {
    background: #29abc0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: .5px !important;
    line-height: 1;
    text-transform: capitalize !important;
    padding: 18px 32px !important;
    border-radius: 5px !important;
}
body .wp-element-button:hover {
    background: #1b3e93 !important;
    color: #fff !important;
}
.mcp-call-to-action-btn-wrapper .wp-element-button {
    font-size: 22px !important;
}

#ez-toc-container {
    display: none;
}
body .is-layout-flex {
    align-items: normal !important;
}
.mcp-call-to-action-wrapper {
    margin: 30px 0 !important;
}
.mcp-call-to-action-wrapper {
    display: flex !important;
    flex-flow: row wrap !important;
    justify-content: flex-start;
    gap: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
}
.mcp-call-to-action-info-col,
.mcp-call-to-action-button-col {
    display: flex !important;
    flex-flow: row wrap !important;
    justify-content: center;
    align-items:center;
    padding:30px 20px !important;
}
.mcp-call-to-action-info-col {
    position: relative;
    flex-basis: 60% !important;
    z-index: 0;
}
.mcp-call-to-action-button-col {
    flex-basis: 40% !important;
}
.mcp-call-to-action-info-col:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.mcp-call-to-action-info-col h4 {
    margin-bottom: 0 !important;
}
body .mcp-call-to-action-button-col .wp-element-button {
    border-radius: 5px !important;
}
body .mcp-call-to-action-button-col .wp-element-button:hover {
    background: #fff !important;
    color: #1b3e93 !important;
}

.mcp-call-to-action-two {
    position:relative;
    border-radius: 6px;
    overflow: hidden;
}
.mcp-call-to-action-two::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: transparent;
    background-image: url(./img/mcp-arrow.png);
    background-position: 63% 60%;
    background-repeat: no-repeat;
    background-size: 104px;
    z-index:0;
}
.mcp-call-to-action-two .mcp-call-to-action-info-col,
.mcp-call-to-action-two .mcp-call-to-action-button-col {
    padding: 40px 20px!important;
}
.mcp-call-to-action-two .mcp-call-to-action-info-col::after {
    display:none;
}
.mcp-call-to-action-two .mcp-call-to-action-info-col h4 {
    position:relative;
    text-align: left;
    z-index:10;
}
body .mcp-call-to-action-two .mcp-call-to-action-button-col .wp-element-button {
    position:relative;
    background: #1b3e93 !important;
    color: #fff !important;
    z-index:10;
}
body .mcp-call-to-action-two .mcp-call-to-action-button-col .wp-element-button:hover {
    background: #fff !important;
    color: #29ABC0 !important;
}


/*============== Global Css End ===============*/



/*============== Header Css Start ===============*/
li.oceanwp-twitter i.fab.fa-x-twitter:before {
    content: "\e61b" !important;
    font-family: "Font Awesome 6 Brands" !important;
}

.is-sticky #site-header-inner {
    padding: 0 20px !important;
}
body:not(.home) header#site-header {
    box-shadow: 0 5px 30px rgb(27 62 147 / 10%);
}
body.home header#site-header {
    margin-top: 10px;
}
body.home .is-sticky header#site-header {
    margin-top: 0;
}
#site-logo #site-logo-inner a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.effect-seven #site-navigation-wrap .dropdown-menu >li.current-menu-item >a.menu-link >span:after {
    color: rgba(41,171,192,0.5);
}
.effect-seven #site-navigation-wrap .dropdown-menu >li.current-menu-item >a.menu-link >span:after {
    text-shadow: 10px 0 rgba(41,171,192,0.5), -10px 0 rgba(41,171,192,0.5);
}
.get-a-quote-menu .menu-link {
    background: #29abc0;
    line-height: 46px !important;
    color: #fff !important;
    padding: 0 22px !important;
    border-radius: 5px;
    margin-top: 26px;
    margin-left: 15px;
    position: relative;
    overflow: hidden;
    animation: get-a-quote-btn-color 2.5s linear infinite;
}
.get-a-quote-menu .menu-link::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 100%;
    background: transparent;
    transform: skewX(-30deg);
    right: -30px;
    top: 0;
    transition: all .3s ease-in-out .0s;
    border-left: 1px solid rgb(255 255 255 / 50%);
    border-right: 1px solid rgb(255 255 255 / 50%);
    -webkit-animation: get-a-quote-btn-flash 2s linear infinite;
    animation: get-a-quote-btn-flash 2s linear infinite;
}
.get-a-quote-menu .menu-link::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 100%;
    background: transparent;
    transform: skewX(30deg);
    left: -30px;
    top: 0;
    transition: all .3s ease-in-out .0s;
    border-left: 1px solid rgb(255 255 255 / 50%);
    border-right: 1px solid rgb(255 255 255 / 50%);
    -webkit-animation: get-a-quote-btn-flash-reverse 2s linear infinite;
    animation: get-a-quote-btn-flash-reverse 2s linear infinite;
}
.get-a-quote-menu .menu-link .text-wrap::after {
    display: none;
}
.get-a-quote-menu .menu-link:hover {
    background: #1b3e93;
}
@-webkit-keyframes get-a-quote-btn-color {
    0%{ background: #29abc0; }
    50%{ background: #1b3e93; }
    100% { background: #29abc0; }
}
@keyframes get-a-quote-btn-color {
    0%{ background: #29abc0; }
    50%{ background: #1b3e93; }
    100% { background: #29abc0; }
}
@-webkit-keyframes get-a-quote-btn-flash {
    0%{ right: -30px; }
    50%{ right: 50%; }
    100% { right: 110%; }
}
@keyframes get-a-quote-btn-flash {
    0%{ right: -30px; }
    50%{ right: 50%; }
    100% { right: 110%; }
}
@-webkit-keyframes get-a-quote-btn-flash-reverse {
    0%{ left: -30px; }
    50%{ left: 50%; }
    100% { left: 110%; }
}
@keyframes get-a-quote-btn-flash-reverse {
    0%{ left: -30px; }
    50%{ left: 50%; }
    100% { left: 110%; }
}

.free-trial-menu .menu-link {
    border: 2px solid #29abc0;
    line-height: 42px !important;
    color: #29abc0 !important;
    padding: 0 22px !important;
    border-radius: 5px;
    margin-top: 26px;
    margin-left: 15px;
}
.free-trial-menu .menu-link .text-wrap::after {
    display: none;
}
.free-trial-menu .menu-link:hover {
    color: #1b3e93 !important;
    border-color: #1b3e93 !important;
}
.is-sticky .get-a-quote-menu .menu-link, 
.is-sticky .free-trial-menu .menu-link {
    margin-top: 16.5px;
}
.oceanwp-mobile-menu-icon .mobile-menu {
    background: rgb(27,62,147);
    background: linear-gradient(175deg, rgba(27,62,147,1) 0%, rgba(41,171,192,1) 100%);
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-top: 31px;
}
#site-navigation-wrap .dropdown-menu >li.get-a-quote-menu {
    margin-right: 15px;
}

.mcp-top-bar-left {
    margin: 0;
    list-style: none;
}
.mcp-top-bar-left li {
    display: inline-block;
    margin-right: 30px;
}
.mcp-top-bar-left li i {
    margin-right: 7px;
    color: #29abc0;
}
.mcp-top-bar-left li:last-child {
    margin-right: 0;
}

.page-header {
    background-image: url(img/page-title-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.dropdown-menu ul >.current-menu-item >a.menu-link {
    color: #fff !important;
}

/*============== Header Css End ===============*/



/*============== Home Css Start ===============*/

.slider-img-opacity-30 img {
    opacity: .3;
}
.hp_counter_box .elementor-widget-image {
    width: 60px !important;
    margin-bottom: 0 !important;
}
.hp_counter_box .elementor-widget-counter {
    width: calc(100% - 60px) !important;
    padding-left: 18px;
}
.hp_counter_box .elementor-widget-counter .elementor-counter-number-wrapper {
    justify-content: flex-start;
    margin-bottom: 10px;
}
.hp_counter_box .elementor-widget-counter .elementor-counter-number-prefix {
    flex: inherit;
}
.hp_counter_box .elementor-widget-counter .elementor-counter-title {
    text-align: left;
}
.hp_counter_box > .elementor-widget-wrap {
    align-items: flex-start !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    justify-content: center !important;
}
.check-big-text {
    margin: 0;
    list-style: none;
}
.check-big-text li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    background: rgb(41 171 192);
    color: #fff;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 900;
    line-height: 28px;
    position: absolute;
    left: 0;
    top: 1px;
}
.check-big-text li {
    font-size: 18px;
    font-weight: 500;
    padding-left: 40px;
    position: relative;
}
.check-big-text li + li {
    margin-top: 6px;
}
.hp_service_icon_box > .elementor-widget-wrap {
    border-radius: 50px !important;
    position: relative;
    box-shadow: 0 0 20px rgb(27 62 147 / 10%);
    z-index: 1;
    padding: 45px 25px 40px !important;
    overflow: hidden;
}
.hp_service_icon_box::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: #29abc0;
    left: 10px;
    top: 10px;
    border-radius: 53px 0;
    transition: all .3s ease-in-out .0s;
}
.hp_service_icon_box {
    position: relative;
    transition: all .3s ease-in-out .0s;
}
.hp_service_icon_box::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: #29abc0;
    right: 10px;
    bottom: 10px;
    border-radius: 53px 0;
    transition: all .3s ease-in-out .0s;
}
.hp_service_icon_box:hover::before, .hp_service_icon_box:hover::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 53px;
}
body:not(.elementor-editor-active) .hp_service_icon_box > .elementor-widget-wrap .elementor-widget-heading, 
body:not(.elementor-editor-active) .hp_service_icon_box > .elementor-widget-wrap .elementor-widget-heading * {
    position: inherit !important;
}
body:not(.elementor-editor-active) .hp_service_icon_box > .elementor-widget-wrap .elementor-widget-heading a::after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    background: #29abc0;
    left: -100px;
    top: -180px;
    z-index: 10;
    opacity: 0;
}
.hp_service_icon_box > .elementor-widget-wrap .elementor-widget-heading .elementor-heading-title {
    font-size: 18px !important;
}
.hp_service_section {
    background-image: url(img/shape-service-1.png), url(img/shape-service-2.png), url(img/shape-service-3.png);
    background-repeat: no-repeat;
    background-position: left 70px, top right, left calc(100% - 60px);
    background-size: auto, 500px, 150px;
}

.hp_get_started_box_1 .elementor-widget-image img {
    width: 265px;
    border-radius: 100% 0 0 0;
}
.hp_get_started_box_1 .elementor-widget-image {
    width: 265px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.hp_get_started_box_1 > .elementor-widget-wrap {
    position: relative;
    padding: 45px 290px 20px 50px !important;
    border-radius: 8px 8px 0 8px !important;
    min-height: 295px;
    overflow: hidden;
}
.hp_get_started_box_1 > .elementor-widget-wrap::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgb(41 171 192 / 40%);
    right: 0;
    bottom: 0;
    border-radius: 500px 0 0;
    transition: all 300ms linear;
    transform-origin: right bottom;
}
.hp_get_started_box_1 > .elementor-widget-wrap:hover::before {
    width: 100%;
    height: 100%;
    transform: scale(1.5);
}

.hp_get_started_box_2 .elementor-widget-image img {
    width: 265px;
    border-radius: 0 100% 0 0;
}
.hp_get_started_box_2 .elementor-widget-image {
    width: 265px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.hp_get_started_box_2 > .elementor-widget-wrap {
    position: relative;
    padding: 45px 50px 20px 290px !important;
    border-radius: 8px 8px 8px 0 !important;
    min-height: 295px;
    overflow: hidden;
}
.hp_get_started_box_2 > .elementor-widget-wrap::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgb(41 171 192 / 40%);
    left: 0;
    bottom: 0;
    border-radius: 0 500px 0 0;
    transition: all 300ms linear;
    transform-origin: left bottom;
}
.hp_get_started_box_2 > .elementor-widget-wrap:hover::before {
    width: 100%;
    height: 100%;
    transform: scale(1.5);
}

.hp_get_started_box_3 .elementor-widget-image img {
    width: 265px;
    border-radius: 0 0 0 100%;
}
.hp_get_started_box_3 .elementor-widget-image {
    width: 265px;
    position: absolute;
    top: 0;
    right: 0;
}
.hp_get_started_box_3 > .elementor-widget-wrap {
    position: relative;
    padding: 45px 290px 20px 50px !important;
    border-radius: 8px 0 8px 8px !important;
    min-height: 295px;
    overflow: hidden;
}
.hp_get_started_box_3 > .elementor-widget-wrap::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgb(41 171 192 / 40%);
    right: 0;
    top: 0;
    border-radius: 0 0 0 500px;
    transition: all 300ms linear;
    transform-origin: right top;
}
.hp_get_started_box_3 > .elementor-widget-wrap:hover::before {
    width: 100%;
    height: 100%;
    transform: scale(1.5);
}

.hp_get_started_box_4 .elementor-widget-image img {
    width: 265px;
    border-radius: 0 0 100% 0;
}
.hp_get_started_box_4 .elementor-widget-image {
    width: 265px;
    position: absolute;
    top: 0;
    left: 0;
}
.hp_get_started_box_4 > .elementor-widget-wrap {
    position: relative;
    padding: 45px 50px 20px 290px !important;
    border-radius: 0px 8px 8px 8px !important;
    min-height: 295px;
    overflow: hidden;
}
.hp_get_started_box_4 > .elementor-widget-wrap::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgb(41 171 192 / 40%);
    left: 0;
    top: 0;
    border-radius: 0 0 500px 0;
    transition: all 300ms linear;
    transform-origin: left top;
}
.hp_get_started_box_4 > .elementor-widget-wrap:hover::before {
    width: 100%;
    height: 100%;
    transform: scale(1.5);
}
.hp_get_started_box .number_box {
    position: absolute;
    width: 80px !important;
    height: 80px !important;
    margin: 0 !important;
    background: #29abc0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.hp_get_started_box_1 .number_box {
    right: 150px;
    bottom: 150px;
}
.hp_get_started_box_2 .number_box {
    left: 150px;
    bottom: 150px;
}
.hp_get_started_box_3 .number_box {
    right: 150px;
    top: 150px;
}
.hp_get_started_box_4 .number_box {
    left: 150px;
    top: 150px;
}
.sp-testimonial-free {
    background: #fff !important;
    position: relative;
    padding-right: 190px;
    display: flex;
    flex-flow: row wrap;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 30px;
    border: 1px solid #e9f6f9 !important;
}
.sp-testimonial-client-image {
    position: absolute;
    right: 25px;
    top: 40px;
    margin-bottom: 0 !important;
    width: 120px !important;
    border: 2px solid #1b3e93;
    border-radius: 50%;
    padding: 8px;
    z-index: 10;
}
.sp-testimonial-free::before {
    content: "";
    background: rgb(27,62,147);
    background: linear-gradient(175deg, rgba(27,62,147,1) 0%, rgba(41,171,192,1) 100%);
    position: absolute;
    width: 100%;
    height: 90px;
    left: 0;
    top: 0;
}
.sp-testimonial-free > * {
    width: 100%;
}
.sp-testimonial-client-name {
    order: -1;
    z-index: 1;
    text-align: left !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 18px !important;
}
.sp-testimonial-client-testimonial {
    z-index: 1;
    text-align: left !important;
    background: #fff;
    margin-left: -40px !important;
    padding-left: 40px !important;
    padding-top: 30px !important;
    width: calc(100% + 40px);
    padding-right: 30px;
    position: relative;
    margin-bottom: 10px !important;
}
.sp-testimonial-client-testimonial .sp-testimonial-content * {
    text-align: left !important;
}
.sp-testimonial-client-testimonial::after {
    content: "";
    position: absolute;
    border-bottom: 50px solid white;
    border-right: 50px solid transparent;
    right: -50px;
    top: 0;
    z-index: -1;
}
.sp-testimonial-client-rating {
    position: absolute;
    width: 120px;
    top: 180px;
    right: 24px;
    z-index: 10;
}
.sp-testimonial-client-rating i {
    font-size: 14px !important;
    margin: 0 4px;
}
.sp-testimonial-client-designation {
    text-align: left !important;
    font-weight: 500 !important;
    font-style: italic !important;
    font-size: 14px !important;
}
.sp-testimonial-content p:last-child {
    margin-bottom: 0 !important;
}
.swiper-pagination.testimonial-pagination {
    bottom: 0px !important;
}
.sp-testimonial-free-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ep_pricing_table_wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.ep_pricing_table_item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.ep_pricing_table_item_inner {
    background: #fff;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(26.999999999999996, 61.999999999999915, 147, 0.10196078431372549);
    overflow: hidden;
}
.ep_pricing_table_item_heading {
    background: rgb(27,62,147);
    background: linear-gradient(175deg, rgba(27,62,147,1) 0%, rgba(41,171,192,1) 100%);
    padding: 45px 30px 90px;
    border-radius: 20px 20px 0 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.ep_pricing_table_item_heading svg {
    width: calc(100% + 1px);
    height: auto;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.ep_pricing_table_item_content {
    padding: 0 30px 20px;
}
.ep_pricing_table_item_footer {
    padding: 10px 30px 40px;
    text-align: center;
}
.ep_pricing_table_item_title {
    font-weight: 600;
    font-size: 20px;
    position: relative;
    z-index: 1;
    padding-bottom: 18px;
    line-height: 1.2;
}
.ep_pricing_table_item_price_group {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    display: flex;
    position: relative;
    z-index: 1;
}
.ep_pricing_table_item_currency {
    font-size: 26px;
    font-weight: 600;
    padding-top: 3px;
}
.ep_pricing_table_item_duration {
    font-size: 16px;
    font-weight: 600;
    padding-top: 18px;
}
.ep_pricing_table_item_duration {
    font-size: 16px;
    font-weight: 600;
    padding-top: 18px;
}
.ep_pricing_table_item_btn .btn {
    background: #29abc0;
    color: #fff;
    display: block;
    padding: 16px 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    border-radius: 5px;
    letter-spacing: .3px;
}
.ep_pricing_table_item_btn .btn:hover {
    background: #1b3e93;
    color: #fff;
}
.ep_pricing_table_item_content p:last-child,
.ep_pricing_table_item_content ul:last-child {
    margin-bottom: 0 !important;
}
.ep_pricing_table_wrapper .slick-track {
    display: flex !important;
}
.hp_pricing_table .ep_pricing_table_item {
    margin-bottom: 15px;
    height:auto !important;
}
.elementor-editor-active .hp_pricing_table .ep_pricing_table_item {
    width: 50%;
}
.elementor-editor-active .hp_pricing_table .ep_pricing_table_item:nth-child(2) ~ .ep_pricing_table_item {
    display: none;
}
.ep_pricing_table_wrapper .slick-dots button {
    padding: 0;
    width: 20px;
    height: 5px;
    background: #29abc0;
    border-radius: 5px;
    opacity: .4;
}
.ep_pricing_table_wrapper .slick-dots button::before {
    display: none;
}
.ep_pricing_table_wrapper .slick-dots {
    bottom: -50px;
}
.ep_pricing_table_wrapper .slick-dots button:hover, 
.ep_pricing_table_wrapper .slick-dots .slick-active button {
    opacity: 1;
}
.check-list {
    list-style: none;
    margin: 0;
}
.check-list li {
    position: relative;
    padding-left: 26px;
}
.check-list li::before {
    content: "✔";
    font-family: 'FontAwesome';
    color: #29abc0;
    position: absolute;
    left: 0;
    top: 4px;
    border: 2px solid #29abc0;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
}
.check-list li + li {
    margin-top: 8px;
}


.pricing-box .small-text {
    font-size: 16px;
}
.elementor-accordion .elementor-accordion-item {
    border: none !important;
    box-shadow: 0px 0px 20px 0px rgba(26.999999999999996, 61.999999999999915, 147, 0.10196078431372549) !important;
    border-radius: 10px !important;
    background: #fff;
}
.elementor-accordion-item + .elementor-accordion-item {
    margin-top: 20px !important;
}
.elementor-accordion .elementor-tab-content {
    border: none !important;
    padding: 0 25px 25px 25px !important;
}
.elementor-accordion .elementor-tab-title {
    padding: 25px !important;
    position: relative !important;
}
.elementor-accordion {
    counter-reset: my-sec-counter !important;
}
.elementor-accordion .elementor-tab-title::before {
    counter-increment: my-sec-counter !important;
    content: "" counter(my-sec-counter) "." !important;
    color: #29abc0 !important;
    margin-right: 5px !important;
    font-size: 17px !important;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-title {
    font-size: 17px !important;
    line-height: 1.3;
}
.elementor-accordion .elementor-tab-content p:last-child {
    margin-bottom: 0 !important;
}

/*============== Home Css End ===============*/








/*============== Blog Css Start ===============*/
.ep_post_grid_item_meta ul li a img {
    margin-right: 6px;
    margin-top: -3px;
}
li.meta-author img {
    margin-right: 6px;
    margin-top: -3px;
}

.ep_post_grid_wrap,
#blog-entries {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.ep_post_grid_item,
#blog-entries .blog-entry.col {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}
#blog-entries .blog-entry.col {
    margin-bottom: 30px;
}
.ep_post_grid_item_inner,
#blog-entries .blog-entry .blog-entry-inner{
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: none;
    box-shadow: 0px 0px 30px 0px rgba(26.999999999999996, 61.999999999999915, 147, 0.10196078431372549);
    height: 100% !important;
}
.ep_post_grid_item_thumb a,
#blog-entries .blog-entry .thumbnail a {
    display: block;
    position: relative;
}
#blog-entries .blog-entry .thumbnail{
    margin: 0 !important;
}
.ep_post_grid_item_thumb a::before,
#blog-entries .blog-entry .thumbnail a::before {
    content: "";
    padding-top: 60%;
    display: block;
}
.ep_post_grid_item_thumb img,
#blog-entries .blog-entry .thumbnail a img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    object-fit: cover;
}
.ep_post_grid_item_meta ul,
ul.meta {
    margin: 0 !important;
    list-style: none !important;
}
.ep_post_grid_item_meta ul li,
ul.meta li {
    display: inline-block !important;
    margin-right: 20px !important;
    font-size: 14px;
    text-transform: capitalize !important;
}
ul.meta li::after{
    display: none !important;
}
ul.meta li i {
    font-size: 14px !important;
}
ul.meta li.meta-author i.icon-user,
ul.meta li.meta-date i.icon-clock,
time.published i{
    font-family: "Font Awesome 5 Free";
}
ul.meta li.meta-author i.icon-user::before {
    content: "\f007" !important;
}
ul.meta li.meta-date i.icon-clock::before,
time.published i::before{
    content: "\f017" !important;
}
.ep_post_grid_item_meta,
ul.meta {
    padding-top: 22px !important;
    padding-bottom: 8px !important;
}
.ep_post_grid_item_meta ul li:last-child,
ul.meta li:last-child {
    margin-right: 0 !important;
}
#blog-entries .blog-entry .blog-entry-header{
    margin: 0;
}
.ep_post_grid_item_title,
#blog-entries .blog-entry .blog-entry-header a {
    font-size: 22px;
    margin-bottom: 10px;
}
.ep_post_grid_item_title a,
#blog-entries .blog-entry .blog-entry-header a {
    color: #1b3e93 ;
}
.ep_post_grid_item_title a:hover,
#blog-entries .blog-entry .blog-entry-header a:hover {
    color: #29abc0 ;
}
.ep_post_grid_item_readmore,
#blog-entries .blog-entry .blog-entry-readmore {
    margin-top: 15px;
}
.ep_post_grid_item_readmore a,
#blog-entries .blog-entry .blog-entry-readmore a {
    font-size: 16px;
    color: #29abc0;
    border: none;
}
.ep_post_grid_item_readmore a:hover,
#blog-entries .blog-entry .blog-entry-readmore a:hover {
    color: #1b3e93;
}
.ep_post_grid_item_readmore a i,
#blog-entries .blog-entry .blog-entry-readmore a i {
    font-size: 13px;
}
#blog-entries .blog-entry .blog-entry-readmore a i:before {
    content: "\f061";
}
ul.page-numbers li > * {
    border-radius: 4px !important;
}
span.page-numbers.current {
    background: #1b3e93 !important;
    border-color: #1b3e93 !important;
}


body.single-post .content-area {
    border: none !important;
}
body.single-post .thumbnail {
    margin: 0;
}
body.single-post .thumbnail img {
    border-radius: 15px;
}
.single .entry-title {
    border: none;
    padding: 0 !important;
}
.single-post ul.meta {
    border: none !important;
}


#related-posts {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    border: none !important;
}
.related-posts-title {
    font-size: 24px;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    margin-bottom: 25px;
}
.related-posts-title span::before {
    display: none;
}
#related-posts .related-post {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 15px;
    box-shadow: 0px 0px 30px 0px rgba(26.999999999999996, 61.999999999999915, 147, 0.10196078431372549);
    border-radius: 10px;
}
#related-posts .related-post > * {
    width: 100%;
    text-align: left;
}
#related-posts .related-post .related-post-title {
    font-size: 18px;
    text-align: left;
    margin: 0;
    order: 4;
}
time.published {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 5px;
}

#comments {
    background: #f6f6fe;
    padding: 30px;
    margin-top: 40px !important;
    border: none;
    border-radius: 10px;
}


.sidebar-box {
    background: #eeedfd80;
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 30px !important;
}
.sidebar-box:last-child {
    margin-bottom: 0 !important;
}
.sidebar-box.widget_search {
    padding: 0;
    background: transparent;
}
.sidebar-box.widget_categories li {
    border: none !important;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
}
.sidebar-box.widget_categories li a {
    position: relative;
    padding-left: 15px;
}
.sidebar-box.widget_categories li a::before {
    content: "\f105";
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 15px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #1b3e93;
}
.recent-posts-details-inner {
    line-height: 1.3;
}
.oceanwp-recent-posts .recent-posts-title {
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}
.oceanwp-recent-posts .recent-posts-info {
    font-size: 13px !important;
    font-weight: 500;
    color: #1b3e93 !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
}
.single-post .entry-content h2 {
    font-size: 28px;
}
.single-post .entry-content h3 {
    font-size: 25px;
}
.single-post .entry-content h4 {
    font-size: 22px;
}


.ep-archive-author-box-wrapper {
    margin-bottom: 50px;
}

body .saboxplugin-wrap {
    background: #fff;
    border: none;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
}
body .saboxplugin-wrap .saboxplugin-socials {
    display: flex !important;
    background: #29abc0 !important;
    padding: 4px 15px !important;
}
body .saboxplugin-wrap .saboxplugin-socials a {
    color: #29abc0 !important;
    margin: 5px !important;
    width: 35px;
    height: 35px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}
body .saboxplugin-wrap .saboxplugin-socials a:hover {
    background: #1b3e93;
    color: #fff !important;
}
body .saboxplugin-wrap .saboxplugin-gravatar img {
    border-radius: 4px;
}
body .saboxplugin-wrap .saboxplugin-authorname {
    font-size: 22px !important;
    font-weight: 600;
    margin-bottom: 10px;
}
body .saboxplugin-wrap .saboxplugin-authorname a{
    color:#29abc0 !important;
}
body .saboxplugin-wrap .saboxplugin-desc p, 
body .saboxplugin-wrap .saboxplugin-desc {
    font-size: 16px !important;
    line-height: 1.5 !important;
}
body .saboxplugin-wrap .saboxplugin-gravatar {
    position: absolute;
    left: 0;
}
body .saboxplugin-wrap .saboxplugin-authorname,
body .saboxplugin-wrap .saboxplugin-desc {
    padding-left: 120px;
}
body.author .page-subheading {
    display: none;
}

/*============== Blog Css End ===============*/



/*============== Service Css Start ===============*/

.service-portfolio  .gallery-item a {
    display: block !important;
    position: relative;
}
.service-portfolio .gallery-item a::before {
    content: "";
    padding-top: 80%;
    display: block;
}
.service-portfolio .gallery-item a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.ep_before_after_gallery_wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ep_before_after_gallery_wrapper > a {
    width: calc(25% - 10px);
    position: relative;
    margin-bottom: 20px;
}
.ep_before_after_gallery_wrapper > a::before {
    content: "";
    padding-top: 75%;
    display: block;
}
.ep_before_after_gallery_wrapper > a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}
.lg-backdrop {
    z-index: 100000 !important;
}
.lg-outer {
    z-index: 100000 !important;
}
.lg-img-wrap {
    padding: 50px 20px !important;
}
.lg-toolbar .lg-icon {
    color: #fff !important;
}
.lg-actions .lg-next, 
.lg-actions .lg-prev {
    color: #fff !important;
}
div#lg-counter {
    color: #fff !important;
}
.lg-outer .lg-toogle-thumb {
    color: #fff !important;
}
.ep_before_after_gallery_wrapper > a::after {
    content: "\f00e";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(41 171 192 / 80%);
    left: 0;
    top: 0;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    opacity: 0;
    transform: scale(.5);
    transition: all .3s ease-in-out .0s;
}
.ep_before_after_gallery_wrapper > a:hover::after {
    opacity: 1;
    transform: scale(1);
}

.single-service-feature-feedback-content {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 10px 22px 60px rgba(43,27,154,.06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    background-clip: padding-box;
    border: solid 4px transparent;
}
.single-service-feature-feedback-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -4px;
    border-radius: inherit;
    background: -o-linear-gradient(left,rgb(27 62 147 / 70%) 0,rgb(27 62 147 / 70%) 80px,rgb(41 171 192 / 50%) 255px,rgb(41 171 192 / 50%) 100%);
    background: linear-gradient(to right,rgb(27 62 147 / 70%) 0,rgb(27 62 147 / 70%) 80px,rgb(41 171 192 / 50%) 255px,rgb(41 171 192 / 50%) 100%);
}
.single-service-feature-feedback-content::after {
    content: "";
    display: block;
    background-image: url(img/quote-tip-bordered.svg);
    width: 125px;
    height: 50px;
    bottom: -50px;
    margin-left: 0;
    left: 17.5px;
    position: absolute;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.single-service-feature-feedback-content > .elementor-widget-container::after {
    content: "";
    width: 100px;
    left: 80px;
    background-color: #fff;
    z-index: 2;
    position: absolute;
    height: 4px;
    bottom: -4px;
}
.single-service-feature-feedback-content > .elementor-widget-container p:last-child {
    margin-bottom: 0;
}
.single-service-feature-feedback-content > .elementor-widget-container {
    padding: 60px;
}
.single-service-feature-feedback-name > .elementor-widget-container {
    position: relative;
}
.single-service-feature-feedback-name > .elementor-widget-container::before {
    content: "";
    background: url(img/quote-mark.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    left: 25px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}

/*============== Service Css End ===============*/



/*============== Portfolio Css Start ===============*/

.ep-portfolio-filter-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.ep-portfolio-filter-wrapper .ep-portfolio-filter-item {
    width: 25%;
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
}
.ep-portfolio-filter-wrapper a {
    position: relative;
    display: block;
}
.ep-portfolio-filter-wrapper a::before {
    content: "";
    padding-top: 75%;
    display: block;
}
.ep-portfolio-filter-wrapper a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}
.ep-portfolio-filter-wrapper a::after {
    content: "\f00e";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(41 171 192 / 80%);
    left: 0;
    top: 0;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    opacity: 0;
    transform: scale(.5);
    transition: all .3s ease-in-out .0s;
}
.ep-portfolio-filter-wrapper a:hover::after {
    opacity: 1;
    transform: scale(1);
}
.ep-portfolio-cat-filter-wrapper {
    list-style: none;
    margin: 0 0 40px;
    text-align: center;
}
.ep-portfolio-cat-filter-wrapper li {
    display: inline-block;
    background: rgb(215 234 240 / 35%);
    margin: 8px;
    padding: 8px 20px;
    border-radius: 5px;
    min-width: 100px;
    cursor: pointer;
    transition: all .3s ease-in-out .0s;
    font-size: 15px;
    font-weight: 500;
}
.ep-portfolio-cat-filter-wrapper li:hover, 
.ep-portfolio-cat-filter-wrapper li.active {
    background: #29abc0;
    color: #fff;
}

/*============== Portfolio Css End ===============*/



/*============== Pricing Calculator Css Start ===============*/

.ep_pricing_calculator_preview_item:not(.active) {
    display: none;
}
.ep_pricing_calculator_wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    background: #edf2f6;
    padding: 40px;
    border-radius: 20px;
}
.ep_pricing_calculator_form_wrap {
    width: 360px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(26.999999999999996, 61.999999999999915, 147, 0.10196078431372549);
}
.ep_pricing_calculator_preview_content {
    width: calc(100% - 360px);
    padding-right: 40px;
}
.ep_pricing_calculator_service_packages {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ep_pc_service_package_item {
    width: calc(25% - 10px);
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(26.999999999999996, 61.999999999999915, 147, 0.10196078431372549);
    border-radius: 8px;
    padding: 10px;
    border: 3px solid #fff;
    cursor: pointer;
    transition: all .3s ease-in-out .0s;
    margin-bottom: 10px;
}
.ep_pc_service_package_item.active, .ep_pc_service_package_item:hover {
    border-color: #29abc0;
}
.ep_pc_service_package_item_label {
    display: inline-block;
    background: #d8e9f1;
    color: #1b3e93;
    font-size: 12px;
    border-radius: 10px;
    padding: 0 10px;
    font-weight: 600;
    margin-bottom: 12px;
}
.ep_pc_service_package_item_img img {
    max-height: 80px;
    width: auto;
}
.ep_pc_service_package_item_price {
    margin-top: 8px;
    font-weight: 600;
    color: #29abc0;
    font-size: 17px;
}
.ep_pc_service_package_item_price span {
    font-weight: 400;
    font-size: 13px;
    color: #333;
}
.ep_pc_preview_item_description {
    margin-bottom: 35px;
}
.ep_pricing_calculator_label {
    font-weight: 600;
    color: #1b3e93;
    font-size: 17px;
    margin-bottom: 2px;
}
.ep_pricing_calculator_form_wrap > div + div {
    margin-top: 20px;
}
.ep_pricing_calculator_service_name select {
    -webkit-background-size: 11px auto;
    -moz-background-size: 11px auto;
    -o-background-size: 11px auto;
    -ms-background-size: 11px auto;
    background-size: 11px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.847px' height='451.847px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847;' fill='rgb(51, 51, 51)' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -webkit-calc(100% - 13px) center;
    background-position: expression(100% - 13px) center;
    background-position: -moz-calc(100% - 13px) center;
    background-position: -o-calc(100% - 13px) center;
    background-position: calc(100% - 13px) center;
    height: 48px;
    padding-left: 15px;
    padding-right: 30px;
    background-color: #edf2f6;
    border-color: #edf2f6;
    transition: all .3s ease-in-out .0s;
    border-radius: 5px;
}
.ep_pricing_calculator_service_name select:hover,
.ep_pricing_calculator_service_name select:focus {
    border-color: #29abc0;
}
.ep_pricing_calculator_t_time_item label {
    position: relative;
    padding-left: 25px;
    font-size: 15px;
}
.ep_pricing_calculator_t_time_item input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.ep_pricing_calculator_t_time_item .ep_t_time_radio_indicator {
    position: absolute;
    left: 0;
    top: 2.5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #29abc0;
}
.ep_pricing_calculator_t_time_item .ep_t_time_radio_indicator::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 8px;
    height: 8px;
    background: #29abc0;
    border-radius: 50%;
    opacity: 0;
}
.ep_pricing_calculator_t_time_item input:checked + .ep_t_time_radio_indicator::before {
    opacity: 1;
}

.ep_pricing_calculator_level_complexity_range input[type="range"] {
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    background: transparent;
}
.ep_pricing_calculator_level_complexity_range input[type=range]:focus {
    outline: none;
}
.ep_pricing_calculator_level_complexity_range input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: rgb(41 171 192 / 30%);
    border-radius: 25px;
    border: 0px solid #000101;
}
.ep_pricing_calculator_level_complexity_range input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 22px;
    width: 22px;
    border-radius: 50px;
    background: #29abc0;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}
.ep_pricing_calculator_level_complexity_range input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgb(41 171 192 / 30%);
}
.ep_pricing_calculator_level_complexity_range input[type=range]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: rgb(41 171 192 / 30%);
    border-radius: 25px;
    border: 0px solid #000101;
}
.ep_pricing_calculator_level_complexity_range input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 22px;
    width: 22px;
    border-radius: 50px;
    background: #29abc0;
    cursor: pointer;
}
.ep_pricing_calculator_level_complexity_range input[type=range]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 14px 0;
    color: transparent;
}
.ep_pricing_calculator_level_complexity_range input[type=range]::-ms-fill-lower {
    background: rgb(41 171 192 / 30%);
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.ep_pricing_calculator_level_complexity_range input[type=range]::-ms-fill-upper {
    background: rgb(41 171 192 / 30%);
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.ep_pricing_calculator_level_complexity_range input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 22px;
    width: 22px;
    border-radius: 50px;
    background: #29abc0;
    cursor: pointer;
}
.ep_pricing_calculator_level_complexity_range input[type=range]:focus::-ms-fill-lower {
    background: rgb(41 171 192 / 30%);
}
.ep_pricing_calculator_level_complexity_range input[type=range]:focus::-ms-fill-upper {
    background: rgb(41 171 192 / 30%);
}
.ep_pricing_calculator_level_complexity_range_value {
    display: inline-block;
    background: #d8e9f1;
    color: #1b3e93;
    font-size: 12px;
    border-radius: 10px;
    padding: 0 10px;
    font-weight: 600;
    margin-bottom: 12px;
    position: absolute;
    white-space: nowrap;
    top: 5px;
    left: 0;
}
.ep_pricing_calculator_level_complexity_range {
    position: relative;
    padding-top: 30px;
}
.ep_pricing_calculator_level_complexity_range_value[data-range-name="medium"] {
    left: calc(25% + 12px);
    transform: translateX(-25%);
}
.ep_pricing_calculator_level_complexity_range_value[data-range-name="complex"] {
    left: calc(75% + -10px);
    transform: translateX(-75%);
}
.ep_pricing_calculator_level_complexity_range_value[data-range-name="super-complex"] {
    left: inherit;
    right: 0;
}
.ep_pricing_calculator_qty {
    position: relative;
}
.ep_pricing_calculator_qty input[type="number"] {
    width: 100%;
    max-width: 100%;
    background-color: #edf2f6;
    transition: all .3s ease-in-out .0s;
    border-radius: 5px;
    height: 48px;
    border: 2px solid #edf2f6;
    padding: 0 45px;
    text-align: center;
}
.ep_pricing_calculator_qty input[type="number"]:focus, 
.ep_pricing_calculator_qty:hover input[type="number"] {
    border-color: #29abc0;
}
.ep_pricing_calculator_qty input::-webkit-outer-spin-button,
.ep_pricing_calculator_qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.ep_pricing_calculator_qty input[type=number] {
    -moz-appearance: textfield;
}
.ep_pricing_calculator_qty .minus {
    position: absolute;
    left: 2px;
    line-height: 48px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    color: #1b3e93;
    font-size: 20px;
    transition: all .3s ease-in-out .0s;
    border-radius: 6px 0 0 6px;
}
.ep_pricing_calculator_qty .plus {
    position: absolute;
    right: 2px;
    line-height: 48px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    color: #1b3e93;
    font-size: 20px;
    transition: all .3s ease-in-out .0s;
    border-radius: 0 6px 6px 0;
}
.ep_pricing_calculator_qty .minus:hover,
.ep_pricing_calculator_qty .plus:hover {
    color: #fff;
    background: #29abc0;
}
.ep_pricing_calculator_qty .minus::selection,
.ep_pricing_calculator_qty .plus::selection {
    color: #1b3e93 !important;
    background: transparent !important;
}
.ep_pricing_calculator_action {
    display: flex;
    align-items: center;
    margin-top: 40px !important;
}
.ep_pricing_calculator_action_total {
    width: 50%;
    padding-right: 10px;
}
.ep_pricing_calculator_action_btn {
    width: 50%;
    text-align: right;
}
.ep_pricing_calculator_action_btn a {
    display: inline-block;
    background: #29abc0;
    color: #fff;
    padding: 12px 12px;
    line-height: 1;
    font-size: 15px;
    border-radius: 4px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.ep_pricing_calculator_action_btn a:hover {
    background: #1b3e93;
    color: #fff;
}
.ep_pricing_calculator_action_total {
    display: flex;
    font-size: 24px;
    font-weight: 700;
    color: #1b3e93;
    padding-top: 3px;
}

/*============== Pricing Calculator Css End ===============*/



/*----------contact us css start--------------*/
.contact-us-form{
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
    margin:0 -10px;
}
.contact-us-form > div{
    padding:0 10px;
}
.contact-us-form .half{
    width:50%;
}
.contact-us-form .full{
    width:100%;
}
.contact-us-form input,
.contact-us-form textarea {
    font-weight: 500;
}
.contact-us-form input,
.contact-us-form select{
    height: 50px;
    min-height: 50px;
    margin-top: 25px;
    font-weight:500 !important;
}
.contact-us-form select:focus{
    border-color: #1b3e93  !important;
}
.contact-us-form textarea {
    height: 170px;
    min-height: 170px;
    margin-top: 25px;
}
.contact-us-form input,
.contact-us-form select,
.contact-us-form textarea{
    font-size:15px !important;
    background: #fff !important;
}
.contact-us-form input::placeholder,
.contact-us-form textarea::placeholder {
    color: #333;
}
.contact-us-form .contact-btn input {
    width: 175px;
    max-width: 100%;
}
.wpcf7-not-valid-tip {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}
.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 !important;
    padding: 5px !important;
    font-size: 15px;
    font-weight: 500;
}

.mcp-contact-col .elementor-image-box-wrapper {
    display: flex !important;
    align-items: center !important;
}

.mcp-contact-col .elementor-image-box-wrapper figure.elementor-image-box-img img {
    margin: 0;
}

.mcp-contact-col .elementor-image-box-wrapper figure.elementor-image-box-img {
    width: 55px !important;
    margin-top: -6px !important;
}


.mcp-free-trial-contact-form-col .contact-us-form .contact-btn input {
    width: 250px;
    max-width: 100%;
}

.mcp-free-trial-contact-form-col .contact-us-form .contact-btn {
    width: 100% !important;
    text-align: center;
}

.mcp-free-trial-contact-form-col .contact-us-form .contact-btn span.wpcf7-spinner {
    display: block !important;
    margin: 5px auto !important;
}
.codedropz-upload-handler {
    border-color: #ddd !important;
    margin: 25px 0 0;
}

.ep_free_trial_form_heading {
    font-size: 20px;
    margin-bottom: 8px;
}
.ep_free_trial_form_desc {
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 14px;
}
.ep_free_trial_cf7_wrap .wpcf7-checkbox {
    display: flex;
    flex-flow: row wrap;
}
.ep_free_trial_cf7_wrap .wpcf7-list-item {
    width: 33.33%;
    margin: 0 0 3px;
    padding-right: 15px;
}
.ep_free_trial_cf7_wrap .wpcf7-list-item input[type="checkbox"] {
    margin-right: 6px;
}
.ep_free_trial_form_part + .ep_free_trial_form_part {
    margin-top: 10px;
}
.ep_free_trial_cf7_wrap {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
}
/*.ep_free_trial_cf7_wrap .wpcf7-list-item .wpcf7-list-item-label {
display: inline-block;
}*/
.ep_free_trial_cf7_wrap .wpcf7-form-control-wrap[data-name="services-name"] .wpcf7-list-item label {
    position: relative;
    padding-left: 24px;
    display: inline-block;
}
.ep_free_trial_cf7_wrap .wpcf7-form-control-wrap[data-name="services-name"] .wpcf7-list-item label input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 8px;
}
.ep_free_trial_cf7_1_3 {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
}
.ep_free_trial_cf7_1_2 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.ep_free_trial_cf7_1_1 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.ep_free_trial_cf7_wrap label {
    font-weight: 500;
}
.ep_free_trial_cf7_wrap .wpcf7-select, 
.ep_free_trial_cf7_wrap .wpcf7-text {
    height: 50px;
}
.ep_free_trial_cf7_wrap .wpcf7-select:focus, 
.ep_free_trial_cf7_wrap .wpcf7-text:focus {
    border-color: #1b3e93;
}
.ep_free_trial_cf7_wrap > div {
    margin-bottom: 15px;
}
.ep_free_trial_cf7_wrap .wpcf7-textarea {
    height: 140px;
}
.ep_free_trial_cf7_wrap .wpcf7-submit {
    background: #29abc0;
    width: 100%;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 500;
    height: 50px;
    border-radius: 5px;
    margin-top: 10px;
}
.ep_free_trial_cf7_wrap .wpcf7-submit:hover {
    background: #1b3e93;
}
.ep_free_trial_form_wrap .wpcf7-spinner {
    margin: 0 !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
form:not(.submitting) .ep_free_trial_form_wrap .wpcf7-spinner {
    display: none;
}
.wpcf7 form .ep_free_trial_form_wrap + .wpcf7-response-output {
    text-align: center;
    margin: 0 !important;
}
.ep_upload_file_link_intro {
    text-align: center;
    font-size: 14px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
}
.ep_free_trial_cf7_wrap .wpcf7-form-control-wrap[data-name="upload-file-link"] {
    display: block;
}
.ep_free_trial_cf7_wrap .wpcf7-form-control-wrap[data-name="upload-file-link"]::after {
    content: "";
    background: url(img/form-upload-logo.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    position: absolute;
    width: 230px;
    height: 14px;
    right: 2px;
    top: -22px;
}
.ep_free_trial_cf7_wrap .wpcf7-form-control-wrap[data-name="need-resize-image"], 
.ep_free_trial_cf7_wrap .wpcf7-form-control-wrap[data-name="need-margin-guideline"] {
    width: 250px;
    display: block;
}
.ep_free_trial_form_part.upload_file_part .ep_free_trial_cf7_wrap {
    margin-top: -20px;
}


/*----------contact us css end--------------*/



/*----------404 page css start --------------*/

.hp-404-search {
    position: relative;
    width: 100%;
}
.hp-404-page-form {
    display: flex;
}
.hp_search {
    position: absolute;
    right: 0;
}
.hp_search span.wpcf7-spinner {
    display: none;
}
.hp_search input {
    padding: 10px 15px 10px 15px !important;
    font-size: 15px !important;
    min-height: 40px !important;
    line-height: 1.8;
    background: #1b3e93;
    border-radius: 0px 5px 5px 0px;
    height: 50px;
    width: 100%;
}
.page-id-3686 .page-header {
    display: none !important;
}
/*----------404 page css end--------------*/



/*============== Invoice Css Start ===============*/

.single-invoice #top-bar-wrap,
.single-invoice #site-header-sticky-wrapper,
.single-invoice #site-header,
.single-invoice #footer {
    display: none !important;
}
.single-invoice .hp_service_section {
    background-color: #ECF2F6;
    position: relative;
    min-height: 100vh;
}
.single_invoice_inner {
    max-width: 800px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 0 20px rgb(27 62 147 / 10%);
}
.single_invoice_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single_invoice_header_logo img {
    max-width: 80px;
    max-height: 80px;
}
.single_invoice_header_text span {
    font-weight: 600;
    font-size: 24px;
    color: #1b3e93;
}
.single_invoice_company_name {
    font-size: 18px;
    margin-bottom: 3px;
}
.single_invoice_company_info {
    padding-top: 30px;
}
.single_invoice_company_address {
    line-height: 1.4;
}
.single_invoice_customer_invoice {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 20px;
}
.single_invoice_customer_info {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.single_invoice_invoice_info {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.single_invoice_invoice_info ul {
    margin: 0;
    list-style: none;
    text-align: right;
    font-size: 16px;
}
.single_invoice_customer_address {
    line-height: 1.4;
}
.single_invoice_company_info {
    border-bottom: 2px dashed #d8eaf1;
    padding-bottom: 20px;
}
.single_invoice_package_table_header {
    background: #29abc0;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    display: flex;
}
.single_invoice_package_table_header > div {
    width: 120px;
    padding: 12px 15px;
    text-align: center;
}
.single_invoice_package_table_header .single_invoice_package_table_description {
    width: calc(100% - 360px);
    text-align: left;
}
.single_invoice_package_table {
    margin-top: 25px;
}
.single_invoice_package_table_item {
    font-size: 16px;
    line-height: 1.4;
    display: flex;
}
.single_invoice_package_table_item > div {
    width: 120px;
    padding: 8px 15px;
    text-align: center;
}
.single_invoice_package_table_item > .single_invoice_package_table_item_description {
    width: calc(100% - 360px);
    text-align: left;
    font-size: 15px;
}
.single_invoice_package_table_items {
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.single_invoice_package_table_item + .single_invoice_package_table_item {
    border-top: 1px solid #e5e5e5;
}
.single_invoice_package_table_item  > div + div {
    border-left: 1px solid #e5e5e5;
}
.single_invoice_package_table_header > div + div {
    border-left: 1px solid rgb(255 255 255 / 30%);
}
.single_invoice_package_dis_tax_wrap {
    display: flex;
    flex-flow: row wrap;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.single_invoice_package_dis_tax_value {
    width: 360px;
}
.single_invoice_package_dis_tax_offset {
    width: calc(100% - 360px);
}
.single_invoice_package_dis_tax_value > div {
    display: flex;
    border-left: 1px solid #e5e5e5;
    line-height: 1.4;
    font-size: 16px;
}
.single_invoice_package_dis_tax_value > div + div {
    border-top: 1px solid #e5e5e5;
}
.single_invoice_packages_value {
    width: 120px;
    text-align: center;
    padding: 8px 15px;
    border-left: 1px solid #e5e5e5;
}
.single_invoice_packages_label {
    width: 240px;
    padding: 8px 15px;
    font-weight: 600;
    font-size: 15px;
    text-align: right;
}
.single_invoice_packages_balance_due {
    background: #d8eaf1;
}
.single_invoice_packages_balance_due_value {
    width: 160px;
    text-align: right;
    padding: 8px 15px 7px;
    font-size: 18px;
    font-weight: 700;
    color: #1b3e93;
}
.single_invoice_packages_balance_due_label {
    width: 200px;
    padding: 8px 15px 7px;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    color: #1b3e93;
}
.single_invoice_note_text {
    padding-top: 25px;
}
.single_invoice_button_action_inner {
    text-align: right;
    max-width: 300px;
    margin-left: auto;
}
.single_invoice_button_action_inner a {
    background: #29abc0;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 15px 35px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
    border-radius: 5px;
}
.single_invoice_greeting_text {
    margin-bottom: 10px;
}
.single_invoice_button_action_wrap {
    padding-top: 40px;
}
.single_invoice_button_action_inner a:hover {
    background: #1b3e93;
    color: #fff;
}
.single-invoice div#content-wrap {
    padding: 40px 0 !important;
}
.single_invoice_wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.single-invoice div#primary {
    margin: 0 !important;
}

/*============== Invoice Css End ===============*/


/*============== Footer Css Start ===============*/

.footer-widgets-inner.container {
    width: 1340px;
}
.widget-title {
    padding-left: 0;
    border-left: none;
}
.footer-box.span_1_of_4.col.col-2, .footer-box.span_1_of_4.col.col-3 {
    width: 16%;
}
.footer-box.span_1_of_4.col.col-4 {
    width: 43%;
}
.footer-box.span_1_of_4.col.col-4 #menu-footer-services {
    column-count: 2;
}
.footer-box.span_1_of_4.col.col-4 #menu-footer-services > li {
    /*    display: inline-block;*/
    padding-right: 15px;
}
.footer-box.span_1_of_4.col.col-2 > * {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
}
.footer-box.span_1_of_4.col.col-3 > * {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
}
.site-footer .widget_nav_menu li {
    border: none !important;
    padding-top: 0 !important;
}
.footer_newsletter input[type="email"] {
    background: #fff !important;
    border: 2px solid #e5e5e5;
    font-size: 16px;
    height: 50px;
    padding: 0 20px;
    border-radius: 6px;
}
.footer_newsletter input[type="email"]:focus {
    border-color: #29abc0 !important;
}
.footer_newsletter input[type="submit"] {
    margin-top: 15px;
    height: 50px;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0.5px;
    font-weight: 600;
    width: 150px;
    border-radius: 6px;
    background: #29abc0;
}
.footer_newsletter input[type="submit"]:hover {
    background: #111;
}
.oceanwp-social-icons li {
    margin-left: 0 !important;
    margin-right: 8px !important;
    margin-bottom: 6px !important;
}
.oceanwp-social-icons li a {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,.15);
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.oceanwp-social-icons {
    margin-top: 10px !important;
}
.oceanwp-social-icons li a:hover {
    background: #29abc0 !important;
    color: #fff !important;
}
div#footer-bottom {
    border-top: 1px solid rgb(255 255 255 / 15%);
}
#menu-footer-menu > li {
    margin-left: 25px;
}
#menu-footer-menu > li::after {
    display: none;
}
#footer-widgets .footer-box .widget-title {
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    padding-bottom: 10px;
}
.footer-box .menu > li > a {
    position: relative;
    padding-left: 16px;
    display: inline-block;
}
.footer-box .menu > li > a::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 0px;
    color: #29abc0 !important;
    font-weight: 900;
}
.footer-box.span_1_of_4.col.col-4 .widget-title {
    position: relative;
}
.footer-box.span_1_of_4.col.col-4 .widget-title::after {
    content: "Services";
    position: absolute;
    left: 51%;
    top: 0;
}
.footer-cinfo li {
    position: relative;
    padding-left: 28px;
    line-height: 1.4;
}
.footer-cinfo li i {
    position: absolute;
    left: 0;
    top: 2px;
}
.footer-cinfo li + li {
    margin-top: 15px;
}

/*============== Footer Css End ===============*/






/*============== Media Css Start ===============*/

@media only screen and (max-width: 1320px) {
    #site-navigation-wrap .dropdown-menu >li:not(.get-a-quote-menu):not(.free-trial-menu) >a {
        padding: 0 10px !important;
    }
    #site-navigation-wrap .dropdown-menu >li.free-trial-menu {
        margin-right: 10px;
    }
} /*End max-width: 1320px*/


@media only screen and (max-width: 1250px) {
    .hp_get_started_box .number_box {
        font-size: 20px;
        width: 50px !important;
        height: 50px !important;
        padding-top: 2px;
    }
    .hp_get_started_box .elementor-widget-text-editor {
        font-size: 14px;
    }
    .hp_get_started_box_1 .elementor-widget-image img,
    .hp_get_started_box_2 .elementor-widget-image img,
    .hp_get_started_box_3 .elementor-widget-image img,
    .hp_get_started_box_4 .elementor-widget-image img {
        width: 165px;
    }
    .hp_get_started_box_1 .number_box {
        right: 100px;
        bottom: 90px;
    }
    .hp_get_started_box_1 > .elementor-widget-wrap {
        padding: 25px 175px 0px 20px !important;
        min-height: 220px !important;
    }

    .hp_get_started_box_2 .number_box {
        left: 100px;
        bottom: 90px;
    }
    .hp_get_started_box_2 > .elementor-widget-wrap {
        padding: 25px 20px 0px 175px !important;
        min-height: 220px !important;
    }

    .hp_get_started_box_3 .number_box {
        right: 100px;
        top: 90px;
    }
    .hp_get_started_box_3 > .elementor-widget-wrap {
        padding: 25px 175px 0px 20px !important;
        min-height: 220px !important;
    }

    .hp_get_started_box_4 .number_box {
        left: 100px;
        top: 90px;
    }
    .hp_get_started_box_4 > .elementor-widget-wrap {
        padding: 25px 20px 0px 175px !important;
        min-height: 220px !important;
    }
} /*End max-width: 1250px*/


@media only screen and (max-width: 1150px) {
    .hp_counter_section section.elementor-section {
        padding-left: 20px !important;
    }
    .ep_pc_service_package_item {
        width: calc(33% - 5px);
    }
} /*End max-width: 1150px*/


@media only screen and (max-width: 1100px) {
    .footer-box.span_1_of_4.col.col-1, 
    .footer-box.span_1_of_4.col.col-2, 
    .footer-box.span_1_of_4.col.col-3 {
        width: 33.33%;
    }
    .footer-box.span_1_of_4.col.col-4 {
        width: 100%;
        margin-top: 40px !important;
    }
    .footer-box.span_1_of_4.col.col-4 > * {
        max-width: 680px;
    }
} /*End max-width: 1100px*/


@media only screen and (max-width: 1024px) {
    .hp_counter_section section.elementor-section {
        padding-left: 0 !important;
    }
    .hp_counter_box .elementor-widget-image {
        width: 50px !important;
    }
    .hp_counter_box .elementor-widget-counter {
        width: calc(100% - 50px) !important;
        padding-left: 14px;
    }
    .check-big-text li {
        font-size: 16px;
    }
    .check-big-text li + li {
        margin-top: 8px;
    }
    .check-big-text li::before {
        top: 0px;
    }
    .ep_post_grid_item {
        margin-bottom: 30px;
    }
    .ep_post_grid_item_inner, 
    #blog-entries .blog-entry .blog-entry-inner {
        padding: 15px;
        border-radius: 15px;
    }
    .ep_post_grid_item_meta ul li, 
    ul.meta li {
        margin-right: 10px !important;
        font-size: 14px !important;
    }
    ul.meta li i {
        font-size: 14px !important;
    }
    .ep_post_grid_item_title, 
    #blog-entries .blog-entry .blog-entry-header a{
        font-size: 20px;
    }

    body.single-post .content-area {
        width: 100% !important;
        padding: 0 !important;
    }
    body.single-post aside {
        width: 100% !important;
        margin-top: 25px !important;
    }
    .single-post ul.meta,
    time.published {
        font-size: 14px !important;
    }
    .ep_pc_service_package_item {
        width: calc(50% - 5px);
    } 

    body .saboxplugin-wrap .saboxplugin-authorname {
        font-size: 20px !important;
    }
    body .saboxplugin-wrap .saboxplugin-desc p, 
    body .saboxplugin-wrap .saboxplugin-desc {
        font-size: 15px !important;
    }
    body .saboxplugin-wrap .saboxplugin-authorname,
    body .saboxplugin-wrap .saboxplugin-desc {
        padding-left: 95px;
    }
    body .saboxplugin-wrap .saboxplugin-gravatar img {
        max-width: 80px;
    }

    .mcp-call-to-action-info-col, .mcp-call-to-action-button-col {
        padding: 20px 15px !important;
    }
    .mcp-call-to-action-two .mcp-call-to-action-info-col,
    .mcp-call-to-action-two .mcp-call-to-action-button-col {
        padding: 30px 15px!important;
    }


} /*End max-width: 1024px*/


@media only screen and (min-width: 959px) {
    .navigation li.megamenu-li.auto-mega .megamenu.col-2 {
        width: 600px;
    }
}


@media only screen and (max-width: 959px) {
    .ep_post_grid_item, #blog-entries .blog-entry.col {
        width: 50%;
    }
    .footer-widgets-inner.container {
        display: flex;
        flex-flow: row wrap;
    }
    .footer-box.span_1_of_4.col.col-1, 
    .footer-box.span_1_of_4.col.col-2, 
    .footer-box.span_1_of_4.col.col-3 {
        width: 33.33% !important;
    }
    .footer-box.span_1_of_4.col.col-4 {
        width: 100% !important;
        margin-top: 0 !important;
    }
    #footer-widgets {
        padding: 70px 0 20px 0 !important;
    }
    #menu-footer-menu > li {
        margin-left: 13px;
        margin-right: 13px;
    }
} /*End max-width: 959px*/


@media only screen and (max-width: 777px) {
    .hp_counter_section {
        margin-top: 30px !important;
    }
    .tp-bullets.uranus.horizontal.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal {
        transform: translate(-22px, -50px) !important;
    }
} /*End max-width: 777px*/


@media only screen and (min-width:768px){
    #related-posts .oceanwp-row {
        margin: 0 -10px !important;
    }
    #related-posts .related-post {
        height: 100%;
        width: calc(33.33% - 20px)!important;
        margin: 0 10px;
    }

}

@media only screen and (max-width: 767px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .is-sticky #site-header-inner {
        padding: 0 15px !important;
    }
    body.home header#site-header {
        margin-top: 0;
    }
    #site-logo #site-logo-inner a img {
        max-width: 200px;
    }
    .hp_counter_box > .elementor-widget-wrap {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .hp_counter_section section.elementor-section {
        padding: 30px 0 30px 10% !important;
    }

    .hp_get_started_box .number_box {
        font-size: 16px;
        width: 40px !important;
        height: 40px !important;
        padding-top: 2px;
    }
    .hp_get_started_box_1 .elementor-widget-image img,
    .hp_get_started_box_2 .elementor-widget-image img,
    .hp_get_started_box_3 .elementor-widget-image img,
    .hp_get_started_box_4 .elementor-widget-image img {
        width: 120px;
    }
    .hp_get_started_box_1 .number_box {
        right: 60px;
        bottom: 70px;
    }
    .hp_get_started_box_1 > .elementor-widget-wrap {
        padding: 20px 125px 0px 20px !important;
        min-height: 180px !important;
    }

    .hp_get_started_box_2 .number_box {
        left: 60px;
        bottom: 70px;
    }
    .hp_get_started_box_2 > .elementor-widget-wrap {
        padding: 20px 20px 0px 125px !important;
        min-height: 180px !important;
    }

    .hp_get_started_box_3 .number_box {
        right: 60px;
        top: 70px;
    }
    .hp_get_started_box_3 > .elementor-widget-wrap {
        padding: 20px 125px 0px 20px !important;
        min-height: 180px !important;
    }

    .hp_get_started_box_4 .number_box {
        left: 60px;
        top: 70px;
    }
    .hp_get_started_box_4 > .elementor-widget-wrap {
        padding: 20px 20px 0px 125px !important;
        min-height: 180px !important;
    }
    .ep_post_grid_item, #blog-entries .blog-entry.col {
        width: 100%;
    }


    .sp-testimonial-client-image {
        width: 60px !important;
        padding: 2px;
        top: 12px;
        right: 15px;
    }
    .sp-testimonial-client-testimonial {
        width: 100% !important;
        background: transparent;
        padding-left: 15px !important;
        padding-right: 0;
        padding-top: 24px !important;
        margin-left: -15px !important;
    }
    .sp-testimonial-free {
        padding-right: 0;
    }
    .sp-testimonial-free::before {
        height: 80px;
    }
    .sp-testimonial-client-testimonial::before {
        content: "";
        position: absolute;
        width: calc(100% - 90px);
        height: 100px;
        background: #ffff;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .sp-testimonial-client-testimonial * {
        font-size: 14px !important;
    }
    .sp-testimonial-client-testimonial::after {
        right: 40px;
        z-index: -1;
    }
    .sp-testimonial-free {
        padding-left: 15px;
    }
    .sp-testimonial-client-rating {
        position: relative !important;
        z-index: 1000;
        top: inherit !important;
        right: inherit !important;
        left: -6px;
        width: 80% !important;
        text-align: left !important;
    }
    .sp-testimonial-client-name {
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .footer-box.span_1_of_4.col.col-1 {
        width: 100% !important;
    } 
    .footer-box.span_1_of_4.col.col-2, 
    .footer-box.span_1_of_4.col.col-3 {
        width: 100% !important;
    }
    .footer-box.span_1_of_4.col.col-2 > *, 
    .footer-box.span_1_of_4.col.col-3 > *{
        max-width:100%;
    }
    .footer-box.span_1_of_4.col.col-4 {
        width: 100% !important;
    }
    .footer-box.span_1_of_4.col.col-2 > *,
    .footer-box.span_1_of_4.col.col-3 > * {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-box.span_1_of_4.col.col-4 .widget-title::after{
        display:none;
    }
    .footer-box.span_1_of_4.col.col-4 #menu-footer-services {
        column-count: 1;
    }

    .service-portfolio .gallery-item {
        max-width: 50% !important;
        width: 100% !important;
    }
    div#top-bar-inner {
        display: flex;
        align-items: center;
    }
    .mcp-top-bar-left span {
        display: none;
    }
    .mcp-top-bar-left li i {
        color: #fff !important;
    }
    .mcp-top-bar-left li a:hover i {
        color: #29abc0 !important;
    }
    .mcp-top-bar-left li {
        margin-right: 10px;
    }
    div#top-bar-content {
        width: 80px;
        text-align: left;
    }
    div#top-bar-social {
        width: calc(100% - 80px);
        text-align: right;
    }
    #comments {
        padding: 30px 15px !important;
    }
    .ep_before_after_gallery_wrapper > a {
        width: calc(50% - 10px);
    }
    .ep-portfolio-filter-wrapper .ep-portfolio-filter-item {
        width: 50%;
    }
    .ep-portfolio-cat-filter-wrapper li {
        min-width: 60px;
        font-size: 14px;
        padding: 5px 10px;
    }
    .ep-portfolio-cat-filter-wrapper {
        margin: 0 0 30px;
    }
    .ep_pricing_calculator_preview_content {
        width: 100%;
        padding-right: 0;
        padding-top: 30px;
        order: 2;
    }
    .ep_pricing_calculator_form_wrap {
        order: 1;
    }
    form.ep_pricing_calculator_wrapper {
        padding: 30px 15px;
    }
    .ep_pricing_calculator_form_wrap {
        padding: 15px 20px 25px;
    }
    .ep_pricing_calculator_action_total {
        font-size: 20px;
        width: 40%;
    }
    .ep_pricing_calculator_action_btn {
        width: 60%;
    }
    .ep_pricing_calculator_action {
        margin-top: 30px !important;
    }
    .ep_free_trial_cf7_wrap .wpcf7-list-item {
        width: 50%;
    }
    .ep_free_trial_cf7_1_3 {
        width: 100%;
    }
    .ep_free_trial_cf7_1_2 {
        width: 100%;
    }
    .ep_free_trial_cf7_wrap .wpcf7-form-control-wrap[data-name="need-resize-image"], 
    .ep_free_trial_cf7_wrap .wpcf7-form-control-wrap[data-name="need-margin-guideline"] {
        width: 160px;
    }
    .ep_free_trial_cf7_wrap .wpcf7-form-control-wrap[data-name="upload-file-link"]::after {
        position: relative;
        display: inline-block;
        top: 5px;
        right: 0;
    }
    .single-service-feature-feedback-name > .elementor-widget-container::before {
        left: 0;
    }
    .single-service-feature-feedback-content > .elementor-widget-container {
        padding: 30px;
    }
    .mcp-call-to-action-row {
        padding: 40px 15px 50px;
    }
    .mcp-call-to-action-btn-wrapper .wp-element-button {
        font-size: 20px !important;
    }

    .mcp-call-to-action-btn-wrapper {
        margin-top: 30px !important;
    }

    .mcp-call-to-action-info-col h4 {
        font-size: 22px !important;
    }


    /*  .footer-widgets-inner.container .footer-box:not(.footer-box.span_1_of_4.col.col-1) {
    display:none;
} */

} /*End max-width: 767px*/


@media only screen and (max-width: 650px) {
    .hp_counter_section section.elementor-section {
        padding: 30px 0 30px 8% !important;
    }
    .single_invoice_inner {
        padding: 30px 20px;
    }
    .single_invoice_package_table {
        width: 580px;
    }
    .single_invoice_package_table_wrapper {
        overflow-x: auto;
    }
    .single_invoice_customer_info {
        width: 100%;
    }
    .single_invoice_invoice_info {
        width: 100%;
        padding-top: 15px;
    }
    .single_invoice_invoice_info ul {
        text-align: left;
    }

    .mcp-call-to-action-wrapper.wp-block-columns.is-not-stacked-on-mobile {
        flex-wrap: wrap !important;
    }
    .mcp-call-to-action-wrapper,
    .mcp-call-to-action-two{
        padding:35px 20px;
    }
    .mcp-call-to-action-info-col, 
    .mcp-call-to-action-button-col {
        flex-basis: 100% !important;
        padding:0 !important;
    }
    .mcp-call-to-action-button-col{
        padding-top:25px !important;
    }
    .mcp-call-to-action-button-col:after{
        display:none;
    }
    .mcp-call-to-action-two .mcp-call-to-action-info-col,
    .mcp-call-to-action-two .mcp-call-to-action-button-col {
        padding: 0px!important;
    }
    .mcp-call-to-action-two .mcp-call-to-action-button-col{
        padding-top:25px !important;
    }
    .mcp-call-to-action-two .mcp-call-to-action-info-col h4 {
        text-align: center;
    }
    .mcp-call-to-action-two::after {
        background-position: 100% 60%;
        transform: rotate(35deg);
        width: 105px;
    }

} /*End max-width: 650px*/


@media only screen and (max-width: 550px) {
    .hp_counter_section section.elementor-section {
        padding: 20px 0 !important;
    }
    .hp_counter_box .elementor-widget-image {
        width: 40px !important;
    }
    .hp_counter_box .elementor-widget-counter {
        width: calc(100% - 40px) !important;
        padding-left: 10px;
    }
    .hp_counter_box .elementor-widget-counter .elementor-counter-number-wrapper {
        font-size: 22px !important;
        margin-bottom: 4px !important;
    }
    .hp_counter_box .elementor-widget-counter .elementor-counter-title {
        font-size: 14px !important;
    }
    .hp_counter_section {
        margin-top: 20px !important;
    }
    .contact-us-form .half{
        width:100%;
    }
    .hp_search input {
        font-size: 12px !important;
    }
} /*End max-width: 550px*/


@media only screen and (max-width: 480px) {
    .single-post .entry-content h2 {
        font-size: 24px;
    }
    .single-post .entry-content h3 {
        font-size: 21px;
    }
    .single-post .entry-content h4 {
        font-size: 19px;
    }
    body .saboxplugin-wrap .saboxplugin-gravatar {
        position: relative;
        inset: unset;
        text-align: left;
        padding-left: 20px;
        padding-bottom: 5px;
    }

    body .saboxplugin-wrap .saboxplugin-authorname, 
    body .saboxplugin-wrap .saboxplugin-desc {
        padding-left: 20px;
        text-align: left;
        margin-inline: 0;
    }
}

/*============== Media Css End ===============*/