/* Cryptol By AlexaTheme */

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Hero Section
    4.0 Services Section
    5.0 Download Section
    6.0 Roadmap Section
    7.0 Pricing Section
    8.0 Team Section
    9.0 Faq Section
    10.0 Page-header Section
    11.0 About Section
    12.0 Content Section
    13.0 Blog Section
    14.0 Blog Single Section
    14.0 Sponsor Section
    15.0 404 Error Section
    16.0 Widget Section
    17.0 Footer Section
    18.0 Scroll To Top
    
    ==========================================================================
    Cryptol ICO Cryptocurrency & ICO Website Template Version 0.1
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Lato|Poppins:400,600,700&amp;display=swap');
	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #ddd;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #fff;
}
h1{
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 10px;
    color: #fff;
    letter-spacing: -1px;
}
h2{
    font-size: 32px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.5px;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    letter-spacing: -0.01em;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 16px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
    max-width: 100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{}
p{
    font-size: 15px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #ddd !important;  
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding{
    padding: 100px 0;
}
.padding-bottom{
    padding-bottom: 100px;
}
.no-padding{
    padding: 0;
}
.padding-15{padding: 15px;}
.padding-20{padding: 20px;}
.pl-50{ padding-left: 50px;}

.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #eef3f9;}
.bg-dark{ background-color: #15073A!important;}
.bd-top{ border-top: 1px solid #eaeaea;}
.bd-bottom{ border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.pos-rel{position: relative;}
.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.mt-15{ margin-top: 15px; }
.mt-20{ margin-top: 20px; }
.mt-25{ margin-top: 25px; }
.mt-30{ margin-top: 30px; }
.mt-35{ margin-top: 35px; }
.mt-40{ margin-top: 40px; }
.mt-45{ margin-top: 45px; }
.mt-50{ margin-top: 50px; }
.ml-15{ margin-left: 15px; }
.ml-20{ margin-left: 20px; }
.ml-25{ margin-left: 25px; }
.ml-30{ margin-left: 30px; }
.ml-35{ margin-left: 35px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.text-black{
    color: #333;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}

.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Preloader Styles */
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}
.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;left: 0
}

.site-preloader-wrap .spinner {
    background-color: #644cfc;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
  width: 40px;
  height: 40px;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Button Style */
.section-heading h2{
    font-size: 32px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
}
.btn-group{}
.btn-group a{
    margin: 5px;
}
.btn-group-left a{
    margin-right: 15px;
    margin-bottom: 15px;
}
.default-btn{
    background-image: linear-gradient( 109.8deg, rgba(250,111,152,1) 5.6%, rgba(255,189,55,1) 91.5% );
    font-family: "Poppins",sans-serif;
    border-radius: 30px;
    display: inline-block;
    padding: 0 35px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff!important;
    font-weight: 600;
    line-height: 45px;
    margin: 14px 0;
    letter-spacing: 0.5px;
    transition: all 0.2s ease-in-out;
}
.default-btn:hover{
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%, rgba(250,111,152,1) 91.5% );
    color: #fff;
}
.default-btn:focus{
    outline: none;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section{
    background-color: #15073A;
    width: 100%;
    height: 80px;
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
}
.navbar-fixed-top.header-section{
    background-color: #121a70;
    -moz-box-shadow: 0 2px 5px rgba(16,16,16,.08);
    -webkit-box-shadow: 0 2px 5px rgba(16,16,16,.08);
    box-shadow: 0 2px 5px rgba(16,16,16,.08);
    height: 80px;
    border-bottom: 0;
    padding: 0;
}

.navbar-fixed-top ul.nav > li > a{
    color: #fff;
}
.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a{
    color: #fff;
}
.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section{
    transition: all 0.3s ease-in-out;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}
.navbar-header {
    padding: 17px 0;
}
.navbar-header .brand{
    font-size: 25px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
	margin-left: 13px;
}
.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #fff;
    width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar{
    background-color: #777;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}
/*Dropdown Style
==================*/
#mainmenu li ul{
    background-color: #fff;
    width: 200px;
    height: auto;
    position: absolute;
    left: 0;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
}
#mainmenu li:hover > ul{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
#mainmenu li ul li{
    border-bottom: 1px solid #e5e5e5;
    display: block;
    position: relative;
    padding: 0;
}
#mainmenu li ul li:last-child{
    border: none;
}
#mainmenu li ul li a{
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 45px;
    display: block;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #8d9aa8;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}
#mainmenu li > ul > li:hover a{
    background-image: linear-gradient( 109.8deg, rgba(250,111,152,1) 5.6%, rgba(255,189,55,1) 91.5% );
    color: #fff;
}
#mainmenu li > ul ul{
    background-color: #fff;
    left: 200px;
}
#mainmenu li > ul li:hover > ul li a{
    color: #777;
}
#mainmenu li ul li:hover > ul{
    top: 0;
    opacity: 1;
    visibility: visible;
}
#mainmenu li > ul li:hover > ul li > a:hover{
    background-color: transparent;
    color: #fff;
}
#mainmenu li ul li li a:hover{
    color: #ffca3f !important;
}
/* Nav Menu */
#navbar{
    z-index: 999;
    padding: 0 15px;
}
ul.nav{}
ul.nav > li{
    position: relative;
}
ul.nav > li > a{
    color: #ddd;
    font-family: "Poppins",sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 80px;
    z-index: 1;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active{
    background: none;
    color: #fff;
    opacity: 1;
}
.menu-btn{
    margin-left: 10px;
    margin-top: 10px;
}

/*Mobile Menu */
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display:none;
    z-index: 999;
}
.slicknav_nav {
    background-color: #fff;
    font-size: 16px;
    padding: 20px 15px;
}
.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.slicknav_btn{
    background-color: transparent;
    margin: 15px 10px 27px;
}
.slicknav_menu .slicknav_icon-bar {
    width: 25px;
    height: 5px;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 0 rgba(0,0,0,.5);
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.slicknav_nav .slicknav_arrow {
    float: right;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 14px;
    color: #444;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #333;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section{height: 670px;}
.hero-wrap{}
.hero-content{}
.hero-content h1{
    color: #fff;
    font-size: 42px;
    margin: 0;
}
.hero-content p{
    font-size: 16px;
    margin: 20px 0px;
}

/* ==========================================================================
   Service Section
   ========================================================================== */
.service-section{}
.service-wrap{}
.service-content{
    position: relative;
    z-index: 1;
}
.service-content .hover-shape-1,
.service-content .hover-shape-2{
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.service-content .hover-shape-1{
    background-image: url(../img/right-design-white.png);
    background-repeat: no-repeat;
    background-position: left top;
    left: -75px;
    top: -33px;
}
.service-content .hover-shape-2{
    background-image: url(../img/left-design-white.png);
    background-position: right bottom;
    right: -105px;
    top: 33px;
}
.service-content:hover .hover-shape-1,
.service-content:hover .hover-shape-2{
    visibility: visible;
    opacity: 1;
}
.service-content-inner{
    background-color: #121a70;
    padding: 40px;
    z-index: 2;
}
.service-content i{
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%, rgba(250,111,152,1) 91.5% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}
.service-content h3{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.service-content p{}
.section-heading h2{color: #fff;}

/* ==========================================================================
   Download Section
   ========================================================================== */
.download-section{}
.download-wrap{}
.download-content{}
.download-content h2{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.download-content p{}
.download-content a{margin-top: 20px;}
.download-content a:hover{
    opacity: 0.8;
}
/* ==========================================================================
   Roadmap Section
   ========================================================================== */
.roadmap-section{}
.roadmap-wrap{
    position: relative;
    z-index: 1;
}
.roadmap-wrap:before{
    background: #ccd1d9 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 75px;
    margin-left: 16px;
    position: absolute;
    top: 12px;
    width: 84%;
    z-index: -1;
}
.roadmap-content{position: relative;}
.roadmap-content i{
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%, rgba(250,111,152,1) 91.5% );
    background-color: #fff;
    position: relative;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 15px;
    margin-bottom: 20px;
}
.roadmap-content h3{
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}
.roadmap-content p{color: #fff;}
.roadmap-content-2{
    background: #fff;
    padding: 15px 0px 0px;
    position: relative;
    z-index: 1;
}
.arrow-up{
    background-color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    left: calc(50% - 16px);
    top: -5px;
    transform: rotate(45deg);
    z-index: -1;
}
.roadmap-content-2 i{}
.roadmap-content-2 h3{
    color: #0242b5;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0px;
}
.roadmap-content-2 p{
    color: #777;
}
.roadmap-content-2 span{
    color: #fff;
    display: block;
    width: 100%;
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%, rgba(250,111,152,1) 91.5% );
    padding: 5px 0;
}
.road-icon i{
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%, rgba(250,111,152,1) 91.5% );
    background-color: #fff;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 15px;
    margin-bottom: 20px;
}
.roadmap-animation {
    animation: 3s linear 0s normal none infinite running animate;
    z-index: 9999;
}
.roadmap-animation {
	animation: 3s linear 0s normal none infinite running animate;
	z-index:9999;
}
@keyframes animate
  {
  
    0%
   {
     box-shadow: 0 0 0 0 rgba(255,255,255,.7),0 0 0 0 rgba(255,255,255,.7)
   }
   
     40%
   {
     box-shadow: 0 0 0 50px rgba(255,255,255,.1.5),0 0 0 0 rgba(255,255,255,.6)
   }
   
     80%
   {
     box-shadow: 0 0 0 50px rgba(255,255,255,.0),0 0 0 20px rgba(255,255,255,0)
   }
   
     100%
   {
     box-shadow: 0 0 0 0 rgba(255,255,255,.0),0 0 0 20px  rgba(255,255,255,0)
}
  
}
.section-heading{}
.section-heading h2{
    color: #fff;
    margin-bottom: 20px;
}
.section-heading span{color: #fff;}

/* ==========================================================================
   Pricing Section
   ========================================================================== */
.pricing-section{}
.pricing-section{}
.pricing-section .table-dark{background-color: transparent;}
.pricing-section .table-info{background-color: transparent;}
.table-info.table-dark-info{}
.table-responsive{}
.table-responsive th{}
.table-dark{border:  1px solid rgba(255, 255, 255, 0.2);}
.table-dark td,
.th-color th,
.table-dark thead tr th{
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    border-color: rgba(255, 255, 255, 0.2);
}

/* ==========================================================================
   Team Section
   ========================================================================== */
.team-section{}
.team-wrap{}
.team-wrap .col-md-3{
    margin-bottom: 30px;
}
.team-box{position: relative;}
.team-box img{border-radius: 5px;}
.team-content{
    background-image: linear-gradient( 109.8deg, rgba(250,111,152,1) 5.6%,
    rgba(255,189,55,1) 91.5% );
    border-radius: 2px;
    position: absolute;
    width: 90%;
    height: auto;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    padding: 10px 0;
    
}
.team-content h3{
    font-size: 18px;
    display: block;
    margin: 0;
    font-weight: 600;
}
.team-content h3 span{
    font-size: 12px;
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.team-content span{color: #fff;}
.team-social{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 50px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.2s ease-in-out;
}
.team-box:hover .team-social{
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.team-social a{
    background-image: linear-gradient( 109.8deg, rgba(250,111,152,1) 5.6%, rgba(255,189,55,1) 91.5% );
    font-size: 12px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: #fff;
    margin: 0 3px;
    border-radius: 5px;
}
.team-social a:hover{
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%, rgba(250,111,152,1) 91.5% );
}

/* ==========================================================================
   Faq Section
   ========================================================================== */
.faq-section{}
.faq-wrap{}
.faq-list{}
.faq-list li{position: relative;}
.faq-list span{
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%, rgba(250,111,152,1) 91.5% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
    height: 50px;
    position: absolute;
    left: 18px;
    top: 5px;
    display: block;
}
.faq-list li{
    margin-bottom: 50px;
    padding-left: 70px;
}

.faq-list h3{
    font-weight: 600;
    font-size: 18px;
}
.faq-list p{
    margin-bottom: 0;
}
/* ==========================================================================
   Page-header Section
   ========================================================================== */
.page-header{
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
}
.bg-pattern{
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.page-content{}
.page-content h2{
    font-weight: 600;
}
/* ==========================================================================
   About Section
   ========================================================================== */
.about-section{}
.about-wrap{
    display: flex;
    align-items: center;
}
.about-content{}
.about-content span{
    font-family: "Poppins",sans-serif;
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%,rgba(250,111,152,1) 91.5% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.about-content h3{
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 20px;
}
.about-content p{}
.about-content a{margin-top: 20px;}

/* ==========================================================================
   Content Section
   ========================================================================== */
.content-section{}
.content-wrap{
    display: flex;
    align-items: center;
}
.content-info{}
.content-info h3{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 42px;
}
.content-info p{margin-bottom: 20px;}
.content-info{font-size: 14px;}
.content-info-2{
    margin-bottom: 18px;
}
.content-info-2 li{}
.content-info-2 li i{
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%,rgba(250,111,152,1) 91.5% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact-section{
    position: relative;
    z-index: 1;
}
.contact-section .dots{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.html) 0 0 repeat;
    z-index: -1;
}
.contact-info h2{
    font-weight: 600;
}
.contact-info p{}
.contact-info h3{
    margin-bottom: 10px;
    line-height: 28px;
}
.contact-info h4{
    font-size: 15px;
    line-height: 28px;
}
.contact-info span{
    text-transform: uppercase;
    margin-right: 5px;
}

/* Form Style
===============*/
.form-control{
    background-color: #fff;
    border-radius: 0;
    padding: 15px 10px;
    box-shadow: none;
}
.form-control:focus{
    border-color: #ff7607;
    box-shadow: none;
    outline: none;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}
/* Google Map*/
#google-map{
    width: 100%;
    height: 400px;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog-section{}
.blog-section.bg-dark .dots{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.html) 0 0 repeat;
    z-index: -1;
}
.blog-item .blog-thumb{
    position: relative;
}
.blog-item .blog-thumb .category{
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%, rgba(250,111,152,1) 91.5% );
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Work Sans",sans-serif;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
}
.blog-item .blog-thumb .category a{
    color: #fff;
}
.blog-item .blog-thumb img{
    width: 100%;
    margin: 0;
}
.blog-content{
    background-color: #f7f7f7;
    padding: 30px;
}
.blog-content h3{
    line-height: 24px;
}
.blog-content p{
    color: #777;
}
.blog-content h3 a{
    color: #333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.blog-content h3 a:hover{
    color: #ff7607;
}
.blog-content .read-more{
    font-family: "Work Sans",sans-serif;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
    transition: all 200ms linear 0ms;
}
.blog-content .read-more:before{
    background-color: #ff7607;
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
    transition: all 200ms linear 0ms;
}
.blog-content .read-more:hover{
    color: #ff7607;
    padding-left: 40px;
}
.blog-content .read-more:hover:before{
    width: 30px;
}
/* Pagination 
=============== */
.pagination-wrap{}
.pagination-wrap li{
    display: inline-block;
    margin: 0 5px;
}
.pagination-wrap.text-left li {
    margin: 0 10px 0 0;
}
.pagination-wrap li a{
    background-color: #f7f7f7;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #333;
    font-weight: 600;
    border-radius: 2px;
}
.pagination-wrap li a:hover{
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%, rgba(250,111,152,1) 91.5% );
    color: #fff;
    opacity: 1;
    text-decoration: none;
}
.pagination-wrap li a.active{
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%, rgba(250,111,152,1) 91.5% );
    color: #fff;
}
/* Sidebar Style
===============*/
.sidebar-wrap{
    padding-left: 40px;
}
.sidebar-wrap .widget-content{
    margin-bottom: 40px;
}
.sidebar-wrap .widget-content h4{
    color: #333;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}
.sidebar-wrap .widget-content h4:before{
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%, rgba(250,111,152,1) 91.5% );
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -5px;
}
.sidebar-wrap .widget-content .widget-links li a{
    color: #333;
}
.sidebar-wrap .widget-content .widget-links li a:hover{
    text-decoration: underline;
}

/* Search Form Style
===================*/
.search-form{
    position: relative;
    margin-left: -2px;
}
.search-form .form-control{
    background-color: #f5f5f5;
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    color: #333;
    height: auto;
    padding: 15px 20px;
    border-radius: 2px;
    padding-right: 60px;
}
.search-form .search-btn{
    background-color: transparent;
    font-size: 15px;
    color: #333;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: 0.6;
}
.search-form .search-btn:focus,
.search-form .search-btn:hover{
    opacity: 1;
    cursor: pointer;
}
.search-form input::-webkit-input-placeholder{
    color: #8d9aa8 !important;
}
.search-form input:-moz-placeholder{ /* Firefox 18- */
    color: #8d9aa8 !important;  
}
.search-form input::-moz-placeholder{  /* Firefox 19+ */
    color: #8d9aa8 !important;  
}
.search-form input:-ms-input-placeholder{  
    color: #8d9aa8 !important;  
}

/* Thumbnails Post Style
========================*/
.thumb-post{}
.thumb-post li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: top;
    margin-bottom: 20px;
}
.thumb-post li:last-child{
    margin-bottom: 0;
}
.thumb-post li img{
    width: 100px;
    display: block;
    
}
.thumb-post li a{
    font-family: "Poppins",sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    padding-left: 15px;
    letter-spacing: -0.5px;
}
.thumb-post li a:hover{
    color: #ff7607;
    text-decoration: underline;
}
/* Tag Cloud Style
==================*/
.widget-content .tags{}
.widget-content .tags li{
    display: inline-block;
}
.widget-content .tags li a{
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%, rgba(250,111,152,1) 91.5% );
    display: inline-block;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}
.widget-content .tags li a:hover{
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%, rgba(250,111,152,1) 91.5% );
    color: #fff;
    opacity: 0.8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
   Blog Single Section
   ========================================================================== */
.blog-thumb{}
.blog-thumb img{
    margin-bottom: 20px;
}
.blog-single-content{}
.blog-single-content p{
    color: #777;
}
.blog-single-content h2 a{
    font-size: 28px;
    color: #333;
}
.blog-single-content h2 a:hover{
    color: #ff7607;
}
.single-post-meta{
    margin-bottom: 20px;
}
.single-post-meta li{
    display: inline-block;
    margin-right: 20px;
}
.single-post-meta li i{
    font-size: 12px;
    color: #ff7607;
    margin-right: 5px;
}
.single-post-meta li a{
    display: inline-block;
    font-family: "Work Sans",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #333;
}
/* Blog Quote
===============*/
blockquote{
    background-color: #f5f5f5;
    padding: 40px;
    border-left: 4px solid #ff7607;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}
blockquote .dots{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.html) 0 0 repeat;
    z-index: -1;
}
blockquote p{
    color: #333;
    font-size: 20px;
    
}
blockquote span{
    display: block;
    margin-top: 20px;
    color: #333;
}

/* Post Tags Style
==================*/
.post-tags{
    margin-top: 30px;
}
.post-tags li{
    display: inline-block;
}
.post-tags li a{
    display: inline-block;
    background-color: #ff7607;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}
.post-tags li a:hover{
    background-color: #333;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Author Box Style
====================*/
.author-box{
    display: flex;
    align-items: center;
    padding: 30px;
    margin-top: 30px;
    border-left: 4px solid #ff7607;
}
.author-box img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.author-info{
    padding-left: 30px;
}
.author-info h3{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    color: #333;
    font-weight: 600;
}
.author-box .social-icon{}
.author-box .social-icon li{
    display: inline-block;
    margin-right: 8px;
}
.author-box .social-icon li a{
    font-size: 14px;
    color: #333;
}
.author-box .social-icon li a:hover{
    color: #ff7607;
}

/* Post Navigation
====================*/
.post-navigation {
    border: 1px solid #e5e5e5;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}
.post-navigation .col{
    padding: 20px;
}
.post-navigation .col:not(:last-of-type){
    border-right: 1px solid rgba(17,17,17,0.04);
}
.post-navigation .col a{
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Work Sans",sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.post-navigation .col.next-post a{
    justify-content: flex-end;
}
.post-navigation .col i{
    display: inline-block;
    font-size: 14px;
}
.post-navigation .ti-arrow-left{
    margin-right: 10px;
}
.post-navigation .ti-arrow-right{
    margin-left: 10px;
}
.post-navigation .col a:hover{
    color: #ff7607;
}
.post-navigation .col.prev-post .fa{
    margin-right: 10px;
}
.post-navigation .col.next-post .fa{
    margin-left: 10px;
}

/* Comments Style
==================*/
.blog-single-wrap .comments-area {
    margin-top: 40px;
}

.blog-single-wrap .comments-area .comments {
    border-bottom: 0;
}
.blog-single-wrap .comments-area li > div {
    border-bottom: 1px solid rgba(17,17,17,0.05);
    padding: 35px;
}
.blog-single-wrap .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}
.blog-single-wrap .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
    margin: 0;
}
.blog-single-wrap .comments-area ol > li:last-child div {
    border-bottom: 0;
}
.blog-single-wrap .comments-area .comments-title{
    color: #333;
    font-size: 22px;
    font-weight: 600;
}
.blog-single-wrap .comments-area li > div{
    position: relative;
}
.blog-single-wrap .comments-area .comment-thumb{
    position: absolute;
    left: 35px;
}
.blog-single-wrap .comments-area .comment-thumb .comment-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.blog-single-wrap .comments-area .comment-thumb .comment-img img{
    border-radius: 50%;
}
.blog-single-wrap .comments-area .comment-main-area{
    padding-left: 100px;
}
.blog-single-wrap .comments-area .comment-main-area p {
    margin-bottom: 20px;
}
.blog-single-wrap .comments-area .comments-meta h4{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #333;
}
.blog-single-wrap .comments-area .comments-meta h4 span{
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px;
}
.blog-single-wrap .comments-area .comment-reply-link {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #ff7607;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
}
.blog-single-wrap .comments-area .comment-reply-link:before{
    background-color: #ff7607;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
}
.blog-single-wrap .comments-area .comment-reply-link:hover{
    text-decoration: underline;
}
.blog-single-wrap .comment-respond {}
.blog-single-wrap .comment-respond .comment-reply-title{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
    color: #333;
}
.blog-single-wrap .comment-respond form input,
.blog-single-wrap .comment-respond form textarea {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.3s;
}
.blog-single-wrap .comment-respond form input:focus,
.blog-single-wrap .comment-respond form textarea:focus {
    border-color: #ff7607;
}
.blog-single-wrap .comment-respond form textarea {
    height: 200px;
    padding: 15px;
}
.blog-single-wrap .comment-respond .form-inputs {
    overflow: hidden;
}
.blog-single-wrap .comment-respond .form-inputs > input:nth-child(2) {
    width: 49%;
    float: left;
}
.blog-single-wrap .comment-respond .form-inputs > input:nth-child(3) {
    width: 49%;
    float: right;
}
.blog-single-wrap .comment-respond .form-submit input{
    font-family: "Work Sans", sans-serif;
    max-width: 180px;
    background-color: #ff7607;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
}
.blog-single-wrap .comment-respond .form-submit input:hover {
    opacity: 0.9;
}
/* ==========================================================================
   Sponsor Section
   ========================================================================== */
.sponsor-section{
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.sponsor-item{padding: 0 25px;}
.sponsor-item img{
    color: #fff;
    width: 100%;
    opacity: 0.8;
}
.sponsor-item:hover img{
    opacity: 1;
    cursor: pointer;
}

/* ==========================================================================
   404 Error Section
   ========================================================================== */
.error-section{}
.error-content{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-section img{
    max-width: 100%;
}
.error-content .error-info{}
.error-content .error-info h2{
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%, rgba(250,111,152,1) 91.5% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 200px;
    line-height: 200px;
    letter-spacing: -10px;
}
.error-content .error-info p{}
.error-content .error-info a{
    color: #ddd;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 30px;
    display: block;
}
.error-content .error-info a:hover{
    color: #fff;
}

/* ==========================================================================
   Widget Section
   ========================================================================== */
.widget-section{
    background-color: #121a70;
}
.widget-wrap{}
.widget-section .widget-info a{
    color: #fff;
}
.widget-content{}
.widget-content a{
    display: block;
    margin-bottom: 10px;
}
.widget-content a img{
    margin-bottom: 20px;
}
.widget-content p{}
.subscribe-box{}
.subscribe-form-wrap{}
.subscribe-form{
    display: flex;
    align-items: center;
    position: relative;
}
.subscribe-form .form-input{
    background-color: rgba(255,255,255,0.1);
    width: 100%;
    height: 55px;
    font-size: 14px;
    padding: 0 15px;
    border: none;
    border-radius: 2px;
    color: #fff;
}
.subscribe-form .form-input:focus{
    border: none;
    box-shadow: none;
    outline: none;
}
.subscribe-form .submit-btn{
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%, rgba(250,111,152,1) 91.5% );
    position: absolute;
    width: 80px;
    height: 55px;
    right: 0;
    top: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer;
    color: #fff;
}
.subscribe-form .submit-btn:hover{
    background-image: linear-gradient( 109.8deg, rgba(250,111,152,1) 5.6%, rgba(255,189,55,1) 91.5% );
}
.widget-info{}
.widget-info li{
    margin-bottom: 10px;
}
.widget-wrap h3{font-weight: 600;}
.widget-info a{
    color: #777;
    transition: all ease-in-out;
}
.widget-info a:hover{
    color: #fff;
    text-decoration: underline;
}
.widget-header{}
.widget-header h3{}
.widget-header p{}
.widget-content-2{}
.widget-content-2 li{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.widget-content-2 li:last-child{margin-bottom: 0;}
.widget-content-2 i{
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%, rgba(250,111,152,1) 91.5% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    margin-right: 10px;
    width: 20px;
    
}
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section{
    background-color: #121a70;
    display: block;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}
.footer-section p{
    font-size: 12px;
    color: #fff;
    margin: 0;
}  

/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#scroll-to-top{
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%, rgba(250,111,152,1) 91.5% );
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-image: linear-gradient( 109.8deg, rgba(255,189,55,1) 5.6%, rgba(250,111,152,1) 91.5% );
    color: #fff;
    opacity: 0.8;
}