home-2-bg-1/*
Template Name: Parall
*/


/* ==========
CSS Index

*Base CSS
*Header CSS
*Main Menu CSS
*Hero CSS
*Social CSS
*Client CSS
*Item left CSS
*Item right CSS
*Service CSS
*About CSS
*Work Process CSS
*Portfolio CSS
*Cta CSS
*Pricing CSS
*Blog CSS
*Contact CSS
*Footer CSS
*Home-2 CSS
*Home-3 CSS
*Home-4 CSS
*Home-5 CSS

============= */


@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500');
/* ==========
Base 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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,
body { 
    height: 100%;
    font-family: 'Poppins', sans-serif;
    color: #18172C;

 }

input:focus, textarea:focus, button:focus{
    outline:none;
} 

a:hover { text-decoration: none; }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
p{
    text-align: justify !important;
}

.pt-90{
    padding-top: 90px;
}
.pb-90{
    padding-bottom: 90px;
}

.mt-90{
    margin-top: 90px;
}
.mb-90{
    margin-bottom: 90px;
}
.hero-btn {text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    background: transparent;
    padding: 9px 20px;
    border-radius: 3px;
    border: 1px solid #fff;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    margin-left: -27px;
}

.hero-btn:hover {
    border: 1px solid #dbce70;
    background: #dbce70;
    color: #fff;
}
.call-to-action h4 {
    font-weight: 600;
}

.call-to-action h3 {
    font-size: 36px;
    font-weight: 600;
}

.call-to-action p {
    margin-bottom: 50px;
}


/* ==========
Header CSS
============= */
.header-area {
    background: transparent;
    padding: 17px;
    width: 100%;
    position: absolute;
    z-index: 2
}

/* ==========
Main Menu CSS
============= */
.slicknav_menu{
    display: none
}
.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainmenu li {
    display: inline-block;
}

.mainmenu li a {
    color: #FFFFFF;
    font-weight: 500;
    padding: 9px 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.mainmenu li:nth-child(7) a {
    padding-right: 0px;
}

.mainmenu {
    margin-top: 10px;
}

.mainmenu li a:hover {
    color: #dbce70;
}
.sticky {
    position: fixed;
    top: 0;
    background: #dbce70;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: 9999;
  }

.sticky li a:hover {
    color: #fff ;
}
.sticky li a{
    color: #fff ;
    -webkit-transition: .3s;
    transition: .3s
}

/* ==========
Hero CSS
============= */
.hero-bg{
    background-image: url(../img/hero-bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    background-color: #333;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.hero-area {
    position: relative;
    top: 0;
    color: #FFFFFF;
}

.hero-content h3 {
    margin-top: 265px;
    font-size: 30px;
    font-weight: 400;
}

.hero-content h1 {
    font-weight: 600;
    text-transform: uppercase;
}

.hero-content p {
    font-size: 16px;
    margin-bottom: 40px;
}

.hero-bg:before, .work-bg-last img:before, .cta-area:before,.home-2-hero:before {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    background: #18172C;
}


.hero-btn-2 {
    margin-left: 20px;
}



/* ==========
Social CSS
============= */

.social-wrapper {
    padding-top: 240px;
    padding-bottom: 30px;
}
.social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.social-links li a {
    color: #F1F1F1;
    padding: 10px;
    font-size: 14px;
}

.social-links li:nth-child(1) a {
    padding-left: 0;
}

.social-links li a:hover {
    color: #dbce70;
}
.social-links {
    margin-top: 9px;
}

.bouncing-icon {
    border: 2px solid #fff;
    height: 28px;
    display: inline-block;
    width: 23px;
    border-radius: 11px;
    color: #B9B4B4;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    margin-top: 8px;
    -webkit-animation: 3s ease 0s normal none infinite running bounce;
            animation: 3s ease 0s normal none infinite running bounce;
}


.bouncing-icon:hover {
    color: red;
}

.social-mail {
    font-size: 14px;
    margin-top: 13px;
}


/* ==========
Client CSS
============= */
.client-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.client-wrapper li {
    display: inline-block;
}

.client-wrapper li img {
    padding: 2px 32px;
    display: inline-block;
}

.client-wrapper li:nth-child(1) img {
    padding-left: 0;
}

.client-wrapper li:nth-child(5) img {
    padding-right: 0;
}

.client-wrapper {
    padding-top: 45px;
    margin-bottom: 90px;
}





/* ==========
Item left CSS
============= */
.item-content-wrap {
    margin-top: 40px;
    padding-bottom: 10px;
}

.item-content-wrap h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
}

.item-p-2 {
    margin-bottom: 34px;
}

.item-btn {
    background: #dbce70;
    margin-left: 0;
    border: 1px solid #dbce70;
    padding: 9px 18px;
}

.item-btn:hover {
    background-color: #18172C;
    color: #dbce70;
    border: 1px solid #18172C;
}

.item-content-wrap:nth-child(2) p {
}

.item-content-wrap h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
}

.item-p-2 {
    margin-bottom: 40px;
}

.item-btn {
    background: #dbce70;
    margin-left: 0;
    border: 1px solid #dbce70;
    padding: 9px 18px;
}

.item-btn:hover, .contact-btn:hover {
    background-color: #18172C;
    color: #dbce70;
    border: 1px solid #18172C;
}



/* ==========
Item right CSS
============= */
.right-item-box {
    border: 1px solid #F9F9F9;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    margin-bottom: 30px;
}

.single-item-content {
    padding: 20px;
    min-height: 381px;
}

.single-item-content h4 {font-weight: 600;margin-top: 20px;}

.right-item-box:hover {
    border-bottom: 1px solid #dbce70;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0px 0px 30px 1px #F1F1F1;
    -webkit-transform: translate(0, -12px) !important;
            transform: translate(0, -12px) !important;
}

.item-right-img {
    height: 70px;
    width: auto;
    text-align: left;
}


/* ==========
Service CSS
============= */
.service-icon-bg{
    background-image: url(../img/service-icon-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}


.service-icon-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}
.service-icon-content p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.service-icon-wrap {
    height: 110px;
    width: 100%;
    display: table;
    padding: 30px;
}

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


.single-service-box {
    padding-bottom: 18px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 30px;
}

.single-service-box:hover {
    box-shadow: 5px 4px 19px 12px #F5F5F5;
}

.single-service-box:hover .service-icon-content h4 {
    color: #F13838;
}


/* ==========
About CSS
============= */
.img-wrap {
    background-color: #dbce70;
    border-top-right-radius: 100px;
    border: 1px solid #dbce70;
    border-bottom-left-radius: 100px;
}

.about-bg {
    overflow: hidden;
    padding: 21px;
}

.about-content h6 {
    font-size: 24px;
    font-weight: 600;
}

.about-content h2 {
    font-size: 36px;
    font-weight: 600;
}

.about-content {
    padding: 30px;
}

/* ==========
Work Process CSS
============= */
.work-row {
    margin-top: 56px;
}
.work-process-bg{
    background-image: url(../img/work-bg-1.png);
    background-size: cover;
    background-position: center bottom;
}

.work-heading h2 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 600;
    margin-top: 101px;
}

.work-heading p {
    color: #FFFFFF;
}
.single-icon {
    height: 100px;
    width: 100px;
    background: none;
    text-align: center;
    line-height: 96px;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid #DBDBD9;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.single-icon:hover {
    background: #dbce70;
}

.work-content {
    color: #fff;
}

.work-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
}
.work-btn:hover {
    background: #FFFFFF;
    border: 1px solid #fff;
}
.btn-wrap {
    padding-top: 27px;
    padding-bottom: 123px;
}




/* ==========
Team CSS
============= */
.team-area {
    padding-bottom: 70px;
}
.team-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.team-social li a {
    color: #000000;
    display: inline-block;
    padding: 8px;
    -webkit-transition: .3s;
    transition: .3s;
}

.team-social li a:hover {
    color: #F03939;
}

.single-slide{
    background: #F8F8F8;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 3px;
}
.slide-img img {
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.team-slide-wrap .owl-dot {
    height: 20px;
    width: 20px;
    margin-left: 10px;
    border-radius: 50%;
    border: 2px solid #373737;
    background: none;
}

.team-slide-wrap.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 50px;
}

.team-slide-wrap .owl-dot.active {
    background: #1E1E1E;
}






/* ==========
Portfolio CSS
============= */
.product-bg-1{background-image: url(../img/elite/fpa_s.jpg);}
.product-bg-2{background-image: url(../img/elite/fpb_s.jpg);}
.product-bg-3{background-image: url(../img/elite/fpc_s.jpg);}
.product-bg-4{background-image: url(../img/elite/fpd_s.jpg);}
.product-bg-5{background-image: url(../img/elite/siteplan_s.jpg);}
.product-bg-6{background-image: url(../img/portfolio-img-6.png);}
.product-bg-7{background-image: url(../img/portfolio-img-7.png);}
.product-bg-8{background-image: url(../img/portfolio-img-8.png);}
.product-bg-9{background-image: url(../img/portfolio-img-9.png);}

.product-list {
    margin-left: -2%;
    overflow: hidden;
}

.single-product-item {
    float: left !important;
    height: 400px;
    /*margin-left: 2%;*/
    margin-bottom: 20px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #F6F1F0;
    width: 100%;
}

.single-product-item:nth-child(3) {
    height: 520px;
    width: 48%;
}

.portfolio-content {
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #074ce1a8;
    -webkit-transform: rotateY(180deg) scale(0.5);
            transform: rotateY(180deg) scale(0.5);
    -webkit-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.portfolio-content a {
    font-size: 50px;
    color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 50%;
    position: absolute;
    line-height: 100px;
    margin-top: -50px;
    left: 0;
    right: 0;
    -webkit-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}

.single-product-item:hover .portfolio-content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotateY(0deg) scale(1);
            transform: rotateY(0deg) scale(1);
}

.single-product-item:hover .portfolio-content a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* ==========
Cta CSS
============= */
.cta-bg{
    background-image: url(../img/cta-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.cta-area {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.cta-area:before {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    background: #52504E;
}

.cta-call {
    color: #FFFFFF;
}


.cta-call p {
    margin-bottom: 35px;
}

.cta-right-img, .cta-call {
    padding-top: 50px;
}

.cta-call {padding-bottom: 11px;}

.cta-right-img {
    padding-bottom: 50px;
}


/* ==========
Pricing CSS
============= */
.pricing-area {
    padding-bottom: 24px;
}
.pricing-wrap {
    background-color: #F8F8F8;
    padding-bottom: 75px;
    padding-top: 75px;
}

.price-heading {
    font-size: 30px;
    font-weight: 600;
}

.price-number {
    font-size: 70px;
}

.price-content-bottom p {
    font-weight: 500;
}

.price-content-bottom {
    margin-bottom: 34px;
}

.price-btn {
    background: none;
    color: #1D1E28;
    border: 1px solid #9A9A9E;
    font-weight: 600;
}
.price-btn-2:hover{
    color: #fff
}

.price-content-2 {
    position: relative;
}

.price-content-2 h5 {
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-clip-path: polygon(13% 0%, 87% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(13% 0%, 87% 0%, 100% 100%, 0% 100%);
    background: #1D1E28;
    color: #fff;
    font-size: 14px;
    padding: 3px 49px;
    right: -33px;
    top: -34px;
}

.pricing-wrap-2 {
    background: #dbce70;
    color: #fff;
    margin: -24px;
    padding-bottom: 60px;
    box-shadow: 0px 0px 17px 7px #C8C8C8;
    position: relative;
    z-index: 1;
}
.price-number-2 {
    font-size: 90px;
}

.price-content-bottom-2 {
    margin-bottom: 35px;
}

.price-btn-2 {
    color: #fff;
    border: 1px solid #F89B9B;
}
.prising-call {
    padding-bottom: 24px;
}


/* ==========
Blog CSS
============= */
.blog-wrap {
    padding-bottom: 1px;
    border-radius: 3px;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.blog-date {
    font-size: 12px;
}

.blog-botder {
    margin-left: 10px;
}

.blog-date-right {
    margin-left: 10px;
}

.blog-content h6 {
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
}

.blog-content {padding: 15px;}

.blog-wrap:hover {
    box-shadow: 0 30px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
}
.blog-wrap:hover .blog-content h6 {
    color: #F14F4F;
}
.blog-bottom-p {
    font-size: 15px;
}






/* ==========
Contact CSS
============= */
.contact-form h3, .location h3 {
    font-size: 24px;
}
.success {
    bottom: 0;
    position: absolute;
    color: green;
}
.error {
    position: absolute;
    bottom: 0;
    color: red;
}
.contact-form input, .contact-form textarea {
    width: 69%;
    border: 1px solid #F7F7F9;
    padding: 12px;
    border-radius: 3px;
    margin-bottom: 15px;
    color: #7B7D82;
    font-size: 14px;
    font-weight: 400;
}

.contact-form h3 {
    padding-top: 10px;
    margin-bottom: 25px;
}

.contact-form-wrap {
    background: #fff;
    border-radius: 5px;
    width: 146%;
    box-shadow: 0px 0px 30px 1px #F1F1F1;
}

.contact-form {
    padding: 20px;
}

.contact-form input:focus {
    border: 1px solid #ddd;
}

.location ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 51px;
}

.location i.fa {font-size: 20px;width: 28px;}


.location-wrap {
    color: #fff;
    padding: 15px;
}

.location {
    background: #27272F;
    padding: 34px;
    border-radius: 10px;
    width: 85%;
    margin-top: 80px;
    -webkit-transition: all 3s ease 0s;
    transition: all 3s ease 0s;
}
.location:hover {
    background: #F24242;
}
.location-ml {
    margin-left: 29px;
}
.location h3 {
    padding-top: 18px;
}

.location ul {
    padding-bottom: 18px;
}
.contact-btn {
    background: #dbce70;
    cursor: pointer;
    border: 1px solid #dbce70;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 3px;
    margin-left: 15px;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.map-img-area {
    margin-top: -196px;
}
.map-img {
    position: relative;
    z-index: -1;
}
.pointer-img {
    position: absolute;
    right: 52%;
    margin-top: -192px;
}






/* ==========
Footer CSS
============= */
.footer-area {
    background: #1A1A1A;
    color: #F0F0F0;
}

.widget-content p {font-size: 14px;font-family: 'Montserrat', sans-serif; font-weight: 500;}

.widget-content h5 {
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
}

.widget-content h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.widget-mail input {
    background: none;
    border: none;
    border-bottom: 1px solid #C7C7C7;
    color: #fff;
    padding-right: 20px;
    width: 96%;
}

.widget-mail span a i.fa {
    color: #dbce70;
    position: absolute;
    margin-left: -15px;
    margin-top: 6px;
}

.widget-mail placeholder {
}

.widget-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.widget-social li a {
    display: inline-block;
    height: 27px;
    width: 27px;
    background: #FFFFFF;
    color: #1A1A1A;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 15px;
    margin-left: 12px;
    -webkit-transition: .3s;
    transition: .3s;
}

.widget-social li:nth-child(1) a {
    margin-left: 0;
}

.widget-social li a:hover {
    background: #dbce70;
    color: #fff;
}

.widget-logo {
    margin-bottom: 30px;
}

.widget-wrap {
    padding-top: 90px;
    padding-bottom: 90px;
}

.widget-content h5 {
    margin-top: 61px;
}
.copyright-area {
    color: #B3B3B3;
    background: #000000;
}

.copyright-wrap p {
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif; 
    font-weight: 400;
}


/* ==========
Home-2 CSS
============= */
.home-2-content {
    padding-bottom: 285px;
}
.home-2-bg-1{
    background-image: url(../img/banner1.jpg);
}
.home-2-bg-2{
    background-image: url(../img/hero-bg.jpg);
}

.home-2-hero{
    position: relative;
    width:100%;  
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    background-color: #1E1E1E;
}
.home-2-hero:before {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    background: #18172C;
}

.hero-area-wrap .owl-dot {height: 20px;
    width: 20px;
    margin-left: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
}

.hero-area-wrap .owl-dot.active {
    background: #fff;
}

.hero-area-wrap.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -50px;
}




/* ==========
Home-3 CSS
============= */
.home-3-hero{
    background-image: url(../img/home-3-bg.png);
    background-size: cover;
    background-position: center bottom;
}
.home-3-content {
    padding-bottom: 254px;
}

.home-3-border {
    border-bottom: 2px solid #fff;
}


/* ==========
Home-4 CSS
============= */
.hero-area-home-4 .owl-prev ,.hero-area-home-4 .owl-next {
    position: absolute;
    background: transparent;
    top: 50%;
    left: 150px;
    line-height: 20px;
    margin-top: -50px;
    transition: .3s;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    text-align: center;
    font-size: 29px;
    border: 2px solid #EBEBEB;
    color: #EBEBEB;
}

.hero-area-home-4 .owl-next {
    right: 150px;
    left: auto;
}

.hero-area-home-4 .owl-prev:hover, .hero-area-home-4 .owl-next:hover {
    background-color: #dbce70;
    border: 2px solid #dbce70;
}


/* ==========
Home-5 CSS
============= */
.home-5-bg-1{
    background-image: url(../img/home-5-bg.png);
}
.home-5-bg-2{
    background-image: url(../img/home-5-bg.png);
}

.home-5-hero{ 
    background-position:center bottom;
    background-repeat:no-repeat;
    width: 100%;
}

.abs{
    position: absolute;
    top: 12%;
    right: 3%;
    z-index: 1;
        width: auto;
    float: right;
}

@media (max-width: 768px){
    .abs{
    position: relative;
    top: 0px;
    right: 0%;
    z-index: 9;    width: auto;
    float: none;
}
}

#abs .contact-form input, .contact-form textarea {
        width: 100%;
    border: 1px solid #F7F7F9;
    padding: 7px;
    border-radius: 3px;
    margin-bottom: 8px;
    color: #7B7D82;
    font-size: 14px;
    font-weight: 400;
}

#abs .contact-form-wrap {
    background: #fff;
    border-radius: 5px;
    width: 100%;
    box-shadow: initial;
}

.draw{
    background: #fff;
    color: #b08e2a;
    padding: 12px 15px;
    border-radius: 22px;
}
.draw a{
    color: #b08e2a !important;
}


#social p, .twitter {
  font: normal normal 10px Arial;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#social .twitter {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#social .twitter:hover {
  color: #FF7D6D;
  text-decoration: none;
}
.twit{
  background:#25D366 !important;
}
#social span {
  font-style: italic;
  display: block;
}

#social img {
  max-width: 100%;
}
/* Floating Social Media Bar Style Starts Here */

#social .fl-fl {
  background: #3b5998;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -145px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#social .fl-tw {
  background: #23a1f4;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}



#social .fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

#social .fl-fl:hover {
  right: -52px;
}

#social .fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

/*#social .float-fb {*/
/*  top: 160px;*/
/*}*/

@media (min-width: 577px){
#social .float-fb {
  top: 160px;
}
#social .float-tw {
  top: 215px;
}
}


/*blink text*/

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
}

/*FOR TABLE*/
.project-table table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #e9e9e9;
    line-height: 1.4;
    padding: 4px;
    vertical-align: middle;
    text-align: center;
}

