/*------------------------------
Table-Of-Content
--------------------------------
01. Default-Style-Setup
02. Helper-Class
03. Section-Title
04. Button-Styles
05. Mainmenu-Area
    5.1 DropDown-Menu
    5.2 Menu-Right-Content
    5.3 Toggle-Search-Form
    5.4 Transparent-Menu
05. Fixed-Menu
06. Header-Area
07. Organizer-Area
08. Team-Area
09. Event-Area-Start
10. Gallery-Area
11. Testimonial-Area
12. Sponser-Area
13. Contact-Area
14. Action-Area
15. Footer-Area
16. ScrollUpButton
17. Preloader-CSS
 --------------------------*/


/* -----------------------
01. Default-Style-Setup
------------------------ */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700,800,900&amp;display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0px;
    color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1.4em;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}


/* -----------------------
02. Helper-Class
------------------------ */

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

.section-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-padding {
    padding-top: 74px;
    /* padding-bottom: 65px; */
}

.section-padding-top {
    padding-top: 120px;
}

.section-padding-bottom {
    padding-bottom: 120px;
}

.upper {
    text-transform: uppercase;
}

.full-wrapper {
    position: relative;
}

.col-padding-none {
    padding-left: 15px;
    padding-right: 15px;
}

.col-padding-none>div {
    padding: 0px;
}

.mr-bottom-0 {
    margin-bottom: 0px !important;
}

.mr-bottom-15 {
    margin-bottom: 15px !important;
}

.mr-bottom-30 {
    margin-bottom: 30px !important;
}

.mr-bottom-40 {
    margin-bottom: 40px !important;
}

.over-fix {
    overflow: hidden;
}

.primary-bg {
    background-color: #267cfe;
    color: #ffffff;
}


/* -----------------------
 03. Section-Title
------------------------- */

.section-title {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: -10px;
    margin-bottom: 60px;
}

.section-title .top-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.section-title .title {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 900;
}

.section-title .title span {
    color: #267cfe;
}

.section-title .sub-title {
    font-size: 20px;
    color: #333333;
}

.skip-space {
    margin-bottom: -30px;
}


/* ---------------------
 04. Button-Styles
------------------------ */

.button-primary {
    padding: 12px 40px;
    border-radius: 100px;
    color: #ffffff;
    background-color: #267cfe;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    display: inline-block;
    -webkit-box-shadow: 0 0 0 0 rgba(38, 124, 254, 0.56);
    box-shadow: 0 0 0 0 rgba(38, 124, 254, 0.56);
}

.button-primary .icon {
    margin-right: 5px;
}

.button-primary:hover {
    background-color: #ffffff;
    color: #267cfe;
    -webkit-box-shadow: 0 15px 30px 0 rgba(38, 124, 254, 0.01);
    box-shadow: 0 15px 30px 0 rgba(38, 124, 254, 0.01);
}

.button-red {
    background-color: #ee3b8f;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.button-red:hover {
    background-color: #ffffff;
    color: #ee3b8f;
    -webkit-box-shadow: 0 15px 30px 0 rgba(38, 124, 254, 0.1);
    box-shadow: 0 15px 30px 0 rgba(38, 124, 254, 0.1);
}

.button-primary.button-white {
    color: #267cfe;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.button-primary.button-white:hover {
    background-color: transparent;
    color: #ffffff;
}


/* ---------------------
 05. Mainmenu-Area
------------------------ */

.mainmenu-area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
}

.mainmenu-area.affix {
    position: fixed;
}

.mainmenu-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-logo .logo-image {
    padding-left: 15px;
    display: block;
}

.site-logo .logo-text a {
    max-height: 120px;
    text-align: center;
    display: block;
    font-size: 30px;
    overflow: hidden;
    position: relative;
    padding: 15px;
    color: #333333;
    font-weight: 900;
}

.site-logo .logo-text {
    margin-bottom: 0;
}

.mainmenu-area.affix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
}

.admin-bar .mainmenu-area.affix {
    top: 30px;
}

.mainmenu-area {
    white-space: nowrap;
}

.primary-menu ul.navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.primary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-menu>ul>li {
    display: inline-block;
    position: relative;
    margin-left: -5px;
    padding: 0;
    float: left;
}

.primary-menu>ul>li:first-child {
    border-left: none;
}

.mainmenu-area #mainmenu ul li>a i.plus {
    float: right;
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-top: 10px;
    margin-left: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    position: relative;
}

.mainmenu-area #mainmenu ul li>a i.plus:before,
.mainmenu-area #mainmenu ul li>a i.plus:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 2px;
    display: block;
    background-color: #e6efe7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area #mainmenu ul li>a i.plus:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.mainmenu-area #mainmenu ul li:hover>a i.plus:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.primary-menu ul li {
    position: relative;
}

.primary-menu ul.navbar-nav li a {
    padding: 30px 20px;
    position: relative;
    font-weight: 500;
    color: #333333;
    text-transform: capitalize;
    background: none;
    font-size: 15px;
    display: block
}

.primary-menu ul.navbar-nav>li>a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0px;
    border-radius: 0 0 10px 10px;
    width: 4px;
    height: 0px;
    background-color: #267cfe;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.primary-menu ul.navbar-nav>li>a:hover:after,
.primary-menu ul.navbar-nav>li>a.active:after {
    height: 15%;
}

.primary-menu ul.navbar-nav>li>a.active,
.primary-menu ul.navbar-nav>li.current-menu-item>a,
.primary-menu ul.navbar-nav li:hover>a,
.primary-menu ul.navbar-nav li:hover>i {
    color: #267cfe;
}

.menu-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.menu-buttons>* {
    margin: 0 10px;
}

.menu-buttons:last-child {
    margin-right: 0;
}

.nav-alignmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*-----------------------
 5.1 DropDown-Menu
-------------------------*/

.primary-menu ul.navbar-nav li {
    position: relative;
}

.primary-menu ul.navbar-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    min-width: 220px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(25, 31, 160, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(25, 31, 160, 0.1);
    border-radius: 5px;
}

.primary-menu ul.navbar-nav .sub-menu .sub-menu {
    left: auto;
    right: 100%;
    top: 0;
}

.primary-menu ul.navbar-nav .sub-menu li:hover>.sub-menu {
    top: -15px;
}

.primary-menu ul.navbar-nav .sub-menu li {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

.primary-menu ul.navbar-nav .sub-menu li a {
    padding: 2px 10px;
    display: block;
    font-size: 14px;
}

.primary-menu ul.navbar-nav .sub-menu li.current-menu-item>a,
.primary-menu ul.navbar-nav .sub-menu li.active>a,
.primary-menu ul.navbar-nav .sub-menu li:hover>a {
    color: #267cfe;
}

.primary-menu ul.navbar-nav li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}


/*----------------------
5.2 Menu-Right-Content
-----------------------*/

.mainmenu-area .menu-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainmenu-area .menu-right .menu-button {
    border: none;
    background: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
}

.mainmenu-area .navi-trigger.menu-button {
    padding: 17px;
}


/*--------------------
5.3 Toggle-Search-Form
---------------------*/

.toggle-search-form {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #267cfe;
    z-index: 999999;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.search-form-active {
    overflow: hidden;
}

.search-form-active .toggle-search-form {
    opacity: 1;
    visibility: visible;
}

.toggle-search-form .toggle-search-input {
    width: 800px;
    height: 100px;
    padding: 15px 60px 15px 40px;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0px;
    max-width: 90vw;
    background: none;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100px;
}

.toggle-search-form .toggle-search-close {
    position: absolute;
    right: 30px;
    top: 30px;
    border: none;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.toggle-search-form .toggle-search-close:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.toggle-search-form .toggle-search-submit {
    width: 80px;
    height: 80px;
    border: none;
    font-size: 30px;
    color: #ffffff;
    background: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: -100px;
}

.toggle-search-form .toggle-search-submit:hover {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-search-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}

.toggle-search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}

.toggle-search-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}

.toggle-search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}

.navi-trigger {
    width: 24px;
    height: 17px;
    line-height: 40px;
    border: none;
    position: relative;
    margin: 0;
    padding: 0;
    background: none;
    margin-left: 30px;
}

.navi-trigger .bar {
    width: 24px;
    height: 2px;
    background-color: #626262;
    display: block;
    margin-bottom: 5px;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.affix .navi-trigger .bar {
    background-color: #626262;
}

.navi-trigger .bar:nth-child(3) {
    width: 13px;
    margin-bottom: 0px;
}

.navi-trigger.active .bar:nth-child(1) {
    width: 13px;
}

.navi-trigger.active .bar:nth-child(3) {
    width: 24px;
}

.menu-home>a:before {
    content: "\f015";
    font-family: "Font Awesome 5 Pro";
    margin-right: 5px;
}


/* ---------------------
5.4 Transparent-Menu
----------------------- */

.transparent-menu .mainmenu-area {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.transparent-menu .mainmenu-area.affix {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
}

.transparent-menu .site-logo a {
    color: #ffffff;
}

.transparent-menu .primary-menu>ul.navbar-nav>li>a {
    color: rgba(255, 255, 255, 0.9);
}

.transparent-menu .primary-menu>ul.navbar-nav>li:hover>a {
    color: #ffffff;
}

.transparent-menu .mainmenu-area #mainmenu ul.navbar-nav>li>a i.plus:before,
.transparent-menu .mainmenu-area #mainmenu ul.navbar-nav>li>a i.plus:after {
    background-color: rgba(255, 255, 255, 0.5)
}

.transparent-menu .mainmenu-area .menu-right .menu-button {
    color: #ffffff;
}

.transparent-menu .navi-trigger .bar {
    background-color: #ffffff;
}

.transparent-menu .primary-menu ul.navbar-nav>li>a:after {
    background-color: #ffffff;
}


/* ---------------------
05. Fixed-Menu
----------------------- */

.fixed-menu .mainmenu-area {
    position: fixed;
}


/* ---------------------
06. Header-Area
----------------------- */

.header-area {
    padding-top: 250px;
    /* padding-bottom: 160px; */
}

.header-text .top-title {
    font-size: 30px;
    color: #ffffff;
    font-weight: 900;
}

.header-text .title {
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.header-text .desc {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
}

.reg-formaa {
    max-width: 100%;
    border-radius: 10px;
    background-color: rgba(8, 8, 8, 0.56);
    padding: 40px;
}

.reg-form {
    max-width: 100%;
    border-radius: 10px;
    background-color: rgba(8, 8, 8, 0.56);
    padding: 40px;
}

.reg-form .title {
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
    color: #f1f1f1;
    font-weight: 900;
}

.form-input {
    width: 100%;
    border-radius: 100px;
    background-color: #000000;
    border: 1px solid #141414;
    color: #ffffff;
    padding: 15px 30px;
    margin-bottom: 20px;
}

.form-contact {
    width: 100%;
    border: 100px;
    background-color: #000000;
    border-radius: .25rem;
    color: #ffffff;
    padding: .375rem .75rem;
    margin-bottom: 20px;
}

.reg-form ::-webkit-input-placeholder {
    color: #c5c5c5;
}

.reg-form ::-moz-placeholder {
    color: #c5c5c5;
}

.reg-form :-ms-input-placeholder {
    color: #c5c5c5;
}

.reg-form ::-ms-input-placeholder {
    color: #c5c5c5;
}

.reg-form ::placeholder {
    color: #c5c5c5;
}

.reg-form .button-primary {
    margin-top: 15px;
}


/* ------------------------
07. Organizer-Area
-------------------------- */

.video-box {
    position: relative;
}

.video-box .play-button {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 150px;
    height: 150px;
    line-height: 150px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.video-box .play-button:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


/* ------------------------
08. Team-Area
-------------------------- */

.team-box {
    padding: 10px;
    position: relative;
    -webkit-box-shadow: 3px 3px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 30px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team-box .team-thum {
    width: 250px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
}

.team-box .team-thum img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}

.team-box:hover .team-thum img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.team-box .team-content {
    width: calc(100% - 250px);
    padding: 10px 10px 10px 30px;
}

.team-box .team-content .name {
    color: #267cfe;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px;
}

.team-box .team-content .posi {
    font-size: 18px;
    color: #666666;
    font-weight: 500;
    margin-bottom: 15px;
}

.team-box .team-content .desc {
    margin-bottom: 20px;
    font-size: 14px;
}

.social-link a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.social-link a:hover {
    -webkit-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.05);
}

.social-link a.facebook {
    color: #3b5999;
}

.social-link a.facebook:hover {
    color: #ffffff;
    background-color: #3b5999;
}

.social-link a.twitter {
    color: #55acee;
}

.social-link a.twitter:hover {
    color: #ffffff;
    background-color: #55acee;
}

.social-link a.linkedin {
    color: #0077B5;
}

.social-link a.linkedin:hover {
    color: #ffffff;
    background-color: #0077B5;
}

.social-link a.behance {
    color: #053eff;
}

.social-link a.behance:hover {
    color: #ffffff;
    background-color: #053eff;
}

.social-link a.dribbble {
    color: #ea4c89;
}

.social-link a.dribbble:hover {
    color: #ffffff;
    background-color: #ea4c89;
}


/* ------------------------
09. Event-Area-Start
-------------------------- */

.event-table {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    overflow: auto;
}

.event-table .table {
    margin-bottom: 0px;
}

.event-table tbody td,
.event-table thead th {
    border: none;
    padding: 20px 30px;
}

.event-table thead th {
    background-color: #267cfe;
    color: #ffffff;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

.event-table tbody tr {
    border-left: 5px solid #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.event-table tbody tr:nth-child(even) {
    background-color: #ffffff;
    border-left: 5px solid #ffffff;
}

.event-table tbody tr:nth-child(odd) {
    background-color: #f7f9fc;
    border-left: 5px solid #f7f9fc;
}

.event-table tbody tr:hover {
    border-left: 5px solid #267cfe;
}

.event-table .icon {
    margin-right: 5px;
    font-size: 14px;
}

.event-table .value {
    font-size: 14px;
}


/* ------------------------
10. Gallery-Area
-------------------------- */

.gallery-box a {
    margin-bottom: 30px;
    border: 12px solid #ebeff6;
    overflow: hidden;
    border-radius: 3px;
    display: block;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.gallery-box a img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}

.gallery-box a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


/* ------------------------
11. Testimonial-Area
-------------------------- */

.testimonial-area .section-title .top-title {
    color: #ffffff;
}

.testimonial-area .section-title .title {
    color: #ffffff;
}

.testimonial-area .section-title .desc {
    color: #ffffff;
}

.testimonial-box {
    text-align: center;
}

.testimonial-box .client-thum {
    width: 68px;
    height: 68px;
    display: inline-block;
    border-radius: 200px;
    overflow: hidden;
    line-height: 0px;
    margin-bottom: 15px;
}

.testimonial-box .desc {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}


/* ------------------------
12. Sponser-Area
-------------------------- */

.sponser-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sponser-list li {
    margin-left: 15px;
    margin-right: 15px;
}

.gold-sponser {
    margin-bottom: 60px;
}

.gold-title,
.silver-title {
    margin-bottom: 30px;
    font-size: 30px;
    color: #ffb852;
    font-weight: 400;
    text-align: center;
}

.silver-title {
    color: #ee3b8f;
}


/* ------------------------
13. Contact-Area
-------------------------- */

.contact-area {
    position: relative;
    z-index: 1;
}

.contact-area #google-map {
    width: 100%;
    height: 660px;
    margin: 0px 0px -10px 0px;
    padding: 0px;
}

.contact-box {
    width: 670px;
    max-width: 100%;
    -webkit-box-shadow: 0 0 20px rgba(64, 79, 100, 0.2);
    box-shadow: 0 0 20px rgba(64, 79, 100, 0.2);
    background-color: #ffffff;
    padding: 40px;
    border-radius: 5px;
    position: absolute;
    right: 10vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.contact-area .section-title {
    margin-bottom: 30px;
    margin-top: 0px;
}

.info-box .title {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
}


/* ------------------------
14. Action-Area
-------------------------- */

.action-area .section-title {
    margin-bottom: 40px;
}

.action-area .section-title .title {
    color: #ffffff;
}


/* ------------------------
15. Footer-Area
-------------------------- */

.footer-area {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.footer-area .footer-logo {
    font-size: 40px;
    line-height: 40px;
    color: #267cfe;
    font-weight: 900;
}

.footer-area .copyright {
    margin-top: 25px;
    margin-bottom: 16px;
}


/* ------------------------
16. ScrollUpButton
-------------------------- */

#scrollUp {
    position: fixed;
    right: 2%;
    top: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border: 2px solid #267cfe;
    color: #267cfe;
    text-align: center;
    background-color: #ffffff;
    border-radius: 100px;
    z-index: 999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#scrollUp:hover {
    background-color: #267cfe;
    color: #ffffff;
}

#scrollUp.active {
    /* top: calc(100% - 110px) */
}

#scrollUp i {
    -webkit-animation: mymove 1s ease-in 0s infinite alternate;
    animation: mymove 1s ease-in 0s infinite alternate;
    display: inline-block;
    position: relative;
}

@-webkit-keyframes mymove {
    from {
        top: -5px;
    }
    to {
        top: 5px;
    }
}

@keyframes mymove {
    from {
        top: -5px;
    }
    to {
        top: 5px;
    }
}


/*----------------------
17. Preloader-CSS
---------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

.preloader img {
    width: 200px;
}

.error {
    border: red solid 1px;
}