@charset "utf-8";
/* CSS Document */

@import url('bootstrap.min.css');
@import url('font-awesome.css');
@import url('bootsnav.css');
@import url('style.css');
@import url('slideshow.css');
@import url('ocpagebuilder.css');
@import url('owl.carousel.css');
@import url('owl.theme.default.css');
@import url('glasscase.min.css');
@import url('../source/jquery.fancybox.css');

:root{
    --primary-color:#2869ed;
    --secondary-color:#0f0f0f;
    --black-color:#000;
}



.rowcustom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.rowcustom > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans/JosefinSans-Light.woff2') format('woff2'),
        url('../fonts/JosefinSans/JosefinSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans/JosefinSans-SemiBold.woff2') format('woff2'),
        url('../fonts/JosefinSans/JosefinSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans/JosefinSans-Bold.woff2') format('woff2'),
        url('../fonts/JosefinSans/JosefinSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans/JosefinSans-Regular.woff2') format('woff2'),
        url('../fonts/JosefinSans/JosefinSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'Josefin Sans';
    background:#fff;
    font-weight: 300;
    font-size:14px;  
    color:#000;
}

a{
    background-color: transparent;
	outline: inherit !important;
}

h1,h2,h3,h4,h5,h6,ul,li{
    margin: 0;
    line-height:20px;
}

::selection{
    background-color: #2969ed;
    color: #fff;
}

.mtb_15{
	margin: 10px 0;
}
.mtb_20{
    margin: 20px 0;
}
.push_down{
    position: relative;
    top: 160px;
}
.m_btm{
    margin-bottom: 20px;
}
.mtb_25{
	margin: 25px 0;
}
.increase_paddind_lr{
  padding: 0 50px;
}
.zero_padding{
    padding-left: 0;
    padding-right: 0;
}

/*.wrapper{
	padding:0 30px; 
}*/

/*-----------header section-----------*/

.goog-te-gadget-simple {
    background-color: transparent !important;
    border-left:none!important;
    border-top:none!important;
    border-bottom:none!important;
    border-right:none!important;
    font-size: 9pt;
    display: inline-block;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    cursor: pointer;
    zoom: 1;
    display: inline;
}
.goog-te-gadget img {
    display: none;
}
.goog-te-gadget-simple .goog-te-menu-value {
	font-family: sans-serif;
    font-size:14px;
    font-weight:normal;
}
.goog-te-gadget-simple .goog-te-menu-value:hover {
   text-decoration:none;
   outline:none;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    color: #000 !important;
}

/*-----------end header section-----------*/

.about_cat_bg{
    background: url(../images/Sanar_bgimg.jpg)center center no-repeat;
    background-size: cover;
}

/*-----------about section-----------*/

.welcome{
    padding: 35px 0 30px 0;
}
.welcome-note h2{
	font-family: 'Josefin Sans';
	font-size: 18px;
	color: var(--secondary-color);
	font-weight:bold;
	margin: 0;
	text-transform: uppercase;	
	position: relative;
	margin-bottom: 35px;
	display: table;
}
.welcome-note h2:after{
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    bottom: -6px;
    left: 50px;
    background-color:var(--primary-color);	
}
.welcome-note img{
	margin-bottom: 15px;	
}
.welcome-note p{
	font-family: 'Josefin Sans';
	font-size:18px;
	color: var(--secondary-color);
	font-weight:normal;
	line-height: 30px;
	margin: 0;
	padding: 18px 0;
}
.welcome-note a{
	display: inline-block;
	background-color:var(--primary-color);
	font-family: 'Raleway';
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
	overflow: hidden;
    z-index: 1;
    position: relative;
	font-size: 12px;
    text-align: center;
	transition:all 0.3s ease-in-out;
	margin-top: 35px;
	padding: 8px 20px;
}

.welcome-note a:hover{
	color:#303437;
	text-decoration: none;	
}
.welcome-note a:after{
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}
.welcome-note a:hover:after{
    height: 170%;
    background: #f0f0f0;
    opacity: 1;
}

/*-----------end about section-----------*/

/*-----------banner section-----------*/

.oc-banner10-container .nivo-controlNav a.active,
.oc-banner10-container .nivo-controlNav a:hover{
    background: #0600ff;
    border: 2px solid #0600ff;
}

/*-----------end banner section-----------*/

/*-----------categoriez section-----------*/

.cat_sec{
    padding: 0 80px 110px 80px;
}
.box{
    text-align: center;
    overflow: hidden;
   /* box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
    position: relative;
}
.box:before,
.box:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(11,33,47,0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.box:after{
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 170%;
    opacity: 1;
    z-index: 1;
    transform: skewX(41deg);
    transition: all 1s ease 0s;
}
.box:hover:after{ left: -170%; }
.box img{
    width: 100%;
    height: auto;
}

/*-----------end categoriez section-----------*/

/*-----------featured section-----------*/

.feat_sec{
    padding: 130px 15px 60px 15px;
}
.feat_sec_1{
    padding: 50px 0 50px 0;
}
.feat_title1 {
    text-align: center;
    font-family: 'Josefin Sans';
    color:#000;
    margin-bottom: 140px;
}
.feat_title1 h4{
    font-size: 36px;
    font-weight: 300;
    text-decoration: none;
    text-transform: capitalize;
    padding-bottom: 25px;
}
.feat_title1 h2{
    font-size: 36px;
    font-weight: bold;
    text-decoration: none;
    text-transform:uppercase;
    position: relative;
    display: inline-block;
    z-index: 2;
    padding: 0 15px;
}
.feat_title1 h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    background:var(--primary-color);
    width: 100%;
    height: 10px;
    z-index: -1;
}
.product-block { border:2px solid #edeaec; /*padding:5px;*/ margin-bottom:15px; transition:all 0.5s ease-in;}
.product-block:hover { border-color:var(--primary-color);}
.product-block .prd-name { padding:10px 0; text-align:center;}
.product-block .prd-name h3 {
	
	font-family: 'Josefin Sans';
	font-size:20px;
	color:#353535;
	font-weight:normal;
	margin-top:5px;
    margin-bottom:5px;
	text-transform: capitalize;
}
.product-block .prd-name h4 {
	
	font-family: 'Josefin Sans';
	font-size:14px;
	color:#353535;
	font-weight:normal;
	margin-top:5px;
    margin-bottom:17px;
	text-transform: capitalize;
}
.product-block .prd-btns a { width:50%; display:block; float:left; background:var(--primary-color); color:#f9ebe9; text-decoration:none; text-align:center; line-height:40px; font-weight:bold; transition:all 0.5s ease-in; font-size:12px;font-family: 'Raleway';;}
.product-block .prd-btns button { width:50%; display:block; float:left; background:#353535; color:#f9ebe9; border:none; height:40px; text-align:center; font-weight:bold; transition:all 0.5s ease-in; font-size:12px; font-family: 'Raleway';}

.product-block .prd-btns a:hover { background:#353535; color:#fff;}
.product-block .prd-btns button:hover { background:var(--primary-color); color:#fff;}

.owl-carousel .owl-item img {
    width: 65% !important;
    margin-top:10px;
}
.owl-nav {
    position: absolute;
    top: -115px;
    width: 100%;
}
.owl-prev {
    color: #fff !important;
    font-size: 25px !important;
    margin: 1px !important;
    transition: all .3s;
    outline: none !important;
    width: 40px;
    height: 40px;
    line-height: 43px !important;
    background: #000 !important;
    border-radius: 0 !important;
}
.owl-prev:hover {
    background: var(--primary-color) !important;
}
.owl-next {
    color: #fff !important;
    margin: 1px !important;
    font-size: 25px !important;
    transition: all .3s;
    outline: none !important;
    width: 40px;
    height: 40px;
    line-height: 43px !important;
    background: #000 !important;
    border-radius: 0 !important;
}
.owl-next:hover {
    background: var(--primary-color) !important;
}

/*-----------end featured section-----------*/

/*-----------newsletter section-----------*/

.newsletter_sec{
    text-align: center;
    position: relative;
    padding: 30px 0 90px 0;
}
.get_in_touch{
    background-color: #e8e8e8;
    padding: 175px 40px;
    min-height: 550px;
    position: absolute;
    width: 100%;
    top: 130px;
}
.get_in_touch h2{
    font-family: 'Raleway';
	font-size:20px;
	color:#000;
	font-weight:bold;
	text-transform: uppercase;
    margin-bottom: 10px;
}
.get_in_touch p{
    font-family: 'Josefin Sans';
	font-size:15px;
	color:#000;
	font-weight:normal;
	text-transform: capitalize;
    font-style: italic;
}
.get_in_touch .sign-form{
	margin: 5px 0;
}
.get_in_touch .sign-form input { 
	background:transparent; 
	border: none; 
	height:45px;
	padding:0 15px;
	width:100%; 
	box-shadow:none;
	color: #000;
	font-size: 13px;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
    outline: none;
}
.get_in_touch .sign-form button {
	font-family: 'Raleway';
	background:var(--primary-color); 
	height:45px;
    line-height: 45px;
    font-weight:bold;
	border: none;
	width:25%; 
	text-align:center; 
	color:#fff;  
	font-size:13px; 
	transition:all 0.3s ease-in-out 0s;
    text-transform: uppercase;  
}
.get_in_touch .sign-form button:hover {
    background: #000;
}
.get_in_touch_img{    
}

/*-----------end newsletter section-----------*/

/*-----------servi ce section-----------*/

.service{
	padding: 40px 0px;
    border-top: 1px solid #dddddd;
}
.service .center-content{
	text-align: center;
	border-right: 1px solid #dddddd;
}
.service .center-content img{
	margin-bottom: 18px;
}
.service .center-content h2{
	font-family: 'Josefin Sans';
	font-size: 24px;
	color: var(--secondary-color);
	font-weight:600;
	margin: 0;
	text-transform: capitalize;	
	margin-bottom: 6px;	
}
.service .center-content p{
	font-family: 'Josefin Sans';
	font-size:14px;
	color:#8c8c8c;
	font-weight:normal;
	margin: 0;
	letter-spacing: 1px;
}

/*-----------end service section-----------*/

/*-----------footer section-----------*/

.footer-btm{
	background-color: #f1f1f1;
	padding: 0 8%;
}
.footer-btm h2{
	font-family: 'Josefin Sans';
	font-size:18px;
	color:#0f0f0f;
	font-weight:normal;
	margin-top:5px;
    margin-bottom:18px;
	text-transform:uppercase;
}
.footer-btm h2 span{
	font-weight:bold;
}
.InformationLink{
	margin: 0px;
	padding: 0px;
}
.InformationLink ul{
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
.InformationLink ul li{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: none;
	display:block;
}
.InformationLink ul li a{
	font-family: 'Josefin Sans';
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
	color:#0f0f0f;
	text-transform:capitalize;
	margin:0px;
	padding:8px 0px 0px 0px;
	cursor:pointer;
	line-height:18px;
	transition: all 0.3s ease-in;
}
.InformationLink ul li a:hover{
	color: var(--primary-color);	
	text-decoration: underline;
}

.InformationLink ul li a i{
	 padding-right: 8px;
}

.subscribe p{
    font-family: 'Josefin Sans';
	font-size:24px;
	color: #fff;
	font-weight:300;
	padding: 10px 0;
	margin: 0;
    line-height: 30px;
}
.f-content li {
	list-style:none; 
	line-height:28px;	
}
.f-content li i { 
	line-height:25px; 
	float:left; 
	font-size:17px; 
	color: var(--primary-color); 
	text-align:center;
	margin-right:8px;
}
.f-content li div p {
	margin:0;
	font-family: 'Josefin Sans';
	color:#0e0e0e;
	font-weight:normal;
	font-size:14px;	
}
.f-content li a {
	font-family: 'Josefin Sans', sans-serif;
	text-decoration:none;
	color:#0e0e0e;
	font-weight:400;
	font-size:14px;
	transition:all .5s ease-in-out;
}
.f-content li a:hover {
	color: var(--primary-color);
	text-decoration: underline;
}
.bg_lightgray_one{
	padding: 35px 0;
}
.bg_gray_two{
	background-color: var(--primary-color);
	padding: 35px 15px 48px 15px;
}
.bg_lightgray_three{
	padding: 35px 0;
	margin-left: 28%;
}
.SocialMediaIcon{
    display: inline-block;
}		  
.SocialMediaIcon ul{
    margin:0px;
    padding:0px;
    list-style:none;
}		  
.SocialMediaIcon ul a li {
      font-size:18px;
      color:#0e0e0e;
      text-align:center;
      margin-right: 10px;
      line-height:50px;
      background-color:#f1f1f1;
      display:block;
      float:left;
      width:46px;
      height:46px;
      border-radius: 50%;
      transition:all .5s ease-in-out;
}		  
.SocialMediaIcon ul a:hover li{		  
    color:#FFFFFF;
    background-color: var(--primary-color);
    transform: rotate(360deg)
}

.copy-right {
	font-family: 'Josefin Sans';
	background:#ffffff;
	padding: 25px 8% 20px 8%;
	color:#001e3c; 
	font-size:16px;
	font-weight:normal;
}
.copy-right a {
	font-family: 'Josefin Sans';
	text-decoration:none;
    color: var(--primary-color);
	font-weight:bold;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
}
.copy-right .cr-text { 
	text-align:left;
	padding-top: 14px;
}
.copy-right .powered { 
	text-align:right;
	padding-top: 14px;
}

/*-----------end footer section-----------*/


/****back to top****/

#scroll {
    position:fixed;
    right:15px;
    bottom:100px;
    cursor:pointer;
    width:42px;
    height:42px;
    background-color:#fff;
    text-indent:-9999px;
    display:none;
	outline: inherit;
	transition: .2s;
	z-index: 999;
    border: 1px solid #e6e6e6;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#000;
}
#scroll:hover {
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/****back to top end****/

.prod_padd{
	padding: 20px 0;
}

/*:::::::::::::CONTACT PAGE CSS:::::::::::::*/

/*
.page_title_inner {
    padding: 20px 0;
}
*/
.page_title {
    text-align: center;
    padding: 50px 0 10px 0;
    background-color: #232323;
}
.page_title h2 {

    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.breadcrumbs {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 4px 0;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
}

.breadcrumbs .items .item {

    display: inline-block;
    line-height: 16px;
}

.breadcrumbs .items .item a {
    text-decoration: none;
    color: #fff;
    transition: all 0.4s ease-in 0s;
}

.breadcrumbs .items .item a:hover {
    color: #e41c26;
}

.breadcrumbs .items .item strong {
    font-weight: 400;
    color: #fff;
}

.breadcrumbs .items .item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.inner-page {
    padding: 40px 0 40px 0;
}

.page-txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
}

.page-txt h2 {
    margin-top: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 29px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-txt h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    margin-top: 22px;
}

.page-txt p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
}

.contact-form {
    display: block;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    padding: 20px;
}

.contact-form h4 {
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 1em;
    letter-spacing: 0.08em;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 29px;
    margin-top: 0;
}

.form-group label {
    display: none;
}

.form-group {
    position: relative;
    margin-bottom: 20px !important;
}

fieldset .required:after {
    color: #e41c26;
    content: "";
    font-size: 12px;
    left: -16px;
    margin: 0 0 0 5px;
    position: absolute;
    top: 8px;
    font-weight: 400;
}
.form-group .input-text {
    display: block;
    color: #000;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 2.3rem;
    padding: 1.44rem 1rem;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    box-shadow: none;
    vertical-align: baseline;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.input-text::placeholder {
  color:#000 !important;
  opacity: 0.5; /* Firefox */
}
.input-text::-webkit-input-placeholder {
  color: #000 !important;
}

.input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000 !important;
}

.input-text::-ms-input-placeholder { /* Microsoft Edge */
 color: #000 !important;
}

.submit-btn {
    width: 100%;
    text-align: center;
}

.submit-btn button {
    background: #2969ed;
    transition: all 0.3s ease-in-out 0s;
    border: none;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
	overflow: hidden;
    z-index: 1;
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.submit-btn button:hover {
    color:#303437;
	text-decoration: none;
}

.submit-btn button:after{
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%) rotate(46deg);
    transition: all 0.3s ease-in-out 0s;
}
.submit-btn button:hover:after{
    height: 150%;
    background: #fff;
    opacity: 1;
}

.contact-map {
    margin-top: 20px;
}

/*:::::::::::::CONTACT PAGE CSS END:::::::::::::*/

/*:::::::::::::LARGEVIEW PAGE CSS:::::::::::::*/
.largeview_sec{
    padding: 50px 0 20px 0;
}

.p-title { text-align:center; text-transform:uppercase; color:#0e0e0e; margin-bottom:35px;}
.p-title h2 { margin-top:0; font-weight:400; margin-bottom: 25px; font-size: 25px; font-family: 'Josefin Sans', sans-serif;}
.p-title h2 span{ font-weight:700;}

.pagination { 
	text-align:left; 
	width:100%;
	margin-top: 0;
}
.pagination a {
	border-radius:3px;
	padding:3px 4px;
	font-size:20px; 
	color:#000;
	display:inline-block;
	text-transform:uppercase;
	margin:0;
	transition: all 0.4s ease-in 0s;
}
.pagination a:hover,
.pagination a:focus{ 
	color:#2969ed;
	text-decoration: none;
	outline: none;
}

.prod-details h1 { 
	font-family: 'Josefin Sans', sans-serif;
	text-align:left;
	text-transform:uppercase;
	font-weight:600; 
	font-size:20px; 
	color:#101010;
}
.prod-details h3 { 
	color:#101010;
	font-size:18px;
	font-weight:400;
	margin: 18px 0;
	
}
.prod-details .description { 
	min-height:150px;
	font-weight:400;
	font-size:17px; 
	color:#101010;
	text-transform: capitalize;
	margin-top: 30px;
}

.prod-details .description p{ 
	
	font-weight:400;
	font-size:14px; 
	color:#a8a2a2;
	line-height: 28px;
}
.prod-details .description span { 
	
	text-transform:uppercase;
	color:#101010; 
	font-size:16px;
	font-weight: 600;
}
.prod-details .prd-opt {
	margin-bottom:40px;
}
.prod-details .prd-opt label {
	width:24%;
	text-align:left; 
	font-size:14px;
	text-transform:uppercase;
	line-height:34px;
	margin:0;
}
.prod-details .prd-opt .form-control {
	width:36%;
	font-weight:400;
	border-radius: 0 !important;
}
.prod-details .prd-opt .form-control:focus {
	border-color:#fac930;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(242, 190, 28, 0.6);
}
.like-box { margin-top:3rem;}


.qt-btn {
	font-family: 'Josefin Sans', sans-serif;
	background:none !important; 
	font-weight: 500;
	height:60px;
	line-height: 45px !important;
	border: none !important;
	text-align:center; 
	color:#000 !important;  
	font-size:15px; 
	transition:all 0.3s ease-in-out 0s;
	text-transform:none;
	outline: none !important;
}
.qt-btn:hover {
	color:#000;
	background:#068f3d;
	
}

.wrap-cart-cta {

    display: inline-block;
    float: left;
    margin-right: 10px;
    font-size: 14px;
	max-width: 123px;
	border: 2px solid #000;
}

.input-group .form-control {

    height: 60px !important;
	line-height: 60px !important;
	border: none !important;
	padding-left: 16px;

}

.submit-btn-d {}

 .submit-btn-d button {
	font-family: 'Josefin Sans', sans-serif;
	background:#2969ed; 
	font-weight: 500;
	padding: 18px 15px;
	width: 200px;
	border: none; 
	text-align:center; 
	color:#fff;  
	font-size:16px; 
	transition:all 0.3s ease-in-out 0s;
	text-transform:none;
	position: relative;
    overflow: hidden;
	z-index:1;
	
}
 .submit-btn-d button:hover {
	color: #000;	
}

.submit-btn-d button:after{
	
	content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: all 0.3s ease-in-out 0s;	
}

.submit-btn-d button:hover:after{
	
    height: 170%;
    background: #fff;	
    opacity: 1;	
}
/*:::::::::::::LARGEVIEW PAGE CSS END:::::::::::::*/

/*:::::::::::::::::MEDIAQUERY SECTIONS CSS START::::::::::::::::*/


@media screen and (min-width:1300px) and (max-width:1525px){

	.bg_lightgray_three {
	    margin-left: 14%;
	}
}
@media screen and (min-width:992px) and (max-width:1299px){
    
    .get_in_touch {
        padding: 80px 40px;
        min-height: 436px;
    }
	.padding_lr {
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}
    .cat_sec {
        padding: 0 10px 110px 10px;
    }
    .increase_paddind_lr {
        padding: 0 15px;
    }
    .push_down {
        top: 130px;
    }
    .feat_sec {
        padding: 50px 15px 60px 15px;
    }
	.footer-btm {
	    padding: 0 0;
	}
	.bg_lightgray_three {
	    margin-left: 0;
	}
	.copy-right {
	    padding: 18px 0 12px 0;
	}
	.copy-right {
	    font-size: 12px;
	}		
}
@media screen and (max-width:991px){
    
    .get_in_touch .sign-form button {
        width: 32%;
    }
    .get_in_touch {
    padding: 44px 40px;
    min-height: 307px;
}
    .cat_sec {
        padding: 0 10px 110px 10px;
    }
    .increase_paddind_lr {
        padding: 0 15px;
    }
    .push_down {
        top: 130px;
    }
    .feat_sec {
        padding: 50px 15px 60px 15px;
    }
	.bg_lightgray_three {
	    margin-left: 0;
	}
	.footer-btm {
	    padding: 0 0;
	}
	.copy-right {
	    padding: 18px 0 12px 0;
	}
	.copy-right .powered {
	    text-align: left;
	}
	.copy-right {
	    font-size: 12px;
	}
	.copy-right .cr-text {
	    text-align: center;
	}
	.copy-right .powered {
	    text-align: center;
	}
}	
@media screen and (max-width:767px){
    
    .get_in_touch {
        padding: 110px 28px;
        position: inherit;
        top: 0px;
        min-height: 200px;
    }
    .cat_sec {
        padding: 0 10px 110px 10px;
    }
    .increase_paddind_lr {
        padding: 0 0;
    }
    .push_down {
        top: 0px;
    }
    .feat_sec {
    padding: 50px 0px 60px 0px;
}
}
@media only screen and (max-width:480px){
    
    .page_title h2 {
        font-size: 18px;
    }
    .breadcrumbs {
        font-size: 12px;
    }
    .prod-details h1 {
        font-size: 17px;
    }
    .get_in_touch .sign-form button {
        width: 45%;
    }
    .product-block .prd-name h3 {
        font-size: 18px;
    }
    .footer-btm h2 {
        font-size: 14px;
    }
    .bg_gray_two {
        padding: 25px 5px 0 5px;
    }
    .submit-btn-d button {
        width: 155px;
    }
}

/*::::::::::::::::::::MEDIAQUERY SECTIONS CSS END:::::::::::::::::::*/

