ul {
  list-style: none;
}
body {
  font-family: "cocon";
  font-weight: 400;
  padding: 0 !important;
  margin: 0 !important;
}
a,
a:hover {
  text-decoration: none;
}

/* main color #756044 */
@font-face {
  font-family: "cocon";
  src: url("../fonts/cocon/Cocon_NextArabicLight.eot");
  src: url("../fonts/cocon/Cocon_NextArabicLight.eot")
      format("embedded-opentype"),
    url("../fonts/cocon/Cocon_NextArabicLight.woff2") format("woff2"),
    url("../fonts/cocon/Cocon_NextArabicLight.woff") format("woff"),
    url("../fonts/cocon/Cocon_NextArabicLight.ttf") format("truetype"),
    url("../fonts/cocon/Cocon_NextArabicLight.svg#Cocon_NextArabicLight")
      format("svg");
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}



.swiper-button-next, .swiper-button-prev {
  top: unset;
  transform: translateY(0px);
  width: 50px;
  height: 50px;
  border: 0px;
    border: 1px solid rgb(0 0 0 / 99%);
    background-color: rgb(0 0 0 / 62%);
  bottom: 30%;
  border-radius: 0px;
  overflow: hidden;
}
.swiper-button-next::before, .swiper-button-prev::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.3s linear;
}
.swiper-button-next::after, .swiper-button-prev::after {
  position: absolute;
  width: 15px;
  height: 15px;
  top: calc(50% - 7.5px);
  left: calc(50% - 7.5px);
  z-index: 9;
  background: url("../images/arrow.svg") center/contain no-repeat;
  color: transparent;
  filter: #fff;
}
.swiper-button-next:hover::before, .swiper-button-prev:hover::before {
  height: 100%;
}


/* .swiper-button-prev {
  right: calc(50% - 55px) !important;
  left: unset !important;
} */
.swiper-button-prev::after {
  transform: scaleX(-1) !important;
}

/* .swiper-button-next {
  left: unset !important;
  left: calc(50% - 55px) !important;
} */
.swiper-button-next::after {
  transform: scaleX(1) !important;
}


.blackclover{
  display: none;
  position: fixed;
    background: #000;
    opacity: 0.4;
    z-index: 9999999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.no-padding {
  padding: 0;
}

header .logo img{
   width:  50%;
}
header{
    background:#fff;
}
header .head {
  position: relative;
}
header .head .mymenu {
  position: relative;
  padding: 10px 0;
}
header .head .mymenu .menu {
  margin-top: 30px;
}
header .head .mymenu .menu li {
  float: right;
  margin-left: 25px;
}
header .head .mymenu .menu li a {
  color: #304556;
  font-size: 18px;
  transition: all 0.5s ease;
  position: relative;
  padding-bottom: 10px;
}
header .head .mymenu .menu li a:before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  color: transparent;
  content: "\f192";
  text-shadow: transparent 0px 0px;
  font-size: 10px;
  font-family: fontawesome;
  transform: translateX(-50%);
  pointer-events: none;
  transition: text-shadow 0.3s, color 0.3s;
}
header .head .mymenu .menu li a:hover {
  color: #000;
}
header .head .mymenu .menu li a:hover:before {
  color: #000;
  text-shadow: 15px 0 #000, -15px 0 #000;
}



header .social {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 10px;
    justify-content: left;
    margin-top: 25px;
}
header .social li {
 
}
header .social li a {
  width: 35px;
  height: 35px;
  color: #4f3f2b;
  display: table;
  border: 1px solid #4f3f2b;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  transition: all 0.2s ease-in-out;
}
header .social li a:hover {
  background: #18284e;
border-color: #18284e;
color: #fff;
}




 .slider .slide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: bottom;
}
.slider .slide .overlay {
      position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #7560446e;
}
.slider .slide .data {
  position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #7560446e;
    padding: 10% 5%;
    text-align: center;
}


.slider .slide .data h1 {
    font-size: 30px;
    color: #fff;
    margin: 0;
    line-height: 40px;
}
.slider .slide .data a {
background: #756044;
    color: #fff;
    padding: 15px 25px;
    margin: 0 auto;
    display: table;
    margin-top: 40px;
    display: table;
    font-size: 17px;
    border:1px solid #fff;
    transition: all 0.3s ease-in-out;
}


.slider .slide .data a:hover {
background: #304556;
}


.mainsliderbutton a {
background: #756044;
    color: #fff;
    padding: 15px 25px;
    margin: 0 auto;
    display: table;
    margin-top: 40px;
    display: table;
    font-size: 17px;
    border:1px solid #fff;
    transition: all 0.3s ease-in-out;
}


.mainsliderbutton a:hover {
background: #304556;
}




.lastnews {
  border-top: 2px solid #0855a7;
  border-bottom: 2px solid #0855a7;
  margin: 5px 0;
}
.lastnews h1 {
  background: url(../images/last.png);
  background-size: cover;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 25px;
  padding: 25px 0;
}
.lastnews a {
  font-size: 18px;
  color: #18284e;
  margin-top: 30px;
  display: block;
}
.lastnews a:hover {
  color: #962124;
}

.newvis{
  padding: 70px 0;
  overflow: hidden;
}
.newvis .block{
    background: #f3e9e0;
    border: 1px solid #756044;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.newvis .block:hover{
  border-color: #18284e;
  border-width: 1px;
}

.newvis .block:hover svg{
transform: rotateY(180deg);
filter: brightness(0) saturate(100%) invert(15%) sepia(15%) saturate(3086%) hue-rotate(188deg) brightness(90%) contrast(96%);
}


.newvis .block:hover h3{
      color: #756044;
}



.newvis svg,.newvis img {
      height: 80px;
    width: 80px;
    margin: 0 auto;
    display: table;
        transition: all 0.3s ease-in-out;
    filter: brightness(0) saturate(100%) invert(40%) sepia(5%) saturate(2645%) hue-rotate(354deg) brightness(92%) contrast(91%);
}
.newvis h3{
      color: #304556;
    font-size: 35px;
    margin: 16px 0;
}
.newvis p{
  font-size: 17px;
}
section.vision {
    display: flex;
    background: #f3e9e0;
    align-items: anchor-center;
    overflow: hidden;
}
.vision .bonts{
 padding: 50px;
 flex: 0 0 50%;
}
.vision .bonts .holder {
    background: #756044;
    padding: 20px;
    margin-bottom: 15px;
}

.vision .bonts h1{
    font-size: 30px;
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
}
.vision .bonts p{
font-size: 17px;
    color: #fff;
}

.aboutus {
  background: #f6f6f6;
  padding: 50px 0;
  overflow: hidden;
}
.aboutus .data{
        display: flex;
    align-items: center;
}

.aboutus .bonts h1 {
  color: #304556;
  font-size: 30px;
  margin-bottom: 15px;
}

.aboutus .bonts p {
  color: #000;
  font-size: 16px;
}

.service {

  padding: 80px 0;
}
.service .b-title h2{
    font-size: 60px;
    color: #304556;
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
}
.service .data {
  
}
.service .data .block{
      background: #f3e9e0;
          text-align: center;
    padding: 20px;

}
.service .data .block img {
  width: 60px;
  filter: brightness(0) saturate(100%) invert(40%) sepia(5%) saturate(2645%) hue-rotate(354deg) brightness(92%) contrast(91%);
}
.service .data .block a {
font-size: 24px;
    color: #304556;
    text-align: center;
    display: block;
    margin: 25px 0;
    font-weight: bold;
}
.service .data .block a:hover {
  color: #000;
}

.works {
  padding: 50px 0;
      background: #f3e9e0;
}

.works .b-title h2{
    font-size: 60px;
    color: #304556;
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
}
.works .data {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 30px 15px;
    display: none;
}
.works .block {
position: relative;
    background: #000;
    height: 280px;
    overflow: hidden;
    margin-bottom: 30px;
}
.works .img{
    height: 100%;
}
.works img{
          width: 100%;
    height: 100%;
    opacity: 0.5;
        object-fit: cover;
}
.works .data h3 {
    font-size: 25px;
    color: #fff;
        margin: 0;
    margin-bottom: 20px;
}
.works .data a {
   font-size: 17px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 10px;
    background: #756044;
    transition: all 0.5s ease-in-out;
}
.works .data a:hover{
    background:#304556;
}
.works .block:hover .data{
    display: block;
}

.works .loadmore a {
   font-size: 17px;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 20px;
    background: #756044;
    display: table;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}
.works .loadmore a:hover{
    background:#304556;
}

.clients {
  padding: 50px 0;
}

.clients .b-title h2{
    font-size: 60px;
    color: #304556;
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
}

.clients .imgholder img {
    object-fit: scale-down;
    width: 100%;
    max-height: 60px;
}
.contactus {
  
  padding: 70px 0;
}



.contactus .data {
  margin-top: 70px;
}
.contactus .data .block i {
  display: table;
  text-align: center;
  background: #0855a7;
  margin: 0 auto;
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 70px;
}
.contactus .data .block h2 {
  font-size: 24px;
  color: #0855a7;
  text-align: center;
  display: block;
  margin: 20px 0;
}
.contactus .data .block p {
  font-size: 14px;
  color: #5b5b5b;
  text-align: center;
  display: block;
  line-height: 20px;
}
footer {
  background: #756044;
  padding: 40px 0;
}
footer .title h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}
footer .flinks{
           padding: 0;
    display: flex
;
    width: 100%;
    flex-wrap: wrap;
}
footer .fdata p {
  color: #fff;
  font-size: 14px;
}
footer .flinks li {
    display: block;
    margin-bottom: 10px;
    flex: 0 0 50%;
}
footer .flinks li a {
  font-size: 18px;
  color: #fff;
  transition: all 0.5s ease;
}
footer .flinks li a:hover {
  color: #000;
}
footer .flinks1{
           padding: 0;
}
footer .map iframe {
    width: 90%;
    height: 180px;
}
footer .flinks1 li {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
  transition: all 0.5s ease;
}
footer .flinks1 li i {
  margin-left: 10px;
}
.bfoot {
  background: #4f3f2b;
  padding: 10px 0;
}
.bfoot h2{
  color: #fff;
  font-size: 15px;
  margin: 0;
  margin-bottom: 5px;
}
.bfoot a {
  color: #18284e;
}
.menucloser{
  display: none;
}


.pages-data {
    background: #f3e9e0;
    padding: 70px 0;
}
section#about .contain h2 {
    background: #756044;
    margin: 0;
    padding: 10px 15px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 5px;
}
section#about .contain p {
    font-size: 18px;
    line-height: 35px;
}
section#contact .contain h2 {
    background: #756044;
    margin: 0;
    padding: 10px 15px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 5px;
}
#contact .myrow {
    margin-bottom: 10px;
    font-size: 18px;
    color: #756044;
}
#contact .myrow i{
    color:#304557;
        margin-left: 10px;
}
#contact input {
    text-align: right;
    height: 45px;
    border-radius: 33px;
    margin-bottom: 10px;
    border: none;
}
#contact textarea {
    text-align: right;
    height: 150px;
    border-radius: 33px;
    margin-bottom: 10px;
    border: none;
    padding: 20px;
}
#contact input[type=submit] {
    background: #756044;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
#contact iframe{
    width:100%;
    height:200px;
    margin-top:20px;
}

.pages-data.service .data .block {
    margin-bottom: 30px;
    border: 1px solid #795548;
    border-radius: 10px;
}

#singproject .largimages img{
    width:100%;
        height: 400px;
}
#singproject .img-small{
    margin-top:20px;
}
#singproject .img-small img{
    height:100px;
        width:100%;

}

section#singproject .contain h2 {
    background: #756044;
    margin: 0;
    padding: 10px 15px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 5px;
}

ul.details-list {
    padding: 0;
    background: #304557;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    display: flex;
    gap: 15px;
    color: #fff;
    font-size: 15px;
}


.pages-data .service .data .block {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #756044;
}


.b-titletax h2{
    font-size: 60px;
    color: #304556;
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
}

.pages-data .service {
    padding: 0;
}
ul.taxonomy-tree {
    padding: 0;
    display: flex;
    gap: 10px;
    margin-top:25px;
}

ul.taxonomy-tree a {
    background: #fff;
    padding: 10px;
    color: #444;
    border-radius: 5px;
}
.myvision h3 {
    font-size: 30px;
    color: #304557;
}
.myvision p {
    font-size: 21px !important;
    color: #444 !important;
}

.circ {
    position: fixed;
    bottom: 5%;
    background: #000;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    align-content: center;
    border-radius: 50%;
    color: #fff;
        z-index: 99;
}

.circ.whatsapp {
    left: 1%;
    background: #4CAF50;
    font-size: 30px;
}
.circ.backtotop {
    right: 1%;
    background: #304557;
        cursor: pointer;
}



@media (max-width:768px){
  .menucloser{
  display: block;
}

header .head .mymenu .menu {
        position: fixed;
        background: #957d56;
        right: -100%;
        width: 70%;
        top: 0;
        height: 100vh;
        top: 0;
        margin: 0;
        z-index: 9999999999999999;
        box-shadow: 0px 0px 13px 3px #000;
        transition: all 0.5s ease-in-out;
        padding: 0;
        padding-top: 15%;
}
header .head .mymenu .menu li
 {
    float: none;
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
            border-top: 1px solid #fff;
        padding: 13px 0;
}
header .head .mymenu .menu li:last-child{
              border-bottom: 1px solid #fff;

}
header .head .mymenu .menu li a {
    font-size: 20px;
    color:#fff;
}
.newvis .block{
  padding: 10px;
  margin-bottom: 10px;
}
.vision .bonts {
    padding: 15px;
}
.menucloser {
    display: table;
    margin: 15px auto;
    background: #304557;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    cursor: pointer;
}
header .social {
    justify-content: center;
}
.aboutus,section.vision {
  
    overflow: hidden;
}
    section.vision{
        display: block;
    }
    .aboutus .data{
        display: block;
    }

    .slider .slide .data {
    width: 100%;
    }
    .slider .slide .data h1 {
    font-size: 20px;
    line-height: 25px !important;
}
.slider .slide img {
    height: 300px;
}
.aboutus .data img {
    width: 50%;
    display: table;
    margin: 0 auto;
}
header .logo img {
    width: 35%;
    margin: 0 auto;
}
header .data {
    display: flex;
    align-items: center;
}



.pages-data .contain h2 {
      margin-top: 20px !important;

}

#singproject .img-small {
    margin-bottom: 20px;
}  
#singproject .largimages img {
    width: 100%;
    height: 250px;
}
.pages-data .service .data .block {
    margin-bottom: 20px;
}
.b-titletax h2 {
    font-size: 30px;
}
}
/*# sourceMappingURL=style.css.map */
