/*
Theme Name: Classic Portfolio
Theme URI: https://www.theclassictemplates.com/products/free-portfolio-wordpress-theme
Author: classictemplate
Author URI: https://www.theclassictemplates.com/
Description: Classic Portfolio is a sophisticated, modern, and versatile theme designed for professionals, creatives, and freelancers who want to showcase their work with elegance and professionalism, incorporating relevant search terms such as creative portfolio template, personal portfolio website, photography portfolio theme, graphic design showcase, artist portfolio layout, freelancer portfolio site, design agency portfolio, creative studio showcase, resume portfolio, online art gallery, visual branding portfolio, and professional showcase website. Perfect for web developers, photographers, graphic designers, artists, writers, consultants, media professionals, and all freelancers seeking a lasting impact on clients, this theme features sleek, minimalist layouts that highlight projects with high-definition images, videos, and interactive galleries. The intuitive design organizes content with sections like Portfolio, About Me, Services Offered, Testimonials, Contact, Recent Work, and Blog, making it easy for visitors to navigate and explore your expertise. Power-packed with visually appealing color palettes, typography, and customizable features, the theme reflects your unique brand and personality while maintaining optimal performance, fast loading, and cross-browser compatibility. Built-in SEO-friendly tools, translation readiness, and responsive design ensure your work reaches clients globally. It also supports essential plugins like Envira Gallery for interactive project displays, Contact Form 7 for inquiries, and Mailchimp for newsletter subscriptions, enhancing functionality and engagement. Elevate your online presence and impress potential clients with Classic Portfolio, a multipurpose theme that transforms your website into a professional, visually striking, and high-performing creative showcase.
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: classic-portfolio
Tags: blog, portfolio, photography, 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, flexible-header, footer-widgets, wide-blocks, custom-header, translation-ready, custom-background, custom-menu, sticky-post, threaded-comments, rtl-language-support, 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.

Classic Portfolio WordPress Theme has been created by classictemplate (theclassictemplates.com), 2024.
Classic Portfolio WordPress Theme is released under the terms of GNU GPL
*/

*{
  margin:0;
  padding:0;
  outline:none;
}
:root {
  --first-theme-color: #cefe08;
}
body{
  margin:0;
  padding:0;
  font-size:15px;
  color: #fff;
  font-family: "Inter", sans-serif;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  background-color: #111111;
}
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;
  cursor: pointer;
}
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;
}

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:#fff;
  word-wrap: break-word;
  line-height: 1.2;
  font-family: "Unbounded", sans-serif;
}
#sidebar h1,#sidebar h2,#sidebar h3,#sidebar h4,#sidebar h5,#sidebar h6{
  color: #111 !important;
}
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 {
  padding-top: 20px;
}
ol.comment-list li{
  list-style:none;
  margin-bottom:5px;
}
.comment-content p {
  color: #fff;
}
p{
  color:#111;
}
.woocommerce-page p{
  color: #fff;
}
.boxlayout{
  width: 1140px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  box-shadow: 0 -8px 8px #8e8e8e;
}
/*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 ul.sub-menu li a:focus, .main-nav ul ul a:focus, .serach_inner input[type="submit"]:focus{
  border:2px solid var(--first-theme-color);
  outline: none;
}
.main-nav a:focus, .search-box button:focus, .search-outer button.search-close:focus{
  border:2px solid #fff;
  outline: none;
}
input:focus{
  border:2px solid #000000;
}
.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;
}
.single-post .entry-content p{
  color: #fff;
}
/* = 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: #000000 ;
  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:#111 !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: var(--first-theme-color) !important;
}
.site-main .wp-block-button.is-style-outline a{
  background:  var(--first-theme-color) !important;
  color: #fff !important;
  outline: none !important;
}
.site-main .wp-block-button.is-style-outline a{
  color: #111 !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;
}
.tags a {
  text-decoration: none!important;
  font-weight: 400;
  color: #111 !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: #000000;
  color: #fff !important;
}
/*-----------------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: #112b38;
  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%;
  padding: 0;
  visibility: hidden;
  text-align: center;
  height: 100%;
  transition: 1s height ease-in-out;
  z-index: 999;
}
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:50px;
}
button.search-submit {
 border: 0;
 background: transparent;
}
input.search-field {
 border: none;
 padding: 4px 0;
 /* background: transparent; */
 width: 95%;
}
.search-box i {
  font-size: 20px;
  color: #fff;
}
.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;
}
/*scroll to top*/
#button{
  background: var(--first-theme-color);
  color: #111;
  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;
}
.scroll-btn:hover{
    background: #888 !important;
}
#site-navigation .close-button{
    background: var(--first-theme-color)!important;
    font-size: 14px !important;
    color: #000 !important;
    text-align: center;
}
/* = 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;
}
/*logo*/
h1.site-title, p.site-title{
  font-size: 30px;
  margin-bottom: 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
}
p.site-title a, h1.site-title a {
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
}
.page-template-template-home-page p.site-title a, .page-template-template-home-page h1.site-title a{
  color: #fff;
}
.page-template-template-home-page p.site-title a:hover{
  color: #fff !important;
}
p.site-title{
  line-height: 1.3;
}
p.site-title a:hover, h1.site-title a:hover, .search-box i:hover{
  color: #000;
}
.page-template-template-home-page .search-box i:hover, .page-template-template-home-page p.site-title a:hover, .page-template-template-home-page h1.site-title a:hover{
  color: var(--first-theme-color);
}
.logo span.site-description{
  font-size: 13px;
  font-weight: 500;
  color:#000000;
}
.page-template-template-home-page .logo span.site-description{
  color: #fff;
}
/*header*/
.mainhead{
  position: relative;
  z-index: 999;
}
.page-template-template-home-page .mainhead{
  position: absolute;
  background: transparent !important;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  /* top: 10%; */
  bottom: auto;
}
.header{
  position: static;
}
.mainhead:not(.page-template-template-home-page .mainhead) {
  background: var(--first-theme-color);
}
.page-template-template-home-page .header .contact-us a{
  background: var(--first-theme-color);
  color: #111;
}
.page-template-template-home-page .header .contact-us a:hover i, #slider-cat .sliderbtn a:hover i{
  color: #888;
}
.page-template-template-home-page .header .contact-us a i{
  background: #111;
  color: var(--first-theme-color);
}
.header .contact-us a {
  background: #111;
  color: #fff;
  padding: 6px 17px 6px 9px;
  font-weight: 600;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
}
.header .contact-us a i{
  background-color: #fff;
  color: #111;
  display: inline-block;
  border-radius: 50%;
  font-size: 15px;
  padding: 11px 15px;
}
.header .contact-us a:hover, #slider-cat .sliderbtn a:hover,#service_section .abt-btn a:hover{
  background-color: #888888;
}
.header .contact-us a:hover .head-icon, #slider-cat .sliderbtn a:hover .sliderbtn i{
  color: 888;
} 
/* = menus css */
.main-navigation{
  background-color: #faf8f4;
  padding: 10px 0;
}
#mySidenav {
  display: inline;
}
.main-nav ul {
  margin: 0;
  padding: 0;
}
.main-nav li {
  display: inline-block;
  position: relative;
}
.main-nav a {
  padding: 9px 25px;
  font-size: 15px;
  display: block;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
  margin-bottom: 12px;
}
.page-template-template-home-page .main-nav a{
  color: #fff;
}
.main-nav .sub-menu a{
  color:#111;
}
.main-nav .sub-menu a:hover{
  color: #111;
}
.main-nav .current_page_item a{
  position: relative;
  color:#fff;
  background-color:#111;
  border-radius: 30px; 
}
.page-template-template-home-page .main-nav .current_page_item a{
  color:#111;
  background-color:var(--first-theme-color);
}
.page-template-template-home-page .main-nav .sub-menu .current_page_item a{
  background:none;
}
.main-nav .current_page_item a:hover{
  color:#111;
  background-color:#d9d9d9;
}
.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 .menu-item-has-children > a::after {
  content: '\f107';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900; 
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
  margin-left: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 15px;
}
.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-bottom: 0;
  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;
}
.main-nav ul.sub-menu li a {
  background: transparent !important;
  color: #000 !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: #fff;
  margin-bottom: 10px;
  font-size: 35px;
  word-wrap: break-word;
}
.page-content p{
  color: #fff;
}
.page-header span, .page-header span a {
  font-size: 18px;
  word-wrap: break-word;
  display: inline;
  margin-bottom: 10px;
}

/*---------Sticky Header---------*/
.header-fixed {
  position: fixed !important;
  left: 0;
  width: 100%;
  z-index: 999;
}
body.page-template-template-home-page.admin-bar .header-fixed, body.admin-bar .header-fixed .header, body.page-template-template-home-page .header-fixed{
  background: var(--first-theme-color) !important;
}
body.page-template-template-home-page.admin-bar .header-fixed .main-nav a, body.admin-bar .header-fixed .header .main-nav a{
  color: #000;
}
body.page-template-template-home-page .header .contact-us a{
  border: 2px solid #000;
}
/* = slider section css
-------------------------------------- */
#slider-cat{
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 99;
  background-size: 100% 100%;
}
#slider-cat .text-content.sliderbox {
    position: absolute;
    top: 25%;
    left: 8%;
    right: 57%;
    bottom: auto;
    z-index: 999;
}
#slider-cat .slider-img-col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3em;
}
#slider-cat .text-content h1 a{
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
}
#slider-cat .text-content h1 a:hover{
  color:  var(--first-theme-color);
}
.slide-btn a:hover{
  background-color: #fff;
}
#slider-cat .text-content p{
  color:#fff;
  font-size: 16px;
}
#slider-cat .text-content p.slider-smalltitle{
  color: var(--first-theme-color);
  font-size: 17px;
  letter-spacing: 2px;
}
#slider-cat .sliderbtn a {
  background: var(--first-theme-color);
  color: #111;
  padding: 6px 17px 6px 9px;
  font-weight: 600;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
}
#slider-cat .sliderbtn a i{
  background-color: #111;
  color: var(--first-theme-color);
  display: inline-block;
  border-radius: 50%;
  font-size: 15px;
  padding: 11px 15px;
  width: 35px;
  height: 35px;
}
.imagebox img,.imagebox .slider-img-color {
  width: 650px !important;
  height: 800px !important;
  object-fit: cover;
  border-bottom-left-radius: 300px;
  border-bottom-right-radius: 300px;
}
.slider-img-color{
  background-color: var(--first-theme-color);
}
.customer-no{
  color: #fff;
  font-size: 19px;
  font-family: "Unbounded", sans-serif;
}
.centers-text{
  color: #fff;
  font-size: 14px;
}
.customer-counter i{
  color: #111;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: #d9d9d9;
  width: 44px;
  height: 44px;
  font-size: 20px;
  padding: 12px
}
.counter-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-icon svg{
  font-size: 30px;
}
.abt-imagebox img, .abt-img-color{
  object-fit: cover;
  height: 65px;
  width: 65px !important;
  border-radius: 50%;
  border: 2px solid #fff;
  max-width: 65px;
}
.abt-img-color {
  background-color: #dfdbea;
}
.sliderbox-sec {
  position: absolute;
  top: 25%;
  left: 15%;
  right: auto;
  transform: translateY(-50%);
}
.rating-box {
  width: 71%;
  position: absolute;
  right: 60%;
  top: 80%;
  bottom: auto;
  left: auto;
  background: #2a2a2a;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 43px;
}
.customer-review {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  font-family: "Unbounded", sans-serif;
}
span.total-customer-review{
  color: #bbb;
  font-size: 16px;
}
#slider-cat .text-content .slider-text{
  font-size: 16px;
  font-weight: 700;
  color: var(--first-theme-color);
}
.owl-carousel{
  display: block !important;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
/* = product css
-------------------------------------- */
#service_section h2{
  font-size: 38px;
  color: #fff;
}
#service_section .experience-detail{
  font-size: 16px;
  color: #bbb;
}
#service_section .abt-btn .contact-us.btn1 a, #service_section .abt-btn .contact-us.btn2 a{
  padding: 6px 17px 6px 9px;
  font-weight: 600;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
}
#service_section .abt-btn a i{
  background-color: #111;
  display: inline-block;
  border-radius: 50%;
  font-size: 15px;
  padding: 10px;
  height: 36px;
  width: 36px;
}
#service_section .abt-btn .contact-us.btn1 a i{
  color:var(--first-theme-color);
}
#service_section .abt-btn .contact-us.btn2 a i{
  color:#888;
}
#service_section .abt-btn .contact-us.btn1 a, #service_section .abt-btn .contact-us.btn2 a:hover{
  background: var(--first-theme-color);
  color: #111;
}
#service_section .abt-btn .contact-us.btn2 a, #service_section .abt-btn .contact-us.btn1 a:hover{
  background: #888;
  color: #111;
}
#service_section .abt-btn .contact-us.btn1 a:hover i, #service_section .abt-btn .contact-us.btn2 a:hover i{
  color:#888;
}
#service_section .abt-btn .contact-us.btn2 a:hover i{
  color:var(--first-theme-color);
}
#service_section .main-courses-box .exper-year{
  font-size: 18px;
  color: #bbb;
}
#service_section .main-courses-box h3.course-name{
  font-size: 20px;
  color: #fff;
}
#service_section .main-courses-box .university-name{
  font-size: 16px;
  color: #bbb;
}
/*design css*/
#service_section .course-border.class-course-1.class-with-border {
    border-top: 2px dotted #888;
    border-right: 2px dotted #888;
}
#service_section .course-border.class-course-2.class-with-border, 
#service_section .course-border.class-course-3.class-with-border, 
#service_section .course-border.class-course-5.class-with-border, 
#service_section .course-border.class-course-6.class-with-border, 
#service_section .course-border.class-course-7.class-with-border{
  border-bottom: 2px dotted #888;
}
#service_section .course-border.class-course-3.class-with-border, 
#service_section .course-border.class-course-7.class-with-border{
  border-right: 2px dotted #888;
}
#service_section .course-border {
    position: relative; 
}
#service_section .course-border.class-with-border::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px; 
    border-radius: 50%; 
    background: #111;
    border: 2px dotted #888; 
}
#service_section .course-border.class-course-1.class-with-border::before{
    top: -6%; 
    left: 5%; 
}
#service_section .course-border.class-course-2.class-with-border::before{
  top: 15%;
  left: -3%;
}
#service_section .course-border.class-course-3.class-with-border::before{
  bottom:-6%;
  left: 0;
}
#service_section .course-border.class-course-4.class-with-border::before{
  top: 15%;
  left: -3%;
}
#service_section .course-border.class-course-5.class-with-border::before,
 #service_section .course-border.class-course-6.class-with-border::before,
  #service_section .course-border.class-course-7.class-with-border::before {
  bottom:-6%;
  left: 5%; 
}
#service_section .course-border.class-course-8.class-with-border::before{
  top: 25%;
  left: -3%;
}


/* = 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: #111;
  border: 2px solid var(--first-theme-color);
}
.postsec-list .entry-content p{
  color: #111 !important;
}
.contentsecwrap{
  padding:35px 0;
  clear: both;
}
.contentsecwrap p{
  margin-bottom:20px;
}
.type-page .entry-content p {
  color: #fff;
}
#sidebar aside.widget{
  padding: 20px;
  border-radius: 5px;
}
.listarticle{
  border-radius: 5px;
}
.listarticle h2 a{
  color: #000000;
  font-size: 30px;
  text-decoration: none;
  word-wrap: break-word;
}
.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: #888;
  color: #111 !important;
  padding:10px 15px;
  text-decoration: none;
}
span.page-numbers.current, .nav-links .page-numbers:hover{
  background-color: var(--first-theme-color);
  color: #111;
}

/* 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: #111;
}
input.search-submit{
  background-color: var(--first-theme-color);
  color: #111;
  border:none;
  padding: 16px 20px !important;
}
.widget-area .widget::after,
.widget-area .widget::before {
    clear: both;
    content: "";
    display: table;
}
#sidebar .widget-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
}
 .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: #000000;
}
#sidebar ul li::before {
  color: var(--first-theme-color) !important;
  content: "\f192";
  display: inline-block;
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  font-size: 7px;
  left: 0;
  position: absolute;
  top: 6px;
  margin-left: 2px;
}
#sidebar .widget a,
#sidebar .widget a:visited {
  color: #000000;
  text-decoration: none;
}
#sidebar .widget a:active {
  color: var(--first-theme-color);
}
#sidebar .widget a:hover{
  color: #000000 !important;
}
#sidebar .widget {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 4px #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{
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
#sidebar .wp-block-search__inside-wrapper .wp-block-search__button{
  background-color: var(--first-theme-color);
 }
/*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: #111;
}
.page .page-links a{
  color: #000 !important;
  text-decoration: none;
  font-size:15px;
}
.page-links .post-page-numbers.current, .page-links a:hover{
  background-color: #000000;
  color:#fff !important;
}
.page-links .post-page-numbers.current{
  color: #fff !important;
}
/*calendar widget*/
#wp-calendar a{
  color: #000 !important;
}
.widget_calendar {
    text-align: center;
}
.widget_calendar caption {
    background: var(--first-theme-color) none repeat scroll 0 0;
    color: #111;
    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: #111;
}
.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%;
}
.search-form .search-submit:focus {
    box-shadow: inherit;
    outline: none;
}
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;
}
td{
  color: #fff;
}
#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: #111 !important;
}
/*footer*/
#footer ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#footer ul li {
  font-size: 15px;
  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 7 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 4px #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: #111;
}
#footer{
  background-color: #000000;
  color: #ffffff;
}
#footer h1, #footer h2,#footer h3,#footer h4,#footer h5,#footer h6 {
  color: #fff;
}
.ftr-4-box{
  width:21%;
  float:left;
  margin:0 4% 2% 0;
  box-sizing:border-box;
  padding:20px;
}
.widget-column-4 {
  margin-right:0px !important;
}
.ftr-4-box h5{
  font-size:28px;
  color:var(--first-theme-color);
  margin-bottom:0;
  border-bottom:1px solid #000000;
  padding-bottom:20px;
}
.ftr-4-box h5 span{
  font-weight:300;
  color: #3dd4e5;
}
.ftr-4-box ul{
  margin:0;
  padding:0;
  list-style:inside disc;
}
.ftr-4-box ul li {
  display:block;
  padding:6px 0;
  border-bottom:1px solid #000000;
}
.ftr-4-box ul li a,.ftr-4-box a.readmore span {
  color:#ffffff;
}
.ftr-4-box p{
  margin-bottom:15px;
}
.copywrap {
  font-size: 18px;
  padding: 14px 10px !important;
  background-color: var(--first-theme-color);
}
.copywrap p, .copywrap p a{
  color:#111 !important;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
}
#footer .copywrap a:hover{
  color:#000000;
}
.footer-widget .widget{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.footer-widget .widget_calendar h3{
  text-align: left;
}
.entry-content .tags a{
  color:#fff !important;
}
li.wc-block-grid__product {
  max-width: 23% !important;
}
.copywrap .copywrap-info{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.copywrap .copywrap-info.center-content {
  justify-content: center;
  text-align: center;
}
.footer-social a i{
  color: #000;
}
/* Mobile Portrait View */
@media screen and (max-width: 1000px){
  p.site-title a, h1.site-title a{
    font-size: 23px;
  }
  .main-nav ul ul, .main-nav .sub-menu{
    opacity: 1;
  }
  .page-template-template-home-page .main-nav .current_page_item a{
    color: #fff;
  }
  .main-nav .current_page_item a::before{
    content: none;
  }
  .logo span.site-description{
    font-size: 12px;
  }
  .page-template-template-home-page .main-nav a,.main-nav ul.sub-menu li a{
    color: #fff !important;
  }
  .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 {
    font-weight: 600;
    border: none;
    margin: 10px 0;
    color: #111;
    display: inline-block;
    background-color: var(--first-theme-color);
    border-radius: 30px;
  }
  .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: #000;
    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 !important; padding: 10px !important;}
  .sidenav #site-navigation {
    width: 100%; 
    margin-top: 45px;
  }
  .toggle-nav span{
    font-size:30px; cursor:pointer; text-align: right;
  }
  .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 !important;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:#000000;
  }
  .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;
  }
  #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;
  }
  .page-template-template-home-page .main-nav .current_page_item a, .main-nav .current_page_item a, .main-nav .current_page_item a:hover{
    background:none;
  }
  .header .contact-us a, .customer-no, #slider-cat .sliderbtn a{
    font-size: 12px;
  }
  .header .contact-us a i, #slider-cat .sliderbtn a i{
    font-size: 10px;
    padding: 8px 11px;
  }
  .centers-text{
    font-size: 10px;
  }
  .customer-counter i{
    font-size: 12px;
    padding: 13px;
  }
  #service_section h2{
    font-size: 25px;
  }
  #service_section .abt-btn a i{
    font-size: 12px;
    padding: 5px;
  }
  #service_section .abt-btn a, #service_section .experience-detail, #service_section .main-courses-box .university-name{
    font-size: 11px;
  }
  #service_section .main-courses-box .exper-year{
    font-size: 12px;
  }
  #service_section .main-courses-box h3.course-name{
    font-size: 13px;
  }
  .page-template-template-home-page .mainhead, .mainhead {
    background: var(--first-theme-color) !important;
    padding: 10px 0;
  }
  .page-template-template-home-page .mainhead .contact-us a, .mainhead .contact-us a{
    color: #000;
  }
  .page-template-template-home-page .mainhead .contact-us, .mainhead .contact-us{
    border: 2px solid #000;
    padding: 10px 0;
    border-radius: 30px;
    text-align: center !important; 
  } 
}
@media screen and (max-width: 767px) {
  .wpcf7 input[type="text"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="email"],
  .wpcf7 textarea {
    width: 100%;
  }
  .ftr-4-box{
    width: 100%;
  }
  .boxlayout{
    width: 270px;
  }
  .admin-bar .page-template-template-home-page .header.sticky-head, .admin-bar .sticky-head{
    top:0;
  }
  .logo, .toggle-nav, .slide-btn {
   text-align: center;
  }
  .page-template-template-home-page .product-cart .cart-count{
    background-color: #000;
  }
  .sidenav .close-button{
    margin-bottom: 20px !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;
  }
  .page-template-template-home-page.admin-bar .sidenav{
    margin-top: 44px;
  }
  .header.main.sticky-head{
    position: static;
    box-shadow:none;
  }
  .header.main.sticky-head, #slider-cat .text-content.sliderbox, .sliderbox-sec{
    position: static;
    transform: none;
  }
  .toggle-nav button{
    font-size: 13px;
    padding: 10px 22px;
  }
  #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: 0.7;
  }
  #slider-cat .sliderbox{
    left: 0;
    right: 0;
    top: 36%;
    padding: 5px 18px;
  }
  #slider-cat::after{
    content: none;
  }
  .page-template-template-home-page .header{
    position: static;
    background-color: var(--first-theme-color);
  }
  .toggle-nav button{
    background-color: #111;
    color: #fff;
  }
  .rating-box{
    width: 100%;
    position: static;
  }
  p.site-title a, h1.site-title a, .page-template-template-home-page .logo span.site-description{
    color: #111;
  }
  .page-template-template-home-page p.site-title a, .page-template-template-home-page h1.site-title a{
    color: #111;
  }
  .imagebox img{
    height: 350px !important;
  }
  .page-template-template-home-page .header .contact-us a{
    background-color: #111;
    color: #fff;
  }
  .page-template-template-home-page .header .contact-us a i{
    background-color: #fff;
    color: #111;
  }
  .imagebox img, .imagebox .slider-img-color {
    width: 250px !important;
    height: 300px !important;
  }
  #slider-cat .slider-img-col{
    padding: 1em;
  }
  #slider-cat .slider-img-col{
    display: block;
    text-align: center;
  }
  .main-courses-box{
    padding: 5px !important;
  }
  #service_section .course-border.class-course-1.class-with-border, 
  #service_section .course-border.class-course-2.class-with-border, 
  #service_section .course-border.class-course-3.class-with-border,
   #service_section .course-border.class-course-5.class-with-border, 
   #service_section .course-border.class-course-6.class-with-border, 
   #service_section .course-border.class-course-7.class-with-border,
   #service_section .course-border.class-course-8.class-with-border{
    border:none;
  }
  #service_section .course-border.class-with-border::before{
    content: none;
  }
  .copywrap .copywrap-info{
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .copywrap .copywrap-info p,
  .copywrap .footer-social {
    flex: 1 1 100%; 
    justify-content: center;
    align-items: center;
  }
  .copywrap .footer-social{
    margin-top: 10px;
  }
}
@media screen and (max-width: 720px) {
  .header-fixed {
      top:0;
  }
}
@media screen and (min-width: 601px) and (max-width: 782px) {
  body.page-template-template-home-page.admin-bar .header-fixed, body.admin-bar .header-fixed {
    margin-top: 30px !important;
  }
  .header-fixed {
    top:0;
  }
  li.wc-block-grid__product{
    max-width: 47% !important;
    float: left;
    clear: both;
    margin: 0 1% 2.992em;
    flex: 1 0 48% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #sidebar .wp-block-search__label,#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6{
    font-size: 22px;
  }
  #sidebar .wp-block-search__inside-wrapper{
    flex-wrap: wrap;
  }
  #sidebar form .wp-block-search__button{
      width: 100%;
      margin-left: 0 !important;
      border-radius: 0 !important;
      margin-top: 5px;
      padding: 10px;
  }
  .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:42px;
  }
  .boxlayout{
    width: 650px;
  }
  .ftr-4-box{
    width: 28%;
  }
  tr.wc-block-cart-items__row {
    gap: 1em;
  }
  li.wc-block-grid__product{
    max-width: 47% !important;
    float: left;
    clear: both;
    margin: 0 1% 2.992em;
    flex: 1 0 48% !important;
  }
  .toggle-nav button{
    font-size: 17px;
    padding: 10px 25px;
    color: #fff;
    background-color: #111;
  }
  .page-template-template-home-page .header .toggle-nav button{
    background: var(--first-theme-color);
    color: #111;
  }
  #slider-cat .text-content h1 a{
    font-size: 22px;
  }
  #slider-cat .text-content h1{
    line-height: 1;
  }
  #slider-cat .text-content p{
    font-size: 10px;
  }
  #slider-cat .text-content.sliderbox{
    top: 23%;
  }
  .rating-box{
    width: 100%;
  }
  span.total-customer-review{
    font-size: 12px;
  }
  .imagebox img, .imagebox .slider-img-color{
    width: 270px !important;
    height: 600px !important;
  }
  #service_section .course-border.class-with-border::before{
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1110px) {
  .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;
  }
  .rating-box{
    width: 100%;
  }
  span.total-customer-review{
    font-size: 12px;
  }
  .imagebox img, .imagebox .slider-img-color{
    width: 400px !important;
  }
  .header .contact-us a {
    font-size: 10px;
  }
  .header .contact-us a i{
    font-size: 10px;
    padding: 9px 11px;
  }
  #slider-cat .text-content h1 a{
    font-size: 30px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1200px){
  .imagebox img, .imagebox .slider-img-color{
    width: 450px !important;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1450px){
  .imagebox img, .imagebox .slider-img-color{
    width: 580px !important;
  }
}
@media screen and (max-width: 320px){
  .woocommerce ul.products li{
    width: 100% !important;
  }
}
@media screen and (min-width:1700px) and (max-width:1900px){
  .container{
    max-width: 1520px;
  }
}
@media screen and (min-width:1920px) {
  .container{
    max-width: 1620px;
  }
}