@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

:root {
  --primary-color: #047aed;
  --secondary-color: #1c3fa8;
  --dark-color: #002240;
  --light-color: #f4f4f4;
  --success-color: #27af08;
  --error-color: #d9534f;
}

* {
  box-sizing:border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Lato', sans-serif;
  color: #333;
  line-height: 1.6;
}

ul {
  list-style-type: none;

}

a {
  text-decoration:none;
  color:333;
}

h2 {
  font-weight: 300;
  line-height: 1.2;
  margin: 10px 0;
}

p {
  margin: 10px 0;
}

img {
  width: 100%;
}

code,
pre {
  background: #333;
  color: #fff;
  padding: 10px;
}

.hidden {
  visibility: hidden;
  height: 0;
}


/* Navbar */
.navbar {
    background-color:#047AED/*#ECE7E7*/;
    color: #fff;
    height: 70px;
    text-wrap: 2px;width: 100%;
   
   
  }
  
  .navbar ul {
   
    display:flex;
    text-align:center;
    word-spacing: 3%;
   font-family: 'Times New Roman', Times, serif;
   
   
  }
  
  .navbar a {
    color: #f1eeee;
    padding: 10px;
    margin: 2px;
   
    align-items: flex-end;
   
  }
  
  .navbar ul a:hover {
    background-color: #0ec80e;
    border-bottom: 2px #e4eae5 solid;
    text-align: justify;
    border-radius: 10px;
    color: #0c0c0c;
    
  }
  
  .navbar .flex {
    justify-content:space-between;
   
    
  }
.logo{
  padding-left: 30px;
}







/*main frame*/
*,
::before,
::after {
  box-sizing: border-box;
  margin:0;
  padding: 0;
  
}

body {
  font-family: Playfair Display, sans-serif;
  background: #ece7e7;
}

.home {
  height: 100vh;
  position: relative;
}

video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;


}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0,0,0,0.6);
}
.home-content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  top: 230px;
  color: #ebe4e4;
  z-index: 4;
  animation: slideInFromBottom 2s ease-in;
  
  
}
.home-content p{
  text-align: center;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
/* Animations */
@keyframes slideInFromBottom {
    0% {
      transform: translateX(-100%);
    }
  
    100% {
      transform: translateX(0);
    }
  }
  
  
  
.home-content h1 {
  font-family: Playfair Display, serif;
  text-align:center;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.1;
}
.middle-line {
  height: 100px;
  width: 2px;
  background: #fff;
  margin: 40px auto;
}
.home-content button {
  display: block;
  font-size: 20px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background: transparent;
  color: #eae4e4;
  margin: 50px auto 0;
  padding: 15px 30px;
  cursor: pointer;
}
.insights-head img,
.docs-head img {

  width: 1000px;
  height:300px;
  border-radius: 5px;
  color: #e6ebe7cf;
  position:relative;
  padding-top: 9px;
  padding-left: 200px;
  padding-right: 200px;
  
}

.insights-sub-head img {
 
 padding-right: 40px;
 padding-left: 40px;
 justify-self:center;
  width: 450px;
  padding-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  

}
.insights-sub-head .md{
  border-color: #d45308;
  color: #0c0c0d;
  font-size: 60px;
  padding: 20px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.insights-sub-head p{
text-align: justify;
font-family: Verdana, Geneva, Tahoma, sans-serif;
padding: 20px;
padding-bottom: 50px;

}
.insights-main .card > i {

  margin-right: 20px;
  text-align:justify;
}

.insights-main .grid {
  background-color: rgb(199, 92, 5);
  padding: 30px;
}

.insights-main .grid > *:first-child {
  
  grid-column: 2 / span 5;
}

.insights-main .grid > *:nth-child(2) {
  grid-column: 1 / span 2;
}
.insights-head .grid{
 padding-top: 20px;
 padding-bottom: 20px;
 background-color: #060504;
 text-align:center;
 font-size: 9px;
 margin-top: 10px;
 
 
}
.insights-head h1{
  font-size: 30px;
  color: #ccc;
}

.insights-head .lead{
  font-size: 20px;
  text-align: justify;
  color: #ccc;
  padding: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.insights-nav .cont{
  background-color: var(--error-color);
  background-color: #cc2d0a;
  padding-left: 20px;
  padding-top: 2px;
  height: 70px;
  text-wrap: 2px;
}

.insights-nav ul {
 
 display:flex;
  padding-left: 600px;
  padding-bottom: 30px;
  text-align: center;
  word-spacing:3%;
  text-align: center;
  word-spacing:3%;
  
}

.insights-nav a {
  color: #e7e3e3;
  padding: 10px;
  margin: 2px;
 
}

.insights-nav ul a:hover {
  background-color: #0ec80e;
  border-bottom: 2px #090a0a solid;
  text-align: justify;
  border-radius: 10px;
  color: #0c0c0c;

  
}

.insights-nav .flex {
  justify-content: space-between;
}

.insights-nav h5{
  position: relative;
  display: flex;
  width:50px;
  height:20px;
  padding-top: 6px;
  word-spacing: 3%;
 
}
.insights-main .faskl{
 font-size: xx-large;
 font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #e8e5e5;
display: block;
}
.insights-main p{
  color:#0c0a0a;
  font-size: 18px;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}




@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html, body{
  height: 100%;
  width:100%;
  font-family: 'Poppins', sans-serif;
  color:#222;
  background-color: #E8E8E8;
 

}
.display{
  color: #161414;
  text-align: center;
  font-size: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.container{
  display: block;

}
.frame{
  margin-left: 3%;
  margin-right: 3%;
}
.img{
  border-radius: 3%;
  padding: 3px;
  margin-top: 3px;

}

.navbar{
  padding: .8rem;
  
}
.navbar-brand img{
  width: 150px;
  height: 70px
}
.navbar-nav li{
  padding-right: 20px;
 
}
.nav-link{
  font-size: 1.1em !important;
}
.carousel-inner img{
  width: 50%;
  border-radius: 10px;
  margin-left: 10px;
  background-size:cover;
  transition: transform .2s; /* Animation */
  
}
.carousel-inner img:hover{
    transform: scale(1.2);
}
.carousel-caption {
  position:absolute;
  top: 50%;
  transform: translateX(-18%);

 
  
}

.carousel-caption h1 {
  font-size: 400%;
 text-align: start;
  font-family: Playfair Display, serif;
  color: #e8e1e1;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px #000;
  animation: slideInFromLeft 2s ease-in;
 
}

.card-avn {
    width: 600px;
}
.carousel-caption h3 {
  font-size: 150%;
  text-align:left;
  font-family:Roboto;
  color: #f1eded;
  font-weight: 100;
  animation: slideInFromLeft 1.5s ease-in;
  margin-bottom: 40px;
}
.btn-primary {
  background-color: #ed2d07;
  border: 1px solid #564d7c;
  
 
}

.font{
font-size: 30px;
font-family:Roboto;
}
.fon{
   font-size: 40px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.btn{
   
    background-color:#047aed;
    align-content: center;
}
.btn-primary:hover {
  background-color: #563d7c;
  border: 1px solid #563d7c;
}
.jumbotron {
  padding: 1rem;
  border-radius: 0;
}
.padding {
  padding: bottom 2rem;
  align-content:flex-start;
} 
.welcome {
  width: 100%;
  margin: 0 auto;
  padding-top: 2rem;
}
.welcome hr {
  border-top: 2px solid #b4b4b4;
  width: 95%;
  margin-top: .3rem;
  margin-bottom: 1rem;

}

.con h1{
  color: #0f0e0e;
  font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 70px;
  padding-top: 20px;
  padding-right: 30px;
}
.font1{
  font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.text{
  color: #0c0c0c;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.fa-code {
  color: #e54d26;
}
.fa-bold {
  color: #563d7c;
}
.fa-css3 {
  color: #2a63af;
}
.fa-code, .fa-bold, .fa-css3 {
  font-size: 4em;
  margin: 1rem;
}
.fun{
  width: 100%;
  margin-bottom: 2rem;
}
.gif {
  max-width: 100%;
}
.social a {
  font-size: 4.5em;
  padding: 3rem;
}
.fa-facebook {
  color: #3b5998;
}
.fa-twitter {
  color: #00aced;
}
.fa-google-plus-g {
  color: #dd4b39;
}
.fa-instagram {
  color: #517fa8;
}
.fa-linkedin {
  color: #0A66C2;
}

.fa-facebook:hover,
.fa-twitter:hover,
.fa-google-plus-g:hover,
.fa-instagram:hover,
.fa-youtube:hover {
  color: #f0edf4;
}
footer {
  background-color: #3f3f3f;
  color: #d5d5d5;
  padding-top: 2rem;
}
.hr.dark{
  width: 100%;
}
hr.light {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
footer a {
  color: #d5d5d5;
}
hr.light-100 {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
.footer-image img{
  width: 150px;
  height: 60px;
}
/* Animations */
@keyframes slideInFromLeft {
    0% {
      transform: translateX(-100%);
    }
  
    100% {
      transform: translateX(0);
    }
  }

/*---Media Queries --*/
@media (max-width: 1500px){
  .carousel-inner img{
    width: 100%;
    height: 550px;
  }
}

@media (max-width: 992px) {
  .social a{
    font-size: 4em;
    padding: 2rem;
  }
  .carousel-inner img{
    width: 100%;
    height: 400px;
  }
  }
@media (max-width: 768px) {
  .carousel-caption {
    top: 45%;
  }
  .carousel-caption h1 {
    font-size: 350%;
  }
  .carousel-caption h3 {
    font-size: 140%;
    font-weight: 400;
    padding-bottom: 0.2rem;
  }
  .carousel-caption .btn {
    font-size: 95%;
    padding: 8px 14px;
  }
  .display-4 {
    font-size: 200%;
  } 
  .display-4 {
    font-size: 200%;
  }
  .social a{
    font-size: 2.5em;
    padding: 1.2rem;
  }
  .carousel-inner img{
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 576px) {
  carousel-caption {
    top: 40%;
  }
  .carousel-caption h1 {
    font-size: 250%;
  }
  .carousel-caption h3 {
    font-size: 110%;
  }
  .carousel-caption .btn {
    font-size: 90%;
    padding: 4px 8px;
  }
  .carousel-indicators {
    display: none;
  }
  .display-4 {
    font-size: 160%;
  }
  .social a{
    font-size: 2em;
    padding: 1.7rem;
  }
  .carousel-inner img{
    width: 100%;
    height: 100%;
  }
}

@keyframes identifier {
    
}

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }*/




