@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------------

Prototype Version:  2.4

*/


@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype'),
        url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.eot');
    src: url('../fonts/OpenSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff'),
        url('../fonts/OpenSans-Medium.ttf') format('truetype'),
        url('../fonts/OpenSans-Medium.svg#OpenSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* Table of Contents
-----------------------------------------------------------------------------

1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework

*/
:root{
    --body-color:#1e1f1e;
    --primary-color:#1c4386;
    --white-color:#ffffff;
    --black-color:#000000;
    --gray-color:#808180;

    --body-font:'Open Sans';
    --telugu-font: 'Telugu MN';
}
::selection{
    color: var(--white-color);
    background-color: var(--primary-color);
}
/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox 
{background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;}
html, body{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;}

body,*{margin: 0;padding: 0; font-family: var(--body-font); font-size: 22px; color: var(--body-color); -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;font-weight: 400; }
body.overflow-hidden{overflow: hidden;}
.wood-overlay{ position: fixed;top: 0; left: 0; right: 0; bottom: 0;z-index: 3; background: #313136a3; opacity: 0; pointer-events: none; transition:all .5s ease ; -webkit-transition:all .5s ease ; -moz-transition:all .5s ease ; -ms-transition:all .5s ease ; -o-transition:all .5s ease ; }
.wood-overlay.open{opacity: 1;pointer-events: all;}

/* 2. Define Base Typography
------------------------------------------------------------------------------*/
/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {margin: 0;font-weight: 400;}

/* Specific Header Settings */
h1,.h1 {font-size:59px;line-height: 1.2;}
h2,.h2 {font-size:48px;}
h3,.h3 {font-size:39px;}
h4,.h4 {font-size:30px;}
h5,.h5 {font-size: 25px;}
h6,.h6 {font-size: 20px;}

/* Create the Default Paragraphs */
p {margin-bottom: 25px; line-height: 1.5;}


/* Other Typo */
strong {font-weight: bold;}
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style: disc;}

.f-color-blue{color: var(--primary-color);}
.f-color-white,.f-color-white *{color: var(--white-color);}
.f-21, .f-21 *{font-size: 21px;}
.t-uppercase{text-transform: uppercase;}
.t-shadow{text-shadow:2px 2px 3px #000000}
.f-light{font-weight: 300;}
.gradient-text {
      font-size: 115px; /* Adjust as needed */
      font-weight: bold;
        background: linear-gradient(1800deg, #2b4386 -120%, #FFFFFF 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text; 
      color: transparent; /* fallback */
      letter-spacing: 2;
      line-height: 1;
    }

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {max-width: 100%; border: 0; border-style: none;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {text-decoration:underline;transition: 0.5s; display: inline-block;}
a:hover{color:var(--primary-color)}


/* 5. Forms
------------------------------------------------------------------------------*/
input{font-family: var(--body-font);}
input[type='submit']{ font-family: var(--body-font); -webkit-appearance:none; border:none; -webkit-text-size-adjust:none; }
select{font-family: var(--body-font);-webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none;}
textarea{overflow:auto;font-family: var(--body-font);}
::-webkit-input-placeholder{ color: var(--black-color);}
:-moz-placeholder{ color: var(--black-color);}
::-moz-placeholder{ color: var(--black-color)}
:-ms-input-placeholder{ color: var(--black-color)}
::-ms-input-placeholder{ color: var(--black-color)}


/* container */
.container{max-width: 1670px; width: 100%; padding-left: 15px; padding-right: 15px; margin: 0 auto;}
.left-container{width: 100%;padding-right: calc((100% - 1690px) / 2);}
.small-container{max-width: 1360px; padding-left: 15px; padding-right: 15px; margin: 0 auto}
.row{display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }
.col-12 {max-width: 100%;}
.col-11 {max-width: 91.66666667%;}
.col-10 {max-width: 83.33333333%;}
.col-9 {max-width: 75%;}
.col-8 {max-width: 66.66666667%;}
.col-7 {max-width: 58.33333333%;}
.col-6 {max-width: 50%;}
.col-5 {max-width: 41.66666667%;}
.col-4 {max-width: 33.33333333%;}
.col-3 {max-width: 25%;}
.col-2 {max-width: 16.66666667%;}
.col-1 {max-width: 8.33333333%;}

.d-flex{ display:flex;}
.flex-wrap{flex-wrap:wrap;}
.justify-content-start{justify-content:flex-start;}
.justify-content-center{justify-content:center;}
.justify-content-end{justify-content:flex-end;}
.justify-content-between{justify-content:space-between;}
.align-items-start{align-items: flex-start;}
.align-items-center{align-items: center;}
.align-items-end{align-items: flex-end;}

.row-reverse{flex-direction: row-reverse;}

.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.d-none{display: none;}

.bg-text-blue{background: var(--primary-color);color: var(--white-color);padding: 5px 10px;text-transform: uppercase;width: fit-content;display: inline-block;}
.bg-text-gray{background: var(--gray-color);color: var(--white-color);padding: 5px 10px;text-transform: uppercase;display: inline-block;}

/*transition effect*/

.unlisted{list-style:none;margin: 0;padding: 0;}

/* Common CSS */
/* body.logged-in{padding-top: 32px;} */
section{position: relative;padding-top: 100px;padding-bottom: 100px;}
.bg-set{background-repeat: no-repeat;background-position: center;background-size: cover;}
.btn,aside,header,header .header-bootom,header .header-bootom .d-flex,header .header-bootom .menu-area ul,header .header-top,header .header-top .tagline,header .header-top .h-tel{ transition:all .4s ease ; -webkit-transition:all .4s ease ; -moz-transition:all .4s ease ; -ms-transition:all .4s ease ; -o-transition:all .4s ease ; }

.btn,.btn-white{ font-size: 24px; text-decoration: none; font-weight: 300 !important; text-transform: uppercase; color: var(--primary-color); background-color: var(--white-color); border-radius: 0;border: 1px solid var(--primary-color); font-weight: normal; font-style: normal;padding: 20px 58px;cursor: pointer;}
.btn:hover{background-color: var(--primary-color);opacity: 1;color: var(--white-color);}
.btn-white{color: var(--white-color);border-color: var(--white-color);box-shadow:  0 0 10px #0000004d;background-color: transparent;}
.btn-white:hover{background-color: var(--white-color);color: var(--black-color);opacity: 1;text-shadow: none;}
a.link,.link{display: inline;text-transform: uppercase;text-decoration: underline;}
.link:hover{opacity: 0.6;}

/* header */
header.absolute-header{padding: 4.17vw 0;}

/* home-banner */
.home-banner{position: relative;padding: 150px 0;}
.home-banner .container{position: relative;z-index: 1;}
.home-banner::after,.home-banner::before{content: '';position: absolute;width: 50%;top: 0;height: 100%;}
.home-banner::after{background: var(--primary-color);left: 0;}
.home-banner::before{background: var(--gray-color);right: 0;}
.home-banner .container .col-6:first-child{padding-right: 30px;}
.home-banner .container .col-6:last-child{padding-left: 30px;}
.home-banner h3{margin-bottom: 20px;}

/* bracing-section */
.bracing-section { border-bottom: 2.86vw solid var(--primary-color); }
.bracing-section .heading-top-content .top-content{max-width: 1090px;}
.bracing-section .heading-top-content,.bracing-section .product-section { margin-top: 50px; }

.bracing-section .product-section .product-list ul{column-count: 2;padding-left: 20px;}
.bracing-section .product-section .col-9{padding-right: 40px;}
.product-section .product-left-box{background: #cad1de;padding: 70px 20px 40px;}
.product-section .product-list{padding: 50px 0 70px;max-width: 90%; margin: 0 auto;}
.product-section .product-list ul li{font-weight: 300;}
.product-section .product-left-box img{width: 100%;}
.bracing-section .product-section .col-8 { padding-right: 60px; }
.bracing-section .product-detail-list p{margin-bottom: 0;}
.bracing-section .product-detail-list .product-box { margin-bottom: 18px; }
.bracing-section .product-right-box H4{margin-bottom: 10PX;}
.bracing-section .product-detail-list p.t-uppercase{font-weight: 500;}

/* work-section */
.work-section h2{margin-bottom: 40px;}
.solution-list-box .list-box h4{text-transform: uppercase;}
.solution-list-box .list-box .img-box{width: 191px;text-align: center;}
.solution-list-box .list-box .content-box{width: calc(100% - 191px);    padding-left: 50px;}
.solution-list-box .list-box .content-box ul{padding-left: 20px;}
.work-section .solution-list-box{margin-top: 60PX;}
.work-section .solution-list-box .list-box {margin-bottom: 30px;}
.solution-list-box .list-box .content-box h4{margin-bottom: 10px;}
.solution-list-box .list-box .content-box li{margin-bottom: 5px;}
.work-section .work-right-box{background:#cad1de;}
.work-section .work-content-box ul { padding-left: 30px; }
.work-section .work-right-box .work-box{padding: 40PX;}
.work-right-box .work-box h4, .work-right-box .work-content-box img{margin-bottom: 30px;}
.work-right-box .work-pdf-box { padding: 050px 0 0; gap: 10px; justify-content: center; max-width: 300px; margin: 0 auto; }
.work-right-box  .work-pdf-box p{text-decoration: underline;}

/* footer */
.absolute-footer{background: var(--primary-color);padding: 80px 0;}
.absolute-footer .logo{margin-bottom: 20px;}
.absolute-footer p{font-weight: 300;}
.absolute-footer a{text-decoration: none;font-weight: 300;}
.absolute-footer a:hover{text-decoration: underline;color: var(--white-color);}
