

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
      scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  scroll-behavior: smooth;
  text-align: left;
  background-color: #ffffff;
}
 
a {
  color: #0BCEAF;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #078571;
  text-decoration: underline;
}
 
h1,h2,h3,h4,h5,h6,p{
  color: #020202 !important;
} 

 

/********** Template CSS ************/


.text-stroke-header {
  -webkit-text-stroke: 3px #ffffff;
  color: transparent;
}

.btn {
  padding: 10px 25px;
  border-radius: 100px;
}

.btn-social {
  width: 45px;
  height: 45px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border-radius: 45px;
}

.form-control {
  border-radius: 25px;
}

.margin{
  margin-top: 70px;
}


/* ================ Navigation Menu ====================*/

/*
.navbar-light {
  display: none;
}
*/
.navbar-light .navbar-nav .nav-link {
  padding: 25px 10px;
  color: black;
  font-weight: 500;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #0BCEAF;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
  }
}


/*===================== Hero section ======================*/

.about-img{
 margin-left: -100px;
 right: -60px;
}

.display-1{
  font-size: 160px;
  font-weight: 1000;
  
}
 
.position-absolute{
  font-weight: 700;
  
}

.typed-cursor {
  font-size: 45px;
  color: #ffffff;
}

.blue{
  background-color: #1c5ce6;
  color: #ffffff;
}
.btn{
  border: 2px solid rgb(29, 105, 247);
} 
.btn-white{
  background-color: #ffffff;
  border:2px solid #ffffff;
}
.btn-blue{
  border: 2.4px solid #ffffff;
  color: #ffffff;
}
@media (max-width: 700px ) {
  .about-img{
    margin-left: 20px;
    right: 0px;
    top: 30px;
   }
}
/*===================== Progress Bar ====================*/

.progress {
  border-radius: 10px;
}

.progress .progress-bar {
  width: 0px;
  border-radius: 10px;
  transition: 2s;
}


/* =================== Queality ======================*/
.ex-me{
  margin-top: 35px;
}


/* =================== Service Section ==================*/
.service-h4{
  padding-bottom: 30px;
}

.service-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
}

.service-box{
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);  
  margin-left: 20px;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.service-box:hover{
  box-shadow: 0px 1px 13px rgba(27, 27, 27, 0.705); 
 
}
/* =================== Portfolio section ==================*/


.portfolio-item .portfolio-btn {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  opacity: 0;
  transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
  opacity: 1;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  top: 30px;
  left: 30px;
}

/* ====================== Testimonial ================*/
.testimonial-carousel .text-center{
  background-color: #eaecf0d0;
  border-radius: 20px;
  margin: 20px;

}
.testimonial-carousel .text-center h4{

}

.testimonial-carousel .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.testimonial-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #dddddd;
}

.testimonial-carousel .owl-dot.active {
  background: #0BCEAF;
}



/* ========================== Contact Us ========================*/

.contact-form .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}


/*====================== Back to buttom ==================*/

.scroll-to-bottom {
  position: fixed;
  width: 20px;
  left: calc(50% - 10px);
  bottom: 30px;
  z-index: 11;
  animation: action 1s infinite alternate;
}

.back-to-top {
  position: fixed;
  display: none;
  width: 30px;
  text-align: center;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  animation: action 1s infinite alternate;
}

@keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}



.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  padding: 14.5px 32px;
  min-width: 170px;
  border-radius: 30px;
  -webkit-perspective: 320px;
  perspective: 320px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0px 0px 4px black;
  border: 2px solid white;
  text-transform: uppercase;
}

.th-btn:before {
  content: "";
  position: absolute;
  height: 0;
  top: 50%;
  right: 0;
  width: 0;
  background-color: black;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: inherit;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center
}

.th-btn i {
  font-size: 1em
}

.th-btn:hover,
.th-btn.active {
  color: white;
  box-shadow: none;
  text-decoration: none;
}

.th-btn:hover::before,
.th-btn:hover:after,
.th-btn.active::before,
.th-btn.active:after {
  top: 0;
  height: 100%;
  width: 100%;
  right: unset;
  left: 0
}
#portfolio{
  min-height: 800px;
}
@media (max-width: 800px) {
  .display-1{
    font-size: 72px;
  }
}
.web-ui{
  height: 400px;
  width: 100%;
  transition: all 3.6s ease-in;
  background-position: top;
/*   border-radius: 8px; */
  border: 8px groove gray;
  box-shadow: 0px 0px 4px rgb(60, 59, 59);
  overflow: hidden;
  cursor: pointer;
  display: block;
  margin-bottom: 16px;
}
.web-ui:hover{
  background-position: bottom;
}
.ui-1{
  background: url(../img/gallery/1.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-2{
  background: url(../img/gallery/2.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-3{
  background: url(../img/gallery/3.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-4{
  background: url(../img/gallery/4.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-5{
  background: url(../img/gallery/5.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-6{
  background: url(../img/gallery/6.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-7{
  background: url(../img/gallery/7.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-8{
  background: url(../img/gallery/8.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-9{
  background: url(../img/gallery/9.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-10{
  background: url(../img/gallery/10.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-11{
  background: url(../img/gallery/11.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-12{
  background: url(../img/gallery/12.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-1{
  background: url(../img/gallery/1.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-13{
  background: url(../img/gallery/13.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-14{
  background: url(../img/gallery/14.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-15{
  background: url(../img/gallery/15.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-16{
  background: url(../img/gallery/16.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-17{
  background: url(../img/gallery/17.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-18{
  background: url(../img/gallery/18.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-19{
  background: url(../img/gallery/19.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-20{
  background: url(../img/gallery/20.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-21{
  background: url(../img/gallery/21.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-22{
  background: url(../img/gallery/22.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-23{
  background: url(../img/gallery/23.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-24{
  background: url(../img/gallery/24.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ui-25{
  background: url(../img/gallery/25.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
