/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.home #stickyheaders{
    -webkit-transition: transform 0.34s ease;
    transition : transform 0.34s ease;
}
body p {
    word-spacing: -1px;
}
.pl-10 ul,.pl-10 ol {
    padding-left: 10px;
}
.home .headerup{
    transform: translateY(-90px); /*adjust this value to the height of your header*/
}
.regional-director .eael-entry-thumbnail {
    padding:20px;
}
.single-regional-directors p {
    line-height: 40px;
}
.regionalDirectorsImg img {
    border-radius: 50%;
    width: 390px;
}
h3.sidebar-title {
	color: #000;
}
.elementor-widget-sidebar .widget {
	padding:15px 0px;
}
.elementor-widget-sidebar ul {
	padding-left:20px;
}
.h-700 {
	min-height:750px;
}
.eael-lightbox-container .wpcf7-submit {
	border : 1px solid #000;
    color : #000;
}
.eael-lightbox-container .wpcf7-submit:focus {
	outline : none;
    background-color: transparent;
}
.eael-lightbox-container .ajax-loader {
	display:none;
}
.eael-lightbox-container .wpcf7-submit:hover {
	background-color : #1312C8;
    color : #fff;
}
.home-contact-form .wpcf7-submit {
	background-color: #333ccc;
    color: #fff;
    border-color: #333ccc;
    padding: 10px 50px;
    font-family: 'Gotham book';
    font-weight: 400;
}
.home-contact-form .ajax-loader {
	display:none;
}
.mb-0, .mb-0 p {
	margin-bottom: 0;
}
.text-center {
	text-align:center;
}
.text-white, .text-white a {
	color: #fff !important;
}
.text-black, .text-black a {
    color: #000 !important;
}
.text-black a:hover {
    color: #1312C8;
}

.breadcrumbs a, .breadcrumbs span.current-item, .breadcrumbs span {
	font-family: "Gotham book" ;
}
/*.breadcrumbs a:hover{
	color: #fff;
}*/
.home-contact-form .wpcf7 form.invalid .wpcf7-response-output {
	color:red;
	border-color:red;
}
.home-contact-form input[type=email], .home-contact-form input[type=text], .home-contact-form textarea {
	border-color:#333ccc;
}
.home-slider .swiper-slide-bg {
	background-position: top center;
}
.fs-60 {
    font-size: 60px;
}
.simple-button:hover {
    background: #1057ba;
    color: #FFF;
}
strong,b {
	font-weight: bold;
}
.tabPadding .elementor-tab-content {
	padding: 45px;
}

.simple-button {
	margin-top: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    color: #FFF !important;
    font-size: 16px;
    font-family: "Gotham book";
    padding: 10px 18px;
    font-weight: bold;
    line-height: 25px;
    background: #1057ba;
    border: none;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}
.round-img img {
    border-radius: 50%;
    width: 390px;
}
.round-img p a , .single-regional-directors p a {
    word-break: break-all;
}
/*slider home css*/
.home-baner .swiper-container {
     width: 100%;
     height: 100%;
}
.home-baner .swiper-slide {
     text-align: center;
     background: #fff;
    /* Center slide text vertically */
     display: flex;
     justify-content: center;
     align-items: center;
}
.home-baner .baner-text {
    position: absolute;
    text-shadow: 5px 5px 10px blue;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
    font-family: "Gotham bold";
    background-color: rgb(1 5 20 / 30%);
    padding: 15px 15px 0 15px;
    width: 70%;
    height: auto;
}
.userBanertext {
    display: none;
}
.home-baner .container-general .gallery-wrap .item:hover .userBanertext {
    display: block;
}
.home-baner span.vision-text {
    font-family: "Great VibesFont";
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
    font-size: 65px;
    line-height: 100px;
}

 .container-general {
     width: 100%;
}

.container-general .gallery-wrap {
     display: flex;
     flex-direction: row;
     width: 100%;
     height: 100vh;
}
 .container-general .gallery-wrap .item {
     flex: 1;
     height: 100%;
     background-position: center;
     background-size: cover;
     background-repeat: none;
     transition: all 0.8s ease;
     filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate(0deg);
}
 .container-general .gallery-wrap .item:hover {
     flex: 3;
}
 .container-general .gallery-wrap .item:hover {
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate(0deg);
 } 
 .wrap-effect-2 .item:hover {
     transform: translate3d(0, 0, 100px);
     box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
     filter: saturate(2) contrast(120%);
}

 .inspire {
     border: 1px solid rgba(22, 76, 167, 0.6);
     border-radius: 10px;
     cursor: pointer;
     overflow: hidden;
     position: relative;
     text-decoration: none;
     margin: 10px;
     padding: 10px;
}
 .inspire:after {
     background: #38ef7d;
     content: "";
     height: 155px;
     left: -75px;
     opacity: 0.4;
     position: absolute;
     top: -50px;
     transform: rotate(35deg);
     transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
     width: 50px;
     z-index: -10;
}
 .inspire:hover:after {
     left: 120%;
     transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.unclickable > a:hover {
  cursor: default !important;
}
.eael-entry-footer .eael-author-avatar {
    width: 13% !important;
}
.eael-entry-footer .eael-author-avatar img {
    height: auto !important;
    width: 60px !important;
}
.pastPresedentCards .profile-card {
    min-height: 500px;
}
.latestNewsSlider .swiper-slide .eael-grid-post-holder {
    overflow: hidden;
}
.latestNewsSlider .swiper-slide .eael-entry-thumbnail {
    height: 250px !important;
    width: 100%;
}
.MenuLabel > a:first-child {
    cursor: context-menu !important;
    text-decoration: none !important;   
}
.mega-sub-menu li.MenuLabel > a:first-child {
    cursor: context-menu !important;
    text-decoration: none !important;
}
.bs-web .elementor-button-content-wrapper{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-align-items :center !important;
    /*-webkit-padding-start: 0px !important;*/
    padding: 2px 2px !important;
}

@keyframes rotate {
         0% {
             transform: rotate(0deg) translate3d(0, 0, 0);
        }
         25% {
             transform: rotate(10deg) translate3d(0, 0, 0);
        }
         50% {
             transform: rotate(-10deg) translate3d(0, 0, 0);
        }
         75% {
             transform: rotate(5deg) translate3d(0, 0, 0);
        }
         100% {
             transform: rotate(0deg) translate3d(0, 0, 0);
        }
    }
@media only screen and (max-width: 1024px) {
  	.fs-60 {
    	font-size: 14px;
  	}
    .home-baner span.vision-text {
    	font-size: 30px;
    	line-height: 50px;
    }
  	.simple-button {
	  	font-size: 11px;
	  	line-height: 15px;
  	}
  	.tabPadding .elementor-tab-content {
		padding: 10px;
	}
    .home #stickyheaders{
        -webkit-transition: transform 0.34s ease;
        transition : none
    }
    .home .headerup{
        transform: none;
    }
    .breadcrumbs a {
        font-size: 12px;
    }
    .round-img img {
        width: 200px;
    }
}
@media only screen and (max-width: 768px) { 
    .container-general .gallery-wrap .item:hover {
         flex: 7;
    }
    .container-general .gallery-wrap {
        height: 50vh;
    }
    .home-baner .baner-text {
    	font-size: 14px;
    	line-height: 18px;
    }
}