body{
	margin: 0px auto;
	padding: 0px;
}

.header:before {  
    position: absolute;      
    content: "";
    left: 0;
    top: 0;
    width: 423px;
    height: 423px;
    background: #fff;
    transform-origin: 0 0;
    transform: rotate(45deg) translate(-50%,-50%);
}
.header {  
    padding: 46px 0;
/*    margin: 0 34px;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    z-index: 2;
}
.header img {
    width: 121px;
    z-index: 999;
    position: absolute;
    top: -67%;
    left: 2%;
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
     padding: 0px; 
}
.navbar-nav .nv-7{
  display: none;
}
.header .navbar-nav .nav-item{
    padding-right: 19px;
}
.header .navbar-nav .nav-item .nav-link {
    font-size: 14.5px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto';
    letter-spacing: 1px;
    transition: all .5s ease;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.header .navbar-nav .nav-item .nav-link::before{
    position: absolute;
    content: '';
    bottom:4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #FF0000;
    width: 0;
    height: 2px;
    transition: all .5s ease;
}

.header .navbar-nav .nav-item .nav-link.active{
	 position: relative;
    color: white;
    font-size: 14.5px;
}
.header .navbar-nav .nav-item .nav-link:hover{
    color: white;
    font-size: 14.5px;
}
.header .dropdown-menu{
    width: 212px;
    border: 0;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    opacity: 0;
    border-radius: 0;
    visibility: hidden;
    transform:translateY(30px);
    padding: 0;
    top: 169%;
    display: block;
    transition: all .5s ease; 
}
.header .dropdown:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header .dropdown-menu .dropdown-item{
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #616161;
    padding: 10px 15px;
    font-family:'Plus Jakarta Sans' ;
    letter-spacing: 1px;
}
.header .dropdown-menu .dropdown-item:hover{
    background-color: #FF0000;
    color: #fff;
}
.header .dropdown-divider{
    margin: 0;
}
.header form .btn{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #FF0000;
    border:none;
    border: 0;
    border-radius: 0;
    padding: 14px 34px;
    transition: all .5s ease;
}
.header form .btn:hover{
    background-color: #fff;
    color: #30373f;
}
.header-sticky{
    background-color: #30373f;
    background-image: none;
    position: sticky;
    top:0;
    z-index: 2;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
   
    top: 31%;
}
.carousel-caption h5 {
   font-size: 88px;
   font-family: Futura;
}
.carousel-caption h6 {
   font-size: 48px;
   font-family: Futura;
}

.carousel-caption p {
   font-size: 16px;
   font-family: Futura;
}

.heading p {
    font-family: "FuturaStd",sans-serif;
    font-weight: 500;
    color: #6d6615;
    text-transform: uppercase;
    height: 120px;
    line-height: 1;
    transform: rotate(-90deg) translateX(-120%);
    transform-origin: 0% 0%;
    border-left: 1px solid #12215f;
    padding-left: 1rem;
    padding-right: 0.5rem;
    padding-top: 67px;
    position: absolute;
    left: 3%;
    font-size: 35px;
    z-index: 1;
}
#speak,#tech,#cert, #flow{
	background:#12215f; 

}
.headingw p {
    font-family: "FuturaStd",sans-serif;
    font-weight: 500;
    color: #b4b27b;
    text-transform: uppercase;
    height: 120px;
    line-height: 1;
    transform: rotate(-90deg) translateX(-120%);
    transform-origin: 0% 0%;
    border-left: 1px solid #cdcdcd;
    padding-left: 1rem;
    padding-right: 0.5rem;
    padding-top: 67px;
    position: absolute;
    left: 3%;
    font-size: 35px;
    z-index: 1;
}

.box {
    padding: 40px 0;
}
.box1{
	padding: 40px 0;
}
.head h2 {
    font-family: "FuturaStd",sans-serif;
    font-weight: 500;
    color: #541f1e;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: 40px;
    padding-right: 10px;
}
 .head h3{
 	font-family: "FuturaStd",sans-serif;
    font-weight: 500;
    color: #12215f;
    text-transform: capitalize;
    margin-top: -2rem;
     font-size: 20px;
     padding-right:10px; 
 }
 .head p {
    font-family: 'Roboto';
    font-weight: 400;
    color: #8b8b8b;
    text-transform: capitalize;
    margin-bottom: 2rem;
    text-align: justify;
    padding-right:10px;
    font-size: 15px; 

}

 .head  ul {
    font-family: 'Roboto';
    font-weight: 400;
    color: #8b8b8b;
    text-transform: capitalize;
    margin-bottom: 2rem;
    text-align: justify;
    padding-right:10px;
    font-size: 15px; 
    list-style: none;
    padding-left: 0px;

}
.head li{
	padding-bottom: 10px;
}
.head p span {
    font-family: 'Roboto';
    font-weight: 500;
    color: #12215f;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: justify;
    padding-right:10px;
    font-size: 17px; 

}
.head p span:hover {
    font-family: 'Roboto';
    font-weight: 500;
    color: #12215f;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: justify;
    padding-right:10px;
    font-size: 17px; 

}

.headw h2 {
    font-family: "FuturaStd",sans-serif;
    font-weight: 500;
    color: #b4b27b;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: 40px;
    padding-right: 10px;
}
 .headw p {
    font-family: 'Roboto';
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 2rem;
    text-align: justify;
    padding-right:10px;
    font-size: 15px; 

}
.headw p span {
    font-family: 'Roboto';
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: justify;
    padding-right:10px;
    font-size: 17px; 

}
.headw p span:hover {
    font-family: 'Roboto';
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: justify;
    padding-right:10px;
    font-size: 17px; 

}


.headwf h2{
 	font-family: "FuturaStd",sans-serif;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    margin-bottom: 2rem;
     font-size: 20px;
     padding-right:10px; 
 }
 .headwf p {
    font-family: 'Roboto';
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 2rem;
    text-align: justify;
    padding-right:10px;
    font-size: 15px; 

}
.headwf p span {
    font-family: 'Roboto';
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: justify;
    padding-right:10px;
    font-size: 17px; 

}
.headwf p span:hover {
    font-family: 'Roboto';
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: justify;
    padding-right:10px;
    font-size: 17px; 

}


.heads {
    background: #6d6615;
    height: 195px;
}
.heads h2 {
    font-family: "FuturaStd",sans-serif;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 23px;
    padding: 20% 0px;
    text-align: center;
}
 .heads p {
    font-family: 'Roboto';
    font-weight: 400;
    color: white;
    text-transform: capitalize;
    margin-bottom: 2rem;
    text-align: justify;
    padding-right:10px;
    font-size: 15px; 

}
.heads p span {
    font-family: 'Roboto';
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: justify;
    padding-right:10px;
    font-size: 17px; 

}
.heads p span:hover {
    font-family: 'Roboto';
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: justify;
    padding-right:10px;
    font-size: 17px; 

}

#std  .head p {
    font-family: 'Roboto';
    font-weight: 400;
    color: #8b8b8b;
    text-transform: capitalize;
    margin-bottom: 5px;
    text-align: justify;
    padding-right:10px;
    font-size: 15px; 

}
 #tech .headw p {
    font-family: 'Roboto';
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 5px;
    text-align: justify;
    padding-right:10px;
    font-size: 15px; 

}
#cert .box {
    padding: 80px 0;
}
#cert .headingw p {
    font-family: "FuturaStd",sans-serif;
    font-weight: 500;
    color: #b4b27b;
    text-transform: uppercase;
    height: 97px;
    line-height: 1;
    transform: rotate(-90deg) translateX(-120%);
    transform-origin: 0% 0%;
    border-left: 1px solid #cdcdcd;
    padding-left: 1rem;
    padding-top: 67px;
    position: absolute;
    left: 3%;
    font-size: 35px;
    z-index: 1;
}

 .d-flex{
 	display: flex;
 	align-items: center;
 }


.owl-carousel .owl-wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}


/* display none until init */

.owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* mouse grab icon */

.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}


/* fade */

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}


/* backSlide */

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}


/* goDown */

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}


/* scaleUp */

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}


/* Keyframes */


/*empty*/

@-webkit-keyframes empty {
  0% {
    opacity: 1
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1
  }
}

@keyframes empty {
  0% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  margin: 5px;
  padding: 3px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  color: #FFF;
  font-size: 12px;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none;
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  margin: 5px 7px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 2px 10px;
  width: auto;
  height: auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #FFF;
  font-size: 12px;
}


/* preloading images */

.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center
}


/* CUSTOM USER OPTIONS */

.carousel-container {
  width: 100%;
}

.item {
  margin: 0 10px;
  background: #fff;
  color: #333;
}

.item img {
  width: 100%;
}

.item h4 {
  margin-top: 10px;
  color: #333;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
}

.item p {
  color: #333;
  padding: 0 10px 30px;
  font-family: 'PT Serif', serif;
}

.customNavigation {
  margin-top: 5px;
  margin-right: 11px;
  text-align: right;
}

.customNavigation .btn {
  position: relative;
  display: inline-block;
  overflow: visible;
  margin: -1.9px;
  padding: 0.8em 1.1em;
  border: 0;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 20px;
  cursor: crosshair;
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition-property: all .1s ease-in 0s;
  -webkit-font-smoothing: antialiased;
  background: #333;
}

.customNavigation .btn:hover {
  background: #222;
}

.hoverfx {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.hoverfx img {
  position: absolute;
  left: 0;
  width: 100%;
}

.hoverfx:before {
  display: inline-block;
  padding-top: 60%;
  content: '';
  vertical-align: middle;
}

.hoverfx .figure {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 10px 15px;
  max-width: 60%;
  border: 3px solid #e9e9e9;
  color: #ecf0f1;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition-property: all .3s ease;
}

.hoverfx .figure:hover {
  background: #e9e9e9;
  color: #333;
}

.hoverfx .overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 50%;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition-property: all .3s ease;
}

.item:hover .figure,
.item:hover .overlay {
  opacity: 1;
}

.head-c{
	border: solid 1px #12215f;
	padding: 20px;
}

.head-c h2{
 	font-family: "FuturaStd",sans-serif;
    font-weight: 500;
    color: #12215f;
    text-transform: uppercase;
    margin-bottom: 2rem;
     font-size: 30px;
     padding-right:10px; 
 }
 .head-c p {
    font-family: 'Roboto';
    font-weight: 400;
    color: #8b8b8b;
    text-transform: capitalize;
    margin-bottom: 2rem;
    text-align: justify;
    padding-right:10px;
    font-size: 15px; 
    line-height: 28px;

}

.btn-primary {
    color: #12215f;
    background-color: #ffffff00;
    border-color: #12215f;
    padding: 5px 25px;
    font-size: 15px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #12215f;
    border-color: #12215f;
    padding: 5px 25px;
    font-size: 15px;
}

footer{
	background: #12215f;
}
footer ul{
	list-style: none;
	display: flex;
	text-align: center;
}
footer li{
	padding: 0px 10px;
	color: white;
}
footer p{
	
	color: white;
}


a.bttn {
  background-color: #12215f;
  font-weight: 400;
  color: #fff;
  width: 100%;
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0.5em 0em;
}
a.bttn.bttn-beta {
  font-weight: 400;
  background-color: white;
  border: 1px solid #12215f;
  color: #12215f;
}

.decor-line {
  position: relative;
  top: 0.7em;
  border-top: 1px solid #ccc;
  text-align: center;
  max-width: 40%;
  margin: 0.5em auto;
  display: block;
  padding: 0.1em 1em;
  color: #ccc;
}
.decor-line span {
  background: #12215f;
  color: #ccc;
  position: relative;
  top: -0.7em;
  padding: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
}

select {
  padding: 7px 10px;
  text-align: center;
  width: 100%;
  font-family: Futura, sans-serif;
}

.overlay-verify {
  background: transparent;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.box3 {
  font-family: Futura, sans-serif;
  font-size: 80%;
  font-weight: 400;
  line-height: 1.4;
  background: #fff;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 20%;
  bottom: 0;
  margin: 0 auto;
  z-index: 9;
  width: 100%;
  max-width: 700px;
  height: 40%;
  display: table;
  padding: 32px 24px 30px;
}
.box3 h3 {
  color: #12215f;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
  margin: 0 auto;
}
.box3 p {
  color: #12215f;
}
.box3 small {
  color: #ccc;
}
.box3 .bttn {
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 0.9em 1em 0.7em;
  margin: 1em auto;
  display: block;
}

/*.image{
	background-image: url(../img/sl1.png);
	min-height: 650px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}*/

.image h5 {
  z-index: 999;
  position: absolute;
  top: 20%;
  left: 15%;
  font-size: 45px;
  color: #fff;
  font-family: Futura;
}
.image h5 span {
 
  font-size: 35px;
  color: #fff;
  font-family: Futura;
}
.image p {
  z-index: 999;
  position: absolute;
  top: 15%;
  left: 15%;
  font-size: 15px;
  color: #fff;
  font-family: Roboto;
}
.head h2 span {
    font-size: 57px;
    font-weight: 400;
    font-family: 'Futura', sans-serif;
    z-index: 999;
    position: absolute;
    bottom: 184px;
    right: 600px;
    color: transparent;
    -webkit-text-stroke: 1px rgb(18 33 95 / 26%);
    line-height: 1em;
}
.headw h2 span {
    font-size: 57px;
    font-weight: 400;
    font-family: 'Futura', sans-serif;
    z-index: 999;
    position: absolute;
    bottom: 274px;
    right: 50px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff20;
    line-height: 1em;
}

strong{
  font-family: 20px!important;

}

/* tasco_structure */

.tasco_structure-info p{
  font-size: 15px;
  color: white;
  font-family: Roboto;
}
.tasco_structure-info h5{
  font-size: 50px;
  color: white;
  font-family: Futura;
}
/* product  */
.product {
    padding: 35px 0;
}
.product h2 {
    font-family: "FuturaStd",sans-serif;
    font-weight: 500;
    color: #642023;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: 40px;
    padding-right: 10px;
}
.product-box{
  border: 1px solid #12215f;
  transition: all ease .2s;
}
.produtct-txt-info {
    height: 322px;
    padding: 20px;
    padding-bottom: 10px !important;
    background-color: transparent;
    transition: all .2s ease;
}
.produtct-txt-info:hover{
  background-color: #12215f;
  color: #fff;
}
.produtct-txt-info h3{
   font-size: 24px;
   font-family: "FuturaStd",sans-serif;
  font-weight: 500;
  color: #12215f;
  text-transform: uppercase;
  line-height: 1.25;
  transition: all .2s ease;
}
.produtct-txt-info:hover h3{
  color: #fff;
}
.produtct-txt-info p{
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto",sans-serif;
  color: #848484;
}
.produtct-txt-info:hover p{
  color: #fff;
}
.product-h2{
  padding-top: 35px;
}
/* brand */
.brand{
  background-color: #12215f;
  padding: 40px 0;
}
.brand h3{
  font-family: "FuturaStd",sans-serif;
  font-weight: 500;
  color: #12215f;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 40px;
}
.brand p{
  font-family: 'Roboto';
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  text-align: justify;
  font-size: 15px;
}
/* product-first-p  */
.product-first-p p {
    /* text-align: center; */
    font-family: 'Roboto';
    font-weight: 400;
    color: #8b8b8b;
    text-transform: capitalize;
    margin-bottom: 35px !important;
    padding-right: 10px;
    font-size: 17px;
    line-height: 28px;
    width: 90%;
    display: block;
    margin: 0 auto;
}

/* contact */
.contact{
  padding: 100px 0;
}
.contact h2{
  font-family: "FuturaStd",sans-serif;
  font-weight: 500;
  color: #12215f;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 40px;
}
.contact select{
  padding: 1.5rem 0.75rem;
  margin-bottom: 15px;
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500 !important;
  color: #12215f;
  font-family: "FuturaStd",sans-serif;
}
.contact select option{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #12215f;
  font-family: "FuturaStd",sans-serif;
}
.contact .form-control:focus{
  box-shadow: none;
  border-color: #12215f;
}
.contact select{
   text-align: left;
}
.contact form p{
  font-family: 'Roboto';
  font-weight: 400;
  color: #848484;
  text-transform: capitalize;
  margin-bottom:70px !important;
  padding-right: 10px;
  font-size: 15px;
  line-height: 36px;
}

/* blog */
.blog{
  padding: 100px 0;
}

/* contact page contact */
.is-editor-content{
  padding: 60px 0 30px 0;
}
.is-editor-content h6{
  font-size: 24px;
  font-family: "FuturaStd",sans-serif;
  font-weight: 500;
  color: #12215f;
  text-transform: uppercase;
}
.is-editor-content select{
  text-align: left;
}
.is-editor-content select#select-topic{
  text-transform: uppercase;
  font-weight: 500;
  color: #12215f;
  font-family: "FuturaStd",sans-serif;
}
.is-editor-content select.form-control:not([size]):not([multiple]){
  height: calc(4.25rem + 2px);
}
.is-editor-content .form-control:focus{
  box-shadow: none;
  border-color: #12215f;
}
.is-editor-content .topic-3{
  display: none;
}
form.form p.submit #formtesting{
  background: #12215f !important;
  border-color: #12215f !important;
}
#contact h2{
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  color: #12215f;
  font-family: "FuturaStd",sans-serif;
  margin-top: 35px;
}
#contact h4{
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  color: #4A4A4A;
  font-family: "FuturaStd",sans-serif;
  margin-bottom: 40px;
  margin-top: 15px;
  text-align: center;
}
#contact .form-control{
  padding: 0.775rem 0.75rem;
  margin-bottom: 15px;
}
#contact input::placeholder{
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  color: #4A4A4A;
  font-family: "FuturaStd",sans-serif;
}
#contact .topic__section select{
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  color: #4A4A4A;
  font-family: "FuturaStd",sans-serif;
}

#contact .topic__section select.form-control:not([size]):not([multiple]){
  height: calc(2.725rem + 2px);
}
#contact .form-check-inline{
  margin: 10px 10px 10px 0;
}
#contact .topic__section label{
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #4A4A4A;
  font-family: "FuturaStd",sans-serif;
}
#contact textarea{
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  color: #4A4A4A;
  font-family: "FuturaStd",sans-serif;
  margin-top: 10px;
}
#contact button{
  color: #fff;
  background: #12215f;
  border: 5px solid #12215f;
  text-decoration: none;
  width: 100%;
  display: block;
  height: 67px;
  padding: 5.5px 20px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
#contact #post{
  width: 100%;
}
#contact #post::placeholder{
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  color: #4A4A4A;
  font-family: "FuturaStd",sans-serif;
}
#contact label{
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  color: #4A4A4A;
  font-family: "FuturaStd",sans-serif;
}

.dett{

}
.mob-nav{

}
.backdrop-container{
    display: none;
    position: fixed;
    z-index: 2; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);  
    -webkit-animation: fadeIn 1.2s ease-in-out;
    animation: fadeIn 1.2s ease-in-out;
}

#newmob nav{
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 1;
}

.mobile-nav-open-icon {
    font-size: 2rem;
    cursor: pointer;
    margin-right: 2rem;
    color: #f6f6f6;
    margin-left: 3rem;
    /* backdrop-filter: drop-shadow(17px 4px 6px red); */
    background: #12215fb8;
    padding: 0px 15px;
    border-radius: 13%;
}

.sidenav-container {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #12215f;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidenav-container a {
    text-decoration: none;
    font-size: 1rem;
    color: #fff;
    display: block;
    transition: 0.3s;
    margin: 10px 0;
    font-family: Futura;
}

.sidenav-container a:hover {
    color: #f1f1f1;
}

.sidenav-container .closebtn {
    font-size: 3rem;
    font-weight: 700;
    color: #fffcfd;
    padding-right: 1rem;
}

.sidenav-container .drawer-close-button{
    height: 3rem;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 3rem;
}
/*responsive css*/
@media(min-width: 992px){
#newmob{
  display: none;
}
}
@media(max-width: 991px){
  .header{
    display: none;
  }
  /*.mob-nav .navbar-brand img {
    width: 50px;
    z-index: 999;
    position: absolute;
    top: -67%;
    left: 2%;
}*/
 /* .mob-nav .navbar-brand:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 160px;
    height: 160px;
    background: #fff;
    transform-origin: 0 0;
    transform: rotate(45deg) translate(-50%,-50%);
}*/
.header img {
    width: 49px;
    z-index: 999;
    position: absolute;
    top: -92%;
    left: 1%;
}
.heading p {
    font-family: "FuturaStd",sans-serif;
    font-weight: 500;
    color: #12215f;
    text-transform: uppercase;
     height: 0px; 
    line-height: 1;
     transform: none; 
    transform-origin: 0% 0%;
    border-left: 1px solid #cdcdcd;
    padding-left: 1rem;
     padding-right: 0rem; 
    padding-top: 18px;
     position: relative; 
    font-size: 29px;
    
   
}
.box , #cert .box{
    padding: 16px 0;
}
.headingw p, #cert .headingw p {
    font-family: "FuturaStd",sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    height: 0px;
    line-height: 1;
    transform: none;
    transform-origin: 0% 0%;
    border-left: 1px solid #fff;
    padding-left: 1rem;
    padding-right: 0rem;
    padding-top: 18px;
    position: relative;
    font-size: 29px;
    padding-bottom: 10px;
}
#tech .col-md-6{
  width: 50%;
}
#gal .headingw p{
  display: none;
}
#std img{
  display: none;
}
.dett{
  display: none;
}
.image p {
    z-index: 1;
    position: absolute;
    top: 15%;
    left: 15%;
    font-size: 15px;
    color: #fff;
    font-family: Roboto;
}
.image h5 {
    z-index: 1;
    position: absolute;
    top: 19%;
    left: 15%;
    font-size: 27px;
    color: #fff;
    font-family: Futura;
}
.image h5 span {
    font-size: 30px;
    color: #fff;
    font-family: Futura;
}

}




/* @media (max-width:992px){
  #slide img .mob{
   display: none;
  }
}
@media (min-width:991px){
  #slide img .ds{
   display: none;
  }
} */

@media (max-width:992px){
  .header {
    display: block;
  }
  .header:before {
    width: 207px;
    z-index: 2;
  }
  .navbar-collapse{
    margin-top: -85px;
  }
  .navbar-2{
    display: none;
  }
  .navbar-nav .nv-7{
    display: inherit;
  }
  .navbar.navbar-light .navbar-brand{
    position: relative;
    top: -33px;
    left: 19px;
  }
 .navbar .navbar-toggler-icon{
    width: 3rem;
    height: 3rem;
    margin-left: -63px;
    margin-top: -45px;
    z-index: 2;
    position: relative;
 }
 .navbar.navbar-light .navbar-toggler-icon{
    filter: grayscale(1) invert(2);
    z-index: 2;
    position: relative;
  }
  .navbar .navbar-nav {
    background-color: #12215f;
    text-align: center;
    height: 130vh;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: -98px;
    padding-top: 240px;
    width: 100%;
    display: block;
    margin: 0 auto;
    z-index: 1;
}
button:focus{
  outline: none;
}
.carousel-indicators{
  z-index: 1;
}
.carousel-caption h5 {
  font-size: 45px;
}
.carousel-caption h6 {
  font-size: 24px;
}
.carousel-caption{
  top: 13%;
  left: 18%;
}
.box{
  padding-top: 0 !important;
}
.heading p{
  padding-left: 0;
  margin-left: -14px;
  margin-top: 15px;
  margin-bottom: 38px;
  font-size: 21px;
}
.headingw p, #cert .headingw p{
  font-size: 21px;
}
.head h2{
  font-size: 26px;
  margin-top: 15px;
}
.headw h2 {
  font-size: 26px;
  margin-top: 15px;
}
.item{
  height: 322px;
  margin-top: 25px;
}
.get-img{
  width: auto;
  margin:0 auto ; 
}
.detail{
  margin-top: 15px;
}
#gal img{
  margin-top: 15px;
}
#tech{
  padding: 30px 0;
}
#cert{
  padding: 30px 0;
}
#cert P{
  margin-top: 15px;
}
.con-p{
  margin-bottom: -27px !important;
}
#std img{
  display: block;
  width: 100%;
  margin: 0 auto;
}
.headwf{
  text-align: center;
  margin: 0 0;
}
.headwf p{
  text-align: center;
  margin-bottom: 0;
}
.abuimg{
  width: 100%;
  margin-bottom: 30px;
}
#flow{
  padding:30px 0;
}
#flow .headingw p{
  margin-left: -30px;
  margin-bottom: 28px;
}
#std .pr-2 {
  width:30px;
  display: inline-block;
}
#std img{
  margin-bottom: 15px;
}
.product h2{
  font-size: 26px;
}
.product .heading p{
  left: 0;
}
#speak .headingw p{
  margin-left: -34px;
  margin-top: 15px;
  margin-bottom: 38px;
}
.product .heading p{
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 38px;
}
.produtct-txt-info h3{
  font-size: 18px;
}
.head-c h2{
  font-size: 25px;
}
.head-c button{
  margin-top: 15px;
}
footer .headingw p{
  display: none;
}
footer img{
  margin-top: 25px;
}
footer p{
  text-align: center;
}
}