html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
}

.con {
  position: relative;
  height: 100vh;
  background: url("../image/image.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.con__slide {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.con__slide-h {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
}
.con__slide-top, .con__slide-bot {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
.con__slide-top {
  top: -200px;
  left: -835px;
  height: 1235px;
  width: 550px;
  transform: rotate(25deg);
  transition: transform 650ms 1000ms;
}
.con__slide-top-inner {
  position: fixed;
  top: -59px;
  right: -175px;
  width: 100%;
  height: 500px;
  transform: rotate(20deg);
  overflow: hidden;
}
.con__slide-top-inner-text {
  position: absolute;
  right: 21px;
  top: 649px;
  transform: rotate(-45deg);
  transition: transform 1000ms;
}
.con__slide-bot {
  top: -50px;
  left: -884px;
  width: 700px;
  height: 1700px;
  transform: rotate(-45deg);
  overflow: hidden;
  transition: transform 1000ms 1100ms;
}
.con__slide-bot-text {
  position: absolute;
  right: -440px;
  top: 430px;
  transform: rotate(45deg);
  transition: transform 1000ms;
}
.con__slide--1-top-h {
  text-shadow: 0 0 1px #c43838;
  color: #c43838;
}
.con__slide--1-bot-h {
  text-shadow: 0 0 1px #fff;
  color: #fff;
}
.con__slide--1-content {
  position: absolute;
  right: 300px;
  top: 50%;
  transform: translateY(-55%);
  opacity: 0;
  transition: transform 1000ms, opacity 1000ms;
}
@media screen and (max-width: 1350px) {
  .con__slide--1-content {
    right: 15%;
  }
}
@media screen and (max-width: 1160px) {
  .con__slide--1-content {
    right: 5%;
  }
}
.con__slide--1-content-logo {
  fill: #e5e5e5;
}
@media screen and (max-height: 730px) {
  .con__slide--1-content-logo {
    width: 300px;
  }
}
@media screen and (max-width: 1350px) {
  .con__slide--1-content-logo {
    width: 300px;
  }
}
.con__slide--right-top {
  left: initial;
  right: -195px;
  right: -780px;
  transform: rotate(-25deg);
  transition: transform 650ms 1000ms;
}
.con__slide--right-top-inner {
  top: -31px;
  left: -249px;
  transform: rotate(-20deg);
  overflow: overflow;
}
.con__slide--right-top-inner-text {
  right: 10px;
  top: 620px;
  transform: rotate(45deg);
  -webkit-animation: initial;
          animation: initial;
  transition: transform 1000ms 0s;
}
.con__slide--right-top-h {
  width: 450px;
  text-shadow: 0 0 1px #2d48e2;
  color: #2d48e2;
}
.con__slide--right-bot {
  left: initial;
  right: -84px;
  right: -884px;
  transform: rotate(45deg);
  -webkit-animation: initial;
          animation: initial;
  overflow: hidden;
  transition: transform 1000ms 1100ms;
}
.con__slide--right-bot-text {
  left: -560px;
  top: 150px;
  transform: rotate(-45deg);
  -webkit-animation: initial;
          animation: initial;
  transition: transform 1000ms 0s;
}
.con__slide--right-bot-h {
  text-shadow: 0 0 1px #fff;
  color: #fff;
}
.con__slide--right-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-95%, -45%);
  opacity: 0;
  transition: transform 1400ms 0s, opacity 1400ms 0s, z-index 0s 2.2s;
  z-index: -9999;
}
@media screen and (max-height: 730px) {
  .con__slide--right-content-image {
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .con__slide--right-content-image {
    width: 100%;
  }
}
.con__slide--3-top-h {
  text-shadow: 0 0 1px #e0bb28;
  color: #e0bb28;
}
.con__slide--3-bot-h {
  text-shadow: 0 0 1px #fff;
  color: #fff;
}
.con__slide--3-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-45%);
  opacity: 0;
  transition: transform 1400ms 0s, opacity 1400ms 0s, z-index 0s 2.2s;
}
@media screen and (max-width: 1366px) {
  .con__slide--3-content {
    left: 60%;
  }
}
.con__slide--3-content-image {
  width: 100%;
}
@media screen and (max-height: 730px) {
  .con__slide--3-content-image {
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .con__slide--3-content-image {
    width: 400px;
  }
}
.con__slide--4-top-h-link {
  position: relative;
  text-decoration: none;
  text-shadow: 0 0 1px #3ee84f;
  color: #3ee84f;
}
.con__slide--4-bot-h-link {
  text-decoration: none;
  text-shadow: 0 0 1px #fff;
  color: #fff;
  z-index: 20;
}
.con__nav {
  position:absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}
.con__nav-list {
  list-style-type: none;
}
.con__nav-item {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  cursor: pointer;
}
.con__nav-item:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  width: 75%;
  height: 75%;
  border-radius: 50%;
  background: #e5e5e5;
  transition: 300ms;
  opacity: 0;
  overflow: hidden;
}
.con__nav-item:hover:after {
  transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
}
.con__nav-item--1 {
  margin-left: 0;
}
.con__nav-scroll {
  position: absolute;
  top: 1px;
  transform: rotate(-45deg);
  width: 17px;
  height: 17px;
  border: 2px solid #e5e5e5;
  border-right: transparent;
  border-bottom: transparent;
  cursor: pointer;
  transition: 300ms;
}
.con__nav-scroll:hover {
  transform: rotate(-45deg) scale(1.2, 1.2);
}
.con__nav-scroll--goup {
  left: -20px;
}
.con__nav-scroll--godown {
  transform: rotate(-225deg);
  right: -20px;
}
.con__nav-scroll--godown:hover {
  transform: rotate(-225deg) scale(1.2, 1.2);
}

.nav-active:after {
  transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
}

.active .active-slide-left-top {
  transform: translate(640px, 0) rotate(25deg);
  transition: transform 650ms cubic-bezier(0, 0, 0.21, 1.02);
}
.active .active-slide-left-bot {
  transform: translateX(800px) rotate(-45deg);
  transition: transform 1000ms 350ms;
}
.active .active-slide-left-content {
  transform: translateY(-50%);
  opacity: 1;
  transition: transform 1000ms 1350ms, opacity 1000ms 1350ms;
}
.active .active-slide-right-top {
  transform: translateX(-585px) rotate(-25deg);
  transition: transform 650ms;
}
.active .active-slide-right-bot {
  transform: translateX(-800px) rotate(45deg);
  transition-delay: 350ms;
}
.active .active-slide-right-content {
  transform: translate(-95%, -50%);
  opacity: 1;
  z-index: 10;
  transition: transform 1400ms 1350ms, opacity 1400ms 1350ms, z-index 0s 1s;
}
.active .active-slide1-top-text {
  transform: translate(75px, -282px) rotate(-45deg);
  transition: transform 1000ms 1350ms;
}
.active .active-slide1-bot-text {
  transform: translate(-117px, 31px) rotate(45deg);
  transition: transform 1000ms 1350ms;
}
.active .active-slide2-top-text {
  transform: translate(-43px, -219px) rotate(45deg);
  transition-delay: 1350ms;
}
.active .active-slide2-bot-text {
  transform: translate(127px, -116px) rotate(-45deg);
  transition-delay: 1350ms;
}
.active .active-slide3-top-text {
  transform: translate(54px, -241px) rotate(-45deg);
  transition: transform 1000ms 1350ms;
}
.active .active-slide3-bot-text {
  transform: translate(-190px, 43px) rotate(45deg);
  transition: transform 1000ms 1350ms;
}
.active .active-slide4-top-text {
  transform: translate(-55px, -231px) rotate(45deg);
  transition: transform 1000ms 1350ms;
}
.active .active-slide4-bot-text {
  transform: translate(127px, -116px) rotate(-45deg);
  transition: transform 1000ms 1350ms;
}

.first_img{
  width: 200px;
  height: 200px;
}

.second-img{
  border: 10px double #343493;
}

.third-img{
  border: 10px double #d6cc40;
}
.fourth-img{
  border: 10px double #2ba03b;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom:1rem;
 }
 
 .navbar .dropdown-menu {
   border:none;
   background-color:#343493 !important;
 }
 
 /* breakpoint and up - mega dropdown styles */
 @media screen and (min-width: 992px) {
   
   /* remove the padding from the navbar so the dropdown hover state is not broken */
 .navbar {
    padding-top:0px;
   padding-bottom:0px;
 }
 
 /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
 .navbar .nav-item {
   padding:.5rem .5rem;
   margin:0 .25rem;
 }
 
 /* makes the dropdown full width  */
 .navbar .dropdown {position:static;}
 
 .navbar .dropdown-menu {
   width:100%;
   left:0;
   right:0;
 /*  height of nav-item  */
   top:50px;
   
   display:block;
   visibility: hidden;
   opacity: 0;
   transition: visibility 0s, opacity 0.3s linear;
   
 }
   
  
 
   
   /* shows the dropdown menu on hover */
 .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
   display:block;
   visibility: visible;
   opacity: 1;
   transition: visibility 0s, opacity 0.3s linear;
 }
   
   .navbar .dropdown-menu {
     border: 1px solid rgba(0,0,0,.15);
     background-color: #fff;
   }
 
 }
 .fs_nav{
    display: flex;
    justify-content: end;
    align-content: center;
 }
 .fs_nav li {
    list-style-type: none;
    text-transform: none;
    padding: 0px 20px;
    margin: 10px 0px;
 }
 .fs_nav .brdr{
    border-left: #fff 2px solid;
 }

 header .fix_item{
    position: fixed !important;
    right: 0%;
    top: 50%;
 }
 
.crssearch{
  color:#868e96;
  background-color: #212529;
}
.crssearch:hover,  
.crssearch:focus{
  color:#868e96;
  background-color: #212529;
}
.boxsearch{
  color: #868e96;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2rem;
  margin: auto;
}
.boxsearch input[type="search"]{
  font-size: 1.5rem;
  margin-left: 20px;
}
.boxsearch .fa-search{
  font-size: 1.8rem;
}

.big-title {
  display: block;
  margin-bottom: 50px;
  position: relative;
}

.customhr {
  border-style: dashed;
  border-color: #d0d0d0;
  display: block;
  padding: 0;
  margin: 30px auto 25px !important;
  position: relative;
  width: 40%;
  border-width: 1px 0 0;
}

hr.customhr {
  border-style: dashed;
  border-color: #121212;
  display: block;
  padding: 0;
  margin: 30px auto 25px;
  position: relative;
  width: 40%;
}


.session-bg{
  background-image: linear-gradient(#e5dddd 5%, 20%, white 25%) !important;
  font-family: crimson text, serif;
}
::selection {
  color: #fff;
  text-shadow: none;
  background: #e74c3c;
}
.instuction {
	font-family: sans-serif, Arial;
	display: block;
	margin: 0 auto;
	max-width: 820px;
	width: 100%;
	padding: 0 70px;
	color: #222;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.instuction h1 img {
	max-width: 170px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.instuction h1 {
	color: #2F98B3;
	text-align: center;
}
.instuction h2 {
	position: relative;
	font-size: 1.1em;
	color: #2F98B3;
	margin-bottom: 20px;
	margin-top: 40px;
}
.instuction h2 span.num {
	position: absolute;
	left: -70px;
	top: -18px;
	display: inline-block;
	vertical-align: middle;
	font-style: italic;
	font-size: 1.1em;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #2F98B3;
	color: #fff;
	border-radius: 50%;
}
.instuction .mono {
	color: #000;
	font-family: monospace;
	font-size: 1.3em;
	font-weight: normal;
}
.instuction li.mono {
	font-size: 1.5em;
}

.instuction ul {
	font-size: 0.9em;
	margin-top: 0;
	padding-left: 0;
	list-style: none;
}
.instuction .note {
	color: #A3A3B2;
	font-style: italic;
	padding-top: 10px;
}
.instuction p.note {
	text-align: center;
	padding-top: 0;
	margin-top: 4px;
}
.instuction textarea {
	font-size: 0.9em;
	min-height: 60px;
	padding: 10px;
	margin: 0;
	overflow: auto;
	max-width: 100%;
	width: 100%;
}
.instuction a,
.instuction a:visited {
	color: #2F98B3;
}
.breaking-news-ticker {
  width: 100%;
  height: 40px;
  background: #fff;
  position: relative;
  border: solid 2px #0c4d8d;
  overflow: hidden;
}
.bn-label {
  width: auto;
  height: 40px;
  display: inline-block;
  background: #fdc800;
  position: relative;
}

.bn-label>h4{
  display: inline; 
  font-size:1.2rem; 
  font-family:'Times New Roman', Times, serif;
}
.bn-label>span {
  width: 0;
  position: absolute;
  height: 0;
  border-style: solid;
  border-width: 18px 0 25px 25px;
  border-color: transparent transparent transparent #fdc800;
}

.bn-news {
  position: absolute;
  left: 145px !important;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 90px;
  overflow: hidden;
}

.bn-news ul li {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-transition: red .2s linear;
  -moz-transition: red .2s linear;
  -o-transition: red .2s linear;
  transition: red .2s linear;
  position: absolute;
  width: 100%;
  display: none;
  color: #333;
}


.appear {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.inview {
  opacity: 1;
}