.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url(grabbing.html) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.mycol {
    position: relative;
}

.mycol h3 {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 9998;
    background-color: rgba(0, 0, 0, .5);
    padding: 5px 10px;
    border-radius: 4px;
    color: #eee;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
}

.mycol img {
    transition: all .4s linear;
    border-radius: 4px;
    margin: 0 auto;
}

.mycol img:hover {
    transform: scale(1.1);
}

.clients-bg .myh {
    text-align: right;
    color: #666666;
    padding-bottom: 15px;
    margin-bottom: 50px;
    border-bottom: .1px solid #969696;
    font-weight: bold
}

.item h4 {
    margin: 30px 0 15px;
    color: #444;
    font-weight: bold;
    font-size: 17px;
}

.bot {
    padding: 5px 15px;
    background-color: #801815;
    margin-top: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 35px;
    border-radius: 3px;
}

.col-sm-6.col {
    direction: rtl;
    text-align: justify;
}

.col-sm-6.col h4 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #801815;
    font-weight: bold;
}

.col-sm-6.col p {
    font-size: 16px;
    line-height: 1.75;
}

.parent {
    padding: 50px 0;
    clear: both;
}

.piccol img {
    margin: 0 auto;
}

#mydiv {
    background-image: url(images/mypicture.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 480px;
    border-bottom: 5px solid #841b18;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li.dropdown>a:focus,
.navbar-default .navbar-nav>li.dropdown>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff !important;
}

.clients img {
    width: 73%;
    border-right: 4px solid #82a6d7;
	float: right;
}