/*===========================
    1. COMMON css 
===========================*/


/*body {*/

/*  font-family: sans-serif;*/

/*  line-height: 1.15;*/

/*  -webkit-text-size-adjust: 100%;*/

/*  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/

/*  font-family: -apple-system, BlinkMacSystemFbodyont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/

/*  }*/

html {
  scroll-behavior: smooth !important;	
  -webkit-overflow-scrolling: touch !important;

}
.line {
  background-color: #FFFFFF;
  height: 1px;
  margin-top: -3%;
  border: 0;
  opacity: 0.25;
  width: 95%;

}

.line2 {
  height: 1px;
  opacity: 0.5;
  border: 0;
  background-color: #007399;
  width: 100%;
}
.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -25px;
  display: block;
  width: 30px;
  height: 30px;
  background-size: 14px auto;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 30px;
    height: 30px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

* {
  margin: 0;
  padding: 0;
	
	
	
	

	

}
section {
  position: relative;
  width: 100%;
  height: 100%;
}
sections::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  
}
#sections a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}

.slide-title {
    font-size: 50px;
	line-height: 15px;
	color: #FFFFFF;
	font-weight: 600;
	transition: 0.5s ease all;
}


.pry-title {
    font-size: 15px;
	line-height: 40px;
	font-style: normal;
	color: #000000;
	font-weight: 500;

}


@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

* {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
}
a:focus, input:focus, textarea:focus, button:focus {
    text-decoration: none;
    outline: none;
	color: #0F98D1;
}
a:focus, a:hover {
	text-decoration: none;
	color: #0F98D1;
}
i, span, a {
	display: inline-block;
	text-decoration-color: #098765;
	color: #15A1C4;
	font-size: medium;

}	
.heading-title {
    font-family: sans-serif;
    font-weight: 700;
	scroll-margin-top: 1em;
	margin-top: -400px;
	padding-top:100px;
	color: #005aab !important;
	font-size: 40px;
	transition: 0.5s ease all;
	
}

@media only screen and (min-width:768px) and (max-width:991px) {
.heading-title {
font-family: sans-serif;
    font-weight: 700;
	margin-top: -200px;
	padding-top:100px;
	color: #005aab !important;
	font-size: 40px;
	transition: 0.5s ease all;
    }   
}

/* If you're looking to supply different graphics or choose different typography for the lower resolution iPad display, the media queries below will work. */  
/* Orientation : Landscape */  
@media only screen and (min-width:900px) and (max-width:1250px) {       
 /* STYLES GO HERE */  
.heading-title {
font-family: sans-serif;
    font-weight: 700;
	margin-top: -300px;
	padding-top:100px;
	color: #005aab !important;
	font-size: 40px;
	transition: 0.5s ease all;
    }
}


@media (max-width:767px) {
.heading-title {
        margin-top: -200px;
		position: relative;
	transition: 0.5s ease all;
		
    }
}






body, html {
	overflow-x: hidden;
	font-family: Sans-serif;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;


}	
ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
	padding-left: 20px;
   text-indent: 2px;
	
}	
.check-list-head {
	margin-left: 20px;
    margin-top: 55px;
  justify-content: center;
	  text-align: left;
	color: #005aab;
	
}	
.check-list {
	text-align: left;
	display: table;
    list-style-type: none;
	 line-height: 1.5;
}

.check-list li {
    display: table;
    list-style-type: none;
	text-align: left;
	color: black;
	padding-right: 3.7em;
	 line-height: 1.5;
}

.check-list li:before {
    content: '';
    text-align: left;
	display: table;
    list-style-type: none;
	color: black;
	padding-right: 3.7em;
	
	
}
.bg_cover {
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
    width: 100%;
    height: 100%;
	
}
.textheading1 {
  font-size: 18px;
  color: #000000;
  margin: 0;
  padding: 0;
  line-height: 1.5;
	

}
.adress	 {
font-size: 18px;
font-weight: 400;
color: #fff;
font-family: sans-serif;
line-height: 1.2;
padding-left: 0;
list-style: none;
float: left;
	
}	
.tel {
    font-size: 18px;
	font-weight: 400;
	color: #1ba1c8;
    font-family: "Roboto", arial, sans-serif;
    text-transform: none;	
	cursor: pointer;
	line-height: 0.3;
	
	

/*===== All Button Style =====*/
}	
.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0 32px;
    font-size: 16px;
    line-height: 48px;
    color: #0067f4;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
    text-transform: uppercase;
}

@media (max-width:767px) {
    .main-btn {
        font-size: 14px;
        padding: 0 20px;
        line-height: 40px;
    }
}

@media (max-width: 640px) { 
    .header-hero bg_cover {
transition: 1s ease-in-out;
	

    }
}





@media (max-width: 40em) {
.check-availabilty {
visibility: hidden;
display: none !important;
	}
}
@media (max-width: 640px) { 
.heading-title {
font-size: 35px;
	margin-top: -200px;
	transition: 0.5s ease all;
	
	}

}


	
	
@media (max-width:768px) {
.check-availabilty {
visibility: hidden;
display: none !important;
    }
}

@media only screen and (min-width: 800px) {
    .check-availabilty {
       display: yes !important;
		
    }
}


@media only screen and (max-width: 480px) {
    .check-availabilty {
       display: none !important;
		visibility: hidden;
    }
}

@media only screen and (max-width: 640px) {
    .check-availabilty {
       display: none !important;
		transition: 1s ease-in-out;
		
    }
}


@media only screen and (min-width:900px) and (max-width:1250px) { 
	 .check-availabilty {
       display: none !important;
		visibility: hidden;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	 .check-availabilty {
       display: none !important;
		visibility: hidden;
		 
    }
}

@media (max-width: 640px) { 
    .pb_navbar {
min-height: 35px;
transition-property: transform;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
	}
} 



	


/*===== All Section Title Style =====*/
.section-title .title {
    font-size: 50px;
    font-weight: 600;
    line-height: 55px;
    color: #121212;
}
@media (max-width:767px) {
    .section-title .title {
        font-size: 30px;
        line-height: 40px;
    }
}
.section-title .text {
    font-size: 22px;
	font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 24px;
	transition: 0.5s ease all;
}

/*===========================
      3.SERVICES css 
===========================*/
.services-area {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .services-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (max-width:767px) {
    .services-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.services-content .services-icon i {
    font-size: 64px;
    color: #0067f4;
}
.services-content .services-content {
    padding-left: 15px;
}
@media (max-width:767px) {
    .services-content .services-content {
        padding-left: 0;
        padding-top: 15px;
    }
}
@media only screen and (min-width:576px) and (max-width:767px) {
    .services-content .services-content {
        padding-left: 15px;
        padding-top: 0;
    }
}
.services-content .services-content .services-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #121212;
}
.services-content .services-content .text {
    font-size: 14px;
    line-height: 20px;
    color: #121212;
    margin-top: 8px;
	transition: 0.5s ease all;
}
.services-image {
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
}
@media only screen and (min-width:992px) and (max-width:1200px) {
    .services-image {
        width: 34%;
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .services-image {
        position: relative;
        width: 720px;
        margin: 0 auto;
    }
}
@media (max-width:767px) {
    .services-image {
        position: relative;
        width: 100%;
        padding-left: 15px;
        padding-right: 16px;
        margin: 0 auto;
    }
}
@media only screen and (min-width:576px) and (max-width:767px) {
    .services-image {
        position: relative;
        width: 540px;
        margin: 0 auto;
    }
}
.services-image .image {
    max-width: 580px;
    width: 100%;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .services-image .image {
        margin: 0 auto;
        padding-top: 50px;
    }
}
@media (max-width:767px) {
    .services-image .image {
        margin: 0 auto;
        padding-top: 50px;
    }
}
.services-image .image img {
    width: 100%;
}

/*===========================
      4.PRICING css 
===========================*/
.pricing-area {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #f4f6f7;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .pricing-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (max-width:767px) {
    .pricing-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.single-pricing {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 24px 20px 50px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.single-pricing .pricing-header .sub-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #121212;
    position: relative;
    padding-bottom: 8px;
}
.single-pricing .pricing-header .sub-title::before {
    position: absolute;
    content: '';
    width: 72px;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2bdbdc;
    margin: 0 auto;
}
.single-pricing .pricing-header .price {
    display: block;
    font-size: 64px;
    font-weight: 600;
    line-height: 80px;
    margin-top: 32px;
    color: #121212;
}
@media only screen and (min-width:992px) and (max-width:1200px) {
    .single-pricing .pricing-header .price {
        font-size: 50px;
        margin-top: 16px;
    }
}
@media (max-width:767px) {
    .single-pricing .pricing-header .price {
        font-size: 50px;
        margin-top: 16px;
    }
}
@media only screen and (min-width:576px) and (max-width:767px) {
    .single-pricing .pricing-header .price {
        font-size: 64px;
        margin-top: 32px;
    }
}

.single-pricing .pricing-header .year {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #6c6c6c;
    margin-top: 3px;
}
.single-pricing .pricing-list {
    margin-top: 40px;
}
.single-pricing .pricing-list ul li {
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    margin-top: 16px;
}
@media only screen and (min-width:992px) and (max-width:1200px) {
    .single-pricing .pricing-list ul li {
        font-size: 14px;
        margin-top: 12px;
    }
}
@media (max-width:767px) {
    .single-pricing .pricing-list ul li {
        font-size: 14px;
        margin-top: 12px;
    }
}
@media only screen and (min-width:576px) and (max-width:767px) {
    .single-pricing .pricing-list ul li {
        font-size: 16px;
        margin-top: 16px;
    }
}
.single-pricing .pricing-list ul li i {
    color: #0067f4;
    margin-right: 8px;
}
.single-pricing .pricing-btn {
    margin-top: 42px;
}
.single-pricing .pricing-btn .main-btn {
    background-color: #0067f4;
    border-radius: 50px;
    color: #fff;
    border-color: #0067f4;
}
.single-pricing .pricing-btn .main-btn:hover {
    background-color: #005ad5;
    border-color: #005ad5;
}
.single-pricing .buttom-shape {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 101%;
}
.single-pricing.pro .pricing-header .sub-title::before {
    right: auto;
    left: 0;
    background-color: #0067f4;
}
.single-pricing.pro .pricing-baloon {
    position: absolute;
    top: 0;
    right: -78px;
    width: 156px;
}
.single-pricing.enterprise .pricing-header .sub-title::before {
    right: 0;
    left: auto;
    background-color: #0067f4;
}
.single-pricing.enterprise .pricing-flower {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 144px;
}
@media only screen and (min-width:992px) and (max-width:1200px) {
    .single-pricing.enterprise .pricing-flower {
        width: 110px;
    }
}
@media (max-width:767px) {
    .single-pricing.enterprise .pricing-flower {
        width: 110px;
    }
}
@media only screen and (min-width:576px) and (max-width:767px) {
    .single-pricing.enterprise .pricing-flower {
        width: 144px;
    }
}
.single-pricing.enterprise .pricing-flower img {
    width: 100%;
}

/*===========================
    5.CALL TO ACTION css 
===========================*/
.call-to-action {
    background-color: #0067f4;
    position: relative;
}
.call-action-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .call-action-image {
        position: relative;
        width: 100%;
    }
}
@media (max-width:767px) {
    .call-action-image {
        position: relative;
        width: 100%;
    }
}
.call-action-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.call-action-content {
    max-width: 560px;
    margin: 0 auto;
    padding-top: 230px;
    padding-bottom: 236px;
}
@media (max-width:767px) {
    .call-action-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.call-action-content .call-title {
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    line-height: 55px;
}
@media (max-width:767px) {
    .call-action-content .call-title {
        font-size: 28px;
        line-height: 38px;
    }
}
.call-action-content .text {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-top: 16px;
}
@media (max-width:767px) {
    .call-action-content .text {
        font-size: 14px;
    }
}
.call-action-content .call-newsletter {
    max-width: 410px;
    position: relative;
    margin: 24px auto 0;
}
.call-action-content .call-newsletter i {
    font-size: 26px;
    color: #1ba1c8;
    position: absolute;
    left: 18px;
    top: 15px;
}
.call-action-content .call-newsletter input {
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 50px;
    background-color: #fff;
    padding-left: 60px;
    padding-right: 30px;
}
.call-action-content .call-newsletter input::placeholder {
    opacity: 1;
    color: #6c6c6c;
}
.call-action-content .call-newsletter input::-moz-placeholder {
    opacity: 1;
    color: #6c6c6c;
}
.call-action-content .call-newsletter input::-moz-placeholder {
    opacity: 1;
    color: #6c6c6c;
}
.call-action-content .call-newsletter input::-webkit-input-placeholder {
    opacity: 1;
    color: #6c6c6c;
}
.call-action-content .call-newsletter button {
    border: 0;
    border-radius: 50px;
    height: 48px;
    padding: 0 32px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: #0067f4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width:767px) {
    .call-action-content .call-newsletter button {
        position: relative;
        right: auto;
        margin-top: 15px;
        background-color: #fff;
        color: #0067f4;
    }
}
.call-action-content .call-newsletter button:hover {
    background-color: #005ad5;
    color: #fff;
}

/*===========================
    6.CALL TO ACTION css 
===========================*/
.contact-area {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .contact-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (max-width:767px) {
    .contact-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.form-group {
    margin: 0;
	color: black;
}
p.form-message.success, p.form-message.error {
    font-size: 16px;
    color: #121212;
    background: #cbced1;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px;
}
p.form-message.error {
    color: #f00;
}
.contact-form .single-form {
    margin-top: 30px;
}
.contact-form .single-form textarea, .contact-form .single-form input {
    width: 100%;
    height: 56px;
    border: 1px solid #cbced1;
    border-radius: 5px;
    padding: 0 25px;
    background-color: #fff;
    font-size: 16px;
}
.contact-form .single-form textarea::placeholder, .contact-form .single-form input::placeholder {
    opacity: 1;
    color: #a4a4a4;
}
.contact-form .single-form textarea::-moz-placeholder, .contact-form .single-form input::-moz-placeholder {
    opacity: 1;
    color: #a4a4a4;
}
.contact-form .single-form textarea::-moz-placeholder, .contact-form .single-form input::-moz-placeholder {
    opacity: 1;
    color: #a4a4a4;
}
.contact-form .single-form textarea::-webkit-input-placeholder, .contact-form .single-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #a4a4a4;
}
.contact-form .single-form textarea {
    height: 160px;
    padding-top: 15px;
    resize: none;
}
.contact-form .single-form .main-btn {
    border-radius: 50px;
    background-color: #0067f4;
    color: #fff;
}
.contact-form .single-form .main-btn:hover {
    background-color: #005ad5;
}
.list-unstyled li {
	font-size: 1em;
	margin-left: 2px;
	margin-top: 5px;
	color: #ffffff;
}

/*===========================
       7.FOOTER css 
===========================*/
.footer-area {
    background-color: #FFFFFF;
}
.footer-widget {
    padding-top: 90px;
    padding-bottom: 120px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-widget {
        padding-top: 70px;
        padding-bottom: 100px;
    }
}
@media (max-width:767px) {
    .footer-widget {
        padding-top: 50px;
        padding-bottom: 80px;
    }
}
.footer-logo-support .footer-logo .social {
    margin-left: 35px;
}
.footer-logo-support .footer-logo .social li {
    display: inline-block;
    margin-right: 10px;
}
.footer-logo-support .footer-logo .social li a {
    font-size: 24px;
    color: #6c6c6c;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.footer-logo-support .footer-logo .social li a:hover {
    color: #0067f4;
}
.footer-logo-support .footer-support span {
    font-size: 20px;
    line-height: 25px;
    color: #6c6c6c;
    font-weight: 600;
}
@media (max-width:767px) {
    .footer-logo-support .footer-support span {
        display: block;
    }
}
.footer-logo-support .footer-support span.mail {
    margin-left: 32px;
}
@media (max-width:767px) {
    .footer-logo-support .footer-support span.mail {
        margin-left: 0;
    }
}
.footer-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #6c6c6c;
}
.footer-link {
    margin-top: 32px;
}
.footer-link ul {
    margin-top: 8px;
}
.footer-link ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    margin-top: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.footer-link ul li a:hover {
	color: #0F98D1;
}
.footer-newsletter {
    margin-top: 32px;
}
.footer-newsletter .newsletter {
    margin-top: 24px;
    position: relative;
}
.footer-newsletter .newsletter input {
    width: 100%;
    height: 44px;
    border-radius: 50px;
    padding: 0 24px;
    border: 0;
    background-color: rgba(33, 33, 33, 0.12);
    font-weight: 500;
}
.footer-newsletter .newsletter input::placeholder {
    opacity: 1;
    color: #6c6c6c;
}
.footer-newsletter .newsletter input::-moz-placeholder {
    opacity: 1;
    color: #6c6c6c;
}
.footer-newsletter .newsletter input::-moz-placeholder {
    opacity: 1;
    color: #6c6c6c;
}
.footer-newsletter .newsletter input::-webkit-input-placeholder {
    opacity: 1;
    color: #6c6c6c;
}
.footer-newsletter .newsletter button {
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 0;
    font-size: 20px;
    color: #121212;
    cursor: pointer;
    background: none;
}
.footer-newsletter .text {
    margin-top: 16px;
}
.footer-copyright {
    background-color: #2b354f;
}
.copyright {
    padding: 23px 0;
}
.copyright .text {
    color: #fff;
	
}

body {
    font-family: sans-serif;
    font-weight: 200;
    font-size: 16px;
    line-height: 1.15;
    color: #6c757d;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.15;
    color: #212529;
    text-align: left;
	scroll-behavior: smooth;
	
}
html {
    font-family: sans-serif;
    line-height: 0.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::-moz-selection {
    color: #fff;
    background: #135598;
}
::selection {
    color: #fff;
    background: #135598;
}
a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
	text-underline: none;
}
h2 h3, h4 {
    color: #135598 !important;
    font-family: Sans-serif !important;
}	
h5 {
    font-family: Sans-serif;
	color: #005aab;

}
.font-family-serif {
    font-family: "Playfair Display", times, serif;
}
.font-family-sans-serif {
    font-family: "Roboto", arial, sans-serif;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left:auto
}		
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left:auto
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}		

.btn {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;

	
}
.btn.btn-outline-white {
    border: 2px solid #fff;
	margin-right: 0;

}
.btn.btn-outline-white:hover {
    border: 2px solid transparent;
    background-image: -moz-linear-gradient(120deg, #00c8ff 0%, #0058ff 100%);
    background-image: -webkit-linear-gradient(120deg, #00c8ff 0%, #0058ff 100%);
    background-image: -ms-linear-gradient(120deg, #00c8ff 0%, #0058ff 100%);
    color: #fff;
	-webkit-transition-property: transform; /* Safari */
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-property: transform;
    transition-duration: 0.2s;
}
.btn.btn-outline-white-primary {
    border: 2px solid transparent;
	 background-image: -moz-linear-gradient(120deg, #00c8ff 0%, #0058ff 100%);
    background-image: -webkit-linear-gradient(120deg, #00c8ff 0%, #0058ff 100%);
    background-image: -ms-linear-gradient(120deg, #00c8ff 0%, #0058ff 100%);
	margin: 0 auto;
	 -webkit-transition-property: transform; /* Safari */
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-property: transform;
    transition-duration: 0.2s
}
.btn.btn-outline-white-primary:hover {
    border: 2px solid transparent;
    background-image: -moz-linear-gradient(120deg, #00c8ff 0%, #0058ff 100%);
    background-image: -webkit-linear-gradient(120deg, #00c8ff 0%, #0058ff 100%);
    background-image: -ms-linear-gradient(120deg, #00c8ff 0%, #0058ff 100%);
    color: #fff;
	 -webkit-transition-property: transform; /* Safari */
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-property: transform;
    transition-duration: 0.2s;
	transform: scale(1.2);

}
.btn.btn-outline-white-primary1 {
    border: 2px solid transparent;
	 background-image: -moz-linear-gradient(120deg, #00c8ff 0%, #0058ff 100%);
    background-image: -webkit-linear-gradient(120deg, #00c8ff 0%, #0058ff 100%);
    background-image: -ms-linear-gradient(120deg, #00c8ff 0%, #0058ff 100%);
	margin: 0 auto;
	    color: #fff;
	 -webkit-transition-property: transform; /* Safari */
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-property: transform;
    transition-duration: 0.2s
}
.btn.btn-outline-white-primary1:hover {
    border: 2px solid transparent;
    background-image: -moz-linear-gradient(120deg, #00c8ff 0%, #0058ff 100%);
    background-image: -webkit-linear-gradient(120deg, #00c8ff 0%, #0058ff 100%);
    background-image: -ms-linear-gradient(120deg, #00c8ff 0%, #0058ff 100%);
    color: #fff;

	
}
.btn.uppercase {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em;
}
.btn, .form-control {
    outline: none;
	border: 2px solid #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn:focus, .btn:active, .form-control:focus, .form-control:active {
    border-color: #135598;
	border: 2px solid #fff;
	border: 2px solid transparent; }

.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 50px;
    border-width: 2px;
}
.form-control:active, .form-control:focus {
    border-color: #135598;
}
textarea.form-control {
    height: inherit;
}
.full-height {
    height: 100vh;
    min-height: 700px;
	

}
.navgition {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}


.navgition.navgition-transparent {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.navgition.sticky {
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navgition .navbar {
    position: relative;
    padding: 0px;
	
}
.navgition .navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #135598;
    margin: 0px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}
.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}
.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .navgition .navbar .navbar-collapse {
        position: absolute;
        top: 102%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 8;
        padding: 0px 0;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
		
    }
}
@media (max-width:767px) {
    .navgition .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 8;
        padding: 0px 0;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    }
}
.navgition .navbar .navbar-nav .nav-item {
    margin-top: 6px;
    position: relative;
}
.navgition .navbar .navbar-nav .nav-item.cta-btn {
    margin-top: -5px;
}
.navgition .navbar .navbar-nav .nav-item a {
	/*font-size: 16px;*/

    /*line-height: 24px;*/

    /*font-weight: 700;*/

    /*padding: 26px 0;*/

	color: #135598;    /*text-transform: uppercase;*/
	/*position: relative;*/
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .navgition .navbar .navbar-nav .nav-item a {
        padding: 10px 0;
        display: block;
    }
}
@media (max-width:767px) {
    .navgition .navbar .navbar-nav .nav-item a {
        padding: 10px 0;
        display: block;
    }
}
.navgition .navbar .navbar-nav .nav-item a::before, .navgition .navbar .navbar-nav .nav-item a::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 4px;  /*background-color: #0067f4;*/
    left: 50%;
    margin: 0 2px;
    bottom: 14px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .navgition .navbar .navbar-nav .nav-item a::before, .navgition .navbar .navbar-nav .nav-item a::after {
        display: none;
    }
}
@media (max-width:767px) {
    .navgition .navbar .navbar-nav .nav-item a::before, .navgition .navbar .navbar-nav .nav-item a::after {
        display: none;
    }
}
.navgition .navbar .navbar-nav .nav-item a::after {
    left: auto;
    right: 50%;
}
.navgition .navbar .navbar-nav .nav-item.active > a, .navgition .navbar .navbar-nav .nav-item:hover > a {
}
.navgition .navbar .navbar-nav .nav-item.active > a::before, .navgition .navbar .navbar-nav .nav-item.active > a::after, .navgition .navbar .navbar-nav .nav-item:hover > a::before, .navgition .navbar .navbar-nav .nav-item:hover > a::after {
    opacity: 1;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .navgition .navbar .navbar-social {
        position: absolute;
        right: 70px;
        top: 7px;
    }
}
@media (max-width:767px) {
    .navgition .navbar .navbar-social {
        position: absolute;
        right: 60px;
        top: 7px;
    }
}
.navgition .navbar .navbar-social span {
    font-size: 16px;
    font-weight: 700;
    color: #6c6c6c;
    line-height: 24px;
    margin-right: 14px;
}
.navgition .navbar .navbar-social ul li {
    display: inline-block;
    margin-right: 5px;
}
.navgition .navbar .navbar-social ul li a {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    color: #6c6c6c;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navgition .navbar .navbar-social ul li a:hover {
    color: #0067f4;
}
.header-hero {
height: 75vh;
position: relative;
transition: 1s ease-in-out;
margin:0; 
width: 100%; 
}



@media only screen and (max-width:500px) {
    .header-hero {
        height: 20vh;
		position: relative;
		transition: 1s ease-in-out;
    }   
}

@media (max-width:767px) {
    .header-hero {
    height: 23rem;
	margin:0; 
	width: auto;
	position: relative;
		}
    }  



@media (max-width:325px) {
    .header-hero {
    height: 20vh;
	position: relative;
    transition: 1s ease-in-out;
		}
    }  

 /* IPAD PORTRAIT */ 
@media only screen and (min-width:768px) and (max-width:991px) {
    .header-hero {
        height: 40vh;
		position: relative;
		transition: 1s ease-in-out;
    }   
}

 /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {       
 /* STYLES GO HERE */  
    .header-hero {
height: 80vh;
		position: relative;
		transition: 1s ease-in-out;
    }
}



.header-hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.header-hero .header-content {
    padding-top: 122px;
    position: relative;
	transition: 1s ease-in-out;
    z-index: 9;
	line-height: 20px;
	text-shadow: 3px 3px 0px #3f6ba980;
	
	
}
@media only screen and (min-width:1800px) {
    .header-hero .header-content {
        padding-top: 250px;
		transition: 1s ease-in-out;
    }
}



@media only screen and (min-width:768px) and (max-width:991px) {
    .header-hero .header-content {
        padding-top: 120px;
		position: relative;
		text-shadow: 3px 3px 0px #3f6ba980;
    }
}

@media only screen and (min-width:900px) and (max-width:1250px) {
    .header-hero .header-content {
        padding-top: 142px;
		position: relative;
		text-shadow: 3px 3px 0px #3f6ba980;
    }
}



@media (max-width:767px) {
    .header-hero .header-content {
        padding-top: 123px;
		position: relative;
		line-height: 20px;
		text-shadow: 3px 3px 0px #3f6ba980;

    }
}



@media (max-width:500px) {
    .header-hero .header-content {
        padding-top: 120px;
		text-shadow: 3px 3px 0px #3f6ba980;
    }
}


.header-hero .header-content .header-title {
	font-size: 44px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: 600;
    }



@media (max-width:767px) {
    .header-hero .header-content {
        padding-top: 85px;
		position: relative;
		line-height: 15px;
		text-shadow: 3px 3px 0px #3f6ba980;
		
    }
}



@media (max-width: 640px) { 
.header-hero .header-content {
transition: 1s ease-in-out;
margin-top: 15px;
text-shadow: 3px 3px 0px #3f6ba980;
	
    }
}



@media (max-width:767px) {
    .slide-title {
        font-size: 25px;
        line-height: 25px;		
		transition: 0.5s ease all;
		
    }
}
.header-hero .header-content .text {
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    margin-top: 25px;
	transition: 0.5s ease all;
 	}

@media (max-width:767px) {
    .header-hero .header-content .text {
        font-size: 16px;
        line-height: 20px;
		transition: 0.5s ease all;
		
		
    }
}






.header-hero .header-content .header-btn {
    margin-top: 22px;
}
.header-hero .header-content .header-btn li {
    display: inline-block;
    margin: 10px 10px 0;
}
.header-hero .header-content .header-btn li a.main-btn {
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: 0;
    line-height: 50px;
}
.header-hero .header-content .header-btn li a.main-btn i {
    margin-left: 5px;
}
.header-hero .header-content .header-btn li a.main-btn.btn-one {
    color: #fff;
}
.header-hero .header-content .header-btn li a.main-btn.btn-one::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(left, #0067f4, #2bdbdc);
    background-image: -o-linear-gradient(left, #0067f4, #2bdbdc);
    background-image: linear-gradient(to right, #0067f4, #2bdbdc);
    background-position: right center;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.header-hero .header-content .header-btn li a.main-btn.btn-one:hover::before {
    background-image: -webkit-linear-gradient(right, #0067f4, #2bdbdc);
    background-image: -o-linear-gradient(right, #0067f4, #2bdbdc);
    background-image: linear-gradient(to left, #0067f4, #2bdbdc);
    background-position: left center;
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
}
.header-hero .header-content .header-btn li a.main-btn.btn-two:hover {
    -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
}
.header-hero .header-shape {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
	
}
.header-hero .header-shape img {
    width: 100%;
}
.section {
  padding: 7em 0; 
scroll-margin-top: 1em;}
  @media (max-width: 991.98px) {
    .section {
      padding: 3em 0; } 
    }

@media (max-width:991.98px) {
    .lead {
        font-size: 16px;
    }
}
.visit-section .heading {
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Roboto", arial, sans-serif;
    color: #005aab;
    letter-spacing: .2em;
	padding-top:100px;
	scroll-margin-top: 1em;
	transition: 0.5s ease all;
}
.visit-section .visit a {
    color: #135598;
}
.visit-section .visit a:hover {
    color: #135598;
}
.visit-section .visit img {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}
.visit-section .visit h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.visit-section .reviews-star span {
    font-size: 18px;
    color: #135598;
}
.visit-section .reviews-count {
    color: #adb5bd;
    font-style: italic;
}
.heading-serif, .heading, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
    font-size: 60px;
    font-family: "Playfair Display", times, serif;
    font-weight: 700;
	transition: 0.5s ease all;
}
@media (max-width:991.98px) {
    .heading-serif, .heading, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
        font-size: 40px;
		transition: 0.5s ease all;
    }

}
.slider-section {
    position: relative;
}
.blog-post-entry {
    position: relative;
}
.half .image, .half .text {
    width: 50%;
}
@media (max-width:991.98px) {
    .half .image, .half .text {
        width: 100%;
    }
}
.half .image {
    background-size: cover;
    background-position: center center;
}
@media (max-width:991.98px) {
    .half .image {
        height: 300px;
    }
}
.half .text {
    padding: 100px 7%;
}  
@media (max-width:991.98px) {
    .half .text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.half .text h2 {
    font-size: 70px;
}
@media (max-width:991.98px) {
    .half .text h2 {
        font-size: 40px;
    }
}
.visit-section .heading {
    font-size: 15px;
    text-transform: uppercase;
    font-family: sans-serif;
    color: #b3b3b3;
    letter-spacing: .2em;
	padding-top:100px;
	scroll-margin-top: 1em;
	transition: 0.5s ease all;
}
.visit-section .visit a {
    color: #000;
}
.visit-section .visit a:hover {
    color: #135598;
}
.visit-section .visit img {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}
.visit-section .visit h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.visit-section .reviews-star span {
    font-size: 18px;
    color: #135598;
}
.visit-section .reviews-count {
    color: #adb5bd;
    font-style: italic;
}
.heading-serif, .heading, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
	font-size: 38px;
	font-family: Sans-serif;
	font-weight: 700;
	width: auto;
	color: #005aab;
	scroll-margin-top: 1em;
	transition: 0.5s ease all;
}
@media (max-width:991.98px) {
    .heading-serif, .heading, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
        font-size: 33px;
		transition: 0.5s ease all;
    }
}
.bg-pattern {
    background: #e9ecef url("../img/round.png");
}
.slider-section {
    position: relative;
}
.blog-post-entry {
    position: relative;
}
.half .image, .half .text {
    width: 50%;
}
@media (max-width:991.98px) {
    .half .image, .half .text {
        width: 100%;
    }
}
.half .image {
    background-size: cover;
    background-position: center center;
}
@media (max-width:991.98px) {
    .half .image {
        height: 300px;
    }
}
.half .text {
    padding: 100px 7%;
}
@media (max-width:991.98px) {
    .half .text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.half .text h2 {
    font-size: 70px;
}
@media (max-width:991.98px) {
    .half .text h2 {
        font-size: 40px;
    }
}
.testimonial blockquote {
    padding: 0;
}
.testimonial .author-image img {
	width: 70px;
}
.post .media-custom {
    background: #fff;
	border-radius: 10px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
	flex-direction: column;
	display: table-cell;
}



.post .media-custom:hover, .post .media-custom:focus {
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.post .media-custom a {
    color: #000;
}
.post .media-custom a:hover {
    color: #005aab;
}
.post .media-custom .media-body {
    padding: 10px 30px;
	margin-bottom: 50px;
	border-radius: 10px;

}
.post .media-custom h2 {
    font-size: 26px;
}
.media-custom .meta-post {
    color: #adb5bd;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 14px;

}
.owl-carousel .owl-item {
  opacity: .4; }
  .owl-carousel .owl-item.active {
    opacity: 1; }

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px; }
    .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active,
    .owl-carousel .owl-nav .owl-next:hover,
    .owl-carousel .owl-nav .owl-next:focus,
    .owl-carousel .owl-nav .owl-next:active {
      outline: none; }
    .owl-carousel .owl-nav .owl-prev span:before,
    .owl-carousel .owl-nav .owl-next span:before {
      font-size: 40px; }
  .owl-carousel .owl-nav .owl-prev {
    left: 30px !important; }
  .owl-carousel .owl-nav .owl-next {
    right: 30px !important; }

.owl-carousel .owl-dots {
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot {
    border-width: 2px !important;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%; }

.owl-carousel.home-slider {
  z-index: 1;
  position: relative; }
  .owl-carousel.home-slider .owl-nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .owl-carousel.home-slider .owl-nav button {
      color: #fff; }
  .owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
    opacity: 1;
    visibility: visible; }
  .owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh - 117px);
    min-height: 700px;
    position: relative; }
    .owl-carousel.home-slider .slider-item .slider-text {
      color: #fff;
      height: calc(100vh - 117px);
      min-height: 700px; }
      .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 40px;
        color: #fff;
        line-height: 1.2;
        font-weight: 800 !important;
        text-transform: uppercase; }
        @media (max-width: 991.98px) {
          .owl-carousel.home-slider .slider-item .slider-text h1 {
            font-size: 40px; } }
      .owl-carousel.home-slider .slider-item .slider-text p {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 300;
        color: white; }
    .owl-carousel.home-slider .slider-item.dark .child-name {
      color: #000; }
    .owl-carousel.home-slider .slider-item.dark h1 {
      color: #000; }
    .owl-carousel.home-slider .slider-item.dark p {
      color: #000; }
  .owl-carousel.home-slider .owl-dots {
    position: absolute;
    bottom: 100px;
    width: 100%; }
    .owl-carousel.home-slider .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      border: 2px solid transparent;
      outline: none !important;
      position: relative;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      background: #fff; }
      .owl-carousel.home-slider .owl-dots .owl-dot.active {
        border: 2px solid white;
        background: none; }

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px; }

.owl-carousel.major-caousel .slider-item {
  height: inherit;
  min-height: inherit; }
  .owl-carousel.major-caousel .slider-item img {
    margin-bottom: 0; }

.owl-carousel.major-caousel .owl-nav {
  opacity: 1;
  visibility: visible; }
  .owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #005aab; }
    .owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
      color: #005aab;
      outline: none; }
    .owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
      color: #dee2e6; }
  .owl-carousel.major-caousel .owl-nav .owl-prev {
    left: -60px !important; }
  .owl-carousel.major-caousel .owl-nav .owl-next {
    right: -60px !important; }

.owl-carousel.major-caousel .owl-dots {
  bottom: 50px !important; }
  @media (max-width: 991.98px) {
    .owl-carousel.major-caousel .owl-dots {
      bottom: 10px !important; } }

.owl-carousel.js-carousel-2 .slider-item {
  padding: 0 20px;
  text-align: center; }

.owl-carousel.js-carousel-2 .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 299; }
  .owl-carousel.js-carousel-2 .owl-nav .owl-prev,
  .owl-carousel.js-carousel-2 .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px; }
    .owl-carousel.js-carousel-2 .owl-nav .owl-prev:hover, .owl-carousel.js-carousel-2 .owl-nav .owl-prev:focus, .owl-carousel.js-carousel-2 .owl-nav .owl-prev:active,
    .owl-carousel.js-carousel-2 .owl-nav .owl-next:hover,
    .owl-carousel.js-carousel-2 .owl-nav .owl-next:focus,
    .owl-carousel.js-carousel-2 .owl-nav .owl-next:active {
      outline: none; }
    .owl-carousel.js-carousel-2 .owl-nav .owl-prev span:before,
    .owl-carousel.js-carousel-2 .owl-nav .owl-next span:before {
      font-size: 40px; }
  .owl-carousel.js-carousel-2 .owl-nav .owl-prev {
    left: -30px !important; }
  .owl-carousel.js-carousel-2 .owl-nav .owl-next {
    right: -30px !important; }
	
.work-thumb {
  position: relative;
  display: block;
  height: 750px;
  cursor: pointer;
}
  .work-thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	height: 175px;
    content: "";
    background: rgba(0, 123, 255, 0.8);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .work-thumb .work-text {
    position: absolute;
    top: 50px;
    left: 10%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-top: 20px; }
    .work-thumb .work-text h3 {
      font-size: 1rem;
      font-weight: 900;
      color: #fff;
      margin: 0;
      padding: 0; }
    .work-thumb .work-text .category {
      font-size: .8rem;
      color: rgba(255, 255, 255, 0.7); }
  .work-thumb:hover {
    z-index: 3;
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07); 
}
    .work-thumb:hover:after {
      opacity: 1;
      visibility: visible;
	  height: 120px; 
}
    .work-thumb:hover .work-text {
      -webkit-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s;
      opacity: 1;
      visibility: visible;
      margin-top: 0px; }


.owl-carousel.js-carousel-2 .owl-dots .owl-dot {
  display: inline-block;
  border: none; }
  .owl-carousel.js-carousel-2 .owl-dots .owl-dot > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e9ecef;
    display: inline-block; }
  .owl-carousel.js-carousel-2 .owl-dots .owl-dot.active > span {
    background: #135598; }
  .owl-carousel.js-carousel-2 .owl-dots .owl-dot:active, .owl-carousel.js-carousel-2 .owl-dots .owl-dot:focus, .owl-carousel.js-carousel-2 .owl-dots .owl-dot:hover {
    outline: none; }

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10; }
  .owl-custom-nav .owl-custom-prev,
  .owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block; }	



.icongroot {
    text-color: #000000;
	background-size: cover;
  	background-repeat: no-repeat;
	align-items: center;
	align-content: center;
	justify-content: center;
} 

.footer-section {
  background: #16212C;
  color: #fff; }
  .footer-section a {
    color: rgba(255, 255, 255, 0.7); }
    .footer-section a:hover {
	color: #0F98D1;
}
  .footer-section p {
    color: rgba(255, 255, 255, 0.5); }
  .footer-section .bordertop {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px; }
  .footer-section .contact-info span.d-block {
    font-style: italic;
    color: #fff; 
}
  .footer-section .social a {
    font-size: 18px;
    padding: 10px; }
  .footer-section .link li {
    margin-bottom: 10px; }

.footer-newsletter .form-group {
    position: relative;
}
.footer-newsletter .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    color: #fff;
}
.footer-newsletter .form-control::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.2);
    font-style: italic;
}
.footer-newsletter .form-control::-moz-placeholder {

    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.2);
    font-style: italic;
}
.footer-newsletter .form-control:-ms-input-placeholder {

    /* IE 10+ */
    color: rgba(255, 255, 255, 0.2);
    font-style: italic;
}
.footer-newsletter .form-control:-moz-placeholder {

    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.2);
    font-style: italic;
}
.footer-newsletter .form-control:active, .footer-newsletter .form-control:focus {
    border-bottom: 1px solid white;
}
.footer-newsletter button[type="submit"] {
    background: none;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
.ftco-footer-social li {
    list-style: none;
	margin-top: 0px;
    margin: 0 10px 0 0;
    display: inline-block;
}
.ftco-footer-social li a {
    display: block;
    border-radius: 50%;
    position: relative;
	
}
.ftco-footer-social li a :hover {
    opacity: 0.5;
	position: relative;
	-webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: rotate(360deg);
}
.ftco-footer-social li a span {
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    color: #fff !important;
}
.side-box, .sidebar-search {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.side-box .heading, .sidebar-search .heading {
    font-size: 18px;
    margin-bottom: 30px;
    font-family: "Roboto", arial, sans-serif;
	transition: 0.5s ease all;
}
.post-list li {
    margin-bottom: 20px;
}
.post-list li a > div {
    margin-top: -10px;
}
.post-list li a .meta {
    font-size: 13px;
    color: #adb5bd;
}
.post-list li a .image {
    width: 150px;
}
.post-list li a h3 {
    font-size: 16px;
}
.post-list li:last-child {
    margin-bottom: 0;
}
.sidebar-search .form-group {
    position: relative;
    margin-bottom: 0;
}
.sidebar-search .icon-search {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar-search .search-input {
    border-color: #dee2e6;
    padding-left: 40px;
    border-radius: 0px;
}
.sidebar-search .search-input:focus, .sidebar-search .search-input:active {
    border-color: #343a40;
}
.contact-section .contact-info p {
    font-family: "Playfair Display", times, serif;
    font-size: 30px;
    margin-bottom: 30px;
	transition: 0.5s ease all;
}
.contact-section .contact-info p .d-block {
    font-size: 14px;
    letter-spacing: .2em;
    font-weight: bold;
    font-family: "Roboto", arial, sans-serif;
    text-transform: uppercase;
}
.post-categories li {
    display: block;
}
.post-categories li a {
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}
.post-categories li a .count {
    position: absolute;
    top: 0;
    right: 0;
    color: #6c757d;
}
.custom-pagination .page-item .page-link {
    text-align: center;
    border: none;
    background: none;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.custom-pagination .page-item.active .page-link {
    background: #135598;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}
.line-height-1-2 {
    line-height: 1.2;
}

/* Mouse Animation */
.mouse {
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 58px;
    bottom: -52px;
    z-index: 1;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
}
.mouse-icon {
    width: 25px;
    height: 45px;
    border: 2px solid white;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: white;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}
@-webkit-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
@-moz-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
.site-block-half .image, .site-block-half .text {
    width: 100%;
}
@media (min-width:992px) {
    .site-block-half .image, .site-block-half .text {
        width: 50%;
    }
}
@media (max-width:991.98px) {
    .site-block-half .image {
        margin-bottom: 50px;
        height: 300px;
    }
}
.site-block-half .text {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
@media (min-width:992px) {
    .site-block-half .text {
        padding: 4rem;
    }
}
.site-block-half .bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
@media (max-width:991.98px) {
    .site-block-half .bg-image {
        height: 400px;
		
    }
}
.site-block-half.site-block-video .image {
    position: relative;
}
.site-block-half.site-block-video .image .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #135598 !important;
}
.site-block-half.site-block-video .image .play-button:hover {
    opacity: 1;
}
.site-block-half.site-block-video .image .play-button > span {
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
}
.field-icon-wrap {
    position: relative;
}
.field-icon-wrap .form-control {
    position: relative;
    padding-right: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #a6a6a6;
}
.field-icon-wrap .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
	opacity: 0;
  animation-name: bounceIn;
  animation-duration: 450ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  
}




.field-icon-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}
.block-32 {
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 2px 80px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 80px -10px rgba(0, 0, 0, 0.2);
    width: 450px;
}
.block-32 .field-icon-wrap {
    position: relative;
}
.block-32 .field-icon-wrap .form-control {
    position: relative;
    padding-right: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #a6a6a6;
}
.block-32 .field-icon-wrap .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
	  animation-name: bounceIn;
  animation-duration: 450ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
transform:translate(-50%,-50%)
}
.block-32 .field-icon-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}
.block-2 {
    margin-bottom: 50px;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}
.block-2:hover .back, .block-2.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
	background-image: linear-gradient(to bottom, #c1e1eb, #cfe6f1, #ddebf6, #e9f0f9, #f4f6fc, #f8f9fd, #fcfcfe, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.block-2:hover .front, .block-2.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.block-2, .block-2 .front, .block-2 .back {
	width: 100%;
	height: 427px;
	border-radius: 10px;
	
}
.block-2 .flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.block-2 .front, .block-2 .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	position: absolute;
	top: 1px;
	left: -2px;
	
	
}
.block-2 .front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
	width: 350px;
  height: 350px;
  font-size: 30px;
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 10px #00c8ff; 
	
}
.block-2 .front:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	width: 350px;
  height: 350px;
  font-size: 30px;
  padding-top: 5px;
   background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.block-2 .front .box {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    bottom: 60px;
}
.block-2 .front .box h2, .block-2 .front .box p {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.5;
	transition: 0.5s ease all;
}
.block-2 .front .box h2 {
    font-size: 20px;
}
.block-2 .front .box p {
    font-size: 12px;
	transition: 0.5s ease all;
}
.block-2 .back {
    background-image: linear-gradient(to bottom, #c1e1eb, #cfe6f1, #ddebf6, #e9f0f9, #f4f6fc, #f8f9fd, #fcfcfe, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
    -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.block-2 .back p {
	position: absolute;
	top: 42px;
	left: -3px;
	right: 0;
	text-align: center;
	padding: 0 20px;
	font-size: 18px;
	height: 102px;
	transition: 0.5s ease all;
}
.block-2 .author {
    bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.block-2 .author .image {
    width: 40px;
}
.block-2 .author .image img {
    border-radius: 50%;
    max-width: 100%;
}
.block-2 .author .position {
    display: block;
    font-size: 12px;
	color: #005aab;
}
@media (max-width:991.98px) {
    .block-2 .back {
		background-image: linear-gradient(to bottom, #c1e1eb, #cfe6f1, #ddebf6, #e9f0f9, #f4f6fc, #f8f9fd, #fcfcfe, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    .block-2 .front {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}
.text-black {
    color: #000 !important;
}
.check-availabilty {
	right: 0;
    position: -webkit-sticky;
  position: sticky;
 display: block;
	transform: translateX(74em);
 flex-direction: row-reverse;
  top: 114px;
	font-family: Sans-serif;
	opacity: 0.95;
	z-index: 999;
	width: 475px;
	padding-right: 3px;
	max-width: 100%;
	transition: 1s ease-in-out;
	}

	

.check-availabilty:hover {
	cursor: pointer;
	


}
@media screen and (min-width: 768px) {
    .title_message {
        clear: both;
        display: block;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
    }
}

@media (max-width: 990px) {
    .sidebar {
        float: left;
    }
}
.check-availabilty .block-32 {
    background: #fff;
    border-radius: 10px;
	position: relative;
	cursor: pointer;
	width: 450px;
  overflow: hidden;
  white-space: nowrap;
	
}
.check-availabilty .block-32:hover {
    background: #fff;
    border-radius: 10px;
  box-shadow: 0 0 25px #15A1C4;
 transition: all .2s ease-in-out;
	
}
.room {
    position: relative;
    display: block;
}
.room .img-wrap {
    position: relative;
    overflow: hidden;
}
.room .img-wrap img {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-bottom: 0 !important;
}
.room:hover .img-wrap img, .room:focus .img-wrap img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.letter-spacing-1 {
    letter-spacing: .1em;
}
.text-opacity-8 {
    opacity: .8;
}
.text-opacity-7 {
    opacity: .7;
}
.text-opacity-6 {
    opacity: .6;
}
.text-opacity-5 {
    opacity: .5;
}
.letter-spacing-2 {
    letter-spacing: .2em;
}
.bg-image {
    background-size: cover;
    background-attachment: fixed;
}
.bg-image-2 {
    background-size: cover;
    background-position: center center;
}
.food-menu-tabs {
    text-align: center;
	
}
.food-menu-tabs .nav-tabs {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: none;
	transition: 0.5s ease all;
}
.food-menu-tabs .nav-tabs li {
    display: inline-block;
}
.food-menu-tabs .nav-tabs li a {
    border: none;
    background: none;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
    display: block;
}
.food-menu-tabs .nav-tabs li a:before {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 20px;
    height: 2px;
    background: transparent;
}
.food-menu-tabs .nav-tabs li a.active {
    border: none;
    background: none;
    color: #1ba1c8;
}
.food-menu-tabs .nav-tabs li a.active:before {
    background: #fff;
}
.custom-caption {
    font-size: 14px;
    letter-spacing: .2em;
}
.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.bg-image.overlay {
    position: relative;
}
.bg-image.overlay > .container {
    position: relative;
    z-index: 3;
}
.bg-image.overlay:before {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}
.img-absolute {
    position: absolute;
    bottom: -100px;
    right: -100px;
}
.img-absolute img {
    max-width: 250px;
    border-radius: 50%;
    border: 10px solid #f2f4fb;
}
@media (max-width:991.98px) {
    .img-absolute {
        right: 0px;
    }
    .img-absolute img {
        max-width: 160px;
    }
}
.custom-breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-breadcrumbs li {
    display: inline-block;
    color: #fff;
    margin: 0 4px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: bold;
}
.custom-breadcrumbs li a {
    font-weight: normal;
}
.custom-breadcrumbs li a:hover {
    color: #fff;
}
.timeline-item {
    padding: 3em 2em 2em;
    position: relative;
    border-left: 2px solid #dee2e6;
}
.timeline-item::before {
    content: attr(date-is);
    position: absolute;
    left: 2em;
    font-weight: bold;
    top: 1em;
    display: block;
    font-weight: 700;
    font-size: .785rem;
}
.timeline-item::after {
    width: 10px;
    height: 10px;
    display: block;
    top: 1em;
    position: absolute;
    left: -6px;
    border-radius: 10px;
    content: '';
    border: 2px solid #dee2e6;
    background: white;
}
.timeline-item:last-child {
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #dee2e6), to(rgba(222, 226, 230, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(top, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(top, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
    border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #dee2e6), to(rgba(222, 226, 230, 0))) 1 100%;
    border-image: linear-gradient(to bottom, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
}
.custom-pagination {
    text-align: center;
}
.custom-pagination ul {
    padding: 0;
    margin: 0;
}
.custom-pagination ul li {
    display: inline-block;
}
.custom-pagination ul li a {
    background: #fff;
    border-radius: 50%;
    border: 1px solid transparent;
}
.custom-pagination ul li a:hover {
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}
.custom-pagination ul li a, .custom-pagination ul li span {
    display: inline-block;
    width: 47px;
    margin: 2px;
    height: 47px;
    font-size: 1.2rem;
    line-height: 47px;
}
.custom-pagination ul li.active span {
    background: #135598;
    color: #fff;
    border-radius: 50%;
}
.pb_navbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 50px 0; }
  .pb_navbar .navbar-toggler:active, .pb_navbar .navbar-toggler:focus {
    outline: none; }
  .pb_navbar .navbar-brand {
  max-width: 200px;
  margin-left: 5px;
  width: 100%;
  top: 0;
	  
}
  .pb_navbar > .container {
    position: relative; 
border: #FCF7F7}
  .pb_navbar .navbar-toggler {
    border: none;
    cursor: pointer;
    padding-right: -3; }
    .pb_navbar .navbar-toggler i {
      font-size: 30px; }
  .pb_navbar ul > li.cta-btn > a > span {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5); }
    @media (max-width: 991.98px) {
      .pb_navbar ul > li.cta-btn > a > span {
        border: none;
        background: #1ba0c7;
        color: #fff; } }
  .pb_navbar .nav-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
    @media (max-width: 1199.98px) {
      .pb_navbar .nav-link {
        padding-top: .5rem;
        padding-bottom: .5rem; } }
    @media (max-width: 991.98px) {
      .pb_navbar .nav-link {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
    @media (max-width: 767.98px) {
      .pb_navbar .nav-link {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
  @media (max-width: 991.98px) {
    .pb_navbar .navbar-nav {
      border-radius: 0px; }
      .pb_navbar .navbar-nav a {
        color: #000; } }
  @media (max-width: 991.98px) {
    .pb_navbar {
      background: none;
      padding: 15px 15px; }
      .pb_navbar .navbar-brand {
        margin-left: 5px; 
		max-width: 174px;
		height: auto;
	  }
      .pb_navbar .navbar-nav {
        background: #fff !important; }
      .pb_navbar .navbar-toggler {
        color: black !important;
        border-color: black !important;
        cursor: pointer; }
      .pb_navbar ul li a {
        color: #000 !important; } }
  .pb_navbar.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff;
    padding: 0px 0; 

}
    @media (max-width: 991.98px) {
      .pb_navbar.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
    @media (max-width: 767.98px) {
      .pb_navbar.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .pb_navbar.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5);
      border-color: rgba(0, 0, 0, 0.5);
      cursor: pointer;
      padding-right: 0; }
    .pb_navbar.scrolled .nav-link {
      padding-top: .5rem;
      padding-bottom: .5rem; }
    .pb_navbar.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .pb_navbar.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .pb_navbar.scrolled.pb_scrolled-light {
      background: #fff !important;
      -webkit-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15); }
      .pb_navbar.scrolled.pb_scrolled-light .navbar-brand {
        color: #000;
        font-family: "Playfair Display", times, serif; 
		max-width: 155px;
		height: auto;
}
      @media (max-width: 991.98px) {
        .pb_navbar.scrolled.pb_scrolled-light .navbar-nav {
          background: none;
          border-radius: 0px;
          padding-left: 0rem !important;
          padding-right: 0rem !important; } }
      .pb_navbar.scrolled.pb_scrolled-light ul li a {
        color: #212529 !important; }
        .pb_navbar.scrolled.pb_scrolled-light ul li a:hover, .pb_navbar.scrolled.pb_scrolled-light ul li a:active, .pb_navbar.scrolled.pb_scrolled-light ul li a:focus {
          color: #6c757d !important; }
        .pb_navbar.scrolled.pb_scrolled-light ul li a.active {
          color: #1ba0c7!important; }
      .pb_navbar.scrolled.pb_scrolled-light ul li.cta-btn > a > span {
        border: none;
        background: #1ba0c7;
        color: #fff; }


.pb_offcanvas-nav_v1 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #000;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .pb_offcanvas-nav_v1.active {
    opacity: 1;
    visibility: visible; }
  .pb_offcanvas-nav_v1 .pb_main-nav {
    padding-top: 50px;
    padding-right: 50px;
    float: right;
    text-align: right;
    font-size: 30px;
    height: 100vh;
    overflow-y: auto; }
    .pb_offcanvas-nav_v1 .pb_main-nav li {
      list-style: none;
      line-height: 1.5;
      margin-bottom: 10px; }
      .pb_offcanvas-nav_v1 .pb_main-nav li a {
        color: #fff; }
        .pb_offcanvas-nav_v1 .pb_main-nav li a.active {
          text-decoration: underline; }

.pb_offcanvas-header_v1 {
  padding-top: 40px;
  z-index: 2;
  position: absolute;
  width: 100%; }
  .pb_offcanvas-header_v1 > .container {
    position: relative; }
  .pb_offcanvas-header_v1 .pb_site-name {
    position: absolute;
    left: 15px; }
  .pb_offcanvas-header_v1 .pb_toggle-menu {
    position: absolute;
    right: 0px;
    top: 17px; }
    @media (max-width: 767.98px) {
      .pb_offcanvas-header_v1 .pb_toggle-menu {
        top: 13px; } 

}
.staff {
    overflow: hidden;
    margin-bottom: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.staff .img-wrap {
    height: 300px;
}
.staff .img {
    width: 100%;
    display: block;
    background-position: top center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.staff .img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    content: '';
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.staff .text {
    position: relative;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}
.staff .text h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.staff .text .position {
    text-transform: uppercase;
    color: #b3b3b3;
    color: #005aab;
    display: block;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 600;
}
.staff .text .faded {
    opacity: 1;
}
.staff .ftco-social {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    padding: 15px 10px;
    background: #fff;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.staff .ftco-social li a {
    color: #fe5f55;
}
.staff:hover .ftco-social, .staff:focus .ftco-social {
    opacity: 1;
    top: -40px;
}
.staff:hover .img, .staff:focus .img {
    margin-top: -10px;
}
.staff:hover .img:after, .staff:focus .img:after {
    opacity: .5;
}
.staff:hover .text h3, .staff:focus .text h3 {
    color: #207dff;

}
@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=3.2.1');
    src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}

/* makes sure icons active on rollover in links */
a [class^="icon-"], a [class*=" icon-"] {
    display: inline;
}

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.4285714285714286em;
}
.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}
.icons-ul > li {
    position: relative;
}
.icons-ul .icon-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    text-align: center;
    line-height: inherit;
}
[class^="icon-"].hide, [class*=" icon-"].hide {
    display: none;
}
.icon-muted {
    color: #eeeeee;
}
.icon-light {
    color: #ffffff;
}
.icon-dark {
    color: #333333;
}
.icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.icon-2x {
    font-size: 2em;
}
.icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.icon-3x {
    font-size: 3em;
}
.icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.icon-4x {
    font-size: 4em;
}
.icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.icon-5x {
    font-size: 5em;
}
.icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
    margin-right: .3em;
}
[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
    margin-left: .3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */

/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

/* more sprites.less reset */
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
    line-height: .9em;
}
.btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
    display: inline-block;
}
.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
    line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}
.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em;
}

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
    line-height: inherit;
}

/* EXTRAS
 * -------------------------- */

/* Stacked and layered icon */
.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}
.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em;
}
.icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em;
}

/* Animated rotating icon */
.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack, a .icon-spin {
    display: inline-block;
    text-decoration: none;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

/* Icon rotations and mirroring */
.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
    display: inline-block;
}

/* :: 17.0 Schedule Area CSS */
.our-schedule-area {
  position: relative;
  z-index: 1;
  background-color: #012245; }
  .our-schedule-area .schedule-tab {
    position: relative;
    z-index: 1;
    margin-bottom: 45px; }
    .our-schedule-area .schedule-tab .nav-tabs {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-bottom: none; }
      .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
        color: #00bdf2c;
        background-color: #1f2371;
        text-align: center;
        border-radius: 0;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        padding: 10px 30px;
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-right: 1px solid #4c4f8d; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 10px;
            padding: 10px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 12px;
            padding: 15px 20px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 14px; } }
        .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link span {
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 0;
          text-transform: capitalize; }
          @media only screen and (max-width: 767px) {
            .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link span {
              font-size: 9px; } }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link span {
              font-size: 10px; } }
        .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link.active {
          background-color: #005aab;
          color: #7890; }
      .our-schedule-area .schedule-tab .nav-tabs .nav-item:nth-child(1) .nav-link {
        border-radius: 10px 10px 10px 10px; }
      .our-schedule-area .schedule-tab .nav-tabs .nav-item:last-child .nav-link {
        border-right: none;
        border-radius: 10px 10px 10px 10px; }

.single-schedule-area {
   border: 1px solid #0261C2;
  border-radius: 10px;
  padding: 25px;
 padding-left: 0;
	width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 20px; }
  
  .single-schedule-area:hover, .single-schedule-area:focus {
    border-color: #00bdf2; 
	border-radius: 50px; }
  .single-schedule-area .single-schedule-tumb-info {
	max-width: 100%;
	width: 100%;
	border-radius: 50%;
	padding-left: 5px;
}

  @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-schedule-area .single-schedule-tumb-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0;
	  } }
    @media only screen and (max-width: 767px) {
      .single-schedule-area .single-schedule-tumb-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-bottom: 30px; } }
    .single-schedule-area .single-schedule-tumb-info .single-schedule-tumb {
      height: 25px;
      width: 25px; 
		padding-left: 20px;
	}
 @media only screen and (max-width: 767px) {
.single-schedule-area .single-schedule-tumb-info .single-schedule-tumb {
      height: 25px;
      width: 25px; 
		padding-left: 4px;
	padding-right: 4px;
	}
}
	
      .single-schedule-area .single-schedule-tumb-info .single-schedule-tumb img {
	  height: 25px;
      width: 25px; 	
	padding-left: 5px;
    }
	.single-schedule-area .single-schedule-tumb-info .single-schedule-info {
	padding-left: 5px;
}
	  
      .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
	font-size: 23px;
	color: #ffffff;
	font-weight: 600;
	line-height: normal;
	padding-left: 5px;
	transition: 0.5s ease all;
		  
}
		
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
            font-size: 20px;
			letter-spacing: -1px;} }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
            font-size: 20px; 
			letter-spacing: -1px;;} }
        @media only screen and (max-width: 767px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
            font-size: 20px; 
			letter-spacing: -1px;} }
      .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
	color: #FFFFFF;
	margin-bottom: 0;
	font-size: medium;
	padding:0;
	transition: 0.5s ease all;
}
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
            font-size: 18px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
            font-size: 18px; } }
        .single-schedule-area .single-schedule-tumb-info .single-schedule-info p span {
          color: #ffffff; }
  .single-schedule-area .schedule-time-place {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    width: 42%;
    padding:0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-schedule-area .schedule-time-place {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        width: 35%; } }
    @media only screen and (max-width: 767px) {
      .single-schedule-area .schedule-time-place {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 0 0 30px 0; } }
    .single-schedule-area .schedule-time-place p {
      color: #ffffff;
      margin-bottom: 0;
      transition: 0.5s ease all; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-schedule-area .schedule-time-place p {
          font-size: 18px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-schedule-area .schedule-time-place p {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .single-schedule-area .schedule-time-place p {
          font-size: 18px; } }
      .single-schedule-area .schedule-time-place p i {
        color: #df42b1;
        margin-right: 5px; }
      .single-schedule-area .schedule-time-place p:last-child {
        margin-bottom: 0; }
  .single-schedule-area .btn.confer-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    width: 16%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-schedule-area .btn.confer-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        width: 30%; } }
    @media only screen and (max-width: 767px) {
      .single-schedule-area .btn.confer-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
		} }
  .single-schedule-area.single-page {
    -webkit-box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
    box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; 
   
}

    @media only screen and (max-width: 600px) {
	 .single-schedule-area.single-page {
-webkit-box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
    box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; 
	  padding: 3px;
		 width: fit-content;
	}
}
		 
    .single-schedule-area.single-page .single-schedule-info h6 {
      color: #111343; }
    .single-schedule-area.single-page .single-schedule-info p {
      color: #9293bc;
      margin-bottom: 0; }
      .single-schedule-area.single-page .single-schedule-info p span {
        color: #111343; }
    .single-schedule-area.single-page .schedule-time-place p {
      color: #111343; }
    .single-schedule-area.single-page:hover, .single-schedule-area.single-page:focus {
      border-color: #df42b1; }


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.icon-glass:before {
    content: "\f000";
}
.icon-music:before {
    content: "\f001";
}
.icon-search:before {
    content: "\f002";
}
.icon-envelope-alt:before {
    content: "\f003";
}
.icon-heart:before {
    content: "\f004";
}
.icon-star:before {
    content: "\f005";
}
.icon-star-empty:before {
    content: "\f006";
}
.icon-user:before {
    content: "\f007";
}
.icon-film:before {
    content: "\f008";
}
.icon-th-large:before {
    content: "\f009";
}
.icon-th:before {
    content: "\f00a";
}
.icon-th-list:before {
    content: "\f00b";
}
.icon-ok:before {
    content: "\f00c";
}
.icon-remove:before {
    content: "\f00d";
}
.icon-zoom-in:before {
    content: "\f00e";
}
.icon-zoom-out:before {
    content: "\f010";
}
.icon-power-off:before, .icon-off:before {
    content: "\f011";
}
.icon-signal:before {
    content: "\f012";
}
.icon-gear:before, .icon-cog:before {
    content: "\f013";
}
.icon-trash:before {
    content: "\f014";
}
.icon-home:before {
    content: "\f015";
}
.icon-file-alt:before {
    content: "\f016";
}
.icon-time:before {
    content: "\f017";
}
.icon-road:before {
    content: "\f018";
}
.icon-download-alt:before {
    content: "\f019";
}
.icon-download:before {
    content: "\f01a";
}
.icon-upload:before {
    content: "\f01b";
}
.icon-inbox:before {
    content: "\f01c";
}
.icon-play-circle:before {
    content: "\f01d";
}
.icon-rotate-right:before, .icon-repeat:before {
    content: "\f01e";
}
.icon-refresh:before {
    content: "\f021";
}
.icon-list-alt:before {
    content: "\f022";
}
.icon-lock:before {
    content: "\f023";
}
.icon-flag:before {
    content: "\f024";
}
.icon-headphones:before {
    content: "\f025";
}
.icon-volume-off:before {
    content: "\f026";
}
.icon-volume-down:before {
    content: "\f027";
}
.icon-volume-up:before {
    content: "\f028";
}
.icon-qrcode:before {
    content: "\f029";
}
.icon-barcode:before {
    content: "\f02a";
}
.icon-tag:before {
    content: "\f02b";
}
.icon-tags:before {
    content: "\f02c";
}
.icon-book:before {
    content: "\f02d";
}
.icon-bookmark:before {
    content: "\f02e";
}
.icon-print:before {
    content: "\f02f";
}
.icon-camera:before {
    content: "\f030";
}
.icon-font:before {
    content: "\f031";
}
.icon-bold:before {
    content: "\f032";
}
.icon-italic:before {
    content: "\f033";
}
.icon-text-height:before {
    content: "\f034";
}
.icon-text-width:before {
    content: "\f035";
}
.icon-align-left:before {
    content: "\f036";
}
.icon-align-center:before {
    content: "\f037";
}
.icon-align-right:before {
    content: "\f038";
}
.icon-align-justify:before {
    content: "\f039";
}
.icon-list:before {
    content: "\f03a";
}
.icon-indent-left:before {
    content: "\f03b";
}
.icon-indent-right:before {
    content: "\f03c";
}
.icon-facetime-video:before {
    content: "\f03d";
}
.icon-picture:before {
    content: "\f03e";
}
.icon:before {
    content: "\f040";
	font-size: 30px;
  margin-bottom: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
	opacity: 0;
  animation-name: bounceIn;
  animation-duration: 450ms;
  animation-delay: 500;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}



.icon-map-marker:before {
    content: "\f041";
}
.icon-adjust:before {
    content: "\f042";
}
.icon-tint:before {
    content: "\f043";
}
.icon-edit:before {
    content: "\f044";
}
.icon-share:before {
    content: "\f045";
}
.icon-check:before {
    content: "\f046";
}
.icon-move:before {
    content: "\f047";
}
.icon-step-backward:before {
    content: "\f048";
}
.icon-fast-backward:before {
    content: "\f049";
}
.icon-backward:before {
    content: "\f04a";
}
.icon-play:before {
    content: "\f04b";
}
.icon-pause:before {
    content: "\f04c";
}
.icon-stop:before {
    content: "\f04d";
}
.icon-forward:before {
    content: "\f04e";
}
.icon-fast-forward:before {
    content: "\f050";
}
.icon-step-forward:before {
    content: "\f051";
}
.icon-eject:before {
    content: "\f052";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-chevron-right:before {
    content: "\f054";
}
.icon-plus-sign:before {
    content: "\f055";
}
.icon-minus-sign:before {
    content: "\f056";
}
.icon-remove-sign:before {
    content: "\f057";
}
.icon-ok-sign:before {
    content: "\f058";
}
.icon-question-sign:before {
    content: "\f059";
}
.icon-info-sign:before {
    content: "\f05a";
}
.icon-screenshot:before {
    content: "\f05b";
}
.icon-remove-circle:before {
    content: "\f05c";
}
.icon-ok-circle:before {
    content: "\f05d";
}
.icon-ban-circle:before {
    content: "\f05e";
}
.icon-arrow-left:before {
    content: "\f060";
}
.icon-arrow-right:before {
    content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
	color: #FFFFFF;
     height:43px;
     display: table-cell !important;
     vertical-align: middle;
}
.icon-arrow-down:before {
    content: "\f063";
}
.icon-mail-forward:before, .icon-share-alt:before {
    content: "\f064";
}
.icon-resize-full:before {
    content: "\f065";
}
.icon-resize-small:before {
    content: "\f066";
}
.icon-plus:before {
    content: "\f067";
}
.icon-minus:before {
    content: "\f068";
}
.icon-asterisk:before {
    content: "\f069";
}
.icon-exclamation-sign:before {
    content: "\f06a";
}
.icon-gift:before {
    content: "\f06b";
}
.icon-leaf:before {
    content: "\f06c";
}
.icon-fire:before {
    content: "\f06d";
}
.icon-eye-open:before {
    content: "\f06e";
}
.icon-eye-close:before {
    content: "\f070";
}
.icon-warning-sign:before {
    content: "\f071";
}
.icon-plane:before {
    content: "\f072";
}
.icon-calendar:before {
    content: "\f073";
}
.icon-random:before {
    content: "\f074";
}
.icon-comment:before {
    content: "\f075";
}
.icon-magnet:before {
    content: "\f076";
}
.icon-chevron-up:before {
    content: "\f077";
	text-align: center;
}
.icon-chevron-down:before {
    content: "\f078";
}
.icon-retweet:before {
    content: "\f079";
}
.icon-shopping-cart:before {
    content: "\f07a";
}
.icon-folder-close:before {
    content: "\f07b";
}
.icon-folder-open:before {
    content: "\f07c";
}
.icon-resize-vertical:before {
    content: "\f07d";
}
.icon-resize-horizontal:before {
    content: "\f07e";
}
.icon-bar-chart:before {
    content: "\f080";
}
.icon-twitter-sign:before {
    content: "\f081";
}
.icon-facebook-sign:before {
    content: "\f082";
}
.icon-camera-retro:before {
    content: "\f083";
}
.icon-key:before {
    content: "\f084";
}
.icon-gears:before, .icon-cogs:before {
    content: "\f085";
}
.icon-comments:before {
    content: "\f086";
}
.icon-thumbs-up-alt:before {
    content: "\f087";
}
.icon-thumbs-down-alt:before {
    content: "\f088";
}
.icon-star-half:before {
    content: "\f089";
}
.icon-heart-empty:before {
content: "\f08a";
position:relative;
text-align: center;
vertical-align: middle;
top:24%;
left:23%;
transform:translate(-50%,-50%);
}
.icon-heart-empty:hover {
content: "\f097";
 -webkit-transition-duration: 1000ms;
      -o-transition-duration: 1000ms;
      transition-duration: 1000ms;
         transform:rotate(360deg); 
  -ms-transform:rotate(360deg); 
  -webkit-transform:rotate(360deg);
cursor: pointer;
	transition: all 0.5s ease;
}
.icon-signout:before {
    content: "\f08b";
}
.icon-linkedin-sign:before {
    content: "\f08c";
}
.icon-pushpin:before {
    content: "\f08d";
}
.icon-external-link:before {
    content: "\f08e";
}
.icon-signin:before {
    content: "\f090";
}
.icon-trophy:before {
    content: "\f091";
}
.icon-github-sign:before {
    content: "\f092";
}
.icon-upload-alt:before {
    content: "\f093";
}
.icon-lemon:before {
    content: "\f094";
}
.icon-phone:before {
    content: "\f095";
}
.icon-unchecked:before, .icon-check-empty:before {
    content: "\f096";
}
.icon-bookmark-empty:before {
content: "\f097";
position:relative;
text-align: center;
vertical-align: middle;
cursor: pointer;
top:23%;
left:32%;
transform:translate(-50%,-50%);
}

.icon-bookmark-empty:hover {
content: "\f097";
 -webkit-transition-duration: 1000ms;
      -o-transition-duration: 1000ms;
      transition-duration: 1000ms;
         transform:rotate(360deg); 
  -ms-transform:rotate(360deg); 
  -webkit-transform:rotate(360deg);
cursor: pointer;
	transition: all 0.5s ease;
	
}
.icon-phone-sign:before {
    content: "\f098";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-github:before {
    content: "\f09b";
}
.icon-unlock:before {
    content: "\f09c";
}
.icon-credit-card:before {
    content: "\f09d";
}
.icon-rss:before {
    content: "\f09e";
}
.icon-hdd:before {
    content: "\f0a0";
}
.icon-bullhorn:before {
    content: "\f0a1";
}
.icon-bell:before {
    content: "\f0a2";
}
.icon-certificate:before {
    content: "\f0a3";
}
.icon-hand-right:before {
    content: "\f0a4";
}
.icon-hand-left:before {
    content: "\f0a5";
}
.icon-hand-up:before {
    content: "\f0a6";
}
.icon-hand-down:before {
    content: "\f0a7";
}
.icon-circle-arrow-left:before {
    content: "\f0a8";
}
.icon-circle-arrow-right:before {
    content: "\f0a9";
}
.icon-circle-arrow-up:before {
    content: "\f0aa";
}
.icon-circle-arrow-down:before {
    content: "\f0ab";
}
.icon-globe:before {
    content: "\f0ac";
}
.icon-wrench:before {
    content: "\f0ad";
}
.icon-tasks:before {
    content: "\f0ae";
}
.icon-filter:before {
    content: "\f0b0";
}
.icon-briefcase:before {
    content: "\f0b1";
}
.icon-fullscreen:before {
    content: "\f0b2";
}
.icon-group:before {
    content: "\f0c0";
}
.icon-link:before {
    content: "\f0c1";
}
.icon-cloud:before {
    content: "\f0c2";
}
.icon-beaker:before {
    content: "\f0c3";
}
.icon-cut:before {
    content: "\f0c4";
}
.icon-copy:before {
    content: "\f0c5";
}
.icon-paperclip:before {
    content: "\f0c6";
}
.icon-save:before {
    content: "\f0c7";
}
.icon-sign-blank:before {
    content: "\f0c8";
}
.icon-reorder:before {
    content: "\f0c9";
}
.icon-list-ul:before {
    content: "\f0ca";
}
.icon-list-ol:before {
    content: "\f0cb";
}
.icon-strikethrough:before {
    content: "\f0cc";
}
.icon-underline:before {
    content: "\f0cd";
}
.icon-table:before {
    content: "\f0ce";
}
.icon-magic:before {
    content: "\f0d0";
}
.icon-truck:before {
    content: "\f0d1";
}
.icon-pinterest:before {
    content: "\f0d2";
}
.icon-pinterest-sign:before {
    content: "\f0d3";
}
.icon-google-plus-sign:before {
    content: "\f0d4";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-money:before {
    content: "\f0d6";
}
.icon-caret-down:before {
    content: "\f0d7";
}
.icon-caret-up:before {
    content: "\f0d8";
}
.icon-caret-left:before {
    content: "\f0d9";
}
.icon-caret-right:before {
    content: "\f0da";
}
.icon-columns:before {
    content: "\f0db";
}
.icon-sort:before {
    content: "\f0dc";
}
.icon-sort-down:before {
    content: "\f0dd";
}
.icon-sort-up:before {
    content: "\f0de";
}
.icon-envelope:before {
    content: "\f0e0";
}
.icon-linkedin:before {
    content: "\f0e1";
}
.icon-rotate-left:before, .icon-undo:before {
    content: "\f0e2";
}
.icon-legal:before {
    content: "\f0e3";
}
.icon-dashboard:before {
    content: "\f0e4";
}
.icon-comment-alt:before {
    content: "\f0e5";
}
.icon-comments-alt:before {
    content: "\f0e6";
}
.icon-bolt:before {
content: "\f0e7";
position:relative;
text-align: center;
vertical-align: middle;
top:24%;
left:23%;
transform:translate(-50%,-50%);
	
}
.icon-bolt:hover {
content: "\f0e7";	
position:relative;
 -webkit-transition-duration: 1000ms;
      -o-transition-duration: 1000ms;
         transform:rotate(360deg); 
  -ms-transform:rotate(360deg); 
  -webkit-transform:rotate(360deg);
cursor: pointer;
	transition: all 0.5s ease;
}

.icon-sitemap:before {
    content: "\f0e8";
}
.icon-umbrella:before {
    content: "\f0e9";
}
.icon-paste:before {
    content: "\f0ea";
}
.icon-lightbulb:before {
    content: "\f0eb";
}
.icon-exchange:before {
    content: "\f0ec";
}
.icon-cloud-download:before {
    content: "\f0ed";
}
.icon-cloud-upload:before {
    content: "\f0ee";
}
.icon-user-md:before {
    content: "\f0f0";
}
.icon-stethoscope:before {
    content: "\f0f1";
}
.icon-suitcase:before {
    content: "\f0f2";
}
.icon-bell-alt:before {
    content: "\f0f3";
}
.icon-coffee:before {
    content: "\f0f4";
}
.icon-food:before {
    content: "\f0f5";
}
.icon-file-text-alt:before {
    content: "\f0f6";
}
.icon-building:before {
    content: "\f0f7";
}
.icon-hospital:before {
    content: "\f0f8";
}
.icon-ambulance:before {
    content: "\f0f9";
}
.icon-medkit:before {
    content: "\f0fa";
}
.icon-fighter-jet:before {
    content: "\f0fb";
}
.icon-beer:before {
    content: "\f0fc";
}
.icon-h-sign:before {
    content: "\f0fd";
}
.icon-plus-sign-alt:before {
    content: "\f0fe";
}
.icon-double-angle-left:before {
    content: "\f100";
}
.icon-double-angle-right:before {
    content: "\f101";
}
.icon-double-angle-up:before {
    content: "\f102";
}
.icon-double-angle-down:before {
    content: "\f103";
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}
.icon-desktop:before {
    content: "\f108";
}
.icon-laptop:before {
    content: "\f109";
}
.icon-tablet:before {
    content: "\f10a";
}
.icon-mobile-phone:before {
    content: "\f10b";
}
.icon-circle-blank:before {
    content: "\f10c";
}
.icon-quote-left:before {
    content: "\f10d";
}
.icon-quote-right:before {
    content: "\f10e";
}
.icon-spinner:before {
    content: "\f110";
position:relative;
text-align: center;
vertical-align: middle;
cursor: pointer;
top:23%;
left:24%;
transform:translate(-50%,-50%);
}

.icon-spinner:hover{
    content: "\f110";
-webkit-transition-duration: 1000ms;
      -o-transition-duration: 1000ms;
      transition-duration: 1000ms;
         transform:rotate(360deg); 
  -ms-transform:rotate(360deg); 
  -webkit-transform:rotate(360deg);
cursor: pointer;
	transition: all 0.5s ease;
}
.icon-circle:before {
    content: "\f111";
}
.icon-mail-reply:before {
    content: "\f112";
}
.icon-github-alt:before {
    content: "\f113";
}
.icon-folder-close-alt:before {
    content: "\f114";
}
.icon-folder-open-alt:before {
    content: "\f115";
}
.icon-expand-alt:before {
    content: "\f116";
}
.icon-collapse-alt:before {
    content: "\f117";
}
.icon-smile:before {
    content: "\f118";
}
.icon-frown:before {
    content: "\f119";
}
.icon-meh:before {
    content: "\f11a";
}
.icon-gamepad:before {
    content: "\f11b";
}
.icon-keyboard:before {
    content: "\f11c";
}
.icon-flag-alt:before {
    content: "\f11d";
}
.icon-flag-checkered:before {
    content: "\f11e";
}
.icon-terminal:before {
    content: "\f120";
}
.icon-code:before {
    content: "\f121";
}
.icon-reply-all:before {
    content: "\f122";
}
.icon-mail-reply-all:before {
    content: "\f122";
}
.icon-star-half-full:before {
    content: "\f123";
}
.icon-location-arrow:before {
    content: "\f124";
}
.icon-crop:before {
    content: "\f125";
}
.icon-code-fork:before {
    content: "\f126";
}
.icon-unlink:before {
    content: "\f127";
}
.icon-question:before {
    content: "\f128";
}
.icon-info:before {
    content: "\f129";
}
.icon-exclamation:before {
    content: "\f12a";
}
.icon-superscript:before {
    content: "\f12b";
}
.icon-subscript:before {
    content: "\f12c";
}
.icon-eraser:before {
    content: "\f12d";
}
.icon-puzzle-piece:before {
    content: "\f12e";
}
.icon-microphone:before {
    content: "\f130";
}
.icon-microphone-off:before {
    content: "\f131";
}
.icon-shield:before {
    content: "\f132";
}
.icon-calendar-empty:before {
    content: "\f133";
}
.icon-fire-extinguisher:before {
    content: "\f134";
}
.icon-rocket:before {
    content: "\f135";
}
.icon-maxcdn:before {
    content: "\f136";
}
.icon-chevron-sign-left:before {
    content: "\f137";
}
.icon-chevron-sign-right:before {
    content: "\f138";
}
.icon-chevron-sign-up:before {
    content: "\f139";
}
.icon-chevron-sign-down:before {
    content: "\f13a";
}
.icon-html5:before {
    content: "\f13b";
}
.icon-css3:before {
    content: "\f13c";
}
.icon-anchor:before {
    content: "\f13d";
}
.icon-unlock-alt:before {
    content: "\f13e";
}
.icon-bullseye:before {
content: "\f140";
position:relative;
text-align: center;
vertical-align: middle;
cursor: pointer;
top:23%;
left:28%;
transform:translate(-50%,-50%);
}

.icon-bullseye:hover {
content: "\f140";
 -webkit-transition-duration: 1000ms;
      -o-transition-duration: 1000ms;
      transition-duration: 1000ms;
         transform:rotate(360deg); 
  -ms-transform:rotate(360deg); 
  -webkit-transform:rotate(360deg);
cursor: pointer;
	transition: all 0.5s ease;
}


.icon-ellipsis-horizontal:before {
    content: "\f141";
}
.icon-ellipsis-vertical:before {
    content: "\f142";
}
.icon-rss-sign:before {
    content: "\f143";
}
.icon-play-sign:before {
    content: "\f144";
}
.icon-ticket:before {
    content: "\f145";
}
.icon-minus-sign-alt:before {
    content: "\f146";
}
.icon-check-minus:before {
    content: "\f147";
}
.icon-level-up:before {
    content: "\f148";
}
.icon-level-down:before {
    content: "\f149";
}
.icon-check-sign:before {
    content: "\f14a";
}
.icon-edit-sign:before {
    content: "\f14b";
}
.icon-external-link-sign:before {
    content: "\f14c";
}
.icon-share-sign:before {
    content: "\f14d";
}
.icon-compass:before {
    content: "\f14e";
}
.icon-collapse:before {
    content: "\f150";
}
.icon-collapse-top:before {
    content: "\f151";
}
.icon-expand:before {
    content: "\f152";
}
.icon-euro:before, .icon-eur:before {
    content: "\f153";
}
.icon-gbp:before {
    content: "\f154";
}
.icon-dollar:before, .icon-usd:before {
    content: "\f155";
}
.icon-rupee:before, .icon-inr:before {
    content: "\f156";
}
.icon-yen:before, .icon-jpy:before {
    content: "\f157";
}
.icon-renminbi:before, .icon-cny:before {
    content: "\f158";
}
.icon-won:before, .icon-krw:before {
    content: "\f159";
}
.icon-bitcoin:before, .icon-btc:before {
    content: "\f15a";
}
.icon-file:before {
    content: "\f15b";
}
.icon-file-text:before {
    content: "\f15c";
}
.icon-sort-by-alphabet:before {
    content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
    content: "\f15e";
}
.icon-sort-by-attributes:before {
    content: "\f160";
}
.icon-sort-by-attributes-alt:before {
    content: "\f161";
}
.icon-sort-by-order:before {
    content: "\f162";
}
.icon-sort-by-order-alt:before {
    content: "\f163";
}
.icon-thumbs-up:before {
    content: "\f164";
}
.icon-thumbs-down:before {
    content: "\f165";
}
.icon-youtube-sign:before {
    content: "\f166";
}
.icon-youtube:before {
    content: "\f167";
}
.icon-xing:before {
    content: "\f168";
}
.icon-xing-sign:before {
    content: "\f169";
}
.icon-youtube-play:before {
    content: "\f16a";
}
.icon-dropbox:before {
    content: "\f16b";
}
.icon-stackexchange:before {
    content: "\f16c";
}
.icon-instagram:before {
    content: "\f16d";
}
.icon-flickr:before {
    content: "\f16e";
}
.icon-adn:before {
    content: "\f170";
}
.icon-bitbucket:before {
    content: "\f171";
}
.icon-bitbucket-sign:efore {
    content: "\f172";
}
.icon-tumblr:before {
    content: "\f173";
}
.icon-tumblr-sign:before {
    content: "\f174";
}
.icon-long-arrow-down:before {
    content: "\f175";
}
.icon-long-arrow-up:before {
    content: "\f176";
}
.icon-long-arrow-left:before {
    content: "\f177";
}
.icon-long-arrow-right:before {
    content: "\f178";
}
.icon-apple:before {
    content: "\f179";
}
.icon-windows:before {
    content: "\f17a";
}
.icon-android:before {
    content: "\f17b";
}
.icon-linux:before {
    content: "\f17c";
}
.icon-dribbble:before {
    content: "\f17d";
}
.icon-skype:before {
    content: "\f17e";
}
.icon-foursquare:before {
    content: "\f180";
}
.icon-trello:before {
    content: "\f181";
}
.icon-female:before {
    content: "\f182";
}
.icon-male:before {
    content: "\f183";
}
.icon-gittip:before {
    content: "\f184";
}
.icon-sun:before {
    content: "\f185";
}
.icon-moon:before {
    content: "\f186";
}
.icon-archive:before {
    content: "\f187";
}
.icon-bug:before {
    content: "\f188";
}
.icon-vk:before {
    content: "\f189";
}
.icon-weibo:before {
    content: "\f18a";
}
.icon-renren:before {
content: "\f18b";
position:relative;
text-align: center;
vertical-align: middle;
top:23%;
left:27%;
transform:translate(-50%,-50%);
}

.icon-renren:hover {
content: "\f18b";
 -webkit-transition-duration: 1000ms;
      -o-transition-duration: 1000ms;
      transition-duration: 1000ms;
         transform:rotate(360deg); 
  -ms-transform:rotate(360deg); 
  -webkit-transform:rotate(360deg);
cursor: pointer;
	transition: all 0.5s ease;	
}	
.menu-open .site-menu-toggle span {
    background: #005aab;
}
.site-menu-toggle {
  display: none;
  top: 0;
  float: right;
  width: 40px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  z-index: 200;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-right: 40px; }
.site-menu-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #005aab;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.site-menu-toggle span {
    background: #005aab;
}
@media (max-width:991.98px) {
    .site-menu-toggle {
	margin-right: 15px;
	display: block;
	top: 10px;
	position: relative;
}
    .site-menu-toggle span {
        background: #005aab;
    }
}
.site-menu-toggle span:nth-child(1) {
    top: 0px;
}
.site-menu-toggle span:nth-child(2) {
    top: 10px;
}
.site-menu-toggle span:nth-child(3) {
    top: 20px;
}
.site-menu-toggle.open span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.site-menu-toggle.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.site-menu-toggle.open span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* :: About Single Page CSS */
.single-we-offer-content {
  cursor: pointer;
  z-index: 1;
  -webkit-box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
  box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
  border-radius: 10px;
  padding: 22px 25px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  height: 278px;
  top: -370px;
  opacity: 0.88;
  display: block;
  flex-direction: column;
  background-blend-mode: luminosity;
  background: #FFFFFF;
  transition: 0.5s ease all;
  
 
}
.single-we-offer-content:hover {
  overflow: hidden; 
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-color: #0058FF;
  opacity: 0.88;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  transform: translateY(-1.0rem);
}
  .single-we-offer-content .offer-icon {
	position: relative;
	z-index: 2;
	margin: auto;
	height: 115px;
	width: 115px;
	cursor: pointer;
	background-image: -moz-linear-gradient(120deg, #00c8ff 0%, #0058ff 100%);
    background-image: -webkit-linear-gradient(120deg, #00c8ff 0%, #0058ff 100%);
    background-image: -ms-linear-gradient(120deg, #00c8ff 0%, #0058ff 100%);
	border-radius: 50%;
	line-height: 115px;
	-webkit-transition: -webkit-transform .4s ease-in-out; 
  -ms-transition: -ms-transform .4s ease-in-out; 
  transition: transform .4s ease-in-out;

}
    .single-we-offer-content .offer-icon:hover {
      transform:rotate(360deg); 
  -ms-transform:rotate(360deg); 
  -webkit-transform:rotate(360deg);
		
	
	}
.single-we-offer-content .offer-icon::after {
      -webkit-transition-duration: 1000ms;
      -o-transition-duration: 1000ms;
      transition-duration: 1000ms;
      border-radius: 50%;
      content: '';
      position: absolute;
      left: 50%;
         transform:rotate(360deg); 
  -ms-transform:rotate(360deg); 
  -webkit-transform:rotate(360deg);
 }
  .single-we-offer-content h5 {
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	font-size: 22px;
	color: #005aab;
	margin-top: 25px;
	position: relative;
	z-index: 2;
}
  .single-we-offer-content p {
    -webkit-transition-duration: 1000ms;
    -o-transition-duration: 1000ms;
    transition-duration: 1000ms;
    color: #000000;
    margin-bottom: 0;
    position: relative;
    z-index: 2; 
transition: 0.5s ease all;}
  .single-we-offer-content:hover h5,
  .single-we-offer-content:hover p, .single-we-offer-content:focus h5,
  .single-we-offer-content:focus p {
	color: #005aab;
	position: relative;
}
  .single-we-offer-content:hover .offer-icon::after, .single-we-offer-content:focus .offer-icon::after {
    width: 100%;
    height: 100%;
	
} 	
@media (max-width:767px) {
.single-we-offer-content {		
  cursor: pointer;
  top: -166px;
  opacity: 0.88;
  display: block;
  flex-direction: column;
  transition: 0.5s ease all;
  
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
.single-we-offer-content {
        top: -14vh;
		position: relative;
		transition: 0.5s ease all;
    }
}

@media only screen and (min-width:900px) and (max-width:1250px) { 
.single-we-offer-content {
         top: -35vh;
		position: relative;
	 transition: 0.5s ease all;
    }
}



.atext {
	font-size: 22px;
	font-weight: normal;
	color: #0F98D1;
	
} 	
.arrow {
  text-align: center;
  margin: 8% 0;
  color: #005aab;
  
} 	
.arrow:before {
  color: #005aab;  
  
  
}
	
.features-small-item {
  cursor: pointer;
  display: block;
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 30px;
}


input {
  display: none;
}

.label {
  cursor: pointer;
  display: flex;
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 10px;
  background: #0F98D1;
  font-family: "Roboto", arial, sans-serif;
}
.label:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.test {
  height: 0px;
  padding-left: 15px;
  cursor: pointer;
  overflow: hidden;
  width: 200px;
  border-radius: 10px;
  background: #00007e;
  color: #fff;
  margin-top: 10px;
  transition: height .3s ease;
  -webkit-transition: height .3s ease;
  -moz-transition: height .3s ease;
}

input:checked + .test {
  height: 245px;
	cursor: pointer;
}

input:arrow  + .test {
  height: 245px;
}

.svg1 {
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  width: 40px;
  height: 40px;
  margin: 0 3px 0 0;
  margin-bottom: 6px;
  -webkit-transition-property: transform; /* Safari */
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-property: transform;
    transition-duration: 0.2s;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.svg1:hover {
opacity: 0.5;
	position: relative;
	-webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
	 -webkit-transition-property: transform; /* Safari */
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-property: transform;
    transition-duration: 0.2s;
	  transform: scale(1.2);
}	

.png {
  display: inline-block;
  font-weight: 400;
  width: 22px;
  height: auto;
  margin: 0 10px 0 0;
  margin-bottom: 5px;
}
.time {
  border-radius: 10px;
  background: #00007e;
  padding-left: 15px;
  justify-content: center;
  color: #fff;
  width: 400px;
  max-width: 200px;
  transition: height .3s ease;
  -webkit-transition: height .3s ease;
  -moz-transition: height .3s ease;
}


.col-md-6 {
width: 50%;
float: left;
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}

.row:before, .row:after {
  content: " ";
  display: table;

}
i.icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  position: relative;

}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #09B109;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  right: 30px;
  bottom: 30px;
  transition: background 0.5s;
  z-index: 99999;	
}

.back-to-top i {
  padding-top: 12px;
  color: green;
  transition: all 0.5s;
}


#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #FFFFFF;
}

 .row-bottom-padded-lg {
    padding-bottom: 3em;
  }





.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 39px;
    height: auto;
    max-width: 1920px;
    margin: 0 auto;
}


.video-wrap video {
object-fit: cover;
 background-size: cover;
 width:100%;
 height: 100%; 
 position: absolute; 
 top: 0; 
 left: 0;
    }



 .poster {
   background:transparent url('https://www.krijndesign.nl/preview/kd5/assets/images/news2.png') no-repeat 0 0;
   -webkit-background-size:cover;
	 display: table-cell;
   -moz-background-size:cover;
   -o-background-size:cover;
   background-position: center center;
    background-size: cover;
	background-attachment: fixed;
	
} 



ptext {
  margin-bottom: 10px;
  line-height: 1.33;
}

.section {
  margin-bottom: 25px;
}

.expand-button {
border: 2px solid #1ba1c8;
	cursor: pointer;
	border-radius: 10px;
	padding: 7px;
	margin-top: 0.3em;
	margin-left: -0.8%;
    color: #fff;
	background: transparent;
	transform: scale(0.85);
	transition: 0.5s ease all;
}

 /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) { 
.expand-button {
visibility: visible !important;
display: block !important;

    }
}	

@media (max-width: 600px) {
.expand-button {
visibility: visible !important;
display: block !important;

    }
}

@media (max-width: 55em) {
.expand-button {
visibility: visible !important;
display: block !important;

    }
}			

 /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {   
.expand-button {
visibility: visible !important;
display: block !important;

    }
}	

@media (min-width: 1800px) {
.expand-button {
visibility: hidden !important;
display: none !important;
    }
}


.expand-button:hover, .expand-button:active, .expand-button:focus {
border: 2px solid #1ba1c8;
	cursor: pointer;
	border-radius: 10px;
	padding: 7px;
	margin-top: 0.3em;
    color: #fff;
	background: transparent;
	box-shadow: 0 0 12px #1ba1c8;
	transition: 0.5s ease all;

}

 @media only screen and (max-width: 767px) {
.expand-button {
border: 2px solid #1ba1c8;
	cursor: pointer;
	border-radius: 10px;
	padding: 7px;
	margin-top: 0.3em;
	margin-left: -3.5%;
	background: transparent;
    color: #fff;
	transition: 0.5s ease all;
	transform: scale(0.80);
	}
}

.special-text {
  position: relative;
  max-height: 5rem;
  display: flex;
flex-direction: column;
   transition: max-height 1.3s ease all;
	transition: 1.3s ease all;
  overflow: hidden;

}
 @media only screen and (max-width: 767px) {
.special-text {
  position: relative;
   max-height: 5rem;
  overflow: hidden;
   transition: max-height 1.5s ease-in-out;
	}	
}	

@media (max-width: 600px) {
.special-text {
  position: relative;
   max-height: 5rem;
  overflow: hidden;
   transition: max-height 1.5s ease-in-out;
    }
}

@media (min-width: 1800px) {
.special-text {
  position: relative;
   max-height: fit-content;
  overflow: hidden;
    }
}

.special-text.-expanded {
  max-height: 35rem;
   transition: max-height 1.5s ease;
  overflow: hidden;




}

.special-text:not(.-expanded)::after {
  content: "";
  position: absolute;
	padding: 10px;
	text-overflow:fade;
	right: 0;
  max-height: 60px;
  bottom: 0;
  left:0;
   transition: max-height 1.3s ease-in;

}



 /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) { 
iframe, .contact-info {
visibility: hidden !important;
display: none !important;
	}
}

 /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) { 
form {
width: 90vw;
display: block;
	}
}