/* ============================================================
Theme Name: Official Theme
Theme URI: #
Version: 1.0.0
Author: S.A Faroque
Author URI: https://webnewsdesign.com
Text Domain: official
Requires at least: 6.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Theme Description: It is an official theme.
Tags: official
Description: This is official theme
============================================================*/


* {
    padding: 0;
    margin: 0;
}


/* Font-face Icons */
/* @font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'flexslider-icon';
    src: url('../../fonts/flexslider-icon.eot');
    src: url('../../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../../fonts/flexslider-icon.woff') format('woff'), url('../../fonts/flexslider-icon.ttf') format('truetype'), url('../../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}


.main-menu ul {
    list-style: none;
}

.main-menu ul li {
    float: left;
    margin-left: 20px;
}

.main-menu ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #000000;
}

.main-menu ul li {
    border-right: 2px solid #999999;
    line-height: 100%;
    padding-right: 20px;
}

.main-menu ul li:last-child {
    border-right: 0;
    padding-right: 0;
}

.footer-menu-sbtl ul,
.quick-link ul li {
    list-style: none;
}

.icon-height-weight {
    width: 35px;
    height: 35px;
    align-items: center;
    border-radius: 50%;
}

.footer-menu-sbtl ul li a {
    text-decoration: none;
    padding: 5px 10px;
}

/* ul.slides li {
    margin-right: 50px !important;
} */

.icon-height-weight {
    transition: all 0.5s;
}

.our-services a:hover .icon-hover-class,
.our-services a:hover h3 {
    color: #ffc107;
    transform: scale(1.2);
}

.popular-videos a:hover .bi-camera-fill,
.popular-videos a:hover .icon-hover-class {
    color: red;
}

.popular-videos a:hover .yt-video-bg {
    background: rgba(255, 255, 255, .5);
    /* background: black; */
}

.popular-videos a:hover .yt-title-hover {
    color: red;
}


.bi-camera-fill,
.youtube-icon-bg {
    color: #ffc107;
}

.main-menu ul li .sub-menu li {
    background: red;
    display: block;
    float: none;
}

.main-menu ul li .sub-menu {
    padding-left: 0;
    margin-left: 0;
}

div#navbarTogglerDemo02 {
    font-size: 17px;
}

.navbar-nav li a {
    color: white !important;
    text-transform: uppercase;
}

a.navbar-brand {
    width: 406px;
}

.product-title-linear-gradient {
    background-image: linear-gradient(rgba(0, 0, 0, .0050), #003852);
}

.border-sbtl {
    border: 1px solid rgba(0, 0, 0, .125);
}

.text-sbtl {
    color: #003852;
}


.footer-menu-sbtl ul li a:hover,
.footer-menu-item-sbtl .icon-matter a:hover,
.icon-matter a:hover,
.navbar-nav li a:hover {
    text-decoration: underline !important;
}

.reserved-footer-menu {
    display: flex;
}

.footer-menu-sbtl ul li::after {
    content: '';
    height: 11px;
    /* color: white; */
    position: absolute;
    right: 0;
    width: .25px;
     top: 8px;
}

.footer-menu-sbtl ul li:last-child::after {
    width: 0;
}

.footer-menu-sbtl ul li:last-child a {
    padding-right: 0;
}

.fb-bg-hover:hover {
    background: #1877F2;
}

.twitter-bg-hover:hover {
    background: #1DA1F2;
}

.linkedin-bg-hover:hover {
    background: #0077b5;
}

.youtube-bg-hover:hover {
    background: #FF0000;
}

.navbar-nav li a:hover {
    background: none;
    color: white;
    text-decoration: underline !important;
}

ul#menu-bottom-menu li:last-child a {
    padding-right: 0;
}