/*================================================
            0 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;
}
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
  }
}
/*================================================
             4. 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;
}
.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: rgba(38, 71, 108,.8); */
    background: rgba(255, 255, 255, 0.75);
    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 {
  padding: 25px 12px 23px 12px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.9);
  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;
  overflow: hidden;
}
.navbar-inverse .navbar-nav .nav-link {
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  text-transform: uppercase;
  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 .active>.nav-link, .navbar-inverse .navbar-nav .nav-link.active {
  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.active, .navbar-inverse .navbar-nav > li:hover {
    border-bottom: 2px solid #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-nav li a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding-top: 5px;
  position: relative;
  transition: 0.5s;
  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: -520px;
    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;
  padding-top: 20px;
  padding-bottom: 20px;
  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: -22px;
    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 {
  font-family: 'Montserrat', sans-serif;
  background: #fbc02d;
  color: #fff;
  padding: 5px 13px;
  border-radius: 5px;
}
.navbar-inverse .navbar-nav .login:hover {
  color: #000;
}
.navbar-inverse .navbar-nav li:last-child {
  padding: 24px 2px 14px 2px;
  border: 0;
}
ul.navbar-nav {
  margin-left: 126px;
}
/*=========== TOP NAV START SEARCH BAR TOGGLE STYLE ===============*/
.top-search {
    display: none;
  }
  .top-search {
    padding: 7px 0 7px 0;
    background: #eff3f4;
    position: relative;
    z-index: 9999;
    width: 100%;
  }
  .top-search .input-group-addon {
    background-color: transparent;
    border: none;
    color: #19232d;
    padding-left: 0;
    padding-right: 0;
  }
  .top-search input.form-control {
    background: #fff;
    border: 2px solid #f0f0ed;
    color: #000;
    height: 34px;
    line-height: 34px;
    display: block;
    padding: 8px 1%;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
  }
  .top-search .input-group-addon {
    background-color: transparent;
    border: none;
    color: #19232d;
    padding-left: 0;
    padding-right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
  }
  .top-search .input-group-addon svg{
    width: 30px;
    line-height: 28px;
    padding: 4px 6px;
    stroke-width: 2px;
    stroke: #fff;
    background: #fbc02d;
    fill: #fff;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    margin-top: 3px;
  }
  .top-search .input-group-addon svg:hover {
    fill: #000;
    stroke: #000;
  }
  .top-search .input-group-addon.close-search {
    cursor: pointer;
  }
  
  .attr-nav{
    display: inline-block;
    position: relative;
  }
  .attr-nav ul {
    margin: 0;
    padding: 0;
  }
  .attr-nav ul li {
    list-style: none;
    margin-left: 5px;
  }
  .search svg{
    fill: #fbc02d;
    width: 20px;
    stroke-width: 2px;
    stroke: #fbc02d;
    transition: all 0.5s ease 0s;
    display: inline-block;
  }
  .search svg:hover {
    fill: #000;
    stroke: #000;
  }
  .top-search input.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.01);
  }
/*====== TOP NAV END SEARCH BAR TOGGLE STYLE ============*/

/*================================================
             6. SLIDER SECTION
==================================================*/
.slider-section {
  height: 100%;
}
.single-slider{
  background: url("../media/slider-1.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  overflow: hidden;
	height: 100vh;
}
.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: 100vh;
}
.slider-overlay {
  background-color: rgba(0,0,0,0.5);
  height: 100vh;
  padding: 70px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.carousel-single-item .owl-controls {
  text-align: center;
}
/*slider text animation-delay */
.carousel-single-item .owl-stage .active .title h1, .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 h1 {
  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 h1 {
  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: 1.6;
  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, .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 -------*/
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateX(50%, -50%);
  width: 60px;
  height: 60px;
  transition: all .3s ease-in;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #fbc02d;
  border-color: #fbc02d;
}
.owl-prev{
  left: 50px;
  right: auto;
}
.owl-next{
  right: 50px;
  left: auto;
}
.owl-prev svg,.owl-next svg{
  width: 50px;
  fill: #fff;
}
/*------- Owl Carousel Dots --------*/
.owl-carousel .owl-controls {
  text-align: center;
}
.carousel-single-item .owl-dots {
  text-align: center;
  position: relative;
  margin-top: -50px;
}
.owl-theme .owl-dots .owl-dot span {
  background: none;
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  width: 40px;
  border: 2px solid #fff;
  border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot span.active {
  background: #fff none repeat scroll 0 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
/*[ ABOUT PAGE BANNER ]
///////////////////////////////////////////////////////////
*/
.banner{
  background-image: url(../media/banner.webp);
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
}
#about{
  padding: 7em 0;
}
.right-side{
  
padding-left: 39px;
}
#about h2{
  font-size: 25px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
#about p{
  line-height: 28px;
}
#about .btn{
  border: none;
  padding: 12px 30px;
  color: #000;
  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;
}
#about .btn:hover{
  color: #fff;
}
#about .btn::before, #about .btn::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 #000;
}
#about .btn:hover::before, #about .btn:hover::after {
  transform: skew(0deg);
  background: #fbc02d;
  border: 2px solid #fbc02d;
}