/*-------------------------------------
Template Name: Radme - One Page HTML Template.
Template URI: https://ryetheme.net
Description: Radme - One Page HTML Template
Author: Webtend
Author URI: https://ryetheme.net
Version: 1.0
------------------------------------*/

/*=======================================================================
[Table of contents]
=========================================================================
[1] Default
[2] Buttons
[3] Loader
[4] Header
[5] Banner
[6] About
[7] Service
[8] Counter
[9] OurWork
[10] Price
[11] Team
[12] Testimonial   
[13] Blog
[14] Subcribe
[15] Contact
[16] Footer
[17] Scroll Up
[18] Index.html
[19] Radme Banner
[20] Single Blog
==========================================================================*/

/**==================== [1] Default  ======================**/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Open+Sans:400,600,700,800');

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #585858;
    letter-spacing: .4px
}
.h1, 
.h2, 
.h3, 
.h4, 
.h5, 
.h6,
h1, 
h2, 
h3, 
h4, 
h5, 
h6{
    margin-bottom: 15px;
    color: #333333;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.5px;
}
h1 span {
    color: #f36;
}
.h1, 
h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 2px;
}
.h2, 
h2 {
    font-size: 38px
}
.h3, 
h3 {
    font-size: 20px;
    font-weight: 600;
}
.h4, 
h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.h5, 
h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.h6, 
h6 {
    font-size: 16px;
    font-weight: 600
}
.small-title { 
    font-size: 12px; 
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}
a {
    text-decoration: none;
    color: #333333;
    transition: all 0.3s ease 0s;
}
a:hover {
    color: #f36;
    text-decoration: none;
}
ul{
    padding-left: 0;
}
li{
    list-style: none;
}
figure {
    margin: 0
}
b, strong {
    font-weight: 800
}
hr{
    border-color: rgba(0,0,0,0.05);
}
img {
    max-width: 100%;
}
::-moz-selection {
    color: #fff;
    background: #f36
}
::selection {
    color: #fff;
    background: #f36
}
section{
    overflow: hidden;
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.bg-grey {
    background-color: #f8f8f8;
}
.bg-primery {
    background-color: #f36;
}
.full-screen {
    min-height: 100vh;
}
.transition {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/**==================== [2] Buttons  ======================**/
.btn {
    border-radius:4px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    letter-spacing: 0.5px;
    padding: 10px 28px;
    font-weight: 600;
    white-space: normal;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:active, .btn:visited {
    outline: none !important;
    box-shadow: none !important;
}
.btn.btn-lg{
    font-size: 12px;
    line-height: 22px;
    padding: 14px 21px;
}
.btn-lg:hover,
.btn-lg:focus{
    background: #f36; 
}
.btn-themes {
    border-width: 2px;
    color: #f8f9fa;
    background: #f36;  
}
.btn-themes:hover {
    color: #f8f9fa;
    background: #f36;
}
.btn-black {
    border:solid 2px #FFF;;
    color: #fff;
    background: #000;   
}
.btn-black:hover {    
    color: #fff;
    background: #f36;
}
.btn-lights {
    color:#FFF;
    border: solid 2px #FFF;
}
.btn-lights:hover {
    color: #FFF;
}
/**==================== [3] loader  ======================**/
.preloder{
    position: fixed;
    background: #fff;
    z-index: 11000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.spinner {
  margin: 25% auto;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #f36;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/**==================== [4] Header  ======================**/
header{
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 337;
}
header.sticky{
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.7); 
}
.sticky .navbar-nav .nav-link{
    padding: 10px 10px;
}
.navbar-brand {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 28px;
    padding:0;
    text-transform: capitalize;
    color: #FFF; 
}
.navbar-brand:hover{
    color: #FFF;
}
.navbar-nav .nav-link {
    cursor: pointer;
    border: 0;
    background: transparent;
    color: #FFF;
    font-weight: 600;
    font-size: 13px;
    padding: 40px 0;    
    margin: 0;
    text-transform:uppercase;
    position: relative;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus{
    color: #f36!important;
}
.navbar-nav .nav-item .active{
    color: #f36!important;
}
.navbar-toggler {
    color: #fff;
    z-index: 1;
    position: relative;
    width: 30px;
    height: 20px;
}
.navbar-toggler i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #FFF;
    opacity: 1;
    transition: background-color .35s, opacity 175ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 175ms cubic-bezier(.215, .61, .355, 1);
    transition: background-color .35s, transform 175ms cubic-bezier(.215, .61, .355, 1), opacity 175ms cubic-bezier(.215, .61, .355, 1);
    transition: background-color .35s, transform 175ms cubic-bezier(.215, .61, .355, 1), opacity 175ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 175ms cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}
.navbar-toggler i:nth-child(1) {
    top: 0;
}
.navbar-toggler i:nth-child(2) {
    top: 8px;
}
.navbar-toggler i:nth-child(3) {
    top: 16px;
}
.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}
.navbar-toggler[aria-expanded="true"] i:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] i:nth-child(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] i:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}
/**==================== [5.1] Banner  ======================**/
.banner-area{
    background:url(../images/banner-1.jpg) no-repeat center fixed;
    background-size: cover;
    position:relative;
    padding-top: 280px;
    padding-bottom: 250px;
}
.radme-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .7;
}
.hero-text h1{
    color: #fff;
}
.hero-text p{
    color: #fff;
    margin-bottom: 30px;
}
/**==================== [5.2] Slider  ======================**/
.slider-area {
    position: relative;
    overflow: hidden;
}
.slider-1{
    background:url(../images/slider-1.jpg) no-repeat center;
    background-size: cover;
    position:relative;
    padding-top: 280px;
    padding-bottom: 250px;
}
.slider-2 {
    background:url(../images/banner-2.jpg) no-repeat center;
    background-size: cover;
    position:relative;
    padding-top: 280px;
    padding-bottom: 250px;
}
.single-slide .owl-dots {
    position: absolute;
    left: 0;
    bottom: 100px;
    text-align: center;
}
.owl-carousel .owl-dots {
    display:flex;
    -ms-display:flex;
    -webkit-display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-top:1rem;
    position: relative;
}
.owl-carousel .owl-dot {
    height: 12px;
    width: 12px;
    border: 1px solid #fff !important;
    border-radius: 10px;
    margin: 0 .2rem;
    -webkit-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out
}
.owl-carousel .owl-dot.active {
    height: 12px;
    width: 12px;
    background-color: #FE1A50;
    border-radius: 50%;
    border: none !important;
}
/**==================== [5.3] youtube  ======================**/
.youtube-bg{
    background:url(../images/banner-3.jpg) no-repeat center;
    background-size: cover;
    position:relative;
    padding-top: 280px;
    padding-bottom: 250px;
}
/**==================== [5.4] Particle  ======================**/
.particles-bg{
    background:url(../images/banner-2.jpg) no-repeat center fixed;
    background-size: cover;
    position:relative;
    padding-top: 280px;
    padding-bottom: 250px;
}
.background {
    background-color: #000;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .7;
}
/**==================== [5.5] Typer  ======================**/
.typer-bg{
    background:url(../images/banner-3.jpg) no-repeat center fixed;
    background-size: cover;
    position:relative;
    padding-top: 280px;
    padding-bottom: 250px;
}
/**==================== [6] About  ======================**/
.features-wrapper {
    margin-bottom: 40px;
    padding-right: 5%;
}
.features-wrapper:last-child{
    margin-bottom: 0;
}
.features-wrapper h3 {
    margin-bottom: 10px;
}
.features-hero {
    background: #FFF;
    border: solid 5px #FFF;    
    position: relative;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
}
.features-hero img {
    width: 100%;
}
/**==================== [7] Service  ======================**/
.ourservice-item {
    border:solid 1px #FFF; 
    margin-bottom: 40px;
    padding: 40px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
    text-align: center;
    z-index: 1;
}
.ourservice h4 {
    margin: 0 0 26px 0;    
}
.ourservice-item:hover{
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    transform: translate(0, -4px);
    box-shadow: rgba(45, 45, 45, .05) 0 2px 2px, rgba(49, 49, 49, .05) 0 4px 4px, rgba(42, 42, 42, .05) 0 8px 8px, rgba(32, 32, 32, .05) 0 16px 16px, rgba(49, 49, 49, .05) 0 32px 32px, rgba(35, 35, 35, .05) 0 64px 64px;
}
.ourservice-item:hover .text-color-primary{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.service-icon {
    text-align: center;
    font-size: 56px;  
    margin-top:10px;
    margin-bottom: 40px;
    line-height: 1; 
    color: #c3c3c3;   
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-icon i{
    color: #f36;
}
/**==================== [8] Counter  ======================**/
.countdown-area{
    background:url(../images/countdown-bg.jpg) no-repeat center fixed;
    background-size: cover;
    position:relative;
}
.count-area{
    text-align: center;
}
.count-icon{
    margin-bottom: 20px;
}
.count-icon i{
    font-size: 32px;
    color: #fff;
    background: rgba(250, 250, 250, 0.3);
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
}
.count-info h2{
    color: #fff;
}
.count-info h4{
    color: #fff;
}
/**==================== [9] OurWork  ======================**/
.padding{
    padding-left: 5px; 
    padding-right: 5px;
    margin-bottom: 10px;
}
.portfolio-button {
    margin-bottom: 60px;
}
.portfolio-button .btn{
    margin-right: 15px;
}
.portfolio-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.portfolio-item img {
    width: 100%;
    height: 100%;
    transition: .3s;
}
.item-overlay{
    position:absolute;
    background: #f36;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left:-100%;
    opacity: .9;
    transition: .3s;
}
.portfolio-item:hover .item-overlay{
    left: 0;
    transition: .3s;
}
.item-overlay .zoom{
    position: absolute;
    top: 43%;
    left: -50%;
    text-align: center;
    transition: .5s
}
.portfolio-item:hover .item-overlay .zoom{
    left: 34%;
}
.item-overlay .zoom a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #f36;
    font-size: 22px
}
.item-overlay .link{
    position: absolute;
    top: 43%;
    left: -50%;
    text-align: center;
    transition: .5s
}
.portfolio-item:hover .item-overlay .link{
    left: 55%;
}
.item-overlay .link a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #f36;
    font-size: 22px
}
/**==================== [10] Price Table  ======================**/
.price-table {
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    margin-bottom: 20px;
    border: 0;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    border-width: 0;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.price-table:hover {
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15)
}
.price-table .card-header {
    border-radius: 0;    
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 800; 
    border-bottom: solid 1px #eee;    
    background: #FFF;  
}
.price-table .card-header h3{
    font-weight: 800;
    
    margin: 0;
}
.price-table .price {
    font-size: 46px;
    line-height: 1.2;
    padding:20px 0;
    font-weight: 900;
    color: #333;
    border-bottom: solid 1px #eee;
    font-family: 'Montserrat', sans-serif;
}
.price-table .price sub {
    font-weight: 600;
    font-size: 30px;
    padding: 0 5px;
    bottom: -5px;
}
.price-table  sup {
    font-weight: 600;
    padding: 0 5px;
    font-size: 30px;
}
.price-table .list-group {
    border-width: 0px;
    padding: 20px 0 0;  
}
.price-table .list-group li {
    border: 0;
   padding-top: 10px; padding-bottom: 10px;
}
/**==================== [11] Team  ======================**/
.team-area{
    padding-top: 60px;
}
.team-member{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.team-member img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.team-overlay{
    position: absolute;
    background: #f36;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0px;
    left: 0px;
    visibility: hidden;
    transition: all 0.5s;
    transform: scale(0);
}
.team-area:hover .team-overlay{
    opacity: .9;
    visibility: visible;
    transform: scale(1);
}
.social-link {
    position: absolute;
    top: 43%;
    left: 28px;
    text-align: center;
}
.social-link ul li{
    display: inline-block;
    margin-right: 10px;
    list-style: none;
}
.social-link ul li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #f36;
    background: #fff;
    border-radius: 50%;
}
.team-info{
    padding-top: 30px;
    text-align: center;
}
/**==================== [12] Testimonial  ======================**/
.testimonial{
    background:url(../images/testimonial-bg.jpg) no-repeat center fixed;
    background-size: cover;
    position:relative;
}
.radme-title h2{
    color: #fff;
}
.radme-title p{
    color: #fff;
}
.clinet-img{
    margin-top: 80px;
    margin-bottom: 60px;
}
.clinet-img img{
    width: 110px!important;
    border-radius: 50%;
    margin: 0 auto;
}
.client-area .client-text h4{
    color: #fff;
}
.client-area .client-text p{
    color: #fff;
}
/**==================== [13] Blog  ======================**/
.blog-wrapper {
    margin-bottom: 30px;
    background: #FFF;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
}
.latestBlog .blog-meta{
    margin-bottom: 10px;
}
.latestBlog .owl-dots{ 
    bottom:-30px; 
}

.blog-wrapper .blog-thumb img {
    width: 100%;
}
.blog-wrapper .blog-content h4 {
    margin-bottom: 10px;
    line-height: 1.6;
}

.blog-wrapper .blog-meta span {
    margin-right: 10px;
}
.blog-content{
    padding: 30px;
}
.blog-details p {
    margin-bottom: 20px;
    
}
.blog-details .blog-content-img img {
    width: 100%;
}
.btn-more {
    font-weight: 600;
    text-decoration: none;
}
.btn-more i { 
    margin-left: 5px; margin-right: 5px;
    transition: all 0.2s;
}
.btn-more:hover{
    text-decoration: none;
}
.btn-more:hover i{
    margin-left: 10px;
    margin-right: 0px;
}
.latest-post li {
    clear: both;
}
.latest-post li figure {
    height: auto;
    width: 60px;
    float: left;
    clear: both;
    margin-top: 6px;
    margin-right: 8px;
    display: table-cell;
    vertical-align: top;
}
/**==================== [14] subscribe  ======================**/
#subscribe{
    background: url(../images/subscribe-bg.jpg)no-repeat center fixed;
    background-size: cover;
    position: relative;
}
.subscribe-form{
    padding-top: 60px;
}
.subscribe-form .form-control{
    float: left;
    width: 72%;
    height: 45px;
}
.subscribe-form .subscribe-btn{
    float: right;
}
.subscribe-btn .btn{
    padding: 11px 28px;
}
/**==================== [15] Form  ======================**/
.contact{
    position: relative;
}
.contact-map{
    position: relative;
}
.contact-form{
    padding: 50px;
    margin-top: -250px;
    box-shadow: 0 0 20px #ccc;
    background: #fff;
}
#map{
    height: 400px;
    width: 100%;
}
.contact-map img{
    border-radius: 10px;
}
.contact-map .modal-dialog{
    max-width: 800px!important;
}
.form-area input{
    width: 100%;
    height: 55px;
    border:1px solid #ccc;
    padding: 10px 15px;
    font-size: 15px;
    text-transform: capitalize;
}
input::-webkit-placeholder {
    text-transform: capitalize;
    font-size: 15px;
}
input::-moz-placeholder {
    text-transform: capitalize;
    font-size: 15px;
}
input:-ms-input-placeholder {
    text-transform: capitalize;
    font-size: 15px;
}
input:-moz-placeholder {
    text-transform: capitalize;
    font-size: 15px;
}
.form-area textarea{
    width: 100%;
    border:1px solid #ddd;
    padding: 10px 15px;
    font-size: 15px;
    text-transform: capitalize;
}
textarea::-webkit-placeholder {
    text-transform: capitalize;
    font-size: 15px;
}
textarea::-moz-placeholder {
    text-transform: capitalize;
    font-size: 15px;
}
textarea:-ms-input-placeholder {
    text-transform: capitalize;
    font-size: 15px;
}
textarea:-moz-placeholder {
    text-transform: capitalize;
    font-size: 15px;
}
.contact-info{
    margin-bottom: 40px;
}
.contact-info .contact-icon i{
    font-size: 32px;
    margin-bottom: 15px;
    color: #f36;
}
/**==================== [16] Footer  ======================**/
footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #222222;
    color: #adadad;
}
footer .social_icons a {
    font-size: 16px;
    display: inline-block;
    margin: 0 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #adadad;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
footer .social_icons a:hover {
    color: #FFF;
}

/**==================== [17] Scroll Up  ======================**/
#scroll-up {
    position: fixed;
    z-index: 337;
    bottom:30px;
    right: 10px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    display: none;
    background: #f36;
}
#scroll-up:hover,
#scroll-up:focus{
    background: #f36;
    color: #fff;
}
/**==================== [18] index.html======================**/
.radme-bg{
    background: url(../images/radme-bg.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
}
.radme-title h2{
    color: #fff;
    text-transform: capitalize;
}
.radme-title p{
    color: #fff;
}
.category{
    margin-bottom: 80px;
}
.select-category {
    height: 100%;
    width: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.select-category img {
    width: 100%;
    height: 100%;
    transition: .6s;
}
.select-category:hover img {
    transform: scale(1.2);
}
.select-btn{
    margin-top: 30px;
}
.select-btn a{
    padding: 15px 30px;
    background: #f36;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: .5s;
}
.select-btn a:hover{
    color: #fff;
    background: #06010e;
}
/**==================== [19] Radme Banner ======================**/
.radme-banner{
    background: url(../images/single-bg.jpg)no-repeat center fixed;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}
.radme-banner-header {
    color: #fff;
}
.radme-banner-header h2{
    color: #fff;
}
.radme-banner-header .breadcrumb {
    background:transparent;
    padding: 0;
}
.radme-banner-header .breadcrumb li a {
    color:#fff
}
.radme-banner-header .breadcrumb > .active {
    color: #f36;
}
/**==================== [20] Single Blog ======================**/
.single-blog-details{
    margin-top: 20px;
    margin-bottom: 20px;
}
.blockquote {
    margin-bottom: 1rem;
    line-height: 26px;
    font-size: 16px;
    padding: 20px;
    border-left: 5px solid  #f36;
    background: #efefed;
}
.single-blog-info {
    margin-top: 20px;
    margin-bottom: 20px;
}
.single-blog-info span{
    margin-right: 15px;
    text-transform: capitalize;
}
.single-blog-info span a{
    margin-left: 10px;
    color: #222;
}
.single-blog-info i {
    color:#222;
    margin-right:5px
}
.radme-comment-area{
    margin-top: 40px;
}
.radme-single-comment {
    border-bottom: 1px solid #f36;
    overflow: hidden;
    padding: 20px 0px;
}
.radme-single-comment:nth-child(2n+1){
    padding-left: 100px;
}
.radme-single-comment:last-child{
    border:none;
}
.radme-comment-area h2{
    margin-bottom: 30px;
}
.radme-comment-img {
    float: left;
}
.radme-comment-img img{
    border-radius: 50%;
    width: 90px;
    height: 90px;
}
.radme-comment-details{
    margin-left: 130px;
}
.radme-comment-details li{
    display: inline-block;
    margin-right: 30px;
}
.radme-comment-details li i{
    margin-right: 10px;
}
.radme-reply-button{
    margin-bottom: 20px;
    margin-top: 20px;
}
.radme-comment-form h4{
    margin-bottom: 30px;
}
.comments-form input {
    font-size: 18px;
    background: transparent;
    box-shadow: none;
    border: 1px solid #f36;
    border-radius: 4px;
    height: 60px;
    transition: .5s;
}
.comments-form input:focus{
    box-shadow: none;
}
.comments-form textarea{
    font-size: 18px;
    background: transparent;
    box-shadow: none;
    box-shadow: none;
    border: 1px solid #f36;
    border-radius: 4px;
    transition: .5s;
}
.radme-comment-button{
    margin-top: 30px;
    margin-bottom: 40px;
}
.reply-btn{
    padding: 10px 15px;
    background: #f36;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}
.reply-btn:hover{
    color: #fff;
}
.confirm .radme-btn{
    padding: 15px 25px;
    font-size: 16px;
}
.comments-area{
    margin-top: 40px;
}
.comments-title {
    margin-bottom: 30px;
}
.widget-serach .form-control{
    position: relative;
    border-color: #ddd;
    height: 53px;
    border-radius: 0px;
}
.widget-serach .serach-btn {
    position: absolute;
    right: 15px;
    padding: 14px 15px;
    background: #f36;
    color: #fff;
    top: 0px;
}
.widget-blog-title{
    margin-top: 20px;
    margin-bottom: 20px;
}
.widget-blog-title h4{
    font-weight: bold;
}
.single-post ul li{
    margin-bottom: 15px;
}
.single-post ul li a{
    color: #222;
}
.single-post ul li a i{
    margin-right: 15px;
    margin-bottom: 10px;
    color: #f36;
}
.single-category ul li{
    margin-bottom: 15px;
}
.single-category ul li a{
    color: #222;
}
.single-category ul li a i{
    margin-right: 15px;
    margin-bottom: 10px;
    color: #f36;
}
.widget-meta-list ul li a {
    color: #222;
    padding: 5px 0px;
    font-size: 15px !important;
    margin-bottom: 5px;
    text-transform: capitalize;
    display: inline-block;
}