/*--------------------------------------------------------------------------
Template Name: Doxy
Template URI: https://themeix.com
Author Name: themeix
Author uri:  https://themeix.com
Tag: docs, documentation, knowledgebase, qa
Verson: 1.0
Description: Doxy is responsive docs template for the digital products authors
===========================
INDEX SASS
===========================
1.0 Variable
2.0 Prefix
3.0 Media Query
4.0 Base
5.0 Typography
6.0 Component
7.0 Header Area
8.0 Slider Area
9.0 Page Title Area
10.0 Service Area
11.0 Topics Area
12.0 Faq Area
13.0 Pupolar Article Area
14.0 Testimonial Area
15.0 Feature Area
16.0 Looking For Area
17.0 Help Area
18.0  Form Area
19.0 Changelog Area
20.0 Privacy Policy Area
21.0 Company Area
22.0 Blog Area
23.0 Sidebar Area
24.0 Layout Area
25.0 Footer Area


--------------------------*/
/**
* ============================
*  1.0 Variable
* ============================
*/
/* Color */
/* Typography */
/* Border */
/* Componet */
/**
* ============================
*  2.0 Prefix
* ============================
*/
/**
* ============================
*  3.0 Media Query
* ============================
*/
/**
* ============================
*  4.0 Base Sass
* ============================
*/
body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #404040;
    background-size: cover !important;
    overflow-x: hidden;
}

ul, ol {
    padding: 0;
    padding-left: 20px;
}

ul ul p, ul ol p, ol ul p, ol ol p {
    margin: 0;
}

img {
    max-width: 100%;
}

.btn, a {
    box-shadow: none !important;
    outline: none;
    text-decoration: none;
    list-style: none;
}

.form-control {
    height: auto;
}

a {
    color: #404040;
    -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transform: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    text-decoration: none !important;
}

a:hover {
    color: #f9c702;
}

ul li, ol li {
    line-height: 36px;
}

button:hover,
button:active,
button:focus,
a.btn:active,
a.btn:focus,
a.btn:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
    z-index: 2;
}

.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover {
    z-index: 1;
}

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

select.form-control:not([size]):not([multiple]) {
    height: 100%;
}

figure {
    padding-left: 15px;
}

figure figcaption {
    margin-top: 10px;
}

@media (max-width: 575px) {
    figure {
        padding: 5px;
    }
}

iframe {
    border: 0;
    width: 100%;
}

.loading-main {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background-color: #f9c702;
}

.pre-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.pre-loader .text {
    color: #2d2d2d;
    display: inline-block;
    margin-left: 5px;
}

.pre-loader .bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
}

.pre-loader .bounceball:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #2d2d2d;
    transform-origin: 50%;
    animation: bounce 500ms alternate infinite ease;
}

@keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}

.home-top {
    width: 40px;
    height: 40px;
    background-color: #f9c702;
    position: fixed;
    right: 30px;
    bottom: 30px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 4px 5px;
}

.home-top:hover {
    color: #ffffff;
}

/**
* ============================
*  5.0 Typography
* ============================
*/
::-webkit-input-placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
}

:-moz-placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
}

::-o-placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
}

:-ms-input-placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
}

h1, h2, h3 {
    color: #000000;
    font-weight: 600;
}

h4, h5, h6 {
    color: #000000;
    font-weight: 500;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #f9c702;
}

.heading-1 {
    font-size: 46px;
    line-height: 56px;
}

@media (max-width: 768px) {
    .heading-1 {
        font-size: 36px;
        line-height: 40px;
    }
}

.heading-2 {
    font-size: 40px;
    line-height: 50px;
}

@media (max-width: 768px) {
    .heading-2 {
        font-size: 34px;
        line-height: 36px;
    }
}

.heading-3 {
    font-size: 30px;
    line-height: 36px;
}

@media (max-width: 768px) {
    .heading-3 {
        font-size: 26px;
        line-height: 30px;
    }
}

.heading-4 {
    font-size: 21px;
    line-height: 27px;
}

@media (max-width: 768px) {
    .heading-4 {
        font-size: 17px;
        line-height: 21px;
    }
}

.heading-5 {
    font-size: 20px;
    line-height: 26px;
}

@media (max-width: 768px) {
    .heading-5 {
        font-size: 18px;
    }
}

.heading-6 {
    font-size: 16px;
    line-height: 20px;
}

/**
* ============================
*  6.0 Component
* ============================
*/
/*Bg Color*/
.bg-color1 {
    background-color: #ffffff;
}

.bg-color2 {
    background-color: #f9c702;
}

.bg-color3 {
    background-color: #f0f0f0;
}

.bg-color4 {
    background-color: #f9c702;
}

/*Spacing*/
.section-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-spacing {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 768px) {
    .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.inner-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    .inner-spacing {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.bminus-30 {
    padding-bottom: 70px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .bminus-30 {
        padding-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .bminus-30 {
        padding-bottom: 30px;
    }
}

.tminus-30 {
    padding-top: 70px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tminus-30 {
        padding-top: 50px;
    }
}

@media (max-width: 768px) {
    .tminus-30 {
        padding-top: 30px;
    }
}

/*Overlay Color*/
.bg-transparent {
    background: transparent;
}

.bg-cover1 {
    background: url(../images/page-title-img.jpg);
    background-size: cover;
}

.bg-cover2 {
    background: url(../images/page-title-img2.jpg);
    background-size: cover;
}

.overlay-color {
    background: #f9c702;
    /* The Fallback */
    background: rgba(33, 107, 188, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.overlay-color2 {
    background: -moz-linear-gradient(top, rgba(12, 98, 175, 0.9) 0%, rgba(162, 64, 140, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(12, 98, 175, 0.9) 0%, rgba(162, 64, 140, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(12, 98, 175, 0.9) 0%, rgba(162, 64, 140, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60c62af', endColorstr='#e6a2408c', GradientType=0);
    /* IE6-9 */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

/*All Section*/
[class*="area"] {
    position: relative;
    background-size: cover;
    background-position: center;
}

/*Button Style*/
.btn-style1 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 15px 30px;
    font-weight: 600;
    color: #000000;
    border-radius: 4px;
    background-color: #2d2d2d;
    border: 1px solid #2d2d2d;
    overflow: hidden;
}

.btn-style1:hover, .btn-style1:focus, .btn-style1:active {
    color: #f9c702;
    background-color: #2d2d2d;
    border: 1px solid #f9c702;
}

.btn-style2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    Transform: perspective 1px translates 0;
    position: relative;
    padding: 15px 30px;
    color: #2d2d2d;
    border-radius: 4px;
    background-color: #f9c702;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: 600;
    border: 1px solid rgba(0, 1, 1, 0.01);
    overflow: hidden;
}

.btn-style2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2d2d2d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-style2:hover, .btn-style2:focus, .btn-style2:active {
    color: #f9c702;
    border: 1px solid rgba(0, 1, 1, 0.01);
}

.btn-style2:hover:before, .btn-style2:focus:before, .btn-style2:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.btn-style3 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 12px 30px;
    font-weight: 600;
    color: #2d2d2d;
    border-radius: 50px;
    background-color: #f9c702;
    border: 1px solid #2d2d2d;
    overflow: hidden;
}

.btn-style3:hover, .btn-style3:focus, .btn-style3:active {
    color: #f9c702 !important;
    background-color: #2d2d2d;
    border: 1px solid #f9c702;
}

/**
* ============================
*  7.0 Header Area
* ============================
*/
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 10px;
}

@media (max-width: 575px) {
    .header-area {
        padding-top: 10px;
    }


}

.header-navigation {
    position: relative;
    z-index: 2222;
    display: table;
    width: 100%;
}

.header-navigation .navigation-box .navigation-navbar {
    float: right;
}

.header-navigation .navigation-box .navigation-navbar .menu-collapser {
    background: transparent;
    color: transparent;
}

.header-navigation .navigation-box .navigation-navbar .menu-collapser .collapse-button {
    background: transparent;
    position: absolute;
    top: 32px;
    right: 0px;
}

@media (max-width: 575px) {
    .header-navigation .navigation-box .navigation-navbar .menu-collapser .collapse-button {
        top: 30px;
    }
}

.header-navigation .navigation-box .navigation-navbar .menu-collapser .collapse-button .icon-bar {
    width: 25px;
    margin: 5px 0;
    background-color: #ffffff;
}

.header-navigation .navigation-box .navigation-left {
    float: left;
}

.header-navigation .navigation-box .navigation-right {
    float: right;
}

.header-navigation .navigation-box .header-logo {
    margin: 10px 0;
    display: block;
}

@media (max-width: 575px) {
    .header-navigation .navigation-box .header-logo {
        margin: 8px 0;
        width: 110px;
    }

    .topbar {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-navigation .navigation-box #navigation-menu {
        box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
        position: absolute;
        left: 0;
        right: 0;
        background: #ffffff;
        padding: 0 15px;
        top: 83px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 575px) {
    .header-navigation .navigation-box #navigation-menu {
        top: 63px;
    }
}

@media (max-width: 768px) {
    .header-navigation .navigation-box #navigation-menu {
        box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
        position: absolute;
        left: 0;
        right: 0;
        background: #ffffff;
        padding: 0 15px;
        top: 83px;
    }
}

@media (max-width: 768px) and (max-width: 575px) {
    .header-navigation .navigation-box #navigation-menu {
        top: 63px;
    }
}

.header-navigation .navigation-box #navigation-menu li {
    border: 0;
    background-color: transparent;
}

.header-navigation .navigation-box #navigation-menu li .nav-search {
    padding-right: 0;
    cursor: pointer;
}

.header-navigation .navigation-box #navigation-menu li .nav-search img {
    width: 20px;
    top: -2px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-navigation .navigation-box #navigation-menu li .nav-search {
        display: none;
    }
}

@media (max-width: 768px) {
    .header-navigation .navigation-box #navigation-menu li .nav-search {
        display: none;
    }
}

.header-navigation .navigation-box #navigation-menu li a {
    font-size: 16px;
    line-height: 30px;
    padding: 15px;
    color: #2d2d2d;
    font-weight: 400;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-navigation .navigation-box #navigation-menu li a {
        padding: 10px 15px 10px 15px;
        color: #404040;
    }
}

@media (max-width: 768px) {
    .header-navigation .navigation-box #navigation-menu li a {
        padding: 10px 15px 10px 15px;
        color: #404040;
    }
}

.header-navigation .navigation-box #navigation-menu li a:hover, .header-navigation .navigation-box #navigation-menu li a:focus {
    background-color: transparent;
    opacity: 0.9;
}

.header-navigation .navigation-box #navigation-menu li.has-submenu a {
    padding: 15px 30px 15px 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-navigation .navigation-box #navigation-menu li.has-submenu a {
        padding: 10px 15px 10px 15px;
    }
}

@media (max-width: 768px) {
    .header-navigation .navigation-box #navigation-menu li.has-submenu a {
        padding: 10px 15px 10px 15px;
    }
}

.header-navigation .navigation-box #navigation-menu li.has-submenu ul {
    background-color: #ffffff;
    min-width: 200px;
    position: absolute;
}

.header-navigation .navigation-box #navigation-menu li.has-submenu ul:before {
    content: "";
    position: absolute;
    left: 24px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #ffffff;
    transition: all 0.5s ease 0s;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-navigation .navigation-box #navigation-menu li.has-submenu ul {
        position: relative;
        left: 0;
        background-color: #2d2d2d;
    }
}

@media (max-width: 768px) {
    .header-navigation .navigation-box #navigation-menu li.has-submenu ul {
        position: relative;
        left: 0;
        background-color: #ffffff;
    }
}

.header-navigation .navigation-box #navigation-menu li.has-submenu ul li {
    transition: all 0.5s ease 0s;
    float: none;
    display: block;
}

.header-navigation .navigation-box #navigation-menu li.has-submenu ul li:last-child a {
    border-bottom: 0;
}

.header-navigation .navigation-box #navigation-menu li.has-submenu ul li a {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 1, 1, 0.01);
    color: #404040;
}

.header-navigation .navigation-box #navigation-menu li.has-submenu ul li:hover {
    border-left: 4px solid rgba(0, 1, 1, 0.01);
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-navigation .navigation-box #navigation-menu li.has-submenu ul li:hover {
        border: 0;
    }
}

@media (max-width: 768px) {
    .header-navigation .navigation-box #navigation-menu li.has-submenu ul li:hover {
        border: 0;
    }
}

.header-navigation .navigation-box #navigation-menu li .sub-toggle {
    background: transparent;
    width: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-navigation .navigation-box #navigation-menu li .sub-toggle {
        width: 100%;
        text-align: right;
    }
}

@media (max-width: 768px) {
    .header-navigation .navigation-box #navigation-menu li .sub-toggle {
        width: 100%;
        text-align: right;
    }
}

.header-navigation .navigation-box #navigation-menu li .sub-toggle i {
    color: transparent;
    position: relative;
}

.header-navigation .navigation-box #navigation-menu li .sub-toggle i:before {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    color: #2d2d2d;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-navigation .navigation-box #navigation-menu li .sub-toggle i:before {
        color: #404040;
    }
}

@media (max-width: 768px) {
    .header-navigation .navigation-box #navigation-menu li .sub-toggle i:before {
        color: #404040;
    }
}

#modal button[type="button"] {
    background: #ffffff;
    color: #000000;
}

.modal-search-form input[type="text"] {
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 0;
    background-color: #ffffff;
    padding: 15px 30px;
}

.modal-search-form button {
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 0;
    background-color: #ffffff;
    padding: 15px 30px;
    color: #f9c702;
}

.modal-search-form button:hover, .modal-search-form button:focus, .modal-search-form button:active {
    background-color: #ffffff !important;
    color: #f9c702 !important;
}
/**
* ============================
*  8.0 Slider Area
* ============================
*/
#particles-js {
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 5;
}

.slider-carousel {
    z-index: 22;
}

.slider-wrapper {
    padding-top: 200px;
    padding-bottom: 250px;
}

@media (max-width: 768px) {
    .slider-wrapper {
        padding-top: 150px;
        padding-bottom: 180px;
    }
}

.slider-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;

}

.full-padding {
    padding: 300px 0;
}

@media (max-width: 768px) {
    .full-padding {
        padding: 200px 0;
    }
}

.slider-search-form input[type="text"] {
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 0;
    background-color: #ffffff;
    padding: 15px 30px;
}

.slider-search-form button {
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 0;
    background-color: #ffffff;
    padding: 15px 30px;
    color: #f9c702;
}

.slider-search-form button:hover, .slider-search-form button:focus, .slider-search-form button:active {
    background-color: #ffffff !important;
    color: #f9c702 !important;
}

.slider-content {
    top: 30%;
    position: relative;
    z-index: 22;
}

.slider-content h1, .slider-content h2 {
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 60px;
}

.slider-content h1 span, .slider-content h2 span {
    font-weight: 700;
}

.slider-content h3, .slider-content h4 {
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 30px;
}

.slider-content h3 span, .slider-content h4 span {
    font-weight: 700;
}

.slider-content .btn {
    padding: 15px 30px;
    /*background-color: #ffffff;*/
    color: #fff;
}

/**
* ============================
*  9.0 Page Title Area
* ============================
*/
.page-title-wrapper {
    max-width: 700px;
    margin: auto;
    padding-top: 150px;
    padding-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-title-wrapper {
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .page-title-wrapper {
        max-width: 750px;
        padding-top: 150px;
        padding-bottom: 100px;
    }
}

.page-title-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;

}

.page-title {
    position: relative;
    z-index: 22;
}

.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
    margin: 0;
}

.page-title-meta {
    margin: 0;
    margin-top: 15px;
}

.page-title-meta li {
    padding-right: 10px;
}

.page-title-meta li img {
    width: 16px;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}

/**
* ============================
*  10.0 Service Area
* ============================
*/
.section-title {
    margin-bottom: 50px;
}

.grey-text{
    color:#2d2d2d !important;
}

.light-grey-text{
    color:#2d2d2d !important;
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text a, .white-text ul, .white-text p, .white-text span, .white-text *, .white-text *::before, .white-text *::after {
    color: #ffffff !important;
}

.white-text a:hover, .white-text a:focus {
    opacity: 0.8;
}

.service-box {
    padding: 30px;
    border: 1px solid rgba(0, 1, 1, 0.01);
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.01);
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.5s ease 0s;
}

.service-box .service-logo {
    margin-bottom: 20px;
}

.service-box .service-logo .service-icon img {
    transition: all 0.5s ease 0s;
}

.service-box .service-content h4 {
    position: relative;
}

.service-box .service-content p {
    margin: 0;
    transition: all 0.5s ease 0s;
}

.service-box:hover {
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
    border-color: rgba(33, 108, 188, 0.1);
}

.service-box:hover .service-icon img {
    transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    -ms-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    -webkit-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
}

/**
* ============================
*  11.0 Topics Area
* ============================
*/
.topics-service {
    border: 1px solid rgba(0, 1, 1, 0.01);
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.01);
    margin-bottom: 30px;
    padding: 30px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 1;
}

.topics-service .topics-title {
    position: relative;
    margin-bottom: 40px;
}

.topics-service .topics-title:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #f9c702;
    display: block;
    bottom: -14px;
    position: absolute;
}

.topics-service .topics-list {
    margin: 0;
}

.topics-service .topics-list li {
    /*margin-bottom: 5px;*/
    position: relative;
    padding-left: 25px;
}

.topics-service .topics-list li:before {
    content: "\f111";
    font-family: "FontAwesome";
    color: #f9c702;
    position: relative;
    position: absolute;
    left: 0;
    margin-top: 2px;
    font-size: 12px;
}

.topics-service:hover {
    transform: matrix(1, 0, 0, 1, 0, -5);
    -ms-transform: matrix(1, 0, 0, 1, 0, -5);
    -webkit-transform: matrix(1, 0, 0, 1, 0, -5);
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
    border-color: rgba(33, 108, 188, 0.1);
}

.topics-service:hover .topics-title:before {
    width: 60px;
}

.topics-area2 .topics-wrapper {
    z-index: 4;
    position: relative;
}

.topics-area2 .topics-service {
    padding: 0;
    border: 0;
}

.topics-area2 .topics-service:before {
    display: none;
}

.topics-area2 .topics-service:hover {
    transform: none;
}

.topics-area2 .topics-service .topics-title {
    margin-bottom: 20px;
}

.topics-area2 .topics-service .topics-title:before {
    display: none;
}

.topics-area2 .topics-service .topics-list li:before {
    content: "\f101";
    font-size: 18px;
    transition: all 0.5s ease 0s;
}

.topics-area2 .topics-service .topics-list li:hover:before {
    padding-left: 5px;
}

/**
* ============================
*  12.0 Faq Area
* ============================
*/
.faq-service {
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 1, 1, 0.01);
    display: table;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.faq-service .faq-logo {
    float: left;
    transition: all 0.5s ease 0s;
}

.faq-service .faq-logo .logo-text {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    padding: 15px 5px;
    background-color: #f9c702;
    width: 70px;
    border-radius: 50%;
    height: 70px;
}

.faq-service .faq-logo .logo-image {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    background: #f2f6fb;
    width: 45px;
    height: auto;
}

.faq-service .faq-logo .logo-image img {
    padding: 8px;
}

@media (max-width: 575px) {
    .faq-service .faq-logo {
        display: none;
    }
}

.faq-service .faq-content {
    float: right;

}

.faq-service .faq-content p {
    margin: 0;
}

@media (max-width: 575px) {
    .faq-service .faq-content {
        width: 100%;
        padding: 0;
    }
}

.faq-accordion {
    margin-top: 15px;
}

.faq-accordion .card {
    border: 0;
}

.faq-accordion .card .card-header {
    background-color: #f9c702;
}

.faq-accordion .card .card-header button[type="button"] {
    color: #ffffff;
}

/**
* ============================
*  13.0 Pupolar Article Area
* ============================
*/
.pupolar-article {
    border: 1px solid rgba(0, 1, 1, 0.01);
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.01);
    transition: all 0.5s ease 0s;
}

.pupolar-article .popular-article-top {
    border-bottom: 1px solid rgba(0, 1, 1, 0.01);
    padding-bottom: 15px;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.pupolar-article .popular-article-top .popular-top-logo {
    width: 44px;
    float: left;
}

.pupolar-article .popular-article-top .popular-top-logo .popular-logo-icon {
    padding-right: 15px;
    border-right: 1px solid #f9c702;
}

.pupolar-article .popular-top-title {
    width: calc(100% - 44px);
    padding-left: 15px;
    float: left;
}

.pupolar-article .popular-top-title h5 {
    margin: 0;
    margin-top: 4px;
}

.pupolar-article p {
    margin-bottom: 30px;
}

.pupolar-article .popular-article-list {
    margin: 0;
}

.pupolar-article .popular-article-list li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}

.pupolar-article .popular-article-list li:before {
    content: "\f09e";
    font-family: "FontAwesome";
    color: #f9c702;
    position: relative;
    position: absolute;
    left: 0;
    margin-top: 0px;
    font-size: 16px;
}

.pupolar-article:hover {
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
    transform: matrix(1, 0, 0, 1, 0, -5);
    -ms-transform: matrix(1, 0, 0, 1, 0, -5);
    -webkit-: matrix(1, 0, 0, 1, 0, -5);
}

.pupolar-article:hover .popular-article-top {
    border-bottom-color: rgba(33, 108, 188, 0.1);
}

.pupolar-item {
    border: 1px solid rgba(0, 1, 1, 0.01);
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.01);
    transition: all 0.5s ease 0s;
}

.pupolar-item .popular-item-top {
    border-bottom: 1px solid rgba(0, 1, 1, 0.01);
    padding-bottom: 15px;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.pupolar-item .popular-item-top .popular-top-logo {
    width: 44px;
    float: left;
}

.pupolar-item .popular-item-top .popular-top-logo .popular-logo-icon {
    padding-right: 15px;
    border-right: 1px solid #f9c702;
}

.pupolar-item .popular-top-title {
    width: calc(100% - 44px);
    padding-left: 15px;
    float: left;
}

.pupolar-item .popular-top-title h5 {
    margin: 0;
    margin-top: 4px;
}

.pupolar-item p {
    margin-bottom: 30px;
}

.pupolar-item .popular-item-list {
    margin: 0;
}

.pupolar-item .popular-item-list li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}

.pupolar-item .popular-item-list li:before {
    content: "\f0e7";
    font-family: "FontAwesome";
    color: #f9c702;
    position: relative;
    position: absolute;
    left: 0;
    margin-top: 0;
    font-size: 16px;
}

.pupolar-item:hover {
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
    transform: matrix(1, 0, 0, 1, 0, -5);
    -ms-transform: matrix(1, 0, 0, 1, 0, -5);
    -webkit-: matrix(1, 0, 0, 1, 0, -5);
}

.pupolar-item:hover .popular-article-top {
    border-bottom-color: rgba(33, 108, 188, 0.1);
}

.pupolar-article-area2 .pupolar-article {
    padding: 0;
}

.pupolar-article-area2 .pupolar-article .popular-article-top {
    padding: 20px 30px;
    background: #f9c702;
    /* The Fallback */
    background: rgba(33, 107, 188, 0.1);
}

.pupolar-article-area2 .pupolar-article .popular-article-list {
    margin: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/**
* ============================
*  14.0 Testimonial Area
* ============================
*/
.testimonial-item {
    margin-bottom: 30px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .testimonial-item {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.testimonial-item .testimonial-author {
    margin-bottom: 25px;
}

.testimonial-item .testimonial-author img {
    border-radius: 100%;
    width: auto;
}

.testimonial-item .testimonial-content p {
    margin-bottom: 30px;
}

.testimonial-item .testimonial-rating {
    margin-bottom: 5px;
}

.testimonial-item .testimonial-rating i {
    color: #f9c702;
}

.testimonial-item .testimonial-name {
    margin-bottom: 5px;
}

.testimonial-item .testimonial-subname {
    margin: 0;
    color: #777777;
    font-weight: 400;
}

.testimonial-slider .owl-nav, .testimonial-slider2 .owl-nav {
    line-height: 14px;
    text-align: center;
    margin-top: 30px;
}

.testimonial-slider .owl-prev, .testimonial-slider2 .owl-prev {
    margin-right: 20px;
}

.testimonial-slider .owl-prev:before, .testimonial-slider2 .owl-prev:before {
    content: "";
    background-image: url(../images/testimonial-left.png);
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    background-repeat: no-repeat;
    width: 23px;
    height: 16px;
    display: block;
}

.testimonial-slider .owl-prev:hover:before, .testimonial-slider2 .owl-prev:hover:before {
    filter: none;
}

.testimonial-slider .owl-prev span, .testimonial-slider2 .owl-prev span {
    display: none;
}

.testimonial-slider .owl-next:before, .testimonial-slider2 .owl-next:before {
    content: "";
    content: "";
    background-image: url(../images/testimonial-right.png);
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    background-repeat: no-repeat;
    width: 23px;
    height: 16px;
    display: block;
}

.testimonial-slider .owl-next:hover:before, .testimonial-slider2 .owl-next:hover:before {
    filter: none;
}

.testimonial-slider .owl-next span, .testimonial-slider2 .owl-next span {
    display: none;
}

/**
* ============================
*  15.0 Feature Area
* ============================
*/
.feature-box {
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
    padding: 30px;
    text-align: center;
    border: 1px solid transparent;
    margin-bottom: 30px;
}

.feature-box .feature-logo {
    position: relative;
    margin: auto;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #f9c702;
    transition: all 0.2s ease 0s;
}

.feature-box .feature-logo .feature-icon img {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    position: absolute;
}

.feature-box .feature-logo .feature-icon i {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 28px;
    height: 20px;
}

.feature-box .feature-content p {
    margin: 0;
}

.feature-box:hover, .feature-box .active {
    border: 1px solid rgba(0, 1, 1, 0.01);
}

.feature-box:hover .feature-logo, .feature-box .active .feature-logo {
    transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}

/**
* ============================
*  16.0 Looking For Area
* ============================
*/
.looking-for-service {
    background-color: #ffffff;
    border: 1px solid rgba(0, 1, 1, 0.01);
    text-align: center;
    padding: 40px 30px;
    margin-bottom: 30px;
    transition: all 0.5s ease 0s;
}

.looking-for-service .looking-for-logo {
    margin-bottom: 25px;
}

.looking-for-service .looking-for-logo a {
    border-radius: 50px;
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    border: 1px solid rgba(0, 1, 1, 0.01);
    display: block;
    margin: auto;
}

.looking-for-service .looking-for-logo img {
    transition: all 0.5s ease 0s;
    padding: 13px 4px;
}

.looking-for-service .looking-for-content h4 {
    margin-bottom: 20px;
}

.looking-for-service:hover {
    background-color: #f9c702;
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
}

.looking-for-service:hover .looking-for-logo img {
    transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    -ms-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    -webkit-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
}

.looking-for-service:hover h4 a {
    color: #ffffff;
}

.looking-for-service:hover p {
    color: #ffffff;
}

.looking-for-service:hover .btn {
    background-color: #ffffff;
    color: #f9c702;
}

.newsletter-form {
    max-width: 340px;
    margin: auto;
    margin-top: 30px;
}

.newsletter-form input[type="text"] {
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px;
    padding-left: 30px;
}

.newsletter-form input[type="text"]:focus {
    border: 1px solid #f9c702;
}

.newsletter-form button[type="submit"] {
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 15px 15px;
    background-color: #f9c702;
}

/**
* ============================
*  17.0 Help Area
* ============================
*/
@media (max-width: 768px) {
    .help-section {
        margin-bottom: 15px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .help-btn {
        text-align: center !important;
        margin-bottom: 5px;
    }
}

/**
* ============================
*  18.0  Form Area
* ============================
*/
.sub-title {
    margin-bottom: 30px;
}

.form-action {
    border: 0;
    width: 100%;
    margin-bottom: 30px;
}

.form-action .form-group {
    margin-bottom: 15px;
}

.form-action .form-group .form-control {
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.01);
    width: 100%;
    background-color: #ffffff;
    color: #777777;
    font-size: 16px;
    line-height: 30px;
}

.form-action .form-group .form-control:focus {
    border: 1px solid #f9c702;
}

.form-action .form-group .form-check-input {
    margin-top: 8px;
}

.form-action .form-group button[type="submit"] {
    position: relative;
}

.form-action .form-group .input-label {
    margin-top: 5px;
    display: inline-block;
    font-size: 14px;
    color: #777777;
}

.form-action .file-upload {
    position: relative;
    width: 100%;
    height: 45px;
    border: 1px solid rgba(0, 1, 1, 0.01);
    border-radius: 4px;
}

.form-action .file-upload:after {
    content: attr(data-text);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #777777;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    padding: 6px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    border-radius: 4px;
}

.form-action .file-upload:before {
    content: '\f0c1';
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background: #ffffff;
    color: #f9c702;
    z-index: 25;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
}

.form-action .file-upload input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 45px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.form-socials {
    margin: 0;
}

.form-socials li a {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    padding: 1px 0px;
}

.form-socials li a:hover {
    opacity: 0.9;
}

.contact-map {
    margin-bottom: 30px;
}

/**
* ============================
*  19.0 Changelog Area
* ============================
*/
.changelog-service {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .changelog-service {
        margin-bottom: 30px;
        margin-top: 0;
    }
}

.changelog-service .changelog-tile {
    margin-bottom: 15px;
}

.changelog-service .changelog-tile h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

.changelog-service .changelog-tile p {
    margin: 0;
}

.changelog-service .changelog-tile p .changelog-date {
    width: 18px;
    height: 16px;
    background-image: url(../images/changelog-date.png);
    background-position: center;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.changelog-service .changelog-list {
    margin: 0;
}

.changelog-service .changelog-list li .changelog-fix {
    width: 18px;
    height: 12px;
    background-image: url(../images/changelog-fix.png);
    background-position: center;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 11px;
}

.changelog-service .changelog-list li .changelog-bug {
    width: 18px;
    height: 16px;
    background-image: url(../images/changelog-bug.png);
    background-position: center;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 9px;
}

/**
* ============================
*  20.0 Privacy Policy Area
* ============================
*/
.privacy-policy-box {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.privacy-policy-box .privacy-policy-icon {
    width: 60px;
    height: 60px;
    float: left;
    background-color: #ffffff;
    border: 1px solid rgba(0, 1, 1, 0.01);
    border-radius: 50px;
    text-align: center;
}

.privacy-policy-box .privacy-policy-content {
    width: calc(100% - 60px);
    padding-left: 30px;
    float: left;
}

.privacy-policy-box .privacy-policy-content h4, .privacy-policy-box .privacy-policy-content h6 {
    font-weight: 600;
}

.privacy-policy-box .privacy-policy-content h6 {
    text-decoration: underline;
}

.privacy-policy-box .privacy-policy-content p {
    margin-bottom: 30px;
}

.privacy-policy-box .privacy-policy-content .privacy-policy-list li:before {
    content: "\f111";
    font-size: 13px;
    font-family: "fontawesome";
    margin-right: 10px;
    color: #f9c702;
}

/**
* ============================
*  21.0 Company Area
* ============================
*/
.company-slider .company-logo img {
    width: auto;
}

/**
* ============================
*  22.0 Blog Area
* ============================
*/
.blog-post {
    margin-bottom: 30px;
}

.blog-post .blog-img {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.blog-post .blog-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-post .blog-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-post .blog-content {
    margin-bottom: 0;
}

.blog-post .blog-content h4 {
    margin-bottom: 15px;
}

.blog-post .blog-content p {
    margin-bottom: 15px;
}

.blog-post .blog-meta li {
    padding-right: 10px;
    border-right: 1px solid rgba(0, 1, 1, 0.01);
}

.blog-post .blog-meta li img {
    width: 16px;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}

.blog-post .blog-meta li:last-child {
    border: 0;
}

.blog-spacing {
    margin-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-spacing {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .blog-spacing {
        margin-bottom: 30px;
    }
}

.page-navigation .pagination {
    margin: 0;
}

.page-navigation .pagination li {
    margin-right: 10px;
}

.page-navigation .pagination li a {
    font-size: 16px;
    line-height: 30px;
    color: #404040;
    border-radius: 0 !important;
    border: 1px solid rgba(0, 1, 1, 0.01);
    padding: 5px 30px;
}

.page-navigation .pagination li:first-child a, .page-navigation .pagination li:last-child a {
    background-color: #f9c702;
    color: #ffffff;
}

.single-post .single-img {
    position: relative;
    margin-bottom: 25px;
}

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

.single-post .single-content {
    margin-bottom: 30px;
}

.single-post .single-content p {
    margin-bottom: 30px;
}

.single-post .single-content p:last-child {
    margin-bottom: 0;
}

.single-post .single-quote {
    position: relative;
    padding-left: 15px;
    margin-bottom: 30px;
}

.single-post .single-quote p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.single-post .single-quote:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #f9c702;
    position: absolute;
    top: 0;
    left: 0;
}

.single-post .single-quote:after {
    content: "";
    width: 24px;
    height: 25px;
    background-image: url(../images/post-qoute-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 14px;
}

.single-post .single-tags-share {
    display: table;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 30px;
    border-top: 1px solid rgba(0, 1, 1, 0.01);
    border-bottom: 1px solid rgba(0, 1, 1, 0.01);
}

.single-post .single-tags-share .single-tags {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    padding: 10px 20px;
}

.single-post .single-tags-share .single-tags li:first-child {
    font-weight: 500;
}

.single-post .single-tags-share .single-tags a {
    color: #404040;
}

.single-post .single-tags-share .single-tags a:hover, .single-post .single-tags-share .single-tags a:focus {
    color: #f9c702;
}

@media (min-width: 768px) and (max-width: 991px) {
    .single-post .single-tags-share .single-tags {
        float: none !important;
        padding-bottom: 0;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .single-post .single-tags-share .single-tags {
        float: none !important;
        padding-bottom: 0;
        text-align: center;
    }
}

.single-post .single-tags-share .single-share {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 10px 20px;
}

.single-post .single-tags-share .single-share li:first-child {
    font-weight: 500;
    color: #000000;
}

.single-post .single-tags-share .single-share a {
    color: #777777;
}

.single-post .single-tags-share .single-share a:hover, .single-post .single-tags-share .single-share a:focus {
    color: #777777;
}

@media (min-width: 768px) and (max-width: 991px) {
    .single-post .single-tags-share .single-share {
        text-align: center;
        float: none !important;
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .single-post .single-tags-share .single-share {
        text-align: center;
        float: none !important;
        padding-top: 0;
    }
}

.single-admin {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.single-admin .admin-avatar {
    width: 130px;
    float: left;
}

@media (min-width: 768px) and (max-width: 991px) {
    .single-admin .admin-avatar {
        width: 100px;
    }
}

.single-admin .admin-comment {
    width: calc(100% - 130px);
    float: left;
    padding-left: 25px;
    padding-top: 8px;
}

.single-admin .admin-comment p {
    margin-bottom: 20px;
}

.single-admin .admin-comment h5 {
    margin: 0;
}

.single-admin .admin-comment h6 {
    font-size: 14px;
    color: #777777;
    margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .single-admin .admin-comment {
        width: calc(100% - 100px);
    }
}

.page-pagination .pagination {
    margin-bottom: 30px;
}

.page-pagination .next-btn, .page-pagination .prev-btn {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #404040;
    border-radius: 0;
    border: 0;
    padding: 0;
}

.page-pagination .next-btn:hover {
    color: #f9c702;
    background-color: transparent;
}

.page-pagination .prev-btn:hover {
    color: #f9c702;
    background-color: transparent;
}

.page-pagination .prev-btn i {
    margin-left: 10px;
}

.page-pagination .next-btn i {
    margin-right: 5px;
}

.single-comment {
    display: table;
    width: 100%;
    margin-bottom: 35px;
}

.comment-wrapper {
    padding-left: 50px;
}

.single-comment-img {
    width: 68px;
    float: left;
}

.single-comment-desc {
    width: calc(100% - 68px);
    float: left;
    padding-left: 15px;
}

.single-comment-desc h6 .single-priod {
    font-size: 14px;
    line-height: 30x;
    font-weight: 400;
    color: #777777;
    margin-left: 10px;
}

.single-comment-desc p {
    margin-bottom: 8px;
}

.single-comment-desc .single-comment-btn {
    color: #f9c702;
    font-size: 16px;
    line-height: 30px;
}

/**
* ============================
*  23.0 Sidebar Area
* ============================
*/
.sidebar-title {
    margin-bottom: 15px;
}

.search-form-widget {
    display: block;
}

.search-form-widget input[type="text"] {
    background-color: #f2f6fb;
    border: 0;
    padding: 10px 20px;
    border-radius: 0;
}

.search-form-widget button[type="submit"] {
    background-color: #f9c702;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 25px;
    border: 0;
    border-radius: 0;
}

.search-form-widget button[type="submit"]:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.category-widget {
    margin: 0;
}

.category-widget li {
    border: 0;
    border-radius: 0 !important;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 1, 1, 0.01);
    margin: 0;
    position: relative;
}

.category-widget li a {
    font-size: 16px;
    line-height: 28px;
    color: #404040;
    font-weight: 400;
}

.category-widget li:hover a, .category-widget li.list-group-active a {
    color: #f9c702;
}

.category-widget li:last-child {
    padding-bottom: 0;
    border: 0;
}

.category-widget li:first-child {
    padding-top: 0;
}

.recent-widget {
    display: block;
}

.recent-widget .recent-wrapper {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.recent-widget .recent-wrapper .recent-img {
    width: 85px;
    float: left;
    overflow: hidden;
}

.recent-widget .recent-wrapper .recent-img img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.recent-widget .recent-wrapper .recent-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.recent-widget .recent-wrapper .recent-details {
    width: calc(100% - 85px);
    padding-left: 12px;
    float: left;
}

.recent-widget .recent-wrapper .recent-details h6 {
    font-weight: 400;
}

.recent-widget .recent-wrapper .recent-meta {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #777777;
}

.tag-widget {
    margin: 0;
}

.tag-widget li {
    margin-bottom: 10px;
}

.tag-widget li a {
    font-size: 16px;
    line-height: 30px;
    color: #404040;
    font-weight: 400;
    background-color: #f2f6fb;
    border-radius: 0;
    padding: 8px 30px;
    display: inline-block;
}

.tag-widget li a:hover {
    color: #ffffff;
    background-color: #f9c702;
}

.sidebar-widget {
    margin-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-widget {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .sidebar-widget {
        margin-bottom: 30px;
    }
}

.error-page img {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .sidebar-left {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .sidebar-right {
        margin-top: 30px;
    }
}

/**
* ============================
*  24.0 Layout Area
* ============================
*/
.layout-breadcrumb .breadcrumb {
    background-color: #f2f6fb;
    margin-bottom: 30px;
}

.unorder-list {
    list-style: none;
    margin-bottom: 30px;
}

.unorder-list li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.unorder-list li:before {
    content: "\f111";
    font-family: "FontAwesome";
    color: #f9c702;
    position: relative;
    position: absolute;
    left: 0;
    margin-top: 2px;
    font-size: 11px;
}

.order-list {
    margin-bottom: 30px;
    list-style-position: inside;
    counter-reset: item;
    list-style-type: decimal-leading-zero;
}

.order-list li a {
    color: #f9c702;
}

.layout-wrapper p {
    margin-bottom: 30px;
}

.sidebar-menu {
    padding: 15px;
    background-color: #f0f0f0;
}

@media (max-width: 768px) {
    .sidebar-menu {
        margin-bottom: 30px;
    }
}

.sidebar-menu button {
    background-color: transparent;
    width: 100%;
    text-align: left;
    position: relative;
}

.sidebar-menu .sub-menu {
    padding-left: 30px;
    margin: 0;
}

.sidebar-menu [aria-expanded*="false"]:after {
    content: "\f105";
    font-family: "fontawesome";
    color: #f9c702;
    position: absolute;
    right: 0;
}

.sidebar-menu [aria-expanded*="true"]:after {
    content: "\f107";
    font-family: "fontawesome";
    color: #f9c702;
    position: absolute;
    right: 0;
}

/**
* ============================
*  22.0 Timeline Area
* ============================
*/
.timeline ul {
    margin: 0;
    padding: 0;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    background: #f2f6fb;
}

.timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
}

.timeline ul li .timeline-content {
    position: relative;
    border: 1px solid rgba(0, 1, 1, 0.01);
    top: 0;
    min-width: 425px;
    padding: 15px 30px;
    background: #f0f0f0;
}

.timeline ul li .timeline-content::before {
    content: '';
    position: absolute;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ul li .timeline-content:hover {
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
}

.timeline ul li:nth-child(even) .timeline-content {
    left: 35px;
}

.timeline ul li:nth-child(even) .timeline-content::before {
    left: -15px;
    border-width: 15px 16px 15px 0;
    border-color: transparent #f2f6fb transparent transparent;
}

.timeline ul li:nth-child(odd) .timeline-content {
    left: -470px;
}

.timeline ul li:nth-child(odd) .timeline-content::before {
    right: -15px;
    border-width: 15px 0 15px 16px;
    border-color: transparent transparent transparent #f2f6fb;
}

.timeline ul h4 {
    margin-bottom: 0;
}

.timeline ul p {
    margin: 0;
}

.timeline ul li::after {
    transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: #f2f6fb;
}

.timeline ul li .timeline-content {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(even) .timeline-content {
    transform: translate3d(200px, 0, 0);
    margin-right: 30px;
}

.timeline ul li:nth-child(odd) .timeline-content {
    transform: translate3d(-200px, 0, 0);
    margin-left: 15px;
}

.timeline ul li.in-view .timeline-content {
    transform: none;
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    .timeline ul li .timeline-content {
        min-width: 525px !important;
    }

    .timeline ul li:nth-child(even) .timeline-content {
        left: 35px;
        /*525px+45-6*/
    }

    .timeline ul li:nth-child(odd) .timeline-content {
        left: -570px;
        /*525px+45-6*/
    }
}

@media screen and (max-width: 991px) {
    .timeline ul li .timeline-content {
        min-width: 300px !important;
    }

    .timeline ul li:nth-child(even) .timeline-content {
        left: 40px;
        top: -8px;
        /*350px+45-6*/
    }

    .timeline ul li:nth-child(odd) .timeline-content {
        left: -350px;
        top: -8px;
        /*350px+45-6*/
    }
}

@media screen and (max-width: 767px) {
    .timeline ul li {
        margin-left: 1px;
        padding-top: 0;
        padding-bottom: 15px;
        background: transparent;
        width: 100%;
    }

    .timeline ul li .timeline-content {
        width: 100%;
    }

    .timeline ul li:nth-child(even) .timeline-content {
        left: 0;
        margin: 0;
        overflow: hidden;
        padding: 15px;
    }

    .timeline ul li:nth-child(odd) .timeline-content {
        left: 0;
        margin: 0;
        overflow: hidden;
        padding: 15px;
    }

    .timeline ul li:nth-child(odd) .timeline-content::before {
        display: none;
    }

    .timeline ul li:after {
        display: none;
    }
}

/**
* ============================
*  25.0 Headline Area
* ============================
*/
.headline-wrapper {
    position: relative;
    bottom: 100px;
}

.headline-box {
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
    border: 1px solid rgba(0, 1, 1, 0.01);
    position: relative;
    text-align: center;
    padding: 30px;
    z-index: 44;
    transition: all 0.5s ease 0s;
    background-color: #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .headline-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .headline-box {
        margin-bottom: 30px;
    }
}

.headline-box .headline-logo {
    margin-bottom: 30px;
}

.headline-box .headline-logo img {
    max-height: 64px;
}

.headline-box .headline-content h4 {
    margin-bottom: 15px;
}

.headline-box .headline-content p {
    margin-bottom: 30px;
}

.headline-box:hover {
    transform: matrix(1, 0, 0, 1, 0, -5);
    -ms-transform: matrix(1, 0, 0, 1, 0, -5);
    -webkit-transform: matrix(1, 0, 0, 1, 0, -5);
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
    border-color: rgba(33, 108, 188, 0.1);
}

/**
* ============================
*  25.0 Team  Area
* ============================
*/
.team-style {
    overflow: hidden;
    margin-bottom: 30px;
}

.team-style .team-content {
    transition: all 0.5s ease 0s;
    background-color: #f0f0f0;
    position: relative;
    bottom: -40px;
}

.team-style .team-content .team-title {
    padding: 30px;
}

.team-style .team-content .team-title h4 {
    margin-bottom: 15px;
}

.team-style .team-content .team-title p {
    margin: 0;
}

.team-style .team-content .team-socials {
    margin-bottom: 0;
}

.team-style .team-content .team-socials li {
    width: 19%;
    text-align: center;
    background-color: #f9c702;
    margin: 0;
}

.team-style .team-content .team-socials li a {
    color: #ffffff;
}

.team-style .team-content .team-socials li a:hover {
    opacity: 0.9;
}

.team-style:hover .team-content {
    position: relative;
    bottom: 0px;
}

/**
* ============================
*  25.0 Footer Area
* ============================
*/
.footer-widget {
    margin-bottom: 30px;
}

.footer-title {
    position: relative;
    margin-bottom: 45px;
}

.footer-title:before {
    content: "";
    width: 45px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.footer-copyright p {
    margin: 0;
    padding-bottom: 40px;
}

.footer-copyright p a {
    color: #f9c702;
}
