@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@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:#0c5adb;
	--secondary:#0c285b;
}
body {
    font-family: 'Rajdhani', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
h3 {
    font-family: 'Rajdhani', sans-serif;
    font-style: normal;
    margin-bottom: 0;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 25px;
}
.white-color{
    color: #ffffff;
}
.display-none{
    display: none;
}
section
{
	float: left;
	width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.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(--primary);
    font-size: 40px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}
.card p {
    color: #000;
}
nav, ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ml-0
{
    margin-left: 0px !important;
}
ul,
p{
	padding: 0;
	margin: 0;
    font-size: 18px;
}
.modal-content{
    width: 100%;
}
/******************Slider***********************/
.pic, .pic img {
    width: 100%;
    height: auto;
}
#slider .carousel-control.left, 
#slider .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease;
}
#slider .carousel-control .fa-angle-left {
    left: 5px;
    background: var(--primary);
}
#slider .carousel-control .fa-angle-right
{
    right: 5px;
    background: var(--primary);
}
#slider .carousel-control .fa-angle-left, 
#slider .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}
#slider .carousel-control i {
    color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: all 500ms ease;
    background: var(--primary);
    border-radius: 50%;
    font-size: 20px;
    margin: 15px;
}
#slider .carousel-control i:hover {
    background: var(--secondary);
}
.slider01 {
    background: #f9f9f9;
    padding-bottom: 0px;
    padding-top: 0px;
}
.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;
}
/* btn */
.btn-style-three {
    position: relative;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    border-radius: 2px;
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px 10px 25px;
    color: var(--primary);
    text-transform: uppercase;
    border: 1px solid #000;
}
.theme-btn {
    cursor: pointer;
    display: inline-block;
    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-three:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 7px;
    content: "";
    top: 5px;
    left: 0px;
    bottom: 5px;
    z-index: 1;
    background-color: #000;
}
.btn-style-three .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
}
.btn-style-three .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
}
.btn-style-three .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-style-three:hover:before {
    width: 100%;
    background-color: var(--primary);
}
.b-w:hover::before{
    background-color: #fff;
}
.b-w .btn-wrap .text-two{
    color: #000;
}
.btn-style-three:hover .btn-wrap .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
span.text-one {
    color: #000;
}
/* Footer */
i.demo-icon.icon-angle-double-right.color-w {
    color: #fff;
    font-size: 20px;
}
.widgets-section .widget-content ul li a {
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
    text-decoration: none;
  }
  .widgets-section .widget-content ul li a:hover {
    transform: translateX(7px);
  }
.main-footer.style-two {
    position: relative;
    background-image: url(assets/images/footer-bg.webp);
    padding-bottom: 0;
    background-color: #000;
    background-repeat: no-repeat;
    padding-top: 165px;
}
.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;
    font-size: 17px;
}
.copyright-info.right {
    text-align: right;
}
.copyright {
    margin-top: 40px;
    background: var(--primary);
    padding: 6px 0px;
}
.footer-bottom-two .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-widget ul.list li a {
    color: #fff;
    text-decoration: none;
    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;
}
.contact-widget .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;
}
.contact-widget .social-links li .face {
    background-color: #4267b2;
    transition: none;
    transform: none;
}
.contact-widget .social-links li .twitt {
    background-color: #4ba1f2;
    transition: none;
    transform: none;
}
.contact-widget .social-links li .link {
    background-color: #3266c2;
    transition: none;
    transform: none;
}
/* footer logo */
.jul-footer-client {
    margin-top: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jul-footer-client-logo {
    width: 140px;
    height: auto;
    margin: 5px 16px;
}
.jul-footer-client-logo a {
    height: 100%;
    display: block;
}
@media screen and (max-width: 1400px) {
    .jul-footer-client {
        justify-content: center;
    }
}
/*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;
}
/* Sticky Navbar */
.navbar-brand.navbar-header {
    padding-top: 0;
    padding-bottom: 0;
}
#masthead {
    background-color: #fff;
    transition: .5s ease top;
    top: -105px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
    &.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    }
    .header {
    justify-content: center;
    h1 {
        color: white;
      }
    }
    ;
    z-index: 999;
  }
.dropdown:hover .dropdown-menu {
    display: block;
}
.header-top {
    position: relative;
    padding: 5px 0px;
    background-color: var(--primary);
    float: left;
    width: 100%;
}
.header-top .top-left {
    position: relative;
    float: left;
    margin-top: 2px;
}
.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;
    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: 75%;
    height: auto;
}
.logo {
    width: 240px;
    height: auto;
}
.navbar
{padding: 0;}
.menutop ul li a {
    color: var(--primary);
    padding: 5px 30px;
    position: relative;
    font-weight: 700;
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
    text-transform: uppercase;
    line-height: 60px;
    font-size: 20px;
}
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(--secondary);
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    background: var(--secondary);
}
.dropdown-menu {
    text-align: left;
    z-index: 100;
    min-width: 175px;
    border-radius: 0;
    padding: 0;
    border: 0;
}
.dropdown-menu li a {
	color: #fff !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;
    align-items: center;
}
.social_media .info-list li a {
    text-decoration: none;
    width: 33px;
    display: flex;
    height: auto;
    border: 1px solid #fff;
    border-radius: 30%;
}
.social_media .info-list li {
    margin-right: 5px;
}
i.ico {
    width: 26px;
    height: 26px;
    background-color: #fff;
    padding: 0px;
    border-radius: 30%;
    margin-top: 2px;
    margin-left: 3px;
    margin-bottom: 2px;
    color: var(--primary);
    font-size: 14px;
    line-height: 27px;
    text-align: center;
}
i.ico:hover{
    background-color: var(--secondary);
    color: #fff;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
}
.dropdown-menu li a, .sub-menu.dropdown-menu a {
    display: block;
    line-height: normal;
    text-decoration: none;
    text-transform: capitalize !important;
    padding: 4px 22px !important;
    border-bottom: 1px solid #f1f1f1;
    line-height: normal !important;
}
.menutop ul li a {
    color: #000;
    padding: 5px 20px;
    position: relative;
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
    text-transform: uppercase;
    line-height: 60px;
}
.sub-menu.dropdown-menu a:hover {
    background: var(--primary);
    padding-left: 30px !important;
    color: #fff;
}
/* cursor magic */
.magic-cursor,
.magic-cursor-border {
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
  transition: transform 0.15s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.15s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1000;
  will-change: transform;
}
.magic-cursor {
  width: 15px;
  height: 15px;
  background-color: #211E3B;
  transform: translate(-50%, -50%);
}
.magic-cursor-border {
  width: 40px;
  height: 40px;
  border: 2px solid #211E3B;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.hover-effect .magic-cursor {
  background-color: #211E3B;
  transform: scale(1.7) translate(-50%, -50%);
}
.hover-effect .magic-cursor-border {
  border-color: #211E3B;
  transform: scale(2.5) translate(-50%, -50%);
}
/* slider new */
.slider-two .swiper-slide {
    position: relative;
    overflow: hidden;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.slider-two_content {
    position: relative;
    z-index: 1;
    padding: 120px 30px 120px;
}
.slider-two_image-layer::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.60;
    background-color: #000;
}
.slider-two_circle {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.80;
    width: 990px;
    height: 990px;
    border-radius: 50%;
    background: #FFE6AF;
    transform: translateX(-50%) translateY(-50%);
    background: linear-gradient(to right, #0c5adb 62%, #ffffff  104%);
}
.slider-two_heading {
    font-weight: 900;
    font-size: 50px;
    z-index: 999;
    color: #fff;
    position: relative;
    text-transform: capitalize;
}
.slider-two_text {
    position: relative;
    line-height: 30px;
    font-size: 20px;
    margin-top: 15px;
    color: #fff;
    width: 50%;
    right: -291px;
}
.slider-two_image {
    position: absolute;
    left: 0px;
    top: 70px;
    width: 270px;
    height: 270px;
    overflow: hidden;
    border-radius: 50%;
}
.slider-two_image-two {
    position: absolute;
    right: 60px;
    bottom: 60px;
    width: 270px;
    height: 270px;
    overflow: hidden;
    border-radius: 50%;
}
.slider-two .swiper-slide-active .slider-two_image-layer {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.slider-two_image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 1000ms linear;
    -moz-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear;
}
.slider-two .swiper-slide-active .slider-two_image-two {
    opacity: 1;
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slider-two .swiper-slide-active .slider-two_heading {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-section {
    position: relative;
    padding: 50px 0 230px;
}
.banner-section .inner-column {
    position: relative;
    z-index: 3;
    padding: 50px 0 50px 40px;
}
.banner-section .inner-column .sub-title {
    display: block;
    color: #000;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 19px;
}
.banner__content .sub-title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    display: block;
    margin-bottom: 5px;
}
.banner__content .title {
    font-size: 56px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.slider-p {
    padding: 65px 0;
}
/* about us */
.rs-about .shape-image .top {
    position: absolute;
    right: 61%;
    top: -125px;
}
.rs-about .shape-image {
    position: relative;
}

.about-detail:before {
    position: absolute;
    content: "";
    background-image: url(assets/images/shape/3.webp);
    height: 163px;
    width: 180px;
    right: 4%;
    animation-name: rotate;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: contain;
    bottom: 0;
}
.about-sec{
    background-color: #d3e9ffbd;
}
.service-box.style2 {
    padding: 37px 22px 32px;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 10px rgba(207, 218, 235, 0.2));
    background: #ffffffa8;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.service-box.style2::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: url(assets/images/resource/ser-shape.webp);
    transition: .5s;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.service-box.style2 .service-box-icon {
    position: relative;
    z-index: 1;
    padding: 20px 0 0 0;
}
.service-box.style2 .service-box-icon:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 94px;
    height: 95px;
    background: url(assets/images/resource/ser-shape1.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: .5s;
    opacity: 1;
}
.service-box.style2 .service-box-icon img {
    width: 45px;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.service-box.style2 .service-box-icon:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 94px;
    height: 95px;
    background: url(assets/images/resource/ser-shape2.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: .5s;
    opacity: 0;
}
.service-box.style2 .content p {
    transition: .5s;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
}
.service-box.style2 .service-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.service-box.style2 .service-btn a {
    padding: 0 0 0 12px;
    border-radius: 0;
    background-color: inherit;
    color: #232323;
    display: inline-block;
    margin-top: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    opacity: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: "Nunito";
    border: none;
}
.service-box.style2 .service-btn:after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 12px;
    left: 35px;
    width: 30px;
    height: 2px;
    background: #0b59db;
    transition: .5s;
}
.service-box.style2:hover::before {
    height: 100%;
}
.service-box.style2:hover .service-box-title h3 {
    color: #fff;
}
.service-box.style2:hover .content p {
    color: #fff;
}
.service-box.style2:hover .service-btn a {
    color: #fff;
    opacity: 1;
    border: none;
}
.service-box.style2:hover .service-btn:after {
    left: -15px;
    background: #ffffff;
    width: 20px;
}
.service-box.style2:hover .service-box-icon:after {
    opacity: 1;
}
.service-box.style2 .service-box-title h3 {
    transition: .5s;
    padding: 35px 0 13px 0;
    font-size: 26px;
    color: #041424;
    font-weight: 700;
    font-family: "Rajdhani";
    text-align: center;
}
/* client start */
.customer-logos-grid {
    display: grid
;
    grid-auto-columns: 1fr;
    grid-row-gap: 16px;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
}
.customer-logos-grid img, .customer-logo {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
    .p-lg-3 {
        padding: 1rem !important;
    }
}
@media (min-width: 768px) {
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
}
/* working Process */
.abc {
    display: flex;
    margin: auto;
    position: relative;
}
.column {
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.work-process-wrapper {
    position: relative;
    text-align: center;
    width: 100%;
}
.work-process {
    text-align: center;
    padding: 0 20px;
}
.work-process .icon {
    position: relative;
}
.work-process .title {
    font-size: 23px;
    margin: 30px 0 10px;
}
.description {
    display: block;
    transition: 0.5s;
}
.work-progress-number {
    position: absolute;
    right: 23%;
    top: 0px;
    z-index: 1;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    background-color: #0c5adb;
    transition: 0.5s;
}
.work-process .icon i {
    position: relative;
    width: 145px;
    height: 145px;
    line-height: 143px;
    border-radius: 150px;
    display: inline-block;
    color: #0c5adb;
    font-size: 65px;
    border: 2px solid #ededed;
    text-align: center;
    transition: all 0.5s ease;
}
.work-process:hover .icon i {
    color: #fff;
    transform: rotateY(180deg);
    border-color: #0c5adb;
    background-color: #0c5adb;
}
.work-process:hover .work-progress-number {
    background-color: #000;
}
.process-arrow::before {
    position: absolute;
    content: '';
    right: -63px;
    top: 37px;
    width: 103px;
    height: 38px;
    background-repeat: no-repeat;
    background-image: url('assets/images/process/process-arrow-1.webp');
}
@media (min-width: 768px) {
    .column-25 {
        width: 25%;
    }
}
/* it solution start */
.ft-about-img-exp {
    padding-top: 100px;
}
.ft-about-exp-area {
    top: 0px;
    right: 0;
}
.ft-about-exp-area .ft-about-exp-text {
    top: 50px;
    left: 60px;
    max-width: 185px;
}
.ft-about-exp-area .ft-about-exp-text h3 {
    font-size: 18px;
    color: var(--primary);
    font-weight: 700;
}
.ft-about-exp-area .ft-about-exp-text h3 span, .ft-about-exp-area .ft-about-exp-text h3 b {
    font-size: 48px;
}
 .sub-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary);
    position: relative;
}
.sub-title:before {
    left: 0;
}
.pera-content p {
    margin-bottom: 0;
}
.ft-about-feature-list-item {
    padding: 8px 20px 16px 0px;
    width: 100%;
}
.ft-about-feature-list-item .ft-about-feature-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 100%;
    background-color: #1460dc;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.ft-about-feature-list-item .ft-about-feature-icon i {
    font-size: 20px;
    line-height: 0.75;
    color: #fff;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.ft-about-feature-list-item .ft-about-feature-text {
    max-width: 420px;
}
.ft-about-feature-list-item .ft-about-feature-text h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
}
.pera-content p {
    margin-bottom: 0;
}
/* blog start */
.cp-news4-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.cp-news4-item img {
    transition: transform 0.5s ease;
    width: 100%; 
    height: auto;
}
.cp-news4-item:hover img {
    transform: scale(1.1);
}
.product-sec{
    background-image: url(assets/images/blog/blog-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-section {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(assets/images/blog/blog-bg.webp) no-repeat center center;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pb-20 {
    padding-bottom: 20px;
}
.cp-news-area article {
    width: 95%;
}
.blogs .cp-news4-item {
    background-color: #fff;
}
.cp-news4-img {
    overflow: hidden;
}
.p-relative {
    position: relative;
}
.cp-news4-img img {
    height: auto;
    width: 100%;
}
.blogs img {
    padding: 20px;
}
.cp-news4-content {
    padding: 0 20px;
}
.cp-news1-meta {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.cp-news1-meta span:last-child {
    padding-inline-end: 0;
    margin-inline-end: 0;
    font-weight: 900;
}
.cp-news1-meta span {
    position: relative;
    padding-inline-end: 20px;
    margin-inline-end: 20px;
    color: #5b5b5b;
}
.cp-news4-title {
    font-size: 20px;
    text-transform: capitalize;
}
.cp-news4-title a {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    color: #000;
}
.banner-btn.d-flex {
    margin: 10px 0;
}
.d-flex {
    display: flex !important;
}
.cp-news4-item {
    align-items: center;
    grid-template-columns: 30% auto 160px;
    gap: 0 40px;
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-radius: 10px;
}
/* blog end */
/* case study start */
a.theme-btn.btn-style-three.color-pri-btn {
    border-color: var(--primary);
}
a.theme-btn.btn-style-three.color-pri-btn::before {
    background-color: var(--primary);
}
h2.sub-h2 {
    color: var(--primary);
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}
i.demo-icon.flaticon.icon-right-small {
    font-size: 25px;
    position: relative;
    right: 16px;
    bottom: 5px;
}
.case-sec{
    background-image: url(assets/images/case/case-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
}
.feature-box.style-four .feature-btn a:hover {
    background: #fff;
    color: #0c5adb;
}
.case-p{
    margin-bottom: 35px;
    color: #fff;
}
.feature-box.style-four {
    padding-left: 80px;
}
.feature-box.style-four .feature-box-thumb {
    position: relative;
    z-index: 1;
}
.feature-box.style-four .feature-box-thumb:before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    width: 105%;
    height: 107%;
    background: #2d4a8a;
    z-index: -1;
    border-radius: 10px;
}
.feature-box.style-four .feature-box-thumb img {
    border-radius: 10px 10px 0 0;
}
.feature-box.style-four .feature-box-content {
    overflow: hidden;
    background: #2d4a8a;
    margin-top: -9px;
    border-radius: 0 0 10px 10px;
    padding: 30px 37px 25px 15px;
    text-align: left;
    position: relative;
    transition: .5s;
}
.feature-box.style-four {
    padding-left: 25px;
}
.feature-box.style-four .feature-box-title h2 {
    color: #fff;
    font-size: 24px;
}
.elementor-widget-wrap>.elementor-element {
    width: 100%;
}
.feature-box.style-four .feature-btn a {
    position: absolute;
    right: -45px;
    height: 100px;
    width: 100px;
    text-align: center;
    background: #17386d;
    bottom: -41px;
    line-height: 82px;
    color: #fff;
    border-radius: 100%;
    transition: .5s;
}
.feature-box.style-four:hover .feature-box-content {
    background: #0c5adb;
}
/* get in start */
.contact-content h2{
    color: #fff;
}
.b-w::before {
    background-color: #fff;
}
.b-w{
    border:1px solid #fff;
}
span.t-w {
    color: #fff;
}
.style-one .row.add-faqs-bg {
    padding: 40px 26px 39px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; 
}
.style-one .single-contact-box {
    background: var(--primary);
    padding: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 10px;
}
.style-one .contact-content h4 {
    color: #fff;
    font-size: 38px;
    margin: 0 0 27px;
}
.style-one .single-input-box input {
    background: #fff;
    border: transparent;
    outline: 0;
    width: 100%;
    height: 50px;
    color: #000;
    margin-bottom: 16px;
    padding: 0 19px;
    border-radius: 5px;
}
.col-lg-6.faqs-right {
    padding-left: 37px;
}
.style-one.section-title.left {
    margin-bottom: 42px;
}
.style-one.section-title h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0c5adb;
    padding: 0 0 0 21px;
    position: relative;
    display: inline-block;
}
.style-one.section-title h4:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background: #0c5adb;
    content: "";
    top: 5px;
    border-radius: 100%;
}
.style-one.section-title h1 {
    font-size: 48px;
    margin: 8px 0 0;
    line-height: 1;
}
.style-one.section-title h1 {
    font-size: 48px;
    margin: 8px 0 0;
    line-height: 1;
}
.style-one .single-input-box textarea {
    background: #fff;
    border: transparent;
    outline: 0;
    width: 100%;
    height: 120px;
    color: #fff;
    margin-bottom: 16px;
    padding: 10px 19px;
    border-radius: 5px;
}
.toggle-sign {
    font-weight: bold;
    font-size: 20px;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-bottom: 15px;
}        
.desc {
    padding: 16px 35px 16px;
    font-size: 18px;
}
 /* testimonial start */
.single_creativeItem {
    text-align: left;
}
.box-size {
    padding: 10px 15px;
}
.testiCreCon {
    position: relative;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
    background-color: #0f5cdb;
    padding: 36px 20px 0px 36px;
    /* height: 181px; */
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.testiCreCon:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    border-radius: 0 0 0 0;
    width: 65px;
    height: 65px;
    background-color: #1a407882;
    clip-path: polygon(0 0, 100% 0%, 100% 99%, 60% 60%);
    border-top-right-radius: 50px;
}
.test-part {
    display: inline-block;
    margin-bottom: 10px;
}
.test-part ul li {
    display: inline-block;
    padding-top: 0;
}
.execllent_toggol {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testiCreCon p {
    position: relative;
    margin: 0;
    z-index: 1;
    font-weight: 500;
    color: white;
    padding: 22px 20px;
    font-size: 20px;
}
.test-quote {
    position: absolute;
    bottom: 35px;
    width: 100px;
    height: 100px;
    right: 189px;
}
.test-quote span {
    display: inline-block;
    font-size: 112px;
    color: white;
    opacity: .1;
}
.test-quote-2 {
    position: absolute;
    top: 0px;
    width: 100px;
    height: 100px;
    left: 189px;
}
.test-quote-2 span {
    display: inline-block;
    font-size: 112px;
    color: white;
    opacity: .1;
}
.test-m {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0f5cdb;
    padding-bottom: 20px;
}
.post_t6 .em_test_thumb {
    float: left;
    margin-right: 15px;
    margin-left: 25px;
    padding: 10px 0px;
}
.post_t6 .em_test_thumb {
    float: left;
    margin-right: 15px;
    margin-left: 25px;
    padding: 10px 0px;
}
.em_test_thumb img {
    border-radius: 50%;
    width: 59px;
}
.testAuthor {
    background-color: #0f5cdb;
    padding: 10px 0px;
    border-radius: 7px;
}
.testAuthor h6 {
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}
.testAuthor span {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}
.inner-box {
    display: flex;
}
/* fun fact start */
.icon-bx-sm.radius {
    font-size: 75px;
}
.icon-bx-wraper.style-11 {
    box-shadow: 0 0px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 5px 20px 5px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    z-index: 9;
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 40px;
}
.icon-bx-wraper.style-11::before, .icon-bx-wraper.style-11::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.2;
    border-radius: 0.5rem;
    z-index: -1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.icon-bx-wraper.left .icon-bx-sm{
    float: left;
    margin-right: 20px;
}
.icon-bx-sm.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.icon-bx-sm {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.icon-bx-wraper.style-11 .icon-cell img {
    width: 100%;
    height: 100%;
}
.icon-content {
    overflow: hidden;
}
.icon-bx-wraper.style-11 .icon-content .dlab-title {
    font-weight: 700;
    font-size: 50px;
    display: flex;
}
.icon-bx-wraper.style-11::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.2;
    border-radius: 0.5rem;
    z-index: -1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.icon-bx-wraper.style-11:hover::before, .icon-bx-wraper.style-11.active::before {
    transform: rotate(-4.73deg);
}
.fun-sec{
    background-image: url(assets/images/resource/fun-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}

.content-inner-2{
    padding-bottom: 10px;
}
.container.chromosep-con {
    position: relative;
    z-index: unset;
}
.ccase {
    text-transform: capitalize;
}
.breadcumb-inner {
    position: absolute;
    padding: 6px 18px;
    border-radius: 9px;
}
.breadcumb-inner ul, .breadcumb-inner ul span a, .breadcumb-inner li, .breadcumb-inner li a {
    color: #fff;
}
.breadcumb-inner li {
    display: inline-block;
    margin: 0;
    color: #fff;
}
.breadcumb-inner li a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.brpt h2 {
    margin-bottom: 5px;
    text-align: left;
    color: #fff;
}
/* aboutus page */
.color-pri {
    color: var(--primary);
}
.about-style1 .about-list.active, .about-style1 .about-list:hover {
    box-shadow: 6px 5px 25px 0px rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
}
.about-style1 .about-list {
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    transition: 0.4s;
}
.ms-3 {
    margin-left: 1rem !important;
}
.img-sec img {
    position: absolute;
    left: 423px;
    bottom: 120px;
}
.img-sec {
    position: relative;
    bottom: -254px;
    left: -61px;
}
.about-detail{
    background-image: url(assets/images/resource/about-bg-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/* team start */

.team-block-two .inner-box .lower-content .inner .icon-area {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    transition: right 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}
span.plus-icon {
    color: #fff;
}
.team-block-two .inner-box:hover .lower-content .icon-area {
    right: 14px;
    opacity: 1;
    background-color: var(--primary);
}
.team-page .team-block-two .inner-box {
    margin-bottom: 50px;
}

.team-block-two .inner-box {
    position: relative;
    display: block;
}
.team-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50% 50% 20px 50%;
}
figure {
    margin: 0px;
}
.team-block-two .inner-box .image-box:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    transform: scale(0, 0);
    opacity: 0.3;
    z-index: 1;
    transition: all 500ms ease;
}
.team-block-two .inner-box .image-box img {
    width: 100%;
    border-radius: 50% 50% 20px 50%;
    transition: all 500ms ease;
}
.team-block-two .inner-box .lower-content {
    position: relative;
    display: block;
    margin: 0px 40px;
}
.team-page .team-block-two .inner-box .lower-content .inner {
    box-shadow: 0 10px 30px #e7e8ea;
}
h4 a {
    display: inline-block;
    color: #000;
    font-weight: 700;
}
.team-block-two .inner-box .lower-content .inner {
    position: relative;
    background: #fff;
    padding: 15px 30px 1px 30px;
    border-radius: 50px;
    box-shadow: 0 10px 24px #0c5adb7a;
    margin-top: -67px;
    z-index: 1;
    text-align: center;
}
.team-block-two .inner-box .lower-content .inner h4 {
    margin-bottom: 7px;
}
.team-block-two .inner-box .lower-content .inner .designation {
    position: relative;
    display: block;
    margin-bottom: 13px;
    font-size: 18px;
}
.team-block-two .inner-box .lower-content .inner .social-style-one li {
    float: none;
    margin: 0px 6px;
}
.social-style-one li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.team-block-two .inner-box .lower-content .inner .social-style-one li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: transparent;
    border: 1px solid #e6e6e6;
}
.social-style-one li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: #f2f3f5;
    color: #142441;
    text-align: center;
    border-radius: 50%;
}
.team-block-two .inner-box:hover .image-box:before {
    transform: scale(1, 1);
}
.team-block-two .inner-box .lower-content .inner .social-style-one li a:hover {
    border-color: var(--primary);
}
/* vision and mision */
.join-us-tow {
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
}
.join-us-tow__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    filter: grayscale(100%);
}
.join-us-tow__item {
    background-color: #fff;
    margin-top: 70px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
}
@media (min-width: 576px) {
    .join-us-tow__content {
        padding: 1px 50px 30px;
    }
}
.join-us-tow__content {
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 1;
    padding: 1px 30px 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.join-us-tow__icon {
    position: relative;
    margin-top: -50px;
    border-radius: 50%;
    width: 121px;
    height: 121px;
    background: var(--primary);
    font-size: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    transition: all 0.4s ease-in-out;
}
.join-us-tow__icon i {
    color: inherit;
}
.join-us-tow__text {
    font-weight: 500;
    line-height: 187.5%;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}
.join-us-tow__shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.join-us-tow::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 85%;
    background-color: var(--secondary);
    top: 0;
    left: 0;
    z-index: -1;
}
.join-us-tow__content:hover {
    background-color: #0c5adbba;
}
.join-us-tow__content:hover .join-us-tow__text {
    color: #fff;
}
.join-us-tow__content:hover .join-us-tow__title {
    color: #fff;
}
/* why choose us */
.why-choose-four::before {
    position: absolute;
    content: "";
    background-image: url(assets/images/shape/shae1.webp);
    height: 150px;
    width: 150px;
    right: 84px;
    background-size: contain;
    margin-top: -11%;
    background-repeat: no-repeat;
    bottom: 0;
}
h3.font-23 {
    font-size: 23px;
}
.single-item .icon-box i{
    color: var(--primary);
    font-size: 40px;
}
.chooseus-style-two {
    background-image: url(assets/images/about/why-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 80px 0;
    position: relative;
}
.chooseus-style-two .image-layer {
    position: absolute;
    right: 15px;
    top: 17px;
}
.chooseus-style-two .content-box {
    background: #fff;
    padding: 20px 20px 20px 20px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    position: relative;
    z-index: 99;
}
.chooseus-style-two .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding: 0 0 0 80px;
    margin-bottom: 42px;
}
.chooseus-style-two .content-box .inner-box .single-item .icon-box {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 1px;
    width: 70px;
    height: 70px;
    line-height: 80px;
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all .5s ease;
    color: #fff;
}
.chooseus-style-two .content-box .inner-box .single-item .icon-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: scale(0, 0);
    z-index: -1;
    transition: all .5s ease;
}
/* case studies start */
section.case-se {
    padding-top: 105px;
    padding-bottom: 0px;
}
.feature-box-title h2{
    margin-bottom: 0;
}
.c-pb {
    margin-bottom: 90px;
}
/* contact us start */
.contact-page{
    background-image: url(assets/images/contact/contact-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.btn-text .text-one{
    color: #fff;
}
.contact-info-box {
    background: var(--primary) !important;
    padding: 35px 50px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    margin: 30px 0;
    transition: all .3s;
    min-height: 280px;
}
.contact-style-img {
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: 1;
}
.contact-info-icon {
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: relative;
    z-index: 1;
    transition: all .3s;
    top: 16px;
}
.contact-info-icon i {
    font-size: 50px;
    line-height: 90px;
}
.contact-info-icon:after {
    content: '';
    position: absolute;
    left: -15px;
    bottom: -15px;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: -1;
    transition: all .3s;
}
ul.contact-info {
    margin-top: 40px;
    padding: 0px;
}
.contact-info-box:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fff;
    margin: 0 auto;
}
ul.contact-info li, ul.contact-info li a {
    color: #fff;
    font-weight: 500;
}
.contact-info-box:hover {
    background: var(--secondary) !important;
}
.contact-info-box:hover .contact-info-icon {
    background: var(--primary);
}
.contact-info-box:hover i {
    color: #fff;
}
.contact-page .cpageform {
    background: rgb(0 0 0 / 44%);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--primary);
}
.contact-page .cpageform .sec-title {
    margin-bottom: 30px;
}
.contact-page .cpageform h2 {
    margin-bottom: 5px;
}
.contact-page .cpageform h2, .contact-page .cpageform p {
    color: #fff;
    text-align: left;
    text-transform: capitalize;
}
.contact-page__form {
    max-width: 888px;
    margin-left: auto;
    margin-right: auto;
}
form#contactForm {
    border-radius: 5px;
}
form#contactForm input, form#contactForm input[type="email"], form#contactForm textarea {
    width: 100%;
    border: 1px solid var(--primary);
    border-radius: 5px;
    margin-top: 3px;
}
.gutter-20 {
    --bs-gutter-y: 20px;
    --bs-gutter-x: 20px;
}
.form-one__input {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 60px;
    background-color:#fff;
    padding: 20px 30px 20px 30px;
    border-radius: 6px;
}
/* service detail */
.text-center ul li a {
    color: #fff;
}
.text-center ul li {
margin-right: 7px;
}
.padding-start {
    margin-bottom: 75px;
}
.text-center ul li i {
    color: #fff;
}
.data-sec{
    background-image: url(assets/images/service/vision-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h4.heading {
    font-weight: 600;
}
@media (min-width: 1300px) and (max-width: 1399px) {
    .style-four .single-feature-box {
        padding: 48px 35px 28px 30px;
    }
}
.style-four .single-feature-box:hover::before {
    width: 100%;
    height: 100%;
}
.style-four .single-feature-box:hover .feature-icon::before {
    filter: brightness(0) invert(1);
}
.single-contact-box.s-padding {
    padding: 25px;
}
.contact-us-about-data p {
    color: #000;
    margin-bottom: 25px;
}
.new-pop-list li {
    margin-bottom: 15px;
    color: #000;
}
/* blog detail start */
.blog-b {
    background-image: url(assets/images/blog/blog-d-b.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
/* case studies detail page */
.chooseus-section .image_block_9 .image-box {
    margin-left: 50px;
}
.image_block_9 .image-box {
    position: relative;
    display: block;
    padding-left: 100px;
    padding-bottom: 135px;
}
.image_block_9 .image-box .shape .shape-1 {
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 123px;
    height: 123px;
    background-repeat: no-repeat;
    animation-name: spinInfinit;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: contain;
}
.image_block_9 .image-box .shape .shape-2 {
    position: absolute;
    left: 32px;
    bottom: 254px;
    width: 123px;
    height: 123px;
    background-repeat: no-repeat;
    animation-name: spinInfinit;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: contain;
}
.image_block_9 .image-box .shape .shape-3 {
    position: absolute;
    right: 66px;
    bottom: 115px;
    width: 270px;
    height: 270px;
    background: #54aaff;
    border-radius: 50%;
    z-index: -1;
}
.shape-3 {
    position: absolute;
    bottom: -98px;
    right: -99px;
    width: 317px;
    height: 356px;
    background-repeat: no-repeat;
    opacity: 0.2;
}
.image_block_9 .image-box .image {
    border-radius: 50px;
    box-shadow: 0 20px 50px #dfe3e3;
}
.image_block_9 .image-box .image-1 {
    position: relative;
}   
.image_block_9 .image-box .image img {
    width: 100%;
    border-radius: 50px;
    height: auto;
}
.image_block_9 .image-box .image-2 {
    position: absolute;
    left: 0px;
    bottom: 33px;
    background: #fff;
    padding: 10px;
}
.image_block_9 .image-box .image {
    border-radius: 50px;
    box-shadow: 0 20px 50px #dfe3e3;
}
.image_block_9 .image-box .image img {
    width: 100%;
    border-radius: 50px;
    height: auto;
}
.about-page{
    padding-bottom: 0;
}
      @keyframes pulse {
        0%, 100% {
          transform: scale(1);
        }
        50% {
          transform: scale(1.5);
        }
      }
      .pulse {
        width: 100px;
        height: 100px;
        /* background-color: #2ecc71; */
        border-radius: 50%;
        animation: pulse 9s infinite;
    }
      .list-wrap li a:hover{
        background-color: var(--secondary);
      }
      .list-wrap li a:hover, 
      .list-wrap li a:hover i {
        color: #fff;
     }
      li.line_break {
        border-bottom: 1px solid #938888;
        border-top: 1px solid #938888;
        margin: 8px 0px;
        padding: 6px 0px;
    }
    .working_time {
        color: #fff;
    }

    .top-left i {
        margin-right: 10px;
    }
    .services__content .title a {
        font-weight: 600;
    }
    form#contact-form {
        position: relative;
        z-index: 999;
    }
    .content__left p {
        font-size: 20px;
        font-weight: 600;
        margin-top: 6px;
    }
    a.custom-btn.btn-9.btnn.with-contact {
        width: 180px;
    }
    ul.list.address1 {
        line-height: 27px;
        width: 80%;
    }
    textarea.text_field {
        height: 100px;
        line-height: normal;
    }
    .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;
    }
    .rc-post-content .date i {
        color: var(--primary);
        font-size: 16px;
    }
    .rc-post-content .title {
        font-size: 20px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    .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: 20px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    .post-title a{
        color: #000;
    }

    .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;
    }
    /* scraper developer start */
    .breadcumb-area-scra {
        padding-top: 80px;
        padding-bottom: 70px;
        background-image: url(assets/images/scraperdev/scraper-b.webp);
        position: relative;
        background-position: left center;
        background-repeat: no-repeat;
    }
    .style-two.section-title.center {
        margin-bottom: 52px;
    }
    .style-two .single-services-box {
        padding: 20px 10px 10px 20px;
        background-image: url(assets/images/scraperdev/pattern-1.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
        margin-bottom: 5px;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .style-two .single-services-box:before {
        position: absolute;
        content: "";
        left: 50%;
        top: 0;
        width: 0;
        height: 100%;
        background: #0B5ADB;
        transition: .5s;
        z-index: -1;
        border-radius: 5px;
    }
    .service-icon-thumb {
        position: relative;
    }
    .service-icon-thumb:before {
        position: absolute;
        content: "";
        left: -8px;
        top: -7px;
        width: 40px;
        height: 40px;
        background: #e6eefbc7;
        transition: .5s;
        z-index: -1;
        border-radius: 100%;
    }
    .service-icon-thumb img {
        transition: 0.5s;
    }
    .style-two .service-number h1 {
        background: #E6EEFB;
        position: absolute;
        right: 0;
        top: 33px;
        transition: 0.5s;
        font-size: 26px;
        line-height: 50px;
        color: #0c5adb;
        font-weight: 600;
        font-family: "Rajdhani";
        padding: 0 14px 0 28px;
        border-radius: 30px 0 0 30px;
        margin: 0;
    }
    .style-two .service-content h4 {
        font-size: 26px;
        color: #041424;
        font-weight: 700;
        margin: 16px 0 12px 0;
        transition: 0.5s;
    }
    .style-two .service-content p {
        margin: 0 0 15px;
        transition: 0.5s;
        color: #000000;
    }
    .service-icon-thumb {
        position: relative;
    }
    .service-icon-thumb img{
        width: 15%;
        height: auto;
    }
    .style-two .service-content a {
        display: inline-block;
        transition: .5s;
        font-size: 19px;
        letter-spacing: -10px;
        color: #fff;
        font-weight: 600;
        font-family: "Rajdhani";
    }
    .style-two .service-content i {
        display: inline-block;
        color: #0B59DB;
        font-size: 22px;
        transition: 0.5s;
    }
    .style-two .single-services-box:hover:before {
        left: 0;
        width: 100%;
    }
    .style-two .single-services-box:hover .service-content a {
        letter-spacing: 0;
    }
    .style-two .single-services-box:hover .service-content p {
        color: #fff;
    }
    .style-two .single-services-box:hover .service-content h4, .service-content p {
        color: #fff;
    }
    .style-two .single-services-box:hover .service-icon-thumb img {
        filter: brightness(0) invert(1);
    }
    /* scraperdev detail start */
    .scraperdev-b {
        background-image: url(assets/images/scraperdev/scraper-bg.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 100px;
        padding-bottom: 100px;
    }
/* social icon sticky */
.cp-floating-action {
    position: fixed;
    bottom: 62px;
    right: 5px;
    z-index: 100;
    display: inline-block;
    background: #fff;
    box-shadow: rgb(161 198 245 / 4%) 0px 50px 100px -20px, rgb(0 152 227 / 37%) 0px 30px 60px -30px, rgb(139 181 223) 0px -2px 6px 0px inset;
    border-radius: 100px;
    padding: 8px 8px 0px 8px;
}
.cp-floating-btn {
    display: block;
    text-align: center;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #007bff3b;
    border-radius: 50%;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.cp-floating-btn:hover {
    background: var(--primary);
    color: #ffffff;
}
  @keyframes moveY {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }
  .cp-floating-action.cp-bg-move-y {
    animation: moveY 2s infinite;
  }

  #backToTopBtn {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 13px;
    z-index: 99;
    font-size: 18px;
    background-color: var(--primary);
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 18px;
    border-radius: 10px;
}
#backToTopBtn:hover{
    background-color: var(--secondary);
}
/* cta start */
.call-baner-sction {
    padding: 46px 25px;
    background-color: var(--primary);
    position: relative;
    background-image: url(assets/images/resource/cta-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 93%;
    right: -49px;
    border-radius: 40px;
    z-index: 1;
}
.call-baner-content h3 {
    color: #fff;
    font-size: 20px;
}
section.call-baner-sction {
    position: relative;
    margin-bottom: -87px;
}
.call-baner-sction .cb-center {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.call-baner-content h2 {
    color: #fff;
    margin-bottom: 10px;
}
.call-baner-content h3 {
    color: #fff;
}
.call-baner-sction .cb-btns {
    text-align: right;
}
.call-baner-sction .cb-btns a {
    margin-right: 15px;
}
/*New CSS*/
.align_right
{
    float: right;
}
.banner__area.banner__bg.slidertwo {
    background-position: center;
    background-size: cover;
    height: 84vh;
}
.slider-two_text.slider003 {
    right: 0;
}
.feature-box.style-four .feature-box-thumb img {
    width: 100%;
}
/* Services Section Five */
.services-section-five {
    position: relative;
    padding: 70px 0 50px;
    background-color: #eff2f5;
    background-repeat: no-repeat;
    background-position: right;
}
.services-section-five .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}
.service-block-five {
    position: relative;
}
.service-block-five .inner-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service-block-five .inner-box .content-box {
    position: relative;
    padding: 30px;
    padding-left: 30px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    z-index: 9;
    min-height: 120px;
    border: 2px dotted var(--primary);
}
.service-block-five .inner-box:hover .content-box {
    border: none;
}
.service-block-five .inner-box .content-box:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: var(--primary);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
}
.service-block-five .inner-box:hover .content-box:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}
.service-block-five .inner-box:before {
    position: absolute;
    content: '';
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 20px;
    opacity: .3;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: var(--primary);
}
.service-block-five .inner-box:hover:before {
    bottom: -10px;
}
.service-block-five .inner-box:after {
    position: absolute;
    content: '';
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 10px;
    opacity: .5;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: var(--primary);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service-block-five .inner-box:hover:after {
    bottom: -5px;
}
.service-block-five p {
    padding-top: 10px;
    color: black;
}
.service-block-five .icon {
    position: relative;
    padding-bottom: 19px;
    font-size: 60px;
    padding-right: 20px;
    line-height: 60px;
    color: var(--secondary);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service-block-five .inner-box:hover p {
    color: white;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.style-two .service-block-five .icon {
    color: #0c2957;
}
.style-two .service-block-five .inner-box:hover .icon {
    color: #fff;
}
.service-block-five .inner-box:hover .icon {
    border-color: #4b65a4;
}
.service-block-five h4 {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: black;
}
.service-block-five h4{
    color: black; 
}
.service-block-five .inner-box:hover h4{
    color: #fff;
}
/* service detail start */
.pro-des .block-wrap {
    margin-top: 10px;
}
.block-wrap {
    padding: 15px;
    background-color: #ffffff;
    box-shadow: rgb(88 182 219 / 58%) 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: 1;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.property-features-wrap .block-content-wrap .list-3-cols li {
    border: none;
    display: block;
}
.block-content-wrap.feature01 ul li {
    width: 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;
}
/* breadcrumb new */
.banner1 {
    background-image: url(assets/images/resource/about-b.webp);
    background-position: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner3 {
    background-image: url(assets/images/resource/portfolio.webp);
    background-position: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner4 {
    background-image: url(assets/images/resource/inquiry-b.webp);
    background-position: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner5 {
    background-image: url(assets/images/product/product-b.png);
    background-position: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner6 {
    background-image: url(assets/images/scraperdev/service-b.png);
    background-position: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner7 {
    background-image: url(assets/images/blog/blog-b.webp);
    background-position: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner8 {
    background-image: url(assets/images/blog/blog.webp);
    background-position: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner9 {
    background-image: url(assets/images/resource/team-d-b.png);
    background-position: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner10 {
    background-image: url(assets/images/resource/team-b.jpg);
    background-position: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner11 {
    background-image: url(assets/images/case/bre-3.webp);
    background-position: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner12 {
    background-image: url(assets/images/case/case-b.webp);
    background-position: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner13 {
    background-image: url(assets/images/contact/contact-b.webp);
    background-position: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.dz-bnr-inr {
    background: var(--gradient-sec);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}
.dz-bnr-inr .container {
    display: table;
    height: 100%;
}
.page_title01 {
    text-align: left;
}
.dz-bnr-inr h1 {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: capitalize;
}
nav.breadcrumb-row {
    text-align: left;
    margin-top: -26px;
    z-index: 9;
    position: relative;
}
.breadcrumb-row ul {
    display: inline-block;
    margin-bottom: 0;
    background: var(--primary);
    color: #000;
    padding: 11px 23px;
    box-shadow: 0 0 4px 2px #ccc;
    border-radius: 50px;
}
.breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
}
.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
}
.breadcrumb-row ul li a {
    color: #fff;
    font-weight: 500;
}
.breadcrumb-row ul li.active {
    color: #fff;
    font-weight: 500;
}
.breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
}
i.demo-icon.icon-angle-double-right {
    color: #fff;
    margin-right: 3px;
}
.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
}

.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: -122px;
    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;
}

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

/* Basic styling for the overlay and popup */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none; /* Initially hidden */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.popup img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.popup button:hover {
    background: #0056b3;
}
.popup {
    position: relative;
    width: 500px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.popup .close-btn {
    position: absolute;
    top: 10px;
    right: 7px;
    width: 5%;
    height: 6%;
    background-color: #b0c0ed;
    border: none;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.popup button {
    padding: 0px 0px;
    background: #007BFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.popup .close-btn:hover {
    background-color: #d3daef;
}

.popup .image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
}

.popup .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup h1 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}

.popup h1 span {
    color:var(--primary);
}

.popup form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup form input[type="text"],
.popup form input[type="email"] {
    width: 80%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.popup form label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}

.popup form input[type="checkbox"] {
    margin-right: 5px;
}

.popup form button {
    width: 80%;
    padding: 10px;
    background-color: var(--primary);
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.popup form button:hover {
    background-color: var(--secondary);
}

.popup:before {
    position: absolute;
    content: "";
    background-image: url(assets/images/shape/3.webp);
    height: 163px;
    width: 180px;
    top: 5%;
    left: 0;
    /* animation-name: rotate; */
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: contain;
    bottom: 0;
}
.popup{
    border: 1px double var(--primary);
}
/* 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: 18px;
    font-weight: 500;
}
.services-details .content-side .list {
    position: relative;
}
.services-details .content-side .list li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex
;
}
.services-details .content-side .list li i {
    margin-right: 8px;
    font-size: 15px;
}
.text-white {
    font-weight: 500;
}
.widget_categories_two {
    margin-bottom: 45px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 6px;
}
.widget_categories_two .categories-list li {
    position: relative;
    display: block;
    border: 1px solid #e1e5e9;
    margin-bottom: 10px;
    border-radius: 6px;
}
.widget_categories_two .categories-list li a {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: #1e1e2a;
    padding: 14px 0px 13px 42px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 6px;
}
.widget_categories_two .categories-list li a:before {
    position: absolute;
    content: "\f063";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 12px;
    color: #838d9e;
    left: 20px;
    top: 16px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    content: "\e809";
    font-family: "fontello";
    font-style: normal;
    color: var(--primary);
    margin-right: 10px;
}
.widget+.widget {
    margin-top: 50px;
}

.widget_contact {
    position: relative;
    padding: 50px 30px;
    border-radius: 6px;
    background-size: cover;
    text-align: center;
}
.text-left {
    text-align: left !important;
}
.widget_contact img {
    margin-bottom: 20px;
}
.widget_contact .phone-number {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 11px;
}
.widget_contact .phone-number a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.widget_contact .email {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}
.widget_contact .email a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.widget_categories_two .categories-list li a:hover {
    padding-left: 20px;
    color: #fff;
    background: var(--primary);
}
.widget_categories_two .categories-list li a:hover:before {
    opacity: 0;
}
.comment-respond {
    background-image: url(assets/images/scraperdev/pattern-1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 32px 40px 50px;
    margin-top: 20px;
    border-bottom: 3px solid var(--primary);
    border-top: 3px 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;
}
#slide .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;
}
/* team detail */
.team-details-area {
    background: url(assets/images/resource/team-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.team-details-area .team-member-title h4 {
    font-size: 36px;
    margin: 0;
}
.team-details-area p.desc1 {
    margin-top: 15px;
    margin-bottom: 20px;
}
.team-details-area .contact-info {
    background: #fff;
    padding: 29px 25px 27px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    gap: 11px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.team-details-area .contact-info-ico i {
    display: inline-block;
    color: #0c5adb;
    border: 2px solid #0c5adb;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    font-size: 22px;
    transition: 0.5s;
}
.team-details-area .contact-info-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 11px 0;
    transition: 0.5s;
}
.team-details-area .contact-info-content p {
    color: #0c59d7;
    font-weight: 700;
    margin: 0;
    padding: 0;
    transition: 0.5s;
}
.team-details-area .team-details-social-ico ul li {
    font-size: 22px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
    margin-top: 49px;
    display: inline-block;
}
.team-details-area .team-details-location-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}
.team-details-area .contact-info-icon i {
    display: inline-block;
    color: #0c5adb;
    border: 2px solid #0c5adb;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    font-size: 22px;
    transition: 0.5s;
}
.team-details-area .contact-info-content h4 {
    margin: 0;
    padding: 0 0 11px 0;
    transition: 0.5s;
}
.team-details-area .team-details-location-box .contact-info-content p {
    color: #0c59d7;
    font-weight: 700;
    margin: 0;
    padding: 0;
    transition: 0.5s;
}
.soci-i .info-list li {
    margin-right: 5px;
    display: inline-block;
}
.soci-i .info-list li a {
    border: 1px solid var(--primary);
}
i.ico1 {
    width: 26px;
    height: 26px;
    background-color: var(--primary);
    padding: 0px;
    border-radius: 30%;
    margin-top: 2px;
    margin-left: 3px;
    margin-bottom: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
}
i.ico1:hover {
    background-color: var(--secondary);
    color: #fff;
}
.social_media.soci-i {
    margin-top: 30px;
}
/* inquiry start */
.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;
}
.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: transparent;
    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: #f1f5f8;
    height: 56px;
}
.contact-form-section .contact-form .form-group textarea{
    border-color: var(--primary);
    background-color: #f1f5f8;
    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: transparent;
    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: 120px !important;
}
/* faqs */
.faq-item {
    margin-bottom: 15px;
    border: 1px solid #979191;
    padding: 15px;
    border-radius: 6px;
    padding-bottom: 0;
}
.faq-answer p {
    padding: 12px 6px;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-bottom: 15px;
}
.faq-question {
    cursor: pointer;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    background: var(--primary);
    padding: 10px 10px;
    margin: 0px;
    border-radius: 7px;
}
.toggle-sign {
    font-weight: bold;
    font-size: 20px;
}
.inner-style .faqs-thumb {
    display: inline-block;
    margin: 0 4px 0;
}
.inner-style .faqs-icon-box {
    display: flex;
    align-items: center;
    gap: 23px;
    margin: 33px 0 0;
}
.inner-style.faqs-area .section-title.left {
    margin-bottom: 40px;
}
.inner-style.faqs-area .section-title.left p {
    margin: 25px 78px 0 0;
}
.faqs-icon-content p{
    width: 83%;
}
.inner-style.faqs-area {
    background: #F3F8FC;
}
label {
    font-size: 20px;
}
/* product detail */
.why-choose-image{
    width: 31%;
    height: auto;
    position: absolute;
    right: 52px;
    bottom: 89px;
}
.section-full{
    position: relative;
}
.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#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;
}
/* News Section Two */

.news-section-two {
    position: relative;
    padding: 120px 0 40px;
    background-image: -moz-linear-gradient( -90deg, rgb(244,247,249) 0%, rgb(239,243,245) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(244,247,249) 0%, rgb(239,243,245) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(244,247,249) 0%, rgb(239,243,245) 100%);
}
.news-block-two {
    position: relative;
}
.news-block-two .inner-box1 {
    position: relative;
    margin-bottom: 30px;
}
.news-block-two .image img {
    border-radius: 6px;
    width: 100%;
}
.news-block-two .lower-content {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    margin-left: 11px;
    margin-right: 11px;
    margin-top: -50px;
    padding: 0 23px 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.news-block-two .lower-content:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
background-color: var(--primary);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
}
.news-block-two .inner-box1:hover .lower-content:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}
.news-block-two .category {
    position: relative;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 12px;
    padding: 3px 21px;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #292f43;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    line-height: 18px;
}
.news-block-two .post-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
}
.news-block-two .post-meta li {
    font-size: 15px;
    font-weight: 500;
    color: #808080;
    margin-right: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-block-two .inner-box1:hover .post-meta li {
    color: #d2ccda;
}
.news-block-two h4 {
    position: relative;
    color: #202020;
    margin-bottom: 20px;
    transition: .5s;
    padding-top: 20px;
    font-weight: 700;
}
.news-block-two h4 a {
    color: #202020;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-block-two .inner-box1:hover a {
    color: #fff;
}
.news-block-two .inner-box1:hover h4 {
    color: #fff;
}
.news-block-two .read-more-link {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    transition: .5s;
}
.news-block-two .read-more-link:hover {
    padding-left: 42px;
}
.news-block-two .read-more-link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 11px;
    height: 1px;
    width: 21px;
}
.news-block-two .read-more-link i {
    position: absolute;
    left: 21px;
    top: -1px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-block-two .read-more-link:hover i {
    opacity: 1;
}
.news-block-two {
    position: relative;
}
.news-block-two .inner-box1 {
    position: relative;
    margin-bottom: 30px;
}
/* we served start */
.tp-feature-3-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tp-feature-3-item {
    background-color: #fff;
    padding: 35px 29px 30px 21px;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    box-shadow: 0px 4px 40px 0px rgba(23, 19, 4, 0.06);
    width: 210px;
}
.tp-feature-3-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: var(--primary);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tp-feature-3-item-icon {
    margin-bottom: 13px;
}
.tp-feature-3-item-icon i {
    font-size: 66px;
    color: var(--primary);
}
.tp-feature-3-item-title {
    font-size: 18px;
    transition: 0.3s;
}
.tp-feature-3-item-content span {
    -webkit-text-stroke: 1px rgba(15, 13, 29, 0.059);
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 150px;
    font-weight: 900;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    bottom: 35px;
    text-transform: uppercase;
}
.tp-feature-3-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient(90deg, rgb(60, 114, 252) 0%, rgb(38, 64, 141) 62%, rgb(15, 13, 29) 100%);
    box-shadow: 0px 4px 40px 0px rgba(23, 19, 4, 0.06);
    z-index: -1;
    transition: 0.4s;
    opacity: 0;
}
.tp-feature-3-item:hover::after {
    background-color: transparent;
    opacity: 1;
}
.tp-feature-3-item:hover .tp-feature-3-item-title {
    color: #fff;
}
.tp-feature-3-item:hover .tp-feature-3-item-icon i {
    color: #fff;
}
.tp-feature-3-item-icon img{
    background-color: #fff;
    color: #fff;
}

/* besst place of work start */
.pelum-video-area {
    position: relative;
    background: url(assets/images/about/video-bg.jpg) no-repeat fixed 0 0 / cover;
    padding: 100px 0;
}
.pelum-video-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(8 21 40 / 81%) none repeat scroll 0 0;
}
.video-box {
    position: relative;
    z-index: 1;
    width: 85%;
    margin: 0 auto;
}
.video-inn {
    padding: 50px;
    background: #fff;
    border-radius: 50px;
    text-align: center;
}
.popup-youtube {
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    position: relative;
    background: #4777f4;
    color: #fff;
    border-radius: 50%;
    z-index: 1;
    margin-bottom: 35px;
}
.popup-youtube:before {
    content: '';
    width: 80px;
    height: 80px;
    background-color: rgba(71, 119, 244, 0.29);
    position: absolute;
    left: -5px;
    border-radius: 50%;
    top: -5px;
    z-index: -1;
}
.popup-youtube:after {
    content: '';
    width: 90px;
    height: 90px;
    background-color: rgba(58, 101, 214, 0.45);
    position: absolute;
    left: -10px;
    border-radius: 50%;
    top: -10px;
    z-index: -1;
}
.heading_overlay {
    display: inline-block;
    position: relative;
    height: 5px;
    border-radius: 30px;
    background-color: #4777f4;
    width: 90px;
    margin-top: 5px;
    margin-bottom: 18px;
    overflow: hidden;
}
.heading_overlay:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: #fff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
.video-box:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4777F4 none repeat scroll 0 0;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: -1;
    border-radius: 30px;
}
/* best work new */
.why-choose-four {
    position: relative;
    padding: 148px 0;
    background-color: var(--primary);
}
.why-choose-four__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    mix-blend-mode: multiply;
}
.why-choose-four__image {
    padding: 120px 61px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    top: 0;
    border-radius: 0px 1000px 1000px 0px;
}
@media (min-width: 992px) {
    .why-choose-four__image {
        padding: 0;
        width: calc(50% - 15px);
        height: calc(100% - 240px);
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}
.why-choose-four__author {
    padding: 30px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    background-color: #fff;
    border-radius: 57px;
}
@media (max-width: 1599px) {
    .why-choose-four__right-image {
        max-width: 200px;
    }
}

@media (max-width: 1799px) {
    .why-choose-four__right-image {
        max-width: 300px;
    }
}
.why-choose-four__right-image {
    width: 24%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -79px;
    animation: rightToLeft 2500ms linear infinite;
}
/* what we do start */
.p-relative {
    position: relative;
}
.tp-feature-item {
    background-color: #fff;
    position: relative;
    padding: 35px 40px 32px 40px;
    overflow: hidden;
    transition: 0.5s;
    box-shadow: 0px 2px 20px 0px rgba(23, 19, 4, 0.04);
}
.tp-feature-icon {
    font-size: 45px;
    color: var(--primary);
    line-height: 1;
    position: absolute;
    right: 30px;
    top: 22px;
    z-index: 1;
    transition: 0.3s;
}
.tp-feature-icon::before {
    position: absolute;
    content: "";
    /* right: -160%; */
    top: -160%;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background-image: linear-gradient(0deg, rgb(60, 114, 252) 0%, rgb(38, 64, 141) 57%, rgb(15, 13, 29) 100%);
    opacity: 0.06;
    z-index: -1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tp-feature-content-title {
    font-weight: 700;
    color:#000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 16px;
}
i.demo-icon.icon-youtube-play {
    font-size: 30px;
}
.tp-feature-shape-two {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.tp-feature-item:hover .tp-feature-icon::before {
    opacity: 1;
}
.tp-feature-item:hover {
    background-color: #0f0d1d;
    transform: translateY(-20px);
}
.tp-feature-item:hover .tp-feature-content p {
    color: rgba(255, 255, 255, 0.75);
}
.tp-feature-item:hover .tp-feature-content-title {
    color: #fff;
}
.tp-feature-item:hover .tp-feature-shape-two {
    opacity: 1;
    visibility: visible;
}
/* portfolio start*/
.box-large-image__wrap {
    position: relative;
    display: -webkit-box;
}
.box-large-image__box {
    box-shadow: 0 0 3px 1px #2e62af;
    border-radius: 0 0 10px 10px;
}
.box-large-image__midea .images-midea img {
    width: 100%;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}
.images-midea img {
    height: auto;
}
.box-large-image__box .button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 3;
}
.box-large-image__box .button-wrapper .btn {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    border-radius: 50%;
}
.box-large-image__box .button-wrapper .btn {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    border-radius: 50%;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn.tm-button a {
    padding: 9px 22px;
}

.btn a, input.btn {
    display: block;
    text-decoration: none;
    text-align: center;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    transition: all .35s;
    background-color: var(--primary);
    padding: 6px 20px;
    border-radius: 5px;
    font-weight: 600;
}
.btn a:before {
    opacity: .5;
}
.btn a:before {
    background: #000 !important;
}
.btn a:after {
    transition-delay: .2s;
}
.portfolio_titile {
    width: 100%;
    float: left;
    background-color: var(--primary);
    min-height: 50px;
    border-radius: 0 0 10px 10px;
}
.portfolio_titile h1 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-left: 10px;
    margin-top: 15px;
    text-align: center;
}
.box-large-image__wrap:hover .images-midea img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    overflow: hidden;
}
.box-large-image__midea {
    position: relative;
    overflow: hidden;
}
.btn a:hover:after, .btn a:hover:before {
    top: 0;
}

.btn a:after {
    transition-delay: .2s;
}
.box-large-image__wrap:hover .button-wrapper .btn {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
/* our infrastructure start */
.about-section {
    position: relative;
}
.about-section .image_block_1 .image-box {
    margin-right: -57px;
}
.image_block_1 .image-box {
    position: relative;
    display: block;
}
.image_block_1 .image-box .shape .shape-1 {
    position: absolute;
    right: 200px;
    bottom: -10px;
    width: 153px;
    height: 162px;
    background-repeat: no-repeat;
}
.image_block_1 .image-box .shape .shape-2 {
    position: absolute;
    left: 10px;
    top: 70px;
    width: 211px;
    height: 211px;
    background-repeat: no-repeat;
}
.image_block_1 .image-box .shape .shape-4 {
    position: absolute;
    left: 374px;
    top: 70px;
    width: 211px;
    height: 211px;
    background-repeat: no-repeat;
}
.image_block_1 .image-box .image {
    position: relative;
    display: block;
}
.rotate {
    width: 100px;
    height: 100px;
    animation: rotate 36s linear infinite;
}
.content_block_1 .content-box .sec-title {
    margin-bottom: 20px;
}
.content_block_1 .content-box .bold-text {
    margin-bottom: 31px;
}
.content_block_1 .content-box .list-style-one {
    margin-bottom: 46px;
}
i.demo-icon.icon-right-circle {
    margin-right: 10px;
    color: var(--primary);
}
.para-ab {
    width: 50%;
    float: left;
}
.feature-content {
    margin-top: 15px;
}
.why-choose-four-image{
    width: 15%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -12px;
}
/* ---------------------------------- Home Page 2 ---------------------------------- */
/* about us page 2 */
.about-style-two .image_block_8 .image-box {
    margin-right: 50px;
}

.image_block_8 .image-box {
    position: relative;
    display: block;
    padding: 70px 250px 125px 0px;
}
.image_block_8 .image-box .shape .shape-1 {
    position: absolute;
    left: -65px;
    top: -30px;
    width: 211px;
    height: 211px;
    background-repeat: no-repeat;
}
.image_block_8 .image-box .shape .shape-2 {
    position: absolute;
    top: 145px;
    right: 140px;
    width: 153px;
    height: 162px;
    background-repeat: no-repeat;
}
.image_block_8 .image-box .shape .shape-3 {
    position: absolute;
    left: 95px;
    bottom: 85px;
    width: 153px;
    height: 162px;
    background-repeat: no-repeat;
    opacity: 1;
}
.image_block_8 .image-box .image-1 {
    position: relative;
}
.image_block_8 .image-box .image {
    border-radius: 20px;
    box-shadow: 0 20px 50px #dfe3e3;
}
figure {
    margin: 0px;
}
.image_block_8 .image-box .image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.image_block_8 .image-box .image-2 {
    position: absolute;
    top: 0px;
    right: 0px;
}
.image_block_8 .image-box .image {
    border-radius: 20px;
    box-shadow: 0 20px 50px #dfe3e3;
}
.image_block_8 .image-box .image-3 {
    position: absolute;
    left: 200px;
    bottom: 0px;
    background: #fff;
    padding: 10px;
}
.image_block_8 .image-box .image {
    border-radius: 20px;
    box-shadow: 0 20px 50px #dfe3e3;
}
.content_block_1 .content-box {
    position: relative;
    display: block;
}
.content_block_1 .content-box .sec-title {
    margin-bottom: 20px;
}
.sec-title {
    position: relative;
    display: block;
    margin-bottom: 60px;
}
.content_block_1 .content-box .bold-text {
    margin-bottom: 15px;
}
.content_block_1 .content-box .text p {
    line-height: 30px;
    margin-bottom: 15px;
}
.content_block_1 .content-box .list-style-one {
    margin-bottom: 46px;
}

.list-style-one {
    position: relative;
    display: block;
}
.list-style-one li {
    position: relative;
    display: block;
    margin-bottom: 12px;
}
.sec-pad{
    background-image: url(assets/images/about/backgrond-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 25px;
}

/* services start page 2 */
.service-style01 {
    -webkit-transition: all 0.6s ease 0s; /* Increased transition duration */
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    position: relative;
    z-index: 3;
    margin-bottom: 120px;
}

.service-style01 .services-content {
    -webkit-transition: all 0.6s ease 0s; /* Increased transition duration */
    transition: all 0.6s ease 0s;
    background: transparent;
    position: absolute;
    z-index: 3;
    bottom: -90px;
    left: 0;
    right: 0;
    margin-left: 30px;
    margin-right: 55px;
    border-radius: 10px;
}

.service-style01:hover .services-content {
    bottom: -114px;
    background: var(--primary);
}
.h5 a, .h6 a {
    font-weight: 600;
    color: #000;
}
.service-style01 .service-text {
    -webkit-transition: all 0.6s ease 0s; /* Increased transition duration */
    transition: all 0.6s ease 0s;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    border-radius: 10px;
    margin: 0 0 23px 0;
}

.service-style01:hover .service-text {
    background: transparent;
    box-shadow: none;
    margin-bottom: 0;
}

.service-style01 p {
    -webkit-transition: all 0.6s ease 0s; /* Increased transition duration */
    transition: all 0.6s ease 0s;
    color: #fff;
    text-align: left;
    display: none;
    border-top: 1px solid #fff;
    padding: 20px;
}

.service-style01:hover p {
    display: block;
}

.service-style01 .service-btn {
    -webkit-transition: all 0.6s ease 0s; /* Increased transition duration */
    transition: all 0.6s ease 0s;
    color: #000;
    font-weight: 700;
    display: block;
}

.service-style01:hover .service-btn {
    color: #ffffff;
    background: #0c285b47;
    padding: 16px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.service-style01:hover .service-text a {
    color: #fff;
}

/* fun fact page 2 start */
.funback {
    background-image: url(assets/images/service/explore-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #004fd1;
}
.text-white {
    --bs-text-opacity: 1;
    color: #fff, #fff !important;
}
/* fun fact page 2 end */
/* work process start */
.bd-work__item {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    margin-bottom: 30px;
    text-align: center;
    padding: 40px 20px 38px 20px;
}
.bd-hover-top {
    z-index: 1;
    position: relative;
}
.bd-hover-top::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: var(--primary);
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transform: 0.5s;
    -moz-transform: 0.5s;
    -ms-transform: 0.5s;
    transform: 0.5s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.bd-work__step {
    background: #fff;
    text-align: center;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    display: inline-block;
    border-radius: 6px;
    padding: 19px 25px 21px 25px;
    position: relative;
    margin-bottom: 42px;
    position: absolute;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
    width: 110px;
    height: 110px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bd-work__step::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    right: 0;
    text-align: center;
    margin: auto;
}
.bd-work__step h2 {
    font-size: 50px;
    color: var(--primary);
    font-family: "Handlee", cursive;
    line-height: 1;
    margin-bottom: 0;
}
.bd-work__step span {
    line-height: 1;
    display: block;
}
.bd-work__icon {
    position: absolute;
    top: 40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    background: #fff;
    padding: 21px 7px;
    border-radius: 6px;
    left: 50%;
    width: 110px;
    height: 110px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bd-work__icon::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    right: 0;
    text-align: center;
    margin: auto;
}
.bd-work__icon img {
    width: 60%;
}
.bd-work__text {
    margin-top: 150px;
}
.bd-work__text p {
    font-size: 16px;
    margin-bottom: 8px;
}
.bd-work__item-wrapper .row .col-xl-3:nth-child(even) {
    margin-top: 50px;
}
.bd-work__80 {
    margin-top: -80px;
    background-repeat: no-repeat;
    background-position: center center;
}
.white-bg-2 {
    background: #f6f6f6;
}
.bd-work__80{
    background-image: url(assets/images/resource/paper-line.png);
    background-repeat: no-repeat;
    padding-bottom: 9px;
    background-position: center;
    padding-top: 141px;
}
.bd-hover-top:hover::before {
    height: 100%;
}
.bd-work__item:hover .bd-work__icon {
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.bd-work__item:hover .bd-work__step {
    transform: translateX(-140%);
    opacity: 0;
    visibility: hidden;
}
i.work-i {
    font-size: 57px;
    color: var(--primary);
}
.bd-work__item:hover p, .bd-work__item:hover h3 {
    color: #fff;
}
.bd-work__item:hover h3 {
    color: #fff;
}
.offer-one {
    position: relative;
    z-index: 1;
    padding-top: 58px;
    padding-bottom: 36px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--primary);
}
.offer-one .container {
    position: relative;
    z-index: 1;
}
.offer-one__inner-img-box {
    position: relative;
    width: 100%;
    max-width: 467px;
    margin-left: auto;
    z-index: 1;
}

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

@keyframes moveX {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}
/* Apply the animation to offer-one__img-one */
.offer-one__img-one {
    animation: moveX 3s ease-in-out infinite; /* Duration of 3 seconds, infinite loop */
    display: inline-block; /* Ensure proper element rendering */
}
.offer-one__img-two {
    animation: moveY 2s ease-in-out infinite; /* Apply animation */
    display: inline-block; /* Ensure proper behavior for images */
    transition: all 0.3s ease-in-out; /* Smooth transitions for other states */
}
/* work process end */
/* blog page 2 start */
.blog-four__card {
    position: relative;
    background-color: #fff;
}
.blog-four__card__image-link {
    min-height: 422px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.blog-four__card__date {
    padding: 0;
    position: absolute;
    top: 30px;
    left: 30px;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 700;
    min-width: 55px;
    min-height: 51px;
    background-color:#fff;
    border-radius: 5px;
    z-index: 2;
}
.blog-four__card__date__day {
    padding: 4.5px 6px 4.5px;
    width: 100%;
    display: block;
    color: #fff;
    background-color: var(--primary);
    border-radius: 5px;
}
.blog-four__card__date__month {
    padding: 4.5px 6px 4.5px;
    width: 100%;
    display: block;
    color: var(--secondary);
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}
.blog-four__card__overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    z-index: 1;
    /* background-color: #0c5adbb3; */
    transition: all 0.5s ease;
    border-radius: 30px;
}
.blog-four__card__plus {
    margin-top: -100px;
    font-size: 20px;
    color: #fff;
    display: inline-flex;
    opacity: 0;
    transition: opacity 500ms ease;
}
.blog-four__card__content {
    padding: 26px 30px 26px;
    position: absolute;
    right: 0;
    bottom: 30px;
    width: calc(100% - 30px);
    background-color:#fff;
    border-radius: 30px 0 0 30px;
    z-index: 2;
}
.blog-four__card__title {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.03em;
    line-height: 1.2;
    text-transform: capitalize;
}
.blog-four__card__title::before {
    content: "";
    width: 5px;
    height: calc(100% - 8px);
    background-color: var(--primary);
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}
.blog-four__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}
.blog-four__card:hover .blog-four__card__overlay {
    top: 0;
    height: 100%;
}
.blog-four__card:hover .blog-four__card__plus {
    opacity: 1;
}
.banner__area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/* .blog-four__card__overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(12, 90, 219, 0.7);
    transition: all 0.5s ease;
    border-radius: 30px;
} */

.blog-four__card__plus {
    margin-top: -100%;
    font-size: 24px;
    color: #fff;
    background-color: #0c5adb;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease;
}

.blog-four__card:hover .blog-four__card__plus {
    margin-top: 0;
    opacity: 1;
}

/* blog page 2 end */
/* fun fact new start */
.theme-bg {
    background: var(--primary);
}
.pt-75 {
    padding-top: 75px;
    padding-bottom: 0;
}
.bd-counter__title {
    color: #fff;
    margin-bottom: 7px;
    line-height: 1;
    margin-top: -2px;
}
.bd-counter__plus {
    font-size: 38px;
}
.bd-counter__text {
    font-size: 22px;
    color: #fff;
    display: block;
    margin-bottom: 33px;
}
.bd-counter__icon {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    box-shadow: rgb(0 112 255 / 47%) 0px 5px 15px;
    margin: 0 auto -50px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 2;
    position: relative;
    color: var(--primary);
    padding-top: 34px;
    font-size: 40px;
}
.bd-counter__icon i{
    font-size: 60px;
}


/* testimonial page 2*/
.style-three1{
    padding-bottom: 70px;
}
.testimonials-card-two {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 72px;
    min-height: 369px;
    background-image: url(assets/images/resource/download.png);
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 12, 1.05));
    /* display: flex
; */
    flex-direction: column;
    justify-content: space-between;
}

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

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

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

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

.testimonials-card-two__meta__designation {
    font-size: 16px;
    color: #000;
}

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

/*==========Banner CSS Start==========*/
.main-banner {
    position: relative;
    background-color: #051136;
}
@media screen and (max-width: 1399px) {
    .banner-slider-img {
        right: -245px;
    }
}
.main-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(assets/images/slider/banner-line.png);
    background-repeat: repeat-y;
    pointer-events: none;
    background-size: 100%;
    z-index: 3;
    -webkit-animation: 20s bgMove infinite linear;
    -moz-animation: 20s bgMove infinite linear;
    -o-animation: 20s bgMove infinite linear;
    -ms-animation: 20s bgMove infinite linear;
    animation: 20s bgMove infinite linear;
}

@-webkit-keyframes bgMove {
    100% {
      background-position: 0px -3000px; }
    }
  @-moz-keyframes bgMove {
    100% {
      background-position: 0px -3000px; }
    }
  @-o-keyframes bgMove {
    100% {
      background-position: 0px -3000px; }
    }
  @-ms-keyframes bgMove {
    100% {
      background-position: 0px -3000px; }
    }
  @keyframes bgMove {
    100% {
      background-position: 0px -3000px; }
    }

.banner-content {
    padding-top: 92px;
    padding-bottom: 75px;
    padding-left: 40px;
}

.banner-content .h1-title {
    margin-top: 20px;
}

.banner-content p {
    color: #fff;
    margin-top: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 9999;
}
.h2-subtitle, .h1-title{
    color: #fff;
}
.banner-slider-img {
    display: block;
    position: absolute;
    top: -233px;
    right: -659px;
    z-index: 2;
}

.banner-slider-bg-img {
    display: block;
    position: absolute;
    top: -233px;
    right: -661px;
    z-index: 1;
}

.mob-banner-slider {
    display: none;
}

.banner-aliment {
    position: absolute;
    left: -439px;
    top: -1%;
}

.main-banner .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.main-banner .slick-dots {
    bottom: 30px;
}

.banner-years {
    width: 180px;
    height: 180px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 100%;
    border: 5px solid var(--primary);
    right: 85%;
    bottom: 183px;
    z-index: 5;
}

.banner-years {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-years-content {
    text-align: center;
}

.banner-years-content .h2-title {
    font-size: 50px;
    color: var(--primary);
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
}

.banner-years-content p {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
/*==========Banner CSS End==========*/

.banner__img2  {
    display: block;
    position: absolute;
    top: -253px;
    right: -264px;
    z-index: 2;
}
.shape-bg:before {
    position: absolute;
    content: "";
    background-image: url(assets/images/slider/pattern-4.png);
    background-repeat: no-repeat;
    height: 257px;
    width: 292px;
    left: 0;
    /* animation-name: rotate; */
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: contain;
    bottom: 0;
}
.banner-befo:before {
    position: absolute;
    content: "";
    background-image: url(assets/images/slider/effect-1.webp);
    background-repeat: no-repeat;
    height: 257px;
    width: 292px;
    left: -50px;
    top: -128px;
    /* animation-name: rotate; */
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: contain;
    bottom: 0;
}
.img-befo:before {
    position: absolute;
    content: "";
    background-image: url(assets/images/slider/b-3-shape.png);
    background-repeat: no-repeat;
    height: 257px;
    width: 292px;
    left: -49px;
    top: 145px;
    animation-name: rotate;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: contain;
    bottom: 0;
}
.banner__content .title2 {
    font-size: 56px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #fff;
}
.slider-d {
    padding: 90px 0px;
}


/* testi */
.testimonials-card-two:before {
    position: absolute;
    content: "";
    background-image: url(assets/images/testimonials/quote.png);
    background-repeat: no-repeat;
    height: 222px;
    width: 64px;
    left: 55px;
    top: 316px;
    /* animation-name: rotate; */
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: contain;
    bottom: 0px;
}