/*!
Theme Name: Strong Metal Fitness Machine
Theme URI: http://underscores.me/
Author: Vishal Mirashe
Author URI: https://www.pitchteq.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: strong-metal-fitness-machine
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@400;500;600;700;800;900&display=swap');

html{
    overflow-y: scroll;
}
body{
    margin: 0;
    padding:0;
  	font-family: "Geologica", sans-serif;
}
body.home{
    overflow: hidden;
}
.topfixed {
    position: fixed !important;
    z-index: 99 !important;
    animation: smoothScroll 1s forwards;
    width: 100% !important;
    box-shadow: 5px 1px 8px #000;
    top:0;
    backdrop-filter: blur(5px);
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #e2e2e2; 
}
::-webkit-scrollbar-thumb {
    background: #000; 
}
::-webkit-scrollbar-thumb:hover {
    background: #3e3e3e; 
}
.container{
    width: 1340px;
}
a:focus {
    outline: unset;
    outline-offset: unset;
}
.strong-metal-why-we-slider .swiper-wrapper,.instagram-gallery-list {
    overflow: unset !important;
}
.strong-metal-why-we-slider .swiper-pagination{
    transform: unset !important;
}
.strong-metal-why-we-slider .elementor-swiper-button{
	display: none;
}
/*--------------------------- Header ---------------------------*/
nav.strongmetal-navbar {
    border-radius: 0;
    margin: 0;
    border: 0;
    padding: 15px 0;
    background: #000;
}
nav.strongmetal-navbar .logo{
	height: 78px;
	width: 153px;
}
nav.strongmetal-navbar .logo img{
	max-width: 100%;
	max-height: 100%;
}
nav.strongmetal-navbar ul li a{
    color:#fff;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400;
}
nav.strongmetal-navbar ul li:not(:last-child) a{
    padding: 0 20px;
}
nav.strongmetal-navbar ul li:last-child a{
    padding: 0 0 0 20px;
}
nav.strongmetal-navbar ul li:hover a{
    background: unset;
    color:#d53736;
}
nav.strongmetal-navbar ul li a:focus{
    background: unset;
    outline:unset;
    outline-offset:unset;
}
nav.strongmetal-navbar .navbar-collapse{
    padding: 0;
    height: 78px !important;
    display: flex !important;
    align-items: center;
}
.nav .open>a:focus,.nav .open>a:hover,.nav .open>a{
    background: unset;
    border-color: unset;
}
nav.strongmetal-navbar ul.dropdown-menu {
    left: 0 !important;
    background: #6E6E6E;
    border: unset;
    min-width: fit-content;
    top: 40px;
    border-radius: 10px;
    padding: 0;
}
nav.strongmetal-navbar ul.dropdown-menu li a{
    padding: 15px 20px !important;
    font-size: 16px;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 400;
}
nav.strongmetal-navbar ul.dropdown-menu li:first-child:hover a{
    border-radius: 10px 10px 0 0;
}
nav.strongmetal-navbar ul.dropdown-menu li:last-child:hover a{
    border-radius: 0 0 10px 10px;
}
nav.strongmetal-navbar ul.dropdown-menu li:not(:last-child){
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
nav.strongmetal-navbar ul.dropdown-menu li:not(:last-child):hover{
    border-bottom: 1px solid transparent;
}
nav.strongmetal-navbar ul.dropdown-menu li:hover a{
    background: #d53736;
}
nav.strongmetal-navbar ul.dropdown-menu li a:focus{
    color: #0B1771;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: unset;
}
/*--------------------------- Footer ---------------------------*/
.strongmetal-footer{
    background: #000;
    padding: 50px 0;
}
.strongmetal-footer .col-md-3:first-child{
	width: 30%;
	padding-right: 50px;
}
.strongmetal-footer .col-md-3:nth-child(2){
	width: 30%;
}
.strongmetal-footer .col-md-3:nth-child(3),.strongmetal-footer .col-md-3:last-child{
	width: 20%;
}
.strongmetal-footer #block-7{
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.strongmetal-footer #block-7 .wp-block-image {
    height: 80px;
    width: 156px;
    margin: 0 auto 30px;
}
.strongmetal-footer #block-7 .wp-block-image img{
	max-width: 100%;
	max-height: 100%;
}
.strongmetal-footer .widget h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}
.strongmetal-footer .widget br{
	display: none;
}
.strongmetal-footer #block-12{
	text-align: center;
    margin: 30px 0 0 0;
}
.strongmetal-footer #block-12 h3{
	font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.strongmetal-footer .widget_text p{
    color: #ddd;
    margin: 0;
    text-align: center;
    font-size: 16px;
}
.strongmetal-footer form input{
    width: 100%;
    border: unset;
    border-radius: 0;
    padding: 15px;
}
.strongmetal-footer form input[type="email"]{
 	margin: 20px 0 15px 0;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.strongmetal-footer form input[type="submit"]{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
}
.strongmetal-footer .widget_nav_menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.strongmetal-footer .widget_nav_menu ul li{
	position: relative;
	padding: 0 0 0 20px;
}
.strongmetal-footer .widget_nav_menu ul li:before{
	content: '\f139';
    position: absolute;
    font-family: 'dashicons';
    left: -7px;
    color: #dddddd;
    font-size: 26px;
    top: -7px;
}
.strongmetal-footer .widget_nav_menu ul li:not(:last-child){
	margin-bottom: 20px;
}
.strongmetal-footer .widget_nav_menu ul li a{
	color: #dddddd;
	text-decoration: none;
	font-size: 16px;
}
.strongmetal-footer ul.footer-contact-list{
    padding: 0;
    list-style: none;
}
.strongmetal-footer ul.footer-contact-list li:not(:last-child){
    margin-bottom: 30px;
}
.strongmetal-footer ul.footer-contact-list li:first-child span{
    height: 72px;
}
.strongmetal-footer ul.footer-contact-list li span{
    color: #dddddd;
    height: 35px;
    width: 35px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 35px;
    margin-right: 15px;
    display: table-cell;
    vertical-align: middle;
}
.strongmetal-footer ul.footer-contact-list li p{
    display: table-cell;
    vertical-align: middle;
    color: #dddddd;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 0 15px;
    text-transform: capitalize;
}
.strongmetal-footer ul.footer-contact-list li:not(:first-child) p{
    font-weight: 700;
    text-transform: uppercase;
}
.strongmetal-footer ul.footer-contact-list li a{
    text-decoration: none;
    color: #dddddd;
    font-size: 16px;
    display: block;
    text-transform: lowercase;
    font-weight: 400;
}
.strongmetal-footer ul.footer-contact-list li:last-child{
    text-transform: uppercase;
    font-weight: 600;
}
.strongmetal-footer ul.footer-social-list{
    padding: 0;
    margin: 30px 0 0 0;
    display: flex;
    list-style: none;
    grid-gap: 15px;
}
.strongmetal-footer ul.footer-social-list a{
    height: 40px;
    width: 40px;
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .5s ease;
}
.strongmetal-footer ul.footer-social-list a:hover{
    background: #d53736;
}
.strongmetal-footer .footer-contact-mobile p a:hover,.strongmetal-footer ul.footer-contact-list li a:hover,
.strongmetal-footer .widget_nav_menu ul li a:hover,.strongmetal-footer .widget_nav_menu ul li:hover:before{
	color: #d53736;
}
/*--------------------------- Copyright ---------------------------*/
.copyright-wrap {
    padding: 15px 0;
    font-size: 16px;
    color:#070707;
}
.copyright-wrap p{
    margin-bottom:0;
}
.copyright-wrap a{
    text-decoration: none;
    font-weight: 700;
    color:#070707;
}
.copyright-wrap a:hover{
    color: #d53736;
}
/*--------------------------- Home Main Slider ----------------------------*/
.homedeskslider .test-outer-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
}
.homedeskslider .test-outer-wrap:before {
    content: '';
    height: 100%;
    width: 40%;
    background: #D53736;
    position: absolute;
    z-index: -1;
    right: 0;
}
.homedeskslider .test-outer-wrap .title{
    width: 60%;
    padding: 60px 80px;
}
.homedeskslider .test-outer-wrap .title h2{
    margin: 0;
    color: #fff;
    font-size: 50px;
    font-family: "Race Sport", Sans-serif;
    text-transform: uppercase;
}
.homedeskslider .test-outer-wrap p.content {
    margin: 20px 0 30px 0;
    color: rgba(255, 255, 255, .6);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
}
.homedeskslider .test-outer-wrap p.content strong{
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #D53736;
    margin-bottom: 5px;
}
.homedeskslider .test-outer-wrap .title a{
    text-decoration: none;
    background: #D53736;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 13px 30px;
    border-radius: 5px;
    width: fit-content;
}
.homedeskslider .test-outer-wrap .img{
    width: 35%;
}
.homedeskslider .test-outer-wrap .img img{
    height: 450px;
    border: 15px solid #fff;
    width: 100%;
}
/*--------------------------- Home Slider ----------------------------*/
.productslider {
    margin-bottom: 0;
    user-select: auto;
}
.productslider .slick-track{
    margin-left: -40px;
}
.productslider .slick-prev {
    display: none;
}
.productslider .slick-next {
    right: 50px;
    top: 50%;
    height: 70px;
    width: 70px;
    background: rgba(213, 55, 54, 0.4);
    border-radius: 50%;
}
.productslider .slick-next:hover {
    background: rgba(213, 55, 54, 1);
}
.productslider .slick-next:before {
    content: '\f139';
    font-family: 'dashicons';
    opacity: 1;
    font-size: 70px;
    color: #fff;
}
.productslider .prod-outer-wrap {
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    padding: 30px 30px 50px;
    margin: 0 10px;
    text-align: center;
}
.productslider .prod-outer-wrap:hover {
    border: 1px solid #d53736;
}
.productslider .prod-outer-wrap .img img {
    height: 250px;
    object-fit: contain;
    margin: 0 auto 10px;
}
.productslider .prod-outer-wrap .title {
    font-size: 18px;
    font-weight: 600;
    color:  #000;
}
.productslider .prod-outer-wrap ul.product-categories{
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    grid-gap: 10px;
    justify-content: center;
}
.productslider .prod-outer-wrap ul.product-categories li a{
    color: #a52a2a;
    font-size: 13px;
    font-weight: 500;
    background: #f5d6d6;
}
.productslider .prod-outer-wrap ul.product-categories li a.cat-link {
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #bbb;
}
.productslider .prod-outer-wrap a.view-btn{
    text-decoration: none;
    background: #212121;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 12px 10px;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 16px;
}
.productslider .prod-outer-wrap a.view-btn:hover{
    background: #D53736;
    color: #fff;
}
.strongmetal-header-product-cat{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0;
}
.strongmetal-header-product-cat .product-category-box{
	flex-basis: 10%;
	text-align: center;
}
.strongmetal-header-product-cat .product-category-box a{
	text-decoration: none;
	color: #000;
	font-size: 16px;
}
.strongmetal-header-product-cat .product-category-box .img{
	height: 120px;
	width: 120px;
	margin: 0 auto 10px;
	position: relative;
	transition: all 1s ease;
}	
.strongmetal-header-product-cat .product-category-box .img:before{
	content: '';
	position: absolute;
	height: 100px;
	width: 100px;
	background: #e2e2e2;
	border-radius: 50%;
	border: 3px solid #3e3e3e;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.strongmetal-header-product-cat .product-category-box .img img{
	max-width: 100%;
	max-height: 100%;
}
.strongmetal-header-product-cat .product-category-box:hover .img{
	transform: scale(1.1);
}
.strongmetal-header-product-cat .product-category-box:hover a{
	color: #d53736;
}
/*--------------------------- Mobile Modal Menu ---------------------------*/
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}   
.strongmetal-mobile-menu .modal-dialog{
    padding: 0;
    margin:0;
}
.strongmetal-mobile-menu .modal-dialog .modal-content{
    border:unset;
    border-radius: 0;
    height: 100vh;
    background: #1a1c2b;
    overflow-y: scroll;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-header{
    border: unset;
    padding: 20px 30px 20px 20px;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-header .close{
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    text-shadow: unset;
    opacity: 1;
    height: 40px;
    width: 40px;
    background: red;
    border-radius: 50%;
    line-height: 40px;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body {
    padding: 0 30px 40px 30px;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li a{
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 20px 15px;
    border-radius: 0;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li a:hover{
    background:unset !important;   
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li.current-menu-item a,.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li.current-menu-ancestor a{
    color: #f9c24a;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li.current-menu-ancestor ul li.current-menu-item a{
    color: #f9c24a;
    border-radius: 0
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li.current-menu-ancestor ul li a{
    background: unset;
    color: #fff;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li ul.dropdown-menu{
    background: rgba(55,19,121,0.3);
    border-radius: 0;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li ul.dropdown-menu li ul.dropdown-menu{
    background: rgba(255,255,255,0.2);
    border-radius: 0;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li ul.dropdown-menu li a{
    color: #d9d9d9;   
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li ul.dropdown-menu li ul.dropdown-menu li a{
    color: #cccccc;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li a.dropdown-toggle:after {
    content: '\f0dd';
    font-family: 'FontAwesome';
    top: 13px;
    right: 10%;
    position: absolute;
    font-size: 30px;
}
/*--------------------------- Elementor ----------------------------*/
.strongmetal-home-why-box .elementor-icon {
    height: 110px;
    width: 110px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    transition: all 1s ease;
}
.strongmetal-home-why-box .elementor-icon:before {
	content: '';
	position: absolute;
	height: 100px;
	width: 100px;
	background: transparent;
	border-radius: 50%;
	border: 1px solid #040404;
}
.strongmetal-home-why-box .elementor-icon svg path{
	fill: #040404;
}
.strongmetal-home-why-box:hover .elementor-icon {
	background: #D53736;
	transform: scale(1.05);
}
.strongmetal-home-why-box:hover .elementor-icon svg path{
	fill: #fff;
}
.strongmetal-home-why-box:hover .elementor-icon:before {
	border: 1px solid #fff;
}
.strongmetal-home-review-slider .elementor-testimonial .elementor-testimonial__header{
	text-align: center;
}
.strongmetal-home-review-slider .elementor-testimonial .elementor-testimonial__header .elementor-testimonial__cite{
	width: 100%;
}
.strongmetal-home-review-slider .elementor-testimonial .elementor-testimonial__content{
	text-align: justify;
}
.strongmetal-home-review-slider .elementor-swiper-button-prev .e-eicon-chevron-left{
    background: #D53736;
    height: 50px !important;
    width: 50px !important;
    padding: 10px;
    border-radius: 50%;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.strongmetal-home-review-slider:hover .elementor-swiper-button-prev .e-eicon-chevron-left {
    opacity: 1;
    transform: translateX(-10px);
}
.strongmetal-home-review-slider .elementor-swiper-button-next .e-eicon-chevron-right {
    background: #D53736;
    height: 50px !important;
    width: 50px !important;
    padding: 10px;
    border-radius: 50%;
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.strongmetal-home-review-slider:hover .elementor-swiper-button-next .e-eicon-chevron-right {
    opacity: 1;
    transform: translateX(10px);
}
.home-product-category-shortcode-box{
	background: linear-gradient(90deg, rgba(148,148,148,1) 0%, rgba(199,199,199,1) 100%);
	padding: 20px;
	border-radius: 15px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 30px;
}
.home-product-category-shortcode-box .inline{
	display: flex;
	justify-content: space-between;
}
.home-product-category-shortcode-box .inline .img{
	height: 200px;
	width: 200px;
    display: flex;
    align-items: center;
}
.home-product-category-shortcode-box .inline .img img{
	max-height: 100%;
	max-width: 100%;
}
.home-product-category-shortcode-box .inline .title{
	flex-basis: 50%;
    position: relative;
    top: 30px;
}
.home-product-category-shortcode-box .inline .title h3{
    color: #2e2d32;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 10px 0;
    font-size: 30px;
    text-align: right;
}
.home-product-category-shortcode-box .inline .title a{
    display: block;
    text-decoration: none;
    background: #212121;
    color: #fff;
    text-align: center;
    padding: 8px 15px;
    text-transform: capitalize;
    font-size: 15px;
    width: fit-content;
    float: right;
    border-radius: 5px;
}
.home-product-category-shortcode-box .inline .title a:hover{
	background: #D53736;
}
.home-product-category-shortcode-box span{
	position: absolute;
    text-transform: uppercase;
    font-size: 100px;
    color: rgba(255, 255, 255, .2);
    bottom: 30px;
    z-index: -1;
    left: -50px;
    font-weight: 900;
}
/*--------------------------- wooCommerce ---------------------------*/
div#breadcrumbs {
    background: rgba(255, 255, 255, .1);
    width: fit-content;
    margin: 0 auto;
    padding: 5px 15px;
    border-radius: 5px;
}
div#breadcrumbs span.dashicons.dashicons-arrow-right {
    position: relative;
    top: 3px;
}
div#breadcrumbs span a:hover{
    color: #fff;
}
.strongmetal-prod-archive-wrap .products li img{
    height: 250px !important;
    object-fit: contain;
    margin: 0 auto 10px !important;
}
.strongmetal-prod-subarchive-wrap .products li.product-category img{
    border: 1px solid #000;
    border-radius: 30px;
    height: 350px !important;
    padding: 50px 0;
    object-fit: contain;
    margin: 0 auto 30px !important;
}
.strongmetal-prod-subarchive-wrap .products li.product-category:hover img{
    border: 1px solid #D53736;
}
.strongmetal-prod-archive-wrap .products li h2,
.strongmetal-prod-subarchive-wrap .products li.product-category h2{
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    font-family: 'Geologica' !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2e2d32 !important;
}
.strongmetal-prod-subarchive-wrap .products li.product-category h2 mark.count {
    font-family: 'Geologica' !important;
    background: #D53736 !important;
    border-radius: 8px !important;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
}
.strongmetal-prod-subarchive-wrap .products li.product-category:hover h2{
    color: #D53736 !important;
}
.strongmetal-prod-archive-wrap .products li a#view-prod-btn{
    display: block;
    text-align: center;
}
.strongmetal-prod-archive-wrap select.orderby {
    border: 1px solid #000;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
}
.strongmetal-prod-archive-wrap .woocommerce-result-count {
    color: #D53736;
    margin: 0 !important;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
.single.single-product #breadcrumbs{
    margin: 0;
}
.single.single-product #breadcrumbs span a:hover{
    color: #000;
}
.single.single-product .strongmetal-header-product-cat{
    display: none;
}
.single.single-product .woocommerce-product-gallery img {
    height: 400px !important;
    object-fit: contain;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 20px;
}
.single.single-product .strongmetal-product-tabs .elementor-tabs-wrapper{
    background: #2E2D32;
}
.single.single-product .strongmetal-product-tabs .elementor-tab-title{
    text-align: center;
}
.single.single-product .strongmetal-product-tabs .elementor-tab-title.elementor-active{
    background: #000;
    color: #D53736;
}
.single.single-product .strongmetal-product-tabs .elementor-tab-content ul{
    padding: 0 15px;
}
.single.single-product .strongmetal-product-tabs .elementor-tab-content ul li:not(:last-child){
    margin-bottom: 10px;
}
/*--------------------------- Mobile Modal Menu ---------------------------*/
body.modal-open,.strongmetal-mobile-menu{
    padding-right: 0 !important;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}   
.strongmetal-mobile-menu .modal-dialog{
    padding: 0;
    margin:0;
}
.strongmetal-mobile-menu .modal-dialog .modal-content{
    border:unset;
    border-radius: 0;
    height: 100vh;
    background: #242424;
    overflow-y: scroll;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-header{
    border: unset;
    padding: 20px 20px 40px;
    border-bottom: 1px solid #fff;
    position: relative;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-header .logo{
    width: 150px;
    height: 77px;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-header .logo img{
    max-width: 100%;
    max-height: 100%;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-header .close{
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-shadow: unset;
    opacity: 1;
    height: 40px;
    width: 40px;
    background: #D53736;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 40px;
    margin: 0;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body {
    padding: 0 30px 40px 30px;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li a{
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 20px 15px;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li a:hover{
    background:unset !important;   
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li.current-menu-item a,.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li.current-menu-ancestor a{
    color: #d42a2a;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li.current-menu-ancestor ul li.current-menu-item a{
    color: #d42a2a;
    border-radius: 10px;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li.current-menu-ancestor ul li a{
    background: unset;
    color: #fff;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li ul.dropdown-menu{
    background: #d42a2a;
    border-radius: 10px;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li ul.dropdown-menu li ul.dropdown-menu{
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li ul.dropdown-menu li a{
    color: #d9d9d9;   
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li ul.dropdown-menu li ul.dropdown-menu li a{
    color: #cccccc;
}
.strongmetal-mobile-menu .modal-dialog .modal-content .modal-body ul li a.dropdown-toggle:after {
    content: '\f347';
    font-family: 'dashicons';
    top: 20px;
    right: 10px;
    position: absolute;
    font-size: 30px;
}
/*--------------------------- Responsive ---------------------------*/
@media (min-height: 900px) and (max-height: 1080px) and (min-width: 1601px) and (max-width: 1920px) {

}

@media (min-height: 900px) and (max-height: 1050px) and (min-width: 1600px) and (max-width: 1600px) {

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .container{
        width: 100%;
    }
    .strongmetal-top-bar .widget_block p:first-child {
        margin-right: 15px;
    }
    .strongmetal-top-bar .widget_block span i, .strongmetal-top-bar ul.topbar-list-social li i {
        font-size: 14px;
        margin-right: 5px;
    }
    .strongmetal-top-bar .widget_block p {
        font-size: 11px;
    }
    .strongmetal-top-bar ul.topbar-list-social a:not(:last-child) {
        margin: 0 5px;
    }
    header .top-menu-bar{
        padding: 20px 0;
    }
    header .top-menu-bar .logo {
        padding: 0 30px 0 0;
    }
    header .top-menu-bar .logo span{
        font-size: 12px;
    }
    header .top-menu-bar .text {
        font-size: 30px;
        padding: 0 0 0 30px;
    }
    header .top-menu-bar .text .stream {
        font-size: 18px;
    }
    .strongmetal-home-online-box-1 .elementor-icon-box-wrapper, .strongmetal-home-online-box-2 .elementor-icon-box-wrapper, .strongmetal-home-online-box-3 .elementor-icon-box-wrapper{
        width: 100%;
    }
    .homeprideslider .test-outer-wrap .img, .homeflashslider .test-outer-wrap .img,.homeprideslider .test-outer-wrap .desc, .homeflashslider .test-outer-wrap .desc{
        width: unset;
    }
    .homeprideslider .slick-prev,.homeflashslider .slick-prev {
        top: 30%;
        left: 10px;
    }
    .homeprideslider .slick-next,.homeflashslider .slick-next {
        right: 10px;
        top: 30%;
    }
    .homedeskslider .test-outer-wrap .title {
        font-size: 24px;
        width: 100%;
    }
    .strongmetal-home-center-text h2:before, .strongmetal-home-left-text h2:before,.strongmetal-home-center-text h2:after, .strongmetal-home-left-text h2:after{
        bottom: -8px;
    }
    .strongmetal-nav-highlights-wrap .col-sm-4:nth-child(-n+3){
        border-bottom: 1px solid #999;
    }
    .marqueelist .title{
        width:50%;
    }
    nav.strongmetal-navbar .navbar-header {
        float: unset;
        width: 100%;
    }
    nav.strongmetal-navbar .navbar-toggle{
        margin: 8px auto;
        border-radius: 5px;
        background: #fff;
        margin-bottom: 0;
        display: block;
        float: unset;
    }
    nav.strongmetal-navbar .navbar-toggle .icon-bar{
        background:#f9c24a;
    }
    .strongmetal-mobile-menu {
        padding-left: 0 !important;
    }
    .strongmetal-mobile-menu .modal-dialog{
        width:100% ;
    }
    .strongmetal-mobile-menu .modal-dialog .navbar-nav,.strongmetal-mobile-menu .modal-dialog .navbar-nav li{
        float:unset;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .container,.strongmetal-search-wrap .container{
        width: 100%;
    }
    nav.strongmetal-navbar{
        padding: 10px 15px;
    }
    .strongmetal-navbar .navbar-header .logo {
        height: 60px;
        width: 117px;
    }
    .strongmetal-navbar .navbar-header .logo span{
        margin-left: 10px;
        font-size: 18px;
        line-height: 1.8;
    }
    nav.strongmetal-navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        z-index: 99;
        max-height: 0;
        overflow: hidden;
        transition: all .5s ease-in-out;
        padding: 0 15px;
        height: max-content !important;
        left: 0
    }
    nav.strongmetal-navbar .navbar-collapse.collapse.in {
        max-height: 100vh;
        background: #313131;
        display: block !important;
        left: 0
    }
    nav.strongmetal-navbar .navbar-toggle {
        margin-top: 10px;
        margin-right: 0;
        border-radius: 5px;
        background: #fff;
        margin-bottom: 0;
        padding: 5px 10px;
    }
    nav.strongmetal-navbar .navbar-toggle .icon-bar {
        background: #d42a2a;
        width: 25px;
        height: 3px;
        margin: 5px auto
    }
    .strongmetal-footer{
        padding: 50px 0 0 0;
    }
    .strongmetal-footer .col-sm-3{
        width: unset !important;
    }
    .strongmetal-footer .col-md-3:first-child {
        padding-right: 15px;
    }
    .strongmetal-footer .col-sm-3:nth-child(even){
        padding: 50px 15px;
    }
    .copyright-wrap .text-left,.copyright-wrap .text-right{
        text-align: center;
        font-size: 14px;
    }
    .copyright-wrap .text-left{
        margin-bottom: 15px;
    }
    .strongmetal-footer ul li a,.strongmetal-footer .footer-contact-list p,.strongmetal-footer .footer-contact-list p a{
        font-size: 14px;
    }
    .strongmetal-footer #nav_menu-2 h2.widget-title {
        font-size: 24px;
        text-transform: uppercase;
    }
    .strongmetal-footer #block-8 h2 {
        font-size: 24px;
    }
}