/*======================================================================================*/
/*=================[                                                  ]=================*/
/*=================[   !!!!!!!!   CSS ADDED BY WIZARD UD    !!!!!!!!  ]=================*/
/*=================[                                                  ]=================*/
/*======================================================================================*/
/* =========================== */
/* !! USE TO WEB SITE COLOR !! -
1.  #000000                  -
2.  #222222                  -
3.  #777777                  -
4.  #666666                  -
5.  #444444                  -
6.  #333333                  -
7.  #ffffff                  -
- ---------------------------- -
8.  #2947c7                  -
9.  #021b22                  -
10. #677788                  -
11. #0052ea                  -
*/
/* =========================== */
/*==============================================*/
/*          !!! GOOGLE FONT IMPORT !!!          */
/*==============================================*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
/*----------------------------------------
!! FONT-WEIGHT !!
thin      : 100             -
ex-light  : 200             -
light     : 300             -
regular   : 400             -
medium    : 500             -
semi-bold : 600             -
bold      : 700             -
ex-bold   : 800             -
black     : 900             -
----------------------------------------- */
/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
*, body, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html, body {
    padding: 0;
    margin: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #454a4a;
    background-color: #fff;
	scroll-behavior:smooth;
}
body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
.scrollno {
	position: fixed;
	overflow: hidden;
}
.main__wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}
img {
    max-width: 100%;
}
a, .btn, button {
    cursor: pointer;
}
a, a:hover, a:focus, a:active, button, button:hover, button:focus, input, input:hover, input:focus, select, select:hover, select:focus, textarea, textarea:hover, textarea:focus, .btn, .btn:hover, .btn:focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.form-control:focus, [type="text"]:focus, [type="email"]:focus, [type="checkbox"]:focus, [type="password"]:focus, [type="file"]:focus, [type="radio"]:focus, [type="submit"]:focus, [type="date"]:focus, [type="time"]:focus, [type="tel"]:focus, [type="search"]:focus, [type="button"]:focus, [type="number"]:focus, textarea:focus, select:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
/* old- blue:- #377dff */
/* blue: #2947c7;
black: #021b22; */
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
p:empty{
	display: none;
}
a {
	color: #2947c7;
}
a:hover,
a:focus,
a:active {
	color: #2947c7;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.4;
    color: #021b22;
}
ul, ol {
    font-style: normal;
    margin: 0;
    padding: 0;
}
.h1, h1 {
    font-size: 2.5rem;
}
.h2, h2 {
    font-size: 1.875rem;
}
.h3, h3 {
    font-size: 1.3125rem;
}
.h4, h4 {
    font-size: 1.125rem;
}
.h5, h5 {
    font-size: 1rem;
}
h6, .h6 {
  font-size: 0.875rem;
}
/* ============================================= */
/* !!!!       All MINIFY CSS                !!!! */
/* ============================================= */
* {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover, a:focus {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* ============================================= */
/* !!!!      COMMAN CSS FOR ALL PAGE        !!!! */
/* ============================================= */
.site_content {
    margin-top: 130px;
    /* margin-top: 202px; */
}
.service_page .site_content {
    margin-top: 0px;
}
.bg {
	position: relative;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.bg-primary {
    background-color: #2947c7!important;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #048d8c !important;
}
.bg-navy {
    background-color: #21325b !important;
}
a.bg-navy:focus, a.bg-navy:hover, button.bg-navy:focus, button.bg-navy:hover {
    background-color: #0b4d74 !important;
}
.bg-warning {
    background-color: rgba(216, 162, 39, 0.8) !important;
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: rgb(216, 162, 39) !important;
}
.bg-bayoux {
    background-color: rgba(111, 137, 164, 0.9) !important;
}
a.bg-bayoux:focus, a.bg-bayoux:hover, button.bg-bayoux:focus, button.bg-bayoux:hover {
    background-color: #021b22 !important;
}
.text-body {
    color: #021b22 !important;
}
.text-dark {
    color: #021b22 !important;
}
.text-primary {
    color: #2947c7!important;
}
.text-muted {
    color: #8c98a4!important;
}
.font-weight-bold {
    font-weight: 600!important;
}
.section_title {
    margin-bottom: 48px;
}
.section_title.text-center {
    max-width: 470px;
    margin: 0px auto 63px;
}
.avatar {
    position: relative;
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 0.3125rem;
}
.avatar-xl {
    width: 5.625rem;
    height: 5.625rem;
}
.avatar-circle {
    border-radius: 50%;
}
.avatar-img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.3125rem;
}
.avatar-circle .avatar-img {
    border-radius: 50%;
}
.border-bottom {
    border-bottom: 0.0625rem solid #e7eaf3 !important;
}
.border-top {
    border-top: 0.0625rem solid #e7eaf3 !important;
}
.border-left {
    border-left: 0.0625rem solid #e7eaf3 !important;
}
.border-right {
    border-right: 0.0625rem solid #e7eaf3 !important;
}
svg {
    margin-bottom: -8px;
    vertical-align: baseline;
}
/* =============================================== */
/* !!!!      COMMAN BUTTON CSS FOR ALL PAGE   !!!! */
/* =============================================== */
.primary_btn {
    position: relative;
    display: inline-block;
    border: .0625rem solid transparent;
    color: #ffffff;
    background-color: #2947c7;
    border-color: #2947c7;
    padding: .75rem 1rem;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 600;
    border-radius: .3125rem;
    min-width: 10rem;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.primary_btn.focus,
.primary_btn:focus,
.primary_btn:not(:disabled):not(.disabled):active:focus {
    color: #fff;
    background-color: #2947c7;
    border-color: #2947c7;
}
.primary_btn:hover {
    background-color: #2947c7;
    border-color: #2947c7;
    color: #ffffff;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
    box-shadow: 0 4px 11px rgba(15, 155, 154, .35);
    -webkit-box-shadow: 0 4px 11px rgba(15, 155, 154, .35);
}
.primary_btn_white {
    color: #021b22;
    background-color: #f7faff;
    border-color: #f7faff;
}
.primary_btn_white.focus,
.primary_btn_white:focus,
.primary_btn_white:not(:disabled):not(.disabled):active:focus,
.primary_btn_white:not(:disabled):not(.disabled):active {
    color: #021b22;
    background-color: #c4daff;
    border-color: #b7d2ff;
    box-shadow: 0 0 0 transparent;
}
.primary_btn_white:hover {
    color: #021b22;
    background-color: #f7faff;
    border-color: #f7faff;
    box-shadow: 0 4px 11px rgba(247, 250, 255, 0.35);
    -webkit-box-shadow: 0 4px 11px rgba(247, 250, 255, 0.35);
}
.secondary_btn {
    position: relative;
    display: inline-block;
    border: .0625rem solid transparent;
    color: #2947c7;
    background-color: transparent;
    padding: .75rem 1rem;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 600;
    border-radius: .3125rem;
    min-width: 10rem;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.secondary_btn i {
    margin-left: 0.25rem;
    vertical-align: middle;
}
.secondary_btn:hover,
.secondary_btn.focus,
.secondary_btn:focus,
.secondary_btn:not(:disabled):not(.disabled):active:focus {
    color: #021b22;
}
.secondary_btn_white {
    color: #ffffff;
}
.secondary_btn_white:hover,
.secondary_btn_white.focus,
.secondary_btn_white:focus,
.secondary_btn_white:not(:disabled):not(.disabled):active:focus {
    color: #ffffff;
}
/* ================================ */
/* !!!!      COMMAN FORM CSS   !!!! */
/* ================================ */
.form-control::-webkit-input-placeholder {
    color: rgba(69, 74, 74, 0.4);
}
.form-control::-moz-placeholder {
    color: rgba(69, 74, 74, 0.4);
}
.form-control::-moz-placeholder {
    color: rgba(69, 74, 74, 0.4);
}
.form-control:-moz-placeholder {
    color: rgba(69, 74, 74, 0.4);
}
.form-group {
    margin-bottom: 1.5rem;
}
.input-label {
    display: block;
    color: #021b22;
    font-size: 0.875rem;
}
.form-control {
    height: calc(1.6em + 1.625rem);
    padding: .75rem 1rem;
    line-height: 1.6;
    color: #021b22;
    border: .0625rem solid rgba(69, 74, 74, 0.4);
    border-radius: .3125rem;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
}
.form-control:focus {
    color: #021b22;
    background-color: #fff;
    border-color: rgba(15, 155, 154, 0.4);
    outline: 0;
    box-shadow: 0 0 10px rgba(15, 155, 154, 0.1);
}
.form-control.is-valid, .invalid .form-control:valid {
    border-color: #2947c7;
    padding-right: calc(1.6em + 1.5rem);
    background-size: 1rem 1rem;
    box-shadow: 0 0 10px rgba(15, 155, 154, 0.1);
}
.custom-select.is-valid:focus, .invalid .custom-select:valid:focus,
.form-control.is-valid:focus, .invalid .form-control:valid:focus {
    border-color: #2947c7;
    box-shadow: 0 0 0 0.2rem rgba(15, 155, 154, 0.25);
}
.form-control.is-invalid, .invalid .form-control:invalid {
    border-color: #851131;
    background-size: 1rem 1rem;
    padding-right: calc(1.6em + 1.5rem);
    box-shadow: 0 0 10px rgba(237,76,120,.1);
}
.form-control.is-invalid:focus, .invalid .form-control:invalid:focus {
    border-color: #851131;
    box-shadow: 0 0 0 0.2rem rgba(133, 17, 49, 0.25);
}
.invalid-feedback {
    color: #851131;
}
.custom-select {
    padding: .75rem 2rem .75rem 1rem;
}
.custom-select:focus {
    box-shadow: 0 0 10px rgba(55,125,255,.1);
}
.custom-select.is-valid, .invalid .custom-select:valid {
    border-color: #2947c7;
    padding-right: calc(.75em + 3.125rem);
}
.custom-select.is-invalid, .invalid .custom-select:invalid {
    border-color: #851131;
    padding-right: calc(.75em + 3.125rem);
}
.custom-control {
    margin-bottom: 2rem;
}
.custom-control-label, .custom-select {
    cursor: pointer;
}
.custom-control-input.is-valid~.custom-control-label, .invalid .custom-control-input:valid~.custom-control-label{
    color: #454a4a;
}
.custom-control-input.is-valid~.custom-control-label::before, .invalid .custom-control-input:valid~.custom-control-label::before {
    border-color: #2947c7;
}
.custom-control-input.is-valid:checked~.custom-control-label::before, .invalid .custom-control-input:valid:checked~.custom-control-label::before{
    border-color: #2947c7;
    background-color: #2947c7;
}
.custom-control-input.is-valid:focus~.custom-control-label::before, .invalid .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.link-underline {
    color: #454a4a;
    border-bottom: .0625rem dashed #454a4a;
}
.link-underline:hover {
    border-color: #2947c7;
}
form button[type="submit"] {
    width: 100%;
}
form input[type="submit"] {
    width: 100%;
}
.form-group.wpcf7-acceptance label,
.form-group.wpcf7-checkbox label {
    font-size: 80%;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    color: #454a4a;
}
.form-group.wpcf7-acceptance label a,
.form-group.wpcf7-checkbox label a {
    color: #454a4a;
    border-bottom: .0625rem dashed #97a4af;
}
.form-group.wpcf7-acceptance label a:hover,
.form-group.wpcf7-checkbox label a:hover {
    color: #2947c7;
    border-color: #2947c7;
}
.form-group.wpcf7-acceptance input[type="checkbox"],
.form-group.wpcf7-checkbox input[type="checkbox"] {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.form___btn .form-group {
    margin: 0;
    text-align: center;
}
.wpcf7-response-output.alert {
/*
    background-color: #149e14;
    border-color: #25d825;
*/
    background-color: #2947c7;
    border-color: #2947c7;
    color: #ffffff;
    padding: 5px 10px;
    margin-top: 5px;
}
/* ========================================= */
/* !!!!      CUSTOMIZED NAVBAR          !!!! */
/* ========================================= */
.navbar_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 99999999;
    padding: 0px 0px 5px;
    box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
    -webkit-box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
}
.navbar_wrapper.fixed {
    position: fixed;
    background-color: #ffffff;
    animation: slideIndown 0.5s ease-in-out;
    -webkit-animation: slideIndown 0.5s ease-in-out;
    -moz-animation: slideIndown 0.5s ease-in-out;
    -ms-animation: slideIndown 0.5s ease-in-out;
}
@keyframes slideIndown {
    from {
        top: -100px;
    }
    to {
        top: 0px;
    }
}
.navbar {
    padding: 0px;

}
.navbar-brand {
    padding: 0;
    margin: 0;
	margin-top: 10px;
}
.header_transparent .navbar-brand .site_logo_dark {
    display: none;
}
.navbar-brand .site_logo_light {
    display: none;
}
.header_transparent .navbar-brand .site_logo_light {
    display: block;
}
.header_transparent .fixed .navbar-brand .site_logo_dark {
    display: block;
}
.navbar-brand .site_logo_light {
    display: none;
}
.header_transparent .fixed .navbar-brand .site_logo_light {
    display: none;
}
.navbar_wrapper.fixed .navbar-expand-lg .navbar-nav .nav-item .nav-link,
.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 15px 17.5px;
    color: #021b22;
}
.navbar_wrapper.fixed .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link,
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}
.dropdown-toggle::after {
    content: "\f107";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: .75rem;
    font-weight: 900;
    margin-left: .5rem;
    margin-right: 0;
    border: 0px;
    vertical-align: middle;
}
.navbar_wrapper.fixed .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
.navbar_wrapper.fixed .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus,
.navbar_wrapper.fixed .navbar-expand-lg .navbar-nav .nav-item .nav-link:active,
.navbar_wrapper.fixed .navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.navbar_wrapper.fixed .navbar-expand-lg .navbar-nav .nav-item.current-menu-item .nav-link,
.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-item .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-item .nav-link:active,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.navbar-expand-lg .navbar-nav .nav-item.current-menu-item .nav-link {
    color: #2947c7;
}
/*======Top Bar Css : 27-8-21====*/
.top-bar {
    position: relative;
    background-color: #2947c7;
    padding: 8px 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

 .top-bar .call_us span {
    color: #fff;
    font-size: 16px;
}
 .top-bar .call_us span a {
    color: #fff;
}

.industries-sub-menu > .dropdown-item:not([href]):not([tabindex]) {
	pointer-events: none;
	color: #000;
	font-weight: 700;
}

/* ====================================== */
/* !!!!      Main Banner Css         !!!! */
/* ====================================== */
.hero_banner_wrapper {
    position: relative;
}
.hero_banner .hero_img_wrapper  {
    position: absolute;
    top: 20px;
    right: 0;
    background-image: url('/wp-content/themes/sutton-digital-marketing/assets/images/shape.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}
.hero_banner .hero_img_wrapper .hero_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.hero_banner .hero_img_wrapper .hero_img::before {
    content: "";
    position: absolute;
    top: -30px;
    right: 30px;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/themes/sutton-digital-marketing/assets/images/shape.svg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    transform: rotate(-170deg);
}
.hero_banner .hero_content {
    padding: 100px 0px 60px;
}
.hero_title {
    position: relative;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.2;
}
.hero_banner .hero_content h1 {
    margin-bottom: 1rem;
}
.hero_banner .hero_content .hero_title span {
    display: inline-block;
    color: #2947c7;
    background: left 1em/1em .2em;
    background-image: linear-gradient(to bottom,rgba(245,202,153,.5) 0,rgba(245,202,153,.5) 100%);
    background-repeat: repeat-x;
}
.hero_banner .hero_content p {
    font-size: 1.25rem;
    font-weight: 400;
    max-width: 445px;
}
.cursor {
    animation-name: blinker 0.5s infinite;
    -webkit-animation-name: blinker 0.5s infinite;
    -moz-animation-name: blinker 0.5s infinite;
    -ms-animation-name: blinker 0.5s infinite;
    -o-animation-name: blinker 0.5s infinite;
}
.hero_banner .banner_btns {
    margin-top: 2rem;
}
@keyframes blinker {
    0%{
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes blinker {
    0%{
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* ====================================== */
/* !!!!      Inner Banner Css        !!!! */
/* ====================================== */
.inner_banner {
    position: relative;
    padding: 85px 0px 30px;
}
.inner_banner.blog_banner {
    padding: 127px 0px 89px;
}
.inner_title {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2;
}
.inner_banner p {
    font-size: 1.25rem;
    font-weight: 400;
    max-width: 890px;
    margin: 0 auto 1rem;
}
/* ====================================== */
/* !!!!      Service Banner Css      !!!! */
/* ====================================== */
.service_banner_wrapper {
    position: relative;
    overflow: hidden;
}
.service_banner {
    padding: 12.5rem 0;
}
.service_banner_content {
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.service_banner_content .hero_title {
    margin-bottom: 1.5rem;
}
.service_banner_content p{
        font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #ffffff;
}
.service_banner_content .banner_btns {
    margin-top: 3rem;
}
.service_banner_wrapper .shade_img {
    position: absolute;
    width: 60%;
    top: 0;
    left: 0;
}
.service_banner_wrapper .curve_img {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin-bottom: -0.25rem;
}
/* ======================================== */
/* !!!!     Comman Section Css         !!!! */
/* ======================================== */
.expert_wrapper {
    position: relative;
    padding: 40px 0px 0px;
}
.expert_wrapper .card {
    border-width: 0;
    box-shadow: 0 12px 15px rgba(140,152,164,.1);
    -webkit-box-shadow: 0 12px 15px rgba(140,152,164,.1);
    border-radius: 0.3125rem;
    background-color: #2947c7;
}
.expert_wrapper .card:focus,
.expert_wrapper .card:hover{
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.expert_wrapper .card-footer:last-child {
    border-radius: 0 0 .25rem .25rem;
}
.expert_wrapper .card-footer span {
    font-size: .875rem;
    font-weight: 600;
}
.expert_wrapper .card-body img {
    margin-top: 1rem;
}
/* =============================== */
/* !!!!    SEO Section Css    !!!! */
/* =============================== */
.seo_wrapper {
    position: relative;
}
.seo_inner_wrapper {
    padding: 55px 0px 0px;
}
.seo_wrapper .section_title h2 {
    margin-bottom: 1rem;
}
.counter_box {
    margin-bottom: 2rem;
}
/*
.seo_img {
    min-height: 670px;
    border-radius: .3125rem!important;
}
.seo_img img {
    border-radius: .3125rem!important;
}
*/
/* ======================================== */
/* !!!!    Testimonial Section Css    !!!! */
/* ======================================== */
.testimonial_wrapper {
    position: relative;
    padding: 128px 0px;
}
.testimonial_wrapper .testimonial_box > .card {
    border-width: 0;
    padding: 3rem;
    background-color: rgba(0,201,167,.1);
    margin-bottom: 80px;
    border-radius: 0.3125rem;
}
.testimonial_wrapper .testimonial_box:last-child > .card {
    margin-bottom: 0px;
}
.testimonial_wrapper .testimonial_box:nth-child(1) > .card {
    background-color: rgb(111 137 164 / 0.3);
}
.testimonial_wrapper .testimonial_box:nth-child(2) > .card {
    background-color: #fef9f4
}
.testimonial_wrapper .testimonial_box:nth-child(3) > .card{
    background-color: rgba(245,202,153,.1);
}
.testimonial_wrapper .testimonial_box:nth-child(4) > .card {
    background-color: rgb(0 86 184 / 0.1);
}
.testimonial_wrapper .testimonial_box:nth-child(5) > .card {
    background-color: rgba(0,201,167,.1);
}
.testimonial_wrapper .testimonial_box:nth-child(6) > .card {
    background-color: rgba(245,202,153,.1);
}
.testimonial_wrapper .testimonial_box > .card:hover,
.testimonial_wrapper .testimonial_box > .card:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.testimonial_inner_box {
    border-width: 0;
    padding: 1.5rem;
    border-radius: 0.3125rem;
}
.testimonial_inner_box .client_logo {
    width: 100%;
    max-width: 6rem;
    height: auto;
    margin-bottom: 1rem;
}
.testimonial_inner_box .testimonial_quote {
    margin-bottom: 1rem;
}
.testimonial_inner_box .avatar {
    position: relative;
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 1rem;
}
.testimonial_inner_box .avatar-img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonial_box .right_box {
    margin-bottom: 3rem;
}
.testimonial_box .left_box img {
    border-radius: 0.3125rem;
    margin-bottom: 2rem;
}
/* ======================================== */
/* !!!!   Content Sample Section Css   !!!! */
/* ======================================== */
.content_sample_wrapper {
    position: relative;
    padding: 128px 0px;
}
.content_sample_card {
    border-width: 0;
    box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
    padding: 2rem;
    border-radius: 0.3125rem;
    background-color: #2947c7;
}
.content_sample_card_content {
    width: 65%;
    z-index: 1;
}
.content_sample_card_image {
    position: absolute;
    width: 50%;
    right: 0;
    border: 0;
}
/* ======================================== */
/* !!!!    Contact Section Css    !!!! */
/* ======================================== */
.contact_wrapper {
    position: relative;
    width: auto;
    padding: 64px 0px;
    border-radius: .3125rem;
}
form.needs-validation {
    margin: 0px;
}
.form_wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .3125rem;
    box-shadow: 0 10px 40px 10px rgba(140,152,164,.175);
    padding: 3rem;
}
.form_wrapper .h3 {
    margin-bottom: 1.5rem;
}
.form_wrapper .row {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.form_wrapper .row [class*="col-"] {
    padding-right: .5rem;
    padding-left: .5rem;
}
.contact_wrapper .section_title p {
    color: rgba(255,255,255,.7);
}
.contact_wrapper .section_title {
    margin-bottom: 32px;
}
.divider {
    border-top: 0.0625rem solid #e7eaf3;
}
.contact_wrapper .divider {
    opacity: 0.2;
    margin-bottom: 32px;
}
/* ===================================== */
/* !!!!    Testimonial Slider Css   !!!! */
/* ===================================== */
.testimonial_carousel {
    margin-bottom: 1.5rem;
}
.testimonial_slide {
    outline: 0;
    height: auto;
}
.testimonial_slide .h3 {
    font-weight: 400;
    margin-bottom: 1.5rem;
}
.testimonial_slide small {
    color: rgba(255, 255, 255, 0.7);
}
.testimonial_thumb {
    cursor: pointer;
    opacity: 0.7;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.3s;
    outline: 0;
}
.testimonial_thumb .avatar {
    position: relative;
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
}
.testimonial_thumb .avatar-img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonial_thumb.slick-current {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.slick-pagination-modern {
    width: 100%;
    max-width: 12.5rem;
}
.slick-transform-off.slick-transform-off .slick-track {
/*
    -webkit-transform: none !important;
    transform: none !important;
    width: 100%!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
*/
}
.slick-transform-off.slick-transform-off .slick-track::before{
    content: none;
}
/* ====================================== */
/* !!!!    Image Box Section Css     !!!! */
/* ====================================== */
.image_box_wrapper {
    position: relative;
    padding: 30px 0px 35px;
}
.image_box_wrapper .image_box {
    height: 15.625rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.static_num_wrapper {
    position: relative;
    padding: 50px 0px 128px;
}
.static_num_box span {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: #021b22;
}
.static_num_box p {
    margin: 0px;
}
.about_divider .divider {
    width: 65%;
    margin: 0 auto;
}
.content_holder_wrapper {
    position: relative;
    padding: 130px 0px;
}
/* ===================================== */
/* !!!!   Client Logo Section Css   !!!! */
/* ===================================== */
.client_wrapper {
    position: relative;
    padding-bottom: 2rem
}
.client__logo img {
    max-width: 6rem;
    margin: 0px auto;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Grayscale(1)";
}
/* =============================== */
/* !!!!    Service Page Css   !!!! */
/* =============================== */
.service_content_wrapper {
    position: relative;
    padding: 90px 0px 100px;
    background-color: #f5f8fa;
}
.service_content_wrapper .h2 {
    font-weight: 400;
}
.content_wrapper {
    position: relative;
    padding: 90px 0px 0px;
}
.content_wrapper .h2 {
    font-weight: 400;
}
/* ============================== */
/* !!!!    FAQ Section Css   !!!! */
/* ============================== */
.faq_title_wrapper {
    background-position: top center;
    padding: 5rem 0 4rem;
}
.faq_wrapper {
    position: relative;
    padding: 2rem 0 8rem;
}
.faq_section {
    padding: 2rem 0;
}
.faq_section .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 1rem;
}
.faq_section .card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0.0625rem solid #e7eaf3;
    padding: 0;
}
.card-btn:not([href]):not([tabindex]) {
    color: #021b22;
}
.card-btn:not([href]):not([tabindex]):focus, .card-btn:not([href]):not([tabindex]):hover {
    color: #2947c7;
}
.faq_section .card-btn {
    color: #021b22;
    text-align: left;
    white-space: inherit;
    font-weight: 600;
    background-color: #fff;
    width: 100%;
    vertical-align: middle;
    padding: 0.75rem 0;
}
.faq_section .card-btn-toggle {
    display: inline-block;
    color: #2947c7;
}
.card-btn-toggle-default {
    display: none;
}
.card-btn-toggle-active {
    display: block;
}
.card-btn.collapsed .card-btn-toggle-default {
    display: block;
}
.card-btn.collapsed .card-btn-toggle-active {
    display: none;
}
.faq_section .card-body {
    padding: 1.5rem 0;
}
.faq_section .card-body ul {
    padding-left: 40px;
}
.faq_section .card-body ul li {
    padding: 7px 0px;
}
.ask_wrapper .ask_box {
    border: 0.0625rem solid #e7eaf3;
    height: 100%;
}
.ask_wrapper .ask_box .card-body {
    padding: 1.5rem;
}
.ask_wrapper .ask_box .card-body figure {
    max-width: 2.5rem;
    width: 100%;
}
.ask_wrapper .ask_box:hover {
    border-color: rgba(15, 155, 154, 0.7);
}
/* =============================== */
/* !!!!    Contact Page Css   !!!! */
/* =============================== */
.contact_page_wrapper {
    position: relative;
    padding: 4rem 0;
}
.contact_box {
/*    border: 0.0625rem solid #f7faff;*/
    border: 0;
    border-radius: 0.3125rem;
/*    background: #f7faff;*/
    margin-bottom: 2rem;
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.1);
}
.contact_box:hover {
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
}
.contact_box .card-body {
    padding: 1.5rem;
}
.contact_box .card-body p {
    font-size: 1.1rem;
    font-weight: 600;
}
/* !!!!    Social Media Css   !!!! */
.social_media_wrapper {
    border: 0.0625rem solid #f7faff;
    border-radius: 0.3125rem;
/*    background: #f7faff;*/
    padding: 1.5rem;
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.1);
}
.social_media_wrapper .h3 {
    margin-bottom: 1rem;
}
.social_media a {
    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;
    width: 55px;
    height: 55px;
    margin: 0px 15px;
    border: 0.0625rem solid rgba(15, 155, 154, 0.1);
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),
                -6px -6px 10px -1px rgba(245,245,245,0.7);
    -webkit-box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),
                -6px -6px 10px -1px rgba(245,245,245,0.7);
    border: 1px solid rgba(0,0,0,0);
}
.social_media a {
    font-size: 22px;
    color: #677788;
}
.social_media a:hover {
    box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2),
                inset -4px -4px 6px -1px rgba(255,255,255,0.7),
                -0.5px -0.5px 0px rgba(255,255,255,1),
                0.5px 0.5px 0px rgba(0,0,0,0.15),
                0px 12px 10px -10px rgba(0,0,0,0.05);
    -webkit-box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2),
                inset -4px -4px 6px -1px rgba(255,255,255,0.7),
                -0.5px -0.5px 0px rgba(255,255,255,1),
                0.5px 0.5px 0px rgba(0,0,0,0.15),
                0px 12px 10px -10px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.01);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
}
.social_media a:hover i {
    transform: scale(0.90);
    -webkit-transform: scale(0.90);
    -moz-transform: scale(0.90);
    color: #2947c7;
}
.enquiry_form_wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.3125rem;
    box-shadow: 0px 10px 40px 10px rgba(140, 152, 164, 0.175);
    margin-bottom: 1.5rem;
}
.enquiry_form_wrapper .enquiry_form_title {
    margin: 0;
    padding: 1.5rem 2.5rem;
    background-color: #f7faff;
}
.enquiry_form_wrapper .enquiry_form {
    padding: 2.5rem;
}
/* =========================== */
/* !!!!    Footer Css     !!!! */
/* =========================== */
.main_footer {
    position: relative;
    padding: 6rem 0 0;
/*
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(231, 234, 243, 0.5) 100%);
    background-repeat: repeat-x;
*/
}
.footer_logo {
    margin-top: -17px;
}
.footer_content ul li {
    padding: 5px 0px;
}
.footer_content a,
.footer_content ul li a {
    color: #454a4a;
}
.footer_content a:hover,
.footer_content a:focus,
.footer_content ul li a:hover,
.footer_content ul li a:focus {
    color: #2947c7;
}
.footer_content .footer_contact {
    margin-bottom: 35px;
}
.footer_content .footer_contact img {
    max-width: 1.6rem;
    width: 100%;
    margin-right: 0.5rem;
}
.footer_content .footer_contact p {
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
}
.footer_bottom {
    position: relative;
    margin-top: 3rem;
    padding: 1rem 0;
    background-color:#f7faff;
}
.footer_bottom p {
    font-size: 0.9rem;
    margin-bottom: 0;
}
.footer_bottom .social_media a {
    width: 40px;
    height: 40px;
    margin: 0px 10px;
    font-size: 16px;
}
/* ================================= */
/* !!!!    Team Section Css     !!!! */
/* ================================= */
.team_wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 5px;
}
.team_member {
    width: 33.33%;
    text-align: center;
    text-decoration: none;
    padding: 5px;
}
.team_member .team_img_wrapper {
    position: relative;
}
.team_member .team_img_wrapper:hover {
    cursor: url(../images/arrow.svg), pointer;
}
.team_member .team_img_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.team_member .team_img_wrapper:hover .team_img_hover {
    display: block;
}
.team_member .team_content_wrapper {
    padding: 40px 0px 95px;
}
.team_member .team_content_wrapper .h3 {
    font-weight: normal;
    margin-bottom: 5px;
}
/* ============================== */
/* !!!!    Blog Page Css     !!!! */
/* ============================== */
.blog_page {
    position: relative;
    padding: 4rem 0px;
}
.blog_tags_wrapper {
    position: relative;
    margin-bottom: 3rem;
}
.blog_tags_link {
    color: #71869d;
    background-color: rgba(113, 134, 157, 0.1);
    border-color: transparent;
    border-radius: 6.1875rem;
    font-size: 0.75rem;
    line-height: 1.6;
    font-weight: 400;
    padding: 0.275rem 0.75rem;
}
.blog_tags_link:hover, .blog_tags_link:focus, .blog_tags_link:active, .blog_tags_link.active {
    color: #fff;
    background-color: #71869d;
}
.input-group.input_search {
    position: relative;
    margin: 0px;
}
.input-group.input_search .form-control {
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
    padding: 0.625rem 0;
    border-radius: 0;
}
.input-group.input_search>.custom-select:not(:last-child), .input-group.input_search>.form-control:not(:last-child) {
    padding-right: 2rem;
}
.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + 1.375rem);
}
.input-group-sm .input-group-append {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 8;
}
.input-group-sm .input-group-append .input-group-text {
    border: 0px;
    background: transparent;
    color: #97a4af;
    border-radius: 0px;
    padding: 0px;
}
.input-group.input_search [type=submit] {
    border: 0;
    background: transparent;
    color: #97a4af;
    padding: 0px;
}
.blogs_wrapper {
    position: relative;
}
.card.full_width_blog {
    border: 0px;
    box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
    border-radius: 0.3125rem;
    margin-bottom: 5rem;
}
.card.full_width_blog .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}
.card.full_width_blog figure svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    vertical-align: baseline;
}
.card.full_width_blog .card-body {
    padding: 2rem;
}
.card.full_width_blog .card-body .h2 a {
    color: #021b22;
}
.blogs_wrapper .card .avatar-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blogs_wrapper .card .avatar {
    position: relative;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: inline-block;
}
.blogs_wrapper .card .avatar-group .avatar + .avatar {
    margin-left: -0.6125rem;
}
.blogs_wrapper .card .avatar-img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.tooltip-inner{
    background-color: #21325b;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #21325b;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #21325b;
}
.tooltip.show {
    opacity: 1;
}
.blogs_wrapper .card .media-body {
    font-size: 0.875rem;
}
.blog_title_wrapper {
    position: relative;
    margin-bottom: 2rem;
}
.blog_grid_wrapper {
    position: relative;
}
.small_width_blog {
    width: 100%;
    margin-bottom: 3.5rem;
}
.small_width_blog .card {
    border: 0;
    box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
    border-radius: 0.3125rem;
}
.small_width_blog .card .card-img-top {
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
}
.small_width_blog figure {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.small_width_blog figure svg {
    margin-bottom: -8px;
    vertical-align: baseline;
}
.small_width_blog .card-body {
    padding: 1.5rem;
}
.small_width_blog .card-body h3 a {
    color: #021b22;
}
.card.full_width_blog .card-body .h2 a:hover,
.small_width_blog .card-body h3 a:hover {
    color: #0052ea;
}
.small_width_blog  .card-footer {
    padding: 1.5rem 1.5rem 1rem;
    background-color: #ffffff;
    border-radius: 0 0 0.25rem 0.25rem;
}
.small_width_blog.featured .card-body {
    padding: 2rem;
}
.badge {
    font-weight: 600;
    border-radius: 0.3125rem;
    transition: all 0.2s ease-in-out;
    margin-bottom: 2rem;
}
.badge-primary {
    color: #fff;
    background-color: #2947c7;
}
.small_width_blog.featured .card-footer {
    padding: 2rem;
}
.page-item {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.page-item .page-link {
    margin-left: 0;
    color: #677788;
    border: 0 solid #e7eaf3;
    cursor: pointer;
    text-align: center;
    min-width: 2.25rem;
    border-radius: 0.3125rem;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0.3125rem;
}
.page-item .page-link:hover, .page-item .page-link:focus {
    color: #2947c7;
    text-decoration: none;
    background-color: rgba(55, 125, 255, 0.1);
    box-shadow: 0 0 0 0 transparent;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #2947c7;
    border-color: #2947c7;
}
/* ================================= */
/* !!!!  Single Blog Page Css   !!!! */
/* ================================= */
.blog_single_wrapper {
    position: relative;
    padding: 56px 0px 64px;
}
.blog_single_author {
    margin-bottom: 2rem;
}
.blog_single_author .media-body {
    font-size: 0.875rem;
}
.blog_single_author .media-body .btn {
    color: #2947c7;
    background-color: rgba(55, 125, 255, 0.1);
    border-color: transparent;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    transition: all 0.2s ease-in-out;
}
.blog_single_author .media-body .btn:hover, .blog_single_author .media-body .btn:focus, .blog_single_author .media-body .btn:active, .blog_single_author .media-body .btn.active {
    color: #fff;
    background-color: #2947c7;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.share_wrapper span {
    text-transform: uppercase;
    letter-spacing: 0.03125rem;
}
.share_link {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    vertical-align: middle;
    border: 0.0625rem solid transparent;
    font-size: 0.75rem;
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.6;
    font-weight: 400;
    border-radius: 50%;
    margin-left: 0.5rem;
    color: #71869d;
    background-color: rgba(113, 134, 157, 0.1);
    border-color: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;

}
.share_bottom .share_link {
    background-color: transparent;
}
.report_icon .share_link  {
    margin-left: 0;
}
.share_link:hover,
.share_link:focus,
.share_link:active {
    color: #fff;
    background-color: #71869d;
}
.blog_single_image_wrapper {
    margin: 3.5rem 0;
}
.blog_single_content_wrapper blockquote {
    font-size: 1.5rem;
        line-height: 1.8;
    background-color: rgba(55, 125, 255, 0.1);
    color: #021b22;
        padding: 2rem;
    margin: 2rem 0;
    border-radius: 0.3125rem
}
.blog_single_content_wrapper blockquote span {
    font-size: 0.875rem;
}
.blog_single_content_wrapper ul, .blog_single_content_wrapper ol {
    padding-left: 40px;
    margin-bottom: 1rem;
}
.list-article > li:not(:last-child) {
    padding-bottom: 1rem;
}
.blog_single_content_wrapper .subscribe_section {
    border-radius: 0.3125rem;
    border-width: 0;
    box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.blog_single_content_wrapper .subscribe_section .subscriber_form {
    max-width: 75%;
    margin: 0 auto;
}
.blog_single_page_tags {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.blog_single_page_tags .blog_tags_link {
    border-radius: 0.3125rem;
}
.author_bottom {
    padding: 2rem 0;
    margin: 3.5rem 0;
}
.author_bottom small {
    text-transform: uppercase;
    letter-spacing: 0.03125rem;
}
.blog_single_author.author_bottom .media-body {
    font-size: 1rem;
}
.blog_single_content_wrapper .comment_wrapper {
    margin-bottom: 5rem;
}
.blog_single_content_wrapper .comment_wrapper ul, .blog_single_content_wrapper .comment_wrapper ol {
    padding-left: 0px;
}
.blog_single_content_wrapper .comment_wrapper ul li {
    margin-bottom: 2rem;
}
.blog_single_content_wrapper .comment_wrapper ul.reply_wrapper {
    margin-top: 2rem;
    border-width: 0.1875rem !important;
}
.blog_single_content_wrapper .comment_wrapper .reply a {
    font-weight: 600;
}
.comment_form .h3 {
    margin-bottom: 2rem;
}
.comment_form form button[type="submit"] {
    width: auto;
}
.related_blog_wrapper {
    padding: 4rem 0;
}
.related_blog_wrapper .h3 {
    margin-bottom: 2rem;
}
.related_blog {
    position: relative;
    padding: 2rem 0;
}
.related_blog a.tag {
    text-transform: uppercase;
}
.related_blog .h4 a {
    color: #021b22
}
.stay_wrapper {
    padding-bottom: 4rem;
}
.stay_wrapper .stay_title {
    width: 60%;
    margin: 0 auto 3rem;
}
.subscriber_form button[type="submit"] {
    width: auto;
    min-width: unset;
}
/* ==================================== */
/* !!!!  PPC Service Section Css   !!!! */
/* ==================================== */
.ppc_service_wrapper {
    position: relative;
    padding: 100px 0px 80px;
}
.ppc_service {
    flex: 0 0 20%;
    width: 100%;
    text-align: center;
    padding: 0px 10px;
}







/*dev css start*/
.alert-warning{
    display: none;
}
.sent .form-control:invalid ~ .invalid-feedback{
    display: none !important;
}
.sent .form-control{
    border: .0625rem solid #e7eaf3 !important;
    background-image: none !important;
    box-shadow: none !important;
}
.comment-form-cookies-consent{
    display: none !important;
}
.subscriber_form .primary_btn{
    min-width: unset;
    margin-left: 0px !important;
}
.subscriber_form .form-group{
    margin-bottom: 0px !important;
    display: contents;
}

/*dev css end*/

.service_banner_wrapper  .ppc_banner_content
{
    max-width: 100%;
}

.g-recaptcha {
    transform-origin: 0;
    transform: scale(0.84);
}

.sdm_referral_url
{
    display: none;
}

/*subscribe section hide*/

.subscribe_section
{
    display: none;
}
.stay_wrapper
{
    display: none;
}


/* !!!!!  industries page !!!!! */
.how_we_help_wrapper {
    position: relative;
    width: auto;
    padding: 0;
    margin: 65px 0;
}
.how_we_help_wrapper .how_we_help_container{
    border-radius: .3125rem;
}
.how_we_help_wrapper .how_we_help_image img{
    border-radius: 0 .3125rem .3125rem 0;
}
.how_we_help_content {
    max-width: 600px;
    margin: 0 auto;
    padding: 50px;
}
.challenges_wrapper {
    position: relative;
    padding: 4rem 0;
    background-color: rgba(2, 27, 34, 0.7);
    background-image: url(/wp-content/uploads/2020/09/abstract-shapes-20.svg);
    border-radius: .3125rem;
}
.challenges_wrapper .section_title .h1 strong {
    display: block;
    color: rgb(255 255 255 / 70%);
}
.challenges_wrapper .callenges_item_list {
    list-style: none;
}
.challenges_wrapper .callenges_item_list li {
    padding: calc(7.5rem * 0.4) calc(5.25rem * 0.265);
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    color: rgb(255, 255, 255);
    font-size: 1.5em;
    line-height: 1.222;
    text-align: center; /* ADDED ON 27-05-2022 */
}
.challenges_wrapper .callenges_item_list li:nth-child(4n + 1) {
    border-left: none;
}
.challenges_wrapper .callenges_item_list li:nth-child(-n + 4) {
    border-top: none;
}
@media (max-width: 1199px) {
    .challenges_wrapper .callenges_item_list li {
        font-size: 1.222em;
        padding: calc(7.5rem * 0.2) calc(5.25rem * 0.25);
    }
}
@media (max-width: 991px) {
    .how_we_help_content {
        max-width: 100%;
    }
    .challenges_wrapper .callenges_item_list li {
        font-size: 1.111em;
        padding: calc(7.5rem * 0.1) calc(5.25rem * 0.2);
    }
}
@media (max-width: 767px) {
    .how_we_help_wrapper .section_title,
    .challenges_wrapper .section_title {
        margin-bottom: 20px;
    }
    .challenges_wrapper {
        padding: 3rem 0;
    }
    .challenges_wrapper .callenges_item_list li:nth-child(n) {
        border-top: solid 1px rgba(255, 255, 255, 0.3);
        border-left: solid 1px rgba(255, 255, 255, 0.3);
    }
    .challenges_wrapper .callenges_item_list li:nth-child(odd) {
        border-left: none;
    }
    .challenges_wrapper .callenges_item_list li:nth-child(-n + 2) {
        border-top: none;
    }
    .challenges_wrapper .section_title .h1 strong {
		display: inline;
	}
	.challenges_wrapper .h1 br {
		display: none;
	}
}
@media (max-width: 575px) {
    .how_we_help_content {
        padding: 20px;
    }
    .challenges_wrapper .callenges_item_list li {
        font-size: .9em;
    }
}
/* !!!!!  End industries page !!!!! */


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/*         UPDATED ON 29-01-2022         */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.our_clients_says {
    padding: 50px 0px 0px;
}

.client_says_content {
    padding: 0 0 50px;
}

.client_says_content img {
    max-width: 200px;
}

/* Blog-post */
.media-body span:nth-child(2) {
    display: none !important;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/*         UPDATED ON 15-02-2022         */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.sidebar_content_container {
    padding: 4rem 0;
}

/* Form */
.sidebar_form_box {
    box-shadow: 0px 10px 40px 10px rgba(140, 152 ,164, 0.18);
    border-radius: 5px;
}

.sidebar_form_box_title {
    background-color: #f7faff;
    padding: 24px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.sidebar_form_box form {
    padding: 10px 24px;
}

.sidebar_form_box form .form-control,
.sidebar_form_box form .primary_btn {
    margin-top: 20px;
}

.sidebar_form_box form .form-group {
    margin: 0;
}

/* Tesimonial */
.sidebar_slider_content {
    margin: 30px 0;
    box-shadow: 0px 10px 40px 10px rgba(140, 152 ,164, 0.18);
    border-radius: 5px;
}

.sidebar_slider_title {
    background-color: #f7faff;
    padding: 24px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* .sidebar_text_slider {
    padding: 30px 24px;
} */

.sidebar_text_content {
    padding-top: 30px;
}
.sidebar_text_content::before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='quote-right' class='svg-inline--fa fa-quote-right fa-w-16' role='img' viewBox='0 0 512 512' width='20px' height='20px'%3E%3Cpath fill='%23677788' d='M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
}

.sidebar_video_container {
    padding: 20px 14px;
}

.sidebar_video_container .video_wrap:not(:nth-last-of-type(1)){
    margin-bottom: 24px;
}
.sidebar_form_box .wpcf7-form .text_error {
    font-size: 12px;
    display: none;
}
/* .sidebar_form_box .wpcf7-form .text_error.text_invalid {
    color:  #ed4c78;
    display: block;
    padding: 10px 0 0;
} */

.sidebar_form_box .wpcf7-form.invalid input[name="email"]:invalid {
    border-color: #ed4c78;
    padding: .75rem 1rem;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/*         UPDATED ON 09-03-2022         */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.swiper_testimonial_content {
    cursor: pointer;
}
.swiper_testimonial_content .swiper-slide {
    opacity: 0 !important;
    visibility: hidden;
    transition: 0.1s all ease-in-out;
}

.swiper_testimonial_content .swiper-slide-active {
    opacity: 1 !important;
    visibility: visible;
}

.swiper_testimonial_content blockquote.h3 {
    font-weight: 400;
}

.swiper_testimonial_content small {
    color: rgba(255, 255, 255, 0.7);
}

.swiper_testimonial_thumb {
    max-width: 260px;
    margin: 0;
}

.swiper_testimonial_thumb .swiper-slide {
    max-width: 50px;
    height: 50px;
    margin: 0 3px;
    cursor: pointer;
}

.swiper_testimonial_thumb .swiper-slide img {
    width: 35px;
    height: 35px;
    opacity: 0.7;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transition: 0.2s all linear;
}

.swiper_testimonial_thumb .swiper-slide-active img {
    width: 50px;
    height: 50px;
    opacity: 1;
}

/* new css 7-06-2024 */
.hero_banner_wrapper .main_banner_list {
    list-style: none;
}
.hero_banner_wrapper .main_banner_list li {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 25px;
}
.hero_banner_wrapper .main_banner_list li::before {
    content: "";
    background-image: url('/wp-content/uploads/2024/06/digital_list.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    position: relative;
    margin-right: 14px;
}
.seo_wrapper .embed-responsive video{
    position: relative;
}
.page-template-page-with-sidebar .inner_title{
    font-size: 2.5rem;
    text-align: left;
}
.page-template-page-with-sidebar .content_holder_wrapper{
    padding: 30px 0;
}
.page-template-page-with-sidebar .sidebar_form_box_title{
        background-color: #2947c7;
}
.page-template-page-with-sidebar .sidebar_form_box_title h4{
    color: #fff;
}
.wp-video br{
	display:none;
}

/* ======================================================= */
/* !!!!              NEW HOMEPAGE CSS                 !!!! */
/* ======================================================= */
/* Banner */
.banner_wrapper {
    width:100%;
    padding: 130px 0 20px 0;
    margin: 0;
    background-color: #739ee6;
/*     position: relative; */
    z-index: 1;
    min-height: 100vh;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position:30% 56%;
    background-repeat: no-repeat;
}
.banner_wrapper .container-fluid {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.banner_details h3 {
    font-size: 22px;
    color: var(--bs-light);
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
}
.banner_info {
    position: relative;
    z-index: 1;
}
.banner_info .row {
    margin: 0;
}
.banner_info:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 100% 100%;
    z-index: -1;
}
.banner_info .banner_block {
    width: 100%;
    float: left;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
    height: 100%;
}
.banner_info .banner_block .icon, .banner_info .banner_block .icon img {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
    padding: 0;
    margin: 0 20px 0 0;
}
.banner_info .banner_block h4 {
    padding: 0;
    margin: 0;
    align-self: center;
    font-size: 15px;
    color: var(--bs-secondary);
    line-height: normal;
}
.banner_info [class^="col-"]:last-child, .banner_info > [class*=" col-"]:last-child {
    border: none;
}
.banner_info [class^="col-"], .banner_info > [class*=" col-"] {
    padding: 16px !important;
    border-right: 2px solid rgba(78, 97, 119, 0.2);
    position: relative;
    z-index: 5;
}
.contact_block .btn {
    --bs-btn-padding-x: 14px;
    --bs-btn-font-size: 12px;
    width: 100%;
}
.contact_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    height: 100%;
}
.review_block .icon ,  .review_block .icon img, .review_block, .banner_info {
    width: 150px;
}
.banner_info {
    max-width: 400px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.review_block .icon img {
    object-fit: contain;
    object-position: center;
}
.banner_wrapper_new .banner_details .main_head {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}
.banner_wrapper_new .banner_details .simple_text {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    text-shadow: 0 0 3px #f0f3f5;
}
.banner_wrapper_new .banner_details  .sub_text {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}
.banner_wrapper_new .banner_details  .subtitle {
    font-size: 32px;
    font-weight: 600;
    color: #f5f5f5;
    font-style: italic;
    line-height: normal;
}
/* ============================================================= */
/* !!!!              NEW WHY CHOOSE SECTION                 !!!! */
/* ============================================================= */
.why_choose_wrapper {
    padding: 100px 0;
}
.main_title h2 {
    font-weight: bold;
    margin: 0;
}
.why_choose_block {
    margin: 60px 0 0;
}
/* .why_choose_content {
    padding: 10px 10px 10px 20px;
    border-left:  3px solid var(--bs-light);
} */
.why_choose_head  {
    margin: 0 0 20px;
}
.why_choose_content p {
    color: var(--bs-gray);
}
.why_choose_content ul li {
    color: var(--bs-gray);
}
.why_choose_content ul {
    margin: 0;
}
.why_choose_content ul li:not(:last-child) {
    margin: 0 0 12px;
}
.why_choose_image {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.choose_placeholder_block::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-image: url('/wp-content/uploads/2025/07/play-white-ic.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
}
.choose_video_block, .choose_placeholder_block {
    max-width: 768px;
    width: 100%;
}
.choose_video_block .ratio {
    height: 100%;
}
.choose_video_block .ratio iframe {
    width: 100%;
    height: 100%;
}
.choose_placeholder_block {
    cursor: pointer;
    position: relative;
    width: 100%;
}
.choose_video_section {
    cursor: pointer;
    width: 100%;
}
.choose_placeholder_block img {
    width: 100%;
}
.choose_video_block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
}
.why_choose_contact {
    background-color: #2947c7;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.choose_contact_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.choose_contact_link img {
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
}
.choose_contact_detials h6 {
    margin: 0;
    color: #c6daf9;
}
.choose_contact_detials p {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    margin: 0;
}
.choose_contact_link:hover p {
    color: #1e2022;
}
.why_choose_block .row, .personal_attorney_block .row {
     --bs-gutter-y: 50px
}
.curve_img {
    max-width: 136px;
    width: 100%;
    object-fit: contain;
    height: auto;
}
/* ============================================================= */
/* !!!!              New RECOGNIZED SECTION                 !!!! */
/* ============================================================= */
.recognized_wrapper {
    padding: 50px 0;
}
.recognized_head {
    margin: 0 0 30px;
}
.recognized_image {
    max-width: 160px;
    height: 160px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recognized_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
/* ======================================================== */
/* !!!!              New ABOUT SECTION                 !!!! */
/* ======================================================== */
.about_wrapper {
    background-color: #f0f3f5;
    padding: 100px 0;
}
.about_info_block {
    background-color: #2947c7;
    padding: 40px 20px;
}
.about_info_block h2 {
    font-weight: bold;
    color: white;
}
.about_info_block h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: normal;
}
.about_info_block img {
    margin: 10px 0 20px;
}
.about_info_block h4 {
    color: #75a5ff;
    font-size: 20px;
    line-height: normal;
}
.about_info_block h5 {
    -webkit-text-stroke: 1px #F8F8F8;
    text-shadow: 0px 1px 4px white;
    color: #2947c7;
    font-size: 30px;
}
.about_info_block a {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    display: block;
}
.about_info_block a:hover {
    color: #75a5ff;
}
.more_about_info_block .col-12 {
    padding: 18px;
}
.about_icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center;
}
/* .about_icon {
    margin: 0 10px 0 0;
} */
.more_info {
    padding: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
}
.about_icon {
    margin: 0 0 10px;
}
.about_icon, .more_info_content {
    width: 100%;
}
.more_info_content h4 {
    margin: 0 0 10px;
    line-height: normal;
    font-weight: bold;
    font-size: 24px;
    color: #1e2022;
}
.more_info_content img {
    margin: 10px 0 20px;
}
.more_info_content p {
    font-size: 18px;
    font-weight: bold;
    color: #1e2022;
}
.about_inner > .row {
    --bs-gutter-y: 50px;
}
/* ======================================================== */
/* !!!!              New AWARD SECTION                 !!!! */
/* ======================================================== */
.award_wrapper  {
    padding: 100px 0;
}
.award_block {
    margin: 50px 0 0;
}
.award_slider .swiper-slide {
    height: auto;
}
.awards_list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.award_image_block {
    width: 100%;
    background-color: #fff;
    border: 10px solid #fff;
    padding: 10px;
    border-radius: 2px;
    height: 150px;
}
.award_image_block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
/* ================================================================ */
/* !!!!              New PRACTICE AREA SECTION                 !!!! */
/* ================================================================ */
.practice_area_wrapper {
    background-color: #f0f3f5;
    z-index: 1;
}
.practice_area_block {
    margin: 60px 0 0;
    position: relative;
}
.practice_area_icon {
    min-width: 100px;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #2947c7;
    margin: 0 auto;
    z-index: 11;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.practice_area_icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    object-position: center;
}
.practice_area_content {
    padding: 50px 20px 20px;
    background-color: #fff;
    margin: -40px 0 0;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.practice_area_content h4 {
    font-weight: bold;
    color: #1e2022;
    margin: 0;
    font-size: 18px;
    line-height: normal;
}
.practice_area_link:hover .practice_area_icon {
    background-color: #377dff;
}
.practice_area_link:hover  .practice_area_content h4 {
    color: #fff;
}
.practice_area_link:hover .practice_area_content {
    background-color: #2947c7;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.practice_area_block .row .col-12 {
    padding: 16px;
}
.practice_area_link {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.practice_area_item {
    height: 100%;
}
.practice_contact_btn {
    margin: 60px 0 0;
}

/* ========================================================== */
/* !!!!              NEW CONTACT SECTION                 !!!! */
/* ========================================================== */
.contact_wrapper {
    padding: 100px 0 !important;
}
.quote_form  .form_wrapper {
    background-color: #21325b;
}
.contact_top p {
    width: 70%;
}
.contact_top {
    margin: 0 0 30px;
}
.quote_form {
    border-radius: .3125rem
}
.quote_form .h3 {
    color: #fff;
}
@media (min-width: 768px) {
    .contact_wrapper .consult_contact {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: end;
        text-align: right;
    }
}
/* testimonal css */
.testimonial-slider-wrapper {
  max-width: 1000px;
  margin: 40px auto;
  padding: 40px;
  background-color: #f9f9f9;
}

.testimonial-inner {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.testimonial-left {
    max-width: 242px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    min-width: 242px;
    height: 242px;
}

.testimonial-left img.testimonial-photo {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    flex-shrink: 0;
    object-fit: cover;
    object-position: top;
}

.testimonial-right {
    display: flex;
    flex-direction: column;
}

.testimonial-quote {
  font-size: 22px;
  line-height: 1.6;
  color: #1a1a1a;
  font-weight: 400;
  margin-bottom: 20px;
}

.testimonial-name {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.testimonial-bottom-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px 0 0;
  padding: 5px;
}

.testimonial-count {
  font-size: 14px;
  color: #444;
}

.testimonial-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.slider_navigation.position-relative {
    max-width: 90px;
    width: 100%;
}

.testimonial-arrows .swiper-button-next,
.testimonial-arrows .swiper-button-prev {
    color: #000;
    transition: 0.3s;
    position: relative;
    background-color: transparent;
    max-width: 26px;
    width: 100%;
    margin: 0;
    flex-shrink: 1;
    height: 26px;
}

.testimonial-arrows .swiper-button-next:hover,
.testimonial-arrows .swiper-button-prev:hover {
  background-color: transparent;
}

.testimonial-arrows .swiper-button-next:hover svg path,
.testimonial-arrows .swiper-button-prev:hover svg path {
    stroke: #2947c7;
}

.testimonial-arrows  .swiper-button-next:after, .testimonial-arrows  .swiper-button-prev:after {
    display: none;
}
/* Progress Bar Styling */
.testimonial-progress .progress-bar {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  position: relative;
  overflow: hidden;
  margin: 0 10px 0 0;
}

.progress-bar-fill {
  height: 100%;
  background-color: #222;
  width: 0%;
  transition: width 0.4s ease;
}
.testimonal-slider-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto 0 0 0;
}

.testimonial-progress {
    width: 100%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-right {
    height: 100%;
}
.swiper-slide.testimonial-slide {
    height: auto;
}
.testimonial-inner {
    height: 100%;
    justify-content: start;
}
/* Videos */
.videos .row {
    row-gap: 40px;
}
.home  .site_content {
    margin-top: 0 !important;
}
.quote_form .form_wrapper {
    background-color: transparent;
    box-shadow: none;
}
.home .navbar_wrapper{
    position: relative !important;
}