/*====================================================================================|
|    Name            : SCARS Creative Personal Portfolio Template                      | 
|    Author          : ClickBootstrap                                                 | 
|    Author Profile  : https://themeforest.net/user/clickbootstrap                    |
|    Created         : 04/28/2017                                                     |
|    Contact         : tanjimul01@gmail.com                                           | 
|    Version         : 1.0                                                            |
|                                                                                     |
|    THANK YOU FOR PURCHASING SCARS Creative Personal Portfolio Template               |
=====================================================================================*/


/*======================================================
00::    NAVBAR 
01::    WELCOME HERO AREA 
02::    STATIC BACKGROUND 
03::    SLIDER BACKGROUND
04::    TYPED BACKGROUND
05::    VIDEO BACKGROUND
06::    ABOUT SECTION
07::    RESUME SECTION
08::    RECENT WORKS
09::    TESTIMONIAL
10::    CONTACT
11::    FOOTER 
*/

body,
html {
    font-family: 'Poppins', sans-serif;
    height: 100%;
    line-height: 26px;
    color: #1d1f21;
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    letter-spacing: 1px;
    word-spacing: 2px;
    color: #22313f;
}

a:focus {
    outline: none;
}

p {
    margin: 0;
}

a:hover {
    text-decoration: none;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.section-padding {
    padding: 80px 0;
}

.section-title {
    margin-bottom: 80px;
    text-transform: ;
    text-align: center;
}

.section-title h1 {
    font-size: 40px;
    text-transform: ;
    margin-bottom: 30px;
    font-weight: 700;
}

.theme-color {
    color: #27CBDB;
}

.sky-color {
    color: #00BCD4;
}

.red-color {
    color: #F44336;
}

.green-color {
    color: #4CAF50;
}


/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #22313F;
    /* change if the mask should have another color then white */
    z-index: 999999;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../images/loader.svg);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}


/*START TYPED  FADE EFFECT*/

.typed-cursor {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

.typed-fade-out {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation: 0;
    animation: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}


/*END/  TYPED FADE EFFECT*/


/*
===========================
    START   NAVBAR             
===========================
*/

.navbar-brand {
    padding: 18px 0;
}

.navbar-custom {
    background-color: transparent;
    padding: 24px 0;
    transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    border: none;
}

.navbar-custom .navbar-brand {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-default .navbar-nav>li>a {
    font-size: 17px;
    letter-spacing: 1px;
    text-transform:;
    color: #fff;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent none repeat scroll 0 0;
    color: #27CBDB;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #27CBDB;
}

.navbar-custom.affix {
    background: #22313f none repeat scroll 0 0;
    padding: 10px 0;
}

.navbar-custom.affix .navbar-brand {
    color: #27CBDB;
}

.navbar-custom.affix li a:hover {
    color: #27CBDB;
}

.navbar-custom .navbar-brand {
    padding: 14px;
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar-custom .navbar-brand:hover,
.navbar-brand:focus {
    color: #27CBDB;
}

.page-scroll.navbar-brand>img {
    height: auto;
    margin: -12px 0;
    max-width: 100px;
}

.navbar-custom .navbar-collapse {
	border-color: rgba(255, 255, 255, 0.02);
}

.navbar-custom .navbar-toggle {
    background-color: #91cc41;
    border-color: #91cc41;
    color: white;
    font-size: 30px;
    margin: 0 12px;
    padding: 2px 10px;
    text-transform: ;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #22313F;
}


/*
===========================
    END   NAVBAR             
===========================
*/


/*
===========================
  START  WELCOME HERO AREA             
===========================
*/

.welcome-hero-area,
.welcome-hero-wrapper,
.welcome-hero-wrapper div {
    height: 100%;
}

.welcome-hero-area div.single-slide-tablecell,
.welcome-hero-area div.single-slide-tablecell div {
    height: auto;
}

.single-slide-table {
    display: table;
    width: 100%;
}

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

.single-slide-item {
    position: relative;
    z-index: 1;
    text-align: center;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.single-slide-item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 49, 63, 0.9);
    z-index: -1;
    content: "";
}

.hero-area-heading {
    color: #fff;
}

.hero-area-heading h2 {
    font-size: 40px;
    text-transform: ;
    margin: 0;
    font-weight: 700;
    color: #fff;
}

.hero-area-heading p {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 300;
    padding: 20px 0;
}

.hero-area-heading a:hover {
    background-color: #27CBDB;
    border-color: #27CBDB;
    color: #fff;
}

.hero-area-heading a:focus {
    outline: none;
}

.hero-area-heading a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 12px 26px;
    text-transform: ;
    -webkit-transition: .3s;
    transition: .3s;
    word-spacing: 2px;
    letter-spacing: 1px;
}

.cv-download-btn i.fa {
    padding-right: 8px;
}


/*
===========================
  START  STATIC BACKGROUND             
===========================
*/

.static-bg {
    background-image: url(../images/bg/static.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/*
===========================
  END  STATIC BACKGROUND             
===========================
*/


/*
===========================
  START  SLIDER BACKGROUND             
===========================
*/

.slide-1 {
    background-image: url(../images/bg/slide-1.jpg)
}

.slide-2 {
    background-image: url(../images/bg/slide-2.jpg)
}

.slide-3 {
    background-image: url(../images/bg/slide-3.jpg)
}


/*START::SLIDER FADE EFFECT*/

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/*END::SLIDER FADE EFFECT*/


/*START::SLIDER DOTS*/

.carousel-indicators .active {
    background-color: #27CBDB;
    border-color: #27CBDB;
    height: 8px;
    width: 26px;
}

.carousel-indicators li {
    height: 8px;
    width: 12px;
}


/*END::SLIDER DOTS*/


/*
===========================
  END:: SLIDER BACKGROUND             
===========================
*/


/*
===========================
  START::TYPED BACKGROUND             
===========================
*/

.typed-bg {
    background-image: url(../images/bg/typed.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/*
===========================
  END::  TYPED BACKGROUND             
===========================
*/


/*
===========================
START::PARALLAX BACKGROUND             
===========================
*/


/*
===========================
END::PARALLAX BACKGROUND             
===========================
*/


/*
===========================
START::VIDEO BACKGROUND             
===========================
*/

#video {
    position: relative;
    background: transparent;
}

.ytplayer-container {
    position: absolute;
    top: 0;
    z-index: -1;
}


/*
===========================
END::VIDEO BACKGROUND             
===========================
*/


/*
===========================
END::WELCOME HERO AREA             
===========================
*/


/*
===========================
START::ABOUT SECTION             
===========================
*/

#about {
    background-color: #fff;
}

.about-me-text h2 {
    font-weight: 300;
    color: #444;
    margin-bottom: 40px;
}

.about-me-text h2 span {
    text-transform: ;
    font-weight: 600;
}

.about-me-text p {
    line-height: 1.8;
}

.about-me-text p a {
    color: #444;
}

.about-me-text .last-para {
    padding: 15px 0;
}

.about-me-img img {
    width: 400px;
    height: auto;
}

.about-counter-area .col-md-3 {
    padding: 0;
}

.single-counter.counter-light-bg {
    background-color: #f6f6f6;
}

.single-counter.counter-dark-bg {
    background-color: #eee;
}

.single-counter {
    padding: 60px 20px;
}

.single-counter .counter-icon i {
    font-size: 36px;
    font-weight: 300;
}

.single-counter h3 {
    font-size: 24px;
    color: #444;
    font-weight: 300;
    margin: 20px 0;
}

.single-counter .counter-heading h4 {
    color: #444;
    text-transform: ;
    font-weight: 400;
    margin: 0;
}

.skills {
    margin-top: 80px;
}

.single-skill {
    padding: 6px 15px;
}

.single-skill h4 {
    font-size: 18px;
    text-transform: ;
}


/*PROGRESSBAR*/

.progress {
    height: 5px;
    margin-bottom: 36px;
    overflow: hidden;
    background-color: #EEEEEE;
    border-radius: 5px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #63CBDB;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}


/*//PROGRESSBAR*/


/*SERVICES*/

.services {
    margin-bottom: 50px;
}

.single-service-item {
    background: #fff none repeat scroll 0 0;
    padding: 30px;
    border: 1px solid rgba(238, 238, 238, 0.65);
    cursor: pointer;
    margin: 15px 0;
}

.single-service-item p {
    letter-spacing: 1px;
    word-spacing: 1.5px;
    text-align: center;
}

.single-service-item i {
    -webkit-transition: .5s;
    transition: .5s;
}

.single-service-item h4 {
    margin: 20px 0;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: ;
}

.single-service-item:hover {
    box-shadow: 0px 0 5px rgba(0, 0, 0, 0.40);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-service-item:hover i {
    color: rgba(39, 203, 219, 0.8);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-service-item:hover h4 {
    color: #27CBDB;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


/*//SERVICES*/


/*
===========================
END::ABOUT SECTION             
===========================
*/


/*
===========================
START::RESUME SECTION             
===========================
*/

#resume {
    background-color: #F6F6F6;
}

.resumeList li.resume-title {
    background-color: #22313f;
    margin-bottom: 50px;
}

.resumeList li.resume-title h4 {
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.resumeList li {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(34, 49, 63, 0.15);
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.resumeList li:hover {
    box-shadow: 0 0 5px rgba(34, 49, 63, 0.25);
}

.resumeList li:last-child {
    margin-bottom: 0;
}

.resumeList h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.resumeList h5 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.resumeList span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #1d1f21;
}

.resumeList p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: left;
}

.resumeIcon {
    float: left;
    position: relative;
}

.resumeIcon i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #22313f;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.resumeContent {
    padding-left: 65px;
}


/*
===========================
END::RESUME SECTION             
===========================
*/


/*
===========================
START::RECENT WORKS             
===========================
*/

.select-cat {
    border: 2px solid #27CBDB !important;
    color: #27CBDB !important;
}

.select-cat {
    border: 2px solid #27CBDB !important;
    color: #27CBDB !important;
}

.single_item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.single-item-img {
    position: relative;
    overflow: hidden;
}

.single_item .img-overlay {
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    width: 0;
}

.single_item .link:hover .img-overlay {
    height: 100%;
    left: 0;
    width: 100%;
}

.single_item .link .img-overlay i {
    color: #27CBDB;
    font-size: 35px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s;
    transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.single_item .link:hover .img-overlay i {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single_item img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.single_item img:hover {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single_item:focus {
    outline: medium none !important;
}


/*
===========================
END::RECENT WORKS             
===========================
*/


/*
===========================
START::TESTIMONIAL             
===========================
*/

#testimonial {
    background-color: #F6F6F6;
}

.clients-wrapper {
    margin-top: 80px;
}

.single-client-review {
    padding: 30px 15px;
}

.client-avator {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.client-avator img {
    border-radius: 50%;
    border: 5px solid #22313f;
}

.single-client-review p {
    color: #000;
    line-height: 2;
}

.single-client-review h3 {
    margin: 20px 0;
    text-transform: ;
}

.single-client-review h4 {
    color: #7b7878;
    font-size: 16px;
    font-weight: 400;
}

.owl-item .single-client-item img {
    width: 150px;
    height: auto;
    margin: 0 auto;
}


/*
===========================
START::CLIENTS REVIEW             
===========================
*/


/*
===========================
END::CLIENTS REVIEW              
===========================
*/


/*
===========================
END::TESTIMONIAL             
===========================
*/


/*
===========================
START::CONTACT            
===========================
*/

#contact {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

#contact:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 49, 63, 0.9);
    z-index: -1;
    content: "";
}

.contact-wrapper {
    box-shadow: 0 0 2px rgba(34, 49, 63, 0.25);
    padding: 15px;
}

#contact .section-title {
    color: #fff;
}

#contact .section-title h1 {
    color: #fff;
}

.contact-form h3,
.address h3 {
    font-size: 20px;
    margin-bottom: 40px;
    text-transform: capitalize;
}

#contact .form-group input,
#contact .form-group textarea {
    padding: 15px;
}

#contact .form-group input.form-control {
    height: auto;
}

#contact .form-group textarea.form-control {
    height: 186px;
}

#contact .form-control:focus {
    border-color: #27CBDB;
    box-shadow: none;
}

#contact *:-moz-placeholder {
    color: #22313f;
    font-weight: 400;
    text-transform: ;
    word-spacing: 2px;
    letter-spacing: 1px;
}

#contact *::-moz-placeholder {
    color: #000;
    font-weight: 400;
    text-transform: ;
    letter-spacing: 1px;
}

#contact .text-danger {
    color: #e74c3c;
}

.btn.btn-xl.contact-btn {
    border: 1px solid #22313f;
    background: #fff;
    color: #22313f;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin: 20px 0 35px 0;
    padding: 14px 20px;
    font-weight: 600;
    text-transform: ;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    word-spacing: 4px;
}

.btn.btn-xl.contact-btn:hover {
    background: #27CBDB;
    color: #fff;
    border-color: #27CBDB;
}

.btn.btn-xl.contact-btn:focus {
    outline: none;
}


/*
===========================
END::CONTACT            
===========================
*/


/*
===========================
START::FOOTER         
===========================
*/

#footer {
    background-color: #000;
    color: #fff;
    padding: 30px;
}

#footer p {
    font-size: 16px;
}


/*
===========================
END::FOOTER         
===========================
*/


/*====================================================================================|
|    Name            : SCARS Creative Personal Portfolio Template                      | 
|    Author          : ClickBootstrap                                                 | 
|    Author Profile  : https://themeforest.net/user/clickbootstrap                    |
|    Created         : 04/28/2017                                                     |
|    Contact         : tanjimul01@gmail.com                                           | 
|    Version         : 1.0                                                            |
|                                                                                     |
|    THANK YOU FOR PURCHASING SCARS Creative Personal Portfolio Template               |
=====================================================================================*/