/*
Theme Name: Business School
Theme URI: https://www.theclassictemplates.com/products/free-business-school-wordpress-theme
Author: classictemplate
Author URI: https://www.theclassictemplates.com/
Description: Business School is a versatile and modern WordPress theme designed for businesses, startups, and tech-focused entities. With its clean and elegant design, this theme caters to corporate needs while offering creative elements for showcasing software solutions, IT services, and tech startups. The theme is made for Education, MBA, University, Training, Seminar, Conference, Corporate, Leadership, Workshop, Coaching, Executive, Management, Learning, Certification, Courses. Its responsive layout ensures a seamless experience across all devices, while compatibility with Elementor empowers users to customize their websites effortlessly. Whether you’re running a digital agency, software company, or tech blog, this theme provides the flexibility to effectively present your business. Its minimalistic yet impactful design makes it ideal for business portfolios, business schools and digital marketing agencies. The theme’s versatility extends to various industries, including consulting, advertising, and digital marketing, making it suitable for a wide range of businesses. With customizable elements and versatile layouts, the Business School WordPress Theme enables users to create professional online presences tailored to their unique needs. Whether you’re a startup looking to establish your brand or an established corporation seeking to refresh your online presence, this theme offers the tools and features needed to drive business growth. The Business School WordPress Theme combines creativity, functionality, and responsiveness to provide a comprehensive solution for businesses seeking to make a strong impression in the digital landscape.
Version: 0.3.4
Tested up to: 6.8
Requires PHP: 5.6
Requires at least: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: business-school
Tags: one-column, two-columns, three-columns, four-columns, grid-layout, left-sidebar, right-sidebar, custom-logo, post-formats, featured-images, full-width-template, custom-colors, editor-style, wide-blocks, custom-header, translation-ready, custom-background, custom-menu, sticky-post, threaded-comments, rtl-language-support, photography, portfolio, blog, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Business School WordPress Theme has been created by classictemplate (theclassictemplates.com), 2021.
Business School WordPress Theme is released under the terms of GNU GPL
*/

*{
  margin:0;
  padding:0;
  outline:none;
}
:root {
  --first-theme-color: #0D5EF4;
  --second-theme-color: #0F2239;
}
body{
  margin:0;
  padding:0;
  font-size:15px;
  color: var(--second-theme-color);
  font-family: "Jost", sans-serif;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}
img{
  border:none;
  margin:0;
  padding:0;
  height:auto;
  max-width:100%;
}
a{
  color:var(--first-theme-color);
  text-decoration:none;
  word-wrap: break-word;
}
a:hover{
  color:var(--first-theme-color);
  text-decoration:none;
}
ol,ul{
  margin:0;
  padding:0;
}
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.aligncenter{
  margin:0;
  padding:0;
  max-width:100% !important;
}
.sticky{
  background: #ededed;
}
.entry-content ol li,
.entry-content ul li{
  margin-left:15px;
}
.entry-content a, .contentsecwrap a{
  text-decoration: underline;
}
ul li ul,
ul li ul li ul,
ol li ol, ol li ol li ol{
  margin-left:10px;
}
h1,h2,h3,h4,h5,h6, #sidebar .wp-block-search__label{
  color:var(--second-theme-color);
  font-weight:600;
  word-wrap: break-word;
  line-height: 1.2;
  font-family: "Jost", sans-serif;
}
h1{
  font-size:32px;
}
h2{
  font-size:30px;
}
h3{
  font-size:24px;
}
h4{
  font-size:20px;
}
h5{
  font-size:18px;
}
h6{
  font-size:14px;
}
.clear{
  clear:both;
}
.alignnone{
  width:100% !important;
}
img.alignleft, .alignleft{
  float:left;
  margin:0 15px 0 0;
  padding:5px;
  border:1px solid #cccccc;
}
img.alignright, .alignright{
  float:right;
  margin:0 0 0 15px;
  padding:5px;
  border:1px solid #cccccc;
}
.left{
  float:left;
}
.right{
  float:right;
}
#comment-nav-above .nav-previous,
#comment-nav-below .nav-previous{
  float:none !important;
  margin:10px 0;
}
h2#reply-title {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
ol.comment-list li{
  list-style:none;
  margin-bottom:5px;
}
p{
  color:var(--second-theme-color);
}
/*post formate*/
.format-gallery .wp-block-gallery, .format-video figure{
  margin-bottom: 15px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
a:focus,input[type='submit']:focus,input[type='search']:focus,textarea:focus,input[type='name']:focus,input[type='email']:focus,.toggle-nav button:focus,a.close-button:focus,#commentform input#email:focus, #commentform input#url:focus,#commentform input#author:focus, #commentform textarea:focus, #commentform input#eazycfc_captcha:focus{
	outline: -webkit-focus-ring-color auto 1px;
}
.main-nav a:focus{
  border:2px solid #151515;
  outline: none;
}
.main-nav ul.sub-menu li a:focus, .main-nav ul ul a:focus{
  border:2px solid var(--second-theme-color);
  outline: none;
}
.search-box button:focus, .search-outer button:focus{
  border:2px solid var(--second-theme-color);
}
.page-template-template-home-page .search-box button:focus{
  border:2px solid var(--first-theme-color);
}
input:focus{
  border:2px solid var(--second-theme-color);
}
.textwidget p a,.entry-content p a,.entry-summary a{
  text-decoration: underline !important;
}
.comment-content p a, .description p a {
  text-decoration: underline !important;
}
/* = wide block css
-------------------------------------- */
/*.alignwide {
  margin-left  : -80px;
  margin-right : -80px;
}
.alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
}*/
.single-post .alignfull, .single-post .alignwide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/*block css*/
.site-main .alignfull, .site-main .alignwide{
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 20px;
}
.site-main .alignfull img{
  width: 100% !important
}
.site-main .alignnone, .site-main .aligncenter{
  width: auto !important;
}
.site-main .alignleft{
  margin-right: 10px;
}
.postsec-list .wp-block-button a:hover, .site-main .wp-block-button a:hover,
.site-main .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,
.postsec-list .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover{
  background-color: var(--second-theme-color) ;
  color: #fff !important;
}
.postsec-list .wp-block-button.is-style-squared a, .site-main .wp-block-button.is-style-squared a{
  border-radius: 0px !important;
}
.postsec-list .wp-block-button__link, .site-main .wp-block-button__link{
  background: var(--first-theme-color);
  color:#fff !important;
  border-radius: 30px;
  font-weight: 500 !important;
}
.postsec-list .wp-block-button.is-style-outline a{
  background:none;
  border:1px solid var(--first-theme-color) !important;
  color: #fff !important;
}
.site-main .wp-block-button.is-style-outline a{
  background:  var(--first-theme-color);
  color: #fff !important;
  outline: none !important;
}

.site-main img.alignleft, .site-main .alignleft, .site-main img.alignright, .site-main .alignright,
.postsec-list img.alignleft, .postsec-list .alignleft, .postsec-list img.alignright, .postsec-list .alignright{
  border:none;
}
.logo {
  text-align: center;
  padding-left: 5em;
  padding-right: 5px;
}
.tags a {
  text-decoration: none!important;
  font-weight: 400;
  color: #fff !important;
  background: var(--first-theme-color);
  box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
  text-shadow: none;
  line-height: 3.5;
  padding: 8px;
  margin: 5px;
  border-radius: 5px;
  font-size: 15px;
}
.tags a:hover{
  background-color: var(--second-theme-color);
  color: #fff !important;
}
/*scroll to top*/
#button{
  background: var(--first-theme-color);
  color: #fff;
  cursor: pointer;
  width: fit-content;
  padding: 5px;
  padding-top: 22px;
  height: 60px;
  aspect-ratio: 1;
  text-align: center;
  position: fixed;
  border-radius: 50%;
  bottom: 60px;
  right: 20px;
  z-index: 9999;
  -moz-border-radius: 0;
  font-size: 15px;
  display: none;
}
/* = pre loader css
-------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(images/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
/*sticky header*/
.mainhead.sticky-head, .page-template-template-home-page .mainhead.sticky-head{
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 99999;
  box-shadow: 2px 2px 10px 0px var(--second-theme-color);
  padding: 5px 0 !important;
  margin: 0;
  background-color: var(--first-theme-color);
}
.page-template-template-home-page .mainhead.sticky-head .logo:after{
  content:none;
}
 .page-template-template-home-page .mainhead.sticky-head .contact-us a{
  background-color: #fff; 
 }
.toggle-navis-sticky-on.mobile.sticky-head{
  position: static;
}
h1.site-title, p.site-title{
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.2;
}
p.site-title a, h1.site-title a {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
p.site-title a:hover, h1.site-title a:hover, .page-template-template-home-page p.site-title a:hover{
  color: var(--second-theme-color);
}
.logo span.site-description{
  font-size: 13px;
  font-weight: 500;
  color:#fff;
}
.page-template-template-home-page .header-top{
  position: relative;
}
.page-template-template-home-page .logo:after{
  content: "";
  position: absolute;
  z-index: 99;
  width: 587px;
  height: 123px;
  top: -10px;
  left: 0;
  right: auto;
  background-image: url(images/logo-shape.png);
  background-repeat: no-repeat;
}
.site-branding-text, .logo img{
  z-index: 999;
  position: relative;
}
/*-----------------Search pop up----------------*/
.serach_inner{
  background: var(--first-theme-color);
  max-height: 150px;
  display: flex;
  justify-content: center;
  position: relative;
  box-shadow: 0px 0px 12px #c0bebe;
  transition: 1s height ease-in-out;
}
.search-close {
  position: absolute;
  top: 0;
  font-size: 40px;
  z-index: 9999;
  right: 50%;
  color: #fff;
  background: none;
  border:none;
  cursor: pointer;
  transition: 0.5s height ease-in-out;
}
.serach_inner form.search-form {
  width: calc(100% - 30px);
  color: #fff;
  border: none;
  border-bottom: 1px solid #eae6e6;
  position: absolute;
  bottom: 20px;
  display: table;
  padding: 0;
  border-radius: 0;
  background: #ffffff;
  max-width: 1200px;
  text-align: left;
}
.serach_inner form.search-form label {
  width: 95%;
}
.serach_inner input.search-field {
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  color: var(--second-theme-color);
  max-height: 1200px;
  border: 0;
  width: 100%;
}
.serach_inner input.search-submit {
  padding: 8px 35px;
  margin: 5px 0;
  font-size: 20px;
}
.serach_inner input[type="submit"]{
  text-indent: -9999px;
  z-index: 9999;
  background: url(images/search.png) no-repeat 0 10px;
  position: absolute;
  margin:0;
  background-size: 30px;
}
.search-box button{
  background: transparent;
  border: 0;
}
.search-outer {
  background: rgb(0 0 0 / 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  text-align: center;
  height: 100%;
  transition: 1s height ease-in-out;
  z-index: 999;
  padding: 0;
}
body.search-focus .search-outer{
  visibility: visible;
  transition: 1s height ease-in-out;
}
body.admin-bar .serach_inner{
  margin-top: 32px;
}
body.admin-bar .search-close{
  top:30px;
}
button.search-submit {
 border: 0;
 background: transparent;
}
input.search-field {
 border: 1px solid #151515;
 padding: 4px 0;
 background: transparent;
 width: 95%;
}
.search-box i {
  font-size: 16px;
  color: var(--second-theme-color);
  background-color: #fff;
  padding: 10px;
  border: 2px solid var(--second-theme-color);
  border-radius: 50%;
  display: inline-block;
}
.search-box i:hover{
  background-color: var(--first-theme-color);
  color: #fff !important;
  border: 2px solid var(--first-theme-color);
}
.search-box button {
  background: none;
  border:none;
}
.serach_inner input[type="submit"]{
  text-indent: -9999px;
  z-index: 9999;
  background: url(images/search.png) no-repeat 0 10px;
  position: absolute;
  margin:0;
  background-size: 30px;
}
.modal-content{
  background: transparent;
  border: 0;
}
.modal-dialog{
  pointer-events: all;
}
.modal-body{
  padding: 0;
}
#myModal, .modal-open {
  padding: 0 !important;
}
.modal-open{
  overflow-y: scroll;
}
body.admin-bar .serach_inner{
  margin-top: 32px;
}
body.admin-bar .closepop{
  top:30px;
}
/*header*/
.mainhead {
  background-color: var(--first-theme-color);
}
.page-template-template-home-page .mainhead{
  background:transparent;
}
.page-template-template-home-page .main-header{
  position: relative;
}
.page-template-template-home-page .mainhead{
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 0;
}
.social-icons {
  text-align: right;
}
.social-icons i {
  color: #ffffff;
  font-size: 16px;
  padding: 8px;
}
.social-icons a{
  display: inline-block;
}
.header-top span {
  color: #3c3c3c;
  font-size: 15px;
  display: inline-block;
}
.info-box a{
  color: #fff;
  font-size: 14px;
  display: inline-block;
}
.info-box a:hover, .social-icons i:hover{
  color: var(--first-theme-color);
}
.header-top .info-box a.phn {
    margin-right: 55px;
    margin-left: 35px;
}
.info-box i{
  margin-right: 10px;
}
.contact-box{
  background-color: var(--second-theme-color);
}
.header-top .info-box a:hover{
  color:#3c3c3c;
}
/* = menus css */
.page-template-template-home-page .menubox, .page-template-template-home-page .logo-col{
  align-self: unset;
}
.page-template-template-home-page .menubox, .menubox, .mainhead.sticky-head .menubox{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 40px;
}
.menubox, .mainhead.sticky-head .menubox, .logo-col{
  align-self: center;
}
.menuitem {
  background: #fff;
  z-index: 99;
  border-radius: 40px;
  position: relative;
  padding: 12px 0;
}
.main-navigation{
  background-color: #faf8f4;
  padding: 10px 0;
}
#mySidenav {
  display: inline;
  background-color: var(--second-theme-color);
}
.main-nav ul {
  margin: 0;
  padding: 0;
}
.main-nav li {
  display: inline-block;
  position: relative;
}
.main-nav a {
  padding: 15px 25px 10px;
  font-size: 13px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--second-theme-color);
  font-weight: 600;
}
.page-template-template-home-page .main-nav a:hover{
  color:var(--first-theme-color);
}
.main-nav a:hover{
  color:var(--second-theme-color);
}
.main-nav .sub-menu a{
  color:var(--second-theme-color);
}
.main-nav .current_page_item a{
  position: relative;
  color:var(--first-theme-color);
}
.main-nav .current_page_item a::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--first-theme-color);
  border-radius: 50%;
  display: inline-block;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.main-nav ul.sub-menu .current_page_item a::before,
.main-nav ul.sub-menu .current-menu-item a::before,
.main-nav ul ul .menu-item a:before{
  content: none;
}
.main-nav ul ul .menu-item a{
  color: var(--second-theme-color);
}
.main-nav .menu-item-has-children > a::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; 
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: auto;
  right: auto;
  margin-left: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
}
.main-nav .menu-item-has-children.current-menu-parent > a::after,
.main-nav .menu-item-has-children.current-menu-ancestor > a::after,
.main-nav .menu-item-has-children.current_page_parent > a::after {
  transform: translateY(-50%) rotate(0deg);
}
.main-nav ul ul a:hover {
  color: var(--first-theme-color);
}
.main-nav ul ul {
  position: absolute;
  background: #fff;
  min-width: 250px;
  z-index: 9999;
  top: 98%;
  line-height: 30px;
  opacity: 0;
}
.main-nav ul ul ul {
  left: 100%;
  top: 0%;
}
.main-nav ul ul a {
  color: #1f1f1f;
  border: none;
  padding: 10px;
  margin-top: 5px;
}
.main-nav ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none !important;
  padding: 0;
  border-bottom: solid 1px #f1f1f1;
}
.main-nav li ul {
  border-top: 3px solid var(--first-theme-color) !important;
  border: 1px solid #EEE;
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}
.main-nav .menu > ul > li.highlight {
  background-color: #006ccc;
}
.main-nav .menu > ul > li.highlight:hover {
  background: transparent;
}
.main-nav .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-nav .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menum,
.main-nav .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
  opacity: 1;
}
.main-nav ul li:hover > ul {
  opacity: 1;
}
.main-nav li.menu-item-has-children:hover > ul,
.main-nav li.menu-item-has-children:focus > ul,
.main-nav li.menu-item-has-children.focus > ul {
  opacity: 1;
}
.main-nav .sub-menu {
  opacity: 0;
  left: -9999px;
  z-index: 99999;
  width: 200px !important;
}
ul.sub-menu ul.sub-menu {
  left: 200px !important;
}
.main-nav .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-nav .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menum,
.main-nav .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
}
ul.sub-menu ul.sub-menu {
  left: -9999px;
}
.toggle-nav,
a.close-button {
  display: none;
}
/*page css*/
.page-header {
  margin-bottom: 20px;
}
.page-header h1{
  color: var(--second-theme-color);
  margin-bottom: 10px;
  font-size: 35px;
  word-wrap: break-word;
  text-transform: capitalize;
}
.page-header span, .page-header span a {
  font-size: 18px;
  word-wrap: break-word;
  display: inline;
  margin-bottom: 10px;
}
/* = slider section css
-------------------------------------- */
#slider-cat{
  background-image: url(images/slider-img.png);
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  height: 650px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 100% 100%;
}
#slider-cat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
 background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#slider-cat::after{
  content: "";
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 550px;
  left: 0;
  right: 0;
  background-image: url('images/cover-slide.png');
  background-repeat: no-repeat;
  bottom: -35px;
  top: auto;
  background-size: 100% 100%;
}
#slider-cat .slideimg::before{
  content: "";
  position: absolute;
  z-index: 99;
  width: 70px;
  height: 60px;
  left: 3%;
  right: auto;
  background-image: url(images/dots-img.png);
  background-repeat: no-repeat;
  bottom: 15px;
  top: 40%;
  z-index: 9999;
}
#slider-cat .slideimg::after{
  content: "";
  position: absolute;
  z-index: 99;
  width: 70px;
  height: 60px;
  left: 95%;
  right: 0;
  background-image: url(images/dots-img.png);
  background-repeat: no-repeat;
  bottom: 15px;
  top: 45%;
  z-index: 9999;
}
#slider-cat .sliderbox {
  position: absolute;
  top: 48%; 
  transform: translateY(-50%);
  left: 10%;
  right: 10%;
  bottom: 0;
  z-index: 9999;
}
#slider-cat .text-content{
  padding-right: 10em;
}
#slider-cat .text-content h1{
  line-height: 1.4;
}
#slider-cat .text-content h1 a{
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  text-transform: capitalize;
}
#slider-cat .text-content h1 a:hover, #about_section h2 a:hover{
  color: var(--first-theme-color);
}
#slider-cat .text-content .slider-content{
  color:#fff;
  font-size: 14px;
  line-height: 1.6;
}
.text-content .slider-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--first-theme-color);
  letter-spacing: 1px;
}
.imagebox img, .slider-img-color{
  object-fit: cover;
  height: 450px;
  width: 460px !important;
  border-radius: 50%;
  border: 12px solid #fff
}
.slider-img-color{
  background-color: var(--first-theme-color);
}
.slide-btn a,.contact-us a, .abt-btn a{
  font-size: 15px;
  background-color: var(--first-theme-color);
  color: #fff;
  border-radius: 0;
  padding: 12px 45px;
  display: inline-block;
  font-weight: 500;
  border-radius: 35px;
}
.page-template-template-home-page .contact-us a{
  background-color: var(--first-theme-color);
  color: #fff;
}
.contact-us a:hover, .abt-btn a:hover{
  background-color: var(--second-theme-color);
  color: #fff;
}
.slide-btn a:hover{
  background-color: #fff;
  color: #fff;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
#slider-cat .owl-carousel .owl-dots{
  display: block !important
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
#slider-cat .owl-dots {
  position: absolute;
  top: 85%;
  right: auto;
  left: 20%;
  right: 20%;
  bottom: 0;
  text-align: center;
}
#slider-cat .owl-dots .owl-dot {
  background-color: #fff;
  border-radius: 50%;
  height: 10px;
  margin: 12px;
  width: 10px;
  border:none;
}
#slider-cat .owl-dots .owl-dot.active {
  background-color: #fff;
  outline: 2px solid #fff;
  outline-offset: 3px;
}
#slider-cat .owl-prev,
#slider-cat .owl-next {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  font-size:30px;
  right:2%;
  background: transparent;
  color: #fff;
  border: none;
}
#slider-cat .owl-prev{
  right: auto;
  left: 2%;
}
/* = about css
-------------------------------------- */
#about_section{
  background-color: #f0f3fa;
  padding-bottom: 6em !important;
}
.abt-col2{
  position: relative;
}
.abt-col1::before{
  content: "";
  position: absolute;
  z-index: 9999;
  width: 182px;
  height: 180px;
  left: 0;
  right: auto;
  background-image: url('images/abt-circle.png');
  background-repeat: no-repeat;
  bottom: 0;
  top: 81%;
}
.abt-col2::before{
  content: "";
  position: absolute;
  z-index: 9999;
  width: 182px;
  height: 135px;
  left: auto;
  right: 0%;
  background-image: url(images/abt-circle.png);
  background-repeat: no-repeat;
  bottom: 0;
  top: 100%;
}
#about_section .abt-title{
  font-size: 15px;
  font-weight: 600;
  color: var(--first-theme-color);
}
#about_section h2{
  font-weight: 700;
}
#about_section h2 a{
  font-size: 32px;
  color: var(--second-theme-color);
}
#about_section .abt-sentence i{
  color:var(--first-theme-color);
  font-size: 15px;
}
#about_section .abt-sentence{
  font-size: 14px;
  color: var(--second-theme-color);
  font-weight: 600;
}
#about_section .thumbbx{
  position: relative;
}
#about_section .thumbbx img, .post-color{
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 30px;
}
.post-color{
  background-color: var(--second-theme-color);
}
.about-featured{
  position: relative;
}
#about_section .abt-firstimg img{
  width: 150px;
  height: 180px;
  position: absolute;
  object-fit: cover;
  top: 10%;
  z-index: 99;
  bottom: auto;
  border: 15px solid #f0f3fa;
  left: 3%;
  right: auto;
  border-radius: 30px;
}
#about_section .abt-secimg img{
  width: 290px;
  height: 280px;
  position: absolute;
  object-fit: cover;
  top: 43%;
  z-index: 99;
  bottom: auto;
  border: 15px solid #f0f3fa;
  left: auto;
  right: 15%;
  border-radius: 30px;
}
/* = Page lay out css
-------------------------------------- */
.postsec-list input.search-field,
.postsec-list input.search-submit {
  padding: 15px 10px;
}
.postsec-list .search-form input.search-submit{
  background-color: var(--first-theme-color);
  color: #fff;
  border: 2px solid var(--first-theme-color);
}
.contentsecwrap{
  padding:35px 0;
  clear: both;
}
.contentsecwrap p{
  margin-bottom:20px;
}
#sidebar aside.widget{
  padding: 20px;
  border-radius: 5px;
}
.listarticle{
  border-radius: 5px;
}
.listarticle h2 a{
  color: var(--second-theme-color);
  font-size: 28px;
  text-decoration: none;
  word-wrap: break-word;
  text-transform: capitalize;
}
.listarticle h2 a:hover{
  color: var(--first-theme-color);
}
.single_title{
  margin-bottom: 15px;
  font-size: 20px;
}
.post-thumb{
  margin:15px 0;
}
.nav-links .page-numbers{
  background-color: var(--second-theme-color);
  color: #fff;
  padding:10px 15px;
  text-decoration: none;
}
span.page-numbers.current, .nav-links .page-numbers:hover{
  background-color: var(--first-theme-color);
  color: #fff;
}

/* label css
---------------------------------------------- */
label{
  margin-bottom: 0;
}
#footer .search-form label, #sidebar .search-form label{
  width: 100%;
}
aside.widget ul, .entry-summary li{
  list-style:none;
}
.listarticle .alignfull, .listarticle .alignwide{
  margin-left: 0;
  margin-right: 0;
}
#recentcomments li{
  background-image:none !important;
}
#recentcomments li a{
  padding-left:0px !important;
}
.textwidget select,table{
  width:100%;
}
nav.navigation.pagination {
    margin: 30px auto;
}
/*--------------------------------------------------------------
## Sidebar Style 
--------------------------------------------------------------*/
#sidebar input[type="text"],
#sidebar input[type="search"],
#footer input[type="search"]{
  border: solid 2px var(--first-theme-color);
  padding: 10px;
  width: 100%;
}
#footer input[type="search"]{
  margin-bottom: 10px;
}
#sidebar input.search-submit,
#footer input.search-submit,
form.woocommerce-product-search button {
  padding: 10px;
  width: 100%;
  border:none;
  background: var(--first-theme-color);
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
}
input.search-submit{
  background-color: var(--first-theme-color);
  color: #fff;
  border:none;
  padding: 16px 20px !important;
}
.widget-area .widget::after,
.widget-area .widget::before {
    clear: both;
    content: "";
    display: table;
}
#sidebar .widget-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
}
 .entry-title h2:before{
 content: "\f185";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px;
}
#sidebar ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}
#sidebar ul ul {
    border-bottom:none;
    padding-bottom: 0;
}
#sidebar ul li {
  padding: 5px;
  padding-left: 30px;
  padding-top: 5px;
  position: relative;
  color: var(--second-theme-color);
}
#sidebar ul li::before {
  color: var(--first-theme-color) !important;
  content: "\f192";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 7px;
  left: 0;
  position: absolute;
  top: 6px;
  margin-left: 2px;
}
#sidebar .widget a,
#sidebar .widget a:visited {
  color: var(--second-theme-color);
  text-decoration: none;
}
#sidebar .widget a:hover,
#sidebar .widget a:active {
  color: var(--first-theme-color);
}
#sidebar .widget {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 2px #cfcfcf;
    border-bottom: 3px solid var(--first-theme-color);
    margin-bottom: 30px;
}
#sidebar .widget:hover{
    box-shadow: 0 0 20px #cfcfcf;
}
#sidebar .widget_nav_menu ul li{
  padding: 3px 15px 5px 13px;
}
#sidebar .widget_nav_menu ul li a{ 
  line-height: 2.5;
}
#sidebar .wp-block-search__label{
  font-size:30px;
  font-weight:600;
}
#sidebar .wp-block-search__inside-wrapper .wp-block-search__button{
  background-color: var(--first-theme-color);
  color:#fff;
 }
/*Clearing floats css*/
.page-links {
  float: unset !important;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  margin:20px auto;
}
.page-links a, .page-links span{
  padding: 10px 15px;
  background-color: var(--first-theme-color);
  color: #fff !important;
}
.page .page-links a{
  color: #fff !important;
  text-decoration: none;
}
.page-links .post-page-numbers.current, .page-links a:hover{
  background-color: var(--second-theme-color);
  color:#fff;
}
/*calendar widget*/
.widget_calendar {
    text-align: center;
}
.widget_calendar caption {
    background: var(--first-theme-color) none repeat scroll 0 0;
    color: #fff;
    padding: 5px;
}
.widget_calendar .pad {
    background: #eeeeee none repeat scroll 0 0;
}
.widget_calendar #today {
    background: var(--first-theme-color) none repeat scroll 0 0;
    color: #fff;
}
.widget .tagcloud a {
    border: 1px solid #dddddd;
    color: #001837;
    display: inline-block;
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 5px;
    padding: 5px 15px;
}
.widget .tagcloud a:hover {
    border: 1px solid var(--first-theme-color);
    color: var(--first-theme-color);
}
.widget_categories li > a,
.widget_archive li > a {
    display: inline-block;
    min-width: 85%;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
td, th {
  border: 1px solid #ddd;
  padding: 5px;
  color:#252525;
}
#footer td, #footer th{
  color: #fff;
}
select {
    width: 100%;
    padding: 5px;
}
#footer .tagcloud a {
  border: solid 1px #fff;
  font-size: 12px !important;
  margin: 2px 0;
  display: inline-block;
  color: #fff;
  padding: 5px;
  font-weight: 500;
}
.tagcloud a:hover{
  background-color: var(--first-theme-color);
  border-color: var(--first-theme-color) !important;
  color: #fff !important;
}
/*footer*/
#footer ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#footer ul li {
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 3px 15px 3px 13px;
  position: relative;
  color: #fff;
}
#footer ul li::before {
  color: #fff;
  content: "\f105";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 3px;
}
#footer a .footer-widget-area {
  float: left;
  padding: 0 25px;
  width: 25%;
}
#footer a,
#footer p {
  color:#fff;
}
#footer a:hover, #footer h6{
  color:var(--first-theme-color);
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.postsec-list article.hentry {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 2px #cfcfcf;
    padding: 30px;
    position: relative;
    border-radius: 12px;
    margin-bottom: 30px;
}
.postsec-list article.hentry:hover{
    box-shadow: 0 0 20px #cfcfcf;
}
/* = Footer css
------------------------------------------- */
#footer input.search-submit {
  background: var(--first-theme-color);
  color: #fff;
  border: none;
  padding: 10px;
}
#footer{
  background-color: var(--second-theme-color);
  color: #ffffff;
}
.ftr-4-box{
  width:21%;
  float:left;
  margin:0 4% 2% 0;
  box-sizing:border-box;
  padding:20px;
}
.ftr-4-box h3,.ftr-4-box h2{
	font-size:25px;
	color:#fff;
	margin-bottom:25px;
	border-bottom:1px solid #303030;
	padding: 15px 0;
}
.ftr-4-box ul{
	margin:0;
	padding:0;
	list-style:inside disc;
}
.ftr-4-box ul li {
	display:block;
	padding:6px 0;
}
.ftr-4-box ul li a,.ftr-4-box a {
	color:#ffffff;
}
.ftr-4-box a:hover{
  color: var(--first-theme-color);
}
.ftr-4-box p{
	margin-bottom:15px;
}
#footer select{
  height: auto;
}
.copywrap {
  font-size: 18px;
  padding: 14px 10px !important;
  background-color: var(--first-theme-color);
}
.copywrap p, .copywrap p a{
  color:#fff;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
}
#footer .copywrap a:hover{
  color:var(--second-theme-color);
}
.footer-widget h5{
  color: #fff !important;
}
.footer-widget .widget{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.footer-widget .widget_calendar h3{
  text-align: left;
}
.entry-content .tags a,
.footer-widget .widget h3{
  color:#fff !important;
}
/* Mobile Portrait View */
@media screen and (max-width: 767px) {
  .wpcf7 input[type="text"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="email"],
  .wpcf7 textarea {
    width: 100%;
  }
  #slider-cat .text-content p{
    display: none;
  }
  #slider-cat .text-content h1 a{
    font-size: 20px;
  }
  #slider-cat .text-content h1{
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
  }
  #slider-cat .sliderbox{
    top: 35%;
  }
  .sliderbtn{
    text-align: center !important;
  }
  .admin-bar .page-template-template-home-page .header.sticky-head, .admin-bar .sticky-head{
    top:0;
  }
  .logo{
   text-align: center;
   padding: 10px 20px !important;
  }
  #slider .content{
    height: 250px;
  }
  .sidenav .close-button{
    margin-bottom: 20px !important; 
  }
  .page-template-template-home-page.admin-bar .sidenav{
    margin-top: 44px;
  }
  #slider-cat .sliderbtn{
    display: block !important;
  }
  .page-template-template-home-page p.site-title{
    margin-bottom: 0;
  }
  .header.main.sticky-head{
    position: fixed !important;
  }
  .admin-bar .page-template-template-home-page .header.main.sticky-head, .admin-bar .main.sticky-head{
    top: 0;
  }
  tr.wc-block-cart-items__row {
    gap: 0.4em;
  }
  td.wc-block-cart-item__total{
    padding-left: 0px !important;
  }
  li.wc-block-grid__product{
    max-width:100% !important;
    float:none;
  }
  #slider-cat .owl-dots{
    left: 2%;
    right: 2%;
  }
  #slider-cat .sliderbox{
    left: 0;
    right: 0;
  }
  .page-template-template-home-page .mainhead{
    position: static;
    background-color: var(--first-theme-color);
  }
  .page-template-template-home-page .toggle-nav button, .contact-us a, .toggle-nav button{
    background-color: var(--first-theme-color) !important;
    color: #fff !important;
  }
  #about_section .product-img img{
    height: 100px;
  }
  #slider-cat .owl-prev, #slider-cat .owl-next{
    top: 85%;
  }
  #slider-cat .imagebox {
    margin-top: 25px;
  }
  #slider-cat .owl-next{
    right: 70%;
  }
  .page-template-template-home-page p.site-title a:hover, .page-template-template-home-page h1.site-title a:hover{
    color: var(--second-theme-color);
  }
  .imagebox img, .slider-img-color{
    width: 200px !important;
    height: 200px;
  }
  .serach_inner form.search-form label{
    width: 86%;
  }
  .info-box{
    display: grid;
  }
  .slide-btn a, .contact-us a{
    padding: 10px 30px;
  }
  .abt-col1::before{
    content:none;
  }
  #about_section .abt-secimg img{
    width: 180px;
    height: 200px;
    top: 60%;
    right: 0;
  }
  #about_section .abt-firstimg img{
    width: 120px;
    height: 130px;
  }
  #about_section .thumbbx img, .post-color{
    height: 300px;
  }
  .menuitem{
    z-index: 999;
  }
  #slider-cat .text-content{
    padding-top: 0;
  }
  .slidercircle{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainhead.sticky-head, .page-template-template-home-page .mainhead.sticky-head{
    box-shadow: none;
  }
  .ftr-4-box {
    width: 100%;
    float: none;
    margin: 0;
    padding: 15px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .is-sticky-on.mobile.sticky-head{
    top: 40px;
  }
  .admin-bar .page-template-template-home-page .header.sticky-head, .admin-bar .sticky-head{
    top: 47px;
  }
  .admin-bar .page-template-template-home-page .header.main.sticky-head, .admin-bar .main.sticky-head{
    top:30px;
  }
  tr.wc-block-cart-items__row {
    gap: 1em;
  }
  li.wc-block-grid__product{
    max-width: 48% !important;
    float: left;
    clear: both;
    margin: 0 1% 2.992em;
    flex: 1 0 48% !important;
  }
  #slider-cat .sliderbox .text-content h1 a{
    font-size: 23px;
  }
  #slider-cat .sliderbox .text-content p{
    font-size: 12px;
  }
  #slider-cat .sliderbox{
    left: 0;
    right: 0;
  }
  p.site-title a, h1.site-title a {
    font-size: 23px !important;
  }
  #slider-cat .owl-prev{
    right: 70%;
    left: auto;
  }
  #slider-cat .owl-next{
    right: 65%;
  }
  #slider-cat .owl-prev, #slider-cat .owl-next{
    top: 83%;
  }
  .toggle-nav button{
  background-color: var(--first-theme-color);
    color: #fff;
  }
  .imagebox img, .slider-img-color{
    width: 100% !important;
  }
  #slider-cat .text-content h1{
    line-height: 1;
  }
  .imagebox img, .slider-img-color{
    height: 290px;
    width: 85% !important;
  }
  .menuitem{
    padding: 7px 0;
  }
  .logo{
    padding: 5px 10px 10px 30px;
  }
  #about_section .abt-secimg img{
    width: 180px;
    height: 200px;
    top: 60%;
    right: 10%;
  }
  #about_section .thumbbx img, .post-color{
    height: 320px;
  }
  #about_section .abt-firstimg img{
    width: 110px;
    height: 130px;
  }
  .abt-col1::before{
    content: none;
  }
}
@media screen and (max-width: 1000px){
  .main-nav ul ul, .main-nav .sub-menu{
    opacity: 1;
  }
  .admin-bar .main-menu{
      margin-top: 45px;
  }
  .main-nav ul ul .menu-item a{
    color: #fff;
  }
  .logo span.site-description{
    font-size: 10px;
  }
  .page-template-template-home-page .main-nav a,.main-nav .sub-menu a, .page-template-template-home-page .header.main.sticky-head .main-nav a{
    color: #fff;
  }
  .main-nav ul{
    text-align: left;
  }
  .main-nav ul.sub-menu li a:focus, .main-nav ul ul a:focus,.main-nav a:focus{
    border:2px solid #fff;
    outline: none;
  }
  .main-nav .sub-menu{
      margin-left: 25px;
  }
  .main-nav li ul{
    border:none;
    box-shadow: none;
    border-top: none !important;
  }
  .main-nav .sub-menu li{
    border-bottom: none;
  }
  .toggle-nav button {
    border: none;
    font-size: 16px;
    padding: 9px 26px;
    display: inline-block;
    border-radius: 20px;
  }
  .page-template-template-home-page .toggle-nav button{
    background: var(--first-theme-color);
    color: #fff;
  }
  .sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999; 
    left: 0;
    top: -110%;
    overflow-x: hidden; 
    transition: 0.5s top ease-in-out;
    overflow-y: scroll;
    background: var(--first-theme-color);
    visibility: hidden; 
    opacity: 0.9;
  }
  .main-nav ul li a:hover{
    color: #fff;
  }
  .main-nav li {
    padding: 0 15px;
    display: block;
    border-bottom: solid 1px #fff;
  }
  body.show-main-menu .sidenav{visibility: visible;top: 0;transition: 0.5s top ease-in-out;}
  .sidenav .close-button {margin-bottom:30px !important;font-size: 36px; display: block !important;color: #fff; padding: 10px !important;}
  .sidenav #site-navigation {width: 100%; }
  .toggle-nav span{font-size:30px; cursor:pointer;}
  .main-nav ul ul li,.menubar .nav ul li,.toggle-nav{display: block;}
  .main-nav ul li a{padding: 8px;text-decoration: none;font-size: 15px;color: #fff;display: block;float: none;margin: 5px 0;border-right: none; }
  .main-nav ul li ul li a:before{content:"\00BB \00a0";}
  .main-nav ul.sub-menu a:hover{color:#fff;}
  .main-nav ul ul{position: static; width: 100%; background: transparent;border-top-width: 0px; border-bottom-width: 0px;box-shadow: none; }
  .main-nav ul ul a{border-bottom: none; padding-left: 40px;}
  .main-nav ul ul ul.sub-menu a{padding-left: 40px;}
  .main-header-box{padding-bottom: 15px;}
  #mySidenav {text-align: left; display: inline;}
  .main-menu {padding: 0em;}
  .main-nav ul.sub-menu>li>a:before {content: unset;}
  .main-nav ul.sub-menu>li>a:hover:before {opacity: 0;left: 0px;width: 0px;}
  #slider-cat{
    height: 450px;
  }
  .page-template-template-home-page .logo:after{
    content: none;
  }
  #about_section h2 a{
    font-size: 21px;
  }
  #about_section h2{
    line-height: 1;
  }
  #about_section h3 a, #about_section .abt-title{
    font-size: 13px;
  }
  #about_section .main-para, #about_section .main-para{
    font-size: 12px;
  }
  #slider-cat .text-content{
    padding-right: 0;
  }
  body.admin-bar .search-close{
    top: 42px;
  }
  .main-nav .current_page_item a::before{
    content: none;
  }
  .site-branding-text, .logo img{
    z-index: 99;
  }
}
@media screen and (max-width: 1024px){
  #slider-cat .slideimg::after, #slider-cat .slideimg::before{
    content: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .admin-bar .page-template-template-home-page .header.sticky-head, .admin-bar .sticky-head{
    top: 32px;
  }
  .admin-bar .page-template-template-home-page .header.main.sticky-head, .admin-bar .main.sticky-head{
    top: 30px;
  }
  tr.wc-block-cart-items__row {
    gap: 1em;
  }
  #slider-cat .sliderbox{
    left: 0;
    right: 0;
  }
  .imagebox img, .slider-img-color{
    height: 385px !important;
    width: 100% !important;
  }
  .imagebox {
    margin-top: 1em;
  }
  #slider-cat .text-content{
    padding-right: 0;
  }
  #about_section .abt-secimg img{
    width: 240px;
    height: 245px;
    top: 60%;
  }
}
@media screen and (min-width:1700px) and (max-width:1900px){
  .container{
    max-width: 1520px;
  }
}
@media screen and (min-width:1920px) {
  .container{
    max-width: 1620px;
  }
}
@media screen and (max-width: 320px){
  .woocommerce ul.products li{
    width: 100% !important;
  }
}