h1.entry-title, .footer-nav-widgets-wrapper, .featured-media{
	display: none !important;
}
.rank-math-breadcrumb{
	padding: 25px 125px;
	font-size: 16px;
	font-weight: 600;
	font-family: Open sans;
}
.rank-math-breadcrumb p a{
	color: #0070bb !important;
	font-weight: 600;
	font-size: 16px;
	font-family: Open sans;
}
.rank-math-breadcrumb .separator{
	color: #000;
	font-weight: 800;
}
.headng{
	color: #0070bb;
	padding-bottom: 20px;
    font-size: 32px;
	font-weight: 700;
	    font-family: "Montserral";
	
}
.main_headng{
	color: #000;
	font-weight: 900;
/* 	padding-left: 90px; */
	font-size: 40px;
	    font-family: "Montserral";
}
.elementor-widget-container h3{
	color: #002f54 !important;
	font-weight: 700;
	font-size: 24px;
	font-family: "Montserral";
	padding:20px 0;
}
.elementor-widget-container h4{
	color: #002f54;
	font-weight: 700;
	font-family: "Montserral";
}
.elementor-widget-container h5{
	color: #fff !important;
    font-weight: 600;
/*     display: inline-block; */
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 20px 0;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #002f54;
    font-family: "Montserral";

}
.elementor-widget-container h6{
	color: #fff !important;
	font-weight: 600;
	font-family: "Montserral";
}
.view-btn{
 	position: relative;
/*     padding: 16px 26px 14px; */
    border-radius: 16px !important;
    font-weight: 700;
    border: solid;
    font-size: 16px;
    border-color: white;
    display: inline-block;
    color: #fff; 
    background-color: #002f54;
}
.elementor-widget-container ul li{
	list-style-type: none;
	padding-bottom: 10px;
    margin-left: 1em;
    list-style-position: outside;
    text-indent: -25px;
	padding-left: 15px;
	color: #000;
	font-size: 16px;
	font-family: Open sans;
	display: block;
}
.elementor-widget-container ul li:before{
	 content: "\f0a9" !important;
    font-family: FontAwesome;
    padding-right: 10px;
    color: #0070bb;
	font-size: 16px;
}
.elementor-widget-container p{
	color: #000;
	font-size: 16px;
	font-family: Open sans;
}
.learn_btn{
	width: 100%;
	font-size: 16px;
	font-family: Open sans;
}
.tabl_bg{
	background-color:  #0070bb;
	padding-top: 15px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	font-size: 16px;
	font-family: Open sans;
}
.tabl_bg_1{
	background-color:  #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	font-size: 16px;
	font-family: Open sans;
}
.grid_box{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin: 10px;
	background-color: #fff;
}
.black_heading{
	color: #000 !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	font-family: "Montserral";
}
.table-bordered td, .table-bordered th {
    border: 1px solid #0070bb !important;
	font-size: 16px;
	font-family: Open sans;	
}
/* contact-form */
.wpcf7-form label{
	color: #000;
	font-weight:600;
	font-size: 18px;
	padding-bottom: 25px;
} 
.wpcf7-form .wpcf7-form-control{
    background: #E6E6E6;
    font-size: 16px;
/*     text-align: center; */
    letter-spacing: 1px;
    height: 40px;
    padding: 6px 30px;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    border-top: 4px solid #0070bb;
    border-left: 4px solid #0070bb;
}
.wpcf7-form .wpcf7-form-control:focus{ box-shadow: none; }
.wpcf7-form .wpcf7-form-control::placeholder{ color: #6C6C6C; }
.wpcf7-form .wpcf7-submit{
    color: #fff;
    background-color: #0070bb;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
/*     width: 100%; */
    padding: 6px 10px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 -3px 0 rgba(0,0,0,0.1) inset;
    display: block;
    transition: all 0.3s ease 0s;
}
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus{
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1) inset,0 0 10px rgba(0,0,0,0.1);
}
@media(max-width:480px){
	.wpcf7-form .wpcf7-form-control{
		width:95% !important;
	}
	.headng{
		text-align: center;
	}
}



.table-bordered td, .table-bordered th {
    border: 1px solid #000 !important;
}
table {
	width: 100%;
}
table tr td {
	color:#000 !important;
	border: 1px solid #0066cc !important;
    padding: 6px;
}
.elementor-widget-text-editor table tr td p{
	color:#000 !important;
}
table tr td strong{
	color:#000 !important;
}

@media (max-width: 900px){
.elementor-widget-container table {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: block;
    width: 100%;
    margin:0px !important;
    padding: 0 0 15px 0;
    overflow: auto;
    overflow-x: scroll;
}
}