/*
Theme Name: VGAJJAR CLINICAL RESEARCH PRIVATE LIMITED
Theme URI: http://codearoma/
Author: codearoma
Author URI: https://codearoma.com/
Description: CodeAroma Technologies mainly focuses on Website development, Application development, Software development, Online Marketing Services and Branding. 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codearoma
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
*/

/*Custom Form*/
.form-group textarea,
.form-group input[type="email"], 
.form-group input[type="text"] {
    background: #fff;
    border: 1px solid var(--primary);
    outline: 0;
    width: 100%;
    height: 50px;
    color: #000;
    margin-bottom: 16px;
    padding: 0 19px;
    border-radius: 5px;
}

#captcha {
    font-weight: 700;
    font-size: 25px;
    padding: 13px 0px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Shadows Into Light',cursive;
    font-style: normal;
    letter-spacing: 5px;
    border: 1px solid var(--primary);
    border-radius: 7px;
}
#captcha-error {
	color: red;
	display: none;
}
 
#mybtn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    color: #FFF;
    transition: 500ms;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 112.5%;
    background-color: var(--secondary);
    color: #FFF;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    border-radius: 50px;
}
ol.form_guide li {
    list-style: auto;
}


@font-face {
    font-family: 'fontello';
    src: url('./assets/fonts/fontello.eot');
    src: url('./assets/fonts/fontello.eot') format('embedded-opentype'),
         url('./assets/fonts/fontello.woff') format('woff'),
         url('./assets/fonts/fontello.ttf') format('truetype'),
         url('./assets/fonts/fontello.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  .demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    
   
    /* For safety - reset parent styles, that can break glyph codes*/
    
   
    /* fix buttons height, for twitter bootstrap */
    
   
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    
   
    /* You can be more comfortable with increased icons size */
    
   
    /* Font smoothing. That was taken from TWBS */
    
   
    /* Uncomment for 3D effect */
  }

:root
{
	--primary:#e38c43;
	--secondary:#0b3634;
}
body {
    font-family: 'Barlow', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
section
{
	float: left;
	width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
.pt-70
{
    padding-top: 70px;
}
.pb-70
{
    padding-bottom: 70px;
}
.pb-50
{
    padding-bottom: 50px;
}
.pt-0
{
    padding-top: 0px;
}
.pb-0
{
    padding-bottom: 0px;
}
h2 {
    color: var(--secondary);
    font-size: 40px;
    font-weight: 700;
    position: relative;
}

nav, ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ml-0
{
    margin-left: 0px !important;
}

ul,
p
{
	padding: 0;
	margin: 0;
}

.navbar-toggler {
    color: #fff;
    background-color: var(--primary);
    border: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.social_media .info-list li a {
    text-decoration: none;
    width: 33px;
    display: flex;
    height: auto;
    border-radius: 30%;
}
.header-top .info-list {
    position: relative;
}
.social_media .info-list li {
    margin-right: 5px;
}
i.ico {
    width: 26px;
    height: 26px;
    background-color: #fff;
    padding: 0px;
    border-radius: 30%;
    margin-top: 2px;
    margin-left: 3px;
    margin-bottom: 2px;
    color: var(--primary);
    font-size: 14px;
    line-height: 27px;
    text-align: center;
}

/*Banner*/

.banner1 {
    background-image: url(assets/images/banner/banner1.webp);
    position: relative;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}
.banner-heading {
    padding: 60px 0px 70px 0px;
    width: 100%;
    color: #fff;
}
.banner-title {
    color: #fff;
    font-size: 50px;
    margin-bottom: 0px;
    font-weight: 600;
}
.breadcrumb {
    position: absolute;
    bottom: -16px;
    font-size: 16px;
    font-weight: 300;
    background: var(--primary);
    padding: 6px 15px;
}
ol.breadcrumb a {
    color: #fff;
    font-weight: 500;
}
ol.breadcrumb i {
    font-size: 12px;
    margin-left: 7px;
}
/************top header***************/

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 24px;
}
.dropdown-toggle::after {
    content: "+";
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s;
    margin-left: 2px;
    transform: translateY(2px);
    color: #fff;
    border: none;
    margin-top: 0px;
    vertical-align: 1px;
}

/* Sticky Navbar */
#masthead {
    background-color: var(--secondary);
    transition: .5s ease top;
    top: -105px;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
    
    &.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    }
    
    .header {
    justify-content: center;
    h1 {
        color: white;
      }
    }
    ;
    z-index: 999;
  }

.dropdown:hover .dropdown-menu {
    display: block;
}
.header-top {
    position: relative;
    padding: 2px 0px;
    background-color: #000;
    float: left;
    width: 100%;
}
.header-top .top-left {
    position: relative;
    float: left;
    padding-left: 15px;
}
.header-top .info-list {
    position: relative;
}
.header-top .info-list li {
    position: relative;
    color: #ffffff;
    margin-right: 5px;
    display: inline-block;
    list-style: none;
}
.header-top .info-list li a {
    text-decoration: none;
    font-size: 14px;
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-top .top-right {
    position: relative;
    float: right;
}

.menu_header {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 1px 1px #e5e5e5;
    position: relative;
    background: #fff;
}

.header-top .info-list li .icon {
    font-size: 12px;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    margin-right: 10px;
    float: left;
}
.apply_job a {
    background: var(--primary);
    color: #fff;
    padding: 9px 17px;
    text-decoration: none;
    font-size: 13px;
}
.logo img {
    width: 100%;
    height: auto;
}
.logo {
    width: 160px;
    height: auto;
}
.navbar
{padding: 0;}
.menutop ul li a {
    color: #fff;
    padding: 5px 15px;
    position: relative;
    font-weight: 500;
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
    line-height: 30px;
}
.dropdown-item {
    color: #000 !important;
    border-bottom: 1px solid var(--primary);
}
ul.navbar-nav > li:hover > a:before, ul.navbar-nav > li.active > a:before {

    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
ul.navbar-nav > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-bottom: 3px solid transparent;
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
    -webkit-transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
    transition: transform 0.45s ease, opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
}
.navbar-nav > .nav-item:hover > .nav-link {
    color: #fff;
}
.navbar-nav > .nav-item:hover >.dropdown-toggle::after {
    transform: rotate(-180deg);
    color: var(--primary) !important;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    background: var(--secondary);
    color: #fff !important;
}
.dropdown-menu li .item-1:hover, .dropdown-menu li .item-1:focus {
    background: var(--secondary);
    border-radius: 20px 20px 0 0 ;
    color: #fff !important;
}
.dropdown-menu {
    text-align: left;
    background:#fff;
    z-index: 100;
    width: 300px;
    border-radius: 0;
    padding: 0;
    border: 0;
    border-top: 4px solid var(--primary);
    border-radius: 20px 20px 0 0 ;
    overflow: hidden;
    margin-left: 22px;
}
.text-w1{
    font-weight: 500;
    color: #fff;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu a:hover {
    background: var(--secondary);
    /* border-radius: 20px 20px 0 0; */
    color: #fff !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #0d6efd00;
}
.dropdown-menu li a {
	color: #000 !important;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
	text-transform: capitalize !important;
    padding: 15px;
    border-bottom: 1px solid #e38c43;
    color: #fff;
	line-height: normal !important;
}
#main_nav {
    display: inline-masonry;
    justify-content: flex-end;
}

/******************Slider***********************/
.pic, .pic img {
    width: 100%;
    height: auto;
}
#slider .carousel-control.left, 
#slider .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease;
}
#slider .carousel-control .fa-angle-left {
    left: 5px;
    background: var(--primary);
}
#slider .carousel-control .fa-angle-right
{
    right: 5px;
    background: var(--primary);
}
#slider .carousel-control .fa-angle-left, 
#slider .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}
#slider .carousel-control i {
    color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: all 500ms ease;
    background: var(--primary);
    border-radius: 50%;
    font-size: 20px;
    margin: 15px;
}
#slider .carousel-control i:hover {
    background: var(--secondary);
}
.slider01 {
    background: #f9f9f9;
    padding-bottom: 50px;
    padding-top: 10px;
}
.slider-content {
    padding-top: 70px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 15px;
    width: 100%;
    position: relative;
    z-index: 99;
}
.slide-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary);
    text-align: left;
}
.slide-sub-title {
    font-style: normal;
    font-size: 40px;
    color: var(--secondary);
    font-weight: 700;
    padding: 15px 0px;
}
.slider-description {
    color: #000;
    font-weight: 500;
    margin: 20px 0 20px;
}

.read-more a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.read-more a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ebebeb;
    border-radius: 50%;
    color: var(--primary);
    margin-right: 5px;
    transition: all 0.3s linear;
}
.read-more {
    margin-top: 10px;
    margin-bottom: 20px;
}
.work-process-area .work-pro-items .item:hover .read-more a i,
.sevice_effe1:hover .read-more a i ,
.services__three-items:hover .two:hover .read-more a i {
    transform: rotate(90deg);
}
.sevice_effe1 {
    padding: 20px 20px 0px 20px;
}



@media (max-width: 1800px) {
    .main-slider-one__item {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.carousel-control-prev {
    z-index: 99;
}
.carousel-control-next {
    z-index: 99;
}
.main-slider-one__item {
    position: relative;
    z-index: 3;
    /* padding-top: 280px;
    padding-bottom: 250px; */
    overflow: hidden;
}

.main-slider-one__bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: translateX(0) scaleX(1);
    filter: blur(0);
    opacity: 1;
}

@media (max-width: 1400px) {
    .main-slider-one__bg::before {
        width: 100%;
        height: 100%;
    }
}

.main-slider-one__bg::before {
    position: absolute;
    left: -110px;
    top: 0;
    height: 100%;
    width: 85%;
    content: "";
    z-index: -2;
    background: linear-gradient(180deg, #dd9457 0%, rgba(14, 189, 102, 0) 100%);
    -webkit-mask-image: url(assets/images/slider/download.webp);
    mask-image: url(assets/images/slider/download.webp);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
}

@media (max-width: 1400px) {
    .main-slider-one__bg::after {
        width: 95%;
        height: 100%;
    }
}

.main-slider-one__bg::after {
    content: "";
    position: absolute;
    left: -92px;
    top: 0;
    width: 80%;
    height: 101%;
    z-index: -1;
    background: linear-gradient(180deg, #0b3634 0%, rgb(17 60 54) 100%);
    -webkit-mask-image: url(assets/images/slider/download.webp);
    mask-image: url(assets/images/slider/download.webp);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.main-slider-one__content {
    position: relative;
    display: inline-block;
    z-index: 3;
    overflow: hidden;
}

.main-slider-one__sub-title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    /* margin: -7px 0 10px; */
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: translateY(0);
}

.main-slider-one__title {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    margin: 0 0 17px;
    opacity: 1;
    font-size: 70px;
    font-weight: 600;
    line-height: 114.286%;
    text-shadow: 0 0 1px currentColor;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(0);
}

.main-slider-one .active .main-slider-one__title::after {
    transform: translateX(0);
    transition-delay: 1500ms;
}

.main-slider-one__title::after {
    content: "";
    width: 101%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    z-index: 3;
    transform: translateX(0);
    transition-delay: 1s;
}

.main-slider-one__btn {
    position: relative;
    z-index: 5;
    overflow: hidden;
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0);
    transform-origin: bottom;
    transition: all 1500ms ease;
}

.main-slider-one__shape--one {
    bottom: 0;
    left: -93px;
    transition: all 1500ms ease;
    transform: perspective(400px) rotateY(0deg) translateY(0);
    transform-origin: left;
    opacity: 1;
}

.main-slider-one__shape--two {
    top: 0;
    left: 0;
    transform: perspective(400px) rotateY(0deg) translateY(0);
    transform-origin: bottom;
    opacity: 1;
    transition: all 1500ms ease;
}

.main-slider-one__shape--three {
    top: 7px;
    bottom: 0;
    right: 0;
    transition: all 1500ms ease;
    transform: perspective(400px) rotateY(0deg) translateY(0);
    transform-origin: right;
    opacity: 1;
}

.main-slider-one__shape--fore {
    top: -179px;
    left: -35px;
    transition: all 1500ms ease;
    transform: perspective(400px) rotateY(0deg) translateY(0);
    transform-origin: left;
    opacity: 1;
}

.main-slider-one__shape {
    position: absolute;
}

*, ::after, ::before {
    box-sizing: border-box;
}

/*******************btn*********************/
.about-two__link {
    margin-top: 39px;
}
.laboix-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    padding: 15px 23.5px;
    color: #FFF;
    transition: 500ms;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 112.5%;
    background-color: var(--secondary);
    color: #FFF;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    border-radius: 50px;
}
.laboix-btn::before {
    content: "";
    height: 0px;
    width: 0px;
    background-color:  var(--primary);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}
.laboix-btn:hover {
    color:  #fff;
}
.laboix-btn:hover {
    color:  #0EBD66;
    background-color: #fff;
}
.laboix-btn:hover::before {
    height: 400px;
    width: 200%;
    top: -70%;
    left: -50%;
}
.laboix-btn:hover {
    color:  #fff;
}


.laboix-btn2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--primary);
    color: #000;
    padding: 15px 23.5px;
    transition: 500ms;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 112.5%;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    border-radius: 50px;
}
.laboix-btn2::before {
    content: "";
    height: 0px;
    width: 0px;
    background-color:  #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}
.laboix-btn2:hover {
    color:  #000;
}
.laboix-btn2:hover {
    background-color: #fff;
}
.laboix-btn2:hover::before {
    height: 400px;
    width: 200%;
    top: -70%;
    left: -50%;
}
.laboix-btn2:hover {
    color:  #000 !important;
}


.laboix-btn3 {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--secondary);
    color: #000;
    padding: 15px 23.5px;
    transition: 500ms;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 112.5%;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    border-radius: 50px;
}
.laboix-btn3::before {
    content: "";
    height: 0px;
    width: 0px;
    background-color:  #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}
.laboix-btn3:hover {
    color:  #000;
}
.laboix-btn3:hover {
    background-color: #fff;
}
.laboix-btn3:hover::before {
    height: 400px;
    width: 200%;
    top: -70%;
    left: -50%;
}
.laboix-btn3:hover {
    color:  #000 !important;
}
/* Footer */
.main-footer.style-two {
    position: relative;
    padding-bottom: 0;
}
.main-footer .footer-widget {
    position: relative;
    margin-bottom: 15px;
}
.main-footer .widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.links-widget .widget-content {
    position: relative;
}
.links-widget ul li {
    position: relative;
}

.links-widget ul li a {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #fff;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.links-widget ul li a:after {
    position: absolute;
    content: '';
    left: -30px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--primary);
}
.main-footer .footer-widget {
    position: relative;
    margin-bottom: 15px;
}
.contact-widget .social-links {
    position: relative;
}
.contact-widget ul.list li {
    position: relative;
    display: flex;
    color: #fff;
    font-weight: 400;
}
.contact-widget .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-widget .social-links li a span {
    position: relative;
}
.contact-widget .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-widget .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-image: -webkit-linear-gradient( 0deg, rgb(17 101 110) 16%, rgb(74 172 179) 100%);
}
footer.main-footer.style-two i {
    color: #fff;
    margin-right: 15px;
    font-weight: 300;
}

.copyright-info, .copyright-info a, .widget-content a {
    color: #fff;
}
.copyright-info.right {
    text-align: right;
}
.copyright {
    margin-top: 40px;
    background: var(--primary);
    padding: 6px 0px;
}
.footer-bottom-two .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-widget ul.list li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    margin-left: 15px;
    line-height: 24px;
}
.widgets-section li {
    margin-bottom: 10px;
}
.contact-widget ul.list i {
    margin-right: 10px;
}
.contact-widget ul.list {
    margin-bottom: 20px;
}
.copyright-text.text-right {
    text-align: right;
}
.copyright-text a
{
    text-decoration: none;
}
section.bottom_footer {
    padding: 0px;
    background: var(--secondary);
    padding-bottom: 6px;
}
ul.list.address1 i {
    margin-top: 4px;
    margin-right: 15px;
}
.footer-widget.links-widget.pl-5 {
    padding-left: 50px;
}
.hover-content-heading a {
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    padding: 2px 10px;
    float: right;
    font-size: 13px;
    border-radius: 5px;
}
.hover-content-heading h2 {
    float: left;
    font-size: 16px;
    margin-top: 6px;
}
.website-tag-part {
    float: left;
    width: 100%;
}
.website-tag-part li {
    float: left;
    box-shadow: 0px 0px 2px 0px var(--secondary);
    background: #f5f5f5;
    padding: 2px 7px;
    margin: 4px;
    color: var(--secondary);
    font-size: 13px;
}
.hover-content-heading a:hover {
    background: var(--secondary);
}
h2.portfolio_name {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
}





.main-footer__shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    animation: scale 4s ease-in-out infinite;
}
.main-footer__shape--two {
    display: inline-block;
    left: auto;
    left: 0;
    z-index: 0;
    animation: topAni 4s ease-in-out infinite;
}

.main-footer__shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    animation: scale 4s ease-in-out infinite;
}
.main-footer.style-two {
    position: relative;
    /* background-image: url(assets/images/footer.webp); */
    padding-bottom: 0;
    background-color: #010707;
}
.main-footer:before {
    position: absolute;
    content: "";
    background-image: url(assets/images/homepage/footer-shape-1-1.webp);
    height: 399px;
    width: 451px;
    right: 1%;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: contain;
    bottom: 0;
}
.main-footer2:before {
    position: absolute;
    content: "";
    background-image: url(assets/images/homepage/footer-shape-1-2.webp);
    height: 399px;
    width: 500px;
    left: 1%;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: contain;
    bottom: 0;
}
.widget-content .animation1 li a::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 10px;
    background-color: var(--primary);
}
.widget-content .animation1 li a:hover {
    margin-left: 0;
    color: var(--primary);
}
.widget-content .animation1 li a {
    color: #fff;
    position: relative;
    padding-left: 16px;
    margin-left: -16px;
    transition: 0.3s;
    font-weight: 400;
}
.widget-content .animation1 li {
    list-style-type: none;
    overflow: hidden;
}

/* Testimonial Section */
.testimonial-section{
	position:relative;
}
.testimonial-section .sec-title .text{
	margin-top:40px;
}
.testimonial-section .owl-carousel .owl-stage-outer{
	padding:20px 0px;
}
.testimonial-section .owl-theme .testimonial-block{
	margin:0px 15px;
}
.testimonial-section .btn_01{
	position:relative;
	text-align:right;
	padding-right:15px;
}
.testimonial-section .btn_01{
	position:relative;
	width:10px;
	height:5px;
	border-radius:0px;
	margin-left:10px;
	display:inline-block;
	background-color:var(--secondary);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	opacity: 0.9;
}
.testimonial-section .btn_01.active,
.testimonial-section .btn_01:hover{
	width:30px;
	background-color:var(--primary);
}
.testimonial-block{
	position:relative;
}
.testimonial-block .inner-box {
    position: relative;
}
.testimonial-block .inner-box .upper-box{
	position:relative;
	padding-top:9px;
	padding-left:115px;
	margin: auto;
    width: 350px;
    text-align: center;
}
.testimonial-block .inner-box .upper-box .icon{
	position:absolute;
	left:0px;
	top:0px;
}
.carousel-indicators.testi_btn {
    bottom: -60px;
}
.testimonial-block .inner-box .upper-box h4{
	position:relative;
	color:var(--secondary);
	font-weight:600;
}
.testimonial-block .inner-box .upper-box .designation{
	position:relative;
	color:var(--primary);
	font-size:16px;
}
.testimonial-block .inner-box .text{
	position:relative;
	margin-top:35px;
	color:#000;
	font-size:16px;
	line-height:1.9em;
	font-weight:500;
	text-align: center;
}
/* Fun fact */
.funfact-one {
    background:#fff;
    position: relative;
}
.funfact-one__inner {
    /* margin-top: -140px; */
    background:  var(--secondary);
    padding: 30px;
    z-index: 1;
    position: relative;
}
.funfact-one__item {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-bottom: 27px;
}
.funfact-one__icon {
    background-image: url(assets/images/homepage/download.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 81px;
    height: 91px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 5px;
    transition: all 0.4s ease-in-out;
}
.funfact-one__count {
    color:  #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -1.2px;
    margin-bottom: 0;
    display: flex;
    gap: 0;
    justify-content: center;
}
.funfact-one__text {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}
.funfact-one__item::after {
    position: absolute;
    bottom: 0%;
    top: 15px;
    left: 0%;
    right: 0%;
    content: "";
    background-color: #fff;
    opacity: 0.1;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
    transition: all 0.4s ease-in-out;
}
.funfact-one__item:hover .funfact-one__icon {
    background-image: url(assets/images/homepage/downlogwhite.webp);
    color: var(--primary);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.funfact-one__item:hover::after {
    background-color: #000000;
}
/*Font*/
.span3 {
    float: left;
    width: 25%;
    border: 1px solid #000;
    padding: 11px;
}
span.i-code {
    float: right;
}

.main-h2-box {
    margin-bottom: 25px;
}
.sub-title4 {
    padding: 8px 12px;
    background-color: var(--secondary);
    border-radius: 17px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* text-transform: uppercase; */
    display: inline-block;
    margin-bottom: 10px;
}


/*Slider client*/
@media (max-width: 767px) {
    #multislider01 .carousel-inner .carousel-item>div {
        display: none;
    }

    #multislider01 .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

#multislider01 .carousel-inner .carousel-item.active,
#multislider01 .carousel-inner .carousel-item-next,
#multislider01 .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    #multislider01 .carousel-inner .carousel-item-end.active,
    #multislider01 .carousel-inner .carousel-item-next {
        transform: translateX(16.6%);
    }

    #multislider01 .carousel-inner .carousel-item-start.active,
    #multislider01 .carousel-inner .carousel-item-prev {
        transform: translateX(-16.6%);
    }
}

#multislider01 .carousel-inner .carousel-item-end,
#multislider01 .carousel-inner .carousel-item-start {
    transform: translateX(0);
}
.client_btn {
    background: var(--primary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
}
a {
    list-style: none;
    text-decoration: none;
}
/* about us start */
.rr-about-area{
    position: relative;
}
.rr-about-area:before {
    position: absolute;
    content: "";
    background-image: url(assets/images/homepage/about-shape-1-1.webp);
    height: 163px;
    width: 338px;
    right: 3%;
    animation-name: bounce;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: contain;
    bottom: 0;
    background-repeat: no-repeat;
    object-fit: cover;
    filter: grayscale(100%);
}
.p-relative {
    position: relative;
}
.rr-about-shap {
    position: absolute;
    left: 59px;
    top: -26px;
}
.rr-about-shap-2 {
    position: absolute;
    right: 80px;
    top: 22px;
}
.rr-about-sml-img {
    margin-top: -343px;
    margin-left: -32px;
}
.rr-about-sm-img::before {
    position: absolute;
    top: 10px;
    right: 8px;
    height: 160px;
    width: 160px;
    background-color: rgb(0 0 0 / 28%);
    z-index: 1;
    content: "";
    display: inline-block;
    border-radius: 105px;
}
.rr-about-sm-img img {
    border-radius: 100%;
    border: 10px solid #fff;
}
.rr-slider-2-video-play {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    z-index: 1 !important;
}
.rr-slider-2-video-play a {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    color: var(--secondary);
    background-color: #fff;
    position: relative;
}
.rr-slider-2-video-play a::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 65%;
    height: 65%;
    background-color: rgba(255, 255, 255, 0.671);
    animation: borderanimate2 2.5s linear infinite;
    z-index: -1;
    border-radius: 50%;
}
.rr-slider-2-video-play a i {
    display: inline-block;
    padding-left: -2px;
    font-size: 61px;
}
.rr-slider-2-video-play a::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 70%;
    height: 70%;
    background-color: rgba(255, 255, 255, 0.405);
    animation: borderanimate2 2.3s linear infinite;
    z-index: -1;
    border-radius: 50%;
}
.rr-section-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    background: var(--secondary);
    padding: 8px;
    border-radius: 24px;
    margin-bottom: 10px;
}
.rr-section-subtitle img {
    margin-bottom: -4px;
}
.rr-about-sm-img {
    margin-top: -65px;
    margin-right: 62px;
}
.rr-section-subtitle img {
    margin-top: -5px;
}
.rr-about-tag {
    margin-top: 35px;
}
.rr-about-tag:hover .rr-about-icon {
    background-color: var(--primary);
}
.img-ani {
    animation: moveY 2s ease-in-out infinite;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.rr-about-icon {
    height: 68px;
    width: 68px;
    background: var(--secondary);
    text-align: center;
    line-height: 68px;
    display: inline-block;
    margin-top: -10px;
    border-radius: 35px;
}
.ml-20 {
    margin-left: 20px;
}
.rr-about-tag-title {
    font-size: 22px;
    color: #000;
}
.rr-about-text p {
    font-size: 14px;
    color: #000;
    line-height: 22px;
    /* max-width: 287px; */
}
/* service start  */
.pbmit-service-style-1 .pbminfotech-post-item {
    margin-bottom: 30px;
  }
  .pbmit-service-style-1 .pbmit-service-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 50px 0 0 0;
  }
  .pbmit-service-style-1 .pbmit-featured-wrapper img, .pbmit-service-style-1 .pbmit-service-icon-wrapper i, .pbmit-service-style-1 .pbminfotech-box-content {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .pbmit-service-style-1 .pbminfotech-box-content {
    position: relative;
    padding: 20px 35px;
    margin-top: -35px;
    margin-left: 30px;
    border-radius: 0 0 50px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #fff;
    z-index: 1;
    background-image: url(assets/images/homepage/blog-bg3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .pbmit-service-style-1 .pbmit-service-title {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .pbmit-service-style-1 .pbmit-service-title:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -2px;
    width: 50px;
    height: 4px;
    left: -65px;
    background-color: var(--primary);
  }
  .pbmit-service-style-1 .pbmit-service-icon-wrapper {
    float: right;
  }
  .pbmit-service-style-1 .pbmit-service-icon-wrapper i {
    font-size: 60px;
    line-height: 60px;
    color: var(--primary);
  }
  .pbmit-service-style-1 .pbmit-service-content {
    padding-top: 10px;
  }
  .service-bg-one {
    background-image: url(assets/images/homepage/pattern-bg-1.webp);
    background-color: #dd945736;
    border-radius: 0px 50px 0px 0px;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    /* height: 462px;
    margin-bottom: 714px; */
  }
  .pbmit-service-style-1:hover  p {
    color: #000;
}
.pbmit-service-style-1  p {
    color: #000;
    margin-top: 10px;
}
  .pbmit-service-title a{
    font-size: 20px;
  }
  .pbminfotech-box-content-inner a {
    color: #000000;
  }
  .pbmit-service-style-1:hover .pbminfotech-box-content {
    background-color: var(--secondary);
    color: #fff;
  }
  .pbmit-service-style-1:hover .pbmit-service-title a {
    color: var(--primary);
  }
  .pbmit-service-style-1:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .main-h2-box{
    margin-bottom: 25px;
  }

/* new sec */
.hero-wrapper:before {
    position: absolute;
    content: "";
    background-image: url(assets/images/resource/dr-icon.webp);
    height: 77px;
    width: 109px;
    left: 2%;
    animation-name: bounce;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: contain;
    top: 104px;
    background-repeat: no-repeat;
    object-fit: cover;
    /* filter: grayscale(100%); */
}
.hero-wrapper{
    position: relative;
}
.bg-cover {
    background-size: cover;
}
.hero-style3 .hero-title {
    color: #fff;
    font-size: 66px;
    font-weight: 700;
    margin-top: -0.15em;
    margin-bottom: 35px;
}
.hero-style3 .hero-title span {
    background: var(--primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-style3 .hero-text {
    font-size: 18px;
    font-weight: 500;
}
.tg-button-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}
.hero-thumb3 {
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: start;
}
.hero-thumb3 .img1 {
    border: 13px solid var(--primary);
    border-radius: 500px;
    overflow: hidden;
}
.hero-thumb3 .img2 {
    border: 13px solid var(--primary);
    border-radius: 500px;
    overflow: hidden;
    margin-top: 77px;
}

/* whychoose us start */
h3.about-list-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary);
}
.bd-about-area{
    position: relative;
}
.bd-about-area:before {
    position: absolute;
    content: "";
    background-image: url(assets/images/shape/shape-17.webp);
    height: 316px;
    width: 472px;
    right: 3%;
    animation-name: none;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: contain;
    top: 0;
    background-repeat: no-repeat;
}
.flash-white {
    background-color: #F2F2F2;
}
.about-style-two {
    position: relative;
    margin-bottom: 20px;
    filter: drop-shadow(0px 4px 70px rgba(0, 0, 0, 0.15));
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-style-two .about-thumb-one {
        margin-left: 0;
    }
}
.about-style-two .about-thumb-one {
    margin-left: 60px;
    max-width: 484px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    position: relative;
}
.about-style-two .about-thumb-one img {
    width: 100%;
    border-radius: 8px;
}
.about-style-two .about-thumb-one::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.about-style-two .about-thumb-two {
    position: absolute;
    width: 219px;
    height: 210px;
    left: 0;
    top: 338px;
    border: 10px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    
}
.about-style-two .about-thumb-two::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.about-style-two .about-icon-badge {
    position: absolute;
    top: -20px;
    left: 60px;
}
.about-style-two .about-icon-badge span {
    font-size: 44px;
    color: #fff;
    background-color: var(--primary);
    padding: 20px 20px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    border-radius: 8px;
}
.about-style-two .about-shape {
    position: absolute;
    top: -20px;
    right: 60px;
    z-index: -1;
    animation: right-2-left 5s linear 0s infinite alternate-reverse both;
}
.about-style-two .about-experience {
    display: flex;
    position: absolute;
    top: 446px;
    right: 70px;
    background-color: #fff;
    padding: 12px 35px 12px 25px;
    border-radius: 8px;
    text-align: center;
    align-items: center;
    gap: 15px;
}
.about-style-two .about-experience .about-experience-title {
    font-size: 70px;
    color: var(--secondary);
}
.about-style-two .about-experience .about-experience-subtitle {
    text-align: start;
    font-size: 18px;
    font-weight: 600;
}
.about-style-two .about-experience::after {
    position: absolute;
    content: "";
    width: 223px;
    height: 86px;
    left: 50%;
    top: 50%;
    border: 2px dotted var(--primary);
    border-radius: 8px;
    transform: translate(-50%, -50%);
}
.about-list ul li:not(:last-child) {
    margin-bottom: 6px;
}
.about-list ul li {
    display: grid;
    grid-template-columns: 84px auto;
    gap: 15px;
}
.about-list-icon {
    font-size: 33px;
    display: flex;
    width: 84px;
    height: 84px;
    color: var(--primary);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 41px;
}
img {
    max-width: 100%;
    object-fit: cover;
}
.about-style-two .about-thumb-one:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.about-style-two .about-thumb-two:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
/* working process area */
h4.rr-work-2-title-3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary);
}
.rr-process-area{
    position: relative;
}
.rr-process-area:before {
    position: absolute;
    content: "";
    background-image: url(assets/images/shape/shape22.webp);
    height: 572px;
    width: 531px;
    /* animation-name: rotate; */
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: contain;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
}
.grey-bg {
    background-color:rgb(236, 236, 236);
}
.p-relative {
    position: relative;
}
.fix {
    overflow: hidden;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}
.rr-section-subtitle img {
    margin-bottom: -4px;
    margin-top: -5px;
}
.center-ali {
    display: block;
    text-align: center;
    width: 22%;
    margin: 0 auto;
}
.rr-process-shap-img {
    position: absolute;
    z-index: 1;
    bottom: 157px;
}
.rr-work-2__icon {
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    background: #fff;
    font-size: 55px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.rr-work-2-img img {
    width: 280px;
    height: auto;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.z-index-2 {
    position: relative;
    z-index: 2;
}
.pb-25 {
    padding-bottom: 25px;
}
.rr-work-2__item .rr-work-2__icon .image {
    transition: transform 0.3s ease-in-out;
}
  .rr-work-2__item:hover .image {
    transform: rotate(360deg);
}
.rr-work-2__icon span {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.image {
    width: 50%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   padding-bottom: 5px;
   color: #fff;
}
.rr-work-2__icon::after {
    border: 2px solid #eaeced;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
    height: 100px;
    background-color: transparent;
    content: "";
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.z-index-3 {
    position: relative;
    z-index: 3;
}
.pt-25 {
    padding-top: 25px;
}
.rr-work-2__content p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}
.rr-work-2__item:hover .rr-work-2__icon::before {
    opacity: 1;
    visibility: visible;
    width: 100px;
    height: 100px;
}
.pr-25{
    padding-left: 57px;
}
.rr-work-2__icon::before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0;
  height: 0;
  background: var(--secondary);
  content: "";
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
[class^=icofont-] {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.rr-work-2__item:hover span {
  position: relative;
  z-index: 1;
  color: #fff;
}
.rr-about-tag {
    display: block;
    width: 100%;
}

/* working process end */

/* blog start */
.news-block-one {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 28px;
}
.news-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px #edf2f2;
    transition: all 500ms ease;
}
.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    clip-path: polygon(0% 0%, 100% 0%, 100% 84%, 0% 100%, 0% 0%);
}
.news-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    opacity: 0.4;
    z-index: 1;
    transition: all 500ms ease;
}
.news-block-one .inner-box .image-box a {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    font-size: 0px;
    color: #ffffff;
    z-index: 2;
}
.news-block-one .inner-box .image-box img {
    width: 100%;
}
.news-block-one .inner-box .lower-content {
    position: relative;
    padding: 26px 30px 40px 30px;
}
.news-block-one .inner-box .lower-content .shape {
    position: absolute;
    top: -80px;
    right: 15px;
    width: 93px;
    height: 92px;
    background-repeat: no-repeat;
}
.news-block-one .inner-box .lower-content .post-date {
    position: absolute;
    display: inline-block;
    right: 30px;
    top: -45px;
    width: 90px;
    height: 90px;
    background: #f2f3f5;
    text-align: center;
    border-radius: 50%;
    border: 5px solid #ffffff;
    padding: 13px 0px 10px 0px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    margin-top: -45px;
    margin-bottom: 23px;
}
.news-block-one .inner-box .lower-content .post-date h3 {
    display: block;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
}
.news-block-one .inner-box .lower-content .post-date h3 {
    color: var(--primary);
}
.news-block-one .inner-box .lower-content .post-date h3 span {
    display: block;
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    color: var(--secondary);
    text-transform: uppercase;
    margin-top: 4px;
}
.news-block-one .inner-box .lower-content h4 {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}
.news-block-one .inner-box .lower-content .post-info {
    position: relative;
    display: block;
    margin-bottom: 16px;
}
.news-block-one .inner-box .lower-content .post-info p {
    margin: 0px;
}
.news-block-one .inner-box .lower-content .post-info a {
    color: #848484;
    display: inline-block;
}
.news-block-one .inner-box .lower-content h4 a {
    display: inline-block;
    color: var(--secondary);
}
/* cta start */
.video-cta {
    position: relative;
    z-index: 1;
    padding-bottom: 0;
    padding-top: 40px;
}
.video-cta__video__popup i{
    font-size: 39px;
    color: #fff;
}
.video-cta__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}
.video-cta__video {
    background-image: url(assets/images/homepage/download.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 116px;
    height: 130px;
    /* margin-left: auto; */
    /* margin-right: 569px; */
    font-size: 37px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -37px;
    transition: all 0.5s ease-in-out;
    margin: auto;
}
.video-cta__content {
    padding: 89px 50px 17px;
    background-image: url(assets/images/homepage/ctavg.webp);
    background-position: top center;
    background-size: cover;
    margin-left: 130px;
    margin-right: 110px;
}
.video-cta__title {
    color:  #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 117.5%;
    letter-spacing: -0.8px;
    margin-top: -10px;
    margin-bottom: 12px;
}
.video-cta__text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 187.5%;
    max-width: 639px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
}
.video-cta__link {
    text-align: center;
}

/* get in touch start */
.cta-box {
    background: url(assets/images/homepage/getinbg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.cta-box2 {
    background: linear-gradient(rgb(0 0 0 / 71%), rgb(255 255 255)), url(assets/images/homepage/getinbg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-box .container{
	position: relative;
	z-index: 1;
}
.cta-box-content{
	position: sticky;
	top: 20px;
}
.cta-box-btn{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}
.cta-box-btn .btn-default{
	border-color: #fff;
	color:#fff;
}
.cta-box-btn .btn-default:hover{
	border-color: #fff;
}
.cta-box-btn span{
	font-weight: 600;
	color: var(--secondary);
}
.cta-box-btn .cta-btn{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	text-decoration: underline;
	text-underline-offset: 25%;
	transition: all 0.3s ease-in-out;
}
.cta-form{
	background: #fff;
	border-top: 10px solid var(--secondary);
	padding: 60px;
	margin-left: 30px;
    border-radius: 30px;
}
.cta-mar {
    background: #fff;
    border-top: 10px solid var(--secondary);
    padding: 60px;
    /* margin-left: 30px; */
    border-radius: 30px;
    margin: 0px 100px;
}
.img-radius{
    border-radius: 10px 50px;
}
.cta-box-title{
	margin-bottom: 30px;
}
.cta-box-title h2{
	font-weight: 700;
}
.contact-form .form-control {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    /* background: #eff4fabd; */
    border: 1px solid var(--primary);
    border-radius: 15px;
    padding: 16px 20px;
    box-shadow: none;
}
.contact-form .form-control::placeholder{
	color: #000;
}
/* testimonial*/
.style-three1{
    padding-bottom: 70px;
}
.testimonials-card-two {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 72px;
    min-height: 369px;
    background-image: url(assets/images/testimonials/download.webp);
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 12, 1.05));
    /* display: flex
; */
    flex-direction: column;
    justify-content: space-between;
}

.testimonials-card-two__meta {
    display: flex;
    align-items: center;
    gap: 30px;
    z-index: 2;
}

.testimonials-card-two__image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--primary);
}

.testimonials-card-two__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-card-two__meta__name {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.testimonials-card-two__meta__designation {
    font-size: 16px;
    color: #000;
    left: 183px;
    position: absolute;
    top: 125px;
}

.testimonials-card-two__quote {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin-top: 20px;
}


.single_creativeItem {
    text-align: left;
}
.box-size {
    padding: 10px 15px;
}
.testiCreCon {
    position: relative;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
    background-color: #0f5cdb;
    padding: 36px 20px 0px 36px;
    /* height: 181px; */
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.testiCreCon:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    border-radius: 0 0 0 0;
    width: 65px;
    height: 65px;
    background-color: #1a407882;
    clip-path: polygon(0 0, 100% 0%, 100% 99%, 60% 60%);
    border-top-right-radius: 50px;
}
.test-part {
    display: inline-block;
    margin-bottom: 10px;
}
.test-part ul li {
    display: inline-block;
    padding-top: 0;
}
.execllent_toggol {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testiCreCon p {
    position: relative;
    margin: 0;
    z-index: 1;
    font-weight: 500;
    color: white;
    padding: 22px 20px;
    font-size: 20px;
}
.test-quote {
    position: absolute;
    bottom: 35px;
    width: 100px;
    height: 100px;
    right: 189px;
}
.test-quote span {
    display: inline-block;
    font-size: 112px;
    color: white;
    opacity: .1;
}
.test-quote-2 {
    position: absolute;
    top: 0px;
    width: 100px;
    height: 100px;
    left: 189px;
}
.test-quote-2 span {
    display: inline-block;
    font-size: 112px;
    color: white;
    opacity: .1;
}
.test-m {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0f5cdb;
    padding-bottom: 20px;
}
.post_t6 .em_test_thumb {
    float: left;
    margin-right: 15px;
    margin-left: 25px;
    padding: 10px 0px;
}
.post_t6 .em_test_thumb {
    float: left;
    margin-right: 15px;
    margin-left: 25px;
    padding: 10px 0px;
}
.em_test_thumb img {
    border-radius: 50%;
    width: 59px;
}
.testAuthor {
    background-color: #0f5cdb;
    padding: 10px 0px;
    border-radius: 7px;
}
.testAuthor h6 {
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}
.testAuthor span {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}
.inner-box {
    display: flex;
}


/* new testimonial */
.style-three .single-testi-box {
    text-align: center;
    margin-bottom: 30px;
    margin-right: 10px;
}
@media (min-width: 1300px) and (max-width: 1399px) {
    .style-three .testi-content {
        padding: 40px 25px 70px;
    }
}
.style-three .testi-content {
    border-radius: 13px;
    background-color: var(--secondary);
    padding: 40px 35px 70px;
}
.style-three .testi-desc p {
    line-height: 30px;
    margin: 22px 0 27px;
}
.style-three .teasti-author {
    margin-top: -43px;
}
.style-three .testi-author-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 17px 0 0px;
}
.style-three{
    background-image: url(assets/images/testimonials/testimonial-bg.webp);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #fafcff;
}
.testi-desc p{
    color: #fff;
}
.carousel-indicators [data-bs-target] {
    background-color: var(--primary);
}

/* testi */
.testimonials-card-two:before {
    position: absolute;
    content: "";
    background-image: url(assets/images/testimonials/quote.webp);
    background-repeat: no-repeat;
    height: 222px;
    width: 64px;
    left: 55px;
    top: 316px;
    /* animation-name: rotate; */
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: contain;
    bottom: 0px;
}
.sec-pad {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgb(36 74 73)), url(assets/images/testimonials/testimonial-bg-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 110px;
}
    /* Bounce animation */
    @keyframes bounce {
        0%, 100% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-100px);
        }
      }
      .bounce {
        animation: bounce 2s infinite;
      }
      
    /* Pulsing animation */
    @keyframes pulse {
        0%, 100% {
          transform: scale(1);
        }
        50% {
          transform: scale(1.5);
        }
      }
      .pulse {
        width: 50%;
        height:50%;
        animation: pulse 6s infinite;
      }
/*about us page start*/
.welcome-section-outer{
	position:relative;
	z-index:1;
}


.video-counter-bg-white{
	position: relative;
}

.welcom-to-section{
	padding-right:0px;
}

.welcom-sign-info{text-align:left;}
.welcom-sign-info span,
.welcom-sign-info strong{display:block; color:#00173c;}


@media only screen and (max-width:1199px){
	.welcom-sign-pic{max-width:110px;}
}

@media only screen and (max-width:991px){
	.welcom-to-section{
		padding-right:0px;
	}
}
@media only screen and (max-width:480px){
	.welcom-to-section-bottom{
		display:inherit !important;
	}
	.welcom-btn-position{
		display:inline-block;
	}
	
	.welcom-sign-pic {
		max-width: 150px;
	}	
	
	.welcom-to-section-bottom img{
		padding-top: 20px;
	}
}

.since-year-outer{position:relative}
.since-year{position: absolute;right: 0px;top: -30px;z-index: 1;}
.since-year span {
  color: #00173c;
  font-size: 73px;
  font-weight: 500;
  display: inline-block;
  line-height: 0px;
  position: relative;
  bottom: -5px;
  padding-right: 10px;
}
.since-year strong{
	color: #fff;
	font-size: 65px;
	font-weight: 500;
	display: inline-block;
	background-color: var(--primary);
	line-height: 50px;
	padding: 40px 10px 20px 12px;
}

.site-list-style-one{
	list-style:none;
	margin-bottom:15px;

}
.site-btn-effect {
  margin-top: 20px;
  background-color: #000;
  padding: 20px 50px;
	color: rgba(0, 0, 0, 0) !important;
	transition: all .3s ease !important;
}

.site-btn-effect {
	text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}

.site-btn-effect:hover {
	text-shadow: -400px 0 0 #fff, 0 0 0 #fff;
}
.site-list-style-one li {
  color: #00173c;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
}

.site-list-style-one li:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 15px;
  width: 20px;
  height: 2px;
  background-color: var(--primary);
}

@media only screen and (max-width:991px){
	.since-year-outer{text-align:right;}
	.since-year{position:inherit; top: -30px;}
}

@media only screen and (max-width:767px){
	.since-year{position:inherit; top: -45px;}
}

@media only screen and (max-width:480px){
	.since-year span{font-size:36px;}
	
.since-year strong {
    font-size: 60px;
    padding: 15px 10px 5px 12px;
}
}
/*Large Title*/
.hilite-large-title{position:relative;}
.hilite-large-title span{font-size:120px;line-height:100px;color:#00173c; opacity:0.1; display: inline-block;}
@media only screen and (max-width:991px){
	.hilite-large-title span{
		font-size:72px;
		line-height:76px;
	}
}
@media only screen and (max-width:480px){
	.hilite-large-title span{
		font-size:40px;
		line-height:46px;
	}
}


.img-colarge{position:relative;height:100%;margin-bottom: 80px;}

.colarge-1{position:relative;margin:40px 30px 0px 40px;	z-index:1;}
.colarge-1:before,
.colarge-1:after{position:absolute;	border:15px solid var(--primary);	content:'';	width:80%;	height:80%;	z-index:-1;}
.colarge-1:before {
  left: -35px;
  top: -35px;
}
.colarge-1:after{	right:-30px;	bottom:0px;}



.img-colarge2{position:relative;height:100%;margin-bottom: 110px;}

.colarge-2{
	position: relative;
	margin-right: 180px;
	z-index: 1;
	border: 10px solid var(--primary);
	box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}

.colarge-2-1{position:absolute;left: 160px; bottom:0px;max-width:370px;}




.since-year-outer2{position:relative}
.since-year2{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.since-year2 span{
	color:#00173c;
	font-size: 60px;
	font-weight: 300;
	display: block;
	line-height: 60px;
	position: relative;
}
.since-year2 strong{
	color:#ff5e15;
	font-size: 100px;
	font-weight: 500;
	display: block;
	line-height: 50px;
}

@media only screen and (max-width:991px){
.colarge-2{
	margin-right: 0px;
	max-width: 420px;
}
.colarge-2 img{
	width:100%;
}

.colarge-2-1 {
    left: auto;
	right:0px;
}
}

@media only screen and (max-width:767px){
.colarge-2{
    max-width: 100%;
    width: 50%;
}
.colarge-2 img{
	width:100%;
}

.colarge-2-1 {
	width: 54%;
	top: 0px;
	max-width: 100%;
}
}


.counter2-section-outer-bottom{padding-bottom: 0px;}
.counter2-section-outer-top{padding-bottom: 50px;}

.counter-section-outer-top{padding-top:50px; padding-bottom: 20px;}
.counter-outer .counter{font-size:70px; position:relative; display:inline-block; margin-left: -30px;}
.counter-outer .counter:after{font-size:70px; position:absolute;content:'+'; right:-30px;}



.counter-outer span{
	font-size: 28px;
	display: block;
	font-weight: 600;
}

@media only screen and (max-width:991px){
.img-colarge {
    padding-top: 30px;
	margin: -10px;
}

.colarge-1{
	position: relative;
	z-index:1;
}

.colarge-1 img{
	width:100%;
}
}

@media only screen and (max-width:767px){
.img-colarge {
	margin: 0px;
	padding-top: 0px;
}
.colarge-1{
	max-height: inherit;
	margin-bottom:30px;
	padding:0px;
}


}

/** team-section **/

.team-section{
    position: relative;
  }
  .sec-title.centred {
    text-align: center;
    margin-bottom: 25px;
}
  .team-section .upper-box .text {
    position: relative;
    display: block;
    margin-top: 25px;
  }
  
  .team-block-one .inner-box{
    position: relative;
    display: block;
  }
  
  .team-block-one .inner-box:before{
    position: absolute;
    content: '';
    width: 0%;
    height: 10px;
    left: -10px;
    top: -10px;
    transition: all 500ms ease;
  }
  
  .team-block-one .inner-box:hover:before{
    width: 100%;
  }
  
  .team-block-one .inner-box:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 0%;
    left: -10px;
    top: -10px;
    transition: all 500ms ease;
  }
  
  .team-block-one .inner-box:hover:after{
    height: 100%;
  }
  
  .team-block-one .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .team-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 50px 50px 0 0;
}
  .team-block-one .inner-box .social-links{
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
  }
  


h5.main-slider-one__sub-title.speci-t.wow.fadeInLeft {
    background: linear-gradient(90deg, #e38c43, #0f3a36);
    color: #fff;
    padding: 3px 10px 6px 10px;
    display: inline;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #ffffff;
    border-radius: 10px;
}

p.text-w1.wow.fadeInLeft {
    margin-top: 10px;
}
  
  .team-block-one .inner-box:hover .social-links{
    right: 20px;
    opacity: 1;
    visibility: visible;
  }
  
  .team-block-one .inner-box .social-links li{
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  
  .team-block-one .inner-box .social-links li:last-child{
    margin-bottom: 0px;
  }
  
  .team-block-one .inner-box .social-links li a{
    transition: all .5s ease-in-out;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    font-size: 16px;
    color: #707582;
    text-align: center;
  }
  
  .team-block-one .inner-box .social-links li a:hover{
    color: #fff;
    background-color: #000;
  }
  
  /*.team-block-one .inner-box .text{*/
  /*  position: absolute;*/
  /*  left: 20px;*/
  /*  bottom: 20px;*/
  /*  width: calc(100% - 40px);*/
  /*  background-color: var(--secondary);*/
  /*  padding: 23px 15px 26px 15px;*/
  /*  z-index: 1;*/
  /*  text-align: center;*/
  /*  border-radius: 0 0 35px 35px;*/
  /*}*/
  .team-block-one .inner-box .text {
    position: relative;
    /* left: 20px; */
    /* bottom: 20px; */
    width: calc(100% - 0px);
    background-color: var(--secondary);
    padding: 23px 15px 26px 15px;
    z-index: 1;
    text-align: center;
    border-radius: 0 0 35px 35px;
}
  
  .team-block-one .inner-box .text h5{
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .team-block-one .inner-box .text h5 a{
    display: inline-block;
    color: #fff;
  }
  
  
  .team-block-one .inner-box .text .designation{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
  }
  
  .owl-dots-none .owl-dots,
  .owl-nav-none .owl-nav{
    display: none !important;
  }
  
  
  
  /* Keyframe for zoom-in and zoom-out */
  @keyframes zoomAnimation {
    0% {
      transform: scale(1); /* Original size */
    }
    50% {
      transform: scale(1.2); /* Zoom in */
    }
    100% {
      transform: scale(1); /* Zoom out */
    }
  }
  @keyframes backgroundScroll {
    0% {
      background-position: 0% 0%; /* Start position */
    }
    50% {
      background-position: 100% 100%; /* Midway position */
    }
    100% {
      background-position: 0% 0%; /* End position */
    }
  }
  /* Keyframes for the jump effect */
  @keyframes jumpAnimation {
    0%, 100% {
      transform: translateY(0); /* Start and end at the original position */
    }
    50% {
      transform: translateY(-50px); /* Move up by 50px */
    }
  }
  /* Keyframes for the jump effect */
  @keyframes jumpAnimationr {
    0%, 100% {
      transform: translateY(-50px); /* Move up by 50px */
    }
    50% {
      transform: translateY(0); /* Start and end at the original position */
      
    }
  }
  /* Keyframes for rotating right and then left */
  @keyframes rotateAnimation {
    0%, 100% {
      transform: rotate(0deg); /* Start and end with no rotation */
    }
    25% {
      transform: rotate(10deg); /* Rotate slightly to the right */
    }
    50% {
      transform: rotate(-10deg); /* Rotate slightly to the left */
    }
    75% {
      transform: rotate(5deg); /* Rotate back slightly to the right */
    }
  }
  .slider003-right{
    background-image: url(images/slider003bg.webp);
    background-repeat: no-repeat;
    animation: backgroundScroll 8s linear infinite; /* Animation applied */
  }
  .right-image1 img{
    border-radius: 999px;
      aspect-ratio: 1 / 1.7;
      object-fit: cover;
      margin-top: 50px;
      animation: jumpAnimation 7s ease-in-out infinite; /* Infinite jump */
  }
  .right-image2 img{
    border-radius: 999px;
      aspect-ratio: 1 / 1.7;
      object-fit: cover;
      animation: jumpAnimationr 7s ease-in-out infinite; /* Infinite jump */
  }
  
  .col-6.right-image1 {
    margin-top: -65px;
  }
  .slider002-img img{ 
    animation: rotateAnimation 10s ease-in-out infinite; /* Infinite loop */
  }
  .slider-shape {
    position: absolute;
    left: 45px;
    width: 50%;
    animation: jumpAnimationr 3s ease-in-out infinite;
  }
  
/* breadcrump */
.page-title-area.bg-1 {
    background-image: url(assets/images/about/about-b.webp);
}
.page-title-area.bg-2 {
    background-image: url(assets/images/career/career-b.webp);
}
.page-title-area.bg-blog {
    background-image: url(assets/images/blog/blog-b.webp);
}
.page-title-area.bg-service {
    background-image: url(assets/images/service/service-b.webp);
}
.page-title-area.bg-service-d {
    background-image: url(assets/images/service/service-d-b.webp);
}
.page-title-area.bg-therape {
    background-image: url(assets/images/about/therape-b.webp);
}
.page-title-area.bg-contact {
    background-image: url(assets/images/contact/contact-b.webp);
}
.page-title-area.bg-global {
    background-image: url(assets/images/resource/global-b.webp);
}
.page-title-area.bg-klinera {
    background-image: url(assets/images/resource/klinera-b.webp);
}
.page-title-area.bg-csr {
    background-image: url(assets/images/resource/csr-b.webp);
}
.page-title-area {
    position: relative;
    overflow: hidden;
    padding-top: 160px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    z-index: 1;
    border-radius: 0 0 30px 30px;
}
.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    text-align: left;
}
.page-title-area .page-title-content ul {
    list-style-type: none;
    margin-bottom: 0;
    text-align: left;
    background: #fff;
    float: left;
    padding: 11px 22px;
    margin-top: 0;
    border-radius: 10px 10px 0 0;
}
.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.page-title-area .page-title-content ul i {
    color: var(--secondary);
    float: left;
    margin-right: 4px;
}
.page-title-area .page-title-content ul li a {
    color: #000;
}

/* mition vision */
.mv {
    background-image: url(assets/images/about/about-bg.webp);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #E1F7F5;
    background-attachment: fixed;
  }
  .mv::before {
    width: 100%;
    content: " ";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block !important;
  }
  .site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  .site-title-tagline {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
  }
  .site-title-tagline::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    background: var(--secondary);
    opacity: .2;
    left: -2px;
    bottom: 0;
  }
  .site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    color: #000;
    margin-bottom: 0;
  }
  .heading-divider {
    display: inline-block;
    position: relative;
    border: 3px solid var(--secondary);
    width: 90px;
    height: 10px;
    border-radius: 50px;
  }
  .heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 7px;
    width: 15px;
    border-radius: 50px;
    background: var(--secondary);
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
  }
  .mv1 {
    position: relative;
  }
  .captiontext h3{
    color: #000;
  }
  .mv11{
    margin-top: 48px;
  }
  .mv1.left figure {
    margin: 0;
    margin-left: 0;
    margin-right: auto;
    width: 44.666667%;
    position: relative;
  }
  .mv1.left figure img {
    max-width: 100%;
    height: auto;
  }
  .mv1.left .caption {
    position: absolute;
    top: 50%;
    width: 50%;
    padding: 4% 4% 4% 4%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
    left: 450px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
  .mv1.left .caption .captiontext p {
    margin-top: 10px;
    color: #000;
  }
  .caption::after {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 2px;
    height: 100%;
    transition: all 0.4s ease;
    content: "";
    background: var(--secondary);
    z-index: -1;
  }
  .mv2 {
    position: relative;
  }
  .borders {
    border: 2px solid #ffffff !important;
    width: 42%;
    height: 320px;
    position: absolute;
    right: 15px;
    z-index: 9;
    top: 15px;
  }
  .mv2 figure {
    margin: 0;
    position: relative;
    width: 44.666667%;
    margin-left: auto;
  }
  .mv2 .caption {
    background: #fff;
    position: absolute;
    right: 450px;
    top: 50%;
    width: 50%;
    padding: 4% 4% 4% 4%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .mv2 .captiontext p {
    margin-top: 10px;
    color: #000;
  }
  .left-borders {
    border: 2px solid #ffffff !important;
    width: 42%;
    height: 320px;
    position: absolute;
    left: 62px;
    z-index: 9;
    top: 11px;
  }
  @media (min-width: 1301px) {
    .left-borders {
        width: 38%;
    }
  }
  .mv1:hover .caption::after, .mv2:hover .caption::after {
    width: 100%;
  }
  

.mv1.mvm.left:hover .caption {
    opacity: 1;
}

.mv1.mvm.left:hover h3,
.mv1.mvm.left:hover p {
    color: white;
}

.mv2.mv11:hover .caption {
    opacity: 1;
}

.mv2.mv11:hover h3,
.mv2.mv11:hover p {
    color: white;
}
/* career page */
.text.mbb-4 {
    margin-bottom: 15px;
}
.nav-tabs .nav-link.active {
    background-color: var(--primary);
}
.career-section{
    padding-bottom: 165px;
background-color: #008bd00a;
}
section.career-section .nav-link.active {
    color: #fff !important;
}
.center {
    text-align: center;
}
a#link1-tab {
    color: #000;
    font-size: 22px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
a#home-tab {
    font-size: 22px;
    color: #000;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
ul#myTab {
    justify-content: center;
}
.career-form{
    border: 1px solid var(--primary);
    padding: 40px;
    background-image: url(assets/images/getin/getin-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.cp-form{
    border: 1px solid var(--primary);
    padding: 40px;
    background-image: url(assets/images/getin/contact.webp);
    background-color: #0082c30a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Contact Page */
.contact-info-section {
    padding: 70px 0 80px;
    position: relative;
}
.contact-info-section .contact-info-wrap {
    margin-top: -10px;
}
.contact-info-section .contact-info-wrap .single-contact-info {
    background: #ffffff;
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 11%);
    padding: 50px 0 20px;
    border-radius: 10px;
    margin-top: 70px;
    border: 1px solid var(--secondary);
    padding-left: 8px;
    padding-right: 7px;
    height: 200px !important;
}
.single-contact-info:hover.single-contact-info {
    box-shadow: 4px 4px 5px 4px rgb(220 149 86 / 53%);
    transition: 1s;
}
.single-contact-info.text-center::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(220 149 86);
    width: 100%;
    height: 64%;
    z-index: -1;
    transform: scaleY(1.1) scaleX(0.85);
    border-radius: 5px;
    overflow: hidden;
    top: 107px;
}
.contact-info-section .contact-info-wrap .single-contact-info .info-icon {
    width: 100px;
    height: 100px;
    line-height: 103px;
    background: linear-gradient(-50deg, #0b3634 17%, #dc9556 119%);
    color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -115px;
}
.contact-info-section .contact-info-wrap .single-contact-info .info-icon i {
    font-size: 40px;
    padding: 1px;
}
.single-contact-info.text-center::after {
    content: "";
    position: absolute;
    left: 1px;
    top: 85px;
    background: rgb(105 92 63 / 58%);
    width: 100%;
    height: 189px;
    z-index: -1;
    transform: scaleY(1.05) scaleX(0.92);
    border-radius: 5px;
}
.contact-info-section .contact-info-wrap .single-contact-info .info-content .title {
    font-size: 18px;
    line-height: 36px;
    color: var(--secondary);
    margin-top: 15px;
    font-weight: 800;
}
.contact-info-section .contact-info-wrap .single-contact-info .info-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
}
.pos-rel {
    position: relative;
}
.contact-sction {
    background-image: url(assets/images/contact/cformbg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.contact-sction .cntcform,
.contact-sction .cntc-box-contents {
    /* background-color: #0b363480; */
    background-color: var(--primary);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 10px;
}
.form-group {
    margin-bottom: 10px;
}

.contact-sction .form-group input,
.contact-sction .form-group textarea {
    border: 1px solid var(--primary);
}
.form-group input,
.form-group textarea {
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    height: 50px;
    width: 100%;
}
.form-group textarea {
    height: 160px;
}
.contact-sction form .common-btn:hover {
    box-shadow: 0px 0px 5px 0px #000;
}
.single-contact-info {
    transition: transform 0.3s ease-in-out;
}
.info-icon {
    transition: transform 0.5s ease-in-out;
}
.single-contact-info:hover .info-icon {
    transform: rotateY(360deg);
}

iframe {
    padding: 0;
}
 iframe {
    width: 100%;
    height: 450px;
}

/* service detail start */
.rr-service-details-info{
    border-radius: 50px; 
    border-bottom: 5px solid var(--secondary);
    border-top: 5px solid var(--secondary);
    border-left: 1px dotted var(--secondary);
    border-right: 1px dotted var(--secondary);
    padding: 30px;
}

.rr-services-details-list {
    padding: 35px 30px;
    background: #f2f4f9;
    padding-bottom: 25px;
}
.rr-services-details-list span {
    font-size: 22px;
    color: var(--secondary);
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}
.rr-services-details-list ul li {
    list-style: none;
    text-decoration: none;
}
.rr-services-details-list ul li a {
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    color: var(--secondary);
    background-color: #fff;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    font-weight: 700;
    transition: 0.3s;
}
.rr-services-details-list ul li a i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: var(--secondary);
    color: #fff;
    border-radius: 50px;
    margin-right: 15px;
    transition: 0.3s;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-20 {
    margin-bottom: 20px;
}
.rr-services-details-check ul li {
    list-style: none;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    margin-bottom: 9px;
}
.rr-services-details-check ul li i {
    color: var(--primary);
    /* margin-right: -13px; */
    margin-bottom: 5px;
    float: inline-start;
    font-size: 20px;
    margin-left: -23px;
}
.rr-services-details-thumb img {
    width: 100%;
    border-radius: 50px 0 50px 0;
}
.rr-service-3-item {
    border: 2px solid #ecebeb;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
h3 {
    font-weight: 600;
    color: var(--secondary);
    margin-top: 10px;
    margin-bottom: 5px;
}
.rr-services-details-list ul li a:hover {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
}
.rr-service-3-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
}
.rr-service-3-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease-out 0s;
}
.rr-service-3-img-main img {
    width: 1000px;
    height: 100%;
}
.rr-service-3-content {
    padding: 30px;
}
.rr-service-3-icon {
    height: 120px;
    width: 120px;
    background: #fff;
    text-align: center;
    line-height: 120px;
    display: inline-block;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.3s ease-out 0s;
}
.rr-service-3-icon::before {
    background: #0b363466;
    content: "";
    position: absolute;
    bottom: 0;
    left: 64px;
    width: 55px;
    height: 60px;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
    
}
.rr-service-3-icon img {
    width: 53px;
    height: auto;
}

.rr-service-3-icon img {
    transition: all 0.3s ease-out 0s;
}
.ml-40 {
    margin-left: 40px;
}
.rr-service-3-title {
    font-size: 22px;
    color: #000;
}
.rr-service-3-item:hover .rr-service-3-bg::before {
    opacity: 0.8;
    visibility: visible;
    background-color: #203240;
}
.rr-service-3-item:hover .rr-service-3-title {
    color: #fff;
}
.rr-service-3-item:hover .rr-service-3-text p {
    color: #fff;
}
.rr-service-3-item:hover .rr-service-3-icon::before {
    background-color: var(--primary);
}
.rr-service-3-item:hover .rr-service-3-icon {
    background-color: var(--primary);
}
.rr-service-3-item:hover .rr-service-3-icon img {
    filter: brightness(0) invert(1);
}

/* therape detail */
.text-center ul li a {
    color: #fff;
}
.text-center ul li {
margin-right: 7px;
}
.padding-start {
    margin-bottom: 75px;
}
.text-center ul li i {
    color: #fff;
}
.data-sec{
    background-image: url(assets/images/service/vision-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h4.heading {
    font-weight: 600;
}
@media (min-width: 1300px) and (max-width: 1399px) {
    .style-four .single-feature-box {
        padding: 48px 35px 28px 30px;
    }
}
.style-four .single-feature-box:hover::before {
    width: 100%;
    height: 100%;
}
.style-four .single-feature-box:hover .feature-icon::before {
    filter: brightness(0) invert(1);
}
.single-contact-box.s-padding {
    padding: 25px;
}
.contact-us-about-data p {
    color: #000;
    margin-bottom: 25px;
}
.new-pop-list li {
    margin-bottom: 15px;
    color: #000;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-3-cols {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 1;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.property-features-wrap .block-content-wrap .list-3-cols li {
    border: none;
    display: block;
}

.block-content-wrap.feature01 ul li {
    width: 33%;
    float: left;
}
.block-content-wrap .list-3-cols li, .block-content-wrap .list-2-cols li, .block-content-wrap .list-1-cols li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid;
    border-color: #dce0e0;
    padding: 3px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.feature01 ul li::before {
    content: "\e809";
    font-family: "fontello";
    font-style: normal;
    color: var(--secondary);
    margin-right: 10px;
}
.block-wrap {
    padding: 15px;
    background-color: #ffffff;
    box-shadow: rgb(88 182 219 / 58%) 0px 5px 15px;
    border-radius: 15px;
}


section.services-details {
    overflow: initial;
    position: relative;
}
.services-details .content-side .image-slide {
    position: relative;
    margin-bottom: 35px;
}
.services-details .content-side .image-slide img {
    border-radius: 6px;
    width: 100%;
}
.services-details .content-side .image-slide .content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 140px;
    background-color: var(--primary);
    padding: 20px 30px;
    border-top-right-radius: 6px;
}
.services-details .content-side .image-slide .content h4 {
    color: #fff;
    font-weight: 700;
}
.services-details .content-side .text {
    position: relative;
    margin-bottom: 25px;
    font-weight: 500;
}
.services-details .content-side .list {
    position: relative;
}
.services-details .content-side .list li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex
;
}
.services-details .content-side .list li i {
    margin-right: 8px;
    font-size: 15px;
}
.text-white {
    font-weight: 700;
}
.widget_categories_two {
    /* margin-bottom: 45px; */
    padding: 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 6px;
}
.widget_categories_two .categories-list li {
    position: relative;
    display: block;
    border: 1px solid #e1e5e9;
    margin-bottom: 10px;
    border-radius: 6px;
}
.widget_categories_two .categories-list li a {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: #1e1e2a;
    padding: 14px 0px 13px 42px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 6px;
}
.widget_categories_two .categories-list li a:before {
    position: absolute;
    content: "\f063";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 12px;
    color: #838d9e;
    left: 20px;
    top: 16px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    content: "\e809";
    font-family: "fontello";
    font-style: normal;
    color: var(--primary);
    margin-right: 10px;
}
.widget+.widget {
    margin-top: 50px;
}

.widget_contact {
    position: relative;
    padding: 50px 30px;
    border-radius: 6px;
    background-size: cover;
    text-align: center;
}
.text-left {
    text-align: left !important;
}
.widget_contact img {
    margin-bottom: 20px;
}
.widget_contact .phone-number {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 11px;
}
.widget_contact .phone-number a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.widget_contact .email {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}
.widget_contact .email a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.widget_categories_two .categories-list li a:hover {
    padding-left: 20px;
    color: #fff;
    background: var(--primary);
}
.widget_categories_two .categories-list li a:hover:before {
    opacity: 0;
}


/* blog detail */
.service-bg-one2 {
    background-image: url(assets/images/homepage/pattern-bg-1.webp);
    background-color: #72a4543b;
    border-radius: 0px 50px 0px 0px;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    height: 349px;
    margin-bottom: 223px;
  }
  .breadcum_service-detailblogd {
    background-image: url(assets/images/img/blog-d-b.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 72px 72px;
  }
  .blog-details {
    position: relative;
    display: block;
  }
  .blog-details__content {
    border: 1px dotted var(--primary);
    padding: 15px;
    border-radius: 15px;
}
.blog-details__left {
    position: relative;
    display: block;
    border-bottom: 5px solid var(--primary);
    padding-bottom: 20px;
    border-radius: 31px;
}
  
  .blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }
  .blog-details__img img {
    width: 100%;
    border-radius: 10px;
  }
  
  .blog-details__date {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--primary);
    text-align: center;
    padding: 21px 24px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-details__date .day {
    font-size: 16px;
    color: #fff;
    font-weight: var(--body-font-weight-bold);
    line-height: 16px;
  }
  .blog-details__date .month {
    position: relative;
    display: block;
    font-size: 10px;
    font-weight: var(--body-font-weight-bold);
    color: #fff;
    line-height: 12px;
    text-transform: uppercase;
  }
  
  .blog-details__content {
    position: relative;
    display: block;
  }
  
  .blog-details__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-details__meta li + li {
    margin-left: 18px;
  }
  .blog-details__meta li a {
    font-size: 15px;
    color: #777;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .blog-details__meta li a:hover {
    color: var(--theme-color1);
  }
  .blog-details__meta li a i {
    color: var(--theme-color2);
    margin-right: 6px;
  }
  
  .blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
  }
  
  .blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 9px 0 27px;
    margin-top: 25px;
    border-top: 1px solid #287b2e;
  }
  @media only screen and (max-width: 767px) {
    .blog-details__bottom {
      gap: 30px;
    }
  }
  .blog-details__bottom p {
    margin: 0;
  }
  
  .blog-details__tags span {
    color: #0e2207;
    font-size: 20px;
    margin-right: 14px;
    font-weight: var(--body-font-weight-bold);
  }
  .blog-details__tags a {
    position: relative;
    font-size: 14px;
    background-color: var(--primary);
    color: #fff;
    display: inline-block;
    padding: 5px 20px 5px;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 35px;
  }
  .blog-details__tags a:hover {
    background-color: black;
    color: #fff;
    text-decoration: none;
  }
  .blog-details__tags a + a {
    margin-left: 6px;
  }
  
  .blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-details__social-list a {
    position: relative;
    height: 43px;
    width: 43px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--theme-light-background-text-color);
    background-color: rgb(234, 234, 234);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
  }
  .blog-details__social-list a:hover {
    color: var(--text-color-bg-theme-color2);
  }
  .blog-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .blog-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--primary);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
  }
  .blog-details__social-list a + a {
    margin-left: 10px;
  }
  
  .blog-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 53px;
  }
  
  .blog-details__pagenation {
    position: relative;
    display: block;
  }
  .blog-details__pagenation li {
    position: relative;
    float: left;
    font-size: 20px;
    color: #0e2207;
    font-weight: var(--body-font-weight-bold);
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 52px;
    padding-bottom: 52px;
    border-radius: 10px;
  }
  .blog-details__pagenation li:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
  }
  .blog-details__pagenation li + li {
    margin-left: 30px;
  }
  .nav-links {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 53px;
  }
  .nav-links > div > a {
    display: inline-block;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 1.637;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-light-background-text-color);
    background-color: rgb(240, 240, 240);
    padding: 52px 50px;
    border-radius: 10px;
    width: 98%;
  }
  .nav-links > div > a:hover {
    color: #fff;
    background-color: black;
  }
  .form-control, .input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f6f6f6;
    border: 1px solid #24792e;
    color: #dddddd;
    font-size: 0.9rem;
    width: 100%;
    border-radius: 20px;
  }
  .sidebar__search-form input[type=search] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--primary);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    height: 74px;
    width: 100%;
    padding-right: 80px;
    border-radius: 10px;
  }
  .sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: #fff;
    background-color: var(--primary);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
  }
  .sidebar__category {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: rgb(240, 240, 240);
    border-radius: 10px;
    padding: 45px 30px 38px;
    overflow: hidden;
    z-index: 1;
  }
  .sidebar__single + .sidebar__single {
    margin-top: 30px;
  }
  .sidebar__category-list li.active a {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    border-radius: 10px;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
  }
  .sidebar__category-list li a {
    color: #757873;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 12px 20px;
    font-weight: 500;
    margin: 5px;
  }
  .sidebar__category-list li a:hover {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    border-radius: 10px;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
  }
  .sidebar__post .sidebar__post-list li:hover {
    background-color: #ffffff;
    border-radius: 10px;
  }
  .sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: #4f2d1d !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: 10px;
    display: none;
  }
  .sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: #0e2207;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    margin-left: 21px;
  }
  .sidebar__post .sidebar__post-list .sidebar__post-image > img {
    width: 90px;
    border-radius: 10px;
  }
  .sidebar__post .sidebar__post-list li {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 5px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  /* global riach start */
  .about-section {
    position: relative;
}
/* .about-section .image_block_1 .image-box {
    margin-right: -57px;
} */
 .global-img{
    width: 100%;
    height: auto;
 }
.image_block_1 .image-box {
    position: relative;
    display: block;
}
.image_block_1 .image-box .shape .shape-1 {
    position: absolute;
    right: 200px;
    bottom: -10px;
    width: 153px;
    height: 162px;
    background-repeat: no-repeat;
}
.image_block_1 .image-box .shape .shape-2 {
    position: absolute;
    left: 10px;
    top: 70px;
    width: 211px;
    height: 211px;
    background-repeat: no-repeat;
}
.image_block_1 .image-box .imag {
    position: relative;
    display: block;
}
figure {
    margin: 0px;
}
.image_block_1 .image-box .image img {
    width: 100%;
}
.imag {
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 5px;
    color: #fff;
}
.bold-text {
    margin-bottom: 15px;
}
.sec-pad-2{
    background-image: url(assets/images/resource/history_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* csr start */
.choose-area {
    position: relative;
}
.choose-item{
    display: flex;
    align-items: flex-start;
    gap: 18px;
    border: 1px solid var(--primary);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
  }
  
  .choose-item:nth-child(2){
    margin-left: 30px;
  }
  
  .choose-icon{
    width: 70px;
    height: 70px;
    line-height: 65px;
    background: #000;
    border-radius: 15px;
    text-align: center;
    color: var(--secondary);
    font-size: 40px;
  }
  
  .choose-icon img{
    width: 50px;
    filter: brightness(0) invert(1);
  }
  
  .choose-item-content{
    flex: 1;
  }
  
  .choose-item-content p{
    margin-top: 5px;
  }
  
  .choose-img{
    position: relative;
  }
  
  .choose-img::before{
    content: "";
    position: absolute;
    border: 10px solid var(--secondary);
    width: 250px;
    height: 500px;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  
  .choose-img img{
    border-radius: 80px;
  }
  
  .choose-img .img-2{
    margin-top: 170px;
  }
  
  .choose-item.active{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: none;
  }
  
  .choose-item.active .choose-icon{
    background: var(--secondary);
  }
  
  @media all and (max-width: 767px) {
    .choose-img::before{
      width: 180px;
      height: 250px;
      border-radius: 70px;
    }
  }
  

  .cta-area {
    padding-bottom: 180px;
    background-image: url(assets/images/resource/klinera-bg.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
  }
  
  .cta-area::before{
    content: "";
    position: absolute;
    background: rgba(0, 40, 58, .9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: -1;
  }
  
  .cta-text h1{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
  }
  
  .cta-text span{
    color: #fff;
  }
  
  .cta-text p{
    color: #fff;
  }
  
  .cta-border-btn{
    font-size: 32px;
    color: #fff !important;
    font-weight: 700;
  }
  
  .cta-border-btn i{
    margin-right: 15px;
    color: var(--secondary) !important;
  }
  



  .counter-area {
    margin-top: -177px;
    position: relative;
  }
  
  .counter-wrap{
    padding: 50px 15px 50px 30px;
    background: var(--secondary); 
    border-radius: 100px;
    position: relative;
    border: 10px solid #fff;
    z-index: 1;
  }
  
  .counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    position: relative;
    z-index: 1;
  }
  
  .counter-box .icon {
    position: relative;
    font-size: 45px;
    width: 90px;
    height: 90px;
    line-height: 80px;
    text-align: center;
    color: var(--theme-color);
    z-index: 1;
  }
  
  .counter-box .icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color-white);
    transform: rotate(45deg);
    width: 100%;
    height: 100%;
    border-radius: 30px;
    z-index: -1;
  }
  
  .counter-box .icon img {
    width: 55px;
  }
  
  .counter-box .counter {
    display: block;
    line-height: 1;
    color:#fff;
    font-size: 50px;
    font-weight: 600;
  }
  
  .counter-box .title {
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
  }
  
  @media all and (max-width: 991px) {
    .counter-area .counter-box {
      margin: 40px 0;
    }
  }
  
  /* klinera start */
  .about-area{
    position: relative;
  }
  
  .about-left{
    position: relative;
    z-index: 1;
  }
  
  .about-img-1{
    width: 80%;
  }
  
  .about-img-1 img{
    border-radius: 100px;
  }
  
  .about-img-2{
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: 250px;
  }
  
  .about-img-2 img{
    border-radius: 100px;
    border: 20px solid #fff;
  }
  
  .about-shape{
    position: absolute;
    left: -32px;
    bottom: -32px;
    z-index: -1;
  }
  
  .about-left::before {
    content: "";
    position: absolute;
    left: -32px;
    top: -32px;
    width: 200px;
    height: 200px;
    border-radius: 50px;
    background: var(--secondary);
    opacity: .1;
    z-index: -1;
  }
  
  .about-experience{
    position: absolute;
    right: 20%;
    top: -30px;
    border-radius: 100px;
    padding: 18px 20px;
    background: var(--secondary); 
    color: #fff;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  
  .about-experience::before{
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 2px dashed #fff;
    border-radius: 100px;
  }
  
  .about-experience h1{
    color: #fff;
    font-size: 55px;
    font-weight: 700;
  }
  
  .about-experience-text{
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
  }
  
  .about-right {
    position: relative;
    display: block;
    padding-left: 30px;
  }
  
  .about-list-wrap {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  .about-list {
    position: relative;
    display: block;
    border-radius: 35px;
    padding: 20px;
  }
  
  .about-list li {
    position: relative;
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  
  .about-list li:last-child{
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
  
  .about-list li .icon{
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: var(--secondary);
    border-radius: 50px;
    text-align: center;
  }
  
  .about-list li .icon img{
    width: 42px;
    filter: brightness(0) invert(1);
  }
  
  .about-list li .content{
    flex: 1;
  }
  
  .about-list li .content h4{
    color: #000;
    font-size: 22px;
  }
  
  .about-list li .content p{
    margin-top: 10px;
  }
  
  @media all and (max-width: 991px) {
    .about-right {
      margin-top: 80px;
    }
  }

  /* kinera sec 2 start */
  .offer-one {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--secondary);
}
.offer-one .container {
    position: relative;
    z-index: 1;
}
.offer-one__inner-img-box {
    position: relative;
    width: 100%;
    max-width: 467px;
    margin-left: auto;
    z-index: 1;
}

.offer-one__img-one {
    width: 467px;
    height: 467px;
    border-radius: 50%;
    margin-left: auto;
}
.offer-one__img-two {
    position: absolute;
    left: -92px;
    bottom: -8px;
    width: 244px;
    height: 244px;
    border-radius: 50%;
    border: 6px solid #fff;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.15));
    z-index: 11;
}
.offer-one__shape-one {
    background-image: url(assets/images/resource/offer-shape-1.webp);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: left top;
    background-repeat: no-repeat;
}
.offer-one__shape-two {
    background-image: url(assets/images/resource/offer-shape-2.webp);
    position: absolute;
    right: 11%;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
}
.offer-one__bottom-bg {
    background-image: url(assets/images/resource/offer-1.webp);
    position: absolute;
    width: calc(100% + 10px);
    height: 100%;
    bottom: 0;
    right: -10px;
    z-index: -1;
    background-position: bottom center;
    background-repeat: no-repeat;
    animation: leftToRight 3s linear infinite;
}
@media (max-width: 1399px) {
    .offer-one__inner-img-box {
        margin-right: 100px;
    }
}
.offer-one__heading {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.offer-why-choose-us {
    margin-bottom: 25px;
}
.single-why-choose-us-icon i {
    color: #fff;
    font-size: 45px;
    margin-right: 24px;
}
.why-choose-content h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}
.why-choose-content p {
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 0;
}
i.whynew-m{
    margin-right: 43px;
}
@keyframes moveY {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes moveX {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}
/* Apply the animation to offer-one__img-one */
.offer-one__img-one {
    animation: moveX 3s ease-in-out infinite; /* Duration of 3 seconds, infinite loop */
    display: inline-block; /* Ensure proper element rendering */
}
.offer-one__img-two {
    animation: moveY 2s ease-in-out infinite; /* Apply animation */
    display: inline-block; /* Ensure proper behavior for images */
    transition: all 0.3s ease-in-out; /* Smooth transitions for other states */
}
  

/* klinera 3 start */
 .about-list1 li {
    display: flex;
    border-radius: 90px;
    background: var(--secondary);
    padding: 16px 16px 14px 16px;
    margin-right: 16px;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border: 1px dotted var(--secondary);
}
.about-list1 li span{
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: var(--primary);
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    transform: translateY(-2px);
    margin-right: 10px;
}
.kinare{
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.kinare::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/homepage/02.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .1;
    z-index: -1;
}

    /* Rotating animation */
    @keyframes rotate {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }
      .rotate {
        width: 100px;
        height: 100px;
        animation: rotate 22s linear infinite;
      }
/* social-links */
      .social-links li .face {
        background-color: #4267b2;
        transition: none;
        transform: none;
    }
    .social-links li .twitt {
        background-color: #4ba1f2;
        transition: none;
        transform: none;
    }
    .social-links li .insta {
        background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
        background-size: 300% 300%;
        animation: gradient 5s ease infinite;
        transition: none;
        transform: none;
    }
    .social-links li .link {
        background-color: #3266c2;
        transition: none;
        transform: none;
    }

    /* global sec 2 start */
    .work2-box {
        text-align: center;
        position: relative;
        transition: all 0.4s;
        margin-left: 10px;
        margin-right: 10px;
    }
    .work2-box .image {
        margin: 0px 90px;
        position: relative;
    }
    .work2-box .image .number {
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        background-color: var(--secondary);
        border-radius: 50%;
        position: absolute;
        top: -68px;
        left: 50%;
        margin-left: -22px;
        transition: all 0.4s;
    }
    .work2-box .image::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 220px;
        width: 220px;
        border: 2px solid var(--secondary);
        border-radius: 8px;
        transform: rotate(-45deg) translateY(-5px);
        z-index: -1;
    }
    .work2-box .content {
        background-color: #e8e8e8;
        padding: 20px 29px;
        border-radius: 8px;
        transition: all 0.4s;
    }
    .mt-60 {
        margin-top: 30px;
    }
    .text._hover3 {
        transition: all 0.4s;
    }
    
    .black3 {
        color: #000;
    }
    .font-20 {
        font-size: 20px;
    }
    .leading-20 {
        line-height: 20px;
    }
    .font-semibold {
        font-weight: 600;
    }
    .inline-block {
        display: inline-block;
    }
    .gray3 {
        color: #000;
    }
    .leading-26 {
        line-height: 26px;
    }
    .font-medium {
        font-weight: 500;
    }
    .text-18 {
        font-size: 18px;
    }
    .mt-10, .my-10 {
        margin-top: 10px;
    }
    .mt-30 {
        margin-top: 60px;
    }
    .work2-box:hover .content {
        background-color: var(--primary);
        transition: all 0.4s;
    }
    .work2-box:hover {
        transition: all 0.4s;
        transform: translateY(-10px);
    }
    .work2-box:hover .content a {
        transition: all 0.4s;
        color: #fff;
    }
    .work2-box:hover .content p {
        color: #fff;
        transition: all 0.4s;
    }




    .blog-widget {
        background: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        padding: 30px 30px;
        margin-bottom: 30px;
        border: 1px solid #E5E7E8;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .widget-title {
        position: relative;
    }
    .rc-post-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }
    .rc-post-thumb {
        width: 100px;
        flex: 0 0 auto;
    }
    .rc-post-thumb img {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
    .rc-post-content .date {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 6px;
        line-height: 1;
        font-weight: 500;
        margin-bottom: 12px;
        font-family: 'Teko', sans-serif;
        font-size: 16px;
    }
    .rc-post-content .title {
        font-size: 16px;
        text-transform: capitalize;
        margin-bottom: 0;
        font-weight: 500;
    }
    .post-title a {
        color: #000;
    }

    .row.mb-20.abc {
        background-color: #e3e3e3;
        box-shadow: rgb(0 0 0 / 58%) 0px 5px 15px;
        padding: 35px 35px 25px 35px;
        border-radius: 50px 0 50px 0;
    }

    /* team detail */
.team-details-area {
    background: url(assets/images/resource/team-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.team-details-area .team-member-title h4 {
    font-size: 36px;
    margin: 0;
}
.team-details-area p.desc1 {
    margin-top: 15px;
    margin-bottom: 20px;
}
.team-details-area .contact-info {
    background: #fff;
    padding: 14px 25px 14px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    gap: 11px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.team-details-area .contact-info-ico i {
    display: inline-block;
    color: var(--secondary);
    border: 2px solid var(--secondary);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    font-size: 22px;
    transition: 0.5s;
}
.team-details-area .contact-info-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 11px 0;
    transition: 0.5s;
}
.team-details-area .contact-info-content p {
    color: var(--secondary);
    font-weight: 700;
    margin: 0;
    padding: 0;
    transition: 0.5s;
}
.team-details-area .team-details-social-ico ul li {
    font-size: 22px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
    margin-top: 49px;
    display: inline-block;
}
.team-details-area .team-details-location-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}
.team-details-area .contact-info-content h4 {
    margin: 0;
    padding: 0 0 11px 0;
    transition: 0.5s;
}
.team-details-area .team-details-location-box .contact-info-content p {
    color: var(--primary);
    font-weight: 700;
    margin: 0;
    padding: 0;
    transition: 0.5s;
}
.soci-i .info-list li {
    margin-right: 5px;
    display: inline-block;
}
.soci-i .info-list li a {
    border: 1px solid var(--primary);
}
i.ico1 {
    width: 26px;
    height: 26px;
    background-color: var(--primary);
    padding: 0px;
    border-radius: 30%;
    margin-top: 2px;
    margin-left: 3px;
    margin-bottom: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
}
i.ico1:hover {
    background-color: var(--secondary);
    color: #fff;
}
.social_media.soci-i {
    margin-top: 30px;
}
.pbmit-featured-wrapper img{
    width: 100%;
    height: auto;
}

.desktop{
    display: block;
}
.mobile{
    display: none;
}

@media (max-width: 1200px) {
    .video-cta__content {
        padding: 66px 20px 5px;
        margin-left: 60px;
        margin-right: 45px;
    }
    .video-cta__video {
        margin-bottom: -30px;
    }
    .choose-item {
        padding: 0px 7px 7px 7px;
        margin-bottom: 10px;
    }
    .about-right {
        padding-left: 0px;
    }
    .offer-one__img-two {
        left: -13px;
    }
    .mv1.left .caption {
        width: 50%;
        padding: 10px;
        left: 378px;
    }
    .mv2 .caption {
        right: 362px;
        padding: 10px;
    }
    .left-borders {
        height: 261px;
    }
    .main-slider-one__item {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 39px;
        padding-right: 39px;
    }
    .main-slider-one__title {
        font-size: 50px;
    }

}
@media (max-width: 992px) {
    
    #masthead.sticky {
        position: static;

    }

    .main-slider-one__bg::before {
        position: absolute;
        left: -22px;
    }
    .main-slider-one__bg::after {
        content: "";
        position: absolute;
        left: -18px;
    }
    .main-slider-one__title {
        font-size: 40px;
    }    


    .mty{
        display: none;
    }
    .contact-info-section {
        padding: 50px 0 60px;
    }
    section{
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .mb-992{
        margin-bottom: 30px;
    }
    .page-title-area {
        padding-top: 115px;
    }
    h2 {
        font-size: 30px;
    }
    .video-cta__title {
        font-size: 25px;
    }
    .copyright-info, .copyright-info a {
        text-align: center;
    }
    .copyright-info.right {
        text-align: center;
    }
    .pbmit-service-style-1 .pbminfotech-box-content {
        padding: 10px 22px;
    }
    .rr-services-details-list {
        padding: 20px 20px;
        padding-bottom: 10px;
    }
    .rr-service-details-info {
        border-radius: 25px;
        padding: 15px;
    }
    .rr-service-3-content {
        padding: 15px;
    }
    .rr-service-3-icon {
        height: 95px;
        width: 95px;
        line-height: 92px;
    }
    .rr-service-3-icon::before {
        left: 34px;
    }
    .ml-40 {
        margin-left: 10px;
    }
    .work2-box {
        margin-bottom: 90px;
    }
    .work2-box .content {
        padding: 12px 12px;
    }
    .mt-60 {
        margin-top: 10px;
    }
    .work2{
        margin-bottom: -30px;
    }
    .cta-mar {
        padding: 30px;
        margin: 0px 30px;
    }
    .counter-wrap {
        padding: 25px;
    }
    .counter-area {
        margin-top: -205px;
    }
    .news-block-one .inner-box .lower-content {
        padding: 12px 15px 20px 15px;
    }
    .news-block-one .inner-box .lower-content h4 {
        display: block;
        font-size: 17px;
        line-height: 23px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .blog-widget {
        padding: 10px 20px;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .form-control, .input-text {
        height: calc(1.25rem + 27px);
    }
    .about-img-2 {
        position: absolute;
        bottom: -175px;
        right: -18px;
        max-width: 214px;
    }
    .about-right {
        margin-top: 0;
    }
    .main-h2-box {
        margin-bottom: 15px;
    }
    .about-two__link {
        margin-top: 20px;
    }
    .about-experience h1 {
        font-size: 35px;
    }
    .offer-one__img-two {
        left: 0px;
    }
    .mv1.left .caption {
        width: 54%;
        left: 280px;
    }
    .mv2 .caption {
        right: 297px;
        width: 54%;
    }
    .left-borders {
        height: 198px;
    }
    .welcom-to-section {
        margin-top: -32px;
    }
    .rr-about-tag {
        margin-top: 22px;
    }
    .rr-about-area:before {
        height: 82px;
        width: 257px;
        right: 1%;
    }
    .hero-style3 .hero-title {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .about-list {
        padding: 0px;
    }
    .about-list li {
        padding-bottom: 8px;
    }
    .about-style-two .about-thumb-two {
        top: 235px;
    }
    .about-style-two .about-experience .about-experience-title {
        font-size: 50px;
    }
    .about-style-two .about-experience::after {
        width: 189px;
        height: 60px;
    }
    .about-style-two .about-experience .about-experience-subtitle {
        font-size: 16px;
    }
    .about-style-two .about-experience {
        top: 344px;
        right: 4px;
    }
    .about-list-icon {
        width: 65px;
        height: 65px;
        font-size: 30px;
    }
    .about-list ul li {
        gap: 0px;
    }
    .cta-form {
        margin-left: 0px;
    }
    .mar-bb{
        margin-bottom: 20px;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background-color: #e38c43;
        position: absolute;
        z-index: 9999999;
        /* background-color: #fff; */
        left: 0;
        right: 0;
        border-radius: 10px;
        top: 58px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .mar-b{
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .work2-box .image::after {
        position: absolute;
        content: "";
        height: 133px;
        width: 132px;
    }
    .copyright {
        margin-top: 12px;
    }
    .contact-info-section .contact-info-wrap .single-contact-info .info-icon {
        width: 80px;
        height: 80px;
        line-height: 79px;
    }
    .services-details .content-side .text {
        margin-bottom: 10px;
    }
    .services-details .content-side .image-slide {
        margin-bottom: 15px;
    }
    .laboix-btn {
        padding: 10px 19.5px;
    }
    .pbmit-service-style-1 .pbmit-service-title {
        text-transform: lowercase;
        font-weight: 600;
    }
    .rr-service-3-icon {
        height: 80px;
        width: 90px;
        line-height: 82px;
    }
    .rr-service-3-icon::before {
        left: 27px;
        height: 67px;
    }
    .rr-service-3-item {
        margin-bottom: 20px;
    }
    .mb-40 {
        margin-bottom: 20px;
    }
    .rr-services-details-list {
        margin-bottom: 20px;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .t-cen{
        text-align: center;
    }
    .choose-img {
        position: relative;
        display: flex;
        justify-content: center;
        margin-bottom: 12px;
    }
    .choose-img .img-2 {
        margin-top: 75px;
    }

    .offer-one__inner-img-box {
        margin-right: 28px;
    }
    .about-list1 li {
        margin-right: 0px;
    }
    .borders {
        border: none !important;
    }
    .left-borders {
        border: none !important;
    }
    .mv1.left figure img {
        width: 100%;
        height: auto;
    }
    .mv1.left figure {
        width: 100%;
    }
    .mv1.left .caption {
        width: 100%;
        left: 0;
        top: 82%;
    }
    .caption::after {
        background: none;
    }
    .mv2.mv11 figure img {
        width: 100%;
        height: auto;
    }
    .mv2 figure {
        width: 100%;
    }
    .mv2 .caption {
        right: 0;
        width: 100%;
        top: 82%;
    }
    .mv {
        padding-top: 50px;
        padding-bottom: 105px;
    }
    .mv11 {
        margin-top: 77px;
    }
    .since-year strong {
        font-size: 45px;
        padding: 6px 10px 6px 12px;
    }
    .since-year span {
        font-size: 40px;
    }
    .rr-about-main-img img{
        width: 100%;
        height: auto;
    }
    .rr-about-sm-img {
        margin-top: -158px;
    }
    .hero-wrapper:before {
        height: 40px;
        width: 40px;
        left: 89%;
    }
    .cta-form {
        padding: 25px;
    }
    .about-style-two .about-thumb-one {
        margin-left: 105px;
        max-width: 100%;
    }
    .main-slider-one__bg::after {
        content: "";
        position: absolute;
        left: 0px;
        width: 142%;
    }
    .main-slider-one__title {
        font-size: 30px;
    }
    .main-slider-one__sub-title {
        font-size: 18px;
        margin: 0px 0 10px;
    }    
    .main-slider-one__item {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
    .funfact-one__icon {
        width: 63px;
        height: 69px;
        font-size: 25px;
    }
    .funfact-one__inner {
        padding: 15px;
    }
    .rr-process-shap-img {
        display: none;
    }
    .hero-thumb3 .img2 {
        margin-top: 45px;
    }
    .col-lg-6.col-md-6.mb {
        margin-top: 10px;
    }
    .contact-info-section .contact-info-wrap .single-contact-info {
        height: auto !important;
    }
    .single-contact-info.text-center::before {
        content: "";
        position: absolute;
        top: 79px;
    }
    .single-contact-info.text-center::after {
        content: "";
        position: absolute;
        top: 133px;
        height: 68px;
    }
}
@media (max-width: 576px) {
    .contact-sction .cntcform, .contact-sction .cntc-box-contents {
        padding: 15px;
    }
    .pbmit-service-title1 a {
        font-size: 16px !important;
    }
    section{
        padding-bottom: 25px;
        padding-top: 25px;
    }
    h2 {
        font-size: 25px;
    }
    .page-title-area {
        padding-top: 45px;
    }
    .page-title-area .page-title-content ul {
        padding: 4px 5px;
    }
    .video-cta__title {
        font-size: 25px;
    }
    .header-top .top-right {
        display: none;
    }
    .header-top .top-left {
        position: relative;
        justify-content: center;
        display: flex;
        float: none;
    }
    .logo {
        width: 130px;
    }
    .video-cta__video {
        width: 82px;
        height: 90px;
    }
    .video-cta__content {
        padding: 65px 20px 5px;
        margin-left: 23px;
        margin-right: 10px;
    }
    .wi-50{
        width: 50%;
    }
    .main-footer2:before {
        height: 350px;
        width: 330px;
    }
    .contact-info-section .contact-info-wrap .single-contact-info .info-icon i {
        font-size: 30px;
    }
    .widget_contact {
        padding: 0px 30px 30px 30px;
    }
    .about-two__link {
        margin-top: 30px;
    }
    .widget+.widget {
        margin-top: 45px;
    }
    .widget_categories_two {
        padding: 15px;
    }
    body {
        font-size: 16px;
    }
    .work2{
        margin-bottom: -65px;
    }
    .cta-mar {
        padding: 15px;
        margin: 0px 0px;
    }
    .cta-box-title {
        margin-bottom: 15px;
    }
    .form-group input, .form-group textarea {
        height: 40px;
    }
    .text.mbb-4 {
        margin-bottom: 5px;
    }
    .choose-img .img-2 {
        margin-top: 65px;
    }
    .counter-wrap {
        padding: 12px;
        border-radius: 46px;
        margin-top: 20px;
    }
    .team-block-one .inner-box .text {
        padding: 10px;
    }
    .hero-style3 .hero-title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .about-style-two .about-thumb-two {
        top: 148px;
    }
    .about-style-two .about-experience {
        top: 240px;
        right: 4px;
    }
        .cta-form {
        padding: 15px;
    }
    .main-slider-one__title {
        font-size: 25px;
    }
    .funfact-one__count {
        font-size: 20px;
    }
    .width-50{
        width: 50%;
    }
    .pbminfotech-box-content1 {
        position: relative;
        padding: 10px 15px;
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}
@media (max-width: 450px) {
    .video-cta__title {
        font-size: 18px;
    }
    .video-cta__video__popup i {
        font-size: 31px;
        color: #fff;
    }
    .video-cta__video {
        width: 61px;
        height: 67px;
    }
    .work2-box .image::after {
        height: 187px;
        width: 174px;
    }
    .offer-one__img-one {
        width: 327px;
        height: 327px;
    }
    .offer-one__img-two {
        width: 165px;
        height: 165px;
    }
    .mv {
        padding-top: 40px;
        padding-bottom: 305px;
    }
    .mv11 {
        margin-top: 270px;
    }
    .mv2 .caption {
        top: 160%;
    }
    .mv1.left .caption {
        top: 150%;
    }
    .about-style-two .about-thumb-two {
        width: 142px;
        height: 136px;
    }
    .about-style-two .about-experience {
        padding: 3px 9px 3px 9px;
    }
    .about-style-two .about-experience::after {
        width: 144px;
    }
}
@media (max-width: 400px) {
    .wi-50{
        width: 100%;
    }
    h3 {
        font-size: 20px;
    }
    .blog-details__content {
        padding: 10px;
    }
    .rr-about-icon {
        height: 68px;
        width: 116px;
    }
    .about-style-two .about-thumb-one {
        margin-left: 30px;
    }
    h3.about-list-title {
        font-size: 20px;
    }
}

section#nav_menu-2 {
    padding-top: 0;
}
section#nav_menu-3 {
    padding-top: 0;
}
.menu li a{
    color: #fff;
}
#menu-footer1 li a::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 10px;
    background-color: var(--primary);
}
#menu-footer1 li a:hover {
    margin-left: 0;
    color: var(--primary);
}
#menu-footer1 li a {
    color: #fff;
    position: relative;
    padding-left: 16px;
    margin-left: -16px;
    transition: 0.3s;
    font-weight: 400;
}
#menu-footer1 li {
    list-style-type: none;
    overflow: hidden;
}

#menu-footer2 li a::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 10px;
    background-color: var(--primary);
}
#menu-footer2 li a:hover {
    margin-left: 0;
    color: var(--primary);
}
#menu-footer2 li a {
    color: #fff;
    position: relative;
    padding-left: 16px;
    margin-left: -16px;
    transition: 0.3s;
    font-weight: 400;
}
#menu-footer2 li {
    list-style-type: none;
    overflow: hidden;
}

iframe{
    width: 100%;
    height: 500px;
}

/* therape start */
.pbmit-service-style-1 .pbmit-service-img-wrapper1 {
    position: relative;
    overflow: hidden;
    border-radius: 11px 0 0 57px;
}
.pbmit-service-title1 a {
    font-size: 22px;
    font-weight: 600;
}
h3.pbmit-service-title1 {
    margin-top: 0;
}
.pbminfotech-box-content1 {
    position: relative;
    padding: 10px 15px;
    margin-top: -35px;
    margin-left: 30px;
    border-radius: 0 0 50px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #fff;
    z-index: 1;
    background-image: url(assets/images/homepage/blog-bg3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 30px;
}
section#nav_menu-3 {
    padding-bottom: 0;
}
section#nav_menu-2 {
    padding-bottom: 0;
}

@media (max-width: 576px) {
    #multislider05 .carousel-inner .carousel-item>div {
        display: none;
    }

    #multislider05 .carousel-inner .carousel-item>div:nth-child(-n+2) {
        /* Show the first two items */
        display: block;
    }

    #multislider05 .carousel-inner .carousel-item.active,
    #multislider05 .carousel-inner .carousel-item-next,
    #multislider05 .carousel-inner .carousel-item-prev {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .client-slider {
        max-width: 576px;
        margin: 0 auto;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    #multislider05 .carousel-inner .carousel-item.active,
    #multislider05 .carousel-inner .carousel-item-next,
    #multislider05 .carousel-inner .carousel-item-prev {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 768px) {
    #multislider05 .carousel-inner .carousel-item-end.active,
    #multislider05 .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    #multislider05 .carousel-inner .carousel-item-start.active,
    #multislider05 .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }

    #multislider05 .carousel-inner .carousel-item-end,
    #multislider05 .carousel-inner .carousel-item-start {
        transform: translateX(0);
    }
}