@charset "UTF-8";

/* CSS Document */

/*------------------------------------------------------------------

Template Name:      SEO Marketing - Responsive Website Template
Version:            1.0.0
Created Date:       30/05/2017 
  

------------------------------------------------------------------
[CSS Table of contents]

1.  Body / Typography 
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background color
        4.5 Features
        4.7 Call to actions
        4.8 Img hover effect
        4.9 Icon
        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers
9. Pages
    9.1  Service
    9.2  Service Single / sidebar with sidenav
    9.3  Testimonial
    9.4  Contact us
    9.5  Styleguide
    ------------------------------------
10.Blog
    10.1 Blog Default
    10.2 Blog Single
    ------------------------------------
11.Sidebar
    11.1 Widget
    ------------------------------------

13. Media Queries

------------------------------------------------------------------*/

/*-----------------------------------
    1. Body / Typography 
-----------------------------------*/

body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-family: 'Nunito', sans-serif; font-size: 16px; line-height: 1.6; color: #5a5e5f; }
h1, h2, h3, h4, h5, h6 { color: #2d3233; font-family: 'Nunito', sans-serif; margin: 0px 0px 10px 0px; font-weight: 600; }
h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 15px; }
p { margin: 0 0 30px; line-height: 1.6; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; color: #5a5e5f; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #13a0b2; }
.lead { font-size: 24px; font-weight: 300; line-height: 1.4; }
blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 18px; border-left: 5px solid #ed6345; }
strong { color: #333; font-weight: 800; }
hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #f1f3f8; }

/*----------------------- 
    2 Form Elements:
-------------------------*/
label { }
.control-label { }
.form-control:focus { }
.textarea.form-control { }
.required { }
.form-group { }

.form-control { color: #8d8d8d; font-size: 15px; font-weight: 600; width: 100%; height: 50px; padding: 10px; line-height: 1.42857143; background-image: none; background-color: #fff; border-radius: 0px; margin-bottom: 10px; border: 1px solid #e0e0e0; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); }
.input-group { position: relative; display: table; border-collapse: separate; }

/*-----------------------------------
    3. Buttons 
-----------------------------------*/
.btn { font-family: 'Nunito', sans-serif; font-size: 14px; border-radius: 2px; 
text-transform: uppercase; font-weight: 700; padding: 12px 14px; border: none; margin-bottom: 4px; }
.btn-default { background-color: #13a0b2; color: #fff; }
.btn-default:hover { background-color: #0994a6; color: #fff; }
.btn-primary { background-color: #ed6345; color: #fff; }
.btn-primary:hover { background-color: #e65c3e; color: #fff; }
.btn-primary.focus, .btn-primary:focus { background-color: #e65c3e; color: #fff; }
.btn-lg { padding: 16px 24px; font-size: 15px; text-align: center; }
.btn-sm { padding: 12px 18px; }
.btn-xs { padding: 8px 10px; }
.btn-link { color: #ed6345; text-transform: uppercase; font-size: 14px; font-weight: 700; letter-spacing: 1px; border-bottom: 1px solid #ed6345; padding-bottom: 2px; }
.btn-link:hover { color: #ed6345; text-decoration: none; border-bottom: 1px solid #ed6345; }
button.btn { height: 50px; margin-right: -1px; }

/*-----------------------------------
    4. General / Elements 
-----------------------------------*/

/*----------------------- 
    4.1 Section space :
-------------------------*/

/*Note: Section space help to create top bottom space;*/

.space-small { padding-top: 40px; padding-bottom: 40px; }
.space-medium { padding-top: 100px; padding-bottom: 100px; }
.space-large { padding-top: 120px; padding-bottom: 120px; }
.space-ex-large { padding-top: 140px; padding-bottom: 140px; }

/*----------------------
   4.2 Margin Space
-----------------------*/
.mb0 { margin-bottom: 0px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mt0 { margin-top: 0px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }

/*----- less margin space from top --*/
.mt-20 { margin-top: -20px; }
.mt-40 { margin-top: -40px; }
.mt-60 { margin-top: -60px; }
.mt-80 { margin-top: -80px; }

/*-----------------------
   4.3 Padding space
-------------------------*/
.nopadding { padding: 0px; }
.nopr { padding-right: 0px; }
.nopl { padding-left: 0px; }
.pinside10 { padding: 10px; }
.pinside20 { padding: 20px; }
.pinside30 { padding: 30px; }
.pinside40 { padding: 40px; }
.pinside50 { padding: 50px; }
.pinside60 { padding: 60px; }
.pinside80 { padding: 80px; }
.pinside130 { padding: 130px; }
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt60 { padding-top: 60px; }
.pdt80 { padding-top: 80px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb60 { padding-bottom: 60px; }
.pdb80 { padding-bottom: 80px; }
.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl60 { padding-left: 60px; }
.pdl80 { padding-left: 80px; }
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.pdr40 { padding-right: 40px; }
.pdr60 { padding-right: 60px; }
.pdr80 { padding-right: 80px; }

/*--------------------------------
4.4 Background & Block color 
----------------------------------*/
.bg-light { }
.bg-primary { }
.bg-default { background-color: #13a0b2; color: #fff; }
.bg-white { background-color: #fff; }
.outline { }
.section-title { }
.title { color: #2d3233; }
.small-title { }
.text-white { color: #fff; }
.primary-sidebar { }
.secondary-sidebar { }
.well-block { }

/*--------------------------------
4.5 Features Block 
----------------------------------*/
.feature { }
.feature-block { }
.feature-text { }
.feature-title { color: red; margin-bottom: 25px; }
.feature-content { }
.feature-icon { float: left; margin-right: 15px; }
.feature-btn { text-align: center; margin-top: 40px; }
.feature-text .feature-title { color: #fff; }

/*----------------- video ---------------*/
.video-section { }
.video-img { }
.video-img img { }
.video-action { }

/*--------------------------------
4.6 Bullet/arrow
----------------------------------*/
.arrow { position: relative; padding-left: 18px; color: #78807e; line-height: 32px; }
.arrow-chevron-circle-right li:before { font-family: FontAwesome; display: block; position: absolute; left: 0; width: 13px; font-size: 14px; color: #78807e; content: "\f138"; }

/*--------------------------------
4.7 Call to actions 
----------------------------------*/
.cta-section { background-color: #13a0b2; padding-bottom: 50px; padding-top: 50px; text-align: center; }
.widget-cta { background-color: #e96144; padding: 30px; border-radius: 2px; }
.widget-cta-icon { font-size: 40px; color: #fff; margin-bottom: 40px; }
.widget-cta-content { color: #fff; }
.widget-cta-title { color: #fff; margin-bottom: 15px; font-size: 22px; }
.widget-cta .btn-link { color: #fff; font-size: 16px; border-bottom: #fff 2px solid; }
.cta { }
.cta-content { }
.cta-title { font-size: 46px; color: #fff; margin-bottom: 30px; }

/*--------------------------------
 4.8 Image Hover Effect 
----------------------------------*/
img { width: auto; max-width: 100%; height: auto; margin: 0; padding: 0; border: none; line-height: normal; vertical-align: middle; }
.imghover { display: block; position: relative; max-width: 100%; }
.imghover::before, .imghover::after { display: block; position: absolute; content: ""; text-align: center; opacity: 0; }
.imghover::before { top: 0; right: 0; bottom: 0; left: 0; }
.imghover::after { top: 50%; left: 50%; width: 50px; height: 50px; line-height: 50px; margin: -25px 0 0 -25px; content: "\f2a8"; font-family: "FontAwesome"; font-size: 36px; }
.imghover:hover::before, .imghover:hover::after { opacity: 1; }
.imghover:hover::before { background: rgba(34, 142, 156, .50); }
.imghover:hover::after { color: #FFFFFF; }

/*--------------------------------
4.9 Icon 
----------------------------------*/
.icon { }
.icon-1x { font-size: 18px; }

/* default icon size of font*/
.icon-2x { font-size: 38px; }
.icon-4x { font-size: 65px; }
.icon-6x { font-size: 88px; }
.icon-8x { font-size: 108px; }
.icon-default { color: #aa9144; }
.icon-primary { color: #474954; }
.icon-secondary { color: #fff; }
.icon-white { color: #fff; }

/*--------------------------------
5 Header / Navigations 
----------------------------------*/

/*--------------------
    5.1 Header Regular 
   ----------------------*/

.logo { }
.header { padding-top: 20px; padding-bottom: 20px; position:absolute;}
.top-header { padding-top: 24px; padding-bottom: 24px; }
.header-collapse {background-color: #0b8a9a;}

/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/
.hero-section { background: url(../images/hero-img.jpg) no-repeat center; background-size: cover; }
.hero-section-caption { padding-top: 200px; padding-bottom: 200px; }
.hero-title { color: #fff; font-size: 65px; letter-spacing: -1px; }
.hero-text { color: #fff; font-size: 20px; font-weight: 300; }
.navigation { float: right; }
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button { margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#navigation:after, #navigation > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#navigation #menu-button { display: none; }
#navigation { font-family: 'Nunito', sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
#navigation > ul > li { float: left; }
#navigation.align-center > ul { font-size: 0; text-align: center; }
#navigation.align-center > ul > li { display: inline-block; float: none; }
#navigation.align-center ul ul { text-align: left; }
#navigation.align-right > ul > li { float: right; }
#navigation > ul > li > a { padding: 16px; font-size: 14px; color: #fff; text-decoration: none; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; }
#navigation > ul > li:hover > a { color: #ffffff; background-color: #13a0b2; }
#navigation > ul > li.has-sub > a { padding-right: 32px; }

/*#navigation > ul > li.has-sub > a:after {
 position: absolute;
 top: 22px;
 right: 11px;
 width: 8px;
 height: 2px;
 display: block;
 background: #dddddd;
 content: '';
}*/
#navigation > ul > li.has-sub > a:before { position: absolute; right: 14px; font-family: FontAwesome; content: "\f107"; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }

/*#navigation > ul > li.has-sub:hover > a:before {
 top: 23px;
 height: 0;
}*/
#navigation ul ul { position: absolute; left: -9999px; }
#navigation.align-right ul ul { text-align: right; }
#navigation ul ul li { height: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation li:hover > ul { left: auto; }
#navigation.align-right li:hover > ul { left: auto; right: 0; }
#navigation li:hover > ul > li { height: 39px; }
#navigation ul ul ul { margin-left: 100%; top: 0; }
#navigation.align-right ul ul ul { margin-left: 0; margin-right: 100%; }
#navigation ul ul li a { padding: 12px 16px; width: 170px; font-size: 14px; text-decoration: none; color: #fff; font-weight: 700; background: #13a0b2; text-transform: uppercase; border-bottom: 1px solid #0a8898; }
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a { border-bottom: 0; }
#navigation ul ul li:hover > a, #navigation ul ul li a:hover { color: #ffffff; background-color: #1ab7cb; }
#navigation ul ul li.has-sub > a:after { position: absolute; top: 16px; right: 11px; width: 8px; height: 2px; display: block; background: #dddddd; content: ''; }
#navigation.align-right ul ul li.has-sub > a:after { right: auto; left: 11px; }
#navigation ul ul li.has-sub > a:before { position: absolute; top: 13px; right: 14px; display: block; width: 2px; height: 8px; background: #dddddd; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation.align-right ul ul li.has-sub > a:before { right: auto; left: 14px; }
#navigation ul ul > li.has-sub:hover > a:before { top: 17px; height: 0; }
#navigation.small-screen { width: 100%; }
#navigation.small-screen ul { width: 100%; display: none; }
#navigation.small-screen.align-center > ul { text-align: left; }
#navigation.small-screen ul li {width: 100%;border-top: 1px solid #0f8a99;}
#navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li { height: auto; }
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a { width: 100%; border-bottom: 0; padding: 20px 15px; }
#navigation.small-screen > ul > li { float: none; }
#navigation.small-screen ul ul li a { padding-left: 25px; }
#navigation.small-screen ul ul ul li a { padding-left: 35px; }
#navigation.small-screen ul ul li a {color: #fff;background: none;}
#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a {color: #fff;}
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; }
#navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before, #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before { display: none; }
#navigation.small-screen #menu-button {display: block;padding: 15px;color: #fff;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
#navigation.small-screen #menu-button:after {position: absolute;top: 16px;right: 17px;display: block;height: 12px;width: 20px;border-top: 2px solid #fff;border-bottom: 2px solid #fff;content: '';}
#navigation.small-screen #menu-button:before {position: absolute;top: 21px;right: 17px;display: block;height: 2px;width: 20px;background: #fff;content: '';}
#navigation.small-screen #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #0a6b77;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
#navigation.small-screen #menu-button.menu-opened:before {top: 23px;background: #0a6b77;width: 15px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
#navigation.small-screen .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid #0f8a99;height: 53px;width: 53px;cursor: pointer;}
#navigation.small-screen .submenu-button.submenu-opened { }
#navigation.small-screen ul ul .submenu-button { height: 34px; width: 34px; }
#navigation.small-screen .submenu-button:after {position: absolute;top: 22px;right: 20px;width: 8px;height: 2px;display: block;background: #0a6b77;content: '';}
#navigation.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; }
#navigation.small-screen .submenu-button.submenu-opened:after { background: #474747; }
#navigation.small-screen .submenu-button:before {position: absolute;top: 19px;right: 23px;display: block;width: 2px;height: 8px;background: #0a6b77;content: '';}
#navigation.small-screen ul ul .submenu-button:before { top: 12px; right: 16px; }
#navigation.small-screen .submenu-button.submenu-opened:before { display: none; }
#navigation.small-screen.select-list { padding: 5px; }

/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/
.page-header { background: url(../images/page-header.jpg) no-repeat center; background-size: cover; margin: 0px; }
.page-section { padding: 150px 0px 150px 0px; }
.page-description { }
.page-description p { color: #FFF; }
.page-title { font-size: 42px; color: #fff; line-height: 50px; }
.page-breadcrumb { padding-top: 50px; color: #d9dfe0; }
.page-breadcrumb .breadcrumb { background-color: transparent; padding: 5px 0px; margin-bottom: 0px; font-size: 13px; font-weight: 900; border: none; letter-spacing: 1px; text-transform: uppercase; color: #fff; }

/*-----------------------------------
    6. Slider 
-------------------------------------*/

/*-----------------------------------
7. Content 
-------------------------------------*/

/*-----------------------------------
8. Footer 
-------------------------------------*/   

.footer { background-color: #171a1a; padding-top: 50px; padding-bottom: 50px; color: #6d7272; }
.footer-widget hr { margin-bottom: 20px; margin-top: 19px; border-bottom: 1px solid #414141; }
.footer-title { margin-bottom: 40px; color: #fff; }
.footer-widget { }
.footer-widget ul { }
.footer-widget li { margin-bottom: 10px; }
.footer-widget li i { color: #3fc535; padding-right: 10px; padding-bottom: 5px; }
.footer-widget li a { font-size: 16px; color: #929292; }
.footer-widget li a:hover { color: #13a0b2; }
.footer-widget .form-control { height: 50px; color: #7e7e7e; background-color: #535353; border: 0px solid; border-radius: 2px; }
.footer-wrapper { }

/*-------------- tiny footer ------------*/
.tiny-footer { background-color: #131515; padding-top: 20px; padding-bottom: 20px; font-size: 14px; color: #6d7272; text-align: center; }

/*-----------------------------------
9. Pages 
-------------------------------------*/

/*-------------------------
 9.1 About us
---------------------------*/

/*-------------------------
 9.2  Service / single / sidebar
--------------------------*/   

.service-block { padding: 30px; margin-bottom: 30px; text-align: center; }
.service-block:hover { background-color: #f3fafb; }
.service-icon { margin-bottom: 30px; }
.service-img { margin-bottom: 30px; }
.service-content { }

/*-----------------------------------------
  service side-nav
 ------------------------------------------*/
.sidenav { }
.sidenav li { position: relative; font-weight: 600; margin-bottom: 10px; }
.sidenav li a { padding: 20px; display: block; border: 1px solid #e3e7e8; line-height: 14px; color: ##5a5e5f; font-size: 16px; font-weight: 400; border-radius: 2px; }
.sidenav li a:hover { color: #fff; background-color: #13a0b2; border: 1px solid #13a0b2; }
.sidenav li.active a { color: #fff; background-color: #13a0b2; border: 1px solid #13a0b2; }
.sidenav li.active a:before { color: #13a0b2; }
.service-sidenav-icon { font-size: 16px; float: right; }

/*--------------------------
 9.5  Testimonial
---------------------------*/

/*--------------------------
 9.6  Case study
---------------------------*/

.case-block { margin-bottom: 30px; }
.case-img { }
.case-content { position: absolute; bottom: 20px; padding-left: 30px; color: #fff; display: inline-block }
.case-title { color: #fff; }
.case-text { font-size: 16px; font-weight: 600; }
.case-details { }
.case-details-img { margin-bottom: 30px; }
.case-details h2 { font-size: 28px; margin-bottom: 35px; }
.case-details-text { }
.case-details-title { font-size: 18px; font-weight: 800; }

/*-------------------------
 9.8 Contact us
---------------------------*/
.contact-info { }
.contact-info-title { }
.contact-icon { }
.contact-info ul { }
.contact-info li { position: relative; padding-left: 34px; margin-bottom: 10px }
.contact-info li i { display: block; position: absolute; top: 0px; left: 0; font-size: 20px; color: #6a6e6e; text-align: center }
.get-in-touch {}

/*------------------------
10. Blog pages
--------------------------*/

/*----- quoteblock -----*/

.quoteblock { padding: 40px; border-radius: 5px; }
.quoteblock h1 { color: #fff; padding-bottom: 20px; }
.quoteblock-content { border-left: 2px solid #Fff; padding-left: 30px; font-size: 22px; font-weight: 700; }
.quoteblock p { margin: 0px; }
.quoteblock-author { text-transform: upper; letter-spacing: 1.5px; font-size: 14px; font-weight: 700; }
.recent-title { font-size: 18px; line-height: 28px; }
.section-title { margin-bottom: 60px; }

/*----- post-----*/
.post-block { margin-bottom: 30px; }
.post-title { text-align: center; line-height: 32px; }
.post-img { }
.post-content { border: 1px solid #e3e7e8; padding: 30px; }

/*----- meta -----*/
.meta { margin-bottom: 20px; text-align: center; }
.meta-date { color: #13a0b2; font-size: 13px; font-weight: 700; margin-right: 10px; }
.meta-categories { font-size: 13px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; color: #2d3233; }
.meta-author { margin-left: 10px; font-weight: 700; font-size: 13px; }
.meta-tag { }

/*----- pagination -----*/
.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; }
.st-pagination { text-align: center; }
.st-pagination .pagination>li>a, .pagination>li>span { position: relative; float: left; line-height: 1.6; color: #494d4e; text-decoration: none; font-size: 16px; border: 1px solid #e3e4dd; background-color: #e3e7e8; font-weight: 700; text-transform: uppercase; border-radius: 3px; margin-right: 8px; margin-bottom: 5px; }
.st-pagination .pagination>li>a:focus, .st-pagination .pagination>li>a:hover, .st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover { z-index: 2; color: #fff; background-color: #13a0b2; border-color: #13a0b2; }
.st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span { margin-left: 0; }
.st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span { border-radius: 3px; }
.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, .st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover { z-index: 3; color: #fff; cursor: default; background-color: #13a0b2; border: 1px solid #13a0b2; }

/*----- align-left-right -----*/
.align-right { float: right; margin: 0px 0 30px 30px; }
.align-left { float: left; margin: 0px 30px 0px 0px; }

/*-----Related post -----*/
.related-block { border: 1px solid #e3e7e8; padding: 30px; }
.related-post { }
.related-img { margin-bottom: 30px; }
.related-post-content { }
.related-title { font-size: 18px; line-height: 22px; }
.post-meta { margin-right: 20px; }

/*----- prev-next-----*/
.post-navigation { border: 1px solid #e3e7e8; padding: 30px; }
.nav-links { text-decoration: underline; }
.nav-previous { }
.prev-link, .next-link { color: #878b8c; text-transform: uppercase; font-size: 12px; font-weight: 700; line-height: 24px; margin-bottom: 20px; letter-spacing: 1px; }
.nav-next { }
.next-link { }
.previous-next-title { font-size: 18px; line-height: 22px; margin-top: 20px; color: #fff; font-weight: 700; }

/*----- Author-post -----*/
.author-block { background-color: #f1f6f7; padding: 40px; margin-bottom: 30px; }
.author-post { }
.author-img { }
.author-title { font-size: 22px; line-height: 22px; }
.author-post-content { }
.author-post-btn { display: inline-block; }
.author-meta { }
.author-social { display: inline-block; margin-left: 30px; }
.author-social a { margin-right: 20px; color: #878b8c; font-size: 18px; }
.author-social a:hover { color: #ed6345; }

/*----- Comments -----*/
.comment-area { border: 1px solid #e3e7e8; padding: 30px; margin-bottom: 30px; }
.comment-title { font-size: 22px; line-height: 22px; margin-bottom: 30px; }
.comment-list { list-style: none; padding: 0px; margin-top: 40px; }
.comment { }
.comment-body { }
.comment-author { }
.comment-author img { float: left; }
.comment-info { padding-left: 100px; }
.comment-header { margin-bottom: 20px; }
.user-title { font-size: 18px; color: #4a4e4e; margin-bottom: 0px; }
.comment-meta { }
.comment-meta-date { }
.comment-content { }
.reply { font-size: 12px; color: #2f2f2f; text-transform: uppercase; font-weight: 600; }
.childern { padding-left: 100px; }

/*----- leave-Comments -----*/
.leave-comments { border: 1px solid #e3e7e8; padding: 30px; }

/*------------------------
 12. Sidebar / Widgets
--------------------------*/

/*----- widget -----*/
.widget { border: 1px solid #e3e7e8; border-radius: 2px; margin-top: -1px; padding: 30px; }
.widget-title { margin-bottom: 30px; line-height: 24px; font-size: 20px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.widget ul { }
.widget li { padding-bottom: 4px; margin-bottom: 0px; }
.widget li a { color: #2d3233; }
.widget li a:hover { }
.widget-search { }
.widget-categories { }
.widget-categories ul { }
.widget-categories ul li a, .widget-archives ul li a { color: #949899; font-weight: 600; }
.widget-categories ul li a:hover, .widget-archives ul li a:hover { color: #13a0b2; }
.widget-archives { }
.recent-post { line-height: 1; }
.recent-title { line-height: 26px; color: #092f57; font-weight: 700; }
.widget-tags { }
.widget-tags a { color: #092f57; padding: 6px 10px; background-color: #e3e7e8; display: inline-block; margin-bottom: 5px; border-radius: 2px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; line-height: 20px; margin-right: 5px; }
.widget-tags a:hover { background-color: #13a0b2; color: #fff; }

/*-------------styleguide-------------*/
.box-info { }
.box-default-color { background-color: #13a0b2; height: 160px; width: 160px; }
.box-primary-color { background-color: #ed6345; height: 160px; width: 160px; }
.box-heading-color { background-color: #2d3233; height: 160px; width: 160px; }
.box-secondary-color { background-color: #5a5e5f; height: 160px; width: 160px; }
.box-bg-color { background-color: #f3fafb; height: 160px; width: 160px; }

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width:1200px) {
   
}

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) {
   
}

/* Small Devices, Tablets */
@media only screen and (max-width:768px) {
    .navigation {
    float: none;
    margin-top: 20px;
    background: #13a0b2;
}
.page-section {
       padding: 180px 0px 40px 0px;
}
.page-title {
    font-size: 26px;
    color: #fff;
    line-height: 36px;
}
.page-breadcrumb {
    padding-top: 0px;
    color: #d9dfe0;
}
  
}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {
    .navigation {
    float: none;
    margin-top: 20px;
    background: #13a0b2;
}
.hero-section-caption {
    padding-top: 180px;
    padding-bottom: 60px;
}
.hero-title {
    color: #fff;
    font-size: 32px;
    letter-spacing: -1px;
}


.page-section {
       padding: 180px 0px 40px 0px;
}
.page-title {
    font-size: 26px;
    color: #fff;
    line-height: 36px;
}
.page-breadcrumb {
    padding-top: 0px;
    color: #d9dfe0;
}
   
}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {
   .navigation {
    float: none;
    margin-top: 20px;
    background: #13a0b2;
}
.hero-section-caption {
    padding-top: 180px;
    padding-bottom: 60px;
}
.hero-title {
    color: #fff;
    font-size: 32px;
    letter-spacing: -1px;
}


.page-section {
       padding: 180px 0px 40px 0px;
}
.page-title {
    font-size: 26px;
    color: #fff;
    line-height: 36px;
}
.page-breadcrumb {
    padding-top: 0px;
    color: #d9dfe0;
}
}



