/*
Theme Name: Shams Translation Official Theme
Theme URI: https://t.me/omar_zaharna
Author: Omar Zaharna
Author URI: https://t.me/omar_zaharna
Description: Оффициальная тема компании Shams Translation.
Version: 1.0
*/


.col-md-3.col-md-offset-1 {
    margin-left: 8.33333%;
}

footer.bg-dark a {
    color: inherit;
}

.spantologo{
	width: 32px;
    height: 32px;
    display: inline-block;
    background-position: -36px 1px;
    background-repeat: no-repeat;
    background-size: 100px;
	vertical-align: middle;
}

.whiteLogoInFooter{
    background-image: URL("../shamstranslation/custom/img/whiteLogo.png");
}

.layout-top-nav .wrapper .main-header .brand-image {
    height: 50px;
}

.videoBtn {
    position: absolute;
    font-size: 15px;
    padding: 11px;
    background-color: #ffffff87;
	right: 10px;
    top: 10px;
    color: #000000;
    border-radius: 10px;
    z-index: 1;
    border: 1px solid black;
}

.videoBtn.soundBtn:hover {
	cursor: pointer;
}

.videoBtn.playBtn{
	right: 60px;
    color: #FF0000;
}

.main-header .nav-link {
    height: auto;
}

.ourWorkTimeInFooter td {
    padding: 0;
    border: none;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #167fb2;
    bottom: 0;
    left: calc(50% - 20px);
}

.shams-gradient{
	background: rgb(2,40,96);
	background: linear-gradient(270deg, rgba(2,40,96,1) 30%, rgba(22,127,178,1) 85%);
}

.ourPartnersLogo{
	background-position: 0 0;
	height: 32px;
	width: 32px;
	background-size: 128px;
}

/* ScrollBar */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(270deg, rgba(2,40,96,1) 30%, rgba(22,127,178,1) 85%); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(2,40,96,1); 
}

/* END ScrollBar */

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        white-space: nowrap;
    }
	
    .navbar-expand-md .navbar-nav {
        justify-content: center;
        align-items: center;
    }
	
    .d-md-block {
        background-color: #00000085;
        right: 30%;
        left: 30%;
		border-radius: 10px;
    }

	.main-header{
		position: fixed;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		width: auto;
	/*	max-width: 1400px; */
		z-index: 1030;
		border-radius: 35px;
		box-shadow: 0px 5px 9px 4px #adabab45;
		border: 1px solid #b6b5b5;
	}
}
