@charset "utf-8";

/***** Design By Sagar 4.3 HTML 5 *****/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
/* font-family: 'Nunito Sans', sans-serif;
font-family: 'Poppins', sans-serif; */

/* CSS Document */

body {
    font-family: 'Poppins', sans-serif; 
    background: #fff;
    color: #1d1f23;
    font-size: 15px;
    letter-spacing: .4px;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #222;
    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif; 
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}


/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #f10c0f;
    --secondary: #f10c0f;
}

/*** header ***/

.header-new{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
}

.header-cen {
    position: relative;
    padding-right: 0;
}

.header ul li {
    display: inline-block;
    float: none;

    margin: 0px;
}

.top-section {
    display: flex;
}

.right-side {
    margin-top: 19px;
    margin-left: 50px;
}

.right-h {
    display: flex;
    justify-content: end;
}

.center-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header li a {
    padding: 30px 15px;
    display: block;
    text-decoration: none;
    color: #173e63;
    font-size: 16px;
    transition: .3s linear;
    font-weight: 500;
    border-radius: 0px;
    text-transform: uppercase;
}

.header li a:hover {
    color: #1c416b;
}

.home {
    color: #1c416b;
}

.hide {
    display: none;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeInLeft .6s;
    z-index: 9999;
    background-color: #fff;
    min-width: 185px;

}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-left: 0px;
    margin-right: .1rem;
    margin-top: -39px;
    min-width: 160px;
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
}

.dropdoqwn {
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
}

.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 10px 15px;
    min-width: 150px;
    font-weight: 500;
    text-align: left;
    border-radius: 0px;
    color: #fff;
    text-transform: capitalize !important;
    background-color: #1c416b;
}

.dropdoqwn li a:hover {
    background-color: #274d78;
    color: #fff;
}

.meg:hover {
    background-color: #f10c0f;
}

.catrgory span {
    margin-top: 28%;
    display: block;
}

.catrgory h3 {
    font-size: 24px;
    font-weight: 900;
}

.catrgory a {
    background-color: #084519;
    display: table !important;
    margin: 50px auto;
    padding: 10px 18px !important;
    color: #fff !important;
}

.headerlist {
    padding: 15px 00px;
}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px 0px;
    text-transform: capitalize;
    color: #222;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 0px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;

}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    border-radius: 0px;
    padding: 21px 22px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.logo-center img {
    position: absolute;
    margin: 0 auto;
    display: block;
    left: -25px;
    right: 0;
    top: 7px;
    z-index: 999999;
    width: 108px;
}

.logo-part {
    float: left;
    padding: 5px 20px 5px 0px;
}

.online_e {
    background: #00a2ff;
    padding: 10px 20px;
    margin-left: 21px;
    font-weight: 700;
    color: #fff !important;
}

.top_i {
    padding-right: 10px;
}

.darkHeader {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999 !important;
    background-color: #fff;
    border-bottom: none;
    animation: fadeInDown 1s;
    box-shadow: -6px 2px 10px #0000002b;
}

.darkHeader .logo-part {
    float: left;
    padding: 5px 20px 8px 0px;
    margin-top: 0px;

}
.search i{
    font-size: 22px;
}
.search{
    display: inline-flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1e4165;
    color: #fff;
    padding: 10px 18px;
    cursor: pointer;
    font-size: 14px;
}
#myDIV{
    display:none;
    position: absolute;
    bottom: -58px;
    right: 0;
    width: 100%;
    background: #fff;
    min-height: 58px;
    padding: 10px 15px;
    transition: .5s ease-in-out;
}


#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.headerbg{
    background-color: #fff;
    position: relative;
    
}
.headerbg:after{
    position: absolute;
    content: '';
    left: -10px;
    right: 0px;
    top: 10px;
    bottom: 0;
    width: 101.7%;
    height: 100%;
    background: #dbe000;
    z-index: -1;
}

.email{
    padding: 9px 0px;
}
.email a{
    font-size: 14px;
    display: inline-block;
    color: #fff;
    font-weight: 300;
}
.Welcome{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.set1 i{
    color: #dbe000;
    font-size: 16px;
    padding-right: 6px; 
}
.Welcome i{
    color: #dbe000;
    font-size: 16px;
    padding-right: 6px;
}
.top_i{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a9a8a9;
    color: #fff;
    padding: 3px 5px;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    font-size: 13px;
}

.email-b {
    align-items: center;
    display: flex;
    margin-left: 15px;
}
.login {
    padding: 0px !important;
    background-color: #fff !important;
    color: #333 !important;
    text-align: center;
    font-size: 13px !important;
    margin-left: 10px;
}

.login img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.mobile3 {
    align-items: center;
    display: flex;
    position: relative;
    padding-right: 14px;
    padding-left: 14px;
}

.mobile3::after {
    position: absolute;
    content: '';
    right: 0;
    border-right: 1px solid #d1c7c7;
    z-index: 999;
    height: 40%;
}
.darkHeader .headerbg{
    background-color: #fff;
}
.darkHeader .headerbg::after{
    background-color: transparent !important;
}
.bannebottom{ background:#dbe000; padding:15px 0px;}
.bannebottom h1{font-size:16px;}
.procontent h2{ text-align:center; color:#02509b; padding:50px 0px;}
.indexabout h3{ padding-bottom:40px;}
.indexabout a{background:#02509b; padding:15px 20px; color:#fff; display:table;border-radius: 10px;}

.indexprod{ background:#e0eef4; padding:50px 0px; text-align:center;}
.indexprod h4{ font-size:28px; text-align:center; color:#02509b; padding-bottom:50px;}
.prosecbg{ background:#fff;border-radius: 10px; border:2px solid #abb6ba; padding:15px; text-align:center;}
.prosecbg:hover{ border:2px solid #02509b;}

.prosecbg img{ height:150px; width:100%; object-fit:contain;}
.viewall a{background:#02509b; padding:15px 25px; color:#fff; display:table;border-radius: 10px; margin:0 auto;}

.featurebg{ background:url(../images/indexprobg.jpg) no-repeat fixed ; background-size:cover; padding:50px 0px;}
.featurebg h6{font-size:28px; text-align:center; color:#000; padding-bottom:50px;}

/**** FOOTER ****/
footer {
    background: #000000;
    color: #c1c1c1;
    padding: 50px 0px;
    line-height: 34px;
}

.footertext h6 {
    color: #dbe000;
    font-size: 20px;
    border-bottom: 1px solid #4c4c4c;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footertext a {
    color: #c1c1c1;
	font-size: 14px;
}

.footertext a:hover {
    color: #00bcd4;
}

.footertext i {
    color: #dbe000;
    width: 24px;
}

.footerbottom {
    color: #4c4c4c;
    text-align: center;
    line-height: 24px;
	font-size: 14px;
}

.footerbottom a {
    color: #4c4c4c;
}
.mobilefixed {
	position: fixed;
	background-color: #fff;
	width: 100%;
	bottom: 0;
	color: #fff;
	display: flex;
	text-align: center;
	z-index: 99999!important;
	box-shadow: -8px 2px 21px 0 rgba(136, 136, 136, .4);
	border-radius: 10px 10px 0 0
}

.mobilefixed ul {
	width: 100%
}

.mobilefixed li {
	display: inline-block;
	width: 19%;
	margin-bottom: -11px
}

.mobilefixed li a {
	color: #000 !important;
	padding: 10px 15px 0 15px;
	font-weight: 400;
	font-size: 13px;
	display: inline-block
}

.google {
	padding-top: 20px
}

.mobilefixed img {
	width: 22px;
	margin: 0 auto
}

.home-cions {
	background-color: #fff;
	border-radius: 100px;
	padding: 15px!important;
	height: 52px!important;
	position: relative;
	top: -42px;
	box-shadow: 0 0 9px 0 #a0a0a0
}

.home-cions img {
	width: 24px;
	margin-top: -3px
}

.mobilefixed span {
	width: 100%;
	display: block;
	font-size: 12px
}
.allpages{ background:#02509b!important; padding:150px 0px 10px; text-align:center; color:#fff;}
.allpages a{ color:#fff;}
.leftprod{ font-weight:700; font-size:18px; color:#02509b; border-bottom:2px solid #02509b; display:block; margin-bottom:15px;}
.leftsubprod{ font-size:14px; line-height:22px;}
table td{
    border: 1px solid #a5a5a6;
	padding:5px;
}
table{
	width:100%;
}
.leftsideimage img{margin: 0 auto; object-fit: contain;    width: 100%;    height: 400px;}
.rightside h2{ color:#02509b; font-size:24px; padding-bottom:15px;}
.requestcall a{ background:#dbe000; display:block; color:#000000; padding:10px; text-align:center; font-size:18px; font-weight:500; border-radius:5px;}
.requestcall a:hover{ background:#02509b; color:#fff; }
.sendnquiry a{ background:#02509b; display:block; color:#fff; padding:10px; text-align:center; font-size:18px; font-weight:500; border-radius:5px;}
.sendnquiry a:hover{ background:#dbe000; color:#000; }
.frombg{ padding:50px 70px;box-shadow: 0 3px 22px 10px rgb(136 136 136 / 29%);border-radius:5px;}
.youarelookig { font-size:24px; font-weight:500;}
.youarelookig strong{ color:#02509b;}
.fromtext{ text-align:right; font-size:14px; padding-top:10px; margin-bottom:20px;}
.contactbutton{ margin-top:30px; border:2px solid #3185d5; background:#02509b; padding:10px 20px; display:block; color:#fff; font-weight:500; font-size:20px;border-radius:5px;}
.aboutpage{ line-height:24px;}
.contact_area {
    padding-left: 0px;
    padding-right: 60px;
    padding-top: 20px;
    text-align: left;
}

.contact_area h3 {
    font-size: 20px;
    display: table;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 15px
}

.icons_d {
    display: flex;
    color: #555;
    font-size: 16px;
    margin-top: 20px;
}

.icons_d i {
    font-size: 22px;
    padding-right: 16px;
}

.contact_area2 {
    padding-left: 0px;
    padding-right: 60px;
    padding-top: 30px;
    text-align: left;
}

.contact_area2 i {
    font-size: 18px;
}
.lefthead{ color:#2162b4; font-weight:500;}
.leftheadlist{ font-size:14px;}
.accordion-body {
     padding:0px; 
}
.from-custom {
    border: 2px solid #fff;
    margin-top: 17px;
    padding: 10px 20px;
    font-size: 15px;
    color: #777 !important;
    transition: .4s linear;
}

.submit-c {
    outline: 0 !important;
    font-size: 14px;
    padding: 9px 21px 7px;
    border-radius: 4px;
    background: #333;
    border: 3px solid #333;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    display: inline-block;
    line-height: 23px;
    transition: all .3s ease;
}

.submit-c i {
    padding-left: 10px
}

.from-custom::placeholder {
    color: #777;
}

.from-custom:focus {
    border: 2px solid #00adef !important;
    box-shadow: none;
}
.from_contact {
    background-color: #f2f2f2 !important;
    padding: 55px;
}
.rightside ul li{ background:url(../images/arrow.png) no-repeat; background-position:0px 9px; padding-left:25px;
line-height: 28px;}

.stickypage {
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
}








