/* =======================================================================
Template Name: Seori
Author:  ThemeStok
Author URI: http://ThemeStok.Net
Version: 1.0
Description: This Template is created for web template   
--------------------------------------------------------------------------
 CSS Index

* Default CSS
* Topbar CSS
* Banner CSS
* Features CSS
* About CSS
* Service CSS
* Counter CSS
* Portfolio CSS
* Review CSS
* Price Table CSS
* FAQ Video CSS
* Blog CSS
* Subscribe CSS
* Footer CSS
* Copyright CSS
* Scroll Top CSS
* Home 02 CSS
* Home 03 CSS
* Page Header CSS
* Contact Page CSS
* Form Design CSS
* Project Signle CSS
* Blog Sidebar CSS
* Blog List CSS
* Single Blog CSS
* Comment list CSS


/* Google Fonts
   ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');

/* ==========================================================================
   Default CSS
   ========================================================================== */

body {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  background: transparent;
  line-height: 24px;
  font-weight: 400;
  color: #666666;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  border: none;
  outline: 0;
  color: #333;
  font-family: 'Poppins', sans-serif;
}
a:hover,
a:focus,
a:active,
button:focus {
  text-decoration: none;
  border: none;
  outline: 0;
  font-family: 'Poppins', sans-serif;
  color: #fc4d4a;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #333333;
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
}
h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.section-padding {
  padding: 100px 0px;
}
.section-title {
  text-align: center;
  margin-bottom: 50px;
}
.section-title h2 {
  color: #330066;
}
.section-title p {
  color: #fc4d4a;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3.7px;
  margin-bottom: 5px;
}
.s-table {
  height: 100%;
  width: 100%;
  display: table;
}
.s-tablec {
  display: table-cell;
  vertical-align: middle;
}
.seori-btn {
  display: inline-block;
  background: #fc4d4a;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  padding: 14px 35px;
  border-radius: 25px;
  -webkit-transition: 0.4s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.seori-btn:hover {
  background: #242A3E;
  color: #fff;
}
.seori-btn:active,
.seori-btn:focus {
  color: #fff;
}
.plr-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  margin-right: 0px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-60 {
  margin-bottom: 60px;
}
/* ==========================================================================
   Topbar CSS
   ========================================================================== */

.top-bar {
  padding: 15px 0px;
  border-bottom: 1px solid #ccc;
}
.top-left {
  text-align: left;
}
.top-left li {
  display: inline-block;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
}
.top-left li:last-child {
  margin: 0;
}
.top-left li span:before {
  margin: 0;
  color: #fc4d4a;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 1px;
  display: inline-block;
}
.top-right {
  text-align: right;
}
.top-right li {
  display: inline-block;
  margin-right: 15px;
}
.top-right li:last-child {
  margin: 0;
}
.top-right li a {
  color: #a7a0b1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.top-right li a:hover {
  color: #fc4d4a;
}
/* ==========================================================================
   Main Menu CSS
   ========================================================================== */

.logo {
  padding: 35px 0px;
  text-align: left;
}
.logo a img {
  width: 140px;
  height: auto;
}
.menu-btn {
  margin-top: 25px;
  text-align: right;
}
.main-menu {
  padding: 0px 0px;
}
.menu-right ul {
  text-align: right;
}
.menu-right ul li {
  display: inline-block;
  margin-right: 30px;
  padding: 40px 0px;
  position: relative;
}
.menu-right ul li:last-child {
  margin-right: 0px;
}
.menu-right ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu-right ul li a i {
  margin-left: 2px;
  vertical-align: middle;
}
.menu-right ul li a:hover,
.menu-right ul li a:active {
  color: #fc4d4a;
}
.menu-right li ul {
  background: #fff;
  border-top: 3px solid #330066;
  left: -20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  text-align: left;
  top: 120px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 230px;
  z-index: -1;
}
.menu-right ul li:hover ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 98px;
  z-index: 99;
}
.menu-right li ul li {
  display: block;
  padding-top: 0;
  margin-right: 0;
}
.menu-right li ul li a {
  padding-bottom: 13px;
  padding-top: 10px;
  display: block;
  text-transform: none;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
}
.menu-right li ul li:last-child a {
  border: none;
}
.menu-right li li {
  padding: 0;
}
#responsive-menu {
  display: none;
}
.slicknav_nav a {
  font-size: 16px;
}
/* ==========================================================================
   Banner CSS
   ========================================================================== */

.seori-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.banner {
  background-image: url(img/banner-full.png);
  background-size: cover;
  background-position: center bottom;
  position: relative;
  padding: 179px 0px 170px 0px;
  background-repeat: no-repeat;
}
.banner-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3.7px;
  color: #fc4d4a;
}
.banner-content h2 {
  color: #330066;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  margin-top: 20px;
  margin-bottom: 17px;
}
.banner-content p {
  margin-bottom: 30px;
}
/* ==========================================================================
   Features CSS
   ========================================================================== */

.features-item {
  text-align: center;
  background: #f5f6ff;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}
.features-item:before {
  position: absolute;
  background: #fc4d4a;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: -30px;
  content: "";
  bottom: -30px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.features-item:hover:before {
  background: #fc4d4a;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  content: "";
  border-radius: 0px;
}
.features-item i:before {
  margin: 0;
  color: #fc4d4a;
  font-size: 50px;
  line-height: 50px;
  display: block;
  vertical-align: middle;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.features-item:hover h3,
.features-item:hover p,
.features-item:hover i:before {
  color: #fff;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.features-item h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.features-item p {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.step-point {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  font-weight: 500;
  color: #330066;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  font-family: 'Poppins', sans-serif;
}
/* ==========================================================================
   About CSS
   ========================================================================== */

.about {
  background-image: url("img/about-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}
.about-right {
  text-align: right;
}
.about-right img {
  /* width: 350px; */
  border: 1px solid #242a3e;
  /* border-radius: 0px 0px 0px 130px; */
}
.about-left h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3.7px;
  color: #fc4d4a;
  margin-bottom: 5px;
}
.about-left h2 {
  color: #330066;
}
.about-left p {
  margin-top: 20px;
  margin-bottom: 30px;
}
/* ==========================================================================
   Service CSS
   ========================================================================== */

.service-item {
  text-align: center;
  padding: 40px 30px;
  border: 1px solid #f2f6ff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service-item:hover {
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
}
.service-item i:before {
  margin: 0;
  color: #fc4d4a;
  font-size: 65px;
  line-height: 65px;
  display: block;
  vertical-align: middle;
}
.service-item h3 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.service-item a {
  display: block;
  color: #fc4d4a;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 16px;
}
/* ==========================================================================
   Counter CSS
   ========================================================================== */

.counter {
  background: #f3f6ff;
  text-align: center;
}
.counter-item h3 span {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  margin-left: 10px;
  color: #242a3e;
}
.counter-item p {
  color: #fc4d4a;
  font-size: 20px;
}
.counter-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fc4d4a;
  line-height: 30px;
}
/* ==========================================================================
   Portfolio CSS
   ========================================================================== */

.portfolio-item {
  position: relative;
}
.portfolio-content {
  text-align: center;
  position: absolute;
  left: 30px;
  bottom: 45px;
  right: 30px;
  background: #eff2ff;
  padding: 25px 30px;
  border-radius: 5px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.portfolio-item:hover .portfolio-content {
  bottom: 30px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.portfolio-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fc4d4a;
}
.portfolio-content p {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #333;
}
.portfolio-content p span {
  color: #fc4d4a;
  margin-right: 3px;
}
.portfolio-btn {
  text-align: center;
  margin-top: 40px;
}
/* ==========================================================================
   Review CSS
   ========================================================================== */

.review {
  background-image: url(img/review.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.review-item {
  background: #fff;
  padding: 30px;
  text-align: center;
}
.review-item ul li {
  display: inline-block;
  color: #fac917;
  font-size: 16px;
}
.review-item p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.review-item {
  position: relative;
}
.quote-right {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.quote-right i:before {
  font-size: 65px;
  margin: 0;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.review-item h4 {
  font-size: 13px;
}
.review-item h3 {
  color: #fc4d4a;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px;
}
/* ==========================================================================
   Price Table CSS
   ========================================================================== */

.price-tab {
  margin-bottom: 60px;
}
.price-tab .nav-tabs {
  border: 0;
}
.price-tab .nav-tabs .nav-link {
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  display: inline-block;
  color: #fc4d4a;
  border-radius: 0px;
  border: 0;
  margin: 0;
  text-transform: uppercase;
  border: 1px solid #fc4d4a;
}
.price-tab .nav-tabs .nav-item.show .nav-link,
.price-tab .nav-tabs .nav-link.active {
  background: #fc4d4a;
  border: 1px solid #fc4d4a;
  color: #fff;
}
.price-item {
  text-align: center;
  padding: 40px 30px;
}
.price-one {
  background: #f3f6ff;
}
.price-two {
  background: #e6ecff;
}
.price-icon img {
  width: 75px;
}
.price-one .price-btn a {
  background: #242a3e;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.price-one .price-btn a:hover {
  background: #fc4d4a;
}
.price-content li {
  color: #999;
  font-size: 16px;
  line-height: 36px;
}
.price-btn {
  margin-top: 27px;
}
.price-head h3 {
  font-weight: 500;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #242a3e;
}
.price-head h4 {
  color: #fc4d4a;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 24px;
}
/* ==========================================================================
   FAQ Video CSS
   ========================================================================== */

.faq-video {
  background: #f3f6ff;
}
.faq-video .card {
  border: none;
  background: #fff;
  margin-bottom: 20px;
}
.faq-left .card:last-child {
  margin-bottom: 0;
}
.faq-video .card-header {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.faq-video .card-body {
  padding: 0px 30px;
  padding-bottom: 25px;
}
.faq-video button {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border: none;
  background: transparent;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 15px 30px;
}
.seobtn[aria-expanded="true"] {
  color: #fc4d4a;
}
.video-right {
  background-image: url(img/4-GIS-Layers.jpg);
  border: 1px solid #242a3e;
  padding: 15px;
  min-height: 443px;
  background-size: cover;
  background-position: center;
  height: 100%;
  max-width: 450px;
  margin: 0 0 0 auto;
  z-index: 1;
  position: relative;
}
.video-right:after {
  position: absolute;
  /* background: rgba(0, 0, 0, 0.5); */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.video-icon {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fc4d4a;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fc4d4a;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.video-icon span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
/* ==========================================================================
   Blog CSS
   ========================================================================== */

.blog-content {
  padding: 15px 20px;
  border: 1px solid #f2f6ff;
  border-top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-title h3 a {
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-title h3 a:hover {
  color: #fc4d4a;
}
.blog-title p {
  margin-top: 10px;
  margin-bottom: 20px;
}
.blog-meta {
  overflow: hidden;
  padding-bottom: 15px;
}
.blog-author h4 {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.blog-author h5 {
  font-size: 13px;
  line-height: 13px;
  color: #666;
}
.blog-date {
  font-size: 13px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  background: #fc4d4a;
  color: #fff;
  line-height: 18px;
  padding: 5px 10px;
  text-align: center;
  padding-top: 6px;
}
.blog-avater {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 50px;
  height: 50px;
}
.blog-author img {
  overflow: hidden;
}
.blog-date {
  float: right;
}
.blog-author {
  float: left;
  position: relative;
  padding-top: 3px;
  padding-left: 70px;
}
.blog-item:hover .blog-content {
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
}
/* ==========================================================================
   Subscribe CSS
   ========================================================================== */

.subscribe-now {
  position: relative;
  margin-bottom: -70px;
  z-index: 9;
}
.subscribe-bg {
  margin: 0;
  background: #fc4d4a;
  padding: 40px 0px;
}
.subscribe-left h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.subscribe-box {
  position: relative;
  width: 100%;
}
.subscribe-box input[type="text"] {
  color: #fff;
  display: block;
  height: 60px;
  padding-left: 30px;
  padding-right: 205px;
  font-size: 14px;
  position: relative;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  border: none;
  border-radius: 30px;
  background: #242a3e;
}
.subscribe-box button {
  display: block;
  cursor: pointer;
  height: 60px;
  width: 200px;
  padding: 10px 0px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  background: #33416f;
  border: none;
  color: #fff;
  border-radius: 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.form-control:focus {
  color: transparent;
  background-color: transparent;
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* ==========================================================================
   Footer CSS
   ========================================================================== */

.footer {
  background-color: #202846;
  background-image: url("img/map.png");
  padding-top: 170px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.footer-widget h3 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.widget {
  margin-top: 20px;
}
.about-info {
  color: #fff;
}
.social-icon li {
  display: inline-block;
  margin-right: 15px;
}
.social-icon li:last-child {
  margin: 0;
}
.social-icon li a {
  border: 1px solid #f2f6ff;
  color: #fff;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  font-size: 14px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.social-icon li a:hover {
  background: #fc4d4a;
  border: 1px solid #fc4d4a;
}
.footer-menu li a {
  line-height: 34px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-menu li a:hover {
  color: #fc4d4a;
}
.blog-widget ul li {
  position: relative;
  padding-left: 90px;
  margin-bottom: 25px;
}
.blog-widget ul li:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-widget ul li a img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 65px;
  height: 70px;
}
.blog-widget li h4 a {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-widget li h4 a:hover {
  color: #fc4d4a;
}
.blog-widget ul li p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
/* ==========================================================================
   Copyright CSS
   ========================================================================== */

.footer-copyright {
  background: #242a3e;
  padding: 30px 0px;
}
.copyright-content {
  text-align: center;
}
.copyright-content h4 {
  color: #fff;
  font-size: 16px;
}
.copyright-content h4 a {
  color: #fc4d4a;
}
/* ==========================================================================
   Scroll Top CSS
   ========================================================================== */

.scroll-top {
  background: #2a3a73;
  bottom: 44px;
  position: fixed;
  right: 1px;
  z-index: 9;
  cursor: pointer;
  display: none;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  border-radius: 0px 30px 30px 0px;
}
.scroll-top span {
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 10px 30px;
}
.scroll-up:hover {
  color: #fff;
}
/* ==========================================================================
   Home 02 CSS
   ========================================================================== */

.h2-banner {
  background-image: url(img/home2-banner.jpg);
  background-position: center center;
  position: relative;
  z-index: 1;
}
.h2-banner:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.h2-topleft li,
.h2-topright li a,
.h2-menuright ul li a,
.h2-bancontent h2,
.h2-bancontent p {
  color: #fff;
}
.h2-menuright li ul li a {
  color: #333;font-size: 11px;
}
.h2-menuright li ul {
  border-top: 3px solid #fc4d4a;
}
.h2-topbar {
  border-bottom: 1px solid #666;
}
.h2-blog {
  background: #f3f6ff;
}
.h2-blogitem {
  background: #fff;
  border: none;
}
/* ==========================================================================
   Home 03 CSS
   ========================================================================== */

.h3-banner1 {
  background-image: url(img/slider-1.jpg);
  background-position: center center;
  position: relative;
  z-index: 1;
}
.h3-banner2 {
  background-image: url(img/slider-2.jpg);
  background-position: center center;
  position: relative;
  z-index: 1;
}
.h3-banner1:after,
.h3-banner2:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.h3-bancontent h2,
.h3-bancontent p {
  color: #fff;
}
.type-banner {
  background-image: url(img/type-bg.jpg);
  background-position: center center;
  position: relative;
  z-index: 1;
}
.type-banner:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.typed-cursor {
  font-weight: 400;
  margin-left: 10px;
}
.is-sticky .onepage-head {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
/* ==========================================================================
   Page Header CSS
   ========================================================================== */

.page-header {
  background-color: #33416f;
  z-index: 1;
  position: relative;
  padding-top: 230px;
  padding-bottom: 100px;
}
.page-header:after {
  position: absolute;
  background: rgba(19, 21, 54, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.page-title h2 {
  color: #fff;
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 15px;
}
.page-title ul li {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
.page-title ul li:last-child {
  margin-right: 0;
}
.page-title ul li:last-child a {
  color: #fc4d4a;
}
.page-title li:last-child:before {
  content: "|";
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}
.page-title li a {
  font-size: 18px;
  color: #fff;
}
/* ==========================================================================
   Contact Page CSS
   ========================================================================== */

.contact-item {
  text-align: center;
  border: 1px solid #f2f6ff;
  padding: 40px 10px;
}
.contact-item h3 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.contact-item i:before {
  margin: 0;
  font-size: 35px;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  background: #fc4d4a;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
}
.contact-left li a:hover i {
  background: #fc4d4a;
  color: #fff;
}
.contact-left li a i {
  background: #242a3e;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-left li {
  display: inline-block;
  margin-right: 15px;
}
.contact-left li:last-child {
  margin: 0;
}
.contact-left h2 {
  margin-bottom: 30px;
}
.contact-left p {
  margin: 25px 0px;
}
.contact-left h3 {
  margin-bottom: 30px;
}
.contact-left {
  margin-top: 50px;
}
/* ==========================================================================
   Form Design CSS
   ========================================================================== */

.contact-form {
  padding-bottom: 100px;
}
.form-group {
  margin-bottom: 30px;
}
.form-group input {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  padding-left: 25px;
  background-color: #f2f6ff;
  border-radius: 3px;
}
.form-group button {
  border: none;
}
.form-group textarea {
  border: 1px solid #ccc;
  padding: 20px;
  width: 100%;
  padding-left: 25px;
  resize: none;
  height: 230px;
  background-color: #f2f6ff;
}
.form-group input:hover,
.form-group input:focus,
.form-group textarea:hover {
  outline: none;
}
input[type="text"]:focus,
input[type="email"]:focus {
  border-color: #ccc;
}
textarea:focus {
  border-color: #ccc;
}
.form-group.button {
  margin-bottom: 0px;
}
/* ==========================================================================
  Project Signle CSS
   ========================================================================== */

.project-meta {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.project-meta li {
  display: inline-block;
  margin-right: 15px;
}
.project-meta li:last-child {
  margin: 0;
}
.project-meta li a {
  color: #FC4D4A;
}
.project-meta li i {
  margin-right: 5px;
  color: #FC4D4A;
}
.project-single-img img {
  width: 100%;
}
.pro-single-content {
  margin-top: 0px;
}
.pro-single-content h3 {
  margin-bottom: 20px;
}
.pro-single-content p {
  margin-bottom: 20px;
}
.pro-single-content p:last-child {
  margin-bottom: 0;
}
.project-sidebar {
  background: #f5f6ff;
  padding: 30px;
  margin-top: 85px;
}
.project-sidebar li {
  margin-bottom: 30px;
}
.project-sidebar li:last-child {
  margin: 0;
}
.project-sidebar li span {
  color: #333;
  font-weight: 500;
  margin-right: 5px;
}
.project-sidebar li span i {
  color: #FC4D4A;
  font-size: 14px;
  vertical-align: ;
  margin-right: 4px;
}
.project-sidebar li a {
  color: #677286;
}
.pro-single-btn {
  background: #FC4D4A;
  display: block;
  text-align: center;
  padding: 10px 0px;
  font-weight: 500;
  border-radius: 4px;
}
.project-sidebar li:last-child a {
  color: #fff;
}
.project-next-prev li a {
  color: #666;
  background: #ccc;
  padding: 7px 25px;
  display: block;
  font-weight: 500;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.project-next-prev li:first-child a,
.project-next-prev li a:hover {
  background: #FC4D4A;
  color: #fff;
}
.project-next-prev li {
  display: inline-block;
  margin-right: 15px;
}
.project-next-prev li:last-child {
  margin-right: 0px;
}
.project-next-prev {
  margin-top: 40px;
}
/* ==========================================================================
  Blog Sidebar CSS
   ========================================================================== */

.side-widget {
  border-radius: 15px;
  padding: 30px;
  border: 1px solid #f5f6ff;
  margin-bottom: 30px;
}
.side-widget h3 {
  margin-bottom: 30px;
}
.side-search {
  margin-bottom: 30px;
}
.side-search form.search-box {
  position: relative;
  width: 100%;
}
.search-box input[type="text"] {
  color: #666;
  display: block;
  height: 60px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 14px;
  position: relative;
  width: 100%;
  background: #f5f6ff;
  border: none;
}
.search-box button {
  display: block;
  cursor: pointer;
  height: 60px;
  width: 80px;
  padding: 11px 0px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  background: #FC4D4A;
  border: none;
  color: #fff;
  font-size: 20px;
}
.form-control:focus {
  color: #666699;
  background-color: #FC4D4A;
  border-color: #cff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.about-me b {
  color: #333;
  font-weight: 600;
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
}
.about-me img {
  width: 100%;
}
.cat-list li a {
  color: #666;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cat-list li {
  margin-bottom: 30px;
}
.cat-list li:last-child {
  margin: 0;
}
.cat-list li a:hover {
  color: #FC4D4A;
}
.cat-list li a:hover span {
  background: #FC4D4A;
  color: #fff;
}
.cat-list li a span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: right;
  background: #f5f6ff;
  color: #FC4D4A;
  display: block;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
}
.follow-social li {
  display: inline-block;
  margin-right: 15px;
}
.follow-social li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #33416f;
  background: #f3f6ff;
  height: 45px;
  width: 45px;
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
}
.follow-social li:last-child {
  margin: 0;
}
.follow-social li a:hover {
  background: #FC4D4A;
  color: #fff;
}
.blog-archive li a {
  color: #666;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-archive li {
  margin-bottom: 20px;
}
.blog-archive li i {
  margin-right: 5px;
  color: #FC4D4A;
}
.blog-archive li:last-child {
  margin: 0;
}
.blog-archive li a:hover {
  color: #FC4D4A;
}
.bg-newsletter {
  background: #33416f;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  height: auto;
  position: relative;
  border-radius: 15px;
  border: none;
}
.bg-newsletter:after {
  position: absolute;
  background: rgba(19, 21, 54, 0.9);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 15px;
}
.bg-newsletter h3 {
  color: #fff;
}
.newsletter input {
  width: 100%;
  margin-bottom: 30px;
  border: none;
  background: #fff;
  height: 50px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #233d63;
  border-radius: 30px;
}
.newsletter button {
  width: 100%;
  border: none;
  background: #FC4D4A;
  color: #fff;
  font-weight: 600;
  height: 50px;
  border-radius: 30px;
  text-transform: uppercase;
}
.blog-tags li a {
  display: inline-block;
  background: #ccc;
  padding: 0px 15px;
  float: right;
  margin-right: 15px;
  color: #330066;
  border-radius: 30px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-top: 7px;
  padding-bottom: 10px;
}
.blog-tags li a:hover {
  color: #fff;
  background: #FC4D4A;
}
.blog-tags li {
  display: inline-block;
}
.blog-tags li:last-child a {
  margin: 0;
}
/* ==========================================================================
  Blog List CSS
   ========================================================================== */

.blog-pagination {
  margin-top: 40px;
  text-align: center;
}
.bloglist-content h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}
.bloglist-content {
  padding: 30px;
}
.bloglist-content {
  border: 1px solid #f5f6ff;
  border-top: none;
}
.bloglist-content h2 a {
  color: #330066;
}
.bloglist-content > a {
  color: #FC4D4A;
  font-weight: 600;
  margin-top: 20px;
  display: block;
}
.bloglist-content a span {
  margin-left: 8px;
}
.bloglist-img img {
  width: 100%;
}
.bloglist-meta {
  border: 1px solid #f5f6ff;
  border-top: 0;
  padding: 30px;
}
.bloglist-meta li a {
  color: #FC4D4A;
}
.bloglist-meta li i {
  color: #FC4D4A;
  margin-right: 8px;
}
.bloglist-meta li {
  margin-right: 15px;
  font-size: 14px;
  display: inline-block;
}
.bloglist-meta li:last-child {
  margin: 0;
}
.blog-pagination li {
  display: inline-block;
  margin-right: 15px;
}
.blog-pagination li a {
  color: #33416f;
  background: #f3f6ff;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-pagination li:last-child {
  margin: 0;
}
.blog-pagination li .active,
.blog-pagination li a:hover {
  background: #FC4D4A;
  color: #fff;
}
.side-widget:last-child {
  margin: 0;
}
/* ==========================================================================
  Single Blog CSS
   ========================================================================== */

.single-blog-content h2 {
  font-size: 35px;
  line-height: 45px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-blog-content p {
  margin-bottom: 20px;
}
.blog-con-meta {
  margin-bottom: 30px;
}
.blog-con-meta li a {
  color: #fc4d4a;
}
.blog-con-meta li i {
  color: #fc4d4a;
  margin-right: 8px;
}
.blog-con-meta li {
  margin-right: 15px;
  display: inline-block;
  font-size: 14px;
}
.blog-con-meta li:last-child {
  margin: 0;
}
.related-tag span {
  display: block;
  font-weight: 500;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}
.related-tag li {
  overflow: hidden;
  display: inline-block;
  margin-right: 5px;
}
.related-tag li a {
  color: #330066;
}
.related-tag li a:hover {
  color: #fc4d4a;
}
.related-tag {
  margin-top: 5px;
}
.related-share li {
  display: inline-block;
}
.related-share li a {
  color: #000;
}
.related-share {
  text-align: right;
}
.related-share li a {
  color: #fff;
  height: 40px;
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.related-share li {
  margin-right: 15px;
}
.related-share li:last-child {
  margin: 0;
}
.sfb {
  background: #336699;
}
.stwi {
  background: #6699ff;
}
.sin {
  background: #cc3366;
}
/* ==========================================================================
  Comment list CSS
   ========================================================================== */

.comt-user {
  float: left;
  margin-top: 8px;
}
.comt-detail {
  overflow: hidden;
  padding-left: 30px;
}
.comtuser-name p {
  margin: 0;
  color: #333;
  font-size: 14px;
}
.comtuser-name {
  position: relative;
  overflow: hidden;
}
.comtuser-name a {
  position: absolute;
  top: 0;
  color: #fc4d4a;
  font-weight: 600;
  right: 0;
}
.comtuser-name h3 {
  font-size: 16px;
  font-weight: 600;
  color: #330066;
}
.comt-user img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
}
.comment-count {
  margin: 30px 0px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.comtuser-name a i {
  margin-right: 5px;
  color: #fc4d4a;
}
.comt-sub {
  margin-left: 48px;
}
.comment-temp li {
  margin-bottom: 15px;
}
.comment-temp li:last-child {
  margin: 0;
}
.comment-form-title {
  margin-bottom: 30px;
}

/* ==========================================================================
  Preloader CSS
   ========================================================================== */

.spinner {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.seori-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #003366;
  z-index: 9999;
}
.seori-loader .spinner {
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}