/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

/*Basic Codes*/

html {
    min-height: 100%;
    border: 0px;
}

body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    color: #27282b;
    background: #ffffff;
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    outline: 0px;
    border: 0px;
    height: 100%;
}

a {
    color: #27282b;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #32bfaf;
    text-decoration: none;
}

input,
textarea {
    margin: 0;
    padding: 0
}

abbr,
fieldset,
img {
    border: none
}

.btn {
    border-radius: 4px;
}

em {
    font-style: italic
}

a img {
    transition: 1
}

a img:hover {
    opacity: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
}

h5 {
    line-height: 1.6;
}

label {
    font-family: 'Open Sans', sans-serif;
}

.list-group-item-action {
    color: #27282b;
}

.font-2x {
    font-size: 14px;
    top: 1px;
    position: relative;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.text-uppercase {
    text-transform: uppercase;
}

.color-white {
    color: #ffffff;
}
.color-green {
    color: #32bfaf;
}

.color-primary {
    color: #32bfaf;
}

.section-padding {
    padding: 30px 0
}

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

.no-padding {
    padding: 0px;
}

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

.space5 {
    position: relative;
    width: 100%;
    margin-top: 5px;
}

.space10 {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.space15 {
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.space20 {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.space25 {
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.space30 {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.space35 {
    position: relative;
    width: 100%;
    margin-top: 35px;
}

.space40 {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.space45 {
    position: relative;
    width: 100%;
    margin-top: 45px;
}

.space50 {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.space55 {
    position: relative;
    width: 100%;
    margin-top: 55px;
}

.space60 {
    position: relative;
    width: 100%;
    margin-top: 60px;
}


/*Header Section Codes*/

#dt-header-section {
    position: fixed;
    background: #ffffff;
    color: #27282b;
    top: 0px;
    z-index: 9;
    width: 100%;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
}

.navbar-soft .navbar-brand {
    padding: 12px 0px;
}

.navbar-nav {
    margin-top: -2px;
}

.dropdown-menu {
    padding: 0rem 0 .5rem 0;
    margin: .125rem 0 0;
}


/*Hometitle Section Codes*/

#dt-hometitle-section {
    position: relative;
    background: #ffffff;
    color: #27282b;
    margin-top: 80px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    padding: 0px 0px;
    overflow: hidden;
}

#dt-hometitle-section .top-title-caption {
    position: relative;
    padding: 30px;
    text-align: center;
    color: #ffffff;
    clear: both;
    border-radius: 3px;
    margin: 0px auto;
    width: 100%;
    background: transparent;
    margin-top: 10px;
    margin-bottom: 70px;
    text-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
}

.font-head {
    font-size: 60px;
    font-weight: 600;
}


/*Banner Section Codes*/

#dt-banner-section {
    position: relative;
    background: #fbf0ea;
    color: #27282b;
    min-height: 400px;
    overflow: hidden;
}

.carousel-caption {
    right: auto;
    bottom: 90px;
    left: 15%;
    padding: 12px 24px 2px 24px;
    text-align: left;
    background: #32bfaf;
    color: #ffffff;
    float: left;
    clear: both;
    position: absolute;
    border-radius: 3px;
    z-index: 2;
    background: rgb(58,124,85);
    background: linear-gradient(43deg, rgba(50,191,175,255) 0%, rgba(50,191,175,255) 100%);
}


/*OurOfferings Section Codes*/

.offering-box-wrap {
    position: relative;
    background-color: #fc5296;
    background-image: linear-gradient(315deg, #fc5296 0%, #f67062 74%);
    background: #fd7c42;
    padding-top: 6px;
    border-radius: 3px;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
}

.offering-box-text {
    min-height: 75px;
    color: #ffffff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, .1);
    padding: 10px;
}


/*Footer Section Codes*/

#dt-footer-section {
    position: relative;
    background: #ffffff;
    color: #ffffff;
    padding: 30px 0px 0px 0px;
}

.footer a {
    color: #ffffff;
    margin-bottom: 6px;
    width: 100%;
    float: left;
}

.footer-list {
    position: relative;
    text-decoration: none;
    float: left;
    padding: 0px;
    margin: 0px;
}

.footer-list>li {
    position: relative;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-weight: 500;
}

.footer-list2 {
    position: relative;
    text-decoration: none;
    float: left;
    padding: 0px;
    margin: 0px;
}

.footer-list2>li {
    position: relative;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-weight: 500;
    float: left;
    margin-right: 12px;
}


/*Copyright Section Codes*/

#dt-copyright-section {
    position: relative;
    background: #ffffff;
    color: #27282b;
    padding: 12px 0px;
    font-size: 13px;
}


/*Inner Page*/


/*Page Codes*/


/*Banner Section Codes*/

#dt-commonbanner-section {
    position: relative;
    background: transparent;
    color: #27282b;
    margin-top: 80px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.title-caption {
    position: relative;
    padding: 30px;
    text-align: left;
    background: #32bfaf;
    color: #27282b;
    float: left;
    clear: both;
    border-radius: 3px;
    margin: 60px 0px;
}


/*White Section Codes*/

#dt-white-section {
    position: relative;
    background: #ffffff;
    color: #27282b;
    padding: 30px 0px;
}

#dt-white-section .form-control {
    border: 1px solid #ced4da;
}


/*Yellow Section Codes*/

#dt-yellow-section {
    position: relative;
    background: #32bfaf;
    color: #27282b;
    padding: 30px 0px;
}


/*Grey Section Codes*/

#dt-grey-section {
    position: relative;
    background: #f7f4f4;
    color: #27282b;
    padding: 30px 0px;
}


/*Orange Section Codes*/

#dt-orange-section {
    position: relative;
    background: #fe7c43;
    background-color: #fc5296;
    background-image: linear-gradient(315deg, #fc5296 0%, #f67062 74%);
    color: #ffffff;
    padding: 30px 0px;
}


/*Primary Section Codes*/

#dt-primary-section {
    position: relative;
    background: #32bfaf;
    color: #ffffff;
    padding: 30px 0px;
}

#dt-primary-section .card {
    color: #27282b;
}


/*Inner Banner Section Codes*/

#dt-inner-banner-section-about {
    position: relative;
    background: #14a497;
    color: #ffffff;
    margin-top: 80px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    background-color: #fc5296;
    background-image: linear-gradient(315deg, #fc5296 0%, #f67062 74%);
    padding: 30px 0px;
    background-image: linear-gradient(to left, #02AAB0 0%, #02AAB0 51%, #00CDAC 100%);
}

#dt-inner-banner-section-about h1 {
    text-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
}

#dt-inner-banner-section {
    position: relative;
    background: #14a497;
    color: #ffffff;
    margin-top: 80px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    background-color: #fc5296;
    background-image: linear-gradient(315deg, #fc5296 0%, #f67062 74%);
    padding: 30px 0px;
    background-image: linear-gradient(to right, #02AAB0 0%, #02AAB0 51%, #00CDAC 100%);
}

#dt-inner-banner-section h1 {
    text-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
}

.card {
    border: 0px solid #32bfaf;
    margin-top: 12px;
    border-radius: 3px;
}

#accordion .card {
    border: 1px solid #14a497;
    border-radius: 0px;
    margin-top: 12px;
    background: #f7f1ee;
}

#accordion2 .card {
    border: 1px solid #14a497;
    border-radius: 0px;
    margin-top: 12px;
    background: #f7f1ee;
}

.card-header {
    padding: 12px 20px;
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, .125);
}

.card-body {
    text-align: justify;
    padding: 16px;
    border: 0px;
}
.card-title {
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: 700;
}

.card-link {
    font-weight: 600;
}

.home-contact .form-control {
    border: 0px solid #ced4da;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 15px;
}


/* Popup */

.modal-content {
    position: relative;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    outline: 0 !important;
}

.modal-close {
    position: absolute !important;
    top: 6px;
    right: 6px;
    padding: 0px 1px 2px 1px !important;
    background: #32bfaf !important;
    opacity: 1;
    border-radius: 4px;
}

.modal-header {
    border-bottom: 0px solid #dee2e6;
}

.modal-footer {}


/*HasaTalent Pipeline*/

.talent-list ul>li {
    margin-left: 15px;
    padding-left: 15px;
}

.box-talentpip {
    /*border: 1px solid #32bfaf;*/
    border-radius: 3px;
    padding: 10px 10px 12px 10px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .06);
}

.box-talentpip svg {
    margin-top: -2px;
    font-size: 16px;
}

.box-talentpip span {
    margin-left: 6px;
    font-weight: 500;
}


/*Jobs Page*/

.box-jobs-col {
    margin-bottom: 25px;
}

.box-jobs {
    padding: 10px 15px 0px 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .06);
    border-radius: 3px;
}

.box-jobs h5 {
    margin-bottom: 0px;
}

.box-jobs h5 span {
    margin-left: 6px;
}

/*Services Section*/
.customrow{
    display: -ms-flexbox;
    margin-right: -16px;
    margin-left: -16px;
}
.services {
    border: 0px solid #32bfaf;
    margin-top: 12px;
    border-radius: 3px;
    border-bottom: 5px solid #32bfaf;
}

.services-body {
    text-align: justify;
    padding: 0px 16px 16px 16px;
    border: 0px;
    overflow: hidden;
    border-radius: 3px;
}

.services-body:hover {
        box-shadow: 0px 6px 8px rgb(0 0 0 / 10%);
}


.blog--card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 15px 15px;
    margin-bottom: 40px;
}
.blog--image {
    position: relative;
    float: left;
    width: 180px;
    margin-bottom: 12px;
    margin-top: -34px;
}
.blog--image>img {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    padding: 15px 15px;
}

/*Responsive Section Codes*/

@media (max-width: 2400px) {}

@media (max-width: 1300px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
    .img-box.left {
        position: absolute;
        top: -60px;
        right: 15px;
        bottom: -23px;
        width: calc( 80vw);
    }
}

@media (max-width: 1200px) {
    .about-box .count {
        font-size: 24px;
    }
    .about-box .count-bottomtext {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .box-left {
        display: none;
    }
    .box-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-box .count {
        font-size: 27px;
    }
    .about-box .count-bottomtext {
        font-size: 14px;
    }
}

@media (max-width: 860px) {
    .carousel-caption {
        right: 0px;
        bottom: 0px;
        left: 0px;
        padding: 15px 40px 5px 40px;
        float: left;
        clear: both;
        position: relative !important;
        width: 100%;
        border-radius: 0px;
    }
    .carousel-indicators {
        display: none;
    }
}


@media (max-width: 768px) {
    .container {
        width: 100%;
    }
    .video-box {
        margin-bottom: 15px;
    }
    /*.carousel-control-next {
        right: 0;
        display: none !important;
    }
    .carousel-control-prev {
        left: 0;
        display: none !important;
    }*/
    .h3, h3 {
        font-size: 24px;
    }
}

@media (max-width: 660px) {
    .container {
        width: 100%;
    }
    .video-box {
        margin-bottom: 15px;
    }
    .font-head {
        font-size: 42px;
        font-weight: 600;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 32px;
    }
    h4 {
        font-size: 21px;
    }
    
    .carousel-indicators {
        display: none;
    }
}














