* {
  
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: auto;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
}

p{
  color:blue;
}

h1, b {
	color: blue;
}
/*Menu*/
.menu desktop {
  overflow: hidden;
  background-color: #333;
  position: relative;
  top: 0;
  width: 100%;
}
.menu desktop li{
  background-color: #000;
}
.desktop {
  display: none;
}

.menu__icon {
  height: 32px;
  width: 43px;
  margin: 3%;
  position: absolute;
  top: 10px;
  right: 3%;
  display: inline-block;
  vertical-align: middle;
  z-index: 20;
}

.menu__icon span {
  display: block;
  background: blue;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  left: 0;
  top: 50%;
}

.menu__icon:before,
.menu__icon:after {
  content: "";
  display: block;
  background: blue;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  transform-origin: center center;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.menu__icon:before {
  top: 2px;
  margin-top: -2px;
}

.menu__icon:after {
  bottom: 2px;
  margin-bottom: -2px;
}


.menu_shown .menu__icon span {
  background: transparent;
}

.menu_shown .menu__icon:before {
  top: 50%;
  transform: rotate(45deg);
}

.menu_shown .menu__icon:after {
  bottom: 50%;
  transform: rotate(-45deg);
}


.mobile.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #7eb4e2;
  z-index: 10;
  transition: all .4s ease-in-out;
  transform: translateX(-100%);
}

.menu_shown .mobile.menu {
  transform: translateX(0);
}

.mobile .menu__item {
  display: block;
  line-height: 2;
  padding: 25px 0;
}

@media (min-width: 770PX) {


  .mobile {
    display: none;
    background-color: whitesmoke;
  }

  .desktop {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    background-color: whitesmoke;
  }
  #gallerywrapper
  {
    
    overflow-x: hidden;
    height: 80px;
  }
}
    
/*main*/
.cls_main {
  padding: 0% 7% 0% 7%;
  font-size: medium;
}
.features
{
  padding: 2%;
  display: grid;
  justify-content: inherit;
  background-color: whitesmoke;
}

.about-section {

  float: inherit;
  
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px
  }
}

/* client and services*/
.p {
  margin: 5px 0;
  padding: 0;
  text-align: center;
  font-style: italic;
}
.height {
  height: 10px;
}
/* caption decorate */
.captionText {
  color: #000000;
  font-size: 14px;
  position: absolute;
  padding: 12px 12px;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Slider image number */
.slideNumber {
  background-color: #5574C5;
  color: white;
  border-radius: 25px;
  right: 0;
  opacity: .5;
  margin: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  position: absolute;
}

.fa {
  font-size: 32px;
}

.fa:hover {
  transform: rotate(360deg);
  transition: 1s;
  color: white;
}

footer {
  display: grid;
  align-content: space-evenly;
  align-items: center;
}

.footerdot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.footer {
  background-color: #24262b;
  padding: 2px 0;
}
.footercont
{
  border-color: #05A739;
}
.active,
.footerdot:hover {
  background-color: wheat;
}

.wrapper {
  width: 70%;
  overflow-x: scroll;
  white-space: nowrap;
  column-count: 2;
}

.slide {
  display: inline-block;
  width: 50%;
}



/*responsive*/
@media(max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media(max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}

#divclientandservice {
  overflow: scroll;
  overflow-x: hidden;
  height: 150px;
}

@media(min-width:600px)
{
  #divclientandservice {
    overflow: scroll;
    overflow-x: hidden;
    height: 250px;
    width: 35%;
    position: static;
    /* text-align: center; */
    font-size: larger;
    /* border: solid; */
  }
  
}

/* div.gallefootery {
  float: left;
  width: 20%;
} */

/* div.gallery:hover {
  background-color: lightcoral;
} */

img {
  width: 100%;
}
div.gallery img {
  width: 100%;
  height: auto;
}



a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 16px;
  font-size: 15px;
}

a:hover {
  background-color: #CCCCCC;
  
}

.round {
  border-radius: 50%;
}

.officeaddress {
  font-size: 20px;
  font-family: 'Font Awesome 5 Brands';
  color: darkblue;

}

address {
  text-transform: uppercase;
}
@media screen and (min-width: 650px) 
{
  #gallerywrapper {
    width: 640px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    font-family: verdana, arial, sans-serif;
  }
  
  #gallerywrapper #gallery {
    position: absolute;
    left: 0;
    top: 0;
    height: 250px;
    width: 440px;
    overflow: hidden;
    text-align: center;
  }
  
  #gallerywrapper #gallery div {
    width: 540px;
    height: 500px;
    padding-top: 10px;
    position: relative;
  }
  
  #gallerywrapper #gallery div img {
    clear: both;
    display: block;
    margin: 0 auto;
    border: 0;
  }
  
  #gallerywrapper #gallery div h3 {
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 18px;
  }
  
  #gallerywrapper #gallery div p {
    padding: 5px 0;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
  }
  
  #gallery .previous {
    display: inline;
    float: left;
    margin-left: 40px;
    text-decoration: none;
    border-radius: 50%;
    margin-top: 2%;
  }
  
  #gallery .next {
    display: inline;
    float: right;
    margin-right: 40px;
    text-decoration: none;
    border-radius: 50%;
    margin-top: 2%;
  }
  }

@media screen and (max-width: 650px) 
{

#gallerywrapper {
  width: 640px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  font-family: verdana, arial, sans-serif;
}

#gallerywrapper #gallery {
  position: absolute;
  left: 0;
  top: 0;
  height: 450px;
  width: 640px;
  overflow: hidden;
  text-align: center;
}

#gallerywrapper #gallery div {
  width: 640px;
  height: 900px;
  padding-top: 10px;
  position: relative;
}

#gallerywrapper #gallery div img {
  clear: both;
  display: block;
  margin: 0 auto;
  border: 0;
}

#gallerywrapper #gallery div h3 {
  padding: 10px 0 0 0;
  margin: 0;
  font-size: 18px;
}

#gallerywrapper #gallery div p {
  padding: 5px 0;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}

#gallery .previous {
  display: inline;
  float: left;
  margin-left: 40px;
  text-decoration: none;
  border-radius: 50%;
  margin-top: 2%;
}

#gallery .next {
  display: inline;
  float: right;
  margin-right: 40px;
  text-decoration: none;
  border-radius: 50%;
  margin-top: 2%;
}
}
/*client messge */
.what-say {
  
  padding:4%;
}

.testimonial {
  margin: 0 20px 40px;
}

.testimonial .testimonial-content {
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  background: lightgray;
  position: relative;
}

.testimonial .testimonial-content:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  border-top: 15px solid #718076;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.testimonial .testimonial-content:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  border-top: 15px solid #718076;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.testimonial-content .testimonial-icon {
  width: 50px;
  height: 45px;
  background: #0CCA4A;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}

.testimonial-content .testimonial-icon:before {
  content: "";
  border-bottom: 16px solid #05A739;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}

.testimonial .description {
  font-size: 15px;
  font-style: italic;
  color:red;
  line-height: 23px;
  margin: 0;
}

.testimonial .title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color:blue;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

.testimonial .post {
  display: block;
  font-size: 14px;
  color: green;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #0CCA4A;
}

a {
  cursor: pointer;
}

ul {
  list-style: none;
}


/* ABOUT */
.Contact.roww {
  display: flex;
  height: 350px;
  overflow-y: hidden;
  width: 100%;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.card {
  background-color: rgb(252, 247, 197);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  /* margin: 8px;
  width: 75%;
  position: inherit;
  left: 5%; */
.card card-body
  {
    display:flex;justify-content: center;padding: 10px;width: 500px;
  }
}




.container {
  padding: 0 16px;
}

.container::after,
.row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.Contact {
  width: 75%;
  overflow-y: overlay;
  overflow-x: hidden;
  text-align: center;
}


ul {
  list-style: none;
}

.footer-col {
  padding: 0 0px;
}

.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}

.footer-col h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  /* background-color: #e91e63; */
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}

.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}

@media screen and (min-width: 650px) 
{
@import url(
'https://fonts.googleapis.com/css2?family=Yaldevi:wght@200;300;400;500;600;700&display=swap');

.myProducts-gallery
{
  float: left; 
  margin-left: 22px;float: left;height: 500px;background: #F5F5F5;
        overflow-y: scroll;  margin-bottom: 25px;
}

h1 {
	color: green;
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	padding-top: 22px;
}

h6 {
	color: green;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 60px;
	margin-bottom: 20px;
}

.myProducts-gallery img{
	height: 92px;
	margin: 10px 0;
	cursor: pointer;
	display: block;
	opacity: .5;
  
}

.myProducts-gallery img:hover {
	opacity: 1;
}

.myProducts-gallery {
	float: left;
}

.myProducts {
	
	transform: translate(-50% , -50%);
	
}

.image-container img {
  height: 335px;
  float: left;
  position: relative;
  right: 35%;
	transition: transform 1s;
}

.image-container img:hover{
	transform: scale(1.5);
	cursor: zoom-in;
}

.image-container {
	position: relative;
    /* padding: 10px; */
    height: 500px;
    width: 75%;
    left: 35%;
    padding: 5%;
}
}
@media screen and (max-width: 650px) 
{
  @import url(
'https://fonts.googleapis.com/css2?family=Yaldevi:wght@200;300;400;500;600;700&display=swap');

  .myProducts-gallery{
    margin-left: 22px;
    float: left;
    height:250px;
    width: 15%;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
  }
  .image-container img {
    height: 155px;
    transition: transform 1s;
  }
  
  .image-container img:hover{
    transform: scale(1.3);
    cursor: zoom-in;
    
  }
  
  .image-container {
    float: right;
    padding: 10px;
  }
}