@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/* ======= Basic style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #676977;
    overflow-x: hidden !important;

}
p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75em;
    color: #676977;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 20px 0;
    color: #0f2454;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f5f8;
}
span,
a,
a:hover {
    text-decoration: none;
    color: inherit;
}

a{
	transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    text-decoration: none;
}

b {
    font-weight: bold;
    color: #0744bb;
}
/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    outline: none;
    max-width: 100%;
    margin-bottom: 0px;
    padding: 15px;
    height: auto;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    color: #676977;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #0744bb;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 0px solid transparent;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
}
select {
    padding: 10px;
    border-radius: 5px;
}
table,
th,
tr,
td {
    border: 1px solid #f4f5f8;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
input[type="submit"] {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    background: #0744bb;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 2px;
}
.alert-success {
    background: transparent;
    color: #676977;
    border: 1px solid #0744bb;
    border-radius: 0px;
}

/* placeholder */
::-webkit-input-placeholder {
    color: #676977;
    font-size: 14px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #676977;
}
::-moz-placeholder {
    color: #676977;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #676977;
}

nav .breadcrumb {
    padding: 0;
    background-color: transparent;
}

nav .breadcrumb li {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-item.active {
    color: #0744bb;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #fff;
    content: "/";
}

#map{
	width: 100%;
	height: 450px;
}

/* blockquote */
blockquote {
    padding: 45px;
    display: block;
    position: relative;
    background-color: #f4f5f8;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #676977;
}
blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width:100%;
    position:relative;
    z-index:3;
}
blockquote:before {
    content: '\e645';
    font-family: 'Themify';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #0f2454;
}
blockquote p {
    margin-bottom: 0;
}
blockquote p a {
    color:inherit;
}
blockquote cite {
    display:inline-block;
    font-size: 16px;
    position:relative;
    padding-left: 60px;
    border-color:inherit;
    line-height:1;
    margin-top: 22px;
    font-style:normal;
    color: #0744bb;
    font-weight: 400;
}
blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 45px;
    height: 1px;
    border-top: 1px solid; 
    border-color:inherit;
    color: #0744bb;
}

img.img-social-media {
    width: 28px;
    margin-top: -3px;
}

/* ======= Helper style ======= */
.mt-0 {
  margin-top: 0 !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}

/* important */
.o-hidden {
    overflow: hidden;
}

.back-position-center {
    background-position: center;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 600;
}
.count {
    font-family: 'Montserrat', sans-serif !important;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}
.js .animate-box {
    opacity: 0;
}
/* background & color */
.bg-navy {
    background: #0f2454;
}
.bg-lightnav {
    background: #f4f5f8 ;
}
.color-1 {
color: #fff;
}
.color-2 {
color: rgba(255,255,255,0.8);
}

/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: 1.5;
    display: block;
    outline: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: #d7ebf0;
    border: 1px solid #d7ebf0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0744bb;
    border: 1px solid #0744bb;
}
/* === owl carousel nav style  === */
.clients .owl-theme .owl-nav,
.blog .owl-theme .owl-nav,
.testimonials .owl-theme .owl-nav,
.tour-page .owl-theme .owl-nav,
.destination1 .owl-theme .owl-nav,
.tours2 .owl-theme .owl-nav,
.tours1 .owl-theme .owl-nav {
    position: absolute!important;
    top: 35%!important;
    bottom: auto!important;
    width: 100%
}
.clients .owl-theme .owl-nav,
.blog .owl-theme .owl-nav,
.testimonials .owl-theme .owl-nav,
.tour-page .owl-theme .owl-nav,
.destination1 .owl-theme .owl-nav,
.tours2 .owl-theme .owl-nav,
.tours1 .owl-theme .owl-nav{
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.clients .owl-theme .owl-prev,
.blog .owl-theme .owl-prev,
.testimonials .owl-theme .owl-prev,
.tour-page .owl-theme .owl-prev,
.destination1 .owl-theme .owl-prev,
.tours2 .owl-theme .owl-prev,
.tours1 .owl-theme .owl-prev {
    left: 10px!important
}
.clients .owl-theme .owl-next,
.blog .owl-theme .owl-next,
.testimonials .owl-theme .owl-next,
.tour-page .owl-theme .owl-next,
.destination1 .owl-theme .owl-next,
.tours2 .owl-theme .owl-next,
.tours1 .owl-theme .owl-next {
    right: 10px!important
}
.clients .owl-theme .owl-prev,
.clients .owl-theme .owl-next,
.blog .owl-theme .owl-prev,
.blog .owl-theme .owl-next,
.testimonials .owl-theme .owl-prev,
.testimonials .owl-theme .owl-next,
.tour-page .owl-theme .owl-prev,
.tour-page .owl-theme .owl-next,
.destination1 .owl-theme .owl-prev,
.destination1 .owl-theme .owl-next,
.tours2 .owl-theme .owl-prev,
.tours2 .owl-theme .owl-next,
.tours1 .owl-theme .owl-prev,
.tours1 .owl-theme .owl-next {
    color: #fff;
    position: absolute!important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0f2454;
    border: 1px solid #0f2454;
    line-height: 0;
    text-align: center;
    font-size: 16px
}
.clients .owl-theme .owl-prev>span,
.clients .owl-theme .owl-next>span,
.blog .owl-theme .owl-prev>span,
.blog .owl-theme .owl-next>span,
.testimonials .owl-theme .owl-prev>span,
.testimonials .owl-theme .owl-next>span,
.tour-page .owl-theme .owl-prev>span,
.tour-page .owl-theme .owl-next>span,
.destination1 .owl-theme .owl-prev>span,
.destination1 .owl-theme .owl-next>span,
.tours2 .owl-theme .owl-prev>span,
.tours2 .owl-theme .owl-next>span,
.tours1 .owl-theme .owl-prev>span,
.tours1 .owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.clients .owl-theme .owl-nav [class*=owl-],
.blog .owl-theme .owl-nav [class*=owl-],
.testimonials .owl-theme .owl-nav [class*=owl-],
.tour-page .owl-theme .owl-nav [class*=owl-],
.destination1 .owl-theme .owl-nav [class*=owl-],
.tours2 .owl-theme .owl-nav [class*=owl-],
.tours1 .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    color: #fff;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255, 0.7);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.clients .owl-theme .owl-nav [class*=owl-]:hover,
.blog .owl-theme .owl-nav [class*=owl-]:hover,
.testimonials .owl-theme .owl-nav [class*=owl-]:hover,
.tour-page .owl-theme .owl-nav [class*=owl-]:hover,
.destination1 .owl-theme .owl-nav [class*=owl-]:hover,
.tours2 .owl-theme .owl-nav [class*=owl-]:hover,
.tours1 .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #0744bb;
    color: #0744bb;
}
@media screen and (max-width: 768px) {
    .clients .owl-theme .owl-nav,
    .blog .owl-theme .owl-nav,
    .testimonials .owl-theme .owl-nav,
    .tour-page .owl-theme .owl-nav,
    .destination1 .owl-theme .owl-nav,
    .tours2 .owl-theme .owl-nav,
    .tours1 .owl-theme .owl-nav {
        display: none;
    }
}

/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}
.section-padding2 {
    padding: 0 0 120px 0;
}
.section-padding h6 {
    color: #0744bb;
    font-size: 20px;
    margin-bottom: 20px;
}
.section-subtitle {
    color: #0744bb;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
	font-style: italic;
}
.section-subtitle span {
 color: #0744bb;
}
.section-title {
    font-size: 45px;
    line-height: 1.2em;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    color: #0f2454;
    position: relative;
    /*text-transform: uppercase;*/
    margin-bottom: 50px;
}
.section-title span {
    color: #0744bb;
}

.section-title i,
.section-title span i {
    color: #0744bb;
}

.top-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	position: absolute;
    width: 100%;
    z-index: 999999;
}

.header-contact-info {
    color: #fafafa;
    padding: 10px 0 5px 0;
}

.header-contact-info ul {
    font-size: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-contact-info ul li:first-child {
    padding-left: 0;
}
.header-contact-info ul li {
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
}

.header-contact-info ul li a {
    color: #fcfcfc;
    display: block;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -ms-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

.header-contact-info ul li [class*=fa-] {
    margin-right: 5px;
}

.header-social {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-links ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.header-social li {
    margin: 0 8px;
}

.social-links li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
	margin-top: 7px;
}

.header-social a {
    color: #fff;
}
.social-links a {
    font-size: 18px;
    color: #fff;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 9999;
    padding-right: 0;
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 0;
    height: auto;
}
.navbar .icon-bar {
    color: #fff;
}
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 0 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
    color: #0744bb;
}
.navbar .navbar-nav .active {
    color: #0744bb !important;
}
.nav-scroll {
    background: #fff;
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 15px rgba(15, 36, 84, 0.05);
    box-shadow: 0px 5px 15px rgba(15, 36, 84, 0.05);
    height: 85px;
}
.nav-scroll .icon-bar {
    color: #0744bb;
}
.nav-scroll .navbar-nav .nav-link {
    color: #0f2454;
}
.nav-scroll .navbar-nav .active {
    color: #0744bb !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #0f2454;
}
.navbar .container-fluid {
    border: none;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}

.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    width: 100%;
    position: relative;
    color: #0744bb;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 10px;
    color: #0f2454;
    font-weight: 400;
    letter-spacing: 7px;
    display: block;
    margin-top: 0px;
    line-height: 1em;
    text-transform: uppercase;
}
.nav-scroll .logo-wrapper {
    float: left;
}
.logo-wrapper {
    float: left;
    padding: 15px 0;
}
.logo-wrapper .logo h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    width: 100%;
    position: relative;
    color: #0744bb;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.logo-wrapper .logo span {
    display: block;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 7px;
    display: block;
    margin-top: 0px;
    line-height: 1em;
    text-transform: uppercase;
}

.logo {
    padding: 0;
    text-align: center;
}
.logo-img {
    margin-bottom: 0px;
}
.dropdown:hover .dropdown-menu,
.dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
	-webkit-box-shadow: 0px 5px 15px rgba(15, 36, 84, 0.05);
    box-shadow: 0px 5px 15px rgba(15, 36, 84, 0.05);
}
}
.dropdown .nav-link {
    cursor: pointer;
}
.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
}
.dropdown-item {
    position: relative;
}
.dropdown-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.dropdown-item span {
    display: block;
    cursor: pointer;
}
.dropdown-menu,
.sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 200px;
    padding: 15px 10px;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.dropdown-menu .dropdown-item,
.sub-menu .dropdown-item {
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #0f2454;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid #f4f5f8;
    background-color: transparent;
}
.dropdown-menu .dropdown-item:last-child,
.sub-menu .dropdown-item:last-child {
    border-bottom: none;
}
.dropdown-menu .dropdown-item:hover,
.sub-menu .dropdown-item:hover {
    background: transparent;
    padding-left: 20px;
    color: #0f2454;
}
.dropdown-menu .dropdown-item a,
.sub-menu .dropdown-item a {
    display: block;
}
.dropdown-menu .dropdown-item i,
.sub-menu .dropdown-item i {
   padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
}
.dropdown-menu .dropdown-item em,
.sub-menu .dropdown-item em {
    font-size: 8px;
    background-color: #0f2454;
    padding: 2px 4px;
    color: #fff;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 5px;
}
.dropdown-menu.last {
    left: -20%;
}
.sub-menu {
    position: absolute;
    left: 100%;
    top: -5px;
}
.sub-menu.left {
    left: -100%;
    margin-left: -20px;
}
.mega-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    right: -150px;
    width: 800px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(15, 36, 84, 0.05);
    box-shadow: 0px 10px 20px rgba(15, 36, 84, 0.05);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.mega-menu .dropdown-title {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 0 15px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.mega-menu .dropdown-menu {
    position: static !important;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 1px solid rgba(255, 255, 255, 0.03);;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media screen and (max-width: 767px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .nav-scroll {
        background: #fff;
}
    .logo-wrapper {
        float: left;
        padding: 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 15px;
        background-color: #fff;
    }
}


/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h2 {
    font-weight: 400;
    font-size: 30px;
}
.header .caption span i.star-rating {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .caption h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-style: italic;
}
.header .caption h1 {
    position: relative;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 56px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}
.header .caption h1 span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;  
}
.header .caption p {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 15px;
}
.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}
.header .caption p span:last-child {
    padding: 0;
}
.header .caption p span:last-child:after {
    display: none;
}
.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0f2454;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}
.header .caption .butn-light {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .caption .butn-dark {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .caption .butn-dark a {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif !important;
    background: #0744bb;
    color: #fff;
    padding: 13px 25px;
    margin: 0;
    position: relative;
    font-size: 16px;
}
.header .social a {
    color: #eee;
    font-size: 20px;
    margin: 10px 15px;
}
hr {
    margin-top: 5px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid rgb(207 207 207 / 30%);
}

/* ======= Slider-fade style (Homepage Slider) ======= */
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider-fade .item .caption {
    z-index: 9;
}
/* slider-fade owl-nav next and prev */
.slider-fade .owl-nav {
    position: absolute;
    bottom: 3%;
    right: 12%;
}
.slider-fade .owl-prev {
    float: left;
}
.slider-fade .owl-next {
    float: right;
}
.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.5);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #0744bb;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .slider-fade .owl-nav {
        display: none;
    }
}
/* owl-dots for slider */
.slider-fade .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    
    margin-top: 0px;
    line-height: .7;
    display: block;
}
.slider-fade .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.7);
}
.slider-fade .owl-dots .owl-dot.active span,
.slider-fade .owl-dots .owl-dot:hover span {
    background: #0744bb;
    border: 1px solid #0744bb;
}


/* ======= Slider style (Inner Page Slider) ======= */
.blog2 .slider .owl-item {
    height: auto;
    position: relative;
}

.blog2 .slider .owl-item img {
    border-radius: 5px;
}

.slider .owl-item {
    height: 100vh;
    position: relative;
}

.slider .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption{
    z-index: 9;
}
/* owl-dots */
.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 3%;
    right: 12%;
    text-align: right;
}
.slider .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.7);
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #0744bb;
    border: 1px solid #0744bb;
}
/* bounce */
.header .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 8;
}
.header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 100%;
}
.header .arrow i:hover {
    border: 1px solid #fff;
}
.header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;

}


/* ======= Page Banner Header style ======= */
.banner-header h1 {
    font-size: 45px;
    color: #fff;
    position: relative;
    font-size: 48px;
    line-height: 1.2em;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    color: #0f2454;
    position: relative;
    margin-bottom: 20px;
}
.banner-header h1 span {
    color: #0744bb;
}
.banner-header h1 i {
    color: #0744bb;
}
.banner-header h5 {
    color: #fff;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
}
.banner-header h5 a {
    color: #0744bb;
}
.banner-header p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}
.banner-header p a {
    color: #0744bb;
}
/* author & date */
.banner-header .author .avatar {
    width: 27px;
    height: 27px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}
.banner-header .post {
    margin-top: 20px;
}
.banner-header .post div {
    display: inline-block;
}
.banner-header .post .author {
    margin-right: 20px;
    font-size: 13px;
}
.banner-header .post .date-comment {
    position: relative;
    font-size: 13px;
    color: #fff;
    margin-right: 20px
}
.banner-header .post .date-comment i {
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}
.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}
@media screen and (max-width: 767px) {
    .banner-header {}
    .banner-header h5 {}
    .banner-header h1 {
        font-size: 40px;
    }
}

.position-relative {
  position: relative !important;
}

/* about img */
.about h5 {
    color: #0f2454;
    font-size: 20px;
    line-height: 1.75em;
}
.about h5 span {
    color:#0744bb;
}
.about .about-img img:hover {
    transform: scale(0.95);
}
.about .about-img {
    position: relative;
}
.about .about-img .img {
    padding: 0 30px 30px 15px;
    position: relative;
}
.about .about-img .img:before {
    /*content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    background-color: #0744bb;*/
}

.about .about-img .img img {
    position: relative;
    z-index: 2;
	border-radius: 5px;
    background: transparent;
}
/* circle */
.about #circle {
  position: absolute;
  top: 200px;
  right: -40%;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: .99;
  z-index: 2;
}
.about #circle text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
}
.about #circle svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/* ======= Tours and Destination 1 style ======= */
.tours1 .item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
	border-radius: 5px;
}

.tours1 .item:hover img,
.destination1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.tours1 .item:hover .con,
.destination1 .item:hover .con {
    bottom: 0;
}
.tours1 .item img,
.destination1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.tours1 .item .category,
.destination1 .item .category {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif !important;
    padding: 12px 6px;
    line-height: 1.5em;
    text-transform: uppercase;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    background: #0744bb;
}
.tours1 .item .category a,
.destination1 .item .category a {
    color: #fff;
}
.tours1 .item .category:hover,
.destination1 .item .category:hover {
    color: #fff;
}
.tours1 .item .con,
.destination1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgba(15, 36, 84, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
}
.tours1 .item .con h6,
.tours1 .item .con h6 a,
.destination1 .item .con h6,
.destination1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif !important;
    display: inline;
}
.tours1 .item .con h6 i,
.destination1.item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}
.tours1 .item .con h5,
.tours1 .item .con h5 a,
.destination1 .item .con h5,
.destination1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
	text-shadow: 2px 7px 5px rgb(0 0 0 / 30%), 0px -4px 10px rgb(0 0 0 / 30%);
}
.tours1 .item .con p,
.destination1 .item .con p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}
.tours1 .item .con span,
.destination1 .item .con span {
    color: #fff;
    font-size: 10px;
}
.tours1 .item .con i,
.destination1 .item .con i {
    color: #fff;
}
.tours1 .item .con i:hover,
.destination1 .item .con i:hover {
    color: #fff;
}
.tours1 .item .con .butn-light,
.destination1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #676977;
    padding: 11px 30px;
}
.tours1 .item .con .butn-light:hover,
.destination1 .item .con .butn-light:hover {
    border-color: #0744bb;
}
/* line animation */
.tours1 .item .line,
.destination1 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 20px;
}
.tours1 .item:hover .line,
.destination1 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
/* facilities */
.tours1 .facilities ul,
.destination1 .facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.destination1 .facilities ul li,
.tours1 .facilities ul li {
  color: #fff;
  font-size: 15px;
  line-height: 1.2em;
  padding-bottom: 0px;
  float: left;
  margin-right: 10px;
  padding-top: 7px;
}
.destination1 .facilities ul li:last-of-type,
.tours1 .facilities ul li:last-of-type {
    margin-right: 0px;
}
.destination1 .facilities ul li i,
.tours1 .facilities ul li i {
  font-size: 14px;
  margin-right: 1px;
}
/* permalink */
.tours1 .item .con .permalink,
.destination1 .item .con .permalink {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    color: #fff;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}
.tours1 .item .con .permalink a, 
.destination1 .item .con .permalink a {
    color: #fff;
    text-align: right;
}
.tours1 .item .con .permalink i,
.destination1 .item .con .permalink i {
   font-size: 10px;
    text-align: right;
}
.tours1 .item .con .permalink a:hover,
.tours1 .item .con .permalink i:hover,
.destination1 .item .con .permalink a:hover,
.destination1 .item .con .permalink i:hover {
color: #0744bb;
}


/* ======= Tours 2 style  ======= */
.tours2 {
    position: relative;
}

.tours2 img, .sim-ads img {
    border-radius: 5px;
}

.tours2:last-child {
    margin-bottom: 0px;
}
.tours2 figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
}
.tours2.left figure {
    margin-left: 0;
    margin-right: auto;
}
.tours2 figure img:hover {
    transform: scale(0.98);
}
.tours2 .caption {
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
	z-index: 999;
    width: 50%;
    padding: 50px;
	border-radius: 5px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.tours2.left .caption {
    left: auto;
    right: 0;
    background: #fff;
}
.tours2 .caption.padding-left {
    /*padding-left: 4%;*/
}
.tours2.left .caption.padding-left {
    /*padding-right: 4%;*/
}
.tours2 .caption h4,
.tours2 .caption h4 a {
    font-size: 30px;
    color: #0f2454;
    margin-bottom: 15px;
    font-weight: 700;
}
.tours2 .caption h3,
.tours2 .caption h3 a {
    color: #0744bb;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-style: italic;
}
.tours2 .caption h3 span {
    font-size: 16px;
    color: #676977;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
}
.tours2 .caption h6 {
    display: inline-block;
    color: #676977;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.tours2 .caption .info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.tours2 .caption .info-wrapper .more {
    color: #0744bb;
    text-decoration: none;
    font-size: 16px;
}
.tours2 .caption .info-wrapper .more i {
    color: #0744bb;
    font-size: 10px;
}
.tours2 .caption .info-wrapper .date {
    color: #0f2454;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    background: transparent;
    border: 1px solid #0744bb;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 3px 12px;
}
.tours2 .caption .info-wrapper .date:hover {
    background: transparent;
    border: 1px solid #0f2454;
    color: #0f2454;
}

@media (max-width: 991.98px) {
    .tours2 figure {
        width: auto;
        margin: 0;
    }
    .tours2 .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 30px 20px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
/* hr style */
hr {
    margin-top: 5px;
    margin-bottom: 25px;
}
hr.border-1 {
    border-top: 1px solid rgba(0,0,0, 0.2);
}
hr.border-2 {
    border-top: 1px solid rgba(0,0,0, 0.2);
    margin-bottom: 25px;
    margin-top: 10px;
}
/* button link */
.link-btn {
    display: inline-block;
    position: relative;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}
.link-btn i {
    margin-left: 3px;
    font-size: 16px;
    color: #0744bb;
}
.link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #0744bb;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}
.link-btn:hover::before {
    width: 100%
}
/* phone-call button */
.phone-call {
    display: flex;
    align-items: center;
}
.phone-call .icon {
    position: relative;
    top: 3px;
	font-size: 30px;
    color: #0744bb;
}
.phone-call .icon span {
    font-size: 36px;
    color: #0744bb;
}
.phone-call .icon.color-1 span {
    font-size: 36px;
    color: #fff;
}
.phone-call .text {
    margin-left: 15px;
}
.phone-call .text p {
    font-size: 16px;
    margin: 0;
}
.phone-call .text a {
    font-size: 24px;
    color: #0744bb;
    font-family: 'Montserrat', sans-serif !important;
}
.phone-call .text a.color-1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}

/* ======= Tour Page style ======= */
.tour-page h6 {
    position: relative;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 27px;
    color: #0f2454;
}

h6.tour-info {
    font-size: 15px;
    color: #0744bb;
}

/* owl-nav next and prev */
.tour-page .owl-nav {
    position: absolute;
    bottom: 3%;
    left: 12%;
}
.tour-page .owl-prev {
    float: left;
}
.tour-page .owl-next {
    float: right;
}
.tour-page .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.tour-page .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #0744bb;
    color: #0744bb;
}
@media screen and (max-width: 768px) {
    .tour-page .owl-nav {
        display: none;
    }
}

/* tour details */
.tour-page .head-icon {
  display: grid;
  grid-template-columns: 46% auto;
  grid-auto-rows: 45px;
  align-items: center;
  padding: 20px 0;
}
.tour-page .head-icon p {
  display: flex;
  align-items: center;
  color: #676977;
}
.tour-page .head-icon p i {
    color: #0744bb;
    margin-right: 10px;
    font-size: 18px;
}
.tour-page .head-icon p img {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .tour-page .head-icon {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 576px) {
  .tour-page .head-icon {
    grid-template-columns: 100%;
  }
}
.tour-page .time-table, 
.tour-page .time-table-price {
  padding: 15px 0;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  border-bottom: 1px solid #f4f5f8;
}
.tour-page .time-table p {
    margin-bottom: 0px;
}
.tour-page .time-table-price {
  height: auto;
  align-items: unset;
  padding: 12px 0;
}
.tour-page .time-table-price span,
.tour-page .time-table span {
    color: #0f2454;
}
.tour-page .time-table ul, .tour-page .time-table-price ul {
  margin: 0;
}
.tour-page .time-table li i, .tour-page .time-table-price li i {
  font-size: 13px;
  margin-right: 10px;
}
.tour-page .time-table-price-include li i.ti-check {
    color: #0744bb;
}
.tour-page .time-table-price-exclude li i.ti-close {
    color: #ff0000;
}
/* tourpage right-sidebar */
.right-sidebar .item h3 {
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 100%;
    margin: 0;
    background: #0744bb;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 27px;
    color: #fff;
    font-weight: 600;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.right-sidebar .item h3 span {
  font-size: 20px;
}
.right-sidebar .item h3 span:empty {
  display: none;
}
.right-sidebar .item h3 span:nth-child(1) {
  margin-right: 20px;
}
.right-sidebar .item h3 span:nth-child(2) {
  color: #fff;
  text-decoration: line-through;
  margin-right: 9px;
}
.right-sidebar .item h2 {
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 100%;
    margin: 0;
    background: #0744bb;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.right-sidebar .item-form {
  background: #f4f5f8;
  padding: 45px 25px;
  border-radius: 5px;
}

/* magnific popup custom */
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}

/* ======= Testimonials style ======= */
.testimonials-box {
    position: relative;
    background: #fff;
    padding: 60px 45px 45px 45px;
    margin-bottom: -70px;
	border-radius: 5px;
	box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.testimonials-box .head-box h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    color: #2095ae;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
	font-style: italic;
}
.testimonials-box .head-box h4 {
    font-weight: 700;
    font-size: 30px;
    color: #0f2454;
    border-bottom: 1px solid #f4f5f8;
    padding-bottom: 15px;
}
.testimonials-box .head-box h4 span {
    color: #0f2454;
}
.line {
    width: 60px;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
    margin-bottom: 10px;
}
.testimonials h5 {
    color: #fff;
    font-size: 52px;
    margin-bottom: 30px;
    line-height: 60px;
	font-weight: 700;
}
@media screen and (max-width: 991px) {
    .testimonials-box {
        margin-bottom: 90px;
        padding: 35px 20px;
    }
}
.testimonials .item {
    margin-bottom: 0px;
    position: relative;
}
.testimonials .item .quote {
    position: absolute;
    right: 20px;
    top: 90px;
    width: 70px;
    margin: 0 auto 30px;
    opacity: .1;
}
.testimonials .item p {
    color: #676977;
}
.testimonials .item .info {
    text-align: left;
    margin: 30px 0 20px 0;
}
.testimonials .item .info .author-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}
.testimonials .item .info .cont {
    margin-left: 0;
	padding-top: 20px;
}
.testimonials .item .info h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-weight: 400;
    color: #0f2454;
    line-height: 0.5em;
}
.testimonials .item .info span {
    font-size: 14px;
    color: #676977;
    margin-right: 5px;
}
.testimonials .item .info .rate {
    float: right;
}
.testimonials .item .info .rating {
    margin-bottom: 0px;
    display: inherit;
}
.testimonials .item .info i {
    color: #fff;
    font-size: 5.5px;
}

.input1_inner {
    position: relative;
}
.input1_inner:after {
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    top: 23px;
    pointer-events: none;
    content: "\e6b6";
    font-family: "themify";
    font-size: 16px;
    color: #0744bb;
    line-height: 1;
}
.input1_inner input {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #676977;
    padding: 20px 40px 20px 20px;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.input1_inner input::placeholder {
    font-size: 16px;
    color: #676977 !important;
}
.input1_inner input:focus {
    outline: none;
    box-shadow: none;
    background: #fff;
    color: #0f2454 !important;
}

/* ======= Blog style ======= */
.blog2-sidebar .widget {
    background: #f4f5f8;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
	border-radius: 5px;
}

.blog2-sidebar .widget-title {
    margin-bottom: 20px;
}

.blog2-sidebar .widget-title h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid #e6eaf6;
    font-size: 20px;
    line-height: 1.75em;
    margin-bottom: 15px;
    color: #0f2454;
	font-weight: 700;
}

.blog2-sidebar .search form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #0f2454;
    border: 0;
    padding: 10px;
    cursor: pointer;
}

.blog2-sidebar .search form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #fff;
    margin-bottom: 0;
}

.blog2-sidebar .search form {
    position: relative;
}

.blog2-sidebar .widget .recent .thum {
    width: 100px;
    overflow: hidden;
    float: left;
	border-radius: 5px;
}

.blog2-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}

.blog2-sidebar .widget ul li {
    margin-bottom: 15px;
    color: #676977;
    font-size: 16px;
    line-height: 1.5em;
	list-style: none;
}

.blog2-sidebar .widget ul li i{
    font-size: 12px;
}

.services h2 {
    font-size: 26px;
    font-weight: 700;
}

.services img {
    border-radius: 5px;
}

.blog2-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}

.blog2-sidebar .widget .recent a {
    display: block;
    margin-left: 110px;
	font-size: 14px;
}

.blog2-sidebar .widget ul li a {
    color: #676977;
}

.blog2-sidebar .widget ul li a.active {
    color: #0744bb;
    font-weight: 700;
}

.blog2.blog-details .post-cont {
    background: #fff;
    padding: 25px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blog2.blog-details h2{
	font-size: 30px;
	font-weight: 700;
}

.blog .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.blog .section-title {
    color: #fff;
}
.blog .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.blog .item:hover .con {
    bottom: 0;
}
.blog .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}
.blog .item .date {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    padding: 10px 10px 5px 10px;
    text-align: center;
    background: #2095ae;
}
.blog .item .date span {
    font-family: 'Montserrat', sans-serif !important;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 0px;
}
.blog .item .date i {
    font-family: 'Montserrat', sans-serif !important;
    display: block;
    font-size: 18px;
    font-style: normal;
    color: #fff;
    line-height: 1.5em;
    font-weight: 500;
}
.blog .item .con {
    margin: -160px 20px 90px;
    padding: 25px;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
    background: #fff;
}
.blog .item .con .category {
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 2px;
}
.blog .item .con .category a {
    margin-right: 5px;
    position: relative;
    color: #0744bb;
}
.blog .item .con .category a:hover {
    color: #0744bb;
}
.blog .item .con .category a:last-child {
    margin-right: 0;
}
.blog .item .con .category a:last-child:after {
    display: none;
}
.blog .item .con h5,
.blog .item .con h5 a {
    color: #0f2454;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 1.5em;
}
.blog .item .con h5:hover,
.blog .item .con h5 a:hover {
    color: #0f2454;
}
.blog .item .con p {
    color: #fff;
    font-size: 17px;
}
.blog .item .con i {
    color: #fff;
    font-size: 20px;
}


/* ======= Blog 2 style ======= */
.blog2 .item {
    margin-bottom: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 30px 40px 0px rgb(1 11 60 / 10%);
    -moz-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
    box-shadow: 0px 30px 40px 0px rgb(1 11 60 / 10%);
}
.blog2 .post-img {
    position: relative;
    overflow: hidden;
}
.blog2 .post-img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.blog2 .post-img a {
    display: block;
}
.blog2 .post-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.blog2 .post-img .date {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    padding: 12px 12px;
    text-align: center;
    background: #0744bb;
}
.blog2 .post-img .date span {
    font-family: 'Montserrat', sans-serif !important;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 500;
    line-height: 1.5em;
}
.blog2 .post-img .date i {
    font-family: 'Montserrat', sans-serif !important;
    display: block;
    font-size: 20px;
    font-style: normal;
    color: #fff;
    font-weight: 600;
}
.blog2 .post-cont {
    background: #fff;
    padding: 25px;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.blog2 .post-cont .tag {
	display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #253e8e;
    background: rgba(37, 62, 142, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    padding: 0 6px;
    margin: 0 5px 0 0;
}
.blog2 .post-cont h5 {
    font-size: 22px;
	margin-top: 15px;
	font-weight: 700;
}
.blog2 .post-cont h5 a {
    color: #0f2454;
}
.blog2 .post-cont h5 a:hover {
    color: #0f2454;
}
.blog2 .post-cont .date {
    font-family: 'Montserrat', sans-serif !important;
    margin-top: 0px;
    font-size: 13px;
    text-align: right;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.blog2 .post-cont .date a {
    color: #0744bb;
}
.blog2 .post-cont i {
    color: #0744bb;
	margin: 0 3px 0 0;
	font-size: 14px;
}

/* ======= Contact style ======= */
.contact h3 {
    font-size: 27px;
    color: #0f2454;
}
.map {	
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	}


/* ======= Buttons style ======= */
/* dark */
.butn-dark {
    position: relative;
    line-height: 1.2em;
    padding-top: 13px;
    padding-bottom: 13px;
}
.butn-dark a {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif !important;
    background: #0744bb;
    color: #fff;
    padding: 13px 20px;
    margin: 0;
    position: relative;
	border-radius: 5px;
}
.butn-dark a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #0f2454;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	border-radius: 5px;
}
.butn-dark a span {
    position: relative;
    z-index: 2;
	border-radius: 5px;
}
.butn-dark a span i {
    font-size: 10px;
    margin-left: 3px;
	border-radius: 5px;
}
.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
	border-radius: 5px;
}
.butn-dark a:hover span {
    color: #fff;
	border-radius: 5px;
}

/* ======= Footer style ======= */
.footer {
    background: #0f2454;
}
.footer-logo {
    width: 160px;
    margin-bottom: 15px;
}
.footer .widget .widget-title {
    font-size: 20px;
    display: inline-block;
    position: relative;
    color: #fff;
}
/* first footer */
.first-footer {
    padding: 90px 0 0 0;
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
}
/* footer icon */
.icon-footer {
    width: 65px;
    max-height: 65px;
    min-height: 65px;
    min-width: 65px;
    background-color: #0744bb;
    color: #fff;
    font-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.icon-footer i {
    width: 100%;
    text-align: center;
}
/* footer link */
.links.dark {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #0f2454;
    box-shadow: none;
    border-radius: 0px;
}

/* second footer */
.second-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.second-footer .widget-area .widget {
    padding: 45px 0;
}
.second-footer .widget-area .widget p {
    color: rgba(255,255,255,0.8);
}
/* usefull links */
.footer .usful-links ul {
    margin: 0;
    padding: 0;
}
.footer .usful-links ul li {
    margin-bottom: 5px;
	list-style: none;
}
.footer .usful-links ul li:hover {
    color: #0744bb;
}
.footer .usful-links ul li i {
    font-size: 7px;
    margin-right: 3px;
}
.footer .usful-links ul li a {
    color: rgba(255,255,255,0.8);
    position: relative;
    padding-left: 15px;
}
.footer .usful-links ul li a:after {
    width: 5px;
    height: 5px;
    content: "";
    background: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
}
.footer .usful-links ul li a:hover {
    color: #fff;
}
/* bottom footer */
.copyright {
    padding-top: 30px;
    padding-bottom: 30px;
}
.copyright p {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}
.copyright p a {
    color: #0744bb;
}
.copyright p a:hover {
    color: #0744bb;
}
/* social icons */
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0744bb;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    border: 1px solid rgba(255,255,255,0.1);
}
.social-icons li a {
    display: block;
    text-align: center;
    color: #fff;
}
.footer .social-icons li > a {
    font-size: 20px;
	line-height: 38px;
}
.social-icons li a:hover {
    background: #0f2454;
    color: #fff;
    border-radius: 100%;
	line-height: 38px;
}
/* newsletter */
.widget-newsletter {
    position: relative;
}
.widget-newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: #fff;
    font-size: 16px;
    color: #676977;
    outline: none;
	border-radius: 5px;
    padding: 0 90px 0 20px;
}
.widget-newsletter button {
    height: 50px;
    border: none;
    background: #0744bb;
    font-size: 16px;
    color: #fff;
    outline: none;
    padding: 0 25px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
	border-radius: 5px;
}
.widget-newsletter button:hover {
    background: #0f2454;
}
@media screen and (max-width: 767px) {
    .footer-contact-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
    .footer-contact-links-divider {
    width: auto;
    min-height: 1px;
    margin: 20px 0px;
    }
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px transparent;
    box-shadow: inset 0 0 0 1px transparent;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: '\f077';
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: transparent;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: transparent;
    stroke-width: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px transparent;
    box-shadow: inset 0 0 0 1px transparent;
}
.progress-wrap::after {
    color: #0744bb;
}
.progress-wrap svg.progress-circle path {
    stroke: #0744bb;
}


/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]:before {
  background: #000;
}
[data-overlay-light]:before {
  background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
  color: rgba(255,255,255,0.8);
}
[data-overlay-dark] p {
  color: #fff;
}
[data-overlay-light] p {
  color: rgba(255,255,255,0.8);
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}


/* ======= Responsive style ======= */
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {
        width: 140px;
    }
    .logo-img {
        margin-bottom: 0px;
    }
    .navbar button {
        margin-right: 15px;
        outline: none !important;
        background: transparent;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar .container {
        max-width: 100%;
    }
    .navbar .navbar-collapse {
        max-height: 360px;
        overflow: auto;
        background: #fff;
        text-align: left;
        padding: 15px 30px 30px 15px;
		-webkit-box-shadow: 0px 5px 15px rgba(15, 36, 84, 0.05);
		box-shadow: 0px 5px 15px rgba(15, 36, 84, 0.05);
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #0f2454;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #0f2454 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #0744bb !important;
    }
    .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }
    .dropdown-menu .sub-menu {
        position: static;
        margin-top: 15px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }
    .dropdown:hover .dropdown-menu,
    .dropdown:hover .mega-menu {
        display: block;
    }
    .dropdown .dropdown-menu:hover .sub-menu {
        display: block;
    }
    .dropdown .mega-menu {
        width: 100%;
        position: static;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }
    .dropdown .mega-menu .dropdown-menu {
        border: 0;
        margin: 0;
    }
    .dropdown .mega-menu .dropdown-title {
        border-bottom-color: #676977;
    }
    .dropdown-menu .dropdown-item,
    .sub-menu .dropdown-item {
        color: #676977;
    }
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header .caption h1 {
        font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
    .logo-wrapper .logo h2 {
        display: none;
    }
    .header .caption h1 {
        font-size: 36px;
        margin-bottom: 15px;
        line-height: 1.2em;
    }
    .header .caption h4 {
        font-size: 13px;
        line-height: 1.75em;
    }
    .header .caption p {
        font-size: 16px;
        margin-right: 10px;
    }
    .header .caption .butn-light {
        margin-right: 10px;
    }
    
    .about #circle {
        display: none;
    }

    .portfolio .filtering span {
        margin-bottom: 10px;
    }
    .blog .item .con h5,
    .blog .item .con h5 a {
        font-size: 20px;
    }
    .post-comment-section h3 span {
        margin-left: 0px;
    }
}

/**According**/
.card-header .btn.collapsed {
    color: #000;
}

.card-header .btn {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    color: var(--primary-t-color);
    text-align: left;
}

.card-header .btn::after {
    position: absolute;
    content: '\f107';
    top: 50%;
    left: calc(100% - 1.25rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
}

.card-header .btn.collapsed::after {
    position: absolute;
    content: '\f105';
    top: 50%;
    left: calc(100% - 1.25rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
}

.btn {
    font-size: 1rem;
    font-weight: 500;
    color: var(--white-color);
    line-height: 1;
    text-align: center;
    padding: 18px 30px;
    border: 0 none;
    border-radius: 6px;
    outline: 0 none;
    position: relative;
    z-index: 1;
}

.card-header .btn:hover, .card-header .btn:focus, .card-header .btn:active {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

 .box{
    position: relative;
    display: inline-block;
    margin: 10px;
    width: 100%;
	height: auto;
    background: #262626;
    overflow: hidden;
}
 .box img{
    position: relative;
    width: 100%;  
	height: 100%;
    transition: 1s;
}
 .box:hover img{
    transform: scale(1.1);
}


.box::before, .box::after{
    content: '';
    position: absolute;
    top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
    transition: 1s;
    z-index: 2;
}
.box::before{
    transform: scale(1,0); 
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
 .box::after{
    transform: scale(0,1);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
 .box:hover::before, .box:hover::after{
    transform: scale(1,1);
}


 .box .content{
    position: absolute;
    top: 0;  
	left: 0;
    width: 100%;  
	height: 100%;
    background: rgba(0,0,0,0);
    display: flex;
    justify-content: center;   
	align-items: center;
    transition: 1s;

}
 .box:hover .content{
    background: rgba(0,0,0,.4);
}
.box .content .wrap{
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
    z-index: 3;
}
 .box .content .wrap h1{
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 22px;
    margin-bottom: 10px;
    transform: translateY(-80px);
    opacity: 0;
	color: #fff;
    transition: 1s;
}
 .box:hover .content .wrap h1{
    transform: translateY(0);
    opacity: 1;
	color: #fff;
}
 .box .content .wrap p{
    position: relative;
    font-size: 14px;
	text-align: center;
    line-height: 22px;
    transform: translateY(170px);
    opacity: 0;
	color: #fff;
    transition: .5s;
}
 .box:hover .content .wrap p{
    transform: translateY(0px);
    opacity: 1;
	color: #fff;
}

 .box .content .wrap div{
    position: relative;
    transform: translateY(170px);
    opacity: 0;
    transition: .5s;
	text-align: center;
}
 .box:hover .content .wrap div{
    transform: translateY(0px);
    opacity: 1;
}

 .box .content .wrap .butn-dark a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif !important;
    background: #0744bb;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    position: relative;
    border-radius: 5px;
}

.enjoy-lebanon-logo img {
    width: 320px;
    margin-bottom: 40px;
}

.section-technology {
	background-image: url(../img/3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 120px 0 90px 0;
	background-attachment: fixed;
}

.technology-left {
	margin-right: 70px;
}

.technology-left .ot-heading {
	margin-bottom: 18px;
}

.technology-left p {
	color: #fff;
	margin-bottom: 15px;
}

.technology-left ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.technology-left ul li {
	padding-bottom: 7px;
	font-size: 18px;
	font-weight: 300;
}

.technology-left ul li:last-child {
	padding-bottom: 0;
}

.technology-left ul i {
	color: #0744bb;
	font-size: 17px;
	padding-right: 10px;
}

.tech-box {
	margin-bottom: 30px;
}

.tech-box {
	display: block;
	color: #fff;
	background: #0744bb;
	padding: 18px 15px 18px;
	border-radius: 5px;
	min-height: 177px;
}

.tech-box:hover {
	background: #0f2454;
	border-color: #0f2454;
	color: #fff;
}

.tech-box:hover span,
.tech-box:hover h5 {
	color: #fff;
}

.tech-box .icon-main {
	line-height: 1;
	margin-bottom: 10px;
}

.tech-box i,
.tech-box span {
	color: #0744bb;
}

.tech-box i,
.tech-box span:before {
	font-size: 55px;
	line-height: inherit;
}

.tech-box h5 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 0;
	color: #fff;
}

.tech-box h5:hover {
	color: #fff;
}

.ot-heading>span {
	font-size: 14px;
	font-weight: 800;
	color: #000099;
	position: relative;
	display: inline-block;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.ot-heading h2 {
	margin-bottom: 0;
	line-height: 48px;
}

.tech-box:visited {
	color: #fff;
}