/*
Theme Name: Sreenathji
Text Domain: Sreenathji
Version: 1.0
Tested up to: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Customized theme for Durga Industries
Author: DTGallery
Author URI: https://dtgallery.net/
Theme URI: 
*/

html,body{
	margin:0px;
	padding:0px;
}

.custom_footer p{
	margin-top:0px;
	padding-top:0px;
}

.custom_footer h3{ display:none; }

.powered-by{
	color: #E8DBD0;
    display: flex;
	font-family: "Kumbh Sans", Sans-serif;    
	font-size: 14px;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0.6;
}

.powered-by img{
	width:25px;
	margin-left:10px;
}

.who_we_are_gallery .elementor-swiper-button-prev, .who_we_are_gallery .elementor-swiper-button-next, .industries_gallery .elementor-swiper-button-prev, .industries_gallery .elementor-swiper-button-next{
	background: url(images/arrows.png) no-repeat;
	width: 31px;
    height: 15px;
    overflow: hidden;
}

.who_we_are_gallery .elementor-swiper-button-next, .industries_gallery .elementor-swiper-button-next{
	background-position: -31px 0px; 
	right: 0px;
}

.who_we_are_gallery .elementor-swiper-button-prev, .industries_gallery .elementor-swiper-button-prev{
	left: auto;
    right: 50px;
}

.who_we_are_gallery .elementor-swiper-button-prev i, .who_we_are_gallery .elementor-swiper-button-next i, .our_products_gallery .elementor-swiper-button-prev i, .our_products_gallery .elementor-swiper-button-next i, .industries_gallery .elementor-swiper-button-prev i, .industries_gallery .elementor-swiper-button-next i{
	opacity: 0;
}

.who_we_are_gallery .elementor-swiper-button{
	top: 105%;
}

.our_products_gallery figcaption{
	padding: 12px 0px;
}


.our_products_gallery .elementor-swiper-button-prev, .our_products_gallery .elementor-swiper-button-next{
	background: url(images/arrows-white.png) no-repeat;
	width: 31px;
    height: 15px;
    overflow: hidden;
}
.our_products_gallery .elementor-swiper-button-next{
	background-position: -31px 0px; 
	right: 0px;
}
.our_products_gallery .elementor-swiper-button-prev{
	left: auto;
    right: 50px;
}
.our_products_gallery .elementor-swiper-button{
	top: -10%;
}

.industries_gallery .swiper-slide-inner{
	background: #f2f2f2;
    padding: 25px 35px;
    box-shadow: 0px 0px 18px #dbdbdb; 
}

.industries_gallery .swiper-slide-inner img{
	width: 95%;
    padding-bottom: 5px;
}

.industries_gallery .swiper-slide-inner figcaption{
	padding-top: 15px;
}

.industries_gallery .swiper-container{
	overflow: visible;
}

.industries_gallery .elementor-swiper-button-next{
	left: auto;
    right: 47%;
    top: 125%;
    margin-left: -35px;
}

.industries_gallery .elementor-swiper-button-prev{
	left: auto;
    right: 49%;
    top: 125%;
    margin-right: 35px;
}

.custom_header .elementskit-navbar-nav > li.current-menu-item > a{
	font-weight: 500 !important;
}

.products_cont h3{
	background: #333092;
    margin: -5px 0px 0px;
    padding: 15px 0px;
}

.contact_sec h3{
	display: none;
}

.wpforms-form input, .wpforms-form textarea{
	font-family: "Roboto" !important;
	width: 100% !important;
	max-width: 100% !important;
}

.wpforms-form button{
	background: #2E3192 !important;
	color: #FFF !important;
	border: 0px !important;
}

div.wpforms-container-full{ margin-bottom: 0px !important; }
.sticky_header{ position: fixed; top: 0px; width: 100%; background: #FFF; box-shadow: rgb(0 0 0 / 28%) 0px 0px 15px; }

body{
	padding-top: 140px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	body{
		padding-top: 110px;
	}
	.industries_gallery .swiper-container {
		overflow: hidden;
	}
	.powered-by{
		position:static;
	}
	.elementskit-menu-offcanvas-elements{
		display:none;
	}
	.industries_gallery .elementor-swiper-button-prev{
		right: 44%;
    	top: 125%;
	}
	.industries_gallery .elementor-swiper-button-next{
		right: 38%;
    	top: 125%;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 769px) {
	
}