/*
* -----------------------------------------------------
* 01.Common Styles
* 02.Preloader
* 03.Scroll Top
* 04.Home Slide Show & Nav
* 05.Home Slider
* 06.Home Type
* 07.Home Vertical
* 08.Home Creative
* 09.Intro Section
* 10.About Us Section
* 11.Services Section 
* 12.Portfolio Section
* 13.Blog Section
* 14.Clients
* 15.Testimonials Section
* 16.Contact Section
* 17.Footer
* 18.Single project
* 19.Single Blog
* -----------------------------------------------------
*/



/*=================================*/
/*  01.Common Styles 
/*=================================*/

*{
    margin: 0;
    padding: 0
}
body {
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.2;
    background-color: #fff;
    color: #111;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -ms-overflow-style: scrollbar;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top; 
}

a, a:hover, a:focus  {
    text-decoration: none;
    outline: none;
    color: inherit;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.display-table{
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell{
    display: table-cell;
    vertical-align: middle;
}

.padding-top-180{
    padding-top: 180px;
}

.padding-top-170{
    padding-top: 170px;
}

.padding-top-160{
    padding-top: 160px;
}

.padding-top-150{
    padding-top: 150px;
}

.padding-top-140{
    padding-top: 140px;
}

.padding-top-130{
    padding-top: 130px;
}

.padding-top-120{
    padding-top: 120px;
}

.padding-top-110{
    padding-top: 110px;
}

.padding-top-100{
    padding-top: 100px;
}

.padding-top-90{
    padding-top: 90px;
}

.padding-top-80{
    padding-top: 80px;
}

.padding-top-70{
    padding-top: 70px;
}

.padding-top-60{
    padding-top: 60px;
}

.padding-top-50{
    padding-top: 50px;
}

.padding-top-40{
    padding-top: 40px;
}

.padding-top-30{
    padding-top: 30px;
}

.padding-top-20{
    padding-top: 20px;
}

.padding-top-10{
    padding-top: 10px;
}

.padding-top-0{
    padding-top: 0;
}

.padding-bottom-180{
    padding-bottom: 180px;
}

.padding-bottom-170{
    padding-bottom: 170px;
}

.padding-bottom-160{
    padding-bottom: 160px;
}

.padding-bottom-150{
    padding-bottom: 150px;
}

.padding-bottom-140{
    padding-bottom: 140px;
}

.padding-bottom-130{
    padding-bottom: 130px;
}

.padding-bottom-120{
    padding-bottom: 120px;
}

.padding-bottom-110{
    padding-bottom: 110px;
}

.padding-bottom-100{
    padding-bottom: 100px;
}

.padding-bottom-90{
    padding-bottom: 90px;
}

.padding-bottom-80{
    padding-bottom: 80px;
}

.padding-bottom-70{
    padding-bottom: 70px;
}

.padding-bottom-60{
    padding-bottom: 60px;
}

.padding-bottom-50{
    padding-bottom: 50px;
}

.padding-bottom-40{
    padding-bottom: 40px;
}

.padding-bottom-30{
    padding-bottom: 30px;
}

.padding-bottom-20{
    padding-bottom: 20px;
}

.padding-bottom-10{
    padding-bottom: 10px;
}

.padding-bottom-0{
    padding-bottom: 0;
}

.sec_title{
    padding-bottom: 50px;
    text-align: center;
}

.sec_title h2{
    font-size: 48px;
    font-weight: 500;
    color: #000;
}

.sec_title hr{
    border: 0;
    height: 2px;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.primary_bg{
    background-color: #fafafa;
}

.primary_bg2{
    background-color: #F4F4F4;
}

.primary_bg3{
    background: #f1f1f1;
}

.primary_bg5{
    background: #eaeaea;
}

.bg_image{
    background-size: cover;
    background-position: center;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand,
h1,h2,h3,h4,h5,
.form-control,
.contact .info{
    font-family: 'Ubuntu', sans-serif;
}


/*----- main color ---------*/
.home .social i:hover,
span#typed,
nav.navbar ul.nav > li > a:hover,
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand,
.skills___color,
.services .item:hover i,
.portfolio .ul-filter li:hover,
.portfolio .box .links li a:hover,
.blog .item:hover h3,
.testimonials i,
.contact .info span,
.comments .comment .comment_footer a:hover
{
    color: #00BCD4;
}

.slected_hr{
    background-color: #00BCD4 !important;
}

.slected_a{
    color: #00BCD4 !important;
}

.contact form .btn,
.sec_title hr,
.portfolio ul li:nth-of-type(1) hr,
.portfolio .read_more,
.blog .item .read_more:hover,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background-color: #00BCD4;
}

blockquote,
.contact .form-control:focus{
    border-color: #00BCD4;
}

/*End Common Styles*/



/*=================================*/
/*  02.Preloader 
/*=================================*/

.startLoad {
    position: fixed;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1500;
    background: #fff;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    top: 33%;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*End Preloader*/



/*=================================*/
/*  03.Scroll Top
/*=================================*/

.top{
    position: fixed;
    bottom: 8px;
    right: 10px;
    z-index: 50000;
    display: none;
}

.top i{
    background: #313131;
    color: #fff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

/*End Scroll Top*/



/*=================================*/
/*  04.Home Slide Show & Nav
/*=================================*/

.home .home-btn{
    position: absolute;
    bottom: 33%;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.home .home-btn a{
    color: #fff;
    border-radius: 0;
    padding: 10px 16px;
    font-size: 13px;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: transparent;
    border: 1px solid #fafafa;
    letter-spacing: 1px;
}

.home .home-btn a:hover {
    border-color: rgba(255,255,255,0.3);
}

.home .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4)
}

.home .overlay .content{
    color: #fff;
    text-align: center;
}

.home .overlay .content h2{
    font-size: 5em;
    word-spacing: 10px;
    text-transform: uppercase;
    position: relative;
    left: 0;
    top: 0;
}

.home nav.navbar ul.nav > li{
    margin-left: 30px;
}

.home .navbar-fixed-top ul.nav > li{
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
    background-color: transparent;
}

nav.navbar ul.nav > li > a {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

nav hr {
    margin: 0 auto;
    width: 4px;
    border: none;
    height: 4px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
    background: #929292;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand{
    padding: 0 0 0 15px;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 2px;
    word-spacing: 2px;
    position: relative;
    top: 25%;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(-25%);
    transform: translateY(25%);
}

.navbar-brand span{
    color: #555;
    font-weight: 500;
}

.navbar-default {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
}

/*End Home Section */



/*=================================*/
/*  05.Home Slider
/*=================================*/

.slid_content{
    height: 100%;
    width: 100%;
    text-align: center;
}

.slid_content h2{
    color: #FFFFFF;
    font-weight: 900;
    font-size: 79px;
    font-family: Poppins, Arial, sans-serif;

    text-transform: uppercase;
    animation-delay: 0.6s;
    margin-top: 10%;
}

.slid_content p{
    font-size: 16px;
    color: #f7f7f7;
    margin: auto;
    max-width: 700px;
    animation-delay: 0.8s;
}

.slid_content .view_project{
    margin-top: 28px;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    animation-delay: 1s;
    border: 2px solid #eee;
    transition: 0.5s ease-in-out 0.1s;
    -webkit-transition: 0.5s ease-in-out 0.1s;
}

.slid_content .view_project:hover{
    color: #666;
    background-color: #f7f7f7;
}

.slider_nav{
    position: absolute;
    z-index: 5;
    top: 51%;
    width: 100%;
    text-align: center;
}

.slider_nav .left{
    float: left;
}

.slider_nav .right{
    float: right;

}

.slider_nav .left,
.slider_nav .right{
    cursor: pointer;

}

.slider_nav i{
    color: #fff;
    font-size: 23px;
    background-color: #313131;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.slider_nav .left:hover i,
.slider_nav .right:hover i{
    background: rgba(47, 47, 47 ,0.5);
}

/*End Home Section */



/*=================================*/
/*  06.Home Type
/*=================================*/

#particles-js{
    position: absolute;
    top: 0;
    left:0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.typed-cursor{
  opacity: 1;
  animation: typedjsBlink 0.7s infinite;
  -webkit-animation: typedjsBlink 0.7s infinite;
}

@keyframes typedjsBlink{
  50% { opacity: 0.0; }
}

@-webkit-keyframes typedjsBlink{
  0% { opacity: 1; }
  50% { opacity: 0.0; }
  100% { opacity: 1; }
}

.home .type_bg{
    background-size: cover;
    background-position: center;
}

.home .type_bg .type-wrap,
.home #bgndVideo .display-table{
    height: 100%;
/* 
    background-color: rgba(0,0,0,0.6);
 */
}

.home .type_bg h1,
.home #bgndVideo h1{
    font-family: Poppins, Arial, sans-serif;
    color: #fff;
    font-size: 7em;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.home span.typed-cursor,
.home .type_bg span#typed,
.home #bgndVideo span#typed{
    font-weight: bold;
}

.home span.typed-cursor{
    font-weight: 300;
}

.home .scroll-down{
    position: absolute;
    z-index: 10;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.home .social li{
    display: inline-block;
}

.home .scroll{
    margin-top: 100px;
    text-align: center;
}

.home .social{
    margin-top: 7px;
    position: relative;
    z-index: 10;
}

.home .social i{
    position: relative;
    z-index: 1;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: rgba(160, 160, 160, 0.28);
    color: #fff;
    margin-left: 43px;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

.home .social i:after{
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    background: transparent;
    top: -10px;
    left: -10px;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home .social a:hover i:after{
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: #fff;
}

@media(max-width:500px)
{
    .home .social i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-left: 10px;
    }

    .home .social i:after{
        top: -8px;
        left: -8px;
    }

    .home .social a:hover i:after{
        height: 30px;
        width: 30px;
    }
}

.home .social li:first-of-type i{
    margin-left: 0;
}

.home .scroll i{
    font-size: 30px;
    color: #fff;
    position: relative;
    top: -20px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation-name: scroll-bottom;
    animation-name: scroll-bottom;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes scroll-bottom {
    from {
        -webkit-transform: translate3d( 0, 0px, 0);
        transform: translate3d( 0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
        -webkit-transform: translate3d( 0, 5px, 0);
        transform: translate3d( 0, 5px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: translate3d( 0, 30px, 0);
        transform: translate3d( 0, 30px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes scroll-bottom {
    from {
        -webkit-transform: translate3d( 0, 0px, 0);
        transform: translate3d( 0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
        -webkit-transform: translate3d( 0, 5px, 0);
        transform: translate3d( 0, 5px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: translate3d( 0, 30px, 0);
        transform: translate3d( 0, 30px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/*End Home Type*/



/*=================================*/
/*  07.Home Vertical
/*=================================*/

.vertical_portfolio .col-md-3{
    padding: 0;
}

.vertical_portfolio .item{
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 0;
    cursor: url("../images/plus_cursor.png"), auto;
}

.vertical_portfolio .item .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: relative;
    color: #fff;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.vertical_portfolio .item .overlay .icon{
    position: absolute;
    top: 2%;
    right: 2%;
    background-color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.vertical_portfolio .item .overlay .icon i{
    color: #222;
    line-height: 50px;
}

.vertical_portfolio .item .overlay .info{
    position: absolute;
    bottom: 2%;
    text-align: left;
    padding: 10px 25px;
}

.vertical_portfolio .item .overlay .info a{
    display: block;
    font-size: 19px;
    padding-bottom: 5px;
}

.vertical_portfolio .item .overlay .info h3{
    margin-bottom: 5px;
}

.vertical_portfolio .item .overlay .info span{
    font-size: 14px;
}

.vertical_portfolio .item .overlay:hover .icon{
    opacity: 1;
}

.vertical_portfolio .item .overlay:hover{
    background: rgba(0, 0, 0, 0.65);
}

/*End Home Vertical*/



/*=================================*/
/*  08.Home Creative
/*=================================*/

.oswald .home .overlay{
    background-color: rgba(0, 0, 0, 0.75)
}

.oswald .home h1{
    font-size: 65px;
    letter-spacing: 2px;
    margin-top: 40px;
    color: #f5f5f5;
    text-transform: uppercase;
}

.oswald .home p{
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 438px;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
}

.oswald .home-btn{
    bottom: 10%;
}

@media(max-width:500px)
{
    .oswald .home-btn{
        bottom: 5%;
    }
}

.oswald .home-btn a{
    padding: 12px 20px;
}

.display-none{
    display: none;
}

.oswald .navbar > .container .navbar-brand,
.oswald .navbar > .container-fluid .navbar-brand,
.oswald h1,.oswald h2,.oswald h3,.oswald h4,.oswald h5,
.oswald .form-control,
.oswald .contact .info{
    font-family: 'Oswald', sans-serif;
}

.oswald .blog h3{
    color: #222;
}

/*End Home Creative */


/*=================================*/
/*  09.Intro Section
/*=================================*/

.intro h1{
    color: #000;
    font-weight: 300;
    text-transform: capitalize;
    text-align: left;
    padding-top: 40px;
    margin-bottom: 30px;
}

.intro .more{
    margin-top: 30px;
}

.intro .more a{
    color: #000;
    border-radius: 0;
    padding: 10px 16px;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: transparent;
    border: 1px solid #222;
}

.intro .more a:active,
.intro .more a:focus,
.intro .more a:hover{
    background-color: #fff;
    color: #000;
    border-color: rgba(0,0,0,0.3);
}

.intro .slider_container{
    overflow: hidden;
    margin: auto;
    display: table;
    float: right;
}

.intro .slider_container .camera_wrap{
    max-width: 100%;
}

@media(max-width:400px)
{
    .intro .slider_container{
        display: none;
    }
}

/*End Intro Section */



/*=================================*/
/*  10.About Us Section 
/*=================================*/

.about_us .item1 h3,
.about_us .item2 h3,
.about_us .item3 h3{
    color: #222;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.about_us .item1 .main_work{
    display: block;
    font-weight: 500;
    color: #222;
}

.about_us .item1 > ul > li{
    margin-left: 30px;
}



.about_us .item1 p{
    letter-spacing: .5px;
    margin-bottom: 22px;
}

.about_us .item2 h5{
    text-align: center;
    margin-top: 5px;
}

.about_us .item2 .skills input,
.about_us .item2 .skills canvas{
    visibility: hidden;
    max-width: 100%;
}

.about_us .item2 .skills input{
    color: #666 !important;
    font-weight: 400!important;
}

.about_us .item3{
    padding: 40px 0;
}

.about_us .item3 .team{
    text-align: center;
    display: inline-block;
}

.about_us .item3 .team .me{
    position: relative;
    overflow: hidden;
}

.about_us .item3 .team h4{
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
}

.about_us .item3 .team h6{
    color: rgba(0,0,0,0.6);
    text-transform: uppercase;
    padding-bottom: 10px;
}

.about_us .item3 .social {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.about_us .item3 .social a:nth-of-type(1){
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

.about_us .item3 .social a:nth-of-type(2){
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.about_us .item3 .social a:nth-of-type(3){
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.about_us .item3 .social a:nth-of-type(4){
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.about_us .item3 .social a{
    position: relative;
    top: 65%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.about_us .item3 .photo{
    position: relative;
}

.about_us .item3 .photo:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.about_us .item3 .social a{
    margin: 10px;
}

.about_us .item3 .team:hover .photo:after{
    opacity: 0.6;
}

.about_us .item3 .team:hover .social a{
    opacity: 1;
    top: 50%;
}

.about_us .team .social i{
    font-size: 14px;
    color: #fff;
}

.about_us .team .social i:hover{
    opacity: 0.8;
}

/*End About Us Section*/



/*=================================*/
/*  11.Services Section 
/*=================================*/

.services .item{
    padding-bottom: 50px;
}

.services .font-icon{
    height: 120px;
    width: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.services i{
    color: #000;
    font-size: 40px;
    line-height: 120px;
    transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
}

.services h3{
    color: #222;
}

.services .image-title{
    color: #00BCD4;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
}

.services .image-caption{
	font-style: italic;
	font-weight: 400;
	}

.services .item p{
    margin-top: 15px;
}

.font-icon:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 120px;
    border: 1px solid #676767;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services .item:hover .font-icon:after {
    top: -15px;
    left: -11px;
    height: 120%;
    width: 120%;
    border-color: transparent;
}

.services .item:hover .font-icon{
    background-color: #F5F5F5;
}



.services img {
    display:inline-block;
    vertical-align: middle;
}

.services .svg-logo{
    height: 120px;
    width: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.svg-logo:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 120px;
    border: 1px solid #676767;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services .item:hover .svg-logo:after {
    top: -15px;
    left: -11px;
    height: 120%;
    width: 120%;
    border-color: transparent;
}

.services .item:hover .svg-logo{
    background-color: #F5F5F5;
}






/*End Services Section*/


/*=================================*/
/*  11.Experience Section 
/*=================================*/

.experience .item{
    padding-bottom: 50px;
}

.experience .font-icon{
    height: 120px;
    width: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.experience i{
    color: #000;
    font-size: 40px;
    line-height: 120px;
    transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
}

.experience h3{
    color: #222;
}

.experience .item p{
    margin-top: 15px;
}

.font-icon:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 120px;
    border: 1px solid #676767;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.experience .item:hover .font-icon:after {
    top: -15px;
    left: -11px;
    height: 120%;
    width: 120%;
    border-color: transparent;
}

.experience .item:hover .font-icon{
    background-color: #F5F5F5;
}



.experience img {
    display:inline-block;
    vertical-align: middle;
}

.experience .svg-logo{
    height: 120px;
    width: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.svg-logo:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 120px;
    border: 1px solid #676767;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.experience .item:hover .svg-logo:after {
    top: -15px;
    left: -11px;
    height: 120%;
    width: 120%;
    border-color: transparent;
}

.experience .item:hover .svg-logo{
    background-color: #F5F5F5;
}






/*End Experience Section*/



/*=================================*/
/*  12.Portfolio Section 
/*=================================*/

.portfolio .ul-filter{
    text-align: center;
    margin-bottom: 30px;
}

.portfolio ul li{
    display: inline-block;
    padding: 10px;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}

.portfolio ul li:nth-of-type(1) .point{
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    text-align: center;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.portfolio ul li:nth-of-type(1) hr{
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: inline-block;
}

.portfolio .box{
    position: relative;
    overflow: hidden;
}

.portfolio .box-folio{
    max-width: 100%;
    margin: auto;
    padding-top: 15px;
}

.portfolio .box-folio .col-md-3.col-sm-6,
.portfolio .box-folio .col-md-6.col-sm-6,
.portfolio .box-folio .col-md-4{
    padding: 1px;
    max-width: 100%;
}

.portfolio .box:hover img{
    transform: translatex(-100%);
}

.portfolio .box:hover .boxContent{
    transform: translatex(0);
}

.portfolio .box img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.portfolio .box .boxContent{
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 1;
    background: #00ACC1;
    transform: translatex(101%);
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.portfolio .box .title{
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1.3px;
    position: relative;
    top: 18%;

}

.portfolio .box .post{
    display: block;
    font-size: 16px;
    font-style: italic;
    position: relative;
    top: 18%;
}

.portfolio .box .links{
    padding: 0;
    list-style: none;
    position: relative;
    top: 23%;
}

.portfolio .box .links li{
    display: inline-block;
    margin-right: 20px;
}

.portfolio .box .links li:last-child{
    margin-right: 0;
}

.portfolio .box .links li a{
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #000;
    position: relative;
    background-color: rgba(255, 255, 255, 0.69);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio .box .links li a:hover{
    background-color: transparent;;
}

.portfolio .box .links li i:after {
    content: " ";
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    height: 150%;
    width: 150%;
    background: transparent;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio .box .links li a:hover i:after{
    background-color: #fff;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
}

/* 
.portfolio .read_more{
    background-color: #333;
    padding: 10px 15px;
    color: #eee;
    margin-top: 8px;
    display: inline-block;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}
 */

.portfolio .item1{
	text-align: center;
}

.portfolio .read_more{
    position: relative;
    color: #fff;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    display: inline-block;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.portfolio .read_more:active,
.portfolio .read_more:focus,
.portfolio .read_more:hover{
    background-color: #313131;
}

.read_more:focus,
.read_more:active,
.read_more.active:focus,
.read_more.focus,
.read_more:active.focus,
.read_more.active.focus{
    outline: none;    
}
/*End Portfolio Section*/



/*=================================*/
/*  13.Blog Section
/*=================================*/

.blog .item,
.blog .item .blog__img{
    overflow: hidden;
}

.blog .item .blog__img img{
    transition: all 1s ease-in-out 0.1;
    -webkit-transition: all 0.5s ease-in-out 0.1s;
}

.blog .content {
    padding: 0 15px 15px 15px;
    background-color: #fff;
}

.blog h3 {
    padding: 15px 0;
    color: #000;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    text-transform: uppercase;
}

.blog .info{
    font-size: 11px;
    text-transform: capitalize;
}

.blog span.bold {
    font-weight: 500;
}

.blog span.space{
    padding: 0 5px;
}

.blog .read_more{
    background-color: #333;
    padding: 10px 15px;
    color: #eee;
    margin-top: 8px;
    display: inline-block;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.blog .item:hover img{
    transform: scale(1.2) rotate(3deg);
}

/*End Blog Section*/



/*=================================*/
/*  14.Clients
/*=================================*/

.clients{
    padding: 25px 0;
}

.clients a{
    display: block;
    text-align: center;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    opacity: 0.7;
}

.clients a:hover{
    opacity: 1;
}

/*End Clients*/



/*=================================*/
/*  15.Testimonials Section
/*=================================*/

.testimonials{
    padding: 100px 0;
}

.testimonials i{
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

.testimonials .testimonial{
    width: 90%;
    margin:auto;
    cursor: move;
}

.testimonials .name-job{
    text-align: center;
}

.testimonials p{
    letter-spacing: 0.5px;
    text-align: center;
}

.testimonials .name-job .name{
    color: #333;
    font-size: 17px;
}

.testimonials .name-job .job{
    color: rgba(0, 0, 0, 0.35);
    font-size: 15px;
}

.owl-pagination {
    position: relative;
    top: 30px;
}

.owl-theme .owl-controls .owl-page span{
    background-color: #AFAFAF;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

/*End Testimonials Section*/



/*=================================*/
/*  16.Contact Section 
/*=================================*/

.contact .info{
    margin-bottom: 45px;
}

.contact .info span{
    font-size: 33px;
}

.contact .contact_form{
    padding-right: 20px;
    position: relative;
}

.contact .form-control{
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
    border-bottom: 1px solid #ccc;
    margin-bottom: 62px;
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all 0.5s ease-in-out 0.1s;
    -webkit-transition: all 0.5s ease-in-out 0.1s;
}



.contact textarea{
    height: 97px;
}

.contact form .btn{
    position: relative;
    color: #fff;
    border-radius: 0;
    width: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.contact form .btn:active,
.contact form .btn:focus,
.contact form .btn:hover{
    background-color: #313131;
}

.btn:focus,
.btn:active,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus{
    outline: none;    
}

.errorForm {
    border-bottom: 1px solid #da4856 !important;
}

.msg_success,
.msg_error{
    display: none;
    font-size: 12px;
    padding-top: 15px;
    position: absolute;
    bottom: -65px;
    text-transform: capitalize;
}

.msg_error{
    color: #CE3D3D;
}

.msg_success{
  color: #1FB4DA;
}



/*End Contact Section*/



/*=================================*/
/*  17.Footer
/*=================================*/

footer{
    padding-top: 50px;
    padding-bottom: 50px;
}

footer p{
    color: #9C9C9C;
    margin:2px 0 0 0;
}

footer .social-links a{
    margin-left: 10px;
}

footer .social-links i{
    color: #ADADAD;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
}

footer .social-links i:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #9A9A9A;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .social-links a:hover i:after{
    left: -3px;
    top: -2px;
    height: 120%;
    width: 120%;
    border-color: transparent;
}

/*End Footer*/



/*=================================*/
/*  18.Single project
/*=================================*/

.nav_single hr{
    display: none;
}

.nav_single ul.nav > li{
    margin-left: 30px;
}

.single_project hr{
    border: 0;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-color: #000000;
}

.single_project .primary_bg4{
    background-color: #00BCD4;
}

.single_project .container > img{
    border: 4px solid #fff;
}

.single_project .info{
    margin-top: 70px;
}

.single_project .info-title1{
    font-size: 48px;
    font-weight: 500;
    line-height: 1.0;
    margin-top: 40px;
}

.single_project .info-title2{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.0;
    margin-top: 40px;
    margin-bottom: 40px;
}

.single_project .info-title3{
    font-size: 36px;
    font-weight: 600;
    line-height: 1.0;
    margin-top: 60px;
    margin-bottom: 40px;
}

.single_project .info-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.0;
    margin-top: 80px;
}

.single_project .callout{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 40px;
    margin-left: 140px;
    margin-right: 120px;
    margin-bottom: 40px;
}

.single_project .callout2{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 40px;
    margin-left: 140px;
    margin-right: 120px;
    margin-bottom: 40px;
    text-align: center;
    color: #00BCD4;
}




.single_project .pullquote {
	border: none;
	text-align: center;
	color: #00BCD4;
	font-size: 36px;
	margin-bottom: 40px;
	margin-top: 40px;
    margin-left: 120px;
	line-height: 48px; /* 54px */
}
	
.single_project .pullquote:before,
.single_project .pullquote:after {
	margin: 20px auto;
}

.single_project .pullquote:before, 
.single_project .pullquote:after {
	content: "";
	display: block;
	width: 10%;
	height: 1px;
	background: #999999;
}

.single_project .info-title,
.single_project .info-title1,
.single_project .info-title2,
.single_project .info-title3,
.single_project .callout,
.single_project .callout2,
.single_project .pullquote{
    font-family: 'Oswald', sans-serif;
}
	

.single_project .detail{
    margin-left: 120px;
    font-size: 18px;
}

.single_project .detail-emphasis{
    margin-left: 120px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    color: #333;
}

.single_project ul li{
    margin-left: 160px;
    font-size: 18px;
}

.single_project ol li{
    margin-left: 40px;
}

@media(max-width:500px)
{
.single_project ul li,
.single_project .detail,
.single_project .info-title,
.single_project .info-title1,
.single_project .info-title2,
.single_project .info-title3,
.single_project .callout,
.single_project .callout2,
.single_project .pullquote{
    margin-left: 10px;
    margin-right: 10px;
}
}


@media(max-width:500px)
{
.single_project .callout,
.single_project .callout2{
    margin-left: 20px;
    margin-right: 20px;
}
}

@media(max-width:500px)
{
.single_project .callout ol li,
.single_project ul li{
    margin-left: 40px;
    margin-right: 10px;
}
}

.single_project iframe{
    width: 100%;
    max-width: 100%;
}

/*End Single Project*/



/*=================================*/
/*  19.Single Blog
/*=================================*/

.single_blog .info{
    text-align: left;
    margin-bottom: 15px;
    margin-top: 10px;
}

.single_blog .info span{
    background-color: #eee;
    padding-left: 5px;
    padding-right: 5px;
}

.single_blog .info span:nth-of-type(2){
    margin: 0 5px;
}

.single_blog .blog_title{
    padding-bottom: 15px;
    text-align: left;
}

.single_blog .blog_title h2 {
    font-size: 24px;
    font-weight: 500;
    color: #353030;
    text-transform: capitalize;
}

.single_blog p{
    text-align: left;
}

.single_blog blockquote{
    font-size: 13.4px;
    font-style: italic;
}

.comments{
    background-color: #fafafa;
}

.float-left{
    float: left;
}

.comments .comment{
    margin: 35px 0 10px 0;
}

.comments .comment img{
    max-width: 60px;
    border-radius: 50px;
}

.comments .comment .head a{
    font-size: 15px;
}

.comments .comment .head .divider{
    margin: 0 8px;
    color: #CCC;
    font-size: 15px;
}

.comments .comment .comment_body{
    margin-left: 5px;
}

.comments .comment .comment_body p{
    max-width: 80%;
}

.comments .comment .comment_footer{
    color: #A5A5A5;
}

.comments .comment .comment_footer a{
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

.comments .leave_comment{
    margin-top: 30px;
}

.comments form{
    margin-top: 30px;
}

.comments .form-control{
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #F1F1F1;
    margin-bottom: 15px;
}

.comments textarea{
    height: 190px;
}

.comments form input[type="submit"] {
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    padding: 10px;
    outline: none;
    margin-top: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.comments form input[type="submit"]:hover{
    border-color: rgba(0, 0, 0, 0.26);
}

/*End Single Blog*/