/* Custom Fonts */
@charset "utf-8";
@font-face {
    font-family: 'roboto-thin';
    src: url('../fonts/roboto-thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-thinitalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-mediumitalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-bolditalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-blackitalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background: #e7e7e7;
}
::-webkit-scrollbar-thumb {
    background: #d1d3d5;
    border: 0;
}

/* Placeholder */
::-webkit-input-placeholder {
    color: #71737f !important;
}
::-moz-placeholder {
    color: #71737f !important;
}
:-ms-input-placeholder {
    color: #71737f !important;
}
:-moz-placeholder {
    color: #71737f !important;
}

html, body {
    margin: 0;
    color: #000;
    height: 100%;
    font-size: 14px;
    background: #fff;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "roboto";
}
p, li, ul, span, input {
    margin: 0px;
    padding: 0px;
    font-family: "roboto";
    font-weight: 400;
    list-style: none;
}
a {
    color: inherit;
    font-family: "roboto";
    font-weight: 400;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none !important;
}
submit, buttom, label, input {
    font-family: "roboto";
    font-weight: 400;
    text-decoration: none!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
}
img {
    max-width: 100%;
}
.clear {
    clear: both;
}

/* Buttons Styles Start */
.btn {
    color: #fff;
    border: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    line-height: 16px;
    padding: 17px 40px;
    background: #b65b10;
    display: inline-block;
    outline: none !important;
    text-transform: uppercase;
    letter-spacing: 0 !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.btn:focus, 
.btn:hover, 
.btn:active, 
.btn:active:focus,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    border: none;
    background: #e9850d;
    outline: none !important;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.form-group {
    margin-bottom: 10px;
}
label {
    color: #000;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 8px;
}
.form-control {
    color: #000;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 15px;
    padding-bottom: 8px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.form-control:focus {
    border-color: #e0e0e0;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
textarea.form-control { 
    resize: none;
    min-height: 155px;
}

header {
 
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 55;
    height: 90px;
    background: #c49430;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
header .container,
header .row {
	height: 100%;
	background-color:#c49430;
}
header .d-flex {
    width: 100%;
    align-items: center;
    justify-content: space-between;
	background-color:#c49430;
}
header .navbar {
    padding: 0 15px;
	background-color:#c49430;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; 
}
header .navbar .navbar-nav .nav-item {
    margin-left: 1px;
	background-color:#c49430;
}
header .navbar .navbar-nav .nav-item .nav-link {
	height: 100%;
	display: flex;
	color: #000033;
	font-size: 14px;
	font-weight: 600;
	padding: 7px 20px;
	position: relative;
	text-align: center;
	align-items: center;
	justify-content: center;
	/* background: transparent;*/
   background-color:#c49430;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
header .navbar .navbar-nav .nav-item.home-item .nav-link {
    width: 35px;
    height: 35px;
    padding: 7px 10px;
    border-radius: 100%;
	color: #FFFFFF;
}
header .navbar .navbar-nav .nav-item .nav-link:hover,
header .navbar .navbar-nav .nav-item.active .nav-link {
	color: #FFFFFF;
}
header img {
margin-top:-8px;
    width: 325px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
header .navbar-expand-lg .navbar-collapse {
    padding-top: 35px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

header.fixedHeader {
    left: 0;
    width: 100%;
    z-index: 55;
    height: 70px;
    padding-top: 0;
    /*background: #fff;*/
	background-color:#c49430
    -webkit-box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
    -moz-box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
    box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
}
header.fixedHeader .navbar-expand-lg .navbar-collapse {
    padding-top: 25px;
}
header .dropdown-menu {
    top: 50px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    background-color: #293991;
    border: 1px solid #1d5dad;
}
header .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 14px;
    padding: 7px 10px;
}
header .dropdown-menu .dropdown-item + .dropdown-item {
    border-top: 1px solid #1d5dad;
}
header .dropdown-menu .dropdown-item:focus, 
header .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #00aeef;
}
.header-top {
    position: absolute;
    padding-top: 7px;
    right: 0;
    top: .4em;
    padding-right: 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.header-top li {
	float: left;
	color: #004080;
	line-height: 1;
	padding: 0 8px;
	font-size: 12px;
	/*
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2E2E2E;
	*/
}
.header-top li a:hover,
.header-top li a:focus,
.header-top li a i {
	color: #800000;
}
.header-top li a i {
    margin-right: 3px;
}
.header-top li:first-child {
    padding-left: 0;
}
.header-top li:last-child {
    padding-right: 0;
    border-right: none;
}
.header-top .labelround{
border-radius:100%;
background-color:#CCCCCC;
margin-top:-10px;
padding:3px 5px 3px 5px;
 
 }
.collapse .form-control {
	height: 32px;
	font-size: 13px;
	padding: 5px 10px;
	border: 1px solid #004080;
}
.collapse .btn {
    padding: 8px;
    background: #004080;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
header.fixedHeader img {
    width: 180px;
} 
header.fixedHeader .header-card {
    opacity: 0;
    position: absolute;
    top: -40px;
    right: 15px;
    filter: alpha(opacity = 0);
}
header.fixedHeader .search-wrapper .search-link {
    color: #fff;
}
header.fixedHeader .navbar .navbar-nav .nav-item .nav-link {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
header.fixedHeader .navbar .navbar-nav .nav-item .nav-link:hover,
header.fixedHeader .navbar .navbar-nav .nav-item.active .nav-link {
    color: #b65b10;
}
header.fixedHeader .header-top {
    padding-top: 0
}
header .icon-bar {
    position: absolute;
    left: 10px;
    width: 25px;
    height: 2px;
    display: block;
    margin-bottom: 5px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
header .navbar-toggler {
    border: none;
    background: #b65b10 !important; 
}
header .navbar-toggler .top-bar {
    top: 10px;
    left: 14px;
    transform: rotate(45deg);
    transform-origin: 10% 10%; 
}
header .navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0); 
}
header .navbar-toggler .bottom-bar {
    top: 24px;
    left: 14px;
    margin-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: 10% 90%; 
}
header .navbar-toggler.collapsed .top-bar {
    left: 10px;
    transform: rotate(0deg); 
}
header .navbar-toggler.collapsed .middle-bar {
    top: 18px;
    opacity: 1;
    filter: alpha(opacity=100); 
}
header .navbar-toggler.collapsed .bottom-bar {
    top: 25px;
    left: 10px;
    transform: rotate(0deg); 
}
header.fixedHeader .navbar {
    align-items: center;
}
footer {
    float: left;
    width: 100%;
    color: #b06308;
    padding: 50px 0;
    position: relative;
    background: #e5c070;
}
.wrapper {
    float: left;
    width: 100%;
    padding: 100px 0;
}
.common-header {
    padding-bottom: 80px;
}
.common-header .d-flex {
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.common-header .d-flex h4 {
    color: #283891;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.common-header .d-flex img {
    margin-bottom: 35px;
}
.common-header .d-flex p {
    width: 86%;
    font-size: 14px;
    line-height: 22px;
}
.common-header .d-flex .btn {
    margin-top: 40px;
}
.about-section .d-flex {
    height: 100%;
}
.about-section .card {

    width: 100%;
    border: none;
    flex-wrap: wrap;
    text-align: center;
    padding: 40px 20px;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    box-shadow: 0 1px 12px #e2e2e2;
	
}

.about-section .card img {
    margin-bottom: 35px;
}
.about-section .card h5 {
    color: #283891;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.about-section .card p {
    line-height: 20px;
    margin-bottom: 35px;
}
.about-section .card ul {
    padding-left: 12px;
    margin-bottom: 35px;
}
.about-section .card li {
    text-align: left;
    list-style: lower-roman;
}
.about-section .card li + li {
    margin-top: 15px;
}
.about-section .card .btn {
    padding: 12px 30px;
}
.we-are-section {
    color: #fff;
    background: #293991;
}
.we-are-section .common-header .d-flex h4 {
    color: #fff;
}
.we-are-section .d-flex {
    height: 100%;
}
.we-are-section .card-no {
    line-height: 1;
    padding-right: 20px;
}
.we-are-section .card-no h6 {
    color: #00aeef;
    line-height: 1;
    font-size: 51px;
    font-weight: 600;
}
.we-are-section .card-details {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
}
.we-are-section .card-details h5 {
    font-size: 26px;
    margin-top: 5px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
}
.we-are-section .card-block p {
    color: #00aeef;
    line-height: 20px;
}
.we-are-section .card-block .btn {
    margin-top: 40px;
    padding: 13px 30px;
    background: #00aeef;
}
.we-are-section .card-block .btn:hover,
.we-are-section .card-block .btn:focus {
    color: #293991;
    background: #00aeef;
}
.we-are-section .line {
    float: left;
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 35px;
    border-top: 1px dashed #949cc8;
}
footer .d-flex {
    flex-wrap: wrap;
    align-items: baseline;
    flex-direction: column;
}
footer .footer-logo {
    height: 50px;
}
footer .btn {
    float: right;
    color: #b4cc43;
    background: #fff;
    margin-top: 20px;
    padding: 13px 30px;
}
footer .btn:hover,
footer .btn:focus {
    color: #99782e;
    background: #5d3909;
}
.about-info p {
    margin-top: 25px;
}
footer h4 {
    color: #b06308;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
footer .form-head {
    color: #fff;
}
footer ul li + li,
footer p + p {
    margin-top: 10px;
}
footer .hours,
footer .contact-ads {
    margin-top: 25px;
}
footer .hours p + p {
    margin-top: 7px;
}
footer .phone,
footer .email {
    margin-top: 10px;
}
.copyright-wrapper {
    float: left;
    width: 100%;
    color: #fff;
    padding: 30px 0;
    font-weight: 400;
    text-align: center;
    background: #b06308;
}
.copyright-wrapper  span {
    color: #00aeef; 
}
.inner-banner {
    float: left;
    width: 100%;
    margin-top: 90px;
    position: relative;
}
.inner-banner .d-flex {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.inner-banner img {
    width: 100%;
}
.inner-banner .d-flex h2 {
    color: #fff;
    font-size: 51px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.para-wrapper {
    flex-wrap: wrap;
    align-items: baseline;
    flex-direction: column;
}
.para-wrapper p {
    font-size: 14px;
    line-height: 24px;
}
.para-wrapper img {
    margin-top: 20px;
}
.para-wrapper p + p {
    margin-top: 20px;
}
.vision-wrapper {
    padding-top: 50px;
    align-items: center;
}
.vision-wrapper h4 {
    color: #283891;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.vision-wrapper p {
    line-height: 24px;
    padding-right: 40px;
}
.vision-wrapper.mision-wrapper {
    flex-direction: row-reverse;
}
.vision-wrapper.mision-wrapper h4 {
    padding-left: 40px;
}
.vision-wrapper.mision-wrapper p {
    padding-right: 0;
    padding-left: 40px;
}
.vision-wrapper li {
    list-style: inside;
}
.vision-wrapper li + li {
    margin-top: 7px;
}
.location-map iframe {
    width: 100%;
    border: none;
    min-height: 400px;
}
.form-header {
    width: 100%;
}
.form-header h5 {
    color: #283891;
    font-size: 26px;
    font-weight: 700;
    padding-top: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.address-right {
    flex-wrap: wrap;
    flex-direction: column;
}
.address-right .contact-ads,
.address-right .phone,
.address-right .email {
    display: flex;
}
.address-right .contact-ads {
    padding-top: 5px;
}
.address-right .phone,
.address-right .email {
    margin-top: 20px;
    align-items: center;
}
.address-right .contact-icons {
    padding-right: 15px;
}
.address-right .contact-icons span {
    float: left;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    font-size: 14px;
    border-radius: 100%;
    align-items: center;
    background: #00aeef;
    justify-content: center;
}
.chat-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 20px;
    cursor: pointer;
    border-radius: 100%;
    align-items: center;
    background: #00aeef;
    justify-content: center;
}
.para-wrapper a {
    color: #293991;
    font-weight: 600;
}
.para-wrapper h3 {
    color: #283891;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.para-wrapper h4 {
    color: #283891;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
    font-style: italic;
}
.para-wrapper ul {
    padding-left: 20px;
}
.para-wrapper ul li {
    list-style: disc;
}
.para-wrapper ul li+ li {
    margin-top: 7px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-20 {
    margin-top: 20px;
}
.social-links {
    margin-top: 30px;
}
.social-links ul {
    display: flex;
    align-items: center;
}
.social-links ul li {
    color: #293991;
    font-size: 14px;
    margin-right: 10px;
}
.social-links ul li + li {
    margin-top: 0;
}
.social-links ul li a {
    color: #99782e;
    float: left;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    background: #5d3909;
    border: 2px solid #99782e;
    justify-content: center;
}
.social-links ul li a:hover {
    color: #fff;
    background: #b65b10;
    border: 2px solid #b65b10;
}
.whatsapp {
    display: flex;
    margin-top: 15px;
    align-items: center;
}
.whatsapp .whatsapp-icon {
    margin-right: 10px;
}
.address-right .whatsapp {
    margin-top: 20px;
}
.address-right .whatsapp .whatsapp-icon {
    margin: 0;
    padding-right: 15px;
}
.banner {
    margin-top: 90px;
}
.product-wrapper {
margin-top: -75px;
    background-color: transparent;
    background: url(../images/product-bg-bottom.png) left bottom no-repeat;
	z-index:555;
}
.product-wrapper .card-header {
width:100%;

    color: #fff;
    border: none;
    font-size: 26px;
    border-radius: 0;
    padding: 15px 25px;
    margin-bottom: 40px;
    background: #e9850d;
}
.product-wrapper .card {

    width: 100%;
    border: none;
    border-radius: 0px;
    text-align: center;
    background: transparent;
	text-align: center;
	 display: inline-block;
	/*background:url(../images/back.jpg);*/
}
 
.product-wrapper .card img {
     width: 100%; 
 
  
  border: 2px solid white;
  outline: #eaeaea solid 10px;
  margin: auto;  
  /*padding: 30px;*/
   padding: 10px;
  background-color:#eaeaea;
  cursor:pointer;
 background-image: radial-gradient(circle, rgb(246,246,246), rgb(242,242,242), rgb(227,227,227));  
 /*

border: 2px solid white;
  outline: #E4F4B3 solid 10px;
  margin: auto;  
  padding: 30px;
  background-color:#E4F4B3;
  cursor:pointer;*/
 /*background-image: radial-gradient(circle, rgb(246,246,246), rgb(242,242,242), rgb(227,227,227));*/
}
.product-wrapper .card .tick img{
width:auto;
   border: 0px;
    outline: none;
	  margin: auto;   
   padding: 0px;
    background-color:white;
 
 

}
.product-wrapper .card h4 {
    color: #dc8f09;
    font-size: 12px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.product-wrapper .card h5 {
    color: #dc8f09;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.product-wrapper .card h6 {
    color: #dc8f09;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 4px;
    text-transform: uppercase;
	color:#006600;
}

.product-wrapper .card .labelclass {
	 
	 
	font-family: Arial, Helvetica, sans-serif;
	
	color: #fff;
    width: 100%;
    font-size: 13px;
   /* margin-top: 10px;*/
    padding: 10px 15px;
    border-radius: 10px;
    background: #1b4557;
    margin-bottom: 5px;
    display: inline-block;
}

.product-wrapper .card .labelhead2 {

	color:#666666;
	text-align:left;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.product-wrapper .card .labelhead3 {
	color: #800000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.product-wrapper .card .labelhead4 {
	color:#000000;
	text-align:left;
	font-size: 12px;
	font-weight: normal;
	font-family: "roboto";
	line-height: 15px;
	 
}
.product-wrapper .card a {
    color: #fff;
    width: 100%;
    font-size: 13px;
    margin-top: 11px;
    padding: 10px 15px;
    border-radius: 4px;
    background: #b65b10;
    margin-bottom: 60px;
    display: inline-block;
}
.product-wrapper .card a:hover,
.product-wrapper .card a:focus {
    background: #e9850d;
}

.imgcontainer {
  position: relative;
  text-align: center;
   
}


.bottom-left {
  position: absolute;
  bottom: -10px;
  left: -10px;
    color:black;
	background:#c49430;
 
  
  padding:3px;
  font-family:"roboto";
  font-size:12px;
  cursor:pointer;
}

.bottom-left1 {
  position: absolute;
  bottom: 20px;
  left: -10px;
    color:black;
	background:#c49430;
 
  
  padding:3px;
  font-family:"roboto";
  font-size:12px;
  cursor:pointer;
}
.top-left {
  position: absolute;
  top: 0px;
  left: 5px;
 
}
.top-left1 {
  position: absolute;
  top:  5px;
  left: 20px;
 
}
.top-left2 {
  position: absolute;
  top: 10px;
  left: 36px;
 
}
.top-left3 {
  position: absolute;
   top: -10px;
  left: -10px;
  color:black;
  background-color:#c49430;
 /* border-radius: 5px;*/
  padding:3px;
  font-family:"roboto-thin";
  font-size:12px;
  cursor:pointer;
}
.top-left4 {
  position: absolute;
   top: -10px;
  left: -10px;
  border-radius: 100%;
  border-color:#666666;
  background-color:#CCCCCC;
  padding: 0px 5px 0px 5px;
    cursor:pointer;
}

.top-right {
  position: absolute;
  top: -10px;
  right: -10px;
  color:black;
  background-color:#c49430;
 /* border-radius: 5px;*/
  padding:3px;
  font-family:"roboto-thin";
  font-size:12px;
  cursor:pointer;
}
.top-right1 {
  position: absolute;
  top: 0px;
  right: 0px;
  color:AE0000;
  
 /* border-radius: 5px;*/
  padding:3px;
  font-family:"roboto-thin";
  font-size:12px;
  cursor:pointer;
}
.top-right2 {
  	 position: absolute;
  top: -10px;
  right: -10px;
  color:AE0000;
  
 /* border-radius: 5px;*/
  padding:3px;
 display:block; 
  font-size:12px;
  cursor:pointer;
  content:'';
}
}
.bottom-right {
	position: absolute;
	bottom: 35px;
	right: 0px;
	color:#800000;
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	 
	 border-radius: 5px;
	/* background:rgb(230,230,230,0.3);*/
	background:#CCCCCC;
	 padding:3px 10px;
	 
}
.bottom-right1 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	color:#800000;
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	 
	 border-radius: 5px;
	/* background:rgb(230,230,230,0.3);*/
	background:#CCCCCC;
	 padding:3px 10px;
}
.centerednostock {
	position: absolute;
	width:100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:red;
	padding:25px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-large;
	cursor:auto;
	font-weight:800;
	background:rgb(230,230,230,0.5);
	 text-transform: uppercase;
	
}
.centered {
	position: absolute;
	width:100%;
	top: 85%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #74571D;
	/*border-radius: 5px;*/
	 padding:3px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	cursor:pointer;
	font-weight:800;
	/*background:#CCCCCC;*/
}
.centeredrate {
	position: absolute;
	top: 82%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #c49430;
	border-radius: 5px;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	cursor:pointer;
	font-weight: bold;
}
.centereddetails {
	position: absolute;
		width:100%;
	top: 85%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:#9F6D2B;
	border-radius: 5px;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:800;
}
.winered {
 	color:#AE0000;
 	font-family:Arial, Helvetica, sans-serif;
 
	font-size:10px;
 }
 .winered1 {
 	color:#AE0000;
 	font-family:Arial, Helvetica, sans-serif;
	 
	font-size:12px;
 }
 .winered2 {
 	color:#AE0000;
 	font-family:Arial, Helvetica, sans-serif;
	 
	font-size:14px;
 }
  .winered3 {
 	color:#AE0000;
 	font-family:Arial, Helvetica, sans-serif;
	 
	font-size:14px;
	cursor:pointer;
	 
 }
.plusminus  {
    color: #0e6200;
    width: auto;
    font-size:10px;
    margin-top: 0px;
    padding: 0px;
    border-radius: 0px;
    background:white;
    margin-bottom: 0px;
    display:block;
}

.product-wrapper .card .plusminus a:link {
 color: #0e6200;
    width: auto;
    font-size:10px;
    margin-top: 0px;
    padding: 0px;
    border-radius: 0px;
    background:white;
    margin-bottom: 0px;
    display:block;
}

.product-wrapper .card .plusminus a:hover,
.product-wrapper .card .plusminus a:focus {
     color: #158303;
	  background:white;
}
.product-wrapper .card button {

    color: #fff;
    width: 100%;
    font-size: 13px;
    margin-top: 11px;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #b65b10;
    margin-bottom: 60px;
    display: inline-block;
}
.product-wrapper .card button:hover,
.product-wrapper .card button:focus {
    background: #e9850d;
}
footer form {
    width: 100%;
}
footer form .col-form-label {
    margin: 0;
    color: #fff;
    line-height: 31px;
}
footer form .form-control {
    color: #000;
    height: 38px;
    padding: 4px 10px;
    border: 2px solid #fff;
    background: transparent;
	
}
footer form .form-control:focus {
    border: 2px solid #fff;
    background: transparent;
}
footer .contact-btn {
    margin-top: 25px;
}
footer a:hover,
footer a:focus {
    color: #5d3909;
}

/* CSS Hack Only For Firefox */
@-moz-document url-prefix() { 
}

/* CSS Hack Only foe IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
}

/* Media Queries */
@media (max-width: 1199.98px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 17px;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }
    header img {
        width: 200px;
    }
    .slider-area-wrapper {
        height: auto;
    }
    .common-header .d-flex p {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    header {
        z-index: 55;
    }
    header .navbar-collapse {
        position: fixed;
        width: 100%;
        top: 90px;
        right: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    header.fixedHeader .navbar-collapse {
        top: 60px;
    }
    header .dropdown-menu {
        background-color: #172677;
    }
    header .dropdown-menu .dropdown-item + .dropdown-item {
        border-top: 1px solid #293991;
    }
    header .navbar-nav {
        margin: 0;
        padding: 0;
    }
    header .navbar {
        padding: 10px 0;
        justify-content: flex-start; 
    }
    header .navbar .navbar-nav .nav-item {
        margin-left: 0;
    }
    header .navbar .navbar-nav .nav-item .nav-link,
    header.fixedHeader .navbar .navbar-nav .nav-item .nav-link {
        color: #fff;
        height: 40px;
        font-size: 13px;
        text-align: right;
        padding: 10px 20px;
        background: #b65b10;
        border-color: #b65b10;
        justify-content: flex-end;
    }
    header .navbar .navbar-nav .nav-item .nav-link:hover, 
    header .navbar .navbar-nav .nav-item.active .nav-link {
        color: #fff;
    }
    header .navbar-expand-lg .navbar-collapse {
        padding-top: 0;
    }
    header.fixedHeader .navbar-expand-lg .navbar-collapse {
        padding-top: 10px;
    }
    header.fixedHeader .navbar .navbar-nav .nav-item .nav-link:hover, 
    header.fixedHeader .navbar .navbar-nav .nav-item.active .nav-link {
        color: #5d3909;
    }
    header .navbar .dropdown-item {
        text-align: right;
    }
    header .navbar-toggler {
        position: absolute;
        right: 0;
        top: 35px;
        width: 45px;
        height: 36px;
        padding: 10px;
        background: #b65b10;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    }
    header.fixedHeader .navbar-toggler {
        top: 25px;
    }
    header .navbar-toggler:focus {
        outline: none !important;
    }
    header .navbar .navbar-nav .nav-item.home-item .nav-link {
        float: right;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .about-section .card {
        margin-bottom: 30px;
    }
    .about-section {
        padding-bottom: 70px;
    }
    .we-are-section .card-block .btn {
        margin-top: 20px;
    }
    .we-are-section .line {
        display: none;
    }
    .we-are-section .d-flex {
        margin-bottom: 50px;
    }
    .we-are-section {
        padding-bottom: 50px;
    }
    .we-are-section .card-details h5,
    .we-are-section .common-header .d-flex {
        margin-top: 0;
        margin-bottom: 0;
    }
    .we-are-section .line-wrapper {
        margin: 0;
        padding: 0;
    }
    .we-are-section .card-no h6 {
        margin-top: 8px;
    }
    .common-header {
        padding-bottom: 50px;
    }
    .about-info {
        margin-bottom: 50px;
    }
    header .navbar .navbar-nav .nav-item .nav-link:hover:before, 
    header .navbar .navbar-nav .nav-item.active .nav-link:before {
        bottom: 2px;
    }
    .vision-wrapper.mision-wrapper {
        flex-direction: row;
    }
    .vision-wrapper.mision-wrapper h4,
    .vision-wrapper.mision-wrapper p {
        padding-left: 0;
    }
    .location-map iframe {
        min-height: 300px;
    }
    .header-top ul li:first-child,
    .header-top ul li:nth-child(2) {
        display: none;
    }
    .header-top {
        padding-right: 0;
    }
    header.fixedHeader .header-top {
        padding-top: 4px;
    }
    .contact-dflex {
        margin-top: 40px;
    }
    header.fixedHeader img {
        width: 140px;
    }
    header .form-inline {
        padding: 5px;
        background: #fff;
        border-bottom: 1px solid #b65b10;
    }
    header .collapse .form-inline .form-control {
        float: left;
        width: calc(100% - 30px);
    }
    header .collapse .form-inline .btn {
         float: left;
         width: 30px;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
}

@media (max-width: 767.98px) { 
    header .navbar {
        padding: 10px;
    }
    header .navbar-toggler {
        right: 15px;
    }
    .contact-dflex {
        margin-top: 50px;
    }
    .vision-wrapper,
    .vision-wrapper.mision-wrapper {
        flex-direction: column;
    }
    .vision-wrapper img {
        max-width: 100%;
        margin-top: 30px;
    }
    .inner-banner .d-flex h2 {
        font-size: 33px;
    }
    .header-top {
        padding-right: 15px;
    }
}

@media (max-width: 575.98px) {
    header .navbar-toggler {
        top: 30px;
    }
    header img {
        width: 120px;
    }
    .header-top {
        padding-top: 0;
    }
    .header-top li {
        padding: 0 5px;
    }
    .contact-dflex {
        margin-top: 30px;
    }
}
.loader-busy{
  position: fixed;
  left: 50%;
  top: 50%;
  width: 50px
  height: 50px;
  z-index: 9999;
  background: url('../images/CircularProgressAnimation.gif') ;
             /* 50% 50% no-repeat rgb(0,0,0);*/
}

/*customized radio button*/
.containerradio {max-width: 850px; width: 100%; margin: 10px ; background-color:#FFFFFF}

.four { width: 30%; max-width: 100%; 
 text-align:center;}
/* COLUMNS */

.colr {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
 
}

.colr:first-of-type { margin-left: 0; }

/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* FORM */

.form .plan input, .form .payment-plan input, .form .payment-type input{
    display: none;
}

.form label{
	position: relative;
	color: #000000;
	background-color: #fffff;
	border-radius: 10px;
	font-size: 12px;
	text-align: center;
	height: 75px;
	line-height: 75px;
	display: block;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	/*border: 3px solid transparent;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form .plan input:checked + label, .form .payment-plan input:checked + label, .form .payment-type input:checked + label{
    border: 3px solid #333;
    background-color: #2fcc71;
}

.form .plan input:checked + label:after, form .payment-plan input:checked + label:after, .form .payment-type input:checked + label:after{
    content: "\2713";
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    border: 2px solid #333;
    background-color: #2fcc71;
    z-index: 888;
    position: absolute;
    top: -10px;
    right: -10px;
}

/* end of customized radiobutton */

.prhead{
    color: #dc8f09;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 4px;
    text-transform: uppercase;
	color:#006600;
}
.normaltxt{
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.normaltxtsmall{
	color:#333333;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.loader-busy{
  position: fixed;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  z-index: 9999;
  background: url('./images/ajax_clock_small.gif') 
              50% 50% no-repeat rgb(249,249,249);
			  background-color: green;
			  
}
#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:12px;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}
#customers label{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:12px;
  padding:10px;
}
#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #3679DE;
	color: white;
	font-size:16px;
	border: 1px solid #3679DE;
}




#customers1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:12px;
  border-collapse: collapse;
 
  
}

#customers1 td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers1 tr:nth-child(even){background-color: #f2f2f2;}

 

#customers1 th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #726405;
	color: white;
	font-size:16px;
	border: 1px solid #726405;
}
.borderred{
	border:thin solid #FF0000;
	color: #000000;
	outline: none;
	padding: 5px 10px;
	font-size: 14px;
	cursor:auto
	text-align: left;
	border-radius: 10px;
}
.bordegreen{
	border:thin solid #008040;
	color: #000000;
	outline: none;
	padding: 5px 10px;
	font-size: 14px;
	cursor:auto
	text-align: left;
	border-radius: 10px;
}
.bordegreen1{
	border:thin solid #008040;
	color: #000000;
	outline: none;
	padding: 5px 10px;
	font-size: 14px;
	cursor:auto
	text-align: left;
	border-radius: 5px;
}
.bordegreen2{
	border:thin solid #008040;
	color: #000000;
	outline: none;
	padding: 5px 10px;
	font-size: 11px;
	cursor:auto
	text-align: left;
	
}
.badge {
	position: relative;
	top: -10px;
	right: 15px;
	padding: 3px 5px 3px 5px;
	border-radius: 100%;
	background-color: green;
	color: white;
	line-height: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.bluebig{
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large;
	font-style:normal;
	color:#004080;
	font-weight: bold;
}
#uid
{
	background-image:url(../images/icons/icon1.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	text-indent: 25px;
	height: 25px;
	border: thin solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
 
}
#pass
{
	background-image:url(../images/icons/icon2.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	text-indent: 25px;
	height: 25px;
	border: thin solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
#nam
{
	background-image:url(../images/icons/icon3.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	text-indent: 25px;
	height: 25px;
	border: thin solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	
}
#emailid
{
	background-image:url(../images/icons/icon4.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	text-indent: 25px;
	height: 25px;
	border: thin solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
 
}

.normaltxtitalics{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-style:italic;

}
.headbrown{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#990000;

}
.blackbig{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#666666;

}
/*    creating user drop-down menu */

.dropdown {
  position: relative;
  display: inline-block;
  
}

.dropdown-content {
  display: none;
  position:absolute;
    right: -10px;
	top:15px;

	border-radius:10px;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;

}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

/* back button sticky */

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:10;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}
.content {
  margin-left: 75px;
  font-size: 30px;
}