body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #303030;
    font-weight: 400
}

html,
body {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto
}

.rapid-btn {
    background: #3ac6b6 none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
    font-family: "Play", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 10px;
    margin-top: 20px;
}

.rapid-btn:hover {
    background: #212121 none repeat scroll 0 0;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: inherit
}

a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit
}

a:hover {
    text-decoration: none;
    color: #3ac6b6
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.section_100 {
    padding: 100px 0;
}

.section_50 {
    padding: 50px 0;
}

.section_15 {
    padding: 15px 0
}

.pad-right {
    padding-right: 0
}

.section_t_100 {
    padding-top: 100px
}

.section_b_70 {
    padding-bottom: 70px
}


/*================================================03 - PAGINATION CSS==================================================*/

.pagination {
    margin: 30px 0 20px;
}

.pagination>li {
    display: inline-block;
    margin: 0 2px;
}

.pagination_box {
    text-align: center;
}

.pagination a {
    color: #555 !important;
    border: 1px solid #ccc !important
}

.pagination .active>a,
.pagination a:hover {
    background: #3ac6b6 none repeat scroll 0 0 !important;
    border: 1px solid #3ac6b6 !important;
    color: #fff !important
}


/*================================================04 - BREADCROMB CSS==================================================*/

.rapid-breadcromb-area {
    text-align: center;
    position: relative;
    z-index: 11
}

.rapid-breadcromb-area:before {
    background: #000 none repeat scroll 0 0;
    content: "\"";
    height: 100%;
    left: 0;
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.breadcromb>h3 {
    color: #fff;
    font-family: "Play", sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.breadcromb ul {
    margin-top: 10px;
}

.breadcromb ul li {
    color: #ffffff;
    display: inline-block;
    font-family: "Play", sans-serif;
    font-weight: 600;
    margin: 0 5px;
    text-transform: capitalize;
    font-size: 15px
}

.breadcromb ul li a {
    font-weight: 600;
    color: #fff
}

.breadcromb ul li a:hover {
    color: #3ac6b6
}


/*================================================05 - REPONSIVE MENU CSS==================================================*/

.rapid-responsive-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.slicknav_nav a {
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #000
}

.slicknav_menu {
    background: transparent;
}

.slicknav_menutxt {
    display: none !important;
}

.slicknav_arrow {
    float: right;
    color: #000
}

.slicknav_nav a:hover {
    border-radius: 0;
}

.slicknav_nav .slicknav_row:hover {
    border-radius: 0
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    background: #3ac6b6 none repeat scroll 0 0;
    color: #fff
}

.slicknav_nav li {
    border-bottom: 1px solid #aaa;
}

.slicknav_nav li:last-child {
    border-bottom: 0px solid #aaa
}

.slicknav_nav {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #3ac6b6;
    box-shadow: 0 0 8px rgba(34, 30, 31, 0.1);
}

.slicknav_btn {
    background-color: transparent !important;
    float: left;
    margin: 0;
    line-height: 0;
}

.slicknav_menu .slicknav_icon {
    float: none !important;
    margin: 0
}

.slicknav_icon-bar {
    height: 3px !important;
    margin: 5px 0;
    width: 30px !important;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #333;
}


/*================================================06 - BTN TO TOP CSS==================================================*/

.btntoTop:before {
    color: #fff;
    content: "";
    display: inline-block;
    font: 20px "FontAwesome";
    vertical-align: middle;
}

.btntoTop {
    background-color: #585858;
    border: 2px solid #585858;
    border-radius: 2px;
    bottom: 30px;
    cursor: pointer;
    height: 44px;
    line-height: 36px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    right: 30px;
    text-align: center;
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    width: 44px;
    z-index: 99999;
}

.btntoTop.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.btntoTop.active:hover {
    background: #3ac6b6 none repeat scroll 0 0;
    border: 2px solid #3ac6b6;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
    color: #fff;
}


/*================================================07 - HEADER AREA CSS==================================================*/

.rapid-header-area {
    padding: 25px 0;
}

.site-logo {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.site-logo {
    text-align: center;
}

.site-logo>p {
    color: #666;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}

.site-logo>p:after {
    background: #222 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 45%;
    position: absolute;
    top: 35px;
    width: 10%;
}

.rapid-mainmenu-area {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.mainmenu ul {
    text-align: left;
}

.mainmenu li {
    display: inline-block;
    position: relative
}

.mainmenu ul li:hover>a {
    color: #3ac6b6;
}

.mainmenu ul li a {
    display: block;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}

.mainmenu ul li a:hover,
.mainmenu li.current-page-item>a {
    color: #3ac6b6
}

.mainmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fefefe none repeat scroll 0 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 200px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -99;
    visibility: visible;
    box-shadow: 0px 2px 4px #aaa
}

.mainmenu ul li ul li {
    display: block;
    border-bottom: 1px solid #ddd;
}

.mainmenu ul li ul li:last-child {
    border-bottom: 0px solid #ddd;
}

.mainmenu ul li ul li a {
    display: block;
    padding: 7px 14px;
    color: #333
}

.mainmenu ul li ul li a:hover {
    background: #eee none repeat scroll 0 0
}

.mainmenu ul li:hover ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 999
}

.rapid-search-bar form {
    position: relative;
    z-index: 9;
}

.rapid-search-bar:after {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 1;
}

.rapid-search-bar {
    margin-top: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 999
}

.rapid-search-bar:after {
    font-family: fontawesome;
    content: "\f002";
}

.rapid-search-bar input[type="search"] {
    border: medium none;
    cursor: pointer;
    height: 40px;
    padding: 5px 15px;
    text-indent: -9999px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
    background: none;
    color: #1c1c1c;
    font-family: "Philosopher", sans-serif;
    font-weight: 400;
}

.rapid-search-bar input[type="search"]:focus {
    border: 1px solid #ddd;
    text-indent: 0;
    width: 200px;
    background: #fff;
    cursor: text
}


/*================================================08 - POST SLIDER AREA CSS==================================================*/


/* .rapid-slider-post-area {
    margin-top: 10px;
} */

.post-slider-content {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(rgba(0, 0, 0, 0), #000) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0), #000) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    color: #fff
}

.category-links>a {
    background: #3ac6b6 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 5px;
    text-transform: uppercase;
}

.post-slider-content>h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 5px 0;
    text-transform: capitalize;
    color: #fff
}

.post-slider-content>h2 a:hover {
    color: #3ac6b6;
}

.post-meta ul li {
    display: inline-block;
    font-size: 12px;
    position: relative;
}

.post-meta ul li:after {
    content: "/";
    display: inline-block;
    margin-left: 6px;
    margin-right: 2px;
}

.post-meta ul li:last-child:after {
    display: none;
}

.post-meta ul li a:hover {
    color: #3ac6b6;
}

.post-slider .owl-prev {
    background: rgba(255, 255, 255, 0.72) none repeat scroll 0 0;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 40px;
    left: 10px;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 50%
}

.post-slider .owl-next {
    background: rgba(255, 255, 255, 0.72) none repeat scroll 0 0;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 40px;
    right: 10px;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 50%
}

.post-slider:hover .owl-next,
.post-slider:hover .owl-prev {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.post-slider .owl-next:hover,
.post-slider .owl-prev:hover {
    background: #3ac6b6 none repeat scroll 0 0;
    color: #fff
}


/*================================================09 - ALL POST AREA CSS==================================================*/

.blog-text>h2 {
    font-family: "Play", sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: capitalize;
}

.blog-text>h2>a:hover {
    color: #3ac6b6
}

.blog_list .blog-text {
    /* box-shadow: 0 0 6px #aaa; */
    padding: 20px;
    border: 1px #eee solid;
}

.share-button-social a:hover {
    color: #3ac6b6
}

.blog-meta ul li:after {
    content: "/";
    display: inline-block;
    margin-left: 6px;
    margin-right: 2px;
}

.blog-meta ul li {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
}

.blog-meta ul li a:hover {
    color: #3ac6b6;
}

.blog-meta ul li:last-child:after {
    display: none;
}

.blog-meta>ul {
    margin-bottom: 10px;
}

.single-blog {
    margin-bottom: 20px;
    padding: 10px 0;
}


/* .single-blog:last-child {
    margin-bottom: 0px
} */

.share-button-social {
    float: right;
}

.post-content {
    margin-bottom: 20px;
}

.share-button-social>a {
    margin: 0 5px;
}

.blog-image>p {
    background: #3ac6b6 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    left: 0;
    padding: 5px 15px;
    position: absolute;
    text-transform: capitalize;
    top: 0;
}

.blog-image {
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.blog-image:hover img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
}


/*================================================10 - SIDEBAR WIDGET CSS==================================================*/

.about-us-widget {
    text-align: center;
}

.about-widget-image img {
    border-radius: 50%;
}

.about-widget-text {
    margin-top: 15px;
}

.about-widget-text>h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.social_links>li {
    display: inline-block;
}

.social_links {
    text-align: center;
}

.blog-sidebar-widget {
    margin-bottom: 30px;
}

.blog-sidebar-widget:last-child {
    margin-bottom: 0px;
}

.social_links a {
    border: 1px solid #ddd;
    color: #444;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.social_links a:hover {
    background: #3ac6b6 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #3ac6b6
}

.blog-page-left>h3:before,
.blog-sidebar-widget>h3:before {
    background: #3ac6b6 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 80px;
}

.blog-page-left>h1:before {
    background: #3ac6b6 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 80px;
}

.blog-page-left>h1 {
    color: #333;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    /* padding-left: 20px; */
    position: relative;
    text-transform: capitalize;
    font-weight: 600
}

.blog-page-left>h3,
.blog-sidebar-widget>h3 {
    color: #333;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    /* padding-left: 20px; */
    position: relative;
    text-transform: capitalize;
    font-weight: 600
}

.blog-sidebar-widget input {
    border: medium none;
    color: #333;
    padding: 5px 10px;
    width: 80%;
    height: 35px;
}

.blog-sidebar-widget button {
    background: #3ac6b6 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 35px;
    width: 18%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.blog-sidebar-widget button:hover {
    background: #212121 none repeat scroll 0 0
}

.blog-sidebar-widget>form {
    background: #eee none repeat scroll 0 0;
    padding: 20px;
}

.blog-sidebar-widget ul.blog-categories>li {
    border-bottom: 1px solid #ededed;
}

.blog-sidebar-widget ul.blog-categories>li:last-child {
    border-bottom: 0px solid #ededed;
}

.blog-sidebar-widget ul.blog-categories>li a {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 5px 10px;
    text-transform: capitalize;
}

.blog-sidebar-widget ul.blog-categories>li a:hover {
    color: #3ac6b6
}

.blog-thumb-info-image {
    float: left;
    width: 80px;
    overflow: hidden;
}

.blog-thumb-info-content {
    float: left;
    padding-left: 15px;
    width: calc(100% - 80px);
}

.blog-sidebar-widget ul.featured-list>li {
    border-bottom: 1px solid #ddd;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 10px 0;
}

.blog-sidebar-widget ul.featured-list>li:last-child {
    border-bottom: 0px solid #ddd
}

.blog-thumb-info-image img {
    /* background: #eee none repeat scroll 0 0;
    padding: 5px; */
    height: 80px;
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease 0s;
}

.blog-thumb-info-image img:hover {
    transform: scale(1.06);
}

.blog-thumb-info-content h4 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.single-post-slide {
    overflow: hidden;
}

.owl-carousel .owl-item img {
    transition: all 0.4s ease 0s;
}

.owl-carousel .owl-item img:hover {
    transform: scale(1.06);
}

.blog-thumb-info-content h4>a:hover,
.blog-thumb-info-content>p>a:hover {
    color: #3ac6b6
}

.single-post-text .post-cat {
    margin-top: 20px;
}

.post-cat>p {
    color: #3ac6b6;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-thumb-info-content>p>a {
    margin-left: 5px;
}

.blog-sidebar-widget ul.blog-tags>li {
    display: inline-block;
    margin: 2px;
}

.blog-sidebar-widget ul.blog-tags>li a {
    border: 1px solid #ddd;
    display: block;
    padding: 3px 5px;
    text-transform: capitalize;
    color: #333
}

.blog-sidebar-widget ul.blog-tags>li a:hover {
    background: #3ac6b6 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #3ac6b6;
}

.blog-sidebar-widget ul.instagram>li {
    display: inline-block;
    margin: 2px;
    width: 22%;
}


/*================================================11 - FOOTER CSS==================================================*/

.rapid-footer-area {
    background: #212121 none repeat scroll 0 0;
    color: #b3b3b3;
    padding: 7px 0 27px;
    text-align: center
}


/*================================================12 - PAGE CSS==================================================*/

.page-content {
    text-align: center;
}

.page-content h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.page-content>p {
    margin: 0 0 10px;
}

.page-content>img {
    background: #eee none repeat scroll 0 0;
    margin: 20px 0;
    padding: 30px;
    width: 100%;
}

.page-content blockquote {
    background: #eee none repeat scroll 0 0;
    border-left: 5px solid #3ac6b6;
    color: #444;
    font-family: 'Ubuntu', sans-serif;
    font-style: italic;
    margin: 20px 0;
    padding: 20px;
    text-align: left;
}


/*================================================13 - CONTACT PAGE CSS==================================================*/

.page-content>form {
    background: #eee none repeat scroll 0 0;
    padding: 20px;
    margin-top: 30px;
    text-align: left
}

.page-content form p label {
    color: #000;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
}

.page-content form p input {
    border: 1px solid #ddd;
    color: #333;
    padding: 5px 10px;
    width: 100%;
}

.page-content form p textarea {
    width: 100%;
    border: 1px solid #ddd;
    color: #333;
    padding: 5px 10px;
    height: 120px
}

.page-content form p input[type="submit"] {
    background: #3ac6b6 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Play", sans-serif;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
    width: auto;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.page-content form p input[type="submit"]:hover {
    background: #212121 none repeat scroll 0 0
}

.page-content form p {
    margin-bottom: 10px;
}


/*================================================14 - SINGLE POST PAGE CSS==================================================*/

.blog-text.single-post-text {
    box-shadow: 0 0 0;
    padding: 0;
}

.post-content>p {
    margin: 0 0 10px;
}

.post-content blockquote {
    background: #eee none repeat scroll 0 0;
    border-left: 5px solid #3ac6b6;
    color: #444;
    font-family: "Ubuntu", sans-serif;
    font-style: italic;
    margin: 20px 0;
    padding: 20px;
    text-align: left;
}

.blog-image iframe {
    height: 350px;
    width: 100%;
}

.blog-image iframe.video-lg {
    border: medium none;
    height: 480px !important;
    width: 100%;
}

.single-post-btm-tag {
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    margin-top: 30px;
    padding: 15px 20px;
}

.btm-tag-left>ul {
    display: inline-block;
}

.btm-tag-left li {
    display: inline-block;
    margin: 0 5px
}

.btm-tag-left ul li a {
    display: block;
    text-transform: capitalize;
}

.btm-tag-left ul li a:hover {
    color: #3ac6b6
}

.no-pad-right {
    padding-right: 0
}

.no-pad-left {
    padding-left: 0
}

.author-bio {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.author-bio img {
    border-radius: 50%;
    margin-bottom: 20px;
}

.author-info>ul {
    margin-top: 15px;
    text-align: center;
}

.author-info ul li {
    display: inline-block;
    margin: 0 6px;
}

.rapid-comment-list {
    margin-top: 50px;
}

.comment-group-title>h2 {
    font-size: 25px;
    text-align: center;
}

.single-comment-item {
    margin-top: 30px;
}

.single-comment-box {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 0 10px 30px;
    position: relative;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.main-comment {
    font-size: 14px;
    padding: 30px 0 0 100px;
    position: relative;
}

.author-image {
    border-radius: 50%;
    left: 0;
    margin-bottom: 20px;
    position: absolute;
    top: 30px;
}

.author-image img {
    border-radius: 50%;
    display: block;
}

.comment-info {
    margin-bottom: 10px;
}

.comment-info h4 {
    color: #333;
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 0
}

.comment-info>p {
    color: #777;
    font-weight: 500;
    text-transform: capitalize;
}

.reply {
    color: #555;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    margin-top: 5px;
    text-decoration: underline;
    text-transform: capitalize;
}

.single-comment-box.reply-comment {
    margin-left: 100px;
}

.rapid-leave-comment {
    margin-top: 50px;
}

.comment-group-title>h2,
.rapid-leave-comment>h2 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    text-transform: capitalize;
}

.rapid-leave-comment>p {
    text-align: center;
}

.rapid-leave-comment>form {
    margin-top: 20px;
    text-align: center;
}

.rapid-leave-comment input[type="text"],
.rapid-leave-comment input[type="email"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
    height: 45px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 0;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 45%;
}

.rapid-leave-comment textarea {
    border: 1px solid #ddd;
    color: #333;
    height: 160px;
    margin-bottom: 20px;
    padding: 5px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 93%;
}

.rapid-leave-comment input[type="submit"] {
    background: #3ac6b6 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Play", sans-serif;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: auto;
    padding: 7px 10px
}

.rapid-leave-comment input[type="submit"]:hover {
    background: #212121 none repeat scroll 0 0
}

.rapid-leave-comment input[type="email"] {
    margin-right: 0;
}


/*================================================15 - 404 PAGE CSS==================================================*/

.notfound-box {
    text-align: center;
}

.notfound-box h2 {
    color: #333;
    font-family: "Play", sans-serif;
    font-size: 120px;
    font-weight: 600;
    margin-bottom: 30px;
}

.notfound-box>p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.post-slider-content a {
    font-size: 18px;
}

.post-slider-content a:hover {
    color: #3ac6b6;
}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.aside_tit {
    line-height: 1.6;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 15px;
}

.list_tit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-left {
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 500px) {
    .pagination>li>a,
    .pagination>li>span {
        padding: 2px 8px;
        margin-left: -4px;
    }
}

.breadcromb {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 0;
}

.time {
    font-size: 13px;
}

.blog_time {
    font-size: 16px;
    margin-bottom: 15px;
}

.blog-text.single-post-text h1 {
    margin-bottom: 20px;
}

.post-content img {
    max-width: 100%;
    display: block;
    margin: 20px auto;
}

.post-content a {
    color: #3ac6b6;
}

.bottom_menus .logo {
    filter: brightness(0) invert(1);
    max-width: 300px;
    margin-bottom: 20px;
    height: 24px;
}

.bottom_menus {
    background-color: #212121;
    color: #b3b3b3;
    padding-top: 30px;
    font-size: 15px;
}

.bottom_menus p {
    margin-bottom: 20px;
}

.bottom_menus_ul {
    display: inline-block;
}

.bottom_menus_ul .title {
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 24px;
    margin-bottom: 20px;
}

.bottom_menus_ul ul {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .bottom_menus_ul_all {
        display: flex;
        justify-content: flex-end;
    }
}

.bottom_menus_ul li {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 220px;
}

.bottom_menus_ul li:last-child {
    margin-bottom: 0;
}

.rapid-Allpost-area2 {
    padding-bottom: 50px;
}

.bottom_menus .row .col-md-4 {
    display: none;
}

.bottom_menus .row .col-md-8 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}

.bottom_menus_ul_all {
    justify-content: center !important;
}

.bottom_menus_ul ul {
    display: flex;
    margin-right: 0;
    width: 100%;
    justify-content: center;
}

.bottom_menus_ul li {
    margin: 0 20px;
}

.bottom_menus_ul .title {
    text-align: center;
}

.bottom_menus_ul {
    display: block;
}

@media (max-width: 767px) {
    .bottom_menus_ul li {
        margin: 0 10px;
    }
}

@media (max-width: 400px) {
    .bottom_menus_ul ul {
        display: block;
        margin-bottom: 10px;
    }
    .bottom_menus_ul li {
        margin: 0 0 10px 0;
    }
    .bottom_menus_ul .title {
        text-align: left;
    }
}