@charset "utf-8";

/***** Design By Sagar 4.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&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&display=swap');



/* CSS Document */

body {
    background: #fff;
    color: #1d1f23;
    font-size: 16px;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .5px;
}
table{ width:100%;}
table td{ border:1px solid #ccc; padding:5px;}
::-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 {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
}

::-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: #004da5;
    --secondary: #f6821f;
}

.headerpart {
    background-color: #fff;
}

.cover {
    object-fit: cover;
    width: 100%;
    border-radius: 0px;
}

.header-s {
    padding: 1px 10px;
    font-size: 14px;
}


/*** header ***/
.mobile3 {
    align-items: center;
    display: flex;
    margin-left: 15px;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.headerf-0flex li a {
    padding: 15px 15px;
    display: block;
    text-decoration: none;
    color: #1c1b1b;
    font-size: 15px;
    transition: .6s linear;
    font-weight: 400;
    border-radius: 3px;

}
.headerf-0flex li a:hover {
    color: #fff;
	background:#ff7500;
	border-radius:0px;
}

.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}
.header{text-align: center;}
.header ul ul {
    position: absolute;
    display: none;
    animation: fadeInUp .5s forwards;
    z-index: 9999;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn li:nth-child(1) {
    animation: fadeInDown .2s;
}

.dropdoqwn li:nth-child(2) {
    animation: fadeInDown .3s;
}

.dropdoqwn li:nth-child(3) {
    animation: fadeInDown .6s;
}

.dropdoqwn li:nth-child(4) {
    animation: fadeInDown .8s;
}

.dropdoqwn li:nth-child(5) {
    animation: fadeInDown .10s;
}

.dropdoqwn li:nth-child(6) {
    animation: fadeInDown 1.1s;
}

.dropdoqwn li:nth-child(7) {
    animation: fadeInDown 1.3s;
}

.dropdoqwn li:nth-child(8) {
    animation: fadeInDown 1.5s;
}

.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 8px 15px;
    min-width: 260px;
    text-align: left;
    border-radius: 0px;
    color: #fff;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: var(--secondary);
}

.dropdoqwn li a:hover {
    background-color: #004da5;
    color: #fff;
}

.meg:hover {
    background-color: #fff;
}

.headerlist {
    padding: 10px 30px;
}

.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;
    animation: fadeInDown .5s forwards;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px;
    text-transform: capitalize;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    height: 380px;
    border-radius: 0px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.side-right {
    float: right;
}

.side-right li {
    display: inline-block;
    margin-right: 5px;
}

.header-bg {
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
}

.logo-m {
    display: none;
}

.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 5px 5px 10px #e7e9f1;
    animation: fadeInDown .4s;
}

.darkHeader .top-head {
    display: none;
}

.darkHeader .top-header {
    display: none;
}

.top-header {
    display: flex;
    justify-content: space-between;
    padding: 4px 0px;
    font-size: 14px;
    flex-wrap: wrap;
}

.social_media {
    display: flex;
    margin-left: 10px;
    justify-content: end;
}

.social_media a {
    text-align: center;
    font-size: 15px !important;
    transition: .5s ease-in-out;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    padding: 9px 10px !important;
    border-right: 1px solid #5f5f62;
}

.email-b {
    align-items: center;
    display: flex;
    margin-left: 15px;
}

.email-b a {
    font-weight: 500;
    font-size: 16px;
    background: #004da5;
    color: #fff;
    padding: 9px 20px;
    border-radius: 4px;
}

.login {
    padding: 0px !important;
    background-color: #fff !important;
    color: #333 !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px !important;
}

.login img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.phone_h span {
    display: block;
    color: #9d9797;
    padding-left: 8px;
}

.phone_h strong {
    display: block;
    color: #838383;
    font-size: 17px;
    padding-left: 8px;
}

.phone_h {
    align-items: center;
}

.form1 {
    min-width: 550px;
    display: flex;
    position: relative;
}

.formset {
    padding: 12px 30px;
    border-radius: 100px;
    background-color: #edf4f6;
    border: none;
    transition: .5s ease-in-out;
}

.formset::placeholder {
    color: #96989b;
    font-size: 15px;
}

.search {
    position: absolute;
    top: 0;
    background-color: transparent !important;
    color: #404040;
    border: none;
    font-weight: bold;
    width: 40px;
    outline: none;
    top: 5px;
    left: 9px;
}

.button1 {
    background-color: #f3961f;
    border: none;
    border-radius: 100px;
    width: 55px;
    height: 48px;
    text-align: center;
    /* padding: 0px 13px; */
    font-weight: 700;
    top: 4px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 0px 100px 100px 0px;
    font-size: 19px;
    padding-right: 17px;
    padding-top: 7px;
}

.carousel-item {
    position: relative;
}

.txt_area {
    position: absolute;
    top: 0;

    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.txt_area h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
}

.txt_area h5 {
    color: #fff;
    margin-top: 21px;
    font-weight: 400;
    line-height: 33px;
}

.txt_area a {
    font-weight: 400;
    font-size: 16px;
    background: #ffaf00;
    color: #fff;
    padding: 9px 30px;
    border-radius: 4px;
    display: table;
    margin-top: 50px;
}

.produc2 {
    position: absolute;
    right: 20px;
    top: 70px;
}

.produc1 {
    position: absolute;
    right: 300px;
    top: 70px;
}


.add {
    background-color: #f2f3f5;
    padding-bottom: 2.0rem;
}
.add img{border-radius:10px;}
.categories {
    background-color: #f2f3f5;
    padding: 0rem 0rem;
}

.bg_area {
    background-color: #fff;
    padding: 2rem 2.5rem;
    border-radius: 15px;
    color: #494949;
}

.owl-wrapper-outer {
    margin-left: -7px;
}

.bg_area h3 {
    font-weight: 700;
    color: #004da5;
    font-size: 30px;
    padding-bottom: 10px;
}

.owl-item:nth-child(1) {
    background: #f1f3f5;
    border-radius: 15px;
    border: 10px solid #fff;
}

.owl-item:nth-child(2) {
    background: #e3f5f0;
    border-radius: 15px;
    border: 10px solid #fff;
}

.owl-item:nth-child(3) {
    background: #fcffd9;
    border-radius: 15px;
    border: 10px solid #fff;
}

.owl-item:nth-child(4) {
    background: #fff3d9;
    border-radius: 15px;
    border: 10px solid #fff;
}

.owl-item:nth-child(5) {
    background: #efd9ff;
    border-radius: 15px;
    border: 10px solid #fff;
}

.owl-item:nth-child(6) {
    background: #ffe0f8;
    border-radius: 15px;
    border: 10px solid #fff;
}

.owl-item:nth-child(7) {
    background: #ffe0e0;
    border-radius: 15px;
    border: 10px solid #fff;
}

.owl-item:nth-child(8) {
    border-radius: 15px;
    background: #efe0ff;
    border: 10px solid #fff;
}

.owl-item:nth-child(9) {
    background: #e0eeff;
    border: 10px solid #fff;
    border-radius: 15px;
}

.owl-item:nth-child(10) {
    background: #e0ffe9;
    border: 10px solid #fff;
    border-radius: 15px;
}

.product_bg a {
    display: block;
    text-align: center;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product_bg {
    padding: 25px 20px;
    border-radius: 15px;
}
.product_bg img{ width:100%; height:200px; object-fit:contain;}

.pro_txt {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #515354;
}

.owl-prev {

    background-color: #fff;
    width: 34px;
    height: 44px;
    left: 0;
    font-size: 26px;
    text-align: center;
    padding: 2px;
    color: #222;
    opacity: 1;
    transition: .5s ease-in-out;
}

.owl-next {
    background-color: #fff;
    width: 34px;
    height: 44px;
    font-size: 26px;
    text-align: center;
    padding: 2px;
    color: #222;
    opacity: 1;
    transition: .5s ease-in-out;
}

.owl-buttons {
    display: flex;
    position: absolute;
    right: 0;
    top: -66px;
}


/* #region Testominal */

.testominal {
    background: #fff;
    text-align: center;
    padding: 3rem 0rem 1rem 0rem;
    color: #777;
}

.testominal h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #2b353b;
    margin-bottom: 15px;
}

.colmn1 {
    background: #f58220;
    padding: 30px 20px 70px 30px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    border-radius: 10px;
}

.image h6 {
    text-align: left;
    margin-top: 10px;
    color: #004da5;
}

.set-one {
    margin-left: 5px;
    margin-right: 5px;
}

.testominal .owl-item {
    background-color: #fff !important;
}

.image {
    position: relative;
    left: 30px;
    top: -41px;
}

.image img {
    width: 72px;
    height: 72px;
    border-radius: 100px;
    object-fit: cover;
    display: block;
}

.testominal .owl-buttons {
    display: none;
}

/* #endregion Testominal */


.features {
    border-top: 1px solid #e3e3e3;
    padding: 3rem 0rem;
    color: #777;
}

.features h4 {
    color: #333;
    margin-top: 15px;
    font-size: 36px;
    font-weight: 700;
}
.image_f{ text-align:center;}
.image_f img {
    transition: .5s linear;
}
.bannecenter{ margin-top:20px;}
.image_f:hover img {
    transform: rotateY(180deg);
}

.aboutus {
    font-size: 18px;
    font-weight: 300;
    padding-top: 4rem;
    color: #555;
}

.aboutus h5 {
    font-size: 24px;
    color: #222;
    margin-bottom: 15px;
}




.footer-section {
    background: #004da5;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.footer-section a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.footerlist {
    margin-top: 40px;
    font-weight: 300;
    font-size: 14px;
}

.footerlist h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.footericons {
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
}

.socialmedia li {
    display: inline;
}

.footerbottom {
    margin-top: 40px !important;
    background: #ff6f22;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
}

.footerbottom ul li {
    display: inline;
    padding: 5px 15px;
}

.footerdown {
    text-align: center;
    padding: 15px 15px;
    font-weight: 300;
}

.footerdown a {
    color: #fff;
}

.bread{
    background-color: #eee;
    padding: 8px 0px;
    font-size: 13px;
    text-align: center;
}
.content_area h5{
    font-size: 18px;
    color: #004da5;
}
.filter_area{
    padding: 0px 40px;
    border-top: 1px solid #e9e9ed;
    border-right: 1px solid #e9e9ed;
    margin-top: 10px;
}
.content_b{
   padding: 20px 27px;
    border-top: 1px solid #e9e9ed;
    margin-top: 10px;
}
.filter_h{
    padding-left: 40px;
    margin-top: 10px;
}
.categore{
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}


.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
	border:none !important;outline:none !important;
}
.accordion-button:not(.collapsed) {
    color: #1e1e1d;
    background-color: #f1f1f1;
	border:none !important;outline:none !important;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.accordion-button {
    padding: 11px 15px;
}
.accordion-button:focus {
	outline:none !important;
	    box-shadow: 0 0 0 -0.75rem rgb(13 110 253 / 25%) !important;
}
.accordion-body {
    padding: 1rem 0.5rem;
}
.accordion-body ul li{ line-height:26px; font-size:14px;text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;}

.geeks {
          
            overflow: hidden;
            margin: 0 auto;
        }
     
        .geeks img {
            width: 100%;
            transition: 0.5s all ease-in-out;
        }
     
        .geeks:hover img {
            transform: scale(1.5);
        }
.prodetails{ text-align:justify; line-height:26px; color:#666; font-size:15px;}
.prodetails i{ color:#FC0;}
.prodetails img{ border:1px solid #ccc; border-radius: 10px; padding:10px; width:100%; height:350px; object-fit:contain;}
.prodetails h1{ text-align: left; font-size:23px; color:#01296f; padding-bottom:10px; }
.brandname{ background:#00a0e3; padding:2px 8px;border-radius:4px; color:#fff; font-size:14px; display:inline;}
.fixed{
  }
 .fixed p{ margin:0px;}
.formpage5{
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    border-radius: 14px;
    padding: 1px 0px 1px;
  }
 .hidden{ display:none;}
.innerform{
	 background: #eeebeb;
  color:#555;
  padding:0px !important;
  margin:10px;
   border-radius:7px;
}  
 .formpage5 strong{ font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 0px;
	background-color: #72ab19;
    padding: 8px;
    border-radius: 6px 6px 0px 0px;
	font-weight: 400;
} 
.innerform form{
	padding: 10px 10px;
}
.forminner{ display:block; text-align:center; font-weight:700 font-size:14px !important; padding-top:0px;}	
.inputname{border-radius: 3px; border:1px solid #fff; color:#333; padding:3px 10px; margin-bottom:8px; width:100%;}
.inputbutton{outline: none;
    margin: 0 auto;
    border: none;
    padding: 8px 27px;
    border-radius: 3px;
    color:#fff;
     font-weight:700;
	 background-color:#647a91;
	 display:block;
	 font-size:16px;
	 width:100%;
	 margin-bottom:20px;
}

.modal-content {
    padding: 0px 15px;
}
.aboutuspage h1{
font-size: 24px;
    border-bottom: 4px solid #00a0e3;
    display: table;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.aboutuspage h2{
font-size: 24px;
    border-bottom: 4px solid #00a0e3;
    display: table;
    padding-bottom: 10px;
	padding-top:15px;
    margin-bottom: 15px;
}
.aboutuspage ul li{ background:url(../images/arrow.png) no-repeat; background-position:0px 10px; padding-left:15px; line-height:30px;}
.contactusbg{ background:#01296f; color:#fff; padding:30px 50px; font-size:18px; font-weight:300; line-height:30px;}
.contactusbg small{ font-size:13px; border-bottom:1px dotted #CCCCCC; padding-bottom:10px;}
.contactinput{
border: 1px solid #e9eef0;
    padding: 5px 10px;
    border-radius: 3px;
    width: 100%;
    border-bottom: 4px solid #e9eef0;
	margin-bottom:8px;
}

.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
}