:root {
    --clr-common-white: #fff;
    --clr-common-black: #000;
    --clr-common-soft_black: #0a0a0a;
    --clr-common-hr_border: #e6e6e6;
    --clr-body-text: #777;
    --clr-body-soft_bg: #f6f6f6;
    --clr-theme-1: #E00605;
    --clr-theme-2: #15479C;
    --clr-font-1: 'outfit', sans-serif;
    --clr-font-2: 'roboto', sans-serif;
    --clr-spl-font: 'publicsans', sans-serif;
}

body {
    font-family: var(--clr-font-2);
    font-weight: 400;
    font-style: normal;
    color: var(--clr-body-text);
    font-size: 16px;
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--clr-font-1);
    color: var(--clr-theme-2);
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
#back-to-top .btn.btn-primary {
    line-height: 45px;
    background: var(--clr-theme-1);
    color: var(--clr-common-white) !important;
    margin-bottom: 0;
    opacity: 0.5;
    outline: unset;
    border-radius: 50%;
}
#back-to-top i {
    font-size: 25px;
}
#back-to-top .btn.btn-primary:hover {
    background: var(--clr-theme-2);
    opacity: 1;
    top: 2px;
    position: relative;
}
.sec-padding {
    padding: 80px 0;
}
.sec-padding-b {
    padding-bottom: 80px;
}
.sec-padding-t {
    padding-top: 80px;
}
.pl-80 {
    padding-left: 80px;
}
.pl-60 {
    padding-left: 60px;
}
.img, img {
    max-width: 100%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
a, .button {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
ul, ol {
    display: inline-block;
    margin: 0;
    padding: 0;
}
a:hover {
    color: var(--clr-theme-1);
}

/*--- header ---*/

.top-bar2 {
    background: var(--clr-theme-1);
}
.headernav-variation2 .site-navigation-inner, .headernav-variation3 {
    background: var(--clr-theme-2);
}
.header-right .top-info-box li .info-box .info-box-title {
    color: var(--clr-common-black);
    font-family: var(--clr-font-1);
    font-size: 20px;
    line-height: 1.7;
}
.header-variation2 {
    padding-top: 20px;
}
.header-right {
    margin-top: 30px;
}
.top-info-box li .info-box span.info-icon i {
    color: var(--clr-theme-2);
}
.headernav-variation2 ul.main-menu > li > a, .headernav-variation3 ul.main-menu > li > a {
    color: var(--clr-common-hr_border);
    font-family: var(--clr-font-1);
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px;
}
ul.main-menu > li {
    padding: 0 0px;
}
.top-bar2 .top-info li i {
    color: var(--clr-theme-2) !important;
}
.header_contact, .header_title {
    color: var(--clr-common-white);
    font-size: 16px;
    font-family: var(--clr-font-1);
}
.top-bar2 .top-social li a {
    color: var(--clr-theme-1);
    background: var(--clr-common-white);
    width: 24px;
    border-radius: 50%;
    display: block;
    text-align: center;
    height: 24px;
    margin: 0 2px;
    font-size: 14px;
    line-height: 25px;
}
.headernav-variation2 .main-menu > li a:hover {
    color: var(--clr-theme-2);
    background: #ffffffab;
}
.headernav-variation2 ul.main-menu > li.menu-item-94 > a {
    color: var(--clr-theme-2);
    background: #ffffffab;
}

/*--- breadcrumb ---*/

.banner-area {
    background: url(../../images/images/new_images/others/breadcrumb.png);
    height: 250px;
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.banner-heading .breadcrumb a {
    color: var(--clr-theme-1);
}
.border-title.border-left:before, .border-title.border-left:after {
    background: var(--clr-theme-1);
}
.banner-heading .border-title.border-left, .banner-heading {
    color: var(--clr-common-black);
}

/*--- footer ---*/

.copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--clr-theme-1);
}
.footer:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    z-index: -1;
    opacity: 0.9;
}
.footer {
    background: url(../../images/images/new_images/others/img1/footerbg.png);
    position: relative;
    z-index: 1;
    background-position: 50% 50%;
    background-size: cover;
}
.copyright-info {
    font-family: var(--clr-font-1);
    font-size: 16px;
}
.copyright-info a {
    color: var(--clr-common-black);
}
.footer .widget-title:before {
    background: var(--clr-theme-2);
}
.widget_nav_menu {
    margin-top: 0px;
}
.footer-widget a:hover {
    color: var(--clr-theme-1) !important;
    font-weight: 600;
}
.footer-widget a {
    color: var(--clr-common-white) !important;
    font-family: var(--clr-font-1) !important;
    font-size: 18px;
    line-height: 1.7;
}
.footer .widget_nav_menu ul.menu.nav > li a {
    font-size: 16px;
}
.footer .widget-title {
    font-size: 20px;
    font-weight: 600;
}
.footer-logo {
    margin-bottom: 25px;
    background: var(--clr-common-white);
    padding: 5px 5px;
    border-radius: 10px;
}
.listofcom {
    list-style: none;
    line-height: 1.7;
    margin-bottom: 15px;
    color: var(--white);
    font-size: 16px;
}
.listofcom strong {
    font-size: 18px;
    text-transform: uppercase;
}
.listofcom span {
    color: var(--clr-theme-2);
    background: var(--clr-common-white);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border-radius: 50%;
}
.contact-comp h4 {
    color: var(--clr-theme-1);
    font-size: 22px;
    font-weight: 600;
}


/*===================================================  home_page  ================================================*/

/*--- img-hover ---*/

.image-anime {
    position: relative;
    overflow: hidden;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

/*--- keyframes ---*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* wobble-vertical animation effect 
----------------------------------*/
@-webkit-keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
/* hvr-buzz-out animation effect 
----------------------------------*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/*--- title ---*/

.sub_title2 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--clr-theme-1);
    background-color: var(--clr-body-soft_bg);
    padding: 10px 20px 10px 35px;
    border-radius: 100px;
    margin-bottom: 15px;
}
.section_title .sub_title2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: var(--clr-theme-2);
    border-radius: 50%;
    width: 5px;
    height: 5px;
}
.section_title .title2 {
    font-size: 50px;
    line-height: 1.1em;
    margin-bottom: 15px;
}
.bgsection_title .title2 {
    color: var(--clr-common-hr_border);
}

/*--- btn ---*/

.slide_btn.theme2_clr {
    background-color: var(--clr-theme-2);
    color: #fff;
}
.slide_btn {
    position: relative;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    padding: 0 40px;
    font-weight: 600;
    text-decoration: none;
    font-family: var(--clr-font-1);
    padding-right: 100px;
    font-size: 18px;
    border-radius: 0px 20px 20px 20px;
}
.slide_button {
    margin-top: 20px;
}
.slide_btn.theme2_clr span {
    background-color: #002d8f;
    color: #fff;
}
.slide_btn span {
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 0px 20px 0px 0px;
}
.slide_btn span i:first-child {
    top: -50%;
}
.i_right i {
    font-size: 16px;
    font-weight: 300;
    margin-left: 5px;
    display: inline-block;
    transform: translateY(2px);
}
.slide_btn span i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.slide_btn.theme2_clr:hover {
    background-color: #002d8f;
    color: #fff;
}
.slide_btn.theme2_clr:hover span {
    background-color: var(--clr-theme-2);
    color: #fff;
}
.slide_btn:hover span i:first-child {
    top: 50%;
}
.slide_btn:hover span i:last-child {
    top: 150%;
}


/*-------------------------------------------------  home_welcome  -----------------------------------------------*/

.about_img_inner {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.about_img_inner:before {
    position: absolute;
    left: -60px;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    border: 3px solid var(--clr-theme-1);
    z-index: -1;
    transition: 0.3s;
}
.about_topright {
    position: absolute;
    right: -35px;
    top: -35px;
    z-index: 1;
    transition: 0.5s;
    border-radius: 50%;
    display: inline-flex;
}
.trust_tag {
    width: 176px;
    height: 176px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: -80px;
    bottom: -10px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    transition: 0.5s;
}
.trust_tag-span {
    font-size: 14px;
    text-transform: uppercase;
    color: #81868a;
    line-height: 3.33;
    font-family: var(--clr-font-1);
}
.trust_tag h4 {
    font-weight: 700;
    color: #0439ab;
    font-size: 45px;
    font-family: var(--clr-font-1);
}
.about_list2 li {
    font-size: 16px;
    color: #000;
    line-height: 2.2;
    list-style: none;
    position: relative;
    padding-left: 35px;
}
.about_list2 li:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "\f00c";
    font-family: 'FontAwesome';
    transform: translateY(-50%);
}
.about_list2 {
    margin: 10px 0 0px;
}
.about_img_wrapper2 {
    padding-left: 40px;
    margin-top: 40px;
}

/*----------------------------------------------------  home_product  -------------------------------------------------*/

.homeproduct-section {
    position: relative;
    z-index: 1;
}
.homeproduct-section:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 480px;
    background-color: #000;
    z-index: -1;
    content: "";
    background-image: url(../../images/images/new_images/home/pro/pro-bg.png);
}
.p_carousel_single {
    margin: 30px 10px;
}
.mb-50 {
    margin-bottom: 50px;
}
.p_caoursel_img {
    border-radius: 0px 20px 0px 20px;
    overflow: hidden;
}
.p_caoursel_img a {
    display: block;
    position: relative;
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.p_caoursel_img a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, black 100%);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transform-origin: bottom left;
    transform: scaleY(1);
    z-index: 1;
}
.p_caoursel_img img {
    border-radius: 0px 20px 0px 20px;
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    width: 100%;
}
.p_carousel_text {
    background-color: var(--clr-body-soft_bg);
    margin: 0 30px;
    border-radius: 0px 20px 20px 20px;
    padding: 25px;
    position: relative;
    margin-top: -42px;
    transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
    z-index: 1;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.p_sub_title {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
    display: block;
}
.blog_title {
    font-size: 20px;
    font-family: var(--clr-font-1);
    font-weight: 600;
    line-height: 1.5;
}
.blog_title a {
    text-decoration: none;
    transition: 0.3s;
    color: var(--clr-theme-2);
}
.p_abs_button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-color: var(--clr-theme-1);
    color: var(--clr-common-white);
    text-align: center;
    line-height: 40px;
    border-bottom-right-radius: 10px;
    display: inline-block;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.p_carousel_single:hover .p_caoursel_img a {
    display: block;
}
.p_carousel_single:hover .p_caoursel_img a:before {
    transform: scaleY(0);
}
.p_carousel_single:hover .p_caoursel_img a img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.p_carousel_single:hover .p_carousel_text {
    margin-top: -72px;
}
.p_abs_button:hover {
    background-color: var(--clr-common-black);
    color: var(--clr-common-white);
}

/*----------------------------------------------  home_mis&vission  ------------------------------------------------*/

.single_promo_box {
    border: 3px solid #f6f6f6;
    background-color: #fff;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
    transition: 0.8s;
    padding: 30px;
    height: 450px;
    border-radius: 0px 20px 0px 20px;
}
.single_promo_box > img {
    max-width: 85px;
    margin-bottom: 15px;
    display: inline-block;
}
.single_promo_box h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.13;
    margin-bottom: 18px;
}
.promo_theme2 {
    color: var(--clr-theme-2);
    display: block;
}
.single_promo_box h3 a {
    color: var(--clr-common-black);
}
.single_promo_box:hover {
    border-color: var(--clr-theme-2);
    box-shadow: none;
}

/*--------------------------------------------------  home_whychoose  ---------------------------------------------------*/

.newsletter_area {
    position: relative;
    z-index: 1;
}
.newsletter_area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    content: "";
    background-color: #000;
    z-index: -1;
}
.newsletter_abs_pattern {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}
.newsletter_content p {
    color: #ffffffa6;
}
.newsletter_area .align-items-center {
    align-items: center!important;
    display: flex;
}
.news_features {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 40px;
    padding-bottom: 10px;
    border-radius: 15px;
}
.news_single_feature {
    display: flex;
    padding: 30px 30px;
    border: 2px solid #f2f2f2;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
    flex-direction: column;
    border-radius: 0px 20px 0px 20px;
}
.feature_icon {
    margin-right: 0;
    text-decoration: none;
    flex: 0 0 45px;
    max-width: 45px;
}
.feature_icon img {
    margin-bottom: 15px;
    max-width: 45px;
}
.feature_title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    font-family: var(--clr-font-1);
    margin-bottom: 5px;
}
.feature_text p {
    font-size: 14px;
    line-height: 1.85;
}
.mb-30 {
    margin-bottom: 30px;
}
.news_single_feature:hover a img {
    animation: hvr-buzz-out 1s linear 1;
    color: var(--clr-theme-2);
}

/*----------------------------------------------------  home_testimonial  ----------------------------------------------*/

.section_back_title {
    position: relative;
    z-index: 1;
}
.back_title_original {
    position: absolute;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
    font-size: 150px;
    font-weight: 700;
    color: #ececec;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    z-index: -1;
    font-family: var(--clr-spl-font);
}
.testimonial_content2 {
    position: relative;
    border: 2px solid #f1f1f1;
    padding: 48px;
    transition: 0.3s;
    z-index: 2;
    margin: 60px 15px;
    border-radius: 0px 20px 0px 20px;
}
.testimonial_2_wrapper {
    margin-top: 40px;
}
.testimonial2_author_img {
    position: absolute;
    right: 48px;
    top: -30px;
    border-radius: 0px 20px 0px 20px;
    background: var(--clr-theme-2);
    width: 100px !important;
    padding: 15px;
}
.testimonial_content2:hover .testimonial2_author_img {
    background: var(--clr-theme-1);
}
.test2_icon_abs {
    position: absolute;
    right: 20px;
    font-size: 150px;
    bottom: 0;
    line-height: 1;
    z-index: -1;
    color: #f5f5f5;
}
.testimonial_content2 > i {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
    color: var(--clr-theme-2);
    transition: 0.3s;
}
.testimonial_content2 p {
    font-size: 18px;
    line-height: 1.7;
    font-family: var(--clr-font-2);
    transition: 0.3s;
    position: relative;
    z-index: 2;
}
.testimonial2_author_name {
    font-size: 20px;
    font-family: var(--clr-font-1);
    font-weight: 700;
    margin-top: 20px;
    transition: 0.3s;
}
.testimonial2_author_name span {
    font-weight: 400;
}
.testimonial_content2:hover {
    background-color: #0439ab;
    border-color: #0439ab;
}
.testimonial_content2:hover .test2_icon_abs {
    color: #0d42b2;
    z-index: -1;
}
.testimonial_content2:hover > i {
    color: #fff;
    transition: 0.3s;
}
.testimonial_content2:hover p {
    color: #fff;
    transition: 0.3s;
}
.testimonial_content2:hover .testimonial2_author_name {
    color: #fff;
    transition: 0.3s;
}



/*---------------------------------------------------  home_counter  ----------------------------------------------------*/

.counterup_area {
    position: relative;
    min-height: 620px;
    background-repeat: no-repeat;
    background-position: top left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-size: cover;
    background-color: var(--clr-theme-2);
    z-index: 1;
}
.counterup_area:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: -1;
    background-color: var(--clr-common-soft_black);
}
.counter_content_wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.single_counter {
    flex: 0 0 33.333%;
    padding: 80px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.single_counter.single_counter1 {
    background-color: #0f0f0f;
}
.single_counter.single_counter2 {
    background-color: #080808;
}
.single_counter.single_counter3 {
    background-color: #000;
}
.single_counter:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #444;
    transform-origin: left bottom;
    transform: scaleX(0);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: -1;
}
.single_counter i {
    font-size: 85px;
    color: #fff;
    line-height: 1;
    margin-bottom: 40px;
    display: inline-block;
}
.counter_title {
    font-size: 60px;
    color: var(--clr-common-white);
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    line-height: 1;
    font-family: var(--clr-spl-font);
}
.counter_info {
    font-size: 16px;
    color: #bebebe;
    line-height: 1.75;
}
.single_counter:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.single_counter:hover:before {
    opacity: 0.5;
    visibility: visible;
    transform: scaleX(1);
}
.single_counter:hover > i {
    animation: wobble-vertical 1s linear 1;
}

/*---------------------------------------------------  home_getintouch  -------------------------------------------------*/

.about_ideal_area {
    position: relative;
    z-index: 1;
}
.about_ideal_img {
    position: relative;
}
.about_ideal_img:before {
    position: absolute;
    width: 266px;
    height: 300px;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    content: "";
    z-index: 1;
    background-image: url(../../images/images/new_images/others/img1/logo-bg.png);
    background-repeat: no-repeat;
}
.about_ideal_img > img {
    width: 100%;
    border-radius: 0px 20px 0px 20px;
}
.about_ideal_logo {
    background-color: #fff;
    width: 178px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0% 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}
.about_ideal_content {
    position: relative;
    padding-left: 100px;
    padding-bottom: 60px;
    padding-top: 60px;
}
.about_ideal_content:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 78%;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: url(../../images/images/new_images/others/img1/git-bg.png);
}
.about_ideal_area .align-items-center {
    align-items: center;
    display: flex;
}
.about_ideal_content p {
    font-size: 18px;
    line-height: 1.67;
}
.col-p-0 {
    padding: 0;
}

/*---------------------------------------------------  home_gallery  -----------------------------------------------------*/

#isotope .isotope-img-container {
    position: relative;
    overflow: hidden;
    padding: 10px;
    margin: 15px;
    border-radius: 0px 20px 0px 20px;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
    width: 350px;
    height: 268px;
}
#isotope .img-responsive {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
div#post-39 .isotope-nav {
    display: none;
}
.title_sec h4 {
    color: var(--e-global-color-dark-cyan);
    margin-bottom: 18px;
}
.title_sec h2 {
    font-weight: 600;
    color: var(--e-global-color-black);
    margin-bottom: 30px;
}
div#tem562_home_gallery_block {
    background-color: #ecf0f1!important;
}
.home-entry-content .border-title {
    display: none;
}
.project-item-title a:hover {
    color: var(--primary);
}


/*=============================================  about_page  ==================================================*/

.about_area3 {
    padding-top: 160px;
}
.about3_img {
    position: relative;
    display: inline-block;
    border-radius: 15px;
    z-index: 2;
}
.about3_img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--clr-theme-1);
    border-radius: 30px;
    transform: rotate(15deg);
    z-index: 1;
    transition: 0.5s;
}
.about3_img img {
    position: relative;
    z-index: 2;
    border-radius: 15px;
}
.about3_img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 2px solid #f2f2f2;
    content: "";
    transform: rotate(25deg);
    z-index: -1;
    transition: 0.5s;
}
.pl-50 {
    padding-left: 50px;
}
.about3_img:hover::before {
    transform: rotate(0deg);
}
.about3_img:hover img {
    filter: grayscale(100%);
}
.about3_img:hover::after {
    transform: rotate(0deg);
}

.dark-section {
    background-color: #1C1C1D;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.our-pricing {
    position: relative;
    background-image: url(../../images/images/new_images/about/ab-bg.png);
    padding: 80px 0;
}
.dark-section .section_title p {
    color: var(--clr-common-hr_border);
}
.pricing-list-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
    transition: all 0.4s ease-in-out;
    margin: 30px 0;
}
.pricing-box {
    position: sticky;
    top: 30px;
    border: 1px solid #FFFFFF1A;
    background-color: #1c1c1d;
    border-radius: 24px;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    padding: 10px;
}
.pricing-box-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding: 15px;
}
.pricing-box-header .icon-box img {
    width: 100%;
    max-width: 50px;
}
.pricing-box-title h2 {
    font-size: 24px;
    color: var(--clr-common-white);
}
.pricing-box-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 80px;
    background-color: #FFFFFF1A;
    border-radius: 14px;
    padding: 30px;
}
.pricing-box-list h3 {
    font-size: 16px;
    color: var(--clr-common-white);
    border-bottom: 1px solid #FFFFFF1A;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pricing-box-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricing-box-list ul li {
    position: relative;
    color: var(--clr-common-white);
    line-height: 1.5em;
    padding-left: 25px;
    margin-bottom: 15px;
}
.pricing-box-list ul li::before {
    content: '\f058';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: 900;
    color: var(--clr-common-white);
    top: 0;
    left: 0;
}
.pricing-box-content {
    position: relative;
    text-align: center;
}
.pricing-box-content::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    background: #FFFFFF1A;
    width: 1px;
    height: 90%;
}
.pricing-box-price h2 {
    font-size: 30px;
    color: var(--clr-common-white);
}
.pricing-box-price h2 span {
    display: block;
    font-size: 16px;
}

.btn-default {
    position: relative;
    display: inline-block;
    font-family: var(--clr-font-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--clr-common-white);
    background: var(--clr-theme-1);
    border-radius: 30px;
    padding: 17px 46px 17px 24px;
    border: none;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.btn-default::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    width: 12px;
    height: 12px;
    background-image: url(https://html.arisetheme.com/paintix/images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
}
.btn-default::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: var(--clr-theme-2);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.btn-default:hover::before {
    transform: translateY(-50%) rotate(45deg);
}
.btn-default:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}
.btn-default:hover {
    color: var(--clr-common-white);
    border: unset !important;
    background: unset !important;
}

/*================================================  product_page  =====================================================*/

#sveproductpg-id .two-column-service {
    margin-bottom: 50px;
    box-shadow: 0 0 10px #0000008a;
    padding: 40px;
    border-radius: 0 20px 0 20px;
}
#sveproductpg-id .image {
    position: relative;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
#sveproductpg-id .image img {
    max-width: 100%;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
    padding: 7px;
    border-radius: 0 20px 0 20px;
}
#sveproductpg-id .image.proimdif img {
    height: 260px;
    max-width: 100%;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
    padding: 7px;
}
#sveproductpg-id .mediam-text {
    position: relative;
    margin-bottom: 10px;
}
#sveproductpg-id .mediam-text .product_pagetitle {
    color: var(--clr-theme-2);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
}
#sveproductpg-id .service-single h2 {
    position: relative;
    color: #222222;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 12px;
    text-transform: capitalize;
}
#sveproductpg-id .product_pagetitle {
    padding-top: 10px;
}
#sveproductpg-id .para-pro {
    font-family: var(--ztc-family-font1);
    font-size: 16px;
    line-height: 30px;
    text-align: inherit;
    margin-bottom: 20px;
}
#tem562_product_page .border-title {
    display: none;
}
.propgtop-cont {
    margin-bottom: 30px;
    line-height: 1.7;
}
.svepropg-li {
    line-height: 2;
    font-size: 16px;
    list-style: none;
}
.svepropg-li img {
    width: 18px;
    vertical-align: text-bottom;
    margin-right: 3px;
}
.svepropg-h4 {
    margin-bottom: 10px;
    color: var(--paragraphColor);
    font-family: var(--fontFamily);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
#sveproductpg-id {
    margin-top: 40px;
}

.abpg-excont {
    display: inline-flex;
    margin-top: 20px;
}
.abpg-excont .bultax-btn {
    background-color: var(--bultax-black4, #0E0E0E);
}
.abpg-excont .bultax-btn::before {
    background-color: var(--bultax-base);
    border: 2px solid #000;
}
.abpg-excont .bultax-btn .bultax-btn__icon {
    background-color: var(--bultax-white, #fff);
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.abpgextrapdf-cont {
    margin-top: 50px;
    margin-left: 20px;
}
.sec-title__title img {
    vertical-align: bottom;
}
.csecontact_content h3.sec-title__title {
    color: var(--bultax-base);
    font-weight: 400;
    display: none;
}
.sec-title__tagline img {
    width: 20px;
}
.headcolor {
    color: var(--bultax-base);
    line-height: 1.2;
    font-weight: 400;
}
.propgcontdiv-ul {
    list-style: none;
}
.propgcontdiv-ul li {
    line-height: 2;
    padding-bottom: 5px;
}
.propgcontdiv-ul li i {
    color: var(--clr-theme-1);
    padding-right: 5px;
}

/*====================================================  contact_page  ================================================*/

.contact-us-content-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    background-color: var(--clr-common-soft_black);
    border-radius: 15px;
    padding: 40px;
}
.contact-us-body-title h2 {
    font-size: 24px;
    line-height: 1.4em;
    color: var(--clr-common-white);
    border-bottom: 1px solid var(--clr-theme-2);
    display: inline-block;
}
.contact-us-body-title h4 {
    color: var(--clr-common-hr_border);
}
.contact-info-item-list{
    margin-top: 30px;
}
.contact-info-item {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 15px;
    background-color: var(--clr-theme-2);
    border-radius: 10px;
    padding: 20px 30px;
    margin-bottom: 20px;
    align-items: center;
}
.contact-info-item:last-child{
    margin-bottom: 0;
}
.contact-info-item .icon-box img{
	width: 100%;
	max-width: 30px;
}
.contact-info-item-content {
    width: 80%;
}
.contact-info-item-content h3 {
    font-size: 24px;
    color: var(--clr-common-white);
}
.contact-info-item-content p {
    color: var(--clr-common-hr_border);
    margin: 5px 0 0;
}
.contact-info-item-content p a{
	color: inherit;
    transition: all 0.4s ease-in-out;
}
.contact-info-item-content p a:hover {
    color: var(--clr-common-white);
}
.contact-us-social-icons{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	border-top: 1px solid var(--dark-divider-color);
	padding-top: 40px;	
}
.contact-us-social-icons h3{
	font-size: 24px;
	color: var(--white-color);
}
.contact-us-social-icons ul{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-us-social-icons ul li a{
	width: 40px;
    height: 40px;
    color: var(--white-color);
    border: 1px solid var(--dark-divider-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}
.contact-us-social-icons ul li a:hover{
	background: var(--accent-color);
}
.contact-us-social-icons ul li a i{
	font-size: 18px;
	color: inherit;
	transition: all 0.4s ease-in-out;
}
.contactpg-div {
    margin: 0 0 80px;
}
.project-item-info-content {
    opacity: 1;
    background: #0a0a0a96;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    border-radius: 0px 15px;
}
.project-item-title {
    font-size: 16px;
}


/*===================================================  contact_page  =================================================*/

.site-button {
    color: var(--clr-common-white);
    font-size: 16px;
    font-family: var(--clr-font-1);
    width: 100%;
}
.contactpg-div .section_title {
    text-align: center;
    margin-bottom: 60px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  responsive  -=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-*/

@media(max-width:767px){
.newsletter_area .align-items-center {
    display: block;
}
.back_title_original {
    bottom: -50px;
    font-size: 50px;
}
.about_ideal_area .align-items-center {
    display: block;
}
.about_ideal_content {
    padding-left: 15px;
    padding-bottom: 0px;
    padding-top: 40px;
}
.sec-padding {
    padding: 40px 0;
}
.sec-padding-b {
    padding-bottom: 40px;
}
.col-p-0 {
    padding: 0 15px;
}
.counter_content_wrapper {
    display: block;
}
.single_counter {
    padding: 40px 40px;
}
.testimonial_content2 {
    padding: 20px;
}
.testimonial_content2 {
    padding: 28px;
    margin: 60px 15px 0px;
}
.news_features {
    padding: 25px 20px;
    padding-bottom: 0px;
}
.newsletter_area:before {
    width: 100%;
}
.newsletter_abs_pattern {
    display: none;
}
.section_title .title2 {
    font-size: 35px;
}
.newsletter_content {
    margin-bottom: 30px;
}
#isotope .isotope-img-container {
    width: 100%;
    height: 100%;
    margin: 20px 0;
}
.pl-60 {
    padding-left: 0;
}
.about_content2 {
    padding-top: 30px;
}
.about_topright {
    left: 150px;
    top: -35px;
    right: 0;
}
.about_img_inner:before {
    left: -10px;
    top: 0;
}
.trust_tag {
    width: 146px;
    height: 146px;
    left: -10px;
    bottom: -10px;
}
.about_img_wrapper2 {
    padding-left: 10px;
    margin-top: 40px;
}
.logo {
    margin-top: 0px;
}
.header_logo {
    width: 280px;
    height: 95px;
}
.header-right {
    margin-top: 0px;
}
ul.top-info-box li .info-box .info-box-subtitle {
    font-size: 16px;
}
ul.top-info-box li .info-box span.info-icon {
    font-size: 22px;
}
ul.top-info-box li:first-child {
    margin-left: 0px;
}
ul.top-info-box li {
    margin-left: 0px;
}
.top-social {
    display: none;
}
.single_promo_box {
    height: 100%;
}
.banner-area {
    height: 200px;
    background-position: 0% 50%;
}
.about_area3 {
    padding-top: 80px !important;
}
.pl-50 {
    padding-left: 0;
}
.about3_img_wrapper {
    margin-bottom: 40px;
    padding: 0 20px;
}
.our-pricing {
    padding: 40px 0;
}
.banner-text {
    left: 0;
}
.pricing-box {
    position: relative;
}
.pricing-box-body {
    padding: 15px;
}
.pricing-box-title h2 {
    font-size: 18px;
}
#sveproductpg-id .two-column-service {
    padding: 20px;
    margin: 30px 15px;
}
.propgtop-cont {
    margin: 0 20px;
}
#sveproductpg-id .mediam-text .product_pagetitle {
    font-size: 22px;
    line-height: 1.7;
    margin-top: 10px;
}
.contact-us-content-box {
    border-radius: 15px;
    padding: 30px 15px;
    margin-bottom: 20px;
}
.contact-info-item {
    padding: 20px 15px;
}
.contactpg-div {
    margin: 0 0 40px;
}
.off-canvas-list li a {
    font-family: var(--clr-font-1);
    font-size: 20px;
    line-height: 2;
    color: var(--clr-theme-2);
}
#header-trigger:hover .icon-bar {
    background-color: var(--clr-theme-1);
}
.off-canvas-list li a:hover {
    color: var(--clr-theme-1);
}
.footer-main {
    padding: 0 0 0px;
}
.footer {
    padding-top: 60px;
    padding-bottom: 0px;
}







}
