/*
	Template Name 	: Dfolio - Multipurpose Responsive Bootstrap HTML Template
	Author			: LEARNWPTECH
	Template URI	: https://dfolio.wpcoderpro.com
	Created Date	: 01-04-2020
	Last Update		: 01-04-2020

---======================================================---

TABLE OF CONTENT

---======================================================---
1. General Styles
2. Header Styles
3. Slider Styles
4. About Styles
5. Service Styles
6. Facilities Styles
7. Blog Styles
8. Projects Styles
9. Widgets Styles
10. Footer Styles


*/

/* General Styles */
.dalwa {
	text-indent: 10px;
}
body{
	margin: 0;
	color: #222222;
	background-color: #f8f8f8;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
}
p {
	text-align: justify;
	/* line-height: 1.75; */
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #222222;
	display: inline-block;
	transition: .3s;
	font-size: 14px;
}
h2, h3, .sidebar-widget .widget-title h5, .card-title, .widget-content .media-body h6, .card-title a{
	color: #2f3e7e !important;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem 0rem;
}
.card-title{
	color: #2f3e7e !important;
}
.card {
	padding: 0px 20px;
}
.widget-content .media-body h6 {
    color: #2c429c !important;
}
.footer .widget-content .media-body h6 {
    color: #20c2d9 !important;
}
a:hover {
	text-decoration: none;
	color: #222222;
}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, label:focus, .btn:active, .btn.active{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
.active {
	color: #20c2d9 !important;
}
.preloader {
	width: 100%;
	height: 100%;
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.preloader img {
	background: #ffffff;
	position: fixed;
	top: 45%;
	left: 45%;
	z-index: 99999;
}
.overlay {
	position: relative;
	z-index: 1;
}
.overlay:after {
	content: "";
	/* background: #000 none repeat scroll 0 0; */
	opacity: .5;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.slide-content .text-light {
    color: #040404!important;
}
.site-logo a img {
	width: 110px;
	height: auto;
}
.btn, .btn:hover {
	border: 1px solid transparent;
	border-radius: 20px;
	padding: 6px 20px;
	font-size: 1rem;
}
.title h2 {
	font-size: 3rem;
}
.separator {
	width: 8%;
	height: 5px;
}
.description p {
	font-size: 15px;
	width: 60%;
}
.page-bg {
	background: #222222 url("img/page-bg.jpg") no-repeat center;
	padding: 150px 0;
	text-align: center;
	color: #fff !important;
	background-size: cover !important;
}
.about-bg {
	background: #222222 url("img/slider/about_us.jpg") no-repeat center;
}
.services-bg {
	background: #222222 url("img/slider/services.jpg") no-repeat center;
}
.publishing-bg {
	background: #222222 url("img/slider/publishing.jpg") no-repeat center;
}
.transulation-bg {
	background: #222222 url("img/slider/transulation.jpg") no-repeat center;
}
.graphic-bg {
	background: #222222 url("img/slider/graphic.jpg") no-repeat center;
}
.e-learning-bg {
	background: #222222 url("img/slider/e-learning.jpg") no-repeat center;
}
.financial-bg {
	background: #222222 url("img/slider/financial.jpg") no-repeat center;
}
.health-care-bg {
	background: #222222 url("img/slider/health-care.jpg") no-repeat center;
}
.advantages-bg {
	background: #222222 url("img/slider/advantages.jpg") no-repeat center;
}
.contact-bg {
	background: #222222 url("img/slider/contact.jpg") no-repeat center;
}
.btn-primary{
	color: #fff !important;
}
.breadcrumb {
	background: transparent;
}
.breadcrumb-item {
	font-weight: bold;
	transition: .3s;
}
.breadcrumb-item a:hover {
	color: #20c2d9;
}
/* Header Styles */
.header-social ul li, .footer-social ul li {
	display: inline-block;
}
.header-social ul li a, .footer-social ul li a {
	vertical-align: middle;
	font-size: 18px;
	color: #ffffff;
}
.header-social ul li a:hover, .footer-social ul li a:hover {
	color: #f8f8f8;
}
#site_nav .navbar-nav li a:hover {
	color: #20c2d9;
}
.header-social ul li a:after {
	clear: both;
	content: "|";
	margin: 0 5px;
}
.header-social ul li:last-child a:after{
	content: '';
	clear: inherit;
}
.nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background: #ffffff;
	animation: .5s slideInDown both;
}
.navbar-nav .has-sub {
	position: relative;
}
.navbar-nav .has-sub > a:after {
	content: '\ea99';
	display: inline-block;
	margin-left: 5px;
	font-family: Icofont;
	font-size: 16px;
}


@-webkit-keyframes navAnimation {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes navAnimation {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.navAnimation {
  -webkit-animation-name: navAnimation;
  animation-name: navAnimation;
}

.navbar-nav .has-sub .submenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	background: #ffffff;
	min-width: 300px;
	animation: .5s navAnimation ease;
	display: none;
}
.navbar-nav .has-sub:hover .submenu {
	display: block;
}
.scrolltop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
	display: none;
}
.scrolltop a {
    display: block;
    padding: 0 14px;
    background-color: #20c2d9;
    color: #ffffff;
    font-size: 25px;
    transition: .3s;
    border-radius: 20px;
    scroll-behavior: smooth;
}
.scrolltop a:hover {
	background-color: #ffffff;
	color: #2f3e7e;
}
#site_nav .navbar-nav li a {
	color: #222222;
	font-size: 15px;
	text-transform: uppercase;
	padding: 5px 10px;
	margin: 0 5px;
	font-family: Roboto;
	font-weight: bold;
}
#site_nav .navbar-nav > li > a {
	padding: 20px 10px;
}
/* Slider Styles */

.owl-carousel {
	position: relative;
}
.slide1 {
	background-image: url('img/slider/1.jpg');
}
.slide2 {
	background-image: url('img/slider/2.jpg');
}
.slide3 {
	background-image: url('img/slider/3.jpg');
}
.slide-item {
	padding: 150px 0;
	/* background-position: center; */
	background-size: cover;
	background-repeat: no-repeat;
}
.home-slider .owl-nav {
	position: absolute;
	bottom: 0;
	left: 45%;
	z-index: 1000;
}
.home-slider .owl-nav button i {
	font-size: 25px;
	color: #fff;
}

/* Services Styles */
.service-item {
	transition: .5s;
	border-radius: 5px;
}
.service-icon i, .service-icon1 i, .service-icon2 i, .service-icon3 i, .service-icon4 i, .service-icon5 i, .service-icon6 i {
	font-size: 40px;
	border-radius: 50%;
	display: inline-block;
	padding: 10px;
	color: #fff;
    background-color: #2f3e7e;
    border: 1px solid #2f3e7e!important;
}
/* .service-item:hover {
	background: #20c2d9;
	color: #ffffff;
	border-color: transparent !important;
}
.service-item:hover .service-icon i{
	background: #ffffff;
	border-color: transparent !important;
	color: #20c2d9;
} */

/* Facilities Styles */

.site-list ul li {
	font-weight: bold;
}
.site-list ul li:before {
	content: '\ea8c';
	font-family: Icofont;
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	color: #20c2d9;
}

/* Blog Styles */
.post-thumb a img {
	transition: .5s;
}
h5.card-title a {
	font-size: 1.2rem;
}
.card:hover .post-thumb a img {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.comments img {
	width: 64px;
	height: 64px;
}
.reply {
	border: 1px solid #222222;
	padding: 3px 5px;
}
/* Projects Styles */
.project-nav ul li {
	border: 1px solid #20c2d9;
	padding: 5px 15px;
	font-weight: bold;
	cursor: pointer;
	transition: .3s;
}
.project-nav ul li:hover {
	background: #20c2d9;
	color: #ffffff;
}
.projects-items a .card-title{
	transition: .3s;
}
.projects-items a:hover .card-title{
	color: #20c2d9;
}
.mixitup-control-active {
	background-color: #20c2d9 !important;
	color: #ffffff;
}

/* Widgets Styles */

.footer-widget .widget-content ul li a {
	color: #ffffff;
	padding: 3px 0;
}
.sidebar-widget .widget-content ul li a {
	border-bottom: 1px solid #222222;
	display: block;
	padding: 8px 5px;
	font-size: 16px;
	line-height: 29px;
}
.sidebar-widget .widget-content .media-body h6, .sidebar-widget .widget-content .media-text {
	color: #222222;
	transition: .3s;
}
.sidebar-widget .widget-content .media-body h6 {
	text-transform: uppercase;
}
.footer-widget .widget-content .media-body h6, .footer-widget .widget-content .media-text {
	color: #ffffff;
	transition: .3s;
}
.footer-widget .widget-content .media-text, .sidebar-widget .widget-content .media-text {
	font-size: 15px;
}
.widget-content .tags li a {
	border: 1px solid #ffffff;
	padding: 0 10px !important;
	margin-bottom: 5px;
	transition: .3s;
}
.sidebar-widget .widget-content .tags li a, .sidebar-widget .widget-content ul li a:hover {
	border-color: #20c2d9;
}
.sidebar-widget .widget-content .tags li a:hover, .reply:hover {
	border-color: #20c2d9;
	background: #20c2d9;
	color: #ffffff;
}
.widget-content ul li a:hover, .widget-content .media-body h6:hover {
	color: #20c2d9;
}
.widget-content .tags li a:hover {
	background: #ffffff;
	color: #20c2d9;
}
.footer-social ul li a {
	border: 1px solid #ffffff;
	padding: 0 8px;
	margin: 0 5px;
}
.footer-social ul li a:hover {
	background: #20c2d9;
	border-color: #20c2d9;
	color: #ffffff;
}
.sidebar-widget .widget-title h5 {
	color: #222222;
}
.sidebar-widget .widget-title .separator {
	background-color: #2f3e7e;
}
.footer-widget .widget-title h5 {
	color: #ffffff;
}
.footer-widget .widget-title .separator {
	background-color: #ffffff;
}

/* Footer Styles */
.copyright {
	background: #222222;
}
.copyright-text a {
	transition: .3s;
}
.copyright-text a:hover {
	color: #20c2d9 !important;
}
.icon i {
	display: inline-block;
	/* margin-top: 0.8rem; */
	margin-right: 0.8rem;
	font-size: 25px;
	color: #20c2d9;
}
.google-map iframe {
	width: 100%;
	height: 500px;
	margin-top: 2rem;
}
.feature-icon {
	width: 50px;
    height: 50px;
    border-radius: 120px;
    font-size: 27px;
    text-align: center;
    line-height: 47px;
	/* margin: 0 auto 40px auto; */
	float: left;
}
.pdl120 {
    padding-left: 100px;
    padding-top: 10px;
}
.bg-primary-light {
	background-color: #e0efff;
}
.text-primary {
    color: #15549a !important;
}
.bg-info-light {
    background-color: #dcf1ff;
}
.bg-danger-light {
    background-color: #ffcece;
}
.bg-gold-light {
    background-color: #f2f3b1;
}
.bg-success-light {
    background-color: #d4ffe0;
}
.bg-warning-light {
    background-color: #ffe9ca;
}
.bg-default-light {
    background-color: #ffdced;
}
.text-default {
    color: #f51f8a !important;
}
.text-warning {
    color: #ffc107!important;
}
.text-gold {
	color: #bbbb05!important;
}
.service-icon1 i{
	background-color: #ffd600;
    border: 1px solid #ffd600!important;
}
.service-icon2 i{
	background-color: #01c853;
    border: 1px solid #01c853!important;
}
.service-icon3 i{
	background-color: #ff1844;
    border: 1px solid #ff1844!important;
}
.service-icon4 i{
	background-color: #00b8d4;
    border: 1px solid #00b8d4!important;
}
.service-icon5 i{
	background-color: #ff6d00;
    border: 1px solid #ff6d00!important;
}
.service-icon6 i{
	background-color: #4088b5;
    border: 1px solid #4088b5!important;
}
.service-title {
	margin: 10px;
}
.service-title h5 {
	margin-top: .5rem;
}
section{
	margin-bottom: 20px;
}
.bg-primary {
    background-color: #2f3e7e!important;
}
.bg-dark {
    background-color: #1f284e!important;
}
.copyright {
    background: #1f2438;
}
.feature-icon-home {
	width: 120px;
    height: 120px;
    border-radius: 120px;
    font-size: 40px;
    text-align: center;
    line-height: 120px;
	/* margin: 0 auto 40px auto; */
	float: left;
}
.bg-primary {
    background-color: #20c2d9!important;
}
header .bg-primary {
    background-color: #2f3e7e!important;
}
.card-body .media-body a{
	color: #2f3e7e !important;
}
/* [class*=" icofont-"], [class^=icofont-]{
	font-weight: bold;
} */
.sidebar-widget {
	margin-left: 20px;
}