/* GOOGLE FONTS */

@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Fjalla+One|Poppins:300,400,500,600,700,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/*Basic Codes*/

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

body {
    position: relative;
    font-family: 'Roboto', 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: #622ec1;
    text-decoration: none;
}

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

abbr,
fieldset,
img {
    border: none
}

.btn {
    -webkit-border-radius: 3px
}

em {
    font-style: italic
}

a img {
    transition: 1
}

a img:hover {
    opacity: 1
}

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

h5 {
    line-height: 1.6;
}

label {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    letter-spacing: .7px;
}

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



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

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

.section-padding {
    padding: 30px 0
}

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

.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;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card .list-unstyled>li {
    padding: 8px 0px;
    border-bottom: 1px dashed #ffc700;
}


/*Top Section Codes*/

#dt-top-section {
    position: fixed;
    background: #ffc700;
    font-family: 'Fjalla One', sans-serif;
    color: #27282b;
    padding: 6px 0px;
    font-size: 13px;
    top: 0px;
    z-index: 9999999999;
    width: 100%;
}

.dt-top-section-social-media {
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.dt-top-section-social-media>li {
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px 6px;
    float: left;
    display: inline;
}


/*Header Section Codes*/

#dt-header-section {
    position: fixed;
    background: #ffffff;
    color: #27282b;
    top: 36px;
    z-index: 9999999999;
    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;
}


/*Banner Section Codes*/

#dt-banner-section {
    position: relative;
    background: transparent;
    color: #27282b;
    margin-top: 120px;
}

.carousel-caption {
    right: auto;
    bottom: 90px;
    left: 15%;
    z-index: 10;
    padding: 30px;
    text-align: left;
    background: #ffc700;
    color: #27282b;
    float: left;
    clear: both;
    position: absolute;
    border-radius: 3px;
}


/*Aboutus Section Codes*/

#dt-aboutus-section {
    position: relative;
    background: #ffffff;
    color: #27282b;
    clear: both;
    overflow: hidden;
}

.img-box.left {
    position: absolute;
    top: -70px;
    right: 15px;
    bottom: -23px;
    width: calc( 60vw);
}

.about-box {
    position: relative;
    width: 100%;
    height: auto;
    background: #622ec1;
    border: 2px solid #622ec1;
    border-radius: 3px;
    margin-bottom: 12px;
}

.about-box .count {
    position: relative;
    padding: 15px;
    font-size: 26px;
    color: #ffffff;
    font-family: 'Fjalla One', sans-serif;
    height: 50px;
    padding-top: 13px;
}

.about-box .count-bottomtext {
    position: relative;
    padding: 15px;
    font-size: 14px;
    color: #27282b;
    font-family: 'Fjalla One', sans-serif;
    height: 42px;
    text-transform: uppercase;
    background: #ffc700;
    padding-top: 10px;
}


/*Services Section Codes*/

#dt-services-section {
    position: relative;
    background: #ffc700;
    color: #27282b;
    padding-top: 0px;
}

.services-top-image {
    position: relative;
    width: 100%;
    height: 64px;
    top: -42px;
}

#dt-services-section .services-box-wrap {
    height: auto;
    margin-bottom: 25px;
    position: relative;
}

#dt-services-section .services-box {
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 3px;
    margin-bottom: 25px;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
    overflow: hidden;
}

#dt-services-section .services-icon {
    position: relative;
    width: 80px;
    background: #f7f4f4;
    padding: 15px;
    text-align: center;
}

#dt-services-section .services-content {
    position: relative;
    background: #ffffff;
    padding: 15px 15px 0px 15px;
    text-align: left;
    float: right;
    width: calc(100% - 80px);
}


/*Video Section Codes*/

#dt-video-section {
    position: relative;
    background: #622ec1;
    color: #ffffff;
    padding: 60px 0px;
}

#dt-video-section .box {
    border-top: 15px solid #ffffff;
    border-bottom: 10px solid #ffffff;
    box-sizing: border-box;
    box-shadow: 0 0 2px 0 #dfe0e4;
    -moz-box-shadow: 0px 0px 30px rgba(69, 101, 173, 0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(69, 101, 173, 0.1);
    box-shadow: 0px 0px 30px rgba(69, 101, 173, 0.1);
    border-radius: 3px;
    padding: 0px;
    margin-right: 6px;
    background: #ffffff;
}

.video-top-image {
    position: relative;
    width: 100%;
    height: 64px;
    top: -42px;
}


/*Footer Section Codes*/

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

.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;
}


/*Copyright Section Codes*/

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


/*Inner Page*/


/*Page Codes*/


/*Banner Section Codes*/

#dt-commonbanner-section {
    position: relative;
    background: transparent;
    color: #27282b;
    margin-top: 120px;
    -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: #ffc700;
    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;
}


/*Yellow Section Codes*/

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


/*Grey Section Codes*/

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


/*Purple Section Codes*/

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

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


/*Inner Services Codes*/

#dt-inner-services-section {
    position: relative;
    background: #ffffff;
    color: #27282b;
    clear: both;
    overflow: hidden;
}

#dt-inner-services-section .img-box.left {
    /*position: absolute;
    top: -70px;
    right: 15px;
    bottom: -23px;
    width: calc( 110vw);*/
}

.innerservices-box-wrap {
    height: auto;
    margin-bottom: 25px;
    position: relative;
}

.innerservices-box {
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 3px;
    margin-bottom: 25px;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
    overflow: hidden;
}

.innerservices-icon {
    position: relative;
    width: 80px;
    background: #f7f4f4;
    padding: 15px;
    text-align: center;
}

.innerservices-content {
    position: relative;
    background: #ffffff;
    padding: 15px 15px 0px 15px;
    text-align: left;
    float: right;
    width: calc(100% - 80px);
}


/*Blog Listing Codes*/

.bloglist-wrap-imgs {
    padding: 20px 20px 10px 20px;
}

.img-box-blog {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 0px;
    border-radius: 3px;
}

.blog-list-wrap {
    background: #ffffff;
    border: 1px solid #622EC1;
    border-radius: 3px;
    padding: 0px;
    position: relative;
    margin-bottom: 15px;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
    overflow: hidden;
}

.blog-list-content h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 70px;
}

.blog-list-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 70px;
}

.card-body {
    padding: 20px;
    position: relative;
    background: #ffffff;
}

.card-bloglist .card-footer {
    padding: .75rem 1.25rem;
    background-color: #f9f9f9 !important;
    border-top: 0px solid #622EC1 !important;
}

.dt-inner-blog-section-wrap .card {
    background: transparent;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin: 2px;
    line-height: 1.25;
    color: #27282b;
    background-color: #ffffff;
    border: 1px solid #622EC1;
    border-radius: 3px;
}

.page-link:hover {
    z-index: 2;
    color: #622EC1;
    text-decoration: none;
    background-color: #ffffff;
    border-color: #ffffff;
}

.page-item.disabled .page-link {
    color: #333333;
    pointer-events: none;
    cursor: auto;
    background-color: #ffffff;
    border-color: #dee2e6;
}

.page-link.active {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    line-height: 1.25;
    color: #ffffff;
    background-color: #622EC1;
    border: 1px solid #ffffff;
    border-radius: 3px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}


/* Additional Codes */

.color-black {
    color: #27282b !important;
}


/*Inner Pages Custom*/

.border-style-image {
    position: relative;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .09) 0px 8px 7px 0;
    padding: 6px;
}


/* Accordion*/

.card-header:first-child {
    border-radius: 0px;
}


/*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%;
        padding: 15px;
        padding: 0px 15px;
    }
    .about-box .count {
        font-size: 27px;
    }
    .about-box .count-bottomtext {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }
    .video-box {
        margin-bottom: 15px;
    }
}

@media (max-width: 660px) {
    .container {
        width: 100%;
    }
    .video-box {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 32px;
    }
    h4 {
        font-size: 21px;
    }
    .carousel-caption {
        right: 0px;
        bottom: 0px;
        left: 0px;
        z-index: 10;
        padding: 15px;
        text-align: left;
        background: #ffc700;
        color: #27282b;
        float: left;
        clear: both;
        position: relative !important;
        width: 100%;
        border-radius: 0px;
    }
    .carousel-indicators {
        display: none;
    }
}