* {
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: monstr-reg;
  src: url(../fonts/Montserratarm-Regular.otf);
}
@font-face {
  font-family: monstr-bold;
  src: url(../fonts/Montserratarm-SemiBold.otf);
}
@font-face {
  font-family: monstr-light;
  src: url(../fonts/Montserratarm-ExtraLight.otf);
}
header {
  max-width: 100%;
  width: 100%;
}
a{
  text-decoration: none!important;
}
.clearfix{
    clear: both;
}
header .header-frst {
  max-width: 100%;
  width: 100%;
  height: 50px;
  background-color: rgb(247, 252, 254);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-frst .head-first-flex {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  margin-left: 17%;
  margin-top: 16px;
}
header .header-frst .head-first-flex p {
  color: rgb(0, 134, 153);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "monstr-light";
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;

}
header .header-frst .icons-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 21%;
  gap: 15px;
}
header .header-frst .icons-soc i {
  color: rgb(0, 134, 153);
  font-size: 18px;
}
header .header-menu {
  max-width: 77%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  gap: 0%;
}

.menu-hover{
  width: 0%;
  background-color:#05889b;
  height:1px;
  margin-top:1px;
  transition: all 0.5s ease-in-out;
 -webkit-transition: all 0.5s ease-in-out;
 -moz-transition: all 0.5s ease-in-out;
}
header .header-menu ul li a:hover .menu-hover{
  width: 100%;
  max-width: 100%;
}

/* .header .header-menu ul li:hover .menu-hover{
  animation-name: 'example';
  animation-duration: 4s;
}

@keyframes example {
  0% {width: 0;}
  100%{width: 100%;}
} */

header .header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  max-width: 90%;
  width: 100%;
  margin-left: 5%;
  margin-top: 26px;
}
header .header-menu ul li {
  list-style-type: none;
}
header .header-menu ul li a {
  text-decoration: none;
  color: rgba(69, 69, 71, 1);
  font-size: 16px;
  font-family: "monstr-reg";
}
header .header-menu .logo {
  max-width: 18%;
  width: 100%;
  margin-top: 0px;
  margin-bottom: -1px;
}
header .header-menu .logo img {
  width: 100%;
  height: 100%;
}

.website-container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.first-blog-header {
  max-width: 100%;
  width: 100%;
  background-color: rgb(247, 252, 254);
  height: 148px;
}
.first-blog-header .contact-blog {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9%;
}
.first-blog-header .contact-blog .blogs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  margin-top: 40px;
  max-width: 36%;
  width: 100%;
  margin-top: 38px;
}
.first-blog-header .contact-blog .blogs-wrapper .blogs-wrapper-flex {
  max-width: 18%;
  width: 100%;
  position: relative;
}
.first-blog-header .contact-blog .blogs-wrapper .blogs-wrapper-flex img {
  width: 100%;
}
.first-blog-header .contact-blog .blogs-wrapper .blogs-wrapper-flex .position-img {
  position: absolute;
}
.first-blog-header .contact-blog .blogs-wrapper .flex-text p {
  font-size: 16px;
  font-family: "monstr-reg";
  color: rgb(56, 56, 56);
  margin-bottom: 18px;
}
.first-blog-header .contact-blog .blogs-wrapper .flex-text span {
  font-size: 13px;
  font-family: "monstr-light";
  color: rgb(158, 158, 158);
}

h2 {
  font-size: 18px;
  color: rgb(34, 34, 34);
  font-family: "monstr-reg";
}

.about-us {
  margin-top: 60px;
}

.about-hr {
  margin-top: 2px!important;
  width: 64px!important;
}

.about-blogs {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.about-blogs .first-blogs-about {
  max-width: 48%;
  width: 100%;
}
.about-blogs .first-blogs-about img {
  margin-top: 8px;
}
.about-blogs .first-blogs-about p {
  padding-right: 30px;
  color: rgb(34, 34, 34);
  font-size: 15px;
  font-family: "monstr-reg";
  line-height: 23px;
  font-weight: 300;
}
.about-blogs .two-blogs-about {
  max-width: 48%;
  width: 100%;
  position: relative;
}
.about-blogs .two-blogs-about p {
  margin-top: 20px;
  color: rgba(136, 136, 136, 1);
  font-size: 15px;
  font-family: 'monstr-light';
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-blogs .two-blogs-about span {
  color: rgb(0, 134, 153);
  font-size: 14px;
  font-family: "monstr-reg";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: absolute;
  top: 97%;
}
.about-blogs .two-blogs-about .blog-img {
  max-width: 100%;
  width: 100%;
}
.about-blogs .two-blogs-about .blog-img .img-tree {
  position: absolute;
  top: -46px;
  right: 0;
  z-index: -2;
}

.services-index {
  max-width: 100%;
  width: 100%;
  background-color: rgba(0, 134, 153, 0.1);
  margin-top: 105px;
  height: 463px;
}
.services-index .serv-first-hr {
  padding-top: 28px;
  color: rgb(0, 134, 153);
  font-size: 19px;
  text-align: center;
}
.services-index .serv-two-hr {
  color: rgb(158, 158, 158);
  font-size: 17px;
  margin-top: -5px;
  text-align: center;
  font-weight: 300;
  font-family: 'monstr-light';
}
.services-index .services-index-blogs {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: -16px;
}
.services-index .services-index-blogs .sevic-first-ind {
  max-width: 80%;
  width: 100%;
}
.services-index .services-index-blogs .sevic-first-ind .servicSwiper {
  width: 100% !important;
  margin-top: 27px;
}
.services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog {
  max-width: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255);
}



.services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center {
  max-width: 85%;
  width: 100%;
  height: 328px;
  margin: 0 auto;
  position: relative;
}
.services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center img {
  width: 56px;
  padding-top: 15px;
}
.services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center h5 {
  font-size: 16px;
  color: rgb(0, 134, 153);
  line-height: 22px;
  font-family: "monstr-reg";
  margin-top: 20px;
  font-weight: 400;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center p {
    margin-top: 15px;
    font-size: 12px;
    color: rgb(158, 158, 158);
    font-family: "monstr-light";
    line-height: 23px;
    top: 80%;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center .more-edit {
  color: rgba(56, 56, 56, 1);
  line-height: 0;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  top: 76%;
}

.services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center .more-edit:hover{
   color: rgb(0, 134, 153);
}
.services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center .more-edit img {
  width: 13px;
  margin-top: 0;
  padding-top: 0;
}
.services-index .services-index-blogs .servic-two-ind h5 {
  margin-top: 30px;
  color: rgb(0, 134, 153);
  font-size: 35px;
  font-family: "monstr-reg";
  font-weight: 400;
}
.services-index .services-index-blogs .servic-two-ind p {
  margin-top: 36px;
  line-height: 21px;
  font-family: "monstr-reg";
  color: rgb(136, 136, 136);
  font-size: 13px;
}

.child-blog {
  max-width: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255);
}
.child-blog .child-blog-center {
  max-width: 85%;
  width: 100%;
  margin: 0 auto;
  height: 328px;
}
.child-blog .child-blog-center img {
  width: 56px;
  padding-top: 15px;
}
.child-blog .child-blog-center h5 {
    font-size: 16px;
    color: rgb(0, 134, 153);
    line-height: 22px;
    font-family: "monstr-reg";
    margin-top: 20px!important;
    font-weight: 400;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.child-blog .child-blog-center p {
    margin-top: 15px;
    font-size: 12px;
    color: rgb(158, 158, 158);
    font-family: "monstr-light";
    line-height: 23px;


    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.child-blog .child-blog-center .more-edit {
  color: rgba(56, 56, 56, 1);
  line-height: 0;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  top: 76%;
}

.child-blog .child-blog-center .more-edit:hover{
  color: rgb(0, 134, 153);
}
.next{
  display: flex;
  gap: 30%;
  margin-left: 10%;
  margin-top: 143px!important;
}
.child-blog .child-blog-center .more-edit img {
  width: 14px;
  margin-top: 0;
  padding-top: 0;
}

/* .service-child-ind {
  max-width: 51% !important;
} */

.child-blog-childs {
  background-color: rgb(230, 243, 245) !important;
}

.servic-index-blogs-child {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  margin-top: 30px!important;
}

.servic-child-two {
  max-width: 18%;
  width: 100%;
}


.index-child {
  background: none !important;
  margin-top: 30px;
}

.species-blog {
    max-width: 100%;
    width: 100%;
    background-color: rgb(240, 248, 249);
    margin-top: 40px;
    padding-bottom: 20px;
}


.menu-mobile{
  display: none;
}

.option-blogs {
  margin-top: 60px;
}

.option-head .option-hr {
  margin-top: 2px;
  width: 64px;
  border: 1px solid rgb(0, 134, 153);
}

.lens-ind-blogs {
  max-width: 100%;
  width: 100%;
}
.lens-ind-blogs .lens-wrapper {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
  margin-top: 20px;
}
.lens-ind-blogs .lens-wrapper .lens-contents {
  max-width: 22.5%;
  width: 100%;
  height: 227px;
  border: 1px solid rgba(0, 134, 153, 0.41);
  margin-bottom: 20px;
  border-radius: 5px;
}
.lens-ind-blogs .lens-wrapper .lens-contents .lens-img {
  width: 100%;
  height: 182px;
}
.lens-ind-blogs .lens-wrapper .lens-contents .lens-img img {
  width: 100%;
  height: 100%;
}
.lens-ind-blogs .lens-wrapper .lens-contents p {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-family: "monstr-reg";
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.option-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  margin-top: 22px;
}
.option-content .option-content-sec {
  max-width: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 345px;
  border: 1px solid rgba(0, 134, 153, 0.4);
}
.option-content .option-content-sec .option-img {
  height: 100%;
}
.option-content .option-content-sec .option-img img {
  height: 100%;
}
.option-content .option-content-sec .option-title {
  position: relative;
  background: rgb(0, 134, 153);
}
.option-content .option-content-sec .option-title:hover {
   background-color: white;
}

.option-content .option-content-sec .option-title:hover h6{
  color: rgb(0, 134, 153);
}
.option-content .option-content-sec .option-title:hover p{
  color: rgb(158, 158, 158);
}

.option-content .option-content-sec .option-title:hover span{
  color: rgb(136, 136, 136) !important;
}

.option-content .option-content-sec .option-title:hover .option-content-sec {
  border: 1px solid rgba(0, 134, 153, 0.4)!important;
}

.option-content .option-content-sec .option-title h6 {
  font-size: 17px;
  color: rgb(255, 255, 255);
  font-family: "monstr-reg";
  margin-top: 30px;
  margin-left: 20px;
  font-weight: 300;
}
.option-content .option-content-sec .option-title p {
  color: white;
  font-size: 14px;
  margin-left: 20px;
  margin-top: 14px;
  font-weight: 300;
  font-family: "monstr-light";
  padding-right: 8px;
  line-height: 24px;
}
.option-content .option-content-sec .option-title span {
  position: absolute;
  top: 90%;
  left: 48%;
  width: 100%;
  font-size: 12px;
  color: rgb(255, 255, 255) !important;
  font-family: "monstr-reg";
}
.option-content .option-content-sec .option-title span img {
  width: 17px;
  margin-top: 0;
}
.option-content .option-content-sec .option-title img {
  margin-top: 30px;
  margin-left: 15px;
}
.option-content .option-content-sec:nth-child(2) {
  border: 1px solid rgba(0, 134, 153, 0.4);
}
.option-content .option-content-sec:nth-child(2) .option-title {
  background-color: white;
}
.option-content .option-content-sec:nth-child(2) .option-title:hover {
  background: rgb(0, 134, 153);
}
.option-content .option-content-sec:nth-child(2) .option-title h6 {
  color: rgb(0, 134, 153);
}
.option-content .option-content-sec:nth-child(2) .option-title:hover h6 {
  color: white!important;
}
.option-content .option-content-sec:nth-child(2) .option-title:hover p {
  color: white!important;
}
.option-content .option-content-sec:nth-child(2) .option-title p {
  color: rgb(158, 158, 158);
}
.option-content .option-content-sec:nth-child(2) .option-title span {
  color: rgb(136, 136, 136) !important;
}
.option-content .option-content-sec:nth-child(2) .option-title:hover span {
  color: white !important;
}

.services {
  max-width: 100%;
  width: 100%;
}

.service-blogs {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.h2-service {
  font-weight: 400;
}

.service-content {
  max-width: 100%;
  width: 100%;
  max-width: 23.6%;
  width: 100%;
  border: 0.5px solid rgba(0, 134, 153, 0.41);
  height: 255px;
  height: 267px;
  border-radius: 5px;
  margin-bottom: 12px;
}
.service-content:hover p{
  color: white;
}
.service-content:hover span{
  color: white;
}
.service-content:hover .service-content .service-img{
  background-color: white!important;
}
.service-content .service-content-with {
  max-width: 88%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.service-content p {
    color: rgb(89, 89, 89, 1);
    font-size: 16px;
    font-family: "monstr-reg";
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 24px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.service-content span {
    color: rgb(158, 158, 158);
    font-family: "monstr-reg";
    font-size: 14px;
    line-height: 20px;
    font-family: "monstr-light";

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.service-content .service-img {
  max-width: 15%;
  width: 100%;
  margin-top: 10px;
  background-color: rgb(230, 245, 252);
  border-radius: 50%;
  padding: 10px;
}
.service-content .service-img img {
  width: 100%;
}

.service-content:hover {
  background-color: rgb(0, 134, 153);
}

.h2-service {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
  color: rgb(158, 158, 158);
  font-size: 12px;
  font-weight: 400;
}

.hr-2 {
  width: 100%;
  background-color: rgb(217, 217, 217);
  height: 0.2px;
  margin-bottom: 15px;
  margin-top: -4px;
  border-top: 0px solid rgba(0,0,0,.1);
}

footer {
  max-width: 100%;
  width: 100%;
  margin-top: 40px;
  height: 225px;
  margin-top: 70px;
  bottom: 0;
  background: rgb(240, 248, 249);
}
footer .footer {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer .footer-blog-one {
  max-width: 40%;
  width: 100%;
}
footer .footer .footer-blog-one h5 {
  font-size: 18px;
  font-family: "monstr-reg";
  color: rgb(34, 34, 34);
  margin-top: 15px;
  font-weight: 400;
}
footer .footer .footer-blog-one h2 {
  padding-top: 10px;
}
footer .footer .footer-blog-two {
  max-width: 60%;
  width: 100%;
}
footer .footer .footer-blog-two iframe {
  height: 220px;
}
.form-group input{
  background-color: rgba(240, 240, 240, 1);
}
.form-group input::placeholder{
  color: rgba(158, 158, 158, 1);
}
.footer-hr {
  width: 64px;
  background: rgb(0, 134, 153);
  margin-top: 5px;
  height: 1px;
}
.modal-bg{
  background-image: url(../images/bg.png);
   background-size: 100% 100%;
}
.modal-content{
  background-color: transparent!important;
}
.form-group {
  margin-bottom: 1.2rem;
}
.form-head{
    font-size: 17px;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 20px;
    font-family: 'monstr-light';
    color: rgba(255, 255, 255, 1);


}
textarea::placeholder{
  color: rgba(158, 158, 158, 1);
}
.textarea::placeholder{
  background-color: rgba(240, 240, 240, 1)!important;
}
.form-control{
  color: rgba(158, 158, 158, 1);
}
#exampleFormControlTextarea1{
  background-color: rgba(240, 240, 240, 1);
}
.footer-p {
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 16px;
  font-family: "monstr-light";
  color: rgb(158, 158, 158);
}
.footer-p span {
  margin-left: 30px;
}
.footer-p .span-left {
   margin-left: 152px;
}

.p-top {
  margin-top: 34px !important;
}

.footer-block {
  height: 227px;
  background-color: rgb(0, 134, 153);
  margin-bottom: 0;
}
.footer-block .blogs-footer-ul {
  max-width: 79%;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          gap: 4%;
}
.footer-block .blogs-footer-ul .foot-logo {
  max-width: 13%;
  width: 100%;
}
.footer-block .blogs-footer-ul .foot-logo img {
  width: 100%;
}
.footer-block .blogs-footer-ul .li-hr {
  max-width: 100%;
  width: 100%;
  margin-top: 75px;
}
.footer-block .blogs-footer-ul .li-hr .footer-ul-hr {

  max-width: 96%;
  width: 100%;
  height: 1px;
  background: rgba(223, 223, 223, 1);
}
.footer-block .blogs-footer-ul .ul-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 4%;
}
.footer-block .blogs-footer-ul .ul-footer li {
  list-style-type: none;
}
.footer-block .blogs-footer-ul .ul-footer li a {
  text-decoration: none;
  color: rgba(223, 223, 223, 1);
  font-size: 16px;
  font-family: "monstr-reg";
}

.news-blocks {
  max-width: 100%;
  width: 100%;
  margin-top: 40px;
  min-height: 470px;
}
.news-blocks .new-blog {
  max-width: 100%;
  width: 100%;
}
.news-service{
  margin-top: 35px;
}
.news-blocks .new-blog h5 {
  font-size: 17px;
  font-family: "monstr-reg";
  color: rgba(89, 89, 89, 1);
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: 'monstr-light';
  position: relative;
  font-weight: 600;
}
.news-blocks .new-blog p {
  font-size: 14px;
  font-family: "monstr-light";
  color: rgba(81, 81, 81, 1);
  line-height: 24px;
}
.news-blocks .new-blog .img-new {
  max-width: 40%;
  width: 100%;
  float: left;
  padding-right: 19px;
}

.head-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 12px;
  color: rgba(158, 158, 158, 1);
}

.serv-first-servic {
  position: absolute;
  top: -33px;
}

.img-hr {
  width: 80px;
  color: rgb(0, 134, 153);
  border: 1px solid rgb(0, 134, 153);
  margin-top: 10px;

  position: absolute;
  left: 40.5%;
  top: 61%;
}

.all-new {
  width: 70px;
  margin-top: 2px;
  height: 1px;
  background: rgba(0, 134, 153, 1);
}

.class-news {
  margin-top: 22px;
}

.yweb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
  margin-right: 40px;
}
.yweb img {
  width: 252px;
  padding-right: 40px;
}

.news-index {
  margin-top: 80px;
}
.news-index .news-ind-head {
  color: rgb(34, 34, 34);
  font-family: "monstr-reg";
}
.news-index .news-ind-head .news-hr-ind {
  margin-top: 2px;
  width: 64px;
  color: rgb(0, 134, 153);
  border: 1px solid rgb(0, 134, 153);
}
.news-index .news-index-contents {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
.news-index .news-index-contents .news-ind-blogs {
  max-width: 35%;
  width: 100%;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
.news-ind-blogs:hover{
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25)!important;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25)!important;
}

.news-hr-bottom{
  height: 1px;
  background-color: #05889b;
  width: 0%;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.news-ind-blogs:hover .news-hr-bottom{
  width: 100%;
}
.news-index .news-index-contents .news-ind-blogs .news-ind-img {
  width: 100%;
  height: 250px;
}
.news-index .news-index-contents .news-ind-blogs .news-ind-img img {
  width: 100%;
  height: 100%;
}
.news-index .news-index-contents .news-ind-blogs .news-title-blog-ind {
  max-width: 85%;
  width: 100%;
  margin: 0 auto;
  margin-top: -10px;
}
.news-index .news-index-contents .news-ind-blogs .news-title-blog-ind button {
  background-color: rgb(0, 134, 153);
  max-width: 120px;
  width: 100%;
  color: white;
  border: 0;
  height: 30px;
  border-radius: 15px;
  margin-top: -50px;
}
.news-index .news-index-contents .news-ind-blogs .news-title-blog-ind h5 {
  margin-top: 15px;
  font-size: 16px;
  color: rgb(82, 82, 82);
  font-family: "monstr-light";
  line-height: 25px;
  font-weight: 300;
}
.news-index .news-index-contents .news-ind-blogs .news-title-blog-ind p {
  margin-top: 15px;
  font-size: 14px;
  font-family: "monstr-light";
  color: rgb(158, 158, 158);
  line-height: 24px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 96px;
}

.icons-soc-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.icons-soc-footer i {
  color: white;
  margin-top: 3px;
  font-size: 19px;
}
.page-item.disabled .page-link {
  border: 0;
}
.opt-img {
  margin-top: 10px !important;
  color: black;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
  border: 0;
  background: white;
  color: black;
}
.page-item.active .page-link {
  background-color: white;
  color: #05889b;
}

@media only screen and (max-width: 1780px) {
  .website-container {
    max-width: 1230px;
    width: 100%;
  }

}
@media only screen and (max-width: 1620px) {
  .website-container {
    max-width: 1200px;
    width: 100%;
  }
  .about-blogs .first-blogs-about {
    max-width: 50%;
    width: 100%;
}
.next {
  margin-top: 120px!important;
}
}
@media only screen and (max-width: 1480px) {
  .website-container {
    max-width: 1150px;
    width: 100%;
  }
  .about-blogs .first-blogs-about {
    max-width: 52%;
    width: 100%;
  }
  .option-content .option-content-sec {
    height: 283px;
  }
  .option-content .option-content-sec .option-title img {
    margin-top: 21px;
    width: 20%;
  }
  .news-index .news-index-contents .news-ind-blogs .news-ind-img {
    height: 206px;
  }
  .lens-ind-blogs .lens-wrapper .lens-contents .lens-img {
    width: 100%;
    height: 169px;
  }
  .lens-ind-blogs .lens-wrapper .lens-contents {
    height: 222px;
  }
}
@media only screen and (max-width: 1366px) {
  .website-container {
    max-width: 1100px;
    width: 100%;
  }
  .about-blogs {
    gap: 40px;
  }
  .about-blogs .two-blogs-about p {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .about-blogs .two-blogs-about span {
    top: 96%;
  }
  .news-index .news-index-contents .news-ind-blogs .news-title-blog-ind button {
    max-width: 102px;
    height: 25px;
    font-size: 15px;
  }

  .footer-p {
    font-size: 14px;
  }
  .footer-p span {
    margin-left: 9px;
  }
  .footer-p .span-left {
    margin-left: 119px;
  }
  .option-content .option-content-sec .option-title p {
    line-height: 23px;
    font-size: 13px;
    font-weight: 300;
  }
  .img-swiper {
    height: 240px;
    width: 100%;
  }
  .img-swiper img {
      width: 100%;
      height:290px;
      object-fit: contain
  }
  .child-blog .child-blog-center img {
    width: 50px;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: rgb(0, 134, 153) !important;
  }
  .doc-slide p {
    margin-left: 7px;
    margin-top: 10px;
  }
  .option-content .option-content-sec .option-title span {
    top: 88%;
    left: 43%;
  }
  .child-blog .child-blog-center .more-edit {
    padding-bottom: 14px;
  }
  .option-content .option-content-sec .option-title h6 {
    margin-top: 21px;
  }
  .option-content .option-content-sec .option-title img {
    margin-top: 18px;
  }
  .footer-block .blogs-footer-ul {
    max-width: 90%;
  }
  .footer-block .blogs-footer-ul .ul-footer {
    gap: 5%;
  }
  .child-blog .child-blog-center .more-edit {
    margin-top: 25px;
  }
  .footer-block .blogs-footer-ul .ul-footer li a {
    font-size: 15px;
  }
  header .header-menu {
    max-width: 86%;
    gap: 1%;
  }
  .header .header-menu ul {
    margin-left: 0;
  }
  header .header-menu ul li a {
    font-size: 15px;
  }
  .lens-ind-blogs .lens-wrapper .lens-contents .lens-img {
    width: 100%;
    height: 153px;
  }
  .lens-ind-blogs .lens-wrapper .lens-contents {
    height: 203px;
  }

  .service-content .service-img {
    max-width: 22%;
  }
  header .header-frst .icons-soc {
    margin-right: 16%;
  }
  header .header-frst .head-first-flex {
    margin-left: 17%;
  }
  .services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center h5 {
    min-height: 35px;
  }
  .about-blogs .first-blogs-about img {
    margin-top: 1px;
}
.services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center {
  height: 306px;
}
.next {
  margin-top: 100px!important;
}
.services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center .more-edit {
  top: 73%;
}
.child-blog .child-blog-center {
  height: 306px;
}
.first-blog-header .contact-blog .blogs-wrapper .flex-text p {
  margin-bottom: 7px;
}
.first-blog-header {
  height: 134px;
}
.first-blog-header .contact-blog .blogs-wrapper {
  margin-top: 30px;
}
.footer-block {
  height: 175px;
}
.footer-block .blogs-footer-ul .li-hr {
  margin-top: 50px;
}
.yweb {
  margin-top: -7px;
}
}
@media only screen and (max-width: 1280px) {
  .website-container {
    max-width: 1050px;
    width: 100%;
  }
  .about-blogs .first-blogs-about img {
    margin-top: 25px;
    width: 100%;
  }
  .services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center img {
    width: 36px;
  }
  .services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center h5 {
    margin-top: 1px;
    font-weight: 400;
  }
  .about-blogs .first-blogs-about img {
    margin-top: 0px;
  }
  .about-blogs .first-blogs-about p {
    line-height: 21px;
    font-size: 15px;
  }
  .about-blogs .two-blogs-about p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center {
    height: 284px;
}
  header .header-frst .icons-soc {
    margin-right: 13%;
  }
  .services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center .more-edit {
    padding-bottom: 14px;
  }
  .option-content .option-content-sec .option-title span {
    left: 37%;
  }
  .services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center .more-edit {
    top: 80%;
}
.child-blog .child-blog-center img {
  width: 36px;
}
.species-blog {
  margin-top: 20px;
}
.child-blog .child-blog-center {
  height: 284px;
}
.services-index {
  height: 421px;
}
  .services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center .more-edit {
    margin-top: 24px;
  }
  .service-content {
    height: 210px;
  }
  .service-content span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .lens-ind-blogs .lens-wrapper .lens-contents .lens-img {
    width: 100%;
    height: 145px;
  }
  .lens-ind-blogs .lens-wrapper .lens-contents {
    height: 182px;
  }
  .lens-ind-blogs .lens-wrapper .lens-contents p {
    font-size: 14px;
  }
  .next {
    margin-top: 54px!important;
  }
}

@media only screen and (max-width: 1024px){
  .website-container {
    max-width: 900px;
    width: 100%;
}
header .header-menu ul li a {
  font-size: 13px;
}
.services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center p {
  margin-top: 15px;
  font-size: 10px;
}
.img-swiper {
  height: auto;
}
.footer-block .blogs-footer-ul .ul-footer li a {
  font-size: 11px;
}
header .header-menu ul {
  display: none;
}
.menu-mobile{
  display: block;
}
header .header-menu {
  justify-content: flex-start;
  position: relative;
}

.menu-mobile{
  position: absolute;
    right: 7%;
}
.icon i{
    color: rgb(0, 134, 153);
    font-size: 18px;
}

.dropdown-toggle{
  background-color: white;
  border: 0;
  padding: 0;
}
.fa-bars{
  color: #05889b;
  font-size: 26px;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-secondary:hover {
  background-color: white;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  background-color: white;
}
.dropdown-menu {
  min-width: 11rem!important;
}
}

@media only screen and (max-width: 780px){
  header .header-frst .head-first-flex {
    margin-left: 5%;
}
.first-blog-header .contact-blog {
  gap: 2%;
}
.first-blog-header .contact-blog .blogs-wrapper .flex-text span {
  font-size: 11px;
}
.first-blog-header .contact-blog .blogs-wrapper .flex-text p {
  font-size: 15px;
  margin-bottom: 3px;
}
.first-blog-header .contact-blog .blogs-wrapper {
  margin-top: 29px;
}
.img-first{
   max-width: 69%;
   width: 100%;
}
.about-blogs .two-blogs-about .blog-img .img-tree {
  max-width: 67%;
}

.services-index .services-index-blogs .sevic-first-ind {
  max-width: 72%;
}
.servic-index-blogs-child {
  justify-content: flex-start!important;
}

.option-content .option-content-sec .option-img img {
  width: 100%;
}

.option-content .option-content-sec .option-img {
  max-width: 50%;
  width: 100%;

}

.option-content .option-content-sec .option-title {
  max-width: 50%;
  width: 100%;
}

.option-content {
  gap: 4%;
}


.option-content .option-content-sec {
  height: 186px;
}
.option-content .option-content-sec .option-title h6 {
  margin-top: 0px;
}
.option-content .option-content-sec .option-title p{
  line-height: 20px;
  font-size: 11px;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.option-content .option-content-sec .option-title span {
  top: 84%;
}
.news-index .news-index-contents {
  gap: 3%;
}

.news-index .news-index-contents .news-ind-blogs .news-ind-img {
  height: 175px;
}
.news-index .news-index-contents .news-ind-blogs .news-title-blog-ind h5 {
  margin-top: 9px;
    font-size: 15px;
    line-height: 21px;
}
.news-index .news-index-contents .news-ind-blogs .news-title-blog-ind p {
  margin-top: 0px;
  font-size: 12px;
  line-height: 21px;
}
.news-index .news-index-contents .news-ind-blogs .news-title-blog-ind button {
  max-width: 88px;
  width: 100%;
  height: 25px;
}

footer .footer .footer-blog-one h5 {
  font-size: 16px;
}
.footer-p {
  font-size: 12px;
}

.footer-block .blogs-footer-ul {
  max-width: 95%;
}

.service-child-ind {
  max-width: 77% !important;
}
header .header-frst .head-first-flex p {
  font-size: 10px;
}
.header-frst{
  display: none;
}
}

@media only screen and (max-width: 580px){
  .about-blogs .first-blogs-about {
    max-width: 100%;
  }
  .about-blogs .two-blogs-about {
    max-width: 100%;
    width: 100%;
  }

  .about-blogs .first-blogs-about {
    margin-bottom: 50px;
  }

  .option-content {
    flex-wrap: wrap;
  }
  .option-content .option-content-sec {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .news-index .news-index-contents .news-ind-blogs {
    max-width: 48%;
  }

  .news-ind-blogs:nth-child(3){
    display: none;
  }

  .foot-logo{
    display: none;
  }

  .footer-block .blogs-footer-ul .ul-footer {
  display: none;
 }
 .icons-soc-footer {
  display: none;
 }

 .footer-block {
  height: 60px;
 }

 .footer-ul-hr{
  display: none;
 }

 .yweb {
  margin-top: -64px;
  justify-content: center;
 }

 .servic-child-two {
  display: none;
 }
 .servic-two-ind{
  display: none;
 }
 .about-blogs {
  margin-top: -1px;
 }
 .index-child {
  margin-top: 13px;
 }
 .about-blogs .two-blogs-about p {
  margin-top: 11px;
 }
 .about-blogs .first-blogs-about p {
  line-height: 21px;
  font-size: 13px;
  padding: 0;
}
.services-index .serv-two-hr {
  margin-top: -2px;
}
 .first-blog-header {
  height: 132px;
 }
 .first-blog-header .contact-blog .blogs-wrapper {
  margin-top: 17px;
}

 .services-index .services-index-blogs .sevic-first-ind {
  max-width: 99%;
}
.services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center p {
  margin-top: 15px;
  font-size: 13px;
}
.option-content {
  margin-top: 21px;
}
.option-head .option-hr {
  margin-top: 3px;
}
.option-content .option-content-sec {
  height: 218px;
}
.about-blogs {
  flex-wrap: wrap;
}

.about-blogs .first-blogs-about img {
  margin-top: 0;
}
.about-blogs .two-blogs-about .blog-img .img-tree {
  max-width: 67%;
  width: 100%;
}
.header-frst {
  display: none!important;
}

.website-container {
  max-width: 100%;
  padding: 0 30px;
}

.menu-mobile {
  right: 0%;
}
header .header-menu {
  max-width: 100%;
}

.option-blogs {
  max-width: 100%;
  width: 100%;
}
.option-content{
   max-width: 100%;
   width: 100%;
}
.first-blog-header .contact-blog .blogs-wrapper .flex-text p {
  font-size: 12px;
}
.services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center {
  height: 291px;
}
header .header-menu .logo {
  margin-left: 2%;
}
.service-child-ind {
  max-width: 94% !important;
}
header .header-menu .logo {
  max-width: 23%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.img-first {
  max-width: 59%;
}

.news-index .news-index-contents .news-ind-blogs .news-ind-img {
  height: 164px;
}
.news-index .news-index-contents .news-ind-blogs .news-title-blog-ind p {
  -webkit-line-clamp: 3;
}
.news-index .news-index-contents .news-ind-blogs .news-title-blog-ind h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.about-blogs .two-blogs-about span {
 top: 101%;
}
footer .footer {
  flex-wrap: wrap;
}
footer .footer .footer-blog-one {
  max-width: 100%;
}
footer {
  height: auto!important;
}

footer .footer .footer-blog-two iframe {
  height: 177px;
}
footer .footer .footer-blog-two {
  max-width: 100%;
}
.footer-p .span-left {
  margin-left: 102px;
}
.footer-p {
  margin-top: 9px;
}
.p-top {
  margin-top: 20px !important;
}
.servic-index-blogs-child {
  margin-top: 20px;
}
.services-index .serv-two-hr {
  margin-top: -7px;
  font-size: 15px;
}
.news-blocks .new-blog .img-new {
  max-width: 101%;
}
.img-hr {
  position: inherit;
  margin-top: 4px;
}
.news-blocks {
  height: auto!important;
}
.lens-ind-blogs .lens-wrapper .lens-contents {
  max-width: 48.5%;
}
}

@media only screen and (max-width: 440px){
  .first-blog-header{
        display: none;
  }

  .services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center h5 {
    font-size: 14px;
  }

  .services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center {
    height: 221px;
}
.services-index {
  height: 369px;
}
.services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: -1px;
}
.service-child-ind {
  max-width: 101% !important;
}
header .header-menu .logo {
  max-width: 28%;
}
.child-blog .child-blog-center {
  max-width: 92%;
}
.menu-mobile {
  right: 2%;
}
footer .footer .footer-blog-one h5 {
  font-size: 15px;
}
.footer-p {
  margin-top: 4px;
}
.services-index .services-index-blogs .sevic-first-ind .servicSwiper {
  margin-top: 7px;
}
footer .footer .footer-blog-one h5 {
  margin-bottom: -5px;
}
.child-blog .child-blog-center h5 {
  font-size: 14px;
}
.option-content .option-content-sec .option-title span img {
  width: 12px;
  margin-top: -3px;
  margin-left: 6px;
}
.more-edit{
  font-size: 12px;
}
header .header-menu .logo {
  margin-left: 7%;
}
footer .footer .footer-blog-one {
  margin-bottom: 6px;
}
.yweb img {
  width: 220px;
}
.news-index .news-index-contents .news-ind-blogs .news-title-blog-ind {
  margin-left: 4%;
}
.news-index .news-index-contents .news-ind-blogs .news-title-blog-ind button {
  height: 19px;
  font-size: 12px;
  max-width: 75px;
}
.news-index .news-index-contents .news-ind-blogs .news-title-blog-ind h5 {
  font-size: 14px;
}
.news-index .news-index-contents .news-ind-blogs .news-title-blog-ind p {
  line-height: 17px;
}
.services-index .serv-two-hr {
  font-size: 13px;
}
.about-blogs .two-blogs-about span {
  color: rgb(0, 134, 153);
  font-size: 11px;
}
.child-blog .child-blog-center p{
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.services-index {
  height: 334px;
}
.about-blogs .two-blogs-about span {
  top: 101%;
  right: 11px;
}
.next {
  margin-top: 30px;
}
.service-content .service-img {
  max-width: 29%;
}
.child-blog .child-blog-center {
  height: 226px;
}
.option-content .option-content-sec .option-title span {
  font-size: 9px;
  margin-top: 14px;
}
.services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center .more-edit {
  font-size: 10px!important;
  margin-top: 17px;

}
.option-content .option-content-sec .option-title span {
  left: 11%;
}

.news-index .news-index-contents .news-ind-blogs .news-ind-img {
  height: 128px;
}

.h2-service {
  font-size: 12px;
}
.service-content {
  max-width: 48.6%;
}
}

@media only screen and (max-width: 410px){
  .website-container {
    padding: 0 15px;
  }

  header .header-menu .logo {
    max-width: 34%;
  }
  .service-content p {
    line-height: 22px;
  }
  .service-content {
    height: 197px;
}
.service-content .service-img {
  max-width: 28%;
}
}

@media only screen and (max-width: 380px){
  .services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center h5 {
    font-size: 12px;
  }
  .services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center .more-edit {
    margin-top: 17px;
}
.services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center p {
  margin-top: 5px;
}
.services-index .services-index-blogs .sevic-first-ind .servicSwiper .child-blog .child-blog-center {
  height: 238px;
}
.child-blog .child-blog-center h5 {
  font-size: 13px;
}
.child-blog .child-blog-center .more-edit {
  margin-top: 22px;
}
.option-content .option-content-sec {
  height: 176px;
}
iframe{
  margin-top: 15px;
}
}
