@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda+One&display=swap');

body{
    font-family:"Roboto",sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size:16px
}
h1,h2,h3,h4,h5,h6{
    font-family:"Josefin Sans",sans-serif;
    color:#00095e;
    margin-top:0;
    font-style:normal;
    font-weight:500;
    text-transform:normal
}
p{
    font-family:"Roboto",sans-serif;
    color:#677f8b;
    font-size:16px;
    line-height:30px;
    margin-bottom:15px;
    font-weight:normal;
    line-height:1.4
}
.second-cap{
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
form {
    text-align: center;
    margin-top: 0;
}
.submitbtn {
    background-color: #22a4ad;
    padding: 12px 45px;
    border-radius: 5px;
    cursor: pointer;
    color: #FFFFFF;
    border: none;
    outline: none;
    margin: 0;
    font-weight: bold;
	width: 250px;
	transition-duration: 0.4s;
}
.submitbtn:hover {
    background-color: #2ACBD6;
	color: #000000;
}
textarea {
    height: 100px;
}
input, textarea {
	font-family: "Roboto",sans-serif;
    margin-bottom: 10px;
    font-size: 11pt;
    padding: 15px 10px 10px;
    border: 1px solid #9c9898;
    background-color: #ffffff;
    color: #474646;
    border-radius: 5px;
    width: 70%;
    outline: none;
}
  
.header-title{
    font-family: 'Merienda One', cursive;
    font-size: 25px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}
.logo{
    margin-top: 5px;
}
.dst-column {
    float: left;
    width: 25%;
    padding: 0 10px;
  }
  
  .dst-row {
    margin: 20px -5px;
  }
  
  .dst-row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  @media only screen and (min-width:575px) and (max-width:991px){
      .dst-column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
    .dst-card p {
      font-size: 14px;
    }
    .dst-card h3 {
      font-size: 16px;
    }
  }
  
  @media only screen and (min-width:576px) and (max-width:767px){
      .dst-column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
    .dst-card p {
      font-size: 12px;
    }
    .dst-card h3 {
      font-size: 14px;
    }
  }
  
  @media screen and (max-width: 575px) {
    .dst-column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
    .dst-card p {
      font-size: 10px;
    }
    .dst-card h3 {
      font-size: 12px;
    }
  }
  
  .dst-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 10px 10px 10px 10px;
    padding: 16px;
    text-align: center;
    border-radius: 5px;
    background-color: #f8f8f8f1;
    transition: 0.3s;
  }
  
  .dst-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 9, 94, 0.7);
    transform: translateY(-5px);
  }
  
  .dst-card p {
      text-align: justify;
  }
  
  .dst-img {
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    padding-bottom: 10px;
  }
.fix{
    overflow:hidden
}
.clear{
    clear:both
}
.mb-30{
    margin-bottom:30px
}
.mb-20{
    margin-bottom:20px
}
.mb-30{
    margin-bottom:30px
}
.mb-35{
    margin-bottom:35px
}
.mb-50{
    margin-bottom:50px
}

a,.button{
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s
}
a:focus,.button:focus{
    text-decoration:none;
    outline:none
}
a{
    color:#635c5c;
    text-decoration: none;
}
a:hover{
    color:#fff
}
a:focus,a:hover{
    text-decoration:none
}
a,button{
    color:#fff;
    outline:medium none
}
button:focus,input:focus,input:focus,textarea,textarea:focus{
    outline:0
}
input:focus::-moz-placeholder{
    opacity:0;
    -webkit-transition:.4s;
    -o-transition:.4s;
    transition:.4s
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    color:inherit
}
ul{
    margin:0;
    padding:0
}
li{
    list-style:none
}

.slick-initialized .slick-slide{
    outline:0
}

.bottom-padding{
    padding-bottom:120px
}
@media only screen and (min-width:768px) and (max-width:991px){
    .bottom-padding{
        padding-bottom:100px
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .bottom-padding{
        padding-bottom:70px
    }
}
@media (max-width:575px){
    .bottom-padding{
        padding-bottom:70px
    }
}

.footer-padding{
    padding-top:114px;
    padding-bottom:0
}
@media only screen and (min-width:768px) and (max-width:991px){
    .footer-padding{
        padding-top:100px;
        padding-bottom:20px
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .footer-padding{
        padding-top:80px;
        padding-bottom:20px
    }
}
@media (max-width:575px){
    .footer-padding{
        padding-top:80px;
        padding-bottom:0
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .section-tittle{
        margin-bottom:50px
    }
}
@media (max-width:575px){
    .section-tittle{
        margin-bottom:50px
    }
}
.section-tittle p{
    color:#677f8b;
    font-size:18px;
    font-weight:400;
    line-height:1.5
}
.section-tittle p a{
    text-decoration:underline
}
.section-tittle>span{
    color:#7ea0ff;
    font-size:16px;
    font-weight:400;
    margin-bottom:10px;
    text-transform:capitalize;
    display:inline-block;
    letter-spacing:.05em
}
@media (max-width:575px){
    .section-tittle>span{
        font-size:14px;
        padding-left:0
    }
}
.section-tittle h2{
    font-size:50px;
    display:block;
    font-weight:700;
    line-height:1.4;
    margin-bottom:22px
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .section-tittle h2{
        font-size:41px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .section-tittle h2{
        font-size:43px
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .section-tittle h2{
        font-size:31px
    }
}
@media (max-width:575px){
    .section-tittle h2{
        font-size:24px
    }
}

.btn{
    background:#ffc800;
    font-family:"Roboto",sans-serif;
    text-transform:inherit!important;
    padding:30px 43px;
    color:#fff!important;
    cursor:pointer;
    display:inline-block;
    font-size:16px!important;
    font-weight:500!important;
    border-radius:5px;
    line-height:1;
    line-height:0;
    cursor:pointer;
    -moz-user-select:none;
    transition:color .4s linear;
    position:relative;
    z-index:1;
    border:0;
    overflow:hidden
}
.btn::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:102%;
    height:102%;
    z-index:1;
    border-radius:0;
    transition:transform .5s;
    transition-timing-function:ease;
    transform-origin:0 0;
    transition-timing-function:cubic-bezier(.5,1.6,.4,.7);
    transform:scaleY(0);
    border-radius:0
}
.btn i{
    padding-right:11px
}
.btn:hover{
    color:#fff!important
}
.btn:hover::before{
    transform:scaleY(1);
    z-index:-1
}
.btn.slider-btn{
    padding:35px 60px
}
@media only screen and (min-width:768px) and (max-width:991px){
    .btn.slider-btn{
        padding:30px 30px
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .btn.slider-btn{
        padding:28px 25px
    }
}
@media (max-width:575px){
    .btn.slider-btn{
        padding:24px 21px
    }
}
.btn.slider-btn:hover::before{
    background:#ffc800!important
}

.btn.focus,.btn:focus{
    outline:0;
    box-shadow:none
}
.btn.focus,.btn:focus{
    outline:0;
    box-shadow:none
}

.header-area .main-header{
    padding:0 50px
}
@media only screen and (min-width:1200px) and (max-width:1600px){
    .header-area .main-header{
        padding:0 30px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .header-area .main-header{
        padding:0 15px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .header-area .main-header{
        padding:10px 50px
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .header-area .main-header{
        padding:10px 0
    }
}
@media (max-width:575px){
    .header-area .main-header{
        padding:10px 0
    }
}
@media only screen and (min-width:1200px) and (max-width:1600px){
    .header-area .main-menu{
        margin-right:30px
    }
}
.header-area .main-menu ul li{
    display:inline-block;
    position:relative;
    z-index:1;
    margin:0 21px
}
@media only screen and (min-width:1200px) and (max-width:1600px){
    .header-area .main-menu ul li{
        margin:0 14px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .header-area .main-menu ul li{
        margin:0 8px
    }
}
.header-area .main-menu ul li a{
    color:#00095e;
    font-weight:500;
    padding:39px 2px;
    display:block;
    font-size:18px;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    text-transform:normal;
    font-family:"Josefin Sans",sans-serif;
    position:relative
}
.header-area .main-menu ul li a::after{
    content:"";
    position:absolute;
    width:0;
    bottom:30px;
    right:5px;
    left:-5px;
    height:2px;
    z-index:1;
    -webkit-transition:all .4s ease-out 0s;
    -moz-transition:all .4s ease-out 0s;
    -ms-transition:all .4s ease-out 0s;
    -o-transition:all .4s ease-out 0s;
    transition:all .4s ease-out 0s;
    background:#7ea0ff
}
.header-area .main-menu ul li:hover>a{
    color:#7ea0ff
}
.header-area .main-menu ul li:hover>a::after{
    left:0;
    right:auto;
    width:100%;
    -webkit-transition:all .4s ease-out 0s;
    -moz-transition:all .4s ease-out 0s;
    -ms-transition:all .4s ease-out 0s;
    -o-transition:all .4s ease-out 0s;
    transition:all .4s ease-out 0s
}
.header-area .main-menu ul ul.submenu{
    position:absolute;
    width:170px;
    left:0;
    top:90%;
    visibility:hidden;
    opacity:0;
    box-shadow:0 0 10px 3px rgba(0,0,0,.05);
    padding:17px 0;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s
}
.header-area .main-menu ul ul.submenu>li{
    margin-left:7px;
    display:block
}
.header-area .main-menu ul ul.submenu>li>a{
    padding:6px 10px!important;
    font-size:16px;
    color:#fff
}
.header-area .main-menu ul ul.submenu>li>a::after{
    position:unset
}
.header-area .main-menu ul ul.submenu>li>a:hover{
    color:#fff;
    background:none;
    padding-left:13px!important
}
.header-area .main-menu ul>li:hover>ul.submenu{
    visibility:visible;
    opacity:1;
    top:100%
}

.header-sticky.sticky-bar{
    background:#fff
}
.header-sticky.sticky-bar.sticky .main-menu ul li a{
    padding:20px 20px!important
}
@media only screen and (min-width:768px) and (max-width:991px){
    .header-sticky.sticky-bar.sticky{
        padding:15px 0
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .header-sticky.sticky-bar.sticky{
        padding:15px 0
    }
}
@media (max-width:575px){
    .header-sticky.sticky-bar.sticky{
        padding:15px 0
    }
}

.slider-height{
    height:600px
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .slider-height{
        height:550px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider-height{
        height:400px
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .slider-height{
        height:300px
    }
}
@media (max-width:575px){
    .slider-height{
        height:300px
    }
}
.slider-height2{
    height:440px;
    background-size:cover
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .slider-height2{
        height:440px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider-height2{
        height:440px
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .slider-height2{
        height:400px
    }
}
@media (max-width:575px){
    .slider-height2{
        height:300px
    }
}
.slider-height3{
    height:650px;
    background-size:cover
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .slider-height3{
        height:540px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider-height3{
        height:540px
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .slider-height3{
        height:400px
    }
}
@media (max-width:575px){
    .slider-height3{
        height:472px
    }
}
#background-video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }

  @media (max-width: 750px) {
    #background-video { display: none; }
  }

.slider-bg2{
    background-image:url(img/bg2.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    background-size:cover
}

.slider-bg2.slider-bg4{
    background-image:url(img/bg2.jpg)
}
.slider-bg2.slider-bg5{
    background-image:url(img/bg4.jpg)
}
.slider-bg2.slider-bg6{
    background-image:url(img/bg3.jpg)
}
.slider-area{
    margin-top:-1px;
    z-index:2
}
.slider-area .hero__caption{
    padding-top:105px;
    overflow:hidden
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .slider-area .hero__caption{
        padding-top:50px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider-area .hero__caption{
        padding-top:50px
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .slider-area .hero__caption{
        padding-top:50px
    }
}
@media (max-width:575px){
    .slider-area .hero__caption{
        padding-top:30px
    }
}
.slider-area .hero__caption span{
    font-family:"Josefin Sans",sans-serif;
    font-weight:800;
    display:block
}
.slider-area .hero__caption h1{
    color:#00095e;
    line-height:1.2;
    font-size:60px;
    font-weight:700;
    margin-bottom:1px;
    line-height:1.2
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .slider-area .hero__caption h1{
        font-size:50px;
        line-height:1.2
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider-area .hero__caption h1{
        font-size:40px;
        line-height:1.2
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .slider-area .hero__caption h1{
        font-size:40px;
        line-height:1.4
    }
}
@media (max-width:575px){
    .slider-area .hero__caption h1{
        font-size:22px;
        line-height:1.3
    }
}
.slider-area .hero__caption h1 dd{
    position:relative;
    display:inline-block
}
.slider-area .hero__caption h1 dd::before{
    position:absolute;
    content:"";
    height:11px;
    background:#ffc800;
    width:97%;
    display:inline-block;
    top:58%;
    z-index:-1;
    text-align:center;
    left:0;
    right:0;
    margin:0 auto
}
.slider-area .hero__caption p{
    font-size:20px;
    color:#00095e;
    margin-bottom:40px;
    font-weight:400;
    line-height:1.6;
    font-family:"Roboto",sans-serif
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider-area .hero__caption p{
        font-size:19px
    }
}
@media (max-width:575px){
    .slider-area .hero__caption p{
        font-size:15px
    }
}
.slider-area .hero__caption.hero__caption2{
    padding-top:0
}
.slider-area .hero__caption.hero__caption2 h2{
    color:#fff;
    font-size:60px;
    display:block;
    font-weight:700;
    line-height:1.4
}
@media only screen and (min-width:576px) and (max-width:767px){
    .slider-area .hero__caption.hero__caption2 h2{
        font-size:53px
    }
}
@media (max-width:575px){
    .slider-area .hero__caption.hero__caption2 h2{
        font-size:53px
    }
}
.slider-area .hero__caption.hero__caption2 p{
    margin-bottom:55px;
    color:#fff;
    font-size:20px;
    line-height:1.6;
    font-weight:500
}
.slider-area .hero__caption.hero__caption3{
    padding-top:0;
    padding:50px 20px 50px 20px;
    position:relative;
    z-index:2
}
.slider-area .hero__caption.hero__caption3::before{
    position:absolute;
    content:"";
    background:rgba(0,9,94,.2);
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:-1;
    border-radius:10px
}
.slider-area .hero__caption.hero__caption3 h2{
    color:#fff;
    font-size:60px;
    display:block;
    font-weight:700;
    line-height:1
}
@media only screen and (min-width:576px) and (max-width:767px){
    .slider-area .hero__caption.hero__caption3 h2{
        font-size:53px
    }
}
@media (max-width:575px){
    .slider-area .hero__caption.hero__caption3 h2{
        font-size:53px
    }
}
.slider-area .hero__caption.hero__caption3 .cat-cap .price{
    font-size:34px;
    font-weight:600;
    color:#fff
}
.slider-area .hero__caption.hero__caption3 .cat-cap p{
    color:#ffff;
    font-size:14px;
    font-weight:500;
    padding:0;
    margin-bottom:20px
}
.slider-area .hero__caption.hero__caption3 .cat-cap p a{
    color:#fff;
    background:rgba(255,255,255,.3);
    font-size:14px;
    display:inline-block;
    font-weight:500;
    line-height:1;
    margin:0;
    padding:9px 15px;
    border-radius:19px;
    margin-right:13px
}
.slider-area .hero__caption.hero__caption3 .cat-cap p a:hover{
    color:#7ea0ff
}
.map{
    padding-top: 100px;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.bot-area .bot-area-img{
    position:relative
}
@media only screen and (min-width:768px) and (max-width:991px){
    .bot-area .bot-area-img{
        right:0;
        margin-bottom:40px
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .bot-area .bot-area-img{
        right:0;
        margin-bottom:40px
    }
}
@media (max-width:575px){
    .bot-area .bot-area-img{
        right:0;
        margin-bottom:40px
    }
}
.bot-area .bot-area-img img{
    width:100%
}
.bot-area .right-caption{
    position:relative
}
.bot-area .right-caption .bot-caption span{
    color:#ff6162;
    font-size:25px;
    margin-bottom:20px;
    display:block
}
@media (max-width:575px){
    .bot-area .right-caption .bot-caption span{
        font-size:20px
    }
}
.bot-area .right-caption .bot-caption p{
    font-size:18px;
    font-weight:400;
    line-height:1.8
}

.slick-initialized .slick-slide{
    outline:0
}

.footer-wrapper .footer-area .footer-pera p{
    color:#8a8fbe;
    font-size:16px;
    margin-bottom:21px;
    line-height:1.8
}
.footer-wrapper .footer-area .footer-tittle h4{
    font-family:"Roboto",sans-serif;
    color:#fff;
    font-size:17px;
    margin-bottom:28px;
    font-weight:700
}
.footer-wrapper .footer-area .footer-tittle ul li{
    margin-bottom:15px
}
.footer-wrapper .footer-area .footer-tittle ul li a{
    color:#8a8fbe;
    font-weight:400;
    font-size:16px;
    text-decoration:underline transparent
}
.footer-wrapper .footer-area .footer-tittle ul li a:hover{
    color:#fff;
    text-decoration:underline
}
.footer-wrapper .footer-area .footer-tittle ul li span{
    color:red
}
.footer-wrapper .footer-area .footer-tittle p{
    color:#8a8fbe;
    font-size:16px
}
.footer-wrapper .footer-area .info.error{
    color:#7ea0ff
}
.footer-wrapper .footer-bottom-area .footer-border{
    padding-top:45px;
    padding-bottom:1px
}
@media only screen and (min-width:768px) and (max-width:991px){
    .footer-wrapper .footer-bottom-area .footer-border{
        padding-top:0
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .footer-wrapper .footer-bottom-area .footer-border{
        padding-top:0
    }
}
@media (max-width:575px){
    .footer-wrapper .footer-bottom-area .footer-border{
        padding-top:0
    }
}
.footer-wrapper .footer-bottom-area .footer-copy-right p{
    color:#8a8fbe;
    font-weight:400;
    font-size:14px;
    line-height:2
}
.footer-wrapper .footer-bottom-area .footer-copy-right p i{
    color:#7ea0ff
}
.footer-wrapper .footer-bottom-area .footer-copy-right p a{
    color:#ffc800
}
.footer-wrapper .footer-bottom-area .footer-copy-right p a:hover{
    color:#ffc800
}
.footer-social a{
    color:#fff;
    font-size:22px;
    display:inline-block;
    text-align:center;
    padding:9px;
    position:relative;
    top:0;
    -webkit-transition:all .4s ease-out 0s;
    -moz-transition:all .4s ease-out 0s;
    -ms-transition:all .4s ease-out 0s;
    -o-transition:all .4s ease-out 0s;
    transition:all .4s ease-out 0s
}
.footer-social a:hover{
    color:#ffc800;
    top:-5px
}
.btn::before,.btn.slider-btn,.header-area .main-menu ul ul.submenu{
    background:#00095e;
    background:-moz-linear-gradient(top,#00095e 0%,#0c0c1f 100%);
    background:-webkit-linear-gradient(top,#00095e 0%,#0c0c1f 100%);
    background:linear-gradient(to bottom,#00095e 0%,#0c0c1f 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00095e', endColorstr='#0c0c1f',GradientType=0 )
}
.footer-wrapper{
    background:#1a2d6d;
    background:-moz-linear-gradient(-45deg,#1a2d6d 0%,#0c1534 100%);
    background:-webkit-linear-gradient(-45deg,#1a2d6d 0%,#0c1534 100%);
    background:linear-gradient(135deg,#1a2d6d 0%,#0c1534 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2d6d', endColorstr='#0c1534',GradientType=1 )
}

b,sup,sub,u,del{
    color:#1f2b7b
}

.button-area{
    background:#fff
}



