/*
Theme Name: Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.1.1
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Child Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
template: divi
*/
a {
    text-decoration: none !important;
}
body, p, a {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    line-height: 20px !important;
	font-weight: 400 !important;
}
.site_btn {
    border: 1px solid #0C1420;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    background-color: #0C1420;
    display: inline-block;
    transition: all 0.5s;
}
.site_btn:hover {
    border: 1px solid #0C1420;
    color: #0C1420;
    background-color: #fff;
}
.border_btn {
    border: 1px solid #0C1420;
    padding: 10px 20px;
    border-radius: 20px;
    color: #0C1420;
    font-size: 14px;
    background-color: transparent;
    display: inline-block;
}
.white_btn {
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 20px;
    color: #0C1420;
    font-size: 14px;
    background-color: #fff;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1120px;
}
.white_text {
    color: #fff;
}
h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
}
h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    text-transform: capitalize;
}
.underline_text {
    text-decoration-line: underline;
}

header {
    background-color: #0C1420 !important;
}
header .logo_container img {
    width: 200px !important;
}
header #et-top-navigation {
    padding: 20px 0px !important;
}
header #top-menu li {
    display: inline-block;
    font-size: 0px;
    padding: 0px !important;
}
header #top-menu a {
    color: #fff;
    padding: 10px 23px !important;
    font-size: 14px;
}
header #top-menu a:hover, header #top-menu li.current-menu-item a {
    opacity: 1 !important;
    color: #fff !important;
}
header #top-menu li.white_btn a {
    border: 1px solid #fff;
    padding: 10px 20px !important;
    border-radius: 20px;
    color: #0C1420;
    font-size: 14px;
    background-color: #fff;
}
header #top-menu li.border_btn a {
    margin-right: 6px;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px !important;
    border-radius: 20px;
    font-size: 14px;
	margin-left: 20px
}

#main-footer {
    padding-top: 120px;
    padding-bottom: 50px;
    position: relative;
    background-color: #fff;
    margin-top: 50px;
	overflow: hidden;
}
#main-footer::before {
	content: "";
	width: 200%;
	height: 0;
	padding-top: 70%;
	border-radius: 100%;
	background: #0C1420;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
}
#main-footer .container, #footer-bottom .container {
    max-width: 100%;
    width: 90% !important;
}
#footer-widgets .footer-widget li {
    padding-left: 0px;
}
#footer-widgets .footer-widget li:before {
    display:none;
}
#footer-widgets .footer-widget:first-child, #footer-widgets .footer-widget:last-child {
    width: 33.333% !important;
    margin: 0px;
    padding: 0px 15px;
}
#footer-widgets .footer-widget:nth-child(2), #footer-widgets .footer-widget:nth-child(3) {
    width: 16.66666667%;
    margin: 0px;
    padding: 0px 15px;
}
#footer-widgets {
    padding: 0px;
}
.footer_content img {
    width: 200px;
    margin-bottom: 20px;
}
.footer-widget h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.footer_contact {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_contact li {
    margin-bottom: 20px !important;
    padding-left: 30px  !important;
    position: relative !important;
}
.footer_contact li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 15px;
}

#footer-bottom {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
	background-color: #0C1420;
}
#footer-bottom a, #footer-bottom p {
	color: #fff;
}
#footer-bottom .row {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}
#footer-bottom .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
    padding: 0px 15px;
}
#footer-bottom .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0px 15px;
}
#footer-bottom .footer_sm {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
#footer-bottom .footer_sm li {
    margin-right: 8px;
}
#footer-bottom .footer_sm li i {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
}
#footer-bottom .copyright_text {
    margin-bottom: 0;
    text-align: center;
}
#footer-bottom .bottom_links {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
	justify-content: end;
}
#footer-bottom .bottom_links li {
    margin-left: 40px;
}
.blog_list .et_pb_blog_grid h2 {
    font-size: 18px;
    line-height: 30px;
}
.blog_list .entry-title a {
    font-size: 22px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
}
.blog_list .column.size-1of3 {
    margin-right: 2% !important;
    width: 32% !important;
}
.blog_list .column.size-1of3:last-child {
    margin-right: 0px !important;
}


@media (max-width: 480px) {
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
		padding-bottom: 0px;
	}
	.mobile_menu_bar:before {
		color: #fff;
	}
	header #et-top-navigation {
		padding: 14px 0px !important;
	}
	header .et_mobile_menu {
		padding: 10px 10px;
		background: #0c1420;
		border-top: none;
		top: 63px;
	}
	.et_mobile_menu li a {
		color: #fff;
	}
	header .et_mobile_menu li {
		display: block;
		padding: 0px;
		width: 100%;
	}
	header .et_mobile_menu li.white_btn a {
		color: #000;
		display: inline-block;
	}
	
	#main-footer {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 0;
	}
	#main-footer::before {
		content: "";
		width: 100%;
		padding-top: 0;
		border-radius: 0;
		left: 0;
		transform: translateX(0%);
		height: 100%;
	}
	#footer-widgets .footer-widget:first-child, #footer-widgets .footer-widget:last-child {
		width: 100% !important;
	}
	#footer-bottom .col-md-3 {
		width: 100%;
		justify-content: center;
		display: flex;
	}
	#footer-bottom .col-md-6 {
		width: 100%;
	}
	#footer-bottom .copyright_text {
		padding: 30px 0px 20px;
	}
	#footer-bottom .bottom_links li {
		margin-left: 0px;
	}
}