/* ----------------------------------------------------------------------------------------
* Author        : WP Players
* Template Name : Creato Portfolio Template 
* Version       : 1.0     
* ---------------------------------------------------------------------------------------- */ 


/* ----------------------------------------------------------------------------------------
01. Reset css

02. Header area css - Navigation  and Banner

03. About  css

04. Service css

05. Skills css 

06. Testimonials css

07. Portfolio css 

08. Blog Posts css

09. Contact Me with Map css

10. Footer area css

11. Custom CSS

* -------------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------------------
* 01. Reset css
* -------------------------------------------------------------------------------------- */

html {
  scroll-behavior: smooth;
}

html,
body {
    height: 100%
}

body {
    color: #000;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans','Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.2s;
    -webkit-transition: all 0.4s;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn.focus:active, 
.btn:active:focus, 
.btn:focus {
    outline: none;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

/* All Section Padding */
.section {
    padding: 150px 0px 0px 0px;
}

.section-title{
    width: auto;
}

.section-title h1{
    width: auto;
    font-family: 'Roboto Black', sans-serif;
    font-size: 48px;
    font-weight: bold;   
    color: #242323;
    margin: 0px;
    padding: 0px;
}

.section-title p{
    width: auto;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;     
    color: ##242323;
    margin-top: 20px;
    margin-bottom: 0px; 
    line-height: 26px;
}

.section-contact{
    padding:150px 0 0 0;
    overflow: hidden;
}


/* ----------------------------------------------------------------------------------------
*  Scroll To Top Styles
* -------------------------------------------------------------------------------------- */

#return-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    margin-top: 40px; 
    background-color: transparent;
    border-bottom: 1px #242323 solid;
    border-right: 1px #242323 solid;     
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none; 
}
#return-to-top i {
    color: #242323;
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: transparent;
}
#return-to-top:hover i {
    color: #242323;
    top: 0px;
}


/* ----------------------------------------------------------------------------------------
* 02. Header area css - Navigation  and Banner
* -------------------------------------------------------------------------------------- */

/* Main and navigation Containers */

.banner-area{
    padding:0;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url("../images/banner-img.jpg");    
    height: 718px;    
}

.logo{
    margin-top: 25px;
}
.banner-caption h1{
    font-family:'Roboto Black', sans-serif;
    font-size: 55px;
    color: #fff; 
    margin: 0px;
    padding: 0px; 
}
.banner-caption{    
    margin-top: 165px; 
    text-align: center;
}

.banner-caption-text{    
    font-family: 'Roboto Black', sans-serif;
	font-size: 90px;
	color: #fff;
    font-weight: bolder;
    
}

.banner-caption-desc{
    margin-top: 15px;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    color: #fff;    
}
.nav-area-top {  
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;    
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;        
}
.menu-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: transparent;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    border: none;
    padding: 20px 0px;
}
.fixed {
    position: fixed;
    background-color: #242323;
    z-index: 99;
    margin: -30px 0 0 0;
}
.btn {
    display: inline-block; 
    background-color: transparent;
}
.btn-port{
    font-size: 12px;    
    font-family: 'Open Sans', 'sans-serif';
    margin-top: 35px;
    color: #fff;    
    border: 1px solid #999;    
    padding: 17px 30px 17px 30px;
    border-radius: 40px !important;
}
.btn-port:hover{    
    color: #a8a8a8;
    background-color: #fff;
    color: #000;   
}
.arrow-div {
    font-size: 30px;
    color: #fff;
    padding-top: 100px;    
}
.arrow-div {
    font-size: 30px;
    color: #fff;
    padding-top: 100px;       
}
.arrow-icon {   
    color: #fff;
}

.arrow-icon:hover {
    font-size: 30px;
    color: #fff;
}

/* Sliding Menu */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #242323;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  font-family:'Raleway', sans-serif;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 56px;
  margin-left: 50px;
}
#main {
  transition: margin-left .5s;
  padding: 16px;
}
.hamburger{
    text-align: right;
}
.ham{
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    margin-top: 30px;
}
.follow{
    margin-top: 40px;
}
.follow ul{
    width: auto;
}
.follow ul li{
    float: left;
    list-style: none;
    font-size: 18px;
    
}
.my-fa{
    color: #818181;
}
.my-fa:hover{
    color: #fff;
}


/* ----------------------------------------------------------------------------------------
* 03. About area css
* ---------------------------------------------------------------------------------------*/

.about-area {
    background: #fff;
    padding-bottom: 0px;
}
.intro-head{
    min-width: auto;    
}
.intro-head h4{
    font-family:'Roboto', sans-serif;
    font-size: 20px;
    color: #242323; 
    margin: 0px;
    padding: 0px; 
}
.intro-head h2{
    font-family:'Raleway', sans-serif;
    font-size: 36px;
    line-height: 48px;
    margin-top: 27px;
    color: #242323;
}
.intro-head h5{
    font-family:'Raleway', sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
    color: #8d8c8c;
}
.intro-head p{
    font-family: 'Open Sans', 'sans-serif';
    font-size: 16px;
    line-height: 30px;
    margin-top: 31px;
    color: #8d8c8c;
}
.btn-get{
    font-size: 12px;    
    font-family: 'Open Sans', 'sans-serif';
    margin-top: 30px;
    color: #242323;    
    border: 1px solid #999;    
    padding: 20px 37px 20px 37px;
    border-radius: 40px !important;
}
.btn-get:hover{    
    color: #a8a8a8;
    background-color: #242323;
    color: #fff;   
    border: 1px solid #242323;    
}
.img-side{
    width: auto;
}
.img-side p{
    font-size: 16px;    
    font-family: 'Courgette', cursive;
    margin-top: 30px;
    color: #858484;
    margin-top: 46px;
    line-height: 33px;    
    text-align: right;  
}
.img-side small{
    float: right;
    font-size: 12px;    
    font-family:'Roboto', sans-serif;
    margin-top: 17px;
    color: #242323;
    margin-top: 7px;
    line-height: 33px;    
    text-transform: uppercase; 
}


/* ----------------------------------------------------------------------------------------
* 04. Services area css
* ---------------------------------------------------------------------------------------*/

.services-row{
    margin-top: 75px;
}

.service-box{
    position: relative;
    overflow: hidden;
    margin-bottom:0px;
    perspective:1000px;
    -webkit-perspective:1000px;
}
.service-icon{
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
}
.service-content{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #242323;
    backface-visibility:hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}
.service-box .service-icon .front-content{
    position: relative;
    top:80px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-box .service-icon .front-content i {
    font-size: 30px;
    color: #858484;
    font-weight: normal;
}
.service-box .service-icon .front-content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #858484;
    text-align: center;
    margin-top: 20px;                    
}
.service-box .service-content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    margin-top: 28px;      
    text-transform: uppercase;
}
.service-box .service-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
    margin-top: 27px;
    line-height: 24px;
    font-weight: normal;
}
.yellow{background-color: #fff; border: 1px solid #8d8c8c;}
.orange{background-color: #fc7f0c;}
.red{background-color: #e84b3a;}
.grey{background-color: #474747;}
.service-box:hover .service-icon{
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}
.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}


/* ----------------------------------------------------------------------------------------
* 05. Skills Section CSS
* ---------------------------------------------------------------------------------------*/

.skills-section{
    background-color: #f8f8f8;
    margin-top: 150px;
    padding-top: 150px;
    padding-bottom: 150px;
}
.skills-row{
    margin-top: 75px;    
}
.skills-row p{
    font-size: 16px;    
    font-family:'Raleway', sans-serif;
    margin-top: 25px; 
    margin-bottom: 0px;
    text-align: center;      
}
.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8px solid #edf0f1;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 8px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: transparent;
    font-size: 30px;    
    font-family:'Roboto', sans-serif;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress.grey1 .progress-bar{
    border-color: #8d8c8c;
}
.progress.grey1 .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.grey2 .progress-bar{
    border-color: #8d8c8c;
}
.progress.grey2 .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.grey3 .progress-bar{
    border-color: #8d8c8c;
}
.progress.grey3 .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.grey4 .progress-bar{
    border-color: #8d8c8c;
}
.progress.grey4 .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}


/* ----------------------------------------------------------------------------------------
* 06. Testimonials Section CSS
* ---------------------------------------------------------------------------------------*/

.testimonials{
    margin-bottom: 0px;
}
.carousel {
    margin-top: sr;   
    padding: 0 0px;

}
.carousel .item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
}
.my-row{
    width: auto;
}
.my-row .media{
    float: left;
    width: 30%;
}
.my-row .text{
    float: right;   
    width: 70%;
    margin-top: 21px;
}
.my-row .text p{
    font-size: 16px;    
    font-family: 'Open Sans', 'sans-serif';   
    line-height: 30px;
    color: #858484;
}
.my-row .text .name{
    font-size: 16px;    
    font-family: 'Open Sans', 'sans-serif';   
    line-height: 30px;
    color: #858484;
    margin-top: 27px;
}
.my-row .text .name > span{
    font-size: 16px;    
    font-family: 'Open Sans', 'sans-serif';   
    line-height: 30px;
    color: #242323;
    margin-top: 27px;
}
.my-row img{
    width: 160px;
    height: 161px; 
}
.carousel .carousel-indicators {
    bottom: -80px;
    float: left;   
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 1px 3px;
}
.carousel-indicators li {   
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
    color: #fff;
    background: #242323;    
    border: 5px double;    
}



/* ----------------------------------------------------------------------------------------
* 07. Portfolio Section CSS
* ---------------------------------------------------------------------------------------*/

.section-portfolio{
    margin-top: 68px;
}

.carousel-caption {  
    right: 2.7%;
    left: 0%;
    bottom: 0.2%; 
    padding: 22px 42px 7px 42px;
    text-align: left;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) );
    font-weight: normal;
}
.carousel-caption h3 {
    margin: 0px;
    padding: 0px;   
    font-family: 'Roboto', 'sans-serif';
    font-size: 18px;
    color: #030303;
    text-shadow: none;
}
.carousel-caption p { 
    margin-top: 8px;  
    font-family: 'Open Sans', 'sans-serif';   
    font-size: 14px;
    color: #f3f0f0;
    font-weight: normal;
    text-shadow: none;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;
}
.carousel-control.left {
    font-size: 36px;
    color: #242323;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
    
}
.carousel-control.right {
    font-size: 36px;
    color: #242323;    
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
    
}
.carousel-control {
    position: absolute;
    top: -10%;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}


/* ----------------------------------------------------------------------------------------
* 08. Blog Section CSS
* ---------------------------------------------------------------------------------------*/

.my-post{
    margin-top: 75px;
}
.my-post h3{
    font-family: 'Roboto', 'sans-serif';
    font-size: 18px;
    color: #242323;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: solid 2px #a4a3a3;
    margin: 0px;
}
.my-post h3:hover{    
    color: #242323;
    border-bottom: solid 2px #242323;
    
}
.my-post p{
    font-family: 'Open Sans', 'sans-serif'; 
    font-size: 16px;
    color: #858484;
    line-height: 30px;
    padding-top: 37px;
    padding-bottom: 0px;    
}
.btn {
    display: inline-block; 
    background-color: transparent;
    border-radius: 0px;
}
.btn-rm{
    font-size: 14px;    
    font-family: 'Open Sans', 'sans-serif';
    margin-top: 29px;
    color: #858484;    
    border: 1px solid #999;    
    padding: 17px 30px 17px 30px;    
}
.btn-rm:hover{    
    color: #242323;
    border: 1px solid #242323;    
}



/* ----------------------------------------------------------------------------------------
* 09. Contact Section CSS
* ---------------------------------------------------------------------------------------*/
.contact-us {
    float: left;
    width: 100%;
    margin-top: 75px;
}
.contact {
    float: left;
    width: 100%;
}
.contact form {
    float: left;
    width: 100%;
}
.contact form input {
    padding: 0 20px;
    height: 50px;
}
.contact form input,
.contact form textarea {
    width: 100%;
    color: #a4a3a3;
    font-size: 16px;
    border: 1px solid #a4a3a3;
    margin-bottom: 30px;
}
.contact form textarea {
    height: 190px;
    padding: 20px;
}
.contact form button {
    background : transparent;
    border: 1px solid #242323;
    color: #242323;
    text-transform: uppercase;    
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    width: 100%;    
}

.contact form button:hover {
    background:#242323;  
    text-transform: uppercase;
    color: #fff;    
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    width: 100%;   
}

#map {
    float: left;
    width: 100%;
    height: 100%;   
}

.map {
    float: left;
    width: 100%;
    height: 300px;  
}


/* ----------------------------------------------------------------------------------------
* 10. Footer CSS
* ---------------------------------------------------------------------------------------*/

footer {
    float: left;
    width: 100%;
}
.footer-data {
    float: left;
    width: 100%;
    text-align:center;
    margin-top: 150px;
    margin-bottom: 50px;
}
.footer-data ul {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.footer-data ul li {
    display: inline-block;
    padding: 0 15px;
}
.footer-data ul li i {
    font-size: 26px;
    color: #808080;
}

.footer-data ul li i:hover {
    color: #242323;
}
.footer-data p {
    color: #808080;
    font-size: 15px;
    float: left;
    width: 100%;   
}
.pd-more {
    padding-bottom: 30px;
}

.scrollTop {
  position: fixed;
  right: 10%;
  bottom: 10px;
  background-color: #BE3F48;
  padding: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop a {
  font-size: 18px;
  color: #fff;
}


/* ----------------------------------------------------------------------------------------
* 11. Custom CSS
* ---------------------------------------------------------------------------------------*/

.carousel-inner {
    position: relative;
    margin-top: 75px;
    width: 100%;
    overflow: hidden;
}

















