@import url('./fontawsome.all.min.css');

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}





body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 400;
}

html{
    scroll-behavior: auto !important;
}

body {
    width: 100%;
}



a {
    text-decoration: none;
    color: #F26432;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
}

a:hover {
    text-decoration: none !important;
    cursor: pointer;
    color: #000;
}

a:focus {
    text-decoration: none;
    transition: all 1s ease
}

:focus {
    outline: none !important
}

::-moz-selection {
    background-color: #000;
    color: #fff
}

::selection {
    background-color: #000;
    color: #fff
}

.other-services-bottum-text .section-title::selection,
.services-tabs ul.nav.nav-tabs li a.active .services-text h2::selection,
.hero-title::selection {
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}

img {
    max-width: 100%;
    height: auto
}

p {
    color: #717B89;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

p a {
    color: #F26432;
}

p strong {
    color: #000;
    font-weight: 600;
}

p a:hover {
    color: #3F5D8C;
}

ul,
ol,
ul li,
ol li {
    margin: 0;
    padding: 0;
}

ul li a,
ol li a {
    color: #F26432;
}

ul li a:hover,
ol li a:hover {
    color: #000;
}

figure,
address {
    margin: 0;
}

input,
textarea,
select,
button {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    text-transform: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #F26432;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    color: #F26432;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #000;
}

h1 {
    font-size: 40px;
    line-height: normal;
}

h2 {
    font-size: 32px;
    line-height: normal;
}

h3 {
    font-size: 28px;
    line-height: normal;
}

h4 {
    font-size: 24px;
    line-height: normal;
}

h5 {
    font-size: 20px;
    line-height: normal;
}

h6 {
    font-size: 16px;
    line-height: normal;
}

select::-ms-expand {
    display: none;
}

select {
    -moz-appearance: none;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 15px;
    margin-top: 8px;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 15px;
    margin-top: 8px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 15px
}

.default-css ul {
    margin-bottom: 20px;
}

.default-css ol {
    padding-left: 18px;
}

.default-css ul li,
.default-css ol li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #717B89;
    margin: 0 0 6px;
}

.default-css ul li a,
.default-css ol li a {
    color: #F26432
}

.default-css ul li strong,
.default-css ol li strong {
    color: #F26432;
    font-weight: 600;
    font-family: 'Poppins';
}

.default-css ul li a:hover,
.default-css ol li a:hover {
    color: #414114
}

.default-css ul li {
    list-style: none !important;
    background: url(../images/list-arrow.png) no-repeat;
    background-position: 0 4px;
    padding-left: 24px;
    background-size: 16px;
}

.floating-icon {
    position: fixed;
    right: -62px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    transform: rotate(-90deg);
}

.floating-icon a {
    border-radius: 10px 10px 0px 0px !important;
}

.error {
    color: red !important;
    font-size: 12px !important;
}

.select {
    color: initial !important;
}

.file_texterror{
 padding: 8px 0px 0px 7px;
}
.hero-title small {
    font-size: 20px;
    display: block;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 400;
}


.carousel-item.Effbanner .hero-title {
    text-transform: uppercase;
}

.gff-logo img {
    max-width: 190px;
}

.carousel-item.Effbanner .banner-caption {
    padding: 0;
}


.gff-date {
    max-width: 265px;
    padding-right: 20px;
    margin-right: 19px;
    border-right: 1px solid #fff;
    min-height: 110px;
    padding-top: 5px;
}

.gff-date strong {
    font-size: 27px;
    text-transform: capitalize;
}

.gff-date p {
    margin: 0;
    padding-left: 30px;
    position: relative;
}

.gff-date p img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(343deg) brightness(102%) contrast(104%);
    position: absolute;
    left: -5px;
    top: 0;
}


.gff-booth p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    /* !i;!; */
}

.gff-booth p strong {
    font-size: 16px;
    display: block;
    line-height: 24px;
}

.gff-details {
    display: flex;
    align-items: center;
    padding: 20px 0 0;
}

.gff-logo {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #fff;
}



.Business-video img {
    animation: 2s linear 0s infinite alternate zoom-in-zoom-out;
}



.Business-video a {
    display: inline-block;
    transform: rotate(180deg);
}







/*---HEADER CSS---*/
.header-section {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    padding: 19px 0 12px;
    background: #fff;
}

.header-section.sticky {
    position: fixed;
    background: #fff;
    box-shadow: 0px 0px 60px 0px rgba(15, 15, 13, 0.30);
}

.header-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}

.header-menu .menu-navbar {
    display: inline-block;
}

.header-logo img {
    max-width: 245px;
    margin-left: -10px;
}

.header-section .row {
    align-items: center;
}

.header-section:before {
    content: '';
    position: absolute;
    background-image: url(../images/header-before.png);
    height: 7px;
    left: 0;
    right: 0;
    top: 3px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


/*---home-banner CSS---*/
section.home-banner {
    position: relative;
    padding: 70px 0;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    overflow: hidden;
    background: url(../images/banner-bg.png);
}

.hero-title {
    color: #fff;
    font-family: 'Poppins';
    font-size: 42px;
    line-height: 55px;
    max-width: 680px;
    padding: 0 0 5px;
    font-weight: 600;
}

.hero-title strong {
    color: #87C83A;
}

a.theme-btn {
    text-transform: capitalize;
    display: inline-block;
    padding: 10px 20px;
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    border-radius: 50px;
    font-family: 'Poppins';
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    background: #40C8F4;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.theme-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

a.theme-btn:hover:before,
a.theme-btn:focus:before,
a.theme-btn:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}


.hero-btn a.theme-btn:before {
    background: #333;
}

.banner-caption {
    padding: 70px 0 0;
    position: relative;
}

.banner-caption p {
    font-size: 18px;
    line-height: 28px;
    max-width: 620px;
    color: #fff;
    text-transform: capitalize;
}

.hero-btn {
    padding: 15px 0 0;
}

.header-btn {
    padding-left: 30px;
}

a.theme-btn.Contactus {
    margin-left: 15px;
    background: #40C8F4;
}

a.theme-btn.Contactus:hover {
    background: #F26432;
}

.hero-title span {
    color: #333333;
}

.banner-img {
    max-width: 410px;
    position: relative;
    margin: 0 auto;
}

.banner-img img {
    width: 100%;
    border-radius: 30px;
}

.banner-img:before {
    content: '';
    position: absolute;
    background: #DA5A2D;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    top: 33%;
    transform: rotate(8deg);
    left: -60px;
    transition: revert;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1.7s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

section.home-banner:before {
    content: '';
    position: absolute;
    background: #17AAB0;
    width: 30%;
    height: 360px;
    border-radius: 8px;
    top: 25%;
    transform: rotate(8deg);
    right: -60px;
    transition: revert;
}

.banner-caption:before {
    content: '';
    position: absolute;
    background: #E4A52C;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    bottom: -100px;
    transform: rotate(8deg);
    transition: revert;
    right: 60px;
    -webkit-animation: left 1.5s infinite alternate;
    animation: left 1.5s infinite alternate;
}

@-webkit-keyframes left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-15px);
    }
}

section.home-banner .carousel-indicators {
    justify-content: left;
    bottom: 10px;
    max-width: 1440px;
    margin: 0 auto !important;
}

section.home-banner .carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    margin: 5px;
    border: none !important;
    border-radius: 50%;
    background: #DA5A2D;
    opacity: 1;
}

section.home-banner .carousel-indicators .active {
    background: #333;
    position: relative;
}

section.home-banner .carousel-indicators .active:before {
    content: '';
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    border: 1px solid #DA5A2D;
    border-radius: 50%;
}

.header-btn a.theme-btn {
    padding: 11px 21px;
    font-size: 16px;
    line-height: 20px;
}



.banner-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner-carousel .owl-nav button.owl-prev {
    left: 5%;
}

.banner-carousel .owl-nav button.owl-next {
    right: 5%;
}

.banner-carousel .owl-nav button span {
    font-size: 45px;
    height: 40px;
    display: inline-block;
    width: 40px;
    line-height: 37px;
    background: #fff;
    border-radius: 8px;
}

.banner-carousel .owl-nav button span:hover {
    background: #f26432;
    color: #fff;
}




/* .carousel-inner .carousel-item{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    transition: -webkit-transform 2s ease; 
    transition: transform 2s ease; 
    transition: transform 2s ease, 
    -webkit-transform 2s ease;
} */

.carousel-item .banner-caption {
    display: none;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease,
        -webkit-transform 2s ease;

}

.carousel-item.active .banner-caption {
    display: block;

}

.carousel-inner .carousel-item.active .hero-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.carousel-inner .carousel-item.active .hero-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.carousel-inner .carousel-item.active .gff-details {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}


.carousel-inner .carousel-item .banner-img {
    display: none;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease,
        -webkit-transform 2s ease;
}

.carousel-inner .carousel-item.active .banner-img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
    display: block;
}


.section-title {
    font-family: 'Poppins';
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
    text-transform: none;
    font-size: 40px;
    display: inline-block;
    position: relative;
    line-height: 46px;
    z-index: 1;
    padding: 0 0 30px;
}

.section-title:before {
    content: '';
    background: #19BDC3;
    width: 70px;
    height: 4px;
    position: absolute;
    bottom: 0px;
    z-index: -1;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.section-title span {
    color: #F26432;
}


.service-description {
    background: #FAFAFA;
    border-radius: 70px;
    padding: 90px 62px 40px;
    border: 3px solid #FAFAFA;
}

.service-title {
    font-family: 'Poppins';
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    text-transform: none;
    font-size: 22px;
    position: relative;
    line-height: 26px;
}

.service-icon {
    width: 110px;
    height: 110px;
    background: #ffff;
    border-radius: 50%;
    text-align: center;
    line-height: 110px;
    margin-left: 55px;
    margin-bottom: -60px;
    position: relative;
    overflow: hidden;
}

.service-description p {
    max-width: 300px;
}

section.Services-section {
    padding: 0px 0 80px;
}

.Services-list {
    padding: 20px 0 0;
}


.Services-list .owl-dots {
    text-align: center;
    padding: 20px 0 0;
}

.Services-list .owl-dots button.owl-dot {
    background: #333;
    width: 14px;
    height: 11px;
    margin: 0 3px;
    border-radius: 20px;
}

.Services-list .owl-dots button.owl-dot.active {
    width: 20px;
    background: #F26432;
}

.Services-list .owl-item {
    transition: 2ms all;
    margin: 0px 0 0;
}


.Services-box {
    padding: 20px 15px 0;
    transition: 1s all;
    cursor: pointer;
}

.Services-list .owl-item .service-icon img {
    transform: translateY(-2%);
}


.Services-list .owl-item.active.center .Services-box .service-description {
    border-color: #ccc;
}

.Services-list .owl-item.active.center .Services-box .service-icon {
    background: #F26432;
}

.Services-list .owl-item.active.center .Services-box .service-icon img {
    transform: translateY(-51%);
}

.Services-list .owl-item.active.center .Services-box .service-title {
    color: #f26432;
}

.Services-list .owl-item.active.center .Services-box {
    padding: 0px 15px 0;
}



.Services-list .Services-box:hover .service-description {
    border-color: #ccc;
}

.Services-list .Services-box:hover .service-icon {
    background: #F26432;
}

.Services-list .Services-box:hover .service-icon img {
    transform: translateY(-51%);
}

.Services-list .Services-box:hover .service-title {
    color: #f26432;
}




section.about-section .col-md-6 {
    padding: 0;
}

.about-content {
    max-width: 740px;
}

.about-content.default-css ul {
    margin: 0;
}

.about-content.default-css ul li {
    width: 50%;
    display: inline-block;
    float: left;
    padding-right: 20px;
}

.about-btn {
    display: inline-block;
    padding: 20px 0 0;
    width: 100%;
}

.sub-title {
    color: #19BDC3;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 8px;
    text-transform: capitalize;
}

.about-content .section-title {
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.about-content .section-title::before {
    margin: 0;
}

.about-content p {
    margin: 0 0 20px;
}

.about-img {
    max-width: 780px;
    margin: 0 auto;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

.about-img figure {
    position: relative;
}

.about-img figure img {
    width: 100%;
}

.about-img figure::before {
    content: '';
    position: absolute;
    background: #FDB731;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    top: 77%;
    transform: rotate(8deg);
    left: 120px;
    transition: revert;
    -webkit-animation: side 1.8s infinite alternate;
    animation: side 1.8s infinite alternate;
}

.about-img::after {
    content: '';
    position: absolute;
    background: #DA5A2D;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    top: 23%;
    transform: rotate(8deg);
    right: 30px;
    transition: revert;
    -webkit-animation: side 1.5s infinite alternate;
    animation: side 1.5s infinite alternate;
}

@keyframes side {
    0% {
        transform: translateY(0) rotate(8deg);
    }

    100% {
        transform: translateY(-10px) rotate(8deg);
        /* Adjust the value as needed */
    }
}

.about-img:before {
    content: '';
    position: absolute;
    background: #40C8F4;
    width: 120px;
    height: 100px;
    border-radius: 8px;
    top: 37%;
    transform: rotate(118deg);
    left: -70px;
    transition: revert;
    z-index: 1;
    -webkit-animation: sideup 2s infinite alternate;
    animation: sideup 2s infinite alternate;
}

@keyframes sideup {
    0% {
        transform: translateY(0) rotate(118deg);
    }

    100% {
        transform: translateY(-10px) rotate(118deg);
        /* Adjust the value as needed */
    }
}

section.about-section .col-md-5 {
    padding: 0;
}



section.count-section {
    padding: 40px 0 30px;
}

.count-box h4 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 20px;
    text-align: center;
    color: #717B89;
}

.counter-value {
    color: #F26432;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 40px;
    font-family: 'Poppins';
    line-height: 40px;
}

.count-box {
    text-align: center;
    position: relative;
    border-right: 2px solid #19BDC3;
}

section.count-section .row {
    box-shadow: 0px 0px 30px 0px rgba(10, 10, 9, 0.1);
    padding: 50px 30px;
    border-radius: 20px;
}

section.count-section .row .col-md-3:last-child .count-box {
    border: none;
}



section.Business-section {
    position: relative;
    padding: 60px 0;
}

section.Business-section .container {
    padding: 0;
}

.Business-box {
    position: relative;
}

.Business-left {
    padding: 30px 30px;
    margin-right: 50px;
}

.Business-left .sub-title {
    color: #fff;
}

.Business-left .section-title:before {
    background: #fff;
    margin: 0;
}

.Business-left .section-title span {
    color: #fff;
}

.Business-left .section-title {
    padding: 0 0 15px;
    margin-bottom: 45px;
}

.Business-info {
    padding: 0 0 20px;
}

.Business-info .Business-icon {
    width: 60px;
    float: left;
}

.Business-text {
    width: calc(100% - 60px);
    float: right;
    padding-left: 15px;
}

.Business-text h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}

.Business-text p {
    color: #fff;
}

.Business-img {
    height: 100%;
}

.Business-img img {
    height: 100%;
    width: 100%;
}

.Business-video {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.Business-box .row {
    background: #17AAB0;
    border-radius: 8px;
    overflow: hidden;
}

.Business-box .row .col-sm-6 {
    padding: 0;
}

.modal-dialog.BusinessModal {
    max-width: 1180px;
    margin: 3.75rem auto;
    padding: 0px 25px;
}

.modal-dialog.BusinessModal .modal-body video {
    width: 100%;
}

button.btn.btn-secondary {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #fff !important;
    opacity: 1;
    border-radius: 50%;
}

.Business-box:before {
    content: '';
    position: absolute;
    background: #DA5A2D;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    bottom: 13%;
    transform: rotate(8deg);
    right: -50px;
    transition: revert;
    -webkit-animation: left 1.5s infinite alternate;
    animation: left 1.5s infinite alternate;
}

.Business-box:after {
    content: '';
    position: absolute;
    background: #FDB731;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    top: -20px;
    transform: rotate(8deg);
    left: 46%;
    transition: revert;
    -webkit-animation: side 2s infinite alternate;
    animation: side 2s infinite alternate;
}

section.Business-section:before {
    content: '';
    position: absolute;
    background: url(../images/bg-vector.png) no-repeat;
    width: 790px;
    height: 594px;
    bottom: -9%;
    transition: revert;
    left: 0;
    background-size: 100% 100%;
}

.Business-video:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: #17aab0;
    width: 30px;
    height: 30px;
    z-index: -1;
}


@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(-1);
    }

    50% {
        transform: scale(-1.1);
    }

    100% {
        transform: scale(-1);
    }
}





section.Headed-section {
    padding: 40px 0 72px;
}

.Headed-box {
    box-shadow: 0px 0px 30px 0px rgba(10, 10, 9, 0.1);
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
}

section.Headed-section .row {
    max-width: 1280px;
    margin: 0 auto;
}

section.Headed-section .row .col-sm-4 {
    padding: 20px;
}

.Headed-text h5 {
    text-transform: uppercase;
}

.Headed-text p {
    margin: 0;
}

.Headed-icon {
    padding: 0 0 30px;
}

.Headed-box:before {
    content: '';
    position: absolute;
    background: #DA5A2D;
    width: 130px;
    height: 240px;
    transform: rotate(45deg);
    left: -50px;
    transition: revert;
    top: -90px;
}

.Headed-row .col-sm-4:nth-child(2) .Headed-box:before {
    background: #FDB731;
}

.Headed-row .col-sm-4:nth-child(3) .Headed-box:before {
    background: #19BDC3;
}

.Headed-row {
    position: relative;
}

.Headed-row:before {
    content: '';
    position: absolute;
    background: url(../images/headed-before.png) no-repeat;
    left: 0;
    width: 130px;
    height: 158px;
    top: -70px;
    transition: revert;
    left: -70px;
    background-size: 100% 100%;
}

.Headed-row::after {
    content: '';
    position: absolute;
    background: url(../images/headed-after.png) no-repeat;
    width: 130px;
    height: 158px;
    bottom: -70px;
    transition: revert;
    right: -70px;
    background-size: 100% 100%;
}



select.form-control {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}



.Customers-Div {
    background: #FEF1EC;
    padding: 90px 80px;
    max-width: 1160px;
    border-radius: 390px;
    margin: 50px auto 0;
    position: relative;
}

.Customers-info {
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
}

.Customers-info .star {
    text-align: center;
    padding: 0 0 20px;
}

.Customers-info p {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 41px;
    color: #414141;
}

.Customers-name h4 {
    font-weight: 600;
    font-size: 30px;
    margin: 0;
}

.Customers-name p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: normal;
}

.Customers-info .star img {
    margin: 0 2px;
}

img.customers-icon {
    position: absolute;
    top: 0%;
    transform: translate(-50%, -50%);
    left: 50%;
}

section.Customers-section {
    padding: 10px 0px;
}

.Customersimg {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgba(10, 10, 9, 0.1);
    position: absolute;
    z-index: 9;
}

.Customersimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Customersimg.quote5 {
    right: 0;
    top: 10%;
}

.Customers-images {
    position: relative;
}

.Customersimg.quote4 {
    right: 40px;
    bottom: 10%;
}

.Customersimg.quote3 {
    top: 40%;
    left: 0;
}

.Customersimg.quote2 {
    bottom: 0;
    left: 8%;
}

.Customersimg.quote1 {
    left: 12%;
}

.Customers-Div .carousel-indicators button {
    background-color: #333 !important;
    width: 14px !important;
    height: 11px !important;
    margin: 0 3px;
    border-radius: 20px !important;
    opacity: 1 !important;
    border: none !important;
}

.Customers-Div .carousel-indicators button.active {
    width: 20px !important;
    background-color: #F26432 !important;
}

.Customers-Div .carousel-indicators {
    position: relative;
    bottom: -40px;
    margin: 0;
}

section.logo-section {
    background: #fafafa;
    padding: 30px 0;
}

section.blog-section {
    padding: 70px 0
}

section.blog-section.all_blog-padd {
    padding: 45px 0px;
}

section.blog-section .container {
    max-width: 1280px !important;
}

.blog-date {
    background: linear-gradient(272.39deg, #F36A32 1.94%, #8D3E1D 98.06%);
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 20px;
    padding: 14px 10px;
    position: absolute;
    top: -70px;
    left: 20px;
}

.blog-date span {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 40px;
}

.blog-date p {
    color: #fff !important;
    font-size: 16px !important;
    margin: 0 !important;
}

.blog-text h5 {
    font-size: 22px;
    line-height: 30px;
}

.blog-text {
    position: relative;
    padding: 40px 0 0;
}

.blog-text p {
    color: #414141;
    font-size: 18px;
}

.blog-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin: -100px 0 0;
}

.blog-img img {
    width: 100%;
}

section.blog-section .row {
    padding: 110px 0 0;
}

section.blog-section .row .col-sm-4 {
    padding: 15px;
}

.blog-box {
    background: #FAFAFA;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
}

.blog-btn {
    text-align: center;
    padding: 30px 0 0;
}

section.blog-section .row.gap_col {
    gap: 80px 0px;
}



.job_description{
    color: #40c8f4;
    font-size: 18px;
}

footer.footer-section {
    background: #fdb731 url(../images/footer-bg.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
}

footer.footer-section:before {
    content: '';
    background: url(../images/footer-before.png);
    height: 74px;
    width: 39px;
    position: absolute;
    left: 70px;
    top: 56%;
    z-index: 99;
}

footer.footer-section:after {
    content: '';
    background: url(../images/footer-after.png);
    height: 74px;
    width: 95px;
    position: absolute;
    left: 40%;
    top: 80%;
    z-index: 99;
}

.newsletter-icon {
    width: 110px;
    float: left;
}

.newsletter-text {
    width: calc(100% - 110px);
    float: right;
    padding-left: 15px;
    padding-top: 5px;
}

.newsletter-text h5 {
    font-size: 28px;
    color: #fff;
    margin: 0 0 10px;
}

.newsletter-text p {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.newsletter-form {
    position: relative;
}

.newsletter-form input.form-control {
    height: 60px;
    border-radius: 40px;
    box-shadow: none !important;
    border: none !important;
    padding: 10px 200px 10px 20px;
}

input.Subscribebtn {
    padding: 12px 16px;
    color: #FFF;
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    border-radius: 50px;
    font-family: 'Poppins';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #F26432;
    border: none;
    cursor: pointer;
    width: 180px;
    text-align: center;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: all .5s;
}

input.Subscribebtn:hover {
    background: #333;
    color: #fff;
}




.footer-about {
    background: #fff;
    position: relative;
    border-radius: 0px 263px 258px 0px;
    padding: 22px 108px 22px 0px;
    max-width: 630px;
}

.footer-about:before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.row.newsletter-row {
    padding: 0 0 40px;
    margin: 0px -10px 60px;
    border-bottom: 1px solid #fff;
}

.footer-logo {
    padding: 0 0 20px;
}

.footer-address {
    color: #414141;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.social-media-list {
    padding: 25px 0 0;
}

.social-media-list ul {
    padding: 0;
    margin: 0;
}

.social-media-list ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.social-media-list ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 2px solid #FCAF31;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}

.footer-links {
    padding-left: 70px;
    padding-top: 50px;
}

.footer-links h5 {
    color: #fff;
    font-size: 26px;
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.footer-copyright {
    padding: 50px 0 15px;
}

.footer-copyright p {
    color: #fff;
    margin: 0;
}

.footer-links h5:before {
    content: '';
    background: #fff;
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0px;
    z-index: 0;
    left: 0;
}

.footer-links li {
    list-style: none;
    margin: 0 0 15px;
}

.footer-links li a {
    color: #fff;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}



section.inner-banner {
    position: relative;
    padding: 70px 0;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    overflow: hidden;
    background: url(../images/inn-bg.png);
}

.inner-title {
    color: #fff;
    font-family: 'Poppins';
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
}

.inner-title span {
    color: #333;
}

.inner-menu {
    text-align: right;
}

.inner-menu p {
    margin: 0;
    font-weight: 500;
    color: #fff;
}

.inner-menu p a {
    color: #333;
}

.inner-menu p a:hover {
    color: #fff;
}



section.inner-banner .row {
    align-items: center;
}

.contact-form {
    box-shadow: 0px 0px 30px 0px rgba(10, 10, 9, 0.1);
    padding: 30px 30px;
    border-radius: 8px;
}

section.contact-form-section {
    padding: 70px 0;
}

.contact-header {
    padding: 0 0 10px;
}

.contact-footer {
    padding: 10px 0 0;
}

.contact-form-left .section-title {
    padding: 0 0 20px;
}

.contact-form-left .section-title::before {
    margin: 0;
}

.Benefitscontact.default-css ul {
    column-count: 3;
}

.Benefitscontact.default-css {
    padding: 20px 0 0;
}

label.form-check-label {
    color: #717B89;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 20px;
    margin: 0 0 7px !important;
}

section.career_form .container .row form .label-add-cv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-body label {
    color: #717B89;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 5px;
}

.contact-body .col-md-6 {
    margin: 0 0 15px;
}

.contact-body .form-control {
    font-size: 14px;
}

.contact-footer a.theme-btn {
    min-width: 140px;
    text-align: center;
}

.service-icon:before {
    content: '';
    border: 3px solid #F26432;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 50%;
}

.footer-logo img {
    max-width: 220px;
    margin-left: -10px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da !important;
    outline: 0;
    box-shadow: none !important;
}

.country-box {
    width: 28%;
    padding: 0 0;
}

.country-box select.form-control {
    padding: 6px 0px;
    height: 35px;
    border-right: none !important;
    padding-left: 7px;
    border-radius: .25rem 0rem 0rem .25rem;
}

.countryrow {
    display: flex;
}

.blogdetail-img.mb-4 {
    max-width: 1100px;
    margin: 0 auto 20px;
}

.country-Mobile-box {
    width: 72%;
}

.country-Mobile-box .form-control {
    border-left: 0px !important;
    border-radius: 0rem .25rem .25rem 0rem;
}










#loader-main {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
}

#loader {
    border: 10px solid rgb(250 185 41);
    border-radius: 50%;
    border-top: 10px solid #eb5f32;
    width: 180px;
    height: 180px;
    bottom: 0;
    -webkit-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

div#loader-load {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div#loader-load img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



section.about-page-section {
    padding: 70px 0;
}

section.about-page-section .about-row-repeated:nth-child(even) {
    background-color: #E6F7F9;
}

section.about-page-section .about-row-repeated:nth-child(even) .row {
    flex-direction: row-reverse;
}

section.about-page-section .about-row-repeated {
    padding: 40px 0px;
}

section.about-page-section .about-row-repeated:first-child {
    padding: 0px 0 40px;
}

section.about-page-section .about-row-repeated:last-child {
    padding: 40px 0 0px;
}

.about-page-text .section-title::before {
    margin: 0;
    bottom: 10px;
}

.about-page-img img {
    width: 100%;
    border-radius: 10px;
}

.about-row-repeated .row {
    align-items: center;
}

section.Services-top-section {
    padding: 70px 0 0;
}

.Services-page-img img {
    width: 100%;
    border-radius: 20px;
}

.Services-page-text .section-title {
    max-width: 670px;
}

section.Services-top-section .row {
    align-items: center;
}

.Services-page-text {
    padding-left: 40px;
    max-width: 700px;
}

.Services-page-text p {
    line-height: 26px;
}


.Services-page-text .section-title::before {
    margin: 0;
    bottom: 10px;
}

section.Services-page-section {
    padding: 70px 0;
}

section.Services-page-section .section-title {
    font-family: 'Poppins';
    font-weight: 600;
    color: #000000;
    text-transform: none;
    font-size: 40px;
    display: block;
    position: relative;
    line-height: 46px;
    z-index: 1;
    text-align: center;
}

section.Services-page-section .section-title::before {
    bottom: 9px;
}

section.default-section .section-title.text-center {
    display: block;
    text-align: center;
}

section.default-section .default-css .blogdetail-img.mb-4 {
    overflow: hidden;
    display: block;
    margin-top: 25px;
}

section.default-section .default-css .blogdetail-img.mb-4 img {
    transition: all .5s;
}

section.default-section .default-css .blogdetail-img.mb-4:hover img {
    transform: scale(1.1);
}



.about-page-img {
    margin-right: 40px;
}

section.about-page-section .about-row-repeated .container .row .col-sm-6 .about-page-img {
    overflow: hidden;
    display: block;
    border-radius: 10px;
}

section.about-page-section .about-row-repeated .container .row .col-sm-6 .about-page-img img {
    transition: all .5s;
}

section.about-page-section .about-row-repeated .container .row .col-sm-6 .about-page-img:hover img {
    transform: scale(1.1);
}

section.about-page-section .about-row-repeated:nth-child(even) .about-page-img {
    margin-right: 0px;
    margin-left: 40px;
}


section.default-section {
    padding: 35px 0;
}


.section-title.before::before {
    margin: 0;
    bottom: 6px;
}

.Readmore_jobdescription{
    font-size: 16px;
}

.Readmore_jobdescription:hover{

    color: #000 !important
}

.jobdetail_mainbox{
    box-shadow: 0px 0px 30px 0px rgba(10, 10, 9, 0.1);
    padding: 18px 16px;
    border-radius: 8px;
}

.apply_nowpopup{
    background-color: #40c8f4;
    border: none;
    color: white;
    padding: 6px 28px;
    border-radius: 24px !important;
}
.contact-form-left {
    border: .5px solid #cccccc87;
    padding: 14px 16px;
}s

.row.jobs-list .col-sm-4 {
    padding: 15px;
}

.row.jobs-list .col-sm-4 .card {
    padding: 15px;
}

.resetbtn{
    background-color: #ffc107!important;
    border-radius: 22px !important;
}


.card-jobs-text {
    position: relative;
}

.card-jobs-text h4 {
    margin: 0 0 5px;
    font-size: 20px;
}

.card-jobs-text .btn_career {
    text-align: end;
    margin-top: 0px;
}



.career_socialicon a:hover{

  transform: translateY(2px);
}

section.Partner-Form {
    padding: 70px 0;
}


.default-css .section-title::before {
    margin: 0;
    bottom: 10px;
}

.section-title.bl::before {
    margin: 0;
    bottom: 10px;
}

.blogdetail-img img {
    max-height: 450px;
    object-fit: cover;
}

section.Services-page-section .container .row.Services-list {
    gap: 10px 0px;
    padding: 0px 0 0;
}

.progress-bar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    z-index: 9999;
  }
  
 .progress-bar-container .progress-bar {
    height: 100%;
    background-color: #edac2f;
    transition: all 0.3s ease;
  }
.card-career{
    padding: 30px 30px;
    border-radius: 20px;
}
.theme-btn.women_button{
    background: rgb(255 118 254) !important ;
    /* background: linear-gradient(90deg, rgba(241,22,239,1) 0%, rgba(241,22,239,1) 100%) !important; */
}
.theme-btn.women_button:before {
    background: #f116ef;
}
.type_job.text_women{
    color: #f116ef !important;
}
.type_job{
    background: #edf4ff;
    color: #40c8f4 !important;
}
.btn_career .theme-btn {

    border-radius: 25px;
    white-space: nowrap;
}

.career_formbox {
    box-shadow: 0px 0px 30px 0px rgba(10, 10, 9, 0.1);
    padding: 30px 30px;
    border-radius: 8px;
}


.join_usheading{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}
.fs-15{
    font-size: 15px !important;
}

.fs-12{
    font-size: 12px !important;
}
.col_gap{gap: 20px 0;}
.ul-job-des ul li{
    font-size: 15px;
    font-weight: 400;
    color: #717B89;
}
@media (min-width:1200px) {
    .container {
        max-width: 100% !important;
    }

}

@media (min-width:1300px) {
    .container {
        max-width: 1270px !important;
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1366px !important;
    }
}

@media (min-width:1500px) {
    .container {
        max-width: 1340px !important;
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1530px !important;
    }
}

@media (min-width:1700px) {
    .container {
        max-width: 1470px !important;
    }
}


@media (max-width:1700px) {

    .Business-box:before {
        width: 100px;
        height: 100px;
        right: -20px;
    }
}

@media (min-width: 1600px) and (max-width: 1699px) {
    footer.footer-section::before {
        left: 5px;
    }
}




@media (max-width:1600px) {


    .header-logo img {
        max-width: 190px;
    }

    .header-btn a.theme-btn {
        padding: 10px 21px;
        font-size: 15px;
        line-height: 18px;
    }

    .header-btn {
        padding-left: 15px;
    }

    .hero-title {
        font-size: 40px;
        line-height: 54px;
        max-width: 630px;
        padding: 0px 0 15px;
        font-weight: 600;
    }

    .hero-title small {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }

    a.theme-btn {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .floating-icon {
        right: -52px;
    }

    .gff-details {
        padding: 10px 0 0;
    }

    .gff-logo img {
        max-width: 150px;
    }

    .banner-caption p {
        font-size: 16px;
        line-height: 26px;
    }

    .gff-date strong {
        font-size: 22px;
    }

    .gff-date p img {
        left: 1px;
        top: 0;
        max-width: 24px;
    }

    .gff-date p {
        margin: 0;
        padding-left: 25px;
    }

    .gff-logo {
        padding-right: 15px;
        margin-right: 15px;
    }

    .gff-date {
        max-width: 215px;
        padding-right: 15px;
        margin-right: 15px;
        min-height: 90px;
        padding-top: 5px;
    }

    .gff-booth p strong {
        font-size: 22px;
        line-height: 32px;
    }

    .carousel-item.Effbanner .banner-caption {
        padding: 30px 0 0;
    }

    .banner-img:before {
        width: 80px;
        height: 80px;
        left: -40px;
    }

    .banner-caption:before {
        width: 80px;
        height: 80px;
        bottom: -100px;
        right: 60px;
    }

    .banner-img {
        max-width: 420px;
    }

    section.home-banner:before {
        width: 20%;
        height: 330px;
        top: 25%;
        right: -60px;
    }

    .section-title {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 36px;
        padding: 0 0 20px;
    }

    section.Services-page-section .section-title {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .service-icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin-left: 50px;
        margin-bottom: -50px;
    }

    .service-description {
        border-radius: 60px;
        padding: 80px 42px 35px;
    }

    .Services-box {
        padding: 35px 15px 0;
    }

    section.Services-page-section .container .row.Services-list .col-sm-4 .Services-box {
        padding: 20px 15px 0;
    }

    section.Services-page-section .container .row.Services-list .col-sm-4 .Services-box:hover {
        padding: 0px 15px 0;
    }

    .Services-list .owl-dots {
        padding: 10px 0 0;
    }

    .Services-list .owl-item.active.center .Services-box {
        padding: 0px 15px 0;
    }

    .Business-box:before {
        width: 60px;
        height: 60px;
        bottom: -5%;
        right: 60px;
    }

    section.Business-section .container {
        padding: 0 15px;
    }

    .service-title {
        margin-bottom: 14px;
        font-size: 20px;
        line-height: 26px;
    }

    section.Services-section {
        padding: 30px 0 60px;
    }

    .about-img:before {
        width: 90px;
        height: 80px;
        top: 37%;
        transform: rotate(118deg);
        left: 10px;
    }

    .about-content .section-title {
        padding: 0 0 15px;
        margin-bottom: 15px;
    }

    .counter-value {
        margin-bottom: 10px;
        font-size: 36px;
        line-height: 36px;
    }

    .count-box h4 {
        font-weight: 500;
        font-size: 18px;
    }

    section.count-section .row {
        padding: 40px 20px;
        border-radius: 10px;
        margin: 0;
    }

    .sub-title {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 5px;
    }

    .Business-left .section-title {
        padding: 0 0 15px;
        margin-bottom: 30px;
    }

    .Headed-row:before {
        width: 130px;
        height: 158px;
        top: -70px;
        left: 0px;
    }

    .Headed-row::after {
        width: 130px;
        height: 158px;
        bottom: -70px;
        right: 0px;
    }

    section.Business-section:before {
        width: 690px;
        height: 494px;
        bottom: -1%;
    }

    .Business-text h5 {
        font-size: 20px;
        margin: 0 0 10px;
        line-height: 24px;
    }

    .Business-text p {
        font-size: 14px;
        line-height: 20px;
    }

    .Business-info .Business-icon {
        width: 45px;
    }

    .Business-text {
        width: calc(100% - 55px);
        padding-left: 10px;
    }

    section.Business-section {
        padding: 50px 0;
    }

    section.Headed-section {
        padding: 40px 0 50px;
    }

    .Customers-Div {
        padding: 80px 70px;
        max-width: 1040px;
        border-radius: 390px;
        margin: 50px auto 0;
    }

    .Customers-info p {
        font-size: 20px;
        line-height: 32px;
    }

    section.Headed-section .row .col-sm-4 {
        padding: 15px;
    }

    .Headed-icon {
        padding: 0 0 20px;
    }


    footer.footer-section:before {
        display: none;
    }

    section.Services-top-section {
        padding: 40px 0px 0px;
    }

    section.Services-page-section {
        padding: 40px 0px 50px;
    }

    section.default-section {
        padding: 40px 0px 50px;
    }

    section.about-page-section {
        padding: 40px 0px 50px;
    }

    section.contact-form-section {
        padding: 40px 0px 50px;
    }

    section.blog-section {
        padding: 40px 0px 50px;
    }

    section.Headed-section .text-center .section-title.mission-bottom {
        margin-bottom: 21px;
    }







}






@media (max-width:1199px) {


    .container {
        max-width: 100% !important;
    }

    .header-menu {
        padding-right: 50px;
    }

    .header-logo img {
        max-width: 180px;
        width: 180px;
        margin-left: -5px;
    }

    .header-btn {
        padding-left: 0px;
    }

    a.theme-btn.Contactus {
        margin-left: 0px;
    }

    .Business-box .row {
        margin: 0;
    }

    footer.footer-section:before {
        display: none;
    }

    .footer-links {
        padding-left: 20px;
        padding-top: 50px;
    }

    .about-content.default-css ul li {
        width: 100%;
        display: block;
        float: unset;
        padding-right: 20px;
    }

    .about-img::before {
        width: 55px;
        height: 55px;
    }

    .about-img::after {
        width: 55px;
        height: 55px;
    }

    section.about-page-section .about-row-repeated .container .row .col-sm-6 .about-page-img {
        margin-right: 0px;
        margin-left: 0px;
    }

    section.default-section .container .row.jobs-list .col-sm-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    section.Services-page-section .container .row.Services-list .col-sm-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    section.Services-page-section .container .row.Services-list {
        padding-top: 0px;
    }






}



@media (max-width:992px) {

    section.Services-page-section .container .row.Services-list .col-sm-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    section.contact-form-section .container .row .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    section.contact-form-section .container .row .col-sm-6:last-child {
        margin-top: 20px;
    }

    footer.footer-section .container .row.newsletter-row .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .newsletter-info.clearfix {
        padding: 0px 0 20px;
    }

    footer.footer-section .container .row .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    footer.footer-section .container .row .col-sm-3 {
        flex: 0 0 auto;
        width: 50%;
    }

    section.blog-section .row.gap_col .col-sm-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    section.Headed-section .row .col-sm-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    .Headed-row::after {
        bottom: -20px;
    }
    .default-section.career_form{
        padding-top: 20px !important;
    }

}

@media (min-width: 812px) and (max-width: 855px) {
    section.home-banner .carousel-indicators {
        bottom: -28px;
    }
}


@media (max-width:812px) {



    section.home-banner {
        padding: 40px 0;
        background-size: 210% 100% !important;
    }

    .banner-img {
        max-width: 350px;
    }

    section.home-banner .col-sm-6 {
        width: 100%;
        order: 2;
    }

    section.home-banner .col-sm-6:Last-child {
        order: 1;
    }

    .hero-title small {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    .banner-caption {
        padding: 30px 0 0;
    }

    .hero-title {
        font-size: 24px;
        line-height: 31px;
        max-width: 370px;
        padding: 0px 0 15px;
    }

    .gff-logo img {
        max-width: 100px;
    }

    .hero-btn {
        padding: 10px 0 0;
    }

    .gff-date strong {
        font-size: 16px;
    }

    .gff-date p img {
        left: 0px;
        top: 2px;
        max-width: 20px;
    }

    .banner-caption p {
        font-size: 14px;
        line-height: 20px;
        text-transform: capitalize;
    }

    .gff-booth p strong {
        font-size: 16px;
        line-height: 26px;
    }

    .gff-date {
        max-width: 185px;
        padding-right: 10px;
        margin-right: 10px;
        min-height: 60px;
        padding-top: 5px;
    }

    .gff-details {
        padding: 0px 0 10px;
    }

    .gff-logo {
        padding-right: 10px;
        margin-right: 10px;
    }

    section.home-banner .carousel-inner {
        padding: 0 0 60px;
    }

    section.home-banner::before {
        display: none;
    }

    .banner-caption:before {
        width: 60px;
        height: 60px;
        bottom: 0px;
        right: 30px;
        display: none;
    }

    .banner-img::before {
        display: none;
    }

    .header-btn a.theme-btn {
        padding: 8px 18px;
        font-size: 14px;
        line-height: 18px;
    }

    .header-section .col-sm-3 {
        width: 25%;
    }

    .header-section .col-sm-9 {
        width: 75%;
    }

    a.theme-btn {
        padding: 8px 20px;
        font-size: 14px;
        line-height: 20px;
    }

    section.Services-section {
        padding: 10px 0 40px;
    }


    .section-title {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 30px;
        padding: 0 0 15px;
    }

    .section-title {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 30px;
        padding: 0 0 15px;
    }

    .service-description {
        border-radius: 30px;
        padding: 70px 32px 25px;
    }

    .service-icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
        margin-left: 30px;
        margin-bottom: -50px;
    }

    .service-title {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    .Services-list {
        padding: 15px 0 0;
    }

    .Services-box {
        padding: 0px 15px 0;
    }

    .Services-list .owl-dots button.owl-dot {
        width: 10px;
        height: 8px;
        margin: 0 2px;
    }

    .Services-list .owl-dots button.owl-dot.active {
        width: 14px;
        background: #F26432;
    }

    section.about-section .col-md-6 {
        padding: 0 15px;
        width: 100%;
    }

    .about-img {
        max-width: 780px;
        margin: 0 auto;
        margin-right: auto;
        position: relative;
        z-index: 1;
    }

    .about-img::after {
        width: 50px;
        height: 50px;
    }

    .about-img::before {
        width: 50px;
        height: 50px;
    }

    .default-css ul li,
    .default-css ol li {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 6px;
    }

    .default-css ul li {
        padding-left: 20px;
        background-size: 14px;
    }

    .counter-value {
        margin-bottom: 8px;
        font-size: 26px;
        line-height: 30px;
    }

    .count-box h4 {
        font-weight: 500;
        font-size: 14px;
    }

    .count-box {
        border: none;
    }

    section.count-section {
        padding: 40px 0 10px;
    }

    section.count-section .col-md-3 {
        width: 50%;
        padding: 20px;
    }

    section.count-section .row {
        padding: 20px 20px;
        border-radius: 10px;
        margin: 0;
    }

    .Business-box .row .col-sm-6 {
        padding: 0;
        width: 100%;
    }

    .Business-img img {
        object-fit: cover;
        height: 400px;
    }

    .Business-video {
        position: absolute;
        top: 75%;
        transform: translate(-50%, -75%);
        left: 50%;
    }

    .Business-left {
        padding: 30px 30px;
        margin-right: 0px;
    }

    .Business-info .Business-icon {
        width: 40px;
    }

    .Business-text h5 {
        font-size: 18px;
        margin: 0 0 8px;
        line-height: 22px;
    }

    .Business-left .section-title {
        padding: 0 0 15px;
        margin-bottom: 20px;
    }

    .Business-info {
        padding: 0 0 10px;
    }

    .Headed-icon img {
        max-width: 60px;
    }

    section.Headed-section .row .col-sm-4 {
        padding: 15px;
        width: 50%;
    }

    section.Headed-section .row {
        justify-content: center;
    }

    .Headed-row:before {
        width: 80px;
        height: 88px;
        top: -26px;
        left: 0px;
    }

    .Headed-row::after {
        width: 80px;
        height: 88px;
        bottom: -20px;
        right: 0px;
    }

    .Headed-icon {
        padding: 0 0 15px;
    }

    .Headed-icon img {
        max-width: 60px;
    }

    .Headed-text h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .Headed-box:before {
        width: 100px;
        height: 210px;
        transform: rotate(45deg);
        left: -50px;
        top: -70px;
    }

    .Headed-box {
        padding: 30px 20px;
    }

    section.Headed-section .row .col-sm-4 {
        padding: 10px;
        width: 50%;
    }

    .Customers-info p {
        font-size: 14px;
        line-height: 24px;
    }

    .Customers-name h4 {
        font-size: 18px;
    }

    img.customers-icon {
        max-width: 50px;
    }

    .Customersimg {
        width: 64px;
        height: 64px;
    }

    .Customers-Div {
        padding: 60px 50px;
        max-width: 650px;
        border-radius: 390px;
        margin: 50px auto 0;
    }


    .blog-text h5 {
        font-size: 18px;
        line-height: 26px;
    }

    .blog-text p {
        font-size: 16px;
        margin: 0;
    }

    .blog-date {
        width: 80px;
        height: 80px;
        border-radius: 20px;
        padding: 14px 10px;
        top: -50px;
        left: 10px;
    }

    section.blog-section .row {
        padding: 0px 0 0;
        justify-content: center;
        margin: 0;
    }

    section.blog-section .row .col-sm-4 {
        padding: 10px;
        width: 50%;
        margin: 90px 0 0;
    }

    .blog-date span {
        font-size: 28px;
        line-height: 34px;
    }

    .blog-date p {
        font-size: 14px !important;
    }

    .blog-text {
        padding: 45px 0 0;
    }

    .blog-btn {
        padding: 10px 0 0;
    }

    section.blog-section {
        padding: 50px 0;
    }

    section.blog-section.all_blog-padd {
        padding: 25px 0px;
    }

    .newsletter-icon {
        width: 70px;
    }

    .newsletter-text h5 {
        font-size: 20px;
        margin: 0 0 5px;
    }

    .newsletter-text {
        width: calc(100% - 70px);
        padding-left: 10px;
        padding-top: 5px;
    }

    .newsletter-text p {
        font-size: 16px;
    }

    input.Subscribebtn {
        padding: 7px 16px;
        font-size: 14px;
        line-height: 20px;
        width: 120px;
        height: 38px;
        right: 5px;
        top: 5px;
    }

    .newsletter-form input.form-control {
        height: 46px;
        border-radius: 40px;
        padding: 10px 130px 10px 15px;
    }

    .footer-about {
        background: #fff;
        position: relative;
        border-radius: 0px 160px 160px 0px;
        padding: 40px 50px 40px 0px;
        max-width: 620px;
    }

    .row.newsletter-row {
        padding: 0 0 30px;
        margin: 0px -10px 40px;
    }

    footer.footer-section {
        padding: 50px 0 0;
    }

    .footer-links h5 {
        font-size: 18px;
        padding: 0 0 10px;
        margin-bottom: 10px;
    }

    .footer-links li {
        margin: 0 0 10px;
    }

    .footer-links li a {
        font-size: 16px;
        line-height: 20px;
    }

    .footer-links h5:before {
        width: 30px;
        height: 1px;
    }

    .footer-logo {
        padding: 0 0 15px;
    }

    .footer-logo img {
        max-width: 150px;
    }

    .footer-address {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-address img {
        max-width: 20px;
        margin: -3px 0 0;
    }

    .social-media-list {
        padding: 15px 0 0;
    }

    .social-media-list ul li a {
        width: 34px;
        height: 34px;
        border: 1px solid #FCAF31;
        line-height: 30px;
    }

    .social-media-list ul li a img {
        max-height: 15px;
    }

    footer.footer-section:after {
        height: 44px;
        width: 65px;
        left: 40%;
        top: 84%;
        z-index: 99;
        background-size: 100% 120%;
    }

    .footer-copyright {
        padding: 40px 0 15px;
    }

    section.Business-section:before {
        width: 90%;
        height: 30%;
        bottom: -1%;
    }


    h5 {
        font-size: 16px;
    }

    h4 {
        font-size: 20px;
        line-height: normal;
    }

    .Benefitscontact.default-css {
        padding: 10px 0 0;
    }

    section.contact-form-section {
        padding: 50px 0;
    }

    section.contact-form-section .col-sm-6 {
        width: 100%;
    }

    .section-title:before {
        width: 50px;
        height: 2px;
        bottom: 5px;
        z-index: -1;
    }

    .contact-form {
        padding: 30px 20px;
    }

    .contact-footer a.theme-btn {
        min-width: 120px;
        text-align: center;
    }

    .inner-title {
        font-size: 22px;
        line-height: 28px;
    }

    .row.Services-list .col-sm-4 {
        width: 50%;
        padding: 10px 10px 20px;
    }

    a.theme-btn:hover:before,
    a.theme-btn:focus:before,
    a.theme-btn:active:before {
        display: none;
    }

    a.theme-btn:hover,
    a.theme-btn:focus,
    a.theme-btn:active {
        background-color: #333;
    }

    section.Services-top-section .container .row .col-sm-5 {
        flex: 0 0 auto;
        width: 100%;
    }

    section.Services-top-section .container .row .col-sm-7 {
        flex: 0 0 auto;
        width: 100%;
    }

    section.Services-top-section .Services-page-text {
        margin-top: 25px;
    }

    section.Services-page-section .section-title {
        font-size: 22px;
    }

    .banner-img {
        max-width: 100%;
    }

    section.about-page-section .about-row-repeated .container .row .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    section.about-page-section .about-row-repeated .container .row .col-sm-6 .about-page-text .sub-title {
        margin-top: 20px;
    }

    section.default-section .container .row.jobs-list .col-sm-4 {
        flex: 0 0 auto;
        width: 100%;
    }

    section.Services-page-section {
        padding: 10px 0px 30px;
    }

    section.about-page-section .about-row-repeated:first-child {
        padding: 0px 0 5px;
    }

    section.about-page-section .about-row-repeated {
        padding: 40px 0px 5px 0px;
    }

    section.Services-page-section .container .row.Services-list .col-sm-4 .Services-box {
        padding: 0px 15px 0;
    }

    section.Services-page-section .container .row.Services-list {
        gap: unset;
    }

    section.blog-section .row.gap_col {
        gap: 0px 0px;
    }

    section.home-banner .carousel-indicators {
        bottom: 10px;
    }



}



@media (max-width:701px) {

    section.Services-page-section .container .row.Services-list .col-sm-4 {
        flex: 0 0 auto;
        width: 100%;
    }


}





@media (max-width:575px) {

    .header-menu {
        padding-right: 45px;
    }
    .header-logo img{
        max-width: 130px;
        width: 130px;
    }
    .card-career{padding: 20px;}
    .fs-15{font-size: 14px !important;}
    .banner-img:before {
        display: none;
    }

    .gff-details {
        display: block;
    }

    .gff-logo {
        margin: 0 0 10px;
        padding: 0 0 10px;
        border-right: none;
        border-bottom: 1px solid #fff;
    }

    .gff-date {
        max-width: 100%;
        min-height: inherit;
        padding-top: 5px;
        margin: 0 0 10px;
        padding: 0 0 10px;
        border-right: none;
        border-bottom: 1px solid #fff;
    }

    .about-content.default-css ul li {
        width: 100%;
        display: inline-block;
        float: left;
        padding-right: 0px;
    }

    section.count-section .col-md-3 {
        width: 100%;
        padding: 12px;
    }

    .Business-left {
        padding: 30px 20px 10px;
        margin-right: 0px;
    }

    .Business-video {
        max-width: 80px;
    }

    .sub-title {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 5px;
    }

    .Business-text {
        width: calc(100% - 55px);
        padding-left: 5px;
    }

    section.Headed-section .row .col-sm-4 {
        padding: 10px;
        width: 100%;
    }

    .Customers-Div {
        border-radius: 40px;
        margin: 30px auto 0;
    }

    .Customersimg {
        width: 44px;
        height: 44px;
    }

    .Customersimg.quote3 {
        top: 40%;
        left: 3px;
    }

    .Customersimg.quote4 {
        width: 44px;
        height: 44px;
        right: 12px;
    }

    .Customers-info .star {
        text-align: center;
        padding: 0 0 10px;
    }

    .Customers-info .star img {
        margin: 0 1px;
        max-width: 19px;
    }

    .blog-text h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .blog-text p {
        font-size: 14px;
        margin: 0;
    }

    .blog-date {
        width: 70px;
        height: 70px;
        border-radius: 20px;
        padding: 8px 10px;
        top: -50px;
        left: 10px;
    }

    section.blog-section .row {
        padding: 0px 0 0;
        justify-content: center;
        margin: 0;
    }

    section.blog-section .row .col-sm-4 {
        padding: 10px;
        width: 100%;
        margin: 90px 0 0;
    }

    .blog-date span {
        font-size: 28px;
        line-height: 34px;
    }

    .blog-date p {
        font-size: 14px !important;
    }

    .blog-text {
        padding: 45px 0 0;
    }

    .blog-btn {
        padding: 10px 0 0;
    }

    section.blog-section {
        padding: 50px 0;
    }

    .row.newsletter-row .col-sm-6 {
        width: 100%;
    }

    .newsletter-info.clearfix {
        padding: 0px 0 20px;
    }

    .newsletter-text h5 {
        font-size: 18px;
        margin: 0 0 4px;
    }

    .newsletter-text p {
        font-size: 14px;
    }

    .newsletter-icon {
        width: 60px;
    }

    .newsletter-text {
        width: calc(100% - 60px);
        padding-left: 10px;
        padding-top: 2px;
    }

    .footer-links {
        padding-left: 10px;
        padding-top: 20px;
    }

    .footer-about {
        background: #fff;
        position: relative;
        border-radius: 0px 80px 70px 0px;
        padding: 40px 30px 30px 0px;
        max-width: 620px;
        margin: 0 0 20px;
    }

    .inner-menu {
        text-align: left;
        padding: 15px 0 0;
    }

    section.inner-banner {
        padding: 60px 0;
    }

    .footer-logo img {
        margin-left: -5px;
    }

    .row.Services-list .col-sm-4 {
        width: 100%;
        padding: 10px 10px 20px;
    }

    .Services-page-img {
        padding: 0 0 20px;
    }

    section.Services-top-section .Services-page-text {
        margin-top: 0px;
    }

    section.default-section .container .row.jobs-list .col-sm-4 .card.shadow .card-jobs-text {
        padding-right: 45px;
    }

    footer.footer-section .container .row .col-sm-3 {
        flex: 0 0 auto;
        width: 100%;
    }

    section.blog-section .row.gap_col .col-sm-4 {
        flex: 0 0 auto;
        width: 100%;
    }

}


@media (max-width:480px) {
    .header-btn a.theme-btn {
        padding: 7px 13px;
        font-size: 14px;
        line-height: 18px;
    }
}

/* footer csss */
.footer_bootom_content .copyright {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
    text-align: end;
}

.footer_bootom_content .update {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
    text-align: end;
}
@media (max-width: 991px) {
    .footer_bootom_content .copyright {
        text-align: center;
    }
    .footer_bootom_content .update {
        text-align: center;
    }
}


.send_otpbtn{
    background: #40C8F4;
    border: none;
    padding: 6px 5px;
    float: inline-end;
    margin-top: -37px;
    border-radius: 0px 5px 5px 0px;
    max-height: 36px;
    color: white;

}

.verify_otpbtn {
    background-color: #139357;
    border: none;
    border-radius: 7px;
    color: white;
}




.gap_ycoutsem{
    gap: 20px 0px;
}
.keyservice .card_serive{
    border: 3px solid #CCCCCC;
    border-radius: 10px;
    padding: 10px 10px;
    text-align: center;
    transition: all .5s;
}
.keyservice .card_serive:hover{
    border-color: #F26432;
}
.keyservice .card_serive .icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F26432;
    margin: 0 auto;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    transition: all .5s;
}
.keyservice .card_serive:hover .icon{
    background-color: #F26432;
}
.keyservice .card_serive .icon img {
    width: auto;
    position: absolute;
    top: 10px;
    height: 80px;
    transition: all .5s;
}
.keyservice .card_serive:hover .icon img {
    top: -39px;
}


.keyservice .card_serive .text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 10px;
}





.keyservice .card_serive:hover .icon{
    background-color: #F26432;
}
.keyservice .card_serive .icon svg{
    max-width: 24px;
    width: 24px;
    stroke-width: .5;
    stroke: #4f4f4f;
    transition: all .5s;
}

.keyservice .card_serive:hover .icon svg{
    stroke: #fff;
    stroke-width: 1;
}