/*====================================================================================|
|    Name            : Approxi Landing Page                                           | 
|    Author          :                                                                |   
|    Author Profile  :                                                                |
|    Created         :                                                                |
|    Contact         :                                                                | 
|    Version         :                                                                |
|                                                                                     |
|    THANK YOU FOR PURCHASING   Approxi Landing Page  Template     |
=====================================================================================*/
/*
======================================================
00::Base Csss
01::Navbar
02::Hero Area
03::Screenshot Area
04::Counter Area
05::Pricing Area
06::Testimonial Area 
07::Promotional Area 
08::Home Blog
09::Mail Subscription
10::Blog Page
11::Base CSS 
11::Blog Details
12::Footer Area
*/

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 600;
    color: #222222;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #929292;
}

.section-padding {
    padding: 130px 0;
}

.section-title {
    margin-bottom: 80px;
    text-align: center;

}

.section-title h2 {
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.dark-bg {
    background: #f8faff;
}

.blue-bg {
    background: #4776e6;
}

.blue-bg-2 {
    background: url(../images/v2/blue-bg-2.jpg) no-repeat center center / cover;
}

.section-padding.blue-bg-2.promotional-section .section-title {
    color: #fff;
}

.section-padding.blue-bg-2.promotional-section .section-title h2 {
    color: #fff;
}

.section-padding {
    padding: 130px 0;
}

.default-theme-btn {
    border-radius: 5px;
    font-weight: 500;
    display: inline-block;
    padding: 20px 35px;
    text-transform: uppercase;
    border: 1px solid;
    transition: .3s;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ 
    color: #929292;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #929292;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #929292;
}

/*End base css*/

.feaure-hero.index-2 .hero-text {
    color: #fff;
}

.feaure-hero.index-2 .hero-text h2 {
    color: #fff;
}

.feaure-hero.index-2 .hero-text .hero-btn {
    background-color: #fff;
    background: #4776e6;
}

.feaure-hero.index-2 .hero-text .hero-btn:hover {
    background: #fff;
    color: #4776e6;
    border-color: #fff;
}

/*START::NAVIGATION*/

#mainNav {
    background: #fff;
    padding: 0;
    margin: 0;
}

.navbar-nav .nav-item a {
    display: inline-block;
    text-transform: capitalize;
    color: #929292;
    transition: .3s;
}
.navbar-nav .nav-item a:active{
    color: 4776E6;
}
.navbar-nav .nav-item {
    padding: 20px;
}

.navbar-nav .nav-item:last-child .download-btn {
    color: #fff;
    background: #4776e6;
}

.download-btn:hover {
    color: #fff;
}

.navbar-nav .nav-item:last-child {
    padding: 0;
    margin: 8px 0;
}

#mainNav {
    box-shadow: 0 0 10px #E6E8ED;
}

.navbar-nav .nav-item a.active,
.navbar-nav .nav-item a:hover {
    color: #4776E6;
}

.navbar-toggler.navbar-toggler-right:focus {
    outline: none;
    outline: none;
}

/*END::NAVIGATION*/

/*Hero Area*/

.feaure-hero {

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 675px;
}

.index-1 {
    background-image: url(../images/hero-bg.jpg);
}

.feaure-hero.index-2 {
    background-image: url(../images/v2/hero-bg-2.jpg);
}

.hero-text h2 {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    line-height: 1.3;
}

.hero-text p {
    line-height: 1.7;
}

.hero-text .hero-btn {
    background: #4876E6;
    color: #fff;
    margin-top: 35px;
}

.hero-img img {
    position: relative;
}

.hero-img a {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #4876E6;
    background: #fff;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    font-size: 26px;
    box-shadow: 0 0 10px #E6E8ED;
    margin-top: -32.5px;
    margin-left: -32.5px;
}

.single-feature-item i {
    width: 80px;
    height: 80px;
    border: 1px solid #d1d1d1;
    font-size: 40px;
    line-height: 80px;
    border-radius: 50%;
    color: #4776e6;
    transition: .3s;
}

.single-feature-item:hover i {
    color: #fff;
    background: #4776E6;
    border-color: #4776E6;
}

.single-feature-item h3 {
    font-weight: 500;
    margin: 30px 0;
    font-size: 20px;
}


.choose-right {
    background-image: url(../images/choose-app-bg.jpg);
    background-position: center;
    background-size: cover;
    height: 400px;
}

.choose-left {
    margin-left: 140px;
}

.choose-lists p {
    color: #1d2025;
    line-height: 30px;
}

.choose-lists p i {
    font-size: 14px;
    color: #fff;
    background: #4776e6;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 20px;
}

.choose-left h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.choose-left p {
    line-height: 1.7;
    margin-bottom: 35px;
}

.choose-right {
    position: relative;
}

.choose-right i {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    background: #fff;
    text-align: center;
    line-height: 95px;
    color: #4776e6;
    font-size: 40px;
    border-radius: 50%;
    margin-left: -50px;
    margin-top: -50px;
    border: 5px solid #e0e0e0;
    padding-left: 6px;
}

/*Hero Area End*/

/*Screenshot Area*/

#screenshots {
    background: #fff;
}

.single-screenshot {
    box-shadow: 0 0 10px #E6E8ED;
}

.screenshot-slider .owl-dots,
.testimonial-slider .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.screenshot-slider .owl-dots button,
.testimonial-slider .owl-dots button {
    width: 25px;
    height: 10px;
    border: 2px solid #bcbcbc;
    border-radius: 5px;
    margin: 0 10px;
}

.screenshot-slider .owl-dots button.active,
.testimonial-slider .owl-dots button.active {
    background: #4776e6;
    border-color: #4776e6;
}

.screenshot-slider .owl-dots button:focus,
.testimonial-slider .owl-dots button:focus {
    outline: none;
}

/*Screenshot Area End*/

/*Counter Area*/

.single-counter {
    height: 100px;
    width: 100px;
    background: #4776e6;
    margin: auto;
    color: #fff;
    border-radius: 50%;
    padding: 15px;
    position: relative;
}

.single-counter h4 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}

.single-counter i {
    font-size: 24px;
}

.single-counter::after {
    position: absolute;
    left: 98px;
    top: 36%;
    content: url(../images/line.png);
    width: 195px;
}

.single-counter.no-line::after {
    content: "";
}

/*Counter Area End*/

/*Pricing Area*/

.single-price-box h4 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.single-price-box h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 30px 0;
    color: #4776e6;
}

.single-price-box ul {
    margin: 0;
    padding: 0;
}

.single-price-box ul li {
    line-height: 35px;
}

.single-price-box .purchage-btn {
    color: #4776de;
    border: 1px solid #4776de;
    margin-top: 50px;
    transition: .3s;
}

.single-price-box {
    border: 1px solid #4776de;
    padding: 30px 20px;
    transition: .3s;
    border-radius: 10px;
}

.single-price-box:hover {
    box-shadow: 0 0 10px #E6E8ED;
    border-color: #fff;
    margin-top: -30px;
}

.single-price-box:hover .purchage-btn {
    background: #4776de;
    color: #fff;
}

/*Pricing Area End*/

/*Testimonial Area */

.single-tesimonial-item img {
    max-width: 150px;
    border-radius: 50%;
    border: 2px solid #4776E6;
    margin: auto;
}

.single-tesimonial-item {
    text-align: center;
    padding: 30px;
    margin: 15px;
    box-shadow: 0 0 10px #E6E8ED;
    background: #fff;
    border-radius: 5px;
}

.tesimonial-content h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.tesimonial-content p {
    margin: 30px 0;
}

/*Testimonial Area End*/

/*Promotional Area */

.section-padding.promotional-section .section-title {
    margin: 0;
}

.section-padding.blue-bg .section-title h2,
.section-padding.blue-bg .section-title p {
    color: #fff;
}

.default-theme-btn.promotional-btn {
    border: 1px solid #fff;
    color: #fff;
    transition: .3s;
    margin: 0 30px;
}

.default-theme-btn.promotional-btn:hover {
    background: #fff;
    color: #4776e6;
}

.default-theme-btn.promotional-btn.diff-padding {
    padding: 20px 50px;
}

.section-padding.blue-bg.promotional-section .section-title p {
    margin-bottom: 35px;
}

/*Home Blog*/

.post-bg-1 {
    background-image: url(../images/blog/1.jpg);
}

.post-bg-2 {
    background-image: url(../images/blog/2.jpg);
}

.post-bg-3 {
    background-image: url(../images/blog/3.jpg);
}

.post-bg {
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.post-content span {
    font-size: 12px;
}

.post-content span:nth-child(2) {
    float: right;
}

.post-content {
    padding: 25px 20px;
    border: 1px solid #b5c8f5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: .3s;
}

.post-content span a {
    color: #929292;
}

.post-content span i {
    padding-right: 8px;
}

.post-content h3 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 30px;
    text-transform: capitalize;
    line-height: 30px;
}

.single-blog-post:hover {
    box-shadow: 0 0 10px #E6E8ED;
}

.single-blog-post:hover .post-content {
    border-color: #fff;
}

.post-content h3 a {
    color: #1d2025;
}
/*Home Blog End*/

/*Mail Subscription*/
.input-form input {
    padding: 20px 10px;
    width: 460px;
    border-radius: 10px;
    background: #e0e9ff;
    border: 1px solid #4776e6;
}

.input-form a {
    background: #4776e6;
    color: #fff;
    margin-left: 30px;
}

/*mail Subscription End*/



/*Blog Page*/
#blog-hero {
    height: 350px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/blog/blog-bg.jpg);
    position: relative;
    text-align: center;
    z-index: 2;
}

#blog-hero::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: .5;
    z-index: -1;
}

.blog-hero-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    word-spacing: 5px;
    position: relative;
    margin: 0;
    padding-bottom: 30px;
}

.blog-hero-title h2::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 5px;
    background: #fff;
    content: "";
    margin-left: -20px;
    border-radius: 5px;
}

.blog-margin-bottom {
    margin-bottom: 50px;
}

.blog-read-more-btn {
    display: inline-block;
    color: #1d2025;
    text-transform: capitalize;
    transition: .3s;
}

.single-blog-post p {
    margin: 30px 0;
}

.single-blog-post:hover .blog-read-more-btn {
    color: #4776e6;
}

.blog-read-more-btn i {
    padding-left: 15px;
}

#all-blog-posts .pagination {
    margin: 0;
    padding: 0;
}

#all-blog-posts .pagination li {
    margin-left: 10px;

}

#all-blog-posts .pagination li a {
    color: #1d2025;
    border-color: #b5c8f5;
    border-radius: 5px;
    transition: .3s;
}

#all-blog-posts .pagination li:hover a {
    background: #4776e6;
    color: #fff;
}

.blog-pagination nav {
    float: inherit;
    display: inline-block;
}

.blog-pagination {
    text-align: center;
    margin: 0 auto;
}
/*Blog Page Ends*/

/*Blog Details*/
.single-post-detail h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    letter-spacing: 1px;
    word-spacing: 3px;

}

.post-info {
    padding: 45px 0;
}

.post-details-img img {
    border-radius: 5px;
}

.post-details-img {
    padding-bottom: 45px;
}

.single-post-detail p {
    margin: 0;
    padding-bottom: 50px;
    line-height: 30px;
    letter-spacing: .5px;
}

.post-info span {
    margin-right: 50px;
}

.post-info span a {
    color: #929292;
}

.post-info span i {
    padding-right: 10px;
}

.post-content-end hr {
    border-color: #e9e9e9;
    margin-top: 0;
    margin-bottom: 50px;
}

.post-tags b {
    text-transform: capitalize;
    color: #1d2025;
}

.post-tags a {
    display: inline-block;
    color: #929292;
    transition: .3s;
    padding-left: 5px;
    text-transform: capitalize;
}

.post-tags a:hover {
    color: #4776e6;
}

.post-tags {
    float: left;
}

.post-social-share {
    float: right;
}

.post-social-share ul {
    margin: 0;
    padding: ;
    padding: 0;
}

.post-social-share ul li {
    padding-left: 10px;
}

.post-social-share ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.comment-area h2,
.post-comment-form h2 {
    padding: 50px 0;
    font-size: 30px;
    text-transform: uppercase;
}

.post-comment-form h2 {
    padding-top: 0;
}

.comment-display h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.comment-display span {
    display: block;
    font-size: 12px;
    margin-top: 30px;
    color: #929292;
    text-transform: capitalize;
}

.post-comment-form input,
.post-comment-form textarea {
    outline: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    width: 100%;
    padding: 20px;
    color: #929292;
}

.post-comment-form textarea {
    resize: none;
    margin-top: 30px;
}

.comment-submit-btn {
    display: inline-block;
    margin-left: 15px;
    margin-top: 50px;
    background-color: #4776e6;
    color: #fff;
    padding: 20px 50px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.single-widget.cat-widget-right ul {
    margin: 0;
    padding: 0;
}

.single-widget.cat-widget-right ul li a {
    display: inline-block;

    color: #929292;
    margin-bottom: 15px;
    padding: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    transition: .3s;
}

.single-widget.cat-widget-right ul li a:hover {
    background: #4776e6;
    color: #fff;
}

.sidget-title h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin: 50px 0;
    letter-spacing: 1px;
}

.single-widget.search-widget input {
    padding: 20px 12px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #e7e7e7;
    position: relative;
}

.single-widget.search-widget input {
    width: 100%;
}

.single-widget.search-widget a {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: #4776E6;
    color: #fff;
    padding: 21px;
    border-radius: 5px;
}

.single-widget.small-posts .media-body h5 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.single-widget.small-posts .media-body h5 span {
    display: block;
    color: #929292;
    font-size: 12px;
    font-weight: 400;
}

.small-posts .media-body h5 a {
    color: #929292;
    transition: .3s;
}

.small-posts .media-body h5 a:hover {
    color: #4776E6;
}
/*Blog Details End*/

/*Footer Area*/
#footer .section-title {
    margin: 0;
}

#footer {
    position: relative;
}

#footer .container:nth-child(2) {
    position: absolute;
    bottom: 30px;
    left: 8%;
    right: 8%;
}

.footer-left p {
    margin: ;
    margin: 0;
    color: #fff;
    text-transform: capitalize;
}
.footer-left p a {
	color: #fff;
}
.footer-right ul {
    margin: 0;
    padding: 0;
}

.footer-right ul li a {
    color: #fff;
    padding: 0 15px;
}

.footer-right {
    text-align: right;
}

.section-title ul {
    margin: 0;
    padding: 0;
}

.section-title ul li {
    margin: 0;
}

.list-inline-item:not(:last-child) {
    margin: 0;
}

.section-title ul li a {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 0 15px;
}

.list-unstyled.list-inline.footer-social-links {
    margin-top: 30px;
}

/*Footer End*/