@charset "utf-8";

/***** Design By Sagar 4.3 HTML 5 *****/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,700;1,600&family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");
font-family: 'Nunito', sans-serif;
font-family: 'Poppins', sans-serif;
/* CSS Document */

body {
    font-family: 'Nunito', sans-serif;
    background: #fff;
    color: #1d1f23;
    font-size: 15px;
    overflow-x: hidden;
    letter-spacing: .6px;
}

::-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;
    letter-spacing: 1px;
}

p {
    padding: 0;
    margin: 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;
}

table td{
    border: 1px solid #a5a5a6;
	padding:5px;
}
table{
	width:100%;
}
table th{
background:#2493e1; color:#fff; border:1px solid #1978ba; padding:5px;
}
/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #ff1b7c;
    --secondary: #ff1b7c;
}

/*** header ***/
.header-new {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.darkHeader .side1 {
    background: none !important;
}

.darkHeader .login {
    padding: 25px 17px;
}

.darkHeader .search {
    height: auto;
    padding: 30px 13px;
}


.top_area {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 8px 0px;
}

.top_area span {
    display: inline-block;
    font-size: 13px;
}

.top_area a {
    color: #ffff;
    display: inline-block;
    font-size: 14px;
}

.top_area a i {
    color: #fff;
    display: inline-block;
    padding-right: 5px;
    margin-left: 1rem;
    font-size: 14px;
}

.header-cen {
    background-image: linear-gradient(to right, #fff 80%, transparent 0%);

}

.top-section {
    display: flex;
    align-items: center;
}

.side1 {
    background: url(../images/border.png);
    display: flex;
    justify-content: end;
    padding: 0px 0px;
    height: 105px;
    width: 24.6%;
    margin-top: -9px;
    position: relative;
    background-size: cover;
}

.search {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #004ca4;
    position: relative;
    height: 97px;
    padding: 21px 13px;

}

.search i {
    font-size: 20px;
    color: #fff;
}

.search span {
    color: #fff;
}

.login {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 16px 19px 16px 0px;

}

.login i {
    font-size: 28px;
    color: #333;
}

.login span {
    line-height: 11px;
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.lague {
    padding-left: 1rem;
    padding-right: 1rem;
}

.header ul li {
    display: inline-block;
    float: none;

    margin: 0px;
}

.right-side {
    margin-top: 19px;
    margin-left: 50px;
}

.center-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header li a {
    padding: 36px 10px;
    display: block;
    text-decoration: none;
    color: #111;
    font-size: 15px;
    transition: .3s linear;
    font-weight: 600;
    border-radius: 0px;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.header li a:hover {

    color: #004ca4;
}


.carousel-inner {
    position: relative;
}

.hide {
    display: none;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeInLeft .5s forwards;
    z-index: 9999;
    background-color: #fff;
}

.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:250px;
    font-weight: 400;
    text-align: left;
    border-radius: 0px;
    color: #333;
    text-transform: capitalize !important;
}

.dropdoqwn li a:hover {
    background-color: #004ca4;
    color: #fff;
}

.meg:hover {
    background-color: #004ca4;
}

.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: 6px 20px 5px 10px;
    width: 192px;
    margin-right: 2rem;
    margin-right: auto;
}


.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: 5px 5px 10px #dfdfdf;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.menu {
    font-size: 2rem;
    display: inline-flex;
    justify-content: end;
    color: #333;
    cursor: pointer;
    margin-left: .8rem;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background: url(../images/menu-clip.png) no-repeat;
    transition: 0.5s;
    padding-top: 80px;
    transform: translateX(254%);
    overflow: hidden;
}

.mystyle {
    width: 530px;
    transform: translateX(0%);
}

.sidenav h3 {
    font-size: 36px;
    margin-top: 121px;
    font-weight: 300;
    color: #18820a;
    padding-bottom: 30px;
}

.sidenav:after {
    content: "";
    position: absolute;
    left: 107px;
    background: url(../images/menu-vector.png) no-repeat;
    height: 238px;
    background-size: contain;
    width: 301px;
    top: 0;
}

.side_menu {
    width: 100%;
    height: 100%;
    text-align: right;
}

.flex_social {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.flex_social a {
    margin-right: .6rem;
    padding: 2px !important;
}

.side_menu a i {
    font-size: 12px;
    padding-left: 1rem;
}

.sidenav a {
    text-decoration: none;
    font-size: 1rem;
    color: #000;
    display: block;
    transition: 0.3s;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    padding: 8px 6px;
}

.sidenav a:hover {
    color: #333;
}

.sidenav {
    padding: 0px 30px;
}

.sidenav .closebtn {
    position: absolute;
    top: 23px;
    right: 27px;
    font-size: 24px;
    z-index: 9999;
    margin-left: 50px;
    color: #fff;
    background: #ee8600;
    border-radius: 100%;
    padding-top: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about {
    padding: 4rem 0rem;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}

.about h1 {
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 20px;
}

.about img {
    width: 100%;
    object-fit: cover;
}

.about a {
    display: inline-block;
    padding: 11px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #004ca4;
    margin-top: 20px;
    min-width: 150px;
    text-align: center;
    transition: .4s ease-in-out;
}

.about a:hover {
    background-color: #004ca4;
    color: #fff;
}
.products1 {
    padding: 1rem 0rem 2rem;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    background-color: #f4f4f5;
    text-align: center;
}
.products1 h1{ font-size:22px;}
.products {
    padding: 4rem 0rem;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    background-color: #f4f4f5;
    text-align: center;
}

.products h2 {
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 10px;
}

.box1 {
    background-color: #fff;
    text-align: left;
    margin-top: 20px;
    transition: .4s ease-in-out;
    overflow: hidden;
	    padding: 0px 0px 20px;
}

.box1:hover {
    box-shadow: 5px 5px 10px #dfdfdf;
    border-radius: 20px;
}

.box1 a {
    display: block;
    text-align: center;
}

.box1 a img {
    aspect-ratio: 1/1;
    height: 250px;
    object-fit: contain;
    padding-top: 20px;
}

.box1 strong {
    display: block;
    font-size: 19px;
    margin-top: 20px;
    padding-left: 2rem;
}

.box1 small {
    display: block;
    font-size: 14px;
    margin-top: 0px;
    padding-left: 2rem;
    color: #989898;
    line-height: 21px;
    padding-bottom: 26px;
}

.view {
    display: inline-block;
    padding: 11px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #004ca4;
    margin-top: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-width: 150px;
    transition: .4s ease-in-out;
}

.view:hover {
    background-color: #004ca4;
    color: #fff;
}

.infrastructure img {
    width: 100%;
    object-fit: cover;
}

.infrastructure {
    background-color: #01b8f6;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.panel {
    padding: 4rem 5rem;
}

.infrastructure h3 {
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 20px;
    color: #fff;
}

.infrastructure a {
    display: inline-block;
    padding: 11px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #004ca4;
    margin-top: 30px;
    min-width: 150px;
    text-align: center;
    transition: .4s ease-in-out;
}

.infrastructure a:hover {
    background-color: #fff;
    color: #222;
}

.f_about {
    padding: 3rem 0rem;

}

.f_about h4 {
    font-weight: 700;
    font-size: 21px;
}

.f_about p {
    margin-top: 10px;
    line-height: 25px;
    font-size: 15px;
}

.icons-group {
    text-align: center;
    margin-top: 2rem;
}

.icons-group img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.icons-group strong {
    display: block;
    font-weight: 600;
    font-size: 19px;
    color: #000;
    margin-top: 20px;
    line-height: 7px;
}

.bag {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    background-color: #002146;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.footer h6 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}

.footer a {
    color: #fff;
    font-size: 15px;
    transition: .4s ease-in-out;
    line-height: 30px;
    font-weight: 300;
    transition: .3s ease-in-out;
}

.footer a:hover {
    color: #ebbf7a;
}

.media {
    display: block;
}

.media i {
    padding-right: 5px;
}

.footerbottom span {
    color: #000;
    text-align: center;
    line-height: 24px;
    display: block;
    font-size: 15px;
    padding: 16px 10px;
    background-color: #01b8f6;
    font-weight: 500;
}

.footerbottom a {
    color: #fff;
}
.bradcrmbg{ background:#02baf8; padding:150px 0px 30px; text-align:center; color:#fff;}
.bradcrmbg a{ color:#fff;}

.productdetails{}
.leftimages img{display:table;aspect-ratio: 1 / 0;object-fit:contain; margin:0 auto; height:350px;}
.hidden{ display:none;}
.relaitedpro span a{background:#ebfffe; border:1px solid #c8edec; padding:5px 10px; font-size:14px;display:inline-block;margin-bottom:5px; border-radius: 3px;}
.relaitedpro span a:hover{background:#034391; color:#fff;}
.centercontent{padding:15px 20px; font-weight:400; color:#333639; font-size:15px;}
.centercontent strong{ color:#00632d;}
.centercontent small{ line-height:20px !important; color:#666666;}
hr {margin:0px;background-color:#00632d;}
.centercontent hr {margin:10px 0px;background-color:#00632d;}
.centercontent h1{ font-size:24px;color: #030e0c; font-weight:600;}
.centercontent ul li{ background:url(../images/arrowright.png) no-repeat; background-position:0px 7px; padding-left:18px;}
.centercontent h2{ font-size:18px; margin-top:15px; margin-bottom:15px;}
.rightfrom h2{ font-size:18px; color:#00632d; padding-bottom:15px;}
.hidden{ display:none;}

.rightfrom{ border-left:1px solid #dedcdc; background:#ebfffe; padding:15px 20px;}
.allpagescont h1{ font-size:18px; padding-bottom:20px;}
.fromincons{position: absolute;
    font-size: 18px;
    margin: 8px 10px;
	color:#919191;
}
.inputbutton{outline: none;
    margin: 0 auto;
    border: none;
    padding: 8px 27px;
    border-radius: 3px;
    color:#fff;
     font-weight:700;
	 background-color:#004ca4;
	 display:block;
	 font-size:16px;
	 width:100%;
	 margin-bottom:20px;
}
.fromincons{position: absolute;
    font-size: 18px;
    margin: 8px 10px;
	color:#919191;
}
.contactinput{ outline:none; border:1px solid #ccc; padding:8px 30px; font-size:15px; width:100%;border-radius: 5px; margin-bottom:8px;}

.centercontent ul li {
    background: url(../images/arrow-right.png) no-repeat;
    background-position: 0px 9px;
    line-height: 28px;
    padding-left: 15px;
}
.contactdetails { padding:15px 30px; font-size:20px;color:#000000;}
.contactdetails h3{color:#333;margin-bottom:15px; }
.icons_d i{ width:80px; margin-right:20px; font-size:24px;}
.icons_d{ margin-bottom:15px;}
.prosecbg{ background:#fff;border-radius: 10px; border:2px solid #abb6ba; padding:15px; text-align:center;min-height: 230px;}
.prosecbg:hover{ border:2px solid #02509b;}

.prosecbg img{ height:200px; width:100%; object-fit:contain;}
.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: 25px;
}
.homewhatsapp{ position:fixed; bottom:65px; right:15px; z-index:99999;}
.contactbutton{ margin-top:30px; border:2px solid #111111; background:#004ca4; padding:10px 20px; display:block; color:#fff; font-weight:500; font-size:20px;border-radius:5px;}








