/*================================================
            BASE CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:700|Poppins:400,700|Roboto+Slab:400,700');

html,
body {
  height: 100%;
  vertical-align: baseline;
}

body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* font-family: 'Poppins', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Slab', serif; */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif;
}

a:focus {
  outline: 0 solid;
}

img {
  height: auto;
}

a {
  transition: 0.4s;
  text-decoration: none;
  color: #000;
}

ul {
  list-style: none;
}

html,
body {
  height: 100%;
}

a:hover {
  text-decoration: none;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.navbar-inverse {
  position: fixed;
  padding: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 5000;
}

/*----- Container-------*/
@media (min-width:1200px) {
  .container {
    max-width: 1212px !important
  }
}

/*================================================
             HEADER SECTION
==================================================*/

/*------ breadcrumb ------*/
.inner-intro {
  background-image: url(../media/banner.jpg);
  background-size: cover;
  background-position: center;
  height: 50vh;
  width: 100%;
  padding: 200px 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb-content {
  overflow: hidden;
  text-align: center;
}
.breadcrumb-text-wrapper {
  display: inline-block;
}
.breadcrumb-content .page-name {
  display: block;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  letter-spacing: 2px;
  color: #fff;
}
.breadcrumb-list {
  display: inline-block;
  float: none;
  margin-top: 0;
  margin: 0;
  padding: 0;
}
.breadcrumb-list li {
  float: left;
  margin-right: 20px;
  position: relative;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
  color: #fbc02d;
}
.breadcrumb-list li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.breadcrumb-list li:first-child::before {
  bottom: -1px;
  content: "/";
  position: absolute;
  right: -14px;
}
.breadcrumb-list li:first-child {
  padding-left: 15px;
}

/*================================================
             HEADER SECTION
==================================================*/
a:focus,
a:hover {
  color: #ffffff;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

.navbar-expand-lg .navbar-collapse {
  display: flex !important;
}

.navbar-header {
  width: 100%;
}

.navbar-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.navbar {
  background-color: none !important;
}

.navbar-brand {
  position: relative;
  padding: 5px 0 9px;
  height: auto;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.navbar-brand:before,
.navbar-brand:after {
  background: rgba(255, 255, 255, 0.99);
  content: "";
  position: absolute;
  top: -6px;
  bottom: 5px;
  right: 0;
  left: -600px;
  z-index: -100;
}

.navbar-brand:after {
  left: 0;
  right: -51px;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  border-radius: 0 5px 5px 0;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  background: transparent;

}

.bg-inverse {
  background: transparent;
}

.navbar-inverse .navbar-nav {
  position: relative;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  margin-top: 7px;
  margin-bottom: 5px;
}

ul.navbar-nav {
  margin-left: auto;
}

.navbar-inverse .navbar-nav:before,
.navbar-inverse .navbar-nav:after {
  display: block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.navbar-inverse .navbar-nav:after {
  background: rgb(255 255 255 / 94%);
  content: "";
  position: absolute;
  left: -22px;
  right: -20000px;
  top: 0;
  bottom: 0;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  z-index: -200;
  border-radius: 5px 0 0 5px;
}

.navbar-inverse .navbar-nav li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-bottom: transparent;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.navbar-inverse .navbar-nav li .nav-link {
  color: #000;
  display: block;
  padding: 30px 15px;
  font-weight: 700;
  line-height: 40px;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  text-transform: uppercase;
  transition: 350ms;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  -ms-transition: 350ms;
}

.navbar-inverse .navbar-nav li:hover .nav-link {
  position: relative;
  background: #ff9800;
  padding: 0px 15px;
  color: #fff;
  margin: 30px 0px;
}

.navbar-inverse .navbar-nav .active>.nav-link,
.navbar-inverse .navbar-nav .nav-link.active {
  color: #ff9800;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.navbar-inverse .navbar-nav>li.active,
.navbar-inverse .navbar-nav>li:hover {
  border-bottom: 2px solid #ff9800;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
  color: #f9ba48;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.top-nav-collapse .navbar-brand {
  padding-top: 0;
  padding-bottom: 8px;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.top-nav-collapse .navbar-brand:after {
  right: -100px;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.top-nav-collapse .navbar-nav {
  margin-top: 0;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.top-nav-collapse .navbar-nav:after {
  background: #fff;
  left: -1000px;
  box-shadow: 0 5px 5px -5px #000;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.top-nav-collapse .navbar-nav>li {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.navbar-brand {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.nav-row {
  width: inherit;
}

.main-menu ul.navbar-nav {
  float: right;
}

.navbar-inverse .navbar-nav>li.active:after {
  opacity: 1;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.navbar-inverse .navbar-nav>li:after {
  position: relative;
  bottom: 1px;
  content: '';
  left: 50%;
  display: block;
  height: 5px;
  width: 5px;
  opacity: 0;
  margin: 0 0 -3px -2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #f9ba48;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.navbar-inverse .navbar-nav>li.test-class:after {
  bottom: -19px;
}

.navbar-inverse .navbar-nav .login:hover {
  color: #000;
}
/*====== CALL TO ACTION BUTTON START =======*/
.cta-btn a{
  display: block;
  color: #fff;
  transition: all 0.5s ease-in-out;
  border: 2px solid #ff9800;
  background: #ff9800;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  text-transform: capitalize;
  transition: all .3s ease-in;
  padding: 12px 15px;
  margin-left: 10px;
}

.cta-btn a:hover {
  background: transparent;
  color: #ff9800;
}
/*====== CALL TO ACTION BUTTON END ============*/

/*================================================
             SLIDER SECTION
==================================================*/
.slider-section {
  height: 90%;
}

.single-slider {
  background: url("../media/slider-1.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  height: 90vh;
}

.single-slider-2 {
  background: url("../media/slider-2.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  height: 90vh;
}

.single-slider-3 {
  background: url("../media/slider-3.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  height: 90vh;
}

.slider-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 90vh;
  padding: 70px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.slider-section .btn-title-home {
  padding-top: 20px;
}

.carousel-single-item .owl-controls {
  text-align: center;
}

/*slider text animation-delay */
.carousel-single-item .owl-stage .active .title h2,
.carousel-single-item .owl-stage .active .title p,
.carousel-single-item .owl-stage .active .title .btn,
.carousel-single-item .owl-stage .active .title .skill-ul,
.carousel-single-item .owl-stage .active .title .mobile-social-icon {
  opacity: 1;
  transform: translateY(0)translateX(0);
}

.carousel-single-item .slider-overlay .title h2 {
  transform: translateY(60px);
  transition-delay: 0.1s;
  transition-duration: 1s;
  opacity: 0;
}

.carousel-single-item .slider-overlay .title p,
.carousel-single-item .slider-overlay .title .skill-ul {
  transform: translateY(60px);
  transition-delay: 0.5s;
  transition-duration: 1s;
  opacity: 0;
}

.carousel-single-item .slider-overlay .title .btn {
  overflow: visible;
  background-image: none;
  transform: translateY(60px);
  transition-delay: 0.8s;
  transition-duration: 1s;
  opacity: 0;
  transition-property: transform, opacity;
}

.slider-section .title {
  text-align: center;
}

.slider-section .title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}

.slider-section .title p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
  line-height: 28px;
  padding: 0 15%;
}

.slider-section .title .animition {
  margin-top: 0px;
}

.slider-section .btn-title {
  border: none;
  padding: 12px 30px;
  color: #fff;
  position: relative;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  z-index: 99;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
}

.slider-section .btn-title::before,
.slider-section .btn-title::after {
  content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 2px solid #fff;
}

.slider-section .btn-title:hover,
.slider-section .btn-title:hover {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.slider-section .btn-title:hover::before,
.slider-section .btn-title:hover::after {
  background: #fff;
}

.slider-section .btn-title:hover::before,
.slider-section .btn-title:hover::after {
  transform: skew(0deg);
  background: #fbc02d;
  border: 2px solid #fbc02d;
}

/*----- owl button style -------*/
.slider-section .owl-carousel .owl-nav button.owl-next,
.slider-section .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  color: #fff;
  top: 50%;
  width: 50px;
  height: 50px;
  transition: all .3s ease-in;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.slider-section .owl-carousel .owl-nav button.owl-prev:hover,
.slider-section .owl-carousel .owl-nav button.owl-next:hover{
  background: #fbc02d;
  border-color: #fbc02d;
}

.slider-section .owl-prev {
  left: 25px;
  right: auto;
}

.slider-section .owl-next {
  right: 25px;
  left: auto;
}

.owl-prev svg,
.owl-next svg {
  width: 40px;
    fill: #fff;
}

/*================================================
            ABOUT SECTION
==================================================*/
.about-section {
  padding-top: 100px;
  padding-bottom: 90px;
}

.about-section .about-img {
  position: relative;
}

.about-section .about-img img:nth-child(2) {
  position: absolute;
  bottom: -25px;
  right: 50px;
}

/*----- title ------*/
.about-section .about-content .title h5 {
  position: relative;
  display: inline-block;
  color: #fbc02d;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-section .about-content .title .right {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fbc02d;
  margin-left: 15px;
  top: -6px;
}

.about-section .about-content .title h2 {
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.about-section .about-content p {
  color: #838691;
  line-height: 26px;
}

.about-section .about-content .btn {
  padding-top: 80px;
  border: none;
  padding: 12px 30px;
  color: #000;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  z-index: 99;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  margin-top: 15px;
  display: inline-block;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
}

.about-section .about-content .btn:hover {
  color: #fff;
}

.about-section .about-content .btn::after,
.about-section .about-content .btn::before {
  content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 2px solid #fbc02d;
}

.about-section .about-content .btn:hover::before,
.about-section .about-content .btn:hover::after {
  transform: skew(0deg);
  background: #fbc02d;
}

/*================================================
           CHOOSE US  MESSAGE SECTION
==================================================*/
.section-choose-us {
  background: #f3f3f3;
  padding-top: 92px;
  padding-bottom: 70px;
}

.section-choose-us .title {
  padding-bottom: 50px;
  text-align: center;
}

.section-choose-us .title h3 {
  font-size: 40px;
  line-height: .8;
  letter-spacing: 1px;
  font-weight: 700;
}

.section-choose-us .title .border {
  background-color: #fbc02d;
  width: 100px;
  height: 5px;
  display: inline-block;
}

.section-choose-us .block1 {
  height: 100%;
  overflow: hidden;
  min-height: 270px;
  border: 1px solid #ccc;
  padding: 25px 25px;
  transition: all .4s;
  text-align: center;
}

.section-choose-us .block1 .block1-title {
  font-size: 18px;
  text-transform: capitalize;
}

.section-choose-us .block1-show {
  -webkit-transform: translateY(75px);
  -moz-transform: translateY(75px);
  -ms-transform: translateY(75px);
  -o-transform: translateY(75px);
  transform: translateY(75px);
}

.block1-symbol {
  height: 75px;
  -webkit-transform: scale(1.58) translateY(-22px);
  -moz-transform: scale(1.58) translateY(-22px);
  -ms-transform: scale(1.58) translateY(-22px);
  -o-transform: scale(1.58) translateY(-22px);
  transform: scale(1.58) translateY(-22px);
  transition: all .4s;
}

.block1-symbol svg {
  fill: #ff9800;
  width: 75px;
}

.block1-show {
  -webkit-transform: translateY(75px);
  -moz-transform: translateY(75px);
  -ms-transform: translateY(75px);
  -o-transform: translateY(75px);
  transform: translateY(75px);
  transition: all .4s;
}

.block1-hide {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all .4s;
}

/*---------------------------------------------*/
.block1:hover {
  min-height: 270px;
  background-color: #ff9800;
  border-color: #ff9800;
}

.block1:hover .block1-symbol {
  height: 75px;
}

.block1:hover .block1-symbol svg {
  fill: #fff;
  height: 75px;
}

.block1:hover .block1-show {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.block1:hover .block1-hide {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.block1:hover .block1-symbol {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}

.block1:hover .block1-title {
  color: #fff;
}

.block1:hover .block1-hide p {
  color: #fff;
}

.block1-hide a {
  padding: 8px 15px;
  background: transparent;
  transition: all .3s;
  border: 1px solid #fff;
  margin-top: 5px;
  display: inline-block;
  color: #fff;
}

.block1-hide a:hover {
  background: #fff;
  color: #000;
}

.block1:hover .symbol-dark {
  opacity: 0;
}

.block1:hover .symbol-light {
  opacity: 1;
}

/*================================================
           COUNTER SECTION
==================================================*/
#counter {
  background-image:
    linear-gradient(rgba(41, 41, 41, 0.752), rgba(29, 29, 29, 0.73)),
    url('../media/counter-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0;
  margin-top: 100px 0;
  background-attachment: fixed;
}

#counter .counter-column {
  padding-top: 5px;
  padding-bottom: 0px;
  text-align: center;
}

#counter .counter-column h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}

#counter .counter-column span {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  padding-left: 5px;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transform: scale(1.0);
}

#counter .counter-column:hover span {
  transform: scale(1.2);
  padding-left: 10px;
}

.counter-effects {
  position: relative;
  margin-top: 70px;
}

.counter-img {
  width: 95px;
  height: 95px;
  line-height: 90px;
  border-radius: 50%;
  box-shadow: 3px 0 20px rgba(0, 0, 0, 0.2);
  display: inline-block;
  border: 1px solid #fbfbfb;
  background: transparent;
  position: relative;
  top: 0;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  text-align: center;
}

.counter-circle {
  position: absolute;
  top: -71px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  box-shadow: 3px 0 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.counter-circle:before {
  content: "";
  width: 2px;
  height: 50px;
  position: absolute;
  left: 9px;
  border: 1px dashed #dfe8f3;
  bottom: -50px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.counter-img svg {
  fill: #fff;
  line-height: 90px;
  width: 60px;
}

.counter-effects:hover .counter-circle:before {
  bottom: -60px;
  height: 60px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.counter-effects:hover .counter-img {
  position: relative;
  top: 10px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

/*================================================
           OUR SERVICES SECTION
==================================================*/
.services{
  padding: 70px 0;
  padding-bottom: 155px;
  background: #f8f5f5;
}
.services .title {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}

.services .title h3 {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.services .title .border {
  background-color: #fbc02d;
  width: 100px;
  height: 5px;
  display: inline-block;
}
.services .card {
  position: relative;
  border: none;
  --bs-card-inner-border-radius: calc(-34.625rem - 1px);
}
.services .card-body {
  height: 70%;
  position: absolute;
  text-align: center;
  background: #fff;
  clip-path: circle(77% at 50% 100%);
  bottom: -70px;
  padding-top: 72px;
  transform: all .3s;
}
.services .card-body:hover{
  background: #e08705;
  color: #fff;
}
.services .card-body .card-title{
  font-weight: 700;
  font-size: 22px;
}
.services .card-body .btn{
  position: absolute;
  background: #e08705;
  border: none;
  bottom: -16px;
  left: 43%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services .card-body:hover .btn{
  background: #fff;
}
.services .card-body:hover .btn svg{
  color: #e08705;
}
.services .second-card{
  background: #e08705;
  color: #fff;
}
.services .second-card .btn{
  background: #fff;
}
.services .second-card .btn svg{
  fill: #e08705;
}
.services .second-card:hover{
  background: #fff;
  color: #000;
}
.services .second-card:hover .btn{
  background: #e08705;
}
.services .second-card:hover .btn svg{
  fill: #fff;
}
/*================================================
           TESTIMONIAL SECTION
==================================================*/
.testimonial-section {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  width: 100%;
  padding: 80px 0 40px 0;
}
.testimonial-section .section-title {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}

.testimonial-section .section-title h3 {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial-section .section-title .border {
  background-color: #fbc02d;
  width: 100px;
  height: 5px;
  display: inline-block;
}

.testimonial.testimonial-style {
  background: none;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-shadow: 0 18px 42px 0 rgba(28, 30, 35, 0.15);
  -moz-box-shadow: 0 18px 42px 0 rgba(28, 30, 35, 0.15);
  box-shadow: 0 18px 42px 0 rgba(28, 30, 35, 0.15);
}

.testimonial.testimonial-style .testimonial-content {
  background: none;
  color: #222021;
  box-shadow: none;
  padding: 0;
  margin: 0 auto;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 34px;
}

.testimonial.testimonial-style .testimonial-content span {
  line-height: 40px;
  margin-bottom: 50px;
}

.testimonial.testimonial-style .testimonial-content span svg {
  width: 40px;
  fill: #fbc02d;
}

.testimonial .testimonial-content p {
  line-height: 30px;
  font-style: italic;
}

.testimonial-avatar {
  margin-top: 30px;
}

.testimonial .testimonial-avatar img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 5px;
  -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  display: inline-block !important;
  max-width: 100%;
}

.testimonial .testimonial-caption {
  display: inline-block;
  vertical-align: middle;
}

.testimonial h6 {
  margin-top: 15px;
  color: #fbc02d;
  text-transform: capitalize;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
}

.testimonial .testimonial-content p,
.testimonial .testimonial-avatar label {
  margin-bottom: 0;
}

.testimonial-slider .owl-stage-outer {
  padding-bottom: 60px;
}
.testimonial-slider .owl-prev,
.testimonial-slider .owl-next{
  position: absolute;
  top: 42%;
  border-radius: 5%;
  width: 40px;
  height: 40px;
  transition: all .3s ease-in;
  border: 2px solid #000 !important;
  background: transparent;
}
.testimonial-slider .owl-prev{
  left: 0;
}
.testimonial-slider .owl-next{
  right: 0;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: none;
}
.testimonial-slider .owl-nav .owl-prev svg,
.testimonial-slider .owl-nav .owl-next svg{
  width: 60%;
  fill: #000
}
.testimonial-slider .owl-nav .owl-prev:hover,
.testimonial-slider .owl-nav .owl-next:hover{
  background: #fbc02d;
  border-color: #fbc02d !important;
}
.testimonial-slider .owl-nav .owl-prev:hover svg,
.testimonial-slider .owl-nav .owl-next:hover svg{
	fill: #fff;
}
.testimonial-slider .owl-next {
  float: right;
  margin-right: 9px;
}
/*================================================
           FEATURE PROJECTS SECTION
==================================================*/
.featured-project{
  padding-top: 92px;
  padding-bottom: 60px;
}
.featured-project .title {
  padding-bottom: 50px;
  text-align: center;
}
.featured-project .title .border {
  background-color: #fbc02d;
  width: 100px;
  height: 5px;
  display: inline-block;
}
.featured-project .title h3 {
  font-size: 40px;
  line-height: .8;
  letter-spacing: 1px;
  font-weight: 700;
  color: #000;
}
.featured-project .bg-img2 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.featured-project .block2 {
  height: 100%;
  min-height: 285px;
  overflow: hidden;
}
.featured-project .block2-content {
  height: 100%;
  background-color: rgba(255, 152, 0, .9);
  padding: 35px 30px;
  -webkit-transform: translateY(calc(100% - 50px));
  -moz-transform: translateY(calc(100% - 50px));
  -ms-transform: translateY(calc(100% - 50px));
  -o-transform: translateY(calc(100% - 50px));
  transition: all .4s;
  transform: translateY(calc(100% - 50px));
  padding: 35px 30px;
}
.block2-title {
  transition: all .2s;
  width: 100%;
  padding: 5px 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.featured-project .block2-content:hover .block2-title{
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.t1-m-1 {
  font-size: 24px;
  color: #fff;
}
.block2-content p {
  font-size: 14px;
  line-height: 1.7;
  padding-bottom: 5px;
  color: #fff;
}
.block2-content a{
  font-size: 14px;
  padding-bottom: 26px;
  min-width: 130px;
  height: 30px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 0px 25px;
  transition: all .4s;
}
.block2-content a:hover{
  background: #fff;
  color: #000;
}
.block2:hover .block2-content {
  background-color: rgba(255, 152, 0, .9);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.p-b-40{
  padding-bottom: 40px;
}
.project-btn{
  text-align: center;
}
.project-btn a{
  padding-top: 80px;
  border: none;
  padding: 12px 30px;
  color: #000;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  z-index: 99;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  margin-top: 15px;
  display: inline-block;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
}
.project-btn a::before{
  content: "";
    position: absolute;
    transform: skew(-30deg);
    transition: all 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 2px solid #ff9800;
}
.project-btn a::after{
  content: "";
    position: absolute;
    transform: skew(-30deg);
    transition: all 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 2px solid #ff9800;
}
.project-btn a:hover {
  color: #fff;
}
.project-btn a:hover::before, 
.project-btn a:hover::after {
  transform: skew(0deg);
  background: #ff9800;
}
/*================================================
           FOOTER SECTION
==================================================*/
.contact-footer {
  background: #ff9800;
  color: #fff;
  padding: 30px 0 20px;
}

.contact-footer h4 {
  font-size: 16px;
  margin-top: 3px;
}

.contact-footer h4 a {
  color: #fff;
}

.contact-footer .media-body {
  display: inline-block;
}

.contact-footer .pull-left svg {
  width: 20px;
}

.contact-footer .media {
  display: flex;
}

.contact-footer .media-body h4 a {
  margin-right: 5px;
  letter-spacing: 1px;
}

.contact-footer .media .pull-left {
  margin-right: 10px;
}

/*--- main footer style ---*/
footer {
  background-image: url(../media/footer.jpg);
  background-size: cover;
  color: #fff;
}

footer .overshadow {
  padding: 50px 0 0;
  background: rgba(129, 89, 14, 0.7);
}

footer .footer-top .social {
  margin-bottom: 30px;
}

footer .footer-top .social .social-info {
  border: 1px dashed #fff;
  padding: 30px;
}

footer .footer-top h4 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
}

footer .footer-top .social .social-media {
  margin-top: 40px;
}

footer .footer-top .social .social-media ul {
  padding: 0px;
}

footer .footer-top .social .social-media ul li a {
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding-top: 8px;
  margin-right: 5px;
  position: relative;
}

footer .footer-top .social-icon {
  text-align: center;
}

footer .footer-top .social-icon svg {
  fill: #fff;
  width: 20px;
}

footer .footer-top .links ul {
  padding: 0;
}

footer .footer-top .links ul li {
  display: block;
  padding: 13px 0;
  border-bottom: 1px dashed #fff;
  position: relative;
}

footer .footer-top .links ul li a {
  color: #fff;
}

/*--- social background ---*/
footer .footer-top .social .social-media ul li a:nth-of-type(1) {
  background: #3b5999;
}

footer .footer-top .social .social-media ul li a:nth-of-type(2) {
  background: #55acee;
}

footer .footer-top .social .social-media ul li a:nth-of-type(3) {
  background: #dd4b39;
}

footer .footer-top .social .social-media ul li a:nth-of-type(4) {
  background: #0077b5;
}

footer .footer-top .social .social-media ul li a:nth-of-type(5) {
  background: #cd201f;
}

footer .social-popup {
  color: #666;
  position: absolute;
  bottom: 0;
  left: -25px;
  right: -25px;
  padding: 5px 7px;
  z-index: 1;
  font-size: 14px;
  border-radius: 2px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

footer .social-popup::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  bottom: -5px;
  left: 38px;
}

footer .footer-top .social-media ul li a:hover .social-popup {
  bottom: 50px;
  visibility: visible;
  opacity: 1;
}

/*--- copyright ------*/
footer .footer-bottom {
  background: #ff9800;
  padding: 10px 0;
}
footer .footer-bottom p{
  margin: 0;
}
footer .footer-bottom a {
  color: #fff;
}

/*================================================
    4. BACK TO TOP
==================================================*/
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #ff9800;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 2px 3px rgba(255, 152, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}
.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
  z-index: 9999;
}
.m-backtotop > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}
.m-backtotop > div.arrow svg{
  width: 30px;
  fill: #fff;
}
.m-backtotop > div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}
.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: #ff9800;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}
.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}
.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/*[ ABOUT PAGE BANNER ]
///////////////////////////////////////////////////////////
*/
.about-company{
  padding: 70px 0;
  position: relative;
}
.about-company .title{
  text-align: center;
  margin-bottom: 35px;
}
.about-company .title h2{
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}
.about-company .about-border {
  width: 155px;
  background: #ff9800;
  height: 4px;
  display: block;
  margin: 4px auto 0;
}
.about-company .about-txt p {
  margin-bottom: 30px;
}
.about-company .about-txt p:last-child{
  margin: 0;
}
/*--- objective section ----*/
.objective{
  padding-bottom: 70px;
}
.objective .title{
  text-align: center;
  margin-bottom: 35px;
}
.objective .title h2{
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}
.objective .about-border {
  width: 155px;
  background: #ff9800;
  height: 4px;
  display: block;
  margin: 4px auto 0;
}
.objective .about-txt{
  margin-top: 35px;
}
.objective h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
.objective ul li {
  line-height: 30px;
  color: #383838;
  position: relative;
  margin-bottom: 15px;
}
.objective ul li::before{
  content: ".";
  font-size: 26px;
  position: absolute;
  left: -20px;
}
/*-------- team section -------*/
.team{
  padding-bottom: 70px;
}
.team .title{
  text-align: center;
  margin-bottom: 35px;
}
.team .title h2{
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}
.team .about-border {
  width: 155px;
  background: #ff9800;
  height: 4px;
  display: block;
  margin: 4px auto 0;
}

/*[ CONTACT PAGE ]
///////////////////////////////////////////////////////////
*/
.contact-page{
  padding: 70px 0;
}
.contact-page h2{
  margin-bottom: 50px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}
.contact-page .border{
  width: 150px;
  background: #ff9800;
  height: 4px;
  display: block;
}
.contact-page .form-group {
  margin-bottom: 30px;
}
.contact-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.contact-page .form-control {
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 44px;
  background: none;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}
.contact-page .form-group textarea.form-control {
  height: 192px;
  padding: 12px 20px;
}
.contact-page form button.btn {
  color: #fff;
  background: #ff9800;
  padding: 10px 25px 6px;
  border-radius: 30px;
  font-size: 14px;
  border: 2px solid #ff9800;
  text-transform: uppercase;
}
.contact-page form button.btn svg{
  width: 15px;
  fill: #fff;
  margin-bottom: 3px;
}
.contact-page form button.btn:hover{
  background: transparent;
  color: #ff9800;
}
.contact-page form button.btn:hover svg{
  fill: #ff9800;
}
.contact-page .single-box {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.contact-page .media:first-child {
  margin-top: 0;
}
.contact-page .media .pull-left {
  margin-right: 10px;
}
.contact-page .media{
  display: flex;
}
.pull-left svg{
  width: 16px;
  fill: #ff9800;
}