@import url('https://fonts.googleapis.com/css2?family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700,800|Open+Sans:300i,400,400i,600,700,800');

body {
	color:#f2f2f2;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
	line-height:26px;
	background:#070707;
  
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem transparent;
}

.header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-top.sticky {
    background: #070707;
    box-shadow: 0px 1px 3px rgba(0,0,0,.2);
    transition: all 0.5s ease 0s;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar{    
    border-bottom: 1px solid #ee6900;
    padding-bottom: 10px;
}

.navbar-light .navbar-toggler {
  background-color: #ee6900;
  padding: .25rem 0.5rem;
}

.navbar-light .navbar-brand {
    color: #ee6900;
    font-family: 'Ultra', serif;
    font-size: 18px;    
    letter-spacing: 3px;
}

.navbar-collapse ul {
  background-color: #000;
  margin-top: 10px;
  text-align: end;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #f2f2f2; 
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1.5rem 1rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #cccccc;
}
.navbar-light .navbar-brand:hover {
  color: #ee6900;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
  color: #ee6900;
}
.section-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  color: #ee6900;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}

#icon-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  padding: 5px 5px;
  z-index: 1040; 
  color: #cccccc;
}

/*****slide-start*****/
.slider-items {
    position: relative;
    z-index: 9;
  }
  .slider-items:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #070707;
    content: "";
    height: 100%;
    opacity: .7;
  }
  .slider-items img{
    visibility: hidden;
    height: 500px;
  }
  .single-slider {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 80px;
  }
  .single-slider h2{
    font-family: 'Montserrat', sans-serif;
    color: #ee6900;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .single-slider p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
    padding-right: 50px;
  }
  .single-slider2.single-slider p{
    padding: 0px 0px 0px 50px;
  }
  .btn-custom{
    display: inline-block;
    padding:10px 30px;
    background: #ee6900;
    color: #f2f2f2;
    text-transform: uppercase;
    border-radius: 3px;

  }
  .btn-custom:hover{
    background: #cccccc;
    color: #ee6900;
  }
  .slider-active .owl-dots{
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    text-align: center;
    width: 100%;
  }
  .slider-active .owl-dot {
    height: 12px;
    width: 4px;
    background: #f2f2f2 !important;
    display: inline-block;
    margin:0px 2px;
    border-radius: 50%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .slider-active .owl-dot.active{
    background: #ee6900 !important;
    height: 17px;
  }
  /*****slide-end*****/

  /******about*****/

  #about .container{
    padding: 110px 0px;
  }

  #about h3 {
    color: #ee6900;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .btn-about{
    display: inline-block;
    padding:10px 30px;
    background: #cccccc;
    color: #070707;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 600;
  }
  .btn-about:hover{
    background: #ee6900;
    color: #f2f2f2;
  }

  /******about-end*****/

  /******services-end*****/
  #services {
    background-color: #1a1a1a;
  }
  #services .container{
    padding: 110px 0px;
  }

  .serv-box {
    background-color: #070707;
    text-align: center;
    padding: 45px;
  }

  .serv-icon {
    background: #1a1a1a;
    float: none;
    margin-right: 0;
    height: 110px;
    padding: 30px;
    width: 110px;
    margin: 0px auto 10px;
    border-radius: 50%;
    color: #ee6900;
    margin-bottom: 20px;
}

  .serv-box h3 {
    color: #f2f2f2;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  /******services-end*****/

  /*****works*****/

  #works .container{
    padding: 110px 0px;
  }

  #works h3 {
    color: #ee6900;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  /***Tabs***/
  #viewbox-sprite {
    position: absolute;
  }
  
.tabs {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 16px 0 0 0;
  font-weight: 300;
}

.tabs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  text-align: center;
}

.tabs ul li {
  border: 0;
  border-bottom: none;
  margin: 0 0.25em;
  display: inline-block;
  position: relative;
}

.tabs li.tab-current {
  border: 0;
  box-shadow: none;
  border-bottom: none;
  z-index: 100;
}

.tabs li.tab-current:before,
.tabs li.tab-current:after {
  content: '';
  position: absolute;
  height: 1px;
  right: 100%;
  bottom: 0;
  width: 1000px;
  background: transparent;
}

.tabs li.tab-current:after {
  right: auto;
  left: 100%;
  width: 4000px;
}

.tabs a {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  
}

.tabs a:hover {
  color: #070707;
  text-decoration: none;
}

.btn-tabs {
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #cccccc;
  font-weight: 600;
}

.btn-tabs:hover {
  color: #f2f2f2;
  background-color: #ee6900;
}

.img-art {
width: 110px;    
}

.tabs li.tab-current a {
  color: #f2f2f2;
  background-color: #ee6900;
}

/* Content */

.content section {  
  display: none;
  text-align: center;
  margin-top: 40px;
}

.content section:before,
.content section:after {
  content: '';
  display: table;
}

.content section:after {
  clear: both;
}

.content section.content-current {
  display: block;
}

.mediabox {
  width: 210px;
  padding: 8px 8px 8px 8px;
  display: inline-block;
}

.mediabox img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.mediabox a:hover img {
  opacity: 0.35;
}

.mediabox h3 {
  margin: 0.75em 0 0.5em;
}

.mediabox p {
  padding: 0 0 1em 0;
  margin: 0;
  line-height: 1.3;
}

/***Tabs-end***/

/*****contact*****/

.bg-contact {
  background-color: #1a1a1a;
  background: url(../img/contact1.jpg)no-repeat center center / cover;
  position: relative;
  z-index: 9;
}

.bg-contact:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #070707;
  content: "";
  z-index: -9;
  opacity: .8;
}

#contact .container{
  padding: 110px 0px;
}

#contact h2{
  color: #ee6900;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}

.box-contact{
  padding: 0px 50px;
}

.box-contact h3 {
  color: #ee6900;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.info{
  color: #f2f2f2;
  text-decoration: none ;
}

.info:hover{
  color: #cccccc;
  text-decoration: none ;
}

.info i {
  font-size: 20px;
  padding-right: 10px;
}

.box-icon{
  padding: 70px;
  text-align: center;
  margin: auto;
}

.btn-icons {
  color: #070707;
  background-color: #cccccc;
  border-radius: 3px;
  line-height: 1;
  width: 42px;
  padding: 10px 0;
  margin: 20px;
}

.btn-icons:hover {
  color: #f2f2f2;
  background-color: #ee6900;
}

.btn-icons i {
  font-size: 20px;
}

.form-group input, .form-group select, .form-group textarea {
  font-size: 12px;
  color: #f2f2f2;
}

.form-control {
  color: #f2f2f2;
  background-color: transparent;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
}

.form-control:focus {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem transparent;
}

.btn-sub{
  padding:10px 30px;
  background: #ee6900;
  color: #f2f2f2;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
}
.btn-sub:hover{
  background: #cccccc;

}

::-webkit-input-placeholder {
  color: #f2f2f2!important;
}

::-moz-placeholder {
  color: #f2f2f2!important;
}

:-ms-input-placeholder {  
  color: #f2f2f2!important;
}

/*****contact-end*****/

footer {
  background-color: #ee6900;
}

footer p{
  padding: 10px 0;
  margin-bottom: 0;
}

@media (min-width: 767.98px) {
  .header-top {
    position: fixed;
  }
  .navbar-collapse ul {
    background-color: transparent;
    margin-top: 0;
  }
  .navbar-light .navbar-brand {
    color: #ee6900;
    font-size: 18px;    
  }
  .slider-items img {
    height: auto;
  }
  .single-slider h2 {
    font-size: 62px;
    line-height: 62px;
  }
}

@media (min-width: 991.98px) {
  
}


