@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&family=Open+Sans:wght@300;400;500;700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;900&display=swap'); */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.0/font/bootstrap-icons.css");
/*-------------------------------------*/
img {max-width:100%;}
body {
  /* font-family: 'Almarai', sans-serif; */
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Poppins', sans-serif;
  /* background-color: #efefef; */
  background-color: #FFF;
  color: #333;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  margin: 0;
}
/* #bodycontent{
  position: relative;
  background-color: #FFF;
  padding: 0;
  height: 100%;
  width: 100%;
  max-width: 1590px;
  margin: 0 auto;
} */
:root {
  --color1: #007bc1;
  --color2: #fdbe5f;
  --color3: #6d6e72;
}
.color1{color: var(--color1);}
.bgcolor1{background-color: var(--color1);}
.bgcolor2{background-color: var(--color2);}
.bgcolor3{background-color: var(--color3);}

/***********************************/
/************ header ***************/
#header{
  background-color: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
  font-size: .9rem;
  border-top: 6px solid var(--color2);
}
.navbar-collapse {flex-grow: 0;}
.dropdown-item{font-size: .9rem;color: #616469;transition: all .2s ease;}
.navbar-nav li{margin: 0 6px;}
/* .navbar-nav a:hover,.navbar-nav a.active, .navbar-nav .show > a, .navbar-nav .current-menu-item {
  color: #FFF;
  background-color: var(--color1);
} */
.dropdown-menu{min-width: 220px;}
.navbar-brand{transition: all .4s ease;}

.navbar-nav li a{
  color: var(--color1);
  text-decoration: none;
  margin-right: 15px;
  text-transform: uppercase;
  position: relative;
  transition: all .3s;
}
.navbar-nav li a:hover, .navbar-nav .current-menu-item > a:first-of-type{
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.navbar-nav li a::before{
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background: #4d84aa;
  bottom: -5px;
  left: 0;
  border-radius: 10px;
  transition: width .3s;
}
.navbar-nav ul li a::before {background: #fff;}
.navbar-nav li a:hover::before, .navbar-nav .current-menu-item > a:first-of-type:before{
  width: 100%;
}

.navbar-nav .dropdown-menu[data-bs-popper] {
  top: 150%;
}


@media only screen and (max-width: 992px) {
  .navbar-nav {margin-top: 5px;border-top: 1px solid beige;padding-top: 10px;}
  .navbar-nav a {margin-bottom:15px;display: block;}
  .navbar-nav ul a {margin-bottom:5px;}
  .navbar-nav ul {margin-bottom:20px;}
  .navbar-brand img{height: 45px;}
}

/**********************************/
/***********index_slider********/
#index_slider{
  position: relative;
  margin-bottom: 170px;
  border-bottom: 5px dashed var(--color1);
}
#slidercircle{
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: var(--color2);
  transition: all .8s ease;
}
#slogan{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 30px;
  position: relative;
  border: 1px solid var(--color2);
}
#slogan::after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  /* box-sizing: border-box; */
  outline: 6px dashed var(--color2);
  border-radius: 50%;
  display: block;
  transition: all 5s ease-in-out;
}
#slogan h3{
  color: var(--color3);
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#slogan h4{
  color: var(--color1);
  font-size: 1.3rem;
  font-style: italic;
  text-align: center;
  line-height: 2.2rem;
}
/* #slidercircle:hover{
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
} */
#slidercircle:hover #slogan::after{
  transform: rotate(360deg);
}


/*********************************************/
/************* indexblock2 ***************/
#indexblock2{
  position: relative;
  padding-top: 20px;
}

/* #slogan{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
}
#slogan h4{
  color: var(--color1);
  font-size: 1.3rem;
  font-style: italic;
  text-align: center;
  line-height: 2.2rem;
} */

/*********************************************/
/************* indexblock4 ***************/
#indexblock4{
  position: relative;
  padding-top: 80px;
  /* padding-top: 10px; */
}

.box22{
  position: relative;
}
.box22overlay{
  position: absolute;
  width: 90%;
  left: 5%;bottom: -50px;
  min-height: 250px;
  padding: 10px 20px;
  background-color: rgba(0, 123, 193, 0.8);
  color: #FFF;
  font-size: .9rem;
  text-shadow: 1px 1px 1px #355b71;
  transition: all .4s ease;
}
.box22overlay:hover{width: 98%;left: 1%;padding: 10px calc(4% + 20px);background-color: rgba(0, 123, 193, 0.9);}
.box22overlay:hover h4::after{border-bottom: 3px solid var(--color2);width: 100px;}
.box22overlay h4{
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.box22overlay h4::after{
  content: "";
  width: 50px;
  display: block;
  border-bottom: 3px solid var(--color2);
  margin-top: 10px;
  transition: all .4s ease;
}
.box22overlay p{
  font-size: .9rem;
}

@media only screen and (max-width: 1200px) {
  .box22{margin-bottom: 20px;}
  .box22overlay{bottom: 10px;min-height: 250px;}
}

/*********************************************/
/************* ourmarkettwrapper ***************/
#ourmarkettwrapper{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.ourmarkett{
  width: 33%;
  position: relative;
  border: 2px solid #FFF;
  overflow: hidden;
}
.ourmarkett h3{
  position: absolute;
  top: 20px;left: 50%;
  transform: translateX(-50%);
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.5rem;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0 0px 8px #E1E1E1;
  letter-spacing: 5px;
  transition: all .4s ease;
}
.ourmarkett img{
  height: 100%;
  width: 100%;
  transition: all .4s ease;
}
.ourmarkett:hover img{transform: scale(1.1);}
.ourmarkett:hover h3{color: var(--color1);text-shadow: 1px 1px 1px #E1E1E1;}
.markettitle{font-size: 1.7rem;
  color: var(--color1);text-align: center;margin-bottom: 20px;
  position: relative;}
.markettitle::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--color2);
  left: 50%;bottom: -10px;
  transform: translateX(-50%);
}


/*********************************************/
/************* indexblock3 ***************/
#indexblock3{
  position: relative;
  padding: 30px 0 60px 0;
}

.indexproductbox{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-top: 40px;
}
.indexproductbox img{
  width: 60px;
  height: 60px;
  margin: 20px;
  transition: all .5s ease;
}
.indexproductbox:hover img{transform: translateY(-8px);}
.indexproductbox:hover h4{text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);}
.indexproductbox ul{
  list-style: none;
  padding: 0;margin: 0;
  margin-left: 10px;
}
.indexproductbox h4{
  font-size: 1.4rem;
  color: var(--color1);
  margin-top: 20px;
  transition: all .5s ease;
}
.indexproductbox ul li{
  font-size: .9rem;
  color: var(--color3);
  margin-top: 10px;
}
.indexproductbox ul li::before{
  content: "-";
  /* font-size: 2rem; */
  font-weight: bolder;
  margin-right: 8px;
  color: var(--color2);
}

/********************************/
/******** gallerypage ***********/

#gallerynamedimages, #galleryimages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 20px;
}

#gallerynamedimages a, #galleryimages a{
  width: 25%;
  padding: 5px;
  transition: all .5s ease-in-out;
}
#gallerynamedimages a:hover, #galleryimages a:hover{opacity: .7;}
#gallerynamedimages a:hover h4{color: #000;transform: scale(1.1);}

#gallerynamedimages a{
  color: var(--color1);
  text-decoration: none;
}
#gallerynamedimages h4{
  font-size: .9rem;
  text-align: center;
  margin: 10px 0;
  transition: all .5s ease-in-out;
}



/********************************/
/*******.pageheader****************/
.pageheader{
  height: 250px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  background-color: rgba(88, 101, 147, 0.83);
  color: #EEE;
}
#pageproduct.pageheader{background-color: rgba(0, 123, 193, 0.75);}
#pagecontact.pageheader{background-color: rgba(0, 0, 0, 0.8);}
.pageheader::after{
  content: "";
  position: absolute;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/figure88.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.pageheader h2{
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  text-shadow: 1px 1px 1px #808080;
}
.breadcrumb{font-size: .9rem;}
.pageheader a{color: #EEE;transition: all .4s ease;}
.pageheader a:hover{color: #FFF;}
.breadcrumb-item.active {color: #f8fcff;}
.breadcrumb-item + .breadcrumb-item::before {color: #f8fcff;}
/********************************/
/********pagecontent****************/

#pagecontentttt {
  color: var(--color3);
  font-size: .9rem;
}
.pagecontentttt{
  display: flex;
  align-items: center;
}
.pagecontenttttimg{width: 38%;margin-right: 2%;}
.pagecontenttttdata{width: 60%;}
.pagecontentttt h6{
  font-size: 1rem;
  color: var(--color2);
  text-shadow: 0 0px 1px #CCC;
}
.pagecontentttt h4{
  font-size: 1.3rem;
  margin-bottom: 30px;
  padding: 8px 0;
  color: var(--color1);
  position: relative;
}
.pagecontentttt h4::after{
  content: "";
  position: absolute;
  bottom: -10px;left: 0;
  width: 100px;
  height: 2px;
  background-color: var(--color1);
}
.pagecontentttt ul{list-style: none;margin: 0;padding: 0;/*margin-left: 20px;*/}
.pagecontentttt li{
  font-size: .85rem;
  color: var(--color3);
  margin-bottom: 5px;
}
/* .pagecontentttt ul li::before{
  font-family: "bootstrap-icons";
  content: "\F280";
  font-weight: bolder;
  margin-right: 8px;
  color: var(--color1);
  text-shadow: 0 0px 5px #FFF;
} */
/**/
#pagecontentblock2 {
  /* background-color: #eee; */
  margin-top: 20px;
  margin-bottom: 30px;
  /* padding: 40px 0; */
}
#pagecontentblock2 .pagecontenttttimg{width: 38%;margin-right: inherit;margin-left: 2%;margin-bottom: -70px;}
/**/
#pagecontentblock3 {
  padding: 20px 0;
}
#visionmisionboxes{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box44{
  width: 25%;
  padding-top: 20px;
  text-align: center;
  box-shadow: 0 0px 5px #CCC;
  border-radius: 20px 20px 0 0;
  transition: all .3s ease;
}
.box44:nth-child(3){width: 44%;}
.box44:hover{box-shadow: 0 2px 10px #999;}
.box44:hover .box44title{color: #000;}
.box44icon img{width: 80px;}
.box44title{font-size: 1.2rem;color: #666;padding: 15px;font-weight: bold;transition: all .3s ease;}
.box44desc{
  width: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 30px;
  padding-top: 80px;
  line-height: 1.8rem;
  color: #FFF;
  min-height: 220px;

}
.box44desc.box44desc1{background-image: url("images/Picture1.png");}
.box44desc.box44desc2{background-image: url("images/Picture2.png");}
.box44desc.box44desc3{background-image: url("images/Picture3.png");}


/**/
.certificates{
  display: flex;
}
.certificates div{padding: 10px;}
.certificates img{
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/***/
.team-member {
  margin-bottom: 3rem;
  text-align: center;
}
.team-member img {
  width: 14rem;
  height: 14rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
  transition: all .4s ease;
}
.team-member h4{
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.3rem;
  color: var(--color1);
  transition: all .4s ease;
}
.team-member:hover img {
  transform: translateY(-10px);
  border: 0.5rem solid rgba(0, 0, 0, 0.2);
}
.team-member:hover h4 {color: #333;}

/********************************/
/********career****************/
.careercontent{
  position: relative;
  padding: 0 0 90px 0;
}
#pagecareer.pageheader{text-shadow: 1px 1px 1px #333;background-color: rgba(0, 0, 0, 0.55);margin-bottom: 0;}
#pagecareer.pageheader a {color: #b7b7b7;}
#pagecareer.pageheader a:hover {color: #EEE;}
#pagecareer.pageheader .breadcrumb-item.active, #pagecareer.pageheader .breadcrumb-item + .breadcrumb-item::before{color: #b5b5b5;}
#pagecareer.pageheader::after{background-image: url("images/career3.jpg");filter: blur(4px);-webkit-filter: blur(4px);}

#careerform{
  max-width: 1000px;
  padding: 30px 20px;
  border-top: 2px solid var(--color2);
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(0, 122, 193, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#careerform h5{
  font-size: 1rem;
  color: #333;
}
#careerform .form-select {
  font-size: .9rem;
  color: #5d5d5d;
}
.radiobox{
  padding: 5px;
  border: 1px solid #CCC;
  border-radius: 6px;
}
.radiobox label{
  font-size: .9rem;
}

/********************************/
/********products****************/
.productsidelinks{
  box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
  border-radius: 4px;
  padding: 10px 20px;
  margin: 0;
  list-style: none;
}
.productsidelinks a{
  text-decoration: none;
  color: #444;
  display: block;
  border-bottom: 1px solid rgba(75, 75, 75, 0.1);
  padding: 10px 0;
  font-size: .95rem;
  transition: all .3s ease;
}
.productsidelinks a:hover, .productsidelinks a.activeside{
  color: #396cf0;
  text-shadow: 1px 1px 1px #dbdbdb;
}
.productsidelinks a::before{
  content: "|";
  margin-right: 15px;
  font-size: 1.2rem;
}
.productsidelinks a::after{
  font-family: "bootstrap-icons";
  content: "\F135";
  text-shadow: 0 0px 5px #FFF;
  float: right;
  font-size: 1.4rem;
}
.productsidelinks li:last-child a{border-bottom: none;}

.productsidecontact{
  position: relative;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #EEE;
  margin-top: 30px;
  border-radius: 10px;
}
.productsidecontact::before{
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("images/5.jpg");
  background-position: center center; 
  background-repeat: no-repeat;
  background-size: cover;
}
.productsidecontact p{color: #9ca2af;}
.productsidecontact div{margin-top: 10px;}
.productsidecontact div i{color: #E3B077;padding: 0 5px;}

.prodcontentaa {font-size: .9rem;color: var(--color3);}
.prodcontentaa img{margin-bottom: 15px;}
.prodcontentaa ul{
  margin: 0;padding: 0;
  margin-left: 40px;
  margin-top: 20px;
  list-style: none;
}
.prodcontentaa li{
  margin-bottom: 10px;
}
.prodcontentaa li::before{
  font-family: "bootstrap-icons";
  content: "\F26B";
  /* font-size: 1.2rem; */
  display: inline-block;
  margin-left:-25px;
  padding-right: 10px;
  transform: translateY(5px);
  color: #666;
  font-weight: bold;
}





/*********************************/
#productcards{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 50px;
}

.mmcard {
  position: relative;
  width : 30%;
  /* border: 1px solid #999; */
  min-height: 100px;
  margin-bottom: 100px;
  transition :all .4s ease-in-out;
}

#productcards .mmcard .mmcardtitle {
  min-height : 55px;
  position : absolute;
  top : -20px;left: 5%;
  width: 90%;
  box-shadow : 0 5px 20px rgba(0,0,0,0.2);
  background-color: #FFF;
  z-index : 1;
  padding: 5px 10px;
  border-radius: 10px;
  border-bottom: 1px solid transparent;
  display: flex;
  justify-content: center;
  text-align: center;
  transition :all .4s ease-in-out;
}
#productcards .mmcard .mmcardtitle h3{font-size: 1rem;margin: 0;padding: 0;display: flex;align-items: center;color: var(--color1);}
#productcards .mmcard .mmcardcontent {
  position : absolute;
  top: 0;left: 0;width: 100%;
  padding : 10px 20px;
  border-radius : 15px;
  box-shadow : 0 5px 20px rgba(0,0,0,0.5);
  transition :all .4s ease-in-out;
  height: 100px;
  overflow: hidden;
  background-color: var(--color1);
  padding-top : 40px;
}
#productcards .mmcard .mmcardcontent p{
  transition :all .4s ease-in-out;
  font-size: .85rem;
  color: #EEE;line-height: 2;
}
#productcards .mmcard:hover .mmcardtitle {top : -35px;border-bottom: 1px solid rgba(0, 122, 193, 0.4);}
#productcards .mmcard:hover .mmcardcontent{height: 185px;background-color: #FFF;padding: 30px 10px 10px 10px;}
#productcards .mmcard:hover .mmcardcontent p{opacity: 1;color: var(--color3);line-height: 1.6;}
#productcards .mmcard:hover {transform: translateY(-20px);}

.mmprodimages{display: flex;justify-content: space-between;align-items: stretch;}
.mmprodimages img{max-width: 33%;border-radius: 40px;transition:all .3s;}
.mmprodimages img:hover{opacity: .7;}



/********************************/
/********contact****************/
#contactpage{
  position:relative;
  overflow-x:hidden
}
.gmap-box{
  height:480px;
  overflow:hidden;
  border:1px solid #DDD;
  margin-bottom: 10px;
}
.gmap-box iframe{
  width:100%;
  height:100%
}
.contact-sidebar-wapper{
  /* margin-bottom:-200px; */
  padding:15px;
  background: var(--color3);
  border:2px solid #555;
  z-index:2;
  position:relative
}
.contact-sidebar{
  background:#FFF;
  padding:20px 10px;
  transition:all .5s ease;
  margin:10px 0 20px;
  border:1px solid rgba(49, 49, 49, 0.2);
}
.contact-sidebar:hover{
  border:1px solid rgba(49, 49, 49, 0.2);
}
.contact-sidebar h4{
  color:#666;
  font-size:1.4rem;
  margin-bottom:10px
}
.contact-sidebar p{
  /* color:#999; */
  font-size:1rem;
  direction:ltr;
  /* margin-bottom:0 */
}
.section-tag{
  font-size:1rem;
  color:var(--color1);
  padding:10px 0
}
.titleform{
  padding:10px 0;
  font-size:1.8rem;
  color:#08333a;
}


/********************************/
/********General****************/

/***/
.bg3colors{
  position: absolute;
  z-index: 4;
  bottom: 0;left: 0;
  width: 100%;
  margin: 0;padding: 0;
  display: flex;
}
.bg3colors div{
  height: 20px;
  width: 33.33%;
}
#footer .bg3colors{bottom: inherit;top: 0;}
/**/
input::placeholder,textarea::placeholder{
  font-size: .8rem;
  color: #999 !important;
  padding: 8px;
}

.capacity{margin-bottom: 30px;}

/*******************************************/
/************* Footer ***************/
#footer{
  background: #3D3C3F url("images/texture.png") repeat scroll left bottom;
  position: relative;
  color: #999;
}
#topfooter{
  padding: 50px 0;
  font-size: .85rem;
}
#topfooter h4{
  font-size: 1.2rem;
  margin-bottom: 50px;
  padding: 0;
  color: #FFF;
  position: relative;
}
#topfooter h4::after{
  content: "";
  position: absolute;
  bottom: -10px;left: 0;
  width: 60px;
  height: 4px;
  background-color: var(--color1);
}
ul.socialmediafooter{
  list-style: none;
  padding: 0;margin: 0;
  margin-bottom: 20px;
}
ul.socialmediafooter li{
  display: inline-block;
  margin-right: 5px;
}
ul.socialmediafooter li a{
  background-color: #2a2e35;
  padding: 5px 7px;
  font-size: 1.1rem;
  background-image: 
    linear-gradient(to top, var(--color1) 50%, #2a2e35 50%),
    linear-gradient(to top, yellow 50%, transparent 50%);
  background-clip: text,padding-box;
  color: #999 !important;
  background-size: 100% 200%;
  background-position: top;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid var(--color1);
}
ul.socialmediafooter li a:hover{
  color: #FFF !important;
  background-position: bottom;
}

#copyright-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
  padding: 20px 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
#copyright-footer a{color: #CCC;text-decoration: none;transition: all .3s ease;}
#copyright-footer a:hover{color: #999;}

/*******************************************************/
/*******************************************************/
@media screen and (max-width: 1200px) and (min-width: 768px) {
}

@media only screen and (max-width: 992px) {
  .navbar-nav {margin-top: 5px;border-top: 1px solid beige;padding-top: 10px;}
  .nav-link {padding: 7px 10px !important;}
  .navbar-brand img{height: 45px;}
  /**/
  .imageproo{margin-bottom: 30px;}
  /**/
  #index_slider {overflow: visible;margin-bottom: 20px;text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);}
  #index_slider .bg3colors{bottom: -20px;}
  .carousel-caption {bottom: 10%;}
  .carousel-inner h4{font-size: 1.1rem;}
  .carousel-inner h6{font-size: .9rem;color: #FFF;}
  .carousel-inner .btn{margin-top: 5px;}
  .carousel-inner .btn-group-lg > .btn, .btn-lg {
    --bs-btn-padding-y: 3px;
    --bs-btn-padding-x: 8px;
    --bs-btn-font-size: .85rem;
    --bs-btn-border-radius: 4px;
  }
  .carousel-indicators {display: none;}
  /**/
  .pagecontentttt {flex-direction: column;}
  .pagecontenttttimg, #pagecontentblock2 .pagecontenttttimg {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .pagecontenttttdata {width: 100%;}
  .certificates {flex-direction: column;}
  /**/
  .contact-sidebar-wapper {margin-bottom: 10px;}
  .titleform {display: none;}
  .gmap-box {height: 400px;}
  /**/
  /* #productsidebar{display: none;} */
  .productpagerow{flex-direction: column-reverse;}
  #productsidebar{margin-top: 30px;}
  .productsidelinks {margin-right: 0;background-color: #F4F4F4;}
  .productsidecontact{display: none;}
  /**/
  .careerimg{margin-bottom: 40px;}
  .careercontent{position: relative;padding: 20px 0 50px 0;}
  /**/
  #galleryimages a, #gallerynamedimages a {width: 50%;}
  /**/
  #visionmisionboxes{flex-wrap: wrap;}
  .box44 {width: 100% !important;margin-bottom:20px}
  #pagecontentblock3 {padding: 0;}
  /***/
  #slidercircle {bottom: -150px;width: 330px;height: 330px;}

}

@media only screen and (max-width: 1200px) {
  #slidercircle {
    position: relative;
    bottom: 0;left: 0;
    transform: translateX(0);
    width: 100%;height: inherit;
    border-radius: 0;
  }
  #slogan::after {outline: 0;}
  #ourmarkettwrapper {flex-wrap: wrap;}
  .ourmarkett {width: 48%;margin-bottom:10px;}
  .ourmarkett:last-child {display: none;}
  #index_slider {margin-bottom: 40px;}
  .mmcard {width: 46%;margin-bottom: 100px;}
  #productcards .mmcard .mmcardcontent {height: 155px;}
}

@media only screen and (max-width: 900px) {
  #careerform .row {display: block !important;}
  #careerform .col {margin-top: 10px !important;}
  #indexblock4 {padding-top: 10px;}
  .ourmarkett h3 {font-size: 1.1rem}
  .mmcard {width: 96%;}
}



