@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&amp;display=swap');
* {
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
    overflow-x: 0!important;
    overflow-x: hidden!important;
}

body {
    overflow-x: 0!important;
    overflow-x: hidden!important;
}

.top-strip {
    background: #25bac1;
    position: relative;
    z-index: 99999999;
}

.main-nav {
    background: transparent!important;
    position: absolute;
    z-index: 9999;
    width: 100%;
}

.top-strip .nav-strip {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.top-strip .nav-strip li {
    padding: 8px 5px;
}

.top-strip .nav-strip li i {
    padding-right: 0px;
    color: #fff;
}


/* .top-strip .nav-right {} */

.top-strip .nav-right li {
    padding: 8px 21px;
    text-transform: uppercase;
    position: relative;
    margin-right: 2px;
}

.top-strip .nav-right li a {
    position: relative;
}

.top-strip .nav-right li a:after {
    position: absolute;
    content: "";
    left: 24px;
    right: 0;
    top: 3px;
    bottom: 0;
    width: 100%;
    height: 13px;
    border-right: 2px solid #fff;
}

.top-strip .nav-strip li a {
    text-decoration: none;
    color: #fff!important;
    font-size: 14px;
    font-weight: 300;
}

.navbar {
    padding: 2px 0!important;
}

.top-nav ul li {
    padding: 0 8px;
    font-size: 18px;
}

.top-nav ul li a {
    color: #fff!important;
    font-weight: 300!important;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
}

#btn-1 {
    margin-top: 10px;
    display: block;
}

.navbar .navbar-nav .nav-item .nav-link:hover:before {
    transform: scaleX(1);
}

.navbar .navbar-nav .nav-item .nav-link:before {
    display: block;
    content: '';
    border-bottom: solid 3px #25bac1;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.top-nav .dropdown .dropdown-menu-1 {
    position: absolute;
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0;
    visibility: hidden;
    top: 45px;
    /* left: -55px; */
    background: #fff;
    width: 250px;
    z-index: 1;
    opacity: 0;
    /* transition: transform .3s cubic-bezier(0.88,-0.72, 0, 1), opacity .3s ease-in-out;
	  transform: translateY(-4rem);*/
}

.top-nav .dropdown:hover .dropdown-menu-1 {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: .4s ease-out all;
    /*transform: translateY(0);
	 box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
*/
}

.top-nav .dropdown .dropdown-menu-1 li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    list-style-type: none!important;
}

.top-nav .dropdown .dropdown-menu-1 li a {
    font-size: 16px;
    color: #000!important;
    text-decoration: none;
    padding-left: 10px;
    font-weight: 400;
    text-shadow: none;
    font-family: 'Heebo', sans-serif;
}

.top-nav .dropdown .dropdown-menu-1 li:hover {
    background-color: #25bac1;
    color: #fff!important;
    transition: .3s all ease-in-out;
    cursor: pointer;
    font-weight: 300;
}

.top-nav .dropdown .dropdown-menu-1 li:hover a {
    color: #fff!important;
}

p {
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 16px;
    line-height: 32px;
    color: #030301b5;
    font-weight: 300;
    font-family: 'Heebo', sans-serif;
    margin-bottom: 0rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Yantramanav', sans-serif;
    letter-spacing: 1px;
}

a {
    font-family: 'Yantramanav', sans-serif;
}


/*--------------start about area--------------*/

.text-head h1 {
    font-size: 54px;
    font-weight: 600;
    color: #25bac1;
    line-height: 60px;
}

.text-head span {
    color: #000;
}

.text-head h3 {
    font-size: 20px;
    margin: 15px 0;
    line-height: 30px;
}

.about-area {
    padding: 55px 0 80px;
    background-color: #effbfb;
}

.about-area img {
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about-area p {
    text-align: justify;
}


/*--------------end about area--------------*/


/*--------------footer area--------------*/

.foot-text-1 {
    text-align: justify;
}

.footer-area {
    padding: 40px 0 20px;
    position: relative;
    background-image: url('../images/bg/footer-bg.jpg');
    background-position: 50% 75%;
    background-repeat: no-repeat;
    background-size: cover;
}


/* .footer-area:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/bg/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
} */

.footer-area img {
    padding-bottom: 40px;
}

.footer-area .foot-text {
    color: #fff;
    padding-bottom: 4px;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Heebo', sans-serif;
}

.footer-area h3 {
    color: #fff;
    font-size: 22px;
    position: relative;
}

.footer-area h2 {
    position: relative;
}

.footer-area h2:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -11px;
    width: 27%;
    height: 1px;
    background-color: #fff;
}

.footer-area .my-ff {
    padding-left: 49px;
    font-family: 'Raleway', sans-serif;
}

.footer-area p {
    color: #fff;
    line-height: 29px;
}

.footer-area ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    margin-top: 25px;
}

.footer-area ul li {
    padding: 5px 0 5px 32px;
    color: #fff;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    line-height: 26px;
}

.footer-area ul li i {
    width: 25px;
    border-radius: 50px;
    line-height: 25px;
    text-align: center;
    margin-right: 3px;
    font-size: 15px;
    color: #fff;
}

.footer-area .widget ul {
    list-style: none;
    margin-top: 5px;
}

.footer-area .widget ul li {
    border: 0 none;
    padding-left: 20px;
}

.list-2 li a {
    color: #ced1d6;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}

.list-2 li {
    float: left;
    padding: 5px 5px 5px 20px;
    width: 100%;
    position: relative;
    color: #fff;
}

.list-2 li:before {
    content: "\f101";
    width: 8px;
    height: 8px;
    position: absolute;
    font-family: "FontAwesome";
    left: 15px;
    top: 3px;
}

.footer-area p {
    font-weight: 300;
    font-size: 16px;
}

.underline-area {
    border-right: 1px solid #fff;
    height: 265px;
}

.footer-area .foot-text {
    font-size: 20px;
    font-weight: 500;
    margin: 160px 0 0 25px;
}

.underline-area h3 {
    transform: rotate(270deg);
}

.reset-ul {
    padding-left: 20px;
}


/*--------------end footer area--------------*/


/* sTART social area */

.social-media-icon {
    position: fixed;
    top: 180px;
    z-index: 99;
    right: 0;
}

.social-media-icon ul {
    padding: 0px;
    -webkit-transform: translate(270px, 0);
    -moz-transform: translate(270px, 0);
    -ms-transform: translate(270px, 0);
    -o-transform: translate(270px, 0);
    transform: translate(270px, 0);
}

.social-media-icon ul li {
    display: block;
    margin: 4px;
    background: rgb(15 119 189);
    width: 299px;
    text-align: left;
    padding: 5px;
    -webkit-border-radius: 30px 0px 0px 30px;
    -moz-border-radius: 30px 0px 0px 30px;
    border-radius: 30px 0px 0px 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social-media-icon ul li:nth-child(1) {
    background-color: #3b5998;
}

.social-media-icon ul li:nth-child(2) {
    background: radial-gradient(circle at 30% 107%, #170988 0%, #a201a5 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)
}

.social-media-icon ul li:nth-child(3) {
    background-color: #1EA1F2;
}

.social-media-icon ul li:nth-child(4) {
    background-color: #FF0000;
}

.social-media-icon ul li:nth-child(5) {
    background-color: #0072b1;
}

.social-media-icon ul li:hover {
    -webkit-transform: translate(-110px, 0);
    -moz-transform: translate(-110px, 0);
    -ms-transform: translate(-110px, 0);
    -o-transform: translate(-110px, 0);
    transform: translate(-110px, 0);
    background: rgb(255 255 255 / 82%);
}

.social-media-icon ul li:hover a {
    color: #000;
}

.social-media-icon ul li:hover i {
    color: #fff;
    background: #000;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social-media-icon ul li i {
    margin-left: 1px;
    color: #000;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding-top: 4px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 19px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    text-align: center;
}

.whats-app {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
}


/*.foot-social {
	display:flex;
}*/

.foot-bottom {
    padding-top: 15px;
    color: #ffffff;
    font-size: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 30px;
}

.foot-bottom span,
a {
    color: #fff!important;
    text-decoration: none!important;
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}

.right-li ul li {
    padding: 5px 0 5px 15px!important;
}


/*======end footer----*/

.head-text h1 {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

.head-text h1:after {
    position: absolute;
    left: 0%;
    content: '';
    height: 40px;
    height: 3px;
    background: #c3090a;
    transition: all 0.5s linear;
    width: 0;
    bottom: 0;
}

.head-text h1:hover:after {
    width: 100%;
}

.quality-area {
    padding: 0px 0 30px;
}

.ppp {
    padding: 40px 0 20px;
}

.quality-area-about {
    padding: 0px 0px!important;
}

.quality-area h1 {
    text-align: center;
}

.text-ll {
    padding: 60px 0;
}

.pp {
    padding: 0!important;
}

.quality-text {
    background-color: #e4370f;
}

.quality-text ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
    margin-top: 25px;
}

.quality-text ul li {
    color: #fff;
    list-style-type: none;
    font-size: 18px;
    font-weight: 400;
    float: left;
    padding: 13px 8px 8px 88px;
    width: 50%;
    position: relative;
}

.quality-text ul li:before {
    content: "\f178";
    font-family: FontAwesome;
    left: 55px;
    position: absolute;
    top: 15px;
    color: #fff;
}

.quality-text h1 {
    color: #fff;
    position: relative;
}

.quality-text h1 {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.quality-text h1:after {
    position: absolute;
    content: "";
    left: 50%;
    right: 0;
    top: 59px;
    width: 14%;
    height: 2px;
    background-color: #fff;
    margin-left: -72px;
}

.quality-text h1:before {
    position: absolute;
    content: "";
    left: 50%;
    right: 0;
    bottom: 0;
    width: 6%;
    height: 4px;
    background-color: #000;
    margin-left: -72px;
    z-index: 99;
}

.product-range {
    padding: 40px 0;
}


/*.product-range h1
{
  padding-top: 40px;
}*/

.sae-product a {
    text-decoration: none;
}

.sae-product {
    margin-top: 40px;
}

.sae-product a h1 {
    padding: 15px 0 15px;
    font-size: 16px;
    color: #e4370f;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: .3s all ease-in-out;
}

.sae-product:hover a h1 {
    opacity: 1;
    background: #e4370f;
    color: #fff;
}

.pp-t {
    padding-top: 20px;
}

.contact-range {
    padding: 60px 0 30px;
}

.contact-range h1 {
    color: #000;
    font-size: 28px;
    margin-bottom: 20px;
}

.main-form {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.main-form form input {
    border-radius: 0px;
    background: #ffffff6b;
    border: 1px solid #000;
    margin-bottom: 14px;
    max-width: 100%;
    color: #000!important;
    font-size: 14px;
    padding: 8px;
}

.main-form form textarea {
    border-radius: 0px;
    background: #ffffff9e;
    border: 1px solid #000;
    margin-bottom: 14px;
    max-width: 100%;
    color: #000!important;
    font-size: 16px;
    padding: 10px;
    height: 140px;
}

.main-form form input:focus {
    background: #fff;
    box-shadow: none;
    border-color: #ed1d24;
}

.main-form form textarea:focus {
    background: #fff;
    box-shadow: none;
    border-color: #ed1d24;
}

.main-form form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.main-form form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.main-form form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.main-form form button {
    color: #fff;
    background: #e4370f;
    padding: 8px 37px;
    border-radius: 24px;
    margin-top: 16px;
    border: 1px solid #e4370f;
}


/*==============form style========*/

.sidh-enquiry {
    float: right;
    z-index: 99999!important;
    position: fixed;
    top: 25%;
    right: 0;
    background: transparent;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.5s;
}

.sidh-enquiry input,
textarea {
    height: 35px;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    outline: none;
}

.sidh-enquiry .form-control {
    margin: 9px 0;
    height: 32px!important;
}

#enquiry_inner {
    position: fixed;
    top: 25%;
    right: -250px;
    width: 250px;
    padding: 20px;
    float: right;
    display: block;
    border: 3px solid #e0e0e0;
    background: rgb(67 66 66 / 66%);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.5s;
}

#enquiry_inner p {
    font-weight: 900;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.sidh p {
    color: #000;
    font-size: 25px;
}

#enquiry_inner .buttons button {
    font-family: 'Trebuchet MS';
    padding: 2px 20px;
    font-size: 14px;
    outline: none;
    width: 40%;
    margin-left: 1em;
    text-align: center;
}

#enquiry_inner .submit-btn {
    padding: 8px 10px!important;
    background: #000;
    border-radius: 50px;
    border: none;
    color: #fff;
    opacity: 1;
    margin-top: 3px;
    transition: background 0.2s ease-in, opacity 0.2s ease-in;
}


/*==============form style========*/

.allery-area {
    padding: 30px 0;
}

#scroll {
    position: fixed;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #5f9d72;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 99;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #333;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}


/*----start- banner area---*/

.top-banner {
    background-image: url(../images/bg/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 130px 0;
    position: relative;
}


/*.top-banner h1
{
  padding:50px 0px;
  color:#fff;
  text-align: center;
  font-size: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
}*/

.bread-cumb {
    background-color: #848484;
}

.bread-cumb ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 15px 0;
}

.bread-cumb ul li {
    padding-right: 27px;
    position: relative;
    list-style-type: none;
}

.bread-cumb ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #e4370f!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

.bread-cumb ul li:nth-child(2) a {
    color: #fff!important;
}

.bread-cumb ul li:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 0px;
    color: #fff;
    left: 54px;
}

.bread-cumb ul li:last-child:after {
    display: none;
}


/*-----end banner----*/


/*-----form area----*/

h2::selection,
label::selection,
button::selection {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrapper {
    width: 100%;
    padding: 2rem;
    background: #fff;
    /*  box-shadow: 0 0px 2.2px rgba(0, 0, 0, 0.028), 0 0px 5.3px rgba(0, 0, 0, 0.04),
    0 0px 10px rgba(0, 0, 0, 0.05), 0 0px 17.9px rgba(0, 0, 0, 0.06),
    0 0px 33.4px rgba(0, 0, 0, 0.072), 0 0px 80px rgba(0, 0, 0, 0.1);*/
}

.wrapper h2 {
    background: rgba(173, 216, 230, 0.7);
    letter-spacing: 0.1rem;
    padding: 1rem;
    cursor: default;
}

form,
input,
textarea,
button {
    font-family: inherit;
    font-size: initial;
}

.form-group label {
    display: block;
    margin: 0.5rem 0 0.5rem 0;
}

.form-group input[type="text"],
.form-group input[type="email"] {
    width: 100%;
    padding: 1rem 0.8rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0;
    transition: border 0.15s;
}

.form-group textarea {
    width: 100%;
    padding: 2rem 0.8rem;
    height: 5rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0;
    transition: border 0.15s;
}

.form-group input[type="text"],
.form-group input[type="email"] {
    height: 2rem;
    margin: .5rem 0;
}

.form-group textarea {
    resize: vertical;
}

.submit {
    font-weight: bold;
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    border: none;
    background: rgba(173, 216, 230, 0.7);
    cursor: pointer;
    transition: background 0.15s;
}

i {
    margin-right: 0.5rem;
}

.submit:hover {
    background: rgba(173, 216, 230, 1);
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
    border: 1px solid #222;
}


/*
@media screen and (min-width: 576px) {
  .wrapper {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .wrapper {
    width: 55%;
  }
}
@media screen and (min-width: 992px) {
  .wrapper {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .wrapper {
    width: 35%;
  }


}*/


/*----end form---*/


/*------form end---*/

.all-page-area h3 {
    text-transform: capitalize;
    padding-bottom: 10px;
}

.address {
    padding: 0;
}

.address li {
    padding: 15px 0;
    list-style-type: none;
}

.address li a {
    text-decoration: none;
    color: #000!important;
    font-size: 18px;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
}

.address li a i {
    color: #ed1d24;
    padding-right: 8px;
    font-size: 20px;
}

.my-sha {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
}


/*.social-area
{
  display: flex;
  padding:0;
}
.social-area li
{
  list-style-type: none;
}
.social-area li a
{
  padding:0 10px;
  font-size: 24px;
  font-weight: 300;
  transition: all .3s ease-in-out;
}
.social-area li a i
{
   transition: all .3s ease-in-out;
}
.social-area li a i:hover 
{
transform: translateY(10px);
}
.social-area li:nth-child(1) i
{
  color:#3b5998;
}

.social-area li:nth-child(2) i{
  color:#FF0000;
}

.social-area li:nth-child(3) i
{
color:#23acee;
}
.social-area li:nth-child(4) i
{
color:#cd486b;
}
.left-add
{
  padding:2rem!important;
}*/


/*-----end social buttonn---*/

.my-social-icon {
    position: fixed;
    /* left: 200; */
    right: 0px;
    top: 220px;
    z-index: 9999;
}

.button {
    /*  float: left;*/
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    margin: 3px 0;
}

.button span {
    font-size: 18px;
    font-weight: 500;
    line-height: 4px;
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
}


/* .button:hover {
    width: 150px;
} */

.button:nth-child(1):hover .icon {
    background: #4267b2;
}

.button:nth-child(2):hover .icon {
    background: #e1306c;
}


/* .button:nth-child(3):hover .icon {
    background: #1da1f2;
} */

.button:nth-child(3):hover .icon {
    background: #ff0000;
}

.button:nth-child(1) span {
    color: #4267b2;
}

.button:nth-child(2) span {
    color: #85e130;
}


/* .button:nth-child(3) span {
    color: #1da1f2;
} */

.button:nth-child(3) span {
    color: #ff0000;
}

.button .icon {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    color: #000;
}

.button .icon i {
    font-size: 20px;
    line-height: 40px;
    transition: all 0.3s ease-in-out;
    padding-left: 8px;
}

.button:nth-child(1) i {
    color: #4267b2;
}

.button:nth-child(2) i {
    color: #e1306c!important;
}


/* .button:nth-child(3) i {
    color: #1da1f2;
} */

.button:nth-child(3) i {
    color: #ff0000;
}

.button:hover i {
    color: #fff;
}


/*-----end social buttonn---*/


/*----contact end---*/

.all-page-gap {
    padding: 70px 0;
}

.product-text {
    padding: 60px 0px;
}

.product-text p span {
    font-weight: 700;
    font-size: 19px;
}

.product-text h2 {
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 600;
}

.enn {
    color: #fff!important;
    background: #e4370f;
    padding: 8px 37px;
    border-radius: 24px;
    margin-top: 16px;
    border: 1px solid #e4370f;
    text-decoration: none;
    transition: .3s ease-in-out;
    margin: 20px 0 10px;
    display: inline-block;
}

.enn:hover {
    background: #000;
}

.item img {
    border-width: 5px;
    border-style: groove;
    margin: 20px;
}

.pp-img img {
    border: 1px solid #949191;
}

@media (max-width: 2500px) and (min-width: 1400px) {
    .bg-light {
        --bs-bg-opacity: 0!important;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity))!important;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .bg-light {
        --bs-bg-opacity: 0!important;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity))!important;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .bg-light {
        --bs-bg-opacity: 0!important;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity))!important;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link:after {
        background: transparent;
    }
    .top-strip .nav-right li {
        padding: 8px 14px!important;
    }
    .top-nav ul li a {
        font-size: 16px;
        padding: 0 1px!important;
    }
    .top-nav .dropdown-menu li a {
        color: #000!important;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .navbar .navbar-nav .nav-item .nav-link:after {
        background: transparent;
    }
    .top-banner {
        padding: 70px 0;
    }
    .all-page-gap {
        padding: 40px 0;
    }
    .product-text {
        padding: 15px 0;
    }
    .top-nav ul li a {
        color: #000!important;
        font-size: 14px!important;
    }
    .ll {
        display: none!important;
    }
}

@media (max-width: 767px) {}

@media (max-width: 767px) and (min-width: 200px) {
    .footer-area .foot-text {
        font-size: 16px;
        font-weight: 500;
        margin: 116px 0px 0px 1px;
    }
    .advantage-feature p {
        padding-top: 0px!important;
    }
    .list-2 li:before {
        content: "\f101";
        width: 4px;
        height: 3px;
        position: absolute;
        font-family: "FontAwesome";
        left: -17px;
        top: 3px;
    }
    .underline-area {
        border-right: 1px solid transparent;
        height: 270px;
    }
    .right-li ul li {
        padding: 5px 0 5px 2px!important
    }
    .footer-area ul li i {
        margin-right: 2px!important;
        font-size: 14px!important;
    }
    .top-nav ul li a {
        color: #000!important;
        font-size: 14px!important;
    }
    .text-head h1 {
        font-size: 30px;
    }
    .why-choose-bg {
        padding: 70px 0 5px!important;
    }
    .choose-me ul li {
        padding: 0 10px;
        width: 50%!important;
    }
    .advantage-feature {
        padding: 20px 0!important;
    }
    .inner-service {
        width: 100%!important;
        margin: 0 auto!important;
        padding: 9px!important;
    }
    .service-bg h1 {
        font-size: 25px!important;
        font-family: 'Heebo', sans-serif;
    }
    .foot-bottom {
        margin-top: -26px;
    }
    .carousel-control-prev-icon {
        position: relative;
        top: 48px;
    }
    .carousel-control-next-icon {
        position: relative;
        top: 48px;
    }
    .carousel-inner {
        position: relative!important;
        width: 100%;
        overflow: hidden;
        top: 52px;
    }
    .navbar-brand img {
        width: 50%;
    }
    .navbar-light .navbar-toggler {
        position: absolute;
        right: 14px;
        top: 0;
        margin: 10px 0;
    }
    .navbar .navbar-nav .nav-item .nav-link:after {
        background: transparent;
    }
    .head-text h1 {
        margin-bottom: 10px;
    }
    #btn {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .inner-pro h2 {
        margin: 10px 0 0px!important;
        padding-bottom: 0px!important;
    }
    .contact-range {
        padding: 24px 0 0px;
    }
    .wrapper {
        padding: 0;
    }
    .ppp {
        padding: 5px 0 10px;
    }
    .main-form {
        width: 100%;
        margin-top: 15px;
    }
    .product-text h2 {
        padding-top: 20px;
    }
    .address li {
        padding: 5px 0;
    }
    .footer-area ul li {
        line-height: 19px;
        padding: 5px 0;
    }
    .all-page-gap {
        padding: 30px 0;
    }
    .enn {
        margin: 0px 0 10px;
    }
    .product-text {
        padding: 5px 0;
    }
    .top-banner {
        padding: 43px 0;
    }
    .social-media-icon {
        position: fixed;
        top: 180px;
        z-index: 1;
        right: 0;
    }
    .head-text h1:before {
        display: none;
    }
    .head-text h1:after {
        display: none;
    }
    .about-area {
        padding: 20px 0;
        position: relative;
        z-index: 999;
        top: 43px!important;
    }
    .about-area p {
        text-align: justify;
    }
    .head-text h1 {
        padding-bottom: 5px;
        font-size: 20px;
    }
    .footer-area .foot-text {
        padding-bottom: 10px;
        margin-bottom: 31px;
    }
    .footer-area {
        padding: 50px 0 20px;
    }
    .whats-app {
        max-width: 45px!important;
        position: fixed;
        left: 10px;
        bottom: 10px;
    }
    .text-ll {
        padding: 20px 0;
    }
    .product-range {
        padding: 10px 0;
    }
    .quality-text ul li {
        padding: 5px 8px 8px 30px;
        font-size: 16px;
    }
    .quality-text ul li:before {
        opacity: 0;
    }
}

#btn {
    border: 2px solid #25bac1;
    padding: 7px 30px;
    background: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    transition: all .5s;
    text-decoration: none;
    margin-top: 5px;
    display: inline-block;
    background: #25bac1;
    transition: .3s ease-in-out
}

#btn:hover {
    border: 2px solid #2b323a;
    color: #000!important;
    background: #fff;
}


/*  #btn:before{
      width: 100%;
      height: 100%;
      content: '';
      margin: auto;
      position: absolute;
      top:  0%;
      left: 0%;
      background: #5f9d72;
      transition: all .5s;
      z-index: -1;
      
    }
  #btn:after{
      width: 100%;
      height: 100%;
      content: '';
      margin: auto;
      position: absolute;
      top:  0%;
      left: 0%;
      background: #5f9d72;
      transition: all .5s;
      z-index: -1;
      
  }
  #btn:hover{
    color: #212121!important;
  }
  #btn:hover:before{      
      transform: rotateX(90deg);

  }
  #btn:hover:after{
      transform: rotateY(90deg);

  }*/


/*==========product-area=====*/

.product-area {
    padding: 40px 0px 50px;
    background-image: url(../index.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.product-area h1 {
    color: #fff;
}

.inner-pro {
    margin-bottom: 30px;
}

.inner-pro img {
    transition: .3s all ease-in-out;
    overflow: hidden;
    height: auto;
    width: 100%;
}

.inner-pro:hover img {
    transform: translateY(-10px);
}

.inner-pro a {
    text-decoration: none;
}

.inner-pro h2 {
    font-size: 20px;
    line-height: 31px;
    background: red;
    padding: 10px 0;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    margin: 10px 0 40px;
    text-shadow: 1px 1px #000;
}

.inner-pro h2:after {
    position: absolute;
    left: 0%;
    content: '';
    height: 40px;
    height: 2px;
    background: #fff;
    transition: all 0.5s linear;
    width: 0;
    bottom: 0;
}

.inner-pro h2:hover:after {
    width: 100%;
}


/*==========product-area=====*/

.explore-sec {
    position: relative;
    padding: 70px 0 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.explore-sec h2 {
    font-size: 44px;
    text-transform: capitalize;
    padding-bottom: 38px;
    line-height: 44px;
    font-weight: 800;
}


/*.explore-sec:after
{
  position: absolute;
  content: "";
  left:0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.explore-overlays{
  background: #00000085;
  padding: 35px;
}*/

.explore-overlays h1 {
    color: #fff;
    font-size: 26px;
}

.explore-overlays p {
    color: #fff;
}

.about-btn a {
    background: #1fa9da;
    color: #fff;
    padding: 10px 18px;
    display: inline-block;
    border: 2px solid #1fa9da;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    transition: .3s all ease-in-out;
    margin-bottom: 10px;
}

.about-btn:hover a {
    text-decoration: none;
    color: #1fa9da;
    border: 2px solid #1fa9da;
    background: transparent;
}

.about-sec {
    background-image: url(../index.html);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    background-size: cover;
}

.about-inner {
    position: relative;
}

.about-inner:after {
    border-top: 2px solid #ffffff;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 96%;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 226px;
}

.about-inner:before {
    border-top: 2px solid #ffffff;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 226px;
}

.latest_project .project_div {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}


/*.latest_project .col-lg-4:nth-child(odd) {
  margin-top: 50px;
}*/


/*.latest_project .col-lg-4:nth-child(even) {
  margin-top: 80px;
}*/


/*.latest_project .col-lg-4:nth-child(1) {
  margin-top: 50px;
}*/

.latest_project .project_div p {
    color: #fff;
}

.latest_project .project_div img {
    width: 100%;
    display: block;
    transition: all .25s ease;
}

.latest_project .project_div:hover img {
    transform: scale(1.06);
}

.more_project h3,
.latest_project h3 {
    color: #4e4e4e;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0;
}

.more_project h3 {
    margin: 40px 0
}

.project_hover {
    position: absolute;
    background: rgba(37, 186, 193, 0.9);
    top: 0;
    bottom: 0;
    right: -250px;
    width: 250px;
    text-align: center;
    transition: all 0.45s ease-in-out;
    padding: 100px 0px;
}

.latest_project {
    background-image: url(../images/bg/patern-bg.png);
    background-position: 0% 80%;
    background-color: #f4f4ef;
    padding: 60px 0;
}

.latest_project .col-lg-4:hover .project_hover {
    right: 0;
    transition: all 0.45s ease-in-out;
}

.project_hover a {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px;
    margin: 65px 0px 0;
    text-decoration: none;
    font-weight: 600;
}

.project_hover a:focus {
    text-decoration: none
}

.project_hover a:hover {
    text-decoration: none;
    background: #fff;
    color: #222!important;
}

.project_hover h3 {
    color: #FFFFFF;
    margin: 0
}

.btn-view_more {
    color: #222;
    padding: 10px 20px;
    border-radius: 0;
    border: 1px solid transparent;
    background: #F7F7F7;
    margin: 20px 0;
    transition: transform 0.2s linear, box-shadow 0.2s linear;
}

.btn-view_more:hover {
    background-color: #666666;
    color: #fff;
    transition: transform 0.2s linear, box-shadow 0.2s linear;
}

.inner-head h1 {
    font-size: 18px;
    font-weight: 600;
    color: #030301b5;
    text-align: center;
    padding-bottom: 30px;
    line-height: 30px;
    font-family: 'Heebo', sans-serif;
}

.inner-head:hover h1 {
    color: #25bac1;
}

.p-t h1 {
    margin-bottom: 20px;
}


/*----.technical_section----*/

.technical_section {
    background: url(../images/bg/2.jpg);
    background-size: cover;
    width: 100%;
    padding: 200px 0px;
}

.technical_text {
    background: rgba(0, 0, 0, 0.71);
    padding: 40px;
    border: 0px;
    width: 45%;
    text-align: center;
}

.technical_text h1 {
    font-size: 30px;
    line-height: 32px;
    color: #fff;
}

.technical_text p {
    font-size: 23px;
    line-height: 32px;
    color: #fff;
}

.technical_text a {
    background: #5f9d72;
    color: #fff;
    padding: 12px;
    width: 150px;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    font-size: 15px;
    transition: all .3s linear;
    text-decoration: none;
}

.technical_text a:hover {
    background: rgb(113, 113, 113);
}


/*----end technical_section----*/

.feature_sec img {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.feature_sec .next-in {
    background-image: url(../images/bg/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    background-position: center;
}

.pp {
    margin: 0;
    padding: 0;
}

.inner-art {
    padding: 30px 20px;
}

.wrap {
    height: 400px;
}

.feature_sec h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.myaccordi {
    padding: 20px 10px;
}

.accordion {
    background-color: #533227!important;
    color: #fff;
    cursor: pointer;
    padding: 5px 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin: 7px 0;
}

.active,
.accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 20px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0px 10px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    line-height: 30px;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}

.service-bg {
    /*    background-color: #232930;*/
    background-image: url(../images/bg/enquiry-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 90px 0;
}

.service-bg h1 {
    font-size: 45px;
    font-family: 'Heebo', sans-serif;
}

.service-bg h1 span {
    color: #fff;
}

.service-bg h3 {
    color: #fff;
    font-family: 'Heebo', sans-serif;
    padding-bottom: 16px;
    font-size: 23px;
}

.inner-service {
    background: rgb(0 0 0 / 65%);
    width: 70%;
    margin: 0 auto;
    padding: 45px;
}


/*.navbar-brand img
{
      position: relative;
      padding-top: 20px;
}
.navbar-brand:before
{
  content: "";
    background: url(../images/white.png) no-repeat -58px top;
    width: 543px;
    height: 212px;
    position: absolute;
    left: -76px;
    top: 0px;
    z-index: -4;
}*/

.why-choose-bg {
    background: #fff;
    padding: 80px 0 90px;
}

.bg-12 {
    position: relative;
}

.bg-12 {
    background-position: center;
    background-image: url(../images/bg/4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.choose-me ul {
    list-style-type: none;
}

.choose-me ul li img {
    display: block;
    margin: 0 auto;
    max-width: 40%;
    border-radius: 50%;
    padding: 10px;
    transition: .3s ease-in-out;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 1%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.choose-me ul li:hover img {
    transform: scale(1.06);
}

.choose-me ul li {
    padding: 0 10px;
    width: 20%;
    float: left;
}

.choose-me ul li span {
    display: block;
    color: #030301b5;
    margin: 17px 0 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}


/*============ start after before image========*/

.img-comp-container {
    position: relative;
    height: 350px;
    /*should be the same height as the images*/
    width: 72vw;
    /*height: 50vh;*/
    margin: 0 auto;
}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
}

.img-comp-img img {
    display: block;
    vertical-align: middle;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 40px;
    height: 40px;
    background-color: #5f9d72;
    opacity: 0.9;
    border-radius: 50%;
}

.explore-sec p {
    text-align: center;
    font-size: 20px;
    padding: 30px 145px 50px;
    line-height: 47px;
    font-family: 'Heebo', sans-serif;
    font-weight: 300!important;
    color: #030301!important;
}


/*============after before image========*/

.advantage-feature {
    padding: 90px 0px;
    background: #5f9d7226;
}

.advantage-feature img {
    border-radius: 7px;
}

.advantage-feature p {
    padding-top: 20px;
    font-size: 21px;
}

.advantage-feature ul {
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.advantage-feature ul li {
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    font-weight: 100;
    padding: 16px 0 16px 30px;
    position: relative;
    margin-left: 30px;
}

.advantage-feature ul li:before {
    content: "\f00c";
    position: absolute;
    left: -26px;
    top: 17px;
    color: #ffffff;
    font-family: "FontAwesome";
    transition: all .3s ease-in-out;
    background: #25bac1;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
}


/* social media icons nav */

.header-right-div {
    text-align: right;
}

.social-title {
    color: #ffffff;
    font-weight: bold;
}

.header-right {
    text-align: right;
    position: relative;
    z-index: 1;
    padding: 10px 0;
    display: inline-block;
    z-index: 99;
}

.soical-profile {
    padding-top: 8px;
}

.soical-profile ul,
.soical-profile li {
    display: inline-block;
}

.soical-profile li a i {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 4px;
    background: #fff;
    display: inline-block;
    color: #25bac1;
    font-family: 'FontAwesome';
    font-style: normal;
}

.soical-profile li a i:hover {
    background: #0f1934;
    color: #fff;
}

.soical-profile ul li {
    margin-bottom: 0rem!important;
}


/* social media icons nav */


/* .top-nav .dropdown .dropdown-menu-2 {
    position: absolute;
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0;
    top: 50px;
    left: 250px;
    background: #fff;
    width: 250px;
    z-index: 1;
    opacity: 0; */


/* transition: transform .3s cubic-bezier(0.88,-0.72, 0, 1), opacity .3s ease-in-out;
	  transform: translateY(-4rem);

}
.top-nav .dropdown:hover .dropdown-menu-2 {
    display: block;
    opacity: 1;
    transition: .4s ease-out all;
}
.top-nav .dropdown .dropdown-menu-2 li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    list-style-type: none!important;
}
.top-nav .dropdown .dropdown-menu-2 li a {
    font-size: 16px;
    color: #000!important;
    text-decoration: none;
    padding-left: 10px;
    font-weight: 400;
    text-shadow: none;
    font-family: 'Heebo',
    sans-serif;
}
.top-nav .dropdown .dropdown-menu-2 li:hover {
    background-color: #25bac1;
    color: #fff!important;
    transition: .3s all ease-in-out;
    cursor: pointer;
    font-weight: 300;
}
.top-nav .dropdown .dropdown-menu-2 li:hover a {
    color: #fff!important;
}
*/


/* .dropdown-menu-1 li .sub-drop:hover .dropdown-menu-2 li {
    display: block;
}*/

.top-nav .dropdown .dropdown-menu-2 {
    display: none;
}

.dropdown-menu-1 :hover .dropdown-menu-2 {
    display: block;
}

.dropdown-menu-2 {
    position: absolute;
    left: 250px;
    width: 200px;
    top: 25px;
    background-color: #25bac1;
    transition: .3s all ease-in-out;
    cursor: pointer;
    font-weight: 300;
    padding: 0px;
}

.dropdown-menu-2 li {
    color: #000000!important;
}

.dropdown-menu-2 li:hover {
    color: #000000!important;
}


/* Enquiry Float Css */


/*prio-soft floating contact form*/

.form-parent {
    width: 323px;
    height: auto;
    background: transparent url('../../3.bp.blogspot.com/-gvfHlb6JnY4/VPnwlkELmhI/AAAAAAAAKDU/9lgOeCd279E/s1600/contact-button.png') no-repeat right 10px;
    position: fixed;
    top: 170px;
    left: -275px;
    z-index: 9999999;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.form-parent:hover {
    left: 0;
}

.cc-float-form {
    background: -moz-linear-gradient(top, #25bac1 5%, #54d7de 100%);
    background: -webkit-linear-gradient(top, #25bac1 5%, #54d7de 100%);
    background: -o-linear-gradient(top, #25bac1 5%, #54d7de 100%);
    background: -ms-linear-gradient(top, #25bac1 5%, #54d7de 100%);
    background: linear-gradient(to bottom, #25bac1 5%, #54d7de 100%);
    color: #fafafa;
    padding: 10px;
    width: 273px;
    border: 2px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#ContactForm1 {
    display: none;
}

.contact-form-area {
    background: #ffffff;
    width: 239px;
    padding: 7px 0px;
    border: 1px solid #111;
    /* box-shadow: 2px 2px 2px #111 inset;
    -webkit-box-shadow: 2px 2px 2px #111 inset; */
    font-family: Verdana, Geneva, sans-serif;
    color: #000000;
    font-size: 12px;
    border-radius: 5px;
}

#cc {
    float: right;
    font-size: 9px;
    margin-top: -10px;
    color: #777;
}

#cc a {
    color: #777;
    text-decoration: none;
}

.dl,
ol,
ul {
    margin-bottom: 0px!important;
}


/* Media Query Home */

@media only screen and (max-width: 576px) {
    .header-right-div {
        display: none;
    }
}


/* About Us css*/

.inner-bnr {
    background-image: url(../images/bg/inr-img-1.jpg);
    background-position: 50% 60%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px;
}

.inr-head {
    text-align: center;
}

.inr-head h2 {
    color: #ffffff;
    /* padding: 50px; */
    font-size: 45px;
    position: relative;
}

.inr-head h2::after {
    content: "";
    background-image: url('../images/bg/border-before-2.png');
    position: absolute;
    height: 52px;
    width: 33%;
    bottom: -39px;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.infra-para p {
    padding: 10px 20px;
    text-align: justify;
    line-height: 25px;
    font-size: 15px;
}

.infra-para {
    background-image: url('../images/bg/about-sketch.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.infra-head h1 {
    color: #25bac1;
    font-weight: 600;
    position: relative;
}

.infra-head h1 span {
    font-weight: 600;
    color: #000000;
}

.infra-head h1::after {
    content: "";
    background-image: url('../images/bg/border-before.png');
    position: absolute;
    height: 3px;
    width: 120px;
    bottom: 0;
    left: 0px;
}

.core-head h1 {
    color: #25bac1;
    font-weight: 600;
    position: relative;
}

.core-head h1 span {
    font-weight: 600;
    color: #000000;
}

.core-head h1::after {
    content: "";
    background-image: url('../images/bg/border-before.png');
    position: absolute;
    height: 3px;
    width: 120px;
    bottom: 0;
    left: 500px;
}

.about-img {
    margin-top: 60px;
    padding: 0px 20px;
}

.core-img img {
    border-radius: 100px;
}

.core-one {
    border: 1px solid beige;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.core-two {
    border: 1px solid beige;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.spec-img {
    margin: 80px;
}


/* About Us end */


/* Contact Us Page css */

.con-loc {
    display: flex;
}

.con-icon i {
    font-size: 25px;
}

.con-para h3 {
    font-size: 20px;
    font-weight: 600;
    padding-left: 30px;
    color: #000000
}

.con-para p {
    font-size: 18px;
    font-weight: 500;
    padding-left: 30px;
    color: #000000;
}

.con-icon {
    align-self: center;
    color: #25bac1;
}

.con-main {
    border: 2px solid #dadada;
    padding: 30px;
    margin-bottom: 40px;
    margin-top: 40px;
    border: 50px solid #25bac1;
}

.con-map {
    margin-top: 40px;
}

.abt-hd h2 {
    margin-top: 20px;
    text-align: center;
    color: #25bac1;
    font-size: 40px;
}

.abt-hd h2 span {
    color: #000000;
}

.enq-form {
    margin-top: 55px;
}

.form-group input {
    background-color: #2b323a;
    color: #ffffff;
}

.form-group textarea {
    background-color: #2b323a;
    color: #ffffff;
}

.form-btn {
    text-align: center;
}

.form-btn button {
    margin-top: 30px;
    background-color: #2b323a;
    border: 1px solid #25bac1;
    transition: .8s;
}

.form-btn button:hover {
    background-color: #25bac1;
    transform: scale(1.1)
}

.form-group label {
    font-weight: 600;
}


/* Contact Us Page css */


/* career page css */

.car-para p {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
    background-color: #25bac1;
    margin-left: 100px;
    margin-right: 100px;
    border-radius: 8px;
}

.car-head h2 {
    margin-top: 20px;
    color: #ffffff;
    font-weight: 200!important;
    font-size: 30px;
    text-decoration: underline;
}

.car-form {
    /* background-color: #25bac1; */
    background-image: url('../images/bg/carrer-bg.jpg');
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 30px 80px 30px 80px;
}

.car-btn button {
    margin-top: 30px;
    background-color: #2b323a;
    border: 1px solid #25bac1;
    transition: .8s;
    margin-bottom: 30px;
}

.car-btn button:hover {
    background-color: #2b323a;
    transform: scale(1.1)
}


/* career page css */


/* product single page */

.cat-card {
    margin: 70px 30px;
    /* border: 1px solid black; */
}

.cat-card:hover {
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.cat-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 2s;
}

.cat-img img:hover {
    /* transform: scale(1.03); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: -10px;
    -webkit-transition: margin 1s;
    -moz-transition: margin 1s;
    transition: margin 1s;
}

.cat-head a h2 {
    margin: 20px;
    text-align: center;
    color: black;
    background-color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-weight: bolder;
    font-size: 22px;
}

.inr-cat {
    background-image: url('../images/bg/white-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* product single page */


/* Footer css */

.fot-map {
    margin: 35px 0px 0px 20px;
}

.fot-map iframe {
    border-radius: 5px;
}


/* Footer css */


/* About us media Query */

@media screen and (max-width: 576px) {
    .infra-head h1 {
        padding: 20px;
        font-size: 35px!important;
    }
    .spec-img {
        margin: 0px;
    }
    .core-one {
        margin-bottom: 10px;
    }
    .inr-head h2 {
        font-size: 30px;
        font-weight: 400;
    }
}


/* About us media Query */


/* Single Product Hover animation css  */

@media screen and (max-width: 576px) {
    .cat-card {
        margin: 40px 30px 20px 30px;
    }
}


/* Single Product Hover animation css  */


/* Career / contact / enquiry page css */

@media screen and (max-width: 576px) {
    .car-para p {
        font-size: 16px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .con-main {
        border: 5px solid #25bac1;
    }
    .con-para p {
        font-size: 15px;
    }
}

.footer-area ul li:hover {
    color: #25bac1;
}

.list-2 li a:hover {
    color: #25bac1;
}

.brand-img img {
    border: 2px solid #25bac1;
    margin-top: 30px;
    /* padding: 10px; */
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 19px 25px 0 rgb(0 0 0 / 19%);
    transition: 0.8s;
}

.brand-sec {
    margin-top: 50px;
    margin-bottom: 80px;
}

.brand-img img:hover {
    transform: scale(1.05);
    border: 2px solid #ffffff;
}

.marq{
    margin-bottom: 20px;
    padding-bottom: 40px;
}
/* .brand-image {
    margin-right: 10px;
} */