/* Common CSS Start*/

* {
  margin: 0;
  padding: 0;
}

body {
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  font-size: 1.6rem;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  color: #666666;
  text-rendering: optimizeLegibility;
  /* height: 100vh; */
  position: relative;
}

html {
  font-size: 62.5%;
  width: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
.btn_common_styling{
  background: #01BD9A;
  border: none;
  /*padding: 15px 60px 15px 60px;
  */padding: 5px 10px;
  color: #fff;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
}
.btn_common_styling:hover{
  background: #fff;
  border: 1px solid;
  color: #000;
}
.title_button h2 {
	text-align: center;
	padding-top: 1rem;
	font-weight: 600;
	font-size: 25px;
	color: #2f76ac;
	margin-bottom: 0;
  font-family: 'times new roman';
}
.title_button h2 span{
  color: #01BD9A;
}

.bottom-style {
	position: relative;
	width: 4rem;
	background: #535152;
	height: .3rem;
	margin: auto;
	top: 4px;
}

.layout-page #page-boxed {
	background: #ffffff;
}

.wrapper {
	max-width: 99%;
	padding-left: 1rem;
	padding-right: 1rem;
	overflow: hidden;
	margin: 0 auto;
}


/* Common CSS End*/
/* Navbar Section Start Here */
.menu_section{
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  /* background: #00b894; */
  background: #fff;
  align-items: center;
  box-shadow: 7px 1px 5px -2px #000;
}
.main_menu > li{
  display: inline-block;
  position: relative;
  color: #444;

}
.dropdown_menu > li{
  position: relative;
}
.main_menu > li.active > a{
  color: #ff5e14;
}
.fixed .menu_section {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 999;
  max-width: 98%;
	padding-left: 1rem;
	padding-right: 1rem;
	overflow: hidden;
	margin: 0 auto;
}

.main_menu > li > a{
  padding: 2rem 1.5rem;
  color:#222;
  text-transform: capitalize;
  display: inline-block;
  font-size: 16px;
  display: inline-flex;
  align-items: center ;
}
.main_menu > li > a> i{
  margin-left: 8px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.main_menu > li > a:hover i{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.main_menu > li > a:hover{
  color: #2d3436;
}
.dropdown_menu,
.dropdown_sub_menu{
  position: absolute;
  width: 200px;
  width: 280px;
  height: max-content;
  top: 40px;
  left: 0;
  z-index: 99;
  background: #fff;
  border-top: 1px solid;
  border-radius: 5px;
  box-shadow: 1px 2px 5px #777D74;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.dropdown_menu{
  left: 0;
  top: 100%;
}

.dropdown_sub_menu{
  position: absolute;
  width: 200px;
  height: max-content;
  top: 0;
  left: 100%;
}
/* .dropdown_sub_menu{
  top: 0;
  left: 100%;
  width: 200px;
} */
.main_menu > li:hover .dropdown_menu,
.main_menu > li .dropdown_menu>li:hover .dropdown_sub_menu{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.dropdown_menu>li{
  display: block;
}
.dropdown_menu >li >a,
.dropdown_sub_menu >li >a{
    padding: 12px 6px;
    color: #444;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:1px solid #dddada;
}
.dropdown_menu >li >a i{
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.dropdown_menu >li >a:hover i{
  transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
}
.dropdown_menu >li >a:hover,
.dropdown_sub_menu >li >a:hover{
  background: #d9d9d9;
  color: #000;
}
.gallery_sec{
  width:100%;
  /* background: red; */
  /* padding:80px 0; */
}
.heading{
  width:100%;
  text-align:center;
  background:url("./../bg2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  padding: 40px 0;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
/* .heading#contact{
  background:url("./../img/bg/contact.jpg");
  background: red;
} */
.heading#contact::after{
    content: '';
    background: rgba(22, 1, 1, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    z-index: -1;
}
.heading h2{
  font-size:30px;
  font-weight:bold;
  color: #fff;
  text-transform:uppercase ;
  /* border-bottom:2px solid #000; */
}
.gallery_sec img{
  width:100%;
  margin-bottom:30px;
  height:250px;
}

.gallery_sec a {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


.gallery_sec a::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
  top:45%;
  left:50%;
  transform:translate(-50%, -50%);
}

.gallery_sec img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.gallery_sec a:hover img {
    position: relative;
    width: 100%;
}

.gallery_sec a:hover img {
    opacity: 0.2;
}

.gallery_sec a:hover::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url('./../Resize.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}

/* ***Team-sectiom** */
.team-member {
    background: linear-gradient(rgba(231, 241, 248, 0.9), rgba(231, 241, 248, 0.9)), url(../portfolio-bg.jpg);
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    color: #000;
    text-align: center;
  }

  .team-member h2 {
    color: #3C4761;
    width: 100%;
    padding-top: 20px;
    font-size: 4rem;
    letter-spacing: .3rem;
    margin-top: 0;
    margin-bottom: 2rem;
    text-transform: uppercase;
  }

  .team-member h2::after {
      content: "";
    display: block;
    background: #993636;
    height: .4rem;
    width: 130px;
    margin: auto;
      margin-top: auto;
    margin-top: 2.1rem;
  }

  #Pharaghah {
    width: 70%;
    margin-left: 15%;
    color: #535E75;
  }

  .team-photo {
    margin-top: 4.5rem;
    margin-bottom: 3.5rem;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
  }

  .team-member h3 {
    color: #27283D;
    margin-bottom: .5rem;
  }
  .team-member p {
    color: #808B9D;
  }

  .social-link {
    margin-top: 25px;
  }

  .social-link ul li {
    display: inline-block;
    margin: 0 .5rem;
  }

  .social-link ul li a {
    color: #fff;
    display: block;
  }

  .social-link ul li a:link i::before {
    background: #BDD1DF;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-block;
    font-size: 2rem;
    padding: 1rem;
    transition: .5s;
  }

  .social-link ul li a:hover i::before {
    transform: rotate(360deg);
    background: #393939;
  }
  .social-link,.fa, .fab, .fad, .fal, .far, .fas{
    color: #fff;
  }
  .social-link ul li a:link i::before {
      background: #021726;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: inline-block;
    font-size: 2rem;
    padding: 1rem;
    transition: .5s;
  }

/* ///MOBILE MENU NAVBAR STYLING START */

/* SLIDER SECTION START HERE */

.slider-area .slider-item img {
  max-width: 100%;
  height: 500px;
}

.slider-item {
  z-index: 0;
  position: relative;
}

.slider-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  /* background: rgba(22, 1, 1, 0.4); */
}

.slider_content {
  position: absolute;
  top: 50%;
  margin-left: 8rem;
  z-index: 999;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.slider_content h1,
.slider_content h4,
.slider_content h5 {
  text-transform: uppercase;
  color: #fff;
}

.slider_content h1 {
  font-size: 26px;
}

.slider_content h1 span {
  color: #09fa5c;
  font-size: 600;

}

.slider_content h4 {
  font-size: 2.5rem;
  margin: 2rem 0;
}

.slider_content h5 {
  font-size: 20px;
}

.owl-dot-style .owl-dots {
  bottom: 2.6rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: scale(-1, -1);
  writing-mode: vertical-rl;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.owl-dot-style .owl-dots .owl-dot {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  display: inline-block;
  height: 1.4rem;
  margin: 5px;
  width: 1.4rem;
  border: .2rem solid #333334;
  transition: .3s;
}

.owl-dot-style .owl-dots .owl-dot:hover {
  background: #609513 none repeat scroll 0 0;
}

.owl-dot-style .owl-dots .owl-dot.active {
  background: #609513 none repeat scroll 0 0;
}

.owl-dot-style .owl-nav.disabled {
  display: none;
  position: absolute;
  top: 50%;
  right: 5rem;
  left: 5rem;
  /* display: flex; */
  justify-content: space-between;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.owl-dot-style .owl-nav button.owl-next span,
.owl-dot-style .owl-nav button.owl-prev span {
  font-size: 5rem;
  color: #fff;
  transition: .4s all;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -ms-transition: .4s all;
  -o-transition: .4s all;
}

.owl-dot-style .owl-nav button.owl-next span:hover,
.owl-dot-style .owl-nav button.owl-prev span:hover {
  background: #609513;
  padding: 0 1rem;
}
/* Slider Area Css end */
/*/ Latest News Styling Start*/
.latest_news_area{
  background-image: url("../plastic/HDPE-1.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding-top: 20px;
}
.latest_news_area::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(243, 240, 240, 0.9);
  z-index: -1;
}
.latest_news_area .title h2 {
  color: #2f76ac;
  font-size: 25px;
  font-weight: 600;
  padding-top: 1rem;
  text-align: center;
  font-family: Poppins,sans-serif;
  margin: 2px 0;
}

.latest_news_area .title h2 span {
  color: green;
}
.figure_caption .card{
 overflow: hidden;
}
.figure_caption img.blogs_images:hover{
  /* transform: scale(1.1); */
  transform: scale(1.05);
}
.figure_caption img.blogs_images {
	width: 300px;
	object-fit: cover;
	transition: transform 0.9s ease-out;
	overflow: hidden;
    min-height: 300px;
}
.package_btn_day{
  position: absolute;
  bottom: -6px;
  left: 5px;
}
.package_btn_day span{
  background: #fff;
  border: 1px solid #01BD9A;
  color: #01BD9A;
  padding: 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.figure_caption .card-body .card-title {
	color: #222;
	font-family: Poppins,sans-serif;
	font-weight: 700;
	line-height: 1.2em !important;
	margin-bottom: 0;
	margin-top: 0;
	padding: 10px 0;
	text-transform: capitalize;
	text-shadow: 0px 8px 9px rgba(0,0,0,.5);
  font-size: 17px;
}
.figure_caption .card-body ul {
	margin: 0 0 17px;
	padding: 0;
}
.figure_caption .card-body ul li {
	display: flex;
  justify-content: space-between;
  align-items: center;
	padding-right: 10px;
	margin-top: 10px;
	color: #000;
}
.figure_caption .card-body p {
	color: #5a5959;
	overflow: hidden;
	height: 48px;
	margin: 0;
}
.figure_caption .blog-all-btn {
	color: #2f76ac;
	float: right;
	clear: both;
	margin-top: -20px;
	position: relative;
	margin-right: -15px;
}

/*/ Latest News Styling End*/


.menu-btn {
  font-size: 23px;
  color: rgb(15, 14, 14);
  cursor: pointer;
  position: absolute;
  right: 6.2rem;
  display: none;
  top: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}


/* Heading Section End Here*/


/* TOP HEADER MENU SECTION START HERE */

.top_header_menu_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 15px 0;
}
.top_header_menu_section .item{
 position: relative;
 /* margin: 0 13px; */
}
.top_header_menu_section .item ul li::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 100%;
  top: 0;
  left: 15px;
  background: #dedede;
}
.top_header_menu_section .item:first-child ul li::after {
    content: none;
}

.top_header_menu_section ul li {
  display: inline-block;
  margin-left: 15px;
}

.top_header_menu_section .item ul li a {
  color: #666;
  font-family: 'Mulish', sans-serif;
  font-weight: normal;
}

.top_header_menu_section .item ul li a:hover {
  /* color: #d9d0e9; */
  color:#005e14
}

.top_header_menu_section .item ul li a i {
  margin-right: 1rem;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.top_header_menu_section .item:first-child ul li a:hover i {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}


/* TOP HEADER MENU SECTION End HERE */
/* Contact Section Styling */
.contact_section_bar{
  background: #02A1C9;
  background: #fff;
  padding-bottom: 20px;
}

.contact_form form input,
 .contact_form form textarea {
	display: block;
	margin-bottom: 13px;
	padding: 1rem;
	width: 100%;
	border: none;
	outline: 0;
}

.contact_form button {
	border: none;
	background: #fff;
	display: block;
	padding: 11px 22px;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.contact_form button:hover{
  background: #000;
  color: #fff;
}
.address_icon{
  display: flex;
  justify-content: start;
  align-items: center;
}
.address_bar_section{
  margin-left: 20px;
}
.address_icon i {
	background: #000;
	padding: 6px;
	font-size: 46px;
	color: #fff;
	border-radius: 5px;
}
.address_bar_section span,
.address_bar_section h2
{
  color: #fff;
  display: block;
}



/* Top to Bottom Scrolling Styling  Start Here*/

.scrolling_top {
  position: relative;
}
.top {
  width: 37px;
  text-align: center;
  background: #ff5e14;
  line-height: 2;
  bottom: 2.5rem;
  position: fixed;
  bottom: 16px;
  right: 42px;
  z-index: 99999999 !important;
}
.top a {
  color: #fff;
}
/* Top to Bottom Scrolling Styling  Start Here*/
#about-section {
	background-image: url(../plastic/3.jpg);
	padding: 4rem 0;
	background-position: center;
	position: relative;
	background-size: cover;
	/* background: #fff; */
	z-index: 1;
    background-attachment: fixed;
    min-height: 250px;
    position: relative;
    background-size: cover;
}
#about-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 15, 15, 0.8);
    width: 100%;
    height: 100%;
    z-index: -1;
}
    .our-vision-area {
	background: #02A1C9;
	padding-top: 2rem;
	padding-bottom: 10rem;
	text-align: center;
	color: #fff;
    height: 375px;
	box-shadow: 1px 5px 2px #4777B5
}
.our-vision-area i {
	font-size: 44px;
}
.our-vision-area h3 {
	text-transform: capitalize;
	padding: 2rem 0;
	font-size: 25px;
	font-weight: 700;
    font-style: italic;
    font-weight: bold;
    font-size-adjust: 0.5;
    font-family: 'times new roman';
    font-size: 27px;
}
.our-vision-area p {
	width: 80%;
	margin: 0 auto;
    font-weight: bold;
    color: #130101;
    font-family: 'times new roman';
    font-size: 18px;
    text-align: start;
}
.our-vision-area {
	text-align: center;
	color: #fff;
}
/* .contact_section_bar .item_item{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
} */
.contact_section_bar .item_item .contact_support{
    text-align: center;
   /* display: flex;
    align-items: center;
    justify-content: space-evenly; */
}
.contact_section_bar .item_item .contact_support i{
    display: block;
    text-align: center;
    color: #CD0001;
    fill:#CD0001;
    font-size: 55px;
}
.contact_section_bar .item_item .contact_support span{
    color: #1A191D;
    font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.4px;
}
.contact_section_item{
    display: flex;
    justify-content: space-evenly;
    padding: 100px 0;
    background: #F3F3F3;
}
/* Footer Section  Start Here*/

.footer_section_area {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
/* Footer Section  End Here*/
