@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

body .container {
    max-width: 1600px;
    width: 100%;
    padding: 0 60px;
}


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

.header-section {
    background: #fff;
}

.header-section.fixHeader {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.navigation-header ul li {
    margin: 0 35px 0 0;
}

.navigation-header ul li a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 20px 0;
    letter-spacing: 0.7px;
}

.navigation-header ul li a:hover {
    color: #2098d1
}

.navigation-header ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #2098D1;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navigation-header ul li a:hover:before,
.navigation-header ul li a:focus:before,
.navigation-header ul li a:active:before {
    left: 0;
    right: 0;
}

.navigation-header ul li.active a {
    color: #2098d1
}

.navigation-header ul li.active a::before {
    position: absolute;
    bottom: 0;
    height: 3px;
    background: #2098d1;
    width: 100%;
    left: 0;
}

.button-enquiry a {
    background: linear-gradient(90deg, #00E5F6 0%, #00DEFF 39.9%, #00C4F9 100%);
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: 8px 20px;
    display: inline-block;
    font-size: 14px;
}

.button-enquiry a svg {
    margin: 0 5px 0 0;
}

.button-enquiry a:hover {
    background: linear-gradient(90deg, #00DEFF 0%, #00C4F9 39.9%, #00E5F6 100%);
}

button.btn.mobile-toggle {
    background: #6e98ca;
    border-radius: 0;
    color: #fff;
    font-size: 23px;
    padding: 0 7px;
    margin: 0;
    box-shadow: inherit;
    border: none;
}

.site-logo-bar a {
    display: inline-block;
    width: 180px;
}

.offcanvas .navigation-header ul li a {
    padding: 10px 0;
    font-size: 13px;
}

.offcanvas .navigation-header ul li {
    margin: 0;
}

body .offcanvas.offcanvas-start {
    width: 300px;
}


/*Banner CSS*/

.tech-banner-section {
    background: #FBFBFB;
    padding: 60px 0;
}

n .banner-content {
    padding: 60px 0 40px;
}

.tech-banner img {
    mix-blend-mode: darken;
}

.banner-content h1 {
    font-size: 54px;
    font-weight: 700;
    margin: 0 0 20px;
}

.banner-content h1 span {
    color: #0053A9;
}

.banner-content p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.banner-btn-list ul li a {
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    width: 150px;
    font-size: 16px;
    text-align: center;
    padding: 9px 0;
    color: #00E5F6;
    border: 1px solid #00E5F6;
    font-weight: 600;
}

.banner-btn-list ul li a:hover {
    background: linear-gradient(90deg, #00E5F6 0%, #00DEFF 39.9%, #00C4F9 100%);
    color: #fff;
    box-shadow: 0px 4px 4px #c3e5e8;
}

.banner-btn-list ul li.contact-btn a {
    background: linear-gradient(90deg, #00E5F6 0%, #00DEFF 39.9%, #00C4F9 100%);
    color: #fff;
    box-shadow: 0px 4px 4px #c3e5e8;
}

.banner-btn-list ul li.contact-btn a:hover {
    background: linear-gradient(90deg, #00E5F6 0%, #00C4F9 39.9%, #00DEFF 100%);
}

.company-logo-section {
    padding: 75px 0;
    margin: 60px 0;
}

.owl-carousel .owl-item .owl-logo img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.owl-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 71px;
    border-radius: 8px;
    filter: grayscale(1);
    background: #f9f9f9;
}

.owl-logo a:hover {
    filter: inherit;
}

.about-section {
    padding: 80px 0;
}

.about-content h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #272727;
}

.about-content p {
    color: rgba(39, 39, 39, 0.65);
    line-height: 28px;
    font-weight: 400;
}

.it-solutions-section {
    background: #F3F5F7;
    padding: 70px 0;
}

.section-top-heading h2 {
    font-weight: 700;
    color: #334;
    font-size: 35px;
    max-width: 900px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.section-top-heading h2 span {
    display: inline-block;
    background: #ffffff;
    position: relative;
    padding: 0 10px;
}

.section-top-heading h2.border-line:before {
    content: "";
    height: 1px;
    background: #C3E5E8;
    position: absolute;
    left: 0;
    right: 0;
    width: 500px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.solutions-box-area {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 2px 16px 4px rgba(195, 229, 232, 0.25);
}

.solutions-box-area h4 {
    font-weight: 700;
    color: #272727;
    margin: 0 0 10px;
    font-size: 18px;
}

.solutions-box-area p {
    color: rgba(39, 39, 39, 0.65);
    line-height: 28px;
    font-weight: 400;
    font-size: 15px;
}

.discover-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #296FB7;
    transition: 0.2s ease;
}

.discover-btn a i {
    transition: 0.2s ease;
}

.discover-btn a:hover i {
    margin: 0 0 0 10px;
    display: inline-block;
}


/* .platforms-section{padding:70px 0} */

.platforms-tabs-view {
    border: 1px solid #D9D9D9;
}

.platforms-tabs-view .nav-pills button {
    border-radius: 0;
    color: #333;
    font-weight: 600;
    text-align: left;
    padding: 10px;
    background: #fff;
    border-left: 3px solid transparent;
    font-family: 'Poppins' !important;
}

.platforms-tabs-view .nav-pills button.active {
    background: #fff;
    color: #2258A5;
    border-color: #2258A5;
}

.platforms-tabs-view .tab-content {
    height: 100%;
    padding: 20px;
}

.web-heading h4 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin: 0 0 15px;
    padding-bottom: 10px;
}

.web-heading h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background: #FF8B00;
}

.web-heading p {
    /*font-size: 16px; font-weight: 500;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529 !important;
}

.web-heading {
    margin: 0 0 20px;
}

.platforms-logos h6 {
    color: #212529 !important;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.platforms-logos ul li a {
    display: flex;
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
}

.platforms-logos ul li a img {
    height: 100%;
}

.platforms-logos {
    margin: 0 0 40px;
}

img.vert-move {
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #01b0f8;
    margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
    background: #01b0f8;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.gtco-testimonials .card {
    background: #fff;
    margin: 0px;
    padding: 30px 100px;
    ;
    border-radius: 20px;
    padding-bottom: 100px;
    border: none;
}

.gtco-testimonials .card .card-img-top {
    max-width: 80px;
    border-radius: 50%;
    margin: 15px auto 0;
    background: #E1EDFB;
    width: 80px;
    height: 80px;
}

.text-slide-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #004d72;
    margin: 0 0 5px;
    font-family: 'Poppins', sans-serif;
}

.text-slide-content h6 {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin: 0 0 30px;
    font-family: 'Poppins', sans-serif;
}

.text-slide-content p {
    font-size: 17px;
    line-height: 31px;
    margin: 10px 0;
    color: #000;
    font-weight: 400;
    position: relative;
    font-style: italic;
}

.text-slide-content p:before,
.text-slide-content p:after {
    font-family: boxicons;
    position: absolute;
    color: rgb(0 77 114 / 10%);
    font-size: 100px;
}

.text-slide-content p:before {
    content: "\ee83";
    left: 15px;
    top: -65px;
}

.text-slide-content p:after {
    content: "\ee84";
    right: 15px;
    bottom: -65px;
}

.gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.gtco-testimonials .center {
    opacity: 1;
}

.gtco-testimonials .center h5 {
    font-size: 24px;
}

.gtco-testimonials .center h5 span {
    font-size: 20px;
}

.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 100px;
    width: 100px;
}

.gtco-testimonials .owl-item {
    padding: 0px;
}

.industries-section {
    padding: 100px 0 0
}

.industries-area {
    background: #f5f5f5;
    box-shadow: 0px 2px 16px 4px rgba(195, 229, 232, 0.25);
    border-radius: 10px;
    border: 1px solid #C3E5E8;
}

.industries-title {
    position: relative;
    padding-right: 50px;
}

.industries-title h3 {
    font-size: 18px;
    font-weight: 700;
    color: #004d72;
}

.industries-title a {
    width: 30px;
    height: 30px;
    background: rgb(93 221 255);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fdfdfd;
    position: absolute;
    right: 0;
    top: 2px;
}

.industries-area figure svg {
    height: 50px;
    width: auto;
}

.faq-heading h2 {
    font-size: 32px;
    font-weight: 700;
}

.faq-accordion .accordion-item {
    border: none;
    border-radius: 10px;
    background: transparent;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-accordion .accordion-item button.accordion-button {
    border-radius: 0px;
    background: #F0F8F9;
    padding: 20px 18px;
    padding-left: 70px;
    border: none;
    box-shadow: inherit;
    color: #296FB7;
    font-size: 16px;
    font-family: 'Poppins';
}

.faq-accordion .accordion-item button.accordion-button span {
    position: absolute;
    left: 15px;
    top: 22px;
    font-weight: 700;
}

.faq-accordion .accordion-item button.accordion-button span:after {
    content: "";
    height: 130%;
    width: 2px;
    background: #C3E5E8;
    position: absolute;
    right: -20px;
    top: -4px;
}

.faq-content {
    padding: 25px 15px 25px 70px;
}

.faq-content h4 {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 5px;
}

.faq-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    max-width: 100%;
    margin-bottom: 20px;
}

.faq-content p:last-child {
    margin-bottom: 0;
}

footer.footer-section {
    background: rgba(0, 83, 169, 0.84);
    max-width: 100%;
    padding: 0;
}

.footer-section-info {
    padding: 50px 0 0;
}

.footr-about ul li {
    color: #F5F5F5;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
}

.footer-links h4 {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding: 0 0 3px;
    margin: 0 0 30px;
}

.footer-links ul li {
    margin: 0 0 10px;
}

.footer-links ul li a {
    color: #F5F5F5;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
}

.social-media h4 {
    font-size: 18px;
    color: #fff;
    padding: 0 0 3px;
    margin: 0 0 30px;
    text-align: center
}

.social-media li.list-inline-item {
    width: 20%;
    text-align: center;
    float: left;
    margin: 0;
}

.copy-right-border {
    border-top: 1px solid rgba(195, 229, 232, 0.25);
    padding: 25px 0;
}

.copy-right-border p {
    font-size: 14px;
    color: #DBDBDB;
    letter-spacing: 0.5px;
}

.tabs-in-mobile .accordion-body {
    background: #343D55;
}

.tabs-in-mobile .accordion-item h2 button {
    color: #d0d2d6;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 15px;
}

.industries-area-1 {
    background: linear-gradient(90deg, #63f4ff 0%, #59dcff 100%);
    box-shadow: 0px 2px 16px 4px rgb(195 229 232 / 25%);
    border-radius: 10px;
}

.industries-area-2 {
    background: linear-gradient(90deg, #63f4ff 0%, #59dcff 100%);
    box-shadow: 0px 2px 16px 4px rgb(195 229 232 / 25%);
    border-radius: 10px;
}

.industries-area-3 {
    background: linear-gradient(90deg, #63f4ff 0%, #59dcff 100%);
    box-shadow: 0px 2px 16px 4px rgb(195 229 232 / 25%);
    border-radius: 10px;
}

.industries-area-4 {
    background: linear-gradient(90deg, #63f4ff 0%, #59dcff 100%);
    box-shadow: 0px 2px 16px 4px rgb(195 229 232 / 25%);
    border-radius: 10px;
}

.industries-area-5 {
    background: linear-gradient(90deg, #63f4ff 0%, #59dcff 100%);
    box-shadow: 0px 2px 16px 4px rgb(195 229 232 / 25%);
    border-radius: 10px;
}

.industries-area-6 {
    background: linear-gradient(90deg, #63f4ff 0%, #59dcff 100%);
    box-shadow: 0px 2px 16px 4px rgb(195 229 232 / 25%);
    border-radius: 10px;
}

.industries-area-7 {
    background: linear-gradient(90deg, #63f4ff 0%, #59dcff 100%);
    box-shadow: 0px 2px 16px 4px rgb(195 229 232 / 25%);
    border-radius: 10px;
}

.industries-area-8 {
    background: linear-gradient(90deg, #63f4ff 0%, #59dcff 100%);
    box-shadow: 0px 2px 16px 4px rgb(195 229 232 / 25%);
    border-radius: 10px;
}

.hs-service ul.orange-arrow li a i {
    color: #ef8f1d;
}

.hs-service ul.green-arrow li a i {
    color: #40b735;
}

.h-work figure {
    position: relative;
    z-index: 1;
}

.h-work .h-work-cont {
    position: relative;
    z-index: 1;
}

.gtco-testimonials .card figure {
    margin: 0 0 35px;
}

.blue-bg-light {
    background: #fff;
    border: 1px solid #005984;
}

.blue-bg-light svg rect {
    fill: #f2f2f2;
}

.blue-bg-light svg path {
    stroke: #000;
}

.sticky-icons {
    position: fixed;
    top: 33%;
    margin: auto;
    z-index: 999;
    right: 0;
    text-align: right;
    background: #ff892e;
    padding: 10px;
    border-radius: 10px 0 0 10px;
}

.sticky-icons ul li {
    margin: 0 0 4px;
}

.sticky-icons ul li:last-child {
    margin: 0 0 0px;
}

.sticky-icons ul li a {
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: rgb(0 0 0 / 10%);
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 4px;
}

.sticky-icons ul li a span {
    display: none;
}

a.call-btn {
    display: inline-block;
    border: 1px solid #5cddff;
    background: rgb(92 221 255 / 10%);
    padding: 12px 20px;
    border-radius: 100px;
    color: #000;
    font-weight: 400;
}

.contact-user-top button.btn {
    background: #279bd2;
    border-radius: 30px;
    color: #fff;
    padding: 8px 10px;
    width: 50px;
    height: 50px;
    border: 1px solid #279bd2;
    font-size: 24px;
}

.buttons-group-list button.btn {
    padding: 15px 40px;
    border-radius: 4px;
    text-transform: uppercase;
    background: #286cb3;
    border-color: #286cb3;
}

.buttons-group-list button.btn.text-primary {
    background: #fff;
    color: #296fb7;
}

.tech-banner video {
    width: 100%;
    height: auto;
}

@media(max-width:991px) {
    button.btn.mobile-toggle {
        display: block
    }
    .button-enquiry a {
        padding: 0;
        background: #fff;
        color: #4c80be;
        font-weight: 700;
        font-size: 13px;
    }
    .button-enquiry a svg path {
        margin: 0 5px 0 0;
        fill: #4c80be;
    }
    .button-enquiry a svg {
        margin: 0 0px 0 0;
        width: 20px;
    }
    .section-top-heading h2 {
        font-size: 72px;
    }
    .banner-content h1 {
        font-size: 30px;
    }
}

.p-initial {
    position: initial;
}

.header-section .dropdown-menu {
    position: absolute !important;
    inset: 0px auto auto 0px !important;
    margin: 0px !important;
    transform: inherit !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    border: none;
    box-shadow: inherit;
    border-radius: 0;
    padding: 10px 12px 0;
    background: transparent;
}

.submenus-block {
    background: linear-gradient(90deg, #63f4ff 0%, #9bf2ff 39.9%, #59dcff 100%);
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}

.submenus-block h4 {
    font-weight: 600 !important;
    font-size: 20px;
    color: #004d72;
    text-transform: uppercase;
    font-family: 'Poppins' !important;
}

.submenus-block ul {
    margin: 7px 0 0;
    height: 50px;
    overflow: hidden;
}

.submenus-block:hover ul {
    height: auto;
}

.submenus-block1:hover ul {
    height: auto;
}

.submenus-block2:hover ul {
    height: auto;
}

.submenus-block.hover-ul ul {
    height: auto;
    overflow: visible;
}

.submenus-block ul li {
    margin: 0 0 5px;
}

.submenus-block ul li a {
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 0 0 30px;
    position: relative;
    color: #004d72;
    font-size: 13px;
}

.submenus-block ul li a:before {
    content: "\ebe6";
    font-family: boxicons;
    font-size: 20px;
    left: 0;
    right: 0;
    background: none;
    top: -4px;
    bottom: auto;
    position: absolute;
}

.submenus-block1 {
    background: linear-gradient(90deg, #63f4ff 0%, #9bf2ff 39.9%, #59dcff 100%);
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}

.submenus-block1 h4 {
    font-weight: 600 !important;
    font-size: 20px;
    color: #004d72;
    text-transform: uppercase;
    font-family: 'Poppins' !important;
}

.submenus-block1 ul {
    margin: 7px 0 0;
    height: 50px;
    overflow: hidden;
}

.submenus-block1.hover-ul ul {
    height: auto;
    overflow: visible;
}

.submenus-block1 ul li {
    margin: 0 0 5px;
}

.submenus-block1 ul li a {
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 0 0 30px;
    position: relative;
    color: #004d72;
    font-size: 13px;
}

.submenus-block1 ul li a:before {
    content: "\ebe6";
    font-family: boxicons;
    font-size: 20px;
    left: 0;
    right: 0;
    background: none;
    top: -4px;
    bottom: auto;
    position: absolute;
}

.submenus-block2 {
    background: linear-gradient(90deg, #63f4ff 0%, #9bf2ff 39.9%, #59dcff 100%);
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    width: 100%;
}

.submenus-block2 h4 {
    font-weight: 600 !important;
    font-size: 20px;
    color: #004d72;
    text-transform: uppercase;
    font-family: 'Poppins' !important;
}

.submenus-block2 ul {
    margin: 7px 0 0;
    height: 50px;
    overflow: hidden;
}

.submenus-block2.hover-ul ul {
    height: auto;
    overflow: visible;
}

.submenus-block2 ul li {
    margin: 0 0 5px;
}

.submenus-block2 ul li a {
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 0 0 30px;
    position: relative;
    color: #004d72;
    font-size: 14px;
}

.submenus-block2 ul li a:before {
    content: "\ebe6";
    font-family: boxicons;
    font-size: 20px;
    left: 0;
    right: 0;
    background: none;
    top: -4px;
    bottom: auto;
    position: absolute;
}

.sub-icon-right {
    position: absolute;
    right: -5px;
    top: 0;
    width: 133px;
}

.sub-icon-right svg {
    width: 100%;
    opacity: .1;
    height: auto;
    fill: #000;
}

.navigation-header ul li a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #272727;
    padding: 10px 0;
    letter-spacing: 0.7px;
}

.faq-section .d-flex img {
    width: 150px;
    height: auto;
}

.h-serv-ul-1 img {
    height: 20px;
    margin: 4px;
    width: 20px;
}

.h-serv-ul-2 img {
    height: 20px;
    margin: 4px;
    width: 20px;
}

.h-serv-ul-3 img {
    height: 20px;
    margin: 4px;
    width: 20px;
}

h2.txt-heading {
    font-size: 42px;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 800 !important;
    font-family: 'Poppins', sans-serif;
}

span.txt-blue {
    color: #279bd2;
}

.h-founder-box {
    position: relative;
    padding: 0 0 10px !important;
    background: #fff;
}

.testimonial-section {
    padding: 50px 0;
}

figure img.img-img-fluid {
    height: auto;
    max-width: 300px;
    margin: 0 0 10px 0;
}

.footer-links i {
    font-size: 20px;
    margin-right: 5px;
}

.h-expertise-box {
    position: relative;
    padding: 100px 0 0px;
}

.row.p-relative {
    position: relative;
}

.row.mt-5.bg-primary.p-5 {
    background-color: #f4f4f4 !important;
}

.work-info h4 {
    font-weight: 700;
    color: #f7f7f7;
    font-size: 36px;
}

.work-info p {
    color: #c5c5c5;
    font-weight: 600;
    margin: 5px 0;
}

.solution-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: #296fb7;
}

.box-white-bx {
    z-index: 99;
    position: relative;
}

.row.mt-5.bg-primary.p-5::before {
    position: absolute;
    content: '';
    right: 100%;
    top: 0px;
    width: 20000px;
    height: 100%;
    background-color: #f4f4f4;
}

.h-expertise-bx-section {
    background: #0100dc;
    display: inline-block;
    width: 100%;
    padding: 0 0 50px 0;
    margin: 0 auto 150px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
}

.h-expertise-bx-section:before {
    content: "";
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15%;
}

.h-expertise-bx-section:after {
    position: absolute;
    content: '';
    right: 11%;
    bottom: -50px;
    width: 100px;
    height: 100px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ffffff;
}

.project-heading h5 {
    font-size: 62px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 4.9px;
    opacity: 0.3;
}

.modal-label {
    color: #272727;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.modal-input {
    border: none;
    border: 1px solid #286cb329;
}

button.btn.btn-primary-footer {
    padding: 15px 40px;
    border-radius: 4px;
    text-transform: uppercase;
    background: #286cb3;
    border-color: #286cb3;
    margin-top: 20px;
    color: #fff;
    border: none;
}

textarea#exampleFormControlTextarea1 {
    resize: none;
}

h5#exampleModalCenterTitle {
    font-weight: 700;
    font-size: 24px;
    color: #286cb3;
}

::-webkit-input-placeholder {
    font-size: 12px;
    color: #999 !important;
}

.form-control.modal-input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
}

.header-section.fixHeader .dropdown-menu {
    display: none;
}

.menu-item {
    display: none
}

.fixHeader .menu-item {
    display: inline-block
}

.menu-item a {
    /*font-size: 13px;*/
    font-weight: 500;
    color: black;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
}

.svg-img {
    width: 20px;
    height: 20px
}

.list-inline .list-inline-item a {
    display: block
}

li.menu-item {
    position: relative;
}

ul.dropdown-nav {
    position: absolute;
    text-align: left;
    width: 250px;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 2px 1px #e4e4e4;
    padding: 20px;
    border-radius: 10px;
    display: none;
    z-index: 1051;
}

ul.dropdown-nav li {
    margin-bottom: 10px;
}

.menu-item:hover ul {
    display: block;
}

ul.dropdown-nav li a {
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 0 0 30px;
    position: relative;
    color: #004d72;
    font-size: 13px;
}

ul.dropdown-nav li a:before {
    content: "\ebe6";
    font-family: boxicons;
    font-size: 20px;
    left: 0;
    right: 0;
    background: none;
    top: -4px;
    bottom: auto;
    position: absolute;
}

.nav-mobile-view {
    position: absolute;
    right: 15px;
    top: 8px;
    display: none;
}

button.btn.mode-button {
    padding: 0;
    font-size: 18px;
    margin: 0 6px 0 0;
    border: none;
}

.backgroung-img {
    background-image: url(../images/contact_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.backgroung-img .text_bllock {
    color: #fff;
    text-align: center;
    margin-top: 47px;
    background-color: rgb(0, 0, 0, 0.3);
}

section#hesper-solution .backgroung-img p {
    color: #fff !important;
    font-size: 32px;
    line-height: 41px;
    padding: 42px 10px;
}

.footr-about ul li a {
    color: #F5F5F5;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
}

.map-container iframe {
    width: 100%;
    height: 450px;
}

.right_conatct_social_icon {
    background: linear-gradient(90deg, #00E5F6 0%, #00DEFF 39.9%, #00C4F9 100%);
    box-shadow: 0px 4px 4px #c3e5e8;
}

.contact_us {
    padding: 50px 0px;
}

.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}

.contact_field {
    padding: 60px 340px 90px 100px;
}

.right_conatct_social_icon {
    height: 100%;
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact_field p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 30px 0 0;
    position: static;
}

.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}

.contact_field .form-control::placeholder {
    font-size: 13px;
    letter-spacing: 1px;
}

.form-group label.error {
    bottom: -20px;
    top: auto;
}

.contact_field #google_recaptcha {
    margin-top: 35px;
}

.form-group {
    position: relative;
}

.contact_field form#contact {
    position: relative;
}

.contact_info_sec {
    position: absolute;
    background-color: #3972b7;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
    color: #fff;
}

.contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single {
    margin: 30px 0px;
}

.info_single i {
    margin-right: 15px;
}

.info_single span {
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: linear-gradient(90deg, #00E5F6 0%, #00DEFF 39.9%, #00C4F9 100%);
    box-shadow: 0px 4px 4px #c3e5e8;
    border: 1px solid #00E5F6;
    color: #fff;
    padding: 10px 15px;
    width: 40%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
}

.homebody .site-logo a.without_dot_logo {
    display: block;
}

.site-logo a.without_dot_logo {
    display: none;
}

.homebody .site-logo a.logo_dot {
    display: none;
}

.site-logo a.logo_dot {
    display: block;
}

.offcanvas .navigation-header ul li a {
    padding: 10px 15px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.offcanvas .navigation-header ul li a:before {
    display: none;
}

.offcanvas .navigation-header ul li .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 18px;
}

.offcanvas .navigation-header ul li ul.dropdown-menu {
    position: static !important;
    transform: translate3d(0px, 0, 0) !important;
    top: 0;
    border: none;
    border-radius: 0;
    width: 100%;
    background: #ffff;
    padding: 0;
    margin: 0 0 10px !important;
}

.offcanvas .navigation-header ul li ul.dropdown-menu li a {
    padding: 10px 0;
    padding-left: 20px;
    position: relative;
    width: 100%;
    color: #555;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
    font-weight: 400;
}

.offcanvas .navigation-header ul li ul.dropdown-menu li a:before {
    content: "\ebe6";
    font-family: boxicons;
    font-size: 20px;
    left: 0;
    right: 0;
    background: none;
    top: 1px;
    bottom: auto;
    position: absolute;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 40px;
    color: #3972b7;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

ul.h-serv-ul-1.blue-arrow a:hover {
    color: #3972b7;
}

ul.h-serv-ul-3.green-arrow a:hover {
    color: #61c358;
}

ul.h-serv-ul-2.orange-arrow a:hover {
    color: #ef8f1d;
}


/* .......... */

form label.error {
    position: static;
}

.form-control.error {
    position: static;
}

.h-work-cont a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 7px 31px 7px 20px;
    position: relative;
}

.h-work-cont a:hover {
    color: #fff;
    background: #00000014;
    border-radius: 100px;
}

.h-work-cont i {
    height: 30px;
    width: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 3px;
    margin-right: 4px;
    padding-right: 3px;
    padding-left: 0;
    font-size: 25px;
}

.address-section {
    padding: 200px 0 40px 0;
}

.address-section figure {
    color: #3972b7;
    font-size: 65px;
}

.address-section figure i {
    background: #3972b7;
    color: #fff;
    font-size: 30px;
    height: 70px;
    width: 70px;
    line-height: 75px;
    border-radius: 50%;
}

.address-section h4 {
    color: #333;
    font-size: 20px;
}

.address-section p {
    font-size: 14px;
}

section#hesper-solution .address-section .info-detail p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #999;
    margin-bottom: 0;
}

.address-section a {
    text-decoration: none;
    color: #3972b7;
    font-size: 14px;
}

.address-section .info-detail {
    text-align: center;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 12%);
    padding: 20px 15px 40px;
}

form.contact.quform .form-group {
    margin-bottom: 1rem;
}

form.contact.quform .quform-element {
    height: 1px;
    height: auto;
    min-height: 1px;
}

form.contact.quform input input {
    border: 1px solid #ddd !important;
    background-color: #fff !important;
    box-shadow: none !important;
    border-radius: 6px;
    padding: 0 20px;
    height: 50px;
}

form.contact.quform button.butn {
    padding: 15px 40px;
    border-radius: 4px;
    text-transform: uppercase;
    background: #286cb3;
    border-color: #286cb3;
    margin-top: 20px;
    color: #fff;
    border: none;
}

form.contact.quform {
    background: #f9f9f9;
    padding: 50px 30px;
    border-radius: 10px;
}

@media(max-width:767px) {
    .header-section {
        padding-right: 120px;
    }
    .nav-mobile-view {
        display: block
    }
    body .container {
        padding: 0 15px;
    }
    h2.txt-heading {
        line-height: 39px;
        text-align: center;
        font-size: 24px;
    }
    .banner-content p {
        text-align: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
    .banner-btn-list {
        text-align: center
    }
    .banner-btn-list ul {
        display: inline-block
    }
    .section-top-heading h2 {
        font-size: 21px;
        line-height: 30px;
    }
    .hdg1,
    .who-we-are-box .hdg1 {
        text-align: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
    .row.flex-c.wwr-animation-ct {
        display: none;
    }
    .hs-service h2,
    .hs-service h4 {
        font-size: 6vw;
    }
    .gtco-testimonials .card {
        padding: 30px 0
    }
    #mapCanvas,
    #mapCanvasDark,
    .h-img.expertiseImg,
    ul.workMobDots {
        display: none
    }
    .h-expertise-box {
        padding: 0;
    }
    .h-expertise-box h4 {
        font-size: 24px;
        font-weight: 800;
    }
    .section-top-heading h2 span {
        padding: 0
    }
    .text-slide-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .text-slide-content p:before,
    .text-slide-content p:after {
        font-size: 45px;
    }
    .text-slide-content p:before {
        left: -10px;
        top: -9px;
    }
    .text-slide-content p:after {
        right: 10px;
        bottom: -9px;
    }
    .tabs-in-mobile .accordion-item h2 button {
        font-weight: 500;
        color: #212529;
    }
    .industries-section {
        padding: 0 0 0 0;
    }
    .h-cont {
        margin: 0 0 50px;
    }
    .company-logo-section {
        margin: 0;
        padding-top: 75px;
    }
    .faq-heading h2 {
        font-size: 21px;
        text-align: center;
        color: #d0d2d6;
    }
    .faq-section .d-flex img {
        width: 100px;
        display: none;
    }
    .faq-content p {
        font-size: 14px;
        line-height: 25px;
        color: #d0d2d6;
    }
    .industries-title h3 {
        font-size: 14px;
    }
    .blue-bg-light figure svg {
        width: 40px;
        height: auto;
    }
    .blue-bg-light {
        border: 1px solid #ccc;
        box-shadow: inherit;
    }
    .industries-title a {
        display: none;
    }
    .blue-bg-light {
        background: #fff;
        border: 1px solid #ccc;
        box-shadow: inherit;
        text-align: center;
    }
    .industries-title {
        padding: 15px 0 0;
    }
    .faq-accordion .accordion-item button.accordion-button {
        font-size: 14px;
        padding-left: 60px;
    }
    .faq-content {
        padding: 25px 0 0 0;
    }
    .dots,
    h2.hsTrigBtn {
        display: none;
    }
    .hs-service ul li {
        opacity: 1
    }
    .buttons-group-list button.btn {
        padding: 10px 20px;
        box-shadow: inherit;
    }
    .buttons-group-list {
        margin: 30px 0 0;
    }
    .social-media {
        display: none;
    }
    .hs-service ul li a {
        font-size: 18px;
        padding-bottom: 2px;
        display: flex;
        align-items: start;
        line-height: 27px;
        cursor: pointer;
    }
    .homebody .site-logo a.logo_dot {
        display: block;
    }
    .homebody .site-logo a.without_dot_logo {
        display: none;
    }
    button.contact_form_submit {
        width: 100%;
    }
    .contact_info_sec {
        position: static;
        width: 100%;
    }
    .contact_field {
        padding: 15px;
    }
    .solution-section::after {
        display: none;
    }
    .footer-links ul li {
        margin: 0 0 5px;
    }
    .footer-links h4 {
        margin: 0 0 10px
    }
    .section-top-heading h2.border-line:before {
        display: none
    }
    .h-blog-box.section-padding {
        padding-bottom: 10px;
        background-color: #161d32;
    }
    .solution-section h3 {
        display: none;
    }
    .solution-section .buttons-group-list button.btn.text-primary {
        display: none;
    }
    .solution-section .buttons-group-list {
        margin: 0;
    }
    .buttons-group-list button.btn {
        padding: 10px 20px;
        width: 100%;
        background: linear-gradient(to right, #52b9da 0, #286cb2 100%);
        border: none;
    }
    .solution-section.position-relative {
        position: sticky !important;
        z-index: 999;
        bottom: 0;
    }
    .web-heading h4 {
        color: #fff;
    }
    .platforms-logos h6 {
        color: #fff !important;
    }
    .box-white-bx {
        margin-top: 15px;
    }
    body.dark-mode .tabs-in-mobile .accordion-item h2 button {
        font-weight: 500;
        color: #d0d2d6;
    }
}

@media(min-width:768px) and (max-width:1023px) {
    .header-section {
        padding-right: 0;
    }
    body .container {
        padding: 0 15px;
    }
    .contact-user-top a.call-btn {
        display: none;
    }
    .contact-user-top button.btn {
        height: auto;
        width: auto;
        padding: 0;
        font-size: 18px;
        background: #fff;
        color: #333;
        border: none;
    }
    h2.txt-heading {
        font-size: 30px;
    }
    .banner-content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }
    .submenus-block ul {
        height: 25px;
    }
    .submenus-block1 ul {
        height: 25px;
    }
    .submenus-block2 ul {
        height: 25px;
    }
    .section-top-heading h2 {
        font-size: 36px;
    }
    .hdg1 {
        font-size: 16px;
        line-height: 29px;
    }
    .whoWeAreImg {
        display: none
    }
    .hs-box {
        padding: 0
    }
    .hs-service h2,
    .hs-service h4 {
        font-size: 30px;
    }
    .dots,
    h2.hsTrigBtn {
        display: none;
    }
    .hs-service ul li {
        opacity: 1
    }
    .hs-service ul li a {
        font-size: 18px;
        padding-bottom: 2px;
        display: flex;
        align-items: start;
        line-height: 27px;
    }
    .hs-service {
        height: auto
    }
    .h-cont {
        margin: 0 0 50px;
    }
    #mapCanvas,
    #mapCanvasDark,
    .expertiseImg,
    .h-expertise-box ul {
        display: none;
    }
    .h-founder-box .container {
        width: 100%;
        max-width: 100%;
    }
    .gtco-testimonials .card {
        padding: 0
    }
    .blg.blg1 {
        display: none
    }
    figure img.img-img-fluid {
        max-width: 200px;
    }
    button.contact_form_submit {
        width: 100%;
    }
    .contact_info_sec {
        position: static;
        width: 100%;
    }
    .contact_field {
        padding: 15px;
    }
    .contact_info_sec {
        width: 100%;
    }
}

@media(min-width:1024px) and (max-width:1200px) {
    .contact_field {
        padding: 15px;
        padding-right: 190px;
    }
    .h-cont {
        margin: 0 0 50px;
    }
    .section-top-heading h2 {
        font-size: 36px;
    }
    .hdg1 {
        font-size: 16px;
        line-height: 29px;
    }
    .hs-service h2,
    .hs-service h4 {
        font-size: 30px;
    }
    .hs-service ul li a {
        font-size: 18px;
        padding-bottom: 2px;
        display: flex;
        align-items: start;
        line-height: 27px;
    }
    figure img.img-img-fluid {
        max-width: 200px;
    }
    .contact_info_sec {
        height: 300px;
        width: 280px;
    }
}

@media(min-width:1200px) and (max-width:2000px) {
    .site-logo {
        display: inline-block;
        width: 100%;
        max-width: 370px;
    }
    .dot1 {
        left: 197px
    }
    .dot2 {
        left: 213px
    }
    .dot3 {
        left: 205px
    }
}


/**inner-pages css**/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700 !important;
}

.tech-banner {
    margin-top: 55px;
}

.banner-btn-list ul li.contact-btn a {
    margin-top: 20px;
}

.hdg1 {
    margin-bottom: 20px !important;
}

.hesper-banner {
    margin-top: 82px;
    float: left;
    width: 100%;
}

.hesper-banner img {
    width: 100%;
    float: left;
}

footer.footer-section {
    float: left;
    width: 100%;
}

section#hesper-solution {
    float: left;
    width: 100%;
    padding: 30px 0;
}

section#hesper-solution h1 {
    opacity: 1;
    position: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
}

.c_left_bllock-inner ul {
    margin-left: 18px;
}

.c_top_content h3 {
    color: #3972b7;
}

ul.inner-list li span {
    float: left;
}

.c_left_bllock h3 {
    border-top: 2px solid #279bd2;
    padding-top: 20px;
    color: #3972b7;
    margin-top: 20px;
    margin-bottom: 10px;
}

.c-right-img img {
    width: 100%;
}

.c_left_bllock-inner.new h2 {
    margin-top: 50px;
    font-size: 32px;
    text-transform: uppercase;
}

section#hesper-solution p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #212529 !important;
    margin-bottom: 1rem;
}

ul.inner-list li i {
    color: #3972b7;
    font-size: 18px;
    margin-right: 10px;
}

ul.inner-list li p {
    margin-bottom: 5px;
}

ul.inner-list li img {
    max-width: 27px;
    margin-right: 10px;
    margin-bottom: 7px;
}

ul.inner-list li {
    list-style: none;
}

.c-right-title2 h1 {
    color: #3972b7;
    font-size: 24px;
}

.c-blocks-main {
    float: left;
    width: 100%;
}

.c-right-title2 h1 {
    color: #3972b7;
    font-size: 24px;
}

.c-right-title2 h3 {
    color: #3972b7;
    font-size: 24px;
}

.col-md-6.col-sm-6.col-xs-6.left-padding-custom {
    padding-left: 0;
}

.c_right_bllock {
    float: left;
    width: 100%;
    text-align: center;
}

.c-right-title h1 {
    padding-top: 50px;
    color: #000;
    font-size: 42px;
}

.c-right-img {
    width: 100%;
    float: left;
    text-align: center;
}

.c_left_bllock {
    float: left;
    width: 100%;
}

#hesper-solution h3 {
    margin-top: 30px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500 !important;
    transition: all .3s ease-in-out;
    font-family: Poppins !important;
}

.screens-block {
    background: #f6f6f6;
    margin-top: 9px;
    float: left;
    padding-top: 39px;
    padding-bottom: 40px;
}

.text {
    color: #fff;
    font-size: 30px;
    line-height: 1.5em;
    text-align: left;
    position: relative;
}

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

.text h3 {
    font-size: 28px;
    line-height: 36px;
    color: #1f2732;
    margin: 8px 0px;
}

.no-padding {
    padding: 0px !important;
}

.features .five_serv {
    background: #fff;
    padding: 20px;
    width: 100%;
    text-align: center;
    box-shadow: -1px 3px 5px 0px #00000014 !important;
    border-radius: 8px;
    height: 334px;
    margin-bottom: 30px;
}

.hvr-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    overflow: hidden;
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.five_serv {
    background: #fff;
    padding: 20px;
    width: 100%;
    text-align: center;
    box-shadow: -1px 3px 5px 0px #00000014 !important;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 10px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-top: 4px solid #2098D1;
}

.five_serv:hover {
    border-top: 4px solid #ff9b37;
}

.hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.five_serv img {
    width: 63px;
    background: #eefcff;
    min-height: 68px;
    padding: 3px;
}

.features .five_serv h3 {
    color: #ff9b37;
}

.five_serv h3 {
    font-size: 21px;
}

.five_serv p {
    text-align: center;
    margin: 10px 0px !important;
    /*color: #7b7b7b;*/
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: #212529;
}

.left-content p,
.left-content h1,
.left-content .para,
.left-content h3,
.para,
.largest-company-sec .left-content .para h2 {
    color: #758495;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
}

.circle-btn,
.circle-btn:hover {
    margin: 40px auto 0;
    display: inline-block;
    background: #023575;
    color: #fff;
    padding: 12px 25px 12px 48px;
    font-size: 15px;
    transition: all .2s;
}

@media screen and (max-width: 1590px) and (min-width: 1360px) {
    .section.enterprise-sec .cols-sec .cols:nth-child(odd) {
        padding-right: 30px;
    }
}

.cols a {
    text-decoration: none;
}

.cols a img.col-icon {
    display: inline-block;
    float: none;
    margin: 0 auto 7px;
}

.text-slide-content h4,
.text-slide-content h6 {
    color: #000 !important;
}

.para p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #515151;
    font-family: Poppins;
}

#hesper-solution-2 {
    background: #eefcff;
    float: left;
    width: 100%;
    padding-top: 30px;
}

.col-sm-6.cols.c_left_bllock-inner h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-family: 'Poppins';
}

.section.enterprise-sec.aos-init.aos-animate {
    margin-bottom: 10px;
}

.c-right-title2 ul {
    margin-top: 22px;
    margin-bottom: 32px;
}

.inner-head .menu-item {
    display: inline-block;
}

.p_line p {
    margin-top: 30px;
    transition: all .3s ease-in-out;
    border-top: 2px solid #279bd2;
    padding-top: 20px;
}

.p_line_2 p {
    margin-top: 0px;
    transition: all .3s ease-in-out;
    border-top: 2px solid #279bd2;
    padding-top: 20px;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #212529 !important;
}

.cont-2 ul a {
    margin-top: 0 !important;
}

.img-space img {
    margin-top: 30px;
}

.col-sm-12.cols.c_left_bllock-inner h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600 !important;
    padding: 0 0 10px;
    transition: all .3s ease-in-out;
}

.para p {
    font-size: 15px;
    /* color: #777; */
    line-height: 27px;
    font-weight: 400;
    color: #212529 !important;
}


/* 20-6-22 */

ul.inner-list2 li {
    list-style: none;
    margin-bottom: 5px;
    text-align: left;
}

ul.inner-list2 li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    color: #3972b7;
    font-size: 18px;
    margin-right: 8px;
}

.text_bllock h2 {
    padding-top: 15px;
    color: #3972b7;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 800 !important;
    font-size: 28px;
}

.c_left_bllock h3 {
    border-top: 2px solid #ef8f1d;
}

.c_top_content h1 {
    font-size: 32px;
    color: #3972b7;
    font-weight: 800 !important;
}

#hesper-solution h3.subHeading {
    margin-top: 0;
    margin-bottom: 10px;
    color: #3972b7;
    font-weight: 700 !important;
    text-transform: capitalize;
    font-size: 22px;
}

.btn-primary {
    background: linear-gradient(90deg, #00E5F6 0%, #00DEFF 39.9%, #00C4F9 100%);
    color: #fff;
    box-shadow: 0px 4px 4px #c3e5e8;
    border: 1px solid #00E5F6;
    border-radius: 50px;
    padding: 6px 20px;
    transition: 0.5s;
}

.btn-primary:hover {
    background: linear-gradient(90deg, #00E5F6 0%, #00C4F9 39.9%, #00DEFF 100%);
    border: 1px solid #00E5F6;
}


/* ------------------- */

#contact .alert {
    margin-top: 15px;
}


/*------12-09-24-------*/

.list-inline-item-whatsup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    height: 60px;
    width: 60px;
}

.sm-red-dot {
    position: absolute;
    right: 2px;
    top: 2px;
    background: red;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.list-inline-item-whatsup img {
    animation: sm-shake-animation linear 1.5s infinite;
    width: 100%;
    height: 100%;
    margin: 0px !important;
}

@keyframes sm-shake-animation {
    0% {
        transform: rotate(0) scale(1) skew(0.017rad);
    }
    25% {
        transform: rotate(0) scale(1) skew(0.017rad);
    }
    35% {
        transform: rotate(-0.3rad) scale(1) skew(0.017rad);
    }
    45% {
        transform: rotate(0.3rad) scale(1) skew(0.017rad);
    }
    55% {
        transform: rotate(-0.3rad) scale(1) skew(0.017rad);
    }
    65% {
        transform: rotate(0.3rad) scale(1) skew(0.017rad);
    }
    75% {
        transform: rotate(0) scale(1) skew(0.017rad);
    }
    100% {
        transform: rotate(0) scale(1) skew(0.017rad);
    }
}

.list-inline-item-whatsup {
    animation: waves-whatsapp linear 3s infinite;
    background-color: rgb(48, 191, 57);
    border-radius: 50%;
}

.scale-in-whatsapp-and-waves {
    animation: waves-whatsapp linear 3s infinite, scale-in .5s cubic-bezier(.25, .46, .45, .94) both;
}

@keyframes waves-whatsapp {
    0% {
        box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 0 rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2)
    }
    40% {
        box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 35px rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 55px rgba(48, 191, 57, 0), 0 0 0 26.7px rgba(48, 191, 57, 0.067)
    }
    100% {
        box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 80px rgba(48, 191, 57, 0), 0 0 0 40px rgba(48, 191, 57, 0.0)
    }
}

.industriesCard figure svg {
    width: 70px;
    height: 70px;
}

#hesper-solution .industriesCard h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.industriesCardBottom {
    justify-content: center;
    display: flex;
    margin-top: auto;
}

.industriesCardBottom a {
    width: 30px;
    height: 30px;
    background: rgb(93 221 255);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fdfdfd;
}

.object-fit-cover {
    object-fit: cover;
}

.servicesCardIcon {
    display: flex;
    width: 64px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    padding: 12px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.servicesCardIcon img {
    height: auto;
}


/* ----------------- */

ul.list-inline li.list-inline-item ul.dropdown-nav {
    padding-left: 0;
    padding-right: 0;
}

ul.list-inline li.list-inline-item ul.dropdown-nav>li {
    padding-left: 20px;
}

ul.list-inline li.list-inline-item ul.dropdown-nav>li a {
    padding-right: 20px;
}

.list-inline .dropdown-nav li.has-child {
    position: relative;
}

.list-inline .dropdown-nav li.has-child>ul.child-menu {
    display: block;
}

li.has-child ul.child-menu {
    position: absolute;
    left: 100%;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 0 2px 1px #e4e4e4;
    padding: 10px;
    top: 0px;
    margin-left: 0;
}

ul.dropdown-nav .has-child ul.child-menu a {
    color: #333;
    padding: 5px 10px;
    white-space: pre;
}

.list-inline .dropdown-nav li.has-child>ul.child-menu li a:before {
    content: none;
}

ul.list-inline li.list-inline-item ul.dropdown-nav li:hover>a {
    color: var(--clr2);
}