/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.elementor-location-header.elementor {
    margin-bottom: 100px !important;
}
.tsc-text-blue {
	color: #0180E8 !important;
}
/* About Slider */
	.tsc-one-time-inner {
    display:flex;
    /* flex-wrap: wrap; */
}
.tsc-one-time-inner-col1 {
    flex: 0 1 50%;
}
.tsc-one-time-inner-col2 {
    flex: 0 1 50%;
}
.tsc-one-time-img {
    text-align: center;
}
.tsc-one-time-img img {
    width: 100%;
    max-width: 400px !important;
    margin: 0 auto;
}
.tsc-one-time-content h3 {
    margin-bottom: 10px;
	font-family:"Stargaze Regular" !important;
	font-size: 50px;
}
.tsc-one-time-content h4 {
    margin-top: 0;
}
.tsc-one-time-social {
    display: flex;
    gap: 20px;
}
.tsc-one-time-social a {
    height: 30px;
    width: 30px;
}
.tsc-one-time-social svg {
    fill: #d0d0d0;
}
@media screen and (max-width: 767px){
    .tsc-one-time-inner {
    flex-direction: column;
    }
}

      .slick-dots { display: none !important; }

      .custom-nav {
		    display: flex;
        text-align: center;
        margin-top: 20px;
		  margin-bottom:40px;
      }

      .custom-nav img {
        width: 60px;
        height: 60px;
        object-fit: contain;
        border-radius: 50%;
        margin: 0 10px;
        opacity: 0.5;
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .custom-nav img.active {
        opacity: 1;
        transform: scale(1.2);
      }
.read-more-btn {
  background: none !important;
  border: none;
  color: #0073e6 !important;
  font-weight: 500;
  cursor: pointer;
  padding: 4px 0;
}
.tsc-img-white {
  filter: brightness(0) invert(1) !important;
}
	
.read-more-btn:hover {
  text-decoration: underline;
}
span.read-more-btn {
    display: block !important
}
/* About Slider End */


/* new home design - CF7 */
.tsc-form-inner2,
.tsc-form-inner1 {
    display: flex;
}
.tsc-form-group input[type=submit]{
    border: 1px solid rgba(0,0,0,0) !important;
	background-color: #00315a !important;
}
/* new home design - CF7  end*/


/* homepage tabs color active */
.e-n-tab-title[aria-selected="true"] {
    background-color: #0062FA !important;
    color: #ffffff;
}

.e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
    color: #ffffff;
}