@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,600;0,700;1,400&display=swap');

/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    color: #464646;
    text-decoration: none
}

html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-weight: 400
}

section {
    padding: 100px 0px;
}


body {
    font-size: 16px;
    color: #464646;
    font-family: 'Poppins', sans-serif;
}



.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar {
    margin: 0;
}

.navbar-nav > li > a {
    padding: 10px 10px;
}

.navbar-nav {
    margin-top: 0px !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #ec3237;
    background-color: transparent;
}

.header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    padding: 20px 0px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    height: auto;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.header.active {
    background: #fff;
    top: 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}


.navbar {
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5)
}


.black-band {
    padding: 50px 20px;
    color: #fff;
    background: rgb(255, 144, 0);
    background: linear-gradient(90deg, rgba(255, 144, 0, 1) 0%, rgba(64, 51, 143, 1) 100%);
}

.black-band h2 {
    margin: 0;
    line-height: 46px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 30%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
}


/**
 * Button
 */
.btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-transparent:hover {
    background-color: #ee781c;
    color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5)
}




h1 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
    font-weight: 700
}

h1 span {
    font-family: 'Poppins', sans-serif;
    font-weight: 400
}

p {
    margin-bottom: 20px;
    line-height: 28px;
    font-weight: 400
}


iframe {
    width: 100%;
    height: 300px;
    border: none;
}


footer {
    background-color: #1c1c1c;
    padding: 20px 0px;
    color: #fff;
    font-weight: 300;
}


h2,
h3,
h4 {
    font-weight: 600
}


/*margins*/

.no-pad {
    padding: 0
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mr10 {
    margin-right: 10px;
}

.m-65 {
    margin-top: 85px !important
}

.m-65 h3{
    font-size:46px !important;
}


@media screen and (max-width: 768px) {

    section {
        padding: 50px 0px;
    }

    .no-pad {
        padding: 15px;
    }

    .copy,
    .powerdby {
        text-align: center !important;
        font-size: 12px;
    }

    .d-flex {
        display: inline-grid !important
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: -10px;
        padding-top: 1.25rem;
        color: #fff;
    }

    .carousel-caption h3 {
        font-size: 24px;
        margin-bottom: 10px !important;
    }

    .carousel-caption p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 15px !important;
    }

    .btn-transparent {
        font-size: 12px;
    }

    .m-65 {
        margin-top: 100px !important
    }
    .m-65 h3{
    font-size:24px !important;
}

}
