/*
Theme Name: Divi Child 
Description: Divi Child Theme
Template: Divi
Author:  Kevin Price 
Author URI: http://livingsimplicity.net
Version: 1.0.0
*/

@import url("../Divi/style.css");

.main-slider .et_pb_slide_content {
	padding: 0 !important;
	background-color: transparent !important;
}
.main-slider h1 {
	font-size: 64px;
	line-height: 68px;
	font-weight: 900;
}
.main-slider h1 span {
	font-size: 26px;
	display: block;
	font-weight: 600;
}
.main-slider .et_pb_slide_title::after {
    content: '';
    width: 65px;
    height: 7px;
    display: block;
    background: #0AA1EC;
    margin-top: 10px;
}
.main-slider .et_pb_button:hover {
	background-color: #000 !important;
}
.box-button {
	border-radius: 0 0 10px 10px !important;
    margin: 15px -15px 0 -15px !important;
	line-height: 24px !important; 
	display: flex !important;
    justify-content: flex-end;
    align-items: center;
}
body #page-container .et_pb_button_0.box-button::after {
	font-size: 24px !important;
}
.bottom-line::after {
	content: '';
    width: 65px;
    height: 7px;
    display: block;
    background: #0AA1EC;
    margin: 0 auto;
}
.video-box .vjs-big-play-button {
	background: url(https://celsiainc.com/wp-content/uploads/2023/04/play.png) no-repeat center center;
	background-size: 50px 50px;
}
.et_pb_slide_content a {
    border: 2px solid #0AA1EC;
    color: #fff;
    padding: 13px 43px;
    display: inline-block;
	margin-right: 10px;
}
.et_pb_slide_content a:hover {
	border: 2px solid #333;
}
.et_pb_slide_content a.btn2 {
    background: #0AA1EC;
}
.et_pb_slide_content a.btn2:hover {
    background: #333;
}

/* Elementor CSS */
.main-title .elementor-heading-title {
	color: #fff !important;
}
.main-title .elementor-heading-title span {
    display: block;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 20px;
}
.main-title .elementor-heading-title span::after {
    display: block;
    content: '';
	width: 65px;
	height: 7px;
	margin-top: 15px;
	background: #0AA1EC;
}
#home-slide .elementor-swiper-button {
	z-index: 10 !important;
}
.double-title span {
	color: #0E6CC2;
    font-size: 18px;
    font-weight: 600;
	display: block;
}
#blog-dots .swiper-container {
	padding-left: 15px;
	padding-right: 15px;
}
span.headg {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 24px;
    display: block;
}
#blog-dots span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 45px;
    height: 15px;
    border-radius: 10px;
}
#home-slide .elementor-slide-heading:after {
    border-bottom: solid 7px #0AA1EC;
    width: 78px;
    content: "";
    display: block;
}
table {
    max-width: 100% !important;
    margin: auto!important;
}
.tablepress th,.tablepress td{
    text-align: center !important;
}

#tablepress-1 > thead > tr > th{
    color:#fff;
}
#tablepress-1 > thead > tr > th.column-1,#tablepress-1 > thead > tr > th.column-3,#tablepress-1 > thead > tr > th.column-5,#tablepress-1 > thead > tr > th.column-7{
    background:#084277;
}
#tablepress-1 > thead > tr > th.column-2,#tablepress-1 > thead > tr > th.column-4,#tablepress-1 > thead > tr > th.column-6,#tablepress-1 > thead > tr > th.column-8{
    background:#0AA1EC;
}

.tablepress>:where(tbody)>.even>* {
    background:#D6F2FF !important;
    border:1px solid #C1C1C1;
    vertical-align: middle;
}

.tablepress>:where(tbody)>.odd>* {
    border:1px solid #C1C1C1;
    vertical-align: middle;
}
.img-round img {
	border-radius: 10px 10px 0 0;
}
.flex .elementor-icon-wrapper {
	display: flex;
}