/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/* Import CSS */

@import 'css/bootstrap/bootstrap.min.css';
@import 'css/others/animate.css';
@import 'css/others/magnific-popup.css';

/* Base CSS */

* {
    margin: 0;
    padding: 0;
}

#preloader {
    overflow: hidden;
    background-color: rgba(59, 140, 203, 0.99);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.dorne-load {
    width: 60px;
    height: 60px;
    background-color: transparent;
    position: relative;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.95);
    z-index: 9;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    left: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-animation: 4000ms linear 0s normal none infinite running dorneload;
            animation: 4000ms linear 0s normal none infinite running dorneload;
}

@-webkit-keyframes dorneload {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes dorneload {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 1.3;
}

p {
    color: #848484;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
    font-weight: 600;
}

li {
    list-style: none;
}

#scrollUp {
    bottom: 70px;
    font-size: 18px;
    right: 0;
    width: 40px;
    background-color: #2022ac;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 44px;
    border-radius: 0;
    font-size: 36px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

.bg-overlay,
.bg-overlay-9 {
    position: relative;
    z-index: 1;
}

.bg-overlay:after,
.bg-overlay-9:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(119, 139, 220, 0.5);*/
    background-color:rgba(113, 183, 249, 0.502);
    z-index: -1;
}

.bg-overlay-9:after {
    background-color: rgba(93, 121, 193, 0.68);
}

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

.bg-default {
    background-color: #202380;
}

.dorne-btn {
    min-width: 180px;
    height: 52px;
    background-color: rgba(11, 22, 97, 0.982);;
    border-radius: 0;
    padding: 0 15px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.dorne-btn:hover,
.dorne-btn:focus {
    color: #fff;
    background-color: #3436c1;
    font-weight: 600;
}

/* Header & Menu Area CSS */

.header_area {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 30px;
}

.sticky .header_area {
    background-color: rgba(6, 13, 65, 0.9);
    height: 80px;
    z-index: 9999;
    border-bottom: 1px solid transparent;
}

.navbar-brand {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-right: 70px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #fff;
    font-weight: 700;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
    font-size: 15px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    color: #4351ea;
}

/* Welcome Area CSS */

.dorne-welcome-area {
    width: 100%;
    height: 755px;
    position: relative;
    z-index: 1; 
}


.hero-content h2 {
    color: #fff;
    font-size: 72px;
}

.hero-content h4 {
    color: #fff;
    margin-bottom: 0;
    padding-left: 5px;
}

/* BOOKING */
.ftco-booking {
    padding: 1em 0;
    width: 100%; 
    
}
@media (max-width: 768px) {
    .ftco-booking {
        padding: 0px;
    } 

}

.ftco-booking h3 {
    font-size: 24px;
    margin-bottom: 0;
    color: #fff; 
}
  
  .booking-form {
    width: 100%; 
    z-index: 11;
}

.booking-form .form-group {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 0; 
    z-index: 99;
}

.booking-form .form-group label {
    font-weight: 700;
    font-size: 12px;
    color: #4063d3;
    text-transform: uppercase;
    letter-spacing: 1px; 
}
      .booking-form .form-group .icon {
        position: absolute;
        top: 50% !important;
        right: 0;
        font-size: 14px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .booking-form .form-group .icon span {
          color: black !important; }
      .booking-form .form-group .wrap {
        width: 100%;
        display: block; }
      .booking-form .form-group .select-wrap, .booking-form .form-group .input-wrap {
        position: relative; }
        .booking-form .form-group .select-wrap select, .booking-form .form-group .input-wrap select {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
      .booking-form .form-group .btn {
        width: 100%;
        display: block !important;
        position: relative; }
        .booking-form .form-group .btn span {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          text-transform: uppercase;
          font-weight: 500; }
          .booking-form .form-group .btn span small {
            color: #fff;
            display: block;
            text-transform: capitalize; }
        
          .booking-form .form-group .btn:hover small {
            color: #fff !important; }
    .booking-form .form-control {
      border: none !important;
      height: 40px !important;
      padding-left: 0;
      padding-right: 0;
      color: black !important;
      font-size: 18px;
      border-radius: 0px;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      font-family: "Nunito Sans", Arial, sans-serif;
      background: transparent !important; }
      .booking-form .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgb(109, 109, 109);
        text-transform: uppercase;
        font-size: 14px; }
      .booking-form .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: rgb(109, 109, 109);
        text-transform: uppercase;
        font-size: 14px; }
      .booking-form .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: rgb(109, 109, 109);
        text-transform: uppercase;
        font-size: 14px; }
      .booking-form .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: rgb(109, 109, 109);
        text-transform: uppercase;
        font-size: 14px; }
      .booking-form .form-control:focus, .booking-form .form-control:active {
        border-color: #fff; }
    .booking-form textarea.form-control {
      padding-top: 18px;
      height: 58px !important; }
    .booking-form textarea.form-control-2 {
      padding-top: 18px;
      height: inherit !important; }
    .booking-form .btn-primary {
      background: #4063d3;
      border: none !important;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .booking-form .btn-primary:hover {
        background: #000000;
        color: #fff !important; }
  
  
  


/* Catagory Area CSS */

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

.single-catagory-area {
    background-color:  rgb(36, 50, 154);
    text-align: center;
    padding: 60px 15px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.single-catagory-area:hover {
    box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.3);
}

.all-catagories {
    position: relative;
    top: -50%;
    z-index: 15;
}

.single-catagory-area .catagory-content img {
    margin-bottom: 15px;
}

.single-catagory-area .catagory-content h6 {
    margin-bottom: 0;
    color: #fff;
}

/* About Us Area CSS */

.about-content h2 {
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.about-content span {
    color: #123ad7;
}

.about-content p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 0;
}

/* Footer Area CSS */

.dorne-footer-area {
    padding: 50px 35px;
    border-top: 1px solid #bec0cc;
}

.footer-text p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.footer-social-btns > a {
    display: inline-block;
    color: #464646;
    padding: 0 15px;
    font-size: 14px;
}


