/* ----------------------------------

Name: main.css
Version: 1.0

-------------------------------------

Table of contents
        
    01. Top Header
    02. Navbar
    03. Slider
    04. About Us
    05. Our Services
    06. Portfolio
    07. Some Facts
    08. Testimonials
    09. Our Team
    10. Pricing
    11. Our Blog
    12. Contact Us
    13. Footer
*/

*{
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Dosis', sans-serif;
    background: #fff;
    height: 100%;
}

.fa {
	    color: #fff;
	}

/*--------------------------------------------------
[1. Start Top Header]
--------------------------------------------------*/
header {
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.top-header {
    background: #212332;
    color: #a2b2bb;
    padding: 15px 0;
    z-index: 10;
}

.top-header p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.btn-cm {
    width: 229px;
    height: 64px;
    font-size: 39px;
    font-family: 'Farro', sans-serif;
    background: #ffcc1b;
    color: white;
    margin-top: 17px;
    border-radius: 6px;
}

.img-price {
    margin-top: 30px;
}

/* Left Links */
.top-header .links a {
    color: #a2b2bb;
    text-decoration: none;
    font-size: 15px;
    transition: all .5s ease-in-out;
}

.top-header .links a span {
    margin-left: 20px;
}

.top-header .links a:hover {
    color: #ffcc1b;
}

.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}

/*--------------------------------------------------
[1. End Top Header]
--------------------------------------------------*/
.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom: 50px;
}


.bg-teal-400 { 
    background-color: #26a69a;
}

a{
    text-decoration: none !important;
}


.fa {
        color: red;
}

.row1 {
    display: -ms-flexbox;
    display: inline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


/*--------------------------------------------------
[2. Start Navbar]
--------------------------------------------------*/

.navbar {
    padding: 4px 0;
        background: #121212;
      
}

/* Navbar Brand */
.navbar a.navbar-brand {
    padding: 0;
    margin: 0;
    line-height: 0;
}

/* Nav Item */
.navbar .navbar-nav .nav-item {
    padding: 0;
    margin-left: 40px;
}

/* Nav Link */
.navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 0;
    transition: all .3s ease-in-out;
}

/* Nva Link Under line */
.navbar .navbar-nav .nav-item .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffcc1b;
    transition: width .4s;
}


/* Nva Link Under line on Hover */
.navbar .navbar-nav .nav-item .nav-link:hover::after {
    width: 100%;
    transform: width .4s;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #ffcc1b;
}

.navbar .navbar-nav .activated .nav-link::after {
    width: 100%;
    transform: width .4s;
}

.navbar .navbar-nav .activated .nav-link {
    color: #ffcc1b;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    margin-top: 25px;
    background: #212332;
}

.navbar .navbar-nav .dropdown span {
    font-size: 10px;
    margin-left: 3px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a:hover {
    background: #ffcc1b;
}

/*--------------------------------------------------
[2. End Navbar]
--------------------------------------------------*/

  .pc-box{
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          margin-bottom:30px;
        }

        .ibox{
          width: 30%;
          padding: 15px 15px 25px;
          position: relative;
          box-shadow: 10px 5px 20px -5px rgba(0, 0, 0, 0.15);
		      border: 3px solid #ffcc1b;
        }
        .ibox ul {
            margin: 0 auto;
            width: 85%;
          position:relative;
          z-index:10;
        }
        .ibox li{
          margin-top: 15px;
          list-style: square;
		  font-family: cursive;
    font-size: 19px;
        }
        .pros li:before, .cons li:before {
          font-family: FontAwesome;
          display: inline-block;
          margin-right: 10px;
        }
        
        .cons li:before {
          content: "\f00d";
          color:#de6c64;
        }
        .pros{
          margin-right: 2%;
        }
        .pros .bg-icon:before , .cons .bg-icon:before{
          position: absolute;
          font-family: FontAwesome;
          margin:0 auto;
          left:0;
          right:0;
          text-align:center;
          top:50%;
          transform: translateY(-50%);
          font-size:150px;
          color:#000;
          opacity:0.1;
        }
        .pc-box h3{
          padding:15px;
          margin-top:-15px;
          margin-left:-15px;
          margin-right:-15px;
          text-align: center;
        }
        .pros h3, .cons h3{
          font-size:23px;
          font-weight:600;
          color: #fff;
          border-bottom: 2px dashed #ffffff85;
        }
        .pros h3{
          background:linear-gradient(to right, #ffcc1b, #ffcc1b);
        }
        .cons h3{
          background: #de6c64;
        }
        .bg-icon {
            height: 0;
        }
        .ibox .fa {
            color: #000;
            left: 0;
            text-align: center;
            right: 0;
            transform: translateY(-50%);
            font-size: 150px;
            top: 50%;
            position: absolute;
            z-index: 1;
            opacity: 0.07;
        }

        @media only screen and (max-width:576px){
          .ibox{
            width:90%
          }
          .pros{
            margin-right: 0;
            margin-bottom:10px;
          }
        }
/*--------------------------------------------------
[3. Start Slider]
--------------------------------------------------*/

.slider {
    background: url('../img/bg2.webp');
    background-size: cover;
    height:70vh;
    position: relative;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 48%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


/* Slider Content */
.slider .slider-content {
    position: absolute;
    width: 100%;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-45%)
    
}
.slider .slider-content h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding: 16px;
    margin: 0;

}

.slider .slider-content h1 {
    font-size: 60px;
    font-weight: 700;
    color: #ffcc1b;
    margin: 0;
    padding: 9px;
    
}

.slider .slider-content p {
    font-size: 19px;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
    padding: 14px;
    margin: 0;
}

/* Buttons */
.slider .slider-content .buttons {
    margin-top: 9px;
    display: block;
}

.slider .slider-content .buttons a.btn-1 {
    background: #ffcc1b;
    color: #000;
    padding: 15px 55px;
    border-radius: 35px;
    font-size: 19px;
    font-weight: 600;
    margin: 0 10px;
    position: relative;
    text-decoration: none;
    box-shadow: 2px 2px 20px -1px rgba(167,179,184,0.5);
    transition: all .5s ease-in-out;
    display: inline-block;
}

.slider .slider-content .buttons a.btn-1:hover {
    background: #ffffff;
    color: #212332;
}


.slider .slider-content .buttons a.btn-2 {
    background: #ffcc1bcc;
    color: #fff;
    padding: 15px 50px;
    border-radius: 35px;
    font-size: 19px;
    font-weight: 600;
    margin: 0 10px;
    text-decoration: none;
    position: relative;
    box-shadow: 2px 2px 20px -1px rgba(167,179,184,0.5);
    transition: all .5s ease-in-out;
    display: inline-block;
}

.slider .slider-content .buttons a.btn-2:hover {
    background: #ffcc1b;
    color: #ffffff;
}

/*--------------------------------------------------
[3. End Slider]
--------------------------------------------------*/


a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.bg-gray {
    background-color: #f9f9f9;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #ffcc1b;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #ffcc1b none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #ffcc1b none repeat scroll 0 0;
  border-color: #ffcc1b;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #ffcc1b;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
  background: #ffcc1b none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #ffcc1b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #ffcc1b none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #ffcc1b;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #121212 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #ffcc1b !important;
}

.we-offer-area.text-left .item i {
  background: #ffcc1b none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #ffcc1b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}

/*--------------------------------------------------
[4. Start About us]
--------------------------------------------------*/
.about-us {
   padding: 0px;
}
.container3 {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            text-align: center;
        }
.about-us .about-us-content .heading {
    border-left: 2px solid #ffcc1b;
    padding-left: 20px;
    margin-bottom: 40px;
}

.about-us .about-us-content .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #424457;
    text-transform: uppercase;
}

.about-us .about-us-content .heading .sub-heading {
    font-size: 18px;
    font-weight: 400;
    color: #9292a3;
	font-family: 'Changa', sans-serif;
}

.about-us .about-us-content p:last-of-type {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    margin-bottom: -9px;
}
 .image-container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto; /* Adjust as needed for your layout */
}

.image-container1 img {
    max-width: 100%;
    height: auto;
}

.about-us .about-us-content .buttons a.btn-1 {
    background: #ffcc1b;
    color: #ffffff;
    padding: 15px 55px;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    position: relative;
    text-decoration: none;
    box-shadow: 2px 2px 20px -1px rgba(167,179,184,0.5);
    transition: all .5s ease-in-out;
    display: inline-block;
}

.about-us .about-us-content .buttons a.btn-1:hover {
    background: #ffffff;
    color: #212332;
}


.about-us .about-us-content .buttons a.btn-2 {
    background: #ffffff;
    color: #212332;
    padding: 15px 55px;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    text-decoration: none;
    position: relative;
    box-shadow: 2px 2px 20px -1px rgba(167,179,184,0.5);
    transition: all .5s ease-in-out;
    display: inline-block;
}

.about-us .about-us-content .buttons a.btn-2:hover {
    background: #ffcc1b;
    color: #ffffff;
}

/*--------------------------------------------------
[4. End About us]
--------------------------------------------------*/



/*--------------------------------------------------
[5. Start Our Services]
--------------------------------------------------*/

.our-services {
    background: #ebf1f5;
    background-size: cover;
    padding: 1px 0 10px 0;
}

.our-services .heading {
    border-left: 2px solid #ffcc1b;
    padding-left: 20px;
    margin-bottom: 40px;
}

.our-services .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #424457;
    text-transform: uppercase;
}

.our-services .heading .sub-heading {
    font-size: 18px;
    font-weight: 400;
    color: #9292a3;
	    font-family: 'Changa', sans-serif;
}

.our-services .box h3 {
    font-size: 20px;
    font-weight: 400;
    color: #424457;
    display: inline-block;
    line-height: 28px;
    vertical-align: middle;
    margin-top: 10px;
}

.our-services .box h3  span {
    font-size: 30px;
    color: #ffcc1b;
    margin-right: 15px;
    line-height: 28px;
    vertical-align: middle;
}

.our-services .box p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    color: #747474;
    margin-top: 10px;
    margin-bottom: 30px;
}

/* Icons Color */
.our-services .box h3 .icon-2 {
    color: #80a0e2;
}
.our-services .box h3 .icon-3 {
    color: #a68bd2;
}
.our-services .box h3 .icon-4 {
    color: #f6c34c;
}
.our-services .box h3 .icon-5 {
    color: #ef8881;
}
.our-services .box h3 .icon-6 {
    color: #90d8a0;
}

/*--------------------------------------------------
[5. End Our Services]
--------------------------------------------------*/
.h4, h4 {
    font-size: 2.5rem;
    color: #000;
    font-family: system-ui;
}


/*--------------------------------------------------
[6. Start Portfolio]
--------------------------------------------------*/

.portfolio {
    padding: 0px 0 0px 0;
}

.portfolio .heading {
    border-left: 2px solid #ffcc1b;
    padding-left: 20px;
    margin-bottom: 40px;
}

.portfolio .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #424457;
    text-transform: uppercase;
}

.portfolio .heading .sub-heading {
    font-size: 18px;
    font-weight: 400;
    color: #9292a3;
	    font-family: 'Changa', sans-serif;

}

.portfolio .button-group {
    margin-bottom: 30px;
}

.portfolio .button-group button {
    border: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    margin-right: 20px;
    color: #7b7b8a;
    text-transform: uppercase;
    cursor: pointer;
}

.portfolio .single-portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.portfolio .single-portfolio-item .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #054047;
    color: #ffffff;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.portfolio .single-portfolio-item .overlay a {
    font-size: 20px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    transition: all .3s ease-in-out;
    
}

.portfolio .single-portfolio-item .overlay a:hover {
    font-size: 25px;
}

.portfolio .single-portfolio-item:hover .overlay {
    width: 100%;
    opacity: .9;
}

/*--------------------------------------------------
[6. End Portfolio]
--------------------------------------------------*/



/*--------------------------------------------------
[7. Start Some Facts]
--------------------------------------------------*/

.some-facts {
    background: #eff4f6;
    background-size: cover;
    padding: 14px 0;
}

.some-facts .items span {
    font-size: 40px;
    color: #ffcc1b;
}

.some-facts .items h3 {
    margin: 10px 0;
}

.some-facts .items h3 .counter {
    font-size: 30px;
    font-weight: 700;
    color: #424457;
}

.some-facts .items .line {
    width: 20px;
    height: 2px;
    background: #ffcc1b;
    margin: 8px;
}

.some-facts .items h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #787983;
}

/*--------------------------------------------------
[7. End Some Facts]
--------------------------------------------------*/



/*--------------------------------------------------
[8. Start Testimonials]
--------------------------------------------------*/

.testimonials {
    background: url('../img/bg/testimonials-bg.png') center center no-repeat;
    background-size: cover;
    padding: 130px 0 170px 0;
}

.testimonials h2 {
    font-size: 30px;
    font-weight: 500;
    color: #494a59;
}

/* Image */
.testimonials .carousel-inner .carousel-item img {
    width: 100px;
    height: 100px;
    border: 2px solid #ffcc1b;
    border-radius: 100%;
    padding: 5px;
    margin: 50px 0 15px;
}

.testimonials .carousel-inner .carousel-item h3 {
    font-size: 20px;
    color: #5b5c68;
    font-weight: 500;
}

.testimonials .carousel-inner .carousel-item h4 {
    font-size: 14px;
    font-weight: 300;
    color: #94959b;
    margin-bottom: 20px;
}

.testimonials .carousel-inner .carousel-item p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #8d8c8c;
}

.testimonials .carousel-indicators {
    bottom: -40px;
}

.testimonials .carousel-indicators li {
    background-color: #d3d2d4;
    border-radius: 30px;
    height: 4px;
    width: 40px;
}


.testimonials .carousel-indicators .active {
    background-color: #ffcc1b;
}

.testimonials .icon {
  height: 40px;
  width: 40px;
  background-size: 100%, 100%;
  border-radius: 50%;
  font-size: 30px;
  background-image: none;
  color: #ffcc1b
}

/*--------------------------------------------------
[8. End Testimonials]
--------------------------------------------------*/


.containerprice{
  max-width: 1252px;
  margin: auto;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
}

.pricing-table{
  background: #f1f1f1;
  flex: 1;
  margin: 10px;
  text-transform: uppercase;
}

.pricing-header{
  color: #000;
  position: relative;
  margin-bottom: 20px;
}

.price{
  font-size: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px 0;
}

.price span{
  font-size: 30px;
}

.title{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,50%);
  width: 80%;
  max-width: 360px;
  text-align: center;
  padding: 8px 0;
  font-size: 23px;
      color: #ffcc1b;
}

.pricing-list{
  padding: 10px 20px;
}

.pricing-list li{
  margin: 8px 0;
  font-size: 19px;
  color: #344;
  text-align: center;
  text-align: inherit;
}

.border{
  width: 80px;
  height: 1px;
  background: #ddd;
  margin: auto;
}

.pricing-table a{
  display: block;
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  padding: 8px 0;
  font-size: 24px;
  border: 1px solid;
  max-width: 360px;
  transition: .2s linear;
}
.pricing-table a:hover{
  border-radius: 30px;
}
.table1 .pricing-header{
  background: #ffcc1b;
}
.table2 .pricing-header{
  background: #ffcc1b;
}
.table3 .pricing-header{
  background: #ffcc1b;
}

.table1 .title{
  background-image: linear-gradient(125deg,#000,#000);
}
.table2 .title{
  background-image: linear-gradient(125deg,#000,#000);
}
.table3 .title{
  background-image: linear-gradient(125deg,#000,#000);
}

.table1 a{
  color: #ffffff;
    background: #e2bd4e;
}
.table2 a{
color: #ffffff;
    background: #e2bd4e;
}
.table3 a{
 color: #000;
    background: #ffcc1b;
}

.table6 a{
 color: #000;
    background: #ffcc1b;
}

.table1 a:hover{
  background: #2980b9;
  color: #fff;
}
.table2 a:hover{
  background: #2c3e50;
  color: #fff;
}
.table3 a:hover{
  background: #c0392b;
  color: #fff;
}

@media screen and (max-width:780px) {
  .pricing-table{
    flex: 100%;
  }
}


/*--------------------------------------------------
[9. Start Our Team]
--------------------------------------------------*/
.our-team {
    background: #eff4f6;
    background-size: cover;
    padding: 130px 0;
}

.our-team .heading {
    border-left: 2px solid #ffcc1b;
    padding-left: 20px;
    margin-bottom: 40px;
}

.our-team .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #424457;
    text-transform: uppercase;
}

.our-team .heading .sub-heading {
    font-size: 18px;
    font-weight: 400;
    color: #9292a3;
}

.our-team .box .content {
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 2px 2px 20px -1px rgba(167,179,184,0.5);
}

.our-team .box .content img {
    width: 100%;
    height: 100%;
}

.our-team .box .content .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #054047;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.our-team .box:hover .info {
    height: 100%;
    opacity: .95;
}

.our-team .box .content .info .details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.our-team .box .content .info .details h3 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.our-team .box .content .info .details p {
    font-size: 14px;
    font-weight: 400;
    color: #ffcc1b;
    margin-bottom: 40px;
}

.our-team .box .content .info .details a {
    font-size: 14px;
    color: #ffffff;
    padding: 7px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.our-team .box .content .info .details a:hover {
    color: #ffcc1b;
}

/*--------------------------------------------------
[9. End Our Team]
--------------------------------------------------*/



/*--------------------------------------------------
[10. Start Pricing]
--------------------------------------------------*/
.our-price {
    background: url('../img/bg/testimonials-bg.png') center center no-repeat;
    background-size: cover;
    padding: 130px 0;
}

.our-price .heading {
    border-left: 2px solid #ffcc1b;
    padding-left: 20px;
    margin-bottom: 40px;
}

.our-price .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #424457;
    text-transform: uppercase;
}

.our-price .heading .sub-heading {
    font-size: 18px;
    font-weight: 400;
    color: #9292a3;
}

.our-price .table-content {
    border: 1px solid #dadee4;
    border-radius: 5px;
    height: auto;
    max-height: 700px
}

.our-price .table-content .header {
    background: #f5f6fb;
    width: 100%;
    border-bottom: 1px solid #dadee4;
}

.our-price .table-content .header h3 {
    padding: 25px;
    margin: 0;
    color: #6c6b6b;
    font-size: 16px;
    text-transform: uppercase;
}

.our-price .table-content .price h4 {
    font-size: 50px;
    font-weight: 700;
    color: #323d47;
    padding: 0;
    margin-top: 40px;
    position: relative;
}

.our-price .table-content .price h4 span {
    position: absolute;
    font-size: 15px;
    top: -4px;
}

.our-price .table-content .line {
    width: 40px;
    height: 2px;
    background: #ffcc1b;
    margin: 8px;
}

.our-price .table-content ul {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.our-price .table-content ul li {
    font-size: 16px;
    color: #868e96;
    margin-bottom: 5px;
}

.our-price .table-content a {
    background: #ffcc1b;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 50px;
    border-radius: 35px;
    margin-bottom: 40px;
}

a.active-price {
    background: #3fba91;

}

/*--------------------------------------------------
[10. End Pricing]
--------------------------------------------------*/


/*--------------------------------------------------
[11. Start Our Blog]
--------------------------------------------------*/

.our-blog {
    background: #eff4f6;
    background-size: cover;
    padding: 130px 0;
}

.our-blog .heading {
    border-left: 2px solid #ffcc1b;
    padding-left: 20px;
    margin-bottom: 40px;
}

.our-blog .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #424457;
    text-transform: uppercase;
}

.our-blog .heading .sub-heading {
    font-size: 18px;
    font-weight: 400;
    color: #9292a3;
}

.our-blog .post {
    padding: 18px;
    border-radius: 5px;
    background: #ffffff;
    position: relative;
    box-shadow: 2px 2px 20px -1px rgba(167,179,184,0.3);
}

.our-blog .post img {
    width: 100%;
}

.our-blog .post h3 {
    font-size: 18px;
    color: #49495b;
    font-weight: 600;
    padding: 30px 0 3px 0;
}

.our-blog .post h4 {
    font-size: 13px;
    font-weight: 400;
    color: #777788;
}

.our-blog .post h4 span {
    color: #ffcc1b;
}

.our-blog .post p {
    font-size: 16px;
    color: #8e8ea0;
    line-height: 23px;
    margin: 20px 0;
    padding-bottom: 20px;
}

.our-blog .post .read-more {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: 10px;
}

.our-blog .post .read-more a {
    height: 10px;
    width: 20px;
    background: #ffcc1b;
    padding: 12px 16px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 40px;
    text-decoration: none;
    box-shadow: 2px 2px 20px -1px rgba(167,179,184,0.5);
    transition: all .4s ease-in-out;
}

.our-blog .post .read-more a:hover {
    background: #054047;
}

/*--------------------------------------------------
[11. End Our Blog]
--------------------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 35px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------
[12. Start Contact Us]
--------------------------------------------------*/
.contact-us {
    background: #ebf1f5;
    background-size: cover;
    padding: 28px 0;
}

.contact-us .heading {
    border-left: 2px solid #ffcc1b;
    padding-left: 20px;
    margin-bottom: 40px;
}

.contact-us .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #424457;
    text-transform: uppercase;
}

.contact-us .heading .sub-heading {
    font-size: 18px;
    font-weight: 400;
    color: #424457;
	    font-family: 'Changa', sans-serif;
}

.contact-us .form-control {
    background: transparent;
    color: #ffffff !important;
    padding: 25px;
    border: 1px solid #6192a5;
    font-size: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.contact-us .form-control::placeholder {
    color: #6192a5;
}

.contact-us .btn {
    padding: 15px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #ffcc1b;
}


/* Info */
.contact-us .info {
    margin-left: 30px;
}
.contact-us .info span {
    color: #ffcc1b;
    font-size: 26px;
}
.contact-us .info p {
    color: #424457;
    font-size: 23px;
    font-weight: 400;
    margin: 5px 0 30px 0;
}

/*--------------------------------------------------
[12. End Contact Us]
--------------------------------------------------*/



/*--------------------------------------------------
[13. Start Footer]
--------------------------------------------------*/
.footer .social {
    padding: 13px 0;
	    background: #ebf1f5;
}

.footer .social .icons {
    margin-top: 30px;
    font-size: 18px;
    color: #5f8a90;
}

.footer .social .icons span {
    padding: 0 7px;
}

.footer .bottom-footer {
       background: #000;
    padding: 20px;
    font-size: 14px;
    color: #FFF;
}

.footer .bottom-footer p {
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------
[13. End Footer]
--------------------------------------------------*/
p {
    margin-top: 25px;
    margin-bottom: 1rem;
    font-size: 20px;
}

.h2, h2 {
    font-size: 3rem;
    margin-top: 23px;
    font-weight: 700;
    color: #121212;
    text-transform: uppercase;
}




.img-fluid2 {
    max-width: 78%;
    height: auto;
}










/* ===================================
    Media Query
====================================== */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 

    /*Top-Header*/
    .top-header {
        display: none;
    }

    /*Navbar*/
    .navbar {
        padding: 30px;
    }
    .navbar .navbar-nav .nav-item {
        margin-left: 0;
        margin-top: 30px;
        text-align: center;
    }
    .navbar .navbar-nav .nav-item .nav-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #ffcc1b;
        transition: width .4s;
    }
    
    
    /* Nva Link Under line on Hover */
    .navbar .navbar-nav .nav-item .nav-link:hover::after {
        width: 0;
        transform: width .4s;
    }


    /* Slider */
    .slider {
        height: 77vh;
        position: relative;
    }
    .slider .slider-content h1 {
        font-size: 40px;
        font-weight: 700;
        color: #f;
        margin: 0;
        padding: 0;
        
    }

    .slider .slider-content .buttons a.btn-1{
        margin-bottom: 20px;
    }

    /* About Us */
    .about-us .about-us-content .buttons a.btn-2 {
        margin-bottom: 40px;
        margin-top: 20px;
        margin-left: 0;
    }
    /* About Us */
    .about-us .about-us-content .buttons a.btn-2 {
        margin-top: 20px;
        margin-left: 0;
    }

    /* Some Facts */
    .some-facts .items {
       margin: 30px 0; 
    }

    /* Our Team */
    .our-team .box {
        margin: 15px 0;
    }

    /* Our Team */
    .our-price .table-content {
        margin-bottom: 30px;
    }

    /* Our Blog */
    .our-blog .post {
        margin-left: 0 !important;
        margin-bottom: 30px;
    }

    /* Info */
    .contact-us .info {
        margin-top: 50px;
        text-align: center;
    }
    
    
 }



/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    /* Top-Header */
    .top-header {
        display: none;
    }

    /*Navbar*/
    .navbar {
        padding: 30px 30px;
    }
    .navbar .navbar-nav .nav-item {
        margin-left: 0;
        margin-top: 30px;
        text-align: center;
    }
    .navbar .navbar-nav .nav-item .nav-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #ffcc1b;
        transition: width .4s;
    }
    
    
    /* Nva Link Under line on Hover */
    .navbar .navbar-nav .nav-item .nav-link:hover::after {
        width: 0;
    }

    /* About us */
    .about-us .about-img {
        margin-top: 40px;
		
    }

    
    /* Some Facts */
    .some-facts .items {
        margin: 30px 0; 
     }
 
     /* Our Team */
     .our-team .box {
         margin: 15px 0;
     }
 
     /* Our Team */
     .our-price .table-content {
         margin-bottom: 30px;
     }
 
     /* Our Blog */
     .our-blog .post {
         margin-bottom: 30px;
     }
 
     /* Info */
     .contact-us .info {
         margin-top: 50px;
         text-align: center;
     }
}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    
    /*Navbar*/
    .navbar {
        padding: 5px 30px;
    }
    .navbar .navbar-nav .nav-item {
        margin-left: 0;
        margin-top: 30px;
        text-align: center;
    }
    .navbar .navbar-nav .nav-item .nav-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #ffcc1b;
        transition: width .4s;
    }
    
    
    /* Nva Link Under line on Hover */
    .navbar .navbar-nav .nav-item .nav-link:hover::after {
        width: 0;
        transform: width .4s;
    }

    /* Some Facts */
    .some-facts .items {
        margin: 30px 0; 
     }

     /* Our Team */
     .our-team .box .content .info .details a {
        font-size: 13px;
        color: #ffffff;
        padding: 5px;
        text-decoration: none;
        transition: all .3s ease-in-out;
    }

    /* Our Blog */
    .our-blog .post {
        margin-bottom: 30px;
    }

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}