/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700');

/*-------------------
2. Typography
--------------------*/

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #464646;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
}

p em,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p a {
    color: #f53d54;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    color: #636363;
    background-color: #f6f6f6;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category ul li a {
    margin: 10px 0;
    display: block;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*---------------
3. Helper-Class
-----------------*/

.list-stylest {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-stylest li {
    padding-left: 10px;
    margin: 10px 0;
}

.list-stylest li:before {
    content: "\eb55";
    font-family: icofont;
    margin-right: 10px;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

.relative {
    position: relative;
}

.text-white .page-title,
.text-white a,
.text-white {
    color: #ffffff;
}

.white-bg {
    background-color: #ffffff;
}

.black-bg {
    background-color: #1a242a;
    color: #ffffff;
}

.black-bg2 {
    background-color: #161e23;
    color: #ffffff;
}

.bttn {
    background: #f53d54;
    background: -webkit-gradient(linear, left top, left bottom, from(#f53d54), to(#f2b134));
    background: -webkit-linear-gradient(top, #f53d54 0%, #f2b134 100%);
    background: linear-gradient(to bottom, #f53d54 0%, #f2b134 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f53d54', endColorstr='#f2b134', GradientType=0);
    padding: 1em 3em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    border-radius: 2px;
    color: #ffffff;
    border: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.bttn:focus,
.bttn:hover {
    color: #ffffff;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    letter-spacing: 3px;
}

.img-full img {
    width: 100%;
}

.gr-bg {
    background: #f53d54;
    background: -webkit-gradient(linear, left top, left bottom, from(#f53d54), to(#f2b134));
    background: -webkit-linear-gradient(top, #f53d54 0%, #f2b134 100%);
    background: linear-gradient(to bottom, #f53d54 0%, #f2b134 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f53d54', endColorstr='#f2b134', GradientType=0);
}

.social-list li a {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #f39b3a;
    line-height: 2.2;
    font-size: 16px;
    border-radius: 50%;
    color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
}

.social-list li a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f53d54), to(#f2b134));
    background: -webkit-linear-gradient(top, #f53d54 0%, #f2b134 100%);
    background: linear-gradient(to bottom, #f53d54 0%, #f2b134 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f53d54', endColorstr='#f2b134', GradientType=0);
}


/*-------------------
6. Page-title
---------------------*/

.page-title {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #464646;
}

.page-subtitle {
    font-weight: 400;
    position: relative;
    padding-top: 20px;
    font-size: 20px;
}

.page-subtitle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 70px;
    height: 2px;
    background-color: #f53d54;
}

.text-center .page-subtitle:before {
    right: 0;
    margin: auto
}

.gr-bg .page-title {
    color: #ffffff;
}

.gr-bg .page-subtitle:before {
    background-color: #ffffff;
}

.subscribe-form .form-control {
    background: none;
    border: none;
    box-shadow: none;
    height: 50px;
    border-bottom: 2px solid #f53d54;
    text-align: center;
    color: #ffffff;
}

.subscribe-form .form-control::-webkit-input-placeholder {
    color: white;
}

.subscribe-form .form-control:-moz-placeholder {
    color: white;
}

.subscribe-form .form-control::-moz-placeholder {
    color: white;
}

.subscribe-form .form-control:-ms-input-placeholder {
    color: white;
}


/*-------------------
5. Mainmenu-area
--------------------*/

.mainmenu-area {
    padding: 0 20px;
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

#mainmenu ul.nav.navbar-nav li a {
    text-transform: uppercase;
    font-size: 13px;
    border: 2px solid transparent;
    background: none;
    padding: 22px 10px;
}

#mainmenu ul.nav.navbar-nav li.active a,
#mainmenu ul.nav.navbar-nav li a:hover {
    border-top-color: #f53d54;
    border-bottom-color: #f53d54;
    color: #f53d54;
}


/*---------------------
15. Preloader-Style
----------------------*/

.preloader {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
}

.sk-wave {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sk-wave .sk-rect {
    background-color: #f53d54;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

#scrollUp {
    right: 40px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    border: 1px solid;
    color: #ffffff;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f53d54), to(#f2b134));
    background: -webkit-linear-gradient(top, #f53d54 0%, #f2b134 100%);
    background: linear-gradient(to bottom, #f53d54 0%, #f2b134 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f53d54', endColorstr='#f2b134', GradientType=0);
}


/*--------------------
Sidebar-Style
----------------------*/

.tagcloud a {
    border: 1px solid #f53d54;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 5px;
    color: #f53d54;
    border-radius: 1px;
}

.tagcloud a:hover {
    background-color: #f53d54;
    color: #ffffff;
}

.sd-title {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    color: #333333;
}

.sd-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background: #333333;
}

.sd-post h5 {
    margin-bottom: 5px;
}

.sd-post li {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}