/* Sohel Rana ( www.sohelrana.net ) */
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

.large {
    font-size: 16px;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}
.btn-primary {
    border-color: #FF8080;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #FF6666;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #FF4747;
    color: #fff;
    background-color: #FF5252 !important;
}
.btn-lg {
    padding: 10px 30px;
}
.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 15px 30px;
    border-color: #FF7070;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #FF6666;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
        border-color: #FF5C5C;
        color: #fff;
        background-color: #FF5252;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
        background-image: none;
}

.btn-xl .badge {
        color: #fed136;
        background-color: #fff;
}
.font-xl {
        font-size: 40px;
}
.font-lg {
        font-size: 30px;
}
.font-md {
        font-size: 20px;
        font-weight: 400;
}
.btn, .alert, .panel {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}
.btn:hover, .alert:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.18), 0 4px 14px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.18), 0 4px 14px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.18), 0 4px 14px 0 rgba(0, 0, 0, 0.15);
}

.navbar-default {
        border-color: transparent;
        background-color: #008F8F;
}
.navbar-default.navbar-shrink {
        background-color: #008F8F;
        -webkit-box-shadow: 0 2px 4px rgba(26, 26, 26, 0.8);
        -moz-box-shadow: 0 2px 4px rgba(26, 26, 26, 0.8);
        box-shadow: 0 2px 4px rgba(26, 26, 26, 0.8);
}
@media(max-width:768px) {
        .navbar-default {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                background-color: transparent;
        }
}
.navbar-default .navbar-brand {
        font-family: 'Kaushan Script', 'Roboto', sans-serif;
        letter-spacing: 2px;
}

.navbar-default .navbar-collapse {
        border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
        border-color: transparent;
        background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
}

.navbar-default .navbar-toggle:hover {
        background-color: rgba(0, 163, 163, 0.5);
}

.navbar-default .navbar-toggle:focus {
        background-color: transparent;
}

.navbar-default .icon-bar {
        width: 4px;
        height: 3px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; /* future proofing */
        -khtml-border-radius: 5px; /* for old Konqueror browsers */
}
.navbar-default .nav li a {
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        color: #fff;
        background-color: transparent;
}

.navbar-default .nav li a:hover {
        outline: 0;
        color: #00C7AC;
}
.navbar-default .nav li a:focus {
        outline: 0;
        color: #F5F5F5;
}
.navbar-default .navbar-nav>.active>a {
        border-radius: 0;
        color: #00C7AC;
        background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
        color: #00A892;
        background-color: transparent;
}
.text-title {
        color: #FFFFFF;
}

@media(min-width:768px) {
        .navbar-default {
                padding: 25px 0;
                border: 0;
                background-color: transparent;
                -webkit-transition: padding .3s;
                -moz-transition: padding .3s;
                transition: padding .3s;
        }

        .navbar-default .navbar-brand {
                font-size: 2em;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                transition: all .3s;
        }

        .navbar-default .navbar-nav>.active>a {
                border-radius: 3px;
        }

        .navbar-default.navbar-shrink {
                padding: 10px 0;
                background-color: rgba(0, 0, 0, 0.8);
                -webkit-box-shadow: 0 2px 4px rgba(26, 26, 26, 0.8);
                -moz-box-shadow: 0 2px 4px rgba(26, 26, 26, 0.8);
                box-shadow: 0 2px 4px rgba(26, 26, 26, 0.8);
        }

        .navbar-default.navbar-shrink .navbar-brand {
                font-size: 1.5em;
        }
}
.navbar-default ul.dropdown-menu {
    background: #FFFFFF;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
    right: 10px;
    border: 0px solid #eee !important;
}
.navbar-default .dropdown-menu > li > a {
    padding: 4px 20px !important;
    margin: 0 !important;
    font-weight: normal;
    line-height: 2;
    color: #525252 !important;
    border-bottom: 1px solid #eee !important;
}
.navbar-default .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #FAFAFA;
}
.navbar-default .dropdown-menu:before {
    position: absolute;
    top: -9px;
    right: 9px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ccc;
    border-left: 9px solid transparent;
    border-bottom-color: #ccc;
    content: '';
}

.navbar-default .dropdown-menu:after {
    position: absolute;
    top: -8px;
    right: 10px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    content: '';
}
.navbar-default.navbar-shrink,
header {
        text-align: center;
        color: #fff;
        background-color: #31393F;
        background-attachment: scroll;
        background-position: center center fixed;
        background-repeat: none;
        background-image: url('https://res.cloudinary.com/sohel6/image/fetch/https://sohelrana.net/assets/img/header-bg.jpg');
        background: url('https://res.cloudinary.com/sohel6/image/fetch/https://sohelrana.net/assets/img/header-bg.jpg'); /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url('https://res.cloudinary.com/sohel6/image/fetch/https://sohelrana.net/assets/img/header-bg.jpg'); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url('https://res.cloudinary.com/sohel6/image/fetch/https://sohelrana.net/assets/img/header-bg.jpg'); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url('https://res.cloudinary.com/sohel6/image/fetch/https://sohelrana.net/assets/img/header-bg.jpg'); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url('https://res.cloudinary.com/sohel6/image/fetch/https://sohelrana.net/assets/img/header-bg.jpg'); /* Standard syntax */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

header img {
        display: block;
        margin: 90px auto 5px auto;
        width: 200px;
        height: 200px;
        box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

header .intro-text {
        padding-top: 10px;
        padding-bottom: 100px;
}

header .intro-text a {
        color: #fff;
}

header .intro-text .name {
        display: block;
        text-transform: none;
        font-size: 3.5em;
        font-weight: 800;
        letter-spacing: 2px;
        text-shadow: 0px 2px 2px rgba(94, 94, 94, 0.5);
}

header .intro-text .skills {
        font-size: 1.5em;
        font-weight: 300;
        text-transform: none;
        line-height: 30px;
        padding-bottom: 20px;
}
@media(max-width:360px) {
        .btn-lg {
                font-size: 17px;
                font-weight: 300;
        }
        header img {
                display: block;
                margin: 75px auto 0px auto;
                width: 160px;
                height: 160px;
        }
        header .intro-text .name {
                font-size: 2.5em;
        }
        header .intro-text .skills {
                font-size: 1.2em;
                font-weight: 400;
                line-height: 26px;
        }
}
@media(min-width:768px) {
        header .intro-text {
                padding-top: 10px;
                padding-bottom: 180px;
        }
        header img {
                display: block;
                margin: 160px auto 10px;
                width: 200px;
                height: 200px;
        }
        header .intro-text .name {
                font-size: 3.8em;
                letter-spacing: 2px;
        }
        header .intro-text .skills {
                font-size: 2em;
                font-weight: 400;
        }
}

section {
        padding: 110px 0;
}

section h2.section-heading {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 40px;
}

section h3.section-subheading {
        margin-bottom: 75px;
        text-transform: none;
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
}

@media(max-width:768px) {
        section {
                padding: 80px 0;
        }
        section h2.section-heading {
                font-size: 26px;
        }
        section h3.section-subheading {
                margin-bottom: 60px;
        }
}

.service-heading {
        margin: 15px 0;
        text-transform: none;
}

#services .row i:hover {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: rotateIn;
        animation-name: rotateIn;
}

#skills .row .knob:hover {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: flip;
        animation-name: flip;
}

#portfolio .portfolio-item {
        right: 0;
        margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
        display: block;
        position: relative;
        margin: 0 auto;
        max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(56, 56, 56, 0.9);
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
        opacity: .7;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        font-size: 20px;
        color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
        margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
        margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
        margin: 0 auto;
        padding: 25px;
        max-width: 400px;
        text-align: center;
        background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
        margin: 0;
        text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
        margin: 0;
        font-size: 16px;
        font-style: italic;
}

#portfolio * {
        z-index: 2;
}

.team-member {
        margin-bottom: 50px;
        text-align: center;
}

.team-member img {
        margin: 0 auto;
        border: 7px solid #fff;
}

.team-member h4 {
        margin-top: 25px;
        margin-bottom: 0;
        text-transform: none;
}

.team-member p {
        margin-top: 0;
}

#contact .form-group {
        margin-bottom: 20px;
}

#contact .form-group input,
#contact .form-group textarea {
        padding: 15px;
        border-color: #A3A3A3;
        font-size: 16px;
}

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

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

#contact .form-control:focus {
        border-color: #00CC33;
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

#contact::-webkit-input-placeholder {
        text-transform: uppercase;
        font-weight: 700;
        color: #bbb;
}

#contact:-moz-placeholder {
        text-transform: uppercase;
        font-weight: 700;
        color: #bbb;
}

#contact::-moz-placeholder {
        text-transform: uppercase;
        font-weight: 700;
        color: #bbb;
}

#contact:-ms-input-placeholder {
        text-transform: uppercase;
        font-weight: 700;
        color: #bbb;
}

#contact .text-danger {
        color: #e74c3c;
}
#contact .help-block {
        font-weight: 400;
        font-size: 13px;
}
#contact .help-block ul {
        padding: 0 0 0 12px;
}
#contact .help-block li {
        list-style: none;
}
.contact-form {
        max-width: 700px;
        margin: 0 auto;
        background-color: none;
}
.contact-form form {
        margin: 20px 0 0 0;
}
@media(max-width:768px) {
        #contact .form-group {
                margin-bottom: 8px;
        }
        #contact .form-group input,
        #contact .form-group textarea {
                padding: 12px 10px;
        }
}
footer {
        padding: 25px 0;
        text-align: center;
}

footer span.copyright, footer a {
        text-transform: uppercase;
        text-transform: none;
        line-height: 40px;
        color: #878787;
}
footer span.copyright, footer a:hover {
        color: #878787;
}
footer ul.quicklinks {
        margin-bottom: 0;
        text-transform: uppercase;
        text-transform: none;
        line-height: 40px;
}

ul.social-buttons {
        margin-bottom: 0;
}

ul.social-buttons li a {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        font-size: 20px;
        line-height: 40px;
        outline: 0;
        color: #fff;
        background-color: #5A8787;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
        background-color: #FF99CC;
}

ul.social-buttons li a .icon:hover {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: rotateIn;
        animation-name: rotateIn;
}

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

.portfolio-modal .modal-content {
        padding: 40px 0;
        margin: 5%;
        min-height: 100%;
        border: 0;
        border-radius: 0;
        text-align: center;
        background-clip: border-box;
        -webkit-box-shadow: none;
        box-shadow: none;
}

.portfolio-modal .modal-content h2 {
        margin-bottom: 15px;
        font-size: 3em;
}

.portfolio-modal .modal-content p {
        margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
        margin: 20px 0 30px;
        font-size: 16px;
        font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
        margin-top: 0;
        margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
        margin-bottom: 30px;
}

.portfolio-modal .close-modal {
        position: absolute;
        top: 25px;
        right: 35px;
        width: 45px;
        height: 45px;
        background-color: transparent;
        cursor: pointer;
        display: block;
}

.portfolio-modal .close-modal:hover {
        opacity: .3;
}

.portfolio-modal .close-modal .lr {
        z-index: 1051;
        width: 1px;
        height: 45px;
        margin-left: 23px;
        background-color: #222;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
        z-index: 1052;
        width: 1px;
        height: 45px;
        background-color: #222;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}

img::selection {
        background: 0 0;
}

img::-moz-selection {
        background: 0 0;
}

.text-color-white {
        color: #FAFAFA;
}

.text-color-green {
        color: #72C854;
}

.text-color-blue {
        color: #1FA5FF;
}

.text-color-cyan {
        color: #00CCCC;
}

.text-color-orange {
        color: #FF8533;
}

.text-color-purple {
        color: #B92EFF;
}

.text-color-brown {
        color: #9C4F4F;
}

.text-color-gray {
        color: #666666;
}

.text-color-pink {
        color: #FF80BF;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #d79f39;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

/* top bar */
.top_bar {
    float: left;
    width: 100%;
    padding: 8px 0px;
    background:transparent;
}
.top_bar .left {
    float: left;
    width: 50%;
}
.top_bar .left span {
        display: none;
}
.top_bar .left ul {
    float: left;
    padding: 0px;
    margin: 0px;
}
.top_bar .left li {
    float: left;
    padding: 0px;
    margin: 0px 6px 0px 0px;
    font-size: 13px;
    color: #F2F2F2;
        list-style: none;
}
.top_bar .left li i:hover {
    background-color: #468B2D;
}
.top_bar .left li i {
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    border: 1px solid #575757;
    border-radius: 100%;
}
.top_bar .left li a {
    color: #F2F2F2;
        text-decoration: none;
}
.top_bar .left li a:hover {
    color: #454545;
}

.top_bar .right {
    float: left;
    width: 50%;
}
.top_bar .right ul {
    float: right;
    padding: 0px;
    margin: 0px;
}
.top_bar .right li {
    float: left;
    font-size: 12px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    border: 0px solid #575757;
    border-radius: 100%;
        list-style: none;
}
.top_bar .right li .fa:hover {
    color: #00C7AC;
    background-color: transparent;
}
.top_bar .right li a {
    color: #F0F0F0;
}
.top_bar .left ul li a,.top_bar .right ul li a {
        color: #B0B0B0;
}
.top_bar li span {
    color: #F5F5F5;
}
.top_bar i {
    color: #F0F0F0;
}

@media(min-width:768px) {
        .top_bar .left li i {
                display:none;
        }
        .top_bar .left span {
                display:inline-block;
        }
        .top_bar .left ul li a,.top_bar .right ul li a {
                color: #303030;
        }
}
.modal-content .close-modal {
    width: 46px;
    height: 46px;
    z-index: 999;
    right: 0;
    top:0;
    color: blue;
    background-color: #F0F0F0;
}

