* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #includeHome{
    overflow-y: auto;
  }
  html,
  body {
    height: 100%;
    background:white;
    margin: 0;
    overflow-x: hidden;
  }
  #pagetransition {
    position: fixed;
    top: 0;
/*    left:30px;*/
    z-index: 999;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #bg {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(http://voice-vic.cust.good-morning.no/wp-content/uploads/2013/05/03U0096.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .square {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .square.black {
    background: #213a62;
    top: -50%;
    left: -20%;
    z-index: 3;
  }
  .square.white {
    background: #fff;
    height: 200%;
    right: -50%;
    top: -130%;
    z-index: 5;
  }
  .square.gold {
    background: #0178D2;
    right: -20%;
    bottom: -50%;
    z-index: 4;
  }
  .square.grey {
    background: #EEF1FF;
    height: 200%;
    left: -50%;
    bottom: -130%;
    z-index: 4;
  }
  .vic-gb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 200px;
  }
  

/*  sidenav css*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  background-color: #305891;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;

}

.sidenav a {
  padding: 8px 8px 8px 70px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  font-size:30px;
  text-decoration: underline;
  color:white;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: black;
}
.sidenav .closebtn:hover{
  color:red ;
}


.navButtonbg{
 /* height:35px;
  width:35px;*/
/*  align-self: flex-end;*/
}

.navButton{
  font-size:30px;
  font-weight: 600;
  cursor:pointer;
  z-index:998;
  position: fixed;
  top:4vh;
  transform: translate(-50%,-50%);
  right:5%;
  visibility: hidden;



}
.navbody{
  background-color: #ffffff;
  width:100vw;
  height:8vh;
/*  justify-content: center;*/
  align-items: center;
  align-content: center;
  display: flex;
  flex-direction: row;
  position: fixed;
  z-index: 10;
  border-bottom: 1px solid lightgrey;
/*  flex-wrap: wrap;*/
  
}
.navlogo{
  height:6rem;
  width: 6rem;
  top:4vh;
  transform: translate(-50%,-50%);
  margin-left: 40px;
  position: fixed;
  z-index: 10;
}
.logo_name{
/*  right: 60px;*/
/*margin-left: 100px;*/
/*right: 2px;*/
/*z-index: 998;*/
}

.navname1{
  position: fixed;
  right:7% ;
  top:4vh;
  transform: translate(0%,-50%);
  margin-right:30px;
  font-weight: 600;
  font-size: large;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}
.navname2{
  visibility: hidden;
  position: fixed;
  right:10% ;
  top:4vh;
  transform: translate(0%,-50%);
  margin-right:30px;
  font-weight: 700;
  font-size:medium;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;

}

.navitems{
  display: flex;
  align-items: left;
  align-content: center;
  flex-direction: column;
}
.fullnavitem:hover{
  color:#001d42;
  text-decoration: underline;
  transform: scale(1.1);
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.fullnavul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: white;
  width: 100vw;
  height: 8vh;
  /* margin-right: 150px; */
  padding-right: 70px;
  display: flex;
  justify-content: flex-end;
  /* position:fixed; */
  /* flex-direction: row-reverse; */
}

/* .fullnavul li:first-child {
  border-right:1px solid #bbb;
  height: 8vh;
} */

.fullnavul li:last-child {
  border-right: none;
}

.fullnavul li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-weight: 400;
  font-size: large;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;

}

.fullnavul li a:hover:not(.active) {
  text-decoration: underline;
}

@media screen and (max-width: 600px){
  .navname1{

visibility: hidden;
  }
  .fullnav{
    visibility: hidden;
  }
  .navButton{
    visibility: visible;
  }
  .navname2{
    visibility: visible;
/*    margin-right: 10px;*/
  }

.navbody{
  height:7vh;
}
}




/*sidenav css end*/


/*social media*/


.s-media{
 position: fixed;
 left: 0;
 height: 100vh;
 display: flex;
 flex-flow: column;
 align-items: center;
 justify-content: center;
 z-index: 998;
 transition:all linear 0.2s ;
}
.s-media a:first-child{
    border-radius: 0 5px 0 0;
}
.s-media a:last-child{
    border-radius: 0 0 5px 0;
}
.s-item {
    display:flex;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 20px;
    text-decoration: none;
/*    line-height: 60px;*/
    text-align: center;
    align-items: center;
    justify-content: center;

/*    transition:all linear 0.2s ;*/
/*    overflow: auto;*/
}
.s-item:hover {
    width:35px;
    
}

/*#sm-open {
    position: fixed;
    top: 100px ;
    left: -60px;
    border-radius:0 30px 30px 0;
    
    transition:all linear 0.2s ;
}*/
.facebook {background-color: #0077b5;
 
}
.linkedin{
  background-color: #0077b5;
}
.gplus{
  
background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.twitter {background-color: #3AAFD6;}
/* .gplus {background-color: #F8694D; } */
.print {background-color: #7CB0A4;}
/*.sm-collapse{left: -60px; }*/


/*social media end*/



/* @media screen and (max-width: 600px){
 

#includeAbout{
 margin-top:100%}
} */


/* @media screen and (max-width: 350px){
 

#includeAbout{
 margin-top:150%}
} */

footer {
  width: 100%;
 
  background: linear-gradient(to right, #4797ff,#001d42);
 
  padding: 50px 0 30px;
  border-top-left-radius:0px;
  font-size: 13px;
  line-height: 9px;
  
}

.row {
  width: 85%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
}

.col {
  /* flex-basis: 25%; */
  padding: 10px;
}

.col:nth-child(2),
.col:nth-child(3) {
  flex-basis: 15%;
}


.logo {
  width: 100px;
  margin-bottom: 100px;
  margin-left:3rem;
}

.col h3 {
  width: fit-content;
  margin-bottom: 40px;
  position: relative;
}

.col p{
  font-size:15px;
}

.col a{
color:#fff;
}

.email-id {
  width: fit-content;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

ul li {
  list-style: none;
  margin-bottom: 12px;
}

ul li a {
  text-decoration: none;
  color: #fff;
}

form {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}

form .far {
  font-size: 18px;
  margin-right: 10px;
}

form input {
  width: 100%;
  background: transparent;
  color: #ccc;
  border: 0;
  outline: none;
}

form button {
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

form button .fas {
  font-size: 16px;
  color: #ccc;
}

.social-icons .fab {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #000;
  background: #fff;
  margin-right: 15px;
  cursor: pointer;
}

hr {
  width: 90%;
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 20px auto;
}

.copyright {
  text-align: center;
  color:white;
}

.underline {
  width: 100%;
  height: 5px;
  background: #767676;
  border-radius: 3px;
 position: absolute;
  top: 25px;
  left: 0;
  margin-top:1.5rem;
}

.underline span {
  width: 15px;
  height: 100%;
  background: #fff;
  border: 3px;
  position: absolute;
  top: 0;
  left: 10px;
  animation: moving 2s linear infinite;
}


@keyframes moving {
  0% {
    left: -20px;
  }
  100% {
    left: 100%;
  }
}

@media (max-width: 700px) {
  footer {
    bottom: unset;
  }
  /* .col {
    flex-basis: 100%;
  } */

  .col:nth-child(2), .col:nth-child(3) {
    flex-basis: 100%;
  }
  .row{
    padding-left:5rem;
  }
}
@media(max-width:1024px)
{
  .navlogo{
    height:4rem;
    width:4rem;
    top:3.5vh;
  }
 .logo{
  margin-left:-3rem;
  margin-bottom:0rem;;
 }
 .col h3{
  margin-bottom:1rem;
 }
}
/*modal*/
.btn__purple {
  background:  #6B46C1;
  padding: 10px 40px;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
}

h2 {
  margin-bottom: 10px;
}
p {
  line-height: 1.6;
  margin-bottom: 20px;
}
.action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.modal__container button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 32px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.modal__container button.close:hover {
  color: #4c00ff;
}
.active {
  opacity: 1;
  pointer-events: auto;
}
.modal__wrapper.active .modal__container{
  transform: translateY(0px);
} 


@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #f1f1f1;
}

.content {
  padding: 0 5rem;
} */

.popup {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .3);
  display: grid;
  place-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 200ms ease-in-out opacity;
}
.popup-content {
  width: clamp(300px, 90vw, 500px);
  background-color: #fff;
  padding: clamp(1.5rem, 100vw, 3rem);
  box-shadow: 0 0 .5em rgba(0, 0, 0, .5);
  border-radius: .5em;
  opacity: 0;
  transform: translateY(20%);
  transition: 200ms ease-in-out opacity,
              200ms ease-in-out transform;
  position: relative;
}
.popup h1 {
  position: absolute;
  top: 2rem;
  right: 2rem;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}
.popup h1:active {
  transform: scale(.9);
}

.showPopup {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.marquee{
  padding-top: 6rem;
  font-size: 3rem;
}
.marquee Marquee a{
  color:black;
}