/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
@font-face {
    font-family: 'Frutiger LT Pro'; /* Give the font a name */
	src: url('../Fonts/new/LinotypeFrutigerLTProLight.otf') format('opentype');
    /* src: url('../Fonts/LinotypeFrutigerLTProBlack.otf') format('otf'); */
    font-weight: normal;
    font-style: normal;
}
html, body {width: auto!important; overflow-x: hidden!important; scroll-behavior: smooth;} 
h1,h2,h3,h4,h5,p,span,a{
	font-family: 'Frutiger LT Pro', sans-serif !important;
} 
h3{
	font-size: 18.72px !important;
}
.active{
	background-color: #223979 !important;
}
.btn-success{
	font-family: 'FrutigerLT';
	background-color:  #34AB5E;
}
.slider-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center !important;
    color: white;
    z-index: 1; /* Ensure the text is on top of the image */
}

.slider-text h1 {
    font-size: 3em;
	text-align: center !important;
    font-weight: bold;
    margin-bottom: 0.2em; 
}
.slider-text h2 {
    margin-bottom: 0.2em; 
	text-align: center !important;
}
/* Our Team */
.team_image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 25%;
	margin-right: 25%;
    max-width: 950px; /* Adjust the max width as needed */
}


.team_row {
    width: 100%;
}

.team_image-item {
    flex: 0 0 25%;
    text-align: center;
    padding: 20px; /* Adjust padding as needed */
}

.team_img {
    max-width: 100%;
    height: auto;
}
/* Till here our Team */

.image_container_body {
	padding-top:7%;
	padding-bottom: 7%;
    width: 100%; /* Make the container full width */
    max-width: 1000px; /* Set a max-width if needed */
    margin: auto; /* Center the container */
    overflow: hidden; /* Optional: to prevent overflow */
}

.responsive-img {
    width: 100%; /* Make the image take up the full width of its container */
    height: auto; /* Maintain the aspect ratio */
    display: block; /* Remove bottom space/gap */
}

.imagee {
    width: 80px; /* Make images small */
    margin-right: 10px; /* Space between images */
}

.text_end {
    margin-left: 20px; /* Add a gap between images and text */
}

/*Contact Us section*/
.contact-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

.contact-item {
    text-align: center;
    padding: 20px;
		flex: 1 1 calc(25% - 20px); 
	box-sizing: border-box; 
    margin-bottom: 20px;
}

.contact-item i {
    font-size: 24px;
    margin-bottom: 10px;
    color: #007bff;
}

.contact-item p {
    margin-bottom: 5px;
}

.contact-item span {
    font-size: 14px;
    color: #666;
}

.custom-card {
	max-width: 800px;
	padding: 10px;
	align-items: center;
	min-height: 90%;
  }
  .custom-card-left{
	min-height: 120%;
  }
  
  .card-img-left {
	max-width: 100px;
	min-height: 110%;
	height: 100%;
	margin-right: 15px;
  }

  .card-img-left2 {
	max-width: 150px;
  }
  /* About Us Section Started */
  .row {
	display: flex;
	flex-wrap: wrap;
  }
  
  .col-lg-6 {
	flex: 0 0 50%;
	/*padding: 2rem;*/
  }
  
  .vision, .mission {
	background-color: #fff; /* Adjust background color as needed */
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	text-align: center;
  }
  
  .vision {
	background-color: #223979;
	color: #fff;
  }
  
  .mission {
	background-color: #34AB5E;
	color: #fff;
  }

.grid-inner .entry-image img {
	height: 180px;
}
  
  /* About Us Section Ended */
  @media (min-width: 601px) and (max-width: 768px) {
	/* Styles for medium-sized screens */
	.image_down_md {
		margin-top: 30% !important;
	}
	    
	.clr_image_down_md { 
		margin-top: 10% !important;
	}

	.image_down_md2 { 
		margin-top: 25% !important;
	}
	.image_down_md4 {
		margin-top: 23% !important;
	}  
	.image_down_md3 {
		margin-top: 20% !important;
	}   
	.margin_top_md{
		margin-top: 10%;
	}
    .change_order_md{
        order: -1;
    }
	.image_center_medium_as {
		display: flex;
		justify-content: center;
	}
	.align_center_medium_aboutUs{
			padding-right:12%;
	}
	.change_margin_medium{
		margin-top: 0 !important;
	}
	.center_image_medium{
		position:relative;
		right: 50%;
		top: 10%;
	}
	.center_heading_medium{
		position: relative;
		right: 100%; 
	}
	.p_center_medium{
		padding-left: 30%;
	}
	.text_center_medium{
		padding-left:13%;
	}
	.align_center_medium{
		text-align: center;
	}
	.width_full_medium{
		width: 100%;
		text-align:justify;
	}	
	.show_in_lg{
		display: block; 
	}
	.show_in_sm{
		display: none;
	}
	.buttons_left_inside{
		display: block;
		display: flex;
		justify-content: center;
	}
	.buttons_left_outside{
		display: none;
	}
	/* .button_in_center2{
		margin-right: 35%;
	} */
	.imgcenter_medium{
		margin-right: 11%;
	}
	.t_25_l_20{
		top:0%; 
		left:20%; 
	}
	.change_size_md_sm{
		min-height: 75vh;
	}
	.margin_top_md{
		margin-top: 8%;
	}
    .float_left_lg_md{
        float: left;
    }
  }
  @media (width: 425px){
	.marginRight30p{
		margin-top: 1%;
		margin-right: 135px !important;
	}
  }
@media (max-width: 600px) { /* 599px <- wrong... Small  Screen */
	.contact-item {
		/* Styles for large mobile devices */
		flex: 0 0 100%; /* Ensure each item takes up 100% width */
	  }
	.change_size_md_sm{
		min-height: 60vh;
	}
	.col-lg-6 {
		flex: 0 0 100%;
	  }
	.img_center_small{
		display: flex;
		justify-content: center;
	}
	.width_less_sm{
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	.page-title-content{
		text-align: right;
	}
	.imgcenter_medium{
		/*margin-right: 11%;*/
	}
	.buttons_left_inside{
		display: flex;
		justify-content: center;
	}
	.slider-text {
		position: absolute;
		top: 60%;
		/*left: 17.5%;*/
		left: 50%;
		/*transform: translate(-10%, -50%);*/
		transform: translate(-50%, -50%);
		text-align: center;
		color: white;
		z-index: 1;
		width:100%;
	}
	.slider-text h1 {
		font-size:2.5em;
	}
	.slider-text h2 {
		font-size: 1.2em;
		font-weight: 400;
	}
	.text_small_sm{
		font-size: 5px;
	}
	.increase_margin_mb{
		margin-bottom: 6.5%;	
	}
	.half_length{
		max-width: 350px;
	}
	.w_sm_inc{
		height: 50vh;
	}
	.mr_sm{
		margin-right: 10%;
		width: 100%;
	}
	.w20_inc_sm{
		width: 50vw;
		margin-right: 23%;
	}
	
	.marginRight28p{
		margin-right: 28%;
	}
	.marginRight29p{
		margin-right: 26%;
	}
	.card {
        width: 100%;
    }

    .card-body {
        padding: 1rem;
    }

    .card-title {
        font-size: 1.2rem;
    }

    .card-text {
        font-size: 0.9rem;
    }

    .row {
        flex-wrap: wrap;
    }

    .col-md-6 {
        flex: 0 0 100%;
    }
	.contact-section {
        flex-direction: column;
    }
	.w_120_plus{
		width: 70px;
	}
	.small_fontSize{
		font-size: 75%;
	}
	.image_container_body{
		padding-right: 2%;
		padding-left: 3%;
	}
	.team_image-item {
        flex: 0 0 50%; /* 2 items per row on small screens */
		padding-right:12%;
    }
	.slider-text img{
		width: 40% !important;
	}
	/* .slider-text-small h1{
		font-size: 70% !important;
	}
	.slider-text-small img{
		width: 40% !important;
	}
	.slider-text-small h2{
		font-size: 50% !important;
	}
	.slider-text-small p{
		font-size: 30% 
	} */
	/* .slider-text h1 {
        font-size: 1.5em;
    }
	


	    /* .slider-text h2 {
        font-size: 0.9em;
    }
	.slider-text p {
        font-size: 0.5em;
    }  */
	.increaseButtonWidth2 {
	  width:25vw;
	  margin-right: 4%;
	}
	.changeHeight{
		height: 250px;
	}
	/* .increaseButtonWidth {
		height: 10vh;
	  width:30vw;
	} */
	.width10vw9vw{
		width: 20vw;
	}
	.increaseMargin{
		 margin-left: 13%; 
	}
	/* .increasePostWidth{
		width: 100vw;
	} */
	.textPostAlign{
		text-align:center;
	}
	.increaseMenuSize{
		width: 280px;
	}
	.changeFooterLogoWidth{
		width: 77%;
	}
	.changeFirstSectionSpan{
		text-align: center;
	}
	.margin5{
		margin-right: 50%;
	}
	.psMs5{
		/* margin-left: 10%; */
		padding-left: 3%;
	}	
	.btncenter{
		margin-right:30%;
	}
	/* .psMs4{
		margin-left:10%;
	} */
	.mRight{
		margin-right: 7%;
	}
	.marginRight30p{
		/*margin-right: 30%;*/
	}
	.marginRight26p{
		/*margin-right: 26%;*/
	}
	.marginRight23p{
		margin-right: 12%;
	}
	.paddingEnd0{
		padding-left: 0px;
	}
	/* .padding010{
		padding-right: 0;
		 padding-top: 4%; 
		 padding-left: 4%;
	} */
	.mr_sm_35p{
		margin-right: 35%;
	}
	.w_sm_100{
		width: 100%;
	}
	.text_align_center_sm{ 
		text-align:center;
	}
	.w_100_75{
		width: 100%;
	}
	.t_25_l_20{
		top:12%; 
		left:45%;
	}
	.t_30_l_20{
		top:12%; 
		left:45%;
	}
	.new_t_25_l_20{
		top:12%; 
		left:45%;
	}
	.increase_left{
		left: 27%;
		margin-bottom: 10%;;
	}
	.margin_right_sm_10{
		margin-right: 10%;
	}
	.post_heading_center{
		margin-right: 12%;
		 text-align:center;
	}
	.post_button_center{
		margin-right: 40%;
	}
	.post_image_center{
		margin-right: 40%;
	}
	.cemter_text_sm{
		text-align: left;
	}
	.hightincrease{
		height: 47vh;
	}
	.increasePaddingsm{
		padding-right: 21%;
	}
	.marginRight25p{
		margin-right: 25%;
	}
	.padding_right_sm{
		padding-right: 8%;	
	}
	.ms_sm{
		margin-right: 23%;
		position: inherit;
	}
	.me_sm{
		margin-left: 35%;
	}
	.me_sm_green{
		margin-right: 165%;
	}
	.me_sm_green2{
		margin-right: 155%;
		width: 120%;
	}
	.me_sm_green2p{
		margin-right: 110%;
		width: 200%;
	}
	.me2_sm{
		margin-left: 25%;
	}
	.increaseButtonWidth3{
		height: 10vh;
		width:50vw;
	}
	.p_right_sm{
		padding-left: 35%;
	}
	.me2_sm2{
		margin-left: 20%;
	}
	.buttons_left_outside{
		display: none;
	}
	.button_in_center{
		margin-right: 35%;
	}
	.button_in_center2{
		/*margin-right: 30%;*/
	}
	.change_order_sm{
		order: -1;
	}
	.show_in_lg{
		display: none;
	}
	.show_in_sm{
		display: block;
	}
	.pad_left_sm{
		/* padding-top: 4%;
		padding-left: 10%; */
		/* background-color: rebeccapurple;	 */
	}
	.center_button{
		display: flex;
		justify-content: center;
	}
	.text_justify_center{
		text-align: center;
	}
  }
  @media (min-width: 769px) { /* 600px Large Screen */
	.text_justify_center{
		text-align: justify;
	}
	.padding_inc_lg{
		padding-top: 6%; padding-left:16%; 
	}
	.dec_max_width_lg{
		max-width: 288px;
	}
	.change_pos_lg{
		position: relative;
		left: 10%;
	}
	.half_length{
		max-width: 350px;
	}
	.change_pos_lg_eye{
		position: relative;
		right: 2%;  /* dynamically calculate 2% */
   		 bottom: 7%; ; /*7%*/
	}
	.change_pos_lg{
		padding-left: 9%;
	}
	.pad_left_sm{
		padding-top: 4%;
		 padding-right: 4%
	}
	.show_in_lg{
		display: block; 
	}
	.show_in_sm{
		display: none;
	}
	.change_order_sm{
		order: 1; 
	}
	.buttons_left_inside{
		display: none;
	}
	.me_sm_green{
		margin-right: 10px;
	}
	.w_sm_inc{
		height: 25vh;
	}
	.w20_inc_sm{
		width: 20vw;
	}
	.h_w_lg{
		height: 5%;
		width: 50%;
	}
	.padding_lg{
		padding-left: 8%;
	}
	.inc_width_bg_padding_bg{
		width: 80%;
	}
	.w_120_plus{
		width: 120px;
	}
	.width_75{
		width: 85%;
	}
	.hightincrease{
		height: 30vh;
	}
	.increasePadding{
		padding-right: 28%;
	}
	.w_70_lg{
		width:70%;
	}
	.team_image-item {
        flex: 0 0 25%; /* 4 items per row on small screens */
    }
	.padding_top_bottom_increase_lg{
		padding-top: 10%;
		padding-bottom: 13%;
	}
	.increase_left{
		left: 10%;
	}
	.t_25_l_20{
		top:10%; 
		left:20%;
	}
	.t_30_l_20{
		top:30%; 
		left:20%;
	}
	.new_t_25_l_20{
		bottom:60%; 
		left:20%;
	}
	.w_100_75{
		width: 75%;
	}
	.padding010{
		padding-right: 10%;
		padding-top: 4%; 
		padding-left: 4%;
	}
	.increaseButtonWidth {
		height: 6vh;
		width: 14vw;
	}
	.increaseButtonWidth3 {
		height: 6vh;
		width: 14vw;
	}
	.width10vw9vw{
		width: 9vw;
	}
	/*.increasePostWidth{
		width: 66vw;
	}*/
	.textPostAlign{
		text-align:right;
	}
	.changeFooterTextWidth{
		width: 93%;
	}
	.changeFirstSectionSpan{
		width: 50%;
	}
	.increaseButtonWidth2 {
		width:25%;
	  }
	  .lg_margin_top_inc{
		z-index: 1;
		 margin-top: -9%;
	  }
	.increase_mt_lg{
		z-index:1; margin-top: -2%;
	}
	/* .increase_mt_lg_2{
		margin-top: -8%; z-index: 1;
	} */	
	.margin_top_16{
		margin-top: -16%
	}
	.margin_top_8{
		margin-top: -5%
	}
	.change_size_md_sm{
		min-height: 75vh;
	}
  }
  @media (max-width: 768px){
	.related-post-image {
		width: 100%;
	}
	.related-post-text {
		width: 100%;
	}
    .float_left_lg_md{
        float: left;
    }
  }