html{
    overflow-x: hidden;
}
@font-face {
  font-family: myFirstFont;
  src: url(../webfonts/geomanist-regular-webfont.woff);
}
body {
  font-family: myFirstFont;
  overflow-x: hidden;
}
/*Menu*/
.sidenav {
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 10px 0px;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
    position: relative;
    padding: 0;
    text-decoration: none;
    font-size: 17px;
    color: #666;
    display: inline;
    transition: 0.3s;
    line-height: 27px;
}
.sidenav a:hover {
  color: #000;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    display: block;
    padding: 20px;
    z-index: 999999;
}
.sidenav .closebtn:before{
    display: none;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.navbar-light .navbar-nav .nav-link{
    color: #000;
    font-size: 18px;
}
.menu-nav{
    cursor: pointer;
    color: #000;
    margin-left: 30px;
    font-size: 18px;
}
.myaccordion {
  max-width: 500px;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}
.myaccordion .card-header {
  border: none;
  background: transparent;
}
.myaccordion .fa-stack {
  font-size: 18px;
}
.myaccordion .btn {
  width: 100%;
  color: #000;
  padding: 0;
}
.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}
.myaccordion li + li {
  margin-top: 10px;
}
.card {
    background-color: transparent;
}
.btn.focus, .btn:focus {
    outline: none;
    box-shadow: none;
}
.fa-inverse {
    color: #000;
    font-weight: 100;
}
.collapse{
    justify-content: flex-end;
}
li.nav-item {
    padding: 0 50px;
}
.dropdown-toggle::after{
    display: none;
}
.navbar-brand img {
    width: 180px;
}
.menuovelay {
    position: fixed;
    z-index: -1;
    right: 0;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
}
.navbar.active .menuovelay{
    display: block;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.card-header a {
    padding: 0;
}
.card-body li {
    list-style: none;
}
.card-body li a{
    display: inline;
}
.sidenav a:before, .dropdown-item:before{
    content: "";
    height: 1px;
    width: 0;
    transition: all .3s ease 0s;
    background: #010101;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sidenav a:hover:before{ 
   width: 100%;
}    
.dropdown-item.active{
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    box-shadow: 2px 0 46px rgba(0,0,0,.12);
    padding: 10px;
    border: none;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 15px 20px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
/*Banner*/
.carousel-item img {
    border-radius: 8px;
    width: 85%;
    height: 750px;
}
.banner-box {
    position: absolute;
    top: 50%;
    right: calc((100vw - 95%) / 2);
    background: #fff;
    width: 500px;
    padding: 35px 45px;
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    transform: translateY(-50%);
    max-width: 470px;
    margin: 0 auto;
}
.banner-sub-option {
    font-size: 16px;
    font-weight: 800;
}
.banner-box select {
    width: 100%;
    border: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
select:focus {
    outline: none;
}
.carousel-control-prev-icon{
    background-image: url(../images/icon/arrow-right.svg);
}
.carousel-control-next-icon {
    background-image: url(../images/icon/arrow-right.svg);
}
.carousel-control-prev {
    top: 95%;
    left: 80%;
    transform: rotate(180deg);
}
.carousel-control-next {
    right: 2%;
    top: 95%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}
.banner-box h2 {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.5px;
    line-height: 50px;
}
.banner-box p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 26px;
}
.carousel-item h3 {
    position: absolute;
    bottom: 10px;
    left: 25px;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.carousel-item p {
    position: absolute;
    bottom: 10px;
    left: 60px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.project-select li{
    list-style: none;
}
a.explore-btn {
    color: #343a40;
    border: 1px solid #343a40;
    border-radius: 8px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 35%;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
a.explore-btn:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    text-decoration: none;
}
.explore-btn i {
    font-size: 20px;
    font-weight: normal;
}
.section-padding{
    padding: 80px 0;
}
.section-heading{
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.5px;
    line-height: 50px;
}
p{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 26px;
}
/*About*/
.about-box-inner {
    padding: 10px;
    min-height: 200px;
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    border: 1px solid #c5c5c5;
}
.about-box-inner img {
    width: 50%;
}
.about-box {
    margin: 50px 0 0 0;
}
.number {
    color: #f6903a;
    font-size: 150px;
    line-height: 200px;
    display: block;
    text-shadow: 3px 3px 0 rgba(0,0,0,.14);
}
.counter-box .text {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 0.5px;
}
.btn-arrow{
    position: relative;
}
.btn-arrow:before {
    content: '';
    background: url(../images/icon/arrow-right.svg) no-repeat 0 0;
    background-size: auto 100%;
    width: 35px;
    height: 11px;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -5px;
    transition: all .3s ease 0s;
}
.btn-arrow {
    color: #212121;
    text-transform: uppercase;
    z-index: 9;
    font-size: 18px;
    font-weight: 900;
    line-height: 28px;
    letter-spacing: 0.5px;
}
.btn-arrow:hover{
    text-decoration: none;
    color: #000;
}
.btn-arrow:hover:after {
    width: 0;
    display: inline;
}
.btn-arrow:after{
    content: "";
    display: inline;
    width: 100%;
    height: 9px;
    background: #f6903a;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    will-change: width;
    transform-origin: left bottom;
    transition: width .1s ease-out;
}
/*Footer*/
footer {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding: 50px 0;
}
.footer-nav {
    float: right;
    padding: 0;
    position: relative;
    top: 30px;
}
.footer-nav button:focus {
    outline: none;
}
.width-100{
    width: 100%;
}
.footer-logo img {
    width: 200px;
}
.footer-box h5, .footer-social-box h5 {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 0.5px;
}
.footer-box h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.social-footer li {
    list-style: none;
    float: right;
}
.footer-btn {
    border: 1px solid #343a40;
    padding: 8px 12px;
    border-radius: 8px;
    color: #343a40;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 15px;
}
.footer-btn:hover{
    background: #333;
    color: #fff;
    text-decoration: none;
}
.footer-social-box {
    float: right;
    text-align: right;
}
.footer-social-box h5 {
    margin-bottom: 15px;
}
.social-footer i {
    font-size: 20px;
    color: #343a40;
    padding: 0 0 0 40px;
}
img.thm {
    vertical-align: baseline;
}
.pb-80{
    padding-bottom: 80px;
}
/*Pop-up*/
.modal-content {
    padding: 50px;
}
.form-control {
    border: none;
    padding-left: 0;
}
.form-group {
    border-bottom: 1px solid #b5b5b5;
    padding: 10px 0;
}
/*Inner Project*/
.inner-page-banner img {
    border-radius: 8px;
}
.inner-page-banner h1 {
    position: relative;
    bottom: 80px;
    left: 50px;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.5px;
    line-height: 50px;
    font-weight: 600;
}
.inner-page-banner p {
    position: relative;
    bottom: 150px;
    left: 50px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 28px;
    font-weight: 500;
}
.inner-page-banner {
    position: relative;
    overflow: hidden;
}
.inner-page-banner .banner-box {
    right: 200px;
}
.form-control:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}
.banner-box form {
    padding: 30px;
}
.breadcrumbs-inner-list li {
    list-style: none;
    padding-left: 40px;
    font-weight: 900;
}
.breadcrumbs-inner-list{
    display: flex;
    flex-direction: row-reverse;
}
.breadcrumbs-inner-list li a{
    color: #000;
}
.breadcrunbs-active{
    text-decoration: underline;
}
.inner-heading {
    font-size: 55px;
    line-height: 65px;
    letter-spacing: 0.5px;
    font-weight: 900;
    margin-bottom: 30px;
}
.tab {
    background: #eee;
    border-radius: 8px;
}
.tab .tab-title {
    display: block;
    border: none;
    padding: 30px 50px;
}
button:focus {
    outline: none;
}
/*Home Project Slider*/
.sld {
	display: flex;
}
.sld__images {
    width: 100%;
    margin-left: 70px;
}
.sld__box {
    width: 40%;
    text-align: right;
}
.sld__box {
	box-sizing: border-box;
}
.slick-dots {
	position: static !important;
}
.slick-slide img {
    height: 710px;
    width: 400px;
    transform: scale(0.8);
    border-radius: 8px;
}
.slick-active img {
    transform: scale(1);
    height: 710px;
    width: 540px;
    border-radius: 8px;
}
.text-right{
    text-align: right;
}
.sld__box h3 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 45px;
}
.sld__box p span {
    color: #888;
}
span.project-sq {
    color: #000 !important;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding-right: 10px;
}
.sld__box .btn-arrow {
    margin-right: 40px;
}
.custom-container-1 {
    width: 1140px;
    margin: 0 0 0 450px;
}
.nav-item a {
    color: #000;
    line-height: 10px;
}
span.text-bg-heading {
    font-size: 150px;
    opacity: 0.035;
    position: absolute;
    top: -120px;
    right: 480px;
    font-weight: 600;
}
.opt_select{
    border: none;
    width: 100%;
    color: #495057;
}

/*Slider css*/
.contentSlider {
  width: 100%;
}
.contentSlider,
.contentSlider .rsOverflow,
.contentSlider .rsSlide,
.contentSlider .rsVideoFrameHolder,
.contentSlider .rsThumbs {
  background: #eee;
  color: #000;
}

.contentSlider .rsSlide,
.contentSlider .rsOverflow {
  background: #eee;
}
.contentSlider h3 {
  font-size: 24px;
  line-height: 31px;
  margin: 12px 0 8px;
  font-weight: bold;
}
.contentSlider img {
  max-width: 100%;
  height: auto;
  display: block;
}
.content-slider-bg {
  width: 86%;
  padding: 24px 7%;
  background: #eee;
}

.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
    background: #fff;
    z-index: 10;
    box-shadow: 1px 1px 10px 3px rgba(0,0,0,.2);
}
.contact-form .btn.btn-default{
     padding: 10px 30px;
     border: 1px solid #ddd;
     border-radius: 0;
 }
.timeline {
    position: relative;
    margin: 0 auto;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}
.custom-container {
    position: relative;
    width: 50%;
    padding-left: 100px;
    margin: 0 auto;
    margin-left: 480px;
}
.custom-container::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    right: -43px;
    background-color: #f68a2f;
    top: 80px;
    border-radius: 50%;
    z-index: 1;
    line-height: 80px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 20px;
}
.custom-container:nth-child(3)::after{
    content: '2007';
}
.custom-container:nth-child(4)::after{
    content: '2012';
}
.custom-container:nth-child(5)::after{
    content: '2014';
}
.custom-container:nth-child(6)::after{
    content: '2016';
}
.custom-container:nth-child(7)::after{
    content: '2017';
}
.custom-container:nth-child(8)::after{
    content: '2018';
}
.custom-container:nth-child(9)::after{
     content: '2019';
 }
.custom-container:nth-child(10)::after{
    content: '2020';
}
.custom-container:nth-child(11)::after{
    content: '2021';
}
.custom-container:nth-child(12)::after {
    content: '\f140';
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 45px;
}
.timeline-left {
    right: 480px;
}
.timeline-right {
    left: 80px;
}
.timeline-left {
    padding-left: 0;
    padding-right: 100px;
}
.timeline-left::before {
    content: " ";
    height: 100%;
    position: absolute;
    top: 20px;
    z-index: 1;
    right: 0px;
    border: 1px solid #d8d8d8;
    width: 0;
}
.timeline-right::before {
    content: " ";
    height: 100%;
    position: absolute;
    top: 20px;
    z-index: 1;
    left: -7px;
    border: 1px solid #d8d8d8;
    width: 0;
}
.timeline-right::after {
    left: -45px;
}
.timeline-content {
    padding: 25px;
    background-color: #fff;
    position: relative;
    min-height: 220px;
    box-shadow: 6px 7px 20px rgba(0, 0, 0, 0.07);
}
.timeline-top-border:before {
    content: '';
    position: absolute;
    background: #d8d8d8;
    width: 30px;
    height: 2px;
    left: -120px;
    top: 18px;
}
.timeline-bottom-border:before{
    content: '';
    position: absolute;
    background: #d8d8d8;
    width: 30px;
    height: 2px;
    left: -120px;
    bottom: -20px;
}
.timeline-content h2 {
    font-size: 24px;
    line-height: 1.4;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 8px;
    color: #232323;
    font-weight: 800;
}
.timeline-content p {
    font-size: 20px;
    color: #000;
    font-weight: 900;
    line-height: 30px;
}
.timeline-content p.locate{
    font-size: 16px;
    font-weight: 500;
}
.timeline-content p a{
    color: #f68a2f;
    font-weight: bold;
}
.custom-container:hover .timeline-content{
    background-color:#f68a2f;
    color: #fff;
}
.custom-container:hover::after{
    background-color: #000000;
    color: #fff;
    transform: scale(1.1);
}
.custom-container:hover .timeline-content p, .custom-container:hover .timeline-content h2{
    color: #fff;
}
.timeline-content:hover a{
    color: #000;
}
.timeline-content:after {
    content: "\f077";
    display: block;
    text-align: center;
    font-size: 20px;
    font-family: 'FontAwesome';
    position: absolute;
    top: 48%;
    left: -30px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    color: #000;
    transform: rotate(90deg);
}
.timeline-left .timeline-content:after {
    content: "\f077";
    display: block;
    text-align: center;
    font-size: 20px;
    font-family: 'FontAwesome';
    position: absolute;
    top: 48%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    color: #000;
    transform: rotate(-90deg);
    left: 480px;
}
.timeline-content:hover::after{
    color: #f68a2f ;
}

@media screen and (max-width: 767px) {
    .timeline::after {
        left: 31px;
    }
    .custom-container:nth-child(12)::after {
        content: '\f140';
        font-family: 'FontAwesome';
        font-weight: normal;
        font-size: 39px;
    }
    .custom-container::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        right: 0;
        background-color: #f68a2f;
        top: 50%;
        border-radius: 50%;
        z-index: 1;
        line-height: 50px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        padding: 0 0 0 8px;
    }
    .custom-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 0;
        margin-left: 0;
        margin: 10px 0;
    }
    .custom-container::before {
        left: 35px;
    }
    .timeline-left::after, .timeline-right::after {
        left: 10px;
    }
    .timeline-right {
        left: 0%;
    }
    .timeline-content {
        padding: 15px;
        background-color: #fff;
        position: relative;
        min-height: 250px;
        box-shadow: 6px 7px 20px rgba(0, 0, 0, 0.07);
    }
    .timeline-left {
        right: 0;
    }
    .timeline-content p {
        font-size: 18px;
        color: #000;
        font-weight: 900;
        line-height: 28px;
    }
    .timeline-content h2 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 800;
    }
    .timeline-top-border:before {
        left:-50px;
        top: 20px;
    }
    .timeline-content:after{
        display: none !important;
    }
    .timeline-bottom-border:before {
        left: -50px;
    }
}
.timeline-content img {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.custom-container .timeline-content:hover img{
    filter: invert(1);
}
.list-style {
    margin-top: 20px;
}
.list-style li {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.5px;
    font-weight: 500;
    list-style: circle;
}
/* @-webkit-keyframes spinnerRotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes spinnerRotate{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes spinnerRotate{from{-ms-transform:rotate(0)}to{-ms-transform:rotate(360deg)}}#form_process{-webkit-animation-name:spinnerRotate;-webkit-animation-duration:1.1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:spinnerRotate;-moz-animation-duration:1.1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:spinnerRotate;-ms-animation-duration:1.1s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;display:inline-block;margin-left:10px;position:relative;visibility:hidden} */
#error_data{
    color: red;
    font-size: 14px;
    margin: 0px 0px 10px;
    line-height: normal;
}
.alert.alert-success {
    color: #508e14;
    background: #f0f0f0;
    padding: 10px 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.alert.alert-danger {
    color: #454545;
    background-color: #ffb4b4;
    padding: 10px 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 28px;
}

@media screen and (max-width: 767px) {
    .navbar.active #mySidenav{
        width: 80% !important;
    }
}
.career .form-group select {
    border: none;
    color: #495057;
    height: 40px;
}
/* @-webkit-keyframes spinnerRotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes spinnerRotate{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes spinnerRotate{from{-ms-transform:rotate(0)}to{-ms-transform:rotate(360deg)}} */
#form_process{
    /* -webkit-animation-name:spinnerRotate;
    -webkit-animation-duration:1.1s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name:spinnerRotate;
    -moz-animation-duration:1.1s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
    -ms-animation-name:spinnerRotate;
    -ms-animation-duration:1.1s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-timing-function:linear; */
    display:inline-block;
    margin-left:10px;
    position:relative;
    visibility:hidden;
    font-size: 15px;
}
#error_data{
    color: red;
    font-size: 14px;
    margin: 0px 0px 10px;
    line-height: normal;
}
.alert.alert-success {
    color: #508e14;
    background: #f0f0f0;
    padding: 10px 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 28px;
    font-size: 15px;
}
.alert.alert-danger {
    color: #454545;
    background-color: #ffb4b4;
    padding: 10px 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 28px;
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .navbar.active #mySidenav{
        width: 80% !important;
    }
}
.contact-details{
    text-align: center;
}
.contact-details i{
    font-size: 50px;
    margin-bottom: 20px;
    color: #f6903a;
}
.contact-details p{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.contact-details p a{
    color: #000;
    text-decoration: none;
}
.contact-details p a:hover{
    color: #f6903a;
}
.contact-box-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 1px 2px 3px #ddd;
    min-height: 250px;
    border: 1px solid #ddd;
    cursor: pointer;
}       
/* Vendor */
.d-flex {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}
.bg-color {
    background-color: #333;
}
.signup-step-container {
    padding: 150px 0px;
    padding-bottom: 60px;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 61.5%;
    margin: 0 auto;
    left: 60px;
    right: 0;
    top: 30px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    text-align: center;
    border: 1px solid #ddd;
    z-index: 1;
    color: #000;
    -webkit-text-stroke-color: #000;
    opacity: 1;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    white-space: nowrap;
    font-size: 45px;
    line-height: 60px;
    font-weight: 500;
    background: #fff;
}
span.round-tab i {
    color: #555555;
}
.wizard li.active span.round-tab {
    background: #f6903a;
    color: #fff;
    border-color: #f6903a;
}
.wizard li.active span.round-tab i {
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i {
    color: #0db02b;
}

.wizard .nav-tabs > li {
    width: 33.33%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step {
    font-size: 18px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}
.next-step {
    background-color: #f6903a;
}
.skip-btn {
    background-color: #cec12d;
}
.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check {
    font-size: 14px;
    font-weight: 400;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: 0.375rem 0.75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
.footer-link {
    margin-top: 30px;
}
.all-info-container {
}
.list-content {
    margin-bottom: 10px;
}
.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}
.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box {
    padding: 10px;
}
.signup-logo-header .logo_area {
    width: 200px;
}
.signup-logo-header .nav > li {
    padding: 0;
}
.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-inline li {
    display: inline-block;
}
.pull-right {
    float: right;
}
@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }
    .wizard .nav-tabs > li a i {
        display: none;
    }
    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }
    .signup-logo-header .logo_area {
        margin-top: 0;
    }
    .signup-logo-header .header-flex {
        display: block;
    }
    .about-box-inner{
        margin-bottom: 30px;
    }
    .custom-container-1{
        margin: 0 auto;
        width: 100%;
    }
    #demo .carousel-item{
        text-align: center;
    }
    #demo .carousel-item img{
        margin: auto;
        width: 100%;
    }
    #demo .banner-box{
        position: relative;
        right: unset;
        transform: translateY(10%);
        width: 100%;
        padding: 20px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    #demo .carousel-control-prev,
    #demo .carousel-control-next{
        top: -60px;
    }
    .carousel-control-prev {
        left: 70%;
    }

}
footer a {
    color: #212529;
}

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}


.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

.tabset > label::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #8d8d8d;
    text-align: center;
    margin: 0 auto;
}

.tabset > label:hover,
.tabset > input:focus + label {
    color: #f6903a;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
    background: #f6903a;
}

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
    text-align: left;
}
.tabset {
    margin: 0 auto;
    text-align: center;
}
.project-content {
    padding: 50px 40px;
}
.project-box {
    padding: 30px 0;
}
.project-content .section-heading {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 15px;
}
.project-box img {
    border-radius: 8px;
    width: 100%;
}
/*Project Slider*/
/*.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}*/
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.post-slide .post-img img{
    width: 100%;
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    /*background: linear-gradient(-45deg, rgb(255 146 53 / 28%) 0%, rgb(246 140 49 / 69%) 100%);*/
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background: #fff;
    position: relative;
    top: -50px;
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 30px;
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.14);
    border-radius: 8px;
}
.post-slide .post-title a {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:30%;
    left:-50px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:30%;
    right:-50px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
.copyright-box p {
    margin-bottom: 0;
}
#floatdiv{
    transition: all 1.5s ease 0s;
}
.fix-background{
    display: none;
}