body {
    /*    padding-top:20px*/
    font-family: Georgia, "Times New Roman";
    font-weight: normal;
    font-size: 0.85em;
    /*    background: #f8f8f8;*/
    background: #fff;
}

.blog-siderbar table p {
    line-height: 1.5em;
}

.h2-heading {
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
    color: #5c5c5c;
    padding-bottom: 10px;
}

.carousel-caption {
    position: absolute;
    bottom: 20px;
    left: 1% !important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #fff;
    text-align: left;
}


/*
#custom_carousel .item {

    color:#fff;
    background-color:#eee;
    padding:20px 0;
}
*/

.text-letter {
    float: left;
    width: 0.5em;
    font-size: 400%;
    font-family: algerian, courier;
    line-height: 80%;
    color: #172c51;
}

.bold {
    font-weight: bolder!important;
}

.text-trans {
    text-transform: none !important;
}

.left-pad {
    padding-left: 25px!important;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 10px !important;
    font-weight: bold;
    font-size: 15px;
}

.border-right-corp {
    border-right: solid 1px #172c51;
}

.no-pad {
    padding-bottom: 0px !important;
}

.l-h {
    line-height: 3.1em;
}

#custom_carousel .controls {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background: #ddd;
}

#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width: 90px
}

#custom_carousel .controls li.active {
    /*    background-color:#eee;*/
    border-top: 3px solid #43B02A !important;
}

#custom_carousel .controls a small {
    overflow: hidden;
    display: block;
    font-size: 10px;
    margin-top: 5px;
    font-weight: bold
}

.tabs-caption {
    font-size: 1.0em;
}

.nav-pad {
    padding-top: 12px;
}

.carousel-caption {
    background-color: #9f2437;
    opacity: 0.95;
    color: #fff;
}

.clients {
    background: #1f5a9f !important;
}

.carousel-caption p {
    color: #fff !important;
    text-align: left;
    padding-left: 20px;
    line-height: 1.5em;
}

.caption-heading {
    color: #fff !important;
    padding-left: 20px;
    font-weight: bold;
    font-size: 16px;
    /*    padding-bottom: 15px;*/
}

.controls a {
    color: #1D599E;
}

.pre-title {
    color: #43B02A !important;
    line-height: 2em;
    padding-top: 20px;
}

.info-titles {
    color: #83b528!important;
    line-height: 2em;
    padding-top: 20px;
}


/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/


/* Tabs panel */

.tabbable-panel {
    /*  border:1px solid #eee;*/
    padding: 10px;
}


/* Default mode */

.tabbable-line>.nav-tabs {
    border: none;
    margin: 0px !important;
    font-size: 13px;
}

.tabbable-line>.nav-tabs>li {
    margin-right: 2px !important;
}

.tabbable-line>.nav-tabs>li>a {
    border: 0 !important;
    margin-right: 0 !important;
    color: #737373 !important;
}

.tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6 !important;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    border-bottom: 4px solid #d2edab;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0 !important;
    background: none !important;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
    border-bottom: 4px solid #43B02A !important;
    position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0 !important;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040;
}

.tabbable-line>.tab-content {
    margin-top: -3px;
    /*  background-color: #fff;*/
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}


/* Below tabs mode */

.tabbable-line.tabs-below>.nav-tabs>li {
    border-top: 4px solid transparent;
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
    margin-top: 0 !important;
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
    border-bottom: 0;
    border-top: 4px solid #d2edab;
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #43B02A !important;
}

.tabbable-line.tabs-below>.tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.col-top {
    vertical-align: top;
}

.col-md-height {
    display: table-cell;
    float: none;
    border: 9px solid #f0f0f0;
    background-color: white;
    padding: 0
}

.service-desc {
    padding: 10px;
}

.service-titles {
    padding: 10px;
    color: #43B02A !important;
}

.btn-copy {
    color: #1f5a9f;
    padding-left: 10px !important;
    padding-bottom: 10px !important;
}

.contents {
    /*    padding-bottom: 20px;*/
    /* font-family     : 'Open Sans', sans-serif !important; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #333;
    font-size: 17px;
}


/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
  */

* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/2 Georgia, serif;
    line-height: 1.5;
}

#page-wrap {
    /*    width: 70%;*/
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 60px;
    margin-top: 30px;
}


/*p, ul, h1 { margin: 0 0 20px 0; }*/

ul,
h1 {
    margin: 0 0 20px 0;
}

#demo-top-bar {
    text-align: left;
    background: #222;
    position: relative;
    zoom: 1;
    width: 100% !important;
    z-index: 6000;
    padding: 20px 0 20px;
}

#demo-bar-inside {
    width: 960px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#demo-bar-buttons {
    padding-top: 10px;
    float: right;
}

#demo-bar-buttons a {
    font-size: 12px;
    margin-left: 20px;
    color: white;
    margin: 2px 0;
    text-decoration: none;
    font: 14px "Lucida Grande", Sans-Serif !important;
}

#demo-bar-buttons a:hover,
#demo-bar-buttons a:focus {
    text-decoration: underline;
}

#demo-bar-badge {
    display: inline-block;
    width: 302px;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
}

#demo-bar-badge a {
    display: block;
    width: 100%;
    height: 38px;
    border-radius: 0;
    bottom: auto;
    margin: 0;
    background: url(/images/examples-logo.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: -9999px;
}

#demo-bar-badge:before,
#demo-bar-badge:after {
    display: none !important;
}

.padd {
    padding-top: 30px;
}

.pad-to-scroll {
    /*    padding-top: 160px;*/
}

.nav-items {
    font-size: 14px !important;
    color: #9f2437;
}

[class*="serv_"] {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.9);
    border: solid #f0f0f0;
    border-width: 6px;
    padding: 8px;
}

.serv_home {
    border-top: none;
    margin-bottom: 8px;
}

.serv_home img {
    min-height: 170px;
    object-fit: cover;
}

.serv_home img.big {
    min-height: 270px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.service-padding {
    padding: 20px;
}

.svp_content {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    color: #929292 !important;
    font-size: 13px !important;
}

.cont {
    float: left;
    /* important */
    position: relative;
    /* important(so we can absolutely position the description div */
    padding-top: 20px;
}

div.description {
    position: absolute;
    right: 20px;
    bottom: 5px;
    left: 5px !important;
    color: #003057;
    background-color: #fff !important;
    z-index: 10;
    padding: 20px;
    text-align: left;
    /* styling bellow */
    opacity: 0.95;
    /* transparency */
    filter: alpha(opacity=90);
    /* IE transparency */
}

p.description_content {
    padding: 10px;
    margin: 0px;
}


/*
.blog-container a {
    color: #9f2437 ;
}
*/

.custom-color {
    color: red !important;
}

.video-pad {
    padding-top: 30px;
}

.custom-h-svp {
    font-size: 2.6em !important;
    font-weight: 100 !important;
    margin-bottom: 10px;
}

.cust-size {
    font-size: 8em !important;
}

.custom-h-social {
    font-size: 2em !important;
    font-weight: 300 !important;
    color: #255A9D;
    margin-bottom: 10px;
}

.fb {
    color: #3b5998;
}

.g-plus {
    color: #dd4b39;
}

element.style {
    margin: 5px 0 20px 0;
    line-height: .8;
}

#demo-arabic .textFirstSrevice h3 ,#demo-arabic .textFirstSrevice P,#demo-arabic .textFirstSrevice li{
    color: #FFF;
}

.twitter {
    color: #55acee;
}

.linked {
    color: #0077b5;
}

.blog-border {
    margin-left: 50px;
    border-right: 2px solid #ececec;
    /*    padding: 15px 15px 15px 0px;*/
}

.lol-tab {
    color: #fff;
    background-color: #9f2437;
}

.lol-tab a {
    color: #172c51;
}

.footer-bottom p {
    color: #fff;
}

footer p,
ul,
h1 {
    margin: 0 0 0px 0;
}

.serv-sidebar {
    margin: 15px 15px 15px 0px !important;
    /*    border-bottom: 1px dotted #255A9D;*/
}

.serv-side-header {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: block;
    line-height: 1.2em;
    /*    color: #9f2437;*/
    color: #9f2437;
    font-weight: 100;
    border-width: 0 0 2px 0;
    border-color: #9f2437;
    border-style: solid;
    width: 100%;
    bottom: 0;
    left: 0;
    align-content: center;
}

.green {
    color: #43B02A !important;
}

.dark-red {
    color: #9f2437;
}

.blue {
    color: #337ab7;
}

.hr-style {
    color: #172c51 !important;
}

.d3 {
    background: #fff;
    padding: 5px;
}

.d3n {
    border: solid 3px #ececec;
    padding: 10px;
}

u {
    text-decoration: none !important;
    ;
    border-bottom: 1px solid #255A9D !important;
    font-weight: 100;
}

.icon-sidebar {
    color: #43B02A !important;
    font-family: 'Open Sans', sans-serif;
    /*    font-size: 16px;*/
    text-transform: capitalize;
    /*    letter-spacing: 1em !important;*/
    padding: 20px 0 20px 0;
}

.no-margin-button {
    margin-top: 0px !important;
}

.dropdown-menu {
    min-width: 200px !important;
}


/*
.carousel-indicators {
   margin-bottom:50px;
}
*/

.pad-indicator {
    padding-bottom: 50px;
}

.carousel-control.left {
    background: none;
    display: inline-table;
}

.carousel-control.right {
    background: none;
}

.carousel-control {
    position: absolute;
    top: 35%;
    bottom: 0;
    left: 0;
    width: 6%;
    font-size: auto;
    color: #fff;
    text-align: center;
    opacity: 1;
    text-shadow: none;
}

.carousel-control:hover {
    color: #000;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #005eb8;
    /*				background-color:rgba(0,0,0,0);*/
    border: 1px solid #005eb8;
    border-radius: 50%;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #172c51;
    border: 1px solid #172c51;
}

.l-prev {
    /* opacity: .25; */
    color: #172c51;
    font-size: 3em;
    background: rgba(255, 255, 255, 0.7);
    float: left;
    padding: 10px;
}

.r-next {
    color: #172c51;
    font-size: 3em;
    background: rgba(255, 255, 255, 0.7);
    float: right;
    padding: 10px;
}


/*
.carousel-caption
{
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
background: rgba(0,0,0,0.4);
}
*/

.marg-side {
    padding-left: 15px;
}

.bgpad {
    background: #fff;
}

.sig-bg {
    background: url(../img/sig.png) no-repeat center #fff;
}

.ach-icon {
    color: #9f2437;
    padding-right: 10px;
}

.extra-bit {
    padding-bottom: 5px;
}

.nav-tabs-dropdown {
    display: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-tabs-dropdown:before {
    content: "\e114";
    /*  font-family: 'Glyphicons Halflings';*/
    position: absolute;
    /*  right: 30px;*/
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    background: #f0f0f0;
}

@media screen and (min-width: 769px) {
    #nav-tabs-wrapper {
        display: block!important;
    }
}

@media screen and (max-width: 768px) {
    .nav-tabs-dropdown {
        display: block;
    }
    #nav-tabs-wrapper {
        /*display: none;*/
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }
    .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    }
    .nav-tabs-horizontal>li {
        float: none;
    }
    .nav-tabs-horizontal>li+li {
        margin-left: 2px;
    }
    .nav-tabs-horizontal>li,
    .nav-tabs-horizontal>li>a {
        background: transparent;
        width: 100%;
    }
    .nav-tabs-horizontal>li>a {
        border-radius: 4px;
    }
    .nav-tabs-horizontal>li.active>a,
    .nav-tabs-horizontal>li.active>a:hover,
    .nav-tabs-horizontal>li.active>a:focus {
        color: #ffffff;
        background-color: #428bca;
    }
}

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

div.wrap-div-topSpacer {
    width: 0px;
    /*	height: 60px;*/
    float: left;
    margin-top: 5px;
}

div.wrap-div {
    float: left;
    clear: both;
    margin: 8px 10px 0 0;
    width: 50%;
    text-align: center;
    background: #0088cc;
    color: #FFF;
}

.tab-content div.wrap-div {
    margin: 4px 10px 0 0;
}

div.wrap-div-right {
    float: right;
    width: 50%;
}

.tabs-right {
    padding-bottom: 40px;
}

.custom-font {
    font-size: 20px !important;
}

.main {
    width: auto;
    margin: 5px;
}

.main .screenshot {
    float: left;
    padding: 5px;
}

@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");

/*
The above link can also go in HTML document as a link in head.
Rather than @import in an external CSS file,
The following code into the <head> section of your site's HTML.
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
*/


/*
* Social Buttons for Bootstrap
*
* Copyright 2013-2014 Panayiotis Lipiridis
* Licensed under the MIT License
*
* https://github.com/lipis/bootstrap-social
*/

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
    margin: 3px;
}

.btn-social-icon :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon :first-child {
    border: none;
    text-align: center;
    width: 100% !important
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #183c60;
    border-color: rgba(0, 0, 0, 0.2)
}

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

.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket.active {
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d70b7;
    border-color: rgba(0, 0, 0, 0.2)
}

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

.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox.active {
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #30487b;
    border-color: rgba(0, 0, 0, 0.2)
}

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

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #d6006f;
    border-color: rgba(0, 0, 0, 0.2)
}

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

.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare {
    color: #fff;
    background-color: #0072b1;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare:active,
.btn-foursquare.active,
.open .dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #005888;
    border-color: rgba(0, 0, 0, 0.2)
}

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

.btn-foursquare.disabled,
.btn-foursquare[disabled],
fieldset[disabled] .btn-foursquare,
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled:active,
.btn-foursquare[disabled]:active,
fieldset[disabled] .btn-foursquare:active,
.btn-foursquare.disabled.active,
.btn-foursquare[disabled].active,
fieldset[disabled] .btn-foursquare.active {
    background-color: #0072b1;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:hover,
.btn-github:focus,
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
    color: #fff;
    background-color: #303030;
    border-color: rgba(0, 0, 0, 0.2)
}

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

.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus {
    color: #fff;
    background-color: #dd4b39;
}

.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
    color: #fff;
    background-color: #ca3523;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
    background-image: none
}

.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
    background-color: #dd4b39;
}

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #335d7e;
    border-color: rgba(0, 0, 0, 0.2)
}

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

.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
    background-color: #3f729b;
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005f8d;
    border-color: rgba(0, 0, 0, 0.2)
}

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

.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1f3346;
    border-color: rgba(0, 0, 0, 0.2)
}

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

.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #309aea;
    border-color: rgba(0, 0, 0, 0.2)
}

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

.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #4a6a89;
    border-color: rgba(0, 0, 0, 0.2)
}

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

.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}


@media (max-width: 600px) {

 .custom-h-svp {
    font-size: 8vw !important;
    }
    .carousel-control {
    position: absolute;
    top: 35%;
    bottom: 0;
    left: 0;
    width: 6%;
    font-size: auto;
    color: #fff;
    text-align: center;
    opacity: 1;
    text-shadow: none;
}

}