:root{
    --main-color: #1375bc;
    --second-color: #808181;
}

.header-no-bg, .header-no-bg a, .topbar-no-bg, .topbar-no-bg a,
.header-no-bg .navbar a, .topbar-no-bg .header-dropdown .btn{
    color: #000 !important;
}
#topbar .social-links a,
#footer .social-links a{
	background-color: #1375bc !important;
}

.widget img{
  	margin: 0 auto; 
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 20px;
    /* position: relative; */
    text-align: center;
    border: 4px solid #808281;
}

.widget h2{
	font-size: 22px;
    font-weight: 500;
    color: #000;
}

.widget a div{
	text-align: center;
}
#footer,
#footer a,
#footer .footer-top h3,
#footer .footer-top .footer-links ul a{
	color: #000;
}
#footer .footer-links i{
  color:#1375bc;
}

.widget-title{
	background-color: #1375bc;
}

.widget-title h5{
	color: #fff;
}
.topic-page h1{
	font-size: 45px;
  	color: #000;
  	margin-bottom: 20px;
}
.topic-page .article-body,
.topic-page .article-body p,
.topic-page .article-body span,
.topic-page .article-body li{
  	font-size: 18px !important;
  	color: #000;
}

.topic-page .ui-resizable .card{
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.topic-page .ui-resizable .card h4{
    color: var(--main-color);
    font-size: 19px;
}
.topic-page .ui-resizable .card p{
    margin-bottom: 5px;
}

#content .post-card{
    border: 0;
    padding: 0;
}

#content .post-card h4,
#content .post-card h4 a{
    color: #000;
}

.breadcrumbs{
    position:relative;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.breadcrumbs::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 50%;
}

.breadcrumbs .container{
    position: relative;
    z-index: 2;
}

.breadcrumbs h1{
    font-size: 33px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.breadcrumbs ol{
    background-color: transparent !important;
}

.breadcrumbs ol li,
.breadcrumbs ol li a{
    color: #fff;
}

.topic-page .bottom-article{
    background-color: transparent !important;
    border: 3px solid;
}

#footer .footer-top{
    box-shadow: none;
}

.topic-page .image{
    position: relative;
    padding: 30px;
}

.topic-page .image::after{
    content: "";
    position: absolute;
    left: -10px;
    top: -2px;
    width: 90%;
    height: 82%;
    background-color: var(--main-color);
    z-index: -1;
    border-radius: 14px;
}

.products .card{
    padding: 0;
    border: 0;
}

.products h3{
    font-size: 24px;
    line-height: 34px;
    color: #000;
}

.products a:hover h3{
    color: var(--main-color) !important;
}

#footer{
    background-color: #fff !important;
}

#hero, #hero .carousel-item{
    height: 100vh;
}

#hero{
    position: relative;
}

#hero::after{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    box-shadow: 0 0 129px 129px #fff;
    z-index: 1;
    position: absolute;
    background-color: #fff;
}

/* Start header */
.navbar-mobile .mobile-nav-toggle{
    top: 78px;
}
.navbar-mobile{
    background-color: #fff;
}

.navbar a, .navbar a:focus{
    position: relative;
    transition: .5s ease;
}
.navbar a::after{
	content: "";
  	position: absolute;
  	left: 0;
  	width: 0;
  	bottom: 0;
  	height: 2px;
  	background-color: #1375bc;
} 

.navbar a:hover::after,
.navbar .active::after{
	width:100%;
}

.navbar .active,
.header-no-bg a:hover,
.header-no-bg .navbar a:hover,
.header-no-bg .navbar a.active,
.header-no-bg a.active,
.navbar a:hover{
    color: var(--main-color) !important;
}
/* End header */

#header{
    /* z-index: 10000; */
}

/* Start home-welcome */
.home-welcome{
    padding: 70px 0;
}
.home-welcome h1{
    font-size: 43px;
    font-weight: 700;
    line-height: 134%;
}

.home-welcome p{
    font-size: 17px;
    line-height: 27px;
    color: var(--second-color);
}
/* End home-welcome */

/* Start Products */
.products{
    background-color: #ffffff;
}

.products .owl-carousel{
    padding-bottom: 70px;
}

.products .owl-carousel .owl-stage-outer{
    overflow: clip;
    overflow-x: hidden;
    padding-bottom: 52px;
}
.products .card{
    position: relative;
}
.products .card .image-container{
    height: 450px;
    overflow: hidden;
}
.page-products .card .image-container{
    height: 390px;
}
.products .card .image-container img{
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.products .card:hover .image-container img{
    transform: rotate(10deg) scale(1.2);
}
.products .card h4{
    position: absolute;
    top: 80%;
    width: 80%;
    left: 0;
    background-color: #fff;
    z-index: 1;
    font-size: 18px;
    line-height: 30px;
    box-shadow: rgba(24, 24, 24, 0.05) 20px 12px 40px 0px;
    background: white;
    padding: 55px 16px 16px 26px;
    margin: 0;
    color: var(--second-color);
    transition: all .5s ease-in-out;
    min-height: 140px;
}

.products .card:hover h4{
    background-color: var(--second-color);
    color: #fff;
}

.products .card:hover h4 a{
    color: #fff !important;
}

.products .card h4 i{
    color: var(--main-color);
    transition: all .5s ease-in-out;
    display: block;
    text-align: left;
    margin-top: 20px;
}
.products .card:hover h4 i{
    color: #fff;
    
}
.products .card p{
    display: none;
}

.products .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 20px;
}

.products .owl-theme .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    border-radius: 0;
}
.products .owl-theme .owl-dots .owl-dot.active span{
    background-color: var(--main-color);
}

.page-products .card{
    margin-bottom: 75px !important;
}
/* End Products */

/* Start Banners */
.banners-2 .icon i{
    color: var(--main-color);
}

.core-values .section-title {
    text-align: left;
    margin-bottom: 50px;
}

.core-values .section-title h1{
    color: #fff;
    font-size: 50px;
}

.core-values .section-title p{
    font-size: 18px;
    color: #eee;
}

.core-values{
    background-image: url('../../../uploads/settings/3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.core-values::after{
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 60%;
    position: absolute;
}

.core-values .container{
    position: relative;
    z-index: 1;
}

.core-values .card{
    text-align: center;
    border: 0;
    background-color: transparent;
    position: relative;   
    overflow: hidden; 
    padding: 20px 40px;
}

.core-values .card::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: all .5s ease-in-out;
    z-index: -1;
}

.core-values .card:hover::after{
    height: 100%;
}

.core-values .icon i{
    color: var(--main-color);
}

.core-values h2{
    color: #fff;
    margin: 20px 0;
}

.core-values p{
    color: #eee;
    font-size: 17px;
    line-height: 27px;
}


/* End Banners */

/* Start Page Banners */
.pages-banners a{
    width: 100%;
}
.pages-banners .card{
    box-shadow: 0 0 13px 10px #c5c5c573;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
}

.pages-banners .card::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: all .5s ease-in-out;
    background-color: var(--second-color);
}

.pages-banners .card:hover::after{
    height: 100%;
}

.pages-banners .card h2,
.pages-banners .card img{
    transition: all .5s ease-in-out;
}

.pages-banners .card:hover h2{
    color: #fff;
}

.pages-banners .card:hover img{
    border: 4px solid #fff;
    background-color: #fff;
}
/* End Page Banners */

/* Start fields-work */
.fields-work .card .image-container {
    height: 250px;
    overflow: hidden;
}
/* End fields-work */

@media (max-width: 992px){
    #header .logo{
        position: relative;
        z-index: 10000;
    }
    .navbar a::after{        
        left: 37px;
    }
    .navbar a:hover::after, .navbar .active::after{
        width: 86%;
    }

    #footer .social-links{
        margin-bottom: 20px;
    }

    #footer .copyright{
        padding-top: 10px;
        border-top: 1px solid #ccc;
    }
}
@media (max-width: 768px){

    .home-welcome h1{
        font-size: 30px;
        line-height: 130%;
        margin-top: 20px;
    }

    .banners-2{
        text-align: center;
    }

    .banners-2 .details{
        margin: 20px 0;
    }

    .core-values .section-title h1{
        font-size: 40px;
    }
    .core-values .section-title p,
    .core-values p{
        font-size: 16px;
    }

    .breadcrumbs{
        height: 350px;
    }

    .breadcrumbs h1{
        font-size: 28px;
        margin-bottom: 15px;
    }

    .fields-work .card .image-container{
        height: auto;
    }

    .products .card .image-container{
        height: 350px;
    }

    .products .card h4{
        padding: 31px 13px 11px 12px;
        min-height: 149px;
    }

    #footer .footer-logo{
        text-align: center;
    }

    #footer .social-links{
        justify-content: center;
    }
}