/*
  Theme Name: Geoport WordPress Theme
  Author: johanspond
  Support: admin@gmail.com
  Description: Geoport WordPress Theme
  Version: 1.0.0
*/


/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Muli:300,400,600,700,800,900');
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
  url('../fonts/glyphicons-halflings-regular.woff') format('woff'), 
  url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
  url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-link:before {
    content: "\e144";
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #131313;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-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;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{
	outline: 0
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #131313;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	color: #131313;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.separator {
	border-top: 1px solid #f2f2f2
}


/* Reset CSS */
.section-home {
    padding-top: 95px;
    text-align: center;
    padding-bottom: 70px;
    background-image: url(../img/logo/dot.png);
}
.portfolios-section {
	background: #f8f8f8;
    text-align: center;
    padding-top: 95px;
    padding-bottom: 70px;
}
.blog-section-area {
    text-align: center;
    padding-top: 95px;
}
.other-pages-section {
    text-align: center;
    padding-top: 95px;
    padding-bottom: 70px;
}

.feature-area.wooc {
    background: #f3f9ff;
}
.feature-area.wooc .single-preview a {
    height: auto;
}
/* section title CSS */
.section-title-table{
	display: table;
	width: 100%;
	margin-bottom: 50px;
}
.section-title-table-cell{
	display: table-cell;
	vertical-align: middle;
}
.section-title-table-cell .title-heading{
    font-family: "Lato",sans-serif;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 42px;
    color: #e8e8e8;
}
.section-title-table-cell .description-heading{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
    color: #35382f;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.section-title-table-cell p{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #568ea5;
}

/* 1. button style */
.btn {
	-moz-user-select: none;
	background: #ff5e14;
	border: medium none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 35px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.8s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	transition: .8s;
}
.btn:hover{
	color: #fff;
}


/* 2. Preloader */
.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.ctn-preloader .animation-preloader {
  z-index: 1000;
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #ff5e14;
  height: 150px;
  margin: 0 auto 3.5em auto;
  width: 150px;
}

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "Poppins", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.ctn-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}

.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}

.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.ctn-preloader .loader .row {
  height: 100%;
}

.ctn-preloader .loader .loader-section {
  padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Poppins", sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Poppins", sans-serif;
  }
}


/* 3. Slider CSS */
.slider-area {
    background-image: url(../img/bg/banner-bg.jpg);
    padding-top: 150px;
    padding-bottom: 100px;
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.slider-logo {
    display: block;
    overflow: hidden;
    width: 220px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 35px;
}
.slider-logo img {
    width: 100%;
}
h1.slider-title {
	font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 35px;
    text-align: center;
    font-weight: 400;
    line-height: 55px;
}
.slider-bg-overlay{
	position: relative;
}
.slider-bg-overlay:before {
    background: #39537E none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    display: inherit !important;
}
.slider-btn-area {
    text-align: center;
    margin-top: 50px;
}
a.btn.filled-btn {
    margin-right: 15px;
}
a.btn.filled-btn:hover {
    background: #fff;
    color: #242424;
}
a.btn.bordered-btn {
    background: no-repeat;
    border: 1px solid #fff;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}
a.btn.bordered-btn:hover {
    color: #fff;
    background: #ff5e14;
    border: 1px solid #ff5e14;
}
a.btn.bordered-btn:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}
h2.promo-title {
    color: #ff5e14;
    font-size: 21px;
    margin-bottom: 0;
}
h2.promo-title i {
    margin-right: 10px;
}
.items-one {
    text-align: left ;
}
.items-two {
}
.items-three{
    text-align: right;
}
h2.promo-title a:hover {
    color: #242424;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}


/* 4. Preview Item CSS */
.single-preview {
    border-radius: 0px;
    display: inline-block;
    margin-bottom: 30px;
    overflow: visible;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .15)
}
.single-preview img {
    max-width: 100%;
    -webkit-transition: all 10s ease 0s;
    transition: all 10s ease 0s
}
.single-preview:hover img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}
.single-preview a::after,
.single-preview a::before {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}
.single-preview a {
    z-index: 11;
    height: 480px;
    background: #fff;
    display: block;
    overflow: hidden;
    position: relative;
}
.home-pages .single-preview a {
    height: 500px;
}
.single-preview.big-page a { 
    height: 835px;
}
.single-preview a::before {
    background: #ff5e14;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 2
}
.single-preview:hover a::before {
    opacity: .6;
}
.single-preview a .icon {
    background: #fff;
    border-radius: 100%;
    color: #242424;
    font-size: 20px;
    text-align: center;
    height: 50px;
    left: 50%;
    line-height: 50px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 50px;
    z-index: 9
}
.single-preview:hover a .icon {
    opacity: 1
}
.single-preview .demo-title {
    padding: 15px 0;
    text-align: center;
    background: #fff;
}
.single-preview .demo-title p {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* 5. Preview Item CSS */
.feature-area {
    background: #fbfafd;
    overflow: hidden;
    padding-bottom: 70px;
    padding-top: 95px
}
.single-features-item {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 30px;
    background: #fff;
    transition: all 0.5s linear;
    box-shadow: 0px 0px 57px 0px rgba(0,0,0,.11);
}
sup.meta-featured-post {
    top: 15px;
    color: #fff;
    width: auto;
    height: auto;
    right: -43px;
    display: block;
    font-size: 14px;
    position: absolute;
    padding: 16px 45px;
    background: #ff5e14;
    display: inline-block;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.mbs-30{
    margin-bottom: 30px;
}
.single-features-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 5px 5px 50px 0 rgba(112, 122, 122, 0.5);
    box-shadow: 5px 5px 50px 0 rgba(112, 122, 122, 0.5);
}
.single-features-item .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}
.single-features-item .icon img {
	width: 100%;
}
.single-features-item .title {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 5px;
}
.single-features-item .description {
    color: #5B7D9A;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    line-height: 25px;
    letter-spacing: 0;
    font-weight: 500;
}

/* 6. Footer Top CSS */
.footertop-bg-overlay{
	position: relative;
}
.footertop-bg-overlay:before {
    background: #39537E none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.footer-top-area {
    background-image: url(../img/bg/banner-bg.jpg);
    padding-top: 150px;
    padding-bottom: 160px;
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
}
.footer-content {
    position: relative;
    z-index: 1;
}
.footer-content h3 {
    font-size: 40px;
    line-height: 65px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
}
.filled-btn-footer {
    background: #ff5e14;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 25px;
}
a.btn.filled-btn-footer:hover {
    color: #242424;
    background: #fff;
}

/* 7. copyright */
.copyright-wrap {
	border-top: 1px solid #344043;
}
.copyright-text p {
	color: #242424;
	margin-bottom: 0;
	padding: 20px 0;
}
.copyright-text p a{
	color: #ff5e14;
}

.theme-support-icons {
    margin-top: 100px;
}
.theme-support-icons img {
    width: 50px;
    margin-right: 30px;
}
.theme-support-icons img:last-child {
    margin-right: 0;
}