body {
    background: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

.colored-text {
    color: #ef7d00;
}

a {
    color: #ef7d00;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

a:hover,
a:focus {
    color: #888;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

img {
    max-width: 100%;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #5d5d5d;
    line-height: 40px;
    font-weight: bold;
}

h2 {
    margin: 0;
    /* background: #f8f8f8; */
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 62px;
    margin: 0px;
    padding: 0px;
}

h3,
h4 {
    font-family: 'Montserrat', sans-serif;
    color: #5d5d5d;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

::-moz-selection {
    background: #ef7d00;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ef7d00;
    color: #fff;
    text-shadow: none;
}

blockquote {
    border-right: none;
    border-left: 0;
}


/***** Big links / buttons *****/

a.big-link-1 {
    display: inline-block;
    padding: 5px 22px;
    background: #ef7d00;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
}

a.big-link-1:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.big-link-1:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
}

a.big-link-2 {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding-top: 9px;
    background: #1d1d1d;
    /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    -moz-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
}

a.big-link-2:hover {
    background: #ef7d00;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.big-link-2:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
}

a.big-link-3 {
    display: inline-block;
    padding: 5px 22px;
    background: #ef7d00;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    line-height: 24px;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
}

a.big-link-3:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.big-link-3:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
}


/***** Top menu *****/

.navbar {
    z-index: 99;
    margin-bottom: 0;
    background: #fff;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

ul.navbar-nav {
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
}

ul.navbar-nav li a {
    padding: 23px 20px;
    background: #fff;
    border-top: 5px solid #fff;
    color: #5d5d5d;
}

ul.navbar-nav li.active a {
    background: #f8f8f8;
    border-color: #ef7d00;
    color: #5d5d5d;
}

ul.navbar-nav li a:hover,
ul.navbar-nav li a:focus {
    background: #ef7d00;
    border-color: #ef7d00;
    color: #fff;
    outline: 0;
}

.nav .open>a {
    background: #f8f8f8;
    border-color: #ef7d00;
    color: #5d5d5d;
}

.nav .open>a:hover,
.nav .open>a:focus {
    background: #ef7d00;
    border-color: #ef7d00;
    color: #fff;
}

ul.navbar-nav li a span {
    line-height: 35px;
    color: #aaa;
}

ul.navbar-nav li a:hover span,
ul.navbar-nav li a:focus span {
    color: #fff;
}

.dropdown-menu {
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
}

.dropdown-menu>.active>a {
    background: #fff;
    color: #5d5d5d;
}

.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background: #f8f8f8;
    color: #ef7d00;
}

ul.navbar-nav li .dropdown-menu a {
    padding-top: 15px;
    padding-bottom: 15px;
}

ul.navbar-nav li.active .dropdown-menu a {
    background: #fff;
    color: #5d5d5d;
    border: 0;
}

ul.navbar-nav li.active .dropdown-menu a:hover,
ul.navbar-nav li.active .dropdown-menu a:focus {
    background: #ef7d00;
    color: #fff;
    border: 0;
}

ul.navbar-nav li.active .dropdown-menu>.active>a {
    background: #f8f8f8;
    color: #ef7d00;
    border: 0;
}

ul.navbar-nav li.active .dropdown-menu>.active>a:hover,
ul.navbar-nav li.active .dropdown-menu>.active>a:focus {
    background: #ef7d00;
    color: #fff;
    border: 0;
}


/* .navbar>.container .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    width: 244px;
    height: 100px;
    background: url(../img/logo.png) left center no-repeat;
    text-indent: -99999px;
} */

.navbar-brand img {
    max-width: 235px;
}


/***** Slider *****/

.carousel img {
    width: 100%
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
    background-image: none;
}


/***** Presentation *****/

.presentation-container {
    padding-top: 30px;
    background: #fff;
}

.presentation-container p {
    font-size: 18px;
    font-style: italic;
}


/* clients */

#clients {
    width: 100%;
    background-color: white;
    background-image: url(../img/clients_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    /* opacity: 0; */
}

#clients h3 {
    color: #4c4c4c;
    margin-bottom: 80px;
}

#clients .client_logo {
    border-style: solid;
    border-width: 4px;
    border-color: #d2d2d2;
    margin: 0 auto 30px auto;
}

#client_logos {
    margin-bottom: 110px;
}


/*  inBanner */

.inbanner {
    background: #0070aa;
    padding: 30px;
}

.inbanner h1 {
    color: #fff
}


/*##################################################################*/


/* SERVICES ########################################################*/


/*##################################################################*/

#services {
    padding-top: 110px;
    padding-bottom: 50px;
    background-color: white;
    background-image: url(../img/services_bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    z-index: 120;
    padding-top: 90px;
    text-align: center;
}

#services h2,
#services p {
    color: white;
}

#service_boxes {
    margin-top: 100px;
}

#service_boxes ul {
    list-style: none;
    /* removes the default bullet */
    padding-left: 20px;
    text-align: left;
    width: 250px;
    margin: 0 auto;
    color: white;
}

#service_boxes ul li {
    position: relative;
    line-height: 35px;
    padding-left: 10px;
}

#service_boxes ul li:before {
    position: absolute;
    font-family: 'unicons';
    font-size: 18px;
    vertical-align: bottom;
    top: 7px;
    margin: 0 0px 0 -30px;
}

#service_boxes li:before {
    content: "\e049";
}

#service_boxes li:before,
#service_boxes li:after {
    color: white;
    padding-right: 10px;
}

.service_box {
    margin-bottom: 60px;
}

.animbox {
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: white;
    background: none;
    cursor: default;
    padding: 17px 35px;
    width: 250px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 90;
}

.animbox:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.animbox:before {
    font-family: 'unicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.icon-design:before {
    content: "\e066";
    margin-top: 1px;
}

.icon-develop:before {
    content: "\e07b";
    margin-top: 4px;
}

.icon-print:before {
    content: "\e08a";
}

.animbox-icon {
    border-radius: 0px;
    border: 2px solid rgba(255, 255, 255, .5);
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.animbox-icon span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.3s;
    -moz-backface-visibility: hidden;
    transition: all 0.3s;
    backface-visibility: hidden;
}

.animbox-icon:before {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 2.5;
    font-size: 180%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.service_box:hover .animbox-iconb span {
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
}

.animbox-iconb:before {
    left: 0;
    top: -100%;
}

.service_box:hover .animbox-iconb:before {
    top: -2px;
}


/***** Services *****/

.services-container {
    margin-top: 10px;
}

.services-title {
    margin-top: 40px;
}

.services-title h2 {
    width: 200px;
}

.service {
    margin-top: 40px;
    padding: 15px 15px 20px 15px;
    background: #fff;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.service .service-icon {
    font-size: 50px;
    line-height: 50px;
    color: #5d5d5d;
}

.service .service-icon span {
    vertical-align: middle;
}

.service h3 {
    margin-top: 13px;
    font-size: 14px;
}

.service p {
    padding-bottom: 7px;
    line-height: 24px;
}


/***** Latest work *****/

.work-container {
    margin-top: 50px;
}

.work-title h2 {
    width: 220px;
}

.work {
    position: relative;
    margin-top: 40px;
    padding-bottom: 20px;
    background: #fff;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.work .work-bottom {
    position: absolute;
    top: 23%;
    right: 37%;
}

.work h3 {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
}

.work p {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    font-style: italic;
}


/***** Testimonials *****/

.testimonials-container {
    margin-top: 50px;
    padding-bottom: 70px;
}

.testimonials-title h2 {
    width: 180px;
}

.testimonial-list {
    margin-top: 30px;
    text-align: left;
}

.testimonial-list .tab-pane {
    overflow: hidden;
}

.testimonial-list .testimonial-image {
    float: left;
    width: 17%;
    margin: 10px 0 0 0;
}

.testimonial-list .testimonial-image img {
    max-width: 120px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.testimonial-list .testimonial-text {
    float: left;
    width: 83%;
    line-height: 30px;
    font-style: italic;
}

.testimonial-list .nav-tabs {
    border: 0;
    text-align: right;
}

.testimonial-list .nav-tabs li {
    float: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.testimonial-list .nav-tabs li a {
    width: 14px;
    height: 14px;
    padding: 0;
    background: #eaeaea;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial-list .nav-tabs li a:hover {
    border: 0;
    background: #ddd;
}

.testimonial-list .nav-tabs li.active a {
    background: #ef7d00;
}

.testimonial-list .nav-tabs li.active a:focus {
    border: 0;
}

.testimonial-icon {
    padding-top: 20px;
    font-size: 100px;
    color: #eaeaea;
    line-height: 100px;
    overflow: hidden;
}

.testimonial-icon div {
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}


/***** Footer *****/

footer {
    margin: 0 auto;
    padding-bottom: 10px;
    background: #333;
    color: #bbb;
}

.footer-box {
    margin-top: 20px;
    text-align: left;
}

.footer-box h4 {
    margin-top: 20px;
    font-size: 14px;
    color: #eee;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.footer-box-text p {
    line-height: 24px;
}

.footer-box-text-contact span {
    padding-right: 7px;
    color: #5d5d5d;
}

.footer-box-text-subscribe form {
    padding-bottom: 10px;
}

.footer-box-text-subscribe input[type="text"] {
    width: 95%;
    height: 26px;
    border-color: #5d5d5d;
    color: #ccc;
}


/* Flickr feed */

.flickr-feed {
    margin: 16px 0 0 0;
}

.flickr-feed a {
    display: inline-block;
    width: 54px;
    margin: 0 4px 4px 0;
}

.flickr-feed a:hover {
    opacity: 0.7;
}

.flickr-feed a img {
    border: 2px solid #444;
}

.footer-border {
    margin-top: 10px;
    border-top: 1px dashed #444;
}

.footer-copyright {
    margin-top: 15px;
    line-height: 24px;
    text-align: left;
}

.footer-social {
    margin-top: 10px;
    text-align: right;
}

.footer-social a {
    margin: 0 0 0 10px;
    font-size: 26px;
    color: #666;
}

.footer-social a:hover,
.footer-social a:focus {
    color: #ef7d00;
}


/***** Page title *****/

.page-title-container {
    margin: 0 auto;
    padding: 35px 0 0 0;
}

.page-title {
    padding-bottom: 35px;
    border-bottom: 1px solid #eaeaea;
}

.page-title-container h1 {
    display: inline;
    margin-left: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    vertical-align: middle;
}

.page-title-container p {
    display: inline;
    margin-left: 5px;
    vertical-align: middle;
}

.page-title-container span {
    font-size: 46px;
    color: #ddd;
    vertical-align: middle;
}


/* ----- ABOUT PAGE ----- */


/***** About us text *****/

.about-us-container {
    margin-top: 20px;
}

.about-us-text {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.about-us-text h3 {
    margin-top: 25px;
    font-size: 16px;
}

.about-us-text p {
    line-height: 28px;
}


/***** Meet our team *****/

.team-container {
    margin-top: 30px;
}

.team-title h2 {
    width: 220px;
}

.team-box {
    position: relative;
    margin-top: 40px;
    padding-bottom: 20px;
    background: #fff;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.team-box h3 {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

.team-box p {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    font-style: italic;
}

.team-social {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 100%;
    opacity: 0;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.team-box:hover .team-social {
    opacity: 1;
}


/* ----- CONTACT PAGE ----- */


/***** Form *****/

.contact-us-container {
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left;
}

.contact-us-container h3 {
    margin-top: 25px;
    font-size: 16px;
}

.contact-us-container p {
    line-height: 28px;
}

.contact-form {
    padding-top: 25px;
    padding-bottom: 30px;
}

.contact-form form {
    margin-top: 25px;
}

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

.contact-form input[type="text"] {
    width: 95%;
    height: 34px;
}

.contact-form textarea {
    width: 95%;
    height: 170px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.contact-form label {
    font-weight: 400;
}

.contact-form label .error-label {
    font-style: italic
}

.contact-form button {
    margin-top: 5px;
    padding: 0 45px;
}


/***** Google map *****/

.contact-address {
    padding-bottom: 15px;
}

.contact-address .map {
    margin: 20px 0 40px 0;
    height: 300px;
}


/* ----- SERVICES PAGE ----- */


/***** Services full width text *****/

.services-full-width-container {
    margin-top: 20px;
}

.services-full-width-text {
    padding-top: 10px;
    text-align: left;
}

.services-full-width-text h3 {
    margin-top: 25px;
    font-size: 16px;
}

.services-full-width-text p {
    line-height: 28px;
}


/***** Services half width text *****/

.services-half-width-container {
    margin-top: 20px;
}

.services-half-width-text {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.services-half-width-text h3 {
    margin-top: 25px;
    font-size: 16px;
}

.services-half-width-text p {
    line-height: 28px;
}


/***** Call to action *****/

.call-to-action-container {
    margin-top: 20px;
    padding-bottom: 50px;
}

.call-to-action-text {
    padding-top: 25px;
    padding-bottom: 15px;
    background: #fff;
    text-align: left;
    overflow: hidden;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.call-to-action-text p {
    float: left;
    width: 80%;
    padding-left: 25px;
    line-height: 30px;
    font-size: 18px;
    font-style: italic;
}

.call-to-action-text .call-to-action-button {
    float: left;
    width: 20%;
    padding-right: 25px;
    margin-bottom: 10px;
    text-align: right;
}


/* ----- PORTFOLIO PAGE ----- */

.portfolio-container {
    margin-top: 20px;
    padding-bottom: 50px;
}

.portfolio-filters {
    padding-top: 35px;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.portfolio-filters a {
    color: #5d5d5d;
}

.portfolio-filters a:hover,
.portfolio-filters a.active {
    color: #ef7d00;
}

.portfolio-box {
    width: 255px;
    margin: 40px 15px 0 15px;
}

.portfolio-box-container {
    position: relative;
    background: #fff;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.portfolio-box-container .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 69.5%;
}

.portfolio-box-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    padding-top: 7px;
    background: #1d1d1d;
    /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
}

.portfolio-box-text {
    padding: 0 15px 20px 15px;
}

.portfolio-box-text h3 {
    cursor: pointer;
    margin-top: 20px;
    font-size: 14px;
}

.portfolio-box-text p {
    line-height: 24px;
    font-style: italic;
}


/*##################################################################*/


/* CONTACT #########################################################*/


/*##################################################################*/

#contact {
    margin-top: 2px;
    /* padding-top: 90px;
    padding-bottom: 50px; */
    background-color: #0d6ca6;
    /* background-color: white; */
    display: block;
    position: relative;
    z-index: 120;
    text-align: center;
}

#contact p {
    margin-bottom: 30px;
}


/* Send Button */

.btn-blue {
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: blue;
    background: none;
    cursor: pointer;
    padding: 17px 35px;
    display: inline-block;
    margin: 0px;
    width: 100%;
    max-width: 300px;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 90;
    opacity: 1;
}

.btn-blue:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-blue:before {
    font-family: 'unicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    margin-top: 2px;
    -webkit-font-smoothing: antialiased;
}

.icon-mail:before {
    content: "\e053";
}

.btn-send {
    border-radius: 50px;
    border: 2px solid #0070aa;
    color: #0070aa;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn-send:active {
    background: #0070aa;
    top: 2px;
}

.btn-send span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.3s;
    -moz-backface-visibility: hidden;
    transition: all 0.3s;
    backface-visibility: hidden;
}

.btn-send:before {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 2.5;
    font-size: 180%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-send:active:before {
    color: #004a70;
}

.btn-sendb:hover span {
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
}

.btn-sendb:before {
    left: 0;
    top: -100%;
}

.btn-sendb:hover:before {
    top: -2px;
}


/* Contact Form */

#contact form {
    margin-top: 40px;
}

#contact form input[type="text"],
#contact form input[type="email"] {
    width: 100%;
    max-width: 300px;
    height: 57px;
    margin-bottom: 20px;
    padding: 0 20px;
    border-style: solid;
    border-color: #d2d2d2;
    border-radius: 2px;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}

#alert {
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#message {
    display: none;
}

#message ul.unordered {
    padding: 0;
}

#message ul.unordered li {
    padding: 0 0 0 20px;
}

#message ul.unordered li p {
    padding: 3px 0;
    margin: 0;
}

#message .alert-danger p {
    color: #B94A48;
}

.contact_info {
    margin-top: 40px;
    padding-bottom: 60px;
}

.contact_info h3 {
    color: #fff;
    text-shadow: none;
}

.contact_details span.large {
    color: #d2d2d2;
    font-size: 30px;
}

.contact_details p {
    margin-top: 28px;
    padding-bottom: 28px;
}

#contact p,
#contact a {
    color: #fff;
}


/* Social Icons */

.social_icons {
    text-align: center;
    margin-top: 28px;
}

.social_icons ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    /* For IE, the outcast */
    zoom: 1;
    *display: inline;
}

.social_icons li {
    float: left;
    padding: 0 7px;
    list-style: none;
}

.social_icons li a span {
    font-size: 15px;
    color: #fff;
}

.social_icons li a:hover {
    text-decoration: none;
}


/* Social */


/*Social Icons*/


/* Floating Divs*/


/* Floating Divs*/

.social {
    position: fixed;
    z-index: 99999;
    left: 0px;
    top: 200px;
}

.emailbtn {
    background: #5e5e5e;
}

.emailbtn:hover {
    color: #5e5e5e;
    background: #fff;
}

.facebookbtn {
    background: #3B5998;
}

.facebookbtn:hover {
    color: #3B5998;
    background: #fff;
}

.social .fab,
.social .fas {
    padding: 0px;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    font-size: 33px;
    margin: 0px;
    /* padding: 17px 20px; */
    padding-top: 3px;
}

.twitterbtn {
    background: #1DA1F2;
}

.twitterbtn:hover {
    color: #1DA1F2;
    background: #fff;
}

.youtubebtn {
    background: #E62117;
}

.youtubebtn:hover {
    color: #E62117;
    background: #fff;
}

.telegrambtn {
    background-color: #2ca5e0
}

.telegrambtn:hover {
    color: #2ca5e0;
    background-color: #fff;
}

.instagrambtn {
    background: #ED6340;
}

.instagrambtn:hover {
    color: #ED6340;
    background: #fff;
}

.whatsappbtn {
    background: #1c9c0f;
}

.whatsappbtn:hover {
    color: #1c9c0f;
    background: #fff;
}

.social a,
.download1 a {
    color: #fff;
    /* font-size: 30px; */
    /* padding: 17px 5px; */
    display: table-cell;
    vertical-align: middle;
}

.social a:hover,
.download1 a:hover {
    text-decoration: none;
}