    :root {
        --body-font: 'Nunito', sans-serif;
        --txt-success: #30AD1C;
        --txt-primary: #1778be;
        --header-font-bold: 'cera_probold';
        --header-font-medium: 'cera_promedium';
        --orange-clr: #FF8D54;
        --txt-light: #6D7783;
        --text-large: 1.125rem;
        --border-rounded: 10px;
        --primary-bg: #1778BE;
    }
    
    @font-face {
        font-family: 'cera_promedium';
        src: url('../fonts/cera_pro_medium-webfont.woff2') format('woff2'),
            url('../fonts/cera_pro_medium-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'cera_probold';
        src: url('../fonts/cera_pro_bold-webfont.woff2') format('woff2'),
            url('../fonts/cera_pro_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    
    body {
        font-family: var(--body-font);
        color: #333333;
        overflow-x: hidden;
    }
    
    a {
        text-decoration: none;
    }
    
    .text-large {
        font-size: var(--text-large);
    }
    
    .section-padding-top {
        padding-top: 60px;
    }
    
    .section-padding-bottom {
        padding-bottom: 60px;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .sub__title__clr {
        color: #1E1E1E;
    }
    
    .light__bg {
        background-color: #F6F9FF;
    }
    
    .primary-bg {
        background-color: var(--primary-bg);
    }
    
    
    .txt-success {
        color: var(--txt-success) !important;
    }
    
    .txt__clr {
        color: #2A2A2A;
    
    }
    
    .txt-black {
        color: #000;
    }
    
    .text-light {
        color: var(--txt-light) !important;
    }
    
    .text-highlight {
        color: var(--orange-clr) !important;
    }
    
    .section__header span {
        color: var(--txt-primary);
    }
    
    h1,
    .h1 {
        font-size: 3.125rem;
    }
    
    body h2,
    body .h2 {
        font-size: 2.25rem;
    }
    
    h3,
    .h3 h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
    
        font-family: var(--header-font-medium);
    
    }
    
    h5.text-white.sub__title__clr {
        font-weight: normal;
    }
    
    h1,
    h2 {
        font-family: var(--header-font-bold) !important;
    
    }
    
    .img-cover {
        object-fit: cover;
    }
    
    input:focus {
        outline: none !important;
        box-shadow: none !important;
    }
    
    .google-partner {
        width: 70px;
        order: 2;
    }
    .semrush-logo {
        width: 70px;
        order: 2;
    }
    
    
    .section__btn, .assistance-form .btn-primary, button.btn-primary{
        position: relative;
        /*background: var(--txt-success) !important;*/
        background: var(--primary-bg);
        color: #fff;
        text-decoration: none;
        padding: 10px 30px !important;
        font-size: 1.125rem;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        display: inline-block;
        text-align: center;
        min-width: 160px;
        transition: all 0.2s linear;
        border: 0px;
    }
    
    .section__btn:hover, .assistance-form .btn-primary:hover, button.btn-primary:hover{
       background-color: var(--orange-clr) !important;
       box-shadow: 6px 8px 1px rgba(0, 0, 0, 1);
    }
    
    .section__btn:hover, button.btn-primary:hover{
        color: #fff !important;
    }
    
    .section__btn__white__shadow:hover{
        box-shadow: 6px 8px 1px rgba(0, 0, 0, 1) !important;
    }
    
    
    
    /* .section__btn::before,  .assistance-form .btn-primary::before, button.btn-primary::before{
        content: "";
        position: absolute;
        top: -10px;
        left: 5px;
        width: calc(100% + 5px);
        height: calc(100% + 20px);
        border: 2px solid #30AD1C;
        transition: all .3s linear;
    } */
    
    /* .section__btn:hover::before, .assistance-form .btn-primary:hover::before, button.btn-primary:hover::before{
        left: -10px;
        border-color: var(--orange-clr) !important;
    } */
    
    .radius-rounded {
        border-radius: var(--border-rounded);
    }
    
    
    
    
    /* HEADER CSS START */
    
    a.navbar-brand img {
        max-width: 130px;
    }
    
    .header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 5;
    }
    
    .topbar {
        padding: 5px 0px;
        transition: .5s all linear;
        background-color: var(--txt-primary) !important;
    }
    
    .topbar.header-transparent {
        background-color: transparent;
    }
    
    .topbar__list {
        padding-left: 0px;
        list-style: none;
    }
    
    .topbar__list li a {
        background-color: #fff;
        width: 23px;
        height: 23px;
        text-align: center;
        line-height: 23px;
    }
    
    .contact_details li a {
        background-color: transparent;
        width: auto;
        height: auto;
    }
    
    .contact_details li i {
        font-size: 23px;
        color: #fff;
    }
    
    .contact_details .email-icon {
        font-size: 20px;
    }
    
    .contact_details li:not(:last-child) {
        padding-right: 30px;
    }
    
    .dark-blue-color {
        color: #002058;
    }
    
    .blue-color {
        color: #1778BE;
    }
    
    
    .header .navbar{
        /* box-shadow: 0 9px 20px 0 rgba(0 0 0/9%); */
        z-index: 1;
        background-color: #fff;
        border-bottom: 1px solid #eee;
    }
    
    
    .header .navbar-nav > .nav-item {
        padding-right: 40px;
    }
    
    .header .nav-link {
        color: #000;
    }
    
    .header .navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 0;
    }
    
    .header .navbar .navbar-nav .nav-link i {
        font-size: 12px;
    }
    
    .header .navbar .navbar-nav .nav-link.active,
    .header .navbar .navbar-nav .nav-link:hover {
        color: var(--txt-success);
    }
    
    .header .dropdown-item {
        font-size: 1.125rem;
    }
    
    .header #navbarDropdown i {
        padding-left: 10px;
    }
    
    .header .dropdown-menu {
        min-width: 40rem;
    }
    
    .header .dropdown__content {
        font-family: var(--segoe-nrml);
        font-weight: 500;
        color: #707070;
    }

    .header .dropdown-menu.columns-3 {
        min-width: 600px;
    }
    .header .multi-column-dropdown li:last-child a {
        border-bottom: 1px solid transparent;
    }
    .header .dropdown-menu li a {
        margin: 0px 15px;
        font-weight: 300;
        -moz-border-bottom: 1px solid rgba(112, 112, 112, 15%);
        -webkit-border-bottom: 1px solid rgba(112, 112, 112, 15%);
        border-bottom: 1px solid rgba(112, 112, 112, 15%);
        padding: 10px 0;
    }
    
    .header .multi-column-dropdown {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    
    .header .multi-column-dropdown li a {
        display: block;
        line-height: 17px;
        font-size: 14px;
        color: #666363;
        font-family: var(--body-font);
        text-decoration: none;
    
    }
    
    .header .multi-column-dropdown li a:hover {
        text-decoration: none;
        background: #fff;
        border-bottom: 1px solid var(--txt-primary);
        color: var(--txt-primary);
    }
    
    .header .dropdown-menu[data-bs-popper] {
        top: 100%;
        right: 0;
        left: 0;
    }
    
    .header .dropdown {
        position: inherit;
    }
    
    .header .dropdown-icon {
        padding: 10px 0 10px 15px;
        background-color: #E1F2FF;
    }
    
    .header .dropdown-icon .dropdown-img {
        padding-right: 10px;
    }
    
    .header .dropdown-img img {
        width: 40px;
        height: 40px;
    }
    
    .header .dropdown-menu {
        border: 0;
        box-shadow: 0 16px 18px rgba(0, 0, 0, 18%);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    
    }
    
    .header .section__btn {
      padding: 8px;
      border: 2px solid var(--primary-bg);
      background-color: #fff !important;
      color: var(--primary-bg);
      max-width: 150px;
    }
    
    .header .section__btn:hover{
        box-shadow: none !important;
        /* max-width: 150px; */
        background-color: var(--primary-bg) !important;
        color: #fff;
    }
	
	/* New Megamenu css start */
	
	.mega_menu {
		background: transparent !important;
		padding: 0px;
		border-bottom-left-radius: 20px !important;
		border-bottom-right-radius: 20px !important;
	}
	.mega_menu div#v-pills-tab , .mega_menu div#v-pills-tabContent {
		height: 100%;
	}
	.mega_menu div#v-pills-tab {
		padding-top: 40px !important;
		padding-bottom: 30px !important;
		background: #1778BE !important;
		border-bottom-left-radius: 20px;
	}
	.mega_menu div#v-pills-tabContent {
		background: #F6FAFF !important;
		border-bottom-right-radius: 20px;
		padding-bottom: 65px !important;
		position: relative;
		overflow: hidden;
	}
	.mega_menu .tab-content > .active , .mega_menu .tab-content .row{
		height: 100%;
	}
	.mega_menu .mega-tab {
		padding: 12px;
		margin-left: 30px;
	}
	.mega_menu ul li a {
		padding: 12px 20px !important;
	}
	.mega_menu .nav-pills .nav-link {
		color: #fff !important;
		background: #1778BE !important;
		border-radius: 0px !important;
	}
	.mega_menu .nav-pills .nav-link.active {
		color: #222A41 !important;
		background: #F6FAFF !important;
	}
	/* .mega_menu .nav-pills .nav-link:last-child { 
		 border-bottom-left-radius: 20px !important; 
	} */
	.mega_menu .mega-tab {
		display: flex;
		align-items: flex-start;;
	}
	.mega_menu .mega-icon {
		width: 25px;
		height: 25px;
		margin-right: 15px;
	}
	.mega_menu .mega-icon img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.mega_menu .nav-pills .nav-link.active .mega-icon img {
		filter: invert(1);
	}
	.mega_menu .mega-service {
		width: calc(100% - 40px);
		text-align: left;
	}
	.mega_menu span.mega-service-heading {
		font-weight: 600;
	}
	.mega_menu .mega-service p {
		font-size: 14px;
		color: #6D7783;
		line-height: 20px;
		margin-top: 4px;
		display: none;
	}
	.mega_menu .nav-pills .nav-link.active .mega-service p {
		display: block;
	}
	.menu_link_box {
		width: 100%;
		height: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		border-right: 1px solid rgba(34, 42, 65, 0.15);
	}
	.mega_menu div#v-pills-tabContent .row .col-lg-4:last-child .menu_link_box {
		border: 0px;
		padding-left: 23px;
		padding-right: 35px;
	}
	.menu_link_box a.menu-link {
		display: inline-block;
		font-size: 16px !important;
		color: #222A41;
		font-weight: 600 !important;
		border: 0px !important;
		margin: 0px !important;
		width: 100%;
		position: relative;
		transition: all .3s linear;
	}
	.menu_link_box a.menu-link:before {
		position: absolute;
		content: "";
		top: 50%;
		left: 0%;
		width: 7px;
		height: 12px;
		background: url(../images/mega-images/link-side-arrow.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		transform: translateY(-50%);
		opacity: 0;
		transition: all .3s cubic-bezier(0, 0.62, 0.71, 1.13);
	}
	.menu_link_box a.menu-link:hover:before {
		left: 20px;
		opacity: 1;
	}
	.menu_link_box a.menu-link:hover {
		color: var(--orange-clr);
		background: rgba(255, 202, 176, 0.2);
		padding-left: 35px !important;
	}
	.menu_link_box a > span.mega-link-text {
		display: block;
		font-size: 14px;
		color: #6D7783;
		margin-top: 5px;
	}
	.menu_link_box ul li a.menu-bold-link {
		margin: 0px;
	}
	.mega_menu .menu-contact-block > span {
		font-size: 12px;
		text-transform: uppercase;
		color: #222A41;
		font-weight: 500;
		display: block;
		margin-bottom: 8px;
	}
	.menu-contact-img {
		width: 100%;
		height: 110px;
	}
	.menu-contact-img img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: left;
	}
	.mega_menu .menu-contact-check-box {
		margin-top: 20px;
	}
	.mega_menu .menu-contact-check-box li {
		font-size: 14px;
		color: #222A41;
		font-weight: 500;
		padding-left: 20px;
		position: relative;
		margin-top: 10px;
	}	
	.mega_menu .menu-contact-check-box li:before {
		position: absolute;
		content: "";
		top: 2px;
		left: 0;
		width: 16px;
		height: 16px;
		background: url(../images/mega-images/mega-check-img.svg);
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 8px;
	}	
	.mega_menu a.menu-bold-link {
		font-size: 14px;
		font-weight: 700 !important;
		color: #222A41;
		display: inline-flex;
		align-items: center;
		margin-top: 10px;
		border: 0px !important;
		transition: all .2s linear;
	}
	.mega_menu a.menu-bold-link svg {
		margin-left: 5px;
		transition: all .2s linear;
	}
	.menu_link_box a.menu-bold-link:hover {
		color: var(--orange-clr);
	}
	.menu_link_box a.menu-bold-link:hover svg {
		margin-left: 10px;
	}
	.menu_link_box a.menu-bold-link:hover svg path {
		stroke: var(--orange-clr);
	}
	.mega_bottom_link {
		position: absolute;
		content: "";
		bottom: 0px;
		left: 0;
		width: 100%;
		padding: 20px;
		background: #F6FAFF ;
		border-top: 1px solid rgba(34, 42, 65, 0.15);
	}
	/* .mega_bottom_link p { 
		 text-transform: capitalize; 
	} */
	.mega_bottom_link p a.get_link {
		color: #30AD1C !important;
		font-weight: 600;
		padding-left: 5px;
		display: inline-flex !important;
		justify-content: center;
		align-items: center;
		transition: all .3s linear;
		text-transform: none;
	}
	.mega_bottom_link p a.get_link:hover {
		color: var(--orange-clr) !important;
	}
	.mega_bottom_link p a.get_link svg {
		transition: all .3s linear;
	}
	.mega_bottom_link p a.get_link:hover svg path {
		fill: var(--orange-clr);
	}
	.mega_bottom_link p a.get_link:hover svg {
		margin-left: 8px !important;
	}
	.megamenu-casestudy {
		width: 100%;
		height: 150px;
		overflow: hidden;
		padding: 0px 20px;
		border-radius: 5px;
	}
	.megamenu-casestudy img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 5px;
	}
	.megamenu-casestudy-p {
		padding: 0px 20px;
	}
	
	
	@media screen and (min-width: 1349px) {
		.mega_menu {
			width: 1320px;
			left: 50% !important;
			top: 100%;
			-moz-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
		}
	}
	
	@media screen and (max-width: 1200px) {
		.menu_link_box a.menu-link {			
			font-size: 14px !important;
			padding: 5px 20px !important;
		}
		.menu_link_box a.menu-link::before {			
			width: 6px;
			height: 10px;			
		}
		.menu_link_box {			
			padding-bottom: 50px;
		}
	}
	@media screen and (max-width: 991px) {
		.mega_menu , .mega_menu div#v-pills-tab , .mega_menu div#v-pills-tabContent{
			border-radius: 0px !important;
		}
		.mega_menu div#v-pills-tabContent .row .col-lg-4:nth-child(2) .menu_link_box {
			border: 0px;			
		}
	}
	@media screen and (max-width: 767px) {
		.mega_menu div#v-pills-tabContent .row .col-lg-4 .menu_link_box {
			border: 0px;			
		}
	}
	
	/* New Megamenu css end */
    
    
    /* HEADER CSS END */
    
    
    /* HERO SECTION CSS START */
    
    .hero-slider__items {
        background: url(../images/hero-slider.jpg);
        height: 640px;
        position: relative;
    }
    
    .hero-slider__items::after {
        position: absolute;
        top: 0;
        height: 100%;
        content: "";
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1778be+0,1b3f60+60&0.8+0,0.1+100 */
    background: -moz-linear-gradient(left,  rgba(23,120,190,0.8) 0%, rgba(27,63,96,0.38) 60%, rgba(27,63,96,0.1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(23,120,190,0.8) 0%,rgba(27,63,96,0.38) 60%,rgba(27,63,96,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(23,120,190,0.8) 0%,rgba(27,63,96,0.38) 60%,rgba(27,63,96,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1778be', endColorstr='#1a1b3f60',GradientType=1 ); /* IE6-9 */
    
        position: absolute;
        width: 100%;
        height: 100%;
    }
    
    .hero-slider .container {
        z-index: 1;
    }
    
    .hero-slider__items {
    
        height: 640px;
        position: relative;
    }
    
    .slide-one {
        background: url(../images/home-page/hero-slider.webp);
    }
    
    .slide-two {
        background: url(../images/home-page/slide-2.webp);
    }
    
    .slide-three {
        background: url(../images/home-page/slide-3.webp);
    }
    
    .hero-slider__items h1 {
        font-size: 3.125rem;
    }
    
    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0)
        }
    
        to {
            opacity: 1;
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }
    }
    
    @keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0)
        }
    
        to {
            opacity: 1;
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }
    }
    
    .hero-slider .owl-item.active h1, .hero-slider .owl-item.active .h1,
    .hero-slider .owl-item.active p,
    .hero-slider .owl-item.active .section__btn {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeInUp;
    }
    
    .hero-slider .owl-item.active h1, .hero-slider .owl-item.active .h1 {
        animation-delay: 0.3s;
    }
    
    .hero-slider .owl-item.active p {
        animation-delay: 0.8s;
    }
    
    .hero-slider .owl-item.active .section__btn {
        animation-delay: 1s;
    }
    
    .hero-slider .owl-nav button {
        width: 50px;
        height: 50px;
        background: #30ad1c !important;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all .2s linear;
    }
    
    .owl-next.disabled {
        opacity: 0.5;
    }
    
    .hero-slider .owl-nav button:hover {
        background-color: #1778be !important;
    }
    
    .hero-slider .owl-nav {
        max-width: 1250px;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    
    .hero-slider .owl-nav .owl-prev {
        left: -5px;
    }
    
    .hero-slider .owl-nav .owl-prev img {
        transform: rotate(180deg);
    }
    
    .hero-slider .owl-nav .owl-next {
        right: -5px;
    }
    
    
    .hero .section__btn{
        background: #faf9f6 !important;
        color: #222A41 !important;
        transition: background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out !important;
    }
    
    .hero .section__btn:hover{
        background:var(--orange-clr) !important;
        color: #fff !important;
        box-shadow: none !important;
    }
    
    
    .section__btn:focus{
        box-shadow: none !important;
    }
    
    
    /* HERO SECTION CSS END */
    
    /* QUANTITY SECTION CSS START */
    
    .section__header h2 {
        margin-bottom: 20px;
		text-transform: capitalize;
    }
    
    .section__descp p {
        color: #222A41;
        font-size: var(--text-large);
    }
    
    .section__descp > p:last-child {
        margin-bottom: 0px;
    }
    
    .negtive-m20 {
        margin-bottom: -20px;
    }
    .negtive-m30 {
        margin-bottom: -30px;
    }
    
    .bg-img {
        position: absolute;
        height: 400px;
    }
    
    .bg-image-one {
        top: 0;
        right: 0;
        width: 180px;
        object-fit: cover;
    }
    
    .bg-image-two {
        bottom: 0;
        left: 0;
        width: 90px;
    }
    
    .quality a {
        display: flex;
    }
    
    .quality__card {
        padding: 40px 20px;
        background-color: #fff;
        margin-bottom: 20px;
        border-radius: 10px;
        position: relative;
        min-height: 385px;
    }
    
    .quality__card:hover {
        box-shadow: 0 0 18px 0 rgba(34, 42, 65, 0.1);
    }
    
    .quality__img {
        width: 80px;
        position: relative;
        height: 80px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .quality__img .icon-shape {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .quality__img .quality-icon {
        position: relative;
    }
    
    .quality__img .hover-icon {
        display: none;
    }
    
    .quality__card:hover .quality__img .hover-icon {
        display: block;
        transform: scale(1.12);
        transition: all .10s cubic-bezier(.55,.09,.68,.53);
    }
    
    .quality__card:hover .quality__img .default-icon {
        display: none;
    }
    
    .quality__content h3.h5 {
        color: #222A41;
        margin: 20px 0px;
    }
    
    .quality__content p {
        font-weight: 200;
        font-size: 1rem;
        color: #6D7783;
        min-height: 120px;
        margin-bottom: 0px;
    }
    
    .quality__card .hover-arrow-icon {
      display: none;
    }
    
    
    .quality__card:hover .hover-arrow-icon {
      display: block !important;
    }
    .quality__card:hover .default-arrow-icon {
      display: none;
    }
    
    .quality__card .arrow-icon {
        margin: 0 auto;
    }
    
    /* QUANTITY SECTION CSS END */
    
    
    
    /* AWARD SECTION */
    
    .awards__logos img{
        transition: all .2s linear;
        margin: 0 20px;
        max-width: 200px;
    }
    
    .awards__logos img:hover{
        transform: scale(1.2);
    }
    
    
    /* PUBLISHED LOGO SECTION START */
    /*.published-logo {*/
    /*    padding: 40px 0px;*/
    /*}*/
    
    /*section.published-logo img {*/
    /*    max-width: 120px;*/
    /*    width: 100%;*/
    /*    margin: 0 auto;*/
    /*}*/
    
    /*section.published-logo .owl-carousel .owl-stage {*/
    /*    display: flex;*/
    /*}*/
    
    /*section.published-logo .owl-carousel .owl-stage .owl-item {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*}*/
    
    /* PUBLISHED LOGO SECTION END */
    
    
    
    /* PERFORMANCE SECTION CSS START */
    
    .performance__blk {
        padding: 30px;
        border: 1px solid rgb(112 112 112 / 14%);
        width: 100%;
    }
    
    .performance__blk:hover {
        border-color: transparent;
        box-shadow: 5px 7px 30px rgb(23 120 190 / 14%);
    }
    
    .performance__blk__content h5 {
        font-family: var(--header-font-bold) !important;
    }
    
    .services__blk__icon {
        display: inline-block;
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 70px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    
    /* LOGO TESTIMONIALS CSS START */
    
    .logo-testimonials .owl-carousel .owl-item,
    .logo-testimonials .owl-carousel .owl-stage {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .logo-testimonials .owl-carousel .item img {
        -webkit-filter: opacity(.5) grayscale(1);
        filter: opacity(.5) grayscale(1);
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }
    
    .logo-testimonials .owl-carousel .item img:hover {
        -webkit-filter: unset;
        filter: unset;
    }
    
    /* LOGO TESTIMONIALS CSS END */
    
    /* COUNTER SECTION CSS START */
    
    .green_gradient {
        background: linear-gradient(#81dc74, #30AD1C);
    }
    
    .green-border {
        border: 1px solid rgb(48 173 28 / 23%);
    }
    
    .purple_gradient {
        background: linear-gradient(#69529F, #463864);
    }
    
    .purple-border {
        border: 1px solid #4a3b6a3b;
    }
    
    .sky_blue_gradient {
        background: linear-gradient(#41EAE3, #2293B7);
    }
    
    .sky-blue-border {
        border: 1px solid rgb(34 147 183 / 23%);
    }
    
    .light_purple_gradient {
        background: linear-gradient(#A5A2F6, #564FD6);
    }
    
    .light-purple-border {
        border: 1px solid rgb(89 82 215 / 23%);
    }
    
    .dark_blue_gradient {
        background: linear-gradient(#4386D2, #0962C5);
    }
    
    .dark-blue-border {
        border: 1px solid rgb(14 101 198 / 23%);
    }
    
    .brown_gradient {
        background: linear-gradient(#FF8088, #984141);
    }
    
    .brown-border {
        border: 1px solid rgb(164 73 74 / 23%);
    }
    
    .green-shadow:hover {
        box-shadow: 0 0.8rem 1rem rgb(48 173 28 / 23%);
    }
    
    .sky-blue-shadow:hover {
        box-shadow: 0 0.8rem 1rem rgb(34 147 183 / 23%);
    }
    
    
    .purple-shadow:hover {
        box-shadow: 0 0.8rem 1rem #4a3b6a3b;
    }
    
    .dark-blue-shadow:hover {
        box-shadow: 0 0.8rem 1rem rgb(14 101 198 / 23%);
    }
    
    .light-purple-shadow:hover {
        box-shadow: 0 0.8rem 1rem rgb(89 82 215 / 23%);
    }
    
    .brown-shadow:hover {
        box-shadow: 0 0.8rem 1rem rgb(164 73 74 / 23%);
    }
    
    .orange_gradient {
        background: linear-gradient(#F5AF67, #DB6D00);
    }
    
    .pink_gradient {
        background: linear-gradient(#FF95A5, #FF62A3);
    }
    
    .blue_light_gradient {
        background: linear-gradient(#A4C1FB, #4AD4FF);
    }
    
    .yellow_orange_gradient {
        background: linear-gradient(145deg, #EBFF80, #F8816E);
    }
    
    .sky_blue_light_gradient {
        background: linear-gradient(#A8E4FF, #4AD4FF);
    }
    
    .counter__box {
        padding: 30px;
        box-shadow: 0 40px 40px rgba(197, 195, 249, 15%);
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        display: inline-block;
        width: 100%;
        border: 1px solid #f7f7f7b3;
        transition: all .2s linear;
        margin-bottom: 30px;
    }
    
    .counter__box:hover {
        background-color: #fff;
    }
    
    .counter__box p {
        padding-top: 20px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #4B647E;
    }
    
    .counter-k::after {
        content: 'K';
    }
    
    .counter-mud::after {
        content: '%';
    }
    
    .counter-lac::after {
        content: 'K';
    }
    
    .counters-item-value {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        border-radius: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-weight: bolder;
        font-size: 25px;
    }
    
    .counters-item-value.purple_gradient {
        box-shadow: 0 0.5rem 1rem rgb(92 85 216 / 30%);
    }
    
    .counters-item-value.pink_gradient {
        box-shadow: 0 0.5rem 1rem rgb(255 104 164 / 30%);
    }
    
    .counters-item-value.orange_gradient {
        box-shadow: 0 0.5rem 1rem rgb(227 172 119 / 30%);
    }
    
    .counters-item-value.green_gradient {
        box-shadow: 0 0.5rem 1rem rgb(62 182 51 / 30%);
    }
    
    .counters-item-value.sky_blue_gradient {
        box-shadow: 0 0.5rem 1rem rgb(35 152 185 / 30%);
    }
    
    .counters-item-value.yellow_orange_gradient {
        box-shadow: 0 0.5rem 1rem rgb(246 144 112 / 30%);
    }
    
    .counters-item-value.blue_light_gradient {
        box-shadow: 0 0.5rem 1rem rgb(79 211 255 / 30%);
    }
    
    .counters-item-value.dark_blue_gradient {
        box-shadow: 0 0.5rem 1rem rgb(16 102 198 / 30%);
    }
    
    /* COUNTER SECTION CSS END */
    
    
    /* NEED SEO SECTION CSS START */
    
    .need_seo_section {
        background: linear-gradient(#4386D2, #0962C5);
        padding: 40px 0px;
        position: relative;
    }
    
    .need_seo_section::before,
    .section-assist::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
        height: 100%;
        content: "";
        background: url(../images/lines.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }
    
    /*.need_seo_section a.section__btn {*/
    /*    border: 0 !important;*/
    /*     min-width: 250px; */
    /*}*/
    
    .need_seo_section a.orange_gradient:hover {
        background: linear-gradient(#F5AF67, #DB6D00);
        color: #fff !important;
    }
    
    .need_seo_section a.sky_blue_light_gradient:hover {
        background: linear-gradient(#A8E4FF, #4AD4FF);
        color: #fff !important;
    }
    
    /* NEED SEO SECTION CSS END */
    
    
    /* NEDD SEO EXPERT SECTION CSS START  */
    
    .need-seo-expert {
        background-image: url(../images/call-action.png);
        background-size: cover;
    }
    
    /* NEED SEO EXPERT CSS END */
    
    
    /* FOOTER CSS START */
    
    .footer {
        background: conic-gradient(from 270deg at 7.78% 9.12%, rgba(23, 120, 190, 0.9) 0deg, #1778BE 360deg);
        position: relative;
        overflow: hidden;
    }
    
    .first-widget {
        padding-right: 130px !important;
    }
    
    .footer__logo img {
        max-width: 200px;
    }
    
    .footer__heading {
        color: #fff;
        margin-bottom: 30px;
        display:block;
    }
    
    .footer__icon a {
        background: transparent;
        color: #fff;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        margin: 2px;
        text-decoration: none !important;
        display: inline-block;
        border: 2px solid #fff;
        transition: all .2s linear;
    }
    
    .footer__icon a:hover {
        border: 2px solid var(--txt-success);
        background-color: var(--txt-success);
    }
    
    .quick__list {
        list-style: none;
        padding: 0px;
    }
    
    .quick__list > li {
        margin-bottom: 10px;
        position: relative;
        transition: all .2s linear;
    }
    
    .quick__list > li:hover {
        margin-left: 10px;
    }
    
    .quick__list a {
        color: #fff !important;
    }
    
    .footer__list__inline {
        list-style: none;
    }
    
    .footer__list__inline > li {
        margin-bottom: 10px;
    }
    
    .footer__list__inline i {
        margin-right: 15px;
        color: #fff;
        font-size: 20px;
        width: 15px;
    
    }
    
    .footer__btn {
        padding: 10px 10px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        min-width: 218px;
        color: #fff;
        background: transparent;
        border: 2px solid #fff;
        border-radius: 0px !important;
        margin-top: 30px;
        transition: all .2s linear;
    }
    
    .footer__btn:hover {
        color: #fff;
        border: 2px solid var(--txt-success);
        background-color: var(--txt-success);
    }
    
    .experts__list {
        list-style: none;
        /*padding-left: 20px !important;*/
    }
    
    .experts__list li {
        position: relative;
        margin-bottom: 10px;
        transition: all .2s linear;
        padding-left: 17px;
    }
    
    .experts__list li:hover {
        margin-left: 10px;
    }
    
    .experts__list li::before {
        content: url("../images/footer-icon.svg");
        position: absolute;
        left: 0;
    }
    
    .footer-btm-shape {
        position: absolute;
        bottom: -50px;
        left: -20px;
    }
    
    .footer-top-shape {
        position: absolute;
        top: -200px;
        right: 0px;
    }
    
    footer hr {
        background: #fff;
        margin: 2.5rem 0 2rem 0;
    }
    
    /* ========================================== */
    
    .bullet-white li {
    
        font-size: 16px;
    
        padding-left: 26px;
    
        position: relative;
    
    }
    
    .bullet-white li:not(:first-child) {
    
        margin-top: 12px;
    
    }
    
    .bullet-white li::before {
    
        content: "\EA6E";
    
        font-family: remixicon !important;
    
        top: 0px;
    
        left: -7px;
    
        position: absolute;
    
        font-size: 25px;
    
        line-height: 23px;
    
    }
    
    .bullet-blue li::before {
    
        color: var(--txt-primary);
    
    }
    
    /* =========================================== */
    
    .list-unstyled .topbar__list__items:not(:last-child) {
    
        margin-right: 30px;
    
    }
    
    
    img {
        max-width: 100%;
    }
    
    .section__header span.orange-clr {
        color: var(--orange-clr);
    }
    
    
    
    
    .why-choose .quality__img {
        margin: 0;
    }
    
    .why-choose a {
        display: flex;
    }
    
    .why-choose h3.h5 {
        transition: all ease-in-out 0.3s;
    }
    
    .why-choose a:hover h3.h5 {
        color: var(--orange-clr);
    }
    
    .why-choose .quality__card {
        background-color: transparent;
        transition: all ease-in-out 0.3s;
    
    }
    
    .why-choose a:hover .quality__card {
        background-color: #fff;
    }
    
    a:hover .quality__content h3.h5 {
        color: var(--orange-clr);
    }
    
    .section-certf img {
        max-width: 80%;
    }
    
    .section-certf .border-right {
        border-right: 1px solid #97979720;
    }
    
    .work-proc-block {
        padding: 20px;
    }
    
    .work-proc-block:hover {
        background-color: #fff;
        box-shadow: 0 0 18px 0 rgba(34, 42, 65, 0.1);
    }
    
    .work-block-title {
        height: 60px;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .work-block-title .count {
        font-size: 5rem;
        font-family: 'cera_probold';
        color: #D3D4D9;
        line-height: 3.5rem;
    }
    
    .work-block-title h3.h5 {
        color: #222A41;
        margin-left: 10px;
        line-height: 1.728rem;
    }
    
    .work-proc-block p {
        color: var(--txt-light);
        margin-bottom: 0px;
    }
    
    .work-proc-block:hover .count,
    .work-proc-block:hover h5 {
        color: var(--orange-clr);
    }
    
    .bullet-listing li {
        margin-bottom: 10px;
    }
    
    
    .global-clients {
        position: relative;
        height: 500px;
        overflow: hidden;
    }
    
    .global-clients__inner {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        white-space: nowrap;
        animation: bannermove 180s linear infinite;
    }
    
    .global-clients__inner img {
        margin: 0 .5em;
        max-width: inherit;
    }
    
    @keyframes bannermove {
        0% {
            transform: translate(0, 0)
        }
    
        100% {
            transform: translate(-50%, 0)
        }
    }
    
    .section-assist {
        overflow: hidden;
    }
    
    
    .section-assist::before {
        height: 50%;
        /* top: 50%; */
        /* transform: translateY(-50%); */
        top: 100px;
        right: -39px;
        transform: rotate(20deg);
    }
    
    .section-assist::after {
        position: absolute;
        width: 100%;
        height: 150px;
        content: "";
        top: 0;
        left: 0;
        background: #fff;
    }
    
    .section-assist .col-md-4 , .section-assist .col-md-5{
        padding-top:240px;
        
    }
    .assistance-form .container {
        width: 100%;
    }
    .section-free-quote-form{
        max-width:550px;
        margin-left:auto;
    }
    
    .assistance-form {
        max-width: 550px;
        margin-left: auto;
        z-index: 1;
        position:relative;
    }
    
    .assistance-form .card{
        border:none;
        position: relative;
        padding: 50px 10px 20px 10px;
        border-radius:0px;
        background: rgba(23, 120, 190, 1) !important;
        
    }
    
    .assistance-form .card::before {
        width: 0;
        border: 10px solid red;
        border-width: 0 60px 60px 0px;
        border-style: solid;
        border-color: transparent #FF8D54 transparent transparent;
        position: absolute;
        top: 0;
        content: "";
        height: 0;
        z-index: 1;
        right: 0;
    }
    
    .assistance-form .card::after {
        position: absolute;
        bottom: 0;
        content: "";
        height: 0;
        z-index: 1;
        left: 0;
        width: 0;
        border-width: 0 60px 60px 0px;
        border-style: solid;
        border-color: red transparent #F6F9FF pink;
    
    
    }
    
    .assistance-form .card-body{
    background: rgba(23, 120, 190, 1) !important;
    }
    
    .section-free-quote-form label{
        display:none;
    }
    .section-free-quote-form .row{
        display:flex;
        flex-direction:column;
    }
    
    div:not(.ctc-form-wrap) .section-free-quote-form .row input, div:not(.ctc-form-wrap) .section-free-quote-form .row textarea{
        border:none;
        border-radius:0px;
        border-bottom:1px solid #fff !important;
        padding-left:0px;
        color:#000 !important;
        background:transparent !important;
    }
    
    .ctc-form-wrap .section-free-quote-form .row input, .ctc-form-wrap .section-free-quote-form .row textarea {
        color: #1E1E1E !important;
    }
    
    .section-free-quote-form .row textarea{
      height:80px;  
    }
    
    .section-free-quote-form .row input::-webkit-input-placeholder, .section-free-quote-form .row textarea::-webkit-input-placeholder { /* Edge */
     color: #fff !important;
    }
    
    .section-free-quote-form .row input:-ms-input-placeholder, .section-free-quote-form .row textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
    }
    
    .section-free-quote-form .row input::placeholder, .section-free-quote-form .row textarea::placeholder {
      color: #fff !important;
    }
    
    .section-free-quote-form .row .col-md-6{
        margin-bottom:30px !important;
        width:100%;
    }
    .section-free-quote-form .errors {
        font-size: 14px;
        margin-top: 10px;
    }
    
    
    .section-assist::before {
        height: 50%;
        /* top: 50%; */
        /* transform: translateY(-50%); */
        top: 100px;
        right: -39px;
        transform: rotate(20deg);
    }
    
    .box-shape {
        position: absolute;
    }
    
    .box-shape-top {
        left: 0;
        top: 150px;
    }
    
    .box-shape-bottom {
        left: 0;
        bottom: 0;
    }
    
    .box-shape-right {
        right: 0;
        top: 200px;
    }
    
    .whatsapp-logo img {
        position: fixed;
        content: "";
        bottom: 50px;
        right: 30px;
        border-radius: 50%;
    	z-index: 1111;
    }
    
    .whatsapp-logo a img{
       animation: moveicon 1.8s infinite;
       overflow: hidden;
       }
       @keyframes moveicon{
    	   0% ,100%{
    	   opacity: 1;
           transform: scale(1, 1);
    	   }
    	   50%{
    	   opacity: 1;
           transform: scale(1.3, 1.3);
    	   }
       }
       
       .header .multi-column-dropdown li a {
        display: block;
        line-height: 1.428571429;
        color: #666363;
        font-family: var(--body-font);
        text-decoration: none;
    
    }
    
    .header .dropdown__content > a{
        font-family: var(--segoe-nrml);
        font-weight: 600;
        color: #707070;
    }
    
   /* popup css */
.popup {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #f5f5f5;
    z-index: 9;
}
.popup-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

/* INDUSTRIES Page */

.industries-hero{
    background: linear-gradient(0deg, rgba(34, 42, 65, 0.6), rgba(34, 42, 65, 0.6)) , url('../images/industries-hero.jpg');
    background-size:cover;
    height: 200px;
}


.industries__blk {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	text-align: center;
	height: 86px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    padding: 15px;
}

.industries__blk:hover {
	background-color: #EC963F;
	color: #fff;
}

.industries__blk i {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 20px;
	transform: rotate(50deg);
	transform-origin: center;
    transition: transform .2s;
}

.industries__blk:hover i{
    transform: rotate(0deg);
}

.industries__blk a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.industries .col-md-3 {
	margin-bottom: 25px;
}

.industries__descp{
    color: var(--txt-light);
}


/* Search Engine Page Css */

.men-img {
    position: absolute;
    right: -36px;
    bottom: 0;
    }
    .seo-works {
        background: #eef3ee;
    }
    .seo-works-block {
        padding-left: 84px;
    }
    .zig-img {
    position: absolute;
    right: 28px;
    top: 48px;
    }

/* Search Engine ends here */

    
    /* MEDIA QUERY START */

    @media(max-width:1280px) {

    }
    
    @media(max-width:1250px) {
    
    /* START HERO SLIDER */
    
    .hero-slider .owl-nav {
        display: none;
    }

    .hero-slider .owl-dots {
        position: absolute;
        bottom: 10px;
        text-align: center;
        left: 0;
        margin: 0 auto;
        width: 100%;
    }

    .hero-slider .owl-dots span {
        width: 15px;
        height: 15px;
        background: #fff;
        display: inline-block;
        border-radius: 100%;
        margin: 0 5px;
    }

    .hero-slider .owl-dot.active span {
        background-color: #30AD1C;
    }

    .header .navbar-nav>.nav-item {
        padding-right: 20px !important;
    }
    .google-partner,
    .semrush-logo {
        width: 60px;
    }
    
     /* END HERO SLIDER */

}


@media(max-width:991px) {
    
     h1, .h1 {
     font-size: 2.5rem;
    }

    /* LAYOUT */

    .container {
        max-width: 95% !important;
    }
    
    .section__btn, .assistance-form .btn-primary, button.btn-primary{
        padding:10px 20px;
    }

    /* .header {
        position: fixed !important;
    }
    .header + section,
    .header + div {
        padding-top: 150px;
    } */


    /* HEADER CSS START */

    header .app__btn > a {
        padding: 5px 30px;
        font-size: 1rem;
    }

    header .navbar-brand {
        order: 1;
    }

    header .app__btn {
        order: 2;
        margin-left: auto;
    }

    header .navbar-toggler {
        order: 3;
        outline: 0px !important;
        box-shadow: none !important;
        padding: 0px;
        margin-left: 20px;
    }

    header .navbar-collapse {
        order: 4;
        /*height: 300px;*/
        /*overflow-y: scroll;*/
    }

    header .navbar-collapse .dropdown-menu {
        box-shadow: none !important;
    }

    header .app__btn i {
        font-size: 20px;
    }

    .navbar-toggler-icon {
        color: var(--txt-success);
        height: auto;
    }

    .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }

    .header .navbar-nav > .nav-item {
        padding-right: 0;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px solid #1778be0d;
    }

    .header .dropdown-menu.columns-3 {
        min-width: auto;
        height: 160px;
        overflow: scroll;
    }
    
    .header .navbar .navbar-nav {
        padding: 0px;
        margin-bottom: 0px !important;
    }


    .header .navbar .navbar-nav .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .app__btn > a {
        padding: 5px 30px;
        font-size: 1rem;
        max-width:100% !important;
    }
    
    header .app__btn > a::before{
        display:none;
    }
	/*-- New Header CSS Start --*/
	.accordion-button:focus {
		outline: 0 !important;
		border: none !important;
		box-shadow: none !important;
	}
	.mobile_mega_tab .accordion-button.mega_serv_tab.collapsed , .mobile_mega_tab .accordion-button.mega_serv_tab:not(.collapsed) {
		padding: 0px;
	}
	.mobile_mega_tab .accordion-button.mega_serv_tab:not(.collapsed) {
		color: #212529;
		background-color: #fff !important;
		box-shadow: inset 0 -1px 0 rgb(0, 0, 0);
		padding-bottom: 10px !important;
	}
	#service-headingOne button:hover {
		color: var(--txt-success);
	}
	.mobile_mega_tab .accordion-button:not(.collapsed)::after {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222A41'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
		transform: rotate(-180deg) !important;
	}
	.mobile_mega_tab .accordion-button:not(.collapsed) .mega-service-heading {
		color: #222A41;
	}
	.mobile_mega_tab #service-collapseOne > .accordion-body {
		padding: 0px;
	}
	#service-collapseOne > .accordion-body {
		height: 220px;
		overflow-y: scroll;
	}
	.mobile_mega_menu .accordion-body {
		height: 200px;
		overflow-y: scroll;
	}
	.mobile_mega_menu .mega-tab {
		display: flex;
		justify-content: flex-start;
	}
	.mobile_mega_menu .mega-icon {
		width: 25px;
		height: 25px;
		margin-right: 10px;
	}
	.mobile_mega_menu .accordion-body .menu_link_box {
		padding-top: 0px;
		padding-bottom: 20px;
		border-right: 0px;
	}
	.mobile_mega_menu .accordion-body .menu-bold-link {
		padding: 5px 20px;
		font-size: 14px;
		color: #222A41;
		font-weight: 700 !important;
		display: block;
		transition: all .2s linear;
	}
	.mobile_mega_menu .accordion-body .menu-bold-link svg {
		transition: all .2s linear;
	}
	.mobile_mega_menu .menu-contact-block > span {
		font-size: 12px;
		text-transform: uppercase;
		color: #222A41;
		font-weight: 500;
		display: block;
		margin-bottom: 8px;
	}
	.mobile_mega_menu .accordion-body .menu-contact-img {
		width: 220px;
		height: 100px;
		margin: 10px 0px;
	}
	.mobile_mega_menu .menu-contact-check-box li {
		font-size: 14px !important;
		color: #222A41;
		font-weight: 500;
		padding-left: 20px;
		position: relative;
		margin-top: 10px;
	}
	.mobile_mega_menu .menu-contact-check-box li:before {
		position: absolute;
		content: "";
		top: 2px;
		left: 0;
		width: 16px;
		height: 16px;
		background: url(../images/mega-images/mega-check-img.svg);
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 8px;
	}
	
	/*-- New Header CSS End --*/
    


    /* HEADER CSS END */
    
    
    /* AWARD */
    
    .awards__logos{
        justify-content: center !important;
        flex-wrap: wrap;
    }
    .awards__logos img{
        margin:20px 10px;
    }

    /* FOOTER CSS START */

    .footer .mt-5 {
        margin-top: 2rem !important;
    }

    .industries-hero{
        height: auto !important;
    padding-bottom: 90px;
    padding-top: 170px !important;
    }

}

@media screen and (max-width: 991px) and (min-width: 768px) {

    /* HOMEPAGE CARD GRID  */
    .col-sm-50 {
    width: 50%;
    }
    .col-sm-50 .quality__content p{
        min-height: auto;
    }
}



/*mobile device*/

@media (max-width: 767px) {
    
    /* GENERAL STYLE */
    
    h1, .h1{
        font-size:1.875rem !important;
        line-height: 35px !important;
    }
    
    h2, .h2{
        font-size:1.625rem !important;
    }
    
    h3, .h3{
        font-size:1.5rem !important;
        
    }
    
    h4, .h4{
        font-size:1.375rem !important;
    }

    .sm-fullwidth, .w-75{
     width: 100% !important;   
    }
    

    /* HEADER CSS */

    .topbar__list {

        justify-content: center !important;

    }


    .benifit-img {
        text-align: center !important;
    }

    .section-certf .row > div:last-child {
        margin-top: 30px;
    }
	
	.mega_serv_tab , .mobile_mega_menu .accordion-flush .accordion-item .accordion-button , .mobile_mega_menu .mega-service-heading {
		font-size: 15px;
	}
    
    /* HOMEPAGE CARD */
    
    .quality__content p{
        min-height: auto;
    }
  

    /* FOOTER */

    .first-widget {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }


    .footer__btn {
        margin-bottom: 30px;
    }
    
    .footer__experts .experts__list > li:last-child{
        display: none;
    } 
    
    footer hr + .container .col-md-4:last-child .experts__list > li:last-child{
    display: block;       
    }
 
    /* NEED ASISTANCE FORM */
    
    .section-assist .col-md-4 , .section-assist .col-md-5{
        padding-top:0px;
    }
    .section-assist::after, .box-shape{
        display:none;
    }
    
    .assistance-form .container{
        padding:0px;
        max-width: 100%;
    }

}

@media (max-width:667px) {

    /* HEADER CSS START */

    .contact_details li a {
        justify-content: center;
        font-size: 12px;

    }

    .contact_details li a i {
        font-size: 15px;

    }


    .social__media__icons {
        flex-wrap: wrap;
    }


    .social__media__icons li {
        width: 40%;
        padding: 0px 5px 5px 0px !important;

    }

    .social__media__icons li:nth-child(3),

    .social__media__icons li:nth-child(4) {

        padding-bottom: 0px !important;

    }

    /* HEADER CSS END */



    /* COUNTER SECTION CSS START */


    .counter__box {
        padding: 10px;
        border-radius: 20px;
    }

    .counters-item-value {
        width: 55px;
        height: 55px;
        border-radius: 10px;
        font-size: 20px;
    }

    .counter__box p {
        font-size: 14px !important;
        padding-top: 10px;

    }
}

@media screen and (min-width:576px) and (max-width:1023px) {

    /* Header css start */

    .contact_details li:not(:last-child) {
        padding-right: 15px;
    }

    .contact_details li {
        padding-right: 8px !important;
    }


    /* COUNTER SECTION CSS */

    .counter__box {
        padding: 20px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .counters-item-value {

        width: 80px;

        height: 80px;

        border-radius: 10px;

        font-size: 20px;

    }

}

@media (max-width:575px) {

    .contact_details li:not(:last-child) {
        padding-right: 10px;
    }

    .app__btn {
        display: none;
    }

    a.navbar-brand img {
        max-width: 100px;
    }

    .google-partner, .semrush-logo {
        width: 50px;
    }

}

@media (max-width:567px) {
    .g-recaptcha iframe {
        transform: scale(.67);
        transform-origin: left;
    }
    .g-recaptcha>div {
        width: 100%!important;
        margin: 0!important;
    }
    .g-recaptcha, .g-recaptcha div {
        max-width: 100%;
    }
    .g-recaptcha {
        display: block;
    }
	.mega_serv_tab , .mobile_mega_menu .accordion-flush .accordion-item .accordion-button , .mobile_mega_menu .mega-service-heading {
		font-size: 14px;
	}
}

@media (max-width:479px) {
    .topbar__list > li:last-child {
        display: none;
    }
}

@media (max-width:480px) {

    /*.app__btn {*/
    /*    position: fixed;*/
    /*    bottom: 0;*/
    /*    right: 0;*/
    /*    left: 0;*/
    /*}*/

    .app__btn > a {
        width: 100px;
        height: auto;
        padding: 5px;
        min-width: 100px;
        border-radius: 10px 10px 0px 0px;
        width: 100%;
        display: block !important;
    }

    footer {
        padding-bottom: 80px !important;
    }

}

@media (max-width:480px) {

    .app__btn {
    /*    position: fixed;*/
    /*    bottom: 0;*/
    /*    right: 0;*/
    /*    left: 0;*/
        display: none;
    }

    .app__btn > a {
        width: 100px;
        height: auto;
        padding: 5px;
        min-width: 100px;
        border-radius: 10px 10px 0px 0px;
        width: 100%;
        display: block !important;
    }
    
}

/*==========================*/

@media (max-width:475px) {

    .title-border {
        background-image: none !important;
        padding: 0px;
    }

    .footer__header {
        flex-wrap: wrap;
    }

    .footer__icon__blk {
        justify-content: start !important;
        padding-top: 15px;
    }


}

@media screen and (max-width: 1199px) {
    .seo-works-block {
       padding-left: 25px;
}
.men-img {
   right: -5px;
}
}
@media screen and (max-width: 767px) {
    .men-img {
       width: 50%;
    }
    .seo-works-img-block {
        margin-top: 0px !important;
    }
    .zig-img {
        display: none;
    }
}

/* =========================================*/

/* social media counter design */
.social-card {
    padding: 20px;
    border: 1px solid rgba(109, 119, 131, 0.2);
    border-radius: 20px;
}
.social-card h3 {
    font-weight: 700;
}
.social-card .social-row {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
}
.social-card .social-row:last-child,
.social-card .social-row p {
    margin: 0;
}
.social-card .social-row p:nth-child(2) {
    color: var(--txt-success);
    font-weight: 500;
    position: relative;
}
.social-row p:nth-child(2)::after {
    content: '';
    width: 10px;
    height: 1px;
    background: #222A41;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -17px;
}
/* social media counter design ends */
/* new popup design */
.boost-wrap {
    position: relative;
    border-radius: 16px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.94) 100%), linear-gradient(112deg, #1778BE 0%, #34AE21 100%);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 40px;
}

.boost-wrap h3.small {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    color: #FFF;
    background-color: #1A1A1A;
    position: relative;
    height: 40px;
    min-width: 140px;
}

.boost-wrap h3.small::after {
    content: '';
    border: 20px solid #1a1a1a;
    border-right-color: transparent;
    position: absolute;
    top: 0;
    right: -40px;
}

.boost-wrap h3.small+img {
    max-width: 270px;
}

.boost-wrap .d-flex.flex-wrap img {
    height: 45px;
    width: 45px;
    object-fit: contain;
}

#boost-modal .boost-form {
    padding: 24px;
    border-radius: 8px;
    border: 2px solid #1778BE;
}

#boost-modal .close-boost {
    position: absolute;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #34AE21;
    border-radius: 50%;
    top: -10px;
    right: -10px;
}

.custom_btn {
    padding: 15px 8px;
    background-color: var(--primary-bg);
    color: #FFF;
    border-radius: 8px;
    border: 0;
    transition: all .3s ease;
}

.btn-green {
    background-color: #34AE21;
}
.btn-green:hover {
    background-color: #258f15;
}

@media (max-width: 575px) {
    .boost-wrap {
        padding: 20px 12px;
    }
}

/* new popup design ends */

/* India page css */
.clutch-slider button.owl-dot {
    height: 10px;
    width: 10px;
    background-color: #D9D9D9 !important;
    border-radius: 10px;
    transition: all .3s ease;
}

.clutch-slider button.owl-dot.active {
    background-color: #3EC300 !important;
    width: 20px;
}

.clutch-slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.new-assistance-form .card .card-body.card-bg-btm .section-free-quote-form input,.new-assistance-form .card .card-body.card-bg-btm .section-free-quote-form textarea {
    background: rgba(242, 242, 247, 1) !important;
    padding: 15px 20px !important;
}
.new-assistance-form  .card-body.card-bg-btm .section-free-quote-form input::placeholder, .new-assistance-form  .card-body.card-bg-btm .section-free-quote-form textarea::placeholder {
    color: #000 !important;
}
.new-assistance-form .section-free-quote-form .row .col-md-6 {
    margin-bottom: 0px !important;
}
.new-assistance-form .card-body {
    padding: 35px 15px !important;
}
.new-assistance-form .section-free-quote-form button {
    width: 100%;
    background: rgba(23, 120, 190, 1) !important;
}

.new-assistance-form .section-free-quote-form button:hover {
    box-shadow: none !important;
    background-color: rgba(48, 173, 28, 1) !important;
}