/*-------------------------------------------/*
*Extra Css
/*-------------------------------------------*/
body{
  font-family: 'Roboto', sans-serif;
}
.section-padding {
  padding: 50px 0px;
}


/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#tt-preloader {
  background: #FFF;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

#pre-status,
.preload-placeholder {
  background-image: url("assets/img/preloader.gif");
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}

.preload-placeholder {
  background: none;
  left: 0;
  margin: 0;
  text-align: center;
  top: 65%;
}

/*---------------------------------/*
*header wrap
/*---------------------------------*/
.header-wrap {
  background-image: url("assets/img/bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*---------------------------------/*
*perticles
/*---------------------------------*/
#particles-js {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 700px;
}

#particles-js:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background: #000;
  z-index: -2;
  opacity: .9;
}

#particles-js canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: -1;
}
/*---------------------------------/*
*Logo & Menu
/*---------------------------------*/


.logo a span {
  color: #FC6060;
}
.logo a {
  color: #fff;
  text-decoration: none;
}
.logo {
  font-size: 27px;
  text-transform: uppercase;
  padding-top: 10px;
}



.navbar {
  width: 70%;
  margin: auto;
  float: right;
  z-index: 99;
}

.logo {
  width: 30%;
  float: left;
}
.navbar button {

    margin-left: 80%;
    z-index: 1;

}
.navbar ul li a {
  color: #fff;
  text-transform: uppercase;
  margin-left: 17px;
  font-weight: 700;
  transition: .3s;
}

.navbar ul li a:hover {
    color: #fc6060;
}

#sticky-header {

    padding-top: 15px;
    z-index: 999;

}
.is-sticky #sticky-header {
  background: #000;
  padding: 3px 0px;
  border-bottom: 1px solid #FC6060;
}

.navbar button i {
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
  padding: 6px 10px;
  transition: .3s;
}

.navbar button i:hover {
  background: #FC6060;
}


.header-content h2 {
  font-size: 70px;
  color: #fff;
  font-weight: 700;
}
.header-content h2 span {
  color: #FC6060;
}


.header-content-area {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.image-area {
  width: 160px;
  height: 160px;
  margin: auto;
  border: 5px solid #fff;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
}
.image-area img {
  max-width: 100%;
  height: auto;
}
.social-icons{
  margin-top: 40px; 
}
.social-icons a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  margin-left: 10px;
  border: 1px solid #fff;
  padding: 10px 10px;
  border-radius: 50%;
  transition: .3s;
}
.social-icons a:hover {
  background: #fc6060;
}
.video-btn{
  position: absolute;
  font-size: 35px;
  top: 220px;
  right: 35%;
}

.video-btn a i {
  font-size: 90px;
  color: #fff;
  transition: .1s;
  opacity: .2;
}

.video-btn:hover a i {
  opacity: 1;
}

.navbar ul li .active {
  border-bottom: 2px solid #fc6060;
}


/*---------------------------------/*
*About Me
/*---------------------------------*/
.about-section-area {

    background: #fff;

}
.about-content {

    margin-top: 50px;

}

.section-title h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

.separtor {
  width: 120px;
  height: 2px;
  background: #000;
  margin: auto;
  position: relative;
}
.separtor:after {
  width: 18%;
  height: 10px;
  top: 0;
  left: 0;
  content: '';
  background: #000;
  position: absolute;
  margin-left: 41px;
  margin-top: -4px;
}

.experince-skill ul {
  margin: 0;
  padding: 0;
}
.experince-skill ul li {
  list-style: none;
}
.experince-skill ul i {
  margin-top: 15px;
  margin-right: 15px;
  color: #fc605b;
}
.experiance-content p {
  font-size: 15px;
  color: #333;
  margin-top: 30px;
}
.experiance-content h3 {
  text-transform: uppercase;
  color: #2C3E50;
}

.author-image {
  background-image: url('assets/img/frame.png');
  background-size: contain;
  position: relative;
  z-index: 1;
}
.author-image img {
  width: 100%;
  max-height: 330px;
  position: relative;
}
.author-biography {
  border: 1px solid #ddd;
  border-radius: 10px;
}
.author-biography ul {
  margin: 20px 0px;
  padding: 0;
}
.author-biography ul li {
  list-style: none;
  margin: 5px 0px;
}
.author-biography ul li h4 {
  font-size: 15px;
  padding: 7px 20px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  width: 90%;
  margin: auto;
}
.author-image .frame-image {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0px;
}

.about-btn {
  margin-top: 80px;
}
.about-btn a {
  color: #fff;
  padding: 15px 20px;
  margin-right: 25px;
  border-radius: 5px;
  text-decoration: none;
}
.about-btn a i {
  padding-right: 10px;
}
.message-bth {
  background: #fc6052 !important;
  transition: .3s;
}
.message-bth:hover {
  background: #2c3e50 !important;
}
.download-bth {
  background: #2c3e50 !important;
  transition: .3s;
}
.download-bth:hover {
  background: #fc6052 !important;
}

/*---------------------------------/*
*Video Area
/*---------------------------------*/
.video-section-area, .happy-client-area, .available-project-area{
  height: 400px;
  background-image: url("assets/img/1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
 .happy-client-area{
  background-image: url("assets/img/award.jpg");
 }
 .available-project-area{
  background-image: url("assets/img/hire.jpg");
 }
.video-section-area:after, .happy-client-area:after, .available-project-area:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .8;
  z-index: -1;
}
.video-popup{
  text-align: center;
  margin-top: 7%;
  z-index: 999;
}
.video-popup i {
  color: #fff;
  z-index: 103;
  font-size: 30px;
  border: 1px solid #fff;
  padding: 20px;
  transition: .3s;
}
.video-popup i:hover{
   background:  #fc6052;
}

.video-popup h2 {
  color: #fff;
  margin-top: 25px;
  text-transform: uppercase;
}
/*---------------------------------/*
*Skill Area
/*---------------------------------*/
.separtor2 {

    width: 120px;
    height: 2px;
    background: #fff;
    margin: auto;
    position: relative;

}
.separtor2:after {
  width: 18%;
  height: 10px;
  top: 0;
  left: 0;
  content: '';
  background: #fff;
  position: absolute;
  margin-left: 41px;
  margin-top: -4px;
}

.work-title h2 {
  color: #fff;
}
.work-section-area {
  background: #000;
}
.progress-bar {

    background-color: #0000 !important;
    margin-top: 38px;

}
.progress-bar h4 {

    text-align: left;

}
.percentCount{
  margin-top: -7%;
}
.circle-progerss-bar h4 {

    color: #fff;
    font-size: 20px;
    text-transform: uppercase;

}

.more-skill {
  margin: 40px 0px;
}

.circle-progerss-bar span {
  color: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*---------------------------------/*
*Service Area
/*---------------------------------*/


.single-service-box {
  margin-bottom: 50px;
  border: 1px solid #ddd;
  padding: 30px 15px;
  transition: .3s;
}
.single-service-box i {
  font-size: 20px;
  background: #fc6060;
  padding: 25px;
  border-radius: 50%;
  color: #fff;
}
.single-service-box.text-center h4 {
  font-size: 17px;
  margin: 20px 0px;
  text-transform: uppercase;
  font-weight: 700;
}
.single-service-box p {
  font-size: 15px;
}
.single-service-box:hover {
  background: #000;
  color: #fff;
}

/*---------------------------------/*
*Portfolio Area
/*---------------------------------*/
.portfolio-bg-1{background-image: url(assets/img/slider1.jpg);}
.portfolio-bg-2{background-image: url(assets/img/slider2.jpg);}
.portfolio-bg-3{background-image: url(assets/img/slider3.jpg);}
.portfolio-bg-4{background-image: url(assets/img/slider4.jpg);}
.portfolio-bg-5{background-image: url(assets/img/slider5.jpg);}
.portfolio-bg-6{background-image: url(assets/img/slider6.jpg);}
.portfolio-bg-7{background-image: url(assets/img/slider7.jpg);}
.portfolio-bg-8{background-image: url(assets/img/slider8.jpg);}
.portfolio-bg-9{background-image: url(assets/img/slider9.jpg);}
.portfolio-bg-10{background-image: url(assets/img/slider10.jpg);}
.portfolio-bg-11{background-image: url(assets/img/slider11.jpg);}

.single-portfolio-item {
  background-size: cover;
  background-position: center;
  height: 165px;
  margin-bottom: 30px;
}

.portfolio-list {
  margin-left: 8%;
}
.portfolio-list .col-md-3:nth-child(6) .single-portfolio-item, .portfolio-list .col-md-3:nth-child(2) .single-portfolio-item, .portfolio-list .col-md-3:nth-child(4) .single-portfolio-item, .portfolio-list .col-md-3:nth-child(5) .single-portfolio-item, .portfolio-list .col-md-3:nth-child(8) .single-portfolio-item  {
  height: 360px;
}

.portfolio-menu nav ul {
  margin: 0;
  padding: 0;
}
.portfolio-menu nav ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.portfolio-menu nav {
  margin-bottom: 30px;
  text-align: center;
}
.portfolio-menu nav ul li.active {
  font-weight: 700;
  border-bottom: 2px solid #fc6052;
}

.portfolio-item {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  display: table;
  opacity: 0;
  transition: .3s;
}
.portfolio-item:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: .6;
  z-index: -1;
}

.portfolio-hover {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.portfolio-hover a {

    color: #fff;
    text-decoration: none;

}
.portfolio-item i {
  font-size: 12px;
  padding: 8px;
  border: 1px solid #fc6060;
  border-radius: 4px;
  transform: rotate(44deg);
  margin-left: 15px;
  transition: .3s;
  color: #fff;
}
.portfolio-item h5 {
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 100px;
  transition: .5s;
  background-color: #fc6060;
  padding: 10px 0px;
}
.single-portfolio-item:hover .portfolio-item {
  opacity: 1;
}
.single-portfolio-item:hover .portfolio-item h5 {
  margin-top: 40px;
}
.portfolio-item i:hover {
  background: #fc6060;
  color: #fff;
}
/*---------------------------------/*
*Client Area
/*---------------------------------*/

.happy-client-area {
  margin: 50px 0px;
}
.single-client-box {
  text-align: center;
  color: #fff;
}
.single-client-box i {
  font-size: 50px;
  margin-bottom: 30px;
  margin-top: 70px;
}
.single-client-box h4 {
  font-weight: 700;
  font-size: 40px;
}
.single-client-box h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 30px;
}
.client-image img {
  width: 130px !important;
  height: 130px;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 30px;
}
.testimonial-content p {
  font-weight: 600;
  width: 50%;
  margin: auto;
  margin-bottom: 30px;
  font-size: 15px;
}
.single-testimonial-box h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
.single-testimonial-box span {
  display: block;
  font-size: 11px;
  font-weight: 300;
  margin-top: 5px;
  text-transform: capitalize;
}

.owl-dots button {
  border: 1px solid #ddd !important;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
}
.owl-dots .active {
  background: #fc6060 !important;
}
.owl-dots{
  text-align: center
}
/*---------------------------------/*
*Avaliable Area
/*---------------------------------*/
.available-project-area {

    text-align: center;
    color: #fff;
    text-transform: uppercase;

}
.available-project-area::after {
    background: #fc4429;

}
.avaliable-content {
  margin-top: 7%;
}
.avaliable-content h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 40px;
}
.avaliable-content .hire-me-btn {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 40px;
  text-decoration: none;
  border-radius: 5px;
  transition: .3s;
}
.hire-me-btn:hover {
  background: #fff;
  color: #fc6044;
}
/*---------------------------------/*
*Contact Area
/*---------------------------------*/

.box-content {
  border: 1px solid #ddd;
  padding: 20px;
}
.box-content h4 {
  font-size: 17px;
  font-weight: 700;
}
.box-content h4 span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 300;
}
.box-content .icon-box i {
  position: absolute;
  left: 18%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: #fff;
  background: #fc4429;
  padding: 15px;
  border-radius: 50%;
}
.box-content {
  padding: 10px 0px;
}

.single-form-location-box:hover {
  background: #000;
  color: #fff;
}
.single-form-location-box {

  text-align: center;
  transition: .3s;
}

label i {
  margin-right: 5px;
  color: #fc4429;
}
input[type=submit] {
  background: #fc4429;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  transition: .3s;
  cursor: pointer;
}
input[type="submit"]:hover {

    background: #000 !important;

}
.google-area iframe {
  height: 500px;
}

/*---------------------------------/*
*Footer Area
/*---------------------------------*/

.footer-bg {
  background: #000;
  text-align: center;
  color: #fff;
}
.footer-content p a {
  margin: 0px 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.footer-content {
  padding-top: 30px;
  padding-bottom: 15px;
}

/*---------------------------------/*
*Scroll to top button
/*---------------------------------*/
.material-scrolltop.reveal {

    width: 45px;
    height: 45px;
    background: #fc605b;
    cursor: pointer;
    z-index: 1;

}
.material-scrolltop i {
  color: #fff;
  font-size: 14px;
}