@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap');
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  border: none;
  outline: none;
}
:root{
  --main:#008CE5;
  --black:#000;
  --white:#fff;
}
body {
  font-size: 15px;
  color: #848484;
  line-height: 26px;
  font-weight: 400;
  background-color: #fff;
  /* background-color: #17a2b8; */
  /* background: #eee; */
  min-height: 100vh;
  width:100%;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  overflow-X:hidden;
  overflow-Y:scroll;
  
}  
#carousel .carousel-item.boat{
  background-image:url("images/six.jpg");
}
#carousel .carousel-item.sea{
  background-image:url("images/web.jpg");
}
#carousel .carousel-item.river{
  background-image:url("images/digital_two.jpg");
}
#carousel .carousel-item{
  height:100vh;
  width:100%;
  min-height:350px;
  background:no-repeat center center scroll;
  background-size:cover;
}
#carousel .carousel-inner .carousel-item{
  transition:-webkit-transform 2s ease;
  transition:transform 2s ease;
  transition:transform 2s ease, -webkit-transform 2s ease;
}
#carousel .carousel-item .caption{
  background:rgba(0,0,0,0.5);
  padding:40px;
  color:white;
  animation-duration: 1s;
  animation-delay: 2s;
}
#carousel .caption h2{
  animation-duration: 1s;
  animation-delay: 2s;
}
#carousel .caption p{
  animation-duration: 1s;
  animation-delay: 2.2s;
}

#carousel .caption a{
  animation-duration: 1s;
  animation-delay: 2.4s;
}
.delicious-btn{
  display: inline-block;
  min-width:160px;
  height:60px;
  color:#fff;
  border:none;
  border-left:3px solid #EB363B;;
  border-radius: 0;
  padding:0 30px;
  font-size:16px;
  line-height:58px;
  font-weight:600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background:#EB363B;;
}
.delicious-btn:hover,
.delicious-btn:active,
.delicious-btn:focus{
  font-size:16px;
  font-weight: 600;
  color:#fff;
  background:#EB363B;;
  border-color:#EB363B;
}
/* css for contact section */


.contact{
  background: url(images/bg-2.jpg)no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100vh;
}

.head{
  background-color: #127EB5;
  border-radius: 5px;
  margin-top: -40px;
  -webkit-box-shadow: -1px 9px 27px -8px #127EB5;
  -moz-box-shadow: -1px 9px 27px -8px #127EB5;
  box-shadow: -1px 9px 27px -8px #127EB5;
}

.effect-1{
  border: 0;
  outline: none;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
}
.effect-1 ~ .focus-border{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #127EB5;
  transition: 0.4s;
}
.effect-1:focus ~ .focus-border{
  width: 100%;
  transition: 0.4s;
  left: 0;
}
.btn1{
  background: #127EB5;
  color: white;
  outline: none;
  border: none;
  border-radius: 5px;
  height: 40px;
  width: 140px;
}
.btn1:hover{
  -webkit-box-shadow: -1px 9px 27px -8px #127EB5;
  -moz-box-shadow: -1px 9px 27px -8px #127EB5;
  box-shadow: -1px 9px 27px -8px #127EB5;
}


/* end of contact section */
/* css for servic session */
.service-panel{
  position: relative;
  padding: 100px 0px 70px 0px;
  text-align: center;
}
.contant_img{
  background: url(images/seva.jpg)no-repeat;
}

.service-content{
  position: relative;
  margin-bottom: 30px;
  transition: all 1.5s ease;
}
.service-content:hover .img-box {
  border-bottom: 3px solid #fdc716;
}
  
.service-content:hover .icon-box {
  transform: rotate(360deg);
}
.service-content .img-box img {
  width: 70%;
}
.service-content:hover{
box-shadow: 0 20px 20px rgba(0,0,0,0.5);
}
.service-content .icon-box{
  position: relative;
  display: inline-block;
  top: -50px;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  border-radius: 50px;
  transition: all 0.5s ease;
}
.service-content .lower-content{
  position: relative;
  border: 1px solid #e5e5e5;
  border-top: 17px;
  text-decoration: none;
  font-size: 13px;
}
.service-content .lower-content h3 a:hover{
  color: yellow;
}
.service-content .lower-content .designation{
  font-size: 10px;
  color: #127EB5;
  text-decoration:capitalize;
  margin-top: -20px;
}
.content{
  text-align: center;
  margin: 80px auto;
  
}
.content h6{
  font-weight: 600;
  font-size: 2.5em;
}
.content h6 span{
  font-weight: 900;
  font-size: 1.8em;
  color:var(--main);
}
/* .content h6::after{
  content: "";
  background: var(--main);
  height: 2px;
  width: 300px;
  margin-left: 400px;
  display: block;
} */
.ss{
  font-weight: 800;
  font-size: 35px;
  color: var(--main) !important;
}
.heading{
  font-size: 30px;
  font-weight: 600;
  margin: 10px auto;
}
.pp{
  margin: 10px auto;
}
.bb{
  width: 300px;
  border: 1px solid var(--main);
  color: var(--main) !important;
  border-radius: 15px;
  font-weight: bold;
  transition: 0.4s;
}
.bb:hover{
  background: var(--main);
  color: var(--white) !important;
  letter-spacing: 4px;
}
.mm{
  height: 300px !important;
  border-radius: 10px;
  object-fit: cover !important;
}
/* css for contact */
.contact{
  background: url(images/bg-2.jpg)no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100vh;
}

.head{
  background-color: #127EB5;
  border-radius: 5px;
  margin-top: -40px;
  -webkit-box-shadow: -1px 9px 27px -8px #127EB5;
  -moz-box-shadow: -1px 9px 27px -8px #127EB5;
  box-shadow: -1px 9px 27px -8px #127EB5;
}

.effect-1{
  border: 0;
  outline: none;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
}
.effect-1 ~ .focus-border{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #127EB5;
  transition: 0.4s;
}
.effect-1:focus ~ .focus-border{
  width: 100%;
  transition: 0.4s;
  left: 0;
}
.btn1{
  background: #127EB5;
  color: white;
  outline: none;
  border: none;
  border-radius: 5px;
  height: 40px;
  width: 140px;
}
.btn1:hover{
  -webkit-box-shadow: -1px 9px 27px -8px #127EB5;
  -moz-box-shadow: -1px 9px 27px -8px #127EB5;
  box-shadow: -1px 9px 27px -8px #127EB5;
}

/* end contac us css */


/* nav{
  height: 10vh;
  background: #008CE5;
}
.nav-links {
  display: flex;
  list-style: none;
  width: 50%;
  background: lightcoral;
  height: 100%;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
}
.nav-links li a {
  color: white;
  text-decoration: none;
  font-size:16px;
}

@media screen and (max-width: 768px) {
  .line{
    width: 30px;
    height: 3px;
    background: white;
    margin: 5px;
  }
  nav{
    position: relative;
  }
  .hamburger{
    position: absolute;
    cursor: pointer;
    right: 5px;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
  }

  .nav-links{
    position: fixed;
    background: #008CE5;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    z-index:100; 
    position: fixed;
    clip-path: circle(100px at 90% -10%);
    -webkit-clip-path: circle(80px at 90% -10%);
    transition: all 1s ease-out;
  }
  .nav-links.open{
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
  }
  .landing{
    flex-direction: column;
  }
 
} */



/* navbar css */
.menu {
  position: relative;
  width: 100%;
  /* width: 90%; */
  z-index: 9999;
 
}

.my-navbar {
  width: 100%;
  padding: 20px 20px;
  background-color: white;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 999;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.nav-item .nav-link {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 300;
  /* text-transform: uppercase; */
  margin: 0px 10px;
  position: relative;
  color: black;
}

.nav-item .nav-link:before {
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background-color: brown;
  transition: 0.5s;
}


.nav-item .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: right;
}

.navbar-brand {
  text-transform: capitalize;
  font-size: 20px;
  color: #2f3542;
  font-style: italic;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}

.navbar-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 20px;
  transition: 0.5s;
  animation: scroll 0.6s 1;
}

.navbar-toggler-icon{
  z-index:100; 
  /* position: fixed; */
  background: red;
}

@media screen and (max-width: 768px) {
  .line{
    width: 30px;
    height: 3px;
    background: rgb(123, 105, 187);
    margin: 5px;
  }

  .deskk{
    display: none;
  }
  
  .logo_one{
    display: none;
  }
  .desktopp{
    display: none;
  }
  .ll{
    display: none;
  }
  .baar {
    position: relative;
    /* width: 100%; */
    width: 90%;
    z-index: 9999;
   
  }
  
  .baaar {
    width: 100%;
    padding: 20px 20px;
    background-color: white;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 999;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (min-width: 800px) {
  .arabic{
    display: none;
  }
  .desk-card{
   width: 18rem;
  }
  .navbar-custom{
    height: 90px;
  }
  .dd{
    display: none;
  }
  .logo_two{
    display: none;
  }
  .mobb{
    display: none;
    
  }
  .mm{
      margin-left: 90px;
  }
 
}
@keyframes scroll {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

    /* end css for navbar */
   /*css for footer  */
    
    *{
      margin:0;
      padding:0;
      box-sizing: border-box;
  }
  :root{
      --primary-color:#ff5e14;
      --bg-color:#151414;
      --light-black:#373636;
      --light-black-2:#2e2e2e;
      --light-black-3:#202020;
      --white-color:#fff;
      --dark-gray:#757575;
      --dark-gray-2:#7e7e7e;
      --dark-gray-3:#878787;
      --facebook:#c20f27;
      --twitter:#099644;
      --instagram:#e93b81;
  }
  body{
      font-family: "Poppins", sans-serif;
  }
  ul {
    margin: 0px;
    padding: 0px;
  }
  .footer-section{
    background:var(--bg-color);
    position:relative;
  }
  .footer-cta{
    border-bottom:1px solid var(--light-black);
  }
  .single-cta i{
    color:var(--primary-color);
    font-size:30px;
    float:left;
    margin-top:8px;
  }
  .cta-text{
    padding-left:15px;
    display:inline-block;
  }
  .cta-text h4{
    color:var(--white-color);
    font-size:20px;
    font-weight: 600;
    margin-bottom:2px;
  }
  .cta-text span{
    color:var(--dark-gray);
    font-size: 15px;
  }
  .footer-content{
    position:relative;
    z-index: 2;
  }
  .footer-logo{
    margin-bottom:30px;
  }
  .footer-logo img{
    max-width: 200px;
  }
  .footer-text p{
    margin-bottom:14px;
    font-size: 14px;
    color:var(--dark-gray-2);
    line-height: 28px;
  }
  .footer-social-icon span{
    color:var(--white-color);
    display:block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .footer-social-icon a{
    color:var(--white-color);
    font-size: 16px;
    margin-right:15px;
  }
  .footer-social-icon i{
    height:40px;
    width:40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg{
    background:var(--facebook);
  }
  .twitter-bg{
    background:var(--twitter);
  }
  .instagram-bg{
    background:var(--instagram);
  }
  .footer-widget-heading h3{
    color:var(--white-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom:40px;
    position:relative;
  }
  .footer-widget-heading h3::before{
    content:'';
    position:absolute;
    left:0;
    bottom:-15px;
    height:2px;
    width:50px;
    background:var(--primary-color);
  }
  .footer-widget ul li{
    display:inline-block;
    /* float:left; */
    width:50%;
    margin-bottom:12px;
  }
  .footer-widget ul li a:hover{
    color:var(--primary-color);
  }
  .footer-widget ul li a{
    color:var(--dark-gray-3);
    text-transform: capitalize;
  }
  .subscribe-form{
    position:relative;
    overflow:hidden;
  }
  .subscribe-form input{
    width:100%;
    padding:14px 28px;
    background:var(--light-black-2);
    border:1px solid var(--light-black-2);
    color:var(--white-color);
  }
  .subscribe-form button{
    position:absolute;
    right:0;
    background:var(--primary-color);
    padding:13px 20px;
    border:1px solid var(--primary-color);
    top:0;
  } 
  .subscribe-form button i{
    color:var(--white-color);
    font-size: 22px;
    transform:rotate(-6deg);
  }
  .copyright-area{
    background:var(--light-black-3);
    padding:25px 0;
  }
  .copyright-text p{
    margin:0;
    font-size: 14px;
    color:var(--dark-gray-3);
  }
  .copyright-text p a{
    color:var(--primary-color);
  }
  .footer-menu li{
    display:inline-block;
    margin-left:20px;
  }
  .footer-menu li:hover a{
    color:var(--primary-color);
  }
  .footer-menu li a{
    font-size: 14px;
    color:var(--dark-gray-3);
  }
  
  @media (max-width:1030px){
    .mb-30{
      margin-bottom:30px;
    }
    .footer-text p,
    .footer-social-icon{
      margin-bottom:30px;
    }
  }
/* service section */
  *{
    margin:0;
    padding:0;
    box-sizing: border-box;
  }
  span{
    display: inline-block;
    text-decoration: none;
    color: inherit;
  }
  .section-head{
    margin-bottom: 60px;
  }
  .section-head h4{
    position: relative;
    padding: 0;
  
    color:#127EB5;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size:34px;
    font-weight:700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
  }
  .section-head h4::before{
    content:'';
    width:60px;
    height:3px;
    background:#127EB5;
    position:absolute;
    bottom:-10px;
    left:0;
    right:0;
    margin:0 auto;
  }
  .section-head h4 span{
    font-weight: 700;
    padding-bottom: 5px;
    color:#2f2f2f;
  } 
  .section-head p{
    color:#818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }
  .item{
    background:#fff;
    text-align: center;
    padding:30px 25px;
    box-shadow: 0 0 25px rgba(0,0,0,0.07);
    border-radius: 20px;
    margin-bottom: 30px;
    border:5px solid rgba(0,0,0,0.07);
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item:hover{
    background:#127EB5;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item:hover .item,
  .item:hover span.icon{
    background:#fff;
    border-radius: 10px;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item:hover h6,
  .item:hover p{
    color:#fff;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item .icon{
    font-size:40px;
    margin-bottom: 25px;
    color:#127EB5;
    width:90px;
    height:90px;
    padding-top: 20px;
    line-height: 96px;
    border-radius: 50px;
  }
  .item .feature_box_col_one{
    background:rgba(247,198,5,0.2);
    color:#127EB5;
  }
  .item .feature_box_col_two{
    background: rgba(255, 77, 28, 0.15);
    color:#127EB5;
  }
  .item .feature_box_col_three{
    background:rgba(0,147,38,0.15);
    color:#127EB5;
  }
  .item .feature_box_col_four{
    background:rgba(0,108,255,0.15);
    color:#127EB5;
  }
  .item .feature_box_col_five{
    background:rgba(146,39,255,0.15);
    color:#127EB5;
  }
  .item .feature_box_col_six{
    background:rgba(23,39,246,0.15);
    color:#127EB5;
  }
  .item p{
    font-size: 15px;
    line-height: 26px;
  }
  .item h6{
    margin-bottom: 20px;
    color:#2f2f2f;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */

  /* gallery css */
  .column {
    flex: 25%;
    max-width: 33.3%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    filter: grayscale(1) brightness(0.5);
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s linear;
  }
  .column img:hover {
    filter: grayscale(0);
  }
  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
    .column img {
      filter: grayscale(0) brightness(1);
    }
  }
  
  

  .form-area {
    padding-top: 7%;
  }
  .row.single-form {
    box-shadow: 0 2px 20px -5px rgba(0,0,0,0.5);
  }
  .left {
    background: blueviolet;
    padding: 200px 98px;
  }
  .left h2 {
    font-family: poppins;
    color: #fff;
    font-weight: 700;
    font-size: 48px;
  }
  .left h2 span {
    font-weight: 100;
  }
  .single-form{
      background: #fff;
  }
  .right {
    padding: 70px 100px;
    position: relative;
  }
  .right i {
    position: absolute;
    font-size: 80px;
    left: -27px;
    top: 40%;
    color: #fff;
  }
  .form-control {
    border: 2px solid #000;
  }
  .right button {
    border: none;
    border-radius: 0;
    background: #252525;
    width: 180px;
    color: #fff;
    padding: 15px 0;
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
  }
  .right button:hover{
      background-color: #252525;
  }
  
  
  /*responsive*/
  /* and (max-width:991px) */
  @media (min-width:768px) {
      .right i {
    top: -52px;
    transform: rotate(90deg);
    left: 50%;
  }
  .mob_view{
    display: none;
  }
  }
  
  @media (max-width:767px){
      .left {
    padding: 90px 15px;
    text-align: center;
  }
  .table_view{
    display: none;
  }
  .left h2 {
    font-size: 25px;
  }
  .right {
    padding: 25px;
  }
  .right i {
    top: -52px;
    transform: rotate(90deg);
    left: 46%;
  }
      .right button {
    width: 150px;
    padding: 12px 0;
  }
      
  }
  
  
  
  
  
    
          
