@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap')


* {
    margin: 0;
}

body{padding:0;margin:0;color:#333;}
:root {
  --highlight-color:#171A29;
  
 --primary:#1d396a;
  --gray:#6c757d1a;
  --secondary: #3ab7ff;
  --success: #65ff9f;
  --info: #7164ff;
  --warning: #ff9f65;
  --danger: #ff457b;
  --light: #f2d4ff;
  --dark: #18181d;
  --white:#fff;
  --black:#333;
  --opacity8:0.8;
  --font-family:  'Work Sans', sans-serif;
  
}

.logo img{     max-width: 278px;
    max-height: 200px;}
.text h2{color: var(--primary);
    font-weight: 600;}
.menu{float:right;margin-top: 30px;}
.menu li{margin-right: 25px;}
.menu li a{color:#333;font-size:16px;}
.menu li .active{color:var(--primary);border-bottom: 2px solid var(--primary);}
.head{    background: #fff;
    position: fixed;    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: -4px 0px 10px #ccc;
    padding: 8px 0px;}
	
.banner	{    margin-bottom: 20px;}
.banner img{    width: 100%;
    max-height: 400px;
    object-fit: cover;}
main{    margin-top: 79px;}





/***** tabs *******/
.about{background: #e3e3e361;padding: 10px;}
.about-img img{    width: 100%;object-fit: fill;height: 109px;}
.home p{font-size: 14px;}
.service-image img{width:100%;}
.service-image{position: relative;}
.services-text{    position: absolute;
    bottom: 0;
    left: 52px;}

.services h2{    font-size: 20px;
    border-bottom: 1px solid #808080a1;    font-weight: 600;
    text-transform: uppercase;}
.services-list{    background: #fff;
    padding: 15px;}	
.services ul li{    font-size: 14px;
    line-height: 25px;}	
.services{margin-bottom:20px;}
.image img{width:100%;}

	
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding:10px;
  font-size: 16px;
  text-align: center;
  color: #333;
  text-decoration: none; font-weight: 600;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background:var(--primary);color:var(--white);
}
.tab-contents {
  padding:8px;
}



.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}


/***** end tabs *****/
.footer{    background: var(--primary);
    padding: 25px;}
.footer ul li a{color:#fff;text-decoration:none;font-size:16px;}
.footer ul li{margin-right:25px;}
.footer-info{margin:auto;display:block;text-align:center;}
.footer-info ul{margin-top:20px;}
.contact p{color:#fff;}
.contact p a{color:#fff;}
.contact p a i.fa{margin-right:3px;}
.assistance-text p{    font-size: 14px;
    text-align: justify;}
	
.technicals h2{font-size: 20px;
    border-bottom: 1px solid #808080a1;
    font-weight: 600;
    text-transform: uppercase;}	
iframe{    max-width: 100%;}	

.training-list h5 {
    border-bottom: 1px solid gray;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600 !important;
    text-transform: capitalize;
}	
.training-list a {color: #000 !important;}	
.training-list i.fa{float:right;}
.trainings p{ font-size: 14px;text-align: justify;}	
.accordion{margin-top:30px;}
.collapse {margin-bottom:25px;}
.training-list{margin-bottom:30px;}	
.ytp-large-play-button {width: 54px !important;height: 51px !important;}
.about-us {margin-top:108px;}
.about-us .technicals{margin-bottom:30px;}	
.about-us .technicals h6{font-weight:600;    margin-top: 20px;}
/*.videos{    position: sticky;
    top: 162px;}*/


.dropbtn {
  background-color: #fff;
  color: #000;
     cursor: pointer;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 191px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: var(--primary);color: #fff;}

.dropdown:hover .dropdown-content {display: block;}

.you-video{display:none;}
.videos{    position: sticky;
    top: 162px;}






