/*-----------------------------------------------------------------------------------
Description: This is html5 template
Author: Dustin Nicolai
Author URL: http://www.dustin-nicolai.de
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
3. Button-Style
4. Helper-Classes
5. MainMenu-Area
6. Page-Title
7. Home-Area
8. Progress-Area
9. Video-Area
10. Feature-Area
11. Service Box
12. Download Area
13. Questions-area
14. Subscribe-Form
15. Footer-Area
16. ScrollUp-Button
17. Blog-Post
18. Pagination
19. Comment-Respond
20. Form-Stype
-----------------------------------------------------------------------------------*/

/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,500,500i,600,600i,700,700i&display=swap');

/*-------------------
2. Theme Default CSS
--------------------*/

* {
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #5BC4F7;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:'Jost';    
    font-weight: 700;        
    margin: 0 0 15px;
    line-height: 1.4em;
}

h1 {
    font-size: 72px;
    font-weight: 700;    
    line-height: 1.0em;
    text-transform: uppercase;
    letter-spacing: 0.5px;    
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 36px;
    text-transform: uppercase;    
    font-weight: 600;    
    letter-spacing: 0.75px; 
    line-height: 1.1em;    
}

h4 {
    font-weight: 600; 
    text-transform: uppercase;      
    letter-spacing: 0.5px; 
}

html,
body {
    height: 100%
}

body {
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6em;
    color: #97ACB6;
}

.ui-accordion-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #2C485C;
}

/* 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. Button-Style --*/

.bttn-white {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 1;
    margin-right: 10px;
    border: none;
}

.bttn-white img {
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block;
}

.bttn-blue {
    background-color: #5BC4F7;
    display: inline-block;
    color: #ffffff;
}

.bttn-white:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #2C485C;    
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.bttn-white.active,.bttn-white:hover,
.bttn-blue.active,.bttn-blue:hover {
    color: #ffffff;
    background-color: #2C485C; 
    -webkit-box-shadow: 0px 0px 0px 0px rgba(14,69,94,0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(14,69,94,0);
    box-shadow: 0px 0px 0px 0px rgba(14,69,94,0);
    transition: box-shadow 0.3s ease-in, margin-top 0.3s ease-in;
}

.bttn-white.active:before,
.bttn-white:hover:before {
    opacity: 0;
}

.bttn-default,
.bttn-white,
.bttn-blue {
    font-family:'Jost';
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;  
    line-height: 1.0;
    text-transform: uppercase;
    padding: 24px 30px;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    -webkit-box-shadow: 0px 24px 32px -16px rgba(14,69,94,0.75);
    -moz-box-shadow: 0px 24px 32px -16px rgba(14,69,94,0.75);
    box-shadow: 0px 24px 32px -16px rgba(14,69,94,0.75);
    transition: box-shadow 0.3s ease-in, margin-top 0.3s ease-in; 
    margin-top : -2px;   
}

.bttn-default .lnr,
.bttn-white .lnr {
    margin-right: 10px;
}


.bttn-default {
    background-color: #5BC4F7;
    color: #ffffff;
}

.sq {
    border-radius: 3px !important;
    background-color: #000000 !important;
}

/*-- 4. Helper-Classes --*/

.section-padding-top {
    padding-top: 120px;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.upper {
    text-transform: uppercase;
}

.angle,
.overlay {
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#70d0ff+0,2d92da+100 */
    background: #70d0ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #70d0ff 0%, #2d92da 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #70d0ff 0%,#2d92da 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #70d0ff 0%,#2d92da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70d0ff', endColorstr='#2d92da',GradientType=0 ); /* IE6-9 */
}

.angle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, right top, color-stop(50%, #ffffff), color-stop(50%, transparent)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(left bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right top, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    z-index: -1;
}

.dark-color,
.blue-color {
    color: #2C485C;
}

.white-color {
    color: #ffffff !important;
}

.gray-bg {
    background-color: #f5f6ff;
}

/*-- 5. MainMenu-Area --*/

.mainmenu-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 20px 20px 20px 0;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #5BC4F7;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area.affix {
    position: fixed;
    top: 0;
}

.mainmenu-area.affix:before {
    opacity: 1;
}

.right-button {
    font-family: 'Jost';
}

.right-button a {
    padding: 18px 30px;
}

.mainmenu-area .right-button {
    position: absolute;
    right: 10px;
    top: 10px;
}

.mainmenu-area ul.mainmenu {
    text-align: center;
    float: none;
    display: block;
}

.mainmenu-area ul.mainmenu li {
    float: none;
    display: inline-block;
    text-align: center;
}

.mainmenu-area ul.nav.navbar-nav li a {
    font-family: 'Jost';    
    font-weight: 600;        
    text-transform: uppercase; 
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 2px;
    background: transparent;
    border-bottom: 2px solid transparent;
    margin: 0 20px;
}

.mainmenu-area ul.nav.navbar-nav li a:hover,
.mainmenu-area ul.nav.navbar-nav li.active a {
    border-bottom-color: #ffffff;
}

.mainmenu-area .navbar-brand {
    height: auto;
    padding: 0 15px;
}

.mainmenu-area .navbar-brand img {
    height: 40px;
}

/*-- 6. Page-Title --*/

.page-title .title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #5BC4F7;
}


/*-- 7. Home-Area --*/

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:0;
    background-image: url(images/hero-mask.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.home-area {
    width: 100%;
    padding-top: 60px;
    color: #ffffff;
    margin-bottom: 100px;
}

.home-area .mobile-hidden-img {
    height: auto;
    padding-top: 15%;
}

.home-area .mobile-image {
    margin-right: 0;
    margin-left: 0;
    z-index: 1;
    margin-bottom: -10%;
    width: 98%;
}

.img-kueken {
    height: 250px;
    width: auto;
    position: absolute;
    margin-top: 20%;
}

/*-- 8. Progress-Area --*/

.plattforms-area {
    background-image: url('images/sqeakz-plattformen-und-geraete@2x.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    margin-top: 90px;
    margin-bottom: 100px;
    min-height: 800px;
}

.plattforms-area .mobile-image {
    margin-top: -90px;
    margin-bottom: -153px;
}

/*-- 9. Video-Area --*/

.video-area {
    background-image: url('');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    margin-bottom: 120px;
}

.video-photo {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.video-photo > img {
    width: 100%;
}

.video-area a.video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.video-area .page-title {
    margin-bottom: 60px;
}

/*-- 10. Feature-Area --*/

.feature-area {
    color: #ffffff;
    background-color: #5BC4F7;
    background-image: url('images/feature-bg.png');
    background-position: bottom -120px center;
    background-repeat: no-repeat;
    background-size: auto 94%;
    margin-bottom: 60px;
}

.feature-area .page-title .title {
    color: #ffffff;
}

.feature-area .mobile-hidden-img {
    margin-top: -60px !important;
    margin-bottom: -120px;
}

.device-trigger .free-call:hover ~ .device-screen { background-color: #000; }

/*-- 11. Service-Box --*/

.service-box {
    position: relative;
    padding-left: 100px;
}

.team-slide .owl-controls .owl-nav > div,
.service-box .box-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    text-align: center;
    font-size: 44px;
    line-height: 84px;
    background-color: #2C485C;
    overflow: hidden;
    z-index: 1;
    color: #5BC4F7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.team-slide .owl-controls .owl-nav > div:hover,
.service-box:hover .box-icon {
    color: #ffffff;
}

.team-slide .owl-controls .owl-nav > div:before,
.service-box .box-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;

}

.team-slide .owl-controls .owl-nav > div:hover:before,
.service-box:hover .box-icon:before {
    opacity: 0;
}

.service-box h4 {
    margin-bottom: 10px;
}

.img-avatare {
    margin-top: -70px;
    margin-left: -40px;
    position: absolute;
    z-index: 999;
}

/*-- 12. Download-Area --*/

.download-area {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 70px;
    color: #ffffff;
}

.download-area .mobile-hidden-img {
    margin-top: -106px;
    margin-bottom: -175px;
}

/*-- 13. Questions-area --*/

.img-professor {
    height: auto;
    width: auto;
    margin-left: 30px;
    margin-bottom: -250px;
}


.questions-area {
    background-color: #F5F8F9;
}

.toggle-box {
    margin-top: -20px;
}

.toggle-box h3 {
    font-size: 14px;
    font-weight: 700;
    color: #5BC4F7;    
    background-color: #ffffff;
    margin-bottom: 0;
    margin-top: 20px;
    outline: none;
    padding: 30px 30px;
    cursor: pointer;
    position: relative;
}

.toggle-box h3:before,
.toggle-box h3:after {
    content: '';
    position: absolute;
    left: 30px;
    top: 30px;
    width: 10px;
    height: 2px;
    color: #5BC4F7;    
}

.toggle-box h3:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.toggle-box h3.ui-state-active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.toggle-box div {
    background-color: #ffffff;
    padding: 20px 30px;
    border-top: 1px solid #efefef;
    -webkit-box-shadow: 0px 24px 24px -10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 24px 24px -10px rgba(0,0,0,0.1);
    box-shadow: 0px 24px 24px -10px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease-in, margin-top 0.3s ease-in; 
}

/*-- 14. Subscribe-Form --*/

.subscribe-area {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#70d0ff+0,2d92da+100 */
    background: #70d0ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #70d0ff 0%, #2d92da 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #70d0ff 0%,#2d92da 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #70d0ff 0%,#2d92da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70d0ff', endColorstr='#2d92da',GradientType=0 ); /* IE6-9 */
}

.subscribe-form {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 5px;
}

.subscribe-form form {
    position: relative;
}

.subscribe-form form .control {
    width: 100%;
    height: auto;
    padding: 15px 180px 15px 30px;
    border-radius: 100px;
    border: 1px solid #5BC4F7;
}

.subscribe-form form .bttn-white {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
}

/*-- 15. Footer-Area --*/

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

.footer-box .box-icon {
    width: 75px;
    height: 75px;
    margin: auto auto 30px auto;
    text-align: center;
    line-height: 75px;
    color: #ffffff;
    font-size: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26B8FF+0,6ac6f0+100 */
    background: rgb(72, 44, 191);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26B8FF', endColorstr='#6ac6f0', GradientType=1);
    border-radius: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-box .box-icon:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 2px solid #ffffff;
    border-radius: 100%;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.footer-box:hover .box-icon {
    color: #5BC4F7;
}

.footer-box:hover .box-icon:before {
    background-color: #ffffff;
}

.footer {
    padding: 70px 0;
    background-color: #354960;
}

.footer .footer-menu ul li a,
.footer .social-menu ul li a,
.lower-footer p, .lower-footer ul,.lower-footer li a {
    color: #ffffff;
    font-size: 14px;
}

.lower-footer {
    padding: 20px 0;
    background-color: #2C3D51;
}

.lower-footer li {
    display: inline-block;    
    border-left: 1px solid #ffffff;
    padding: 0 10px;
}

.lower-footer ul li:first-child{
    border-left: none;
}

.lower-footer ul {
    list-style-type: none;
    float: right;
    line-height: 1.4;    
}

.footer .footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    float: left;
}

.footer .footer-menu ul li,
.footer .social-menu ul li {
    display: inline-block;
}

.footer .social-menu ul li {
    background-color: #2C3D51;    
    border-radius: 100px;
    width: 48px;
    height: 48px;
    margin-right: 20px;
}

.footer .social-menu ul li a {
    font-size: 24px;
    line-height: 54px;
    padding: 12px;
}

.footer .social-menu ul {
    text-align: right;    
    padding: 0;
    margin: 0 auto;
}

.footer .footer-menu ul li a {
    text-transform: uppercase;
    padding: 0px 40px 0px 0px;
    font-family:'Jost';    
    font-weight: 500;
    letter-spacing: 0.75px;
}

.footer .footer-menu ul li a:hover,
.lower-footer ul li a:hover {
    color: #5BC4F7;
}

/*-- 16. ScrollUp-Button --*/

#scrollUp {
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #5BC4F7;    
}

.preloader {
    background-color: #ffffff;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.preloader span {
    background: rgb(91, 196, 247);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26B8FF', endColorstr='#6ac6f0', GradientType=1);
    border-radius: 100%;
    height: 60px;
    width: 60px;
    line-height: 68px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    margin: auto;
    -webkit-animation: mymove 1.5s infinite linear;
    animation: mymove 1.5s infinite linear;
}

@-webkit-keyframes mymove {
    0 {
        -webkit-box-shadow: 0 0 0 0 rgba(91, 196, 247, 0.6), 0 0 0 0 rgba(91, 196, 247, 0.6);
        box-shadow: 0 0 0 0 rgba(91, 196, 247, 0.6), 0 0 0 0 rgba(91, 196, 247, 0.6);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(91, 196, 247, 0.6), 0 0 0 10px rgba(91, 196, 247, 0.6);
        box-shadow: 0 0 0 10px rgba(91, 196, 247, 0.6), 0 0 0 10px rgba(91, 196, 247, 0.6);
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(91, 196, 247, 0.6), 0 0 0 20px rgba(91, 196, 247, 0.6);
        box-shadow: 0 0 0 10px rgba(91, 196, 247, 0.6), 0 0 0 20px rgba(91, 196, 247, 0.6);
    }
    75% {
        -webkit-box-shadow: 0 0 0 10px rgba(91, 196, 247, 0.6), 0 0 0 10px rgba(91, 196, 247, 0.6);
        box-shadow: 0 0 0 10px rgba(91, 196, 247, 0.6), 0 0 0 10px rgba(91, 196, 247, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(91, 196, 247, 0.6), 0 0 0 0 rgba(91, 196, 247, 0.6);
        box-shadow: 0 0 0 0 rgba(91, 196, 247, 0.6), 0 0 0 0 rgba(91, 196, 247, 0.6);
    }
}

@keyframes mymove {
    0 {
        -webkit-box-shadow: 0 0 0 0 rgba(91, 196, 247, 0.6), 0 0 0 0 rgba(91, 196, 247, 0.6);
        box-shadow: 0 0 0 0 rgba(91, 196, 247, 0.6), 0 0 0 0 rgba(91, 196, 247, 0.6);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(91, 196, 247, 0.6), 0 0 0 10px rgba(91, 196, 247, 0.6);
        box-shadow: 0 0 0 10px rgba(91, 196, 247, 0.6), 0 0 0 10px rgba(91, 196, 247, 0.6);
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(91, 196, 247, 0.6), 0 0 0 20px rgba(91, 196, 247, 0.6);
        box-shadow: 0 0 0 10px rgba(91, 196, 247, 0.6), 0 0 0 20px rgba(91, 196, 247, 0.6);
    }
    75% {
        -webkit-box-shadow: 0 0 0 10px rgba(91, 196, 247, 0.6), 0 0 0 10px rgba(91, 196, 247, 0.6);
        box-shadow: 0 0 0 10px rgba(91, 196, 247, 0.6), 0 0 0 10px rgba(91, 196, 247, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(91, 196, 247, 0.6), 0 0 0 0 rgba(91, 196, 247, 0.6);
        box-shadow: 0 0 0 0 rgba(91, 196, 247, 0.6), 0 0 0 0 rgba(91, 196, 247, 0.6);
    }
}

/*-- 17. Blog-Post --*/

.site-header {
    background: #70d0ff;
    background: -moz-linear-gradient(top, #70d0ff 0%, #2d92da 100%);
    background: -webkit-linear-gradient(top, #70d0ff 0%,#2d92da 100%);
    background: linear-gradient(to bottom, #70d0ff 0%,#2d92da 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70d0ff', endColorstr='#2d92da',GradientType=0 );
    color: #ffffff;
    padding: 180px 0 120px;
}

.site-header a {
    color: #ffffff;
}

.breadcrumb {
    background: none;
    display: inline-block;
    margin-top: 10px;
    padding: 0;
}


.post-single:after {
    content: "";
    clear: both;
    display: table;
}

.post-single {
    padding: 30px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.single-post .post-single {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-post .post-single .post-media {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
}

.post-single.sticky .post-media {
    width: 55%;
    float: left;
    margin-right: 60px;
}

.post-single .post-media {
    overflow: hidden;
    border-radius: 3px;
}

.post-single .post-media img {
    width: 100%;
}

.post-single .post-meta {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-single .post-body .post-meta .post-tags {
    float: left;
}

.post-single .post-body .post-meta .post-date {
    float: right;
}

.post-single .post-body h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.post-single .post-body .read-more {
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 14px;
    color: #5BC4F7;
}

.post-single .post-body .read-more:after {
    content: '\e87a';
    font-family: 'Linearicons-Free';
    margin-left: 5px;
}

/*-- 18. Pagination --*/

.pagination .nav-links {
    padding: 20px;
    display: inline-block;
}

.pagination {
    text-align: center;
    margin-top: 80px;
    width: 100%;
}

.pagination .nav-links .page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
}

.pagination .nav-links .page-numbers:hover {
    color: #5BC4F7;
    background-color: #F5F8F9;

}

.pagination .nav-links .page-numbers.current {
    background: #5BC4F7;
    color: #ffffff;
}

.post-single blockquote {
    padding: 50px 160px;
    text-align: center;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    font-size: 26px;
    line-height: 1.6em;
    border: none;
    color: #626264;
    background-color: #f4f4f4;
    border: 30px solid #ffffff;
    font-style: italic;
}

/*-- 19. Comment-Respond --*/

.comment-respond h4,
.comments-area .comment-heading {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #434345;
}

.comments-list,
.comments-list ul {
    list-style: none;
}

.comments-list .comment {
    position: relative;
    padding-left: 130px;
}

.comments-list .comment .comment-pic {
    width: 100px;
    height: 100px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.comments-list .comment .comment-content .comment-header {
    color: #434345
}

.comments-list .comment .comment-content .comment-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.comments-list li li .comment .comment-pic {
    width: 80px;
    height: 80px;
}

.comments-list li {
    margin-bottom: 30px;
}

/*-- 20. Form-Stype --*/

.form-control {
    border-radius: 2px;
    padding: 15px 20px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-double .box {
    width: calc(50% - 15px);
    float: left;
}

.form-double .box.last {
    float: right;
}

.vertical-center {
    position: relative;
    transform: translateY(50%);  
}      