@font-face {
    font-family: 'poppins';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'poppins-bold';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'Poppins-Italic';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: 'poppins-Light';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: lighter;
}



h1,
h2,
h3,
h4,
h4,
h6,
b {
    font-family: 'poppins';
    color: #343f52;
}

a {
    font-family: 'poppins';
}

p,
address {
    font-family: 'poppins';
    color: #65697b;
}

i {
    font-family: 'Poppins-Italic';
}

/* Header section CSS */
/*.nav-link.active,
.nav-link:hover {
    color: #0068b1 !important;
  border-bottom: 3px solid #0068b1 !important;
} */

/* .banner-text {
    font-weight: 600;
} */

/* .sub-heading_1,
.sub-heading_2 {
    font-weight: 500;
    color: black;
    letter-spacing: .5px;
    font-size: 1.5rem;
} */


.sub-heading_2 {
    font-size: 20px;
}

.Blame_img {
    width: 300px;
    height: auto;
}

.medium-banner {
    max-height: 360px;
    width: auto;
}

.navbar-stick {
    background: #07a9d7 !important;
}

.dropdown-menu .dropdown-item {
    padding-bottom: 10px;
}

.dropdown-menu .dropdown-item:hover {
    color: #333 !important
}


button.hamburger {
    color: white !important;
}

.btn-outline-white {
    color: #fff;
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet {
    width: 2.5rem;
    height: 0.6rem;
}

.index-swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
}


.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
}

.swiper-container.dots-over .swiper-pagination {
    bottom: 2.5rem !important;
}

.btn {
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-weight: 500;
}

.hover_effect_btn {
    color: #fff;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: 2px solid white;
}

.btn-anim {
    border: none;
    z-index: 1;
}

.btn-anim:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #0086b1;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-anim:hover {
    color: #fff;
    outline: none;
}

.btn-anim:hover:after {
    left: 0;
    width: 100%;
}

.btn-anim:active {
    top: 2px;
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet {
    border-radius: 5px !important;
}


nav a {
    color: white !important;
    font-weight: bold !important;
}

.nav-link {
    /* padding-bottom: 5px !important; */
    margin-left: 5px;
    /* margin-bottom: 2px; */
}

/* Set the background to transparent */
.swiper-button-next,
.swiper-button-prev {
    background-color: transparent !important;
}

/* Remove any border or box-shadow */
.swiper-button-next::after,
.swiper-button-prev::after {
    border: none !important;
    box-shadow: none !important;
}

/* Add your arrow icon using the content property */
.swiper-button-next::after,
.swiper-button-prev::after {
    content: "" !important;
    width: 30px;
    /* Set the width and height to match your icon size */
    height: 30px;
    /* Replace 'path-to-your-icon.svg' with the actual path to your SVG icon */
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-button-next::after {
    background-image: url('../img/icons/solid/right-arrow.png');
}

.swiper-button-prev::after {
    background-image: url('../img/icons/solid/left-arrow.png');
}

img.check-mark {
    width: 30px !important;
    height: 30px !important;
}

div.hosting-service img {
    cursor: pointer;
}

.rounded {
    text-align: center;
}

.hosting-service img,
.service-guarantee img,
.business-continuity img,
.private-cloud-hosting img {
    max-width: 20rem !important;
}

/* Initially hide the second image */
div.hosting-service-icon img:nth-child(2) {
    display: none;
}

.contact_map {
    width: 100%;
    height: 500px;
}

.form-control_event {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #0068b1;
    box-shadow: none;
}

.btn-outline-white:hover,
.btn-white,
.btn-white.btn-expand i,
.btn-white:focus,
.btn-white:not(.btn-play):hover {
    color: #fff;
    background: none;
}

.wrapper.bg-lights.angleds.lower-ends:after {
    border-right-color: #f1f5fd;
}

.cci_wrap {
    white-space: wrap;
}

.cci_headingcolor {
    color: #0086b1;
}

.offcanvas {
    background-color: #0068b1;
}

.solution-submenu {
    margin-top: 7px;
    margin-right: 10px;
}


/* Index page custom style */

.f5-image img,
.hp-image img {
    height: 4rem !important;
    width: 4rem !important;
}



/* ******************************************************************************************************************** */
/* recodr management system */
.content {
    position: relative;
    width: 100%;
    /* max-width: 400px; */
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.fadeIn-bottom {
    top: 80%;
}

/* --------------------------------------------------- */

/* Page starter and end arrow style */

.page-end-arrow,
.page-starter-arrow,
.BusinessContinuity_heading_img {
    display: none;
}

.BusinessContinuity_heading {
    display: block;
}

/* .page-end-arrow {
    position: absolute;
} */

.page-starter-arrow {
    top: 0;
    left: 20px;
}

.page-end-arrow_div .page-end-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* ********************************************************************************************************************** */

/* ORMS start */
.linkwrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.Arrow_Curved {
    display: none;
}

div.testimonial-card {
    min-height: 600px !important;
}

.custom-left-border {
    border-left: 2px solid black;
    padding-left: 1rem;
    box-shadow: 6px 0 4px -4px rgba(31, 73, 125, 0.8) inset;
    height: auto;
    display: flex;
    align-items: center;
}

h2.custom-left-border {
    height: 1.5rem !important;
}

.about-icons {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}

.about-images-vision,
.about-images-ourvalues {
    width: 15rem;
}

.about-images-mission {
    width: 20rem;
}

.ourstory-borderleft {
    border-left: 4px solid #07a9d7;
    padding-left: 0.5rem;
}

.business-continuity-quotes {
    background-color: #cccccc2e;
}

.tick-mark {
    color: #07a9d7;
}

.btn-synergy {
    background-color: #07a9d7 !important;
    border-color: #07a9d7 !important;
}

.index-swiper .swiper-slide {
    min-height: 4rem;
    min-width: 4rem;
    padding: 1.5rem;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000 !important;
}

.partners-card-height .card {
    min-height: 135px;
}

.partners-card-height figure img {
    object-fit: contain;
}

.btn-soft-primary:hover {
    background-color: #07a9d7 !important;
}

.index-swiper .swiper-slide img {
    object-fit: contain;
}

/* ********************************************************************************************************************** */

@media (min-width: 1440px) {
    .product_img {
        width: 400px;
    }

    .page-end-arrow,
    .page-starter-arrow,
    .BusinessContinuity_heading_img {
        display: block;
    }

    .BusinessContinuity_heading {
        display: none;
    }

    .buscon_end_div {
        position: relative;
        top: -3em;
    }

    .datacenter_end_div {
        position: relative;
        top: -2em;
        float: right;
        width: 90%;
    }

    .saas_content_sec {
        position: relative;
        top: -3rem
    }

    .saas_content_sec>p:nth-child(1) {
        width: 90%;
        margin-left: auto;
    }
}

/* ***************************************** */
/* partner page */

@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }

    div.testimonial-card {
        min-height: 800px !important;
    }

    .ourstory-cards .card {
        min-height: 465px;
    }

    .custom-overlap-grid .item:nth-child(1) {
        width: 40%;
        margin-top: 0;
        margin-left: 30%;
        z-index: 3;
    }

    .custom-overlap-grid .item:nth-child(2) {
        width: 40%;
        margin-top: -15%;
        margin-left: 0;
        z-index: 4;
    }

}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}


.responce_width {
    width: 150px;
    height: auto;
}

.responce_width:hover {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    padding: 5px;
    border-radius: 20px;
}

.responce_width_level {
    width: 110px;
    height: auto;
}

.responce_width_level:hover {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    padding: 5px;
    border-radius: 20px;
}

.business_partner_img {
    width: 150px;
    height: auto;
}

.product-img {
    width: 300px !important;
}

.leadership-section .row-div .col-img-div img {
    border-radius: 50%;
    max-width: 175px;
    max-height: 175px;
    object-fit: cover;
    object-position: top;
}

.business_partner_responce {
    width: 170px;
}

/* .business_partner_responce:hover {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
} */

/* .business_partner_img:hover {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
} */

/* ********************************************************************************************************************** */

/* contact us Page */

.contact_header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80vh;
    background: url("./images/woman-talking-phone-with-copy-space.jpg");
    object-fit: cover;

}

.headings {
    color: #0086b1;
}

.contact_us {
    width: 100%;
    /* height: 50vh; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    /* background-color: antiquewhite; */
}


.contact_address_img {
    width: 30px;
    height: 30px;
}

.contact_phone_img {
    width: 30px;
    height: 30px;
}

.contact_email_img {
    width: 30px;
    height: 30px;
}

.email_header,
.phone_header,
.address_header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mail_logo {
    position: relative;
    top: 3px;
}

.contact_card {
    border-radius: 20px;
    /* width: 350px;
    height: 150px; */
    margin: 20px;
    text-align: center;
    padding: 20px;
    /* box-shadow: 0 0 2px rgba(153, 153, 153, 0.7); */
}

.contact_card:hover {
    background-color: #0086b1;
    transition: 0.9s ease;
}



.contact_card:hover .headings,
.contact_card:hover .phone_numbers,
.contact_card:hover .email_id,
.contact_card:hover .Address {
    color: #fff;
}

.fig-img {
    width: 100px;
}

.fig-img_1 {
    width: 200px;
}

.fig-img_2 {
    width: 150px;
}

.business_img {
    object-fit: contain;
    max-width: 200px;
}

.paragraph-start p {
    margin-bottom: 8px;
}

.tick-sybol span {
    margin-right: 8px;
}

/* ********************************************************************************************************************** */
/*Footer section css style*/
footer {
    background: #07a9d7 !important;
}

footer li a {
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

footer li a:hover {
    color: black !important;
}

.copyright {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.swiper-slide p.lead.fs-20 {
    font-weight: 300;
}

@media (max-width: 768px) {

    .dropdown-toggle:after {
        content: "";
        font-family: Unicons;
        display: inline-block;
        margin-left: .05rem;
        vertical-align: -3px;
        font-weight: 700 !important;
        content: "";
        border: 0;
        width: 16px;
        height: 16px;
        background: url('../img/Down\ Arrow.png') no-repeat center center;
        background-size: cover;
    }
}

@media (max-width: 992px) {
    .offcanvas-header {
        position: absolute;
    }

    .offcanvas-nav .offcanvas-header .btn-close {
        position: absolute;
        top: 0;
        left: 0;
    }

    .offcanvas-body {
        padding-top: 50px;
    }

    .btn-close:before {
        border-radius: 0;
        background-color: #fff;
        color: #0068b1;
    }

    .btn {
        font-size: 15px;
        padding: 10px 20px;
    }

    .swiper-controls .swiper-pagination .swiper-pagination-bullet {
        width: 1.5rem;
        height: 0.6rem;
    }

    .navbar-expand-lg .navbar-brand {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }

}

@media (min-width: 992px) {
    .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown:not(.dropdown-submenu):hover>.dropdown-menu {
        background: #07a9d7 !important;
    }

    .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-submenu:hover>.dropdown-menu {
        background: #07a9d7 !important;
    }

    /* .navbar-expand-lg .navbar-collapse .nav-link:hover {
        color: #0068b1;
    } */

    /* .navbar-stick.navbar-expand-lg .navbar-collapse .nav-link:hover {
        color: #fff;
    } */

    .nav-link.active {
        color: #07a9d7 !important;
    }

    .nav-link {
        border-bottom: 2px solid transparent !important;
    }

    .nav-link:hover {
        border-bottom: 2px solid #07a9d7 !important;
        color: #07a9d7 !important;
    }

    .navbar-stick .nav-link.active,
    .navbar-stick .nav-link:hover {
        color: #fff !important;
        border-bottom: 3px solid #fff !important;
    }

    div.testimonial-card {
        min-height: 600px !important;
    }

    .ourstory-cards .card {
        min-height: 360px;
    }

    .navbar-expand-lg.transparent.fixed .navbar-nav .dropdown:not(.dropdown-submenu):not(.language-select)>.dropdown-menu {
        margin-top: -3px !important;
    }

    .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown:not(.dropdown-submenu):hover>.dropdown-menu {
        margin-top: -2px !important;
    }

}

@media (max-width: 426px) {
    .enr_img_div {
        width: 100%;
        overflow: auto;
    }

    .solution-submenu {
        margin-right: 3rem;
    }
}

#content-block {
    position: relative;
    overflow: hidden;
}

.parallax-slide {
    position: relative;
    height: 60vh;
}

.parallax-clip {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    /*clip: rect(auto, auto, auto, auto);*/
}

.fixed-parallax {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    /* -webkit-transform: translateZ(0); /* necessary for iOS! */
}


/* used only as overlay for the images,
   darkens it a little in this case */
.fixed-parallax:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    content: "";
}


/* CSS specific to iOS devices */
@supports (-webkit-overflow-scrolling: touch) {
    .parallax-clip {
        clip: rect(auto, auto, auto, auto);
    }

    .fixed-parallax {
        position: fixed;
        background-attachment: unset;
        -webkit-transform: translateZ(0);
        /* necessary for iOS! */
    }
}

@media (min-width: 1200px) {

    div.testimonial-card {
        min-height: 560px !important;
    }

    .ourstory-cards .card {
        min-height: 440px;
    }

    .contact-page-width {
        width: 75%;
        margin: auto;
    }

    .custom-swiper-width {
        width: 250px !important;
    }

}