/*--------------- Style.css --------------------*/

:root {
  --example-padding: 1em 1em .5em 2em;
}
.example {
   direction:rtl;
   margin: 0;
   padding: var(--example-padding);
   background-color: #353639;
   font-family: "Droid Arabic Kufi","Droid Sans", sans-serif;
   font-size:14px;
}
*{
  margin:0;
  padding:0;
  outline:none;
}
html body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:#fff;
  position:relative;
  font-size: 14px;
  color: #6c6c6c;
  font-family: var(--font-Montserrat);
  font-weight: 300;
  overflow-x: hidden;
}
body a {
  text-decoration: none;
  color: #ffff;
}
/*img{
  width: 100%;
}*/
section {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px 0;
}
h6{
  font: 500 20px/26px var(--font-poppinsn);
}
h2{
  font: 600 32px/45px var(--font-poppins);
}
p{
  font: 400 13px/22px var(--font-poppins);
}
.nav-tabs,.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link{
  border: none;
}
ul li{
  text-decoration: none;
  list-style: none;
}
ol, ul{
  padding-right: 0;
}
textarea {
    padding: 5px;
}
.theme_button{
  border-radius: 5px;
  background: var(--color-sky-blue);
  font: 600 14px/30px var(--font-poppins);
  border: none;
  transition: ease 0.25s all;
  transition-duration: 1s;
  color: var(--color-white);
  transform: translateX(0px);
}

.theme_button:hover{
  transform: translateX(0px);
  opacity: 1;
  letter-spacing: 1.2px;
  background-image: linear-gradient(to left, #03B2FB , #088CEF);
  color: var(--color-white);
}
.btn:focus{
  outline: none;
  box-shadow: none !important;
}
.modal-backdrop{
      background: unset!important;
    top: unset!important;
    opacity: 1!important;
    right: unset!important;
}

.bwt-scroll{
  background-attachment: scroll;
}
.bwt-fixed{
  background-attachment: fixed;
}
[type=search]{
    width: 100%;
}

/*--------------Owl Carousel-----------------*/
.owl-carousel button.owl-dot.active{
    width: 10px;
    height: 10px;
    border-radius: 55px;
    background-color: var(--color-sky-blue) !important;
    border: 2px solid #FFF !important;
    box-shadow: 0px 0px 0px 0.5px var(--color-sky-blue);
        background-image: repeating-linear-gradient(
-25deg, #00c4f5, #00c4f5 13px, transparent 13px, transparent 22px, #00c4f5 22px), repeating-linear-gradient(
-115deg, #00c4f5, #00c4f5 13px, transparent 13px, transparent 22px, #00c4f5 22px), repeating-linear-gradient(
-205deg, #00c4f5, #00c4f5 13px, transparent 13px, transparent 22px, #00c4f5 22px), repeating-linear-gradient(
-295deg, #00c4f5, #00c4f5 13px, transparent 13px, transparent 22px, #00c4f5 22px);
    background-size: 3px 100%, 100% 3px, 3px 100% , 100% 3px;
    background-position: 12px 13px, 9px 14px, 0% 18px, 8px 100%;
    background-repeat: no-repeat;

}
.owl-carousel button.owl-dot{
  width: 8px;
  height: 8px;
  border-radius: 9px;
  background-color: var(--color-sky-blue) !important;
  border: 1px solid var(--color-sky-blue) !important;
  margin: 0 12px;
}
/*--------------- Comments ---------------------*/
.comments-rating {
  border: none;
  padding: 0;
  margin-right: 0;
}
.comments-rating label {
  display: inline-block;
}
.rating-container {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: ltr;
}
.rating-container * {
  font-size: 1.4rem;
}
.rating-container > input {
  display: none;
}
.rating-container > input + label {
  font-family: 'dashicons';
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}
.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888;
}
.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: var(--color-sky-blue);
  text-shadow: 0 0 1px #333;
}
.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-right: -.5em;
}
.rating-container > .star-cb-clear + label:before {
  width: .5em;
}
.rating-container:hover > input + label:before {
  content: "\f154";
  color: var(--color-sky-blue);
  text-shadow: none;
}
.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  color: var(--color-sky-blue);
  text-shadow: 0 0 1px #333;
}
.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
  text-indent: 9999px;
}
.comment-respond .rating-container > input + label {
  text-indent: -9999px;
}
.dashicons-star-filled:before{
  color: var(--color-sky-blue);
}
.dashicons, .dashicons-before:before{
  font-size: 16px;
}
/*-------------------Loader--------------------*/
.background span {
   width: 8vmin;
   height: 8vmin;
   border-radius: 4vmin;
   backface-visibility: hidden;
   position: absolute;
   animation-name: move;
   animation-timing-function: cubic-bezier(0.4, 0, 1, 0.8);
   animation-iteration-count: infinite;
   animation-duration: 3s;
   top: calc(50% - 4vmin);
   right: 50%;
   transform-origin: -4vmin center;
}
 .background span:nth-child(1) {
   background: var(--color-white);
   animation-delay: -0.5s;
   opacity: 0;
}
 .background span:nth-child(2) {
   background: var(--color-white);
   animation-delay: -1s;
   opacity: 0;
}
 .background span:nth-child(3) {
   background: var(--color-white);
   animation-delay: -1.5s;
   opacity: 0;
}
 .background span:nth-child(4) {
   background: var(--color-white);
   animation-delay: -2s;
   opacity: 0;
}
 .background span:nth-child(5) {
   background: var(--color-white);
   animation-delay: -2.5s;
   opacity: 0;
}
 .background span:nth-child(6) {
   background: var(--color-white);
   animation-delay: -3s;
   opacity: 0;
}
 @keyframes move {
   0% {
     transform: scale(1) rotate(0deg) translate3d(0, 0, 1px);
  }
   30% {
     opacity: 1;
  }
   100% {
     z-index: 10;
     transform: scale(0) rotate(-360deg) translate3d(0, 0, 1px);
  }
}
.bwt-travel-loading-box
{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-hex);
  z-index: 2;
  cursor: pointer;
  z-index: 9999;
}

/*----------------Header  menu----------------------*/
.close-icon {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-transform: rotateZ(
-45deg);
    transform: rotateZ(
-45deg);
}
.close-icon:after, .close-icon:before {
    display: block;
    position: absolute;
    background-color: var(--wolmart-light-color,#ccc);
    content: "";
}
.close-icon:before {
    height: 2px;
    width: 100%;
    right: 0;
    top: calc(50% - 1px);
}
.close-icon:after {
    height: 100%;
    width: 2px;
    top: 0;
    right: calc(50% - 1px);
}
blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 100%;
  padding: 1.25em 40px 0.3em;
  line-height: 1.45;
  position: relative;
  color: #0f0f0f;
  border-bottom: 8px solid var(--color-sky-blue);
  background: #EDEDED;
  background:#EDEDED;
    -webkit-box-shadow: 0px 4px 13px -7px var(--color-black)000, -5px 5px 15px 5px rgba(0,0,0,0);
  box-shadow: 0px 4px 13px -7px var(--color-black)000, -5px 5px 15px 5px rgba(0,0,0,0);
}
blockquote::before{
  font-size: 88px;
  font-family: Arial;
  content: "\201C";
  color: var(--color-sky-blue);
  position: absolute;
  right: 7px;
  top: -28px;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
#accordion .accordion-button:not(.collapsed)::after {
    background-image: url("assets/images/accordion.png") !important;
    transform: rotate(180deg);
}
#accordion .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: auto;
    content: "";
    background-image: url("assets/images/accordiono.png") !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
th a{
  color: #03B2FB;
}
#typography-sec .table-striped th:hover a{
  color: #03B2FB;
}
/*----------Return To Top------------*/
#return-to-top {
  position: fixed;
  bottom: 10px;
  left: 30px;
  background-color: #03B2FB;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
#return-to-top i {
  color: white;
  position: relative;
  top: 8px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 3px 16px;
}
/*#return-to-top:hover {
  background: var(--color-sky-blue);
}*/
#return-to-top:hover i {
  color: white;
  top: 5px;
}
.customize-partial-edit-shortcut-button{
  padding: 0 !important;
}
/*--------------Buy Now----------------*/
.buynow{
  padding:10px !important;
}
.buynow:hover a{
  letter-spacing: 2px;
  transition-duration:1s;
}
.buynow{
  background-color: #e9a229;
}
.buy-now-footer:hover{
  color: #fff;
  letter-spacing: 2px;
  transition-duration: 1s;
}


/*----------------------- header-footer.css---------------------------*/


:root {
  --example-padding: 1em 1em .5em 2em;
}
.example {
   direction:rtl;
   margin: 0;
   padding: var(--example-padding);
   background-color: #353639;
   font-family: "Droid Arabic Kufi","Droid Sans", sans-serif;
   font-size:14px;
}
.topbar .topbar-text{
  text-align: right;
  font: normal normal normal 11px/10px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
}
#content-topbar{
  background-color: var(--color--black);
  color: #FFFFFF;
}
#content-topbar .topbar-social-icons .social_icon i{
  color: #ffffff;
}
#main-header .serach_outer{
    position: fixed;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    z-index: 999999999999;
    top: 0;
    right: 0;
    background-color: white;
    opacity: 0.8;
    display: none;
    transition: 2s;
}
.closepop {
    position: absolute;
    top: 29%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    text-align: left;
    margin-left: 28px;
    z-index: 999999;
}
.closepop .fa-times:before {
    content: "\f00d";
    color: var(--color-hex);
}
.serach_outer i {
    font-size: 24px;
    padding: 4px 0 0 0;
    color: white;
    cursor: pointer;
}
.serach_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.serach_inner form.search-form {
    display: table;
    border-radius: 0;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    border: none !important;
}
.serach_inner form.search-form {
    display: table;
    border-radius: 0;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    border: none !important;
}
.search_popup label {
    background: transparent;
    width: 81%;
}
.search_popup input.search-field {
    padding: 1.5% 0;
    background: transparent;
    width: 100%;
    text-indent: 8px;
    border-bottom: 2px solid var(--color-e62323);
    color: var(--color-222222);
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    font-weight: 700;
    font-size: 17px;
}
.serach-page input.search-field {
    border: 1px solid var(--color-sky-blue);
    border-radius: 0;
  }
.search_popup .search-submit {
    color: white;
    border-radius: 50%;
    background-color: var(--color-sky-blue);
    padding: 10px 13px;
    width: 50px;
    height: 50px;
    border: none;
}

/*---------------------Header----------------------*/
.show-vw-search {
    height: 100% !important;
}
.header-box{
  background-color: white!important;
}
#main-header .sticky.stickynavbar #site-navigation ul li a{
  color: white ;
}
#main-header .sticky.stickynavbar #site-navigation .menu-item-has-children:after{
  border-top-color: white !important;
}
#main-header #site-navigation ul li a{
  font-family: var(--font-montserrat);
  font-size: 13px;
  position: relative;
  color: black;
}
#main-header #site-navigation #menu-primary-menu-2{
  background-color: var(--color-white);
  
}
#main-header #site-navigation ul .current-menu-item:before{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: var(--color-hex);
  transform: rotate(-180deg);
  right: 0;
  margin: 0 auto;
}
#main-header #site-navigation ul .current-menu-item{
  border-bottom: 2px solid var(--color-hex);
  position: relative;
}
#main-header #sidebar1 ul li a {
  color: white;
}
#main-header #sidebar1 ul .current-menu-item:before{
  display: none;
}
 .sub-menu li a {
    color: #088CEF !important;
}
#main-header #site-navigation .menu-item-has-children:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -2px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: var(--color--black);
  }

#main-header .theme_button {
    font: normal normal medium 7px/9px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    background-color: var(--color-hex)!important;
    border-radius: 50px;
}
.header-line{
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: auto;
  margin-left: auto;
  border-style: inset;
  border-width: 1px;
}


/*-----------------Topbar--------------*/
.topbar-social-icons .social_icon i{
  padding: 10px;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-sky-blue);
  transition-duration: 1.5s;
}
.topbar-social-icons .social_icon .fa-pinterest-p{
  padding: 10px 12px;
}
.topbar-social-icons .social_icon:hover i{
  background-color: var(--color-sky-blue);
  /*box-shadow: 0px 0px 5px 5px var(--color-grey);*/
  color: var(--color-white);
  border-radius: 10%;
}
.topbar-button a{
  font: 600 16px/23px var(--font-Montserrat);
  color: var(--color-sky-blue);
}
.topbar-button:hover{
  color: var(--color--black);
}
.topbar-button:hover i{
  opacity: 0;
  transform: translateX(-30px);
}
.topbar-button i{
  transform: translateX(5px);
  transition-duration: 2s;
  animation: topbarbutton 2s infinite;
}
@keyframes topbarbutton {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  20% {
    opacity: 0;
    transform: translateX(5px);
  }
  50% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
#site-sticky-menu:after{
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0;
 /* border-left: 11px solid #37a0e8;*/
  border-top: 11px solid transparent;
  border-bottom: 0 solid transparent;
  animation: fadeIn 2s;
  transform: rotate(-270deg);
}


/*---------------Header---------------------*/
.logo img{
  height: auto;
}
.header-box{
  border-top-right-radius: 8px;
  position: relative;
}
.menu-row{
  border-bottom: 2px solid var(--color-sky-blue);
}
#bwt_header-menu .header-content{
  border-bottom: 1px solid #ddd;
}
.responsive-menu-title,
.mobile-menu {
  display: none;
}
#site-navigation {
  margin: 0 auto;
}
amp-sidebar#sidebar1 {
  display: none;
}
[class*="amphtml-sidebar-mask"] {
  background: none;
  z-index: 99;
}
.i-amphtml-sidebar-mask {
  position: static !important;
}
ul.list_nav {
  margin: 0 auto;
  display: block;
  text-align: left;
}
.toggle-nav {
  display: none;
}
.stickynavbar {
  background-color: var(--color-hex) !important;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  right: 0;
  z-index: 99;
  margin: 0;
}
.sticky .header-search,.sticky .header-button{
  display: none;
}
.sticky #main-menu{
  width: 75%;
}
.sticky .header-logo-box{
  width: 25%;
}
.sticky .header-logo-box .logo{
  text-align: left;
}
.sticky .nav {
  display: block;
}
#sticky-onoff {
  display: none;
}
.sticky .main-navigation ul {
  text-align: center;
}
#sticky-menu.sticky {
  margin-top: 0;
}
.main-navigation li {
  display: inline-block;
}
.main-navigation ul {
  list-style: none;
  padding-right: 0;
  margin: 0;
}
.main-navigation li{
  position: relative;
  padding: 17px 10px;
}
.main-navigation a,a:not([href]):not([class]), a:not([href]):not([class]):hover{
  text-decoration: none;
  text-transform: uppercase;
  font: 600 13px/8px var(--font-poppins);
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  padding: 10px 10px;
}
.main-navigation ul li.current_page_item a:before,.main-navigation ul li.current_page_item a:after{
  transform: scale(1.0);
}
.main-navigation ul li:hover a:before{
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}
.main-navigation ul li a:before{
  display: block;
  position: absolute;
  bottom: -15%;
  right: 0;
  width: 100%;
  border-bottom: 3px solid;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s,-webkit-transform 0.3s; 
  color: var(--color-sky-blue);
  transition-duration: 1s;
}
.main-navigation ul li a:after{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s,-webkit-transform 0.3s; 
  color: var(--color-sky-blue);
  transition-duration: 1s;
}
.main-navigation ul li.current_page_item a:after{
  background-color: var(--color-sky-blue);
  content: none;
  position: absolute;
  top: 0;
  right: 0px;
  left: 0;
  height: 2px;
  width: 50px;
}
.main-navigation .sub-menu li a:before{
  width: 0 !important;
}
.main-navigation ul li:hover .main-navigation ul ul{
  display: block;
}
.main-navigation ul ul {  
  display: none;
  position: absolute;
  right: 20%;
  top: 50px;
  background: var(--color-white);
  min-width: 250px;
  z-index: 9999;
  border-top: none;
  box-shadow: 0 4px 20px -8px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 4px 20px -8px rgb(0 0 0 / 20%);
}

.main-navigation li ul li:after {
  position: absolute;
  content: '\2013';
  top: 12px;
  right: 2px;
  width: 0;
  height: 100%;
  transform: translateX(0px);
  transition-duration: 1s;
  color: var(--color-white);
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
}
.main-navigation li ul li:hover:after {
  transform: translateX(-7px);
  color: var(--color-white);
}
.sub-menu{
  animation: zoomIn 0.4s linear;
  transform-origin: top center;
  transform: scaleY(1);
}
.main-navigation ul ul li:before{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-white);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.main-navigation ul ul li:hover::before{
  width: 100%;
  background-color: #03B2FB;
}
.main-navigation ul li.menu-item-has-children:after{
  position: relative;
  content: '\f107';
  top: 0;
  left: 5px;
  height: 100%;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  font-family: 'Font Awesome 5 Free';
  /*transition-duration: 1.2s;*/
}
.main-navigation ul ul ul {
  right: 31% !important;
  top: 100% !important;
}
.main-navigation ul ul a {
  text-transform: capitalize;
  letter-spacing: 2px;
  font: 400 13px var(--font-poppins);
  padding: 10px 0px 10px 5px;
  line-height: 1.5;
  transform: translateX(0px);
  transition-duration: 1s;
  position: relative;
  right: 0;
  color: var(--color--black);
}
.main-navigation ul ul li:hover a {
  color: #ffff !important;
  transform: translateX(-10px);
  right: 10px;
}
.main-navigation ul ul li:hover {
  background: unset !important;
}
.main-navigation ul ul li {
  float: none;
  text-align: right;
  padding: 12px 12px;
  margin: 0;
}
.main-navigation ul ul li,.menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: right;
  border-right: none;
  border-left: none;
}
.main-navigation ul ul li:last-child {
  border-bottom: 0;
  border-left: none;
}
.main-navigation ul li:hover>ul {
  display: block;
}
.main-navigation .menu>ul>li.highlight:hover {
  background: transparent;
}
.menubar.scrolled .menu>ul>li:hover>a:after,.menubar.scrolled .menu>ul>li.current_page_item>a:after,.menubar.scrolled .menu>ul>li.current-menu-item>a:after {
  height: 2px;
}
@keyframes menuli {
  0% {
    left: -300px;
  }
  100% {
    left: 0;
  }
}
/*------------Search---------------*/
#topbar .search-box  [type=search]{
  width: 62%
}
.search-box [type=search]{
  border-radius: 36px;
  background-color: #ffffff;
  border: 1px solid #fff;
  padding: 10px 15px;
  width: 99%;
}
.search-box [type=submit]{
  float: left;
  top: 0;
  position: absolute;
  left: 0;
  background-color: #e9a229;
  border: 1px solid #e9a229;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  padding: 10px 15px;
  color: #fff;
}
/*--------------------Footer---------------------*/
#bwt-footer .widget_nav_menu ul li a{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 34px;
  color: #eeecec !important;
  font-weight: 400;
  font-family: "Poppins";
}
#bwt-footer .widget-title{
  text-align: right;
  font: normal normal bold 26px/51px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
#bwt-footer h3.widget-title:after{
    content: "";
    display: block;
    width: 65px;
    height: 1px;
    background: var(--color-white) 100% 0% no-repeat padding-box;
    margin-bottom: 35px;
}
#recent-posts-1 .recent-post-box img{
    height: 100%;
    width: 100%;
    border-radius: 11%;
}
#recent-posts-1 .media-body a:hover {
    color: #03B2FB !important;
}
#recent-posts-1 .media-body a {
    text-align: right;
    padding: 14px 0;
    font: normal normal normal 13px/22px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.8;
    }
#bwt-footer .footer2 .cat-item a:after{
  content: "";
    display: block;
    width: 44%;
    opacity: 0.8;
    height: 1px;
    background: var(--color-white) 100% 0% no-repeat padding-box;
    position: relative;
}
#bwt-footer .footer2 .cat-item a:hover {
    color: #03B2FB !important;
}
#bwt-footer .footer2 .cat-item a{
  text-align: right;
  font: normal normal normal 13px/44px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 0.8;
}
.widget-title li {
    padding: 7px 0;
    }
.outer-footer{
  background-color: #242424;
}
.outer-footer #bwt-footer_box p{
  text-align: right;
  font: normal normal normal 12px/26px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 0.8;
}

.credit_link{
  display: none;
}
.copyright-text p{
    font: normal normal normal 15px/23px Montserrat;
    letter-spacing: 0px;
    color: #BFBFBF;
    opacity: 1;
}
.bwt-copyright{
  border-top: 1px solid #fff
}
/*.last_copy_head{
  font-weight: 700;
}*/
.last_copy_head:hover{
  color: var(--color-white);
}
.custom-social-icons span{
  display: none;    
  position: absolute;
  top: -2.8em;
  right: 6px;
  color: #e9a229;
  background-color: #fff;
  border-radius: 5px;
  padding: 1px 7px;
  font-weight: 400;
}
.custom-social-icons span:before{
  content: "";
  position: absolute;
  left: auto;
  bottom: -3px;
  border-left: 9px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 0 solid transparent;
  right: 5px;
  transform: rotate(-45deg);
}
.custom-social-icons a i{
  width: 38px;
    height: 38px;
    padding: 11px 13px;
    background-color: #191818;
    border-radius: 50px;
    margin-left: 10px;
    color: #fcfcfc;
    border: 1px solid #ffff;
}
.custom-social-icons a:hover span{
  display: block;
}
.custom-social-icons a{
  position: relative;
}
.buy-now{
  background-color: #e9a229;
  border-top: 2px solid #e9a229;
  border-bottom: 2px solid #e9a229;
}
.buy-now-footer{
  background-color: #e9a229;
  padding: 10px 13px;
  position: relative;
  top: 10px;
  font-weight: 600;
}
.cat-item:nth-child(7),.cat-item:nth-child(8),.cat-item:nth-child(9),.cat-item:nth-child(10),.cat-item:nth-child(11),.cat-item:nth-child(12){
  display: none;
}



/*--------------------- home-page-css ------------------------*/


:root {
  --example-padding: 1em 1em .5em 2em;
}
.example {
   direction:rtl;
   margin: 0;
   padding: var(--example-padding);
   background-color: #353639;
   font-family: "Droid Arabic Kufi","Droid Sans", sans-serif;
   font-size:14px;
}.owl-carousel .item {
    height: 10rem;
    background: #4DC7A0;
    padding: 1rem;
}
.btns{
  display: table;
  margin: 30px auto;
}
.customNextBtn, .customPreviousBtn{
      float: left;
    background: #2d9070;
    color: #fff;
    padding: 10px;
    margin-right: 5px;
    cursor: pointer;
}
/*-----------------Slider--------------*/
  #slider .author-img img{
    height: auto;
    width:  auto;
  }
span.category-blog-cls {
    position: relative;
  }
  #slider .latest-news-name a {
    font: normal normal bold 33px/46px Poppins;
    letter-spacing: 1px;
    color: #242424;
  }
  .latest-news-content{
    background-color: #F2F2F2;
    padding: 3% 8% 6% 16%;
  }
  .category-cls {
    font: normal normal medium 10px/73px Poppins;
    letter-spacing: 0px;
    color: #242424;
 }
  span.category-blog-cls:after {
    content: "";
    display: block;
    margin: 0 auto;
    background-color: black;
    position: absolute;
    top: 8px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    right: -15px;
  }
  #slider .Read_button{
    font: normal normal medium 8px/55px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 12px 19px;
    background: #03B2FB 100% 0% no-repeat padding-box !important;
    border-radius: 25px;
    font-size: 14px;
  }
  #slider .slider-btn {
    text-align: right;
  }
  #slider .slider-btn:hover .Read_button{
   background-color: #088CEF !important;
   color: var(--color-white);
  }
  #slider .latest-news-image {
    padding-right: 0;
  }
  #slider .latest-news-image img{    
    position: relative;
    border-radius: 0 30px 0 0;
  }
  #slider .video-play-icon i {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 25px;
    opacity: 1;
    border: 1px solid #fff;
    padding: 25px 29px;
    background: rgb(307 311 220 / 46%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(15px);
    width: 77px;
    height: 77px;
    border-radius: 50%;
    cursor: pointer;
  }
  #slider .video-play-icon i:before {
    content: "\f04b";
    color: #ffff;
}
  #slider .owl-nav{
    position: absolute;
    bottom: 9%;
    text-align: center;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 9.5%;
  }
  #slider .owl-nav i {
    font-size: 19px;
    width: auto;
    height: 51px;
  }
  #slider .owl-nav .owl-prev i{
    color: var(--color-black)000;
    background: #F1F1F1 100% 0% no-repeat padding-box;
    padding: 19px 30px;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    justify-content: center;
    border-radius: 0;
  }
  #slider .owl-nav .owl-next i{
    color: var(--color-black)000;
    background: #FFFFFF 100% 0% no-repeat padding-box;
    padding: 19px 30px;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    justify-content: center;
    border-radius: 0;
  }

  #slider .carousel-caption{
    right: 0%;
    left: 0%;
    top: 07%;
  }
  #slider .slider-brand img{
    width: auto;
  }
  #slider .slider-main-image img{
    border-radius: 10px;
  }
  #slider .carousel-control-next, .carousel-control-prev{
    width: 0%;
    opacity: 1;
  }
  #slider .carousel-control-prev{
    opacity: 0;
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
    transition-duration: 1s;
  }
  #slider .carousel-control-next{
    opacity: 0;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
    transition-duration: 1s;
  }
  #slider #carouselExampleIndicators:hover .carousel-control-prev,
  #slider #carouselExampleIndicators:hover .carousel-control-next{
    transform: translateX(0px);
    opacity: 1;
  }
  #slider .carousel-control-next i{
    color: var(--color-sky-blue);
  }
  #slider .slider-icon{ 
    color: var(--color-black);
    background: #fff;
    font-size: 22px;
    box-shadow: -2px 1px 4px 1px #dcdcdc;
    padding: 13px 18px;
  }
  #slider .slider-inside-image{
    border: 2px dashed #fff;
    border-radius: 26px;
  }
  #slider .slidemidheading{
    font: 600 70px/55px var(--font-Montserrat);
    letter-spacing: 0px;
    color: var(--color-black);
    letter-spacing: 2px;
  }
  #slider .last_slide_banner_head,.last_slide_head2{
    font-size: 36px;
  }
  .last_slide_banner_head{
    margin-right: -17px;
    letter-spacing: 5px;
    font-size: 30px;
  }
  .last_slide_head2{
    margin-left: -17px;
  }
  .slider-video-text{
    font-weight: 400;
  }
  #slider p{
    font: normal normal 300 13px/20px Poppins;
    letter-spacing: 1px;
    color: #242424;
    position: relative;
   text-align: initial;
  }
#slider .slidesmalltext:before{
    content: '';
    position: absolute;
    right: 0;
    left: auto;
    width: 55px;
    background-color: var(--color-black);
    height: 1px;
    text-align: center;
    margin: 0 auto;
    top: 50%;
}
#slider .slidesmalltext:after{
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    width: 55px;
    background-color: var(--color-black);
    height: 1px;
    text-align: center;
    margin: 0 auto;
    top: 50%;
}
#slider .carousel-indicators{
  margin-bottom: 30%;
}
.carousel-indicators button{
  height: 12px !important;
  width: 12px !important;
  border-radius: 50px;
  border: none !important;
  background: #fff;
  opacity: 1 !important;
  margin: 0px 10px !important;
}
#slider .carousel-indicators .active{
  width: 50px !important;
}
#slider .banner-btn{
  color: var(--color-white);
  background-color: var(--color-black) !important;
  border-radius: 6px;
}
.slider-banner{
  background-size: 100% 100%;
  border-radius: 10px;
}
.slider-banner-text h3{
  color: var(--color-black);
  font: 400 22px/36px var(--font-poppins);
}
.slider-banner-info img{
  width: auto;
}
#slider .modal {
    background: #09c2f08c;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-header{
  padding: 0 6px 6px;
}
.modal-body {
  padding: 0px 6px 0px;
}
.close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 1000px;
    background: rgba(0,0,0,0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff !important;
    z-index: 999;
}
.close:hover{
  -webkit-transform: translate(-50%, -50%) rotate(
-180deg);
    transform: translate(-50%, -50%) rotate(
-180deg);
    background: rgba(0,0,0,1);
    text-decoration: none;
}
.fade {
    transition: opacity .15s linear;
}



/*----------------- Recent-Post ---------------------*/

#recentPost .outer-recent-post h3{
  text-align: right;
  font: normal normal bold 42px/60px Poppins;
  letter-spacing: 0px;
  color: #242424;
}
#recentPost .outer-recent-post h3:after {
    content: '';
    display: block;
    border-bottom: 3px solid;
    color: #242424;
    width: 70px;
    
}
#recentPost .recent-post-line{
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: auto;
  margin-left: auto;
  border-style: inset;
  border-width: 1px;
}
#recentPost .inner-recent-post-image{
  position: relative;
  overflow: hidden;
}
#recentPost .recent-post-img {
    border-radius: 20px;
    overflow: hidden;
}
#recentPost .recent-post-img img {
  width: 100%;
  transition: 0.5s all ease-in-out;
  border-radius: 20px;
}
#recentPost .recent-post-img:hover img {
  transform: scale(1.2);
}
#recentPost .recent_icon-image i {
    position: absolute;
    top: 42%;
    right: 0;
    left: 0;
    margin: 0 auto;/*
    color: white;*/
    text-align: center;
    background: rgb(307 311 220 / 46%);
    border: 1px solid white;
    width: 60px;
    height: 60px;
    padding: 20px 20px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    font-size: 17px;
}
#recentPost .recent_icon-image i:before {
    color: #ffff;
}
#recentPost  .inner-recent-post-content-text{
    padding: 0 2% 0px 23%;
}
#recentPost  .inner-recent-post-image:hover .custom_video_url i {
    opacity: 1 !important;
}
#recentPost .recent-tag-cls {
    background: #A1A1A1 100% 0% no-repeat padding-box;
    border-radius: 25px;
    color: #fff;
    padding: 7px 14px;
    font-family: 'Montserrat';
    font-size: 10px;
}
#recentPost .recent-post-name a {
    text-align: right;
    color: #242424;
    font-size: 25px;
    letter-spacing: 0px;
    font-weight: 500;
}
#recentPost .recent-post-text p{
    text-align: right;
    font: normal normal normal 14px/24px Montserrat;
    letter-spacing: 0px;
    color: #242424;
    margin: 0 auto;
}
#recentPost .recent-post-btn:hover a {
    background-image: linear-gradient(to left, #03B2FB , #088CEF);
}
#recentPost .recent-post-btn a {
    text-align: right !important;
    padding: 10px 19px;
    font-size: 12px;
    line-height: 15px;
    color: #fffefe;
    font-weight: 600;
    background-color: var(--color-hex) !important;
    border-radius: 50px;
    font-family: 'Montserrat';
}
/*------------------------ trending videos------------------------*/
.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 236px;
    border-radius: 22px;
}
#firstWord9 {
    font: normal 700 40px/129px Poppins;
    color: white;
}
#latest_post .section-headings:after {
    content: '';
    display: block;
    border-bottom: 3px solid white;
    width: 60px;
    margin: -38px 0px;
}
.trending-main-box {
    position: relative;
    top: -86px;
}
.latest-main-box img {
    border-radius: 25px;
}
.postbox-content i
{
  color: #03B2FB;
}
.post-title a {
    color: #242424;
}
.posttext p {
    color: #242424;
    font-family: 'Poppins';
    font-size: 13px;
    max-width: 199px;
    line-height: 19px;
    font-weight: 500;
}
.blog-date,.post-comments {
    font-family: 'Poppins';
}
.post-comments{
    border-right: 1px solid;
    padding: 0 22px;
}
#latest_post .owl-nav {
    display: block;
}
#latest_post .owl-nav i
{
  background: transparent linear-gradient(-138deg, #03B2FB 0%, #088CEF 100%) 100% 0% no-repeat padding-box;
    border-radius: 9px;
  color: white;
}
#latest_post .section-heading:after {
    content: '';
    display: block;
    border-bottom: 3px solid;
    color: white;
    width: 70px;
    margin: -47px 0;
}
#latest_post .custom_video_url i {
    position: absolute;
    top: 23%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    background: rgb(307 311 220 / 46%);
    border: 1px solid white;
    width: 55px;
    height: 55px;
    padding: 20px 20px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
#latest_post .custom_video_url i:before {
    color: white;
    
}
.latest-main-box:hover .custom_video_url i
{
  opacity: 1 !important;
}
#popular-video .popular-text a{
    color: #ffff;
    opacity: 0.8;
}
#popular-video .popular-text a:hover {
    color: #ffff;
}
#popular-heading {
    color: white;
    font-size: 40px;
    font-family: 'Poppins';
}
#popular-video .section-headings:after {
    content: '';
    display: block;
    border-bottom: 3px solid;
    color: white;
    width: 70px;
}
.popular-main-box:before {
    content: '';
    display: block;
    border-top: 1px solid;
    position: absolute;
    top: -14px;
    right: 0;
    left: 0;
    bottom: 0;
}
.popular-main-box {
    position: relative;
}
.popular-image img {
    height: auto;
    border-radius: 25px;
}
#popular-video .posttext p {
    color: #FFFFFF;
    max-width: 158px;
    margin: 0 auto;
    opacity: 0.8;
}
#popular-video .post-title a {
    color: white;
}
#popular-video .blog_con_text {
    color: #BFBFBF;
}
#popular-video .postbox-content i {
    color: #BFBFBF;
}
#popular-video .postbox-content {
    text-align: center;
}
.popular-img {
    width: 33px !important;
    position: absolute;
    top: 43%;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
     transition: all 0.5s ease-in-out;
    cursor: pointer;
    z-index: 99;
}
#popular-video .postbox-content .blog_con_text, #popular-video .postbox-content i {
    padding: 18px 0 !important;
}
.latest-main-boxs:hover .popular-img
{
  opacity: 1 !important;
}
.popular-image:after {
    content: '';
    display: block;
    background: var(--color-black)00040;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 25px;
    opacity: 0;
}
.popular-image
{
  position: relative;
}
.latest-main-boxs:hover .popular-image:after
{
  opacity: 1 !important;
}
#popular-video .owl-nav i:hover
{
    background: transparent linear-gradient(-138deg, #03B2FB 0%, #088CEF 100%) 100% 0% no-repeat padding-box;
    border-radius: 9px;
    color: white;
    border: unset;
 }
 #popular-video .owl-nav
 {
  display: block;
 }
 #popular-video .owl-nav i
{
    background: unset;
    border-radius: 9px;
    color: white;
    border: 1px solid #A1A1A1;
 }
 #popular-video .owl-nav .owl-prev {
    position: absolute;
    top: -18%;
    right: 74%;
    left: 0;
}
#popular-video .owl-nav .owl-next
{
  position: absolute;
  top: -18%;
  left: 11px;
}
.latest-news-view {
    width: 16px !important;
    position: absolute;
    top: 15px;
    left: 35px;
    opacity: 0;
    color: white;
    display: flex;
}
.latest-main-boxs:hover .latest-news-view 
{
  opacity: 1 !important;
}
.eye_image_text {
    padding-right: 5px;
}
/*-------------------- latest-video ----------------*/


#latestVideo .latest-video-post-name a {
    text-align: center;
    font: normal 500 17px/28px Poppins;
    letter-spacing: 0px;
    color: #242424;
}
#latestVideo .latest-video-content p {
    text-align: center;
    font: normal normal 300 15px/28px Poppins;
    letter-spacing: 0px;
    color: #242424;

}
#latestVideo .latest-inner-video {
    background: #F1F1F1 100% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    padding: 35px 29px;
}
#latestVideo .latest-video-img-bg img {
    border-radius: 20px;
    height: auto;
    width: 100%;
}
#latestVideo .latest-video-content span {
    background: var(--color-black)000 100% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 0.5;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 4;
}
#latestVideo .latest-video-category {
    color: #ffff !important;
}
#latestVideo .latest-video-img-bg:hover.latest-video-category{
    color: #ffff;
}
#latestVideo aside{
  border-radius: 15px;
    border: 1px dashed #A1A1A1;
}

#latestVideo .latest-inner-video img {
  width: 100%;
  transition: 0.5s all ease-in-out;
  border-radius: 20px;
}
#latestVideo .latest-inner-video:hover img {
  transform: scale(1.2);
  border: 3px solid #ffff;
  overflow: hidden;
}
#latestVideo .latest-video-img-bg:hover .latest-inner-video{
   background-color: #088CEF;
   
}
#latestVideo .latest-video-img-bg:hover .inner-video{
  border: 3px solid #ffff;
    border-radius: 20px;
}
#latestVideo .latest-inner-video:hover .latest-video-content p {
  color: #ffff;
}
#latestVideo .latest-inner-video:hover .latest-video-post-name a{
  color: #ffff;
}
#latestVideo .latest-video-content:hover span{
  color: #ffff;
}

#latestVideo .inner-video {
    overflow: hidden;
    
}

#sb_instagram .sbi_photo_wrap {
    border-radius: 9%;
}
#sbi_images .sbi_photo {
    height: 173px !important;
}
#instagram-feed-widget-2 .widget-title {
    text-align: right;
    font: normal normal bold 34px/45px Poppins;
    letter-spacing: 0px;
    color: #242424;
  }
  #latestVideo aside {
    text-transform: capitalize;
  }
  #instagram-feed-widget-2.widget-title {
    padding: 0 14px;
}
#instagram-feed-widget-2 .inner-latest-video-sidebar{
    margin: 26px auto;
}

/*-------------------- latest playlist --------------*/
#latest-playlist .latest-playlist-head h3:after {
    content: '';
    display: block;
    border-bottom: 3px solid;
    color: #242424;
    width: 70px;
}
#latest-playlist .category-names a {
    color: #ffff;
}
#latest-playlist .latest-tabs ul{
  justify-content: end !important;
}
#latest-playlist .latest-playlist-head h3 {
    text-align: right;
    font: normal normal bold 42px/60px Poppins;
    letter-spacing: 0px;
    color: #242424;
}
#latest-playlist .latest-tabs ul li a{
    text-align: right;
    font: normal normal normal 20px/26px Montserrat;
    letter-spacing: 0px;
    color: #A1A1A1;
    padding: 0 17px;
}
#latest-playlist .latest-tabs ul li:hover a{
  color: #03B2FB;;
}
#latest-playlist .box img {
    height: auto;
    width: 100%;
    border-radius: 7%;
}
.category-boxes img {
    height: 348px !important;
    object-fit: cover;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 29px;
}
.category-text a {
    font: normal normal bold 18px/40px Poppins;
    color: white;
    opacity: 0;
}
.category-box {
    position: relative;
}
.category-middle-box {
    position: absolute;
    top: 47%;
    right: 13%;
}
.category-content-box p {
    color: white;
    font-size: 17px;
    max-width: 284px;
    opacity: 0;
}
.category-names {
    margin-bottom: 23px;
}
.category-names a {
    background: #242424c7;
    padding: 9px 31px;
    border-radius: 25px;
    opacity: 0;
}
.latest-playlist-images i {
    position: absolute;
    left: -46px;
    top: 62%;
    text-align: center;
    background-color: rgb(307 311 220 / 46%);
    border: 1px solid #ffff;
    width: 38px;
    height: 38px;
    padding: 13px 13px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
#latest-playlist .latest-playlist-images i:before {
    color: #ffff;
}
.category-box:hover .category-names a,.category-box:hover .category-content-box p,.category-box:hover .category-text a,.category-box:hover .category-boxes:after,.category-box:hover .latest-play-list-view
{
   opacity: 1!important;
   transition: all 0.5s ease-in-out;

}
.latest-play-list-view {
    position: absolute;
    top: 20px;
    left: 44px;
    color: white;
    opacity: 0;
}
.category-boxes:after
{
    content: '';
    display: block;
    background: var(--color-black)00040;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 25px;
    opacity: 0;
    height: 92%;
}

#most-popular-sidebar .widget-title {
    text-align: right;
    font: normal normal bold 35px/60px Poppins;
    letter-spacing: 0px;
    color: #242424;
}
#most-popular-sidebar .widget-data a{
    text-align: right;
    font-size: 15px;
    letter-spacing: 0px;
    color: #242424;
}
#most-popular-sidebar .widget-image img{
  height: 100%;
    width: 100%;
    border-radius: 17px;
}
#most-popular-sidebar .widget-title:after {
    content: "";
    display: block;
    width: 65px;
    height: 3px;
    background: #03B2FB 100% 0% no-repeat padding-box;
    margin-bottom: 0 auto;
}
#most-popular-sidebar {
    border-radius: 15px;
    border: 1px dashed #A1A1A1;
}
aside#recent-posts-thumbnail-1 {
    padding: 0px 21px;
}
.most-popular-sidebar {
    padding: 0 0;
}
#popular-video .popular-text {
    padding: 0 19%;
    opacity: 0.9;
}
#recent-posts-thumbnail-1 .post-categories {
    display: none;
}
/*---------------------- GALLERY -------------------------*/

#videoGallery .outer-gallery-post h3{
  text-align: right;
  font: normal normal bold 42px/60px Poppins;
  letter-spacing: 0px;
  color: #242424;
}
#videoGallery .outer-gallery-post h3:after {
    content: '';
    display: block;
    border-bottom: 3px solid;
    color: #242424;
    width: 70px;
}
#videoGallery .gallery-post-line{
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: auto;
    margin-left: auto;
    border-style: inset;
    border-width: 1px;
}
#videoGallery .gallery-post-content-image img {
    border-radius: 5%;
    width: 100%;
}
#videoGallery .widget-title {
  text-align: right;
  font: normal normal bold 26px/51px Poppins;
  letter-spacing: 0px;
  color: #090909;
  opacity: 1;
  font-size: 30px;
  letter-spacing: 1px;

}
#videoGallery #text-2{
     padding: 80px 28px;
}
#videoGallery #text-3{
 padding: 60px 28px;
}
#videoGallery h3.widget-title:after{
    content: "";
    display: block;
    width: 65px;
    height: 3px;
    background: #03B2FB;
    margin-bottom: 62px;
}
#videoGallery .wpcf7-form{
  position: relative;
 
}
#videoGallery .wpcf7-submit {
    font-family: 'Font Awesome 5 Free';
    color: var(--color-sky-blue);
    border: none;
    background: unset;
    position: absolute;
    top: 0;
    left: 0;
}
#videoGallery .wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 0;
    padding-bottom: 0;
    bottom: 0;}
#videoGallery .wpcf7{
  border-radius: 25px;
}
#videoGallery .textwidget p{
   font: normal normal normal 14px/40px Montserrat;
    letter-spacing: 0px;
    color: #A1A1A1;
    text-align: center;
}
#videoGallery input[type=email]{
  border: 1px solid #A1A1A1;
  border-radius: 50px;
  font: normal normal normal 13px/20px Montserrat;
  letter-spacing: 0px;
  color: #A1A1A1;
  padding: 11px 16px;

}
#videoGallery aside{
    border-radius: 15px;
    border: 1px dashed #A1A1A1;
}

/*----------------- You-May-Like ---------------------*/

#youMayLiked .you-may-like h3 {
    text-align: right;
    font:normal normal bold 42px/60px Poppins;
    letter-spacing: 0px;
    color: #242424;
   
}
#youMayLiked .you-may-like h3:after {
    content: '';
    display: block;
    border-bottom: 3px solid;
    color: #242424;
    width: 70px;
}
    

#youMayLiked .liked-border-line{
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: auto;
  margin-left: auto;
  border-style: inset;
  border-width: 1px;
}

#youMayLiked .you-may-liked-img {
    position: relative;
}
#youMayLiked .image-row .back-img-row{
  border-radius: 20px;
  opacity: 1;
}
#youMayLiked .you-may-liked-img .image-row:hover .back-img-row{
  opacity: 0.8;
  background: #242424;
}
#youMayLiked .you-may-liked-img .you-may-like-icon-image img{
  position: absolute;
  top: 40%;
  right: 0%;
  left: 0px;
  bottom: 0;
  margin: 0 auto;
  height: auto;
  width: 11%;
  color: #fff;
  opacity: 0;
  align-self: center;
}
.you-may-liked-row {
  margin-bottom: 20%;
}
#youMayLiked .textoverlay {
  position: absolute;
  right: 0px;
  left: 0px;
  background-color: #fff;
  border-radius: 15px;
  bottom: -25%;
  box-shadow: -1px 1px 1px 0px #ccc;
  bottom: -30%;
  z-index: 999999999;
}
#youMayLiked .you-may-liked-img:hover img{
  opacity: 1;
  transition: .5s ease;
  cursor: pointer;
}
#youMayLiked .textoverlay p {
    text-align: center;
    font-size: 15px;
    padding: 0px 4%;
    letter-spacing: 0px;
    color: #242424;
    opacity: 1;
}
.entry-title:after {
    content: '';
    display: block;
    border-bottom: 3px solid #242424;
    width: 63px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 60%;
}
.title-box .card{
    border-radius: 0.5rem;
}
ul.post-categories {
    display: none;
}
hr {
    margin: 0 -49px;
}
#videoGallery .textwidget p:nth-child(2) {
    font-weight: 500;
    font: normal normal 500 14px/40px Montserrat;
    letter-spacing: 0px;
    color: #242424;
    text-align: center;
}



/*---------------------- Mobile-main.css -------------------------*/
:root {

}
:root {
  --font-poppins: "Poppins";
}

@media screen and (max-width: 2560px) and (min-width:2500px){
	.logo img{
    width: auto;
    height: auto;
	}
	.category-cls{
		font: normal normal medium 23px/167px Poppins;
		letter-spacing: 0px;
		color: #242424;
	}
	span.category-blog-cls:after {
		left: -15px;
	}
	#slider .latest-news-name a {
    font: normal normal bold 39px/75px Poppins;
		letter-spacing: 0px;
	}
	#slider p {
    font: normal normal 300 20px/37px Poppins;
    letter-spacing: 2px;
  }
  #slider .Read_button {
    font: 600 21px/40px var(--font-poppins);
    padding: 15px 25px;
  }
 #slider .latest-news-content {
    padding: 6% 5% 5% 24%;
}
	#slider .latest-news-image img {
    height: 97%;
	}
  #slider .video-play-icon i {
    padding: 32px 37px;
    height: 100px;
    width: 100px;

  }
  #slider .owl-nav .owl-prev i {
   padding: 27px 30px;
	}
	#slider .owl-nav .owl-next i {
    padding: 29px 10px;
	}
	#slider .owl-nav i {
    font-size: 30px;
    width: 100px;
    height: 79px;
	}
	#slider .owl-nav {
    bottom: 10.9%;
    width: 7.9%;
  }
  
  #youMayLiked .textoverlay {
    bottom: -45px;
	}
  #youMayLiked .textoverlay p {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  #recentPost .recent-post-name a {
  	font-size: 30px;
  }
  #recentPost .recent-post-text p {
    font: normal normal normal 20px/30px Montserrat;
  }
  #videoGallery .widget-title {
    font: normal normal bold 36px/68px Poppins;
  }
  h3.widget-title:after{
  	margin-bottom: 23%;
  }
  #videoGallery .textwidget p {
    font: normal normal normal 14px/38px Montserrat;
  }
}
@media screen and (max-width: 2500px) and (min-width:1920px){
	#slider .latest-news-name a {
    font: normal normal bold 32px/37px Poppins;
	}
	#slider p {
    font: normal normal 300 15px/29px Poppins;
  }
  #slider .latest-news-content {
    background-color: #F2F2F2;
    padding: 11% 6% 6% 16%;
	}
  span.category-blog-cls:after {
  	right: 109%;
  }
  #slider .owl-nav {
    bottom: 7.0%;
    width: 7.5%;
  }
  #slider .owl-nav .owl-prev i {
    padding: 17px 30px;
  }
  #youMayLiked .textoverlay {
    bottom: -35px;
	}
  #youMayLiked .textoverlay p {
    font-size: 17px;
  }
  .bg-image
  {
  	height: 279px;
  }
  .posttext p
  {
     font-size: 17px;
     max-width: 259px;
     line-height: 23px;
  }
  #popular-video .posttext p
  {
  	max-width: 198px; 
  }
  .popular-img
  {
  	top: 48%;
  }
  #popular-video .owl-nav .owl-prev
  {
  	left: 87%
  }
}

@media screen and (max-width: 1440px)  {
	#slider .owl-nav .owl-prev i {
   padding: 15px 24px;
  }
  #slider .owl-nav .owl-next i {
   padding: 15px 24px;
  }
  #slider .owl-nav i {
    font-size: 16px;
    height: 42px;
  }
  #slider .owl-nav{
  	width: 8.0%;
  	bottom: 8%;
  }
  #latestVideo .latest-video-post-name a {
    font: normal 500 21px/36px Poppins;
  }
	.widget-title {
    font: normal normal bold 27px/56px Poppins;
  }
  .latest-news-content{
  	padding:5% 14% 6% 6%;
  }
  .main-navigation li{
  	padding: 17px 3px;
  }
  .main-navigation a{
  	padding: 10px 5px;
  }
  #main-header #site-navigation ul li a{
  	font-size: 11px;
  }
  .modal-dialog.modal-lg {
    padding: 35px 0;
	}
}



@media screen and (max-width: 1200px){
	
	#slider .author-img img {
    height: auto;
    width: 25%;
	}
	.latest-news-content {
    padding: 5% 8% 3% 11%;
	}
	#slider .latest-news-name a {
    font: normal normal bold 25px/34px Poppins;
  }
  #slider p {
    font: normal normal 300 12px/19px Poppins;
  }
  #slider .owl-nav {
    bottom: 9.5%;
    width: 9%;
	}
  #slider .owl-nav .owl-prev i {
    padding: 13px 22px;
  }
  #slider .owl-nav .owl-next i {
    padding: 15px 22px;
  }
  #slider .owl-nav i {
    font-size: 16px;
    height: 39px;
	}
	.owl-carousel .owl-item img {
    display: block;
    width: 100%;
	}
	#videoGallery h3.widget-title:after{
		margin: 13px;
	}
	#videoGallery .widget-title {
    font: normal normal bold 24px/41px Poppins;
  }
	#recentPost .recent-post-name a {
    font-size: 21px;
    line-height: 34px;
  }
  #recentPost .recent-post-text p {
    font: normal normal normal 13px/17px Montserrat;
  }
  #recentPost .recent_button {
    padding: 10px 12px;
    font-size: 11px;
    letter-spacing: 1px;
  }
  #videoGallery .textwidget p {
    font: normal normal normal 13px/22px Montserrat;
  }
  h3.widget-title:after{
  	margin-bottom: 5%;
  }
  #latestVideo{
  padding: 0 0;
	}
	.category-content-box p {
    max-width: 254px;
  }
  #latest_post .post-comments {
    border-left: 1px solid;
    padding: 0 8px;
  }
}
@media screen and (max-width: 1024px){
.toggle-nav {
		display: block;
		text-align: left;
	}
	.toggle-nav i {
		font-size: 29px;
		color: var(--color-black)000 ;
	}
	.sidenav .close-sidebar {
		position: absolute;
		top: -27px;
		right: 5.5em;
		font-size: 36px;
		display: block;
		color: #ffffff;
		cursor: pointer;
	}
	.toggle-nav i{
		margin-top: 5px;
		padding-right: 10px;
	}
	.sticky.stickynavbar .toggle-nav i{
		padding-right: 45px;
	}
	.header-box{
		padding: 14px 0;
	}
	.main-navigation ul li>ul {
		display: none;
		position: relative;
		top: 0;
		right: 0;
	}
	#sidebar1 .main-navigation ul .menu-item-has-children> a:before{
		color: #888;
    position: absolute;
    left: -75%;
    top: 40%;
    font-weight: 600;
    font-size: 0.7rem;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    right: auto;
    animation: none;
    border-bottom: none;
    -webkit-transform-origin: unset !important;
	  transform-origin: unset !important;
	  -webkit-transform: unset !important;
	  transform: unset !important;
	  -webkit-transition: unset !important;
	  transition: unset !important;
	  transition-duration: 0s !important;
	}
	#sidebar1 .main-navigation ul .menu-item-has-children:hover :after{
		animation: none;
	}
	#sidebar1 .main-navigation ul li.menu-item-has-children li a:after{
		content: none;
	}
	.main-navigation ul li a,a:not([href]):not([class]), a:not([href]):not([class]):hover{
		color: #fff;
	}
	.main-navigation ul li:hover > ul{
		display: none;
	}
	.main-navigation ul li ul li ul {
		position: unset;
	}
	.headerbar {
		display: block !important;
		margin: 0;
	}
	.main-navigation ul ul li a {
		padding-right: 22px;
	}
	#sidebar1 .main-navigation li ul li:after{
    top: 16px;
    right: 5px;
	}
	.main-navigation ul ul li {
		padding: 0px 12px 5px 12px;
	}
	.main-navigation ul li.current_page_item:after,.main-navigation ul li a:hover:after {
		display: none;
	}
	.main-header .main-navigation,#slider .icon_img img {
		display: none
	}
	.main-navigation,.main-navigation li {
		padding: 0;
		display: block;
		width: 250px;
		animation: menuli 1s 1;
		border-bottom: 1px solid #333;
		margin-right: 20px;
	}
	.main-navigation{
		margin-top: 15% !important;
	}
	.main-navigation ul li a {
		padding: 16px 0px 16px 6px;
		display: block;
		font-weight: 400;
		background: 100% 0!important;
		text-align: right;
		margin: 0;
		font-size: 12px;
	}
	.main-navigation ul li ul a{
	    font-size: 13px;
	    font-weight: 600;
	}
	.main-navigation ul li.menu-item-has-children:after{
		content: none;
	}
	.main-navigation .current_page_item a:before, .main-navigation .current-menu-item a:before{
		right: 22px !important;
	}
	#sidebar1 .main-navigation ul ul li:hover a{
		transform: unset;
		right: 0;
	}
	#sidebar1 {
		height: 100%;
		width: 0;
		position: fixed !important;
		z-index: 9999999;
		top: 0;
		right: 0;
		background-color: #fff;
		overflow-x: hidden;
		transition: all 4s ease;
		padding-top: 45px !important;
		box-shadow: -4px 2px 12px 1px #ccc;
    background: #222;
    -webkit-box-shadow: -1px 0 5px rgb(0 0 0 / 50%);
    box-shadow: -1px 0 5px rgb(0 0 0 / 50%);
    transition-duration: 1s;
    animation: slideInLeftMenu 1s;
	}
	@keyframes slideInLeftMenu {
	  0% {
	    opacity: 0;
	    -webkit-transform: translateX(296px);
	    -ms-transform: translateX(296px);
	    transform: translateX(296px);
	  }

	  100% {
	    -webkit-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	    transform: translateX(0px);
	  }
	}
	.main-navigation ul li a:before{
		content: none;
	}
	#close_nav i{
		color: var(--color-black);
	}
	.main-navigation ul ul,.main-navigation ul ul li {
		background: transparent !important;
	}
	.main-navigation ul ul li {
		display: block;
		padding-right: 1px;
		border-bottom: none;
	}
	.main-navigation ul ul ul li {
		padding-right: 15px;
	}
	.main-navigation ul ul{
		border: none !important;
	}
	.main-navigation, .main-navigation li{
		animation: none;
	}
	.main-navigation a, a:not([href]):not([class]), a:not([href]):not([class]):hover{
	    text-align: right;
	    right: 15px;
	    padding: 16px 0px 16px 6px;
	    font-size: 12px;
	    font-weight: 400;
	}
	#bwt-footer .widget-title{
		padding-top: 20%;
	}
	#slider .author-img img {
    height: auto;
    width: 25%;
	}
	.latest-news-content {
    padding: 4% 5% 3% 13%;
	}
  #slider .latest-news-name a {
    font: normal normal bold 19px/25px Poppins;
  }
  #slider p {
    font: normal normal 300 10px/16px Poppins;
  }
  #slider .owl-nav {
    bottom: 10%;
    width: 10.5%;
	}
	#youMayLiked .textoverlay {
    bottom: -40px;
	}
  #youMayLiked .textoverlay p {
    font-size: 12px;
  }
  #recentPost .recent-post-name a {
    font-size: 22px;
  }
  #recentPost .recent-post-text p {
  	font: normal normal normal 13px/23px Montserrat;
  }
  #videoGallery .widget-title {
    text-align: right;
    font: normal normal bold 24px/25px Poppins;
  }
  #videoGallery .textwidget p {
    font: normal normal normal 13px/25px Montserrat;
  }
  .inner-recent-post-sidebar aside:first-child p {
    padding-top: 0px;
	}
	#videoGallery .wpcf7-submit {
    left: 0px;
  }
  #latest-playlist .latest-playlist-images i {
    position: absolute;
    left: 8px;
    top: 70%;
  }
  #latest-playlist .category-text a {
    font: normal normal bold 16px/40px Poppins;
  }
  #latest-playlist .category-content-box p{
  	font-size:15px ;
  }
  #most-popular-sidebar .widget-title{
	font: normal normal bold 24px/25px Poppins
	}
	#most-popular-sidebar .widget-title:after {
    margin: 0 auto;
	}

@media screen and (max-width: 991px) {
	
	#slider .owl-nav {
   bottom: 11%;
    width: 11%;
	}
	.latest-news-content {
    padding: 4% 14% 3% 6%;
	}
	#slider p {
		display: none;
	}
	#recentPost .recent-post-img img {
    height: auto;
	}
	#recentPost .recent-post-name a {
    font-size: 19px;
    line-height: 23px;
	}
	#recentPost .recent-post-text p {
    font: normal normal normal 12px/20px Montserrat;
	}
	#videoGallery .widget-title {
    text-align: center !important;
  }
  #videoGallery h3.widget-title:after{
  	margin: 4px auto;
  }
  #most-popular-sidebar .widget-image img {
    height: auto;
    width: 100%;
    border-radius: 17px;
	}
	#latest-playlist .latest-tabs ul {
    justify-content: center !important;
	}
	#latestVideo .latest-video-content p {
    text-align: center;
    font: normal normal 300 13px/24px Poppins !important;
  }
 #latestVideo .latest-video-post-name a {
    font: normal 501 15px/22px Poppins !important;
  }
	#most-popular-sidebar .widget-title{
    text-align: center !important;
    padding-top: 3%;
	}
	#popular-video .owl-nav .owl-next {
    left: 15px;
	}
	.modal-dialog.modal-lg {
	    padding: 65px 0;
	}

	}
@media screen and (max-width: 768px) {
	.logo img {
    height: auto;
    width: auto;
	}
	.outer-footer #bwt-footer_box p {
    padding-left: 22%;
  }
  #bwt-footer #media_image-2 img {
    width: 50% !important;
    height: auto;
	}
	#slider .owl-nav {
    bottom: 11%;
    width: 14%;
	}
	#slider .owl-nav{
		display: none;
	}
	#popular-heading{
		text-align: center;
    font: 34px;
	}
	.section-headings:after{
		margin: 0 auto;
	}
	#videoGallery .outer-gallery-post h3{
    text-align: center;
    font: normal normal bold 34px/60px Poppins;
  }
  #videoGallery .outer-gallery-post h3:after {
  	margin: 0 auto;
  }
	#youMayLiked .you-may-like h3{
    text-align: center;
    font: normal normal bold 34px/60px Poppins;
  }
  #youMayLiked .you-may-like h3:after {
  	margin: 0 auto;
  }
	#recentPost .outer-recent-post h3 {
    text-align: center;
    font: normal normal bold 34px/60px Poppins;
  }
  #recentPost .outer-recent-post h3:after {
  	margin: 0 auto;
  }

	#recentPost .inner-recent-post-content-text {
    text-align: center;
	}
	#recentPost .recent-post-text p {
    text-align: center;
  }
  #videoGallery .inner-recent-post-sidebar {
    padding: 30px 16px;
	}
  #latest-playlist .latest-tabs ul li a {
    font: normal normal normal 17px/26px Montserrat;
    padding: 0 11px;
  }
  #latest-playlist .latest-playlist-head h3 {
    text-align: center;
    font: normal normal bold 38px/60px Poppins;
  }
  #latest-playlist .latest-playlist-head h3:after {
  	margin: 0 auto;
  }
  #most-popular-sidebar .widget-data a{
  	text-align: center !important;
  }
  #popular-video .owl-nav .owl-next {
    left: 0px;
	}
}
@media screen and (max-width: 576px) {
	#main-header .logo img {
    height: auto;
    width: auto;
    padding-top: 9px;
	}
.latest-news-content {
    padding: 5% 6% 6% 6%;
}
.latest-news {
    padding-right: 0 !important;
}
#slider .author-img img{
	display: none;	
}
#slider .latest-news-name a {
    font: normal normal bold 15px/28px Poppins;
}
#recentPost .inner-recent-post-content-text{
    text-align: center;
    margin: 0 auto;
    padding: 9px 32px;
}
#recentPost .recent-post-text p {
    text-align: center;
}
#latest_post .postbox-content {
    text-align: center;
}
#latest_post .posttext p{
	max-width: unset;
}
#latest-playlist .latest-tabs ul li a {
    font: normal normal normal 13px/26px Montserrat;
    padding: 10px 4px;
}
#latest_post .section-headings:after{
		    margin: -36px 0;
	}
	#popular-video .owl-nav {
		display: none;
	}
}

@media screen and (max-width:320px){

#slider .Read_button {
   padding: 11px 17px;
    font-size: 15px;
  }
  #latestVideo .latest-video-category{
  	line-height: 0;
  }
  #latestVideo .latest-video-post-name a {
    font: normal 500 21px/27px Poppins;
	}
  #videoGallery .inner-recent-post-sidebar {
    padding: 26px 15px;
	}
	#latest_post .section-headings:after{
		    margin: -170px 0;
	}

	}
/*------------- other Css----------*/


/*-----------Category Page-----------------*/

.category-image-box .category-image img{
  object-fit: cover;
}
.category-image-box .category-title a{
  font: 400 18px/25px var(--font-poppins);
  color: var(--color-black);
}
.category-image-box .category-image{
  background-color: beige;
}
.single-page-content p{
  font: 500 14px/25px var(--font-poppins);
}
.single-page-content p .single-content-code{
  color: var(--color-black);
}
.single-content-offer{
  font: 600 20px/50px poppins;
  color: var(--color-black);
}
#single-category img{
  width: auto;
}
.single-code-block{
  background-color: gainsboro;
  padding: 17px 17px 10px;
  border-radius: 10px;
}
.blink-soft {
  animation: blinker 2.5s linear infinite;
  cursor: pointer;
}
@keyframes blinker {
  70% {
    opacity: 0;
    color: var(--color-sky-blue);
  }
}
#sidebar .widget_search button[type=submit]{
  border-color: transparent;
  color: #03B2FB;
  padding: 9px 12px;
  float: left;
  background-color: #ffff;
}
#sidebar .widget_search form{
  display: table;
}
#sidebar [type=search]{
  border: none;
  padding: 10px;
  border-bottom: 2px solid #242424;
  border-radius: 0;
}
#sidebar aside {
  margin-bottom: 30px;
  border: 1px dashed #A1A1A1;
  padding: 20px 16px 0px;
  border-radius: 12px;
}
#sidebar .widget_search{
  border: none;
  padding: 0;
  border-radius: 11px;
    border: 1px dashed #A1A1A1;
    width: 100%;
    padding: 21px 42px;
}
.recent-post-box img{
  height: auto;
  width: 100%;
  border-radius: 6px;
}
.wp-block-latest-comments__comment-meta,#sidebar a,#sidebar .post-content a,#sidebar .recentcomments a,#sidebar .recentcomments{
  font: 400 16px/30px var(--font-poppins);
  color: #424242;
}
#sidebar .post-content a:hover{
  color: var(--color-sky-blue);
}
#sidebar .post-content{
  align-self: center;
}
#sidebar .recentcomments a{
  text-transform: capitalize;
}
#sidebar .widget_recent_entries .recent-post-box{
  border-bottom: 1px solid #dfddde;
}
#sidebar .widget_recent_entries li:last-child .recent-post-box{
  border-bottom: none;
}
.bradcrumbs a,.bradcrumbs{
  font: 400 16px/30px var(--font-poppins);
  color: var(--color-black);
}
.entry-title{
  text-align: right;
  font: normal normal bold 42px/60px Poppins;
  letter-spacing: 0px;
  color: #242424;
}
.feature-box img{
  border-radius: 10px;
  width: 100%;
}
.blog-meta.metabox i{
  color: var(--color-sky-blue);
}
.blog-meta.metabox .entry-comments,.blog-meta.metabox .entry-date{
  font: 500 16px/20px var(--font-poppins);
  color: #494747;
}
.single-post-title{
  color: var(--color-black);
  font: bold 34px/50px poppins;
}
.single-post-content p{
  font: 300 14px/20px var(--font-poppins);
}
.single #socialShare > .socialBox{
  text-align: start;
}
.single #socialGallery {
  top: -5px;
  right: 25px;
}
.single .social_share a i{
  text-align: center;
}
#reply-title{
  color: var(--color-black);
  font: 500 25px/30px var(--font-Montserrat);
}
.comment-notes{
  font: 300 13px/15px var(--font-poppins);
  color: #7d7d7d;
}
.comment-form-author label,.comment-form-email label,.comment-form-url label,#commentform .comment-form-comment label,.comment-form-cookies-consent,.wp-block-search__label{
  text-align: right;
    font: normal normal bold 23px/55px Poppins;
    letter-spacing: 0px;
    color: #242424;
}
#sidebar label:before {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #03B2FB;
    position: absolute;
    bottom: -1.7px;
    margin: -8px auto;
}
#commentform> label{
  font: 400 13px/22px var(--font-Montserrat);
}
#comment,#commentform input{
  border-color: #e0e0e1;
  width: 60%;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #e0e0e1;
}
#respond textarea{
  max-height: 100px;
}
#respond input[type=submit]{
  width: 18% !important;
  background-color: #03B2FB;
    border-color: #03B2FB !important;
  color: #fff;
  font: 600 14px/20px var(--font-poppins);
}
#respond{
  margin-bottom: 20px;
}



/*---------------_Contact Page------------*/
textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input{
  border: 0px solid #d2d2d2;
  border-radius: 41px;
  color: var(--color-black);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  padding: 5px 10px;
  vertical-align: middle;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  padding: 15px 10px;
  width: 100%;
}
textarea{
  height: 120px;
}
.wpcf7-form-control-wrap{
      margin: 0 0 30px;
    float: right;
    width: 100%;
}
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, .uneditable-input {
    background-color: #f7f7f7;
    box-shadow: 0px -3px 5px 0px rgb(0 0 0 / 10%) inset;
    -moz-box-shadow: 0px -3px 5px 0px rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0px -3px 5px 0px rgb(0 0 0 / 10%) inset;
}
input[type=submit]{
  color: var(--color-white);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
  padding: 0.4em 1.6em;
}

.contact-info-box{
    background: #f9f9f9;
    padding: 21px 23px;
}
.contact-social-list-box-ul{
  border: 1px solid #e6e6e6;
}
.contact-social-list-box-ul li{
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 15px;
}
.contact-social-list-box-ul li:last-child{
  margin-bottom: 0px !important;
}
.contact-social-list-box-ul li:hover{
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,.2);
  -webkit-box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
}
#contact .social_icon i{
      display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
}
#contact .social_icon .fa-facebook-f,.socila_share a .fa-facebook-f{
      background-color: #215b9a;
}
#contact .social_icon .fa-twitter,.socila_share a .fa-twitter{ 
  background-color: #00adf2;
}
#contact .social_icon .fa-youtube{
  background-color: #FF0000;
}
#contact .social_icon .fa-dribbble{
  background-color: #f85993;
}
#contact .social_icon .fa-linkedin-in{
  background-color: #0077b5;
}
#contact .social_icon .fa-pinterest-p{
  background-color: #E60023;
}
.contact-social-count p{
  color: #2a2a2a;
}
.contact-social-box-list .theme_button{
  display: inline-block;
    color: #2a2a2a;
    padding: 8px 0;
    width: 96px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    text-transform: uppercase;
    line-height: normal;
    box-shadow: 0 1px 8px 0px rgb(0 0 0 / 18%);
    background-color: #fff;
}
.contact-social-box-list .theme_button:hover{
  background-color: var(--color-sky-blue);
  color: var(--color-white);
}
#contact hr {
    height: 1px;
    content: "";
    display: block;
    width: 65px;
    height: 3px;
    background: #070707 100% 0% no-repeat padding-box;
    opacity: 1;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: #EEEEEE 100% 0% no-repeat padding-box;
    border-radius: 7px;
    text-align: right;
    font: normal normal normal 16px/34px Montserrat;
    color: #A1A1A1;
    opacity: 0.6;
}
/*.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    background: #EEEEEE 0% 0% no-repeat padding-box;
    border-radius: 7px;
    text-align: left;
    font: normal normal normal 12px Montserrat;
    color: #A1A1A1;
    opacity: 0.6;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #03B2FB 0% 0% no-repeat padding-box;
    border-radius: 15px;
    border: none;
    position: absolute;
    right: 12px;
    top: 6px;
}*/
#contact .wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #03B2FB 100% 0% no-repeat padding-box;
    border-radius: 15px;
    border: none;
    position: absolute;
    }
#contact .section-main-title{
    font: normal bold 30px/23px Poppins !important;
    color: #242424;
}
#contact h2{
    text-align: right;
    font: normal normal bold 26px/23px Poppins;
    color: #242424;
}
 #contact .contact-form {
    padding: 84px 0;
}
#contact h6{
    text-align: right;
    font: normal normal normal 17px/29px Montserrat;
    letter-spacing: 0px;
    color: #242424;
    opacity: 0.7;
}

#contact .contact-form .wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #03B2FB 100% 0% no-repeat padding-box;
    border-radius: 7px;
    border: none;
    padding: 15px 19%;
    font-size: 15px;
}
.submit-contact-form .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: #ffff;
    border-bottom: 1px solid;
    opacity: 0.6;
}

/*--------Blog Page-------------------*/

.page-template-blog-fullwidth-extend .blog-meta.metabox .entry-comments, 
.page-template-blog-fullwidth-extend .blog-meta.metabox .entry-date{
  font: 500 16px/20px var(--font-poppins);
  color: #494747;
}
.posttitle a{
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 30px;
  color: var(--color-black)000;
  font-weight: 700;
  font-family: "Montserrat Sans";
}
.post-text p{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #494747;
    font-weight: 500;
    font-family: "Poppins";
}
.post-featured-img img{
  border-radius: 15px;
  height: auto;
  width: 100%;
}
.post-readmore{
  padding: 8px;
}
.page-template-blog-fullwidth-extend #socialGallery{
  right: -20px;
}
.navigation .page-numbers.current{
    color: #f6fafc;
    background-color: var(--color-hex);
    border: 1px solid var( --color-hex);
    padding: 7px 10px;
    font-weight: 600;
    margin-left: 10px;
    border-radius: 6px;
  }
.navigation a{
  margin-left: 10px;
  color: #A1A1A1;
}
.featured_post .next {
    color: #242424;
    border: 1px solid #A1A1A1!important;
    padding: 7px 10px;
    font-weight: 600;
    border-radius: 7px;
}
.navigation .next.page-numbers{
  padding: 7px 10px 8px; 
}
.navigation .prev.page-numbers{
  padding: 7px 10px 9px; 
}
.post-featured:hover{
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 12%);
  border-radius: 15px;
  transition-duration: 0.5s;
}
.blog-lr-post #socialGallery{
  right: -20px;
}
.blog-lr-post{
  margin-top: 25px;
}
.blog-lr-post:first-child,.blog-lr-post:nth-child(2){
  margin-top: 0;
}
.nav-link .list-tab{
  color: var(--color-black);
}
.nav-link.active .list-tab{
  color: var(--color-sky-blue);
}
.list-tab i{
  font-size: 35px;
}
.list-tab .list-tab-title{
  font: 500 18px/25px var(--font-poppins);
}


/*-------------------Faq Template--------------*/

.faq-box-inner{
  background-color: var(--color-sky-blue);
  border-radius: 20px;
}
.faq-box i{
  color: var(--color-sky-blue);
  background: #fff;
  font-size: 25px;
  display: inline-block;
  padding: 14px 16px;
  border-radius: 50%;
}
.faq-box-inner p,.faq-box-inner h5{
  color: #fff;
  font-family: var(--font-Montserrat);
}
.faq-box:hover{
  position: relative;
  bottom: 10px;
}
.faq-box{
  position: relative;
  bottom: 0px;
}
.faq-box:nth-child(1),.contact-section-box:nth-child(1){
  animation: fadeInUp 2s 1;
}
.faq-box:nth-child(2),.contact-section-box:nth-child(2){
  animation: fadeInUp 3s 1;
}
.faq-box:nth-child(3),.contact-section-box:nth-child(3){
  animation: fadeInUp 4s 1;
}
.accordion-item {
  background-color: #fff;
  border: none;
}
.accordion-button {
  background-color: #f2F2F2;
  box-shadow: none;
  border:none;
  padding: 20px 50px;
  margin: 4px 0;
}
.accordion-button{
  border-bottom: 4px solid var(--color-sky-blue);
  color: var(--color-sky-blue);
  font-weight: bold;
  background-color: #f2F2F2; 
  font-family: var(--font-Montserrat);
} 
.accordion-button:not(.collapsed){
  border-bottom: 4px solid var(--color-sky-blue);
  color: rgba(40, 71, 125, 1);
  font-weight: bold;
  background-color: #f2F2F2; 
  font-family: var(--font-poppins);
} 
.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.accordion-item{
  margin: 20px auto;
}
.accordion-button:not(.collapsed),.accordion-button:hover{
  color: #0d6efd !important;
}
.accordion-body{
  font-weight: 500;
  font-family: var(--font-poppins);
}
.faq-tablet img {
    height: auto;
    width: 100%;
}
/*------------404-----------------*/

#main_eroor img{
  width: auto;
  text-align: center;
  margin: 0 auto;
  display: block;
}
#main_eroor h1{
  font-weight: 800;
  color: var(--color-sky-blue);
  letter-spacing: 1px;
  font-family: var(--font-poppins);
}
#main_eroor p{
  color: #fff;
  font-weight: 400;
  font-family: var(--font-Montserrat);
}
.table-striped a{
  
}