﻿*{
	margin:0;
	padding:0;
}
body{
	background:#FFFFFF;
	font-family: 'Open Sans', sans-serif;
}
:root{
	--baseColor: #1a4695;
	--lightColor: #FFFFFF;
	--darkColor: #5f9c35;
	--baseFont: 'Open Sans', sans-serif;
}

/* ========== Custom CSS Starts ========== */
h1{
	font-size: .8em;
    position: fixed;
    top: 1%;
    left: 1%;
    z-index: 1000;
    }	
h5 {
    color: #95d2f1;
}
/* ===== CSS For "Common Cases" Starts Here ===== */
.grid_item{
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
	align-content: center;
}
/* ============================== */
.clickable_link a{
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    padding: 15px;
    border-radius: 50px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #28a3df;
    letter-spacing: 2px;
    }
.clickable_link a:hover{
	color: #fff;
	background: #1a4695;
}
/* ===== CSS For "Common Cases" Ends Here ===== */
a{
	text-decoration:none;
}

/* ============================== */
/* ============================== */
/* ============================== */
section.sub {
    margin-top: 90px;
}

/* ===== CSS For "HeaderHeader" Starts Here ===== */
.header_wrap{
	background: #fff;
	padding: 15px 0px;
	position: fixed;
    width: 100%;
    z-index: 199;
    border-bottom: 1px solid #1a4695;
    box-shadow: 0 0 15px #d2bdb2;
    transition: 3s ease;
    top: 0;
}

.header{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 15px;
}
.header .bar_icon{
	text-align: right;
}
.header .header_logo{
	text-align: center;
}
.header .header_logo img{
	max-width: 222px;
}
.header .phone_number a{
	color: #1a4695;
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 20px;
	text-decoration: none;
}
.header .phone_number a i{
	margin-right: 5px;
}
#menu{
    position: absolute;
    top: 40px;
    right: 15%;
    font-size: 1.5em;
    display: block;
    background: #1a4695;
    color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    }
#menu ul,.menu1 ul {
    list-style: none;
}
.menu1 {
    display: none;
	padding: 1% 0;
    width: 100%;
    float: none;
    clear: left;
        }
span.menux {
	display: none;
}
nav{
    width: 100%;
}
nav li {
	float: right;
    padding: .5% 1%;
    margin: 0 4px;
    max-width: 19%;
    overflow: hidden;
    background: #2080af;
    text-align: center;
    min-height: 100px;
    border-radius: 8px;
    }
nav li li {
    max-width: 90% !important;
    width: 90% !important;
    font-size: .8em;
    min-height: auto;
    }
.categories img {
    height: 86px;
    width: 25%;
    float: right;
    border-radius: 13px;
   }
#catgs img {
    width: 97%;
    height: 175px;
}
a{
	cursor:pointer;
}
.nmbr1{
	display:none;
}

.wtsap{
	position: fixed;
    left: 37px;
    bottom: 103px;
    background: #28a3df87;
    padding: 6px 7px;
    width: 202px;
    z-index: 999;
    text-align: center;
    border-radius: 36px;
    text-shadow: 1px 1px #000;
    box-shadow: 0px 0px 9px #1a4695;
            }
 .wtsap img {
    height: 50px;
}   
 .wtsap a {
    color: #fff;
    font-weight:bold;
    text-shadow: 1px 1px 2px #000;
}   
nav a {
    white-space: nowrap;
    font-size: 1.2em;
    text-decoration: none;
    color:#fff;
    }
nav li li span {
    display: inline-block;
    margin-top: 8.5%;
    float: right;
    margin-right: 7%;
}
nav a:hover {
    transition: .3s ease;
    color: #b5f1ff;
    }
nav h3 {
    font-size: 2em;
}
h3 a {
    color: #094a97;
    font-weight: bold;
}
.prod img {
    float: none;
    width: 97%;
    height: 210px;
    border: solid 1px #c3c3c3;
    }
.categories .prod p {
    height: auto;
    overflow: hidden;
    border-bottom: none;
}
.slide_texts h2 a {
    color: ##bce4f5;
}
/* ===== CSS For "Header" Ends Here ===== */


/* ========catalog page====================== */
.boxes_section ul.categories {
    list-style: none;
    display: inline-block;
    margin-top: 3%;
    text-align: center;
}
.boxes_section ul.categories li{
    float: right;
    width: 24%;
    margin: .5%;
    text-align: center;
    padding: 1%;
    background: #fff;
    border: solid 1px #fff;
   }
 li.prod{

   }
.categories p {
    margin: 2% 0;
    padding: .5%;
    height: 53%;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    color: #565656;
    }
.prc {
	padding: 1% 7%;
    text-align: right;
    font-style: italic;
   }
.categories .clickable_link {
}
.categories .clickable_link a {
    padding: 1% 25%;
    transition: all .5s ease-in;
    border: solid 1px #e4e4e4;
    margin-top: 3%;
    }
.prod h3, #catgs h3 {
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
}
li.prod:hover {
    transform: scale(1.3);
    transition: 1s ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-color: #1a4695 !important;
}
.single_part.phone_number.grid_item {

}
/* ======================product page======== */
.itmdt{
    margin-top: 110px;
}
.itmdt h2 {
	text-align: right;
    font-size: 1.5em;
    color: #000000;
    white-space: nowrap;
}
.details_part .itmdt .clickable_link {
    margin-top: 40px; 
}
.itmdt h3 {
    text-align: center;
    margin: 3%;
    font-size: 2.5em;
}
.tpspc{
	width:100%;
	height:100px;
}
/* ============================== */
.texts p {
    text-align: justify !important;
}
.cty {
    display: inline-block;
    padding: 3%;
    width:94%;
    }
.cty li {
	float: right;
    width: 23%;
    list-style: none;
    padding: .1% 1%;
    text-align: center;
    background: #e9e9e9;
    margin: .2%;
    }

.faqs li{
	padding:1% 3%;
	margin:1% auto;
	background:#ffffff90;
	list-style:none;
}
.faqs h3 {
    font-size: 1.50rem;
}

/* ===== CSS For "Top Slider" Starts Here ===== */
.top_slider .owl-carousel .owl-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 15px;
}
.top_slider .owl-carousel .owl-dot {
	width: 12px;
	height: 12px;
	border: 1px solid #4C9900 !important;
	border-radius: 50%;
	margin: 5px;
	background: transparent !important;
}
.top_slider .owl-carousel .owl-dot.active {
	background: #4C9900 !important;
}

.top_slider .carousel-indicators li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #1a4695 !important;
    background-color: transparent;
    opacity: 1;
    margin: 0 30px;
    }
.top_slider .carousel-indicators li.active{
	background:#0062cc;
	border-radius:50%;
	width: 10px;
	height: 10px;
}


@media all and (transform-3d), (-webkit-transform-3d) {
	.active.carousel-item-left,
	.carousel-item-prev:not(.carousel-item-right) {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	.active.carousel-item-right,
	.carousel-item-next:not(.carousel-item-left) {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.top_slider .single_slide{
    height: 510px;
	position: relative;
	overflow: hidden;
}

.top_slider .slide_elements_1{
	background: url(images/sliders1.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.top_slider .slide_elements_1 .green_shape{
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}
.top_slider .slide_elements_1 .green_shape img{
	max-width: 450px;
}
.top_slider .slide_elements_1 .person_image{
	position: absolute;
	left: -80px;
	bottom: 0px;
	z-index: 9;
}
.top_slider .slide_elements_1 .person_image img{
	max-width: 360px;
}

.top_slider .slide_elements_2{
	background: url(images/sliders2.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.top_slider .slide_elements_2 .green_shape{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 9;
}
.top_slider .slide_elements_2 .green_shape img{
	max-width: 530px;
}
.top_slider .slide_elements_2 .person_image{
	position: absolute;
	right: 50px;
	bottom: 0px;
	z-index: 1;
}
.top_slider .slide_elements_2 .person_image img{
	max-width: 330px;
}
.top_slider .slide_elements_2 .slide_texts{
	margin-right: auto;
}

.top_slider .slide_elements_3{
	background: url(images/sliders3.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.top_slider .slide_elements_3 .green_shape{
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 0;
}
.top_slider .slide_elements_3 .green_shape img{
	max-width: 580px;
}
.top_slider .slide_elements_3 .person_image{
	position: absolute;
	left: -40px;
	bottom: 0px;
	z-index: 9;
}
.top_slider .slide_elements_3 .person_image img{
	max-width: 460px;
}

.carousel-indicators {
    z-index: 15;
    display: flex;
    justify-content: center;
    margin-right: 42%;
    list-style: none;
    background: #ffffff70;
    width: 14%;
    padding: 1% 0;
    border-radius: 14px;
    }
.top_slider .single_slide .slide_contents{
	max-width: 80%;
    margin: 1% auto;
    height: 480px;
    padding: 15px 45px;
    position: relative;
    background: #ffffff10;
    box-shadow: 0px 0px 40px #1a4695;
    z-index: 10;
        }
.top_slider .slide_contents .slide_texts{
	text-align: right;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
	align-content: center;
	height: 100%;
	position: relative;
}

/* ============================== */
/* ============================== */

.top_slider .slide_elements_1 .slide_contents .slide_texts h2{
	right: -1000px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.top_slider .carousel-item.active .slide_elements_1 .slide_contents .slide_texts h2{
	right: 0px;
	opacity: 1;	
}
.top_slider .slide_elements_1 .slide_contents .slide_texts h6{
	right: -1000px;
	opacity: 0;
	-webkit-transition: all 0.75s ease-in;
	-moz-transition: all 0.75s ease-in;
	transition: all 0.75s ease-in;
}
.top_slider .carousel-item.active .slide_elements_1 .slide_contents .slide_texts h6{
	right: 0px;
	opacity: 1;	
}
.top_slider .slide_elements_1 .slide_contents .slide_texts .clickable_link{
	bottom: -500px;
	opacity: 0;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
.top_slider .carousel-item.active .slide_elements_1 .slide_contents .slide_texts .clickable_link{
	bottom: 0px;
	opacity: 1;	
}

/* ============================== */
/* ============================== */

.top_slider .slide_elements_2 .slide_contents .slide_texts h2{
	left: -1000px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.top_slider .carousel-item.active .slide_elements_2 .slide_contents .slide_texts h2{
	left: 0px;
	opacity: 1;	
}
.top_slider .slide_elements_2 .slide_contents .slide_texts h6{
	left: -1000px;
	opacity: 0;
	-webkit-transition: all 0.75s ease-in;
	-moz-transition: all 0.75s ease-in;
	transition: all 0.75s ease-in;
}
.top_slider .carousel-item.active .slide_elements_2 .slide_contents .slide_texts h6{
	left: 0px;
	opacity: 1;	
}
.top_slider .slide_elements_2 .slide_contents .slide_texts .clickable_link{
	bottom: -500px;
	opacity: 0;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
.top_slider .carousel-item.active .slide_elements_2 .slide_contents .slide_texts .clickable_link{
	bottom: 0px;
	opacity: 1;	
}

/* ============================== */
/* ============================== */

.top_slider .slide_elements_3 .slide_contents .slide_texts h2{
	right: -1000px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.top_slider .carousel-item.active .slide_elements_3 .slide_contents .slide_texts h2{
	right: 0px;
	opacity: 1;	
}
.top_slider .slide_elements_3 .slide_contents .slide_texts h6{
	right: -1000px;
	opacity: 0;
	-webkit-transition: all 0.75s ease-in;
	-moz-transition: all 0.75s ease-in;
	transition: all 0.75s ease-in;
}
.top_slider .carousel-item.active .slide_elements_3 .slide_contents .slide_texts h6{
	right: 0px;
	opacity: 1;	
}
.top_slider .slide_elements_3 .slide_contents .slide_texts .clickable_link{
	bottom: -500px;
	opacity: 0;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
.top_slider .carousel-item.active .slide_elements_3 .slide_contents .slide_texts .clickable_link{
	bottom: 0px;
	opacity: 1;	
}

/* ============================== */
/* ============================== */

.top_slider .single_slide .slide_contents h2 {
	color: #1a4695;
    font-family: var(--baseFont);
    font-weight: 800;
    font-size: 88px;
    line-height: 1;
    margin-bottom: 0px;
    position: relative;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    text-shadow: 2px 2px 3px #000000;
    }
.top_slider .single_slide .slide_contents h2 .break{
	display: block;
}
.top_slider .single_slide .slide_contents h6 {
    color: #fff;
    font-family: var(--baseFont);
    font-weight: 400;
    font-size: 32px;
    line-height: 1.4;
    margin: 30px 0px;
    position: relative;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    text-shadow: 1px 1px #1a4695;
    z-index: 99;
    }
.top_slider .single_slide .slide_texts .clickable_link{
	position: relative;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;	
}
.top_slider .single_slide .slide_texts .clickable_link a{
    font-weight: 700;
    background: #1a4695;
    min-width: 340px;
    text-align: center;
    float: left;
    border: 1px solid;
    }
.top_slider .single_slide .slide_texts .clickable_link a:hover{
    background: #34a8e1;
    color: #f0f0f0;
    text-shadow: 0 0 6px #000;
    }
/* ===== CSS For "Top Slider" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Boxes Section" Starts Here ===== */
.boxes_section{
	background: #fff
;
	padding: 50px 0px;
	position: relative;
}
.boxes_section .section_particle{
	position: absolute;
	right: 0px;
	top: -70px;
	z-index: 0;
}
.boxes_section .section_particle img{
	max-width: 270px;
}
.boxes_section .boxes{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 30px;
	position: relative;
	z-index: 1;
	    width: 90%;
    margin: auto;
}
.boxes_section .boxes .single_box{
	text-align: center;
}
.boxes_section .boxes .title h3{
	color: #000000;
	font-family: var(--baseFont);
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 20px;
    background: rgba(255,255,255,.7);
}
.boxes_section .boxes .image img{
	max-width: 100%;
}
.boxes_section .boxes .texts{
	margin: 15px 0px;
}
.boxes_section .boxes .texts p{
	color: #000000;
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 10px;
}
.boxes_section .boxes .texts p:last-child{
	margin-bottom: 0px;
}
.boxes_section .boxes .clickable_link a{
	border: 1px solid #D4D6D7;
}
/* ===== CSS For "Boxes Section" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ====slider========================== */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
	width: 100%;
	position: relative;
	margin: auto;
	text-shadow: 1px 1px #000000;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
    left: 4%;
  border-radius: 3px 0 0 3px;
}
.prev {
    right: 4%;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
section.top_slider {
    margin-top: 94px;
}

/* ===== CSS For "HeroHero" Starts Here ===== */
 #about{
	background: url(images/tourbus.png) no-repeat;
	background-position: center center;
	background-position-y: 0;
	padding: 175px 0px;
	position: relative;
	z-index: 9;
    background-size: cover;
}
.hero_texts .content{   
    max-width: 760px;
    text-align: right;
    background: rgb(0 0 0 / 50%);
    padding: 2%;
    margin-right: 9%;
    box-shadow: 0 0 40px #212529;
    }
.hero_texts .content h3{
	color: #fff;
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 15px;
}
.hero_texts .content p{
	color: #fff;
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 0px;
}
/* ===== CSS For "Hero" Ends Here ===== */
.ifrm {
    float: left;
    margin: 2%;
    width: 43%;
    height: 342px;
    border: solid #5f9c35;
    margin-top: 0;
}
.areas li {
    float: right;
    width: 23%;
    margin: 0 .5%;
    list-style: none;
}

.areas {
    display: inline-block;
    margin: 1% 0;
    width: 100%;
}
.container p {
    text-align: justify;
}
/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Details PartDetails Part" Starts Here ===== */
.details_part{
	padding: 40px 0px;
	padding-bottom: 60px;
	background: url(images/bg_recycle.png) no-repeat;
	background-position: right bottom;
	background-size: 340px 330px;
	background-color: #fff
;
}
.details_part .image_texts{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    /*grid-template-columns: 1fr 1fr;*/
    grid-auto-rows: auto;
    gap: 0px;	
}
.details_part .image_texts .texts{
    width: 50%;
    margin: 0% 5% 2% 2%;
        margin-top: -31%;
}
.ulg{
    font-size: 1.3em;
    color: #a000fe;
    margin: 0 2%;
    font-weight: bold;
    list-style:none;
}
.details_part .image_texts .texts p{
	color: #000000;
    font-family: var(--baseFont);
    font-weight: 400;
    font-size: 22px;
    text-align: right;
    max-width: 90%;
    padding: 1% 2%;
    margin: 1%;
    background: rgba(255,255,255,.6);
}
.details_part .image_texts .texts p span{
	font-weight: 700;
}
.details_part .image_texts .texts p:last-child{
	margin-bottom: 0px;
}
.details_part .image_texts .image{

}
.details_part .image_texts .image img{
    border-radius: 25px;
	float: left;
	    box-shadow: 0px 0px 9px #1a4695;
	    margin-left:20px;
    }
.details_part .clickable_link{
	text-align: center;
	margin-top: -75px;
}
.details_part .clickable_link a{
	border: 1px solid #DCDDDE;
	position: relative;
    z-index: 99;
}
/* ===== CSS For "Details Part" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Bloack Banner" Starts Here ===== */
.black_banner{
	background: #000000;
	padding: 20px 0px;
}
.black_banner h4{
	color: #3287b1;
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 30px;
	text-align: center;
	margin-bottom: 0px;
}
/* ===== CSS For "Bloack Banner" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Contact" Starts Here ===== */
.contact_wrap{
	overflow: hidden;
}
.contact{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 20% 80%;
    grid-auto-rows: auto;	
}
.contact_wrap .contact_form{
    background: #3287b1;
    padding: 42px 10px;
    align-content: end;
    }
.contact_wrap .contact_form .form_wrap{
	max-width: 600px;
	margin-left: auto;
	width: 100%;
}
.contact_wrap .contact_form .form_wrap h5{
	color: #fff;
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
	text-align: right;
}
.contact_wrap .contact_form .form_wrap .form-control{
	color: var(-lightColor);
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 16px;
	padding: 15px 25px;
	border: 1px solid #fff;
	border-radius: 50px;
	height: inherit;
	background: transparent; 
}
.contact_wrap .contact_form .form_wrap .form-control::placeholder{
	opacity: 1;
	color: #fff;
}
.contact_wrap .contact_form .submit_button button{
	color: #1a4695;
	background: #fff;
	font-family: var(--baseFont);
	font-weight: 500;
	font-size: 16px;
	padding: 15px 25px;
	border: 1px solid #fff;
	border-radius: 50px;
	display: block;
	width: 100%;
}

.contact_wrap .contact_details{
	background: #1a4695;
	padding: 75px 20px;
}
.contact_wrap .contact_details .contents{
	max-width: 320px;
	width: 100%;
	margin-right: auto;
}
.contact_wrap .contact_details .contents .footer_logo{
	text-align: right;
	margin-bottom: 25px;
}
.contact_wrap .contact_details .contents .footer_logo img{
	max-width: 200px;
}
.contact_wrap .contact_details .contents ul{
	margin-bottom: 0px;
}
.contact_wrap .contact_details .contents ul li{
	list-style: none;
	margin-bottom: 10px;
	color: #fff;
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 20px;
	text-align: right;
	position: relative;
	padding-right: 35px;
}
.contact_wrap .contact_details .contents ul li:last-child{
	margin-bottom: 0px;
}
.contact_wrap .contact_details .contents ul li a{
	color: #fff;
}
.contact_wrap .contact_details .contents ul li:before{
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
}
.contact_wrap .contact_details .contents ul li:nth-child(1):before{
	content: "\f3c5";
}
.contact_wrap .contact_details .contents ul li:nth-child(2):before{
	content: "\f095";
}
.contact_wrap .contact_details .contents ul li:nth-child(3):before{
	content: "\f02f";
}
/* ===== CSS For "Contact" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


section#simple-social-icons {
	left: 75px;
    position: fixed;
    top: 40px;
    font-size: 1.5em;
    white-space: nowrap;
    }
section#simple-social-icons a{
    color: #36a9e1;
    margin-left: 6%;
    }


section#simple-social-icons1 {
    font-size: 1.7em;
    white-space: nowrap;
    margin-top: 1%;
}

section#simple-social-icons1 a {
    color: #ffffff;
    margin-left: 3%;
    }
#nhf {
    position: absolute;
    left: 275px;
    top: 25px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 10px #35a9e1;
    padding: .3%;
    background: #1a4695;
        display: none;
        }
#nhf a{
    color: #8dd3f6;
}
#wayz {
position: absolute;
    text-align: center;
    color: #fff;
}

/* ===== CSS For "" Starts Here ===== */
/* ===== CSS For "" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "" Starts Here ===== */
/* ===== CSS For "" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */





/* ===== CSS For "" Starts Here ===== */
/* ===== CSS For "" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */
















