@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;
}

::-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: #7f7d7c;
    --secondary: #cf0008;
}

.headerpart {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    padding-top: .5rem;
}

.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: center;
    align-items: center;
    flex-wrap: wrap;
}

.headerf-0flex li a {
    padding: 8px 18px;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 17px;
    transition: .6s linear;
    font-weight: 500;
    border-radius: 3px;

}
.headerf-0flex li a:hover {
    color: #fff;
	background:#cf0008;
}
.search {
    padding: 0px !important;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #333 !important;
}

.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.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: 220px;
    text-align: left;
    border-radius: 0px;
    color: #fff;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: var(--secondary);
	border-bottom:1px solid #8a080d;
}

.dropdoqwn li a:hover {
    background-color: #555;
    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;
}

.logo img {
    max-width: 175px;
}

.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 5px 5px 10px #e7e9f1;
    animation: fadeInDown .4s;
    background-color:#fff;
    padding: 0px 0px;
}

.darkHeader .email-b {
    display: none;
}

.darkHeader .header {
    margin-top: -4.5rem;
}

.darkHeader .headerf-0flex {
    justify-content: end;
}

.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: 30px;
}
.request {
    font-weight: 500;
    font-size: 16px;
    background: #cf0008;
    color: #fff;
    padding: 12px 13px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
}
.request:hover {
    background: #fff;
    color: #7f7d7c;
}

.request img {
    width: 30px;
    padding-right: 8px;
}

.phone-e {
    color: #000;
	font-weight:600;
}

.phone-e i {
    width: 29px;
    height: 29px;
    background-color: #cf0008;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.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;
}

.people {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin-top: 5px;
}

.slider1 {
    position: relative;
}

.banner_txt {
    position: absolute;
    top: -145px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #ffff;
}

.banner_txt h2 {
    font-size: 2.5rem;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
	color: #000;
}

/*#region products_bg */

.products_bg {
    text-align: center;
    padding: 0rem 0rem 3rem 0rem;
}

.products2 {
    margin-top: 50px;
    line-height: 30px;
    color: #272f36;
}

.products2 a {
    border-bottom: 2px solid #cf0008;
    padding-bottom: 5px;
    font-size: 17px;
}

.products {
    margin-top: 50px;
    line-height: 30px;
    color: #272f36;
    text-align: center;
    transition: .6s ease-in-out;
	    padding: 15px 20px;
}
.products:hover{
    box-shadow: 0px 3px 22px -3px rgb(43 42 42 / 22%);
    -webkit-box-shadow: 0px 3px 22px -3px rgb(43 42 42 / 20%);
}
.products img{ width:100%; height:200px; object-fit:contain;}

.products2 h1 {
    font-size: 50px;
    font-weight: 400;
    color: #cf0008;
}

.products2 span {
    font-size: 50px;
    font-weight: 800;
    color: #272f36;
}

.products h6 {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.products a:hover {
    color: #cf0008;
}

.readmore a {
    background: #cf0008;
    padding: 13px 30px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin-top: 50px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    transition: .5s ease-in-out;
}

.readmore a:hover {
    background: #7d7b7a;
    color: #ffff;
}

.wave img {
    width: 100%;
    margin-top: -110px;
}

/*#endregion products_bg */
.industriesbg{ background:#7d7b7a; padding:50px 0px; color:#fff; text-align:center;}
.industriesbox strong{ font-size:18px; line-height:50px;}
.industriesbox img{ width:100%; height:250px; object-fit:cover;}
.industriesbox{ background:#fff; color:#111111;}

.peoplemake{ padding:50px 0px; text-align:center;}
.peoplemake-wrap img{ border:3px solid #7d7b7a; border-radius:50%; padding:15px; margin-bottom:10px;}
.privately{ background:#cf0008; padding:15px 0px; text-align:center; color:#fff;}
footer{ background:#3c4552; color:#fff; padding:50px 0px 0px 0px;}
.socialmedia a {
    line-height: 30px;
    padding-right: 5px;
    padding-top: 10px;
    display: inline-block;
}
.socialmedia ul li{
	    list-style: none;
    display: inline-block;
	color:#148ba9;
}
.socialmedia ul li a{
	color:#3c4552;
	background:#fff;
	border-radius: 50px;
    width: 55px !important;
    text-align: center;
    font-size: 25px;
    height: 55px;
	padding: 13px 16px;

}
.socialmedia ul li a:hover{
	background:#cf0008;
	color:#fff;

}
.footerbox a{ color:#fff; line-height:30px;}
.footerbotton{ background:#111111; font-size:14px; padding:18px 0px; margin-top:50px; text-align:center; color:#fff;}
.footerbotton a{ color:#fff;} 

.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 0px 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
}

.breadcrumb{  background:url(../images/bgcm.jpg) no-repeat; background-size:100%; padding:130px 0px 50px; color:#000000; margin-bottom:0px;}
.leftsideimage img{margin: 0 auto; object-fit: contain;    width: 100%;    height: 400px;}
.rightside h2{ color:#cf0008; font-size:24px; padding-bottom:15px;}
.rightside ul li{ background:url(../images/arrow-right.png) no-repeat; background-position:0px 9px; line-height:28px; padding-left:15px;}
.requestcall a{ background:#e80000; display:block; color:#000000; padding:10px; text-align:center; font-size:18px; font-weight:500; border-radius:5px;}
.requestcall a:hover{ background:#cf0008; color:#fff; }
.sendnquiry a{ background:#cf0008; display:block; color:#fff; padding:10px; text-align:center; font-size:18px; font-weight:500; border-radius:5px;}
.sendnquiry a:hover{ background:#e80000; 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:#cf0008;}
.fromtext{ text-align:right; font-size:14px; padding-top:10px; margin-bottom:20px;}
.contactbutton{ margin-top:30px; border:4px solid #d1d1d1; background:#cf0008; padding:10px 20px; display:block; color:#fff; font-weight:500; font-size:20px;border-radius:5px;}
table td{
    border: 1px solid #a5a5a6;
	padding:5px;
}
table{
	width:100%;
}
.add-set svg {
    width: 100px;
    color: #cf0008;
}
.team {
    margin-top: 30px;
    line-height: 30px;
    color: #272f36;
    text-align: center;
    transition: .6s ease-in-out;
	padding: 20px 20px 0px;
	 box-shadow: 0px 3px 22px -3px rgb(43 42 42 / 22%);
    -webkit-box-shadow: 0px 3px 22px -3px rgb(43 42 42 / 20%);
}
.team h6{ padding-top:15px; font-size:20px;}
.team img{ width:100%; height:250px; object-fit:cover;}

.aboutus h1{ font-size:50px; font-weight:200; color:#cf0008; line-height:60px;}
.visionmision{border-radius: 10px;box-shadow: -1px 1px 24px 2px rgb(0 0 0 / 14%); background:#fff; padding:30px 40px; text-align:center;min-height: 400px;}
.visionmision h3{ font-weight:300; padding-bottom:30px;}
.visionmision i{ font-size:40px; color:#cf0008;}
.aboutproject{ padding:50px 0px; text-align:center;}
.aboutteam strong{ color:#354538; font-size:26px; padding:0px;}
.aboutteam i{ font-size:30px; color:#555555; padding:0px 5px;}
.aboutteam{box-shadow: -1px 1px 24px 2px rgb(0 0 0 / 14%); background:#fff; padding:50px 40px 10px; text-align:center;    min-height: 550px;border-radius: 10px;}
.aboutteam img{border-radius: 100px; border:1px solid #CCC;}
.aboutcomment{ font-size:16px;}

/*#region Search */

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-y: hidden;
    transition: 0.3s;
	font-family: 'Poppins', sans-serif;

}

.overlay-content {
    position: relative;
    width: 100%;
}

.overlay a {
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    font-size: 50px;
    top: 0px;
    right: 30px;
    position: absolute;
    z-index: 44;
    color: #e5e5e5;
    font-weight: 300;
}

.closebtn:hover {
    color: #777 !important;
}

.catgeiry_s {
    padding: 10px 33px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }
}

.search_bar {
    background-color: #f5f5f5;
    color: #000;
    padding: 40px 50px;
}

.search-box {
    background-color: transparent !important;
    border: none;
    padding: 20px 0px;
    font-size: 40px;
    color: #d6d6d6;
    outline: none !important;
    box-shadow: none !important;
}

.search-box::placeholder {
    color: #d3d3d3 !important;
}

.search_bar span {
    display: block;
    color: #505a78;
    font-size: 14px;
    font-weight: 300;
}

.explore {
    margin-bottom: 15px !important;
    padding-left: 47px;
    display: block;
    padding-top: 40px;
    color: #233;
    font-size: 16px;
    font-weight: 500;
}

.c_icons a {
    display: table;
    padding: 12px 18px 8px 0px;
    color: #222 !important;
}

.c_icons i {
    padding-right: 12px;
}
.submitbutton {
    border: none !important;
    background: none;
    font-size: 30px;
}
/*#endregion Search */
.otherconttext{text-align: justify;padding:40px 0px;}

otherconttext ul, li {
    list-style: disc;
    margin-left: 18px;
}

.footerboxsoci i{ font-size: 24px;margin-right: 30px;}

