:root{
  --c1:#061a3a;
  --c2:	#1b98db; 
  /* --c3:#929090; */
  --c3:#454444;
  --c4:#74CCF4;
  /* --bg:#7799b9; */
  
}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1{
  color: var(--c1) !important;
}
.c2{
  color: var(--c2) !important;
}
.c3{
  color: var(--c3) !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}
.c4{
  color: var(--c4) !important;
}
/* .c5{
  color: var(--c5) !important;
} */
.w{
  color: #fff !important;
}
.bg{
  /* background-color: #eef9ff!important; */
  background: rgb(0,0,128);
  background: linear-gradient(159deg, rgba(0,0,128,1) 0%, rgba(0,191,255,1) 100%);
}



.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 1px;
}
.lh{
  line-height: 2rem !important;
}
@font-face {
  font-family: Nunito;
  src: url(../Nunito-Regular.otf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../Poppins-Regular.ttf);
}
@font-face {
  font-family: sign;
  src: url(../Theprestigesignature-ywwaM.otf);
}

@font-face {
  font-family: cormorant;
  src: url(../CormorantInfant-Regular.ttf);
}

@font-face {
  font-family: rubik-reg;
  src: url(../Rubik-Regular.ttf);
}

@font-face {
  font-family: laila-reg;
  src: url(../Laila-Regular.ttf);
}

@font-face {
  font-family: jost-reg;
  src: url(../Jost-Regular.ttf);
}

@font-face {
  font-family: roboto-reg;
  src: url(../RobotoCondensed.ttf);
}

.ff{
  font-family: roboto-reg !important;
}

.sf{
  font-family: laila-reg !important;
}
.hf{
  font-family: Nunito !important;
}


html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  /* font-family: Poppins-Regular !important; */
  font-family: cormorant !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
}


.bg1{
  position: relative;
}

.bg1::after{
  content: "";
  position: absolute;
  background-color: #eef9ff!important;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/urgvy.png);
  background-size: cover;
  background-position: center ;
  z-index: -1;
}

.bg-con{
  z-index: 5 !important;
}



/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */
.first-top{
  background-color: rgb(255, 254, 254,.8);
  position: relative;
}
.top-nv-logo{
  width: 100px;
}
.first-top::before{
  content: '';
  background-image: url(../images/f-nav-top.jpg);
  background-position: top;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
}
.first-text{
display: flex;
align-items: center;
}
.first-text .ftp{
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
}
.f-n-icon{
  background-color: var(--c1);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.first-bx-img{
  width: 25px;
}
.top-nv-soc-img{
  width: 22px;
}
.book-appointment{
  background-color: var(--c1)!important;
  color: #fff !important;
  border-radius: 0% !important;
}

/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn{
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.nav-icon{
  width: 40px;
}
.icon-top-count{
  background-color: #ffffff;
  color: #000 !important;
}
/* nav bar */
.home-nav{
  /* display: none !important; */
  background-color: unset !important;
  position: fixed !important;
  top: 0%;
  left: 0% ;
  width: 100%;
  z-index: 10000;
}
.home-nav .nav-link{
 color: #fff !important;
}
.navbar{
  transition: all .5s;
  background-color: #fff;
  /* box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08); */
  /* border-bottom: 2px solid var(--c1); */

}
.logo{
  /* width: 180px; */
  height: 95px;
}
.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
  
}
.home-only-nav {
  border-radius: 12px;
  /* border-width: 2px 2px 5px 2px;
  border-style: solid;
  border-color: black; */
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.newnav{
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  border-radius: 0%;
  z-index: 50;
  background: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s ;
  border-bottom: 1px solid var(--c1);
  /* display: unset !important; */
}
.home-d-nav .nav-link{
  color:  var(--c1) !important;
}
/* .home-d-nav .nav-active{
  color:  #ffff !important;
} */
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: black !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 10px;
}
.nav-link{
  /* color: var(--c1) !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  font-family: Poppins-Regular !important;
}
.nav-active{
  /* background-color: var(--c1) !important; */
  /* color: #FFF !important; */
  font-weight: bold !important;
  border-bottom: 2px solid var(--c1) !important;
}
.nv-icon{
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-div img{
  width: 40px;
}
/* .icon-div img{
width: 50px;
} */
.icon-div i{
font-size: 20px;
}
.nv-icon p{
  margin-bottom: 0% !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}
.dropdown:hover .dropdown-menu {

  /* background-color: var(--c2); */
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  text-transform: lowercase;
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  border-radius: 10% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c2) !important;
  font-family: Nunito !important;
}
.dropdown-item:hover{
  transform: translateX(10px);
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.animate {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.btn-search{
  background-color: var(--c2) !important;
  
}
.nav-gift{
  width: 20px;
}

.btn-log {
background-color: var(--c1) !important;
color: #fff !important;
border-radius: 50% !important;
}

.mob-s-nav  .ab-lgo-bx{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.mob-s-nav  .ab-lgo-bx img{
  width: 50%;
}



/* --- hero section ----- */
.hero-main{
  background-image: url(../images/bg-grid.png);
  background-size: cover;
  position: relative;
  
}
.hero-main::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;
  background: rgb(0,0,128);
  background: linear-gradient(159deg, rgba(0,0,128,1) 0%, rgba(0,191,255,1) 100%);
}
.hero-bg-txt{
  font-size: 60px;
}

.hero-bg-txt2{
  font-size: 63px;
/* text-shadow: 
    1px 0px 1px #ccc, 0px 1px 1px #eee, 
    2px 1px 1px #ccc, 1px 2px 1px #eee,
    3px 2px 1px #ccc, 2px 3px 1px #eee,
    4px 3px 1px #ccc, 3px 4px 1px #eee,
    5px 4px 1px #ccc, 4px 5px 1px #eee,
    6px 5px 1px #ccc, 5px 6px 1px #eee,
    7px 6px 1px #ccc; */
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 1);

}

.hero-bg-txt1{
  font-size: 40px;
}

.bg2{
  background-color: #eef9ff;
}

.hero-main p{
  font-size: 18px !important;
}


.hero-button {
  background-color: #f6f6f6 !important;
  color: black;
  border-radius: 10em;
  font-size: 14px !important;
  border: 1px solid var(--c3) !important;
  font-weight: 600;
  /* padding: 1em 2em; */
  cursor: pointer;
  transition: all 0.3s ease-in-out;

  box-shadow: 0 0 0 0 var(--c1);
    font-family: Nunito !important;
  color: var(--c1) !important;
}

.hero-button:hover {
  transform: translateY(-4px) translateX(-2px);
  box-shadow: 2px 5px 0 0 var(--c1);
}

.hero-button:active {
  transform: translateY(2px) translateX(1px);
  box-shadow: 0 0 0 0 var(--c1);
}

.hero-img{
  width: 100%;
  height: 450px;
  object-fit: contain;
  z-index: 4;
}
.cloud-img{
  width: 100%;
  position: absolute;
  bottom: -0.5%;
  left: 0%;
}


.hero-img1{
  width: 100%;
  height: 200px;
  object-fit: contain;
  z-index: 4;
}


/* ------------------  */

/* ------ about us ---------  */

.abt-us1{
  height: 470px;
  width: 100%;
  position: relative;
 }


 .about-us{
  height: 100%;
  width: 70%;
  object-fit: cover;

 }

 .abt-abs{
  width: 50%;
  height: 60%;
  position: absolute;
  top: 28%;
  left: 0%;
  border: 6px solid #F1F1F1;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }

 .abt-con{
  position: absolute;
  left: 10%;
  top: 7%;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 }

 .abt-con-div{
  display: flex;
}
.abt-con-bx{
  background-color: #F1F1F1;
  height: 50px;
  width: 50px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-abt-icon{
  width: 50%;
}
.abt-con-txt{
  width: 70%;
}



.abt-con-txt p{
  font-size: 12px !important;
}
.abt-con-h{
  font-size: 14px;
}

.abt-con1{
  transition: all .5s ease-in-out;

}

.abt-con1:hover .arow-hover{
  /* transform: translateX(3%); */
  transition: all .5s ease-in-out;
}

.wave-abs{
  position: absolute;
  bottom: 0%;
  left: 1%;
}

/* our projexts */
.test-bx{
  width: 100%;
  min-height: 410px;
  object-fit: cover;
  position: relative;
  /* background-color: #FFF;
  box-shadow: 0 70px 70px rgba(0,0,0,.2); */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.3s;
 }
 .test-img{
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  height:60%;
  clip-path: polygon(0 0, 100% 0, 100% 58%, 0% 100%);
  z-index: -1;
  border-radius: 40px;
 }
 .text-txt-bx{
  background-color: #FFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 90%;
  border-top: 0.5px dashed var(--c2);

 }

 .test-bx:hover .text-txt-bx{
  transform: translateY(-10px);
  transition: all 0.3s;
 }
 .text-p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

 }
 .test-btn {
  background: rgb(0,0,128);
  background: linear-gradient(159deg, rgba(0,0,128,1) 0%, rgba(0,191,255,1) 100%);
  color: #FFF !important;
  border-radius: 0% !important;
  width: 160px;
  border: 1px solid var(--c2) !important;
  font-family: Nunito !important;
 }

 .test-btn:hover{
  background: none;
  background-color: #f6f6f6 !important;
  color: var(--c2) !important;
 }


 
.hr-lines1{
  position: relative;
  max-width: 1000px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines1:before{
  content:" ";
  height: 2px;
  width: 250px;
  background: var(--c1);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 40px;
}

.hr-lines1:after{
  content:" ";
  height: 2px;
  width: 250px;
  background: var(--c1);
  border-radius: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}



/* ------------------- counter --------------*/
.count-div{
  position: relative;
  background-color: white;
}
.count-div::after{
  content: '';
  /* background-image: url(../images/agency-1.jpg); */
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
  position: absolute;
  inset: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.count-head{
  font-size: 50px;
  color: black !important;
  font-weight: bold;
}
.count-bx{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../images/services-bg-01.png);
  background-position: center;
  background-size: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 180px;
}
.cnt-nm{
   color: var(--c2) !important;
    display: inline-block;
    font-size: 38px;
    line-height: 1em;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

.about-main1{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

/* ------- slider -------------  */

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding-bottom: 5px !important;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.customer-logos img{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}


/* gallery section */


.gall-div1{
  width: 100%;
  height: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}
.gal-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gall-over{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  transition: all .5s;
}
.full-screen{
  width: 50px;
}
.gall-div1:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}
.last-gal{
  height: 150px;
}


/* ------------------  */

/* --------our features---------- */
.feat-box{
  width: 100%;
  border-bottom: 1px groove var(--c3);
  position: relative;
  min-height: 240px;
}

.feat-box:hover .feat-h3{
  color: var(--c2) !important;
}

.feat-img{
  width: 50px;
  position: relative;
}
.feat-img-box{
  position: relative;
}
.feat-img-box::before{
  content: '';
  width: 30%;
  height: calc(100% - 10px);
  background-color: var(--c4);
  transform: skewX(-14deg);
  z-index: -1;
  transition: all .3s ease;
  position: absolute;
  right: 5%;
  top: 0%;
  opacity: 0.8;
  border-radius: 100%;
}

.feat-box:hover .feat-img-box::before{
  width: 80%;
  opacity: 1;
  transition: all .3s ease;
}

.small-fon{
  font-size: 15px !important;
}

.col-img{
  width: 50px;
  position: absolute;
  bottom: 3%;
  right: 0%;
  z-index: -1;
  opacity: 0.5;
}


/* .tes-con{
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */

/* ----------------- our splecial -------------  */

.type-bx {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px !important; 
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  
}
.type-round{
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 50%;
  position: relative;
  border: 2px solid var(--c1);
}
.type-round::before{
  content: '';
  width: 100px;
  height: 100px;
  border: 2px dashed var(--c1);
  position: absolute;
  border-radius: 50%;
  animation-name: spin;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
.type-img{
  width: 95%;
  height: 95%;
  object-fit: cover !important;

  border-radius: 50%;
}
.spl-type{
  /* border: 2px dashed #fff; */
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
  min-height: 420px; 
}
.spl-type .type-round::before{
  border: 2px dashed var(--c2);
}

.spin{
  animation-name: spin;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}



 /* -------- footer --------*/

 .curve1-img{
  position: absolute;
  top: -1%;
  left: 0%;


 }

 .footer{
  position: relative;
  background: rgb(0,0,128);
  background: linear-gradient(159deg, rgba(0,0,128,1) 0%, rgba(0,191,255,1) 100%);
}
.f-logo{
  width: 30%;
}
.full-so{
  display: flex;

}
.soc-bx{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.soc-icon{
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}
.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.foot-arrow{
  width: 16px;
}
.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}

.f-con-div{
  display: flex;
}
.f-con-bx{
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;

}
.con-f-icon{
  width: 50%;
}
.f-con-txt1{
  width: 60%;
  border-bottom: 1.5px dotted #FFF;
  color: black !important;
  font-size: 14px;
  /* padding: 8px 0; */

}

.f-con-txt input{
  padding: 8px;
}

.f-con-txt button{
  background-color: var(--c1)!important;
}

.f-con-h{
  font-size: 14px;
}

.bor-end{
  border-right: 1.5px solid black;
}

 
  /* ======= contact us ================ */

  

 
  .form-control:focus{
    outline: unset !important;
    box-shadow: unset !important;
    background-color: #f6f6f6 !important;
  }
  
  .form-control{
    background-color: #f6f6f6 !important;
    padding: 20px;
  }
  
  
  
  .form_input input{
  padding: 10px !important;
  }
  
  .con_img img{
  height: 80%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-left: 40px;
  margin-top: 20px;
  }
  
  
  .con-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  }
  .con-box img {
  width: 40px;
  }
  .con-right {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    height: 100%;
  }
  
  .btn-c1{
    background-color: var(--c1);
    border: 1px solid  var(--c1);
    color: #fff;
    transition: all 0.3s ease-in-out;
  }

  .btn-c1:hover{
    color:var(--c1);
    background-color: #fff;
    border: 1px solid  var(--c1);
    transition: all 0.3s ease-in-out;

  }



  .contact .info-wrap {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 30px !important;
    border-radius: 10px;
  }

  .con-pad{
    padding-top: 100px !important;
  }
  
  .contact .info {
    background: #fff;
  }
  
  .contact .info i {
    font-size: 20px;
    color: var(--c1);
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid var(--c1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
  }
  
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
  }
  
  .contact .info:hover i {
    background: var(--c1);
    color: #fff;
  }

  .map-con{
    height: 500px;
  }

  /* gallery section */
 .gall-div{
  width: 100%;
  height: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}
.gal-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gall-over{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  transition: all .5s;
}
.full-screen{
  width: 50px;
}
.gall-div:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}


/* --------- abt us ------------- */

.ab-pg-img{
  width: 100%;
  height: 450px;
  object-fit: cover;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.name{
  font-size: 50px;
  letter-spacing: 3px;
}
.ab-page-left{
  position: relative;
}


.yr-box{
  position: absolute;
  left: 0%;
  top: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 6px solid #fff;
  background-color: var(--c1);
}
.yr-box h3{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.yr-box p{
  color: #fff;
}

.yr-box1{
  position: absolute;
  right: 0%;
  bottom: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 6px solid #fff;
  background-color: var(--c1);
}
.yr-box1 h3{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.yr-box1 p{
  color: #fff;
}

/* Preloader styles */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* From Uiverse.io by G4b413l */ 
.newtons-cradle {
  --uib-size: 50px;
  --uib-speed: 1.2s;
  --uib-color: #1b98db;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--uib-size);
  height: var(--uib-size);
 }
 
 .newtons-cradle__dot {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 25%;
  transform-origin: center top;
 }
 
 .newtons-cradle__dot::after {
  content: '';
  display: block;
  width: 100%;
  height: 25%;
  border-radius: 50%;
  background-color: var(--uib-color);
 }
 
 .newtons-cradle__dot:first-child {
  animation: swing var(--uib-speed) linear infinite;
 }
 
 .newtons-cradle__dot:last-child {
  animation: swing2 var(--uib-speed) linear infinite;
 }
 
 @keyframes swing {
  0% {
   transform: rotate(0deg);
   animation-timing-function: ease-out;
  }
 
  25% {
   transform: rotate(70deg);
   animation-timing-function: ease-in;
  }
 
  50% {
   transform: rotate(0deg);
   animation-timing-function: linear;
  }
 }
 
 @keyframes swing2 {
  0% {
   transform: rotate(0deg);
   animation-timing-function: linear;
  }
 
  50% {
   transform: rotate(0deg);
   animation-timing-function: ease-out;
  }
 
  75% {
   transform: rotate(-70deg);
   animation-timing-function: ease-in;
  }
 }
 

/* Hide preloader when the content is fully loaded */
body.loaded .preloader {
  display: none;
}


/* --- cooshe section ---- */
  
.choose-head{
  font-size: 50px;
}
.choose-bx{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 250px;
}
.choose-img-bx{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.choose-img{
  width: 60%;
}
.br-right{
  border-right: 1px solid var(--c1);
}
.br-bot{
  border-bottom: 1px solid var(--c1);
}

/* ---- after counter section --------------- */
.bg-c2{
  background-color: #f1f8ff;
}
.full-img-bx{
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.full-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-img1{
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.in-full-bx{
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.in-full-img{
  width: 55px;
}
.fi-bx-c2{
  background-color: var(--c2);
}


/* ----------- service ---------  */

.abt-us-ser{
  position: relative;
  height: 420px !important;
  width: 420px;
 }

 .abt-us-img-ser{
  height: 100%;
  width: 100%;
  border-radius: 50% 50% 50% 0;
  object-fit: cover;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 }

 .abt-us-img1-ser{
  position: absolute;
  bottom : 0;
  right: 0;
  height: 170px;
  width: 170px ;
  object-fit: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: white;
  border-radius: 50% ;
 }

 /* ------  */

.abt-dot{
  height: 46px;
  width: 46px;
  background-color: #f6f6f6;
  border: 1px solid var(--c1);
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition:  .4s ease-in-out; 
}

.abt-con1:hover .abt-dot{
  height: 46px;
  width: 46px;
  background-color: var(--c1 );
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition:  .4s ease-in-out; 
}

.cent-full-img{
  width: 100%;
  /* height: 100%; */
  height: 400px;
  object-fit: cover;
}
.in-side-center{
  height: 100%;
  display: flex;
  align-items: center;
}

/* ----------------  */

  
.ser-box{
  height: 300px;
  position: relative;
  width: 100%;
}
.ser-text h3{
  font-size: 35px;
}
.ser-box img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.serp{
  font-size: 18px;
  color: #605f5f;
  font-weight: 500;
}

.ser-over{
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  
}
.ser2box{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
  justify-content: flex-end;
  overflow: hidden;
}
.ser2box h5{
  transform: translateY(150%);
  transition: all .3s;
}
.ser-box1:hover .ser-over{
  background-color: rgb(0, 0, 0,.3);
  transition: all .3s;
}
.ser-box1:hover .ser2box{
  border: 2px solid var(--c1);
  transition: all .3s;
}
.ser-box1:hover .ser2-text{
  transform: translateY(0%);
  transition: all .3s;
  
}
.ser-b-text{
  transition: all .3s;
  display: none;
}
.ser-box1:hover .ser-b-text{
  opacity: 0;
  transition: all .2s;
}
.last{
  /* background-color: var(--c1); */
  background-image: linear-gradient(to right, #ffb347 0%, #ffcc33  51%, #ffb347  100%);
  /* background-color: var(--c1); */
  display: flex;
  align-items: center;
  justify-content: center;
  transition:all .4s;
  background-size: 200% auto;

}
.last:hover {
  background-position: right center; /* change the direction of the change here */
  transition:all .4s;
}



  
  /* --------------------------------------make it responsive------------------------ */
  @media screen and (min-width:1450px) {
    .hero-img{
      width: 90%;
    }
  }
  @media screen and (max-width:1400px) {
    .nav-link {
      font-size: 12px !important;
    }
    .hero-bg-txt {
      font-size: 55px;
  }

  }
@media screen and (max-width:1025px) {
          /* navbar */
          .top-nav-one{
            display: none;
        }
        .menu {
          width: 42px;
      }
        /* .logo{
            width: 77px;
        } */
        .nav-menus {
            display:flex;
            align-items: unset !important;
            justify-content: unset;
    
        }
        /* .nav-link{
            color: #000 !important;
        } */
        .offcanvas{
            width: 80% !important;
        }
        .dropdown-item {
          white-space: unset !important;
          font-size: 12px;
        }
    
        .menu{
          width: 52px;
        }
        .offcanvas-header{
          background: rgb(0,0,128);
          background: linear-gradient(159deg, rgba(0,0,128,1) 0%, rgba(0,191,255,1) 100%);
        
        }
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {

  .nav-link{
    font-size: 12px !important;
  }

}

@media (min-width:920px) and (max-width:1200px) {
 
}

  @media screen and (max-width:920px) {

    .sm-js{
      text-align: justify !important;
    }
        /* navbar */
        .top-nav-one{
          display: none;
      }
      .menu {
        width: 42px;
    }
      /* .logo{
          width: 77px;
      } */
      .nav-menus {
          display:flex;
          align-items: unset !important;
          justify-content: unset;
  
      }
      .nav-link{
          /* color: var(--c3) !important; */
          font-size: 15px !important;
          font-weight: normal !important;
      }
      .offcanvas{
          width: 80% !important;
      }
      /* .navbar .dropdown{
        padding-left: 0% !important;
        padding-right: 0% !important;
      } */
      .dropdown-item {
        white-space: unset !important;
        font-size: 16px;

        /* border-bottom: 1px solid var(--c1) !important;
        min-height: 56px; */
      }
      .dropdown-menu{
        border: unset !important;
        box-shadow: unset !important;
      }

      @-webkit-keyframes slideIn {
        0% {
          -webkit-transform: transform;
          -webkit-opacity: 0;
        }
        100% {
          -webkit-transform: translateY(-8%);
          -webkit-opacity: 1;
        }
        0% {
          -webkit-transform: translateY(0);
          -webkit-opacity: 0;
        }
      }
      .menu{
        width: 52px;
      }
      .offcanvas-header{
        background-color: var(--c1);
      }
      .nav-link {
        color: unset !important;
        height: 60px;
        display: flex !important;
        align-items: center;
    }

      .nav-active{
        background-color: unset !important;
        color: var(--c1) !important;
        font-weight: bold !important;
        border-bottom: unset !important;
      }
      .nav-item{
        border-bottom: 1px solid var(--c1);
        min-height: 56px;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
      }
     /* footer */
     .f-first{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .ft-main {
      border-top: 1px solid #fff;
    }
    .other-hero {
      height: 38vh;
    
    }

    .animate {
      animation-duration: 0s;
      -webkit-animation-duration: 0s;
      animation-fill-mode: none;
      -webkit-animation-fill-mode: none;
    }
  }

  @media screen and (max-width:720px) {

  }



  @media screen and (max-width:660px) {

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 90px;
}
.sm-js{
  text-align: justify !important;
}
/* hero */
.hero-bg-txt {
  font-size: 30px;
}


.hero-bg-txt1 {
  font-size: 20px;
}

.hero-bg-txt2 {
  font-size: 43px;
}



.hero-img{
  width: 100%;
  height: 200px;
  object-fit: contain;
  z-index: 4;
}

/* --------------  */

.abt-us1{
  height: 370px;
  width: 100%;
  position: relative;
 }

 .abt-con{
  position: absolute;
  left: 5%;
  top: 7%;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 }

 .abt-abs{
  width: 50%;
  height: 60%;
  position: absolute;
  top: 32%;
  left: 0%;
  border: 6px solid #F1F1F1;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }

 .abt-con-bx{
  background-color: #F1F1F1;
  height: 45px;
  width: 45px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.abt-con-txt p{
  font-size: 10px !important;
}
.abt-con-h{
  font-size: 12px;
}


/* -  */


.hr-lines1{
  position: relative;
  max-width: 1000px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines1:before{
  content:" ";
  height: 2px;
  width: 70px;
  background: var(--c1);
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 40px;
  left: 0;
}

.hr-lines1:after{
  content:" ";
  height: 2px;
  width: 70px;
  background: var(--c1);
  border-radius: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
/* ---------  */

.bg1::after{
  content: "";
  position: absolute;
  background-color: #eef9ff!important;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/urgvy.png);
  background-size: cover;
  background-position: left ;
  z-index: -1;
}


/* ----------  */

/* our projexts */
.test-bx{
  width: 100%;
  min-height: 410px;
  object-fit: cover;
  position: relative;
  /* background-color: #FFF;
  box-shadow: 0 70px 70px rgba(0,0,0,.2); */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.3s;
 }
 .test-img{
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  height:66%;
  clip-path: polygon(0 0, 100% 0, 100% 58%, 0% 100%);
  z-index: -1;
  border-radius: 40px;
 }
 .text-txt-bx{
  background-color: #FFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 90%;
  border-top: 1px dashed var(--c2);

 }

 .br-right{
  border-right: unset;
}
.br-bot{
  border-bottom: unset;
}
.choose-bx{
  border-bottom: 1px solid var(--c1);
}


.ab-pg-img {
  height: 290px;
}


.yr-box1 h3{
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}

.yr-box h3{
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}

.map-con{
  height: 300px;
}


.abt-us-ser{
  position: relative;
  height: 350px !important;
  width: 350px;
 }

.cent-full-img{
  width: 100%;
  /* height: 100%; */
  height: 300px;
  object-fit: cover;
}

}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {

  }

  @media screen and (max-width:320px) {
        /* /////////////////////////////counter//////////////////////////////////////////////// */

 
  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}