@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: 
    Template URI: 
    Description: This is html5 template
    Author: 
    Author URI: 
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================
  
    Theme default CSS
    1. Home One
        1.2 Hero One
        1.3 Brand One
        1.4 Overview One
        1.5 Core Feature One
        1.6 Features One
        1.7 Sreenshot One
        1.8 FAQ One
        1.9 Video One
        1.10 Pricing One
        1.11 Testomonial One
        1.12 Blogs One
        1.13 Donwload One
        1.14 Contact One
        1.15 Fooer One
    2. Home Two
        2.2 Responsive Layout 2
        2.3 Amazing Layout 2
        2.4 Video 2
        2.5 Why Choose 2
        2.6 Faq Area 2
        2.7 Pricing 2
        2.8 Team 2
        2.9 Testimonial 2
        2.10 Blog 2
        2.11 Additional Info Area
        2.12 Footer 2
    3. Home Three
        3.2 Hero 3
        3.3 Progress
        3.4 Real Data 3
        3.5 Counter 3
        3.6 Info Box
        3.7 Easily Customizable
        3.8 Video 3
        3.9 Why Choose 3
        3.10 FAQ 3
        3.11 Pricing 3
        3.12 Team 3
        3.13 Testimonial 3
        3.14 Blog 3
        3.15 Contact 3
        3.16 Footer 3
    4. Blog
    5. Blog Details
    
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  Other Files
/*----------------------------------------*/
/*google-font*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
/*----------------------------------------*/
/*  Theme default CSS
/*----------------------------------------*/
.clear {
  clear: both;
}

::-moz-selection {
  background: #1386fc;
  color: #ffffff;
  text-shadow: none;
}

::selecton {
  background: #1386fc;
  color: #ffffff;
  text-shadow: none;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

div#preloader {
  background: #ffffff url("../img/loader.gif") no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

header.navbar-fixed-top {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
          box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
  left: 0;
  background: #1386fc;
  padding: 15px 10px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-108 {
  margin-top: 108px;
}

.text-left {
  text-align: left;
}

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

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #ffffff;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0;
  color: #888;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

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

button,
input,
textarea {
  letter-spacing: 0;
}

/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/
/* 
--------------------------
- Default Typography
--------------------------
*/
body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
  margin-bottom: 0px;
}

h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 0px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0px;
}

h4 {
  font-size: 18px;
  line-height: 22px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
}

p img {
  margin: 0;
}

span {
  font-family: "Poppins", sans-serif;
}

/* em and strong */
em {
  font: 15px/30px;
}

strong,
b {
  font: 15px/30px;
}

small {
  font-size: 11px;
  line-height: inherit;
}

/*  blockquotes */
blockquote {
  border-left: 0 none;
  font-family: "Poppins", sans-serif;
  margin: 10px 0;
  padding-left: 40px;
  position: relative;
}

blockquote::before {
  color: #4e5665;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 36px;
  left: 20px;
  line-height: 0;
  margin: 0;
  opacity: 0.5;
  position: absolute;
  top: 20px;
}

blockquote p {
  font-style: italic;
  padding: 0;
  font-size: 18px;
  line-height: 36px;
}

blockquote cite {
  display: block;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  border: none;
}

/* abbreviations */
abbr {
  color: #444;
  font-weight: 700;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: 0;
}

abbr:hover {
  cursor: help;
}

/* links */
a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  outline: 0;
  letter-spacing: 0;
}

a:hover,
a:active {
  color: #1386fc;
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

p a,
p a:visited {
  line-height: inherit;
  outline: 0;
}

a.active-page {
  color: #e6ae48;
}

/* list */
ul,
ol {
  margin-bottom: 0px;
  margin-top: 0px;
}

ul {
  margin: 0;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 0px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 0px;
}

li {
  line-height: 18px;
  margin-bottom: 0px;
}

/* definition list */
dl {
  margin: 12px 0;
}

dt {
  margin: 0;
  color: #11ABB0;
}

dd {
  margin: 0 0 0 20px;
}

button {
  cursor: pointer;
}

/* 
--------------------------
- Custom Typography
--------------------------
*/
/* Your Custom Typography. */
.bg-with-black {
  position: relative;
}

.bg-with-black::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-with-white {
  position: relative;
}

.bg-with-white::before {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-with-blue {
  position: relative;
}

.bg-with-blue::before {
  background: #00bff3 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.hvr-bs:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.container-v1 {
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-v2 {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-style-1 {
  display: inline-block;
  background: #ffffff;
  color: #1386fc;
  border-radius: 3px;
  font-size: 18px;
  line-height: 22px;
  padding: 24px 66px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-style-1:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -moz-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -o-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.btn-style-2 {
  display: inline-block;
  background: #1386fc;
  color: #ffffff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 22px;
  padding: 24px 66px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-style-2:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -moz-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -o-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  color: #ffffff;
}

.btn-style-3 {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #1386fc;
  color: #1386fc;
  border-radius: 3px;
  font-size: 18px;
  line-height: 22px;
  padding: 24px 66px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-style-3:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -moz-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -o-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  background: #1386fc;
  color: #ffffff;
}

.btn-style-4 {
  display: inline-block;
  background: #ffffff;
  color: #fe978e;
  border-radius: 3px;
  font-size: 18px;
  line-height: 22px;
  padding: 24px 66px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-style-4:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -moz-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -o-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  color: #fe978e;
}

.btn-style-5 {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #fe978e;
  color: #fe978e;
  border-radius: 3px;
  font-size: 18px;
  line-height: 22px;
  padding: 24px 66px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-style-5:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -moz-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -o-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  background: #fe978e;
  color: #ffffff !important;
}

.btn-style-6 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#fe9290), to(#ff759d));
  background: linear-gradient(90deg, #fe9290 0%, #ff759d 100%);
  color: #ffffff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 22px;
  padding: 24px 66px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-style-6:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -moz-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -o-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  color: #ffffff !important;
}

.btn-style-7 {
  display: inline-block;
  background: #ffffff;
  color: #f9556d;
  border-radius: 3px;
  font-size: 18px;
  line-height: 22px;
  padding: 24px 66px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-style-7:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -moz-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -o-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.btn-style-8 {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #01358d;
  color: #01358d;
  border-radius: 3px;
  font-size: 18px;
  line-height: 22px;
  padding: 24px 66px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-style-8:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -moz-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -o-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  background: #01358d;
  color: #ffffff !important;
}

.btn-style-9 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#073c95), to(#3068c6));
  background: linear-gradient(90deg, #073c95 0%, #3068c6 100%);
  color: #ffffff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 22px;
  padding: 24px 66px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-style-9:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -moz-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -o-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  color: #ffffff;
}

.section-title {
  text-align: center;
  margin: 0 0 70px;
}

.section-title .title {
  font-size: 48px;
  line-height: 52px;
}

.section-title .desc {
  font-size: 24px;
  line-height: 40px;
  margin: 30px 0 0;
}

.section-title.white .title {
  color: #ffffff;
}

.section-title.white .desc {
  color: #ffffff;
}

.section-title-2 {
  text-align: center;
  margin: 0 0 100px;
}

.section-title-2 .title {
  font-size: 55px;
  line-height: 80px;
}

.section-title-2 .text {
  font-size: 20px;
  line-height: 36px;
  margin: 40px 0 0;
}

.section-title-2 .intro {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 22px;
  color: #fe978e;
}

.section-title-2.white .title {
  color: #ffffff;
}

.section-title-2.white .text {
  color: #ffffff;
}

.section-title-2.white .intro {
  color: #ffffff;
}

.section-title-3 {
  margin: 0 0 70px;
}

.section-title-3 .intro {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 22px;
  color: #f9556d;
}

.section-title-3 .title {
  font-size: 55px;
  line-height: 70px;
  color: #01358d;
}

.section-title-3 .title .color {
  color: #f9556d;
}

.section-title-3 .text {
  font-size: 24px;
  line-height: 40px;
  margin: 40px 0 0;
}

.section-title-3.white .intro {
  color: #ffffff;
}

.section-title-3.white .title {
  color: #ffffff;
}

.section-title-3.white .title .color {
  color: #ffffff;
}

.section-title-3.white .text {
  color: #ffffff;
}

.color {
  color: #1386fc;
  font-family: inherit;
}

/*----------------------------------------*/
/*  1. Home One
/*----------------------------------------*/
.header1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 40px 0;
}

.header1 .logo a {
  display: block;
}

.header1 .stellarnav {
  background: transparent;
}

.header1 .stellarnav ul {
  text-align: right;
}

.header1 .stellarnav ul li {
  text-align: left;
  position: relative;
}

.header1 .stellarnav ul li::after {
  content: "";
  position: absolute;
  left: 25px;
  bottom: 0;
  height: 3px;
  width: 26px;
  background: #ffffff;
  opacity: 0;
}

.header1 .stellarnav ul li.active::after {
  opacity: 1;
}

.header1 .stellarnav ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding: 12px 24px;
}

.header1 .stellarnav ul li a::after {
  display: none;
}

.header1 .stellarnav ul li:hover > a {
  color: #000000;
}

.header1 .stellarnav ul li ul {
  box-shadow: 3.709px 5.936px 51px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3.709px 5.936px 51px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3.709px 5.936px 51px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3.709px 5.936px 51px 0px rgba(0, 0, 0, 0.2);
}

.header1 .stellarnav ul li ul li:hover > a {
  color: #1386fc;
}

.header1 .stellarnav ul li ul li a {
  color: #000000;
  padding: 14px;
}

.header1 .mobile.light {
  text-align: right;
}

.header1 .mobile.light .menu-toggle {
  color: #ffffff;
  font-size: 18px;
  padding-right: 0;
}

.header1 .mobile.light .menu-toggle .bars span {
  background: #ffffff;
}

.header1 .mobile.light ul {
  text-align: left;
}

.header1 .mobile.light ul li a {
  color: #000000;
}

.header1 .mobile.light ul li ul {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

/* 1.2 Hero One */
.hero1-area {
  background-image: url(../img/home-one/hero-bg.png);
  background-size: cover;
  background-position: left top;
  padding: 360px 0 270px;
  position: relative;
}

.hero1-area .hero1-banner {
  position: absolute;
  right: 0;
  top: 216px;
}

.hero1-content .title {
  color: #ffffff;
  font-size: 72px;
  line-height: 81px;
}

.hero1-content .text {
  color: #bddeff;
  font-size: 20px;
  line-height: 36px;
  margin: 48px 0 0;
}

.hero1-content .download-more {
  margin: 66px 0 0;
}

.hero1-content .download-more .download {
  margin-right: 40px;
}

.hero1-content .download-more .learn {
  text-decoration: underline;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

/* 1.3 Brand One */
.brand1-area {
  padding: 60px 0 30px;
}

.all-brand1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.all-brand1 .single-brand {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  margin-bottom: 30px;
}

.all-brand1 .single-brand img {
  max-height: 64px;
}

/* 1.4 Overview One */
.overview1-area {
  padding: 140px 0 100px;
  position: relative;
  z-index: 2;
}

.overview1-area .overview1-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -78px;
  height: 100%;
  width: 100%;
}

.overview1-area .overview1-bg img {
  width: auto;
}

.overview1-area .container-v1 {
  background: #ffffff;
  box-shadow: -0.559px -0.829px 120px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -0.559px -0.829px 120px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -0.559px -0.829px 120px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: -0.559px -0.829px 120px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 70px 0 20px;
}

.single-overview {
  box-shadow: 0px 3px 84px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 3px 84px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 84px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 3px 84px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 30px;
  margin: 0 0 30px;
}

.single-overview .icon {
  padding: 15px;
  display: inline-block;
  height: 80px;
  background: url(../img/home-one/overview-icon-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 78px 80px;
}

.single-overview .icon .icon-box {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: #1386fc;
  text-align: center;
  box-shadow: 1.5px 2.598px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1.5px 2.598px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1.5px 2.598px 8px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1.5px 2.598px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  line-height: 46px;
}

.single-overview .content {
  margin: 12px 0 0;
}

.single-overview .content .text {
  margin: 24px 0 0;
}

.single-overview .content .link {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #1386fc;
  margin: 50px 0 0;
}

/* 1.5 Core Feature One */
.core-feature1-area {
  position: relative;
  z-index: 2;
  padding: 100px 0 100px;
  margin-bottom: 100px;
}

.core-feature1-area .core-feature1-bg {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 21px;
}

.core-feature1-area .core-feature1-banner {
  position: absolute;
  z-index: -1;
  left: 40px;
  top: 57px;
}

.core-feature1-content {
  margin-top: 100px;
}

.core-feature1-content .section-title {
  text-align: left;
  margin-bottom: 50px;
}

.core-feature1-content .all-info-list {
  border-top: 1px solid #cfcfcf;
  padding-top: 26px;
}

.core-feature1-content .list-info {
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 28px;
  padding-left: 28px;
}

.core-feature1-content .list-info::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}

.core-feature1-content .list-info:hover {
  color: #1386fc;
}

.core-feature1-content .list-info:hover::before {
  color: #1386fc;
}

/* 1.6 Features One */
.features1-area {
  position: relative;
  z-index: 2;
  padding: 100px 0 100px;
}

.features1-area .features1-bg {
  position: absolute;
  z-index: -1;
  right: 120px;
  top: 10px;
}

.features1-content {
  margin-top: 80px;
}

.features1-content .section-title {
  text-align: left;
}

.features1-content .section-title .title-3 {
  color: #1386fc;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 38px;
}

.features1-content .section-title .title {
  position: relative;
  padding-bottom: 26px;
}

.features1-content .section-title .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 72px;
  background: #1386fc;
}

.features1-content .section-title .title-2 {
  font-size: 27px;
  line-height: 31px;
  margin-top: 32px;
}

.features1-content .explore-more .explore {
  margin-right: 40px;
}

.features1-content .explore-more .learn {
  text-decoration: underline;
  color: #02152e;
  font-size: 20px;
  font-weight: 500;
}

.features1-content .explore-more .learn:hover {
  color: #1386fc;
}

.features1-infos .right-col {
  margin-top: 110px;
}

.features1-info-single {
  box-shadow: 0px 3px 84px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 3px 84px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 84px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 3px 84px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  background: #ffffff;
  padding: 40px 20px;
  margin: 0 0 30px;
}

.features1-info-single .icon {
  margin-bottom: 26px;
}

.features1-info-single .icon .icon-box {
  display: inline-block;
  height: 64px;
  width: 64px;
  text-align: center;
  border-radius: 3px;
  line-height: 64px;
  background: #ccc;
}

.features1-info-single .icon .icon-box.color-1 {
  background: #ffd3d8;
}

.features1-info-single .icon .icon-box.color-2 {
  background: #c4e1ff;
}

.features1-info-single .icon .icon-box.color-3 {
  background: #d1ffe5;
}

.features1-info-single .icon .icon-box.color-4 {
  background: #ffe5ce;
}

.features1-info-single .content {
  margin: 12px 0 0;
}

.features1-info-single .content .title {
  font-size: 22px;
  line-height: 26px;
}

.features1-info-single .content .text {
  margin: 18px 0 0;
}

/* 1.7 Sreenshot One */
.screenshot-area {
  position: relative;
  z-index: 2;
  padding: 100px 0 30px;
}

.screenshot-area .screenshot-bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
}

/* 1.8 FAQ One */
.faq1-area {
  padding: 100px 0 100px;
}

.faq1-area .section-title .title-3 {
  color: #1386fc;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 38px;
}

.faq-tab-menus {
  display: block;
  text-align: center;
  border: 0;
  margin: 0 0 100px;
}

.faq-tab-menus .nav-item {
  display: inline-block;
  border: 0;
  margin: 0;
}

.faq-tab-menus .nav-item .nav-link {
  display: inline-block;
  border: 0;
  margin: 0;
  color: #02152e;
  font-size: 24px;
  line-height: 28px;
  padding: 16px 60px;
  border-radius: 3px;
}

.faq-tab-menus .nav-item .nav-link.active {
  background: #1386fc;
  color: #ffffff;
  box-shadow: 3.709px 5.936px 51px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3.709px 5.936px 51px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3.709px 5.936px 51px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3.709px 5.936px 51px 0px rgba(0, 0, 0, 0.2);
}

.faq_tab .card {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  margin-bottom: 20px;
}

.faq_tab .card .card-header {
  border: 0;
  background: transparent;
  padding: 0;
}

.faq_tab .card .card-header .btn {
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
  font-size: 26px;
  line-height: 30px;
  color: #02152e;
  padding: 24px 46px;
  position: relative;
  white-space: pre-wrap;
}

.faq_tab .card .card-header .btn::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #767e92;
  font-size: 14px;
  position: absolute;
  right: 46px;
  top: 30px;
}

.faq_tab .card .card-header .btn.collapsed::after {
  content: "\f078";
}

.faq_tab .card .card-body {
  padding: 6px 46px 40px;
}

.faq_tab .card:hover {
  box-shadow: 5.299px 8.48px 50px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 5.299px 8.48px 50px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 5.299px 8.48px 50px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 5.299px 8.48px 50px 0px rgba(0, 0, 0, 0.08);
}

.faq_tab .card:hover .card-header .btn::after {
  color: #1386fc;
}

.faq-more {
  text-align: center;
  margin-top: 40px;
}

/* 1.9 Video One */
.video1-area {
  position: relative;
  padding: 100px 0 200px;
}

.video1-area .video-banner {
  position: absolute;
  left: 0;
  bottom: 100px;
}

.video1-area .video-bg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.video1-content .section-title {
  text-align: left;
}

.single-vidoe-service {
  overflow: hidden;
  margin-bottom: 34px;
}

.single-vidoe-service .icon {
  float: left;
  width: 60px;
}

.single-vidoe-service .icon .icon-box {
  display: inline-block;
}

.single-vidoe-service .icon .icon-box img {
  max-height: 50px;
}

.single-vidoe-service .content {
  overflow: hidden;
  padding-left: 24px;
}

.single-vidoe-service .content .text {
  color: #02152e;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
}

.video1-video .banner {
  position: relative;
  text-align: right;
}

.video1-video .banner .popup-youtube {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

/* 1.10 Pricing One */
.pricing1-area {
  position: relative;
  background: url(../img/home-one/pricing-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 70px 0 100px;
}

.single-pricing {
  background: #ffffff;
  box-shadow: 0px 19px 43px 0px rgba(17, 17, 17, 0.05);
  -webkit-box-shadow: 0px 19px 43px 0px rgba(17, 17, 17, 0.05);
  -moz-box-shadow: 0px 19px 43px 0px rgba(17, 17, 17, 0.05);
  -o-box-shadow: 0px 19px 43px 0px rgba(17, 17, 17, 0.05);
  border-radius: 5px;
  text-align: center;
  position: relative;
  padding: 65px 40px 45px;
  margin-bottom: 30px;
}

.single-pricing .type {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 30px;
}

.single-pricing .icon {
  margin-bottom: 35px;
}

.single-pricing .icon img {
  height: 70px;
}

.single-pricing .price {
  font-size: 170px;
  line-height: 112px;
  position: relative;
  color: #e4f1ff;
  margin-bottom: 60px;
}

.single-pricing .price .bg {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #1386fc;
  font-size: 60px;
  line-height: 60px;
}

.single-pricing .info {
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
}

.single-pricing .info li {
  display: block;
  color: #02152e;
  font-size: 20px;
  line-height: 45px;
  font-weight: 500;
}

.single-pricing .info li .check {
  display: inline-block;
  margin-right: 12px;
  color: #1386fc;
}

.single-pricing .started {
  display: block;
}

.single-pricing.middle {
  padding: 75px 40px 100px;
  margin-top: -35px;
}

/* 1.11 Testomonial One */
.testimonial1-area {
  background-image: url(../img/home-one/testimonial-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}

.testimonial1-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #1386fc;
  opacity: 1;
}

.testimonial1-carousel .slick-arrow {
  height: 90px;
  width: 90px;
  line-height: 90px;
  border-radius: 100px;
  font-size: 20px;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.testimonial1-carousel .slick-arrow:hover {
  background: #ffffff;
  color: #1386fc;
}

.testimonial1-carousel .prev {
  left: -150px;
}

.testimonial1-carousel .next {
  right: -150px;
}

.testimonial1-carousel .slick-dots {
  padding: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -70px;
}

.testimonial1-carousel .slick-dots li {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 10px;
}

.testimonial1-carousel .slick-dots li button {
  display: inline-block;
  padding: 0;
  height: 12px;
  width: 12px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  background: transparent;
  color: transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.testimonial1-carousel .slick-dots li button ::-moz-selection {
  background: transparent;
  color: transparent;
  text-shadow: none;
}

.testimonial1-carousel .slick-dots li button ::selection {
  background: transparent;
  color: transparent;
  text-shadow: none;
}

.testimonial1-carousel .slick-dots li.slick-active button {
  background: #ffffff;
}

.testimonial1-carousel .slick-dots li:last-child {
  margin-right: 0;
}

.single-testimonial {
  text-align: center;
}

.single-testimonial .quote {
  margin-bottom: 30px;
}

.single-testimonial .quote img {
  height: 48px;
  display: inline-block;
}

.single-testimonial .stars {
  padding: 0;
  list-style: none;
  margin-bottom: 35px;
}

.single-testimonial .stars li {
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  margin-right: 12px;
}

.single-testimonial .stars li:last-child {
  margin-right: 0;
}

.single-testimonial .text {
  color: #ffffff;
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}

.single-testimonial .author-img {
  text-align: center;
  margin-bottom: 15px;
}

.single-testimonial .author-img img {
  display: inline-block;
  height: 80px;
}

.single-testimonial .author-name {
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
}

.single-testimonial .author-desg {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}

/* 1.12 Blogs One */
.blogs1-area {
  padding: 200px 0 170px;
}

.single-blog {
  box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  background: #ffffff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  margin-bottom: 30px;
}

.single-blog .img {
  max-height: 280px;
  overflow: hidden;
}

.single-blog .img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.single-blog .content {
  padding: 35px 35px 70px;
}

.single-blog .content .date-comment {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.single-blog .content .date-comment .dates {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
}

.single-blog .content .date-comment .dates .d-info {
  display: inline-block;
  background: #1386fc;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  padding: 14px 10px;
  text-align: center;
  -webkit-transform: rotate(-90deg) translateY(-50px) translateX(87px);
          transform: rotate(-90deg) translateY(-50px) translateX(87px);
  max-width: 164px;
  min-width: 160px;
}

.single-blog .content .date-comment .comment {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  text-align: right;
  color: #767e92;
  font-size: 18px;
  line-height: 22px;
}

.single-blog .content .title {
  font-size: 28px;
  line-height: 45px;
  margin-bottom: 40px;
}

.single-blog .content .more {
  color: #1386fc;
  position: relative;
  padding-left: 48px;
  font-size: 20px;
  line-height: 24px;
}

.single-blog .content .more::before {
  content: "";
  background: #1386fc;
  position: absolute;
  left: 0;
  top: 14px;
  height: 2px;
  width: 28px;
}

.single-blog:hover {
  box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.09);
}

/* 1.13 Donwload One */
.download1-area {
  background-image: url(../img/home-one/download-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0 100px;
}

.download-buttons {
  text-align: center;
}

.download-buttons .links {
  display: inline-block;
  margin-right: 36px;
  position: relative;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 500;
  text-align: left;
  border-radius: 3px;
  padding: 16px 20px 16px 100px;
}

.download-buttons .links .icon {
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 60px;
  line-height: 60px;
}

.download-buttons .links .desc {
  display: block;
  font-size: 18px;
  line-height: 22px;
}

.download-buttons .links .which {
  display: block;
  font-size: 36px;
  line-height: 40px;
}

.download-buttons .links:hover {
  background: #ffffff;
  color: #1386fc;
}

.download-buttons .links:last-child {
  margin-right: 0;
}

/* 1.14 Contact One */
.contact1-area {
  background: url(../img/home-one/contact-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 200px;
  background-color: #fafafa;
  padding: 380px 0 0;
  margin: 0 0 -90px;
}

.contact1-area .section-title {
  padding: 60px 0 0;
}

.contact1 {
  background: #fbfbfb;
}

.contact-input-box {
  margin-bottom: 40px;
}

.contact-input-box input[type="text"] {
  color: #767e92;
  box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.05);
  -webkit-box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.05);
  -moz-box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.05);
  -o-box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.05);
  background: #ffffff;
  border: none;
  height: 100px;
  padding: 10px 50px;
  font-size: 24px;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.contact-input-box input[type="text"]:focus {
  box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.09);
  -webkit-box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.09);
  -moz-box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.09);
  -o-box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.09);
}

.contact-input-box input[type="email"] {
  color: #767e92;
  box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.05);
  -webkit-box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.05);
  -moz-box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.05);
  -o-box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.05);
  background: #ffffff;
  border: none;
  height: 100px;
  padding: 10px 50px;
  font-size: 24px;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.contact-input-box input[type="email"]:focus {
  box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.09);
  -webkit-box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.09);
  -moz-box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.09);
  -o-box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.09);
}

.contact-input-box textarea {
  color: #767e92;
  box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.05);
  -webkit-box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.05);
  -moz-box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.05);
  -o-box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.05);
  background: #ffffff;
  border: none;
  height: 230px;
  padding: 20px 50px;
  font-size: 24px;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.contact-input-box textarea:focus {
  box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.09);
  -webkit-box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.09);
  -moz-box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.09);
  -o-box-shadow: 10px 17.321px 29px 0px rgba(17, 17, 17, 0.09);
}

.contact-input-box input[type="submit"] {
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

/* 1.15 Fooer One */
.footer1 {
  background-image: url(../img/home-one/footer-bg.png);
  background-color: #fafafa;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: #ffffff;
  padding: 215px 0 30px;
}

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

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

.footer-widget .f-logo img {
  height: 46px;
}

.footer-widget .text {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 24px;
}

.footer-widget .social {
  padding: 0;
  list-style: none;
}

.footer-widget .social li {
  display: inline-block;
  margin-right: 20px;
}

.footer-widget .social li a {
  display: block;
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
}

.footer-widget .widget-title {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.footer-widget .address {
  padding: 0;
  list-style: none;
}

.footer-widget .address li {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 14px;
}

.footer-widget .address li a, .footer-widget .address li span {
  color: #bcddff;
  display: inline;
  font-weight: 400;
  font-size: 20px;
}

.footer-widget .links {
  padding: 0;
  list-style: none;
}

.footer-widget .links li {
  display: block;
  margin-bottom: 14px;
}

.footer-widget .links li a {
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.footer-widget .footer-blog {
  padding: 0;
  list-style: none;
}

.footer-widget .footer-blog li {
  display: block;
  margin-bottom: 24px;
}

.footer-widget .footer-blog li a {
  display: block;
  overflow: hidden;
}

.footer-widget .footer-blog li a .img {
  float: left;
  display: block;
  width: 71px;
}

.footer-widget .footer-blog li a .img img {
  height: 71px;
  border-radius: 5px;
}

.footer-widget .footer-blog li a .content {
  display: block;
  overflow: hidden;
  padding-left: 26px;
}

.footer-widget .footer-blog li a .content .fb-title {
  color: #ffffff;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.footer-widget .footer-blog li a .content .fb-date {
  color: #bcddff;
  display: block;
  font-size: 16px;
  line-height: 30px;
}

.footer-coppyright {
  border-top: 1px solid #63b0ff;
  padding-top: 34px;
  margin-top: 85px;
}

.footer-coppyright .text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

#scrollUp {
  background: #1386fc;
  border: 1px solid #000000;
  bottom: 20px;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  right: 20px;
  text-align: center;
  width: 40px;
}

#scrollUp:hover {
  background: #ffffff none repeat scroll 0 0;
  color: #1386fc;
}

/*----------------------------------------*/
/*  2. Home Two
/*----------------------------------------*/
.home2 {
  background: #fafafa;
}

.home2 a:hover {
  color: #fe978e;
}

.home2 header.navbar-fixed-top {
  background: #fe978e;
}

.home2 .stellarnav ul li:hover > a {
  color: #000000;
}

.home2 .stellarnav ul li ul li:hover > a {
  color: #fe978e;
}

.hero2-area {
  background-image: url(../img/home-two/hero-bg.png);
  padding: 360px 0 281px;
}

/* 2.2 Responsive Layout 2 */
.responsive-layout-area {
  position: relative;
  padding: 120px 0 100px;
}

.responsive-layout-area .responsive-layout-bg {
  position: absolute;
  right: 0;
  top: -4px;
}

.responsive-layout-area .responsive-layout-banner {
  position: absolute;
  right: 0;
  top: -50px;
}

.responsive-layout-content {
  margin-top: 94px;
}

.responsive-layout-content .section-title-2 {
  text-align: left;
  margin: 0 0 30px;
}

.responsive-layout-content .info {
  padding: 0;
  list-style: none;
}

.responsive-layout-content .info li {
  display: block;
  position: relative;
  color: #02152e;
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  padding-left: 58px;
  margin-bottom: 26px;
}

.responsive-layout-content .info li::before {
  content: "";
  position: absolute;
  background-image: url(../img/home-two/responsive-info.png);
  background-size: 39px 39px;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 39px;
  width: 39px;
  left: 0;
  top: 0;
}

/* 2.3 Amazing Layout 2 */
.amazing-layout-area-2 {
  position: relative;
  padding: 100px 0 170px;
}

.amazing-layout-area-2 .amazing-layout-banner {
  position: absolute;
  left: 0;
  top: -220px;
}

.single-amazing-layout {
  text-align: center;
  padding: 45px 50px;
  border-radius: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  margin: 0 0 30px;
}

.single-amazing-layout .icon {
  margin: 0 0 48px;
}

.single-amazing-layout .icon .icon-box {
  display: inline-block;
  margin: auto;
}

.single-amazing-layout .icon .icon-box img {
  height: 70px;
}

.single-amazing-layout .content .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 24px;
}

.single-amazing-layout .content .text {
  font-size: 18px;
  line-height: 30px;
}

.single-amazing-layout:hover {
  box-shadow: 0px 0px 158px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 158px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 158px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 158px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

/* 2.4 Video 2 */
.video-area-2 {
  background-image: url(../img/home-two/video-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0 0;
}

.video2-content .section-title-2 {
  margin: 0;
}

/* 2.5 Why Choose 2 */
.why-choose-area-2 {
  padding: 200px 0 35px;
}

.single-why-choose {
  margin: 0 0 65px 35px;
  padding: 50px;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 22px 158px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 22px 158px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 22px 158px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 22px 158px 0px rgba(0, 0, 0, 0.1);
}

.single-why-choose .swc-number {
  background-image: url(../img/home-two/choose-number.png);
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  left: -35px;
  top: -35px;
}

.single-why-choose .icon {
  float: left;
  width: 50px;
}

.single-why-choose .icon .icon-box {
  display: inline-block;
}

.single-why-choose .content {
  overflow: hidden;
  padding-left: 35px;
}

.single-why-choose .content .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 22px;
}

.single-why-choose .content .text {
  font-size: 18px;
  line-height: 30px;
}

/* 2.6 Faq Area 2 */
.faq-tab-menus-2 .nav-item .nav-link.active {
  background: -webkit-gradient(linear, left top, right top, from(#fe9290), to(#ff759d));
  background: linear-gradient(90deg, #fe9290 0%, #ff759d 100%);
}

.faq-tab-content-2 .faq_tab .card:hover .card-header .btn::after {
  color: #fe978e;
}

/* 2.7 Pricing 2 */
.pricing2-area {
  background-image: url(../img/home-two/pricing-bg.png);
}

.single-pricing-2 .price {
  color: #ffe4ed;
}

.single-pricing-2 .price .bg {
  color: #fe978e;
}

.single-pricing-2 .info li .check {
  color: #fe978e;
}

/* 2.8 Team 2 */
.team-area-2 {
  padding: 70px 0 170px;
}

.single-team-2 {
  position: relative;
  border-radius: 10px;
  margin: 0 0 30px;
}

.single-team-2::before {
  content: "";
  background: linear-gradient(135deg, #fe9290 0%, #ff759d 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 10px;
}

.single-team-2 .img img {
  margin: auto;
  border-radius: 10px;
}

.single-team-2 .content {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 88px;
  color: #ffffff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.single-team-2 .content .team-name {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 12px;
}

.single-team-2 .content .text {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 24px;
}

.single-team-2 .content .social {
  padding: 0;
  list-style: none;
}

.single-team-2 .content .social li {
  display: inline-block;
}

.single-team-2 .content .social li a {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100px;
  border: 2px solid #ffffff;
  font-size: 14px;
  color: #ffffff;
}

.single-team-2 .content .social li a:hover {
  color: #fe978e;
  background: #ffffff;
}

.single-team-2:hover::before {
  opacity: 0.7;
}

.single-team-2:hover .content {
  opacity: 1;
  visibility: visible;
}

/* 2.9 Testimonial 2 */
.testimonial2-area {
  background-image: url(../img/home-two/testimonial-bg.png);
}

.testimonial2-area .testimonial1-carousel .slick-arrow:hover {
  color: #fe978e;
}

/* 2.10 Blog 2 */
.single-blog-2 .content .date-comment .dates .d-info {
  background: linear-gradient(135deg, #fe9290 0%, #ff759d 100%);
}

.single-blog-2 .content .more {
  color: #fe978e;
}

.single-blog-2 .content .more::before {
  background: #fe978e;
}

/* 2.11 Additional Info Area */
.additional-info-area {
  background-image: url(../img/home-two/download-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  padding: 90px 0 100px;
}

.additional-info-area .additional-info-banner {
  position: absolute;
  right: 0;
  bottom: -5px;
}

.additional-info-content .section-title-2 {
  text-align: left;
  margin-bottom: 40px;
}

.single-additional-info {
  color: #ffffff;
  margin: 0 0 46px;
}

.single-additional-info .intro {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
}

.single-additional-info .info {
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0 0;
  color: #ffffff;
}

.download-buttons-2 .links {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  border: 1px solid #ffffff;
  background: #ffffff;
  font-weight: 500;
  text-align: left;
  border-radius: 3px;
  padding: 18px 18px 18px 60px;
}

.download-buttons-2 .links .icon {
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  line-height: 24px;
  color: #fe978e;
}

.download-buttons-2 .links .desc {
  display: block;
  font-size: 10px;
  line-height: 14px;
  color: #767e92;
}

.download-buttons-2 .links .which {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #02152e;
}

.download-buttons-2 .links:hover {
  background: #ffffff;
  color: #1386fc;
}

.download-buttons-2 .links:last-child {
  margin-right: 0;
}

/* 2.12 Footer 2 */
.footer2 {
  background-image: url(../img/home-two/footer-bg.png);
}

.footer2 .footer-widget .address li a, .footer2 .footer-widget .address li span {
  color: #ffc8d0;
}

.footer2 .footer-widget .footer-blog li a .content .fb-date {
  color: #ffc8d0;
}

.footer2 .footer-coppyright {
  border-top: 1px solid #ff9dbb;
}

.home2 #scrollUp {
  background: #fe978e;
}

.home2 #scrollUp:hover {
  background: #ffffff;
}

/*----------------------------------------*/
/*  3. Home Three
/*----------------------------------------*/
.home3 header.navbar-fixed-top {
  background: #ffffff;
}

.home3 .mobile.light .menu-toggle {
  color: #000000;
}

.home3 .mobile.light .menu-toggle .bars span {
  background: #000000;
}

header.header3 .stellarnav ul li a {
  color: #02152e;
}

header.header3 .stellarnav ul li.active > a {
  color: #01358d;
}

header.header3 .stellarnav ul li::after {
  background: #01358d;
}

/* 3.2 Hero 3 */
.hero3-area {
  background-image: url(../img/home-three/hero-bg.png);
  background-size: auto;
  background-position: 350px 140px;
  background-repeat: no-repeat;
  padding: 336px 0 320px;
}

.hero3-area .hero3-banner {
  right: 230px;
}

.hero3-content .title {
  color: #02152e;
}

.hero3-content .text {
  color: #767e92;
}

.hero3-content .download-more .watch-video {
  font-size: 20px;
  color: #01358d;
}

/* 3.3 Progress */
.circle svg.radial-progress {
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 242px;
}

.circle svg.radial-progress circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #242424;
  stroke-dashoffset: 219.911;
  stroke-width: 2;
}

.circle svg.radial-progress circle.complete {
  stroke-dasharray: 219.91148575129;
}

.circle svg.radial-progress text {
  display: block;
  fill: #01358d;
  font-size: 20px;
  font-weight: 500;
  left: 25px;
  position: absolute;
  text-anchor: middle;
  top: 41%;
}

.circle svg.radial-progress circle {
  stroke: #242424;
}

.circle.color-1 svg.radial-progress circle {
  stroke: #01358d;
}

.circle svg.radial-progress circle.incomplete {
  stroke: #f9556d;
}

.progress-area {
  padding: 200px 0 70px;
}

.single-progress {
  text-align: center;
  margin: 0 0 30px;
}

.single-progress.odd {
  margin-top: 68px;
}

.single-progress .content {
  margin: 30px 0 0;
}

.single-progress .content .title {
  color: #01358d;
  font-size: 30px;
  line-height: 34px;
}

.single-progress .content .text {
  font-size: 18px;
  line-height: 30px;
  margin: 14px 0 0;
}

/* 3.4 Real Data 3 */
.real-data-area {
  padding: 100px 0 200px;
  position: relative;
}

.real-data-area .real-data-banner {
  position: absolute;
  left: 0;
  top: -54px;
}

.single-real-data {
  position: relative;
  padding-left: 86px;
  margin: 0 0 50px;
}

.single-real-data .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.single-real-data .icon img {
  height: 55px;
}

.single-real-data .text {
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  color: #02152e;
}

.single-real-data .text .big {
  font-size: 28px;
  font-weight: 700;
}

.single-real-data .text .color {
  color: #f9556d;
}

/* 3.5 Counter 3 */
.counter-area3 {
  background-image: url(../img/home-three/counter-bg.png);
  background-size: cover;
  background-position: 0 0;
  padding: 90px 0 170px;
}

.single-counter-3 {
  color: #ffffff;
  text-align: center;
  margin: 0 0 30px;
}

.single-counter-3 .icon .icon-box img {
  height: 45px;
}

.single-counter-3 .numbers {
  color: #ffffff;
  font-size: 40px;
  line-height: 44px;
  margin: 16px 0 0;
}

.single-counter-3 .info {
  font-size: 20px;
  line-height: 24px;
  margin: 34px 0 0;
}

/* 3.6 Info Box */
.info-box-area {
  position: relative;
  top: -124px;
  margin: 0 0 -124px;
  padding: 0 0 70px;
}

.single-info-box {
  box-shadow: 0px 12px 180px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 180px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 180px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 12px 180px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 5px;
  text-align: center;
  padding: 40px;
  margin: 0 0 30px;
}

.single-info-box .icon {
  margin: 0 0 44px;
}

.single-info-box .icon .icon-box img {
  height: 70px;
}

.single-info-box .content .title {
  font-size: 24px;
  line-height: 28px;
}

.single-info-box .content .text {
  font-size: 18px;
  line-height: 30px;
  margin: 22px 0 42px;
}

.single-info-box .content .more {
  color: #01358d;
  font-size: 20px;
  line-height: 24px;
}

/* 3.7 Easily Customizable */
.easy-custom-area {
  position: relative;
  padding: 100px 0 150px;
}

.easy-custom-area .easy-custom-banner {
  position: absolute;
  right: 0;
  top: 20px;
}

.single-easy-custom {
  padding-left: 90px;
  margin-bottom: 50px;
  position: relative;
}

.single-easy-custom .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: #ffffff;
  border-radius: 100px;
  box-shadow: 0px 3px 79px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 79px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 79px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 79px 0px rgba(0, 0, 0, 0.1);
}

.single-easy-custom .icon img {
  height: 28px;
}

.single-easy-custom .title {
  font-size: 24px;
  line-height: 28px;
}

.single-easy-custom .text {
  font-size: 18px;
  line-height: 36px;
}

.single-easy-custom:hover .icon {
  background: url(../img/home-three/easily-customizable-icon-bg.png);
}

.single-easy-custom:hover .icon img {
  -webkit-filter: brightness(9900%) grayscale(100%);
          filter: brightness(9900%) grayscale(100%);
}

/* 3.8 Video 3 */
.video-area-3 {
  background: url(../img/home-three/video-bg.png);
  background-size: cover;
}

/* 3.9 Why Choose 3 */
.why-choose-area-3 {
  padding-bottom: 35px;
}

.single-why-choose-v3 .swc-number {
  background: url(../img/home-three/why-choose-number-bg.png);
}

/* 3.10 FAQ 3 */
.faq3-area {
  padding-bottom: 200px;
}

.faq-tab-menus-3 .nav-item .nav-link.active {
  background: url(../img/home-three/button-bg.png);
  background-size: cover;
  background-position: center;
}

/* 3.11 Pricing 3 */
.pricing3-area {
  background-image: url(../img/home-three/pricing-bg.png);
}

.single-pricing-3 .price .bg {
  color: #01358d;
}

.single-pricing-3 .info li .check {
  color: #01358d;
}

/* 3.12 Team 3 */
.single-team-3::before {
  background: -webkit-gradient(linear, left top, right top, from(#073c95), to(#3068c6));
  background: linear-gradient(90deg, #073c95 0%, #3068c6 100%);
}

/* 3.13 Testimonial 3 */
.testimonial3-area {
  background-image: url(../img/home-three/testimonial-bg.png);
}

/* 3.14 Blog 3 */
.blogs3-area {
  padding-bottom: 0;
}

.single-blog-3 .content .date-comment .dates .d-info {
  background: -webkit-gradient(linear, left top, right top, from(#073c95), to(#3068c6));
  background: linear-gradient(90deg, #073c95 0%, #3068c6 100%);
}

.single-blog-3 .content .more {
  color: #01358d;
}

.single-blog-3 .content .more::before {
  background: #01358d;
}

/* 3.15 Contact 3 */
.contact3-area {
  background-color: transparent;
}

/* 3.16 Footer 3 */
.footer3 {
  background: url(../img/home-three/footer-bg.png);
  background-position: 0 3px;
  background-repeat: no-repeat;
}

.home3 #scrollUp {
  background: -webkit-gradient(linear, left top, right top, from(#073c95), to(#3068c6));
  background: linear-gradient(90deg, #073c95 0%, #3068c6 100%);
}

.home3 #scrollUp:hover {
  background: #ffffff;
}

/*----------------------------------------*/
/*  4. Blog
/*----------------------------------------*/
.inner-hero-area {
  background-image: url(../img/blog/hero-bg.png);
  background-size: cover;
  background-position: top center;
  padding: 220px 0 150px;
}

.inner-hero-content {
  text-align: center;
  color: #ffffff;
}

.inner-hero-content .title {
  color: #ffffff;
  font-size: 48px;
  line-height: 52px;
}

.inner-hero-content .list {
  padding: 0;
  list-style: none;
  margin: 12px 0 0;
}

.inner-hero-content .list li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  margin-right: 7px;
}

.inner-hero-content .list li::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
}

.inner-hero-content .list li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.inner-hero-content .list li:last-child::after {
  display: none;
}

.inner-hero-content .list li a {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
}

.page-blog-area {
  padding: 120px 0 60px;
}

.page-blog-content {
  margin: 0 0 60px;
}

.page-blog-post {
  margin: 0 0 75px;
}

.page-blog-post .img {
  position: relative;
  margin: 0 0 48px;
}

.page-blog-post .img a {
  display: block;
}

.page-blog-post .img img {
  border-radius: 5px;
  width: 100%;
}

.page-blog-post .img .popup-youtube {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.page-blog-post .content .meta {
  padding: 0;
  list-style: none;
  margin: 0 0 42px;
}

.page-blog-post .content .meta li {
  display: inline-block;
  margin-right: 30px;
}

.page-blog-post .content .meta li .author {
  display: inline-block;
}

.page-blog-post .content .meta li .author img {
  height: 47px;
}

.page-blog-post .content .meta li .icon {
  display: inline-block;
}

.page-blog-post .content .meta li .icon img {
  height: 14px;
}

.page-blog-post .content .meta li .info {
  font-size: 20px;
  font-weight: 500;
  color: #767e92;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 12px;
}

.page-blog-post .content .title {
  font-size: 40px;
  line-height: 60px;
  margin: 0 0 44px;
}

.page-blog-post .content .title a {
  display: inline;
  font-size: 40px;
  line-height: 60px;
}

.page-blog-post .content .text {
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 44px;
}

.page-blog-post .content .date-type {
  padding: 0;
  list-style: none;
  border-top: 1px solid #767e92;
  padding: 26px 0 0;
}

.page-blog-post .content .date-type li {
  display: inline-block;
  margin-right: 30px;
}

.page-blog-post .content .date-type li .icon {
  display: inline-block;
}

.page-blog-post .content .date-type li .icon img {
  height: 14px;
}

.page-blog-post .content .date-type li .info {
  font-size: 20px;
  font-weight: 500;
  color: #767e92;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 12px;
}

.pagination {
  padding: 0;
  list-style: none;
  text-align: center;
  display: block;
}

.pagination li {
  display: inline-block;
  margin-right: 30px;
}

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

.pagination li a {
  display: block;
  border: 1px solid #767e92;
  color: #767e92;
  font-size: 20px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 100px;
}

.pagination li a:hover, .pagination li a.active {
  background: #1386fc;
  border-color: #1386fc;
  color: #ffffff;
  box-shadow: 0px 4px 73px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 4px 73px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 73px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 4px 73px 0px rgba(0, 0, 0, 0.3);
}

.sidebar {
  margin: 0 0 60px;
}

.sidebar-widget {
  margin: 0 0 60px;
}

.sidebar-widget .title {
  font-size: 26px;
  line-height: 30px;
  position: relative;
  padding: 0 0 8px;
  margin: 0 0 38px;
}

.sidebar-widget .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 26px;
  background: #45a1ff;
}

.sidebar-widget .search {
  position: relative;
}

.sidebar-widget .search input[type="text"] {
  width: 100%;
  height: 65px;
  border: 2px solid #c2c2c2;
  border-radius: 5px;
  padding: 10px 22px;
  font-size: 20px;
}

.sidebar-widget .search button {
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sidebar-widget .categories .list {
  padding: 0;
  list-style: none;
}

.sidebar-widget .categories .list li {
  display: block;
  border-bottom: 1px solid #767e92;
  position: relative;
  padding: 16px 0;
}

.sidebar-widget .categories .list li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/blog/right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 12px;
}

.sidebar-widget .categories .list li a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #767e92;
}

.sidebar-widget .categories .list li a:hover {
  color: #1386fc;
}

.sidebar-widget .categories .list li:first-child {
  padding-top: 0;
}

.sidebar-widget .recent-post .post {
  padding: 0;
  list-style: none;
}

.sidebar-widget .recent-post .post li {
  display: block;
  border-bottom: 1px solid #767e92;
  padding: 26px 0;
}

.sidebar-widget .recent-post .post li a {
  display: block;
}

.sidebar-widget .recent-post .post li a .rp-title {
  display: block;
  color: #02152e;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.sidebar-widget .recent-post .post li a .rp-date {
  display: block;
  color: #767e92;
  font-size: 18px;
  line-height: 22px;
  margin: 20px 0 0;
}

.sidebar-widget .recent-post .post li a:hover .rp-title {
  color: #1386fc;
}

.sidebar-widget .recent-post .post li a:hover .rp-date {
  color: #1386fc;
}

.sidebar-widget .recent-post .post li:first-child {
  padding-top: 0;
}

.sidebar-widget .all-tags .tags {
  padding: 0;
  list-style: none;
}

.sidebar-widget .all-tags .tags li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 14px;
}

.sidebar-widget .all-tags .tags li a {
  color: #767e92;
  border: 1px solid #767e92;
  font-size: 18px;
  line-height: 22px;
  display: block;
  border-radius: 3px;
  padding: 10px 24px;
}

.sidebar-widget .all-tags .tags li a:hover {
  color: #ffffff;
  border-color: #1386fc;
  background: #1386fc;
}

.sidebar-widget .all-insta .insta {
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.sidebar-widget .all-insta .insta li {
  padding: 10px;
  width: 33%;
}

.sidebar-widget .all-insta .insta li a {
  display: block;
}

.sidebar-widget .all-social .social {
  padding: 0;
  list-style: none;
}

.sidebar-widget .all-social .social li {
  display: inline-block;
  margin-right: 14px;
}

.sidebar-widget .all-social .social li a {
  display: block;
  border-radius: 100px;
  border: 2px solid #767e92;
  color: #767e92;
  font-size: 18px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
}

.sidebar-widget .all-social .social li a:hover {
  background: #1386fc;
  border-color: #1386fc;
  color: #ffffff;
  box-shadow: -2.331px -1.888px 77.76px 3.24px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -2.331px -1.888px 77.76px 3.24px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2.331px -1.888px 77.76px 3.24px rgba(0, 0, 0, 0.3);
  -o-box-shadow: -2.331px -1.888px 77.76px 3.24px rgba(0, 0, 0, 0.3);
}

/*----------------------------------------*/
/*  5. Blog Details
/*----------------------------------------*/
.single-blog-content {
  margin: 0 0 60px;
}

.bd-title {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 50px;
}

.bd-title .inner {
  color: #767e92;
  font-size: 20px;
  font-weight: 500;
}

.share-post {
  margin: 0 0 110px;
}

.share-post .bd-title {
  display: inline-block;
  margin-right: 46px;
  margin-bottom: 0;
}

.share-post .social {
  padding: 0;
  list-style: none;
  display: inline-block;
}

.share-post .social li {
  display: inline-block;
  margin-right: 14px;
}

.share-post .social li a {
  display: block;
  border-radius: 100px;
  border: 2px solid #767e92;
  color: #767e92;
  font-size: 18px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
}

.share-post .social li a:hover {
  background: #1386fc;
  border-color: #1386fc;
  color: #ffffff;
  box-shadow: -2.331px -1.888px 77.76px 3.24px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -2.331px -1.888px 77.76px 3.24px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2.331px -1.888px 77.76px 3.24px rgba(0, 0, 0, 0.3);
  -o-box-shadow: -2.331px -1.888px 77.76px 3.24px rgba(0, 0, 0, 0.3);
}

.comments {
  margin: 0 0 60px;
}

.single-comment {
  overflow: hidden;
  margin: 0 0 60px;
}

.single-comment .img {
  float: left;
}

.single-comment .img img {
  height: 80px;
  border-radius: 100px;
}

.single-comment .content {
  overflow: hidden;
  padding-left: 60px;
}

.single-comment .content .name {
  margin: 0 0 14px;
}

.single-comment .content .date {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 30px;
}

.single-comment .content .text {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 36px;
}

.single-comment .content .reply {
  color: #1386fc;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.comment-input-box {
  margin: 0 0 46px;
}

.comment-input-box label {
  margin: 0 0 24px;
  color: #767e92;
}

.comment-input-box input[type="text"], .comment-input-box input[type="email"] {
  width: 100%;
  border: 1px solid #c2c2c2;
  height: 70px;
  padding: 10px 28px;
  font-size: 16px;
  color: #767e92;
  box-shadow: 3px;
  -webkit-box-shadow: 3px;
  -moz-box-shadow: 3px;
  -o-box-shadow: 3px;
}

.comment-input-box textarea {
  width: 100%;
  border: 1px solid #c2c2c2;
  height: 194px;
  padding: 10px 28px;
  font-size: 16px;
  color: #767e92;
  box-shadow: 3px;
  -webkit-box-shadow: 3px;
  -moz-box-shadow: 3px;
  -o-box-shadow: 3px;
}

.comment-input-box input[type="submit"] {
  border: none;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */