/**
* Template Name: Nitro template v2.0
*/

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Lora:wght@400;500;600;700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Roboto+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body { font-family: "Open Sans", sans-serif; color:rgba(60,60,60,1); }

a { color: rgba(21,34,43,1); text-decoration: none; transition: 0.5s; }
a:hover { color: rgba(6,88,145,1); text-decoration: none; }

h1, h2, h3, h4, h5, h6 { font-family: "Raleway", sans-serif; }
.sectionTitle { font-size:35px; font-weight:600; color:rgba(45,100,150,1); }
.sectionSubTitle { font-size:20px; }


/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.imageShadowRow { background: url("../img/imageShadow.webp") no-repeat bottom right; margin: 20px 0 0; padding: 0 0 30px!important; display: block; }


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 996; background: #ff4a17; width: 40px; height: 40px; border-radius: 4px; transition: all 0.4s; }
.back-to-top i { font-size: 24px; color: #fff; line-height: 0; }
.back-to-top:hover { background: #ff6a40; color: #fff; }
.back-to-top.active { visibility: visible; opacity: 1; }


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; overflow: hidden; background: #fff; }
/* #preloader:before { content: ""; position: fixed; top: calc(50% - 30px); left: calc(50% - 30px); border: 6px solid #174dff; border-top-color: #ffe9e3; border-radius: 50%; width: 60px; height: 60px; animation: animate-preloader 1s linear infinite; } */ /* big */
#preloader:before { content: ""; position: fixed; top: calc(50% - 15px); left: calc(50% - 15px); border: 3px solid #246ded; border-top-color: #ededed; border-radius: 50%; width: 30px; height: 30px; animation: animate-preloader 0.7s linear infinite; } /* small */

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#preHeader { margin:0; padding:0; text-align:right; font-family: "Roboto Condensed", sans-serif; font-size:13px; font-weight:400; text-transform:uppercase; background-color:rgba(30,30,40,0.80); /* background:rgba(52,44,41,1) url(../gfx/bgHeader.png) repeat-x center center; */ -webkit-transition:all .3s ease 0s; transition:all .3s ease 0s; }
#preHeader .institutional a { color:rgba(215,207,191,1); padding: 5px 12px 4px 0; display:inline-block; -webkit-transition: color 0.3s ease-out; transition: color 0.3s ease-out; }
#preHeader .institutional a:hover { color:rgba(255,255,255,1); }
#preHeader .loginArea a { background-color:rgba(255,255,255,1); color:rgba(8,48,88,1); display:block; text-align:center; }
#preHeader .loginArea a:hover { background-color:rgba(255,235,110,1); color:rgba(30,30,30,1); text-decoration:none; }

.menuPreHeader { margin: 0; padding: 0 } 
.menuPreHeader ul { margin: 0; padding: 0 } 
.menuPreHeader li { list-style: none; float: left; padding: 0 } 
.menuPreHeader .fa { } 
.menuPreHeader a { display: block; color:rgba(215,207,191,1); text-decoration: none; padding: 5px 12px 4px 12px; -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out; transition: color 0.3s ease-out, background-color 0.3s ease-out; } 
.menuPreHeader a:hover { color: #fff; text-decoration: none } 
.menuPreHeader li.contacts { } 
.menuPreHeader li.agencyArea a { color:rgba(255,255,255,1); background-color: rgba(100,130,165,1); } 
.menuPreHeader li.agencyArea a:hover { background-color: rgba(120,150,190,1); } 
.menuPreHeader li.myArea a { color:rgba(255,255,255,1); background-color: #0073b9; } 
.menuPreHeader li.myArea a:hover { background-color: #0087d7; } 
.menuPreHeader li.availability a { color:rgba(255,255,255,1); background-color: #ff8a00 } 
.menuPreHeader li.availability a:hover { background-color: #ff9e2c } 
.menuPreHeader li.guarantee a { color:rgba(255,255,255,1); background-color: #84b500 } 
.menuPreHeader li.guarantee a:hover { background-color: #8cc000 } 
.menuPreHeader li a span { margin-left: 5px }

/*#header { transition: all 0.5s; z-index: 997; padding:0;  box-shadow:0 5px 10px rgba(0,0,0,0.3); }
#header #mainHeader { padding:20px 0; margin:0; transition: all 0.5s; background: rgba(255, 255, 255, 1); }
#header.header-scrolled { box-shadow:0 5px 10px rgba(0,0,0,0.3); }
#header.header-scrolled #mainHeader { padding:10px 0; background: rgba(255, 255, 255, 0.95);   } */

#header { transition: all .3s ease-in-out; z-index: 997; padding:0; }
#header #mainHeader { padding:15px 0; margin:0; transition: all 0.5s; /* background: rgba(40, 50, 70, 0.5); */  background-image: linear-gradient(to bottom, rgba(40, 50, 70, 0.8), rgba(40,50,70,0)); overflow:visible; }
#header.header-inner-pages { background: rgba(21, 34, 43, 0.85); }
#header.header-scrolled { box-shadow:0 5px 10px rgba(0,0,0,0.3); }
#header.header-scrolled #preHeader { background-color:rgba(30,30,40,0.95);   }
#header.header-scrolled #mainHeader { padding:5px 0; /* background: rgba(13, 71, 117, 0.95); */ background-image: linear-gradient(to bottom, rgba(11, 42, 61, 0.95), rgba(6,77,121,0.95)); }
#header .logo { font-size: 32px; margin: 0; padding: 0; line-height: 1; font-weight: 700; letter-spacing: 2px; }
#header .logo a { color: #fff; }
#header .logo img { width:235px; height:auto; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; }
#header.header-scrolled .logo img { width:200px; }

@media (max-width: 1199px) {
	#header .logo img { width: 210px; }
}

@media (max-width: 767px) {
	.menuPreHeader li a span { display:none; } 
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar { padding: 0; }
.navbar ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center; } 
.navbar li { position: relative; } .navbar>ul>li { white-space: nowrap; padding: 8px 12px; } 
.navbar a, .navbar a:focus { display: flex; align-items: center; position: relative; justify-content: space-between; padding: 0 3px; font-size: 14px; text-transform: uppercase; font-weight:400; color: rgba(255, 255, 255, 1); white-space: nowrap; transition: 0.3s; font-family: "Roboto Condensed", sans-serif; } 
.navbar a i, .navbar a:focus i { font-size: 12px; line-height: 0; margin-left: 5px; } 
.navbar>ul>li>a:before { content: ""; position: absolute; width: 100%; height: 2px; bottom: -6px; left: 0; background-color:rgba(160,225,0,1); visibility: hidden; width: 0px; transition: all 0.3s ease-in-out 0s; } 
.navbar a:hover:before, .navbar li:hover>a:before, .navbar .active:before { visibility: visible; width: 100%; } 
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a { /* color: rgba(255,226,0,1); */ color:rgba(255,255,255,1); } 
.navbar .getstarted, .navbar .getstarted:focus { padding: 8px 25px; margin-left: 30px; border-radius: 4px; color: #fff; border: 2px solid #fff; } 
.navbar .getstarted:hover, .navbar .getstarted:focus:hover { color: #fff; background: #fd3800; border-color: #ff4a17; } 
.navbar>ul>li>.getstarted:before { visibility: hidden; } 
.navbar .dropdown ul { display: block; position: absolute; left: 14px; top: calc(100% + 30px); margin: 0; padding: 10px 0; z-index: 99; opacity: 0; visibility: hidden; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); transition: 0.3s; border-radius: 4px; } 
.navbar .dropdown ul li { min-width: 200px; } 
.navbar .dropdown ul a { padding: 10px 20px; font-size: 14px; text-transform: none; color: #15222b; font-weight: 400; } 
.navbar .dropdown ul a i { font-size: 12px; } 
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a { color: #ff4a17; } 
.navbar .dropdown:hover>ul { opacity: 1; top: 100%; visibility: visible; } 
.navbar .dropdown .dropdown ul { top: 0; left: calc(100% - 30px); visibility: hidden; } 
.navbar .dropdown .dropdown:hover>ul { opacity: 1; top: 0; left: 100%; visibility: visible; }

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul { left: -90%; }
  .navbar .dropdown .dropdown:hover>ul { left: -100%; }
}

@media (max-width: 1199px) {
  .navbar>ul>li { padding: 8px 5px; }
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle { color: #fff; font-size: 28px; cursor: pointer; display: none; line-height: 0; transition: 0.5s; }

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile { position: fixed; overflow: hidden; top: 0; right: 0; left: 0; bottom: 0; background: rgba(4, 7, 9, 0.9); transition: 0.3s; z-index: 999; } 
.navbar-mobile .mobile-nav-toggle { position: absolute; top: 15px; right: 15px; } 
.navbar-mobile ul { display: block; position: absolute; top: 55px; right: 15px; bottom: 15px; left: 15px; padding: 10px 0; border-radius: 10px; background-color: #fff; overflow-y: auto; transition: 0.3s; } 
.navbar-mobile a, .navbar-mobile a:focus { padding: 10px 20px; font-size: 15px; color: #15222b; } 
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a { color: #ff4a17; } 
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus { margin: 15px; } 
.navbar-mobile .dropdown ul { position: static; display: none; margin: 10px 20px; padding: 10px 0; z-index: 99; opacity: 1; visibility: visible; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); } 
.navbar-mobile .dropdown ul li { min-width: 200px; } 
.navbar-mobile .dropdown ul a { padding: 10px 20px; } 
.navbar-mobile .dropdown ul a i { font-size: 12px; } 
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover>a { color: #ff4a17; } 
.navbar-mobile .dropdown>.dropdown-active { display: block; }


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section { padding: 40px 0; overflow: hidden; } 
.section-bg { background-color: #f0f4f8; } 
.section-bg-shadow { background: rgba(210, 215, 220,1) url("../img/rowShadow.webp") no-repeat top center; }
.section-bg-serigraphy { background: rgba(210, 215, 220,0) url("../img/serigraphy.webp") no-repeat bottom left; background-size: contain; }
.section-title { padding-bottom: 25px; text-align:center; font-family: "Raleway", sans-serif; } 
.section-title h2 { font-size:30px; font-weight:600; padding: 0; margin: 0 0 5px 0; color:rgba(45,100,150,1); } 
/* .section-title h2::after { content: ""; width: 120px; height: 1px; display: inline-block; background: #ff8664; margin: 4px 10px; } */
.section-title p { margin: 0; font-size:18px; font-style:italic;  }



/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.simpleButton { font-family: "Roboto Condensed", sans-serif; font-weight:300; font-size: 14px; text-transform:uppercase; letter-spacing: 1px; display: inline-block; padding: 12px 32px; border-radius: 5px; transition: 0.5s; line-height: 1; margin: 10px 0; color:rgba(255,255,255,1); animation-delay: 0.8s; border: 0; background: #428bca; } 
.simpleButton:hover { background: #1c5c93; color:rgba(255,255,255,1); }




/*--------------------------------------------------------------
# Hero Section fullscreen
--------------------------------------------------------------*/
/*
#hero { width: 100%; height: 100vh; background: url("../img/hero-bg.webp") top center; background-size: cover; position: relative; padding: 0; } 
#hero:before { content: ""; background: rgba(13, 20, 26, 0.7); position: absolute; bottom: 0; top: 0; left: 0; right: 0; } 
#hero .hero-container { position: absolute; bottom: 0; top: 0; left: 0; right: 0; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; } 
#hero h1 { margin: 0 0 10px 0; font-size: 48px; font-weight: 700; line-height: 56px; text-transform: uppercase; color: #fff; } 
#hero h2 { color: #eee; margin-bottom: 50px; font-size: 24px; } 
#hero .btn-get-started { font-family: "Open Sans", sans-serif; text-transform: uppercase; font-weight: 500; font-size: 14px; display: inline-block; padding: 10px 35px 10px 35px; border-radius: 4px; transition: 0.5s; color: #fff; background: #ff4a17; border: 2px solid #ff4a17; } 
#hero .btn-get-started:hover { border-color: #fff; background: rgba(255, 255, 255, 0.1); } 
#hero .btn-watch-video { font-size: 16px; display: inline-block; transition: 0.5s; margin-left: 25px; color: #fff; display: inline-flex; align-items: center; justify-content: center; } 
#hero .btn-watch-video i { line-height: 0; color: #fff; font-size: 32px; transition: 0.3s; margin-right: 8px; } 
#hero .btn-watch-video:hover i { color: #ff4a17; }

@media (min-width: 1024px) {
  #hero { background-attachment: fixed; }
}

@media (max-width: 767px) {
  #hero h1 { font-size: 28px; line-height: 36px; }
  #hero h2 { font-size: 18px; line-height: 24px; margin-bottom: 30px; }
}
*/



/*--------------------------------------------------------------
# Hero Section carousel
--------------------------------------------------------------*/
#hero { width: 100%; height: calc(100vh - 20vh); padding: 0; overflow: hidden; background: #000; /* margin-top:135px; */ } 
#hero .carousel-item { width: 100%; height: calc(100vh - 20vh); background-size: cover; background-position: top right; background-repeat: no-repeat; overflow: hidden; } 
#hero .carousel-item::before { content: ""; background-color: rgba(20, 20, 20, 0.2); position: absolute; height: 100%; width: 100%; top: 0; right: 0; left: 0; bottom: 0; overflow: hidden; } 
#hero .carousel-container { display: flex; justify-content: center; align-items: center; position: absolute; bottom: 0; top: 0; left: 0; right: 0; overflow: hidden; } 
#hero .carousel-content { text-align: left; }

@media (max-width: 992px) {
  #hero, #hero .carousel-item { height: calc(100vh - 70px); } 
  #hero .carousel-content.container { padding: 0 50px; }
}

#hero h2 { color: #fff; margin-bottom: 30px; font-size: 51px; font-weight:900; line-height:1em; } 
#hero p { width:80%; animation-delay:0.4s; color:#fff; font-size:17px; line-height:1.4em; } 
#hero .carousel-inner .carousel-item { transition-property: opacity; background-position: center center; } 
#hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end { opacity: 0; } 
#hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-start, #hero .carousel-inner .carousel-item-prev.carousel-item-end { opacity: 1; transition: 0.5s; } 
#hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end { left: 0; transform: translate3d(0, 0, 0); } 
#hero .carousel-control-prev, #hero .carousel-control-next { width: 10%; } 
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon { background: none; font-size: 48px; line-height: 1; width: auto; height: auto; } 
#hero .carousel-indicators li { list-style-type: none; cursor: pointer; } 
#hero .btn-get-started { font-family: "Roboto Condensed", sans-serif; font-weight:300; font-size: 14px; text-transform:uppercase; letter-spacing: 1px; display: inline-block; padding: 12px 32px; border-radius: 5px; transition: 0.5s; line-height: 1; margin: 10px 0; color: #fff; animation-delay: 0.8s; border: 0; background: #428bca; /* box-shadow:3px 3px 10px rgba(0,0,0,0.4); */ } 
#hero .btn-get-started:hover { background: #1c5c93; }

#hero .gateOfDreams { font-family: "Roboto Condensed", sans-serif; position:absolute; bottom:40px; left:50%; transform: translate(-50%, -50%); z-index:10; box-shadow:0 0 20px rgba(0,0,0,0.8); }

#hero .gateOfDreams .form-control { border-radius:4px !important; font-weight:500; height:auto; color:rgba(0,0,0,1); background-color:rgba(255,255,255,1); padding:7px 10px; transition: border .25s ease-in-out 0s, box-shadow .25s ease-in-out 0s, background .25s ease-in-out 0s; -webkit-transition: border .25s ease-in-out 0s, box-shadow .25s ease-in-out 0s, background .25s ease-in-out 0s; }
#hero .gateOfDreams .form-control:focus { background-color:rgba(255,255,255,1); box-shadow:0 0 200px rgba(0,0,0,1); }
#hero .gateOfDreams .form-control::-webkit-input-placeholder { font-weight:400; color:#858585; }
#hero .gateOfDreams .form-control:-moz-placeholder { font-weight:400; color:#858585; opacity:  1; }
#hero .gateOfDreams .form-control::-moz-placeholder { font-weight:400; color:#858585; opacity:  1; }
#hero .gateOfDreams .form-control:-ms-input-placeholder { font-weight:400; color:#858585; }
#hero .gateOfDreams .form-control:placeholder-shown { font-weight:400; color:#858585; }

#hero .gateOfDreams form { background: #fff; border-radius: 4px; }
#hero .gateOfDreams .form-group { width:330px; }
#hero .gateOfDreams form input[type=text] { width: calc(100% - 75px); }
#hero .gateOfDreams form input[type=submit] { font-family: "Roboto Condensed", sans-serif; position: absolute; top: 0; right: -2px; bottom: 0; border: 0; background: none; font-size: 14px; font-weight:400; text-transform:uppercase; padding: 0 20px; background: #ff4a17; color: #fff; transition: 0.3s; border-radius: 0 4px 4px 0; }
#hero .gateOfDreams form input[type=submit]:hover { background: #ff5e31; }

@media (max-width: 767px) {
  #hero h2 { font-size: 28px; }
}

@media (max-height: 500px) {
  #hero, #hero .carousel-item { height: 120vh; }
}

@media (min-width: 1024px) {
  #hero p { width: 60%; }
  #hero .carousel-control-prev, #hero .carousel-control-next { width: 5%; }
}



/*--------------------------------------------------------------
# Travels
--------------------------------------------------------------*/
.travels { position: relative; } 
.travels .container { position: relative; z-index: 10; } 
.travels .travel { margin-bottom: 80px; position: relative; transition: 0.5s; } 
/*.travels .travel:hover { box-shadow:0px 0px 15px rgba(29, 36, 42, 0.8); }
.travels .travel:hover .travel-info { transform: translateY(-10px); }*/
.travels .travel .pic { /* overflow: hidden; */ }
.travels .travel .pic a { /* border:2px solid rgba(18, 129, 255, 0); */ transition: 0.5s; display:block; box-shadow:0px 0px 15px rgba(13, 20, 26, 0); }
.travels .travel .pic a:hover { /* border:2px solid rgba(18, 129, 255, 1); */ box-shadow:0px 0px 15px rgba(29, 36, 42, 0.8); }
.travels .travel .travel-info { position: absolute; bottom: -50px; left: 20px; right: 20px; background: #fff; padding: 20px 15px; color: #15222b; box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.25); overflow: hidden; transition: 0.5s; } 
.travels .travel h4 { /*font-family: 'Great Vibes', cursive;*/ font-weight: 700; margin-bottom: 10px; font-size: 20px; color: #15222b; position: relative; padding-bottom: 10px; } 
.travels .travel h4::after { content: ""; position: absolute; display: block; width: 50px; height: 1px; background: #7fa5c0; bottom: 0; left: 0; } 
.travels .travel span { font-style: italic; display: block; font-size: 13px; } 
.travels .travel .icons { position: absolute; right: 15px; bottom: 15px; } 
.travels .travel .icons a { transition: color 0.3s; color: #477392; } 
.travels .travel .icons a:hover { color: #ff4a17; } 
.travels .travel .icons i { font-size: 16px; margin: 0 2px; }

@media (max-width: 992px) {
  .travels .travel {
    margin-bottom: 110px;
  }
}





/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
/* .features { background: url("../img/bg_map.webp") center top no-repeat fixed; } */
/* .features { background: url("../img/bg_map.webp") center center; background-size: cover; } */
.features { background-color:rgba(5,50,80,1); padding:0; }
.features .serigraphy { background-image: url(../img/bgSerigraphy.webp); background-position: left; background-repeat: no-repeat; background-size: 455px; padding:35px 0 20px 0; }
.features .nav-tabs { border: 0; }
.features .nav-item { max-width:none; width:auto; margin-bottom:5px; } 

.features .nav-link { background:none; color:rgba(133,162,189); border:none; margin:0; padding:0; position:relative; } 
.features .nav-link h4 { font-size:14px; font-weight:300; text-transform:uppercase; font-family: "Roboto Condensed", sans-serif; } 
.features .nav-link:hover { color:rgba(255,255,255,1); } 
.features .nav-link:before { content: ""; position:absolute; width:100%; height:2px; bottom:-6px; left:0; background-color:rgba(160,225,0,1); visibility:hidden; width:0px; transition: all 0.3s ease-in-out 0s; } 
.features .nav-link:hover:before, .features .nav-link.active:before { visibility:visible; width:100%; } 
.features .nav-link.active { background:none; color:rgba(255,255,255,1); border:none; margin:0; padding:0; }

@media (max-width: 767px) {
  .features .nav-link i { padding: 0; line-height: 1; font-size: 36px; }
}

@media (max-width: 575px) {
  /* .features .nav-link { padding: 15px; } 
  .features .nav-link i { font-size: 24px; } */
}

.features .tab-content { margin-top:20px; color:rgba(133,162,189,1); /* color:rgba(255,255,255,1); */ } 
.features .tab-pane h3 { font-weight:600; font-size:29px; margin-top:25px; color:rgba(255,255,255,1); } 
.features .tab-pane .fst-italic { color:rgba(255,255,255,1); font-size:16px; } 
.features .tab-pane .tab-message { margin:20px 0 15px 0; font-size:14px; } 
.features .tab-pane ul { list-style: none; padding: 0; } 
.features .tab-pane ul li { padding-bottom: 10px; } 
.features .tab-pane ul i { font-size: 20px; padding-right: 4px; color: #ff4a17; } 
.features .tab-pane p:last-child { margin-bottom: 0; }



/*--------------------------------------------------------------
# Advice
--------------------------------------------------------------*/
.advice { position: relative; padding:50px 0 65px 0; } 
.advice .container { position: relative; z-index: 10; } 
.advice .adviceCard { margin-bottom: 10px; position: relative; box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.25); min-height:100%; background-color:rgba(255,255,255,1); } 
.advice .adviceCard .pic { /* overflow: hidden; */ }
.advice .adviceCard .pic a { /* border:2px solid rgba(18, 129, 255, 0); */ transition: 0.5s; display:block; box-shadow:0px 0px 15px rgba(13, 20, 26, 0); }
.advice .adviceCard .pic a:hover { /* border:2px solid rgba(18, 129, 255, 1);*/ box-shadow:0px 0px 15px rgba(29, 36, 42, 0.8); }
.advice .adviceCard .travel-info { background: #fff; padding: 20px 15px; color: #15222b; overflow: hidden; transition: 0.5s; } 
.advice .adviceCard .travel-info h6 { margin-top:20px; } 
.advice .adviceCard .travel-info ul { font-size:13px; line-height: 1.5em; }
.advice .adviceCard .travel-info p { font-size:13px; line-height: 1.5em; } 
.advice .adviceCard .travel-info .priceAndDays { margin-bottom:15px !important; } 
.advice .adviceCard .travel-info .priceAndDays span { display: inline-block; font-style:normal; color:rgba(180,120,30,1); } 
.advice .adviceCard h4 { /*font-family: 'Great Vibes', cursive;*/ font-weight: 700; margin-bottom: 10px; font-size: 20px; color: #15222b; position: relative; padding-bottom: 10px; } 
.advice .adviceCard h4::after { content: ""; position: absolute; display: block; width: 50px; height: 1px; background: #7fa5c0; bottom: 0; left: 0; } 
.advice .adviceCard span { font-style: italic; display: block; font-size: 13px; } 
.advice .adviceCard .icons { position: absolute; right: 15px; bottom: 15px; } 
.advice .adviceCard .icons a { transition: color 0.3s; color: #477392; } 
.advice .adviceCard .icons a:hover { color: #ff4a17; } 
.advice .adviceCard .icons i { font-size: 16px; margin: 0 2px; }

@media (max-width: 992px) {
  .advice .adviceCard { margin-bottom: 15px; }
  .advice .itemSeparator { margin-bottom:20px; }
}

.advice-slider { display:grid; padding-bottom:20px; padding-top:30px;}

.advice .swiper-advice-pagination { text-align:center; } 
.advice .swiper-advice-pagination .swiper-pagination-bullet { width: 12px; height: 12px; background-color:rgba(180,180,180,1); opacity: 1; border: none; transition: all 0.3s ease-in-out 0s; } 
.advice .swiper-advice-pagination .swiper-pagination-bullet-active { background-color: #0880e8; }



/*--------------------------------------------------------------
# Advice-window
--------------------------------------------------------------*/
/* .features { background: url("../img/bg_map.webp") center top no-repeat fixed; } */
/* .features { background: url("../img/bg_map.webp") center center; background-size: cover; } */
.advice-window { position: relative; padding:50px 0 65px 0; /* background: url("../img/rowShadow.webp") no-repeat top center, linear-gradient(#222222, #f0f4f8); */ background: linear-gradient(#02020b, #f0f4f8); }
.advice-window .serigraphy { background-image: url(../img/bgSerigraphy.webp); background-position: left; background-repeat: no-repeat; background-size: 455px; padding:35px 0 20px 0; }
.advice-window .nav-tabs { border: 0; }
.advice-window .nav-item { max-width:none; width:auto; margin-bottom:5px; } 

.advice-window .nav-link { background:none; color:rgba(133, 162, 189); border:none; margin:0; padding:0; position:relative; } 
.advice-window .nav-link h4 { font-size:14px; font-weight:300; text-transform:uppercase; font-family: "Roboto Condensed", sans-serif; } 
.advice-window .nav-link:hover { color:rgba(255,255,255,1); } 
.advice-window .nav-link:before { content: ""; position:absolute; width:100%; height:2px; bottom:-6px; left:0; background-color:rgba(160,225,0,1); visibility:hidden; width:0px; transition: all 0.3s ease-in-out 0s; } 
.advice-window .nav-link:hover:before, .advice-window .nav-link.active:before { visibility:visible; width:100%; } 
.advice-window .nav-link.active { background:none; color:rgba(255,255,255,1); border:none; margin:0; padding:0; }

@media (max-width: 767px) {
  .advice-window .nav-link i { padding: 0; line-height: 1; font-size: 36px; }
}

@media (max-width: 575px) {
  /* .advice-window .nav-link { padding: 15px; } 
  .advice-window .nav-link i { font-size: 24px; } */
}

.advice-window .tab-content { margin-top:20px; color:rgba(133,162,189,1); /* color:rgba(255,255,255,1); */ } 
.advice-window .tab-pane h3 { font-weight:600; font-size:29px; margin-top:0px; color:rgba(255,255,255,1); text-align:center; } 
.advice-window .tab-pane .fst-italic { color:rgba(255,255,255,1); font-size:16px; } 
.advice-window .tab-pane .tab-message { margin:20px 0 15px 0; font-size:14px; } 
.advice-window .tab-pane ul { list-style: none; padding: 0; } 
.advice-window .tab-pane ul li { padding-bottom: 10px; } 
.advice-window .tab-pane ul i { font-size: 20px; padding-right: 4px; color: #ff4a17; } 
.advice-window .tab-pane p:last-child { margin-bottom: 0; }

.advice-window .adviceCard { margin-bottom: 10px; position: relative; box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.25); min-height:100%; background-color:rgba(255,255,255,1); } 
.advice-window .adviceCard .pic { /* overflow: hidden; */ }
.advice-window .adviceCard .pic a { /* border:2px solid rgba(18, 129, 255, 0); */ transition: 0.5s; display:block; box-shadow:0px 0px 15px rgba(13, 20, 26, 0); }
.advice-window .adviceCard .pic a:hover { /* border:2px solid rgba(18, 129, 255, 1);*/ box-shadow:0px 0px 15px rgba(29, 36, 42, 0.8); }
.advice-window .adviceCard .travel-info { background: #fff; padding: 20px 15px; color: #15222b; overflow: hidden; transition: 0.5s; } 
.advice-window .adviceCard .travel-info h6 { margin-top:20px; } 
.advice-window .adviceCard .travel-info ul { font-size:13px; line-height: 1.5em; }
.advice-window .adviceCard .travel-info p { font-size:13px; line-height: 1.5em; } 
.advice-window .adviceCard .travel-info .priceAndDays { margin-bottom:15px !important; } 
.advice-window .adviceCard .travel-info .priceAndDays span { display: inline-block; font-style:normal; color:rgba(180,120,30,1); } 
.advice-window .adviceCard h4 { /*font-family: 'Great Vibes', cursive;*/ font-weight: 700; margin-bottom: 10px; font-size: 20px; color: #15222b; position: relative; padding-bottom: 10px; } 
.advice-window .adviceCard h4::after { content: ""; position: absolute; display: block; width: 50px; height: 1px; background: #7fa5c0; bottom: 0; left: 0; } 
.advice-window .adviceCard span { font-style: italic; display: block; font-size: 13px; } 
.advice-window .adviceCard .icons { position: absolute; right: 15px; bottom: 15px; } 
.advice-window .adviceCard .icons a { transition: color 0.3s; color: #477392; } 
.advice-window .adviceCard .icons a:hover { color: #ff4a17; } 
.advice-window .adviceCard .icons i { font-size: 16px; margin: 0 2px; }

@media (max-width: 992px) {
  .advice-window .adviceCard { margin-bottom: 15px; }
  .advice-window .itemSeparator { margin-bottom:20px; }
}

.advice-1-slider, .advice-2-slider, .advice-3-slider, .advice-4-slider { display:grid; padding-bottom:20px; padding-top:30px;}

.advice-window .swiper-advice-1-pagination, .advice-window .swiper-advice-2-pagination, .advice-window .swiper-advice-3-pagination, .advice-window .swiper-advice-4-pagination { text-align:center; } 
.advice-window .swiper-advice-1-pagination .swiper-pagination-bullet, .advice-window .swiper-advice-2-pagination .swiper-pagination-bullet, .advice-window .swiper-advice-3-pagination .swiper-pagination-bullet, .advice-window .swiper-advice-4-pagination .swiper-pagination-bullet { width: 12px; height: 12px; background-color:rgba(180,180,180,1); opacity: 1; border: none; transition: all 0.3s ease-in-out 0s; } 
.advice-window .swiper-advice-1-pagination .swiper-pagination-bullet-active, .advice-window .swiper-advice-2-pagination .swiper-pagination-bullet-active, .advice-window .swiper-advice-3-pagination .swiper-pagination-bullet-active, .advice-window .swiper-advice-4-pagination .swiper-pagination-bullet-active { background-color: #0880e8; }









/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
/* .features { background: url("../img/bg_map.webp") center top no-repeat fixed; } */
/* .features { background: url("../img/bg_map.webp") center center; background-size: cover; } */
.world { background-color:rgba(35,40,55,1); padding:0; }
.world .serigraphy { background-image: url(../img/bgSerigraphy.webp); background-position: left; background-repeat: no-repeat; background-size: 455px; padding:35px 0 20px 0; }
.world .nav-tabs { border: 0; }
.world .nav-item { max-width:none; width:auto; margin-bottom:5px; } 

.world .nav-link { background:none; color:rgba(133,162,189); border:none; margin:0; padding:0; position:relative; } 
.world .nav-link h4 { font-size:14px; font-weight:300; text-transform:uppercase; font-family: "Roboto Condensed", sans-serif; } 
.world .nav-link:hover { color:rgba(255,255,255,1); } 
.world .nav-link:before { content: ""; position:absolute; width:100%; height:2px; bottom:-6px; left:0; background-color:rgba(160,225,0,1); visibility:hidden; width:0px; transition: all 0.3s ease-in-out 0s; } 
.world .nav-link:hover:before, .world .nav-link.active:before { visibility:visible; width:100%; } 
.world .nav-link.active { background:none; color:rgba(255,255,255,1); border:none; margin:0; padding:0; }

@media (max-width: 767px) {
  .world .nav-link i { padding: 0; line-height: 1; font-size: 36px; }
}

@media (max-width: 575px) {
  /* .world .nav-link { padding: 15px; } 
  .world .nav-link i { font-size: 24px; } */
}

.world .tab-content { margin-top:20px; color:rgba(133,162,189,1); /* color:rgba(255,255,255,1); */ } 
.world .tab-pane h3 { font-weight:600; font-size:29px; margin-top:0px; color:rgba(255,255,255,1); text-align:center; } 
.world .tab-pane .fst-italic { color:rgba(255,255,255,1); font-size:16px; } 
.world .tab-pane .tab-message { margin:20px 0 15px 0; font-size:14px; } 
.world .tab-pane ul { list-style: none; padding: 0; } 
.world .tab-pane ul li { padding-bottom: 10px; } 
.world .tab-pane ul i { font-size: 20px; padding-right: 4px; color: #ff4a17; } 
.world .tab-pane p:last-child { margin-bottom: 0; }

.world .adviceCard { margin-bottom: 10px; position: relative; box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.25); min-height:100%; background-color:rgba(255,255,255,1); } 
.world .adviceCard .pic { /* overflow: hidden; */ }
.world .adviceCard .pic a { /* border:2px solid rgba(18, 129, 255, 0); */ transition: 0.5s; display:block; box-shadow:0px 0px 15px rgba(13, 20, 26, 0); }
.world .adviceCard .pic a:hover { /* border:2px solid rgba(18, 129, 255, 1);*/ box-shadow:0px 0px 15px rgba(29, 36, 42, 0.8); }
.world .adviceCard .travel-info { background: #fff; padding: 20px 15px; color: #15222b; overflow: hidden; transition: 0.5s; } 
.world .adviceCard .travel-info h6 { margin-top:20px; } 
.world .adviceCard .travel-info ul { font-size:13px; line-height: 1.5em; }
.world .adviceCard .travel-info p { font-size:13px; line-height: 1.5em; } 
.world .adviceCard .travel-info .priceAndDays { margin-bottom:15px !important; } 
.world .adviceCard .travel-info .priceAndDays span { display: inline-block; font-style:normal; color:rgba(180,120,30,1); } 
.world .adviceCard h4 { /*font-family: 'Great Vibes', cursive;*/ font-weight: 700; margin-bottom: 10px; font-size: 20px; color: #15222b; position: relative; padding-bottom: 10px; } 
.world .adviceCard h4::after { content: ""; position: absolute; display: block; width: 50px; height: 1px; background: #7fa5c0; bottom: 0; left: 0; } 
.world .adviceCard span { font-style: italic; display: block; font-size: 13px; } 
.world .adviceCard .icons { position: absolute; right: 15px; bottom: 15px; } 
.world .adviceCard .icons a { transition: color 0.3s; color: #477392; } 
.world .adviceCard .icons a:hover { color: #ff4a17; } 
.world .adviceCard .icons i { font-size: 16px; margin: 0 2px; }

@media (max-width: 992px) {
  .world .adviceCard { margin-bottom: 15px; }
  .world .itemSeparator { margin-bottom:20px; }
}

.world-italy-slider, .world-europe-slider, .world-world-slider { display:grid; padding-bottom:20px; padding-top:30px;}

.world .swiper-world-italy-pagination, .world .swiper-world-europe-pagination, .world .swiper-world-world-pagination { text-align:center; } 
.world .swiper-world-italy-pagination .swiper-pagination-bullet, .world .swiper-world-europe-pagination .swiper-pagination-bullet, .world .swiper-world-world-pagination .swiper-pagination-bullet { width: 12px; height: 12px; background-color:rgba(180,180,180,1); opacity: 1; border: none; transition: all 0.3s ease-in-out 0s; } 
.world .swiper-world-italy-pagination .swiper-pagination-bullet-active, .world .swiper-world-europe-pagination .swiper-pagination-bullet-active, .world .swiper-world-world-pagination .swiper-pagination-bullet-active { background-color: #0880e8; }



/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients { padding:20px 0; } 
.clients .swiper-slide img { opacity: 0.7; transition: 0.3s; filter: grayscale(100); } 
.clients .swiper-slide:hover img { opacity: 1; filter:none; } 
.clients .swiper-pagination { margin-top: 20px; position: relative; } 
.clients .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; background-color: #fff; opacity: 1; border: 1px solid #0880e8; } 
.clients .swiper-pagination .swiper-pagination-bullet-active { background-color: #0880e8; }










/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.about .count-box {
  padding: 60px 0;
  width: 100%;
}

.about .count-box i {
  display: block;
  font-size: 48px;
  color: #a1bdd1;
  float: left;
  line-height: 0;
}

.about .count-box span {
  font-size: 28px;
  line-height: 25px;
  display: block;
  font-weight: 700;
  color: #365870;
  margin-left: 60px;
}

.about .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #2e4b5e;
}

.about .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #2e4b5e;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.about .count-box a:hover {
  color: #477392;
}

.about .content {
  font-size: 15px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #263d4d;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about .content ul i {
  font-size: 24px;
  color: #ff4a17;
  position: absolute;
  left: 0;
  top: -2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff4a17 50%, rgba(255, 74, 23, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 74, 23, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #ff4a17;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes {
  background: url("../img/about-boxes-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}

.about-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

.about-boxes .container,
.about-boxes .container-fluid {
  position: relative;
  z-index: 10;
}

.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}

.about-boxes .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 5px;
  text-align: center;
  background-color: #ff4a17;
  border-radius: 4px;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.about-boxes .card-body {
  padding-top: 12px;
}

.about-boxes .card-title {
  font-weight: 700;
  text-align: center;
}

.about-boxes .card-title a {
  color: #15222b;
}

.about-boxes .card-title a:hover {
  color: #ff4a17;
}

.about-boxes .card-text {
  color: #5e5e5e;
}

.about-boxes .card:hover .card-icon i {
  background: #fff;
  color: #ff4a17;
}

@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
/*.clients {
  background: #f0f4f8;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 767px) {
  .clients img {
    max-width: 40%;
  }
}
*/


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}

.services .icon-box i {
  float: left;
  color: #5c8eb0;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #365870;
  transition: 0.3s;
}

.services .icon-box .icon-box:hover h4 a {
  color: #ff4a17;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover h4 a {
  color: #ff4a17;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 20, 26, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #a1bdd1;
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff4a17;
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #e5edf3;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #ff4a17;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #ff4a17;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc1b0;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff4a17;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff4a17;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 34, 43, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #ff4a17;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ff4a17;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #ff4a17;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ff5e31;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f0f4f8;
  min-height: 40px;
  margin-top: 78px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #263d4d;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 52px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer { /* background: #121d24; */ font-family: "Roboto Condensed", sans-serif; background-color:rgba(0,30,50,1); padding: 0 0 30px 0; color: #fff; font-size:14px; font-weight:300; } 
#footer .footer-top { /* background: #15222b; */ background-color:rgba(6,63,97,1); padding: 30px 0 30px 0; } 
#footer .footer-top .logoFooter { width:150px; margin-bottom:20px; opacity:0.2; } 
#footer .footer-top .footer-info { margin-bottom: 30px; } 
#footer .footer-top .footer-info address { font-size:13px; margin-top:10px; }
#footer .footer-top .footer-info .contacts { margin:20px 0 10px 0;} 
#footer .footer-top .footer-info .contacts a { color:rgba(255,255,255,1); } 
#footer .footer-top .footer-info .contacts a:hover { color: rgba(90,190,255); } 
#footer .footer-top .footer-info .contacts p { font-size:18px; line-height:1.4em; font-family: "Roboto Condensed", sans-serif; } 
#footer .footer-top .footer-info .contacts i { font-size:18px; margin-right:15px; }
#footer .footer-top .footer-info h3 { font-size: 28px; margin: 0 0 15px 0; padding: 2px 0 2px 0; line-height: 1; font-weight: 700; } 
#footer .footer-top .footer-info p { font-size: 14px; line-height: 24px; margin-bottom: 0; font-family: "Raleway", sans-serif; color: #fff; } 
#footer .footer-top .social-links a { font-size: 18px; display: inline-block; background: rgba(255, 255, 255, 0.08); color: #fff; line-height: 1; padding: 8px 0; margin-right: 4px; border-radius: 50px; text-align: center; width: 36px; height: 36px; transition: 0.3s; } 
#footer .footer-top .social-links a:hover { background: #ff4a17; color: #fff; text-decoration: none; } 
#footer .footer-top h4 { font-size: 16px; font-weight:600; color:#fff; position: relative; padding-bottom: 12px; margin-top:15px; } 
#footer .footer-top .footer-links { margin-bottom: 30px; } 
#footer .footer-top .footer-links ul { list-style: none; padding: 0; margin: 0; } 
#footer .footer-top .footer-links ul i { padding-right: 2px; color: rgba(160,225,0,1); font-size: 18px; line-height: 1; } 
#footer .footer-top .footer-links ul li { padding: 2px 0; display: flex; align-items: center; /* font-size:13px; */ text-transform:uppercase; } 
#footer .footer-top .footer-links ul li:first-child { padding-top: 0; } 
#footer .footer-top .footer-links ul a { color: #fff; transition: 0.3s; display: inline-block; line-height: 1; } 
#footer .footer-top .footer-links ul a:hover { color: rgba(90,190,255); } 
#footer .footer-top .footer-newsletter form { margin-top: 30px; background: #fff; padding: 6px 10px; position: relative; border-radius: 4px; } 
#footer .footer-top .footer-newsletter form input[type=email] { border: 0; padding: 4px; width: calc(100% - 110px); } 
#footer .footer-top .footer-newsletter form input[type=submit] { position: absolute; top: 0; right: -2px; bottom: 0; border: 0; background: none; font-size: 16px; padding: 0 20px; background: #ff4a17; color: #fff; transition: 0.3s; border-radius: 0 4px 4px 0; } 
#footer .footer-top .footer-newsletter form input[type=submit]:hover { background: #ff5e31; } 
#footer .copyright { text-align: center; padding-top: 30px; } 
#footer .credits { padding-top: 10px; text-align: center; font-size: 13px; color: #fff; } 
#footer .credits a { transition: 0.3s; }