@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* ======Navbar Start===== */

a{
    text-decoration: none;
}

li{
    list-style: none;
}

.navbar{
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 10px;
 background-color: #fff;
 color: #181818;
 box-shadow: 0px 0px 5px 0px rgb(32, 32, 32);
}

.nav-links a{
    color: #050044;
}

.nav-links a:hover{
  color: white;
  transition: 0.3s ease;
}

.c-logo{
    width: 160px;
}

.menu{
  padding-right: 30px;
    display: flex;
    gap: 1em;
    font-size: 18px;
    color: #050044;
    font-weight: 400;
    z-index: 99;
}

.menu li:hover{
    background: #0F75BC;
    color: white;
    border-radius: 5px;
    transition: 0.3s ease;
}

.menu li{
    padding: 5px 14px;
}

/* =====RESPONSIVE NAVBAR MENU STARTS===== */

input[type=checkbox]{
    display: none;
} 

.logo{
    width: 100px;
}

.hamburger{
    display: none;
    font-size: 24px;
    user-select: none;
}

@media (max-width: 768px){

    .menu{ 
        display:none;
        position: absolute;
        background-color:#B6E4FF;
        right: 0;
        left: 0;
        text-align: center;
        padding: 16px 0;
        margin-top: 30px;
    }
    
    .menu li:hover{
        display: inline-block;
        background-color:#0F75BC;
        transition: 0.3s ease;
       }

       .menu li + li {
        margin-top: 12px;
       }

       input[type=checkbox]:checked ~ .menu{
        display: block;
       }

       .hamburger {
        display: block;
       }
}


/* =====RESPONSIVE NAVBAR MENU END===== */

/* ======Navbar End===== */

/* =====slider Start===== */
@keyframes slidy {
    0% { left: 0%; }
    20% { left: 0%; }
    25% { left: -100%; }
    45% { left: -100%; }
    50% { left: -200%; }
    70% { left: -200%; }
    75% { left: -300%; }
    95% { left: -300%; }
    100% { left: -400%; }
    }

    div#sliders{
        width: 100%; overflow: hidden; 
        /* margin-top: 6px; */
       
    }

    figure.slider { 
        position: relative; width: 500%;
        font-size: 0; animation: 30s slidy infinite; 
      }

      figure.slider figure { 
        width: 20%; height: auto;
        display: inline-block;  position: inherit; 
      }

      figure.slider img { width: 100%; height: auto; }
      figure.slider figure figcaption { 
      position: absolute; bottom: 0;
      background: rgba(0,0,0,0.4);
      color: #fff; width: 100%;
      font-size: 2rem; padding: .6rem; 
    }

    

/* =====slider End===== */

/* ======our services section start====== */

.services-group {
  margin-top: 3%;
}

.services-title {
  text-align: center;
  color: #000000a6;
  font-weight: 500;
}

.services-subtext {
  text-align: center;
  color: #2c2c2ca6;
  font-weight: 400;
  font-size: 16px;
}

.ser-data{
  margin-top: 3.5%;
}

body .ser-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 40px 100px;
  }
  
  body .ser-container .ser-card {
    position: relative;
    min-width: 320px;
    height: 440px;
    border-radius: 15px;
    margin: 30px;
    transition: 0.5s;
  }
  
  body .ser-container .ser-card:nth-child(1) .ser-box .ser-content a {
    background: #2196f3;
  }
  
  body .ser-container .ser-card:nth-child(2) .ser-box .ser-content a {
    background: #2196f3;
  }
  
  body .ser-container .ser-card:nth-child(3) .ser-box .ser-content a {
    background: #2196f3;
  }
  
  body .ser-container .ser-card .ser-box {
  margin-top: -10%;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: #edf3f5;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
  }

  .serimg1{
    margin-bottom: 7%;
    width: 135px;
  }

  .serimg2 {
    margin-bottom: 6%;
    width: 140px;
  }

  .serimg3 {
    margin-bottom: 6%;
    width: 140px;
  }

  .serimg4 {
    margin-bottom: 6%;
    width: 140px;
  }

  .serimg5 {
    margin-bottom: 6%;
    width: 125px;
  }

  .serimg6 {
    margin-bottom: 6%;
    width: 120px;
  }
  
  body .ser-container .ser-card .ser-box:hover {
    transform: translateY(-50px);
  }
  
  body .ser-container .ser-card .ser-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
  }
  
  body .ser-container .ser-card .ser-box .ser-content {
    padding: 20px;
    text-align: center;
  }
  
  body .ser-container .ser-card .ser-box .ser-content h2 {
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.1);
  }
  
  body .ser-container .ser-card .ser-box .ser-content h3 {
    font-size: 1.8rem;
    color: #0b1134;
    z-index: 1;
    transition: 0.5s;
    margin-bottom: 15px;
  }
  
  body .ser-container .ser-card .ser-box .ser-content p {
    font-size: 1rem;
    font-weight: 300;
    color: #0b1134bf;
    z-index: 1;
    transition: 0.5s;
  }
  
  body .ser-container .ser-card .ser-box .ser-content a {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    text-decoration: none;
    color: white;
    margin-top: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
  }
  body .ser-container .ser-card .ser-box .ser-content a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
    background: #fff;
    color: #000;
  }

  .showallbtn{
    margin-top: -3%;
  }

  .conbutton{
      color: #fff;
      padding: 10px 25px;
      background: #4ebeff;
      position: relative;
      cursor: pointer;
      border-radius: 50px;
      margin-left: 41.5%;
      margin-right: 41.5%;
    }

    .showmoreicon {
      width: 25px;
      margin-left: 6px;
      margin-bottom: -6px;
    }

    @media (max-width: 768px){
      .conbutton{
        margin-left: 25%;
        margin-right: 25%;
      }

      .showallbtn{
        margin-top: -12%;
        margin-bottom: 10%;
      }
    }
/* ======our services section end====== */

/* ===============Technologies section CSS start==================== */

.technologies-continer{
  margin-top: 4%;
	background: #0b0b3c;
}

.techtitaldata{
	text-align: center;
  padding: 30px;
}

.techhead{
	color: aliceblue;
	font-weight: 500;
}

.tech-subtext{
	color: aliceblue;
	font-weight: 400;
	margin-top: 15px;
}

.techlogos{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.react-logos{
	width: 120px;
	margin-top: 50px;
	margin-bottom: 80px;
	margin-left: 100px;
}

.nodejs-logos{
	width: 120px;
	margin-top: 50px;
	margin-bottom: 80px;
  margin-left: 100px;
}

.nextjs-logos{
	width: 120px;
	margin-top: 50px;
	margin-bottom: 80px;
  margin-left: 100px;
}

.netcore-logos{
	width: 120px;
	margin-top: 50px;
	margin-bottom: 80px;
  margin-left: 100px;
}

.azure-logos{
	width: 120px;
	margin-top: 50px;
	margin-bottom: 80px;
  margin-left: 100px;
}

.android-logos{
	width: 120px;
	margin-top: 50px;
	margin-bottom: 80px;
	margin-left: 100px;
  margin-right: 100px;
}


/* @media (max-width: 768px){
  .techlogos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
} */


/* ===============Technologies section CSS end==================== */

/* =======our work section start======= */

.ourportfolio-container{
  margin-top: 3%;
  position: relative;
  /* min-height: 100vh; */
  background: #fff;
}

.ourportfoliohead{
  font-weight: 500;
  text-align: center;
  color: #000000a6;
  padding: 15px;
  text-transform: capitalize;
}

.ourportfolio-subtxt{
  font-weight: 400;
  text-align: center;
  color: #2c2c2ca6;
  padding-top: 1px;
  padding-bottom: 10px;
}

.ourportfolioimg-container{
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  padding: 15px;
}

.ourportfolioimg{
  border: 10px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  overflow: hidden;
  cursor: pointer;
}

.ourportfolioimg img{
  width: 350px;
  object-fit: cover;
  transition: .2s linear;
}

.ourportfolioimg:hover img{
  transform: scale(1.1);
}

.img-popup-img{
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .9);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
}

.img-popup-img span{
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 60px;
  font-weight: lighter;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}

.img-popup-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #fff;
  border-radius: 5px;
  width: 750px;
  object-fit: cover;
}

.show-all{
  margin-top: 6%;
}

@media (max-width:768px){
  .img-popup-img img{
      width: 95%;
  }

  .ourworkimg img{
      width: 95%;
  }

}


/* =======our work section end======= */


/* =====Why consisty system Start===== */

.whatheading{
  margin-top: 5%;
  justify-content: center;
  text-align: center;
}

.whatheading__title{
  color: #000000a6;
  font-weight: 500;
}

.whatwe{
  margin-top: -8%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  min-height: 100vh;
}

.whatwe::before {
	content: '';
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(#DA22FF, #9733EE);
	clip-path: circle(30% at right 70%);
}

.whatwe::after {
	content: '';
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(#E55D87, #5FC3E4);
	clip-path: circle(20% at 10% 10%);
}

.w-container {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 40px 0;
}

.w-container .w-card {
	position: relative;
	width: 300px;
	height: 400px;
	background: rgba(255, 255, 255, 0.05);
	margin: 20px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(10px);
}

.w-container .w-card .content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: 0.5s;
}

.w-container .w-card:hover .content {
	transform: translateY(-20px);
}

.w-container .w-card .content .imgBx {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

.w-container .w-card .content .imgBx img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.w-container .w-card .content .contentBx h3 {
	color: #000000a6;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	margin: 20px 0 10px;
	line-height: 1.1em;
}

.w-container .w-card .content .contentBx h3 span {
	font-size: 12px;
	font-weight: 300;
	text-transform: initial;
}

.w-container .w-card .sci {
	position: absolute;
	bottom: 50px;
	display: flex;
}

.w-container .w-card .sci p {
  text-align: center;
	list-style: none;
	margin: 0 10px;
	transform: translateY(40px);
	transition: 0.5s;
	opacity: 0;
}

.w-container .w-card:hover .sci p {
	transform: translateY(0px);
	opacity: 1;
}

.wcontainer .w-card .sci p a {
	color: #0b1134;
	font-size: 14px;
  font-weight: 300;
}
/* =====Why consisty system End===== */

/* =====Our Client Say CSS Start===== */

.testimonials
{
  margin-top: -3%;
  padding: 40px 0;
  background: #0b0b3c;
  color: #434343;
  text-align: center;
}

.testimonial-inner{
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}

.testimonial-heading{
  color: #fff;
  font-weight: 500;
}

.border
{
  width: 160px;
  height: 5px;
  background: #4ebeff;
  margin: 12px auto;
}

.row
{
  margin-top: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col
{
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing:  border-box;
  padding: 15px;
}

.testimonial
{
  background: #fff;
  padding: 30px;
}

.testimonial img
{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.name
{
  color: #050920;
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}

.clientsaystxt{
  color: #0b1134bf;;
}

.stars
{
  color: #f0932b;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px)
{
  .col
  {
    flex: 100%;
    max-width: 80%;
  }
}

/* =====Our Client Say CSS End===== */



/* <!-- =====call to action css start===== --> */
.callto{
  margin: 5% auto;
  width: 80%;
  background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),url(./assetess/banner2.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  padding: 100px 0;
}

.callto .calltohead{
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
  padding: 0;
}

.callto .calltoadd{
  color: #fff;
  margin-bottom: 30px;
  padding: 0;
}

.callto .conbutton{
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 25px;
  background: transparent;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}

.callto .conbutton:hover{
  border: 1px solid #4ebeff;
  background: #4ebeff;
  transition: 1s ease;
}

@media (max-width: 700px){
  .callto .calltohead{
    font-size: 24px;
  }

  .callto .calltoadd{
    font-size: 14px;
  }
}
/* =====call to action css end===== */


/* =====Start footer area Css=====  */

footer{
  width: 100%;
  bottom: 0;
  left: 0;
  background: #2A70D0;
}
footer .fotcontent{
  max-width: 1350px;
  margin: auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
footer .fotcontent p,a{
  color: #fff;
}
footer .fotcontent .box{
  width: 33%;
  transition: all 0.4s ease;
}
footer .fotcontent .topic{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;

}

.footerservicename{
  color: #fff;
}

footer .fotcontent p{
  text-align: justify;
}
footer .fotcontent .lower .topic{
  margin: 24px 0 5px 0;
}
footer .fotcontent .lower i{
  padding-right: 16px;
}
footer .fotcontent .middle{
  padding-left: 80px;
}
footer .fotcontent .middle a{
  line-height: 32px;
}
footer .fotcontent .right input[type="text"]{
  height: 45px;
  width: 100%;
  outline: none;
  color: #d9d9d9;
  background: #000;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 17px;
  border: 2px solid #222222;
}
footer .fotcontent .right input[type="submit"]{
  height: 42px;
  width: 100%;
  font-size: 18px;
  color: #d9d9d9;
  background: #2196f3;
  outline: none;
  border-radius: 5px;
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 12px;
  border: 2px solid #2196f3;
  transition: all 0.3s ease-in-out;
}
.fotcontent .right input[type="submit"]:hover{
  background: none;
  color:  #2196f3;
}
footer .fotcontent .media-icons a{
  font-size: 16px;
  height: 45px;
  width: 45px;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  border-radius: 5px;
  border: 2px solid #fff;
  margin: 5px 10px 0 0;
  transition: all 0.3s ease;
}
.fotcontent .media-icons a:hover{
  border-color: #2196f3;
}
footer a{
  transition: all 0.3s ease;
}
footer a:hover{
  color: #2196f3;
}
@media (max-width:1100px) {
  footer .fotcontent .middle{
    padding-left: 50px;
  }
}
@media (max-width:950px){
  footer .fotcontent .box{
    width: 50%;
  }
  .fotcontent .right{
    margin-top: 40px;
  }
}
@media (max-width:560px){
  footer{
    position: relative;
  }
  footer .fotcontent .box{
    width: 100%;
    margin-top: 30px;
  }
  footer .fotcontent .middle{
    padding-left: 0;
  }

  .bottom{
    font-size: 14px;
  }
}

.bottom{
  width: 100%;
  text-align: center;
  align-items: center;
  background-color: #1c58ac;
  color: #fff;
  padding: 10px 0 10px 0;
}



/* =====End footer area Css=====  */

/* ==============Start Services Page CSS================= */

/* =====service header or imgage start===== */
.servicetitle{
  margin-top: 0%;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(rgba(41, 41, 41, 0.7), rgba(41, 41, 41, 0.7)),url(./assetess/services.png);
  background-position: center;
  background-size: cover;
  /* border-radius: 10px; */
  text-align: center;
  padding: 100px 0;
}


.servicetitle .servicehead{
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-top: 1%;
}

@media (max-width:700px){
  .servicetitle{
    width: 100%;
    height: 200px;
  }

  .servicetitle .servicehead{
    font-size: 26px;
    margin-top: -4%;

  }
}

/* =====service header or imgage end===== */

/* ======Our Services Section CSS Start====== */

.ser-data{
  margin-top: 3%;
}

body .ser-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 40px 100px;
  }
  
  body .ser-container .ser-card {
	position: relative;
	min-width: 320px;
	height: 440px;
	border-radius: 15px;
	margin: 30px;
	transition: 0.5s;
  }
  
  body .ser-container .ser-card:nth-child(1) .ser-box .ser-content a {
	background: #2196f3;
  }
  
  body .ser-container .ser-card:nth-child(2) .ser-box .ser-content a {
	background: #2196f3;
  }
  
  body .ser-container .ser-card:nth-child(3) .ser-box .ser-content a {
	background: #2196f3;
  }
  
  body .ser-container .ser-card .ser-box {
  margin-top: -10%;
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: #edf3f5;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: 0.5s;
  }

  .serimg1{
    margin-bottom: 7%;
    width: 135px;
  }

  .serimg2 {
    margin-bottom: 6%;
    width: 140px;
  }

  .serimg3 {
    margin-bottom: 6%;
    width: 140px;
  }

  .serimg4 {
    margin-bottom: 6%;
    width: 140px;
  }

  .serimg5 {
    margin-bottom: 6%;
    width: 125px;
  }

  .serimg6 {
    margin-bottom: 6%;
    width: 120px;
  }
  
  body .ser-container .ser-card .ser-box:hover {
	transform: translateY(-50px);
  }
  
  body .ser-container .ser-card .ser-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(255, 255, 255, 0.03);
  }
  
  body .ser-container .ser-card .ser-box .ser-content {
	padding: 20px;
	text-align: center;
  }
  
  body .ser-container .ser-card .ser-box .ser-content h2 {
	position: absolute;
	top: -10px;
	right: 30px;
	font-size: 8rem;
	color: rgba(255, 255, 255, 0.1);
  }
  
  body .ser-container .ser-card .ser-box .ser-content h3 {
	font-size: 1.8rem;
	color: #0b1134;
	z-index: 1;
	transition: 0.5s;
	margin-bottom: 15px;
  }
  
  body .ser-container .ser-card .ser-box .ser-content p {
	font-size: 1rem;
	font-weight: 300;
	color: #0b1134bf;
	z-index: 1;
	transition: 0.5s;
  }
  
  body .ser-container .ser-card .ser-box .ser-content a {
	position: relative;
	display: inline-block;
	padding: 8px 20px;
	background: rgb(255, 255, 255);
	border-radius: 5px;
	text-decoration: none;
	color: white;
	margin-top: 20px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	transition: 0.5s;
  }
  body .ser-container .ser-card .ser-box .ser-content a:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
	background: #fff;
	color: #000;
  }

  .nextser{
    margin-top: -2%;
  }

  .serhead{
    justify-content: center;
    text-align: center;
  }

/* ======Our Services Section CSS End====== */

/* ==============End Services Page CSS================= */

/* =================Start Contact Us Page CSS================== */

/* =====contact header or imgage start===== */
.contacttitle{
  margin-top: 0%;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url(./assetess/contact\ us.png);
  background-position: center;
  background-size: cover;
  /* border-radius: 10px; */
  text-align: center;
  padding: 100px 0;
}

.contacttitle .contacthead{
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-top: 1%;
}

@media (max-width:700px){
  .contacttitle{
    width: 100%;
    height: 200px;
  }

  .contacttitle .contacthead{
    font-size: 26px;
    margin-top: -4%;
  }
}

/* =====contact header or imgage end===== */

/* ==========start contact form css========= */
.contactform{
  margin-top: 0%;
  min-height: 100vh;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-container{
  width: 85%;
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.form-container .form-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-container .form-content .form-left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.form-content .form-left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.form-content .form-left-side .details{
  margin: 14px;
  text-align: center;
}
.form-content .form-left-side .details i{
  font-size: 30px;
  color: #2196f3;
  margin-bottom: 10px;
}
.form-content .form-left-side .details .form-topic{
  font-size: 18px;
  font-weight: 500;
}
.form-content .form-left-side .details .text-one,
.form-content .form-left-side .details .text-two{
  font-size: 14px;
  color: #afafb6;
}
.form-container .form-content .right-side{
  width: 75%;
  margin-left: 75px;
}
.form-content .right-side .form-topic-text{
  font-size: 23px;
  font-weight: 500;
  color: #0b1134;
}

.form-content .right-side .form-topic-text .form-topic-text-subtext{
  font-weight: 300;
  color: #0b1134bf;
}

.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #edf3f5;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #4ebeff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="button"]:hover{
  background: #0088f7f6;
}

.gmap{
  margin-bottom: 2%;
}

@media (max-width: 950px) {
  .form-container{
    width: 90%;
    padding: 30px 40px 40px 35px ;
  }
  .form-container .form-content .right-side{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
  .form-container{
    margin: 40px 0;
    height: 100%;
  }
  .form-container .form-content{
    flex-direction: column-reverse;
  }
 .form-container .form-content .form-left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .form-container .form-content .form-left-side::before{
   display: none;
 }
 .form-container .form-content .right-side{
   width: 100%;
   margin-left: 0;
 }
}

/* ==========end contact form css========= */
/* =================End Contact Us Page CSS================== */

/* =================================About Us Page CSS Start========================================== */

/* =====About Us header or imgage start===== */

.abouttitle{
  margin-top: 0%;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(rgba(29, 29, 29, 0.7), rgba(24, 24, 24, 0.7)),url(./assetess/about\ us.png);
  background-position: center;
  background-size: cover;
  /* border-radius: 10px; */
  text-align: center;
  padding: 100px 0;
}

.abouttitle .abouthead{
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-top: -1%;
}

@media (max-width:700px){
  .abouttitle{
    width: 100%;
    height: 200px;
  }

  .abouttitle .abouthead{
    font-size: 26px;
    margin-top: -4%;
  }
}

/* =====About Us header or imgage end===== */

/* ===========about text data start============= */

.abouttxt{
  margin-top: 4%;
  justify-content: center;
  
}

.abouttx{
  color: #0b1134bf;
  font-weight: 400;
  text-align: justify;
  margin-left: 10%;
  margin-right: 10%;
}
/* ===========about text data end============= */
 

/* ==============Our Vision Css Strat=============== */

.visionhead{
  margin-bottom: 1%;
  font-weight: 500;
  color: #0b1134;
}

.visionsubdata{
  font-weight: 400;
  color: #0b1134bf;
}

.visionimg{
  width: 300px;
}

.ourvision{
  margin-top: 60px;
}

#visionnew{
  text-align: justify;
  width: 50%;
  margin-right: 20px;
}

@media (max-width:700px){
  .visionnew{
    justify-content: center;
    text-align: center;
  }
}

/* =========Our Vision Css End========= */

/* ============Our Mission CSS Start============== */
.ourmission{
  margin-bottom: 3%;
}

.missionhead{
  font-weight: 500;
  margin-bottom: 2%;
  color: #0b1134;
}

.missionsubdata{
  font-weight: 400;
  color: #0b1134bf;
}

.missionimg{
  width: 250px;
}

.ourmission{
  margin-top: 60px;
}

#missionnew{
  text-align: justify;
  width: 50%;
  margin-left: 20px;
}
/* ============Our Mission CSS End============== */

/* =================================About Us Page CSS End========================================== */

/* ============portfolio page start============== */

/* ========image or heading start======= */

.ourwork-title{
  margin-top: 0%;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(rgba(29, 29, 29, 0.7), rgba(24, 24, 24, 0.7)),url(./assetess/portfolio\ background.png);
  background-position: center;
  background-size: cover;
  /* border-radius: 10px; */
  text-align: center;
  padding: 100px 0;
}

.ourwork-title .ourwork-heading{
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-top: 0%;
}

@media (max-width:700px){
  .ourwork-title{
    width: 100%;
    height: 200px;
  }

  .ourwork-title .ourwork-heading{
    font-size: 26px;
    margin-top: -4%;
  }
}

/* ========image or heading end======= */

.ourwork-container{
  margin: 3%;
  position: relative;
  /* min-height: 100vh; */
  background: #fff;
}

.ourworkhead{
  font-weight: 500;
  text-align: center;
  color: #000000a6;
  padding: 15px;
  text-transform: capitalize;
}

.ourwork-subtxt{
  font-weight: 400;
  text-align: center;
  color: #2c2c2ca6;
  padding-top: 1px;
  padding-bottom: 10px;
}

.ourworkimg-container{
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  padding: 15px;
}

.ourworkimg{
  border: 10px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  overflow: hidden;
  cursor: pointer;
}

.ourworkimg img{
  width: 350px;
  object-fit: cover;
  transition: .2s linear;
}

.ourworkimg:hover img{
  transform: scale(1.1);
}

.popup-img{
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .9);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
}

.popup-img span{
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 60px;
  font-weight: lighter;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}

.popup-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #fff;
  border-radius: 5px;
  width: 750px;
  object-fit: cover;
}

@media (max-width:768px){
  .popup-img img{
      width: 95%;
  }

  .ourworkimg img{
      width: 95%;
  }

}

/* ============portfolio page end============== */