/* -----------------------------------------------------------------------------------

  Template Name: HTML

-----------------------------------------------------------------------------------  */


/* ---------Common css Start------------  */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.container {
    display: block;
    position: relative;
}

/* Hide the browser's default radio button */

.container input[type="radio"] {
    width: auto;
}

/****common style****/
.bg-yellow {
    background-color: #ffde59;
}

.w-230 {
    width: 230px !important;
    line-height: 22px;
}

.w-200 {
    max-width: 200px !important;
}

.blue-color .btn-outline-primary {
    --bs-btn-color: #114367;
    --bs-btn-border-color: #114367;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #114367;
    --bs-btn-hover-border-color: #114367;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #114367;
    --bs-btn-active-border-color: #114367;
    --bs-btn-active-shadow: inset 0 3px 5pxrgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #114367;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #114367;
    --bs-gradient: none;
    --bs-btn-border-width: 3px;
}

.blue-color .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #114367;
    --bs-btn-border-color: #114367;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #114367;
    --bs-btn-hover-border-color: #114367;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #114367;
    --bs-btn-active-border-color: #114367;
    --bs-btn-active-shadow: inset 0 3px 5pxrgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #114367;
    --bs-btn-disabled-border-color: #114367;
}

.form-check-input:checked {
    background-color: #198754;
    border-color: #198754;
}

.w-35 {
    width: 35% !important;
}

.w-65 {
    width: 65%;
}

.w-60 {
    max-width: 60px;
}

.bg-gray {
    background-color: #d9d9d9 !important;
}

.lh-1 {
    font-size: 15px;
}

.fs-7 {
    font-size: 12px;
}

.fs-8 {
    font-size: 9px;
    line-height: 9px;
}

.blue-color .border-primary {
    border-color: #114367 !important;
}

.bg-blue {
    background-color: #0348ae !important;
}

.bg-darkblue {
    background-color: #114367;
}

.w-15px {
    width: 15px;
}

.negative-margin-end {
    margin-left: -20px;
}

.fw-600 {
    font-weight: 500;
    letter-spacing: 1px;
}

.fw-6 {
    font-weight: 600;
}

.text-blue {
    color: #1f4e70;
}

.show-input {
    display: none;
}

.four-step .step .stepin {
    margin-right: 20%;
}

/* step form style */
#industrialForm {
    position: relative;
    height: 460px;
    font-family: 'Poppins', sans-serif;
}

#nextprevious {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

#industrialForm .btn-outline-success {
    width: 100%;
    height: 100%;
}

.industrial-form h1 {
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
}

input.invalid {
    background-color: #ffdddd
}

.tabOne,
.tabTwo,
.tabThree,
.tabFour,
.tabFive {
    display: none;
}

#structure,
#oroofing {
    cursor: pointer;
}

.stepOne:last-child .stepinOne {
    margin-right: 0;

}

.stepOne:last-child:before {
    display: none;
}

.stepOne {
    position: relative;
}

.stepOne .stepinOne {
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    margin: 0 2px;
    background-color: #737373;
    border: none;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    margin-right: 30%;
    position: relative;
}

.stepOne.active .stepinOne {
    opacity: 1;
    background-color: #004aad;
}

.stepOne:before {
    content: "";
    height: 3px;
    width: 100%;
    background: #191863;
    position: absolute;
    left: 6px;
    top: 9px;
    z-index: 0;
}

.stepOne.finish .stepinOne {
    background-color: #737373;
}

.svg-width img {
    width: 145px;
}

.all-stepsOne {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
}


.stepTwo:last-child .stepinTwo {
    margin-right: 0;

}

.stepTwo:last-child:before {
    display: none;
}

.stepTwo {
    position: relative;
}

.stepTwo .stepinTwo {
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    margin: 0 2px;
    background-color: #737373;
    border: none;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    margin-right: 30%;
    position: relative;
}

.stepTwo.active .stepinTwo {
    opacity: 1;
    background-color: #004aad;
}

.stepTwo:before {
    content: "";
    height: 3px;
    width: 100%;
    background: #191863;
    position: absolute;
    left: 6px;
    top: 9px;
    z-index: 0;
}

.stepTwo.finish .stepinTwo {
    background-color: #737373;
}

.svg-width img {
    width: 145px;
}

.all-stepsTwo {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
}

.btn-secondary,
.btn-success {
    z-index: 5;
}

.displayOneBtn,
.displayTwoBtn,
.displayThreeBtn {
    cursor: pointer;
}

.input-group-text{
    padding: 5px;
}
.input-group-text img {
    height: 14px;
    width: 14px;
}

.fourStepBtn {
    top: -25px;
    right: -7px;
}


.stepThree:last-child .stepinThree {
    margin-right: 0;

}

.stepThree:last-child:before {
    display: none;
}

.stepThree {
    position: relative;
}

.stepThree .stepinThree {
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    margin: 0 2px;
    background-color: #737373;
    border: nThree;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    margin-right: 30%;
    position: relative;
}

.stepThree.active .stepinThree {
    opacity: 1;
    background-color: #004aad;
}

.stepThree:before {
    content: "";
    height: 3px;
    width: 100%;
    background: #191863;
    position: absolute;
    left: 6px;
    top: 9px;
    z-index: 0;
}

.stepThree.finish .stepinThree {
    background-color: #737373;
}

.svg-width img {
    width: 145px;
}

.all-stepsThree {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
}

.stepFour:last-child .stepinFour {
    margin-right: 0;

}

.stepFour:last-child:before {
    display: none;
}

.stepFour {
    position: relative;
}

.stepFour .stepinFour {
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    margin: 0 2px;
    background-color: #737373;
    border: nFour;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    margin-right: 30%;
    position: relative;
}

.stepFour.active .stepinFour {
    opacity: 1;
    background-color: #004aad;
}

.stepFour:before {
    content: "";
    height: 3px;
    width: 100%;
    background: #191863;
    position: absolute;
    left: 6px;
    top: 9px;
    z-index: 0;
}

.stepFour.finish .stepinFour {
    background-color: #737373;
}

.svg-width img {
    width: 145px;
}

.all-stepsFour {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
}


.stepFive:last-child .stepinFive {
    margin-right: 0;

}

.stepFive:last-child:before {
    display: none;
}

.stepFive {
    position: relative;
}

.stepFive .stepinFive {
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    margin: 0 2px;
    background-color: #737373;
    border: nFive;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    margin-right: 30%;
    position: relative;
}

.main-box {
    cursor: pointer;
}

.stepFive.active .stepinFive {
    opacity: 1;
    background-color: #004aad;
}

.stepFive:before {
    content: "";
    height: 3px;
    width: 100%;
    background: #191863;
    position: absolute;
    left: 6px;
    top: 9px;
    z-index: 0;
}

.stepFive.finish .stepinFive {
    background-color: #737373;
}

.svg-width img {
    width: 145px;
}

.all-stepsFive {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
}




.w-10 {
    width: 10px !important;
}

.filet-mar {
    margin-top: 1rem;
}

.file {
    position: relative;
    overflow: hidden;
}

.file input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.btn-custom .btnin img {
    width: 100%;
    max-width: 80px;
}

.thanks-message {
    display: none
}

.w-icon {
    width: 30px;
}

/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.container input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/**** Section STyle****/
.industrial-form {
    position: relative;
    background-image: url(../img/main-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.w-7 {
    width: 6px !important;
}

/* ---------Table End------------  */

.icon-w img {
    width: 15px;
}

.bg-video video {
    object-fit: cover;
}

#industrialForm label.btn {
    height: 100%;
}

.form-control,
.form-select {
    font-size: 12px;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select,
.input-group-text {
    border-color: #000;
}

.main-box img {
    height: 140px;
    object-fit: cover;
    width: 100%;
}

.main-box .w-15 {
    width: 8%;
    margin-right: 4px;
    margin-top: -4px;
    object-fit: contain;
}

.icon-w .input-group-text,
.icon-w .form-control,
.icon-w .form-select {
    padding: 3px;
    background-color: #f4f6fc;
    font-size: 12px;
    line-height: 22px;
}
.input-group input[type=text],.input-group input[type=number],.input-group select{
    line-height: 1;
    height: 26px;
}

.icon-w input[type=number],
.icon-w input[type=text],
.user-icon input[type=number],
.user-icon input[type=text],
.user-icon input[type=email] {
    padding: 3px;
    background-color: #f4f6fc;
    font-size: 12px;
    line-height: 22px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}


/* ---------vision Start------------  */
.vision-sec {
    background-color: #281a39;
}

.title-kol {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.subtitle-kol {
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    margin: 0px 0px 50px -51px;
    padding: 0px 0px 0px 50px;
    border-style: solid;
    border-width: 0px 0px 0px 3px;
    border-color: #FFFFFF;
}

.vision-sec p {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.vision-box {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #FFFFFF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 50px;
    margin: 12% 24% 12% 16%;
}



/* ---------vision End------------  */


.categories-part {
    padding: 35px 0px 80px 0px;
}

.categories-box {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #281a39;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0% 12% 0% 16%;
    padding: 0px 0px 0px 50px;
}


.work-box {
    margin: 5% 21% 7% 23%;
}

.work-kol {
    color: #281a39;
    font-family: "Montserrat", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
}

.work-sec p {
    color: #281a39;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.w-fit {
    width: fit-content;
}

.work-box a:hover img {
    filter: invert(1);
}

.bg-work {
    background-image: url(../img/building.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 620px;
}

.quality-sec {
    background-image: url(../img/quality-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 120px 0px 70px 0px;
    background-attachment: fixed;
}

.quality-box {
    background-color: #281a39;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 50px 50px 50px;
    border-radius: 20px 20px 20px 20px;
}

.quality-in p {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
}

.quality-in {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #FFFFFF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 50px;
}

.quality-in a img:hover {
    filter: brightness(1);
}

.quality-in a img {
    filter: invert(1);
}

.counter-kol {
    color: #281a39;
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 60px;
}

.counter-in {
    font-family: "Montserrat", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    border-bottom: 1px solid #000;
    display: block;
    position: relative;
    margin-bottom: 1.5rem;
}

.counter-in:before {
    background: #000;
    position: absolute;
    content: "";
    width: 15%;
    height: 4px;
    bottom: -1px;
}

.counter-box p {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.16em;
    color: #281a39;
}

.bg-kolcolor {
    background-color: #281a39;
}

.counter-value p {
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.industry-sec .quality-box {
    margin: 12% 12% 12% 12%;
}

.w-40 {
    width: 40% !important;
}

.track-box {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #281a39;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 50px;
    margin: 12% 12% 12% 16%;
}


.track-video {
    position: relative;
}

#myVideo {
    width: 260px;
    max-width: 260px;
    position: relative;
    top: 18px;
}

.track-video img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
}

.track-sec {
    margin-top: 80px;
    margin-bottom: 80px;
}
#nextOneprevious,#nextTwoprevious,#nextThreeprevious,#nextFourprevious,#nextFiveprevious{
    position: absolute;
    right: 28px;
    bottom: 21px;

}
#formOne,#formTwo,#formThree,#formFour,#formFive{
    height: 452px;
    position: relative;
}
.input-group label{
    white-space: nowrap;
}
.userGet input{
    height: 39px!important;
}
#header .navbar-brand img{
    max-width: 210px;
}
#header nav li a{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px!important;
    font-weight: 500;
    color: #000!important;
    padding: 0px 15px 0px 15px!important;
}
#header nav li a.active{
    color:#1f4e70!important;
}
#header .dropdown-menu{
    padding: 0px;
    border-radius: 0px;
}
#header .dropdown-menu[data-bs-popper]{
    top: 141%;
    box-shadow: 0 10px 30px 0 rgb(45 45 45 / 20%);
    border: 0px;
}
#header .dropdown-item{
    width: 220px;
    height: 49px;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px!important;
    font-weight: 400;
    padding: 14px 14px 14px 14px!important;
    color: #000000;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #FFFFFF;
}
#header .dropdown-item:hover{
    color: #fff!important;
    background-color: #281A39;
}
#header .nav-item{
    margin-top: auto;
    margin-bottom: auto;
}
.btn-primary{
    background-color: #1f4e70;
    border-color: #1f4e70;
    padding: 8px 20px 10px 20px;
    font-family: "Montserrat", Sans-serif;
    border: 1px solid #1f4e70;
    line-height: 1.3333;
}
.btn-primary:hover{
    color: #1f4e70;
    border-color: #1f4e70;
    background-color: #fff;
}
#footer{
    background-color: #281A39;
}
#footer h5{
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.footerNavbar{
    display: flex;
}
#footer .footerNavbar li{
    width: 45px;
    height: 45px;
    background-color: white;
    color: #281A39;
    list-style: none;
    margin-left: 30px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    
}
#footer .footerNavbar li a{
    color: #281A39;
    text-decoration: none;
    font-size: 25px;
}
#footer select{
    padding: 10px 15px;
}
#footer .border-bottom{
    border-bottom: 1px solid #fff;
}

#footer .linkNav{
    display: flex;
}

#footer .linkNav li a{
    text-decoration: none;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 0px 20px;
}
.border-2{
    border: 2px solid #fff;
}
.copyright span{
    color: #281A39;;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 700;
}
#header{
    top: 0px;
    left: 0px;
    z-index: 2;
    position: fixed;
    background: #fff;
    width: 100%;
    box-shadow: 0 10px 30px 0 rgb(45 45 45 / 20%);
}
#header li a img{
    width: 10px;
    margin-left: 3px;
    margin-bottom: 3.5px;
}
#header .dropdown-toggle::after{
    display: none;
}
.toggleBtn img{
    width: 50px;
}



@media only screen and (max-width: 576px) {
	#footer .linkNav li a{
        text-decoration: none;
        font-family: "Montserrat", Sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        margin: 0px 7px;
    }
    #header .navbar{
        padding: 15px 6px;
    }
    #header .herderNav{
        position: absolute;
        width: 90%;
        height: 100%;
        background: white;
        top: 0px;
        bottom: 0px;
        left: 0px;
        height: 100vh;
        z-index: 2;
        transform: translateX(-100%);
    }
    #header .toggleBtn img{
        width: 38px;
    }
    #header .toggleBtn{
    }
    #header .navbar-brand img {
        max-width: 140px;
    }
    .linkNav{
        padding: 0px!important;
    }
    #header nav li a {
        font-family: 'Montserrat', sans-serif;
        font-size: 19px!important;
        font-weight: 400;
        color: #000!important;
        padding: 14px 25px 13px 19px!important;
        padding: 15px;
    }
    #header li a img{
        border: 1px solid black;
        padding: 6px 11px;
        border-radius: 9px;
        width: 36px;
        float: right;
        margin: auto;
    }
    .shadowBox{
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 44%);
        top: 0px;
        bottom: 0px;
        left: 0px;
        height: 100vh;
        z-index: 1;
        transform: translateX(-100%);
    }

}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1300px!important;
    }
}