




/* nice bootstrap ready facebook share button http://justincron.com */

.btn-facebook {
    color: #fff;
    background-color: #4C67A1;
}
.btn-facebook:hover {
    color: #fff;
    background-color: #405D9B;
}
.btn-facebook:focus {
    color: #fff;
}

/*Twitter Share Button*/

.btn-twitter {
    color: #fff;
    background-color: #1b95e0;
}
.btn-twitter:hover {
    color: #fff;
    background-color: #1b95e0;
}
.btn-twitter:focus {
    color: #fff;
}




.destacados{
    padding: 0px 0;
    text-align: center;
  
}   

.box1 {
    /* See "NOTE 3" */
    position:relative;
    z-index:1;
    width:100%;
    padding:20px;
    margin:20px auto;
     border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background:  #E4C054;
        border-radius: 4px;
}

.box1 h3 {
    position:relative;
    padding:10px 30px;
    margin:0 -30px 20px;
    font-size:28px;
    line-height:32px;
    font-weight:bold;
    text-align:center;
    color:#fff;
    background:#cc0000;
    /* css3 extras */
    text-shadow:0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
       -moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
            box-shadow:0 1px 1px rgba(0,0,0,0.2);
    /* See "NOTE 1" */
    zoom:1;
}

.box1 smaller-title {
    position:relative;
    padding:10px 10px;
    margin:0 -30px 20px;
    font-size:28px;
    line-height:32px;
    font-weight:bold;
    text-align:center;
    color:#fff;
    background:#cc0000;
    /* css3 extras */
    text-shadow:0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
       -moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
            box-shadow:0 1px 1px rgba(0,0,0,0.2);
    /* See "NOTE 1" */
    zoom:1;
}


.box1 h3:before,
.box1 h3:after {
    content:"";
    position:absolute;
    /* See "NOTE 2" */
    z-index:-1;
    top:100%;
    left:0;
    border-width:0 10px 10px 0;
    border-style:solid;
    border-color:transparent maroon;
}

.box1 h3:after {
    left:auto;
    right:0;
    border-width:0 0 10px 10px;
}













.btn-success {
    color: #fff;
    background-color: #f05f40;
    border-color: #dd5555;
}
.btn-success:hover {
    background: #d85539;
    border-color: #d85539;
    color: #d85539;
}




.section-title{
    padding-top: 30px;
}

th {
    text-align: center;
}


.bigH4 {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
}

.biggerH4 {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
}

.MessageSent {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    color: #0afd4e;
}

.align-left {
    text-align: left;
}


/*
* === START Pricinghttps://bootsnipp.com/snippets/z71yy ===
*/

table{
    max-width:400px;
    margin: 0 auto;
    box-shadow: 1px 1px 5px 0px rgb(24, 25, 25);
      background: #fff;
}

#PricingTab {
    background-size: 50% 50%;
    background-attachment: fixed;
    padding: 100px 0;
}
#PricingTab h2{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
/*#PricingTab table{
    max-width:800px;
    margin: 0 auto;
    box-shadow: 1px 1px 20px 0px rgb(24, 25, 25);
}
*/

.postnumber {
        font-size: 26px;
}
.bigdiscount {
        font-size: 20px;
}
.tabco1 {
  background: #fff;
  width: 40%;
  padding: 10px !important;
}
th.tabco1 {
    background: #fff;
    padding: 30px 10px !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}
.tabco2 {
  background: #5da1dd;  
  text-align: center;
  color: #fff;
}
 
th.tabco2 {
    background: #5da1dd;
    padding: 30px 5px !important;
    font-size: 14px;
    text-transform: uppercase;
}
.tabco3 {
  background: #40be62;
  text-align: center;
  color: #fff;
}
th.tabco3 {
    background: #40be62;

    padding: 30px 10px !important;
    font-size: 14px;
    text-transform: uppercase;
}
.tabco4 {
  background: #fe4a4a;
  text-align: center;
  color: #fff;
}
th.tabco4 {
    background: #fe4a4a;
    
    padding: 30px 10px !important;
    font-size: 14px;
    text-transform: uppercase;
}
.rightSign {
    color: #1ab921;
    background: #fff;
    border-radius: 45px;
    padding: 5px;
    border: 2px solid;
    box-shadow: 0px 0px 11px -5px #000;
}
.crossSign {
    color: #de2315;
    background: #fff;
    border-radius: 45px;
    padding: 5px 7px;
    border: 2px solid;
    box-shadow: 0px 0px 11px -5px #000;     
}
/*.White-Yellow {
    border-top: 0;
    border-left: 75px solid #fff;
    border-right: 75px solid #FEF200;
    height: 5px;
    width: 0px;
}*/







/*.cta-btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}*/

.cta-btn-primary {
    background-color: #f05f40;
    border-color: #f05f40;
}
.cta-btn-xl {
    padding: 1rem 2rem;
}
.cta-btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.cta-btn-primary {
    color: #fff;
    background-color: #f05f40;
    border-color: #f05f40;
}

a {
    color: #f05f40;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Elements
# Preloader
# Navigation
# Button
# Home
    ## Home background slider
    ## Home carousel
    ## Home background
# Service
# Call to action
# Portfolio
# Team
# About
# Silk carousel element
# Team member modal
# Process
# Fun fact
# Pricing
# Testimonial slick carousel
# Blog
# Logo area
# Contact
# Footer
# Portfolio modal
# Index 2
# Index 3
# Index 5
# Blog page 
# Blog widget
# Single Blog
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Cantarell:400,400i,700,700i|Fjalla+One');

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    background: #fff;    /*LP f6f6f6*/
    color: #444;
    font-family: 'Cantarell', sans-serif;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden !important;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    margin: 0;
}

.h3margin {
    margin-bottom: 10px;
}

p {                     /*LP see section-header p*/
    padding-top: 0;
    margin-bottom: 10px;
}



a:focus,
a {
    text-decoration: none;
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    -ms-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

i {
    vertical-align: middle;
}




li {
    list-style: none;
}

a {
    -webkit-transition: all 700ms;
    transition: all 700ms;
}

a, a:hover {
    text-decoration: none;
}

.full-width {
    width: 100%;
    margin: auto;
}

a:focus, a:active, select:focus, select:active, input:focus, input:active, textarea:focus, textarea:active, button:focus, button:active {
    outline: none
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
    outline: 0;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ddd;
}

.section-padding {
    padding: 40px 0;
/*    padding-bottom: 30px;*/
}

.section-padding-shorter {
    padding: 40px 0;
/*    padding-bottom: 30px;*/
}

.no-gutter [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
    float: left;
}

/*--------------------------------------------------------------
# Preloader > OUT
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#navigation {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 0;
    z-index: 9999;
    transition: all 0.5s;

}

#navigation .navbar {
    margin-bottom: 0;
}

#navigation .navbar-nav > li > a {
    color: #444;
    font-size: 16px;
}

body #navigation .nav .dropdown.open > a,
body #navigation .nav .open > a, body #navigation .nav .open > a:focus,
body #navigation .nav .open > a:focus {
    background-color: transparent;
    color: #dd5555;
}

#navigation .nav a:focus {
    color: #444;
}

.navbar-right .dropdown .dropdown .dropdown-menu.res-menu {
    left: auto !important;
    right: 100% !important;
    top: 0;
    width: 100%;

}

#navigation .navbar-brand {
    padding: 17px 15px;
}

ul.dropdown-menu {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    border-top: 2px solid #dd5555;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 99999;
}

.navbar-right .dropdown {
    text-transform: capitalize;
}

.navbar-right .dropdown .dropdown .dropdown-menu {
    right: auto;
    left: 100%;
    top: 0;
}

#navigation .navbar-nav li.dropdown .dropdown:hover ul.dropdown-menu {
    display: block;
}

#navigation .navbar-nav > li > a {
    color: #444;
    font-size: 16px;
    padding: 29px 0 28px;
    margin: 0 15px;
}

ul.dropdown-menu li a {
    background: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: block;
    padding: 16px 20px;
}

#navigation ul.dropdown-menu li a:hover {
    background: #f1f1f1;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    top: 76px;
}

.social-network-bar.nav > li > a:hover,
#navigation .nav li > a:focus,
#navigation .nav li > a:hover,
#navigation .navbar-nav .dropdown li.sactive > a,
#navigation .nav li.active > a {
    background-color: transparent;
    color: #dd5555 !important;
    text-decoration: none;
}

.social-network-bar {
    margin-left: 24px;
    padding: 14px 0;
}

.social-network-bar.nav > li {
    position: relative;
    display: inline-block;
}

.social-network-bar.nav > li > a {
    color: #444;
    display: inline-block;
    font-size: 14px;
    padding: 12px 6px
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

#navigation.home-ts-menu {
    position: absolute;
    box-shadow: none;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
}

.home-4 #navigation.home-ts-menu.navbar-fixed-top,
#navigation.home-ts-menu.navbar-fixed-top {
    color: #444;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
}

/*--------------------------------------------------------------
>Home Button
--------------------------------------------------------------*/
.btn.btn-action {
    color: #333;
    background-color: #fff;
    border-color: #ccc;

    /*background: #F05F40;*/

    font-size: 16px;
    font-weight: 700;
    padding: 7px 13px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-2 .btn.btn-action {
    color: #444;
    background: ##F05F40;
}

.home-2 .btn.btn-action:hover {
    background: #f1f1f1;
    color: #444;
}

.home-2 .btn.learn-more.btn-action {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin-left: 10px;
}

.home-2 .btn.learn-more.btn-action:hover {
    background-color: #fff;
    color: #dd5555;
}

.btn.btn-action:hover {
    color: #f4511e;
    background: #fff;
    border-color: #2e6da4;

}


.custom {
    width: 150px !important;
    margin-top: 5px;
}


/*--------------------------------------------------------------
# Main CTA button
--------------------------------------------------------------*/
.btn.btn-cta {
    background: #dd5555;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 25px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-2 .btn.btn-cta {
    color: #444;
    background: #fff;
}

.home-2 .btn.btn-cta:hover {
    background: #f1f1f1;
    color: #444;
}

.home-2 .btn.learn-more.btn-cta {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin-left: 10px;
}

.home-2 .btn.learn-more.btn-cta:hover {
    background-color: #fff;
    color: #dd5555;
}

.btn.btn-cta:hover {
    background: #d73333;
}


/*--------------------------------------------------------------
>Home 
--------------------------------------------------------------*/

.home-container {   /*Added by Luc*/
    padding-top: 15px; 
    padding-right: 15px; 
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.home {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    padding: 354px 0 282px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home:after {
    content: "";
    background: rgba(0, 0, 0, 0.2);     /*Changes background opacity*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.home-text {
    color: #f9f9f9;
}

.home-text h1 {
    font-size: 60px;
    padding-bottom: 9px;
    padding-top: 60px;
}

.home-text p {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
}

.home.yt-background {
    background: #000;
    overflow: hidden;
    padding-bottom: 45px;
}

.home.home-2:after {
    background: rgba(221, 85, 85, 0.80);
}

/*--------------------------------------------------------------
## Home background slider >OUT!mostly
--------------------------------------------------------------*/


/*.home {
    background: url('img/index.jpg') no-repeat local center;
    background-size: cover;
    padding: 150px 15px 200px;
}*/



header.home {

/*    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);*/
    background-image: url("img/index.jpg");     
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

header.home hr {
    margin-top: 15px;
    margin-bottom: 10px
}

header.home h1 {
    font-size: 4rem
}

header.home p {
    font-weight: 300
}





/*=== LP::: MAX-width:768px ===*/
@media (max-width:768px) {
    .home {
        padding: 60px 0 50px;
    }
    header.home {
        height: 90vh;     
        min-height: 400px;
        padding-top: 0;
        padding-bottom: 0
    }
    .home-text h1 {
        font-size: 26px;
        padding-bottom: 0px;
    }
    header.home h1 {
        font-size: 2.6rem
    }
    header.home p {
        font-size: 2.5rem
    }
}


/*=== min-width:768px ===*/
@media (min-width:768px) {
    .home {
        padding: 30px 0 50px;
    }
    header.home {
        height: 55vh; 
        min-height: 400px;
        padding-top: 50;
        padding-bottom: 0
    }
    header.home h1 {
        font-size: 3rem

    }
    header.home p {
        font-size: 3rem
    }
}

/*=== min-width:992px ===*/
@media (min-width:992px) {
    header.home {
        height: 55vh;      /*LP Changes space occupied by background image*/
        min-height: 500px;
        padding-top: 0;
        padding-bottom: 0
    }
    header.home h1 {
        font-size: 4rem
    }
}

/*=== min-width:1200px ===*/
@media (min-width:1200px) {
    header.home {
        height: 50vh;      /*LP Changes space occupied by background image*/
        min-height: 500px;
        padding-top: 0;
        padding-bottom: 0
    }
    header.home h1 {
        font-size: 4rem
    }
}


/*@media (min-width:1200px) {
    header.home h1 {
        font-size: 5rem
    }
}*/

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.mb-auto, .my-auto {
    margin-bottom: auto!important;
}
.mt-auto, .my-auto {
    margin-top: auto!important;
}


hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #f05f40
}

hr.light {
    border-color: #fff
}




/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
#service.section-padding {
    background: #fff;
    padding: 90px 0 60px;
}

.section-header {
    padding-top: 00px;
    padding-bottom: 15px;
}

.section-header h2 {
    font-size: 36px;
    padding-bottom: 10px;
}

.section-header h3 {
    font-size: 24px;
    padding-bottom: 15px;
}


.section-header p {
    font-size: 24px;
    line-height: 30px;
}

.single-service {
    margin-bottom: 30px;
}

.main-service-icon {

    color: #dd5555;
    display: inline-block;
    font-size: 110px;
    height: 110px;
    width: 110px;
    margin-bottom: 00px;
    transition: all 0.33s;
}

.main-service-icon-aboutus {

    color: #dd5555;
    display: inline-block;
    font-size: 110px;
    height: 110px;
    width: 126px;
    margin-bottom: 00px;
    transition: all 0.33s;
}


/*Horizontal line   https://stackoverflow.com/questions/39129052/add-font-awesome-icon-in-middle-of-horizontal-line*/
div {
  text-align: center;
}

span {
  display: inline-block;
  vertical-align: middle;
}

.outer-line {
  width: 20%;
  border-bottom: 2px solid red;
}




.single-service .service-icon {
    border: 6px solid #d3d3d3;
    border-radius: 50%;
    color: #dd5555;
    display: inline-block;
    font-size: 46px;
    height: 110px;
    width: 110px;
    margin-bottom: 30px;
    transition: all 0.33s;
}

.single-service .service-icon .fa {
    line-height: 100px;
}

.single-service:hover .service-icon {
    border-color: #dd5555;
}

.single-service h2 {
    font-size: 24px;
    padding-bottom: 15px;
}

.single-service p {
    font-size: 16px;
    line-height: 24px;
}

.home-4 .single-service:hover .service-icon {
    background-color: #dd5555;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #fff, 0 0 0 11px #dd5555;
}

/*--------------------------------------------------------------
# Call to action
--------------------------------------------------------------*/

#call-to-action-area {
    background: url('img/tokyo2020.jpg') no-repeat fixed center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 1;
    padding-top: 200px;
    padding-bottom: 200px;
}

/*#call-to-action-area-sns {
    background: url('img/Header - Social Media.jpg') no-repeat fixed center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 1;
        padding-top: 200px;
    padding-bottom: 200px;
}*/

#call-to-action-area:after {
    background: rgba(68, 68, 68, .75);
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.call-to-action-text h2 {
    color: #fff;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 36px;
}

.call-to-action-text .btn-action {
    padding: 11px 23px;
    font-weight: 500;
}














/*
* MultiCarousel Translation Services
*/

.MultiCarousel { float: left; overflow: hidden; padding: 10px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 0.3s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:5px; margin:5px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst {  border-radius:50%;top:calc(50% - 20px); }  /*REMOVED position:absolute;*/ 
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

.projects-bg-grey {     /*LP*/
    background: #f6f6f6;    
    color: #444;
    font-family: 'Cantarell', sans-serif;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden !important;
    text-align: center;
}


.btn-primary {
  color: white;
  border-color: #F05F40;
  background-color: #F05F40; }
  .btn-primary.focus, .btn-primary:focus {
    color: white;
    border-color: #a4270d;
    background-color: #eb3812; }
  .btn-primary:hover {
    color: white;
    border-color: #e13612;
    background-color: #eb3812; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #e13612;
    background-color: #eb3812; }
    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle:hover {
      color: white;
      border-color: #a4270d;
      background-color: #c93110; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:hover {
    border-color: #F05F40;
    background-color: #F05F40; }
  .btn-primary .badge {
    color: #F05F40;
    background-color: white; }











/*
* Circular Bootstrap tabs Icons Bootstrap Slider https://bootsnipp.com/snippets/XMnXK 
*/

ul{list-style-type:none;}
.socialconnect {
  overflow: hidden;
  padding: 20px 0;
  -moz-box-shadow: 0px 0px 0px 0px #BBBBBB;
  -webkit-box-shadow: 0px 0px 0px 0px #BBBBBB;
  box-shadow: 0px 0px 0px 0px #BBBBBB; }
  @media (max-width: 767px) {
    .socialconnect {
      padding: 40px 0; } }
  .socialconnect h2 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 20px; }
    .socialconnect h2 span {
      color: #ff6c0f;
      display: block; }
  .socialconnect .featurelist {
    padding: 20px 0 30px; }
    .socialconnect .featurelist > li {
      color: #3f525f;
      line-height: 36px;
      font-size: 18px; }
      @media (max-width: 767px) {
        .socialconnect .featurelist > li {
          font-size: 16px;
          line-height: 26px; } }
      .socialconnect .featurelist > li:before {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        padding-right: 10px; }
  .socialconnect h4 {
    color: #ff6c0f;
    font-size: 18px;
    font-weight: bold;
    margin: 0; }
  .socialconnect list-inline li {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; }
    
    .map-section {
  background: url('img/Kizuna  Productions - Translation Agency - Social Media - French English Japanese.png') no-repeat;
  background-size: contain;
  height: 100%; }
  .map-section .slider-bullets {
    position: relative;
    min-height: 400px; }
    @media (max-width: 767px) {
      .map-section .slider-bullets {
        min-height: auto; } }
    .map-section .slider-bullets li {
      position: absolute;
      cursor: pointer;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.41s ease-in-out;
      -moz-transition: all 0.41s ease-in-out;
      -ms-transition: all 0.41s ease-in-out;
      -o-transition: all 0.41s ease-in-out;
      transition: all 0.41s ease-in-out; }
      .map-section .slider-bullets li img{max-width:90px;}
      @media (max-width: 992px) {
        .map-section .slider-bullets li img {
          max-width: 60px; } }
      @media (max-width: 767px) {
        .map-section .slider-bullets li img {
          max-width: 40px; } }
      @media (max-width: 767px) {
        .map-section .slider-bullets li {
          position: static;
          display: inline-block;
          margin: 0 2px; } }
      .map-section .slider-bullets li.active {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -moz-box-shadow: 0px 2px 6px 0px #777;
        -webkit-box-shadow: 0px 2px 6px 0px #777;
        /*box-shadow: 0px 2px 6px 0px #777;*/ }
        
      .map-section .slider-bullets li:nth-child(1) {
        top: 22%;
        left: 25%; }
        @media (max-width: 992px) {
          .map-section .slider-bullets li:nth-child(1) {
            top: 18%; } }
      
      .map-section .slider-bullets li:nth-child(2) {
        top: 0px;
        right: 43%; }
        @media (max-width: 992px) {                         /*Added by LP*/
          .map-section .slider-bullets li:nth-child(2) {    /*Added by LP*/
            top: 18%; } }                                   /*Added by LP*/
      
      .map-section .slider-bullets li:nth-child(3) {
        top: 50%;
        left: 33%; }
        @media (max-width: 992px) {
          .map-section .slider-bullets li:nth-child(3) {
            top: 20%; } }
      
      .map-section .slider-bullets li:nth-child(4) {
        bottom: 30%;
        right: 33%; }
        @media (max-width: 992px) {
          .map-section .slider-bullets li:nth-child(4) {
            bottom: 55%; } }
      
      .map-section .slider-bullets li:nth-child(5) {
        top: 22%;
        right: 25%; }
        @media (max-width: 992px) {
          .map-section .slider-bullets li:nth-child(5) {
            top: 15%; } }





/*--------------------------------------------------------------
# SSN MAP —   https://bootsnipp.com/snippets/a35Rz
--------------------------------------------------------------*/



/*body{
    padding: 50px;
}*/


.icon-circle .fa{
    font-size           : 25px;
    color               : #e84700;
    margin              : 0 auto;
    height              : 80px;
    width               : 80px;
    border-radius       : 50%;
    border              :2px solid #e84700;
    line-height         : 80px;
    cursor              : pointer;
    -webkit-transition  : all  ease-in-out 0.35s;
    -moz-transition     : all  ease-in-out 0.35s;
    -o-transition       : all  ease-in-out 0.35s;
    -ms-transition      : all  ease-in-out 0.35s;
    transition          : all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}

.icon-circle  .fa:hover{
    
    background-color        : #e84700;    
    color                   : #fff;
    border                  : 1px solid #e84711;
    -moz-box-shadow         : inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow           : inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow          : inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow      : inset 0px 0px 0px 5px #ffffff;
    box-shadow              : inset 0px 0px 0px 5px #ffffff;
    -ms-transform           : scale(1.2,1.2); 
    -webkit-transform       : scale(1.2,1.2);
    -moz-transform          : scale(1.2,1.2); 
    -o-transform            : scale(1.2,1.2); 
    transform               : scale(1.2,1.2);  
}

.icon-circle  i:before{
    margin-left         : 0px;
    font-size           : 40px;
}

@media (min-width:320px) and (max-width:768px) {


 .icon-circle .fa{
    font-size           : 15px;
    color               : #e84700;
    margin              : 0 auto;
    height              : 40px;
    width               : 40px;
    border-radius       : 50%;
    border              :2px solid #e84700;
    line-height         : 40px;
    cursor              : pointer;
    -webkit-transition  : all  ease-in-out 0.35s;
    -moz-transition     : all  ease-in-out 0.35s;
    -o-transition       : all  ease-in-out 0.35s;
    -ms-transition      : all  ease-in-out 0.35s;
    transition          : all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}

.icon-circle  .fa:hover{
    
    background-color        : #e84700;    
    color                   : #fff;
    border                  : 1px solid #e84711;
    -moz-box-shadow         : inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow           : inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow          : inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow      : inset 0px 0px 0px 5px #ffffff;
    box-shadow              : inset 0px 0px 0px 5px #ffffff;
    -ms-transform           : scale(1.2,1.2); 
    -webkit-transform       : scale(1.2,1.2);
    -moz-transform          : scale(1.2,1.2); 
    -o-transform            : scale(1.2,1.2); 
    transform               : scale(1.2,1.2);  
}

.icon-circle  i:before{
    margin-left         : 0px;
    font-size           : 20px;
}   
}

.ifacebook .fa{
  background-color        : #3B5998;    
  color                   : #fff;
  border                  : 1px solid #3B5998;
/*    color               :#3B5998;
    border              :2px solid #3B5998;*/
}

.ifacebook .fa:hover{
    
    background-color        : #3B5998;    
    color                   : #fff;
    border                  : 1px solid #3B5998;

}

.itwittter .fa{
  background-color        : #33ccff;    
  color                   : #fff;
  border                  : 1px solid #33ccff;
/*    color               : #33ccff;
    border              :2px solid #33ccff;*/
}

.itwittter .fa:hover{
    
    background-color        : #33ccff;    
    color                   : #fff;
    border                  : 1px solid #33ccff;

}

/*.iinstagram .fa{
    color               : #BD3518;
    border              :2px solid #BD3518;
}

.iinstagram .fa:hover{
    
    background-color        : #BD3518;    
    color                   : #fff;
    border                  : 1px solid #BD3518;

}*/




/*
.iinstagram .fa{
  background: #405de6;
  background: -webkit-linear-gradient(left top, #405de6, #833ab4, #fd1d1d, #f56040, #fcaf45);
  background: -o-linear-gradient(bottom right, #405de6, #833ab4, #fd1d1d, #f56040, #fcaf45);
  background: -moz-linear-gradient(bottom right, #405de6, #833ab4, #fd1d1d, #f56040, #fcaf45);
  background: linear-gradient(to bottom right, #405de6, #833ab4, #fd1d1d, #f56040, #fcaf45);

    background-color        : #BD3518;    
    color                   : #fff;
    border                  : 1px solid #BD3518;
}

.iinstagram .fa:hover{
    background: #405de6;
    background: -webkit-linear-gradient(left top, #405de6, #833ab4, #fd1d1d, #f56040, #fcaf45);
    background: -o-linear-gradient(bottom right, #405de6, #833ab4, #fd1d1d, #f56040, #fcaf45);
    background: -moz-linear-gradient(bottom right, #405de6, #833ab4, #fd1d1d, #f56040, #fcaf45);
    background: linear-gradient(to bottom right, #405de6, #833ab4, #fd1d1d, #f56040, #fcaf45);

    background-color        : #BD3518;    
    color                   : #fff;
    border                  : 1px solid #BD3518;

}
*/


.iinstagram .fa{
  background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

    background-color        : #BD3518;    
    color                   : #fff;
    border                  : 1px solid #BD3518;
}

.iinstagram .fa:hover{
  background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

    background-color        : #BD3518;    
    color                   : #fff;
    border                  : 1px solid #BD3518;

}






/*.igoogle .fa{
    color               : #BD3518;
    border              :2px solid #BD3518;
}

.igoogle .fa:hover{
    
    background-color        : #BD3518;    
    color                   : #fff;
    border                  : 1px solid #BD3518;

}*/

.iLinkedin .fa{
  background-color        :#007bb7;    
  color                   : #fff;
  border                  : 1px solid #007bb7;
/*    color               : #007bb7;
    border              :2px solid #007bb7;*/
}

.iLinkedin .fa:hover{
    
    background-color        :#007bb7;    
    color                   : #fff;
    border                  : 1px solid #007bb7;

}


.iPinterest .fa{
  background-color        : #BD3518;    
  color                   : #fff;
  border                  : 1px solid #BD3518;
/*    color               : #007bb7;
    border              :2px solid #007bb7;*/
}

.iPinterest .fa:hover{
    
  background-color        : #BD3518;    
  color                   : #fff;
  border                  : 1px solid #BD3518;

}





/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
#portfolio {
    background: #ffffff;
}

.portfolio-items {
    overflow: hidden;
    z-index: 1;
}

.filter {
    margin-bottom: 50px;
}

.filter li a:hover,
.filter li a.active {
    color: #fff;
    background: #dd5555;
    border-color: #dd5555;
}

.filter li {
    display: inline-block;
}

.filter li a {
    cursor: pointer;
    color: #444;
    display: inline-block;
    border: 2px solid #ddd;
    font-size: 16px;
    font-family: 'Fjalla One', sans-serif;
    padding: 4px 11px;
    margin: 0 5px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.tooltip.top .tooltip-arrow {
    border-width: 5px 5px 0;
    border-top-color: #dd5555;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.single-portfolio {
    position: relative;
    margin-bottom: 30px;
}

.tooltip-inner {
    background-color: #dd5555;
    border-radius: 4px;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
}

.single-portfolio .portfolio-overlay {
    background: rgba(221, 85, 85, 0.75);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.33s;
}

.single-portfolio:hover .portfolio-overlay {
    opacity: 1;
}

.single-portfolio .portfolio-overlay h2 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 8px;
}

.portfolio-link {
    margin-top: 6px;
}

.portfolio-text.text-uppercase a {
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    height: 35px;
    width: 35px;
    font-size: 14px;
    margin-right: 6px;

}

.portfolio-text.text-uppercase a:hover {
    color: #dd4b39;
    background: #fff;
}

.portfolio-text.text-uppercase a .fa {
    line-height: 33px;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
}

.isotope, .isotope .isotope-item { /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.pt-img {
    position: relative;
    width: 100%;
}

.pt-caption {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #fff;
    font-size: 18px;
    left: 0;
    line-height: 55px;
    position: absolute;
    height: 54px;
    width: 100%;
    text-align: left;
    padding-left: 25px;
}

body.portfolio {
    background: #fff;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
#team {
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 1;
}

#team:after {
    background: rgba(68, 68, 68, 0.75);
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.single-team-member {
    background: #fff;
    color: #444;
    padding: 30px 0 10px;
    margin-bottom: 30px;
}

.single-team-member .member-img {
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 42px 24px;
}

.slick-slide .member-img img {
    display: block;
    width: 100%;
}

.single-team-member .member-img .img-overlay {
    background: rgba(221, 85, 85, 0);
    border-radius: 50%;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.33s linear;

}

.single-team-member:hover .member-img .img-overlay {
    background: rgba(221, 85, 85, 0.75);
}

.single-team-member .member-img .img-overlay .fa {
    color: #ffacac;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 150px;
    margin-top: -10px;
    margin-left: -75px;
    opacity: 0;
}

.single-team-member:hover .member-img .img-overlay .fa {
    transition: all 0.33s linear;
    opacity: 1;
}

.member-caption h2 {
    font-size: 24px;
    line-height: 36px;
}

.member-caption h3 {
    color: #888;
    font-size: 18px;
    padding-top: 2px;
    padding-bottom: 20px;

}

.project-details h2 {
    padding: 10px 0;
}

.member-social {
    margin-bottom: 20px;
}

.member-social ul li {
    display: inline-block;
}

.member-social ul li a {
    background: #c5c5c5;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 36px;
    width: 36px;
    margin-right: 7px;
    text-align: center;
}

.member-social ul li a:hover {
    background: #55acee;
    color: #fff;
}

.member-social ul li a .fa {
    line-height: 36px;
}

.member-social ul li a.twitter:hover {
    background: #55acee;
}

.member-social ul li a.facebook:hover {
    background: #3b5998;
}

.member-social ul li a.linkedin:hover {
    background: #007bb5;
}

.member-social ul li a.github:hover {
    background: #000000;
}

.member-social ul li a.google-plus:hover {
    background: #dd4b39;
}

.member-social ul li a.instagram:hover {
    background: #125688;
}

/*--------------------------------------------------------------
# Team member modal
--------------------------------------------------------------*/

.modal {
    color: #444;
    overflow: hidden;
}

.progress {
    border-radius: 1px;
    background-color: #ddd;
    box-shadow: none;
    height: auto;
    position: relative;
    margin-top: 7px;
}

.skills .progress {
    background-color: #ffc7c7;
}

.progress-bar {
    height: 32px;
    font-size: 16px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 32px;
    text-align: left;
    padding-left: 14px;
}

.skills .progress-bar {
    background-color: #dd5555;
}

#team-member-modal .skills {
    padding-bottom: 15px;
}

#team-member-modal .project-details p {
    padding-bottom: 15px;
}

#team-member-modal .section-header p {
    color: #888;
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    line-height: 30px;
}

#team-member-modal .member-social {
    margin-left: 0;
}

.modal-img .slick-arrow.left {
    z-index: 999;
    top: 50%;
    left: 0;
}

.modal-img .slick-arrow.right {
    z-index: 999;
    top: 50%;
    right: 0;
}

.modal-img .slick-list {
    margin: 0;
}

.modal-img .slick-slide {
    outline: none;
    margin: 0;
}

.modal-backdrop {
    z-index: -1040;
}

/*--------------------------------------------------------------
# Silk carousel element
--------------------------------------------------------------*/

.team-items {
    padding-bottom: 40px;


}

.slick-list {
    margin: 0 -15px;
    align-items: : center;
}

.slick-slide {
    outline: none;
    margin: 0 15px;
}

.slick-carousel-3 .slick-arrow,
.team-items .slick-arrow {
    margin-top: 0;
    margin-left: -35px;
    bottom: -9px;
    left: 50%;
}

.slick-carousel-3 .fa.right,
.team-items .fa.right {
    margin-left: 10px;
}

i.slick-arrow {
    border: 2px solid #e2e2e2;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
    color: #e2e2e2;
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    height: 36px;
    width: 36px;
    position: absolute;
    padding: 0;
    text-align: center;
    transition: all 0.33s;
}

i.slick-arrow:hover {
    border-color: #dd5555;
    background: #dd5555;
    color: #fff;

}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
    background: #ffffff;
}

.about-text h2 {
    font-size: 24px;
    margin-bottom: 32px;
    text-align: left;
    margin-left: 0;
}

.about-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 21px;
}

.our-skill {
    margin-top: 60px;
}

.our-skill h2 {
    font-size: 30px;
    margin-bottom: 60px;
}

.circle {
    position: relative;
    text-align: center;
    transform: rotate(90deg);
}

.our-skill h3 {
    margin-top: 20px;
    font-size: 20px;
}

.circle .info {
    color: #444;
    font-size: 24px;
    font-family: 'Fjalla One', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 150px;
    margin-top: -23px;
    margin-left: -66px;
    transform: rotate(-90deg);
}

/*--------------------------------------------------------------
# Process
--------------------------------------------------------------*/
#process.section-padding {
    background: no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding-bottom: 55px;
}

#process:after {
    content: "";
    background: rgba(245, 245, 245, 0.90);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.single-process {
    margin-bottom: 35px;
}

.single-process .process-icon {
    position: relative;
}

#process [class^=col]:last-child .single-process .process-icon:after {
    border-bottom: 0 dashed #9a9a9a;
}

.single-process .process-icon .icon-container {
    background: rgb(245, 245, 245);
    border-radius: 5px;
    border: 2px solid #d3d3d3;
    color: #999999;
    display: inline-block;
    font-size: 30px;
    height: 100px;
    width: 100px;
    transition: all 0.33s;
    overflow: hidden;
    position: relative;
    z-index: 999;
}

.single-process .process-icon:after {
    border-bottom: 2px dashed #9a9a9a;
    content: '';
    position: absolute;
    width: 72%;
    right: -42%;
    top: 49%;
}

.single-process .process-icon.b-0::after {
    border: 0;
}

.single-process:hover .process-icon .icon-container {
    color: #dd5555;
}

.single-process .process-icon .fa {
    line-height: 96px;
}

.single-process h2 {
    font-size: 18px;
    line-height: 36px;
    margin: 7px 0 13px;
}

.single-process p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Fun font-variant-caps: >OUT
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
#pricing.section-padding {
    background: #f6f6f6;
    padding-bottom: 55px;
    overflow: hidden;
}

.single-plan {
    background: #fff;
    box-shadow: 0 0 8px 0 #e2e2e2;
    border-radius: 5px;
    margin-bottom: 35px;
}

.contact-address {
    margin-bottom: 30px;
}







#title-diapo p span {
    font-family: 'signpainter';
    font-size: 4em;
    line-height: 0.6;
    text-shadow: 0 0 8px rgba(47, 47, 47, 0.3);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    color: #fff;
    display: block;
}
#title-diapo p {
    font-size: 1.125em;
    color: #ffffff;
}



.single-plan.special .plan-heading {
    background: #dd5555;
    padding-top: 30px;
    padding-bottom: 1px;
}

.single-plan h3 {
        font-size: 35px;
        line-height: 4px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
/*    font-size: 18px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 30px;*/

.single-plan-japanese h3 {
        font-size: 26px;
        line-height: 4px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

.single-plan .plan-heading {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #444;
    color: #fff;

}

.single-plan .plan-heading h3 {
    font-size: 24px;
    line-height: 90px;
    vertical-align: 10px;
    padding: 5px 0;
}

.single-plan .all-feature {
    padding: 0 30px 30px;
}

.single-plan .all-feature li {
    font-size: 18px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 36px;

}

.single-plan .all-feature li:before {
    color: #5e9b54;
    font-family: FontAwesome;
    content: "\f00c";
    margin-right: 10px;
}

.single-plan .all-feature li.cross:before {
    content: "\f00d";
    color: #dd5555;
}

a.buy-btn {
        background: #dd5555;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 13px 25px;
        margin-bottom: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }




/*    background: #dd5555;
    border-radius: 0;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    padding: 13px 32px;
    margin-bottom: 35px;
}*/

a.buy-btn:hover {
    background: #d73333;
    color: #fff;
}

#testimonial {
    background: url("assets/images/testimonial-bg.jpg") no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#testimonial:after {
    content: "";
    background: rgba(68, 68, 68, 0.75);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.single-testimonial h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 52px;
}

.single-testimonial h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.single-testimonial .rating {
    display: inline-block;
}

.single-testimonial .rating li {
    display: inline-block;
    color: #f3bb00;
    font-size: 17px;
}

/*--------------------------------------------------------------
#  Testimonial slick carousel
--------------------------------------------------------------*/
.slick-carousel-2 .slick-arrow {
    border-radius: 100%;
    top: 25%;
    opacity: 0;
    transition: all 0.33s;
}

#testimonial:hover .slick-carousel-2 .slick-arrow {
    opacity: 1;
}

.slick-carousel-2 .slick-arrow.right {
    right: -100px;
}

.slick-carousel-2 .slick-arrow.left {
    left: -100px;
}

/*--------------------------------------------------------------
#  Blog
--------------------------------------------------------------*/

#blog {
    background: #f6f6f6;
}

.slick-carousel-3 {
    padding-bottom: 40px;
}

.single-blog {
    background: #fff;
    margin-bottom: 30px;
}

.single-blog .blog-caption {
    padding: 30px;
}

.single-blog .blog-caption h2 a {
    display: block;
    color: #444;
    font-size: 24px;
    margin-bottom: 7px;
}

.single-blog .blog-caption h2 a:hover {
    color: #dd5555;
}

.single-blog .blog-caption .blog-meta {
    font-size: 14px;
    font-style: italic;
}

.single-blog .blog-caption .blog-meta a {
    color: #444;
}

.single-blog .blog-caption .blog-meta a:hover {
    color: #dd5555;
}

.single-blog .blog-caption p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.view-all .btn.btn-action {
    background: #dd5555;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 11px 20px;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
#  Logo area
--------------------------------------------------------------*/
#logo-area {
    background: #fff;
}

.logo-carousel img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.33s;
}

.logo-carousel img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/*--------------------------------------------------------------
#  Contact
--------------------------------------------------------------*/
#contact {
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 0;
}

#contact:after {
    background: rgba(68, 68, 68, 0.60);
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

#contact .section-header h2 span {
    color: #dd5555;
}

.contact-address {
    color: #fff;
    margin-top: 15px;
}

.contact-address h2 {
    font-size: 36px;
    margin-bottom: 18px;
}

.contact-address address {
    font-size: 24px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 36px;
    margin-bottom: 14px;
}

.contact-address a {
    color: #fff;
    font-size: 24px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 36px;
}

.contact-address .social-link li {
    margin-top: 20px;
    display: inline-block;
    margin-right: 14px;
}

.contact-address .social-link li a:hover {
    color: #dd5555;
}

.contact-form input {
    display: block;
    color: #444;
    font-size: 18px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 52px;
    height: 54px;
    margin-bottom: 8px;
    border: 0;
    padding-left: 15px;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaaaaa;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #aaaaaa;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: #aaaaaa;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #aaaaaa;
}

.contact-form textarea {
    font-size: 18px;
    font-family: 'Fjalla One', sans-serif;
    overflow: hidden;
    padding-top: 13px
}

.contact-form button {
    background: #ffffff;
    color: #aaaaaa;
    font-size: 18px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 54px;
    padding: 0 24px;
    margin-right: 20px;
    transition: all 0.33s;
}

.contact-form button .fa {
    line-height: 54px;
    padding-right: 5px;
}

.contact-form button:hover {
    background: #dd5555;
    color: #fff;
}

.contact-form .able-text {
    display: inline-block;
    font-size: 20px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 54px;
    padding-left: 5px;

}

/*--------------------------------------------------------------
#  NEW Footer https://bootsnipp.com/snippets/ZX8GM  > OUTs
--------------------------------------------------------------*/
/*

*/
/*--------------------------------------------------------------
#  OLD Footer
--------------------------------------------------------------*/
.footer-widget.section-padding {
    background: #2d2d2d;
    color: #aaa;
    padding-bottom: 60px;
}

.footer-widget-row {
    display: flex;
    justify-content: space-around;
}

.footer-widget-row .widget{
    margin-bottom: 30px;
    flex-basis: 23%;
}

.footer-widget .widget-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.widget-about p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.address {
    margin-top: 24px;
}

.widget-about .address h3 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.footer-menu ul li a {
    color: #aaaaaa;
    font-size: 16px;
    line-height: 24px;
}

.footer-menu ul li a:hover {
    color: #dd5555;
}

.widget-post h3 a {
    color: #aaa;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 5px;
}

.widget-map #map {
    margin-top: 10px;
    width: 100%;
  height: 230px;
}

.widget-post h3 a:hover {
    color: #dd5555;
}

.copyright-text {
    background: #1c1c1c;
    color: #aaaaaa;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 30px 0 20px;
}

.copyright-text a {
    color: #aaaaaa;
}

/*--------------------------------------------------------------
#  Portfolio modal
--------------------------------------------------------------*/
.modal.section-padding {
    padding: 40px 0;
}

.modal {
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
    width: 100%;
    z-index: 9999;
}

.modal-inner {
    margin: 5% auto 0;
    width: 90%;
    max-width: 1000px;
    max-height: 90%;
    overflow: auto;
}

.modal .modal-inner .modal-head {
    position: relative;
}

#team-member-modal {
    margin: 0 auto;
}

#single-member-modal {
    margin: 0 auto;
}

.project-details h4 {
    font-size: 24px;
    margin: 10px auto 20px;
}

.project-details p {
    margin-bottom: 25px;
}

.project-details h5.text-uppercase {
    font-size: 16px;
    margin-bottom: 10px;
}

.project-circle h3.text-uppercase {
    font-size: 16px;
    margin: 10px 0;
}

.project-circle .circle .info {
    color: #444;
    font-size: 17px;
    font-family: 'Fjalla One', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 150px;
    margin-top: -15px;
    margin-left: -70px;
    transform: rotate(-90deg);
}

.client {
    margin-bottom: 15px;
}

.client h4, .skills h4 {
    font-size: 17px;
    margin: 0 0 10px 0;
}

.skills {
    margin-bottom: 15px;
}

.skills ul li:before {
    font-family: FontAwesome;
    font-size: 13px;
    content: "\f00c";   /*LP: adds check mark*/
    margin-right: 7px;
}

.skills-nocheckmark ul li:before {
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 7px;
}

.skills ul li a {
    color: #444;
    cursor: default;
    font-size: 14px;
}

.modal-btn .btn {
    padding: 8px 14px;
    margin-right: 10px;
}

.modal-btn .btn-active {
    background: #dd5555;
    color: #fff;
}

.modal-btn .btn-dark {
    background: #444;
    color: #fff;
}

.modal .modal-inner a.close {
    cursor: pointer;
    font-size: 20px;
    width: 40px;
    display: block;
    position: absolute;
    right: 0;
    height: 40px;
    color: white;
    line-height: 36px;
    border-radius: 100%;
    opacity: 1;
    background: #bdbdbd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.full-width-portfolio .project-details h4 {
    font-size: 30px;
    margin: 40px auto 15px;
}

/*--------------------------------------------------------------
#  Index 2
--------------------------------------------------------------*/
.single-service .service-icon.blue-bg {
    background: #4aa4e1;
    border: 5px solid #4aa4e1;
    color: #fff;
}

.single-service .service-icon.green-bg {
    background: #00b5b5;
    border: 5px solid #00b5b5;
    color: #fff;
}

.single-service .service-icon.yellow-bg {
    background: #f0a92d;
    border: 5px solid #f0a92d;
    color: #fff;
}

#call-to-action-area.home-2-action:after {
    background: rgba(74, 164, 225, .85);
    z-index: -1;
}

#team.home-2-team:after {
    background: rgba(0, 181, 181, .85);
    z-index: -1;
}

#fun-fact.home-2-fun:after {
    background: rgba(240, 169, 45, 0.85);
}

.index-2 #testimonial:after {
    background: rgba(221, 85, 85, 0.85);
    z-index: -1;
}

.index-2 #contact:after {
    background: rgba(0, 181, 181, .85);
}

.single-plan.basic .plan-heading {
    background: #4aa4e1;
    color: #fff;
}

.single-plan.elite .plan-heading {
    background: #00b5b5;
    color: #fff;
}

/*--------------------------------------------------------------
#  Index 3 index-4
--------------------------------------------------------------*/
.home-4 #navigation .navbar-nav > li > a,
.index-3 #navigation .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
}

.home-4 #navigation .navbar-na li > a:hover,
.index-3 #navigation .navbar-nav li > a:hover,
.home-4 #navigation .navbar-nav li.active > a,
.index-3 #navigation .navbar-nav li.active > a {
    color: #dd5555 !important;
}

.home-4 #navigation .social-network-bar.nav > li > a,
.index-3 #navigation .social-network-bar.nav > li > a {
    color: #fff;
}

.home-4 #navigation.navbar-fixed-top .social-network-bar.nav > li > a,
.index-3 #navigation.navbar-fixed-top .social-network-bar.nav > li > a {
    color: #444;
}

.home-4 #navigation.navbar-fixed-top .navbar-nav > li > a,
.index-3 #navigation.navbar-fixed-top .navbar-nav > li > a {
    color: #444;
    font-size: 16px;
}

.home-3 #navigation.navbar-fixed-top .navbar-nav li.active > a,
.index-3 #navigation.navbar-fixed-top .navbar-nav .dropdown li.sactive > a,
.index-3 #navigation.navbar-fixed-top .navbar-nav li.active > a {
    color: #dd5555;
}

/*--------------------------------------------------------------
#  Index 5
--------------------------------------------------------------*/

.index-5 .home {
    background: url('img/index.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.index-5 #team {
    background: url('img/index.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.index-5 #fun-fact {
    background: url('assets/images/home-bg-4.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.index-5 #contact {
    background: url('assets/images/contact-bg-1.jpg') no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

/*--------------------------------------------------------------
# Blog home
--------------------------------------------------------------*/

body.blog {
    background: #fff;
}

.blog .main-content {
    margin-top: 90px;
}

.post-area {
    border-bottom: 2px solid #E9E9E9;
    margin-bottom: 40px;
}

.post-thumb {
    margin-bottom: 30px;
}

.post-thumb img {
    width: 100%;
}

.main-header {
    background: #f2f2f2;
    padding: 45px 0;
    margin-top: 80px;

}

.main-header .main-title {
    margin-bottom: 15px;
    font-size: 28px;
}

.main-header p a {
    color: #444;
}

.date-container {
    overflow: hidden;
}

.post_date {
    color: #000;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0;
}

.post_date span {
    color: #dddddd;
    display: block;
    font-size: 46px;
    line-height: 54px;
    font-weight: 700;
}

.entry-header h2 a {
    display: block;
    font-size: 30px;
    color: #444;
    margin-bottom: 7px;
}

.entry-header h2 a:hover {
    color: #dd5555;
}

.post-content {
    padding-left: 20px;
}

.post-meta span {
    margin-right: 5px;
}

.post-meta {
    margin-bottom: 20px;
}

.post-meta, .post-meta span, .post-meta span a {
    color: #aaa;
}

.post-meta span a .fa {
    margin-right: 3px;
}

.post-meta span a:hover {
    color: #dd5555;
}

.entry-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.btn-continue-reading .btn.btn-action {
    padding: 12px 20px;
    font-size: 14px;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
    margin: 10px 0 40px 0;
    border-radius: 0;
}

.social-share {
    margin: 20px 5px 45px;
}

.social-share .share-text {
    color: #ddd;
    line-height: 30px;
}

.social-share ul li {
    display: inline-block;
}

.social-share ul li a {
    color: #d1d1d1;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    height: 30px;
    line-height: 30px;
    margin: 1px;
    width: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.blog .post-area:last-child {
    border-bottom: 0;
}

.main-content .blog-pagination li a {
    background: #dd5555;
    border-radius: 1px;
    color: #FFF;
    display: inline-block;
    margin: 0 2px;
    padding: 8px 12px;
    line-height: 1;
}

.main-content .blog-pagination.pagination {
    border-radius: 0;
    display: inline-block;
    padding-left: 0;
    margin: 0 0 80px 0;
}

.main-content .blog-pagination.pagination li.active a,
.main-content .blog-pagination.pagination li a:hover {
    z-index: 3;
    color: #fff;
    background: #000;
    border-color: #000;
}

/*--------------------------------------------------------------
## Blog widget
--------------------------------------------------------------*/
.bar {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.search-form {
    position: relative !important;
}

.bar .search {
    width: 100%;
    padding: 12px;
    border: 1px solid #d8d8d8;
    outline: none;
    position: relative;
    border-radius: 2px;
    color: #808080;
    font-weight: 100;
    font-size: 13px;
    margin: 0 auto;
}

.bar .search-button {
    background: transparent;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #d8d8d8;
    font-size: 14px;
    width: 15%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
    padding: 3px 7px;
    text-align: center;
}

.blog-sidebar h2.bar-head {
    font-size: 22px;
    margin-bottom: 20px;
}

.blog-sidebar p {
    font-size: 16px;
    color: #959494;
}

.widget-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.bar li {
    padding: 5px 0;
    border-bottom: 1px solid #f9f9f9;
}

.bar li a {
    text-decoration: none;
    color: #404040;
}

.bar a.tag {
    display: inline-block;
    margin: 3px 2px;
    padding: 3px 5px;
    border: 1px solid #404040;
    color: #404040;
    font-size: 12px;
}

.bar a.tag:hover {
    background: #dd5555;
    border-color: #fff;
    color: #fff;
}

/*--------------------------------------------------------------
# Single Blog
--------------------------------------------------------------*/

.post-area ul.comments {
    margin-top: 10px;
    padding-top: 20px;
}

.post-area ul.comments li {
    padding: 10px 0 0 110px;
}

.post-area ul.comments li div.comment {
    margin-bottom: 10px;
}

.post-area ul.comments li div.comment .c-image {
    margin-left: -110px;
    float: left;
    width: 80px;
    height: auto;
}

.post-area ul.comments li div.comment .c-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.post-area ul.comments li div.comment-text {
    background: #fdfdfd;
    padding: 0;
    padding-bottom: 25px;
    border-radius: 10px;
    position: relative;
}

ul.comments li div.comment-text a.reply-button {
    position: absolute;
    right: 25px;
    color: #dd5555;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

ul.comments li div.comment-text a.reply-button .fa {
    font-size: 13px;
}

ul.comments li div.comment h1.comment-name {
    font-size: 24px;
    color: #696969;
    margin: 0;
    padding: 0;
}

ul.comments li div.comment h3.comment-date {
    font-size: 14px;
    color: #959494;
    margin: 10px 0;
    padding: 0;
}

.post-area .contact-form {
    margin-top: 40px;
    margin-bottom: 80px;
}

.post-area .contact-form button {
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 16px;
    border-radius: 0;
    background: #dd5555;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 24px;
}

.post-area .contact-form input {
    border: 1px solid #ddd;
    display: block;
    color: #aaaaaa;
    font-size: 16px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 44px;
    height: 54px;
    margin-bottom: 8px;
    padding-left: 15px;
}

/* shortcodes */
body.shortcode-page {
    background: #fff;
}

.st-section-padding {
    padding-bottom: 0px;
}

.mt75 {
    padding-top: 75px;
}

.tab-content {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-top: none;
    padding: 25px;
    font-size: 14px;
    color: #a9a9a9;
}

.nav-tabs li.active a {
    border-top-color: #dd5555 !important;
}

.tab-1 .nav-tabs > li.active > a {
    background: #dd5555;
    color: #fff;
}

.nav-tabs > li > a {
    color: #555;
/*    text-transform: uppercase;*/
    font-family: 'Fjalla One', sans-serif;
}

.st-title {
    font-size: 30px;
    text-transform: uppercase;
    margin: 25px 0;
}

.accordion .panel {
    box-shadow: none;
    margin-bottom: 7px;
}

.panel-title a {
    text-transform: uppercase;
    padding: 15px;
    width: 100%;
    display: block;
    color: #717171;
    box-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.tab {
    margin: 0 0 40px;
}

/****accordion****/

.accordion-head-text h3 {
    margin: 85px 0 50px;
    color: #2c3e50;
    font-weight: 300;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.accordion-one .panel-heading {
    padding: 8px 0;
    margin: 0;
}

.accordion-one .panel-body img {
    float: left;
    padding: 10px;
    overflow: hidden;
}

.accordion-one .panel-body p {
    padding: 15px 10px;
    color: #000000;
    line-height: 26px;
}

.accordion-one.panel-default > .panel-heading {
    color: #000000;
    background-color: #fff;
    border-color: #ddd;
    padding: 0;
}

.accordion-one.panel-default > .panel-heading a:not(.collapsed) {
    color: #ff6c6c;
}

.accordion-one.panel-default > .panel-heading a {
    display: block;
    text-decoration: none;
    color: #000000;
    padding: 16px 30px;
}

.accordion-one.panel-default > .panel-heading a::after {
    content: "\002b";
    border-left: 2px solid #ddd;
    float: right;
    margin: -16px -30px;
    font-size: 22px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
}

.accordion-one.panel-default > .panel-heading a:not(.collapsed)::after {
    content: "\2212";
    border-left: 2px solid #ddd;
    float: right;
    margin: -16px -30px;
    font-size: 22px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
}

.accordion-group {
    border-bottom: 1px solid #ddd;
    color: #a1b1bc;
    font-weight: 400;
}

.accordion-group .accordion-heading a {
    font-weight: 400;
    color: #6C7885;
    font-size: 18px;
    display: block;
    padding: 0 0 12px;
    text-decoration: none;
}

.accordion-heading {
    margin-top: 20px;
}

.accordion-group .accordion-heading a::before {
    content: "\002b";
    background: #6C7885;
    color: #fff;
    margin-right: 10px;
    height: 40px;
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.accordion-group .accordion-heading a:not(.collapsed)::before {
    content: "\2212";
    color: #fff;
    background: #FF6C6C;
    margin-right: 10px;
    height: 40px;
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.accordion-inner p {
    line-height: 26px;
}

#accordion2 {
    margin-top: -17px;
}

.button-btn {
    margin-bottom: 30px;
}

.button-btn h3 {
    margin-bottom: 20px;
}

h4.column-heading {
    margin: 20px 0;
    font-size: 20px;
}

.custom-list h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.panel1 .panel-body {
    padding: 5px 10px 2px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel .panel-body {
    color: #6C7885;
}

span.glyphicon {
    margin-right: 10px;
}

.divider-heading {
    color: #a1b1bc;
}

.border-1 {
    border-bottom: 2px solid #dddddd;
    padding-bottom: 30px;
}

.border-2 {
    border-bottom: 2px double #dddddd;
    padding-bottom: 30px;
}

.border-3 {
    padding-top: 30px;
    border-bottom: 2px dashed #dddddd;
}

.border-4 {
    padding-top: 30px;
    border-bottom: 2px dotted #dddddd;
}

.border-5 {
    border-bottom: 2px dotted #dddddd;
    padding: 2px;
}

.border-6 {
    border-bottom: 2px solid #ddd;
    padding-top: 30px;
}

.social-icon-hover a .fa {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #EBEFF0;
    color: #959EA7;
    margin: 3px;
}

.social-icon-hover a:hover .fa {
    background: #21C2F8;
    color: #ffffff;
}

.social-icon-left-top a {
    height: 35px;
    width: 35px;

    text-align: center;
    margin: 3px;
    display: inline-block;
    background: #EBEFF0;
}

.social-icon-left-top a .fa {
    line-height: 35px;
}

.social-icon-left-top a:hover {
    background: #0DD3FC;
    color: #ffffff;
}

.social-icon-left-bottom a .fa {
    width: 35px;
    height: 38px;
    line-height: 35px;
    text-align: center;
    margin: 3px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
}

.social-icon-left-bottom a:hover .fa {
    background: #0DD3FC;
    color: #ffffff;
}

.social-icon-btn .btn a {
    color: #ffffff;
    margin: 5px;
}

.social-icon-btn .btn {
    margin: 4px;
}






/* SOCIAL MEDIA SHARE BUTTON */ 

.white-icon{
 color: #fff;
}
.white-icon:hover {
 color: #b6b6b6;
 transition: 0.4s;
}

.facebook-icon{
color: #4c699e;
}
.facebook-icon:hover {
 color: #47618d;
 transition: 0.4s;
}

.twitter-icon{
 color: #1daee3;
}
.twitter-icon:hover {
 color: #3997ba;
 transition: 0.4s;
}

.linkedin-icon{
 color: #4875B4;
}
.linkedin-icon:hover {
 color: #466b99;
 transition: 0.4s;
}

.googleplus-icon{
 color: #da573b;
}
.googleplus-icon:hover {
 color: #be5238;
 transition: 0.4s;
}

/* ABOUT US  below*/ 

.orange {
    color:#e52214;
}
.subtitle {
    font-size: 20px;
    font-weight: 700;
}

.padding20 {
    padding:20px;
}



.media-heading {
    text-align: left;
      margin-top: 0;
    margin-bottom: 5px;
}

.media-body {
      text-align: ;
      text-align: left;
      margin-top: 0;
    margin-bottom: 5px;
}