a
{
	color:#1e1e2a;
}
a:hover
{
	color:#EB3648;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 5px;
}
.alignleft {
    float: left;
    clear: both;
    margin-right: 10px;
    margin-bottom: 10px;
}
.alignright {
    float: right;
    clear: both;
    margin-left: 10px;
    margin-bottom: 10px;
}
blockquote {
  position: relative;
  display: block;
  background: #f6f6f6;
  text-align: left;
  margin: 0px;
  padding: 51px 20px 52px 20px;
  border-left: 5px solid #e56b7c;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
}
table, th, td {
    border: 1px solid rgba(51, 51, 51, 0.1);
}
th, td {
    padding: 0.3em;
    text-align: center;
}
.fixed_height .upper-box h3 {
	min-height: 65px;
}
.comment-box .comment-respond {
    margin-bottom: 24px;
}
.gallery-caption {
  display: block;
}
.bypostauthor {
	display: block;
}
/* Widget Calander */
.wp-calendar-table
{
	width: 100%;
}
.wp-calendar-table caption
{
	color:#EB3648;
}
.wp-calendar-table th
{
	color:white;
	background: #EB3648!important;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.wp-calendar-table td
{
	border:2px solid #f2f2f2;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.wp-calendar-table td a
{
	color: #EB3648;
}
.wp-calendar-table #today , .wp-calendar-table #today a
{
	background:#EB3648;
	color:white;
}

.widget_calendar nav a
{
	padding-top:10px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;
	background:white;
}
.widget_calendar nav a:hover
{
	color:#EB3648;
}

.post-nav-links
{
	padding:20px 0px;
}

.post-nav-links *
{
	color:#9CA3A9;
	padding:5px 15px;
	border:1px solid #ECEEEF;
	border-radius: 5px;
}
.post-nav-links a:hover
{
	color:white!important;
	background:#EB3648;
	border:1px solid #EB3648;
}
.post-nav-links .current
{
	color:white!important;
	background:#EB3648;
	border:1px solid #EB3648;
}

.nice-select
{
	float:unset;
}

.nice-select .list
{
	width:100%;
}

.widget_recent_entries li
{
	padding: 15px 25px;
	border:1px solid #f2f2f2;
}
.widget_recent_entries a
{
	font-size:18px;
	font-weight: 700;
	line-height: 28px;
}
.widget_recent_entries span
{
	display: block;
	color:#EB3648;
}
.widget_recent_entries span::before
{
	content: "\f133 ";
	font-family: 'Font Awesome 5 Free';
	color:#EB3648;
	padding-right:10px;
}

.widget_archive li
{
	display: flex;
    justify-content: space-between;
}

.widget_archive .select-box
{
	height:unset!important;
}

.widget_nav_menu li
{
	transition:0.5s;
	padding-left:15px;
	border-left:0px solid #f2f2f2;
}
.widget_nav_menu li:before
{
	content: "\f112";
	font-family: 'Flaticon';
	color:#f25743;
	font-size:12px;
	padding-right:10px;
}
.wp-block-search
{
	margin:10px 0px;
}
.wp-block-search input
{
	padding:15px;
	border:1px solid #E3E3E3;
	flex-grow:3!important;
	max-width:unset!important;
	border-radius: 5px 0px 0px 5px;
}
.wp-block-search input:focus
{
	flex-grow:5!important;
	border:1px solid #EB3648;
}

.wp-block-search input:focus + button
{
	background: #EB3648!important;
}

.wp-block-search button:before
{
	content: "\f136";
	font-family: 'Flaticon';
	padding-right:10px;
}
.wp-block-search button
{
	transition:0.5s;
	color:white;
	padding:10px 20px;
	border:none;
	background: #1E1E2A;
	margin-left:0px!important;
	flex-grow: 1;
	border-radius: 0px 5px 5px 0px;
}
.wp-block-search button:hover
{
	background: #EB3648;
}

.protected-post-form input {
  max-width: 210px !important;
  width: 100%;
}

.protected-post-form button.theme-btn {
  max-width: 120px !important;
  float: left !important;
  background: #332c2c;
  border-radius: 4px !important;
}

.protected-post-form .form input
{
	padding:15px;
	flex-grow:2;
	border:1px solid #E3E3E3;
  margin-right: 10px;
  margin-bottom: 10px;
	border-radius: 5px 0px 0px 5px;
}
.protected-post-form .form button
{
	flex-grow:1;
	border-radius: 0px;
	border-radius: 0px 5px 5px 0px;
}

.protected-post-form .form input:focus
{
	flex-grow:4;
	border:1px solid #EB3648;
}

.grid-sticky .inner-box
{
	overflow: hidden;
}



.grid-sticky .inner-box:before
{
  transition: 0.5s;
	content: "\f276";
	font-size: 24px;
	padding:10px 30px;
	position:absolute;
	z-index:99;
	color:white;
	background: #da2c45;
	border-radius: 0px 0px 15px 0px;
	box-shadow: 0px 0px 20px #b5b5b5;
	right: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.post-btn .btn-box .image-box img
{
	height: 100%;
	object-fit: cover;
}

/* default Widget Section */


.wp-block-calendar nav a
{
	padding:10px 20px;
	background:#f2f2f2;
	text-decoration: unset;
}

.wp-block-categories-list li, .wp-block-latest-posts li
{
	transition:0.5s;
	padding-left:15px;
	border-left:0px solid #f2f2f2;
}
.wp-block-categories-list li:before, .wp-block-latest-posts li:before
{
	content: "\f112";
	font-family: 'Flaticon';
	color:#f25743;
	font-size:12px;
	padding-right:10px;
}
.wp-block-tag-cloud
{
	transition:1s;
	display: flex;
	flex-wrap: wrap;
}
.wp-block-tag-cloud a
{
  margin-right: 5px;
  margin-bottom: 9px;
  box-shadow: 0px 0px 10px rgb(0,0,0,0.05);
  padding: 16px 25px;
  display: inline-block;
}
.wp-block-tag-cloud a:hover
{
	color: white;
	background:#EB3648;
}

/* Comment Section Children */

.comment-box ol .children
{
	padding-left:40px;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: 100%;
}
@media screen and (min-width: 30em) {
    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }
}
.gallery-columns-2 .gallery-item {
    max-width: 100%;
    width: 50%;
}
@media screen and (min-width: 30em) {
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
}
.gallery-columns-3 .gallery-item {
    max-width: 100%;
    width: 33.33%;
}
@media screen and (min-width: 30em) {
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
}
.gallery-columns-4>.gallery-item {
    max-width: 100%;
    width: 25%;
}
@media screen and (min-width: 30em) {
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}
.gallery-columns-5 .gallery-item {
    max-width: 100%;
    width: 20%;
}
@media screen and (min-width: 48em) {
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
}
.gallery-columns-6 .gallery-item {
    max-width: 100%;
    width: 16.66%;
}
@media screen and (min-width: 48em) {
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
}
.gallery-columns-7 .gallery-item {
    max-width: 100%;
    width: 14.28%;
}
@media screen and (min-width: 48em) {
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
}
.gallery-columns-8 .gallery-item {
    max-width: 100%;
    width: 12.5%;
}
@media screen and (min-width: 48em) {
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
}
.gallery-columns-9 .gallery-item {
    max-width: 100%;
    width: 11.11%;
}
@media screen and (min-width: 48em) {
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}

.main-footer .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
}
.main-menu .navigation .megamenu > .dropdown {
	display: none !important;
    width: 100% !important;
	padding: 30px 50px !important;
	left: 0;
	z-index: 0;
	visibility: hidden;
}
.main-menu .navigation .megamenu > .dropdown .dropdown {
	opacity: 1 !important;
    visibility: visible !important;
    position: static;
    top: 0;
    border-top: 0;
	box-shadow: none;
	width: 100%;
	right: unset;
	transform: unset;
}
.main-menu .navigation .megamenu > .dropdown .dropdown:before,
.main-menu .navigation .megamenu > .dropdown .dropdown:after {
	display: none;
}
.main-menu .navigation .megamenu > .dropdown .dropdown li { 
    padding: 0;
}
.main-menu .navigation .megamenu:hover > .dropdown {
	z-index: 1;
	visibility: visible !important;
	display: flex !important;
}
.woocommerce .products .star-rating {
    margin: 0;
}
.product_meta > span {
    display: block;
}
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 80px;
}
.woocommerce .cart-collaterals .cart_totals h2 {
    margin-bottom: 20px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
    width: 50%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #e3e3e3;
    height: 50px;
    width: 100%;
    padding: 20px;
}
.woocommerce form .form-row span.woocommerce-input-wrapper {
    width: 100%;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e3e3e3;
    height: 50px;
    border-radius: 0%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 10px;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    height: 150px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    margin: 0 -15px;
    margin-bottom: 30px;
}
ul.products li.product .tinvwl_add_to_wishlist_button {
    margin-top: 0;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: auto;
    height: auto;
    vertical-align: middle;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
	position: unset;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    margin-top: 0;
    margin-left: 0;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
	font-size: 28px;
}
.quantity.quentity-box {
    margin-right: 30px !important;
}
.product_meta {
    margin-bottom: 45px;
}
.woocommerce-page div.product div.images {
    width: 100%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 0;
}
input#woocommerce-product-search-field-0 {
    border: 1px solid #e3e3e3;
    height: 36px;
    padding-left: 4px;
}
.woocommerce-product-search button {
    background: #1e1e2a;
    color: #fff;
    padding: 3px 6px;
}
.woocommerce ul.product_list_widget li {
	margin-bottom: 26px;
	padding: 0;
}
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 20px;
    width: 80px;
    border: 1px solid #e3e3e3;
    transition: all 500ms ease;
}
.quentity-box .quantity-spinner::-webkit-outer-spin-button,
.quentity-box .quantity-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #fff;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0;
    padding: 0;
    color: #fff;
}
.tinv-wishlist.woocommerce.tinv-wishlist-clear {
    padding: 120px 0px 120px 0px;
}
.tinvwl-input-group .form-control {
    line-height: unset;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
	background-color: #1e1e2a;
	color: #fff;
    transition: all 300ms ease;
    padding: 1em 1em;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    color: #fff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    color: #fff;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: unset !important;
    display: block;
    width: 100%;
    padding: 1em 1em;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    width: 100%;
    margin-top: 5px;
    padding: 1em 1em;
}
.page-content > .woocommerce {
	padding: 120px 0px 120px 0px;
}
.woocommerce div.product form.cart .variations .value {
    margin-bottom: 10px;
}
.default-sidebar .widget_search {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
}
.page-content-unittest ul,
.page-content-unittest li {
	list-style: unset;
}
.page-content-unittest ul,
.page-content-unittest ol{
	padding-inline-start: 30px;
}
.page-content-unittest p {
	margin-bottom: 10px;
}
.blog-details-content ul,
.blog-details-content li{
	list-style: unset;
}
.blog-details-content ul,
.blog-details-content ol{
	padding-inline-start: 25px;
}
.blog-details-content .news-block-three .inner-box .lower-content .text h3+h4{
	padding: 0;
}
.blog-details-content .news-block-three .inner-box .lower-content .text h3+h4:before {
	display: none;
}
.page-links {
    clear: both;
}
.blog-details-content .news-block-three .inner-box .lower-content .text {
    overflow: hidden;
}
.wp-block-button {
    margin-bottom: 10px;
}
.comments-area .comment.yes-ping {
    padding: 35px 30px 16px 40px;
    padding-left: 0;
    padding-right: 0;
}
ul.post-info.clearfix {
    padding-left: 0;
}
.blog-details-content .post-share-option .post-tags {
    padding-left: 0;	
}
ul.list-item.clearfix {
    padding-left: 0;
}
img#__lpform_your-name_icon {
    display: none;
}
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
}
.margin-auto {
    margin: 0 auto;
}

.widget_recent_comments ul li,
.widget_rss ul li {
    margin-bottom: 10px;
}
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_rss ul li:last-child {
    margin-bottom: 0;
}
.sticky-header figure.logo {
    z-index: 1;
    position: relative;
}
.product-block-one .inner-box .image-box .content-box.width-less li {
    width: 50%;
}
.repair-section.sec-pad .inner-content {
    margin-top: 0;
}
p.comment-form-cookies-consent {
    display: flex;
    line-height: 14px;
}
input#wp-comment-cookies-consent {
    margin-right: 5px;
}
.page-content h2+h3 {
    font-size: 1.6rem;
}
.blog-details-content .news-block-three .inner-box .lower-content .text h3+h4 {
    font-size: 22px;
}
.brochure-section div.wpcf7 .ajax-loader {
    display: none;
}
.woocommerce-cart-form .item-quantity .input-group {
    margin: 0 auto;
}
.woocommerce-cart-form .quantity.quentity-box {
    margin-right: 0px !important;
}
.comment-form p.form-submit {
  margin-top: 10px;
}

/*  Theme Responsive Css */
@media only screen and (max-width: 1599px){
  .feature-block-four .inner-box{
    padding: 60px 30px;
  }

}
@media only screen and (max-width: 1200px){

  .main-header .header-lower .menu-right-content{
    padding: 0px;
    margin: 35px 0px 0px 0px;
  }

  .rtl .main-header.style-one .header-lower .menu-right-content{
    padding: 0px;
    margin: 35px 0px 0px 0px;
  }

  .main-header.style-one .header-lower .menu-right-content:before{
    display: none;
  }

  .main-header.style-two .header-lower .menu-right-content .btn-box{
    margin-left: 30px;
  }

  .rtl .main-header.style-two .header-lower .menu-right-content .btn-box{
    margin-right: 30px;
  }

  .about-style-two .content-box{
    margin-right: 0px;
  }

  .rtl #content_block_three .content-box{
    margin-left: 0px;
  }

  #image_block_two .image-box .content-box{
    left: 0px;
  }

  .rtl #image_block_two .image-box .content-box{
    right: 0px;
  }

  .our-mission .content-box{
    margin-right: 0px;
  }

  .rtl .our-mission .content-box{
    margin-left: 0px;
  }

  .view-plans .inner-container .text{
    float: none;
    display: block;
    margin-bottom: 15px;
  }

  .view-plans .inner-container .btn-box{
    float: none;
    display: block;
    margin: 0px;
  }

  .rtl .view-plans .inner-container .btn-box{
    float: right;
  }

  #content_block_six .tab-btn-box .tab-btns li{
    margin-right: 20px;
  }

  .main-header.style-three .header-lower .logo-box{
    float: none;
    display: block;
    text-align: center;
  }

  .main-header.style-three .menu-area{
    float: none;
  }

  .main-header.style-three .header-lower .menu-right-content{
    float: right;
  }

  .intro-section .upper-content .single-item .inner-box{
    padding: 48px 30px 54px 30px;
  }

  .main-header.style-three .sticky-header .menu-area{
    float: right;
  }

  .rtl .main-header.style-three .sticky-header .menu-area{
    float: left;
  }

  .service-style-three .upper-box .btn-box{
    position: relative;
    top: 0px;
  }

  .project-style-two .owl-dots{
    right: 0px;
  }

  .pricing-section .tab-btn-box{
    position: relative;
    text-align: center;
    top: 0px;
    margin-top: 30px;
  }

  .news-style-three .upper-box .btn-box{
    position: relative;
    top: 0px;
  }

  .main-footer .links-widget.ml-70{
    margin-left: 30px;
  }

  .main-header.style-four .header-lower .menu-right-content{
    padding-left: 10px;
  }

  .funfact-style-three #content_block_12 .content-box{
    margin-right: 0px;
  }

  .rtl .funfact-style-three #content_block_12 .content-box{
    margin-left: 0px;
  }

  .cta-style-two .sec-title-two,
  .cta-style-two .inner-box .btn-box{
    float: none;
    display: block;
  }

  .rtl .cta-style-two .inner-box .btn-box{
    float: right;
  }

  .main-header.style-five .header-top .top-inner{
    padding: 40px 25px 34px 25px;
  }

  .feature-block-four{
    width: 50%;
  }

  .service-style-five .tabs-box .tab-btn-box .tab-btns li{
    padding-right: 30px;
  }

  .service-details .service-sidebar{
    margin-left: 0px;
  }

  .rtl .service-details .service-sidebar{
    margin-right: 0px;
  }

  .service-details-content{
    margin-right: 0px;
  }

  .rtl .service-details-content{
    margin-left: 0px;
  }

  #content_block_two .content-box .single-progress-box{
    max-width: 100%;
    margin-bottom: 15px;
  }

  .news-block-four .inner-box{
    padding: 80px 60px;
  }

  .main-header.one-page .main-menu .navigation > li > a{
    padding-right: 0px;
  }

  .protect-form .inner-box{
    padding: 60px 100px;
  }

  .rtl .service-style-three .upper-box .btn-box{
    text-align: right;
  }

  .rtl .news-style-three .upper-box .btn-box{
    text-align: right;
  }

  .main-header .header-lower .menu-right-content{
    margin-left: 20px;
  }

  .rtl .main-header.style-one .header-lower .menu-right-content{
    margin-right: 20px;
  }


}



@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}



@media only screen and (max-width: 991px){

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    margin-top: 42px;
    padding: 10px;
  }

  .mobile-menu .navigation > li.dropdown > .megamenu li h4{
    display: none;
  }

  .main-header.style-one .menu-area .mobile-nav-toggler .icon-bar{
    background: #fff;
  }

  .feature-block-one .inner-box{
    margin-bottom: 140px;
  }

  .about-section .video-inner{
    margin: 0px 0px 50px 0px !important;
  }

  .title-box .sec-title{
    text-align: center !important;
  }

  .title-box .text{
    padding: 0px;
    text-align: center;
  }

  .service-block-one .inner-box{
    border-bottom: none !important;
  }

  .project-block-one .inner-box .lower-content{
    padding: 30px 30px;
  }

  #image_block_one .image-box .pattern-layer{
    display: none;
  }

  .annual-stats #image_block_one .image-box{
    margin: 0px !important;
  }

  .support-section .inner-container .info-inner{
    margin: 0px !important;
  }

  .title-box .sec-title{
    padding: 0px !important;
  }

  .title-box .sec-title:before{
    display: none;
  }

  .news-block-one .inner-box{
    margin-bottom: 30px;
  }

  .cta-section .title{
    float: none;
    display: block;
    margin: 0px 0px 15px 0px;
  }

  .cta-section .btn-box{
    float: none;
    display: block;
  }

  .fun-fact .counter-column:before{
    display: none;
  }

  .counter-block-one{
    margin: 15px 0px;
  }

  .main-footer .widget-section .footer-widget{
    margin: 0px 0px 30px 0px !important;
  }

  .main-footer .footer-top{
    padding-bottom: 63px;
  }

  .news-section{
    padding-bottom: 70px;
  }

  .feature-section{
    padding-bottom: 50px !important;
  }

  #content_block_two .content-box{
    padding-bottom: 50px;
  }

  .main-header.style-two .logo-box{
    display: block;
    float: none !important;
    text-align: center;
    margin-bottom: 30px;
  }

  .main-header.style-two .header-upper .info-box{
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .main-header.style-two .header-upper .info-box .info-list li{
    margin-right: 15px;
  }

  .main-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
    background: #fff;
  }

  .main-header.style-two .menu-area .mobile-nav-toggler{
    margin-top: 20px;
  }

  .main-header.style-two .header-lower .menu-right-content{
    float: left;
  }

  .main-header.style-two .header-lower .menu-right-content .btn-box{
    float: left;
    margin-left: 0px;
  }

  .main-header.style-two .header-lower .outer-box .menu-area{
    padding-left: 0px;
  }

  .main-header.style-two .header-lower .menu-right-content .search-btn{
    padding: 20px 0px 0px 30px !important;
    margin: 0px !important;
  }

  .rtl .main-header.style-two .header-lower .menu-right-content .btn-box{
    margin-right: 0px;
  }

  .main-header.style-two .header-lower .menu-right-content .search-btn:before{
    display: none;
  }

  .rtl .main-header.style-two .header-lower .outer-box .menu-area{
    padding-right: 0px;
  }

  .feature-block-two .inner-box{
    margin-bottom: 72px;
  }

  .our-mission .content-box{
    margin-bottom: 30px;
  }

  .policy-section #content_block_five .content-box{
    margin: 0px 0px 30px 0px !important;
  }

  .main-header.style-three .header-lower .menu-right-content{
    float: left;
    margin-left: 0px;
    padding-left: 0px;
  }

  .main-header.style-three .menu-area .mobile-nav-toggler .icon-bar{
    background: #222;
  }

  .main-header.style-three .header-lower .outer-box{
    padding-bottom: 20px;
  }

  .main-header.style-three .menu-area .mobile-nav-toggler{
    margin-top: 50px;
  }

  .intro-section .upper-content .single-item .inner-box:before{
    display: none;
  }

  .info-style-two #video_block_two .video-content{
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .rtl .info-style-two #video_block_two .video-content{
    margin-left: 0px;
  }

  .service-style-three .upper-box .title-inner .sec-title{
    width: 100%;
  }

  .service-style-three .upper-box .title-inner .text{
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
  }

  .counter-block-two{
    margin: 15px 0px;
  }

  .chart-section #content_block_eight .content-box{
    margin: 0px 0px 30px 0px;
  }

  .chart-section .chart-box{
    margin-left: 0px;
  }

  .pricing-section .upper-box .title-inner .sec-title{
    width: 100%;
  }

  .pricing-section .upper-box .title-inner .text{
    padding-left: 0px;
    width: 100%;
  }

  .pricing-section .upper-box .title-inner .text:before{
    display: none;
  }

  .pricing-block-one .pricing-table{
    margin-bottom: 30px;
  }

  .pricing-section{
    padding-bottom: 70px;
  }

  .contact-section:before{
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(24,12,84,0.9) 100%);
  }

  .news-style-three .upper-box .title-inner .sec-title{
    width: 100%;
  }

  .news-style-three .upper-box .title-inner .text{
    padding-left: 0px;
    margin: 0px;
    width: 100%;
    margin-bottom: 15px;
  }

  .news-style-three .pattern-layer{
    display: none;
  }

  .main-footer .footer-upper .upper-inner .text{
    float: none;
    display: block;
    margin-bottom: 15px;
  }

  .main-footer .footer-upper .upper-inner .btn-box{
    margin: 0px;
    float: none;
    display: block;
  }

  .rtl .main-footer.alternet-3 .footer-upper .upper-inner .btn-box{
    float: right;
  }

  .feature-block-three .inner-box:before{
    display: none;
  }

  .feature-block-three .inner-box{
    margin-bottom: 30px;
  }

  #image_block_three .image-box{
    margin-right: 0px;
  }

  .rtl #image_block_three .image-box{
    margin-left: 0px;
  }

  .working-block-one{
    margin: 15px 0px;
  }

  .skills-section .image-box{
    margin: 0px 0px 30px 0px;
  }

  .rtl .skills-section .image-box{
    margin-left: 0px;
  }

  .sec-title-two h2:before{
    display: none;
  }

  .skills-section #content_block_13 .content-box{
    margin: 0px !important;
  }

  .main-header.style-five .logo-box{
    float: none !important;
    display: block !important;
    text-align: center !important;
    margin-bottom: 15px !important;
  }

  .main-header.style-five .header-top .top-inner .info-box{
    float: none;
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
  }

  .main-header.style-five .header-lower .menu-right-content:before{
    display: none;
  }

  .main-header.style-five .menu-area .mobile-nav-toggler{
    margin-top: 20px;
  }

  .main-header.style-five .header-lower .outer-box{
    padding-left: 10px;
  }

  .rtl .main-header.style-five .header-top .top-inner .info-box{
    float: none;
  }

  .banner-section.style-five .owl-theme .owl-nav{
    display: none;
  }

  #image_block_four .image-box{
    margin-left: 0px;
  }

  .rtl #image_block_four .image-box{
    margin-right: 0px;
  }

  .counter-block-four{
    margin: 15px 0px;
  }

  .working-style-two .working-block-two .inner-box .border-box{
    display: none;
  }

  .working-style-two .working-block-two{
    margin-bottom: 50px;
  }

  .working-style-two{
    padding-bottom: 60px;
  }

  .info-section .title-inner{
    margin-bottom: 30px;
  }

  .main-header.style-six .header-lower .menu-right-content{
    margin-top: 15px;
  }

  .main-header.style-six .header-lower .logo-box{
    padding-top: 15px;
  }

  .main-header.style-six .menu-area .mobile-nav-toggler .icon-bar{
    background: #222;
  }

  .main-header.style-six .menu-area .mobile-nav-toggler{
    margin-top: 25px;
  }

  .main-header.style-six .header-lower{
    padding-bottom: 15px;
  }

  .feature-style-four.about-page-2 .feature-block-four{
    width: 50%;
  }

  .rtl .main-header.style-six .header-lower .menu-right-content{
    margin-top: 15px;
  }

  .rtl .main-header.style-six .header-lower .menu-right-content .nav-btn{
    margin-right: 12px;
  }

  .team-block-three .inner-box{
    margin-bottom: 30px;
  }

  .team-style-three{
    padding-bottom: 70px;
  }

  .blog-classic-content{
    margin-right: 0px;
  }

  .rtl .blog-classic-content{
    margin-left: 0px;
  }

  .sidebar-page-container .sidebar{
    margin-top: 40px;
  }

  .blog-details-content{
    margin-right: 0px;
  }

  .rtl .blog-details-content{
    margin-left: 0px;
  }

  .contact-information .single-item .inner-box{
    margin-bottom: 30px;
  }


}


@media only screen and (max-width: 767px){

  .sec-pad{
    padding: 70px 0px !important;
  }

  .main-header.style-one .header-top .top-left{
    float: none !important;
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }

  .main-header.style-one .header-top .top-right{
    float: none !important;
    display: block;
    text-align: center;
  }

  .banner-carousel .slide-item{
    padding-bottom: 120px;
  }

  .owl-nav,
  .owl-dots{
    display: none !important;
  }

  .info-section,
  .about-section{
    padding: 70px 0px;
  }

  .service-block-one .inner-box{
    padding-bottom: 0px;
  }

  .service-section{
    padding: 70px 0px 30px 0px;
  }

  .project-block-one .inner-box .lower-content h2{
    font-size: 24px;
    line-height: 30px;
  }

  .annual-stats{
    padding: 70px 0px;
  }

  #content_block_two .content-box .single-progress-box .piechart{
    margin-bottom: 10px;
  }

  .support-section .inner-container .inner-box{
    margin-right: 0px;
  }

  .support-section .inner-container .inner-box{
    padding: 70px 30px;
  }

  .main-footer .footer-top{
    padding: 70px 0px 40px 0px;
  }

  .clients-section{
    padding: 50px 0px;
  }

  .news-section{
    padding: 70px 0px 40px 0px;
  }

  .testimonial-section{
    padding: 720px 0px 50px 0px;
  }
  
  .main-header.style-two .header-top .info{
    float: none !important;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  .main-header.style-two .header-top .top-right{
    float: none !important;
    display: block;
    text-align: center;
  }

  .main-header.style-two .header-upper .info-box{
    text-align: center;
  }

  .main-header.style-two .header-upper .info-box .info-list li{
    text-align: left;
    margin-bottom: 30px;
  }

  .main-header.style-two .header-upper{
    padding-bottom: 20px;
  }

  .banner-section.style-two .banner-carousel .slide-item{
    padding: 170px 0px 120px 0px;
  }

  .feature-style-two{
    padding: 70px 0px 40px 0px;
  }

  .about-style-two .pattern-layer{
    display: none;
  }

  .service-style-two{
    padding: 70px 0px;
  }

  .protect-form .inner-box{
    padding: 60px 30px;
  }

  .our-mission{
    padding: 350px 0px 70px 0px;
  }

  .team-section .upper-box .sec-title{
    float: none;
    display: block;
  }

  .team-section .upper-box .btn-box{
    float: none;
    display: block;
    margin: 0px;
  }

  .team-section,
  .testimonial-style-two,
  .policy-section{
    padding: 70px 0px;
  }

  .view-plans .pattern-layer{
    display: none;
  }

  .banner-section.style-three .banner-carousel .slide-item{
    padding-bottom: 150px;
  }

  .intro-section .upper-content .single-item .inner-box{
    padding: 0px 30px;
    margin-bottom: 30px;
  }

  .intro-section .upper-content,
  .service-style-three{
    padding: 70px 0px 40px 0px;
  }

  .funfact-style-two{
    padding-bottom: 60px;
  }

  .chart-section{
    padding: 70px 0px;
  }

  .project-style-two,
  .contact-section{
    padding: 70px 0px;
  }

  .pricing-section{
    padding: 70px 0px 40px 0px;
  }

  .testimonial-section.alternet-2{
    padding: 70px 0px 50px 0px;
  }

  .news-style-three .left-block{
    margin-right: 0px;
  }

  .rtl .news-style-three .left-block{
    margin-left: 0px;
  }

  .news-style-three{
    padding: 70px 0px;
  }

  .news-style-three .right-block{
    margin-left: 0px;
  }

  .rtl .news-style-three .right-block{
    margin-right: 0px;
  }

  .news-block-two .inner-box{
    margin-bottom: 30px;
  }

  .service-block-three .inner-box .lower-content{
    padding: 40px 30px;
  }

  .banner-section.style-four .banner-carousel .slide-item{
    padding: 120px 0px;
  }

  .feature-style-three{
    padding: 70px 0px;
  }

  .about-style-three{
    padding: 70px 0px;
  }

  .working-section{
    padding: 70px 0px;
  }

  .service-style-four{
    padding: 70px 0px 20px 0px;
  }

  .funfact-style-three .counter-block:last-child .counter-block-three{
    margin-bottom: 0px;
  }

  .funfact-style-three,
  .skills-section,
  .project-style-three,
  .team-style-two{
    padding: 70px 0px;
  }

  .testimonial-section.alternet-3{
    padding: 70px 0px 60px 0px;
  }

  .main-header.style-five .header-top .top-inner .info-box{
    text-align: center;
  }

  .main-header.style-five .header-top .top-inner .info-box ul li{
    text-align: left;
    margin-bottom: 15px;
  }

  .main-header.style-five{
    position: relative;
  }

  .main-header.style-five .header-top .top-inner{
    background: #222;
  }

  .banner-section.style-five .banner-carousel .slide-item{
    padding: 120px 0px;
  }

  .feature-block-four{
    width: 100%;
  }

  .about-style-four,
  .service-style-five{
    padding: 70px 0px;
  }

  .funfact-style-four{
    padding-bottom: 60px;
  }

  .service-style-five .tabs-content .image-box{
    margin: 0px 0px 30px 0px;
  }

  .project-style-four .title-inner .btn-box,
  .project-style-four .title-inner .sec-title{
    float: none;
    display: block;
  }

  .project-style-four{
    padding: 70px 0px 70px 0px;
  }

  .video-section,
  .clients-section.home-5,
  .about-style-two.about-page-1{
    padding: 70px 0px;
  }

  .working-style-two{
    padding: 70px 0px 20px 0px;
  }

  .news-style-three.alterner-2 .title-inner .btn-box,
  .news-style-three.alterner-2 .title-inner .sec-title{
    float: none;
    display: block;
  }

  .news-style-three.alterner-2{
    padding-top: 70px;
  }

  .world-cyber.about-page-1{
    padding: 70px 0px;
  }

  .feature-block-four .inner-box{
    padding: 60px 25px;
  }
  
  .team-block-one{
    max-width: 300px;
    margin: 0 auto;
  }

  .team-block-three,
  .service-block-three{
    max-width: 400px;
    margin: 0 auto;
  }

  .service-style-three.service-page-2{
    padding: 70px 0px 40px 0px;
  }
  
  .service-details-content .content-style-two .image-box .image{
    margin-bottom: 30px;
  }

  .service-details-content{
    margin-bottom: 40px;
  }

  .news-block-three .inner-box .lower-content{
    padding-left: 30px;
  }

  .news-block-four .inner-box{
    padding: 80px 30px;
  }

  .world-cyber.contact-page{
    padding: 70px 0px;
  }

  .project-style-two .project-inner .content-box{
    position: relative;
    top: 0px;
    right: 0px;
    margin: 30px 0px;
  }
  
  .feature-style-four.about-page-2 .feature-block-four{
    width: 100%;
  }

  .blog-details-content .inner-box .image-box{
    margin-bottom: 30px;
  }

  .about-section .content-box{
    margin-right: 0px;
  }

  .rtl .about-section .content-box{
    margin-left: 0px;
  }

  .service-style-five .tabs-content .content-box{
    margin-left: 0px;
  }

  .rtl .service-style-five .tabs-content .content-box{
    margin-right: 0px;
  }

  .main-footer.alternet-5 .footer-top{
    padding: 70px 0px 40px 0px;
  }

  .banner-carousel .content-box{
    max-height: 100% !important;
    min-height: 100% !important;
  }


}

@media only screen and (max-width: 599px){
  
  .main-header .header-lower .menu-right-content .btn-box{
    display: none;
  }

  .main-header .header-lower .menu-right-content{
    margin-top: 43px;
  }

  .main-header.style-one .header-lower .menu-right-content .nav-btn{
    margin-right: 10px;
  }

  .banner-carousel .content-box h1{
    font-size: 50px !important;
    line-height: 55px !important;
  }

  .info-section .title-inner .year-box{
    position: relative;
    margin-bottom: 15px;
  }

  .info-section .title-inner{
    padding: 0px !important;
  }

  .info-section .title-inner{
    display: block;
  }

  .sec-title h2{
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .protect-form .inner-box .zip-form .form-group input[type='text']{
    width: 100%;
    margin-bottom: 15px;
  }

  .protect-form .inner-box .zip-form .form-group button{
    float: none;
    width: 100%;
  }

  .protect-form .inner-box .zip-form .form-group{
    text-align: left;
  }

  .protect-form .inner-box h2,
  .sec-title-two h2{
    font-size: 32px;
    line-height: 40px;
  }

  .stats-section .single-item{
    padding-bottom: 50px;
  }

  .stats-section{
    padding-bottom: 20px;
  }

  .view-plans .inner-container{
    padding: 60px 30px;
  }

  .banner-carousel .content-box .btn-box .user-btn{
    margin-top: 15px;
  }

  #image_block_three .image-box .icon-box{
    display: none;
  }

  .counter-block-three{
    margin-bottom: 50px;
  }

  .main-header.style-five .header-lower{
    padding-bottom: 15px;
  }

  .video-section .inner-box h2{
    font-size: 40px;
    line-height: 50px;
  }

  .page-title .content-box h1{
    font-size: 45px;
    line-height: 55px;
  }

  .main-header.style-six .header-lower .menu-right-content{
    margin-top: 27px;
  }

  .news-block-three .inner-box .image-box .category,
  .blog-details-content .image-box .category{
    left: 15px;
    bottom: 15px;
  }

  .project-style-two .project-inner{
    padding: 0px;
  }

  .info-section .title-inner .title h2{
    font-size: 30px;
    line-height: 36px;
  }

  .service-details-content .content-style-two{
    padding-bottom: 0px;
  }

  .blog-details-content .inner-box{
    padding: 30px 30px;
  }

  .project-style-two .project-inner .content-box{
    padding: 45px 30px;
  }

  .news-block-two .inner-box .lower-content{
    padding: 0px 30px 30px 30px;
  }

  .news-block-two .inner-box .lower-content h3{
    font-size: 24px;
    line-height: 30px;
  }

  .main-header.style-five .header-lower .menu-right-content .search-btn{
    margin-top: 15px;
  }

  .project-block-three .inner-box .lower-content .inner{
    padding: 40px 30px;
  }

  .project-block-three .inner-box .lower-content .inner{
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
  }

  .project-block-three .inner-box{
    margin-bottom: 0px;
  }

  .service-block-one .inner-box{
    margin-right: 0px;
  }


}


@media only screen and (max-width: 499px){

  .main-header.style-three .header-lower .menu-right-content .support-box{
    display: none;
  }

  .main-header.style-three .menu-area .mobile-nav-toggler{
    margin-top: 10px;
  }

  .main-header.style-four .menu-area .mobile-nav-toggler{
    margin-top: 38px;
  }

  .blog-details-content .post-share-option .post-tags,
  .blog-details-content .post-share-option .post-share{
    float: none !important;
    display: block;
  }

  .blog-details-content .comments-area .comment .comment-inner .comment-info .name{
    float: none !important;
    display: block;
    margin-bottom: 10px;
  }

  .blog-details-content .comments-area .comment .comment-inner .comment-info .info{
    float: none !important;
    display: block;
  }

  .search-popup .search-form fieldset input[type="submit"]{
    position: relative;
    width: 100%;
    border-radius: 7px;
  }

  .search-popup .search-form fieldset input[type="search"]{
    margin-bottom: 10px;
  }

  .support-section .inner-container .info-inner .info-box h2{
    font-size: 32px;
    line-height: 40px;
  }

  .project-style-three .filters .filter-tabs li{
    margin: 0px 10px;
  }

}


@media only screen and (max-width: 399px){

  .main-header .header-lower .menu-right-content .nav-btn{
    display: none;
  }

  .main-header.style-two .header-top .info li{
    margin-right: 25px;
  }

  .main-header.style-two .header-top li:before{
    right: -15px;
  }

  .main-header.style-two .header-top .social-links li{
    margin-right: 30px;
  }

  .main-header.style-two .header-lower .menu-right-content .btn-box{
    display: none;
  }

  .main-header.style-two .header-lower .outer-box .menu-area{
    padding-bottom: 15px;
  }

  .main-header.style-two .header-lower .menu-right-content .search-btn {
    padding: 23px 0px 0px 15px !important;
  }

  #content_block_seven .content-box .support-box .box h3{
    font-size: 24px;
  }

  .main-header.style-four .outer-box .logo-box{
    float: none !important;
    display: block;
    width: 100%;
    text-align: center;
  }

  .main-header.style-four .header-lower .menu-area{
    float: none !important;
  }

  .main-header.style-four .header-lower .menu-right-content{
    margin-top: 0px;
    padding-bottom: 15px;
  }

  .main-header.style-four .menu-area .mobile-nav-toggler{
    margin-top: 8px;
  }

  .rtl .main-header.style-four .header-lower .menu-right-content{
    margin: 0px;
    float: none;
  }

  .rtl .main-header.style-four .header-lower .menu-right-content .search-btn{
    float: none;
    margin: 0px;
  }

  #content_block_ten .content-box .year-box{
    padding-left: 0px;
  }

  #content_block_ten .content-box .year-box .image-box{
    position: relative;
    margin-bottom: 15px;
  }

  .rtl .main-header.style-six .header-lower .menu-right-content .search-btn{
    top: 15px;
  }

  .error-section .content-box h1{
    font-size: 160px;
  }

  .service-details-content #content_block_two .content-box .single-progress-box .piechart{
    float: none;
    width: 100%;
  }

  .service-details-content #content_block_two .content-box .single-progress-box .text{
    float: none !important;
    width: 100%;
    text-align: center !important;
    padding: 0px;
  }

  .news-block-four .inner-box .content-box .box{
    padding-left: 0px;
    text-align: center;
  }

  .news-block-four .inner-box .content-box .box .link-box{
    position: relative;
    top: 0px;
    margin-bottom: 15px;
  }

}

.main-menu #menu-main-menu > li > ul > li > a{
  font-weight: 500;
  padding: 3px 0px;
  color: #222;
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a {
  border-bottom: none;
}
.blog-details-content .inner-box .text blockquote {
  text-align: left;
}
.news-block-three .inner-box:hover .image-box a img{
  opacity: 0.5;
  transform: scale(1.05);
}
.news-block-three .inner-box .image-box{
  position: relative;
  background: #000;
}

@media only screen and (max-width: 499px){
.search-popup .search-form fieldset input[type="search"] {
    margin-bottom: 10px;
    padding: 20px 20px 20px 20px;
}
}
@media (max-width: 575px){
.protect-form .inner-box .wpcf7-form .form-group input[type='email'] {
  width: 100%;
}
.protect-form .inner-box .wpcf7-form .form-group button {
  float: none;
  margin-top: 22px;
}
}
@media (max-width: 767px){
.service-style-five .tabs-content .image-box {
    margin: 0px 0px 30px 0px !important;
}
.project-style-two .project-inner .image-box {
  max-width: 100%;
}
.project-style-two .project-inner .content-box {
  max-width: 100%;
  margin-top: -4px;
}
}
@media (max-width: 991px){
.sidebar-page-container .sidebar .gallery .gallery-item{
  max-width: 100%;
    width: 80px;
    height: 80px;
    margin: 5px 5px;
    padding: 0;
}
}

.wp-block-cover p {
  color: #fff !important;
  font-size: 22px !important;
}

.wp-block-cover {
  margin-bottom: 10px;
}
ul.blocks-gallery-grid {
  padding: 0;
}

.blocks-gallery-caption {
  margin-bottom: 13px;
}

.base-theme .blog-details-content .inner-box .text p {
  line-height: 1.5em;
}
li.wp-block-latest-comments__comment {
  list-style: unset !important;
}
ul.wp-block-latest-posts {
  list-style: unset !important;
  padding-left: 15px;
}

ul.wp-block-latest-posts li {
  padding-left: 0 !important;
}
ul.wp-block-latest-posts.is-grid {
  padding-left: 20px;
}
.wp-block-search input {
  max-width: 200px !important;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.wp-block-search button.wp-block-search__button {
  max-width: 120px;
  border-radius: 3px !important;
}

.wp-block-search button.wp-block-search__button:before {
  display: none;
}
.wp-block-search button.wp-block-search__button {
  line-height: 10px;
  height: 60px;
}
.wp-caption-text.gallery-caption {
  margin-top: 10px;
}

.wp-block-latest-posts.is-grid li:before {
  display: none;
}
.wp-block-latest-posts li:before {
  display: none;
}
.wp-block-group__inner-container {
  padding: 20px;
  margin-bottom: 20px;
}

.wp-block-media-text__content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 4px;
  overflow: auto;
  margin-top: 10px;
  border: 1px solid #da2c45;
}
abbr[title] {
  border-bottom: 1px dotted;
}
acronym {
  border-bottom: 1px dotted;
}

figcaption {
  margin-top: 10px;
  font-size: 14px;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.base-theme .blog-details-content .image-box img {
  width: auto;
}
blockquote {
  margin-bottom: 10px;
  margin-top: 10px;
}

.blog-details-content table {
    margin-top: 10px;
}
.blog-details-content .post-share-option .post-tags li a {
  margin-bottom: 10px;
}
.wp-block-media-text {
  margin-bottom: 15px;
}
p.has-drop-cap.has-medium-font-size {
  display: flow-root;
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .blog-details-content .comments-area .comment {
    padding: 0;
  }
  .blog-details-content .comments-area .comment .thumb-box {
    position: relative;
    margin-bottom: 16px;
  }
  .comment-box ol .children {
    padding-left: 10px;
  }
  label[for="wp-comment-cookies-consent"] {
    font-size: 15px;
    line-height: 22px;
    position: relative;
    top: -5px;
  }
}
dl + h2 + ul {
  margin-bottom: 19px;
}
.single-post .comments-form-area.default-form.no-comment {
  margin-top: 30px;
}
.blog-details-content a:not([href]) {
  color: #fff;
}
.blog-details-content .comments-area .comment .comment-inner .text {
  margin-top: 7px;
}
@media only screen and (max-width: 1354px){
  .main-menu .navigation>li>ul>li>ul>li>ul.dropdown{
    right: 18%;
    top: 52px;
  }
}
@media only screen and (max-width: 1024px){
  .main-menu .navigation>li>ul>li>ul>li>ul.dropdown{
    right: 0%;
    top: 62px;
  }
}