
@import url('assets/css/fonts.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	font-family:'Poppins', Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#474646;
	margin:0;
	padding:0;
	background:#fff;
	line-height:24px;
	overflow-x:hidden;
	-webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
          user-select: none;
}
body figure img {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  -o-user-select: none;
  user-select: none;          
}
.clr {
	clear:both;
	height:0;
	font-size:0;
	display:block;
}
.text-align {
	text-align:left;
}
.cf:before, .cf:after {
	content: '';
	display: block;
	clear: both;
}
.cf {
	display: block;
}
.cf {
 *display: block;
	_display:block;
 *zoom:1;
}
ul {
	list-style:none;
	padding-left:0;
	margin: 0px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
a {
	text-decoration:none;
}
h4, h5, h6 {
	font-family:'robotoregular', Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin: 0px;
}
h1, h2{
	font:normal 30px/30px 'robotoregular', Arial, Helvetica, sans-serif;
	margin: 0px;
	}

h3 {
	font-size:24px;
	margin: 0px;
}

h4, h5, h6 {
	font-size:22px;
}
b {
	color:#343434;
}
hr {
	border-color:#cfcfce;
}
address {
	margin-bottom:0;
}
a:hover, a:focus {
	color: #2A6496;
	text-decoration: none;
}
a:focus {
	outline:none;
	outline-offset:0;
}
.container {
	position:relative;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
.top_header .navbar-brand {
	height: auto;
    padding: 15px 15px 15px 0;
	float: left;
}

.top_header .search_br {
	margin: 50px 0 0 0px;
	float: right;
}

.search_br input.search {
	border: 1px solid #eeeeee;
    height: 40px;
    padding-left: 18px;
    width: 406px;
	text-shadow:none; 
	box-shadow:none;
	float: left;
}

.search_br Button.button {
	background: #eeeeee;
	font: 25px 'BebasNeueRegular';
	color: #bcbcbc;
	text-transform: uppercase;
    border: none;
    padding: 5px 14px;
    position: relative;
    float: right;
}
input.header_search{
    padding:10px;
	font-family: FontAwesome, "robotolight", Verdana, sans-serif;
	font-size:14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.top_header .phone_cnt {
	float: right;
    margin: 36px 0 0 60px;
}

.phone_cnt select.selecttheme {
	width: 196px;
    height: 35px;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    float: right;
	padding-left: 14px;
}

.phone_cnt .phn_no {
	font: 36px 'BebasNeueRegular';
	color: #670c74;
	line-height: 30px;
}

.phone_cnt .phn_no i {
	font-size: 24px;
    color: #670c74;
    width: 40px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #5c0e7d;
    padding: 7px 8px;
	margin-right: 9px;

}
h2.chtxt {
    margin-left: 6%;
}

/* ==========================================================================
  Navigation custom styles
   ========================================================================== */
.navbar-default {
    background: #ca1a4f;
	border-bottom:none;
	box-shadow:none;
	margin-bottom:0;
	position: absolute;
	width: 100%;
}
.navbar-default .navbar-nav{
	width: 100%;
    display: flex;
    justify-content: center;
	}

.navbar-default .navbar-nav > li {
	position: relative;
}

.navbar-default .navbar-nav > li > a {
    font:400 22px/22px 'Poppins';
	text-transform:uppercase;
	letter-spacing: 0.5px;
	color: #fff;
	padding: 21px 25px;
	text-shadow:none;
}

.navbar-default .navbar-nav > li:after {
	content: "";
	width: 1px;
	height: 62px;
	background: url(assets/images/nav-aftr.png);
	position: absolute;
	top: 0px;
	right: 0;
}

.navbar-default .navbar-nav > li:last-child:after {
	content: "";
	width: 1px;
	height: 62px;
	background: url(assets/images/nav-aftr.png);
	position: absolute;
	display: none;
	top: 0px;
	right: 0;
}


.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.current-menu-item a {
    background-color:transparent;
    color: #670c74;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li.current-menu-item a  {
    background-color:transparent;
	background:none;
    color: #670c74;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .active > a {
    background:none;
    box-shadow:none;
	color:#670c74;
}

.social {
	float: right;
	margin: 14px 0;
}

.social i {
	font-size: 21px;
	color: #670c74;
	border: 1px solid #670c74;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	padding: 5px 9px;
}




/* ==========================================================================
  Banner custom styles
   ========================================================================== */
.bannerContainer {
	position: relative;
}
.bannerContainer img {
	width: 100%;
}
.bannerCaption {
	background: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.bannerCaption .container {
	display: table;
	height: 100%;
}
.bannerCaption .bnrcptInner {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.bannerCaption .bnrcptInner .big_hdlin {
	margin-top: 110px;
	padding-bottom: 52px;
}

.bannerCaption .bnrcptInner .big_hdlin h2 {
	font: 38.19px 'CenturyGothic';
	line-height: 40px;
	color: #ffffff;
	margin: 0px 0 20px;
	padding: 0px;
}

.bannerCaption .bnrcptInner h3 {
	font: 24px 'CenturyGothic';
	line-height: 31px;
	color: #ffffff;
	text-transform: uppercase;
	border: 1px solid #a1fb48;
	max-width: 538px;
    margin: 0 auto;
	padding: 21px 0;
}

.bannerCaption .bnrcptInner .bnr_form {
	width: 811px;
	background: rgba(0,0,0,0.70);
	margin: 0 auto;
	padding: 15px 15px;
}

.bnr_form input {
	width: 31%;
    -webkit-appearance: textfield;
	background-color: transparent;
    -webkit-rtl-ordering: logical;
    cursor: auto;
	margin-bottom: 10px;
	border: 1px solid #ffffff;
	padding: 10px 15px 9px;
	margin-right: 15px;
}

.bnr_form button {
	background: #83f114;
	padding: 12px 0 13px;
	width: 32%;
	text-align: center;
	color: #000000;
	border: none;
	font: 15px 'OpenSans';
	line-height: 17px;
	text-transform: uppercase;
}

.metaslider .caption-wrap {
    background: none !important; 
    top: 35% !important;
}
.sliderInner h2{
	font: 50px 'Roboto-Black';
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.sliderInner h4{
	font: 28px 'Robotolight';
    color: #fff;
    text-transform: uppercase;
	margin-left:7%;
}
/* ==========================================================================
  Main Container custom styles
   ========================================================================== */


a.hmprdbtn{
	font-family: "Roboto", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #E41E26;
    border-radius: 50px 50px 50px 50px;
	padding: 10px 20px;
}


/*About us
=========================*/
.abtrt_side .elementor-widget:not(:last-child) {
    margin-bottom: 14px;
}
.nasaclr {
	font-size:18px;
	font-weight:700;
	color:#e52931;
	}


.contactForm_area .form-group {
    margin-bottom: 25px;
}	
.contactForm_area label{
	font:300 14px/27px 'Roboto';
	color: #363737;
	}
.contactForm_area .form-control {
	border:1px solid rgba(189,189,189,0.7);
	border-radius:0;
	box-shadow:0 0 10px rgba(214,214,214,0.75);
	height:54px;
	}
.contactForm_area textarea.form-control {
	height:94px;
	}
.submitBtn {}
.submitBtn .smtbtn{
	background: #ca1a4f;
	border: none;
	font: 700 22px/22px 'Roboto';
	color: #fff;
	text-transform: uppercase;
	padding: 17px 25px 17px;
	border-radius: 0;
	}
.submitBtn .smtbtn:hover,
.submitBtn .smtbtn:focus{
	outline:none;
	box-shadow:none;
	background: #ca1a4f;
	}	
	
	
.cntAdrs_list ul li span.elementor-icon-list-icon{
	display:block;
	border:none;
	text-align:center;
	width:116px;
	height:116px;
	border-radius:116px;
	line-height:132px;
	margin-right:18px;
	background:#223f95;
	}
.cntAdrs_list.cntAdrs_adrs ul li span.elementor-icon-list-icon{
	line-height:125px;
	}


.hmtax_block .row{
	margin:0 -6px;
	} 
.hmtax_block .row [class*=col-]{
	padding:0 6px;
	margin:20px 0;
	}
.prd_content h3{
	font:700 20px/24px 'Roboto';
	color:#303030;
	text-transform:uppercase;
	margin:20px 0 10px;
	}
.prd_content p{
	font:400 14px/22px 'Poppins';
	color:#3f3e3e;
	margin-bottom:20px;
	}
.prd_btn a {
	display:inline-block;
	padding: 13px 25px;
	}
.elct_block {
	margin-bottom:60px;
	}
.elct_block .row{
	margin:0 -6px;
	} 
.elct_block .row [class*=col-]{
	padding:0 6px;
	margin:14px 0;
	}
.elecprd_content h3{
	font:700 20px/24px 'Roboto';
	color:#303030;
	text-transform:uppercase;
	margin:23px 0 0;
	}	
	
.gmng_wrapper .row{
	display:flex;
	align-items: center;
	margin:0px;
	}	
.gmng_wrapper .row [class*=col-]{
	padding:0px;
	margin:19px 0;
	}
.gmng_wrapper .row .col-sm-5{width:39%;}
.gmng_wrapper .row .col-sm-7{width:61%;}	
	
.elementor .gmng_img img{
	border:3px solid #e41e26;
	border-radius:3px;
	}
.gmng_content {
	background:#e41e26;
	padding:30px 40px;
	}
ul.gmngproduct{
	margin:0 -15px;
	}
ul.gmngproduct li {
	display:inline-block;
	width:32.333%;
	padding:10px 15px;
	vertical-align:top;
	}
ul.gmngproduct li span{
	display:flex;
	border:2px solid #fff;
	border-radius:61px;
	text-align:center;
	font:600 16px/21px 'Roboto';
	color:#fff;
	text-transform:uppercase;
	min-height:61px;
	align-items: center;
    justify-content: center;
	padding:0 20px;
	}



.gmng_content h5{
	font:600 16px/24px 'Roboto';
	color:#fff;
	letter-spacing:0;
	margin-bottom:10px;
	}

/* ==========================================================================
  Footer custom styles
   ========================================================================== */
.footer_container {
	position: relative;
	background: #1a1a1a;
	padding:35px 0 27px;
}


.ftr_nav {
	padding:0;
	margin-top:17px;
}
.ftr_nav ul.ftr_navv li{
	display:inline-block;
	}
.ftr_nav ul.ftr_navv li a {
	padding: 18px 14px;
	color: #d4d4d4;
	text-transform: uppercase;
}
.ftr_nav ul.ftr_navv li:first-child a{
	padding-left:0px;
	}

.callus_sec {
	text-align:right;
	}
.callus_sec a {
	background:#e41e26;
	border-radius:57px;
	font:700 18px/22px 'Roboto';
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	padding:17px 26px;
	}
ul#ftr_social_icon.cnss-social-icon{
	margin-top:12px;
	}	
ul#ftr_social_icon.cnss-social-icon li.cn-fa-icon a {
    background-color:transparent !important;
	color:#919191 !important;
}	
ul#ftr_social_icon.cnss-social-icon li:not(:last-child){
	margin-right:12px !important;
	}	
	
.copyright {
	text-align: left;
	color: #d5d5d5;
	text-transform:uppercase;
}
.copyright p{margin:0px;}

/* ==========================================================================
  Media Query custom styles
   ========================================================================== */

@media (min-width: 1200px) {
.container {
	width: 1170px;
}

}

@media (min-width: 1390px) {
.cand-img img {
	max-width: initial;
}

}


@media (min-width:992px) and (max-width:1199px) {
.cntAdrs_list ul li span.elementor-icon-list-icon{
	width: 70px;
    height:70px;
    border-radius:70px;
	line-height: 78px;
	}	
.cntAdrs_list.cntAdrs_adrs ul li span.elementor-icon-list-icon {
    line-height: 76px;
}	
.gmng_content {
    padding: 30px 20px;
}
ul.gmngproduct li span{
	font-size:12px;
	}

	
	}
@media (min-width:768px){}
@media (min-width:768px) and (max-width:991px) {
.navbar-default .navbar-nav > li > a{
	font-size:16px;
	}	
.hmtax_block .row [class*=col-]{
	width:33.333%;
	}	
.ftr_nav ul.ftr_navv li a {
    padding: 18px 5px;
	font-size:14px;
}
.copyright{
	font-size:14px;
}
.cntAdrs_list ul li span.elementor-icon-list-icon{
	width: 70px;
    height:70px;
    border-radius:70px;
	line-height: 78px;
	}	
.cntAdrs_list.cntAdrs_adrs ul li span.elementor-icon-list-icon {
    line-height: 76px;
}
.cntAdrs_list ul li span.elementor-icon-list-icon{
	margin-right: 4px;
	}

body .elementor-21 .elementor-element.elementor-element-cd220e6 .elementor-icon-list-item{
	 padding-left: 8px;
	}
.bannerContainer img {
    width: 100%;
    object-fit: cover;
    height: 240px;
}
.elct_block .row [class*=col-]{
	width:33.333%;
}
.gmng_content {
    padding: 30px 15px;
}
ul.gmngproduct li{
	padding: 5px 6px;
	
	}
ul.gmngproduct li span{
	font: 600 10px/14px 'Roboto';
	}
.gmng_content h5 {
    font: 600 11px/24px 'Roboto';	
}
	
	
	
	
	}
@media(max-width:767px) {
	
.navbar-default .navbar-nav{
	display:block;
	}	
.navbar-default .navbar-nav > li:after{
	display:none;
	}	
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}	
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}	
.navbar-default .navbar-nav > li > a{
	font-size:16px;
	 padding: 11px 25px;
	}
.top_header .navbar-brand{
	
	}
.navbar-brand > img {
    display: block;
    width:80%;
	margin-left: auto;
    margin-right: auto;
}
.prd_img img{
	margin:auto;
	}

.hmtax_block .row [class*=col-]:not(:last-child){
	margin-bottom:60px;
	}
.ftr_navv {
	text-align:center;
	}
.ftr_nav ul.ftr_navv li a{
	padding: 14px 9px;
	font-size: 14px;
	}
.callus_sec {
    text-align: center;
    margin: 20px 0 0;
}
ul#ftr_social_icon.cnss-social-icon {
    margin-top: 12px;
    text-align: center !important;
    margin-bottom: 15px;
}
.copyright{
	text-align: center;
	font-size: 14px;
	}
.callus_sec a{
	font-size:15px;
	padding: 13px 26px;
	}


.cntAdrs_list ul li span.elementor-icon-list-icon{
	width: 70px;
    height:70px;
    border-radius:70px;
	line-height: 78px;
	}	
.cntAdrs_list.cntAdrs_adrs ul li span.elementor-icon-list-icon {
    line-height: 76px;
}
.bannerContainer img {
    width: 100%;
    object-fit: cover;
    height: 240px;
}
.elementor .elecprd_img img{
	margin:auto;
	display:block;
	}	
.gmng_wrapper .row{
	display:block;
	}	
.gmng_wrapper .row .col-sm-7,
.gmng_wrapper .row .col-sm-5 {
    width: 100%;
}	
.elementor .gmng_img img{
	margin:auto;
	}
.gmng_wrapper .row [class*=col-]{
	margin:0px;
	}	
.gmng_wrapper .row .col-sm-7{
	margin-bottom:60px;
	}	
.gmng_content{
	padding:20px 15px;
	}
ul.gmngproduct li span{
	    font: 600 12px/16px 'Roboto';
	}

	
		
	
	}
@media (min-width:580px) and (max-width:767px){
	
.elct_block .row [class*=col-]{
	width:50%;
	float:left;
}	
	
	}
@media (min-width:401px) and (max-width:579px){
	
.elct_block .row [class*=col-] {
    width: 50%;
    float: left;
}	
.elecprd_content h3{
	font-size:17px;
	}
ul.gmngproduct li{
	width: 49%;
	}


	
	}
@media(max-width:400px){
	
.bannerContainer img {
    width: 100%;
    object-fit: cover;
    height: 180px;
}
ul.gmngproduct li{
	width: 100%;
	}



	
	
	}
























