
@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:#ff3c00;
	--secondary:#14212a;
}
body {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 16px;
    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;
}

/*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***************/

/* Sticky Navbar */
#masthead {
    background-color: #fff;
    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: 7px 0px;
    background-color: var(--secondary);
    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: 15px;
    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: 227px;
    height: auto;
}
.navbar
{padding: 0;}
.menutop ul li a {
    color: #000;
    padding: 5px 24px !important;
    position: relative;
    font-weight: 700;
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
    text-transform: uppercase;
    line-height: 26px;
}
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: var(--primary);
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    background: var(--secondary);
}
.dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 176px;
    border-radius: 10px;
    padding: 0;
    border: 0;
    overflow: hidden;
}
.dropdown-item:hover {
    color: #ffffff;
    background-color: #ff3c00;

}
.dropdown-menu li a {
	color: #000 !important;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
	text-transform: capitalize !important;
    padding: 15px;
    border-bottom: 1px solid #fff;
    color: #fff;
	line-height: normal !important;
}
#main_nav {
    display: inline-masonry;
    justify-content: flex-end;
}
.sub-menu.dropdown-menu a:hover {
    background: var(--primary);
    padding-left: 30px !important;
    color: #fff;
}

/******************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 {
    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;
}


.main-slider-two__carousel {
    position: relative;
    width: 100%;
    height: 500px;
}
.tns-gallery {
    min-height: 1px;
}
.tns-gallery, .tns-no-calc {
    position: relative;
    left: 0;
}
.tns-slider {
    transition: all 0s;
}
#tns10 > .tns-item {
    width: 100%;
    height: 100%;
    position: relative;
}

#tns10 > .tns-item {
    font-size: 16px;
}
.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.main-slider-two__carousel .item {
    padding-bottom: 0; /* Remove padding */
    height: 100%;
}

.main-slider-two__bg-color {
    position: absolute;
    z-index: 0;
    right: -44px;
    top: 8px;
    width: 100%;
    height: 100%;
    overflow: hidden;

    background-color: var(--tolak-base, #ff3c00);

    /* Apply SVG as a mask */
    -webkit-mask-image: url(assets/images/slider/download.svg);
    mask-image: url(assets/images/slider/download.svg);

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center center;
    mask-position: center center;

    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;

    /* Optional: fallback for browsers that don't support masks */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.main-slider-two__bg {
    position: absolute;
     top: -19px;
    left: 41px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-mask: inherit;
    mask: inherit;
}

.main-slider-two__bg-shape {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 52px;
    width: 95px;
    height: 247px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    animation: topToBottom 2.5s linear 0s infinite;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .main-slider-two__bg-color, .main-slider-two__bg {
        height: 541px;
    }
}

@keyframes topToBottom {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
}
.main-slider-two__bg{
    background-image: url(assets/images/slider/slider-1.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-mask-image: url(assets/images/slider/download.svg);
        mask-image: url(assets/images/slider/download.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
}








/*******************btn*********************/
.about-section .text-column .link-box {
    padding-top: 30px;
}
.btn-style-one {
    position: relative;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.05em;
    background: var(--primary);
    color: #ffffff;
    border-radius: 17px;
    bottom: -4px;
    overflow: hidden;
    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;
}
.btn-style-one .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: var(--secondary);
    opacity: 0.2;
    z-index: 0;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}
.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.1em;
    padding: 10px 20px 10px;
    z-index: 1;
}
.btn-style-one:hover {
    background: var(--primary);
    color: #ffffff;
}
.btn-style-one:hover .btn-curve {
    opacity: 1;
    right: 0;
    width: 100%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}
.btn-style-one2:hover {
    background: var(--primary);
    color: #ffffff;
    border: 2px solid #fff;
}
/* Footer */
/* .main-footer.style-two {
    position: relative;
    background-image: url(assets/images/footer.webp);
    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:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--primary);
}
.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: 500;
}
.contact-widget .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.2);
    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(--secondary);
    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: 16px;
    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;
} */

/* 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 */
.counter-area {
    background: var(--primary);
    color: #fff;
}
.tp-counter-item-icon {
    font-size: 50px;
    line-height: 50px;
}
.counter {
    font-size: 25px;
    margin: 15px 0px;
    float: left;
    width: 100%;
}
.counter-block-three .inner i {
    display: inline-block;
    color: #ff3c00;
    font-size: 60px;
    line-height: 1em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 18px;
}
/*Font*/
.span3 {
    float: left;
    width: 25%;
    border: 1px solid #000;
    padding: 11px;
}
span.i-code {
    float: right;
}
/*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 */
.about-thirteen {
    position: relative;
}
@media (min-width: 1200px) {
    .about-thirteen__content {
        padding-right: 68px;
    }
}
.about-thirteen__content {
    position: relative;
}
.about-thirteen__content__text {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 32px;
}
.about-thirteen__box-wrapper {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 32px;
}
.about-thirteen__box {
    position: relative;
    border-radius: 6px;
    border: 1px solid #D0CCFF;
    padding: 39px 20px 24px;
    margin-top: 38px;
}
.about-thirteen__box__icon {
    width: 66px;
    height: 66px;
    border: 4px solid #F5F5F5;
    background-image: linear-gradient(180deg, #ff3c00 0%, #021936 100%);
    border-radius: 50%;
    font-size: 32px;
    color: #fff;
    position: absolute;
    left: 19px;
    top: -40px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.about-thirteen__box__title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.about-thirteen__box__text {
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.about-thirteen__box {
    position: relative;
    border-radius: 6px;
    border: 1px solid #cfc1bd;
    padding: 39px 20px 24px;
    margin-top: 38px;
}
.about-thirteen__box__icon {
    width: 66px;
    height: 66px;
    border: 4px solid #F5F5F5;
    background-image: linear-gradient(180deg, #ff3c00 0%, #021936 100%);
    border-radius: 50%;
    font-size: 32px;
    color: #fff;
    position: absolute;
    left: 19px;
    top: -40px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1200px) {
    .about-thirteen__image {
        margin-left: -48px;
    }
}
.about-thirteen__image {
    position: relative;
    text-align: right;
}
.about-thirteen__image > img {
    max-width: 100%;
    height: auto;
    border-radius: 186px;
}
.about-thirteen__image__two {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    border: 15px solid #fff;
    border-radius: 186px;
}
.about-thirteen__image__two > img {
    max-width: 100%;
    height: auto;
    border-radius: 186px;
}
.about-thirteen__image__experiance {
    position: absolute;
    z-index: 2;
    left: 15px;
    bottom: 0;
    max-width: 279px;
    border-radius: 140px;
    background-image: linear-gradient(20deg, #211f38 0%, #ff3c00 100%);
    text-align: center;
    padding: 40px 20px 0;
}
.about-thirteen__image__experiance__inner {
    border-radius: 118px;
    background-color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 800;
    color: var(--secondary);
    text-transform: capitalize;
    padding: 40px 20px 76px;
    margin-bottom: -1px;
}
.about-thirteen__image__experiance__icon {
    width: 84px;
    height: 84px;
    background-color: #F5F5F5;
    border-radius: 50%;
    font-size: 44px;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

@media (min-width: 768px) {
    .sec-title-three {
        padding-bottom: 50px;
        margin-top: -2px;
    }
}
.sec-title-three {
    position: relative;
    line-height: 1;
    padding-bottom: 20px;

}

@media (min-width: 768px) {
    .sec-title-three__tagline {
        font-size: 18px;
    }
}

.sec-title-three__tagline {
    color: var(--secondary);
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
    margin: 0 0 12px;
}
.sec-title-three__tagline__left-border {
    width: 39px;
    height: 2px;
    display: inline-block;
    background-color: var(--primary);
    position: relative;
    top: -5px;
    margin-right: 20px;
}
.sec-title-three__tagline__left-border:after {
    position: absolute;
    left: 0;
    top: -4px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary);
    animation: zumpX 4s linear infinite;
}
.sec-title-three__tagline__right-border {
    width: 39px;
    height: 2px;
    display: inline-block;
    background-color: var(--primary);
    position: relative;
    top: -5px;
    margin-left: 20px;
}
.sec-title-three__tagline__right-border:after {
    position: absolute;
    left: 0;
    top: -4px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary);
    animation: zumpX 4s linear infinite;
}

@keyframes zumpX {
    0%, 100% {
        left: 0;
    }
    50% {
        left: calc(100% - 8px);
    }
}
/* about 2 */
.watermark2-bg {
    position: absolute;
    right: -80px;
    top: 0;
    z-index: -1;
    max-width: 100%;
}
.about4-image {
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.07));
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.para {
    font-size: 16px;
    font-weight: 400;
    color:#000;
    font-family: "Poppins", sans-serif;
    line-height: 28px;
}
.about3-content.style-2 .about3-list {
    margin: 20px 0 50px 0;
    padding: 0;
}
.about3-content .about3-list li {
    font-size: 18px;
    font-weight: 600;
    color:#000;
    font-family: "Cuprum", sans-serif;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.about3-content.style-2 .about3-list li::before {
    background: var(--primary);
}
.about3-content .about3-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
}
.why-choose-four-image {
    width: 7%;
    height: auto;
    position: absolute;
    right: 6px;
    bottom: -123px;
    z-index: 1;
}
.why-choose-four-image2 {
    width: 7%;
    height: auto;
    position: absolute;
    left: 6px;
    bottom: -123px;
    z-index: 1;
}
.why-choose-four-image3 {
    width: 7%;
    height: auto;
    position: absolute;
    right: 6px;
    bottom: -123px;
    z-index: 1;
}
.why-choose-four-image4 {
    width: 7%;
    height: auto;
    position: absolute;
    left: -44px;
    bottom: -178px;
    z-index: 1;
}
.why-choose-four-image5 {
    width: 7%;
    height: auto;
    position: absolute;
    right: 6px;
     bottom: -127px;
    z-index: 1;
}
.why-choose-four-image6 {
    width: 7%;
    height: auto;
    position: absolute;
    left: 6px;
    bottom: -127px;
    z-index: 1;
}
.why-choose-four-image7 {
    width: 7%;
    height: auto;
    position: absolute;
    right: 6px;
    bottom: -127px;
    z-index: 1;
}

.our-history{
    position: relative;
}
@-webkit-keyframes bounceY {
    0% {
        -webkit-transform: translateY(-60px);
    }
    50% {
        -webkit-transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(-60px);
    }
}
.bounce-vertical {
    display: inline-block;
    animation: bounceY 1.5s infinite ease-in-out;
    -webkit-animation: bounceY 2s infinite ease-in-out;
}
/* services start */
.service-four {
    position: relative;
    background-color:  #ecf2fc;
}


.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.tns-slider>.tns-item {
    box-sizing: border-box;
}
.service-four__item {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 0;
    text-align: center;
    border-radius: 0 0 50% 50%;
    max-width: 270px;
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.service-four__item__content {
    position: relative;
    z-index: 2;
    padding: 0 20px 13px;
}
.service-four__item__icon {
    position: relative;
    z-index: 3;
    top: -41px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto -22px;
    background-color: rgba(var(--tolak-white-rgb,255,255,255),.8);
    font-size: 42px;
    color: var(--primary);
    transition: all .5s ease;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, .08));
}
.service-four__item__title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 11px;
}
.service-four__item__title a {
    color: inherit;
    background: linear-gradient(90deg, currentcolor 0, currentcolor) 0 95% / 0 1px no-repeat;
    transition: all .5s ease;
}
.service-four__item__text {
    line-height: 26px;
    margin: 0;
    transition: all .3s ease;
}
.service-four__item__image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color:#fff;
    padding: 10px;
    border-radius: 50%;
    transition: all .5s;
}
.service-four__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.service-four__item__rm {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 46px;
    height: 46px;
    background-color: var(--primary);
    border: 3px solid  #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    justify-content: center;
    opacity: 0;
    transform: translateY(100px);
}
.service-four__item:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    opacity: 0;
    border-radius: 0 0 50% 50%;
    background-color: var(--secondary);
    transition: all .5s;
}
.service-four__item:hover .service-four__item__icon {
    background-color: var(--primary);
    color:  #fff;
}
.service-four__item:hover .service-four__item__icon span {
    animation: bounceIn 1s linear;
    animation-duration: 1s;
}
.service-four__item:hover .ser-icon {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.service-four__item:hover .service-four__item__rm {
    opacity: 1;
    transform: translateY(0);
}
.service-four__item:hover .service-four__item__image img {
    border-radius: 0 0 50% 50%;
}
.service-four__item:hover .service-four__item__image {
    background-color: var(--secondary);
    border-radius: 0 0 50% 50%;
}
.service-four__item:hover .service-four__item__content {
    background-color: var(--secondary);
}
.service-four__item:hover .service-four__item__text {
       color: #ffffff;
}
.service-four__item:hover .service-four__item__title {
    color: #fff;
}
/* service 1 end */

/* service 2 start */
.service-one{
    position: relative;
}
.service-one__item {
    position: relative;
    border-radius: 70px 70px 0 0;
    z-index: 2;
    overflow: hidden;
    counter-increment: count;
    transition: all .5s ease;
    background-color: #fff;
}
.service-one__item__image {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-one__item__image img {
    width: 100%;
    height: auto;
}
.service-one__item__image:after {
    background: linear-gradient(90deg, rgba(var(--tolak-white-rgb,255,255,255),.13) 0, rgba(var(--tolak-white-rgb,255,255,255),.13) 77%, rgba(var(--tolak-white-rgb,255,255,255),.5) 92%, rgba(var(--tolak-white-rgb,255,255,255),0));
    content: "";
    height: 200%;
    left: -210%;
    opacity: 0;
    position: absolute;
    top: -50%;
    transition: all .7s ease 0s;
    width: 200%;
}
.service-one__item__content {
    position: relative;
    padding: 0 20px 25px;
    border: 1px solid #ff3c0042;
    border-top: none;
}
.service-one__item__icon {
    width: 90px;
    height: 90px;
    background-color:  var(--primary);
    border: 4px solid  #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    line-height: 1;
    position: relative;
    z-index: 1;
    color: #fff;
    margin: -46px auto 15px;
    overflow: hidden;
    transition: .1s ease;
}
.service-one__item__icon span {
    position: relative;
    z-index: 2;
    display: inline-block;
    transition: all .5s linear;
    transition-delay: 0s;
    transition-delay: .1s;
    transform: scale(1);
}
.service-one__item__icon:after {
    position: absolute;
    content: "";
    background-color: var(--secondary);
    width: 100%;
    height: 0;
    left: 50%;
    top: 50%;
    border-radius: 25px;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all .5s ease;
}
.service-one__item__title {
    font-size: 22px;
    margin: 0 0 8px;
}
.service-one__item__title a {
    color: inherit;
    background: linear-gradient(90deg, currentcolor 0, currentcolor) 0 95% / 0 1px no-repeat;
    transition: all .5s ease;
}
.service-one__item__text {
    line-height: 28px;
    margin: 0;
}
.service-one__item__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ff3c0042;
    border-top: none;
    padding: 12px 31px 10px 31px;
    overflow: hidden;
    transition: all .5s linear;
}
.service-one__item__bottom__number {
    position: relative;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color:  #b7b7b7;
}
.service-one__item__bottom__number:before {
    content: counters(count, ".", decimal-leading-zero);
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-one__item__bottom__rm {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--primary);
    line-height: 1;
    letter-spacing: .24px;
    background: linear-gradient(90deg, currentcolor 0, currentcolor) 0 95% / 0 1px no-repeat;
    transition: all .5s ease;
}
.service-one__item__bottom__rm span {
    line-height: inherit;
    margin-left: 6px;
}
.service-one__item__bottom:after {
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    width: 0;
    opacity: 0;
    height: calc(100% + 20px);
    content: "";
    background-color: var(--primary);
    transition: all .5s linear;
    transform: rotate(32deg);
    margin: 0 auto;
}
.service-one__item:hover .service-one__item__image:after {
    left: -30%;
    opacity: 1;
    top: -20%;
    transition-duration: .7s, .7s, .15s;
    transition-property: left, top, opacity;
    transition-timing-function: linear;
}
.service-one__item:hover .service-one__item__icon:after {
    height: 100%;
}
.service-one__item:hover .service-one__item__bottom {
    border-color: var(--secondary);
    background-color: var(--secondary);
}
.service-one__item:hover .service-one__item__bottom:after {
    width: 8px;
    opacity: 1;
}
.service-one__item:hover .service-one__item__bottom__rm {
    color: #fff;
}
.why-choose-thirteen {
    position: relative;
    overflow: hidden;
    background-color: var(--secondary);
}
.why-choose-thirteen__content {
    position: relative;
    padding: 120px 0 108px;
}
.why-choose-thirteen__content__text {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #fff;
}
.why-choose-thirteen__box-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 77px;
}
.why-choose-thirteen__box {
    position: relative;
    z-index: 1;
    max-width: 179px;
}
.why-choose-thirteen__box__top {
    width: 179px;
    height: 179px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 7px;
    margin-bottom: 20px;
    padding-top: 20px;
}
.why-choose-thirteen__box__icon {
    width: 76px;
    height: 76px;
    background-color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    font-size: 38px;
    color: #fff;
}
.why-choose-thirteen__box__title {
     font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 800;
    margin: 0;
}
.accordion-button:focus {
    box-shadow: none !important;
}
.why-choose-thirteen__box__text {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin-right: -15px;
    color: #fff;
}
.why-choose-thirteen__box {
    position: relative;
    z-index: 1;
    max-width: 179px;
}
.why-choose-thirteen__box__top {
    width: 179px;
    height: 179px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 7px;
    margin-bottom: 20px;
    padding-top: 20px;
}
.why-choose-thirteen__image {
    position: relative;
    z-index: 1;
    margin: 0;
    display: inline-block;
    right: 196px;
}
.why-choose-thirteen__image__shape {
    position: absolute;
    right: 0;
    bottom: 0;
}
.why-choose-thirteen__image img {
    max-width: none;
}
.why-choose-thirteen__image__award {
    position: absolute;
    left: 100px;
    bottom: 41px;
    z-index: 1;
    text-align: center;
}
.why-choose-thirteen__image__award__icon {
    font-size: 103px;
    color: #fff;
    line-height: 103px;
    display: block;
}
.why-choose-thirteen__image__award__content {
    margin: 15px 0 0;
    font-size: 30px;
    line-height: 41px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.why-choose-thirteen h2{
    color: #fff;
}
.why-choose-thirteen h6{
    color: #fff;
}

/* faq start */
.funfact-one {
    position: relative;
    background-color:#fff;
}
@media (min-width: 1200px) {
    .funfact-one__image {
        padding-left: 55px;
    }
}
.funfact-one__image {
    position: relative;
    display: inline-block;
    padding-top: 47px;
}
.funfact-one__image img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}
.funfact-one__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    padding: 50px;
    left: 0;
    top: 0;
    width: 205px;
    height: 205px;
    background-color: var(--primary);
    border-radius: 50%;
}
.funfact-one__item__count {
    margin: 0 0 10px;
    color:  #fff;
    font-size: 45px;
    letter-spacing: .88px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.funfact-one__item__text {
    color:#fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.funfact-one__item:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    content: "";
    border-style: dashed;
    border-width: 1px;
    border-color:  #fff;
    border-radius: 50%;
    animation-duration: 1.5s;
    animation: rotated 10s linear infinite;
    transition: all .5s ease;
    animation-play-state: running;
}
.funfact-one__item--two {
    left: auto;
    right: -120px;
    top: 50px;
    bottom: 0;
    margin: auto;
    background-color: var(--secondary);
    border: 16px solid  #fff;
}
.funfact-one__item--three {
    top: auto;
    bottom: -97px;
}

.funfact-one__accordion .accordion-button:not(.collapsed) {
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
    color: #fff;
}
.funfact-one__accordion .accordion-header button {
    padding: 25px 55px 25px 30px;
    transition: all .5s ease;
    cursor: pointer;
    background-color: transparent;
}
.funfact-one__accordion .accordion-button {
    font-weight: 500;
    color: var(--secondary);
    font-size: 17px;
    margin: 0;
    transition: all .5s ease;
    position: relative;
}
.funfact-one__accordion .accordion-button i {
    display: inline-block;
    font-size: 20px;
    color: var(--primary);
    margin-right: 14px;
    position: relative;
    top: 1px;
    transition: all .5s ease;
}

/* wny choose us 2 start */
.our-solution {
    position: relative;
    background-color: var(--secondary);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 218px;
}
@media (min-width: 1200px) {
    .our-solution__image {
        margin-right: -30px;
        margin-left: 10px;
    }
}
.our-solution__image {
    position: relative;
    z-index: 2;
}
.our-solution__border-one, .our-solution__border-three {
    position: relative;
    display: block;
    height: 9px;
    width: 78%;
    background-color: #fff;
    margin: 0 0 11px;
}
.our-solution__border-two {
    width: 9px;
    height: 330px;
    background-color: var(--primary);
    position: absolute;
    right: 32%;
    top: -86px;
    z-index: 1;
}
.our-solution__image img {
  width: 100%;
  height: auto;
  mask-image: url('assets/images/why/why-2-shape.webp');
  -webkit-mask-image: url('assets/images/why/why-2-shape.webp');
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.our-solution__border-three {
    margin: 9px 0 0;
}
.our-solution__border-one, .our-solution__border-three {
    position: relative;
    display: block;
    height: 9px;
    width: 78%;
    background-color: #fff;
    margin: 0 0 11px;
}
.our-solution__image__shape {
    position: absolute;
    left: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    display: flex;
    align-items: center;
}
.our-solution__content {
    position: relative;
    padding: 18px 0 0;
}
.our-solution__content__text {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 32px;
}
.our-solution__box {
    position: relative;
    background-color: var(--primary);
    padding: 31px 18px 35px 25px;
}
.our-solution__box__icon {
    font-size: 80px;
    line-height: 80px;
    display: block;
    color:  #fff;
    margin: 0 0 22px;
    text-align: center;
}
.our-solution__box__icon span {
    display: inline-block;
    transition: all .6s ease;
}
.our-solution__box__text {
    color: #fefefe;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    text-transform: uppercase;
}
.our-solution__list {
    position: relative;
    background-color: hsla(0, 0%, 84%, .15);
    padding: 36px 30px 31px;
    margin-left: -30px;
}
.our-solution__list__title {
    color:  #fff;
    font-size: 22px;
    margin: 0 0 20px;
}
.our-solution__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.our-solution__list ul li {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 7px;
}
.our-solution__list ul li span {
   color: #fff;
    margin-right: 9px;
    transition: all .5s ease;
}
.our-solution__list__border {
    position: absolute;
    right: 0;
    bottom: -12px;
    height: 12px;
    width: 36.4%;
    background-color: var(--primary);
}
.our-solution__content h6{
    color: #fff;
}

/* featured */
.feature-two {
    position: relative;
    z-index: 1;
    padding: 0 0 5px;
    margin-top: -100px;
}
.feature-two:after {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    content: "";
    z-index: -1;
    width: 100%;
    height: 54%;
}
.feature-two__item {
    position: relative;
    z-index: 3;
    background-color: #fff;
    border-radius: 70px 70px 0 0;
    border: 1px solid #ddd;
    padding: 64px 20px 23px;
}
.feature-two__item:hover{
    background-color: var(--primary);
}
.feature-two__item:hover .feature-two__item__icon{
    background-color: var(--secondary);
}
.feature-two__item:hover h4{
    color: #fff;
}
.feature-two__item:hover p{
    color: #fff;
}
.feature-two__item__icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -37px;
    margin: 0 auto;
    width: 82px;
    height: 82px;
    background-color: var(--primary);
    border-radius: 50%;
    font-size: 48px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-two__item__icon span {
    display: inline-block;
    transition: all .6s ease;
}
.feature-two__item__title {
    font-size: 22px;
    margin: 0 0 9px;
}
.feature-two__item__text {
    margin: 0;
}
.feature-two__item--reverse {
    padding-top: 29px;
    padding-bottom: 55px;
    margin-top: -36px;
    border-bottom: 4px solid var(--primary);
}
.feature-two__item {
    position: relative;
    z-index: 3;
    background-color: #fff;
    border-radius: 70px 70px 0 0;
    border: 1px dotted #ff3c0075;
    padding: 64px 20px 23px;
}
.feature-two__item__icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -37px;
    margin: 0 auto;
    width: 82px;
    height: 82px;
    background-color: var(--[--primary]);
    border-radius: 50%;
    font-size: 48px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-two__item__icon span {
    display: inline-block;
    transition: all .6s ease;
}
.feature-two__item__title {
    font-size: 22px;
    margin: 0 0 9px;
}
.feature-two__item__text {
    margin: 0;
}
.feature-two__item--reverse .feature-two__item__icon {
    top: auto;
    bottom: -44px;
}
.feature-two__item--reverse {
    padding-top: 29px;
    padding-bottom: 55px;
    margin-top: -36px;
    border-bottom: 4px solid var(--primary);
}

/* team start */
.pp-5 {
    padding: 0 50px;
}
.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.tns-slider>.tns-item {
    box-sizing: border-box;
}
.team-card-two {
    position: relative;
    z-index: 1;
    background-color: transparent;
    overflow: hidden;
    padding: 0;
}
.team-card-two:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 205px;
    content: "";
    background-color: var(--primary);
    transition: all .5s ease;
    border-radius: 20px;
    z-index: -1;
}
.team-card-two__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 207 272'><path d='m102 0c50.3 0 105 130.7 105 181 0 50.3-54.7 91-105 91-50.3 0-102-40.7-102-91 0-50.3 51.7-181 102-181z' fill='black'/></svg>");
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 207 272'><path d='m102 0c50.3 0 105 130.7 105 181 0 50.3-54.7 91-105 91-50.3 0-102-40.7-102-91 0-50.3 51.7-181 102-181z' fill='black'/></svg>"); */
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.team-card-two__image img {
    position: relative;
    width: 100%;
    z-index: 1;
}
/* .team-card-two__image-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 285px;
    max-height: 379px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 207 272'><path d='m102 0c50.3 0 105 130.7 105 181 0 50.3-54.7 91-105 91-50.3 0-102-40.7-102-91 0-50.3 51.7-181 102-181z' fill='black'/></svg>");
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 207 272'><path d='m102 0c50.3 0 105 130.7 105 181 0 50.3-54.7 91-105 91-50.3 0-102-40.7-102-91 0-50.3 51.7-181 102-181z' fill='black'/></svg>");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    opacity: 1;
    transition: all 0.5s ease;
} */
.team-card-two__content {
    position: relative;
    padding: 15px 15px 24px 15px;
    text-align: center;
}
.team-card-two__title {
    font-size: 22px;
    line-height: 1.1818181818em;
    color: var(--primary);
    text-transform: capitalize;
    margin: 0 0 8px;
}
.team-card-two__title a {
    color: #fff;
    transition: all .5s ease;
}
.team-card-two__designation {
    line-height: 1em;
    font-size: 16px;
    color:#fff;
    margin: 0;
    transition: all .2s ease;
}
.team-card-two:after {
    position: absolute;
    left: 0;
    bottom: 9px;
    width: 100%;
    height: 205px;
    content: "";
    background-color: var(--secondary);
    transition: all .5s ease;
    border-radius: 20px;
    z-index: -1;
}
.team-card-two:hover:before {
    bottom: 9px;
}
.team-card-two:hover:after {
    background-color:#000000;
    bottom: 0;
}
.team-card-two:hover .team-card-two__image-bg {
    top: 7px;
    opacity: 1;
}
.fun-fact-section-three.pull-down {
    margin-bottom: -48px;
}
.fun-fact-section-three {
    position: relative;
    background-color: var(--secondary);
}
.fun-fact-section-three .bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 248px;
    background-image: url(assets/images/homepage/shape-1.webp);
    background-position: left center;
    background-repeat: no-repeat;
}
.counter-block-three {
    position: relative;
    margin-bottom: 50px;
}
.counter-block-three .inner {
    position: relative;
    border: 1px solid #ff3c00;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    padding: 30px 30px;
    max-width: 240px;
    margin: 0 auto;
    height: 100%;
    background-color: #fff;
}
.counter-block-three .icon {
    display: inline-block;
    color: #fff;
    font-size: 60px;
    line-height: 1em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 18px;
}
.counter-block-three .count-box {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: -1.92px;
    margin-bottom: 5px;
}
.counter-block-three .count-box .count-text {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    color: var(--primary);
}
.counter-block-three .counter-title {
    line-height: 22px;
    font-weight: 600;
    color: #000000;
}
.iccon {
    display: flex;
    align-items: center;
}
.team-i {
    font-size: 41px;
    color: var(--primary);
}
.team-card:hover .team-i {
    color: #fff;
}
/* funfact end */

/* get in touch start */
.contact-section-three {
    position: relative;
    z-index: 2;
}
.contact-section-three .outer-box {
    position: relative;
    background-color: #f2f3f5;
}
.contact-section-three .form-column {
    position: relative;
    z-index: 3;
}

.order-2 {
    order: 2 !important;
}
.contact-section-three .form-column .inner-column {
    position: relative;
    padding: 80px 0 90px 0;
    padding-right: 60px;
}
.contact-form {
    position: relative;
    background-color: #F2F3F5;
    border-radius: 10px;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.contact-form .input-outer {
    position: relative;
}
.contact-form .select2-container--default .select2-selection--single, .contact-form input:not([type=submit]), .contact-form textarea, .contact-form select {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    padding: 15px 20px;
    color: #67687A;
    line-height: 32px;
    font-weight: 400;
    background-color:#fff;
    border: 1px solid #e1e5e9;
    border-radius: 10px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .input-outer .icon {
    position: absolute;
    right: 30px;
    top: 23px;
    font-size:16px;
    line-height: 1em;
    color: var(--primary);
}

.contact-section-three .image-column .inner-column {
    padding: 80px 0 0 0;
    padding-right: 20px;
    padding-left: 60px;
    height: 100%;
}
/* .contact-section-three .image-column .image-box {
    position: relative;
    display: inline-block;
    height: 100%;
} */
.contact-section-three .image-column .image-box .image {
    margin-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}
.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 2;
    pointer-events: none;
}
/* img {
    display: inline-block;
    max-width: 100%;
    height: auto;
} */

/* solution start */
.pad-b-50{
    padding-bottom: 40px;
}
.solution-two {
    position: relative;
    background-color: var(--tolak-gray, #ecf2fc);
}
.solution-two__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: difference;
    opacity: .2;
}
.solution-two__box {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #7f7c7c;
    border-radius: 10px;
    transition: all .4s linear;
    background-color: #fff;
}
.solution-two__box:before {
    right: 0;
    top: 0;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}

.solution-two__box:after, .solution-two__box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transition: all .4s linear;
    z-index: -1;
}
.solution-two__box__title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 22px;
    border-bottom: 1px solid  #7f7c7c;
    transition: all .4s ease;
    margin: 0;
    padding: 29px 30px;
}
.solution-two__box__title i {
    display: inline-block;
    color: var(--primary);
    font-size: 50px;
    transition: all .6s ease;
}
.solution-two__box__text {
    margin: 0;
    padding: 29px 30px;
}
.solution-two__box__rm {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    background-color: var(--secondary);
    border-radius: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    justify-content: center;
    opacity: 0;
    transform: translateY(100px);
}
.solution-two__box:after, .solution-two__box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transition: all .4s linear;
    z-index: -1;
}
.solution-two__box:after {
    left: 0;
    bottom: 0;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}
.solution-two__box__rm span {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.solution-two__image {
    position: relative;
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
}
.solution-two__image img {
    max-width: 100%;
    height: auto;
}
.solution-two__image:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    background: rgba(var(--tolak-white-rgb,255,255,255),.2);
    border-radius: 0;
    transition: all .5s linear;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.solution-two__box:hover {
    border-color: transparent;
}
.solution-two__box:hover .solution-two__box__title {
    border-color: var(--primary);
}
.solution-two__box:hover .solution-two__box__rm {
    opacity: 1;
    transform: translateY(0);
}
.solution-two__box:hover:after, .solution-two__box:hover:before {
    border-color: var(--primary);
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.solution-two__box:hover .solution-two__box__title i {
    transform: rotateY(180deg);
}
/* solution 2 start */
.our-history__item {
    position: relative;
    z-index: 2;
    transition: all .5s;
    background-color: #ecf2fc;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    margin-bottom: 70px;
    counter-increment: count;
}
.our-history__item:before {
    position: absolute;
    left: 23px;
    bottom: -34px;
    width: 60px;
    height: 35px;
    content: "";
    background-color: var(--primary);
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    transition: all .5s;
}
.our-history__item__top {
    position: relative;
    background-color: #ecf2fc;
    border-radius: 10px;
    border: 1px dashed  #ddd;
    padding: 30px 25px 22px;
}
.our-history__item__number {
    width: 65px;
    height: 65px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--secondary);
    position: relative;
    filter: drop-shadow(0 0 50px rgba(0, 0, 0, .15));
    margin-bottom: 25px;
    transition: all .4s;
}
/* .our-history__item__number:after {
    content: counters(count, ".", decimal-leading-zero);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.our-history__item__text {
    line-height: 26px;
    margin: 0;
}
.our-history__item__title {
    color: #fff;
    margin: 18px 0 4px;
    text-align: center;
    font-size: 22px;
}
.our-history__item__date {
    color: #fff;
    margin: 0 0 8px;
    line-height: 1;
    text-align: center;
    display: block;
}
.our-history__item__year {
    position: absolute;
    z-index: 2;
    left: 35px;
    bottom: -115px;
    color: var(--secondary);
}
.our-history__item__year:after {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    left: 8px;
    bottom: 36px;
    background-color: var(--primary);
    border: 1px solid#ddd;
    border-radius: 50%;
    animation: zoomBig 3s linear infinite;
}
.our-history__item:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    content: "";
    background-color: var(--primary);
    z-index: -1;
    transition: all .5s;
}
.our-history__border {
    position: relative;
    z-index: -1;
    height: 1px;
    width: 100%;
    background-color: #ddd;
    margin-bottom: 36px;
}
.our-history__item:hover:after {
    border-radius: 10px 10px 0 0;
    height: 100%;
}
.our-history__item:hover .our-history__item__number {
    background-color: var(--primary);
    color: #fff;
}

/* working process start */
.work-process-one__item {
    position: relative;
    z-index: 2;
    counter-increment: count;
    border-radius: 135px;
    padding: 45px 17px 65px;
    overflow: hidden;
    background-color: #fff;
}
.work-process-one__item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 129px;
    content: "";
    background-image: url(assets/images/homepage/workpro-shape.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto;
    visibility: hidden;
    opacity: 0;
    animation-duration: .6s;
    animation-fill-mode: both;
    mix-blend-mode: color-dodge;
}
.work-process-one__item__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    transition: .5s ease;
    transform: scale(1.2);
    z-index: -1;
}
.work-process-one__item__hover:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(var(--tolak-black-rgb,5,29,31),.8);
}
.work-process-one__item__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 157px;
    height: 157px;
    border: 7px solid  #fff;
    border-radius: 50%;
    padding: 0;
    position: relative;
    margin: 0 auto;
    transition: .5s ease;
}
.work-process-one__item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.work-process-one__item__thumb__number, .work-process-one__item__thumb__number:before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    left: 0;
}
.work-process-one__item__thumb__number {
    width: 35px;
    height: 35px;
    background-color: var(--primary);
    border-radius: 50%;
    color:  #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    bottom: -17px;
    margin: 0 auto;
    transition: all .5s linear;
    transition-delay: 0s;
    transition-delay: .1s;
    transform: scale(1);
}
.work-process-one__item__thumb__number:before {
    content: counters(count, ".", decimal-leading-zero);
    top: 0;
    bottom: 0;
    margin: auto;
}
.work-process-one__item__thumb__number, .work-process-one__item__thumb__number:before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    left: 0;
}
.work-process-one__item__title {
    font-size: 22px;
    transition: .3s ease;
    margin: 33px 0 6px;
}
.work-process-one__item__text {
    transition: .3s ease;
    margin: 0 0 13px;
}
.work-process-one__item__rm {
    width: 45px;
    height: 45px;
    background-color: #ecf2fc;
    color: var(--primary);
    font-size: 18px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.work-process-one__item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 115px;
    content: "";
    background-color: var(--secondary);
    z-index: -1;
    transition: transform .4s ease;
}
.work-process-one__item__rm i {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.work-process-one {
    position: relative;
    background-color:#ecf2fc;
    background-position: bottom;
    background-repeat: no-repeat;
    counter-reset: count;
}
.work-process-one__item:hover:before {
    visibility: visible;
    opacity: 1;
    animation-delay: .6s;
    animation-name: fadeInDown;
}
.work-process-one__item__hover:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(var(--tolak-black-rgb,5,29,31),.8);
}
.work-process-one__item:hover .work-process-one__item__rm {
    background-color: var(--primary);
    color: #fff;
}
.work-process-one__item:hover .work-process-one__item__hover {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.work-process-one__item:hover .work-process-one__item__title {
    color: #fff;
}
.work-process-one__item:hover .work-process-one__item__text {
    color: #fff;
}
.work-process-one__item:hover:after {
    background-position: 0 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
}
/* work process end */

/* team 2 start */
.team-one {
    position: relative;
    background-color: #fff;
}
.team-card {
    position: relative;
    background-color:#ecf2fc;
    border-radius: 20px;
    z-index: 1;
    overflow: hidden;
    padding: 15px;
}
.team-card__image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 2;
}
.team-card__image:before {
    content: "";
    width: 60px;
    height: 58px;
    position: absolute;
    right: 14px;
    top: 17px;
    background-image: url(assets/images/homepage/team2-shape.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    opacity: 0;
    transform: scale(0);
    transition: all .5s ease;
}
.team-card__image img {
    position: relative;
    width: 100%;
}
.team-card__image:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    transition: height .5s cubic-bezier(.25,.8,.25,1) .2s;
    background-color: rgba(var(--tolak-black-rgb,5,29,31),.71);
}
.team-card__content {
    position: relative;
    padding: 16px 0 2px 115px;
    text-align: end;
}
.team-card__title {
    font-size: 22px;
    line-height: 1.1818181818em;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 8px;
}
.team-card__designation {
    line-height: 1em;
    font-size: 16px;
    color: #000;
    margin: 0;
}
.team-card__title a {
    color: inherit;
    color: #000;
    transition: all .5s ease;
}
.team-card:after {
    position: absolute;
    left: -161px;
    top: -85px;
    width: 638px;
    height: 649px;
    content: "";
    background-color: var(--primary);
    opacity: 0.13;
    -webkit-mask-image: url("assets/images/homepage/download2.svg");
    mask-image: url("assets/images/homepage/download2.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left top;
    mask-position: left top;
    -webkit-mask-size: cover;
    mask-size: cover;
    transition: all 0.5s ease;
    z-index: -1;
}

.team-card:hover .team-card__image:after {
    height: 100%;
    top: auto;
    bottom: 0;
}
.team-card:hover .team-card__image:before {
    opacity: 1;
    transform: scale(1);
    animation: rotated 10s linear infinite;
}
.team-card:hover:after {
    opacity: 1;
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn); /* Equivalent to 360deg */
  }
}

/* blog 1 start */

/* .blog-one {
    position: relative;
     background-color: #e3e2e4;
} */
.blog-one {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.ns-blog-bg-shape-1.ns-blog-shape-bg {
    left: 0;
    bottom: 0;
}
.ns-blog-shape-bg {
    position: absolute;
    z-index: -1;
}
.ns-blog-bg-shape-2.ns-blog-shape-bg {
    bottom: 0;
    right: 0;
}
.ns-blog-shape-bg {
    position: absolute;
    z-index: -1;
}
.ns-blog-bg-shape-3.ns-blog-shape-bg {
    top: -420px;
    left: 0;
}
.ns-blog-shape-bg {
    position: absolute;
    z-index: -1;
}
.ns-blog-bg-shape-4.ns-blog-shape-bg {
    top: 100px;
    right: 0;
}
.ns-blog-shape-bg {
    position: absolute;
    z-index: -1;
}
.blog-card {
    position: relative;
    background-color: #fff;
    border: 1px solid #eaf0fa;
    padding: 10px 9px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.blog-card__image {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.blog-card__image img:first-child {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}
.blog-card__image img {
    transition: .5s;
    background-size: cover;
    width: 100%;
}
.blog-card__image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}
.blog-card__image img {
    transition: .5s;
    background-size: cover;
    width: 100%;
    height: auto;
}
.blog-card__image__link {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--tolak-black-rgb,5,29,31),.75);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity .5s ease, transform .5s ease;
}
.blog-card__image__link:before {
    content: "";
    width: 22px;
    height: 3px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.blog-card__image__link:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card__image__link:after, .blog-card__image__link:before {
    content: "";
    width: 22px;
    height: 3px;
    background-color:#fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog-card__bg {
    position: absolute;
    left: 0;
    top: 81px;
    width: 100%;
    height: 92px;
    background-color: var(--primary);
    z-index: 0;
}
.blog-card__bg:after {
    position: absolute;
    left: 0;
    top: 107px;
    width: 100%;
    height: 139px;
    content: "";
    background-color:var(--tolak-border2-color, #eaf0fa);
}
.blog-card__meta {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 19px;
}
.blog-card__meta__date {
    background-color: var(--primary);
    font-size: 15px;
    color:  #fff;
    line-height: 1.2;
    text-align: center;
    width: 62px;
    padding: 9.5px 5px;
}
.blog-card__meta__date span {
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}
.blog-card__meta__year {
    transform: rotate(180deg);
    white-space: nowrap;
    writing-mode: vertical-rl;
    line-height: 1;
    display: block;
    padding: 0 8px;
    position: relative;
    top: -5px;
}
.blog-card__meta__year:before {
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 9px;
    border-color: transparent transparent transparent var(--primary);
    transform: rotate(180deg);
    writing-mode: vertical-rl;
}
.blog-card__meta__year:after {
    position: absolute;
    left: -1px;
    top: -8px;
    content: "";
    width: 2px;
    height: 55px;
    background-color: var(--primary);
}
.blog-card__meta__comments {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    position: relative;
    top: -6px;
    font-size: 14px;
}
.blog-card__content {
    position: relative;
    padding: 24px 20px 31px;
}
.blog-card__title {
    color: var(--secondary);
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px;
}
.blog-card__title a {
    color: #000;
    transition: all .5s ease;
    font-size: 21px;
    font-weight: 600;
}
.blog-card__text {
    margin: 0 0 18px;
}
.blog-card__link {
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: .24px;
    color: var(--primary);
    line-height: 1em;
    background: linear-gradient(90deg, currentcolor 0, currentcolor) 0 95% / 0 1px no-repeat;
    transition: all .5s ease;
}

.blog-card__border {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    border: 7px solid #4a585f;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    transition: all .5s;
}
.blog-card__border:after {
    position: absolute;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border: 6px solid var(--primary);
    border-radius: 50%;
}
.blog-card:hover .blog-card__image>a {
    opacity: 1;
    transform: translateY(0);
}
.blog-card:hover .blog-card__border {
    visibility: visible;
    opacity: .25;
    transform: rotate(0deg);
    transform-origin: 100% 100%;
}
.blog-card__image__link:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card:hover .blog-card__image img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}
.blog-card:hover .blog-card__image img:first-child {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}
/* blog 1 end */

/* testimonial start */
.testimonial-section::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";

    background-image: 
        /* url(assets/images/testimonials/icon-lines-4.webp),  */
        url(assets/images/testimonials/pattern-15.webp);

    background-repeat: no-repeat, no-repeat;
    background-position: right -10px top 10px, center;
    background-size: cover;

    z-index: -1;
}

.testimonial-block .inner-box2 {
    position: relative;
    padding: 45px 70px 40px;
    padding-right: 30px;
}
.testimonial-block .image-box {
    position: absolute;
    left: 40px;
    top: 0;
    z-index: 2;
}
.testimonial-block .image-box .thumb {
    position: relative;
    display: block;
}
.image-box .thumb:before {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 100%;
    width: 100%;
    border-radius: 70px 70px 70px 0;
    background-color: var(--primary);
    content: "";
}
.testimonial-block .image-box .thumb img {
    border-radius: 70px 70px 70px 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.testimonial-block .image-box .icon {
    position: absolute;
    right: 11px;
    bottom: 11px;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--primary);
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block .content-box {
    position: relative;
    display: block;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 35px 40px 35px 50px;
    border-radius: 0 90px 0 90px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block .content-box:before {
    position: absolute;
    right: -10px;
    top: 10px;
    height: 100%;
    width: 100%;
    border-radius: 0 90px 0 90px;
    background-image: url(assets/images/testimonials/icon-lines-4.webp);
    content: "";
    z-index: -1;
}
.testimonial-block .content-box .info-box {
    position: relative;
    padding-left: 200px;
    margin-bottom: 40px;
}
.testimonial-block .content-box .info-box .rating {
    font-size: 14px;
    color: var(--theme-color2);
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.testimonial-block .content-box .info-box .name {
    margin-bottom: 2px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block .content-box .text {
    position: relative;
    text-align: left;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block .inner-box:hover .content-box {
    background-color: var(--secondary);
}
.testimonial-block .inner-box:hover .image-box .icon {
    background-color: #fff;
    color: var(--secondary);
}
.testimonial-block .inner-box:hover .content-box .name, .testimonial-block .inner-box:hover .content-box .text {
    color: #ffffff;
}
.testimonial-block .inner-box:hover .content-box .name, .testimonial-block .inner-box:hover .content-box .text {
    color: #ffffff;
}

.testimonial-block .inner-box:hover .designation{
    color: #fff;
}


/* blog 2 start */
.news-block {
    position: relative;
    margin-bottom: 30px;
}
.news-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
}
.news-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.news-block .image-box img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 7px;
}
.news-block .lower-box {
    position: relative;
    padding: 0px 20px 0px;
}
.news-block .post-meta {
    position: relative;
    top: -27px;
    margin: 0 10px -3px;
}
.news-block .post-meta ul {
    position: relative;
    display: block;
    padding: 10px 5px 0px;
    background: #ffffff;
    border-radius: 7px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.news-block .post-meta ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.news-block .post-meta ul li .far, .news-block .post-meta ul li .fa {
    position: relative;
    color: var(--primary);
    font-size: 14px;
    padding-right: 3px;
    vertical-align: middle;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.news-block .lower-box h5 {
    text-transform: uppercase;
    font-size: 21px;
    color:#000;
    margin-bottom: 35px;
}
.news-block .lower-box .text {
    position: relative;
    top: -5px;
    color:#000;
    display: block;
}
.news-block .lower-box .link-box {
    position: relative;
    margin-top: 20px;
}
.news-block .lower-box .link-box a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background: var(--secondary);
    border-radius: 50%;
}
.news-block .lower-box .link-box a span {
    font-weight: 700;
    vertical-align: middle;
}
.news-block .lower-box h5 a {
    color: #000;
    -webkit-transition: 500ms;
    transition: 500ms;
}
.news-block .inner-box:hover .image-box img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}
.news-block .lower-box .link-box a:hover {
    background: var(--primary);
    color: var(--secondary);
}


/* t5estimonial 2 start */
.testimonial-area {
    background: url(assets/images/testimonials/testi-bg.webp);
}
.testimonial-icon-thumb {
    float: left;
}
.testimonial-ratting {
    text-align: right;
    margin-right: 25px;
}
.testimonial-ratting i {
    color: var(--primary);
    font-size: 13px;
}
.testimonial-ratting i {
    color: var(--primary);
    font-size: 13px;
}
.testimonial-text {
    padding: 50px 19px 10px 0;
}
.testimonial-title {
    border-top: 1px solid #E5E5E7;
    padding-top: 15px;
}
.testimonial-title h2 {
    font-size: 22px;
}
.testimonial-content span {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 6px;
    font-size: 15px;
}
.testimonial-content span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    height: 2px;
    width: 22px;
    background: var(--primary);
}
.carousel-indicators [data-bs-target] {
    background-color: var(--primary);
}
/* testimonial 2 end */

/* working process 2 start */

.work-step-one__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 0px;
}
.work-step-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 123px;
    height: 123px;
    margin: 0 auto;
    z-index: 1;
}
.work-step-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 68px;
    color: var(--primary);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.work-step-one__shape-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}
.work-step-one__shape-1 img {
    width: auto;
}
.work-step-one__hover-shape-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}
.work-step-one__single:hover .work-step-one__hover-shape-1 {
    opacity: 1;
}

.work-step-one__shape-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
.work-step-one__shape-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
.work-step-one__title {
    margin-top: 74px;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}
.work-step-one {
    position: relative;
    display: block;
    background-color: #fff;
    z-index: 1;
}
.work-step-one__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.work-step-one__single:hover .work-step-one__shape-1 {
    opacity: 0;
}
.work-step-one__title a {
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
/* working process 2 end */

/* cta start */
.ns-cta-area-4 {
    overflow: hidden;
    padding: 44px 0;
}

.p-relative {
    position: relative;
    z-index: 1;
}
.p-relative {
    position: relative;
    z-index: 1;
}
.ns-cta-inner-4::before {
    background-color: #242424;
    position: absolute;
    right: 0;
    top: 0;
    width: 3000px;
    content: "";
    z-index: -1;
    height: 100%;
    border-radius: 0 10px 10px 0;
}
.ns-cta-bg-4 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ns-cta-wrap-4 {
        padding-right: 50px;
    }
}
.ns-cta-wrap-4 {
    display: flex;
    align-items: center;
    padding-right: 100px;
    height: 225px;
    justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ns-cta-left-4 {
        margin-left: 0;
    }
}
.ns-cta-left-4 {
    margin-left: -200px;
    margin-left: -26px;
    width: 310px;
}
.ns-cta-img-4 {
    width: 310px;
    height: 310px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 10px solid #fff;
}
.ns-cta-img-4 img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.ns-cta-content-title-4 {
    color: #fff;
    font-size: 30px;
    line-height: 1.4;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ns-cta-btn-4 {
        width: calc(100% - 370px);
    }
}
.ns-cta-btn-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 310px);
}

/* footer 2 start */
.footer-contact li a {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer-contact li {
    margin-bottom: 9px;
}
.footer-contact li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 50px;
    background: var(--primary);
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}
.ns-footer-area {
    z-index: 1;
    position: relative;
    overflow: hidden;
    background-position: right bottom;
}

.bg-default {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ns-footer-area::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(36 36 36 / 72%);
    z-index: 2;
}
.ns-footer-shape-1.ns-footer-shape {
    left: 0;
    bottom: 0;
    z-index: 4;
}
.ns-footer-shape {
    position: absolute;
}
.ns-footer-shape-2.ns-footer-shape {
    top: -295px;
    left: 215px;
    z-index: 4;
    height: 100%;
}
.ns-footer-shape {
    position: absolute;
}
.pt-95 {
    padding-top: 70px;
}
.pb-55 {
    padding-bottom: 40px;
}
.ns-footer-widget {
    position: relative;
    z-index: 5;
}
.ns-footer-widget-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
.ns-footer-widget-title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 2px;
    background: var(--secondary);
    content: "";
}
.ns-footer-widget-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 35px;
    background: var(--primary);
}
.ns-footer-widget-list ul li {
    display: block;
    margin-bottom: 10px;
}
.ns-footer-widget-list ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
    position: relative;
    z-index: 1;
    padding-left: 10px;
}
.ns-footer-widget-list ul li a::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 2px;
    z-index: 1;
    content: "";
    background: #fff;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.ns-footer-copyright {
    border-top: 1px solid #3e3e3e;
    padding: 30px 0;
    z-index: 5;
    position: relative;
}
.ns-footer-copyright-text p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}
.ns-footer-copyright-text p span {
    font-weight: 500;
}
.ns-footer-widget-contact p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.ns-footer-widget-contact-info span {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: block;
}
.ns-footer-widget-contact-info span a {
    font-weight: 400;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
}
.ns-footer-widget-list ul li a:hover {
    color: var(--primary);
}
.ns-footer-widget-list ul li a:hover::before {
    background-color: var(--primary);
}
.ns-footer-copyright-menu p,.ns-footer-copyright-menu a {
    color: #fff;
}
.ns-footer-widget-contact .social-links {
    position: relative;
}
.ns-footer-widget-contact .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.ns-footer-widget-contact .social-links li .face {
    background-color: #4267b2;
    transition: none;
    transform: none;
}
.ns-footer-widget-contact .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.ns-footer-widget-contact .social-links li .twitt {
    background-color: #4ba1f2;
    transition: none;
    transform: none;
}
.ns-footer-widget-contact .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;
}
.ns-footer-widget-contact .social-links li .link {
    background-color: #3266c2;
    transition: none;
    transform: none;
}
.ns-footer-widget-list ul li a:hover {
    transform: translateX(7px);
}
.ns-footer-widget-list ul li a {
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
    text-decoration: none;
}
/* scroll icon */
.scroll-area {
    position: relative;
    z-index: 999;
}
.top-wrap {
    position: relative;
}
.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}
.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #ff3c00;
}
.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}
.scroll-area .go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}
.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}
.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}
.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #69ddcc 0%, #69ddcc 100%);
    background-image: -webkit-linear-gradient(0deg, #fb8a42 0%, #fb8a42 100%);
    border-radius: 100%;
}
.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}
    @keyframes ripple {
      0%, 35% {
        transform: scale(0);
        opacity: 1;
      }
      50% {
        transform: scale(1.5);
        opacity: 0.8;
      }
      100% {
        transform: scale(2);
        opacity: 0;
      }
    }
/* slider 2 */
.banner-content h3 {
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 10px 23px 10px 82px;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
    margin-bottom: 22px;
}
.banner-content h1 {
    font-size: 70px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}
.banner-content h1 {
    font-size: 70px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}
.banner-button a {
    display: inline-block;
    background: #ff3c00;
    padding: 14px 35px;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.banner-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #10102e;
    transform: scale(0);
    transition: 0.5s;
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.banner-year-thumb {
    position: absolute;
    right: -36px;
    top: 35px;
}
.home-2slider{
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(assets/images/slider/banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
/* breadcrumb */
.page-header {
    background-color: var(--secondary);
    position: relative;
    border-radius: 0 0 0 130px;
}
.page-header__bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 63.4%;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    background-image: url(assets/images/homepage/about-b.webp);
}
.page-header__bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #14212af5;
    opacity: .9;
}
.page-header__shape {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 49.93%;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: cover;
    opacity: .17;
    background-image: url(assets/images/homepage/bread-shape1.webp);
    border-radius: 0 0 0 180px;
}
.page-header__shape-two {
    position: absolute;
    right: 2%;
    bottom: 2%;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/homepage/bread-shape2.webp);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    animation: zoomBig 3s linear infinite;
}
.page-header .container {
    position: relative;
    z-index: 3;
}
.page-header__content {
    position: relative;
    padding: 40px 0 40px;
}

.page-header__title {
    margin: 0 0 12px;
    font-size: 50px;
    color: #fff;
    text-transform: capitalize;
}
.tolak-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}
.tolak-breadcrumb li {
    font-size: 19px;
    color: #fff;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.tolak-breadcrumb li a {
    color: #fff;
    background: linear-gradient(90deg, currentcolor 0, currentcolor) 0 95% / 0 1px no-repeat;
    transition: all .5s ease;
}
.tolak-breadcrumb li:not(:last-of-type):after {
    content: "/";
    position: relative;
    top: 1px;
    color: #fff;
    margin-right: 4px;
    margin-left: 4px;
}
@keyframes zoomBig {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
/* team detail start */
.team-details {
    position: relative;
}
.team-details__inner {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #dddddd;
}
.team-details__image {
    position: relative;
    z-index: 2;
    padding: 47px 0 47px 40px;
}
.team-details__image img {
    max-width: 100%;
    border-radius: 50px;
}
.team-details__image:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 55%;
    background-color: var(--primary);
    z-index: -1;
    content: "";
    border-radius: 50px;
}
.team-details__content {
    position: relative;
    padding: 103px 60px 50px 0;
}
.team-details__title {
    font-size: 22px;
    letter-spacing: .33px;
    line-height: 1;
    margin: 0 0 24px;
}
.team-details__list {
    margin: 0;
    padding: 0;
}
.team-details__list li {
    border: 1px solid #8f8b8b;
    position: relative;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: .24px;
    padding: 8px 22px;
    margin: 0 0 21px;
    color: var(--secondary);
    display: flex;
    align-items: center;
}
.team-details__list li:nth-child(2) {
    line-height: 27px;
    padding: 14px 22px;
}
/* contact us strat */
.contact-info {
    position: relative;
    display: block;
}
.contact-info__single {
    position: relative;
    display: block;
    text-align: center;
    background-color: #e5e5e5;
    overflow: hidden;
    padding: 40px 0 54px;
    margin-bottom: 30px;
    z-index: 1;
}
.contact-info__single:before {
    content: "";
    position: absolute;
    left: -70px;
    bottom: -150px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 275px;
    height: 275px;
    z-index: -1;
}
.contact-info__shape-1 {
    position: absolute;
    top: -250px;
    right: 10px;
    z-index: -1;
}
.contact-info__shape-2 {
    position: absolute;
    bottom: -300px;
    right: -404px;
    z-index: -1;
}
.contact-info__shape-2 img {
    width: auto;
}
.contact-info__icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 104px;
    width: 104px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}
.contact-info__icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: var(--secondary);
    font-size: 35px;
    color: #fff;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-info__title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 34px;
    margin-bottom: 20px;
}
.contact-info__text {
    font-size: 18px;
    color: #000;
}
.contact-info__text a {
    position: relative;
    display: block;
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-info__single:hover .contact-info__icon {
    background-color: var(--primary);
}

/* form contact */
.contact-one__wrapper {
    position: relative;
    z-index: 2;
    background-color: var(--secondary);
    border-radius: 10px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.contact-one__image-two {
    position: relative;
    padding: 23px 0 23px 25px;
    display: inline-block;
}
.contact-one__image-two:before {
    position: absolute;
    right: -56px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 0 56px 56px;
    border-color: transparent transparent transparent var(--primary);
    animation: airTree 4s ease-in infinite;
}
.contact-one__image-two img {
    max-width: 100%;
    border: 10px solid #fff;
}
.contact-one__wrapper:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 30%;
    content: "";
    background-color: var(--primary);
    z-index: -1;
    border-radius: 0 0 0 10px;
}
.contact-one__content {
    position: relative;
    padding: 68px 0;
    max-width: 570px;
}
.contact-one__content__text {
    color: #fff;
    margin: 0 0 35px;
}
@media (min-width: 576px) {
    .form-one__group {
        grid-template-columns: repeat(2, 1fr);
    }
}
.form-one__group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin: 0;
}
.form-one__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
}
.form-one .bootstrap-select>.dropdown-toggle, .form-one input[type=email], .form-one input[type=text], .form-one textarea {
    display: block;
    width: 100%;
    height: 55px;
    background-color: transparent;
    color: var(--tolak-text-dark, #b7b7b7);
    font-size: 17px;
    font-weight: 400;
    border: none;
    border: 1px solid rgba(var(--tolak-white-rgb,255,255,255),.47);
    outline: none;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 6px;
}
.form-one__control--full {
    grid-column-start: 1;
    grid-column-end: -1;
}
.form-one textarea {
    height: 150px;
    padding-top: 13px;
}
.form-one .bootstrap-select>.dropdown-toggle, .form-one input[type=email], .form-one input[type=text], .form-one textarea {
    display: block;
    width: 100%;
    height: 55px;
    background-color: #ffffff;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    border: none;
    border: 1px solid rgba(var(--tolak-white-rgb,255,255,255),.47);
    outline: none;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 6px;
}
/* about us page start */

.about-area {
    background: url(../images/about/about-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.about-area .dreamit-about-thumb {
    position: relative;
    z-index: 1;
}
.style-three .about-shape-thumb1 {
    position: absolute;
    left: -191px;
    bottom: -98px;
    z-index: 1;
    display: none;
}
.style-three .about-shape-thumb3 {
    position: absolute;
    right: 37px;
    top: -4px;
    z-index: -1;
}
p.about-text1 {
    opacity: inherit;
    padding: 16px 0 0;
}
.consen-section-title p {
    opacity: 70%;
    padding: 13px 0 0;
}
.style-three .dreamit-icon-list ul li {
    padding: 12px 0 0px;
}

.dreamit-icon-list ul li {
    display: inline-block;
    list-style: none;
    padding: 14px 0 0px;
}
.style-three .dreamit-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: #ff3c00;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}
.item-service-3 {
    display: flex;
    align-items: center;
}
.item-service-3 .image-service-3 {
    position: relative;
    min-width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: 2;
}
.item-service-3 .image-service-3 .text_number {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: absolute;
    right: -20px;
    bottom: 55%;
    background-color: var(--secondary);
    width: 75px;
    height: 75px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    border: 10px solid #fff;
    box-sizing: content-box;
    z-index: 2;
}
.item-service-3 .image-service-3 img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}
.item-service-3 .info {
    position: relative;
    margin-left: -100px;
    padding: 25px 45px 25px 140px;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    z-index: 1;
}
.item-service-3 .info .mask {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: -1;
}
.item-service-3 .info .square {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: var(--secondary);
    z-index: -2;
}
.item-service-3 .info .title {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 25px;
}
.item-service-3 .info .description {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
}
.item-service-3:hover .info .square {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    height: 100%;
    width: 100%;
}
.mask {
    background-image: url(assets/images/about/testimonial-bg.webp);
    background-position: 81px -43px;
    background-repeat: no-repeat;
    background-size: cover;
}
.item-service-3:hover .info .title {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: #fff;
}
.item-service-3:hover .info .description {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: #fff;
}
.item-service-3:hover .image-service-3 .text_number {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    background-color: var(--primary);
}
.contact-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: overlay;
    z-index: -1;
}
.vision-sec{
    position: relative;
    display: block;
    background-color: #e3dfdf;
    z-index: 1;
}
.blog-sec{
    background-color: #e3e2e4;
}

/* service detail start */
.servicer-single-page-sideber {
    position: relative;
    display: block;
}
.servicer-single-page-sideber .categories-box {
    position: relative;
    display: block;
    border-radius: 4px;
    background-color: #eff0f5;
    padding: 25px 25px 35px;
}
.servicer-single-page-sideber .categories-box ul {
    position: relative;
    display: block;
}
.servicer-single-page-sideber .categories-box ul li {
    position: relative;
    display: block;
    margin-bottom: 25px;
}
.servicer-single-page-sideber .categories-box ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #656567;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    border-radius: 4px;
    background-color: #fff;
    padding: 15px 25px 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.servicer-single-page-sideber .categories-box ul li a::before {
    content: "";
    position: absolute;
    left: 25px;
    bottom: -10px;
    right: 25px;
    opacity: 1;
    height: 10px;
    border-radius: 0px 0px 4px 4px;
    background-color: #e0e2ec;
    transform: translateX(0px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.servicer-single-page-sideber .categories-box ul li a::after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: -10px;
    right: 25px;
    opacity: 0;
    height: 10px;
    border-radius: 0px 0px 4px 4px;
    background-color: var(--primary);
    transform: translateX(10px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.servicer-single-page-sideber .categories-box ul li a:hover, .servicer-single-page-sideber .categories-box ul li.active a {
    color: var(--primary);
}
.servicer-single-page-sideber .categories-box ul li a:hover::after, .servicer-single-page-sideber .categories-box ul li.active a::after {
    opacity: 1;
    transform: translateX(0px);
}
.servicer-single-page-sideber .categories-box ul li a:hover i, .servicer-single-page-sideber .categories-box ul li.active a i {
    opacity: 1;
    color: var(--primary);
    transform: translateX(0px);
}
.servicer-single-page-content {
    position: relative;
    display: block;
}
.servicer-single-page-content .intro-box {
    position: relative;
    display: block;
    margin-top: 32px;
}
.servicer-single-page-content .intro-box .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}
.servicer-single-page-content .intro-box .img-box img {
    width: 100%;
}
.servicer-single-page-content .intro-box .text {
    position: relative;
    display: block;
    padding-top: 43px;
}

.servicer-single-page-content .text {
    position: relative;
    display: block;
}
.servicer-single-page-content .intro-box .text p {
    margin: 0;
}
.servicer-single-page-content .what-we-offer {
    position: relative;
    display: block;
    padding-top: 45px;
}
.servicer-single-page-content .what-we-offer .inner-title {
    position: relative;
    display: block;
    padding-bottom: 23px;
}

.servicer-single-page-content .inner-title {
    position: relative;
    display: block;
    padding-bottom: 23px;
}
.servicer-single-page-content .what-we-offer .inner-title h3 {
    color: #1b1a1a;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content {
    position: relative;
    display: block;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .text {
    position: relative;
    display: block;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .text p {
    margin: 0;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__inner {
    position: relative;
    display: block;
    padding-top: 33px;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single {
    position: relative;
    display: block;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    margin-left: 30px;
    padding: 35px 0px 33px;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .title-box {
    position: relative;
    display: block;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #eff0f5;
    margin-left: -30px;
    margin-right: 30px;
    padding: 16px 30px 14px;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .title-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 30px;
    height: 60px;
    background-color: #fff;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .title-box h3 {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--secondary);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .title-box h3 span {
    color: var(--primary);
    margin-right: 5px;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item {
    position: relative;
    display: block;
    padding: 28px 30px 0px;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item .text {
    position: relative;
    display: block;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item .text p {
    margin: 0;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item ul {
    position: relative;
    display: block;
    padding-top: 21px;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item ul li {
    position: relative;
    display: flex;
    align-items: center;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 22px;
    background-color: var(--primary);
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    margin-right: 14px;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item ul li p {
    position: relative;
    flex: 1;
    margin: 0;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item ul li .icon i {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 8px;
    line-height: 8px;
}
.servicer-single-sidebar-banner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background-color: var(--primary);
    padding: 30px 30px 30px;
    margin-top: 50px;
}
.servicer-single-sidebar-banner-img {
    position: absolute;
    top: 30px;
    right: 0;
    overflow: hidden;
    border-radius: 50px 0px 0px 50px;
}
.servicer-single-sidebar-banner-img img {
    width: 100%;
}
.servicer-single-sidebar-banner .logo-box {
    position: relative;
    display: block;
}
.servicer-single-sidebar-banner .logo-box a {
    position: relative;
    display: inline-block;
}
.servicer-single-sidebar-banner .logo-box a img {
    width: auto;
}
.servicer-single-sidebar-banner .content-box {
    position: relative;
    display: block;
    margin-left: -30px;
    margin-top: 30px;
    border-radius: 0px 4px 50px 0px;
    background-color: rgb(41 41 55 / 86%);
    padding: 33px 30px 32px;
}
.servicer-single-sidebar-banner .content-box h3 {
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
}
.servicer-single-sidebar-banner .content-box .btn-box {
    position: relative;
    display: block;
    padding-top: 15px;
}

.btn-box {
    position: relative;
    display: block;
}
.servicer-single-sidebar-banner .content-box .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.servicer-single-sidebar-banner .content-box .btn-box a i {
    margin-right: 7px;
}
.servicer-single-sidebar-banner .phn-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 70px;
}
.servicer-single-sidebar-banner .phn-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    background-color: #fff;
    color: var(--primary);
    font-size: 20px;
}
.servicer-single-sidebar-banner .phn-box .title {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}
.servicer-single-sidebar-banner .phn-box .title h4 a {
    color:#fff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.servicer-single-sidebar-banner .phn-box .title h4 span {
    margin-left: 4px;
}
.servicer-single-sidebar-banner .phn-box .title h5 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}



/* new blog detail */
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-size: 16px;
}
.services-details .content-side .list {
    position: relative;
}
.services-details .content-side .list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex
;
}
.services-details .content-side .list li i {
    margin-right: 8px;
    font-size: 15px;
}
.text-white {
    font-weight: 600;
}
.widget_categories_two {
    margin-bottom: 45px;
    padding: 20px;
    -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;
}
.block-wrap {
    padding: 15px;
    background-color: #ffffff;
    box-shadow: rgb(219 2 2 / 12%) 0px 5px 15px;
    border-radius: 15px;
}
.block-title-wrap {
    border-bottom: 1px solid var(--primary);
    margin-bottom: 10px;
    padding-bottom: 0px;
}
.text-h3 {
    color: var(--primary);
}
.list-3-cols {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 2;
}
.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: 50%;
    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(--primary);
    margin-right: 10px;
}
.data-sec{
    background-image: url(assets/images/service/vision-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-info-box {
    background: #fff;
    padding: 10px 15px 10px;
    border-radius: 85px;
    display: flex;
    align-items: center;
    border: 1px solid var(--primary);
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    gap: 29px;
}
.contact-info-box:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--primary);
    border-radius: 5px;
    transition: 0.5s;
    z-index: -1;
}
.contact-info-box:hover:before {
    width: 100%;
}
.contact-info-box:hover .contact-info-content p {
    color: #fff;
}
.contact-info-content p:before {
    position: absolute;
    content: "\f063";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 12px;
    color: #838d9e;
    left: 20px;
    top: 10px;
    -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;
}
.contact-info-box:hover p:before {

    color: #fff;

}
.contact-info-box{
    margin-bottom: 25px;
}
.contact-info-content {
    padding-left: 20px;
}
.career-section{
    background-image: url(assets/images/about/about-ind-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.comment-respond {
    background-image: url(assets/images/homepage/figure68.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    border-radius: 45px;
    padding: 32px 40px 50px;
    margin-top: 20px;
    border-bottom: 5px solid var(--primary);
    border-top: 5px solid var(--primary);
}
.comment-notes {
    margin-bottom: 15px;
}
.comment-field {
    margin-bottom: 15px;
}
.comment-field textarea {
    width: 100%;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--primary);
    font-size: 16px;
    padding: 15px 15px;
    line-height: 1.2;
    height: 50px;
}
.comment-field textarea {
    min-height: 130px;
    max-height: 130px;
}
.comment-field {
    margin-bottom: 15px;
}
.comment-field input, .comment-field textarea {
    width: 100%;
    display: block;
    border-radius: 5px;
    border: 1px solid var(--primary);
    font-size: 16px;
    padding: 15px 15px;
    line-height: 1.2;
    height: 50px;
}


.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 .date i {
    color: var(--primary);
    font-size: 16px;
}
.blog_details h3 {
    color: var(--primary);
    font-weight: 600;
    font-size: 22px;
    margin-top: 23px;
}
button.btn.btn-custom.with-25 {
    width: 200px;
    text-transform: uppercase;
    margin: auto;
}
@media (max-width: 991px) {
    .header-top {
        display: none;
    }
    .navbar-collapse {
        position: absolute;
        z-index: 9999999;
        background-color: #fff;
        left: 0;
        right: 0;
        border-radius: 10px;
        top: 66px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .btn-9 {
        margin-left: 27px;
    }
    .menutop ul li a {
        line-height: 27px;
        border-bottom: 2px solid;
    }
}
.rc-post-content .title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 400;
}
h2.sub-h2 {
    font-size: 30px;
    color: var(--primary);
}
.post-title a {
    color: #000;
    font-weight: 600;
}
.cp-news4-item {
    transition: background-color 0.5s ease, transform 0.5s ease;
}

.cp-news4-item:hover {
    transform: translateY(-10px);
   
}
.box-shadow1 {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}
.p-1-9 {
    padding: 1.9rem;
}
.form-group01 input {
    border: 1px solid #ff644b;
    border-radius: 10px;
    width: 100%;
    padding: 11px 14px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}
.card-style5 .card-body {
    position: relative;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 30px 25px;
    z-index: 1;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px dotted var(--primary);
    border-radius: .25rem;
}
.card p {
    margin: 0 0 20px;
}
.wp-block-list li a{
    color: #000;
    margin-bottom: 10px;
}
.wp-block-list{
    margin-bottom: 10px;
}
/* product start */
.shop-page-one {
    position: relative;
    display: block;
}
.shop-page-one_inner {
    position: relative;
    display: block;
}

.single-shop-item_inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #e1e1e1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px 20px 20px;
    background-image: url(assets/images/contact/contact-info-shape-1.webp);
    background-position: right;
}
.single-shop-item .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #dae5ec;
    border-radius: 10px;
}
.single-shop-item .img-holder img {
    width: 100%;
    filter: grayscale(0%);
    transition: all 500ms ease;
}
.single-shop-item .img-holder .overlay {
    position: absolute;
    top: 8px;
    right: -15px;
    display: inline-block;
    transform: rotate(90deg) translateY(-100px);
    transform-origin: bottom;
    background: var(--secondary);
    padding: 5.5px 15px;
    z-index: 3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.single-shop-item .img-holder .overlay a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-shop-item .title-holder {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 27px;
}
.single-shop-item .title-holder h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 13px;
}
.single-shop-item .title-holder h3 a {
    color: #000;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-shop-item:hover .img-holder img {
    transform: scale(1.05);
    filter: grayscale(20%);
}
.single-shop-item:hover .img-holder .overlay {
    transform: rotate(90deg) translateY(0px);
}
/* product detail */
.bo-r{
    border: 1px solid var(--secondary);
    border-radius: 10px;
    padding: 10px;
}
.why-choose-image{
    width: 31%;
    height: auto;
    position: absolute;
    right: 52px;
    bottom: 89px;
}
.section-full{
    position: relative;
}
.lead2{
    color: #fff;
}
.inner-box1:hover .hove-w {
    /* border-color: #fff; */
    background-color: #fff;
    transition: all 0.3s ease;
}
.m-b20 {
    margin-bottom: 20px;
}
.lightgallery .dz-box {
    box-shadow: 0 0 2px 1px #b1b1b1;
    padding: 5px;
}
.dz-media, .dz-post-media {
    position: relative;
    overflow: hidden;
}
.dz-media img, .dz-post-media img {
    width: 100%;
    height: auto;
}
.lightgallery .dz-box {
    box-shadow: 0 0 2px 1px #b1b1b1;
    padding: 5px;
}
.dz-box.style-4 {
    position: relative;
    transition: all .3s;
}
.dz-box.style-4 .dz-media {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: transform .5s;
}
.dz-box.style-4 .dz-media:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: opacity .6s;
    z-index: 0;
}
.dz-box.style-4 .view-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .6s;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--primary);
    color: #fff;
    font-size: 17px;
}
.lightimg {
    cursor: pointer;
}
.dz-box.style-4:hover {
    transform: scale(.93, .93);
}
.dz-box.style-4:hover .view-btn {
    opacity: 1;
}
.product-details__title {
    border-bottom: 2px solid var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.text.mbb-4 {
    margin-bottom: 15px;
}
.nav-tabs .nav-link.active {
    background-color: var(--primary);
}
.career-section{
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#link2-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;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #ffffff;
}

th, td {
    padding: 12px;
    text-align: left;
    border: 1px solid #90b1ed;
}

th {
    background-color: var(--primary);
    color: white;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #ddd;
}


.product-container {
    width: 80%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.img-flui{
    width: 100%;
    height: auto;
}
.product-details__top {
    border-bottom: 2px solid;
    margin-bottom: 30px;
}

.shop-details__tab-content-inner {
    position: relative;
    display: block;
}
.review-one {
    position: relative;
    display: block;
}
.comments-area {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px;
    border: 1px solid #ff3c00;
    border-radius: 20px;
}
.review-one__title {
    position: relative;
    display: block;
    margin-bottom: 36px;
}
.review-one__title h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.comments-area .comment-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dddddd;
}
.comments-area .comment {
    position: relative;
    display: flex;
    align-items: center;
}
.comments-area .comment-box .author-thumb {
    position: relative;
    display: block;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.comments-area .comment-box .author-thumb figure {
    margin: 0;
}
.comments-area .comment-box .author-thumb img {
    width: 100%;
}
.review-one__content {
    position: relative;
    display: block;
    padding-left: 45px;
    flex: 1;
}
.review-one__content-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.review-one__content-top .info {
    position: relative;
    display: block;
}
.review-one__content-top .info h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
}
.review-one__content-top .info h2 span {
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
}
.review-one__content-top .reply-btn {
    position: relative;
    display: block;
}
.review-one__content-bottom {
    position: relative;
    display: block;
}
.review-one__content-bottom p {
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
}
.review-form-one {
    position: relative;
    display: block;
    padding: 16px 0px 0px;
}
.review-form-one__inner {
    position: relative;
    display: block;
}
.review-form-one__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.review-form-one__rate-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 17px;
    margin-bottom: 37px;
}
.review-form-one__rate-text {
    font-size: 18px;
    font-weight: 500;
}
.review-form-one__rate {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 17px;
}
.review-form-one__form {
    position: relative;
    display: block;
}
.review-form-one__input-box.text-message-box {
    height: 160px;
}
.review-form-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.review-form-one__input-box textarea {
    font-size: 14px;
    color: gray;
    height: 160px;
    width: 100%;
    background-color:#fff;
    padding: 20px 30px 30px;
    border: 1px solid #dddddd;
    outline: none;
    margin-bottom: 0px;
    font-weight: 500;
}
.review-form-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.review-form-one__input-box input[type="text"], .review-form-one__input-box input[type="email"] {
    height: 50px;
    width: 100%;
    border: 1px solid #dddddd;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: gray;
    display: block;
    font-weight: 500;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.form.p-1-9.p-md-5.border.border-color-extra-light-gray.border-radius-10 {
    margin-bottom: 30px;
    padding-bottom: 15px !important;
    border: 15px solid var(--primary) !important;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 6px #ccc;
    background-color: #F2F3F5;
}
.contact-form-section .contact-form .form-group {
    margin-bottom: 30px;
}
.quform-element.form-group label {
    font-weight: 600;
    color: #000;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.contact-form .form-group input[type="text"] {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 15px;
    color: rgb(12, 41, 87);
    line-height: 30px;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 11px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 229, 233);
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.contact-form-section .contact-form .form-group input[type="text"]{
    border-color: var(--primary);
    background-color: #ffffff;
    height: 56px;
}
.contact-form-section .contact-form .form-group textarea{
    border-color: var(--primary);
    background-color: #ffffff;
    height: 56px;
}
.contact-form .form-group textarea {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 15px;
    color: rgb(12, 41, 87);
    line-height: 30px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 6px;
    padding: 11px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 229, 233);
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.contact-form .form-group textarea {
    height: 183px !important;
}
.form-control:focus {
    box-shadow: none;
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}
.desktop992{
    display: block;
}
.mobile992{
    display: none;
}
/* responsive */
@media (max-width:1200px) {
    .menutop ul li a {
        padding: 5px 6px !important;
    }
.funfact-one__item__text {
    font-size: 10px;
    line-height: 12px;
}
.funfact-one__item {
    width: 125px;
    height: 125px;
}
.funfact-one__item__count {
    font-size: 22px;
}
.funfact-one__item--two {
    right: -48px;
    border: 6px solid #fff;
}
.funfact-one__item--three {
    top: auto;
    bottom: 21px;
}
    .funfact-one__accordion .accordion-header button {
        padding: 15px 10px 14px 30px;
    }
.contact-img{
    width: 100% !important;
    height: auto;
}
.contact-section-three .image-column .inner-column {
    padding: 15px;
}
.contact-section-three .form-column .inner-column {
    padding: 15px;
}
.team-card__content {
    padding: 16px 0 2px 50px;
}
.testimonial-block .image-box {
    left: 3px;
}
.testimonial-block .inner-box2 {
    padding: 45px 43px 40px;
}
.testimonial-block .content-box .info-box {
    padding-left: 195px;
    margin-bottom: 44px;
}
.testimonial-block .content-box {
    padding: 35px 20px 35px 20px;
}
.comment-respond {
    border-radius: 20px;
    padding: 15px;
    margin-top: 0;
}
.blog-widget {
    padding: 15px;
}
.services-details .content-side .image-slide img {
    border-radius: 6px;
    width: 100%;
    height: auto;
}
.services-details .content-side .image-slide {
    position: relative;
    margin-bottom: 15px;
}
.team-card-two__title a {
    font-size: 20px;
}
.slider-content {
    padding-top: 50px;
    padding-bottom: 50px;
}
.slide-sub-title {
    font-size: 30px;
    padding: 0;
}
.slide-title {
    font-size: 20px;
}

}
@media (max-width:992px) {
    .ns-footer-widget-list {
        margin-bottom: 25px;
    }
    section {
    padding-top: 50px;
    padding-bottom: 50px;
}
h2 {
    font-size: 30px;
}
.ns-cta-wrap-4 {
    padding-right: 18px;
}
.ns-cta-content-title-4 {
    font-size: 25px;
}
.service-four__item__content {
    padding: 0 8px 13px;
}
.service-four__item__title {
    font-size: 18px;
    margin: 0 0 10px;
}
.counter-block-three .inner {
    max-width: none;
    padding: 20px 15px 10px 15px;
}
.counter-block-three {
    margin-bottom: 20px;
}
.counter-block-three .count-box {
    font-size: 25px;
    line-height: 30px;
}
.counter-block-three .count-box .count-text {
    font-size: 25px;
    line-height: 28px;
}
.counter-block-three .inner i {
    font-size: 30px;
    line-height: 10px;
}
.fun-fact-section-three.pull-down {
    margin-bottom: -107px;
}
.solution-two__box__text {
    padding: 15px;
}
.solution-two__box__title {
    padding: 15px;
    gap: 0;
}
.solution-two__image {
    display: block;
    margin-bottom: 20px;
}
.solution-two__image img {
    width: 100%;
    height: auto;
}
.our-history__item {
    margin-bottom: 142px;
}
.blog-card__meta__date span {
    font-size: 18px;
}
.blog-card__content {
    padding: 16px 0 15px 0;
}
.blog-card__title a {
    font-size: 17px;
    font-weight: 600;
}
.blog-card__bg:after {
    height: 73px;
}
.team-card__title a {
    font-size: 16px;
}
.p-5 {
    padding: 0 10px !important;
}
.page-header__title {
    font-size: 30px;
}
.desktop992{
    display: none;
}
.mobile992{
    display: block;
}
.mar992{
    margin-bottom: 20px;
}
.contact-one__content {
    padding: 15px;
}
.contact-one__content {
    max-width: 100%;
}
.contact-one__image-two {
    position: relative;
    padding: 15px;
    display: block;
}
.contact-one__image-two img {
    width: 100%;
    height: auto;
}
.contact-one__content__text {
    color: #fff;
    margin: 0 0 10px;
}
.p-1-9 {
    padding: 15px;
}
.contact-form-section .contact-form .form-group {
    margin-bottom: 10px;
}
.form.p-1-9.p-md-5.border.border-color-extra-light-gray.border-radius-10 {
    margin-bottom: 0;
}
.servicer-single-page-sideber .categories-box ul li a {
    padding: 15px 15px 15px;
}
.servicer-single-page-sideber .categories-box {
    padding: 15px;
}
.servicer-single-sidebar-banner .content-box h3 {
    font-size: 16px;
    line-height: 25px;
}
.servicer-single-sidebar-banner .content-box {
    padding: 15px;
}
.service-sidebar {
    margin-top: 20px;
}
.why-choose-thirteen__image {
    right: 0;
}
.product-details__top {
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
/* home page 2 */
.about3-content .about3-list li {
    font-size: 16px;
    margin-bottom: -2px;
}
.about3-content.style-2 .about3-list {
    margin: 10px 0 10px 0;
    padding: 0;
}
.fetured-m{
    margin-bottom: 60px;
}
.our-solution__border-two {
    top: -24px;
}
.our-solution__content__text {
    margin: 0 0 15px;
}   
.home-2slider{
    padding-top: 70px;
    padding-bottom: 70px;
}
.pad-b-50{
    padding-bottom: 20px;
}
.work-step-one__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 60px;
}
.contact-section-three {
    padding-top: 80px;
}
section.work-step-one {
    padding-bottom: 0px;
}
}




@media (max-width:767px) {
.ns-footer-copyright-text p {
    text-align: center;
}
.cont{
    margin-top: 20px;
}
.review-form-one__title {
    font-size: 18px;
    line-height: 18px;
}
.review-one__title h3 {
    font-size: 18px;
    line-height: 15px;
}
.review-one__content-top {
    margin-bottom: 0;
}
.review-one__content {
    padding-left: 15px;
}

.ns-footer-copyright-menu p, .ns-footer-copyright-menu a {
    text-align: center;
}
.ns-footer-copyright {
    padding: 15px 0;
}
.ns-footer-widget-title {
     margin-bottom: 15px;
}
.ns-cta-img-4 {
    width: 239px;
    height: 239px;
}
.ns-cta-left-4 {
    margin-left: -67px;
    width: 249px;
}
.why-choose-thirteen__box-wrapper {
    display: flex;
    justify-content: space-around;
}
.why-choose-thirteen__content {
    position: relative;
    padding: 50px 0 20px;
}
.funfact-one__image {
    padding-bottom: 20px;
}
.work-step-one__title {
    margin-top: 55px;
    font-size: 18px;
    line-height: 27px;
}
.mar-b{
    margin-bottom: 25px;
}
.item-service-3 .info {
    padding: 15px 15px 15px 125px;
}
.desktop{
    display: none;
}
.mobile{
    display: block;
}
.tolak-breadcrumb li {
    font-size: 16px;
}
.single-shop-item_inner {
    padding: 15px;
}
.servicer-single-page-content .intro-box .text {
    padding-top: 10px;
}
.servicer-single-page-content .intro-box {
    margin-top: 12px;
}
.servicer-single-page-content .what-we-offer {
    padding-top: 12px;
}
.servicer-single-page-content .what-we-offer .inner-title {
    padding-bottom: 0px;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__inner {
    padding-top: 15px;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single {
    margin-bottom: 20px;
}
.servicer-single-sidebar-banner {
    margin-top: 20px;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .title-box {
    padding: 16px 5px 14px;
}
.servicer-single-page-content .what-we-offer .inner-title h3 {
    color: #1b1a1a;
    font-size: 20px;
    line-height: 25px;
}
.blog-card__text {
    margin: 0 0 10px;
}
h2.sub-h2 {
    font-size: 22px;
}
.ns-blog-bg-shape-1.ns-blog-shape-bg {
    display: none;
}

.our-solution__list {
    padding: 20px 15px 15px;
    margin-left: 0;
}
.our-solution {
    padding: 70px 0 185px;
}
/* .ns-cta-btn-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 310px);
    flex-direction: column;
} */
.ns-cta-left-4 {
    display: none;
}
/* .ns-cta-wrap-4 {
    display: flex;
    align-items: center;
    padding-right: 0;
    height: 225px;
    justify-content: space-around;
} */
    .ns-cta-btn-4 {
    display: flex;
    flex-direction: column;
    width: calc(100% - 100px);
}
.ns-cta-wrap-4 {
    display: flex;
    align-items: center;
    padding-right: 0;
    height: 175px;
    justify-content: space-around;
}
.ns-cta-content-title-4 {
    text-align: center;
}
.our-history__border {
    margin-bottom: 0;
    display: none;
}
.ns-blog-bg-shape-3.ns-blog-shape-bg {
    top: -420px;
    left: 0;
    display: none;
}
.banner-thumb img {
    width: 100%;
    height: auto;
}

}


.testimonial-thumb img {
    width: 100%;
    height: auto;
}

@media (max-width:576px) {
    .pad-b-50{
    padding-bottom: 0px;
}
    .home-2slider{
    padding-top: 25px;
    padding-bottom: 25px;
}
.ns-cta-wrap-4 {
    padding-right: 0;
}
.ns-cta-area-4 {
    padding: 25px 0;
}
.banner-year-thumb {
    display: none;
}
.logo {
    width: 150px;
    height: auto;
}
.ns-cta-content-title-4 {
    font-size: 22px;
}
.ns-cta-left-4 {
     margin-left: -39px;
     width: 200px;
}
/* .ns-cta-btn-4 {
    width: calc(100% - 205px);
} */
.ns-cta-img-4 {
     width: 185px;
    height: 185px;
}
.xs-with{
    width: 50%;
}
.pb-55 {
    padding-bottom: 25px;
}
.pt-95 {
    padding-top: 25px;
}
section {
    padding-top: 25px;
    padding-bottom: 25px;
}
h2 {
    font-size: 25px;
}
.why-choose-thirteen__image {
    position: relative;
    z-index: 1;
    margin: 0;
    display: inline-block;
    right: 487px;
}
.why-choose-thirteen__box-wrapper {
    display: flex;
    flex-direction: column;
}
.why-choose-thirteen__box-wrapper {
    gap: 25px;
}
.wi-50{
    width: 50%;
}
.image-box .thumb:before {
    left: -7px;
    top: 10px;
    height: 93%;
    width: 52%;
}
.testimonial-block img {
    width: 49%;
}
.testimonial-block .image-box .icon {
    right: 124px;
    height: 25px;
    width: 25px;
    font-size: 14px;
}
    .testimonial-block .content-box .info-box {
        padding-left: 0;
        margin-bottom: -23px;
    }
    .testimonial-block .inner-box2 {
        padding: 45px 9px 15px;
    }
        .our-solution {
        padding: 30px 0 185px;
    }
.page-header__title {
    font-size: 25px;
}
.page-header {
    border-radius: 0 0 0 60px;
}
.page-header__content {
    padding: 10px 0 10px;
}
.page-header__title {
    margin: 0 0 5px;
}
.page-header__shape {
    position: absolute;
    top: 0;
    left: -79px;
    height: 100%;
    width: 49.93%;
}
.item-service-3 .image-service-3 .text_number {
    right: 38px;
    bottom: 71%;
    width: 45px;
    height: 45px;
    font-size: 25px;
    border: 5px solid #fff;
}
    .item-service-3 .image-service-3 img {
        width: 80px;
        height: 80px;
    }
.item-service-3 .info {
    margin-left: -147px;
}
.item-service-3 {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.item-service-3 .info {
    margin-left: 0;
}

.item-service-3 .info {
    padding: 15px 15px 15px 15px;
}
.item-service-3 .image-service-3 {
    min-width: 134px;
    height: 74px;
}
    .item-service-3 .image-service-3 .text_number {
        right: 135px;
        bottom: -19%;
        width: 25px;
        height: 25px;
        font-size: 12px;
        border: 3px solid #fff;
    }
        /* .item-service-3 .image-service-3 img {
        width: 80px;
        height: 80px;
        left: -96px;
        position: relative;
    } */
    .item-service-3 .image-service-3 img {
        width: 80px;
        height: 80px;
        left: -168px;
        position: relative;
    }
    .item-service-3 .info .title {
    padding-bottom: 10px;
}
.sec-title-three__tagline__right-border {
    width: 20px;
}
.sec-title-three__tagline__left-border {
    width: 20px;
}
.slide-sub-title {
    font-size: 25px;
}
    .slider-content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .slider-content {
    padding-left: 0;
    padding-right: 0;
    }
    #slider .carousel-control i {
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin: 15px 3px;
}
.navbar-collapse {
    top: 47px;
}
.why-choose-thirteen__content {
    padding: 25px 0 25px;
}
.team-card:after {
    left: -161px;
    top: -50px;
    width: 708px;
    height: 820px;
}
}



@media (max-width:500px) {
.xs-with{
    width: 100%;
}
.funfact-one__item--two {
     right: -6px;
}
    .item-service-3 .image-service-3 img {
        width: 80px;
        height: 80px;
        left: -130px;
        position: relative;
    }

}
@media (max-width:412px) {
.wi-50{
    width: 100%;
}
    .item-service-3 .image-service-3 img {
        width: 80px;
        height: 80px;
        left: -105px;
        position: relative;
    }
        .team-card:after {
        left: -161px;
        top: -214px;
        width: 565px;
        height: 820px;
    }

}
.dreamit-about-thumb img{
    width: 100%;
    height: auto;
}
.lead {
    font-size: 16px !important;
}
.s1-mobile-img img{
    width: 100%;
    height: auto;
}


@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);
    }
}
