/* ========Table of Content=========
2.Gobal Style
3.Header
4.Section-1 
5.Section-2 
6.Section-3 
7.Section-4 
8.
9.
10.
11.Footer
===============================
*/


/* ============1.Reset========== */

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a:hover {
    text-decoration: none !important;
}

a {
    color: #000;
}

ul {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}


/* ========================= */


/* ============= 2.Gobal Style ============ */

body {
    font-family: sans-serif;
    font-size: 16px;
}

.com-pad {
    padding: 0 45px;
}

.com-sec-pad {
    padding: 50px 0;
}


/* ========================= */


/* ===========3.Header=========== */

.custom-navbar {
    background-color: black;
    border-top: 5px solid #EE3B24;
}

.custom-navbar-link ul li a {
    font-family: PT_Sans-Regular;
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 80px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    letter-spacing: 2px;
}

.custom-navbar-link ul li a:hover,
.custom-navbar-link ul .nav-item.active a {
    color: #EE3B24;
}

.custom-navbar-link ul li {
    padding: 0 15px;
}

.custom-navbar-link ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: 12px;
    border-bottom: 2px solid #EE3B24;
    left: 100%;
    right: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.custom-navbar-link ul li:hover a:after {
    left: 8px;
    right: 8px;
}


/*dropdown*/

.custom-navbar-link ul li .dropdown-menu a {
    position: static;
    color: #000000;
    line-height: 40px;
    font-weight: 100;
}

.custom-navbar-link ul li .dropdown-menu a::after {
    position: static;
}

.custom-navbar-link ul li .dropdown-menu a:hover {
    background-color: #cccccc;
    color: #EE3B24;
}

.custom-navbar-link .dropdown-menu {
    border-radius: 2px;
    border: 1px solid #ef3b25;
    border-top: 1px solid #cccccc;
    min-width: 200px;
}

.divider {
    padding: 0 5px;
}


/* ============ Header end ========== */


/* ===========4.Section-1 Start=========== */

.aboutus h1,
.infra h1,
.features h1,
.products h1,
.infra-welcome h1,
.infra-welcome-factory h1 {
    text-align: center;
    font-family: PT_Sans-Bold;
    font-size: 34px;
    padding-bottom: 20px;
}

.aboutus p,
.infra-welcome p,
.infra-welcome-factory p {
    text-align: center;
    font-family: PT_Sans-Regular;
    font-size: 16px;
    word-spacing: 1px;
    line-height: 32px;
    max-width: 80%;
    margin: 0 auto;
}


/* ============Section-1  end ========== */


/* ===========5.Section-2 Start=========== */

.features,
.infra-welcome-factory {
    background-color: #f6f6f6;
}

.features h4,
.infra h4,
.products h4 {
    font-family: PT_Sans-Italic;
    font-size: 14px;
    text-align: center;
}

.feature-card-1 {
    border: 1px solid #f6f6f6;
    margin-top: 35px;
}

.feature-card-1:hover {
    border: 1px solid #EE3B24;
    /* box-shadow: 0 10px 40px 1px rgba(0, 0, 0, .1);
    transition: all 20ms ease-in; */
}

.feature-card-1:hover h3 {
    color: #EE3B24;
}

.feature-card-1 h3 {
    font-family: PT_Sans-Regular;
    font-size: 18px;
    text-align: center;
}

.feature-card-1 .card-header,
.feature-card-1 .card-body,
.feature-card-1 .card-footer {
    border: none;
    background-color: #f6f6f6;
}

.fas {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fea-icon-1 {
    height: 40px;
    width: 80px;
    margin: 35px 0;
    position: relative;
    display: inline-block;
    color: #FFF;
    background: #EE3B24;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.fea-icon-1::after {
    content: "";
    border-bottom: 24px solid #EE3B24;
    border-left: 40px solid rgba(0, 0, 0, 0);
    border-right: 40px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: -24px;
}

.fea-icon-1::before {
    content: "";
    border-top: 24px solid #EE3B24;
    border-left: 40px solid rgba(0, 0, 0, 0);
    border-right: 40px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    bottom: -24px;
}

.card-footer {
    padding: 1.75rem 1.25rem;
}

.card-body {
    padding-bottom: 0;
}


/* ============Section-2  end ========== */


/* ===========6.Section-3 Start=========== */

.infra-wrapper {
    background: rgba(0, 172, 238, 0.2);
    height: 200px;
    margin-bottom: 30px;
    position: relative;
}

.infra-body {
    margin-top: 45px;
}

.infra-wrapper h1 {
    text-align: center;
    padding-top: 100px;
    font-family: PT_Sans-Regular;
    font-size: 24px;
    position: relative;
}

.infra-wrapper h1::after {
    content: "";
    width: 75%;
    height: 6px;
    background-color: #f8b239;
    position: absolute;
    top: 71px;
    left: 15%;
}

.infra-wrapper h2 {
    text-align: center;
    padding-top: 30px;
    opacity: 0;
    font-family: PT_Sans-Regular;
    font-size: 18px;
}

.infra-wrapper:hover h2 {
    opacity: 1;
    transform: translate(0, -80%);
    transition: transform 0.5s;
    color: #ffffff;
}

.infra-wrapper:hover h1 {
    transform: translate(0, -40%);
    transition: transform 0.5s;
    color: #ffffff;
}

.infra-wrapper:hover h1::after {
    transform: translate(0, 80px);
    transition: transform 0.5s;
    background-color: #ffffff;
}

.infra-bg-1:hover {
    background-image: url(../images/infra-1.png);
    background-position: center;
    background-size: cover;
}

.infra-bg-2:hover {
    background-image: url(../images/infra-2.png);
    background-position: center;
    background-size: cover;
}

.infra-bg-3:hover {
    background-image: url(../images/infra-3.png);
    background-position: center;
    background-size: cover;
}

.infra-bg-4:hover {
    background-image: url(../images/infra-4.png);
    background-position: center;
    background-size: cover;
}

.infra-bg-5:hover {
    background-image: url(../images/infra-5.png);
    background-position: center;
    background-size: cover;
}

.infra-bg-6:hover {
    background-image: url(../images/infra-6.png);
    background-position: center;
    background-size: cover;
}

.infra-bg-7:hover {
    background-image: url(../images/infra-7.png);
    background-position: center;
    background-size: cover;
}

.infra-bg-8:hover {
    background-image: url(../images/infra-8.png);
    background-position: center;
    background-size: cover;
}


/* ============Section-3  end ========== */


/* ===========7.Section-4 Start=========== */

.products {
    background-color: #f6f6f6;
}

.pro-img,
.fac-str-img {
    padding-top: 35px;
}

.pro-img-parent {
    margin-bottom: 30px;
    background-color: #f8b239;
    padding: .25rem;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.pro-img-parent .zoom-img {
    transition: transform 0.6s;
}

.pro-img-parent:hover .zoom-img {
    transform: scale(1.5);
}

.pro-img-child {
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #ffffff94;
}

.icon-overlay {
    color: white;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    text-align: center;
}

.overlay-head {
    position: relative;
    margin-bottom: 30px;
}

.overlay-head:hover .overlay {
    opacity: 1;
}

.fa-search {
    color: #929292;
    font-size: 30px;
}


/* ============Section-4  end ========== */


/* ===========8.Footer=========== */


/* .foot-bg-img{
    background-color: #0376b6;
} */

.foot-bg {
    background-color: #0177b5;
    font-family: PT_Sans-Regular;
    padding: 55px 0;
}

.foot-bg-header {
    position: relative;
}

.foot-bg-header h1 {
    font-family: PT_Sans-Bold;
    font-size: 34px;
    padding: 20px 0;
    color: #ffffff;
}

.foot-bg-header span {
    font-size: 17px!important;
    margin-top: 1em;
    letter-spacing: 4px;
    text-transform: capitalize;
    font-weight: 600;
}

.foot-bg-header span::after {
    content: '';
    background: #212121;
    height: 2px;
    width: 70px;
    position: absolute;
    top: 132%;
    right: 47%
}

.foot-icon-parent {
    padding-top: 85px;
}

.foot-icon-child .ficon {
    color: #ffffff;
    width: 75px;
    height: 75px;
    float: left;
    padding: 21px;
    margin-bottom: 25px;
    margin-right: 30px;
    border-radius: 50px;
    border: 3px solid;
}

.foot-icon-child span {
    margin-top: 27px;
    display: inline-block;
    color: #ffffff;
}

.ql {
    text-align: center;
}

.ql ul {
    float: left;
    margin-top: 6px;
}

.ql ul li {
    list-style: none;
    display: inline-block;
    padding-right: 33px;
    float: left;
}

.ql ul li a {
    color: #000;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.ql ul li a:hover {
    color: #ffffff;
}

.foot-bg-footer {
    background-color: #0376b6;
}

.foot-bottom {
    padding: 2.5em 0em 0;
    margin-top: 1em;
    border-top: 2px solid rgba(2, 87, 132, 0.68);
}

.soc-icon span {
    padding: 0 7px;
}

.soc-icon span:hover {
    color: #ffffff;
    cursor: pointer;
}


/* ============ footer end ========== */


/* ============ -----------------------ABOUT US PAGE--------------------------- ========== */

.aboutus-header {
    background-image: linear-gradient(rgba(140, 102, 70, 0.79), rgba(108, 89, 37, 0.77)), url(../images/aboutus-bg.jpg);
    padding: 90px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutus-header h1 {
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    color: #ffffff;
    padding-bottom: 14px;
}

.aboutus-header h5,
.products-header h5 {
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.aboutus-header a,
.products-header a {
    color: #ffffff;
}

.aboutus-welcome {
    background-color: #f6f6f6;
}

.aboutus-welcome h1 {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    color: #0376b6;
    padding-bottom: 14px;
}

.aboutus-welcome .abt-icon {
    font-size: 30px;
    color: #0376b6;
    text-align: center;
}

.aboutus-welcome p {
    text-align: center;
}

.aboutus-welcome-content {
    padding-bottom: 20px;
}

.aboutus-welcome-content:hover h1 {
    color: #f8b239;
}

.abt-card {
    border: 1px solid #f6f6f6;
    margin-top: 35px;
}


/* ============ -----------------------CONTACT US PAGE--------------------------- ========== */

.contactus {}

.contactForm {
    max-width: 500px;
    margin: auto;
}

.contact-head {
    text-align: center;
    color: #3c5c62;
    margin-bottom: 45px;
    letter-spacing: 3px;
    background-color: #fafafa;
    padding: 40px 0;
}

.contact-details h1,
.products-header h1 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.contactus h2 {
    padding-bottom: 10px;
}

.input-form-container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.icon-form {
    padding: 14px;
    background: #064166b3;
    color: white;
    min-width: 50px;
    text-align: center;
    font-size: 48px;
}

.icon-form-addr {
    padding: 14px;
    background: #064166b3;
    color: white;
    min-width: 51px;
    text-align: center;
    font-size: 48px;
    min-height: 216px;
}

.input-field,
textarea {
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #e2e2e2;
    background: #fafafa;
    border: 1px solid #eeeeee;
    padding: 10px 16px;
    font-size: 14px;
    color: #777;
    width: 100%;
    /* margin-bottom: 15px; */
    border-radius: 3px;
    letter-spacing: .5px;
}

.input-field:focus {
    border: 1px solid #eeeeee;
}

textarea {
    min-height: 150px;
}

.contact-title {
    margin-bottom: 18px;
    color: #6e8c92;
}

.contact-content {
    color: #73959c;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
}


/* Set a style for the submit button */

.btn_form {
    background-color: #8fcd92;
    color: white;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    /* width: 40%; */
    border: 1px solid #8fcd92;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: .5px;
}

.btn_form:hover {
    transition: ease-in .4s;
    color: #ffffff;
    background-color: #3071a9;
    border-color: #285e8e;
}

.contact-details span {
    padding-left: 20px;
    font-size: 18px;
}

.contact-details-content {
    padding: 10px 0 10px 38px;
    color: white;
}


/* ============ -----------------------products PAGE--------------------------- ========== */

.products-header {
    background-image: linear-gradient(rgba(140, 102, 70, 0.79), rgba(108, 89, 37, 0.77)), url(../images/products-bg.jpg);
    padding: 90px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.products-body h1 {
    margin-bottom: 25px;
    font-family: PT_Sans-Regular;
}

.abt-card h3 {
    font-family: PT_Sans-Regular;
    font-size: 18px;
    text-align: center;
}

.abt-card .card-body,
.abt-card .card-header,
.abt-card .card-footer {
    background-color: #f6f6f6;
    border: none;
}

.abt-card {
    border: 1px solid #f6f6f6;
    margin-top: 35px
}

.abt-card:hover {
    border: 1px solid #0376b6;
}

.abt-card:hover h3 {
    color: #0376b6;
}


/* new infra */

.infra-more-box {
    padding: 20px 10px 20px;
    background: rgba(0, 172, 238, 0.2);
    min-height: 250px;
    margin: 20px 0 10px;
}

h1.box-title {
    font-size: 20px;
    text-transform: uppercase;
    padding: 40px 0 20px;
}

.infra-more-box p {
    padding-bottom: 30px;
}


/* contact new */

.contact-icons {
    padding-bottom: 20px;
    font-size: 15px;
}

.contact-icons-sml i {}

.c-icon {
    width: 30px !important;
}

.contact-icons-sml {
    color: #6f6f6f;
    font-weight: bold;
}

.contact-Form label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: bold;
    color: #6f6f6f;
    font-size: 15px;
}

.contact-Form input.form-control {
    margin-bottom: 15px;
    border: 1px solid #ebebeb;
    border-radius: 0;
}

.text {
    color: #6f6f6f;
    font-size: 14px;
}

.text-danger {
    color: #dc3545;
}

.form-submit {
    background-color: #0376b6;
    color: #ffffff;
    border: 1px solid #0376b6;
    padding: 5px 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

.form-submit:hover {
    background-color: #004d77;
}