/*
Theme Name: trbook
*/
/* The bootstrap.css file is auto-enqueued in functions.php */
/* WordPress Core */

.gallery-caption {
    font-weight: bold;
}
.alignnone {
    margin: 8px 0 10px;
	border-radius: 6px;
}
.aligncenter,
div.aligncenter {
     display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 8px 0 10px;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */

    padding: 5px 3px 10px;
    text-align: center;
}
img.alignnone {
    max-width: 100%;
    height: auto;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 8px 4px 5px;
    color: #3A3A3A;
}
/* Recommended CSS from WP for defined content width support */

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
iframe,
embed {
    max-width: 100%;
}

/* Comments */

.comment-form-comment #comment {
    width: 100%;
}
.commentlist li {
    list-style: none;
}
.comment-author,
.comment-edit-link {
    font-weight: bold;
}
.comment-body {
    margin-top: 10px;
    margin-bottom: 10px;
}
.comment-respond code {
    white-space: pre-wrap;
}
.well {
    background-color: rgba(245, 245, 245, 0.2);
}
/* Post Thumbnail */

.attachment-post-thumbnail {
    
}
/* Calendar Widget */
/* Search Form Widget */

form#searchform {
    position: relative;
}
input#s {
    width: 100%;
    padding: 5px;
	border: 1px solid #7ca9c8;
}
#searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    bottom: 0;
    line-height: 15px;
    border: 1px solid #d1d1d1;
    color: #080808;
    background: #7ca9c8 ! important;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: 0 0;
    padding: 0px 20px;
    height: 42px;
    border-radius: 4px;
}
aside {
    
}
.widget {
    margin-bottom: 15px;   
}
/* Tables */
/* Post text Wrap Fixes */

.post {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.clear {
    clear: both;
}

a { 
    color: #087042;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #087042;
}

/* Theme CSS */

html,
body {
    overflow-x: hidden;
    min-width: 320px;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

h1, h2,h3, h4, h5, h6{
   
}

.heading-1{
    font-size: 55px;
}

.heading-2{
    font-size: 35px;
}

#menuId{
    padding-top: 7px;
}

.custom-logo{
    width: 175px;
}

.rsrc-main-menu .navbar-nav > li > a{
   
}
p{
    line-height: 1.7;
    color: #141414;
}

ul{
    color: #141414;
}


.rsrc-header {
    z-index: 2;
}
.home #site-header a {
    color: #141414;    
}

#site-header a {
    color: #222;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
}
#site-header h1 {
    margin: 0;
}

.fixed-me{
    transition: all 1s ;
}

.fixed-me{    
    position: fixed;
    width: 100%;
    z-index: 999;
}

.rsrc-container {
    color: #000;
    padding-right: 0;
    padding-left: 0;
}

.rsrc-content, .rsrc-content-home  {
    position: relative;    
}
.rsrc-content  {
    /*background-color: #222;*/
}
.rsrc-main {
    position: relative;
    margin: 12px 0;
}

.rsrc-footer-menu {
    padding-top: 15px;
}

.footer-menu-nav {
    padding: 0;
    margin: 0;    
}
.footer-menu-nav li {
    display: inline-block;
    padding: 9px 0;
    margin-right: 10px;
}
.footer-menu-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}
.rsrc-author-credits {
    color: #9e9e9e;
}

.rsrc-author-credits .copyright {
    margin: 0;
    color: #ffffff;
}
.rsrc-footer {
    background: #087042;
    color: #fff;
    position: relative;
    padding: 40px 0;
}

.rsrc-footer .footer-shape {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.rsrc-footer .footer-shape svg {
    width: calc(200% + 1.3px);
    height: 60px;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.rsrc-footer .footer-shape .shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

/* Navigation */

.user-nav{
    margin: 0;
    list-style: none;
    float: right;
}

.user-nav li{
    display: inline-block;
    padding-top: 4px;
    margin-right: 10px;
}

.user-nav li a{
    color: #fff;
    font-size: 12px;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    text-transform: uppercase;
}
.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}

.nav > li > a:hover, .nav > li > a:focus {
       background-color: transparent;
       color: rgba(255, 255, 255, 0.7);
}

.rsrc-main-menu .navbar-nav > li > .dropdown-menu {
    width: 200px;
    padding: 0 0;
    border: 1px solid #f7f7f7;
}   

.navbar-nav .dropdown-menu {
    min-width: 200px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    background: #242424;
}

.navbar-nav .dropdown-menu li {
    margin: 0;
}

.navbar-nav .dropdown-menu li a{
    display: block;
    padding: 8px 10px;
}

.rsrc-main-menu .navbar-nav > li > .dropdown-menu li{
    padding: 0 0;
    border-bottom: 1px solid #efefef;
} 

.rsrc-main-menu .navbar-nav > li > .dropdown-menu li:first-of-type::before {
    bottom: 100%;
    left: 0%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 14px;
    margin-left: 0;
}

.rsrc-main-menu .navbar-nav > li > .dropdown-menu li.dropdown-submenu .dropdown-menu li:first-of-type::before {
    content: none;
}

.rsrc-main-menu .navbar-nav > li > .dropdown-menu li a{
    padding: 10px 10px;
    font-size: 14px;
} 

.rsrc-main-menu .navbar-nav > li > .dropdown-menu li a:hover{
        background-color: #91729e6e;
} 

@media (min-width: 768px) {
        
    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }
}

.navbar-toggle {
    border: 1px solid #252A3F;
    margin-right: 0;
}

.navbar-toggle .icon-bar {
    background-color: #252A3F;
}

/* Fix nav on hover */

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }
    .navbar-right {
        margin-right: 0;
    }
}

/* Menu opened in responsive */

@media only screen and (max-width: 767px) {
    .dropdown-menu {
        position: static;
        padding: 10px 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        padding: 3px 30px;
    }
    .dropdown-submenu>.dropdown-menu {
        padding-left: 10px;
    }
    .rsrc-header-img img {
        max-height: 50px;
        line-height: 50px;
    }
    .header-line-search {
        margin-bottom: 10px !important;
    }
    .header-right.col-sm-9 {
        padding-right: 0px;
        padding-left: 0px;
    }
}
.dropdown-submenu ul li li a:after {
    display: none;
}
.sticky {} 
.bypostauthor {} 
img {
    max-width: 100%;
    height: auto;
}
.no-gutter {
    padding-left: 0;
    padding-right: 0;
}
.featured-thumbnail {
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.featured-thumbnail img {
    width: 100%;
}
.featured-thumbnail::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.featured-thumbnail:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.featured-thumbnail img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.featured-thumbnail:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
h1.site-title,
h2.site-title {
    font-size: 36px;
    margin: 0;
}
h1.site-title a,
h2.site-title a {
    color: #fff;
}
/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
/* Navigation */

.pager li>a,
.pager li>span,
.pager li>a:hover,
.pager li>a:focus {
    display: inline-block !important;
    padding: 2px 5px !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.post-navigation {
    clear: both;
    margin: 10px 0 0 0;
    overflow: hidden;
}
.post-navigation div {
    display: block;
    position: relative;
    font-size: 14px;
    color: #999;
}
.post-previous {
    float: left;
    padding-left: 30px;
    text-align: left;
}
.post-next {
    float: right;
    text-align: right;
    padding-right: 30px;
}
.post-navigation div span {
    display: block;
    font-size: 90%;
    color: #999;
}
.post-navigation div a:after {
    position: absolute;
    font-size: 45px;
    line-height: 40px;
    font-weight: bold;
    top: 0;
}
.post-previous a:after {
    content: '\00ab';
    left: 0;
}
.post-next a:after {
    content: '\00bb';
    right: 0;
}
/* Single Author */

.postauthor-content img {
    float: left;
    margin-right: 10px;
}
.postauthor-container {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.postauthor-title {
    border-bottom: 1px solid #dbdbdb;
}
/* Related posts */

.related-posts ul {
    padding: 15px;
}
.related-posts li {
    list-style-type: none;
    position: relative;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .top-section, .header-login {
        text-align: center;
    }
    a.login-link {
        text-align: center;
        border-right: none !important;
    }
}
a.login-link {
    line-height: 33px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid;
    color: #ffffff;
}
/* Content */

article.article-content {
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-header {
    position: relative;
}
.single-meta-date {
    text-align: center;
    float: left;
    margin-right: 15px;
}
.single-meta-date .day {
    padding: 10px 15px;
    background-color: #eee;
    font-weight: bold;
    font-size: 120%;
}
.single-meta-date .month {
    padding: 4px;
    background-color: #13C5F5;
    color: #ffffff;
}
.post-meta {
    font-size: 75%;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    opacity: 0.75;
    text-transform: uppercase;
}
.post-meta span,
.posted-on {
    margin-right: 5px;
}
.post-meta .cat-meta:after {
    content: ',';
    margin-right: 3px;
}
.post-meta .cat-meta:last-child:after {
    content: '';
}
/* Pagination */
.navigation.pagination {
    width: 100%;
    text-align: center;
    border-radius: 0;
    padding: 25px;
    margin: 0;
}
.nav-links {
    display: inline-block;
}
.nav-links a, .nav-links span {
    position: relative;
    float: left;
    padding: 7px 12px;
    line-height: 1.5;
    text-decoration: none;
    background-color: #ffffff;
    color: #000;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.nav-links span.current {
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
}
@media only screen and (max-width: 991px) {
    article.article-content:nth-of-type(2n+1) {
        clear: left;
    }
}
@media only screen and (min-width: 992px) {
    article.article-content:nth-of-type(3n+1) {
        clear: left;
    }
}
/* Featured home */

.hover-style .home-header .page-header a {
    letter-spacing: 2px;
    font-size: 50%;
    line-height: 50%;
    color: #fff;
}
.hover-style {
    display: inline-block;
    padding: 0;
    min-height: 170px;
}
.related-posts .entry-summary {
    color: #fff;
    padding: 10px;
}
.hover-style {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hover-style .home-header {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
    background-color: rgba(0, 0, 0, 0.40);
    border-left: 10px solid #00C2FF;
}
.hover-style:hover .home-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hover-style .page-header {
    margin-left: -10px;
    padding: 20px;
    margin-right: 0;
    background-color: rgba(0, 0, 0, 0.40);
    border-left: 10px solid #00C2FF;
    -webkit-transform: translateY( -webkit-calc(-100% - 20px));
    transform: translateY( calc(-100% - 20px));
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}
.hover-style:hover .page-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* breadcrumbs */

#breadcrumbs {
    padding: 8px 0;
    text-transform: capitalize;
    font-weight: 600;
    border-bottom: 1px solid #7ca9c8;
    font-size: 15px;
    background: #f1f8ff59;
    margin: 6px 0 0;
    border-radius: 4px;
}
#breadcrumbs .breadcrumbs-inner{    
    color: #7a7a7a;
    font-size: 14px;
}
#breadcrumbs .breadcrumbs-inner a{  
    
}
#breadcrumbs .fa {
    margin-right: 5px;
}
/* Widget */

.widget ul{
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.widget ul::-webkit-scrollbar {
    width: 10px
}

.widget ul::-webkit-scrollbar-track {
    background: #c0cde0
}

.widget ul::-webkit-scrollbar-thumb {
    background: #7ca9c8
}

.widget .widget-title {
    color: #141414;
    font-size: 14px;
    text-align: left;
    padding: 0 0 8px;
    border-bottom: 1px solid #84a6c7;
    font-weight: 600;
}

.widget p{
    font-size: 14px;

}

.widget ul {
    padding-left: 0px;
}

.widget ul li{
    list-style: none;
    margin: 15px 0px;
}

.widget ul li a{       
    font-size: 13px;
    display: block;
    font-weight: 600;
    color: #0793b2;
}

/* Post Content */

.rsrc-main .rsrc-post-content {
    padding: 0px;
}
.rsrc-main .woocommerce {
    padding: 20px 0;
}
.post-thumbnail {
   
}
.post-thumbnail img {
     border-radius: 10px;
    width: 100%;
}
/* Back to top */

#back-top {
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 999;
    text-align: center;
}

#back-top span {
    width: 40px;
    height: 40px;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #5e5858;
}
#back-top span svg {
    position: relative;
    top: 8px;
    fill: #ccc;
}
/* Commentform */

form#commentform p input {
    width: 100%;
}
.comment-body {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #bdbdbd;
    padding: 15px 15px 40px 15px;
    position: relative;
    
}
.comment-inner {
    margin-top: 25px;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 15px;
    position: relative;
}
.comment-inner:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
    content: '';
    position: absolute;
    top: -12px;
}
a.comment-reply-link {
    float: right;
    position: absolute;
    bottom: -1px;
    right: -1px;
}
.comment-author.vcard img {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    width: 46px;
}

/* Widgets */

.widget_nav_menu li {
    width: 100%;
}
.widget_nav_menu li:before {
    margin-right: 5px;
}
.widget {
    word-wrap: break-word;
    background-color: #f1f8ff;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.btn-green {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    background: #087042;
    color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    padding: 12px 15px;
} 

.btn-green svg{
    fill: #fff;
    margin-left: 3px;
}

.btn-green:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-white {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    background: #fff;
    color: #000;
    border-radius: 30px 30px 30px 30px;
    padding: 12px 15px;
    border: 1px solid #ddd;
} 

.btn-white svg{
    fill: #000;
    margin-left: 3px;
}

/* Footer Widgets */


/* Tags */

.post-tags {
    clear: both;
}
.tagcloud a {
    font-size: 15px !important;
    padding: 5px;
    border: 1px solid;
    line-height: 40px;
}
/* Sections */

section {
    position: relative;
}
.section {
    position: relative;
    z-index: 1;
    padding: 25px 0 35px 0;
}

/* Sections Content */

.container-heading {
    margin-bottom: 35px;
    text-transform: uppercase;
}

textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
select,
input[type="week"] {
    
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ef242f;
    box-shadow: none;
    color: #000;
    border-radius: 4px;
    font-size: 14px;
    height: 42px;
    padding-left: 17px;
    width: 100%;
    margin-bottom: 10px;
}


textarea{
    height: 70px;
    padding-left: 17px;
}

/* Buttons styling */

.btn-default,
input[type="submit"],
button,
a.comment-reply-link {
    border: 1px solid #087042;
    color: #087042;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: none;
    padding: 8px 20px;
    border-radius: 4px;
    background: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn,
.btn-default:active,
.btn-default.active,
input[type="submit"]:hover,
button:hover,
a.comment-reply-link:hover {
    color: #7ca9c8;
    border-color: #7ca9c8;
    background-color: transparent;
    box-shadow: none;
}

/* Top header */
/**/

.rsrc-container-header .navbar-toggler {
    padding: 0;
    box-shadow: none;
}

.rsrc-container-header .navbar-toggler-icon {
    height: 25px;
    width: 50px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.rsrc-container-header .navbar-toggler-icon:focus{
    outline: 2px solid #fff;
}

.rsrc-main-menu {
    z-index: 2;
    padding-top: 8px;
}

.rsrc-main-menu .navbar{
    min-height: 35px;
}
.rsrc-container-header{
    padding: 22px 0;
    background: #fff;
    border-bottom: 1px solid #0201010F;
    width: 100%;
    z-index: 999;
}

.rsrc-container-header .navbar{
    padding: 0px 0px; 
}

.rsrc-container-header .navbar-nav{

}

.rsrc-container-header .navbar-nav li{
    margin: 0 15px;
}

.rsrc-container-header .navbar-nav li a{
    font-size: 15px;
    color: #141414;
    font-weight: 400;
}

.rsrc-container-header .contact-desktop{
    padding: 7px 0;
}

.rsrc-container-header input[type="search"]{
    height: 36px;
    margin: 0;
}

/*footer*/

ul.list {
       margin: 0;
    list-style: none;
    padding: 10px 0 0 15px;
}
ul.list li, ol.list li {
   margin: 17px 0 0 0;
}
ul.list li.type-2::before {
    content: "❖";
    margin: 0 15px 0 0;
}



#breadcrumbs .fa {
    margin-right: 5px;
}


/******* home ********/

.hero-home .para{
    font-size: 17px;
}

.grow-sale{
    background: #f7f7f7;
    border-radius: 4px;
}

.grow-sale .sale-box{
	min-height: 158px;
    margin-bottom: 15px;
    box-shadow: 0px 5px 35px 0px rgba(84, 89, 95, .1);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 25px 15px;
    background: #fff;
    border-radius: 7px;
    font-size: 14px;
}

.grow-sale .sale-box .head{
	font-size: 17px;
}

.para2{
    font-size: 18px;
}

.home-services{

}

.service-box{
    margin-bottom: 15px;
    box-shadow: 0px 5px 35px 0px rgba(84, 89, 95, .1);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 18px 25px;
    background: #fff;
    border-radius: 7px;
    font-size: 16px;
}

.service-box .heading{
    font-weight: 600;
}

.service-box-2{
    margin-bottom: 15px;    
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 18px 25px;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #ddd;
}

.service-box-2 .heading{
    font-weight: 600;
}

.service-box-2 span{
    font-weight: 600;
}

.faq-box-2{	 
	margin-bottom: 15px;     
	box-shadow: 0px 5px 35px 0px rgba(84, 89, 95, .1);     
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;     
	padding: 10px 15px;     
	background: #fff;  	
	border-radius: 7px;     
	font-size: 14px;
}

.faq-box-2 .heading{
    font-weight: 600;
}

.faq-box-2 span{
    font-weight: 600;
}

.fancy-heading{
	color: #087042;
    font-size: 16px;
}

/********* Media Query for large Device *************/

@media (min-width: 1200px) {

    .container {
        max-width: 1300px;
    }

}

@media (min-width: 992px) {
     
    
}

@media (min-width: 768px) {
    


}

@media (max-width: 992px) {       
    .rsrc-container-header .navbar-toggler {
        display: inline-grid;
    }

    .rsrc-container-header .navbar-nav {        
        margin-top: 15px;
        border-radius: 5px;
        background: #f1f8ff;
    }

    .rsrc-container-header .navbar-nav li {
        margin: 8px 10px;
    }

}


@media (max-width: 767px) {    

    .hero-home .heading-1{
        font-size: 35px;
    }  

}