body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Averta', sans-serif;
    font-weight: normal;
  overflow-x: hidden;
  
}
body a {
  text-decoration: none;
}
body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
body p {
  margin-bottom: 0;
}
.highslide-viewport-size {
    background-color: #000;
}
.highslide-container {
    z-index: 9999999 !Important;
}
.highslide-controls {
width: 195px;
height: 40px;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
margin-right: 15px;
margin-bottom: 10px;
margin-top: 10px;
}
.highslide-controls ul {
position: relative;
left: 15px;
height: 40px;
list-style: none;
margin: 0;
padding: 0;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
float: left;
padding: 5px 0;
}
.highslide-controls a {
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
display: block;
float: left;
height: 30px;
width: 30px;
outline: none;
}
.highslide-controls a.disabled {
cursor: default;
}
.highslide-controls a span {
/* hide the text for these graphic buttons */
display: none;
}
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
background-position: -120px 0;

}
.highslide-controls .highslide-move a:hover {
background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
background-position: -180px -30px;
}
.mobile-nav {
  display: none;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 99;
  background-color: #000;
  width: 100%;
  transition: 0.3s ease-in-out;
  padding-left:20px;
}

 .logo-mob{
     display:flex;
     align-items:center;
 }
 
.mobile-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu {
  position: fixed;
  top: 83px;
  right: 0%;
  padding: 0;
  left: 0%;
  height: 100vh;
  width: 100%;
  z-index: 12222221;
  background: #000;
  padding-top: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: 0.4s all;
  display: flex;
  opacity: 0;
  visibility: hidden;
}

.mobile-menu li:first-child {
  margin: 0;
}

.mobile-menu li {
  padding: 15px 0;
  width: 100%;
  margin-left: 30px;
}

.color-nav {
  background-color: #000;
}

.btn-sec {
  display: inline-block;
}

.mobile-item {
  display: flex;
  align-items: center;
  padding: 26px 14px;
  font-size: 16px;
}

.contact-btn, .mob-lang {
  display: flex;
  justify-content: center;
  margin-left: 0 !important;
}

.contact-btn a {
  background-color: #83b75b;
  padding: 16px 24px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s background-color;
}

.mobile-item a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.mobile-item a:hover {
  color: #838a9d;
  text-decoration: none;
}

.mob-lang a {
  margin-left: 10px;
  color: #fff;
}

.mob-social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  margin-right: 10px;
  align-items: center;
}

.mob-lang a img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.burger {
  z-index: 111;
  position: relative;
  width: 80px;
  height: 84px;
  
  border: none;
}

.burger div {
  width: 40px;
  height: 3px;
  background: #fff;
  transform: translate3d(-13px, 0, 0);
  transition: all 0.3s ease;
  margin-top: 8px;
  position: absolute;
}

.burger .line1 {
  top: 20px;
  right: 5px;
}

.burger .line2 {
  top: 30px;
  right: 5px;
}

.burger .line3 {
  top: 40px;
  right: 5px;
}

.change .line1 {
  transform: rotate(-45deg) translate(-10px, 7px);
}

.change .line2 {
  opacity: 0;
}

.change .line3 {
  transform: rotate(40deg) translate(-5px, -6px);
}

.translate {
  visibility: visible;
  opacity: 1;
}

.mobile-fixed {
  background-color: #fff;
  top: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.14);
}

.mobile-fixed .burger .line1,
.mobile-fixed .burger .line2,
.mobile-fixed .burger .line3 {
  background-color: #37373f;
}

.mobile-fixed .btn-sec {
  color: #fff;
}

header {
  padding: 10px;
  position: fixed;
  top: 40px;
  z-index: 2222;
  width: 100%;
  transition: all 0.4s ease;
}

.logo img{
    width: 200px;
    filter: brightness(0) invert(1) grayscale(1);
}
header .container {
  padding: 0;
}
header nav {
  box-shadow: 0 22px 24px rgba(0, 0, 0, 0.06);
  padding: 10px 20px;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.3019607843);
}
header nav ul {
  display: flex;
  justify-content: space-between;
  align-items:center;
  padding:0 14px;
}
header nav ul li {
  vertical-align: middle;
  display: inline-block;
  margin: 0 1px 0 0;
  padding: 0 0 0 20px;
}
header nav ul li:not(:first-child) {
  border-left: 1px solid rgba(232, 232, 232, 0.0705882353);
}
header nav ul a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 15px 9px;
  transition: all 0.2s ease-out;
  background: transparent;
  border-radius: 5px;
  text-transform:uppercase;
  font-weight:500;
}
.logo a{
    padding:0;
}
header nav ul a:hover {
  background: rgba(0, 0, 0, 0.1490196078);
  color: white;
}
header nav .wp-nav {
  background: #76BC21;
  padding:15px 30px;
}
header nav .wp-nav:hover {
  background: #619d17;
}
header nav .drop-menu{
        position: absolute;
    top: 100%;
    left: 63%;
    opacity:0;
    visibility:hidden;
    display:block;
    padding: 20px 24px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    min-width: 190px;
    border-color: transparent;
    background:white;
    transform: translateX(-50%);
    transition: .3s;
}
header nav .drop-link{
    position:relative;
    
}

header nav .drop-link:hover .drop-menu{
    opacity:1;
    visibility:visible;
}
header nav .drop-menu:before{
        position: absolute;
    content: '';
    bottom: 100%;
    left: 50%;
    border: 7px solid transparent;
    border-bottom: 8px solid #fff;
    transform: translateX(-50%);
}
header nav .drop-menu li{
    vertical-align: unset;
     display: unset; 
     margin: unset; 
     padding: unset; 
}

header nav ul li:not(:first-child){
    border-left:0;
}
header nav .dropdown-item{
    padding:10px;
}

.nav-bar-fixed-top{
    top:0;
}
.nav-bar-fixed-top nav {
  background-color: rgba(0, 0, 0, 0.6392156863);
}

.carousel {
  height: 100vh;
}

.carousel::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.carousel-indicators {
  margin-left: 17% !important;
}
.carousel-indicators .active{
    transform:translate(0, -13%);
}
.carousel-item img, .carousel-item, .carousel-inner {
  height: 100%;
}

.carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-indicators [data-bs-target] {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50%;
}

.carousel-indicators {
  justify-content: flex-start !important;
}

.carousel-indicators button {
  margin-right: 10px !important;
}

.carousel-text {
  position: absolute;
  left: 16%;
  top: 50%;
  transform: translateY(-10%);
  height: 100%;
  z-index: 1;
  text-transform: uppercase;
}

.carousel-text h1, .carousel-text h3 {
  color: #fff;
}

.carousel-text h1 {
  max-width: 600px;
  font-size: 40px;
  padding-bottom: 1.1rem;
  letter-spacing: 1.2px;
  font-weight:700;
}

.carousel-text h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.carousel-text a {
  padding: 11px 57px;
  background-color: rgb(75, 168, 46);
  border-radius: 24px;
  box-shadow: rgb(30, 109, 6) 0px 4px 8px;
  color: #fff;
  transition: 0.3s;
  width: auto;
  display: inline-block;
  height: 48px;
  font-weight:700;
}

.carousel-text a:hover {
  color: #fff;
  background-color: #34861C;
}

.carousel-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
}

.carousel-icon i {
  font-size: 40px;
  justify-content: center;
  color: rgb(153, 150, 150);
  transform: rotate(180deg);
  -webkit-animation: 2s ease 0s infinite normal none running anim;
          animation: 2s ease 0s infinite normal none running anim;
}

@-webkit-keyframes anim {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@keyframes anim {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
#about-first {
  padding: 155px 0;
  overflow: hidden;
  height:650px;
}

#about-first .container {
  max-width: 1180px;
}

#about-first .left .image-wrapper {
  border-radius: 100%;
  position: relative;
  width: 300px;
  height: 300px;
}

#about-first .left .image-wrapper::after, #about-first .left .image-wrapper::before {
  position: absolute;
  content: " ";
}

#about-first .left .image-wrapper::before {
  left: -60px;
  right: -60px;
  top: -27px;
  bottom: -60px;
  border-radius: 100%;
  border: 1px solid #f0f0f0;
  
}

#about-first .left .image-wrapper::after {
  left: -140px;
  right: -140px;
  top: -100px;
  bottom: -140px;
  border-radius: 100%;
  border: 1px solid #f5f5f5;
}

#about-first .left img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position:top;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

#about-first .right {
  margin-left: 60px;
}

#about-first .right h1 {
  color: #42464e;
  font-size: 26px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}

#about-first .right h1 strong {
  font-weight: 900;
}

#about-first .right .signature {
 
  justify-content:center;
}

#about-first .right .info {
  font-weight: 500;
  margin-left: 20px;
}
#about-first .right p{
    text-align:center;
    margin-top:30px;
}
#about-first .right .info .position {
  margin: 0;
  font-size: 13px;
  text-align: center;
  color: #7f7f7f;
}

#about-first .right .info .name {
  color: #42464e;
  font-size: 15px;
  margin-bottom: 7px;
  text-align: center;
}

.advantage {
  padding: 70px 0;
  background-color: #fbf8f5;
}
.advantage .container {
  max-width: 1100px;
}
.advantage .advantage-box {
  padding: 20px 60px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 30px;
  transition: all 0.4s ease;
}
.advantage .advantage-box:hover {
  box-shadow: 0px 23px 30px -25px rgba(52, 51, 51, 0.5098039216);
}
.advantage .advantage-box .first-advantage {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.advantage .advantage-box .advantage-icon {
  width: 22%;
  align-items: center;
  display: flex;
  height: 150px;
  margin-right:10px;
}
.advantage .advantage-box .advantage-icon span {
  font-weight: 800;
  font-size: 160px;
  color: #fbf8f5;
}

.move {
  display: block;
}

.moves {
  display: block;
  transition: 0.3s;
}
.moves svg {
  fill: #c19b76;
  transition: transform 2s;
  opacity: 0;
  transform: scale(0) translateX(0);
}

.services {
  padding: 70px 0;
  background-color: #fff8eb;
}
.services .services-head {
  margin-bottom: 30px;
}
.services .container {
  max-width: 1100px;
}

@media (max-width:992px){
    .services .row{
        row-gap:30px
    }
}
.blog .container {
  max-width: 1100px;
}
.cate-blog .row{
    row-gap:30px
}
.services .services-cart {
  border-radius: 30px;
  background-color: #fff;
  padding: 40px 27px;
  display: flex;
    flex-direction: column;
    align-items: center;
    height:100%;
    justify-content:space-between;
}
.services .services-cart:hover h3 {
  color: #9439d5 !important;
}
.services .services-cart h3{
    font-size:16px;
}
.services .services-cart .services-img {
  display: flex;
  justify-content: center;
  position: relative;
  perspective: 1000px;
  height:190px;
  width:190px;
}
.services .services-cart .services-img::before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: red;
  top: -13px;
  right: -16px;
  transition: all 500ms ease;
}
.services .services-cart .services-img:hover::before {
  opacity: 0;
  top: 50px;
  right: 50px;
}
.services .services-cart .services-img:hover img {
  -webkit-animation: flipInY 0.8s linear;
          animation: flipInY 0.8s linear;
}
.services .services-cart .services-img img {
  transform: rotateX(0);
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transition: all 0.6s ease;
  -o-object-fit: cover;
     object-fit: cover;
  border: 15px solid #feebf4;
}
.services .services-cart .services-title {
  margin-top: 30px;
  text-align: center;
}
.services .services-cart .services-title h3 {
  color: #000;
}

.blog {
  padding: 70px 0;
  background-color: #fff8eb;
}
.blog .blog-head {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog .blog-head a {
  color: #000;
  display: inline-block;
  position: relative;
}
.blog .blog-head a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  background-color: #000;
  width: 0;
  transition: all 0.4s ease;
}
.blog .blog-head a:hover::before {
  width: 100%;
}
.blog .blog-cart {
  padding: 40px 35px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease;
  height:100%;
}
.blog .blog-cart:hover {
  box-shadow: 0px 23px 40px -25px rgba(207, 205, 205, 0.8);
}
.blog .blog-cart .blog-img {
  width: 130px;
  height: 130px;
}
.blog .blog-cart .blog-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .blog-cart .blog-text {
  width: 40%;
  margin-left: 20px;
}
.blog .blog-cart .blog-text h2 {
  color: #9439d5;
  font-size: 22px;
}
.blog .blog-cart .blog-text p {
  font-size: 16px;
  line-height: 30px;
  color: #9f9f9e;
}
.blog .blog-cart .blog-time {
  border-radius: 50%;
  width: 100px;
  background-color: #fff8eb;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 6px 8px 0px 0px rgba(218, 214, 214, 0.1803921569);
}
.blog .blog-cart .blog-time span {
  font-size: 17px;
  color: #aaa;
  font-weight: 600;
}

.gallery {
  padding: 100px 0;
}
.gallery-first .highslide{
    display:none;
}
.gallery-first .highslide:nth-of-type(1){
    grid-row:1/3;
    min-height: 340px;
 
  position: relative;
   transition:all 0.4s ease;
  border-radius: 15px;
  display:inline-block;
   
}
.gallery-first .highslide:nth-of-type(2)::before,
.gallery-first .highslide:nth-of-type(3)::before,
.gallery-first .highslide:nth-of-type(4)::before,
.gallery-first .highslide:nth-of-type(5)::before,
.gallery-first .highslide:nth-of-type(1)::before{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background-color:#0000005e;
    border-radius:15px;
    transition:all 0.4s ease;
}
.gallery-first .highslide:nth-of-type(2):hover,
.gallery-first .highslide:nth-of-type(3):hover,
.gallery-first .highslide:nth-of-type(4):hover,
.gallery-first .highslide:nth-of-type(5):hover,
.gallery-first .highslide:nth-of-type(1):hover{
  box-shadow: 2px 5px 10px 7px #e0dedede;



}
.gallery-first .highslide:nth-of-type(2):hover::before,
.gallery-first .highslide:nth-of-type(3):hover::before,
.gallery-first .highslide:nth-of-type(4):hover::before,
.gallery-first .highslide:nth-of-type(5):hover::before,
.gallery-first .highslide:nth-of-type(1):hover::before{
    background-color:#00000024;
}
.gallery-first .highslide:nth-of-type(2),
.gallery-first .highslide:nth-of-type(3),
.gallery-first .highslide:nth-of-type(4),
.gallery-first .highslide:nth-of-type(5){
     width:300px;
    overflow: hidden;
  height: 265px;
     transition:all 0.4s ease;
  position: relative;
  border-radius: 15px;
   display:inline-block;
   
}
 .gallery-two{
     display:flex;
     justify-content:space-between;
     align-items:center;
     margin-bottom:30px;
 }
 .gallery-more a{
     color:#000;
 }
.gallery-main{
    display:grid;
     grid-template-columns: auto auto auto;
     grid-gap:32px;
}
.gallery-first .highslide img{
    border-radius:15px;
    margin:0;
    height:100%;
    width:100%;
    object-fit:cover;
}
.gallery .gallery-first .gallery-head span {
  font-size: 20px;
}
.gallery .gallery-first .gallery-head p {
  font-size: 58px;
  font-weight: 700;
  line-height: 60px;
}
.gallery .gallery-first .gallery-first-img {
 
}
.gallery .gallery-first .gallery-first-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  transition: all 0.4s ease;
}
.gallery .second-img {
  
}
.gallery .second-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all 0.4s ease;
}
.gallery .gallery-text {
  position: absolute;
  bottom: 30px;
  padding-left: 20px;
  z-index: 6666;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.gallery .gallery-text h2 {
  color: #fff;
  margin-bottom: 10px;
}
.gallery .gallery-text p {
  color: #fafafa;
  margin-bottom: 20px;
}
.gallery .gallery-text a {
  color: #fff;
  display: inline-block;
  position: relative;
}
.gallery .gallery-text a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -4px;
  background-color: #fff;
}

.gallery-first-img:before,
.second-img::before {
  z-index: 33;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1490196078);
  border-radius: 15px;
  transition: all 0.4s ease;
}

.gallery-first-img:hover img,
.second-img:hover img {
  transform: scale(1.1);
  border-radius: 15px;
}

.gallery-first-img:hover .gallery-text,
.second-img:hover .gallery-text {
  opacity: 1;
  visibility: visible;
}

.gallery-first-img:hover:before,
.second-img:hover::before {
  background-color: rgba(0, 0, 0, 0.35);
}

@media (max-width:1200px){
    .gallery .gallery-first .gallery-head p{
        font-size:49px;
    }
}

.section-top {
  background-color: #f2f2f2;
  padding: 70px 0;
}

.section-top .section-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-top .section-flex h4 {
  text-transform: uppercase;
  text-align: center;
}

.section-top .section-flex ul {
  margin-top: 40px;
}

.section-top .section-flex ul li {
  float: left;
  margin-right: 50px;
}

.section-top .section-flex ul li a {
  display: table-caption;
  flex-direction: column;
  text-align: center;
}

.section-top .section-flex ul li a .socialM {
  display: inline-block;
  text-align: center;
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  background: #fff;
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 30%;
  box-shadow: 0 7px 18px -7px rgba(0, 0, 0, 0.18);
  opacity: 0.99;
}

.section-top .section-flex ul li a .socialM i {
  color: #3e1a77;
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transform: scale(0.8);
  font-size: 38px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.section-top .section-flex ul li a .socialM span {
  color: #000;
  text-transform: uppercase;
}

.section-top .section-flex ul li a .socialM.facebook:before {
  background: #3b5998;
}

.section-top .section-flex ul li a .socialM.facebook i {
  color: #3b5998;
}

.section-top .section-flex ul li a .socialM.instagram:before {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
}

.section-top .section-flex ul li a .socialM.instagram i {
  color: #df3e43;
}

.section-top .section-flex ul li a .socialM.youtube:before {
  background: #c4302b;
}

.section-top .section-flex ul li a .socialM.youtube i {
  color: #c4302b;
}

.section-top .section-flex ul li a .socialM:before {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  top: 90%;
  left: -110%;
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  transform: rotate(45deg);
}

.section-top .section-flex ul li a .socialM:focus:hover {
  top: -10%;
  left: -10%;
}

.section-top .section-flex ul li a .socialM:focus i {
  color: #fff;
  transform: scale(1);
}

.section-top .section-flex ul li a .socialM:hover:before {
  top: -10%;
  left: -10%;
}

.section-top .section-flex ul li a .socialM:hover i {
  color: #fff;
  transform: scale(1);
}

.section-top .section-flex ul li a .socialName {
  text-transform: uppercase;
}

.section-top .section-flex ul li:last-child {
  margin-right: 0;
}

footer {
  padding: 70px 0 40px;
}
footer .col-lg-4:not(:last-child) {
  border-right: 1px solid rgba(171, 171, 171, 0.2392156863);
}
footer .col-lg-4:not(:first-child) {
  padding-left: 60px;
}
footer .footer-main {
  background-color: #383838;
  padding: 80px;
  border-radius: 15px;
}
footer .footer-main h2 {
  margin-bottom: 40px;
  color: #fff;
}
footer .footer-main span {
  color: #9f9f9e;
  font-size: 14px;
  display: block;
}
footer .footer-main a, footer .footer-main p {
  color: #fff;
  margin: 12px 0;
  display: block;
  font-size: 18px;
}
footer .footer-number {
  margin-top: 35px;
}
footer .footer-call {
  display: inline-block;
  background-color: #fff;
  padding: 14px 20px;
  border-radius: 50px;
  color: #000 !important;
  text-align: center;
  font-size: 32px ;
  font-weight: bolder;
  
}
footer .footer-contact p {
  line-height: 26px;
}
footer .footer-wp {
  cursor: pointer;
  vertical-align: top;
  width: 48%;
  padding: 15px 10px;
  position: relative;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  font-size: 14px !important;
  letter-spacing: 1px;
  transition-property: all;
  transition-duration: 800ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex !important;
  justify-content: center;
  font-weight: 500;
  background-color: rgb(75, 168, 46);
}
footer .footer-wp:last-child{
    background-color:#ffc601;
}

footer .footer-wp:hover {
  box-shadow: inset 0px 100px 0px 0px rgb(255, 198, 0);
  background-color: #ffc601;
}

footer .footer-wp:last-child:hover{
    box-shadow: inset 0px 100px 0px 0px #daa900;
    background-color: #daa900;
}
footer .footer-menu li:hover a {
  opacity: 0.8;
}
.footer-down p{
    color:#aaa;
}
.footer-down{
    padding-top:50px;
}

.footer-down a{
    margin-left:10px;
}

.footer-down .siteBy{
    color:#aaa;
}
.footer-down  .col-lg-6:last-child{
    display:flex;
    justify-content:flex-end;
}
.footer-btns {
  display: flex;
  justify-content: space-between;
} 
@media (max-width:1200px){
    footer .footer-call{
        font-size:23px ;
    }
}


.page-general .overlay {
    position: absolute;
    width: 100%;
    height: 300px;
    background: #2c2b2e;
}

.page-general .title-wrapper {
   width: 100%;
   height: 300px;
   position: relative;
   display:flex;
   align-items:flex-end;
   padding-bottom:20px;
}

.page-general .title-wrapper:before {
  
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/anar hepatology 2.jpeg') no-repeat;
    opacity: .3;
    background-position-y: 29%;
        background-position-x: 70%;
        background-size: cover;
}

.page-general .title-wrapper .page-title {
    /*position: absolute;*/
    bottom: 10%;
    left: 14%;
    text-transform: uppercase;
    color: #e1e1e1;
}
/* breadcrumb */

.breadcrumb-wrap {
    background-color: #f7f8f9;
    height: 50px;
    overflow: hidden;
}

.breadcrumb-wrap #breadcrumb {
    background-color: #edeeef;
    display: inline-block;
    overflow: hidden;
}

.breadcrumb-wrap #breadcrumb li {
    float: left;
    padding: 15px;
    padding-left:0;
    margin-right: 23px;
    font-size: 14px;
    position: relative;
    background-color: #f7f8f9;
}

.breadcrumb-wrap #breadcrumb li:before, .breadcrumb-wrap #breadcrumb li:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #f7f8f9;
    border-width: 25px 10px;
    width: 0;
    height: 0;
}

.breadcrumb-wrap #breadcrumb li:before {
    left: -19px;
    border-left-color: transparent;
}

.breadcrumb-wrap #breadcrumb li:first-child:before {
    border: none;
}

.breadcrumb-wrap #breadcrumb li:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #f7f8f9;
}

.breadcrumb-wrap #breadcrumb li:first-child:before {
    border: none;
}

.breadcrumb-wrap #breadcrumb li:last-child {
    margin-right: 0;
}

.breadcrumb-wrap #breadcrumb li:last-child:after {
    border: none;
}

.breadcrumb-wrap #breadcrumb li a {
    color: #b6b6b6;
    -webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
    transition: 300ms all ease;
}

.breadcrumb-wrap #breadcrumb li a:hover, .breadcrumb-wrap #breadcrumb li .currentPage {
    color: #d6d7db;
}

.page-content {
    padding: 45px 30px 80px;
}

.page-content h4 {
    margin-bottom: 20px;
}

.page-content li {
    font-size: 18px;
}

.page-content#about {
    padding-bottom: 80px;
    background-color: transparent;
}

.page-content#about .articleSec article {
    font-size: 21px;
}

.page-content#about .articleSec .crop {
    display: none;
}

.page-content#about .quote{
    display:flex;
    flex-wrap:wrap;
    
}

.page-content#about .quote a{
    display:block;
}

.page-content#about .quote a img{
    width:100%;
}
.page-content .about-img .hexagon-img {
    top: -5% !important;
}

.page-content .about-img .img-text {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 20px;
    text-shadow: 1px 0px #3f2077;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition: 500ms opacity ease-in-out;
    -moz-transition: 500ms opacity ease-in-out;
    -o-transition: 500ms opacity ease-in-out;
    transition: 500ms opacity ease-in-out;
}

.page-content .about-img .hexagon-img .hexagon:hover .img-text {
    opacity: 1;
}
#about {
	padding-bottom: 60px;
	background-color: #fff;
	text-align: justify;
}

#about .articleSec {
	padding: 70px 15px;
}

#about .articleSec h3 {
	margin-bottom: 10px;
}

#about .articleSec article {
	font-size: 18px;
	
}

#about .articleSec article h5 {
	margin: 30px 0 15px;
}

#about .articleSec article .seeMore {
	margin-top: 20px;
}

#about .about-img {
    display:flex;
    justify-content:flex-end;
	position: relative;
}

#about .about-img .hexagon-img {
    -webkit-filter: drop-shadow(0 18px 15px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(0 18px 15px rgba(0, 0, 0, 0.2));
	/*width: 550px;*/
	/*height: 550px;*/
	width: 480px;
	height: 440px;
	/*position: absolute;*/
	top: -37%;
	right: -8%;
	z-index: 1;
}

#about .about-img .hexagon-img .hexagon {
    overflow: hidden;
}

#about .about-img .hexagon-img .hexagon img {
	/*top: 46px;*/
	/*left: 26px;*/
	/*width: 500px;*/
	/*height: 500px;*/
	top: -79px;
    left: -15px;
    /*width: 550px;*/
}

#about .timeline-tabs h5 {
	display: inline-block;
	border-bottom: 2px solid #000;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

#about .timeline-tabs .nav-tabs {
	border-bottom: 4px solid #f2f2f2;
	/*width: 80%;*/
}

#about .timeline-tabs .nav-tabs .nav-item {
	margin-bottom: 0;
}

#about .timeline-tabs .nav-tabs .nav-item .nav-link {
	color: #000;
	/*font-family: 'FTN_heavy';*/
	background-color: transparent;
	padding-left: 0;
	padding-right: 70px;
	padding-bottom: 15px;
	line-height: 0.5;
	position: relative;
	top: 16px;
	z-index: 111;
}

#about .timeline-tabs .nav-tabs .nav-item .nav-link span {
	font-size: 20px;
	position: relative;
	bottom: -7px;
}

#about .timeline-tabs .nav-tabs .nav-item .nav-link::after {
	content: '';
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f2f2f2;
	display: inherit;
	position: relative;
	left: -1px;
	top: 25px;
}

#about .timeline-tabs .nav-tabs .nav-item .nav-link:hover,
#about .timeline-tabs .nav-tabs .nav-item .nav-link:focus {
	border-color: transparent;
}

#about .timeline-tabs .nav-tabs .nav-item .nav-link.active {
	border-color: transparent;
	top: 0;
}

#about .timeline-tabs .nav-tabs .nav-item .nav-link.active span {
	font-size: 40px;
}

#about .timeline-tabs .nav-tabs .nav-item .nav-link.active::after {
	width: 15px;
	height: 15px;
	background-color: #f5b500;
}

#about .timeline-tabs .tab-content {
	margin-top: 30px;
	/*width: 62%;*/
}
#about .quote a{
    width:33%;
    margin:10px;
}
#about .quote a img{
    width:100%;
}
#about .timeline-tabs .tab-content .tab-pane {
	padding: 0;
	/*font-family: 'FTN_medium';*/
}
 .signature  img{
    width:80px;
}
.check2 li, .page-content article ul li {
	background: url("../img/check2.png") no-repeat;
	background-size: 24px;
	padding-left: 35px;
	margin-bottom: 4px;
	/*font-family: 'FTN_medium';*/
}

h1, h2, h3, h4, h5, h6, .h6 {
	/*font-family: 'FTN_heavy';*/
}

.hexagon {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
	clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
}

.hexagon img {
	position: absolute;
	object-fit: cover;
}
.about-first-img{
    display:none;
}

#contactPage .page-content .contact-box {
    background-color: #fff;
    padding: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#contactPage .page-content .contact-box h4 {
    text-align: center;
    text-transform: uppercase;
    color: #f5b500;
}

#contactPage .page-content {
    position: relative;
}

#contactPage .page-content .info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-family: 'FTN_medium';*/
}

#contactPage .page-content .info-box .img-box {
    height: 40px;
    margin-right: 28px;
    position: relative;
}

#contactPage .page-content .info-box .img-box img {
    height: 100%;
}

#contactPage .page-content .info-box a, #contactPage .page-content .info-box address {
    color: #000;
    display: block;
    font-size: 16px;
}

#contactPage .page-content .info-box address {
    width: 60%;
}

#contactPage .page-content .info-box .img-box:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
    height: 20px;
    border-right: 1px solid #000;
}

#contactPage #map {
    width: 100%;
    height: 350px;
}

#map .gm-style-mtc,
#map .gm-control-active.gm-fullscreen-control,
#map .gm-svpc,
#map .gmnoprint,
#map .gm-style-cc,
#map a[rel~="noopener"] {
	display: none !important;
}

#categoryPages #dle-content, .searchCont #dle-content {
    display: flex; 
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
}

#categoryPages .box-wrap .box, .searchCont .box-wrap .box {
    background: -moz-linear-gradient(150deg, #f2f2f2 50%, #f5f6f6 100%);
    background: -webkit-linear-gradient(150deg, #f2f2f2 50%, #f5f6f6 100%);
    background: linear-gradient(150deg, #f2f2f2 50%, #f5f6f6 100%);
}

#categoryPages .page-content .item {
    margin-bottom: 30px;
}

.searchCont .page-content .item {
    margin-top: 15px;
    margin-bottom: 15px;
}

#fullContent .page-content, #staticPages .page-content {
    font-size: 21px;
	/*font-family: 'FTN_medium';*/
	text-align: justify;
}

#fullContent .page-content .quote {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

#fullContent .page-content .crop {
    max-height: 450px;
}

#fullContent .page-content .crop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-bottom: 4px solid #f5b500;
}

#fullContent .page-content ul {
    width: 100%;
}

#fullContent .page-content ul li:last-child {
    margin-bottom: 0;
}

#fullContent .page-content h6 {
    width: 100%;
    height: 20px;
}
address {
    margin-bottom:0;
}
 /*full-galery*/
  .full-gallery-video{
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      gap:22px
  }
  
  .full-gallery-video .dleplyrplayer{
      width:30% !important;
  }
  
  .full-gallery{
      display: flex;
    flex-direction: row;
    flex-wrap: wrap;
     justify-content:space-between;
  }
   .full-gallery a{
       width:31%;
      margin-bottom:20px;
       height:350px;
       display:block;
   }
   .full-gallery a img{
       width:100%;
       height:100%;
       object-fit:cover;
       border-radius:10px;
   }
   
   
    .full-content{
        padding:45px 0;
       
    }
    .full-content .full-text{
        width:50%;
         font-size:21px;
    }
   .full-content .full-text img{
       display:none;
   }
   
   
   .full-content .full-image{
       width:50%;
       display:flex;
       justify-content:flex-end;
      
   }
   
   .full-content .full-image img{
       width:500px;
       height:500px;
       object-fit:cover;
       border-radius:50%;
   }
   
   .full-content .row-section{
       display:flex;
       justify-content:space-between;
       
   }
   
 .full-content ul li {
	background: url("../img/check2.png") no-repeat;
	background-size: 24px;
	padding-left: 35px;
	margin-bottom: 4px;
	/*font-family: 'FTN_medium';*/
}
 .row-section{
       display:flex;
       justify-content:space-between;
       flex-wrap:wrap;
       row-gap:30px
   }
  .row-section a{
        width:30%;
        height:340px;
    }
    
    .row-section a img{
        width:100%;
        height:100%;
        object-fit:cover;
        border-radius:10px;
    }
    
  
 
    
   .dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
   background-color: #e9ecef;
}
@media (max-width:1400px){
    .logo img{
        width:160px;
    }
    
    header nav ul li{
        padding-left:15px;
    }
}

@media only screen and (max-width: 1250px){
    
    .services .services-cart .services-img img {
     
    height: 100%;
    width: 100%;}
    .services .services-cart .services-img::before {
    
    top: -10px;
    right: -10px;
     
}
}
@media (max-width:1200px){
    .gallery .second-img{
        height:323px;
    }
       .full-content .full-image img{
        width:440px;
        height:440px;
    }
}
@media only screen and (max-width: 1199px){
    header nav ul a {
    
    padding: 10px 9px;}
    header nav ul li {
    
    padding: 0 0 0 10px;
}
.gallery .gallery-first .gallery-first-img {
    height: 459px;
}
.services .services-cart .services-title h3 {
    
    font-size: 20px;
}
#about-first .left .image-wrapper {
   
    width: 200px;
    height: 200px;
}

.blog .blog-cart .blog-img {
   
    height: 121px;
}
.blog .blog-cart .blog-time {
   
    /*height: 130px;*/
}
.blog .blog-cart .blog-time span {
    font-size: 19px;
}
.blog .blog-cart .blog-text p {
    font-size: 14px;
    line-height: 24px;
}
.footer-btns {
    display:flex;
    justify-content:center;
    flex-direction: column;
}
footer .footer-wp {
   
    width: 100%;
}
footer .footer-main {
    
    padding: 43px;}

} 
footer .col-lg-4:not(:first-child) {
    padding-left: 37px;
}
@media (max-width:1140px){
    header nav ul a{
        font-size:14px;
    }
}
@media (max-width:1100px){
    .logo img{
        width:140px;
    }
    header nav ul li{
        padding:0;
    }
    header nav .wp-nav{
        padding:15px 25px;
    }
}
@media only screen and (max-width: 992px){
      .full-content .full-image{
       width:1000%;
       display:flex;
       justify-content:center;
       order:-1;
      
   }
    .full-content .full-text{
        width:100%;
    }
   .full-content .row-section{
       flex-wrap:wrap;
       row-gap: 40px;
   }
   .gallery-main{
       display:flex;
       flex-direction:row;
       flex-wrap:wrap;
   }
   .gallery-first .highslide:nth-of-type(1){
       width:100%;
   }
   .gallery-first .highslide:nth-of-type(2), .gallery-first .highslide:nth-of-type(3), .gallery-first .highslide:nth-of-type(4), .gallery-first .highslide:nth-of-type(5){
       width:47.7%;
   }
   .full-gallery-video .dleplyrplayer{
      width:48% !important;
  }
      .row-section a{
        width:47%;
    }
   
    .mobile-nav{
        display:flex;
    }
    header{
        display:none;
    }
    .carousel {
    height: 80vh;
}
.blog .container{
    max-width: 929px;
}
.hexagon-img{
    display:none;
}
.about-first-img{
    display:block;
}
.about-first-img img{
  width:100%;
  border-radius:10px;
}
.gallery .gallery-first .gallery-head p {
    font-size: 36px;
    
    line-height: 46px;
}
.gallery .second-img {
    overflow: hidden;
    height: 306px;
}
.services .services-cart{
    margin-bottom:20px;
}
.carousel-text h1 {
     
    font-size: 30px;
    
}

#about-first .left .image-wrapper {
    width: 100px;
    height: 100px;
}
#about-first .right h1 {
   
    font-size: 20px;}
 .carousel {
    height: 70vh;
}
footer .footer-main {
    padding: 18px;
}
footer .footer-call {
    font-size: 16px  ;
}

}
@media only screen and (max-width: 768px){
   
.gallery .gallery-text {
    visibility:visible;
    opacity:1;
    }
    .footer-menu ul{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.full-gallery a {
    width: 48%;
}
.footer-menu ul li{
    width:50%;
}
footer .col-lg-4:not(:first-child) {
   
    padding-left: 11px;
}
footer .footer-main h2 {
  margin-bottom:0; }
  .footer-down p {   
    font-size: 12px;
}
.gallery .gallery-first .gallery-head p {
    font-size: 22px;
    line-height: 36px;
}
.page-content iframe{
    height:650px !important;
}
    
.blog {
    padding: 70px 50px;}
#about-first .right {
    margin-left:0;
    margin-top: 200px;
}
#about-first {
     
    height: 698px;
}
.blog .col-lg-6, .blog .col-sm-12{
    margin-top:20px;
}
#about-first .right .signature {
   justify-content:center;
}

.advantage .advantage-box {
    padding: 20px 10px;
}
.advantage .advantage-box .advantage-icon {
    width: 35%;
}
  .full-gallery-video .dleplyrplayer{
      width:100% !important;
  }
 
   .gallery-first .highslide:nth-of-type(2), .gallery-first .highslide:nth-of-type(3), .gallery-first .highslide:nth-of-type(4), .gallery-first .highslide:nth-of-type(5){
       width:100%;
   }
}
 
   @media (max-width:576px){
       .full-content .full-text{
           font-size:16px;
       }
       .full-content .full-image img{
        width:350px;
        height:350px;
    }
       .row-section a{
        width:100%;
    }
    .carousel-text h1 {
    font-size: 15px;
}
.full-gallery a {
    width: 100%;
}
#about-first .left .image-wrapper::after {
    left: -100px;
    right: -100px;
    top: -72px;
    bottom: -100px;
}
#about-first {
    height: 760px;
}
#about-first .right h1 strong { 
    font-size: 14px;
}
#about-first .right {
    margin-top: 160px;
}
.blog {
    padding: 70px 4px;
}
.blog .blog-cart .blog-text h2 { 
    font-size: 14px;
}
.blog .blog-cart .blog-text p {
    font-size: 12px;
    line-height: 18px;
}
.blog .blog-cart {
    padding: 40px 8px;
}
.gallery .gallery-first .gallery-head p {
    font-size: 16px;
    line-height: 25px;
}
.blog-head h1{
    margin-bottom:0;
    font-size:14px;
}
.blog .blog-head a { 
    font-size: 12px;
}
.section-top .section-flex ul li { 
    margin-right: 25px;
}
.carousel {
    height: 40vh;
}
.carousel-text h3 {
    font-size: 17px;
}
.carousel-text {
    position: absolute;
    left: 16%;
    top: 27%;
}
.carousel-text a {
    padding: 9px 10px; 
    height: 40px; 
    font-size:12px;
}
#about.page-content p, #about.page-content li{
    font-size:14px;
}
#contactPage .page-content .info-box { 
    justify-content: flex-start;
    margin-bottom: 20px;
}
#contactPage .page-content .contact-box {
    background-color: #fff;
    padding: 23px;
}
   }
   
   @media (max-width:400px){
        .full-content .full-image img{
            width:250px;
            height:250px;
        }
   }
   
