/*!
Theme Name: nolimitdiver
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nolimitdiver
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

nolimitdiver is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

.menu li{
    display: inline;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    float: left;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    float: left;
}
.wpcf7-submit {
    border-radius: 10px;
    padding: 15px 40px;
    font-weight: bold;
    font-size: 24px;
    color: #d2d0d0;
    margin-top: 40px;
    display: inline-block;
    margin-bottom: -20px;
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background: #4c819d;

    background: -moz-linear-gradient(top, #4c819d 0%, #072643 100%);
    background: -webkit-linear-gradient(top, #4c819d 0%,#072643 100%);
    background: linear-gradient(to bottom, #4c819d 0%,#072643 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c819d', endColorstr='#072643',GradientType=0 );

}

.wpcf7-submit :hover {

    background: #072643;
    background: -moz-linear-gradient(top, #072643 64%, #4c819d 100%);
    background: -webkit-linear-gradient(top, #072643 64%,#4c819d 100%);
    background: linear-gradient(to bottom, #072643 64%,#4c819d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072643', endColorstr='#4c819d',GradientType=0 );
    transition-duration: 1s;

}
.contact{
    background: #fcfeff;
    padding: 60px 0px 0px;
}
.contact h2 {
    text-align: center;
    font-size: 36px;
    color: #071e39;
    text-transform: uppercase;
}
.contact p {
    text-align: center;
    font-size: 18px;
    color: #071e39;
    margin-top: 20px;
}
.widget-title ul li a {
    font-size: 18px;
    color: #252525 !important;
    font-family: 'OpenSans-Semibold';
    margin: 20px 0 35px 0;
}

.blog-resent-post ul li a {
    font-size: 18px;
    color: #252525 !important;
    font-family: 'OpenSans-Semibold';
    margin: 20px 0 35px 0;
}

.content p{color: #fff;}

/* Contact us */

div.wpcf7-validation-errors {
border: 2px solid #ed4c1c;
float: left;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    float: left;
}
/**/
.details_text {float:left; width:100%; text-align:justify;}
.contact_form {width:100%;float:left; background:#e8e8e8; padding:3%;}
.contact_text {font-size:18px; padding-bottom:25px;}
.pb25 {padding-bottom:16px;}

.border {border-top:1px solid #d0d0d0; padding-top:16px; text-align:right;}
.border .btns {background:#26b9ab; border:1px solid #26b9ab; text-transform:uppercase; font-size:16px;}
.border .btns:focus {background:#26b9ab; border:1px solid #26b9ab; text-transform:uppercase; font-size:16px;}
/* .details_text br{
    display:inline !important;
    width:0;
    display: none !important;
} */
.w820{
    width:920px;
    margin:0 auto;
}
.w720{
    width:920px !important;
    margin:0 auto;
    padding-bottom: 15px;
}
.details_text img{
    margin:10px;

}
/*End */

/* Dropdown CSS*/
li {
 /*display: block;*/
 transition-duration: 0.5s;
}

li:hover {
  cursor: pointer;
}

ul li ul {
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
}

ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

ul li ul li {
  clear: both;
  width: 100%;
}
nav ul li {
    position: relative;
}

.header-section .navbar-collapse ul li:hover ul.sub-menu {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    transform: scaleY(1);
}
.header-section .navbar-collapse ul li ul.sub-menu li a{
    display:block;
    padding: 4px 10px;
     transition: all 0.5s ease-in-out;
    margin: 0;
}
.header-section .navbar-collapse ul li ul.sub-menu li:hover a{
    background: #444;
     transition: all 0.5s ease-in-out;
     color: #fff;
}

ul.sub-menu {
    background: #066c9d;
    top: 30px;
    z-index: 99999;
    width: 250px;
    opacity: 0;
    transform: scaleY(0);
    position: absolute;
    transition: all 0.5s ease-in-out;
}
ul.sub-menu li a{
    color:#fff;
    font-size: 14px !important;
    border-bottom: 1px solid #198dc5;
}
header .light-blue.lighten-1 ul li:hover ul.sub-menu {
    opacity:1;
    transform:scaleY(1);
}
/*End Dropdown CSS*/

.cource{ margin-top: 15px; }

.list li {
    list-style: disc;
    margin: 0 28px;

}
.list-diving{
    list-style: disc;
    margin: 0 28px;
    color: #252525;
}



.team-inculstion-section{

    /*background: #066c9d;*/
    padding: 30px 0;
}
.team-inculstion-section p{

    color: #252525;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.team-inculstion-section h2 {
    font-size: 22px;
    color: #252525;
    font-family: 'OpenSans-Bold';
    text-align: center;
    margin-bottom: 40px;
}
.team-inculstion-img img {
    width: 100%;
    border: 2px solid #fff;
    
}

/*21-05-19*/

.book-online {
    margin-top: 31px;
}
ul.list-academin {
    color: #fff;
    list-style: disc;
}
.switcher{
    float: right !important;
    margin-top: -2px;
}

/* Loader*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#loader-img {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    z-index: 1001;  
    background-image: url('images/Nolimits1copy.png');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    z-index: 1020;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #50e9fe;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #010c84;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;  
    background: #222;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.loader-section.section-left {
    left: 0
}

.loader-section.section-right {
    right: 0
}

.panel_left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.panel_right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.loaded-circle {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loaded-img {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}
/* */
.switcher .option{ position: absolute !important;  }
