 
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    font-size: 22px;
}

a {
    color: #ffc451; /*ffc451*/
    text-decoration: none;
}

    a:hover {
        color: #ffc451; /*ffd584*/
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

.contenttext{font-size: 17px;}
.labeltext{font-size: 47px;}


.game_title {
    font-family: "Raleway", sans-serif;
    font-size: 35px;
    font-weight: 400;
    color: #057231;
}
/*0D6D88*/

.horizontal_line {
    width: 95%;
    height: 32px;
    border-bottom: 1px solid #ACA;
    position: relative;
    margin-left: 2%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.screen_black_lines {
    background: repeating-linear-gradient( -30deg, #303030, #303030 5px, #202020 5px, #202020 10px );
}

.drop-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 8px;
}

.dark-purple {
    color: #444444; /*2C088E*/
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 400;
}
/*#2714B7*/

.linear_gradient {
    background: linear-gradient(white, #ACA);
}

.size_1024x700 {
    margin-top: 10px;
    width: 1024px;
    height: 700px;
}

.screen_black {
    background: #202020;
    height: 750px;
    width: 100%;
}

.attributes {
    font-family: "Raleway", sans-serif;
    font-size: 22px;
}

.indent {
    margin-left: 24px;
}

.box-gradient {
    background: linear-gradient(90deg, #EEEEEE 0%, #FBE8BF 100%);
}

.font-dancing-bold {
    font-weight: 400;
    font-family: "Dancing Script", sans-serif;
    font-size: 54px;
}
.font-dancing-bold-footer {
    font-weight: 300;
    font-family: "Dancing Script", sans-serif;
    font-size: 30px;
    margin-top: 30px;
 
}
.text-footer-tagline {
    font-family: "Dancing Script", sans-serif;
    font-size: 24px;
    color: #ddd;
}
.text-optional {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: #FF2121;
}

.main-tag-line {
    font-size: 28px;
    font-family: "Raleway", sans-serif;
    color: #333333;
}

.img-platform{
    max-width: 500px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #ffc451;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
}

.back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
  color: #ffc451;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #ffc451;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
 
}


    #header.header-scrolled, #header.header-inner-pages {
        background: rgba(70, 200, 160, 0.95);
        box-shadow: 0px 6px 10px rgba(90, 100, 100, 0.25);
    }

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
  background-color : #fff;
}

#header .logo a span {
  color: #ffc451;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  color: #fff;
  border-radius: 4px;
  margin-left: 16px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 15px;
  display: inline-block;
  border: 2px solid #ffc451;
}

.get-started-btn:hover {
  background: #ffbb38;
  color: #343a40;
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
    margin-left: 15px; /** chad **/
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 13px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ffc451;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #151515;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  background-color: #ffc451;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #151515;
  background-color: #ffc451;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  background-color: #ffc451;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

    #hero h1 {
        margin: 0;
        font-size: 54px; /*42px*/
        font-weight: 200;
        line-height: 52px;
        color: #fff;
        font-family: "Dancing Script", sans-serif;
    }

#hero h1 span {
  color: #ffc451;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 30px;
}
    #hero h5 {
        color: #CE9568; /*rgba(65, 200, 50, 0.9) 297717*/
        margin: 10px 0 0 0;
 
        font-size: 42px; /*30px*/
        font-family: "Dancing Script", sans-serif;
    }

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #ffc451;
}

#hero .icon-box:hover {
  border-color: #ffc451;
}

@media (max-width: 1600px) {
  #header {padding: 4px 0; }
  .img-platform {max-width: 500px;}
}

@media (max-width: 1200px) {
  #hero {
    background-attachment: fixed;
  }
  #header {padding: 4px 0; }
}

@media (max-width: 1280px) {
  #hero {
    background-attachment: fixed;
  }
  #hero h1 {
    margin-top: 64px;
    font-size: 42px;
    line-height: 42px;
  }
  #header {padding: 4px 0; }
  .img-platform {max-width: 500px;}
}

@media (max-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
  #hero h1 {
    margin-top: 200px;
    font-size: 42px;
    line-height: 40px;
  }
  #header {padding: 4px 0; }
}
@media (max-width: 900px) {
  #hero {
    background-attachment:auto;
  }
  #hero h1 {
    margin-top: 180px;
    font-size: 42px;
    line-height: 40px;
  }
  #header {padding: 4px 0; }
}
@media (max-width: 800px) {
  #hero {
    background-attachment: auto;
  }
  #hero h1 {
    margin-top: 100px;
    font-size: 38px;
    line-height: 40px;
  }
  #header {padding: 4px 0; }
}
@media (max-width: 780px) {
  #hero {
    background-attachment: auto;
  }
  #hero h1 {
    margin-top: 450px;
    font-size: 36px;
    line-height: 36px;
  }
  #header {padding: 4px 0; }

    .font-dancing-bold {
        font-size: 40px;
    }
    .main-tag-line {
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    .img-platform {
        min-width: 300px;
        min-height: 60px;
    }
    .img-languages {
        min-width: 300px;
        min-height: 60px;
    }
    .img-languages {
        min-width: 320px;
        min-height: 138px;
    }
    .font-dancing-bold {
        font-size: 36px;
    }

    .main-tag-line {
        font-size: 18px;
    }

}


@media (max-width: 640px) {
    #hero {
        height: auto;
    }

        #hero h1 {
            margin-top: 90px;
            font-size: 30px;
            line-height: 36px;
        }

        #hero h5 {
            font-size: 20px;
            line-height: 24px;
        }

        #hero h2 {
            font-size: 20px;
            line-height: 24px;
        }

    .carousel {
        margin-top: 200px;
    }
    .img-platform {
        min-width: 400px;
        min-height: 75px;
    }
    .img-languages {
        min-width: 400px;
        min-height: 173px;
    }
    .logotext {
        line-height: 10px;
        color: #101010;
        font-size: 30px;
        font-family: "Raleway", sans-serif;
    }

    #header {
        padding: 4px 0;
    }
}



    /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
    section {
        padding: 60px 0;
        overflow: hidden;
    }

    .section-title {
        padding-bottom: 40px;
    }

        .section-title h2 {
            font-size: 14px;
            font-weight: 500;
            padding: 0;
            line-height: 1px;
            margin: 0 0 5px 0;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #aaaaaa;
            font-family: "Poppins", sans-serif;
        }

            .section-title h2::after {
                content: "";
                width: 90%;
                height: 1px;
                display: inline-block;
                background: #ffde9e;
                margin: 4px 10px;
            }

        .section-title div::after {
            content: "";
            width: 90%;
            height: 1px;
            display: inline-block;
            background: #ffde9e;
            margin: 4px 10px;
        }

        .section-title p {
            margin: 0;
            margin: 0;
            font-size: 36px;
            font-weight: 600;
            text-transform: uppercase;
            font-family: "Poppins", sans-serif;
            color: #151515;
        }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


.about h3 font {
    font-family: "Raleway", sans-serif;
    font-size: 27px;
    font-weight: 400;
    color: #0D6D88;
}

.star {
    background: url("../img/star_32x32.png") center center no-repeat;
    min-height: 32px;
    min-width: 32px;
    margin-right: 16px;
}

.star2 {
    background: url("../img/star_32x32b.png") center center no-repeat;
    min-height: 32px;
    min-width: 32px;
    margin-right: 16px;
}

.about .row h3 {
    font-weight: 200;
    font-size: 22px;
    color: #2A3035; 
    line-height: 36px;
}


.about .content h3 {
    font-weight: 700;
    font-size: 22px;
    color: #2A3035;
    text-transform: uppercase;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        margin-bottom: 21px;
        display: flex;
        align-items: center;
    }

    .about .content ul strong {
        margin-right: 10px;
    }

    .about .content ul i {
        font-size: 16px;
        margin-right: 5px;
        color: #ffb727;
        line-height: 0;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

    /*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
    .clients {
        padding-top: 20px;
    }

        .clients .swiper-slide img {
            opacity: 0.5;
            transition: 0.3s;
            filter: grayscale(100);
        }

            .clients .swiper-slide img:hover {
                filter: none;
                opacity: 1;
            }

        .clients .swiper-pagination {
            margin-top: 20px;
            position: relative;
        }

            .clients .swiper-pagination .swiper-pagination-bullet {
                width: 12px;
                height: 12px;
                background-color: #fff;
                opacity: 1;
                background-color: #ddd;
            }

            .clients .swiper-pagination .swiper-pagination-bullet-active {
                background-color: #ffc451;
            }

    /*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
    .features {
        padding-top: 20px;
    }


        .features .titletext {
            margin-top: -30px;
            margin-bottom: 16px;
            line-height: 28px;
            color: #ffc451;
            font-size: 28px;
        }

        .features .icon-box {
            padding-left: 15px;
        }

            .features .icon-box h4 {
                font-size: 20px;
                font-weight: 700;
                margin: 20px 0 10px 60px;
            }
            /*  margin: 15px 0 10px 60px;  */
            .features .icon-box i {
                font-size: 48px;
                float: left;
                color: #ffc451;
            }

            .features .icon-box p {
                font-size: 15px;
                color: #848484;
                margin-left: 60px;
            }

        .features .image {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            min-height: 400px;
        }

        .features div ul {
            margin: 20px 0 10px 50px;
        }

        /************* two columns div start ************/
        /* Create two unequal columns that floats next to each other */
        .features .column {
            float: left;
            padding: 0px 0px 1px 0px;
            height: auto; /* Should be removed. Only for demonstration */
        }

        .features .left {
            width: 25px;
        }

        .features .right {
            width: 90%;
        }

        .features .single {
            width: 100%;
        }

        .features .underline {
            border-bottom: solid 1px #EFD299;
        }

        .features .underline-darker {
            border-bottom: solid 1px #F2CB7B;
        }

        .features .row {
            margin-left: 0px;
        }
            /* Clear floats after the columns */
            .features .row:after {
                content: "";
                display: table;
                clear: both;
            }
    /************* two columns div end ************/


    /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/


    .services .icon-box {
        text-align: center;
        border: 1px solid #ebebeb;
        padding: 80px 20px;
        transition: all ease-in-out 0.3s;
        background: #fff;
    }

        .services .icon-box .icon {
            margin: 0 auto;
            width: 74px;
            height: 74px;
            background: #ffc451;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            transition: 0.3s;
        }

            .services .icon-box .icon i {
                color: #151515;
                font-size: 28px;
                transition: ease-in-out 0.3s;
            }

        .services .icon-box h4 {
            font-weight: 700;
            margin-top: 8px;
            margin-bottom: 4px;
            font-size: 24px;
        }

            .services .icon-box h4 a {
                color: #151515;
                transition: ease-in-out 0.3s;
            }

                .services .icon-box h4 a:hover {
                    color: #ffc451;
                }

        .services .icon-box p {
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 0;
        }

        .services .icon-box:hover {
            border-color: #fff;
            box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
            transform: translateY(-10px);
        }

    /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    background: linear-gradient(90deg, #EEEEEE 0%, #FBE8BF 100%);
}

        .contact .info {
            width: 100%;
            /*background: #fff;*/
            background-color: transparent;
        }

            .contact .info i {
                font-size: 20px;
                background: #ffc451;
                color: #151515;
                float: left;
                width: 44px;
                height: 44px;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 4px;
                transition: all 0.3s ease-in-out;
            }

            .contact .info h4 {
                padding: 0 0 0 60px;
                font-size: 22px;
                font-weight: 600;
                margin-bottom: 5px;
                color: #151515;
            }

            .contact .info p {
                padding: 0 0 0 60px;
                margin-bottom: 0;
                font-size: 14px;
                color: #484848;
            }

            .contact .info .email, .contact .info .phone {
                margin-top: 40px;
            }

        .contact .php-email-form {
            width: 100%;
            /*background: #fff;*/
            background-color: transparent;
        }

            .contact .php-email-form .form-group {
                padding-bottom: 8px;
            }

            .contact .php-email-form .error-message {
                display: none;
                color: #D1552B;
                background: #F7D691;
                text-align: left;
                padding: 15px;
                font-weight: 600;
            }

                .contact .php-email-form .error-message br + br {
                    margin-top: 25px;
                }

            .contact .php-email-form .sent-message {
                display: none;
                color: #fff;
                background: #18460E;
                text-align: center;
                padding: 15px;
                font-weight: 600;
            }

            .contact .php-email-form .loading {
                display: none;
                background: #fff;
                text-align: center;
                padding: 15px;
            }

                .contact .php-email-form .loading:before {
                    content: "";
                    display: inline-block;
                    border-radius: 50%;
                    width: 24px;
                    height: 24px;
                    margin: 0 10px -6px 0;
                    border: 3px solid #18d26e;
                    border-top-color: #eee;
                    -webkit-animation: animate-loading 1s linear infinite;
                    animation: animate-loading 1s linear infinite;
                }

            .contact .php-email-form input, .contact .php-email-form textarea {
                border-radius: 0;
                box-shadow: none;
                font-size: 14px;
                border-radius: 4px;
            }

                .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
                    border-color: #ffc451;
                }

            .contact .php-email-form input {
                height: 44px;
            }

            .contact .php-email-form textarea {
                padding: 10px 12px;
            }

            .contact .php-email-form button[type="submit"] {
                background: #ffc451;
                border: 0;
                padding: 10px 24px;
                color: #151515;
                transition: 0.4s;
                border-radius: 4px;
            }

                .contact .php-email-form button[type="submit"]:hover {
                    background: #ffcd6b;
                }

    /*--------------------------------------------------------------
# Privacy Policy
--------------------------------------------------------------*/

    .notice-header {
        background: linear-gradient(90deg, #EEEEEE 0%, #FBE8BF 100%);
        height: 150px;
        margin: 0px;
        padding: 40px 20px 0px 30px;
    }

    .notice .maintext {
        font-size: 18px;
        font-weight: 500;
    }

    notice-header .indented {
        margin-left: 100px;
    }

    .notice {
        background: #FFF;
    }

        .notice .section-title h2, .notice .section-title p {
            color: #fff;
        }

            .notice .section-title h2::after {
                background: rgba(255, 255, 255, 0.6);
            }

        .notice .notice-list {
            padding: 0 100px; /*padding: 0 100px;*/
            width: 100%;
        }

        .notice .br {
            display: block;
            margin-bottom: 0.25em;
        }

        .notice .br-md {
            display: block;
            margin-bottom: 0.5em;
        }

        .notice .br-lg {
            display: block;
            margin-bottom: 1em;
        }

        .notice .br-lg-x {
            display: block;
            margin-bottom: 1.5em;
        }

        .notice .notice-list ul {
            padding: 0;
            list-style: none;
        }

        .notice .notice-list li + li {
            margin-top: 15px;
        }

        .notice .notice-list li {
            padding: 25px;
            background: #EFEFEF;
            border-radius: 5px;
            position: relative;
        }

        .notice .notice-list a {
            display: block;
            position: relative;
            font-family: "Raleway", sans-serif;
            font-size: 18px;
            line-height: 24px;
            font-weight: 500;
            padding: 0 30px;
            outline: none;
            cursor: pointer;
            color: #2C3A1F;
        }

        .notice .notice-list .icon-help {
            font-size: 30px;
            position: absolute;
            right: 0;
            left: 20px;
            color: #2C3A1F;
        }

        .notice .notice-list .icon-show, .notice .notice-list .icon-close {
            font-size: 30px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .notice .notice-list p {
            margin-bottom: 0;
            padding: 10px 0 0 0;
        }

        .notice .notice-list .icon-show {
            display: none;
        }

        .notice .notice-list a.collapsed {
            color: #2C3A1F;
        }

            .notice .notice-list a.collapsed:hover {
                color: #9B6D0D;
            }

            .notice .notice-list a.collapsed .icon-show {
                display: inline-block;
            }

            .notice .notice-list a.collapsed .icon-close {
                display: none;
            }

    @media (max-width: 1200px) {
        .notice .notice-list {
            padding: 0;
        }
    }

    .notice_light_line {
        color: #DB9713;
    }

    .noticecontenttext {
        padding-left: 20px;
        word-wrap: break-word;
    }

    .noticecontenttext_noindent {
        padding-left: 0px;
        word-wrap: break-word;
        line-height: 18px;
        margin-top: 8px;
        margin-bottom: 8px;
        padding: 0;
    }

    .noticebullet {
        font-size: 10px;
        padding-right: 10px;
    }


    .notice .titletext {
        margin-top: 4px;
        margin-bottom: 4px;
        line-height: 22px;
        color: #454545;
        font-size: 18px;
        font-weight: 400;
        margin-left: 40px;
    }

    .notice_topic {
        margin: 0px 0 10px 20px;
        font-size: 20px;
        font-weight: 700;
        padding-left: 0;
        color: #7E590B;
    }

    .notice .listing i {
        font-size: 18px;
        float: left;
        color: #454545;
        padding: 5px 0 5px 20px; /* need to push bullet down abit so that word wrap wont over flow into bullet*/
        margin: 0;
    }

    .notice .listing li {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        color: #454545;
        padding: 0px;
        margin: 0;
    }

    /************* two columns div start ************/
    /* Create two unequal columns that floats next to each other */
    .notice .column {
        float: left;
        padding: 0px 0px 1px 0px;
        height: auto; /* Should be removed. Only for demonstration */
    }

    .notice .header {
        background: #18460E;
        border: 1px solid #243817;
        color: #EEE;
        padding: 3px;
    }

    .notice .bordered {
        border: 1px solid #C8C8C8;
        background: #DDDDDD;
        padding: 3px;
    }

    .notice .col-c1 {
        width: 60px;
    }

    .notice .col-bullet {
        width: 25px;
    }

    .notice .col-10 {
        width: 10%;
    }

    .notice .col-15 {
        width: 13%;
    }

    .notice .col-20 {
        width: 20%;
    }

    .notice .col-30 {
        width: 30%;
    }

    .notice .col-40 {
        width: 40%;
    }

    .notice .col-45 {
        width: 45%;
    }

    .notice .bullet {
        font-size: 15px;
    }

    .notice .textcenter {
        text-align: center;
    }

    .notice .textright {
        text-align: right;
        padding-right: 8px;
    }

    .notice .left {
        width: 25px;
    }

    .notice .right {
        width: 90%;
    }

    .notice .single {
        width: 98%;
    }

    .notice .underline {
        border-bottom: solid 1px #EDEDED;
    }

    .notice .underline-gr {
        border-bottom: solid 1px #CCC;
    }

    .notice .underline-darker {
        border-bottom: solid 1px #CCC;
    }

    .notice .underline-darker-x {
        border-bottom: solid 1px #AAA;
    }

    .notice .row-bullet {
        margin-left: 0px;
        width: 95%%;
    }
        /* Clear floats after the columns */
        .notice .row-bullet:after {
            content: "";
            display: table;
            clear: both;
        }

    .notice .row {
        margin-left: 20px;
        width: 100%;
    }
        /* Clear floats after the columns */
        .notice .row:after {
            content: "";
            display: table;
            clear: both;
        }
    /************* two columns div end ************/

    .notice .icon-box {
        padding-left: 15px;
    }

        .notice .icon-box h3 {
            font-size: 36px;
            font-weight: 700;
            margin: 0px 0 0px 60px;
        }

        .notice .icon-box h4 {
            font-size: 20px;
            font-weight: 700;
            margin: 10px 0 0px 20px;
            /* margin: 20px 0 10px 60px;*/
            padding-top: 6px;
        }

        .notice .icon-box h5 {
            margin: 0px 0 0px 20px;
            font-size: 25px;
            font-weight: 700;
            padding-left: 0;
        }

        /*  margin: 15px 0 10px 60px;  */
        .notice .icon-box i {
            font-size: 48px;
            float: left;
            color: #444;
            margin-right: 1%;
            margin-left: -20px;
        }

    .notice .icon-box-lg i {
        font-size: 48px;
        float: left;
        color: #382A11;
    }

    .notice .icon-box p {
        font-size: 15px;
        color: #848484;
        margin-left: 60px;
    }

    .notice .image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 400px;
    }


    .notice .tablerow {
        height: auto;
        width: 100%;
        margin-left: 20px;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        background-color: #575757;
        border: 1px solid #FF0000;
    }

    .notice .column-bullet {
        float: left;
        width: 25px;
    }

    .notice .column-40 {
        float: left;
        width: 40%;
    }

    .notice .column-1 {
        float: left;
        width: 10%;
    }

    /*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
    .faq {
        background: linear-gradient(90deg, #EEEEEE 0%, #FBE8BF 100%);
    }

        .faq .section-title h2, .faq .section-title p {
            color: #fff;
        }

            .faq .section-title h2::after {
                background: rgba(255, 255, 255, 0.6);
            }

        .faq .faq-list {
            padding: 0 100px; /*padding: 0 100px;*/
        }

        .faq .br {
            display: block;
            margin-bottom: 0.25em;
        }

        .faq .br-md {
            display: block;
            margin-bottom: 0.5em;
        }

        .faq .br-lg {
            display: block;
            margin-bottom: 1em;
        }

        .faq .br-lg-x {
            display: block;
            margin-bottom: 1.5em;
        }

        .faq .faq-list ul {
            padding: 0;
            list-style: none;
        }

        .faq .faq-list li + li {
            margin-top: 15px;
        }

        .faq .faq-list li {
            padding: 25px;
            background: #FADC9E;
            border-radius: 5px;
            position: relative;
        }

        .faq .faq-list a {
            display: block;
            position: relative;
            font-family: "Raleway", sans-serif;
            font-size: 18px;
            line-height: 24px;
            font-weight: 500;
            padding: 0 30px;
            outline: none;
            cursor: pointer;
            color: #2C3A1F;
        }

        .faq .faq-list .icon-help {
            font-size: 30px;
            position: absolute;
            right: 0;
            left: 20px;
            color: #2C3A1F;
        }

        .faq .faq-list .icon-show, .faq .faq-list .icon-close {
            font-size: 30px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .faq .faq-list p {
            margin-bottom: 0;
            padding: 10px 0 0 0;
        }

        .faq .faq-list .icon-show {
            display: none;
        }

        .faq .faq-list a.collapsed {
            color: #2C3A1F;
        }

            .faq .faq-list a.collapsed:hover {
                color: #9B6D0D;
            }

            .faq .faq-list a.collapsed .icon-show {
                display: inline-block;
            }

            .faq .faq-list a.collapsed .icon-close {
                display: none;
            }

    @media (max-width: 1200px) {
        .faq .faq-list {
            padding: 0;
        }
    }

    .faq_light_line {
        color: #DB9713;
    }

    .faqcontenttext {
        padding-left: 20px;
        word-wrap: break-word;
    }

    .faqcontenttext_noindent {
        padding-left: 0px;
        word-wrap: break-word;
        line-height: 18px;
        margin-top: 8px;
        margin-bottom: 8px;
        padding: 0;
    }

    .faqbullet {
        font-size: 10px;
        padding-right: 10px;
    }

    .fad .bold {
        font-weight: bold;
    }

    .faq .titletext {
        margin-top: 4px;
        margin-bottom: 4px;
        line-height: 22px;
        color: #454545;
        font-size: 18px;
        font-weight: 400;
        margin-left: 40px;
    }

    .faq_topic {
        margin: 0px 0 10px 20px;
        font-size: 20px;
        font-weight: 700;
        padding-left: 0;
        color: #7E590B;
    }

    .faq .listing i {
        font-size: 18px;
        float: left;
        color: #454545;
        padding: 5px 0 5px 20px; /* need to push bullet down abit so that word wrap wont over flow into bullet*/
        margin: 0;
    }

    .faq .listing li {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        color: #454545;
        padding: 0px;
        margin: 0;
    }

    /************* two columns div start ************/
    /* Create two unequal columns that floats next to each other */
    .faq .column {
        float: left;
        padding: 0px 0px 1px 0px;
        height: auto; /* Should be removed. Only for demonstration */
    }

    .faq .header {
        background: #18460E;
        border: 1px solid #243817;
        color: #EEE;
        padding: 3px;
    }

    .faq .bordered {
        border: 1px solid #C8C8C8;
        background: #DDDDDD;
        padding: 3px;
    }

    .faq .col-c1 {
        width: 60px;
    }

    .faq .col-bullet {
        width: 25px;
    }

    .faq .col-10 {
        width: 10%;
    }

    .faq .col-15 {
        width: 13%;
    }

    .faq .col-20 {
        width: 20%;
    }

    .faq .col-30 {
        width: 30%;
    }

    .faq .col-40 {
        width: 40%;
    }

    .faq .col-45 {
        width: 45%;
    }

    .faq .bullet {
        font-size: 15px;
    }

    .faq .textcenter {
        text-align: center;
    }

    .faq .textright {
        text-align: right;
        padding-right: 8px;
    }

    .faq .left {
        width: 25px;
    }

    .faq .right {
        width: 90%;
    }

    .faq .single {
        width: 100%;
    }

    .faq .underline {
        border-bottom: solid 1px #EFD299;
    }

    .faq .underline-gr {
        border-bottom: solid 1px #CCC;
    }

    .faq .underline-darker {
        border-bottom: solid 1px #E2BD73;
    }

    .faq .underline-darker-x {
        border-bottom: solid 1px #D8B36E;
    }

    .faq .row-bullet {
        margin-left: 0px;
        width: 95%%;
    }
        /* Clear floats after the columns */
        .faq .row-bullet:after {
            content: "";
            display: table;
            clear: both;
        }

    .faq .row {
        margin-left: 20px;
        width: 100%;
    }
        /* Clear floats after the columns */
        .faq .row:after {
            content: "";
            display: table;
            clear: both;
        }
    /************* two columns div end ************/

    .faq .icon-box {
        padding-left: 15px;
    }

        .faq .icon-box h3 {
            font-size: 28px;
            font-weight: 700;
            margin: 0px 0 0px 60px;
        }

        .faq .icon-box h4 {
            font-size: 20px;
            font-weight: 700;
            margin: 10px 0 0px 20px;
            /* margin: 20px 0 10px 60px;*/
            padding-top: 6px;
        }

        .faq .icon-box h5 {
            margin: 0px 0 0px 20px;
            font-size: 25px;
            font-weight: 700;
            padding-left: 0;
        }

        /*  margin: 15px 0 10px 60px;  */
        .faq .icon-box i {
            font-size: 40px;
            float: left;
            color: #ffc451;
            margin: 0;
        }

    .faq .icon-box-lg i {
        font-size: 48px;
        float: left;
        color: #ffc451;
    }

    .faq .icon-box p {
        font-size: 15px;
        color: #848484;
        margin-left: 60px;
    }

    .faq .image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 400px;
    }


    .faq .tablerow {
        height: auto;
        width: 100%;
        margin-left: 20px;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        background-color: #575757;
        border: 1px solid #FF0000;
    }

    .faq .column-bullet {
        float: left;
        width: 25px;
    }

    .faq .column-40 {
        float: left;
        width: 40%;
    }

    .faq .column-1 {
        float: left;
        width: 10%;
    }



    @-webkit-keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
    .breadcrumbs {
        padding: 15px 0;
        background: whitesmoke;
        min-height: 40px;
        margin-top: 74px;
    }

        .breadcrumbs h2 {
            font-size: 28px;
            font-weight: 400;
        }

        .breadcrumbs ol {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .breadcrumbs ol li + li {
                padding-left: 10px;
            }

                .breadcrumbs ol li + li::before {
                    display: inline-block;
                    padding-right: 10px;
                    color: #2f2f2f;
                    content: "/";
                }

    @media (max-width: 992px) {
        .breadcrumbs {
            margin-top: 68px;
        }

            .breadcrumbs .d-flex {
                display: block !important;
            }

            .breadcrumbs ol {
                display: block;
            }

                .breadcrumbs ol li {
                    display: inline-block;
                }
    }

    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    #footer {
        background: black;
        padding: 0 0 30px 0;
        color: #fff;
        font-size: 14px;
    }

        #footer .footer-top {
            background: #151515;
            border-bottom: 1px solid #222222;
            padding: 60px 0 30px 0;
        }

            #footer .footer-top .footer-info {
                margin-bottom: 30px;
            }

                #footer .footer-top .footer-info h3 {
                    font-size: 28px;
                    margin: 0 0 20px 0;
                    padding: 2px 0 2px 0;
                    line-height: 1;
                    font-weight: 700;
                    text-transform: uppercase;
                }

                    #footer .footer-top .footer-info h3 span {
                        color: #ffc451;
                    }

                #footer .footer-top .footer-info p {
                    font-size: 14px;
                    line-height: 24px;
                    margin-bottom: 0;
                    font-family: "Raleway", sans-serif;
                    color: #fff;
                }

            #footer .footer-top .social-links a {
                font-size: 18px;
                display: inline-block;
                background: #292929;
                color: #fff;
                line-height: 1;
                padding: 8px 0;
                margin-right: 4px;
                border-radius: 4px;
                text-align: center;
                width: 36px;
                height: 36px;
                transition: 0.3s;
            }

                #footer .footer-top .social-links a:hover {
                    background: #ffc451;
                    color: #151515;
                    text-decoration: none;
                }

            #footer .footer-top h4 {
                font-size: 16px;
                font-weight: 600;
                color: #fff;
                position: relative;
                padding-bottom: 12px;
            }

            #footer .footer-top .footer-links {
                margin-bottom: 30px;
            }

                #footer .footer-top .footer-links ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                    #footer .footer-top .footer-links ul i {
                        padding-right: 2px;
                        color: #ffc451;
                        font-size: 18px;
                        line-height: 1;
                    }

                    #footer .footer-top .footer-links ul li {
                        padding: 10px 0;
                        display: flex;
                        align-items: center;
                    }

                        #footer .footer-top .footer-links ul li:first-child {
                            padding-top: 0;
                        }

                    #footer .footer-top .footer-links ul a {
                        color: #fff;
                        transition: 0.3s;
                        display: inline-block;
                        line-height: 1;
                    }

                        #footer .footer-top .footer-links ul a:hover {
                            color: #ffc451;
                        }

            #footer .footer-top .footer-newsletter form {
                margin-top: 30px;
                background: #fff;
                padding: 6px 10px;
                position: relative;
                border-radius: 4px;
            }

                #footer .footer-top .footer-newsletter form input[type="email"] {
                    border: 0;
                    padding: 4px;
                    width: calc(100% - 110px);
                }

                #footer .footer-top .footer-newsletter form input[type="submit"] {
                    position: absolute;
                    top: 0;
                    right: -2px;
                    bottom: 0;
                    border: 0;
                    background: none;
                    font-size: 16px;
                    padding: 0 20px;
                    background: #ffc451;
                    color: #151515;
                    transition: 0.3s;
                    border-radius: 0 4px 4px 0;
                }

                    #footer .footer-top .footer-newsletter form input[type="submit"]:hover {
                        background: #ffcd6b;
                    }

        #footer .copyright {
            text-align: right;
            padding-top: 30px;
            font-size: 20px;
            color: #fff;
            font-family: "Dancing Script", sans-serif;
        }

        #footer .credits {
            padding-top: 10px;
            text-align: right;
            font-size: 12px;
            color: #ffc451;
        }
