@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;800&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'Poppins', sans-serif;
scroll-behavior: smooth;
}
a{
text-decoration: none;
cursor: pointer;
}
header{
background: url(../images/015.jpg);
height: 70vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.line{
max-width: 1590px;
margin: 60px auto;
border: none;
height: 2px;
background: #8400c5;
width: 80%;
opacity: .3;
}
.linenone{
max-width: 1590px;
margin: 50px auto;
border: none;
height: 2px;
background: transparent;
width: 80%;
opacity: .3;
}
nav{
height: auto;
position: fixed;
width: 100%;
top: 0;
z-index: 99!important;
background: #fff;
transition: .6s;
}
.container{
max-width: 1590px;
margin: auto;
padding: 0 20px;
position: relative;
}
.navbar{
display: flex;
height: 80px;
margin: 4px 0;
/*padding: 0 20px;*/
align-items: center;
justify-content: space-between;
}
.logo{
display: flex;
justify-content: center;
align-items: center;
}
.logo .logo-txt{
text-transform: uppercase;
font-weight: 600;
font-size: 24px;
color: #8400c5;
}
.navbar .nav-list{
display: flex;
/*justify-content: center;*/
align-items: center;
}
.navbar .nav-list li{
list-style: none;
padding: 1rem 1.4rem;
font-weight: 500;
}
.navbar .nav-list li a{
color: #000;
}
/*.navbar .nav-list li a.active{
color: red;
}*/
.navbar .menu{
display: none;
}
.navbar .nav-list .close{
display: none;
}
@media only screen and (max-width: 999px) {
nav{
height: auto;
position: fixed;
width: 100%;
top: 0;
z-index: 99!important;
background: #fff;
transition: .6s;
}
.container{
max-width: 1590px;
margin: auto;
padding: 0 20px;
}
.navbar{
display: flex;
height: 80px;
margin: 4px 0;
/*padding: 0 20px;*/
align-items: center;
justify-content: space-between;
}
.logo{
display: flex;
justify-content: center;
align-items: center;
}
.logo .logo-txt{
text-transform: uppercase;
font-weight: 600;
font-size: 20px;
color: #8400c5;
line-height: 24px;
}
.navbar .nav-list{
display: flex;
align-items: center;
flex-direction: column;
position: fixed;
background: #fff;
height: 100vh;
top: 0;
right: 0;
width: 260px;
display: none;
transition: .4s;
}
.navbar .nav-list .close{
position: absolute;
top: 20px;
right: 20px;
font-size: 28px;
font-weight: 600;
cursor: pointer;
color: #8400c5;
transition: .5s;
}
.navbar .overlay{
position: absolute;
height: 100vh;
background: transparent;
width: 100%;
top: 0;
left: 0;
z-index: -1;
display: none;
}
.navbar .nav-list .close:hover{
color: #000;
}
.navbar .menu{
display: block;
cursor: pointer;
}
.navbar .nav-list li{
list-style: none;
padding: 1rem 1.4rem;
font-weight: 500;
position: relative;
top: 40%;
transform: translateY(-50%);
}
.navbar .nav-list li a{
color: #000;
}
}
.hero{
width: 100%;
height: calc(70vh - 25px);
/*background: red;*/
display: flex;
justify-content: left;
/*align-items: center;*/
z-index: -1;
padding: 20px;
}
.hero .hero-container{
/*background: red;*/
width: 100%;
max-width: 1590px;
margin: auto;
}
.hero .content{
display: flex;
flex-direction: column;
color: #fff;
justify-content: left;
align-items: left;
margin: 180px 0;
padding-top: 20px;
/*margin-bottom: 200px;*/
}
.hero .content h1{
font-size: 40px;
max-width: 580px;
font-weight: 600;
text-transform: uppercase;
}
.hero .content p{
padding-bottom: 50px;
font-size: 20px;
font-weight: 600;
}
.hero .content .each-product{
display: flex;
}
.hero .content .each-product span{
padding: 0 6px;
font-weight: 600;
text-transform: capitalize;
}
.hero .content span{
font-size: 24px;
}
.hero .content .first-txt{
font-size: 45px;
font-weight: 600;
}
.hero .content .second-txt{
font-size: 50px;
font-weight: 600;
}
@media only screen and (max-width: 766px) {
.hero .content .first-txt{
font-size: 28px;
font-weight: 600;
}
.hero .content .second-txt{
font-size: 35px;
font-weight: 600;
}
}
.hero .content .btn a{
color: #000;
background: #fff;
border: 1px solid #fff;
border-radius: 25px;
padding: .5rem 1rem;
margin: 0 10px;
font-weight: 500;
margin-bottom: 10px;
}
.hero .content a{
color: #fff;
}
.title{
text-align: left;
}
.title span{
font-size: 24px;
text-transform: uppercase;
font-weight: 500;
color: #8400c5;
position: relative;
}
.title span:after{
position: absolute;
content: '';
height: 3px;
width: 100%;
background: #8400c5;
bottom: -3px;
left: 0;
}
.overview{
margin: 40px 0;
}
.main-point{
margin: 20px 0;
}
.main-point .heading{
font-weight: 500;
font-size: 17px;
padding-bottom: 10px;

}
.main-point .sub-title{
font-weight: 500;
font-size: 17px;
padding-bottom: 10px;
}
.main-point .list{
display: flex;
flex-direction: column;
margin-top: 10px;
}
.main-point .sub-list{
margin: 4px 0;
}
.main-point .sub-list li{
padding-left: 25px;
}
.main-point .list span{
padding: 5px 0;
letter-spacing: 1px;

}
.main-point .list span .fas{
color: #8400c5;
padding-right: 6px;

}
.mndv{
height: 100%;
width: 100%;
/*background: url('../images/17973908.jpg'), rgba(0, 0, 0, .9);*/
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-blend-mode: darken;
display: flex;
justify-content: space-around;
padding: 70px 0;
}
.mndv .mission{
display: flex;
justify-content: center;
align-items: center;
/*background: yellow;*/
color: #000;
font-weight: 500;
box-shadow: 0 .5rem 1rem rgba(22,28,45,.15);
border: 1px solid rgb(131, 0, 196);
padding: 20px 5px;
}
.mndv .vision{
display: flex;
justify-content: center;
align-items: center;
/*background: yellow;*/
color: #000;
font-weight: 500;
box-shadow: 0 .5rem 1rem rgba(22,28,45,.15);
border: 1px solid rgb(131, 0, 196);
padding: 20px 5px;
}
@media only screen and (max-width: 766px) {
.mndv{
flex-direction: column;
}
.mndv .vision{

margin-top: 30px;
}
}
.mndv .content{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
/*background: yellow;*/
width: 80%;
max-width: 500px;
}
.mndv .content img{
margin-bottom: 10px;
}
.mndv .content .mv-title{
font-weight: 500;
font-size: 20px;
}
.mndv .content .point{
text-align: center;
margin-top: 10px;
}
.strength .list{
margin: 30px 0;
display: flex;
flex-wrap: wrap;
}
.strength .list span{
display: inline;
padding: 6px 8px;
background: rgba(132, 0, 197, .6);
margin: 10px;
border-radius: 10px;
color: #fff;
font-weight: 500;
}
.contact{
background: #fff;
box-shadow: 0 .5rem 1rem rgba(22,28,45,.15);
display: flex;
padding: 40px 20px;
margin: 30px auto;
}
.contact .contact-detail{
display: flex;
width: 100%;
align-items: center;
justify-content: space-around;
padding:0 20px;
text-align: center;
flex-direction: column;
flex: 0 0 50%;
}
.contact .contact-detail .box{
display: flex;
flex: 1;
}
.contact .contact-detail .box .inner-box{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 14px;
}
.contact .contact-detail .box .inner-box a{
color: #000;
}
.contact .contact-detail .box img{
height: 60px;
width: 60px;
text-align: center;
margin-bottom: 10px;
}
.contact .form{
background: #fff;
flex: 0 0 50%;
}

}
.contact .form .form-box{
width: 100%;
margin: 0 auto;
padding-top: 40px;
padding-bottom: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.contact .form .form-box form{

display: flex;
justify-content: center;
/*align-items: center;*/
flex-direction: column;

max-width: 650px;
text-align: center;
margin: 0 auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
}
.contact .form .form-box form input{
width: 100%;
padding: 12px;
margin: 12px 0;
border: none;
outline: none;
font-family: 'Poppins', sans-serif;
letter-spacing: 1px;
border-radius: 5px;
border: 1px solid rgba(140, 18, 200, .5);
border-bottom-width: 2px;
}
.contact .form .form-box form input:focus{
border: 1px solid #0e97c2;
}
.contact .form .form-box form textarea:focus{
border: 1px solid #0e97c2;
}
.contact .form .form-box form textarea{
width: 100%;
padding: 12px;
margin: 12px 0;
border: none;
outline: none;
min-height: 90px;
font-family: 'Poppins', sans-serif;
letter-spacing: 1px;
border-radius: 5px;
border: 1px solid rgba(140, 18, 200, .5);
border-bottom-width: 2px;
}
.contact .form .form-box form .submit{
font-family: 'Poppins', sans-serif;
letter-spacing: 1px;
background: linear-gradient(135deg, #8300c4, #ffffff);
color: #fff;
font-weight: 600;
font-size: 17px;
text-transform: uppercase;
border-radius: 5px;
}
@media only screen and (max-width: 766px) {
.contact{
background: #f1f4f8;
display: flex;
padding: 40px 20px;
margin: 30px auto;
flex-direction: column;
}
.contact .form{
margin-top: 40px;
}
}
.overview .content{
display: flex;
justify-content: space-between;
align-items: center;
}
.overview .content .main-point{
flex:0 0 50%;
}
.overview .content .img{
padding: 10px;
display: flex;
justify-content: center;

}
.overview .content .img img{
width: 90%;
}
@media only screen and (max-width: 800px) {
.overview .content{

flex-direction: column-reverse;
}
.overview .content .img img{
width: 90%;
}
}
.footer{
background: #22262a;
color: #fff;
}
#exp{
background: #3c546c;
color: #fff;
/*padding: 30px 0;*/
position: relative;
}
#exp .exp{
position: absolute;
top: 0;
right: 0;
height: 100%;
z-index: 1;

}
#exp .layer{
background: rgba(0, 0, 0, .65);
position: absolute;
height: 100%;
width: 100%;
z-index: 2;
top: 0;

}
#exp .fas{

color: #fff;
}
#exp  .title span{
font-size: 24px;
text-transform: uppercase;
font-weight: 500;
color: #fff;
position: relative;
z-index: 4;
margin-left: 10px;
}
#exp  .title span:after{
position: absolute;
content: '';
height: 3px;
width: 100%;
background: #fff;
bottom: -3px;
left: 0;
}
.expertise .content{
display: flex;
position: relative;
padding: 10px;

}
.expertise .content .main-point{
z-index: 3;

}
/*tab*/
.tabs_wrapper {
width: 100%;
/*height: 800px;*/
text-align: center;
margin: 0 auto;
background: transparent;
display: flex;
margin: 40px 0;
}
ul.tabs {
display: flex;
/*justify-content: space-around;*/
flex-wrap: wrap;
position: relative;
/*position: sticky;*/
z-index: 10;
/*top: 60px;*/
width: 20%;
flex-direction: column;
min-width: 175px;
list-style: none;
-ms-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
/*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);*/
}
ul.tabs li {
background: #8400c5;
padding: 0.75rem;
border: 1px solid #ccc;
border-radius: 8px;
font-size: 1.2rem;
margin: 0.5rem 0;
outline: none;
cursor: pointer;
/*text-align: left;*/
/*padding-left: 20px;*/
width: 100%;
color: #fff;
-ms-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
ul.tabs li img{
margin-bottom: 10px;
width: auto;
height: 60px;
}
ul.tabs li:hover {
background: #011b36;;
color: white;
-ms-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
ul.tabs li.active {
background-color: #011b36;
color: white;
box-shadow: 1px 1px 8px 0 #ccc;
-ms-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tab_container {
display: inline-block;
vertical-align: top;
position: relative;
z-index: 20;
left: 0;
width: 80%;
/*min-width: 10px;*/
text-align: left;
background: white;
border-radius: 12px;
/*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);*/
/*background: red;*/
min-height: 80%!important;
}
.tab_content {
font-size: 18px;
padding: 20px;
/*height: 100%;*/
display: none;
}
.tab_content p{
padding: 10px;
font-size: 18px;
}
.tab_content p a{
color: black;
}
.tab_content h3{
padding: 10px;
font-weight: 600;
font-size: 24px;
/* text-transform: capitalize;*/

}
.tab_content ul li{
list-style: disc;
font-size: 18px;
padding: 3px;
padding-bottom: 15px;
margin-left: 30px;

}
.tab_content .list-none li{
list-style: none;
font-size: 16px;
padding: 3px;
margin-left: 20px;
padding-bottom: 15px;

}
.tab_content ol li{
list-style: decimal;
font-size: 16px;
padding: 3px;
margin-left: 30px;

}
.tab_content .s-img{
display: flex;
align-items: center;
justify-content: space-around;
margin-top: 10px;
}
.tab_content .s-img div{
width: 40%;
}
.tab_content .s-img div img{
width: 100%;
height: ;
border-radius: 6px;
}
.tab_drawer_heading {
display: none;
}
@media screen and (max-width: 750px) {
ul.tabs li {

padding: 0.2rem;
border-radius: 8px;
font-size: .8rem;
margin: 0.5rem 0;

}
.tabs_wrapper {
/*margin-top: 120px;*/
}
ul.tabs {
display: none;
}
.tab_container {
display: block;
margin: 0 auto;
width: 95%;
border-top: none;
border-radius: 0;
/*box-shadow: 0px 0px 10px black;*/
}
.tab_drawer_heading {
background: #8400c5;
color: white;
font-size: 18px;
margin: 6px 0;
padding: 5px 20px;
display: block;
border-radius: 10px;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
text-align: left;
}
.tab_drawer_heading img{
margin-left: 10px;
margin-right: 10px;
}
.tab_drawer_heading{
font-size: 18px;
font-weight: 400;
}
.tab_drawer_heading:hover {

background: #144D74;
color: white;
}
.d_active {
background: #144D74;
color: #fff;
}
.tab_content {
/*font-size: 18px;*/
padding: 0;
/* height: 100%;
display: none;*/
}
.tab_content p{
/* padding: 10px;
font-size: 18px;*/
text-align: justify;
}
.tab_content p a{
/* color: black;*/
}
.tab_content h3{
text-align: justify;
/* padding: 10px;
font-weight: 600;
font-size: 24px;*/
/* text-transform: capitalize;*/

}
ul.tabs li img{
margin-bottom: 10px;
width: 33px;
height: 33px;
}
}
/*accordon*/
.sub-tab
{
}
.narrowchart {
padding: 20px;
width: 100%;
margin: 0 auto;
}
.accordianheader {
color: #fff;
background:  rgba(1,27,54,1) 60%;
padding: 6px 20px;
margin-top: 20px;
text-align: left;
position: relative;
border-radius: 8px;
}
.accordianheader h3{
font-size: 20px;
font-weight: 400;
}
.accordianbody {
background: #f4f4f4;
}
.accordianbody ul {
margin: 0;
list-style: none;
padding: 0;
}
.accordianbody ul li {
padding: 10px;
border-bottom: 1px solid lightgrey;
}
.narrowchart i{
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
-webkit-transition: all 300ms ease-in 0s;
-moz-transition: all 300ms ease-in 0s;
-o-transition: all 300ms ease-in 0s;
transition: all 300ms ease-in 0s;
}
.ui-state-active i {
color: #acd4ce;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

@media screen and (max-width: 750px) {

.narrowchart {
padding: 0;

}

.accordianheader h3{
font-size: 16px;
text-align: left;
}
}