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

/*----- TABLE OF CONTENTS -----*/

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

/*
1  Generate Google Fonts
2  General Styles
3  Font Settings
4  Theme Utilities
5  Lists
6  Buttons
7  Layout
8  Sections
9  Hero Section
10 Header
11 Responsive header
12 Footer
13 Forms
14 Elements
15 Sliders
16 Misc
*/

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

/*----- 1 Generate Google Fonts  -----*/

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

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600;700&display=swap');
/*----------------------------------------*/

/*----- 2 General Styles -----*/

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

body {
    -webkit-font-smoothing: antialiased;
    -webkit-animation: fix 1s 1;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    /* scroll-padding-top: 20px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

img {
    max-width: 100%;
}

p {
    margin: 0 0 10px 0;
}

p:last-child {
    margin-bottom: 0;
}

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

/*----- 3 Font Settings -----*/

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

body {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
}

/* font families */

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.dtr-btn,
input[type="submit"],
input[type="reset"] {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

h1 a {
    font-size: 5.000em;
    line-height: 1.2em;
    font-weight: 600;
}

h1 {
    font-size: 3.3rem;
}

h2,
h2 a {
    font-size: 3.000em;
    line-height: 1.2em;
}

h3,
h3 a {
    font-size: 1.875em;
    line-height: 1.2em;
}

h4,
h4 a {
    font-size: 1.500em;
    line-height: 1.2em;
}

h5,
h5 a {
    font-size: 1.125em;
    line-height: 1.2em;
}

h6,
h6 a {
    font-size: 1.000em;
    line-height: 1.2em;
}

.cust-space, .padding-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
}

footer {
    padding: 20px;
}

footer p {
    color: #494949;
}

.register-btn {
    background-color: #f15a2c;
    padding: 15px 20px;
    color: #fff;
    display: flex;
    max-width: 215px;
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: 30px auto 0;
    font-size: 18px;
    font-weight: 500;
}

.register-btn:hover {
    color: #fff;
}

/*===== custom bold headings =====*/

.title-top {
    font-size: 20px;
    font-weight: 600;
    color: #f15a2c;
}

.color-orange {
    background-color: #f15a2c;
}

.bg-gray {
    background-color: #e4e4e4;
}

.color-black-text {
    color: #000 !important;
}

.color-orange-text {
    color: #f15a2c;

}

.brand-gradiant {
    background: rgb(240, 132, 67);
    background: linear-gradient(90deg, rgba(240, 132, 67, 1) 0%, rgba(252, 176, 66, 1) 100%);
}

.btn-white {
    background-color: #fff;
    color: #000 !important;
}

/* why do participate start */

.why-do img {
    padding: 10px;
    background-color: #ffffff7a;
}

.list ul {
    list-style: none;
    margin-bottom: 40px;
    padding: 0;
}

.list ul li {
    font-size: 20px;
    margin-bottom: 20px;
    display: flex;

}

.list ul li i {
    margin-right: 10px;
    font-size: 22px;
}

/* why do participate End */


.logo-2 {
    width: 170px;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    padding: 0 8px;
}

.logo-3 {
    width: 173px;
    margin-left: 8px;
    border-left: 1px solid #c2c2c2;
    height: 38px;
}


/*===== custom bold headings ends =====*/

/* text sizes */

.text-size-xxl {
    font-size: 80px;
    line-height: 84px;
}

.text-size-xl {
    font-size: 48px;
    line-height: 52px;
}

.text-size-lg {
    font-size: 30px;
    line-height: 40px;
}

.text-size-md {
    font-size: 24px;
    line-height: 34px;
}

.text-size-sm {
    font-size: 18px;
    line-height: 28px;
}

.text-size-xs {
    font-size: 0.875em;
    line-height: 1.6em;
}

/* font weights */

.font-weight-thin {
    font-weight: 200;
}

.font-weight-light {
    font-weight: 300;
}

.font-weight-regular {
    font-weight: 400;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-bold {
    font-weight: 600;
}

.font-weight-extrabold {
    font-weight: 700;
}

/* line height */

.line-height-null {
    line-height: 1em;
}

.ja-solar img {
    max-width: 155px;
}


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

/*----- 4 Theme Utilities -----*/

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



.dtr-pb-80,
.dtr-py-80 {
    padding-bottom: 80px !important
}





.overflow-visible {
    overflow: visible;
}

.overflow-hidden {
    overflow: hidden;
}




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

/*----- 7 Layout -----*/

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


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

/*----- 8 Sections -----*/

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

.dtr-section {
    position: relative;
}



/* overlay */

.dtr-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.dtr-overlay-content {
    position: relative;
    z-index: 99;
}

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

/*----- 9 Hero Section -----*/

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

/* padding top equals to height of header */

.dtr-hero-section-top-padding {
    padding-top: 200px;
}

/* padding / margin top for responsive hero section */

@media (max-width: 992px) {
    .dtr-hero-section-top-padding {
        padding-top: 150px;
    }
}

/*===== hero section random images background =====*/

.dtr-hero-section-bg {
    background-image: url(../images/hero-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

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

/*----- 10 Header -----*/

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

#dtr-header-global {
    padding: 25px 0;
    display: block;
}

#dtr-header-global.on-scroll {
    padding: 10px 0;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .03);
    z-index: 999;
}

.dtr-header-left {
    min-width: 80px;  /*120px;*/
    
    /* if long menu - set min-width equal to logo width for actual size logo */
}

.dtr-header-right {
    margin-left: 30px;
}

/*== logo ==*/

#dtr-header-global .logo-alt,
#dtr-header-global.on-scroll .logo-default {
    display: none;
} 

#dtr-header-global.on-scroll .logo-alt,
#dtr-header-global .logo-default {
    display: block;
}

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

/*----- 11 Responsive header -----*/

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

.dtr-responsive-header {
    padding: 20px 0;
    box-shadow: 0 2px 40px 0 hsla(240, 0%, 6%, .05);
    z-index: 999;
}


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

/*----- 14 Elements -----*/

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

/*===== Big Outline Text =====*/

.dtr-big-outline-text {
    padding: 0;
    margin: 0;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    left: -130px;
    top: 50px;
    z-index: -9;
    font-size: 300px;
    line-height: 300px;
    font-weight: bold;
}

.meet-our-experts h3 {
    margin-bottom: 0px;
}

.meet-our-experts img {
    margin-bottom: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    
}

.meet-our-experts p {
    color: #494949;
}


/*===== Icon Box =====*/

.dtr-icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
}

.dtr-icon-box-icon {
    font-size: 38px;
    line-height: 52px;
    min-width: 48px;
}

.dtr-icon-box-text {
    padding-left: 10px;
    text-transform: uppercase;
}

.dtr-icon-box-text {
    font-size: 30px;
    font-weight: bold;
}

.dtr-icon-box-text .subtext {
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}

.about-event p {
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

/*===== Simple Box =====*/

.dtr-box-header {
    padding: 30px 40px 10px 40px;
}

.dtr-box-content {
    padding: 40px;
}



/*===== Preloader =====*/



.dtr-preloader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    -webkit-transition: linear .3s ease;
    -moz-transition: linear .3s ease;
    transition: linear .3s ease;
    z-index: 9999;
    background-color: #ff9752;
}

.dtr-preloader .dtr-preloader-inner {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dtr-loader,
.dtr-loader:before,
.dtr-loader:after {
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: loadtwinkle 1.8s infinite ease-in-out;
    animation: loadtwinkle 1.8s infinite ease-in-out;
}

.dtr-loader {
    position: relative;
    font-size: 10px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.12s;
    animation-delay: -0.12s;
}

.dtr-loader:before,
.dtr-loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.dtr-loader:before {
    left: -2.5em;
    -webkit-animation-delay: -0.30s;
    animation-delay: -0.30s;
}

.dtr-loader:after {
    left: 2.5em;
}

.dtr-btn {
    padding: 17px 40px;
    font-size: 18px;
}


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

/*----- Basic typo -----*/

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

body {
    color: #fff;
    background-color: #fff;
}

a {
    color: #130f40;
}

a:hover {
    color: #5352ed;
}


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

/*----- Overlays -----*/

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

.dtr-overlay {
    background-color: rgb(55 55 55 / 80%);
}

/* .dtr-overlay-dark-blue {
    background-color: rgb(241 90 44 / 65%);
} */


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

/*----- Text -----*/

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

/*== dark ==*/


/*== white ==*/

.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white a {
    color: #fff;
}


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

/*----- Header -----*/

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

/*===== Header =====*/

.color-dark-text {
    color: #000;
}

#dtr-header-global {
    background-color: #fff;
}

#dtr-header-global.on-scroll {
    background-color: #fff;
}

#dtr-header-global.on-scroll .color-on-scoll {
    color: rgba(19, 15, 64, 0.7);
}

#dtr-header-global.on-scroll .color-dark-on-scoll {
    color: #130f40;
}

/* small screen header */

.dtr-responsive-header {
    background-color: #fff;
}


@-webkit-keyframes loadtwinkle {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.2em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes loadtwinkle {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.2em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@media (max-width: 992px) {

    .why-do {
        margin-bottom: 30px;
    }

    #form .dtr-pl-40 {
        padding: 0 !important;
    }
}

@media (max-width: 576px) {
    .dtr-header-right {
        display: none;
    }

    #dtr-header-global .d-flex {
        justify-content: center !important;
    }

    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    iframe {
        height: 520px !important;
    }

    .dtr-icon-box-text {
        font-size: 25px;
    }

    .dtr-icon-box-icon {
        font-size: 30px;
        min-width: 35px;
    }

    #dtr-header-global {
        padding: 20px 0;
    }
}

@media only screen and (max-width:475px) {
    h1 {
        font-size: 2.3rem;
    }

    .logo-default, .logo-alt, .logo-2 {
        width: 80px;
        
    }
    .logo-3 {
        width: 173px;
        border-left: 1px solid #c2c2c2;
        height: 38px;
    }
}