/*
Theme Name: Geoklix Custom Theme
Theme URI: http://geoklix.com/
Author: geoklix.com
Author URI: http://geoklix.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pherona
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


html,
body {
    font-weight: normal;
    font-size: 16px;
    color: #003049;  
    background-color: #fff;
    font-family:var(--primary-font);
	line-height:1.6;
}


a {
    color: #003049;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

h1, h2, h3, h4, h5, h6{
    font-family: "Roboto Slab", serif;
}

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

img {
    max-width: 100%;
    height: auto;
}

input:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

:root {
    --primary-color: #FC8D1A;
   --primary-font: 'Poppins', sans-serif;
}


.btn {
    border: 0px;
    border-color: var(--primary-color);
    border-radius: 8px;
    padding: 15px 35px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.4px;  
    display: inline-block !important;
    background-color: var(--primary-color); 
    transform: skewX(-12deg); 
    overflow: hidden;
    font-weight: 600;
}

.btn:after {
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    position: absolute;
    transition: all .3s ease-out;
    background: #666;        
}

.btn:hover:after {
    width: 100%;
    background-color: #000;        
}

.btn strong {
    font-weight: 600;
}

.btn:hover {
    color: var(--primary-color);
    background-color: #000;
    border-color: var(--primary-color);
}

.title {
    margin-bottom: 40px;
    max-width: 800px;
    color: #000;
}

.title h2 {
    color: #000;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
	position:relative;
	display:inline-block;
	padding-bottom:20px;
}


.title-center {
    text-align: center;
}

.title-center .title {
    max-width: 900px;
    display: inline-block;
}

.title-center .t-divider, .about h2 {
    display: inline-block;
}

.title h2:after, .about h2:after {
	content: "";
    height: 4px;
    width: 60px;
    background: var(--primary-color);
    border-radius: 2px;
    position: relative;
    margin-left:0px;
    margin-bottom:0px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color) 100%);
	display:inline-block;
    color: var(--primary-color);
    display: inline-block;
	color:var(--primary-color);
	position:absolute;
	left:27px;
	bottom:0;
}

.title h2:before, .about h2:before {
    content: "";
    color: var(--primary-color);
    left:0;
	width:27px;
	color:var(--primary-color);
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: var(--primary-color);
    -webkit-box-shadow: 9px 0 0 0 currentColor,18px 0 0 0 currentColor;
    box-shadow: 9px 0 0 0 currentColor,18px 0 0 0 currentColor;
	left:0px;
	bottom:0;
	position:absolute;
}

.title-center .title h2:before {
	left:50%;
	margin-left:-40px;
}
  
    
.title-center .title h2:after {
	left:50%;
	margin-left:-13.5px;
}
  
.title h3 {    
    color:#FFFFFF;
    font-family:"Poppins", Sans-serif;
    font-size:20px;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing:1px;
}

.bg-color {
    background-color: #F2F2F2;
}


section {
    padding: 100px 0;
}

input, 
select, 
textarea {
    color:#444 !important;
    height: 55px;
    width: 100%;
    padding: 6px 20px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #DCDCDC;
}

textarea {
    resize: none;
}

input[type="radio"],
input[type="checkbox"] {
    width: inherit;
    height: initial;
}

input:focus, 
textarea:focus, 
select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color:  var(--primary-color) !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #666;    
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #666;    
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #666;    
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #666;    
}


/*header*/

.header {
    position:relative;
    z-index:999 !important;
    background-color: #fff;
}

.top-bar {
    color: #fff;
    padding: 10px;
    background-color: var(--primary-color);
}

.top-bar ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-bar ul li {
    margin-right: 10px;
}

.top-bar .social ul {
    justify-content: end;
}

.top-bar .social ul li a {
    color: #070707;
    display: inline-block;
    background-color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    line-height: 30px;  
}

.top-bar .icons ul li {
    margin-right: 150px;
    font-weight: 500;
    letter-spacing: 1px;
}

.top-bar .icons ul li:last-child, 
.top-bar ul li:last-child {
    margin-right: 0;
}

.top-bar .icons ul li a {
    color: #fff;
}

.top-bar .icons span {
    color: #070707;
    display: inline-block;
    background-color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    line-height: 30px;
    margin-right: 5px;
}

.header .btn {
    min-width: 150px;
    padding: 12px 20px;
}

.main-menu {
    padding-left: 100px;
    padding-right: 100px;
    background-color:#fff;
}

.menu-content {
    padding: 10px 0;
}

.is-sticky .main-menu {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.nav {
    padding-left: 0;
    padding-right: 20px;
}

.header .nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: initial;
}

.nav ul li {
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    margin-right: 30px;
    text-transform: uppercase;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li a {
    padding:0;
    color:#003049;
    display: block;
    font-weight:600;
}

.nav ul li a:hover, 
.nav ul li.active>a {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}

.navbar-toggler {
    padding: 0;
    height: initial;
    line-height: initial;
}

.navbar-toggler-icon {
    width: initial;
    height: initial;
    color: #0A0A0A;
    border-radius: 4px;
    padding: 4px 8px;
    border: 1px solid #0A0A0A;
}

.navbar-toggler-icon:hover {
    color: var(--primary-color);
    border-color:var(--primary-color);
}

.navbar-toggle {
    background: 0 0!important;
    border: none!important;
    float: left!important;
    cursor: pointer;
    padding-left: 0!important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background:#003049 !important;
    margin-bottom: 4px!important;
}

.m-phone a {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  display: block;
  float: right;
  text-align: center;
  border-radius: 100%;
  background-color: var(--primary-color);
}

/*hero-section*/

.hero-section {
    padding:70px 0 0px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slider-image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
	z-index:1;
}

.hero-slider {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	height:750px;
	min-height:750px;
	max-height:750px;
	margin:0 !important;
}
.hero-slider .slick-slide {
	padding-left:0;
	padding-right:0;
}
.slider-image {
height:750px;
	min-height:750px;
	max-height:750px;
	width:100%;
	background-position:top center !important;
	background-size:cover !important;

}

.slick-active .slider-image {
	animation: zoom-in-zoom-out 15s ease infinite;
}


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
  }
}



.hero-slider .slick-slide > div, .hero-slider .slick-slide > div > div {
	vertical-align:top;
	width:100%;
}




.hero-content {
    color: #fff;
    padding-left: 100px;
    margin-bottom: 50px;
    position: relative;
}

.hero-text {
    padding-right: 100px;
}

.hero-text h2 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto Slab", Sans-serif;
}

.hero-text h1 {
    color: #fff;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.hero-text h1 strong {
    color: var(--primary-color);
}

.hero-text ul li {
    color: #FAA613;
    margin-right: 2px;
    font-size: 14px;
    position: relative;
    z-index: 999;
}

.hero-text p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

/*breadcrumb-section*/

.breadcrumb-section {
    position: relative;
    text-align: center;
    padding:220px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
}

.breadcrumb-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
}

.page-title {
    position: relative;
    z-index:8;
}

.page-title h1 {
    color: #FFFFFF;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 3px;
    word-spacing: 1px;    
}

/*about-section*/

.about-form {
}

.about-form, 
.contact-form {
    position:relative;
    z-index:9;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	color:#003049;
}

.form-top {
    color: #fff;
    text-align: center;
    padding: 30px 30px 20px;
    font-size: 16px;
    background-color: var(--primary-color);
}

.form-top h1 {
    color: #FFFFFF;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 30px;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-weight: 700;
}

.radio-list {
    padding-bottom: 0 !important;
}
form.wpcf7-form {
	padding:30px 30px;
}
.wpcf7 ul {
    padding:0px;
	padding-left:0px;
	padding-right:0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.wpcf7 ul {
    margin-left:-7.5px;
    margin-right:-7.5px;
}

.wpcf7 ul > li {
    padding-left:7.5px;
    padding-right:7.5px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	padding-bottom:15px;
	position:relative;
}

.wpcf7 ul > li p {
	margin-bottom:0;
}

li#date i {
    position: absolute;
    right: 19px;
    color: #000;
    top: 16px;
    opacity: 0.75;
}


.wpcf7 ul > li.full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;    
}

.about-text {
    padding: 50px 0;
}

.about-top {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 2px solid #DCDCDC;
}

.about {
    margin-bottom: 30px;
    padding: 300px 23px 30px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
	background-position:center center;
	position:relative;
	padding-bottom:100px;
	min-height:377px;
}

.about .btn {
	position:absolute;
	bottom:30px;
	left:25px;
}
.about:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
}

.about h2{
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size:35px;
    font-weight: 600;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 1;    
    margin-bottom: 20px;
	padding-bottom:20px;
}

.about-thumb {
    overflow: hidden;
    border-radius: 90px 10px 40px 10px;
}


.radio-list label {
    cursor: pointer;
    padding-left: 3px;
}
.radio-list label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #ddd;
  background: #fff;
}
.radio-list input[type=radio] {
  display: none;
}
.radio-list input[type=radio]:disabled + label {
  color: #999;
}
.radio-list input[type=radio]:disabled + label:before {
  background-color: #ddd;
}
.radio-list input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  display: inline-block;
  font-size: 11px;
  width: 10px;
  height: 10px;
  background-color: #fbc52d;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

input[type=radio]:checked + label:before {
  border-color: var(--primary-color);
}

input[type=radio]:checked + label:before {
  border-color: var(--primary-color);
}
input[type=radio]:checked + label::after {
  background-color: var(--primary-color);
}

/*service-section*/

.service-section.style-1 {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);    
}

.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.service {
    min-height: 600px;
    overflow: hidden;
    background-color: #FFFFFF;
    border-style: solid;
    margin-bottom: 30px;
    border-width: 0px 0px 4px 0px;
    border-color: var(--primary-color);
    border-radius: 15px 15px 15px 15px;
}

.service-text {
    padding: 20px;
}

.service-text h3{
    color: #000;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 22px;
    font-weight: 600;    
}

.slick-arrow {
    position: absolute;
    top:50%;
    z-index:9;
    font-size:24px;
    cursor: pointer;
    margin-top: -10px;
    color: rgba(102,102,102,0.5);
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
}

.slick-arrow:hover {
    color: var(--primary-color);
}

.slick-arrow.icon-left {
    left:-50px;
}

.slick-arrow.icon-right {
    right:-50px;
}

/*video-section*/

.video-thumb {
    padding:0 30px;
}

.video-thumb img {
    border-radius: 20px 20px 0  0;
}

.video-content {
    margin-top: -170px;
	position:relative;
	border-radius:20px;
}

.video-content .fa-brands {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-35px;
	margin-top:-35px;
	font-size:70px;
	width:70px;
	height:70px;
	color:#ff0000;
	z-index:1;
}
.video-content img {
	width:100%;
	border-radius:20px;
}
.video-content iframe {
    width: 100%;
    height: 600px;
    border-radius: 20px;
}

/*cta-section*/

.cta-section .cta-text {
    text-align: center;
    margin-top: 20px;
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--primary-color) 0%, #000000 100%);
}

.cta-text {
    color: #fff;
    position: relative;
    z-index: 99;
    font-weight: 300;
    border-radius: 20px;
    padding: 50px 20px;
}

.cta-text h1 {
    color: #FFFFFF;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.2px;
}


.title-center .t-divider {
    display: inline-block;
}

.t-divider {
    position: relative;
    height: 4px;
    width: 60px;
    background: var(--primary-color);
    border-radius: 2px;
    position: relative;
    margin-left: 27px;
    margin-bottom: 20px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color) 100%);
}

.t-divider:after{
    content: "";
    position: absolute;
    color: var(--primary-color);
    left: -27px;
    top: 0;
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: var(--primary-color);
    -webkit-box-shadow: 9px 0 0 0 currentColor,18px 0 0 0 currentColor;
    box-shadow: 9px 0 0 0 currentColor,18px 0 0 0 currentColor;    
}



/*testimonials-section*/

.testimonials-section {
    background-color: var(--primary-color);
}
.testimonials-section .title h2:before { background:#fff; color:#fff;}
.testimonials-section .title h2:after { color:#fff; background:#fff;}
	
.testimonials-section .title, 
.testimonials-section .title h1 {
    color: #fff;
}

.title h3 {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}    

.testimonials-section .t-divider {
    background: linear-gradient(90deg, #fff 0%, #fff 100%);    
}

.testimonials-section .t-divider:after {
    color: #fff;
    background-color: #fff;
}

.testimonial {
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: #000000FC;
    color: #000;
}

.testimonial .thumb {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.testimonial h3{
    color: #000000;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.3px;    
}

.testimonial h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-family: "Poppins", Sans-serif;    
}

.testimonial ul {
    display: flex;
    color: #FFCC00;
    margin-bottom: 20px;
}

.testimonial-slider .slick-arrow{
    color: #fff;
}

.testimonial-slider .slick-arrow:hover{
    color: #000;
}

/*deliver-section*/

.deliver {
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: var(--primary-color);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 15px;
    background-color: #F7F7F7; 
    border-radius: 15px;  
    margin-bottom: 30px; 
    min-height: 320px;
	height:calc(100% - 30px);
}

.bg-color .deliver {
    background-color: #fff;
}

.deliver .icon {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 35px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;    
    border-radius: 100%;
    margin-bottom: 20px;
}

.deliver .icon:hover {
    color: var(--primary-color);
    background-color: #fff;
}

.deliver h3 {
    color: #000000;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 15px;

}

.deliver-1 {
    padding: 80px 15px;
    background-color: var(--primary-color);
    border-radius: 15px;  
    margin-bottom: 30px;
    text-align: center; 
    position: relative;  
    overflow: hidden;
}

.deliver-1 .icon{
    background-color: #fff;
    color: var(--primary-color);
    font-size: 35px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;    
    border-radius: 100%;
    margin-bottom: 20px;  
    display: inline-block;  
}

.deliver-1 h3{
    color: #FFFFFF;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.3px; 
    margin-bottom: 0;   
}

.overlay {
    position: absolute;
    top: 0;
    right: -100%;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    color: #fff;
    border-radius: 15px;
    background-color:#000;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;    
}

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

.deliver-1:hover .overlay{
    opacity: 1;
    right: 0;
}

/*blog-section*/

.post {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1);
    box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1);
}

.post-thumb {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.post:hover .post-thumb img {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
    width: 100%;    
}

.entry-header {
    position: relative;
}

.entry-header .entry-meta {
    position: absolute;
    top: -2px;
    left: 0;
    z-index:1;
}

.entry-header .entry-meta a {
    color: #fff;
    border-radius: 4px;
    padding: 2px 5px;
    margin-bottom: 5px;
    margin-right: 2px;
    display: inline-block;
    font-size: 13px;
    background-color: var(--primary-color);
}

.meta-date {
    position: absolute;
    bottom: 20px;
    left: -10px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 15px;
    padding-left: 25px;
    z-index:1;
    background-color: var(--primary-color);
}

.meta-date:before {
    left: 0%;
    top: -10px;
    position: absolute;
    content: "";
    border-top: 10px solid transparent;
    border-right:10px solid var(--primary-color);         
}

.meta-date p {
    margin-bottom: 0;
}

.meta-date strong {
    display: block;
    font-size: 22px;
}

.post-content {
    padding: 20px;
    position: relative;
}

.post-content h3 {
    font-family: "Roboto Slab", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;  
    margin-bottom: 15px;  
}

.post-content p {
    line-height: 30px;
}

.post-content:before {
    width: 2px;
    height: 100px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--primary-color);
}

.post-content .btn {
    padding: 10px 25px;
    text-transform: capitalize;
}

.blog-details .post {
    box-shadow: none;
    border-right: auto;
}

.blog-details .post .post-thumb {
    margin-bottom: 20px;
}

.blog-details .post:hover .post-thumb img {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.blog-details .post-content {
    padding: 20px 0;
}

.blog-details .post-content:before {
    display: none;
}

.blog-details .post h3 {
    color: #070707;
    font-size: 40px;
    margin-bottom: 40px;
}

.blog-details .post-thumb,
.related-setion .post-thumb {
    border-radius: 0;
}
 
.related-setion .post-content {
    padding: 20px 0;
}

.related-setion .post-content:before {
    display: none;
}

.related-setion .post {
    box-shadow: none;
    border-radius: 0;
}

.related-setion .post .post-date ul, 
.post-category ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.related-setion .post .post-date ul li, 
.post-category ul li {
    margin-right: 20px;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
}

.related-setion .post .post-date ul li:before {
    position: absolute;
    content: "";
    top: 8px;
    left: -10px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #6e7a84;
}

.related-setion .post .post-date ul li:first-child:before {
    display: none;
}

.related-setion .post .post-date ul li:last-child {
    margin-right: 0;
}


.related-setion .post .post-date ul li,
.related-setion .post .post-date ul li a {
    color: #6e7a84;
}

.related-setion .post .post-date ul li a:hover {
    color: var(--primary-color);
}

.post-category {
    margin-bottom: 15px;
}

.post-category ul li a {
    text-transform: uppercase;
    color: var(--primary-color);
}

.post-category ul li a:hover {
    color: #000;
}

.post-list li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
}

.post-list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #000;
}

/*contact-section*/

.contact-section {
    position: relative;
}

.contact-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
}

.contact-border {
    position: relative;
    z-index:9;
    max-width: 400px;
    border: 3px solid #fff;
}

.contact-border .contact {
    margin: 5px;
    padding:50px 30px;
    text-align: center;
    background-color: #fff;
}

.contact-border .contact h1{
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 27px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 20px;
    letter-spacing: 1px;    
}

.contact-border .contact .icon {
    margin-bottom: 20px;
}

/*stape-section*/

.stape {
    text-align: center;
    margin-bottom: 40px;
}

.stape .icon {
    background-color: #fff;
    color: var(--primary-color);
    font-size: 35px;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    border-radius: 100%;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    box-shadow: 0 2px 6px -2px #c7c7c7;    
}

.stape .icon span {
    position: absolute;
    background-color: #fff;
    font-size: 12px;
    line-height: 20px;
    display: block;
    top: 0;
    right: 0;
    padding:2px 8px;
    border-radius: 20px;
    color: #000;
    box-shadow: 0 2px 6px 2px #c7c7c7; 
}

.stape h2{
    font-family: "Poppins", Sans-serif;
    font-size: 21px;
    font-weight: 600;    
}

/*provide-section*/

.provide {
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: var(--primary-color);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 15px;
    background-color: #F7F7F7;
    border-radius: 15px;
	height:calc(100% - 30px);
	cursor:pointer;
}

.provide .icon {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 35px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
    margin-bottom: 20px;
    display: inline-block;    
}

.provide h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;   
}

.provide-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;    
}

.provide-list li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
	margin-bottom:20px;   
}

/*location-section*/

.location {
    margin-bottom: 30px;
    background-color: #fff;
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: var(--primary-color);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #F7F7F7;
    border-radius: 15px;
    margin-bottom: 30px; 
    overflow: hidden;
	height:calc(100% - 30px);
}

.location-text {
    padding: 20px;
}

.location-text h3{
    font-family: "Roboto Slab", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
}

.location-text .btn{
    padding: 10px 25px;
}

/*contact-section-2*/

.contact-form .title {
    padding: 20px 20px 0;
    margin-bottom: 0;
}

.contact-section-2 .title h1 {
    font-size: 30px;
}

.contact-text ul li {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    background-color: #F2F2F2;
}

.contact-text ul li .icon {
    font-size: 35px;
    color: var(--primary-color);
    margin-right: 15px;
}

.contact-text ul li h3 {
    font-family: "Roboto Slab", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 0;    
}

/*footer-section*/

.footer-section {
    padding: 20px 0 0;
    color: #fff;
    font-weight: 300;
    background-color: #000;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-top {
    padding: 50px 0 30px;
}

.footer-top h3 {
    font-family: "Roboto Slab", Sans-serif;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;    
}

.footre-widget {
    margin-bottom: 30px;
}

.footre-widget ul li {
    margin-bottom: 15px;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;    
}

.footre-widget ul li a i {
    color: var(--primary-color);
}

.footer-bottom {
    padding: 30px 0 5px;
    border-top: 1.5px solid #fff;
}

.footer-section address {
    max-width: 150px;
}

.footer-menu ul li {
    margin-bottom: 10px;
}

.footer-menu ul li a {
    color: #fff;
}

.footer-social {
    margin-top: 30px;
}

.footer-social li {
    margin-right: 15px;
    font-size: 26px;
}

.footer-social li:last-child {
    margin-right: 0;
}

.footer-section a {
    color: #fff;
}

.footer-section a:hover {
    color: var(--primary-color);
}


a, button, .slick-arrow, 
.deliver .icon, .post-thumb img, 
.overlay {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}







/* md */
@media (min-width: 1400px){


}

/* md */
@media (min-width: 1200px) and (max-width: 1399px) {

	.nav ul li {
		margin-right: 12px;
	}
	.hero-text {
		padding-right: 40px;
	}
	.main-menu {
		padding-left: 30px;
		padding-right: 30px;
	}
	.hero-content {
		padding-left: 30px;
	}
	.hero-text h1 {
		font-size: 42px;
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
.breadcrumb-section { padding:120px 0px;}
	.nav ul li {
		margin-right: 11px;
	}
	.hero-text {
		padding-right: 40px;
	}
	.main-menu {
		padding-left: 0px;
		padding-right: 0px;
	}
	.hero-content {
		padding-left: 0px;
	}
	.hero-text h1 {
		font-size: 42px;
	}
	.about {
		padding-top: 250px;
	}
	.about h2 {
		font-size: 26px;
	}
	.slick-arrow.icon-left {
		left: -15px;
	}
	.slick-arrow.icon-right {
		right: -15px;
	}
	.provide {
		min-height: 210px;
	}
}

/* md */
@media (max-width: 991px) {
.breadcrumb-section { padding:120px 0px;}
	.nav ul li {
		margin-right: 12px;
		font-size: 15px;
	}
	.hero-text {
		padding-right: 40px;
	}
	.main-menu {
		padding-left: 0px;
		padding-right: 0px;
	}
	.hero-content {
		padding-left: 0px;
	}
	.hero-text h1 {
		font-size: 42px;
	}
	.about {
		padding-top:180px;
	}
	.about h2 {
		font-size:24px;
	}
	.slick-arrow.icon-left {
		left: -15px;
	}
	.slick-arrow.icon-right {
		right: -15px;
	}
	.radio-list li {
		max-width: initial;
		flex: initial;
	}
	.provide-list li {
	  -ms-flex: 33.333333%;
	  flex: 33.333333%;
	  max-width: 33.333333%;
	}	
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	


}

/* sm */
@media (max-width: 767px) {
	.provide-list li { margin-bottom:5px;}
	.about { min-height:277px;}
	.about h2 {
		margin-bottom:0;
} 
	.ui-post-nav { display:none !important;}
	section { padding:50px 0px;}
.m-center { text-align:center !important;}
	.top-bar {
		display: none;
	}	
	.menu-content .button {
		display: none;
	}
	.hero-section {
		padding:60px 0 0px;
	}
	.about-form {
		margin-top:30px;
	}
	.about-text {
		padding: 50px 0 0;
	}
	.deliver {
		min-height: initial;
	}
	.video-content iframe {
		height: 500px;
	}
	.logo {
		text-align: center;
	}
	.hero-text h1 {
		font-size: 40px;
	}
	.video-content {
		margin-top: -50px;
	}
	.slick-arrow.icon-left {
		left: 0;
	}
	.slick-arrow.icon-right {
		right: 0;
	}
	.video-thumb {
		padding-left: 15px;
		padding-right: 15px;
	}
	.breadcrumb-section {
		padding:80px 0;
	}
	.header .nav ul {
		display: block;
	}
	.nav ul li {
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.provide-list li {
	  -ms-flex: 50%;
	  flex: 50%;
	  max-width: 50%;
	}	
	.service {
		min-height: initial;
	}
	.blog-details .post h3 {
		font-size: 30px;
	}
}

/* xs Portrait */
@media (max-width: 575px) {

}



/* xs Portrait */
@media (max-width: 475px) {
	
	.input-list li, 
	.provide-list li  {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.about h2 {
		font-size: 26px;
	}
	.video-content iframe {
		height: 300px;
	}
	.title h1 {
		font-size: 30px;
	}
	.breadcrumb-section {
		padding: 100px 0;
	}
	.page-title h1 {
		font-size: 32px;
	}
	.blog-details .post h3 {
		font-size: 24px;
	}
}


.radio-content, .wpcf7-radio {
	max-width: 400px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.wpcf7-list-item {
	position:relative;
	margin:0;
}
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="radio"]:checked + .wpcf7-list-item-label,
input[type="radio"]:not(:checked) + .wpcf7-list-item-label{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
	color:#003049;
}

input[type="radio"]:checked + .wpcf7-list-item-label:before,
input[type="radio"]:not(:checked) + .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 2px solid #b9b9b9;
    background-color: transparent;
}

input[type="radio"]:checked + .wpcf7-list-item-label:after,
input[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
    content: '';
    width: 8px;
    height: 8px;
    top: 7px;
    left: 7px;
    background-color: #fff;
    position: absolute;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

input[type="radio"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

input[type="radio"]:checked + .wpcf7-list-item-label:before {
    border: 10px solid var(--primary-color);
}





/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}



.wpcf7-not-valid-tip {
	font-size:13px !important;
}

.testimonials-section .title, .testimonials-section .title h2 {
    color: #fff;
}


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




.ui-next {
    text-align: right;
}


.ui-post-nav {
    display: flex;
    position: relative;
    margin-bottom: 27px;
}


.ui-post-nav-item {
    width: 50%;
    padding: 0 2em;
	position:relative;
}


.ui-post-nav-item svg {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    transition: all .3s cubic-bezier(.2,.82,.66,.9);
}

.ui-post-nav-info {
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 11px;
    font-size: 11px;
    font-weight: 600;
}
.ui-post-nav-item h4   {
	font-size: 1.1em;
    margin: 0 0 8px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
	
	.ui-next svg {
    left: auto;
    right: 0;
}



.blog-details .post-content > ul > li {
	margin-bottom:20px;
}

.wpcf7 form.sent .wpcf7-response-output {
	font-size:20px;
}


.grecaptcha-badge {display:none !important;}