@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600&display=swap');
body {
	font-size: 14px;
	height: 100%;
	overflow-x: hidden !important;
	font-family: 'Titillium Web', sans-serif;
	color: #555555;
	margin: 0;
	padding: 0px;
	background-color: #fff !important; 
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	-webkit-animation: fadein 2s;
	-o-animation: fadein 2s;
}

.scrollup {
	width: 52px;
	height: 75px;
	position: fixed;
	bottom: 90px;
	right: 0;
	display: none;
	text-indent: -9999px;
	z-index: 99999;
	background: url(../images/anchor.png) no-repeat;
}

.box-content a:hover {
color:black;
}

textarea {     height: auto !important;
}
*:focus {
  outline: none !important;
}

.reset {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 35px;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 16px;

}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
p {
	line-height: 21px;
	margin: 2px 0 2 0;
	width: 100%;
}
a {
	text-decoration: none !important;
	color: #7d7c7c;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
}
a:hover {
	text-decoration: none !important;
	color: #000;
}


::-webkit-input-placeholder {
color:#fff !important;
}
::-moz-placeholder {
color:#fff !important;
}
:-ms-input-placeholder {
color:#fff !important;
}
:-moz-placeholder {
color:#fff !important;
}



ul {
	padding: 0;
	margin: 0;
	
	
}
.p0 {
	padding: 0 !important;
}
.p3 {
	padding: 3px !important;
}
.p4 {
	padding: 4px;
	padding-top: 0px;
}
.m0 {
	margin: 0 !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
b {
	padding: 10px 0px;
}
li {
	list-style: none;
	text-decoration: none;
}
p {
	font-weight: normal;
}
li {
	font-size: 15px;
	font-weight: normal;
	/*list-style-type: circle;*/
}
.more:after {
	content: "\f0da";
	transition: all .25s;
	opacity: 0;
	margin-left: -.5em;
	font-family: 'FontAwesome';
}
.more:hover:after {
	opacity: 1;
	margin-left: .7em;
}
.pl0 {
	padding-left: 0px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
	margin-right: 10px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.p50 {
	padding: 50px !important;
}
.pb35 {
	padding-bottom: 35px;
}
.mtb15 {
	margin: 15px 0px 15px 0px;
}
.hd {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	margin: 20px 0px;
}
/* Banner arrow Down */



header {
  position: relative;
  width: 100%;
  top: 0;
  background:url(../../images/bgtp.png) repeat;
  transition: background 500ms ease;
  -webkit-transition: background 500ms ease;
}
header.scrolled {
  position: fixed;
  top: -70px;
  transform: translateY(70px);
  transition: transform 500ms ease,background 900ms ease;
  -webkit-transition: transform 500ms ease,background 900ms ease;
  z-index:999;
}
.go-arrow-banner {
	position: absolute;
	bottom: 8%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	z-index: 99999999!important;
}
.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
 //background: blue;
	margin-top: 125px;
}
.m_scroll_arrows {
	display: block;
	width: 5px;
	height: 5px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	margin: 0 0 3px 4px;
	width: 16px;
	height: 16px;
}
.unu {
	margin-top: 1px;
}
.unu, .doi, .trei {
	-webkit-animation: mouse-scroll 1s infinite;
	-moz-animation: mouse-scroll 1s infinite;
}
.unu {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-direction: alternate;
}
.doi {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-webkit-animation-direction: alternate;
	margin-top: -6px;
}
.trei {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-webkit-animation-direction: alternate;
	margin-top: -6px;
}
.mouse {
	height: 42px;
	width: 24px;
	border-radius: 14px;
	transform: none;
	border: 2px solid #fff;
	top: 170px;
}
.wheel {
	height: 5px;
	width: 2px;
	display: block;
	margin: 5px auto;
	background: #0c93d4;
	position: relative;
	height: 4px;
	width: 4px;
	border: 2px solid #FFEB3B;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.wheel {
	-webkit-animation: mouse-wheel 0.6s linear infinite;
	-moz-animation: mouse-wheel 0.6s linear infinite;
}
 @-webkit-keyframes mouse-wheel {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(6px);
 -ms-transform: translateY(6px);
 transform: translateY(6px);
}
}
 @-moz-keyframes mouse-wheel {
 0% {
top: 1px;
}
 25% {
top: 2px;
}
 50% {
top: 3px;
}
 75% {
top: 2px;
}
 100% {
top: 1px;
}
}
 @-webkit-keyframes mouse-scroll {
 0% {
opacity: 0;
}
 50% {
opacity: .5;
}
 100% {
opacity: 1;
}
}
@-moz-keyframes mouse-scroll {
 0% {
opacity: 0;
}
 50% {
opacity: .5;
}
 100% {
opacity: 1;
}
}
@-o-keyframes mouse-scroll {
 0% {
opacity: 0;
}
 50% {
opacity: .5;
}
 100% {
opacity: 1;
}
}
@keyframes mouse-scroll {
 0% {
opacity: 0;
}
 50% {
opacity: .5;
}
 100% {
opacity: 1;
}
}


/*End  Banner arrow Down */











/*Nicescrol */

.nicescroll-rails-vr {
    /* width: 20px; */
    opacity: 1;
    /* background: #000; */
    /* border-left: 1px solid #ff7f50; */
    cursor: default;
    position: fixed;
    height: 100%;
    z-index: auto;
    right: 0;
    top: 0;
    display: block;
}
.nicescroll-rails-vr .nicescroll-cursors {
  border-radius: 0px;
  width:5px;
  background:#09F;
  box-shadow: inset 0px 0px 5px #000;
  position: relative;
  display: block;
  margin: 0 auto;
  background-clip: padding-box;
}
.nicescroll-rails-vr .nicescroll-cursors .nicescroll-cursors-inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(#ff4500, #ff0);
  box-shadow: inset 0px 0px 5px #000;
}


/*End Nicescrol */




/*Social*/

/* footer social icons */
ul.social-network {
	list-style: none;
	display: flex;
	margin-left:0 !important;
	padding: 0;
	
}
ul.social-network li {
	display: inline;
	margin: 0 0px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505 !important;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998 !important;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff !important;
}
.social-network a.icoGoogle:hover {
	background-color:#f69038 !important;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8 !important;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7 !important;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;
	height: 30px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:33px;
	text-align: center;
	font-size: 17px;
	color: #5cabff;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.inner_menu_icon .social-circle i {
	color: #0C8CA5;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

 {
 background-color: #D3D3D3 !important;   
}

/*End Socilal*/


/*Sticky Css*/
.fixed {
	 position: fixed;
    top: 0;
    height: 68px;
    z-index: 9;
    width: 100%;
    background-color: #052b1a !important;       border-radius: 0px; 
} 
	
/*End Sticky Css*/





/*NICE SCROL*/


.nicescroll-rails-vr {
  opacity: 1;
  cursor: default;
  position: fixed;
  height: 100%;
  z-index: auto;
  right: 0;
  top: 0;
  display: block;
}
.nicescroll-rails-vr .nicescroll-cursors {
  border-radius: 0px;
  width: 4px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  background-clip: padding-box;
}
.nicescroll-rails-vr .nicescroll-cursors .nicescroll-cursors-inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(#ff4500, #ff0);
  box-shadow: inset 0px 0px 5px #000;
}
/*End NICE SCROL*/


.goog-te-gadget-simple {
    border: 1px solid #003a65 !important;
    padding: 4px !important;
    margin-left: 10px;
}
.topcontact {
	text-align: right;
	margin-top: 5px;
	width: 60.1%;
}

.topcontact a { color:white;
}

.dpprice-txt li a.active{
	background-color:#fff;
	color: #333;
}

.goog-te-gadget-simple {
    border-left: 1px solid #2d6aaa !important;
	border-right: 1px solid #2d6aaa !important;
	border-bottom: 1px solid #2d6aaa !important;
	border-top: 1px solid #2d6aaa !important;
	background-color: #003a65 !important;
}
.goog-te-gadget-simple .goog-te-menu-value {
    color: #fff;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #fff !important;
}


iframe {
    width: 100% !important;
}



/*----auto complete section-----*/
#filter-box{
	border: 1px solid #e7e7e7;
}
.filter-head h4{
	color: #fff;
	padding: 14px;
	background-color: #072338;
	font-size: 19px;
}
.filter-content{
	padding: 20px;
}
.filter-content .form-control {
	border-radius: 0px;
	padding: 17px 10px;
}
.filter-btn{
        border-color: #fff;
    border-radius: 0px;
    color: #072338;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    border-radius: 2em;
    padding: 9px 31px;
    border: 1px solid #0b5c92;
}
div#locationautocomplete-list div, div#packagesautocomplete-list div{
	border: 1px solid #ccc;
	padding: 8px;
	cursor:pointer;
}
/*----auto complete section-----*/



/*-------days selector------*/
.select-days h4 {
	display: inline-block;
	float: left;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background: #2188f3 url() no-repeat right center;
}
.select-days ul li {
	float: left;
	margin-right: 10px;
}
.select-days ul li a {
	       display: block;
    height: 38px;
    width: 38px;
    color: #000;
    line-height: 35px;
    text-align: center;
    line-height: 33px;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #eaeaea;
}
.select-days ul li a:hover, #current-day {
	background: #2188f3;
	color: #fff;
}
.select-days ul {
	float: left;
	margin-left: 15px;
}
.days-box{
	margin-bottom:30px;
}

.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #2188f3;
	border-width: 12px;
	margin-top: -13px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 17px;
	margin-top: -18px;
}
/*-------days selector------*/


ul.inclusion-icons li i{
	margin-right:7px;
}
ul.inclusion-icons.main li i{
	margin-right: 7px;
}

.btnwhite:hover {
    background: #fff !important;
    color: #3b9ade !important;
}

a.quick-circle.no-ripple:before, a.quick-circle.no-ripple:after {
    animation: none !important;
}
.no-ripple.whatsapp{
    right: 0px;
    bottom: 70px;
    color: #fff;
    font-size: 35px;
    background-color: #4CAF50;
    border-color: #4caf50;
}
.quick-circle.no-ripple.whatsapp:before, .quick-circle.no-ripple.whatsapp:after{
    border-color: #4caf50;
}

#srvc h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}
.whychs{padding:80px 0;}
.welhd{font-size:2.2em; line-height:40px; font-weight:400; color:#666; padding-top:80px}
.txtp{font-size:1.2em; line-height:30px; font-weight:300; padding-top:30px; padding-right:15%}
.ftrtxt{font-size:1.3em; line-height:24px; text-align:center; padding:25px 0}
.ftrsptxt{text-align:center; font-size:1.2em; line-height:30px}
.ftricn{color:#001c84;}
.srvcfrm{background:#f96500; padding:70px 0}
.srvchd{font-size:2em; font-weight:700; color:#fff; text-align:center; padding-bottom:20px}
.srvcfrmfld{background:#f96500; color:#fff; font-size:1.2em; border:none; line-height:40px; margin:0; padding:0; border-bottom:solid 2px #fff;box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0); box-sizing:border-box; border-radius:0; width:100%; height:35px; margin-bottom:25px}
.frmsbmt{background:#f96500; color:#fff; border:solid 2px #fff; margin-top:20px; }
.frmsbmt:hover{background:#fff; color:#f96500; border:solid 2px #fff; margin-top:20px; }
.hiwhd{font-size:1.5em; font-weight:500; color:#f96500;}
.sbhd{font-size:1.3em; text-transform:uppercase; font-weight:500; color:#001c84; text-align:center; line-height:20px; min-height:60px}
.ctr{text-align:center}
.bdrc{text-align:center; border:solid 1px #f95600; padding:0; background:#fff;color:#001c84; overflow:hidden; margin-bottom:30px}
.brdcmg{transform: scale(1); }
.brdcmg:hover{transform: scale(1.06); transition:.5s}
.bdrc:hover{border:solid 1px #666;  transition: .6s; background:#f96500; color:#fff;}
.bdrchd{text-align:center; padding:15px 0; font-weight:700; font-size:1.6em; }
.ctctadr{font-size:1.4em; line-height:2em;}
.clror{color:#f96500;}
.ctfrmfld{border:solid 1px #001c84; width:70%; border-radius:6px; padding:0 5px; color:#999}
.ctfrmfld2{border:solid 1px #001c84; width:70%; border-radius:6px; padding:0 5px; color:#999; line-height:25px;}
.frmbt{padding-bottom:20px;}
.frmsbmtct{background:#fff; color:#001c84; border:solid 2px #001c84; border-radius:8px }

 @media screen and (max-width:640px) {
.welhd{font-size:1.8em; line-height:28px; font-weight:400; color:#666; padding-top:0px; margin-top:-25px }
.whychs{padding:50px 0;}
.bdrchd{padding:10px 0; font-weight:500; font-size:1em; }
 }