
/*
Author       : lemnaru_vasea
Template Name: FirstStep - One Page Responsive Template
Version      : 1.3
*/
/* 
        ###### CONTENT #####
        
        1.  GLOBAL STYLES
        2.  LOADING PAGE
        3.  SMMARY PAGE
        4.  MENU HEADER
        5.  HOME PARALLAX  VERSION
        6.  HOME SLIDER  VERSION
        7.  ABOUT US
        8.  VIDEO
        9.  SKILLS
        10. SERVICES
        11. STATISTICS
        12. PORTFOLIO
        13. TEAM
        14. PRICING
        15. BLOG  
        16. CLIENTS
        17. CONTACT
        18. GET IN TOUCH
        19. SCROLL TOP BUTTON
        20. FOOTER
            
        21. BLOG PAGE
        22. BLOG POST PAGE       
*/

/*---------- 1. GLOBAL STYLES ----------*/
*{
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
body,
html {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}
body {
    font-family: 'Raleway', sans-serif;
    line-height: 1.7;
    letter-spacing: 1px;
    font-size:16px;
    color: #202125;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1{
    font-size: 44px;
    margin-top: 0;
}
h1.title{
    font-weight: 700;
    margin-bottom: 20px;
}
h1.title:after,
h2.subtitle:after,
h3.subtitle:after{
    background: #0E7BBE;
    content: "";
    display: block;
    width: 35px;
    height: 5px;
}
h1.title.center:after{
    margin: 39px auto 0 auto;
}
h2.subtitle:after{
    margin: 15px 0;
}
h3.subtitle:after{
    margin: 20px 0;
}
.title{
    color: #111;
    margin-bottom: 30px;
}
.subtitle{
    font-size: 22px;
    font-weight: 700;
    color: #111;
    line-height: 35px;
}
.title-as-background{
    color: #0E7BBE;
    font-weight: 600;
    font-size: 15px;
    position: absolute;
    top: 57px;
    left: 50%;
    text-transform: uppercase;
}
section{
    overflow: hidden;
}
.container{
    position: relative;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
}
.description{
    font-size: 16px;
    max-width: 600px;
    display: block;
    margin: 20px auto 80px auto;
}

.btn{
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 24px;
    letter-spacing: 2px;
    background-color: #0E7BBE;
    padding: 12px 27px 12px 27px;
    text-transform: capitalize; 
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition:all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease; 
}
.btn:hover{
    color: #fff;
    background-color: #74a330;
}
.btn:focus {
    outline: none;
    color: #fff;
}
.padding-section{
    padding: 110px 0;
}
blockquote{
    border-left: 3px solid #0E7BBE;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 500;
}
.translate{
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.translateY{
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.translateX{
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.animate-icon{
    -webkit-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}
.animate-icon-on-hover:hover .fa{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
.overlay-black{
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    background:rgba(0, 0, 0, 0.7);
}
.overlay-white{
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    background:rgba(255, 255, 255, 0.1);
}
.stripes-background{
    background: url(../images/pattern_grey.png);
    background-repeat: repeat;
}

.scale-image .thumbnail .wrapper-image{
    position: relative;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}
.scale-image .thumbnail .wrapper-image img{
    width: 100%;
    -webkit-transition: all 1.3s linear;
    -ms-transition: all 1.3s linear;
    -moz-transition: all 1.3s linear;
    -o-transition: all 1.3s linear;
    transition: all 1.3s linear;

    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.scale-image .thumbnail .wrapper-image:hover img{
    -webkit-transform: scale3d(1.03, 1.03, 1);
    -moz-transform: scale3d(1.03, 1.03, 1);
    -ms-transform: scale3d(1.03, 1.03, 1);
    -o-transform: scale3d(1.03, 1.03, 1);
    transform: scale3d(1.03, 1.03, 1);
}
.style-placeholder ::-webkit-input-placeholder {
    color: #111;
    letter-spacing: 1px;
    font-size: 16px;
}
.style-placeholder ::-moz-placeholder {
    color: #111;
    letter-spacing: 1px;
    font-size: 16px;
}
.style-placeholder :-ms-input-placeholder {
    color: #111;
    letter-spacing: 1px;
    font-size: 16px;
}
.style-placeholder :-moz-placeholder {
    color: #111;
    letter-spacing: 1px;
    font-size: 16px;
}
canvas{
    position: absolute;
}


/*---------------  2.START LOADING PAGE -----------------*/
#page-loader {
    position: fixed;
    overflow: hidden;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
}
#page-loader .wrapper{
    text-align: center;
    position: absolute;
    color:#0E7BBE; 
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#page-loader .wrapper img{
    margin-bottom: 20px;
}
#page-loader .wrapper .fa{
    font-size: 56px;
}
/*---------- 3. START SUMMARY PAGE----------*/
.version-summary{
    background-image: url('../images/summary/summary.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; 
    position: relative;
    color: #fff;
}
.version-summary .logo img{
    margin-bottom: 120px;
}
.version-summary {
    padding-top: 60px;
}
.version-summary .wrapper-image h3 {
    color: #000;
    font-weight: 700;
    font-size: 21px;
}
.version-summary .overlay-white {
     background:rgba(255, 255, 255, 0.9);
}
.version-summary a:hover{
    color: #fff;
}
.version-summary img{
    display: block;
    margin: auto;
}
.version-summary .col-sm-6{
    margin-bottom: 60px;
}
.version-summary .wrapper-image img{
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.version-summary .wrapper-image:hover h3{
   color: #0E7BBE;
}
.version-summary .wrapper-image img:hover{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}


/*---------- 4.START MENU HEADER ----------*/
.navbar {
    margin: 0;
    border: 0;
    background-color: rgba(255, 255, 255, 0.4);
}
.navbar .navbar-nav {
    display: inline-block;
}
.navbar .navbar-collapse {
    text-align: center;
}
.navbar .navbar-nav > li > a {
    padding: 35px 15px;
    color:#000;
    font-weight: 700;
    text-transform: capitalize;
}
.navbar .navbar-nav > li:hover a{
    color: #0E7BBE;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
    background:none;  
    color: #0E7BBE !important;
}
.navbar-default .navbar-toggle{
    border: none;
} 
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover{
    background-color: transparent;
}
.background-white{
    background-color: #fff;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*---------- 5.START HOME PARALLAX  VERSION----------*/
#home{
    background-image: url('../images/home2.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#home .wrapper{
    position: relative;
}
#home .wrapper-group{
    position: absolute;
    top: 50%;
    width: 100%;
}
#home .wrapper-group h1{
    font-size: 65px;
    color: #111;
    font-weight: 500;
    margin: 0;
}
#home .wrapper-group h1 span{
    color: #0E7BBE;
    font-weight: 700;
}
#home .wrapper-group h3{
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.5);
    margin: 20px 0 35px 0;
    color: #fff;
    font-size: 25px;
}
#home .view-more-about-us{
    text-align: center;
}
#home .view-more-about-us .fa-angle-down{
    position: absolute;
    bottom: 70px;
    width: 40px;
    height: 40px;
    font-size: 36px;
    color: #0E7BBE;
    border: 2px solid #0E7BBE;
    border-radius: 50%;
    -webkit-animation: floating 5s infinite 1s;
    -o-animation: floating 5s infinite 1s;
    -moz-animation: floating 5s infinite 1s;
    -ms-animation: floating 5s infinite 1s;
    animation: floating 5s infinite 1s;
}
@-webkit-keyframes floating {
    0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-8px); }
    80% { -webkit-transform: translateY(-8px); }
}
@keyframes floating {
    0%, 20%, 60%, 100%  { transform: translateY(0); }
    40%  { transform: translateY(-8px); }
    80% { transform: translateY(-8px); }
}

/*---------------  6.START SLIDER VERSION -----------------*/
#homeCarousel .carousel-inner > .item {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    height: 100%;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
#homeCarousel .carousel-inner .item{
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#homeCarousel  .carousel-inner > .item:first-of-type {
    position: relative;
}
#homeCarousel  .carousel-inner > .active {
    opacity: 1;
    z-index: 3;
}
#homeCarousel .carousel-inner > .next.left,
#homeCarousel .carousel-inner > .prev.right {
    -webkit-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    opacity: 1;
    left: 0;
    z-index: 2;
}
#homeCarousel .carousel-inner > .active.left,
#homeCarousel .carousel-inner > .active.right {
    z-index: 1;
}
#homeCarousel .wrapper-image .date,
#homeCarousel .wrapper-image .tag {
    z-index: 4;
}
#homeCarousel .carousel-indicators {
    bottom: 0;
}
#homeCarousel .carousel-control{
    z-index: 5;
    background-image: none;
}
#homeCarousel .left.carousel-control{
    width: 10%;
}
#homeCarousel .left.carousel-control .fa{
    left: 20px;
    padding-right: 2px;
}
#homeCarousel .right.carousel-control .fa{
    right: 20px;
    padding-left: 2px;
}
#homeCarousel .carousel-control .fa{
    font-size: 35px;
    color: #0E7BBE;
    top: 50%;
    position: absolute;
    opacity: 0;

    border-radius: 5px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    -webkit-transition: all linear 0.5s;;
    transition: all linear 0.5s;
    text-shadow: 0 1px 2px rgba(14,123,190,.6);
    background-color: rgba(255, 255, 255, 0.6);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#homeCarousel .carousel-control .fa:hover{
    color:#fff; 
    background-color:#0E7BBE;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
}
#homeCarousel:hover .fa{
    opacity: 1;
}
#homeCarousel .carousel-control{
    opacity: 1;
}
#homeCarousel .carousel-caption{
    text-align: left;
    height: 100%;
    padding-bottom: 0;
    text-shadow:none;
    left: 8%;
    right: 8%;
}
#homeCarousel .carousel-caption h1{
    font-size: 65px;
    color: #111;
    font-weight: 600;
    margin: 0;
}
#homeCarousel .carousel-caption h1 span{
    color: #0E7BBE;
    font-weight: 700;
}
#homeCarousel .carousel-caption .translateY{
    top: 50%;
    position: absolute;
}
#homeCarousel .carousel-caption h3{
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.5);
    margin: 20px 0 35px 0;
    color: #fff;
    font-size: 25px;
}

/*---------------  7.START ABOUT US SECTION -----------------*/
#about-us{
    padding-top: 100px;
}
#about-us .subtitle{
    margin-top: 30px;
}
#about-us p{
    line-height: 28px;
}
#about-us .content{
    margin-top: 30px;
    cursor: pointer;
}
#about-us .content p{
    max-width: 320px;
    margin-top: 6px;
}
#about-us .control-margin-top{
    margin-top: 50px;
}
#about-us .content .fa{
    font-size: 46px;
    color: #0E7BBE;
    margin-bottom: 11px;
}
#about-us .content .fa-line-chart{
    font-size: 44px;
}
#about-us .content .title{
    font-size: 19px;
    color: #111;
    vertical-align: text-bottom;
    margin-left: 12px;
    font-weight: 700;
}
#about-us .content:hover .title{
    color: #0E7BBE;
}
#about-us .subscribe hr{
    margin: 25px 0 25px 2px;
}
#about-us .subscribe .btn{
    margin-top: 60px;
}
#about-us .image{
    padding-top: 60px;
    margin-top: 60px;
}
#about-us .image figure{
    max-height: 360px;
    overflow: hidden;
}
#about-us .image figure img{
    display: block;
    margin: auto;
}
#about-us .image span{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    display: block;
    background: #a4a4a4;
    background: -webkit-linear-gradient(#fff, #a4a4a4); 
    background: -o-linear-gradient(#fff, #a4a4a4); 
    background: -moz-linear-gradient(#fff, #a4a4a4); 
    background: linear-gradient(#fff, #a4a4a4);
}
#about-us .image .tooltip{
    letter-spacing: 1px;
}
#about-us .image span:hover{
    background: #0E7BBE;
    background: -webkit-linear-gradient(#fff, #0E7BBE); 
    background: -o-linear-gradient(#fff, #0E7BBE);
    background: -moz-linear-gradient(#fff, #0E7BBE);
    background: linear-gradient(#fff, #0E7BBE);
}
#about-us .image .first-tooltip{
    left: 15%;
    bottom: 21%;
}
#about-us .image .second-tooltip{
    left: 53%;
    top: 28%;
}
#about-us .image .third-tooltip{
    right: 15%;
    top: 52%;
}
#about-us .image .fa{
    color: #fff;
    margin-top: 13px;
}
#about-us .image span + .tooltip > .tooltip-inner {
    background-color: #0E7BBE;
    padding: 10px; 
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px;
}
#about-us .image span + .tooltip > .tooltip-arrow {
    border-top-color:#0E7BBE; 
}

/*---------------  8. START vIDEO SECTION  -----------------*/
.video{
    background-image: url('../images/video_image.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 150px 0;
    text-align: center;
    position: relative;
}
.video h1{
    color: #fff;
    margin-bottom: 0;
    font-size: 26px;
}
.video .btn{
    background: none;
    margin-bottom: 10px;
    border:3px solid #fff;
    border-radius: 40px;
    margin-bottom: 25px;
    font-size: 16px;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.video .btn:focus{    
    outline:0;
    color: #fff;
}
.video .btn:hover{
    color: #0E7BBE;
    border-color: #0E7BBE;
}
.video .btn .fa{
    font-size: 24px;
    margin-left: 10px;
}


/*---------------  9. START SKILLS SECTION  -----------------*/
#skills{
    overflow: hidden;
}
#skills figure{
    margin-top: 10px;
}
#skills figure img{
    width: 100%;
    -webkit-transition: all 1.5s linear;
    -ms-transition: all 1.5s linear;
    -moz-transition: all 1.5s linear;
    -o-transition: all 1.5s linear;
    transition: all 1.5s linear;

    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

#skills figure:hover img{
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
#skills h3{
    margin-top: 0;
}
#skills .container-skill {
    font-size: 14px;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    background-color: #ddd;
    box-sizing: border-box;
    border: 1px solid #e8f7ff;
}
#skills .wrapper-progress hr {
    margin-left: 2px;
}
#skills .skills {
    text-align: right;
    padding-right: 20px;
    line-height: 27px;
    color: #fff;
    box-sizing: border-box;
    background-color: #0E7BBE;
}
#skills .container-skill span{
    position: absolute;
    left: 10px;
    top: 3px;
    color: #fff;
}
#skills .wrapper-progress p{
    margin-bottom: 39px;
}
#skills .html {width: 95%;}
#skills .css {width: 85%;}
#skills .js {width: 75%;}
#skills .php {width: 67%;}


/*---------------  10. START OUR SERVICE SECTION  -----------------*/
#services .description {
    margin: 20px auto 40px auto;
}
#services .col-md-4{
    padding: 0 22px;
}
#services .service {
    min-height: 250px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    padding: 20px;
    margin-top: 43px;
    border-radius: 5px;
    background-color: #f8fafb;
    border-bottom: 3px solid #0E7BBE;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
#services .service:hover{
    border-color: #74a330;
}

#services .service .fa,
#services .service h4,
#services .service .description{
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#services .service .fa{
    color:#0E7BBE;
    font-size:45px;
    position: relative;
    top: 30px;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #f8fafb;
    padding: 20px;
    border-radius: 50%;
}
#services .service h4 {
    position: relative;
    top: 15px;
    font-size: 20px;
    font-weight: 600;
}
#services .service:hover .fa{
    color: #0E7BBE;
    top: -53px;
    font-size: 35px;
    padding: 15px;
    margin-bottom: 0;
}
#services .service:hover h4 {
    top: -10px;
}
#services .service .description {
    width: 95%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
#services .service:hover .description {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*--------------- 11. START STATISTICS SECTION -----------------*/
#statistics-section {
    background-image: url('../images/statistic.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 150px 0;
}
#statistics-section .fa{
    font-size: 50px;
    display: inline-block;
    vertical-align: 13px;
    margin-right: 15px;
    color: #fff;
}
#statistics-section .stats-wrapper {
    display: inline-block;
}
#statistics-section p{
    text-align: left;
}
#statistics-section p.stats-number {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    line-height: 46px;
    width: 110px;
}
#statistics-section p.stats-text {
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
}

/*---------------  12. START PORTFOLIO SECTION -----------------*/
#portfolio .container{
    padding: 0 12px;
}
#portfolio .description{
    margin: 20px auto 30px auto;
}
#portfolio .og-grid{
    padding: 10px 0;
}
#portfolio .og-grid li{
    margin: 0;
    padding: 1px;
    overflow: hidden;
}
#portfolio .og-grid li img{
    width: 100%;
}
#portfolio .og-details h3, .og-details p  {
    color: #fff;
}
#portfolio .og-expander{
    z-index: 1;
}
#portfolio .wagwep-container ul#portfolio-filter a{
    color: #111;
    font-weight: 500;
    background: none;
}
#portfolio ul#portfolio-filter a:hover{
    color: #0E7BBE;
}
#portfolio  .wagwep-container ul#portfolio-filter li.current a{
    color: #0E7BBE ;
}
#portfolio .wagwep-container{
    text-align: center;
}
#portfolio-filter ul{
    text-align: center;
}
#portfolio .wagwep-container ul#portfolio-filter{
    border-bottom: none;
}
#portfolio .wagwep-container ul#portfolio-filter li{
    display: inline-block;
    float: none;
}
#portfolio .og-grid li a figure{
    background: rgba(14,123,190,0.8);
}
#portfolio .og-grid li a figure span {
    color: #fff;
    position: absolute;
    margin: 0;
    width: 100%;
    left: 50%;
    top: 50%;
    font-weight: 600;
    border-bottom: none;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50% , -50%);
}
#portfolio .og-details{
    padding: 25px 20px;
}
#portfolio .fa{
    display: block;
    margin-top: 15px;
    font-size: 28px;
}
#portfolio .og-details .fa{
    display: none;
}
#portfolio .elastislide-wrapper{
    margin: 40px auto 0 auto;
}
#portfolio .nav .filter{
    position: relative;
    -webkit-transition: color .4s ease-in;
    transition: color .4s ease-in;
}
#portfolio .nav .filter::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 100%;
    border: 2px solid #0E7BBE;
    -webkit-transition: all .5s cubic-bezier(.52, .27, .4, 1.52);
    transition: all .5s cubic-bezier(.52, .27, .4, 1.52);
    opacity: 0;
}
#portfolio .nav .current .filter::before {
    left: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 1;
}
#portfolio .elastislide-wrapper {
    max-height: 166px;
}

/*---------------  13. START TEAM SECTION -----------------*/
#team h1{
    margin-top: 10px;
}
#team h1.title:after{
    height: 0px;
}
#team blockquote{
    margin: 0 0 70px 78px;
}
#team .thumbnail{
    border: none;
    margin: 0 15px;
    padding: 0;
    text-align: center;
    border-bottom: 3px solid #0E7BBE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#team img { 
    max-width: 100%;
}
#team .thumbnail:hover{
    border-color: #74a330;
}
#team .thumbnail .wrapper-image{
    position: relative;
}
#team .thumbnail .wrapper-image .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: rgba(14,123,190,0.8);
}
#team .thumbnail .wrapper-image .overlay,
#team .thumbnail .wrapper-image ul li{
    -webkit-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    transition: 0.6s ease;
}
#team .thumbnail .wrapper-image ul li{
    padding: 4px 5px;
}
#team .thumbnail:hover .overlay {
    height: 100%;
}
#team .thumbnail .wrapper-image ul {
    color: #fff;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 100%;
}
#team .thumbnail .wrapper-image ul li a{
    padding: 5px;
}
#team .thumbnail .wrapper-image .fa{
    color: #fff;
}
#team .thumbnail .wrapper-image ul li:hover{
    background: #fff;
}
#team .thumbnail .wrapper-image ul li:hover .fa{
    color:rgba(14,123,190,0.8);;
}
#team .thumbnail .caption{
    position: relative;
    padding: 17px;
}
#team .thumbnail .caption h4{
    color: #34495e;
    font-size: 18px;
    font-weight: 700;
    margin: 18px 0 12px 0;
}
#team .thumbnail .caption h4:after{
    background: #0E7BBE;
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    margin: 10px auto 0 auto;
}
#team .thumbnail .caption p{
    color: #595959;
    font-weight: 500;
}

/*---------------  14. START PRICING SECTION -----------------*/
#pricing .box{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #111;
    padding: 15px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
    border-bottom: 3px solid #0E7BBE;
}
#pricing .box:hover{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-color:#74a330;
}
#pricing .box h3{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 6px;
}
#pricing .box p{
    font-style: italic;
    color: #595959;
    font-size: 14px;
    margin: 0 0 25px 0;
    font-weight: 500;
}
#pricing .table-header .price{
    background-color: #f8fafb;
    padding: 25px;
    position: relative;
    border-radius:3px;
}
#pricing .table-header .price p{
    margin: 20px 0 7px 0;
    font-weight: 500;
}
#pricing .table-header h5 span{
    font-size: 40px;
    font-weight: 700;
}
#pricing .table-header label{
    font-weight: 500;
}
#pricing .table-header .price.popular{
    background-color: #0E7BBE;
}
#pricing .table-header .price.popular span,
#pricing .table-header .price.popular label,
#pricing .table-header .price.popular p{
    color: #fff;
}
#pricing .sale-shop{
    position: absolute;
    font-weight: 600;
    padding-top: 77px;
    height: 110px;
    width: 110px;
    top:-55px;
    right: -55px;
    color: #fff;
    background-color: #0E7BBE;
    -ms-transform: rotate(45deg); 
    -o-transform: rotate(45deg); 
    -moz-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#pricing ul{
    padding: 20px 0;
    margin: 0;
}
#pricing ul li{
    padding: 14px 0;
    border-bottom: 1px dotted #e1e1e1;
}
#pricing .table-footer{
    padding: 20px 0;
}

/*---------------  15. START BLOG SECTION -----------------*/
#blog .subtitle{
    margin-top: 0;
}
#blog .text{
    margin: 18px 0 60px 0;
}
#blog .btn{
    width: 100%;
    max-width: 200px;
}
#blog .thumbnail{
    max-width: 340px;
    border: none;
    padding: 0;
    float: right;
    border-bottom: 3px solid #0E7BBE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#blog .thumbnail .caption h3{
    margin-top: 0;
}
#blog .thumbnail .caption p {
    margin-bottom: 0;
    font-weight: 500;
}
#blog .thumbnail .wrapper-image span{
    position: absolute;
    bottom: 0;
    font-size: 14px;
    padding: 9px 19px;
    background-color:rgba(0, 0, 0, 0.5);
}
#blog .thumbnail .wrapper-image a{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
    background-color: #0E7BBE;
}
#blog .thumbnail:hover .caption{
    background-color: #0E7BBE;
    color: #fff;
}
#blog .thumbnail .caption {
    font-size: 15px;
    padding: 25px 20px;
    transition: 0.4s all linear;
    -webkit-transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear; 
}
#blog .thumbnail .caption a {
    color: #111;
}
#blog .thumbnail:hover .caption a{
    color: #fff;
}
#blog .owl-buttons{
    padding-left: 40px;
}
#blog .owl-buttons div{
    display: inline-block;
}
#blog .owl-buttons .fa.fa-angle-left{
    margin-right: 20px;
}
#blog .owl-buttons .fa{
    font-size: 32px;
    color: #0E7BBE;
}

/*---------------  16. START CLIENTS SECTION -----------------*/
#clients{
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
#clients h1.title:after{
    height: 0px;
}
#clients blockquote{
    margin: 0 0 70px 75px;
}
#clients blockquote,
#clients .title,
#clients .student p{
    color: #000;
}
#clients .quote {
    position: relative;
    border-radius: 3px;
    background: rgba(43,161,236,0.4);
    padding: 30px;
    margin-bottom: 30px;
    max-width: 95%;
    margin-left: 10px;
}
#clients .quote:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 18px 0 18px;
    border-color: rgba(43,161,236,0.4) transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 37px;
}
#clients .quote p{
    color:#000;
}
#clients .client {
    margin-left: 10px;
}
#clients .client .photo {
    background-color: #ccc;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}
#clients .client p {
    position: relative;
    top: 5px;
    color: #fff;
}
#clients .client .name {
    color: #0E7BBE;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}
#clients .owl-buttons{
    text-align: center;
    margin-top: 40px;
}
#clients .owl-buttons div{
    display: inline-block;
}
#clients .owl-buttons .fa.fa-angle-left{
    margin-right: 30px;
}
#clients .owl-buttons .fa{
    color: #000;
    font-size: 32px;
}

/*---------------  17. START CONTACT SECTION -----------------*/
#contact .description{
    margin: 20px auto 60px auto;
}
#contact .form-group{
    position: relative;
}
#contact form textarea,
#contact form input{
    margin-bottom: 30px;
    border-color: #ddd;
    color: #000;
}
#contact form textarea{
    resize: none;
    padding-top: 10px;
}
#contact form input{
    height: 48px;
}
#contact .required{
    color: #111;
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    bottom: 49px;
    right: 0;
}

.success-message,
.error-message{
    padding: 15px;
    margin-bottom: 25px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.success-message {
    color: #fff;
    background-color: #74a330;
    border: 1px solid #5c8226;
}
.error-message {
    color: #fff;
    background-color: #d9534f;
    border: 1px solid #973a37;
}

/*---------------  18. START GET IN TOUCH SECTION -----------------*/
#get-in-touch{
    padding: 70px 0;
    overflow: hidden;
}
#get-in-touch .subtitle{
    font-size: 28px;
}
#get-in-touch .text{
    max-width: 443px;
}
#get-in-touch h4{
    color: #0E7BBE;
}
#get-in-touch .media{
    margin-top: 40px;
}
#get-in-touch .media .media-left{
    padding-right: 15px;
}
#get-in-touch .media p{
    margin-bottom: 4px;
}
#get-in-touch .media .fa{
    font-size: 33px;
    color: #0E7BBE;
}
#map {
    height: 500px;
    width: 100%;  
    border-radius: 5px;
}

/*---------------  19.START SCROLL TOP BUTTON   -----------------*/
#scroll-to-top{
    position: fixed;
    bottom: 10px;
    right: 20px;
    color: #0E7BBE;
    font-size: 44px;
    display: none;
    z-index: 9999;
    -webkit-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}
#scroll-to-top:hover{
    color: #74a330;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);

}

/*---------------  20.START FOOTER SECTION   -----------------*/
.footer{
    padding: 50px 0 38px 0;
    background-color: #000019;
    color: #fff;
}
.footer p{
    margin: 0;
    font-size: 17px;
    line-height: 40px;
}
.footer ul li a{
    text-align: center;
}
.footer ul li a:hover .fa{
    background-color: #0E7BBE;
    border: 1px solid #0E7BBE;
    -o-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.footer .fa{
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 18px;
    line-height: 39px;
    width: 40px;
    height: 40px;
}

/*--------------- 21. START BLOG PAGE  -----------------*/
.topblog-image{
    background-image: url('../images/blog/blog-background-img.jpg');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 300px 0 0 0px;
    position: relative;
}
.topblog-image .wrapper-intro{
    padding-top: 40px;
}
.topblog-image .wrapper-intro h1.title{
    margin-bottom: 0;
}
.wrapper-intro h1.title:after,
.blog-content h1.title:after{
    margin-top: 14px;
}
.wrapper-intro h1.title:after{
    display: block;
    margin: 20px auto 0 auto;
}
.blog-content h1.title{
    margin-bottom: 35px;
}
.blog-content{
    padding: 120px 0 70px 0;
}
.blog-content .thumbnail{
    padding: 0;
    border:none;
    max-width: 730px;
    margin-bottom: 80px;
    border-bottom: 3px solid #0E7BBE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.blog-content .thumbnail:hover{
    border-color:#74a330; 
}
.blog-content .control-margin-bottom{
    margin-bottom: 50px;
}
.blog-content .thumbnail .wrapper-image{
    position: relative;
}
.blog-content .thumbnail .wrapper-image .tag,
.blog-content .thumbnail .wrapper-image .date{
    position: absolute;
    bottom: 0;
    font-size: 14px;
    padding: 9px 19px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}
.blog-content .thumbnail .wrapper-image .tag{
    right: 0;
}
.blog-content .thumbnail .wrapper-image .tag span{
    text-decoration: underline;
}
.blog-content .thumbnail .caption {
    padding: 20px 20px 30px 20px;
}
.blog-content .thumbnail .caption h3{
    margin-bottom: 13px;
    font-weight: 700;
}
.blog-content ul li a{
    color: #000;
}
.blog-content .thumbnail .caption ul{
    margin: 20px 0;
}
.blog-content .thumbnail .caption .pull-right li strong{
    color: #74a330;

}
.blog-content .thumbnail .share-social-icons li a{
    font-size: 23px;
}
.blog-content .thumbnail .fa-twitter-square{
    color: #55acee;
}
.blog-content .thumbnail .fa-google-plus-square{
    color: #dd4b39;
}
.blog-content .thumbnail .fa-facebook-square{
    color: #2a436b;
}
.blog-content .thumbnail .fa-linkedin-square{
    color: #0a5288;
}
.blog-content .comment-like{
    font-size: 20px;
}
.blog-content .thumbnail .btn{
    height: 42px;
    padding: 9px 27px 12px 27px;
    margin-top: 10px;
}
.blog-content .left-side .input-group{
    margin-bottom: 60px;
}
.blog-content .left-side .input-group input{
    height: 46px;
}
.blog-content .left-side .input-group button{
    padding: 10px 20px;
    border-bottom: 2px solid #0E7BBE;
}
.blog-content .left-side .input-group button:hover{
    border-color: #74a330;
}
.blog-content .left-side .input-group .fa{
    font-size: 20px;
}
.blog-content .left-side h3{
    font-weight: 700;
}
.blog-content .left-side a:hover{
    color: #0E7BBE;
}
.blog-content .left-side .featured-news a:hover .text{
    color: #000;
}
.blog-content .left-side ul{
    margin-bottom: 65px;
}
.blog-content .left-side .categories ul li a{
    padding: 6px 0;
    display: inline-block;
    width: 100%;
}
.blog-content .left-side .categories ul li a,
.blog-content .left-side .categories ul li a:hover,
.blog-content .left-side .archives ul li a,
.blog-content .left-side .archives ul li a:hover{
    -webkit-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}
.blog-content .left-side .categories ul li a:hover,
.blog-content .left-side .archives ul li a:hover{
    padding-left: 5px;
    color: #0E7BBE;
}
.blog-content .left-side .categories ul li strong{
    float: right;
}
.blog-content .left-side .categories ul li a:before{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 10px;
    color:#0E7BBE;
    float: left;
}
.blog-content .list-group-item{
    border: none;
    background: transparent;
}
.blog-content .list-group-item.active,
.blog-content .list-group-item.active:focus,
.blog-content .list-group-item.active:hover,
.blog-content a.list-group-item:focus,
.blog-content a.list-group-item:hover{
    color: #0E7BBE; 
    border-color: #fff;
    background-color: transparent;
}
.blog-content a.list-group-item:focus,
.blog-content .list-group-item.active{
    font-weight: 600;
}
.blog-content .left-side .featured-news h3{
    margin-bottom: 25px;
}
.blog-content .left-side .featured-news li{
    margin-bottom: 35px;
}
.blog-content .left-side .featured-news figure img{
    float: left;
    margin-right: 15px;
}
.blog-content .left-side .archives h3{
    margin-top: 79px;
}
.blog-content .left-side .archives a{
    padding-left: 0;
}
.blog-content .left-side .archives .list-group-item{
    padding: 5px 0;
}
.blog-content .left-side .tags ul li{
    border:2px solid #ccc;
    padding: 10px;
    font-weight: 600;
    margin: 0 10px 15px 7px;
}
.blog-content .left-side .tags h3{
    margin-bottom: 25px;
}
.blog-content .left-side .tags ul li a{
    padding: 10px;
}
.blog-content .left-side .tags ul li:hover{
    border-color: #0E7BBE;
}
.go-back-home{
    max-width: 200px;
    display: block;
    margin: 0 auto 40px auto;
}

/*---------------22. START BLOG POST PAGE------------------*/
.blog-post .carousel-inner > .item {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.blog-post .carousel-inner > .item:first-of-type {
    position: relative;
}
.blog-post .carousel-inner > .active {
    opacity: 1;
    z-index: 3;
}
.blog-post .carousel-inner > .next.left,
.blog-post .carousel-inner > .prev.right {
    -webkit-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    opacity: 1;
    left: 0;
    z-index: 2;
}
.blog-post .carousel-inner > .active.left,
.blog-post .carousel-inner > .active.right {
    z-index: 1;
}
.blog-post .wrapper-image .date,
.blog-post .wrapper-image .tag {
    z-index: 4;
}
.blog-post .carousel-indicators {
    bottom: 0;
}
.blog-post .carousel-indicators.ol {
    margin-right: 6px;
}
.blog-post .carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 15px;
    margin-bottom: 0;
    margin-right: 5px;
}
.blog-post .carousel img{
    width: 100%;
}

.blog-post .quote {
    padding: 20px;
    padding-left: 60px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: 40px 0;
    background: #e3f2f6;
}
.blog-post .quote p {
    font-size: 18px;
    margin: 0;
    max-width: 83%;
}
.blog-post .quote cite {
    font-size: 16px;
    margin-top: 10px;
    display: block;
    opacity: 0.9;
}
.blog-post .quote:before {
    font-family: Georgia, serif;
    content: "“";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 80px;
    font-weight: normal;
}
.blog-post .quote:after {
    font-family: Georgia, serif;
    content: "”";
    position: absolute;
    bottom: -110px;
    line-height: 100px;
    right: -32px;
    font-size: 400px;
    font-weight: normal;
}
.blog-post .quote:before,
.blog-post .quote:after {
    color: #c2e3eb;
}
.blog-post .media-list{
    margin-top: 30px;
}
.blog-post .media-list .media{
    margin-top:4px;
}
.blog-post .media-list .media .fa{
    font-size: 24px;
    color: #0E7BBE;
    margin-right: 10px;
}
.blog-post .media-list .media p{
    margin: 0;
}
.blog-post .check-advantage .media{
    margin-bottom: 7px;
}
.blog-post .author{
    margin: 40px 0 50px 0;
}
.blog-post .author h4{
    font-weight: 700;
    margin-bottom: 10px;
}
.blog-post .author .image-author{
    padding-right: 25px;
    float: left;
}
.blog-post .author .media-body{
    padding-top: 20px;
}
.blog-post .author  p{
    max-width: 90%;
}
.blog-post .comments .title,
.blog-post .post-comment .title{
    font-size: 28px;
}
.blog-post .comments .media{
    background-color: #fff;
    padding: 30px 20px 15px 20px;
    margin-bottom: 25px;
}
.blog-post .comments  .media-heading {
    margin-bottom: 10px;
}
.blog-post .comments .media .fa-reply {
    margin-top: 12px;
}
.blog-post .comments .media .media-left {
    padding-right: 18px;
}
.blog-post .comments .media img{
    border-radius: 50%;
}
.blog-post .comments .media button{
    border: none;
    background: none;
}
.blog-post .comments .media h4 span{
    font-size: 14px;
    color: #74a330;
}
.blog-post .comments,
.blog-post .post-comment{
    max-width: 730px;
}
.blog-post .post-comment{
    background-color: #fff;
    padding: 30px 25px;
}
.blog-post .post-comment .description{
    margin: 20px auto 60px auto;
}
.blog-post .post-comment .form-group{
    position: relative;
}
.blog-post .post-comment form textarea,
.blog-post .post-comment form input{
    margin-bottom: 30px;
    border-color: #ddd;
    color: #000;
}
.blog-post .post-comment form textarea{
    resize: none;
    padding-top: 10px;
}
.blog-post .post-comment form input{
    height: 48px;
}
.blog-post .post-comment .required{
    color: #111;
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    bottom: 49px;
    right: 0;
}
.blog-post .go-back-home{
    margin-top: 60px;
}


