/*===============================
Template Name: Rx Responsive Resume Template
Author: Tariqul islam
Version: 1.0
    
--------------------------------
    
CSS INDEX
=========
1. THEME CSS
1.2 COMMON CSS
2. HEADER CSS
2.1 STICKY MENU 
3. HERO AREA
4. ABOUT AREA
5. RESUME AREA
6. SKILL AREA
7. SERVICE AREA
8. PORTFOLIO AREA
9. PROCESS AREA
10. FUN AREA
11. BLOG AREA
12. REVIEW AREA
13. BRAND AREA
14. CONTACT AREA
/*========================================
1. THEME CSS
========================================== */

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus {
    outline: 0 solid
}
img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.fix {
    overflow: hidden
}
body {
    color: #363636;
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    background: #f4f4f4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-family: Ubuntu-Bold;
    color: #2b2b2b;
}
html,
body {
    height: 100%;
}
a:focus,
a:hover {
    color: #fff;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
input,
textarea {
    width: 100%;
    color: #4a4a4a;
    padding: 15px;
}
input {
    height: 40px;
    padding: 0 15px;
}
input:focus,
textarea:focus {
    outline: 0 none;
}
/*FONTS FOR THEME*/

@font-face {
    font-family: OpenSans-Light;
    src: url(fonts/OpenSans-Light.ttf);
}
@font-face {
    font-family: OpenSans-Regular;
    src: url(fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: OpenSans-Semibold;
    src: url(fonts/OpenSans-Semibold.ttf);
}
@font-face {
    font-family: Ubuntu-Bold;
    src: url(fonts/Ubuntu-Bold.ttf);
}
@font-face {
    font-family: Ubuntu-Medium;
    src: url(fonts/Ubuntu-Medium.ttf);
}
/* ============================================
1.2 COMMON CSS
===============================================*/

.nopadding {
    padding: 0;
}
.padding20 {
    padding-right: 10px;
    padding-left: 10px;
}
.paddingtop20{
    padding-top: 20px;
}
.section-padding {
    padding: 90px 0;
}
.section-intro {
    padding-bottom: 60px;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    position: relative
}
.section-title {
    font-family: Ubuntu-Bold;
    color: #2b2b2b;
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}
.section-title:after {
    color: #2b2b2b;
    content: "..........";
    height: 5px;
    left: 50%;
    position: absolute;
    top: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
}

.section-title-advert {
    font-family: Ubuntu-Bold;
    color: #2b2b2b;
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}
.section-title-advert-navigation{
    float: right;
    position: relative;
    vertical-align: middle;
    width: 70%;
    padding-top: 10px;
}
.custom-btn {
    border-radius: 3px;
    color: #363636;
    display: inline-block;
    font-family: Ubuntu-Bold;
    padding: 8px 30px;
    position: relative;
    text-transform: capitalize;
    border: 1px solid #a94442;
    letter-spacing: 4px;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
}
.custom-btn:before {
    background: #a94442 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100% 0;
    transform-origin: 50% 100% 0;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: -1;
}
.custom-btn i {
    margin: 0 5px;
}
.custom-btn:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.parallax-bg {
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    z-index: 1;
    background-position: 50% 0;
    margin: 0 auto;
    padding: 0;
    background-attachment: fixed;
}
.parallax-bg:before,
.progress-circular:before,
.single-certificate:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.color {
    color: #158415;
    font-family: OpenSans-Semibold;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.section-intro > p {
    max-width: 700px;
}
/* ======================================================
PRELODER AREA 
=========================================================*/

#rx-resume-preloader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}
.rx-resume-preloader {
    text-align: center;
    width: 100px;
    height: 63px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -31px;
}
.rx-resume-preloader span {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin: 31px auto;
    background: #a94442;
    border-radius: 63px;
    -webkit-animation-name: bubble-anim;
    animation-name: bubble-anim;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.bubble-01 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.bubble-02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.bubble-03 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
@-webkit-keyframes bubble-anim {
    0% {
        width: 13px;
        height: 13px;
        background-color: #a94442;
        -webkit-transform: translateY(0);
    }
    100% {
        width: 30px;
        height: 30px;
        background-color: #a94442;
        -webkit-transform: translateY(-26px);
    }
}
@keyframes bubble-anim {
    0% {
        width: 13px;
        height: 13px;
        background-color: #ba4442;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        width: 30px;
        height: 30px;
        background-color: #a94442;
        -webkit-transform: translateY(-26px);
        transform: translateY(-26px);
    }
}
/* ==========================================
2. HEADER CSS
=============================================*/

.header-area {
    background: transparent;
    -webkit-transition: .4s;
    transition: .4s;
}
.main-menu nav {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    border-radius: 0;
}
.main-menu .nav.navbar-nav {
    padding-top: 10px;
}
.main-menu .navbar-collapse {
    box-shadow: none;
}
.main-menu .navbar-brand {
    color: #363636;
    font-size: 30px;
    height: 65px;
    padding: 0 7px 15px;
    -webkit-transition: .4s;
    transition: .4s;
    display: inline-block;
}
.header-area .nav.navbar-nav.navbar-right {
    margin-right: 0
}
.main-menu .navbar-default .navbar-nav > li {
    position: relative;
    z-index: 1
}
.main-menu .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: Ubuntu-Medium;
    padding: 22px 15px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: .4s;
    transition: .4s;
}
.main-menu .navbar-default .navbar-nav > li.active:after {
    top: 46px;
}
.main-menu .navbar-default .navbar-nav > .active > a,
.main-menu .navbar-default .navbar-nav > .active > a:focus,
.main-menu .navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #c55d5b;
}
.main-menu .navbar-default .navbar-collapse,
.main-menu .navbar-default .navbar-form {
    border-color: transparent;
}
.main-menu .navbar-toggle {
    margin-top: 15px;
    border-color: #c55d5b;
}
.main-menu .navbar-default .navbar-toggle .icon-bar {
    background-color: #c55d5b
}
.main-menu .navbar-brand img {
    height: 120px;
    -webkit-transition: .4s;
    transition: .4s;
}
/* =======================================
2.1 STICKY MENU 
=========================================*/

.sticky-wrapper {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999 !important;
}
.is-sticky .main-menu .navbar-brand img {
    height: 50px;
}
.is-sticky .main-menu .navbar-default .navbar-nav > li:before {
    top: 10px;
}
.is-sticky .navbar {
    min-height: 0px;
}
.is-sticky .header-area {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10), 0 5px 10px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10), 0 5px 10px rgba(0, 0, 0, 0.10);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10), 0 5px 10px rgba(0, 0, 0, 0.10);
}
.is-sticky .main-menu .nav.navbar-nav {
    padding-top: 0px;
}
.is-sticky .header-area .navbar-default .navbar-nav > li > a {
    padding: 15px 15px;
    color: #363636;
}
.is-sticky .header-area .navbar-default .navbar-nav > li.active a {
    color: #c55d5b;
}
.is-sticky .header-area .navbar-brand {
    height: 50px;
    padding: 0px 15px 7px;
}
.header-area,
.main-menu .nav.navbar-nav,
.header-area .navbar-default .navbar-nav > li > a,
.header-area .navbar-brand,
.main-menu .navbar-toggle,
.main-menu .navbar-default .navbar-nav > li.active {
    -webkit-transition: .4s;
    transition: .4s;
}
/* ====================================
3. HERO AREA
=======================================*/

.hero-area {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 700px;
    position: relative;
    z-index: 1;
}
.hero-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: #000;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.hero-wrap {
    padding: 250px 0 0;
}
.hero-wrap.text-center > p {
    color: #fff;
    font-family: Ubuntu-Medium;
    font-size: 18px;
    letter-spacing: 8px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.element {
    color: #fff;
    font-family: OpenSans-Regular;
    font-size: 60px;
    height: 100px;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 1;
}
.typed-cursor {
    display: none;
}
.hero-area .custom-btn {
    margin-top: 10px;
    color: #fff;
}
.scroll-down {
    border: 2px solid #fff;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    height: 65px;
    margin: 65px auto 0;
    position: relative;
    width: 30px;
}
.scroll-down::before {
    position: absolute;
    content: "";
    height: 17px;
    width: 2px;
    background: #fff;
    animation: 1.5s ease-in-out 0s normal none infinite running line-move;
}
@-webkit-keyframes line-move {
    0% {
        top: 9px;
    }
    100% {
        top: 35px;
    }
}
/* Standard syntax */

@keyframes line-move {
    0% {
        top: 9px;
    }
    100% {
        top: 35px;
    }
}
/* ======================================
4. ABOUT AREA
=========================================*/

.about-thumb {
    height: 320px;
    position: relative;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.about-thumb:after {
    border: 10px solid #000;
    content: "";
    height: 100%;
    left: 25px;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: -1;
    -webkit-transition: .4s;
    transition: .4s;
}
.about-thumb img {
    height: 320px;
    width: 100%;
}
.about-thumb > a:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s;
}
.about-thumb:hover a:after {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.about-thumb:hover.about-thumb:after {
    top: 0;
    left: 0;
    z-index: 1;
}
.about-intro {
    border-left: 5px solid #a94442;
    padding-left: 85px;
    position: relative;
    border-radius: 15px;
}
.about-area .section-title:after {
    left: 11%;
}
.persional-info {
    margin: 45px 0 35px;
}
.about-area .custom-btn {
    color: #363636;
}
.about-area .custom-btn:hover,
.blog-area .custom-btn:hover {
    color: #fff;
}
.about-intro:after,
.about-intro:before {
    background: #a94442 none repeat scroll 0 0;
    content: "";
    height: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5px;
    border-radius: 40px;
}
.about-intro:after {
    left: 15px;
}
.about-intro:before {
    left: -22px;
}
.persional-info ul {
    list-style: none;
    padding: 0;
}
.persional-info > ul > li {
    margin-bottom: 15px;
}
.persional-info li::after {
    clear: both;
    content: "";
    display: table;
}
.persional-info .head {
    display: block;
    float: left;
    font-family: Ubuntu-Medium;
    line-height: 28px;
    text-transform: capitalize;
    width: 120px;
    font-weight: normal;
}
.persional-info .info {
    color: #8c8e92;
    display: block;
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 28px;
    margin-left: 150px;
}
.persional-info a {
    color: #8c8e92;
}
.about-social {
    text-align: center;
    padding-top: 50px;
}
.about-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.about-social > ul > li {
    display: inline-block;
    padding-right: 15px;
}
.about-social > ul > li > a {
    width: 40px;
    height: 40px;
    display: inline-table;
    text-align: center;
    background: #96a1e1;
    border-radius: 3px;
}
.about-social > ul > li a.fb {
    background: #508DD8;
}
.about-social > ul > li a.tw {
    background: #61D5FF;
}
.about-social > ul > li a.ln {
    background: #30A8E6;
}
.about-social > ul > li a.be {
    background: #0094FF;
}
.about-social > ul > li a.gp {
    background: #DD4F43;
}
.about-social > ul > li > a > i {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
}
/* ====================================
5. RESUME AREA
=======================================*/

.education > h3,
.experience > h3 {
    margin-bottom: 60px;
    text-align: center;
    font-size: 32px;
}
.education {
    text-align: right;
}
.certificate-collum.right {
    text-align: left;
    position: relative;
}
.certificate-collum {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.certificate-collum.right:after {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: -19px;
    position: absolute;
    top: 0px;
    width: 8px;
}
.education > h3 span,
.experience > h3 span {
    background: #a94442 none repeat scroll 0 0;
    border-radius: 3px;
    display: inline-table;
    height: 60px;
    margin: 0 10px;
    text-align: center;
    width: 60px;
    color: #fff;
}
.education > h3 span i,
.experience > h3 span i {
    display: table-cell;
    vertical-align: middle;
}
.single-certificate {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 75px;
    max-width: 520px;
    min-height: 190px;
    margin-left: 10px;
    padding: 30px 40px;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 1;
}
.right .single-certificate {
    margin-left: 25px;
}
.certificate-collum li:last-child {
    margin-bottom: 0;
}
.single-certificate:after {
    background: #a94442 none repeat scroll 0 0;
    border-radius: 60px;
    content: "";
    height: 25px;
    position: absolute;
    right: -32px;
    top: -2px;
    width: 25px;
    z-index: 1;
}
.right .single-certificate:after {
    left: -32px;
}
.single-certificate:before {
    background: #a94442;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.single-certificate h4 {
    font-family: Ubuntu-Medium;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.certificat-heading small {
    color: #8c8e92;
    display: block;
    font-family: OpenSans-Regular;
    font-size: 14px;
    margin-top: 5px;
}
.single-certificate > p {
    font-family: OpenSans-Semibold;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.duration {
    background: #4a934b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: OpenSans-Semibold;
    padding: 3px 15px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 3px;
}
/* ================================
6. SKILL AREA
===================================*/

.skill-area.section-padding {
    height: auto;
    padding: 90px 0 70px;
    background-size: cover;
}
.skill-area .section-title,
.skill-area .section-title:after {
    color: #fff;
}
.progress-circular {
    padding-left: 30px;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1
}
.progress-circular:before {
    background: #000;
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.progress-circular > span {
    background: #a94442 none repeat scroll 0 0;
    color: #fff;
    font-family: Ubuntu-Medium;
    font-size: 26px;
    height: 21%;
    left: 50%;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 50%;
    z-index: 1;
    border-radius: 3px;
}
.progress-circular > span:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 40px;
    position: absolute;
    right: -25px;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 40px;
    z-index: -2;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/* ============================================
7. SERVICE AREA
===============================================*/

.service-area {
    padding: 90px 0 30px;
}
.service-area .section-intro {
    padding-bottom: 80px;
}
.single-service {
    background: #fff none repeat scroll 0 0;
    padding: 30px 20px;
    margin-bottom: 60px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
}
.single-service:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    cursor: pointer;
}
.single-service span {
    background: #a94442 none repeat scroll 0 0;
    border-radius: 3px;
    height: 60px;
    left: 30px;
    position: absolute;
    text-align: center;
    top: -30px;
    width: 60px;
    display: inline-table;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
}
.single-service span i {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
}
.single-desc {
    margin-top: 20px;
}
.single-desc > h3 {
    font-size: 24px;
    text-transform: capitalize;
}
/* =======================================
8. PORTFOLIO AREA
==========================================*/

.portfolio-area.section-padding {
    position: relative;
}
.portfolio-menu {
    float: none;
    text-align: center;
    padding-bottom: 65px;
}
.portfolio-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.portfolio-menu ul li {
    display: inline-block;
    padding-right: 20px;
}
.portfolio-menu ul li:last-child {
    padding: 0;
}
.portfolio-menu ul li a {
    border: 1px solid #a94442;
    color: #555;
    font-family: Ubuntu-Medium;
    font-size: 18px;
    padding: 7px 15px;
    text-transform: capitalize;
    border-radius: 3px;
    position: relative;
}
.portfolio-menu ul li.active a,
.portfolio-menu ul li:hover a {
    background: #a94442;
    color: #fff;
}
.port-hover {
    background: #a94442 none repeat scroll 0 0;
    border-radius: 0;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    width: 100%;
    cursor: pointer;
    z-index: 1;
    left: 0;
    top: 0;
}
.port-hover > a {
    color: #fff;
    display: table;
    font-size: 35px;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.point {
    margin-top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: 50%;
    margin-left: -18px;
}
.port-hover > .title {
    bottom: 35%;
    color: #fff;
    font-family: OpenSans-Regular;
    font-size: 16px;
    left: 20%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 0 0 15px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 60%;
}
.demo-detals {
    padding-top: 20px;
}
.grid-item--height2 .port-hover > .title {
    margin-bottom: 30px;
}
.port-hover:hover.port-hover > a,
.port-hover:hover.port-hover .title,
.port-hover:hover .point {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.port-hover:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.port-hover:hover.port-hover > a {
    top: 0;
}
.port-hover.port-hover:hover .title {
    bottom: 45%;
}
/* ---- grid ---- */

.portfolio-area .grid-item {
    float: left;
    height: 270px;
    overflow: hidden;
    width: 33.334%;
}
.portfolio-area .grid-item img {
    height: 270px;
    width: 100%;
    padding:5px;
}
.portfolio-area .grid-item--height2 {
    height: 540px;
}
.portfolio-area .grid-item--height2 img {
    height: 540px;
}
.portfolio-area .modal-dialog {
    margin: 150px auto 30px;
    width: 75%;
}
.portfolio-area button.close {
    background: #a94442 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    height: 40px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    z-index: 2;
}
.portfolio-area .close:focus,
.portfolio-area .close:hover {
    color: #fff;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.portfolio-area .grid-item .modal-body img {
    height: 400px;
}
.portfolio-area .modal-content {
    border: none;
}
.project-heading {
    font-size: 22px;
    margin: 0px 0 15px;
    text-transform: capitalize;
}
.demo-detals .date {
    color: #8c8e92;
    font-family: Ubuntu-Medium;
    text-transform: capitalize;
}
.demo-detals .category {
    font-family: Ubuntu-Medium;
    font-size: 18px;
    text-transform: capitalize;
}
.demo-detals > p {
    margin-bottom: 30px;
}
/* =============================================
9. PROCESS AREA
================================================*/

.process-area {
    padding-bottom: 80px;
}
.accordion-wrap .panel-heading {
    background-color: #a94442;
    border: 0 none;
    color: #fff;
    font-size: 18px;
    font-family: Ubuntu-Medium;
}
.panel.panel-default {
    border-radius: 3px;
    overflow: hidden;
}
.panel-group .panel + .panel {
    margin-top: 25px;
}
.panel-title {
    font-family: OpenSans-Semibold;
    font-size: 18px;
}
.accordion-wrap .panel-title a:hover {
    color: #fff;
}
.accordion-wrap .panel-body,
.panel {
    border: 0 none;
}
.accordion-wrap .panel-body {
    background-color: #cd4442;
    color: #fff;
    font-family: OpenSans-Regular;
    font-size: 14px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}
.panel-title > a {
    display: block;
    text-transform: capitalize;
    margin-left: 10px;
}
.panel-title a:after {
    content: "\f068";
    font-size: 16px;
    font-family: fontawesome;
    right: 40px;
    position: absolute
}
.panel-title a.collapsed:after {
    content: "\f067";
}
/* ===================================
10. FUN AREA
======================================*/

.fun-area {
    padding: 105px 0;
}
.single-fun {
    padding: 35px 40px;
    text-align: center;
    float: left;
    width: 25%;
    position: relative;
    z-index: 1;
}
.single-fun:after,
.light-bg:after,
.contact-form:after {
    background: #000;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.light-bg:after {
    background: #a94442;
}
.single-fun i {
    color: #fff;
    display: block;
    font-size: 80px;
    margin-bottom: 40px;
}
.counter {
    color: #fff;
    font-family: Ubuntu-Medium;
    font-size: 60px;
}
.single-fun > p {
    color: #fff;
    font-family: OpenSans-Semibold;
    letter-spacing: 3px;
    margin-top: 15px;
    text-transform: uppercase;
}
/* ======================================
11. BLOG AREA
=========================================*/

.blog-area.section-padding {
    padding: 90px 0 60px;
}
.blog-details {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
}
.blog-details .custom-btn {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #a94442;
    color: #363636;
    padding: 3px 10px;
    letter-spacing: 1px;
}
.blog-txt > h4 {
    font-size: 22px;
    line-height: 30px;
    margin: 10px 0 0;
    text-transform: capitalize;
}
.blog-txt > p {
    margin: 10px 0 25px;
}
.blog-txt > span {
    font-size: 14px;
    color: #8c8e92;
    font-family: OpenSans-Regular;
}
.blog-area .owl-controls {
    bottom: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.blog-area .owl-theme .owl-controls .owl-page span {
    background: #fff;
}
.blog-thumb {
    line-height: 0;
}
.carousel-blog img,
.blog-thumb > img,
.blog-thumb > iframe {
    height: 210px;
    width: 100%;
}
/* =======================================
12. REVIEW AREA 
==========================================*/

.review-area,
.fun-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.review-area {
    padding: 105px 0;
}
.review-area .section-title:after {
    color: #fff;
    left: 7%;
}
.review-area .owl-theme .owl-controls {
    bottom: -13px;
    left: 36%;
    position: absolute;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
.review-area .owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    width: 35px;
}
.qoute-thumb {
    display: block;
    float: left;
    margin-right: 43px;
    position: relative;
    width: 250px;
    z-index: 1;
}
.qoute-thumb > img {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    height: 250px;
    padding: 10px;
    width: 250px;
}
.qoute-thumb:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 45px;
    position: absolute;
    right: -15px;
    top: 40%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 45px;
    z-index: -1;
}
.qoute-details {
    color: #fff;
    float: right;
    position: relative;
    vertical-align: middle;
    width: 70%;
}
.qoute-details h5 {
    color: #fff;
    font-family: OpenSans-Semibold;
    font-size: 16px;
}
.qoute-details:after {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 170px;
    left: 0;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    position: absolute;
    top: 115px;
    z-index: -1;
}
.qoute-details .section-title {
    color: #fff;
}
.qoute-details > p {
    font-family: OpenSans-Regular;
    font-size: 18px;
    line-height: 35px;
    margin-top: 40px;
}
/* ============================================
13. BRAND AREA
===============================================*/

.single-brand {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin: 5px;
    text-align: center;
}
.single-brand:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
/* ======================================
14. CONTACT AREA
=========================================*/

.contact-area {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 90px 0px 0;
}
.contact-area:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.removepadding{
    padding: 0 !important;
}
.contact-form:after {
    border-radius: 3px;
}
.contact-area .section-title,
.contact-area .section-title:after {
    color: #fff;
}
#google-map {
    height: 412px;
    width: 100%;
    border-radius: 3px
}
.contact-form {
    position: relative;
    padding: 20px;
    border-radius: 3px;
    z-index: 1;
}
.contact-form .form-group {
    margin-bottom: 10px;
}
.contact-form input,
.contact-form textarea {
    border: 1px solid #a94442;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-family: OpenSans-Regular;
    border-radius: 3px;
}
.contact-form textarea {
    height: 100px;
}
.contact-form label {
    font-family: OpenSans-Regular;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    color: #fff;
}
.contact-area button {
    background: #a94442;
    border-radius: 3px;
    color: #fff;
    font-family: OpenSans-Semibold;
    margin-top: 15px;
    padding: 7px 10px;
    text-transform: uppercase;
    width: 100%;
    border: none;
}
.copy-right {
    padding-top: 40px;
    padding-bottom: 15px;
}
.copy-right p {
    color: #fff;
}

.edtt-logo-right{
    width: 15%;
    float: right;
    display: block;
}

.edtt-logo-middle{
    display: none;
}

.blueLink a{
    color: #46B2E3 !important;
    text-transform: none !important;
    text-shadow: 1px 1px 3px #000, 1px 1px 3px #000;
}

.client-img{
    width:  200px;
    height: 200px;
    object-fit: contain;
}

@media only screen and (max-width: 767px) {
    .edtt-logo-right{
        display: none;
    }

    .edtt-logo-middle{
        display: block;
        width: 20%;
        transform: translateX(100%);
        padding-top: 10px;
    }
}