@import url("https://fonts.googleapis.com/css?family=Montserrat:500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");



* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}
body {
	background-color: #fff !important;
  font-family: 'Poppins',sans-serif !important;
  /* user-select: none;  */
}
::selection {
	color: #fff ;
	background: #0C356A;
  }

header {
  height: 15vh;
  /* background: #000; */
}
.black {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
nav {
  padding-top: 20px;
  padding-bottom: 20px;
  top: 0;
  position: fixed;
  display: flex;
  width: 100%;
  z-index: 1000;
  background: #fff;
  justify-content: space-around;
  transition: 1.5s;
  align-items: center;
}
nav ul {
  display: flex;
  align-items: center;
}
nav ul li {
  list-style: none;
  margin: 5px 10px;
}
nav ul li a {
  font-size: 16px;
  padding: 2px 10px;
  color: #14213D;
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none;
}
nav ul li a:hover {
	color: #14213D;
	transform: scale(1.1);
	/* outline: 2px solid #2E3D49; */
	/* box-shadow: 4px 5px 17px -4px #2E3D49; */
  }

.srch {
  padding: 2px 10px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  /* background: #0066ff; */
  border: 1px solid;
  border-radius: 20px;
}
.srch img {
  width: 25px;
  cursor: pointer;
}
.srch .search {
  /* padding: 2px 10px; */
  outline: none;
  border: none;
  background: transparent;
}


/* Style for the "Services" dropdown menu */
li.dropdown ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  background-color: #fff;
  padding: 0;
}

li.dropdown:hover > ul {
  display: inherit;
}

li.dropdown ul li {
  display: block;
}

/* Style for the dropdown links */
li.dropdown ul a {
  padding: 10px 20px;
}

li.dropdown ul a:hover {
  background-color: #526d82;
}

.get-started {
  margin-left: 50px;
  padding: 5px 20px;
  border-radius: 20px;
  text-decoration: none;
  transition: 0.5s;
  background-color: #526d82;
  color: #fff;
}
.get-started:hover {
  color: #2e2e2e;
  background: #fff;
}
.logo img {
  width: 300px;
  cursor: pointer;
  transition: all 1s;
  display: flex;
  align-items: center;
  justify-content: center;
}

a,
button {
  float: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #2e3d49;
  display: block;
  text-decoration: none;
  text-align: center;
}
#bg-video{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 540px;
}
.head-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}


.scrollmenu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #163c4d;
  overflow: auto;
  white-space: nowrap;
}

.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

.scrollmenu a:hover {
  background-color: #777;
}


.quote {
  font-size: 30px;
  text-align: center;
  font-family: "Poppins" !important;
  width: 690px;
  transform: translateY(-50px);
}
.lgn {
  display: flex;
  align-items: center;
  justify-content: center !important;
}

.btn-lgn {
  display: flex;
  align-items: right;
  justify-content: right !important;
  padding: 2px;
  background-color: #526d82;
  color: #fff;
}
.quote h4 {
  font-size: 25px;
  margin-top: 20px;
  color: #0009;
  line-height: 30px;
}
.quote p {
  font-size: 45px;
  color: #2e2e2e;
}
.svg-image img {
  width: 100%;
  align-items: center;
  justify-content: center;
}




/* SIDE MENU */
.menu {
  cursor: pointer;
  width: 25px;
  display: none;
}
.side-menu {
  width: 60%;
  height: 100%;
  background: #fff;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: 0.8s;
  z-index: 2000;
  transform: translateX(-100%);
}
.side-menu ul {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background: #FA4B37; */
}
.side-menu ul li {
  list-style: none;
  /* background: #009900; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-bottom: 1px solid #fff; */
  /* padding: 10px 0px; */
}
.side-menu ul li:hover a {
  background: #fff;
  color: #232d3f;
  border: 1px solid red;
  width: 30%;
}
.side-menu ul li a {
  color: #092635;
  width: 100%;
  font-size: 1em;
  /* background: #2E3D49; */
  text-decoration: none;
  padding: 15px 0px;
}
.close img {
  float: right;
  width: 35px;
  cursor: pointer;
  margin: 10px;
}
.user {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
}
.user img {
  width: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  filter: drop-shadow(0 10px 20px #0004);
  margin-right: 30px;
  cursor: pointer;
}
.user p {
  color: #fff;
  cursor: pointer;
}
.user img,
.user p {
  opacity: 1;
}
/*Common things in all sections*/
#about_section,
#portfolio_section,
#team_section,

#contactus_section {
  font-family: "Open Sans", sans-serif;
  color: #2e3d49;
  position: relative;
}
.diffSection {
  width: 100%;
  /*position: relative;*/
  justify-content: center;
  align-items: center;
}
.diffSection .content {
  margin: 10px;
  text-align: center;
  padding: 10px 100px;
  font-size: 1.1em;
}

/*TITLE*/
.title {
  margin-top: 150px;
  margin-left: 100px;
}
.title span {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  color: #2e3d49;
}
.title .shortdesc {
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #2e3d49;
  margin-bottom: 50px;
}



p{
  text-align: justify;
}

.PGS{
  display: flex;
  margin-left: 3%;
}

.accordion-body ul{
  line-height: 2;
}


.h1-banner-title h1{
  color: black !important;
  text-align: center;
  font-weight: bold;
}

.banner{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
}
.banner2{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
}

.PGS1{
    /* border: 1px solid #ddd ; */
    /* background-color: white; */
    padding: 2%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 2%;
    line-height: 28px;

    background-image: url('../images/Background.png');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;

    /* background-size: 100%; */
    /* border: 1px solid #ddd; */
    /* border-radius: 25px; */

}
.PGS1 p{
  padding-top: 3%;
  text-align: justify;
  font-size: 18px;
  word-spacing: normal;
}
.PGS1 h1{
  /* padding-top: 1%; */
  text-align: center !important;
  justify-content: center !important;
  color: #fff !important;
  background-color: #ed3237;
  padding: 1%;
  border-radius: 25px;
}
.PGS1 h2{
  display: flex;
  font-weight: bold;
  justify-content: center;
  text-align: center;
}
.PGS1 h3{
  margin-top: 2%;
}
.PGS1 a{
  font-size: 15px;
  color: #40A2D8;
}

h3{
  text-align: center;
}

.accordion-body{
  margin-top: 1% !important;
}
.sticky{
  position: -webkit-sticky !important;
  position: sticky !important;
  justify-content: center;
}

.lead{
  padding-right: 5% !important; 
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 40px;
}

.lead b{
  font-weight: bold;
}

hr{
  margin-right: 5%;
}

.news{
  /* width: 50%; */
  /* border: 0.5px solid lightgray; */
  padding: 1%;
}
.news h3{
  justify-content: left;
  text-align: left;

}
.news p{
  text-align: justify;
}

.news b{
  font: 25px;
}



#wrapper {
  margin-left: 20px;
  margin-right: 20px;
  max-width: 5%;
}

#container {
  /* float: left; */
  padding: 1em;
  width: 100%;
}

ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div {
  position: relative;
}

ol.organizational-chart,
ol.organizational-chart ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.organizational-chart {
  text-align: center;
}

ol.organizational-chart ol {
  padding-top: 1em;
}

ol.organizational-chart ol:before,
ol.organizational-chart ol:after,
ol.organizational-chart li:before,
ol.organizational-chart li:after,
ol.organizational-chart > li > div:before,
ol.organizational-chart > li > div:after {
  background-color: #b7a6aa;
  content: '';
  position: absolute;
}

ol.organizational-chart ol > li {
  padding: 1em 0 0 1em;
}

ol.organizational-chart > li ol:before {
  height: 1em;
  left: 50%;
  top: 0;
  width: 3px;
}

ol.organizational-chart > li ol:after {
  height: 3px;
  left: 3px;
  top: 1em;
  width: 50%;
}

ol.organizational-chart > li ol > li:not(:last-of-type):before {
  height: 3px;
  left: 0;
  top: 2em;
  width: 1em;
}

ol.organizational-chart > li ol > li:not(:last-of-type):after {
  height: 100%;
  left: 0;
  top: 0;
  width: 3px;
}

ol.organizational-chart > li ol > li:last-of-type:before {
  height: 3px;
  left: 0;
  top: 2em;
  width: 1em;
}

ol.organizational-chart > li ol > li:last-of-type:after {
  height: 2em;
  left: 0;
  top: 0;
  width: 3px;
}

ol.organizational-chart li > div {
  background-color: #fff;
  border-radius: 3px;
  min-height: 2em;
  padding: 0.5em;
}

/*** PRIMARY ***/
ol.organizational-chart > li > div {
  background-color: #a2ed56;
  margin-right: 1em;
}

ol.organizational-chart > li > div:before {
  bottom: 2em;
  height: 3px;
  right: -1em;
  width: 1em;
}

ol.organizational-chart > li > div:first-of-type:after {
  bottom: 0;
  height: 2em;
  right: -1em;
  width: 3px;
}

ol.organizational-chart > li > div + div {
  margin-top: 1em;
}

ol.organizational-chart > li > div + div:after {
  height: calc(100% + 1em);
  right: -1em;
  top: -1em;
  width: 3px;
}

/*** SECONDARY ***/
ol.organizational-chart > li > ol:before {
  left: inherit;
  right: 0;
}

ol.organizational-chart > li > ol:after {
  left: 0;
  width: 100%;
}

ol.organizational-chart > li > ol > li > div {
  background-color: #83e4e2;
}

/*** TERTIARY ***/
ol.organizational-chart > li > ol > li > ol > li > div {
  background-color: #fd6470;
}

/*** QUATERNARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > div {
  background-color: #fca858;
}

/*** QUINARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li > div {
  background-color: #fddc32;
}

/*** MEDIA QUERIES ***/
@media only screen and ( min-width: 64em ) {

  ol.organizational-chart {
      margin-left: -1em;
      margin-right: -1em;
  }

  /* PRIMARY */
  ol.organizational-chart > li > div {
      display: inline-block;
      float: none;
      margin: 0 1em 1em 1em;
      vertical-align: bottom;
  }

  ol.organizational-chart > li > div:only-of-type {
      margin-bottom: 0;
      width: calc((100% / 1) - 2em - 4px);
  }

  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
      width: calc((100% / 2) - 2em - 4px);
  }

  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
      width: calc((100% / 3) - 2em - 4px);
  }

  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
      width: calc((100% / 4) - 2em - 4px);
  }

  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
      width: calc((100% / 5) - 2em - 4px);
  }

  ol.organizational-chart > li > div:before,
  ol.organizational-chart > li > div:after {
      bottom: -1em!important;
      top: inherit!important;
  }

  ol.organizational-chart > li > div:before {
      height: 1em!important;
      left: 50%!important;
      width: 3px!important;
  }

  ol.organizational-chart > li > div:only-of-type:after {
      display: none;
  }

  ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
  ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
      bottom: -1em;
      height: 3px;
      width: calc(50% + 1em + 3px);
  }

  ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
      left: calc(50% + 3px);
  }

  ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
      left: calc(-1em - 3px);
  }

  ol.organizational-chart > li > div + div:not(:last-of-type):after {
      height: 3px;
      left: -2em;
      width: calc(100% + 4em);
  }

  /* SECONDARY */
  ol.organizational-chart > li > ol {
      display: flex;
      flex-wrap: nowrap;
  }

  ol.organizational-chart > li > ol:before,
  ol.organizational-chart > li > ol > li:before {
      height: 1em!important;
      left: 50%!important;
      top: 0!important;
      width: 3px!important;
  }

  ol.organizational-chart > li > ol:after {
      display: none;
  }

  ol.organizational-chart > li > ol > li {
      flex-grow: 1;
      padding-left: 1em;
      padding-right: 1em;
      padding-top: 1em;
  }

  ol.organizational-chart > li > ol > li:only-of-type {
      padding-top: 0;
  }

  ol.organizational-chart > li > ol > li:only-of-type:before,
  ol.organizational-chart > li > ol > li:only-of-type:after {
      display: none;
  }

  ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
  ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
      height: 3px;
      top: 0;
      width: 50%;
  }

  ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
      left: 50%;
  }

  ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
      left: 0;
  }

  ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
      height: 3px;
      left: 0;
      top: 0;
      width: 100%;
  }

}



/* Timeline */

  
.timeline {
  border-left: 3px solid #727cf5;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(114, 124, 245, 0.09);
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  align-items: center !important;
  justify-content: center !important;
  list-style: none;
  text-align: center;
  max-width: 40%;
}

@media (max-width: 767px) {
  .timeline {
      max-width: 98%;
      padding: 25px;
  }
}

.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}

.timeline .event {
  border-bottom: 1px dashed #e8ebf1;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .timeline .event {
      padding-top: 30px;
  }
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  left: -207px;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}

@media (max-width: 767px) {
  .timeline .event:before {
      left: 0px;
      text-align: left;
  }
}

.timeline .event:after {
  -webkit-box-shadow: 0 0 0 3px #727cf5;
  box-shadow: 0 0 0 3px #727cf5;
  left: -55.8px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
}

@media (max-width: 767px) {
  .timeline .event:after {
      left: -31.8px;
  }
}

.rtl .timeline {
  border-left: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
  left: 0;
  right: -170px;
}

.rtl .timeline .event::after {
  left: 0;
  right: -55.8px;
}

/* Timeline */


/* Counter */

.head {
  font-size: 2em!important;
  font-weight: 500;
  text-shadow: 1px 1px 1px white
}

.count {
  font-size: 10em!important;
  text-shadow: 1px 1px 10px black
}

.counter {
  min-width: 300px;
  background: #111;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  padding: 10px;
  box-shadow: 5px 5px 50px black
}

/* New Announsement*/
.annons{
  margin-top: 5%;
  margin-left: 22%;
  margin-right: 22%;
  overflow-x: auto;
  color: #163c4d;
  background-color: #eeeeee;
  box-shadow: 2px 0 100px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
}
.annons h1{
  padding: 2%;
  display: flex;
  text-align: center;
  justify-content: center;
}
.annons h5{
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  text-align: justify;
  justify-content: center;
}


table {
  margin-top: 3%;
  margin-bottom: 3%;
  border-collapse: collapse;
  border-spacing: 0;
  align-items: center;
  justify-content: center;
  width: 75%;
  border: 1px solid #ddd;
}

th,td {
  border: 2px solid #ddd;
  padding: 8px;
}



/*Service*/
.sr{
  margin-top: 5%;
  padding-top: 3%;
  background-color: #edf1f3;
  padding-bottom: 5%;
}
.service-swipe {
  margin-top: 5%;
	/* background-color: #B6BBC4; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.rv {
  color: #14213D;
  text-align: center;
  justify-content: center;
}
.service-swipe .s-card img {
	width: 60px;
}
.service-swipe a {
	padding: 25;
	margin: 40px 30px;
}
.service-swipe .s-card {
	display: flex;
	justify-content: space-around;
	padding: 10px;
  margin-top: 3%;
  margin-left: 10px;
  margin-right: 10px;
	align-items: center;
	/* text-align: center; */
	width: 25%;
	height: 17%;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
	border-radius: 5px;
	background-color: #7077A1;
	cursor: pointer;
	transition-duration: .5s;
}
.service-swipe .s-card p {
	color: #fff;
	padding-left: 3px;
  padding-right: 3px;
	font-size: 21px;
	font-family: 'poppins';
}
.service-swipe .s-card:hover {
	border-bottom: 10px  solid #0C356A;
	/* border: 1px solid #252B48; */
	box-shadow: 0 0 50px rgba(163, 163, 163, 0.8);
	transform: translateY(-10px);
}


/*ABOUT*/
.about-content {
  margin-top: 25px;
  width: 100%;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.about-content .side-text {
  width: 550px;
  padding: 50px 40px;
  background: transparent;
  box-shadow: 2px 0 100px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  text-align: justify;
  line-height: 22px;
  opacity: 0;
  transform: translateX(-100px);
  transition: 1s ease-in-out;
}
.about-content .side-text-appear {
  opacity: 1;
  transform: translateX(0px);
}
.about-content .side-text h2 {
  padding: 10px;
}
.about-content .side-text p {
  padding: 10px;
}
.about-content .side-image img {
  width: 90%;
  border-radius: 5px;
}
.sideImage {
  transform: translateX(100px);
  opacity: 0;
  transition: 0.8s ease-in-out;
}
.sideImage-appear {
  opacity: 1;
  transform: translateX(0px);
}

/*TEAM SECTION*/

.management {
  margin-top: 20px;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.totalcard {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.totalcard .card {
  margin: 50px;
  width: 300px;
  border-radius: 10px;
  background: #fff;
}
.totalcard .card {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
}
/* .card:nth-child(1) {
  border-top: 5px solid #526d82;
}
.card:nth-child(2) {
  border-top: 5px solid #526d82;
}
.card:nth-child(3) {
  border-top: 5px solid #526d82;
} */
.card:nth-child(1):hover {
  box-shadow: inset #092635;
}
.card:nth-child(2):hover {
  box-shadow: inset #1b4242;
}
.card:nth-child(3):hover {
  box-shadow: inset #252b48;
}
.totalcard .card img {
  width: 100px;
  height: 100px;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 50px;
  transition-duration: 0.8s;
}
.totalcard .card img:hover {
  transform: scale(3.5);
  border-radius: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
#detail p {
  font-size: 15px;
  line-height: 25px;
  font-variant: normal;
  text-align: center;
  margin: 25px;
}
#detail button {
  outline: none;
  border-radius: 10px;
  border-style: none;
  border: 1px solid black;
  padding: 9px 25px;
  cursor: pointer;
  transition-duration: 0.4s;
}
#detail a {
  bottom: 80px;
  text-decoration: none;
  margin-bottom: 30px;
  margin-top: 20px;
  margin-left: 90px;
  align-self: center;
}
.btn-lgn:hover {
  background: #2e3d49;
  color: #fff;
}
.card-title {
  font-size: 17px;
  color: #343a40;
  padding: 20px;
  font-weight: 700;
}

/*Service Section*/

.service {
  padding: 3%;
  color: #232d3f;
  background-color: #163c4d;
}
.service h1{
  color: #fff;
  text-align: center;
}
.service p {
  padding: 2% 2% 1% 2%; 
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  font-family: "Poppins" !important;
}

/* Why Choose Us */
.choose .why {
  margin-left: 45px;
  margin-right: 45px;
  font-size: 22px;
  padding-bottom: 5%;
  color: #2e3d49;
  font-weight: 360;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: justify;
  justify-content: center;
  word-break: break-word;
/*   
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 10px;
  font-size: 20px;
  text-align: justify;
  justify-content: center;
  color: #2e3d49; */
}
.choose .rvw {
  padding-top: 5%;
  padding-bottom: 25px ;
  color: #14213D;
  text-align: center;
  justify-content: center;
}





/*SCROLLING TEXT*/
.marqu {
  text-align: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  padding: 5px;
}

/*FOOTER*/
footer {
  margin-top: 2% !important;
  font-family: "poppins" !important;
  font-size: 16px;
  text-align: center;
  color: #2e3d49;
  background-color: white;
  /* background: url("../images/PNG/footer.png"); */
  background-size: 100%;
  padding: 5px 0;
}
footer .footer-container {
  /* max-width: 1300px; */
  /* margin: auto; */
  /* padding: 0 0px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap-reverse;
}
footer .social-media img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
}
footer .social-media a {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1em !important;
  margin-right: 10px;
  font-size: 22px;
  text-decoration: none;
}
footer .border {
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, #fa4b37, #df2771);
  margin: 2px;
}
.rights-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Rg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hr {
  margin: 0px 200px 0px 200px;
  columns: #fff;
  border: 1px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 1px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 3px;
  border-radius: 4px;
}



/* Snackbar */

#snackbar {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}


hr{
  border: 1px #000;
}


/* */ /* */

/* blog content  */

.blog-content{
  width: 100%;
  margin: auto;
  padding: 50px 0;
}
.blog-left{
  flex-basis: 65%;
}
.blog-left img {
  width: 100%;
}
.blog-left h2 {
  color: #000;
  font-weight: 600;
  margin: 30px 0;
}
.blog-left p {
  text-align: justify;
  color: #000;
  padding: 0;
}
.blog-right{
  margin-top: 2%;
  flex-basis: 32%;
}
.blog-right h3 {
  background: #fa4b37;
  color: #fff;
  padding: 7px 10px;
  font-size: 16px;
  margin-bottom: 20px;
}
.blog-right div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #555;
  padding: 8px;
  box-sizing: border-box;
}

.row {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 700px) {
  .row {
    flex-direction: column;
  }
}

/* */ /* */

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}


/*PROPERTIES FOR MAKING WEBSITE RESPONSIVE*/
@media screen and (max-width: 960px) {
  .footer-container {
    background-color: white;
    max-width: 600px;
  }
  .right-col {
    width: 100%;
    margin-bottom: 60px;
  }
  .left-col {
    width: 100%;
    text-align: center;
  }
  .social-media {
    display: flex;
    justify-content: center;
  }
  .logo {
    transition: 1s;
    margin-left: 5%;
  }
  nav ul,
  .srch,
  .get-started {
    display: none;
  }
  .menu {
    display: block;
  }
  nav {
    padding-bottom: 20px;
    border-bottom: 1px solid #0005;
    /* position: fixed; */
    /* top: 0; */
  }
  .quote p,
  .quote h4,
  .play {
    justify-content: center;
    text-align: center;
  }
  .quote p {
    font-size: 27px;
  }
  .service-container .right-side img {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  footer .btn {
    margin: 0;
    width: 100%;
    margin-top: 20px;
  }
  .svg-image img {
    padding-top: 5%;
    width: 100%;

    /* align-self: center; */
  }
}

@media screen and (max-width: 1000px) {
  .feedbox form input,
  .feedbox form .fname {
    width: 100%;
  }
}
@media screen and (max-width: 426px) {
  header {
    height: 12vh;
    /* background: #000; */
  }
  .head-container {
    margin: 0px 5px 0px 5px;
  }
  nav {
width: 98vw;
  }
  div.scrollmenu {
    display: none;
  }
  .sideImage {
    display: none;
  }
  .management {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .service {
    padding: 3%;
    color: #2e3d49;
    background-color: #fff;
  }
  .service h1{
    color: #2e3d49;
    text-align: center;
  }

  .tb{
    margin: 5%;
  }

  .PGS1 a{
    font-size: 10px !important;
    color: #40A2D8;
  }

  .service p {
    padding: 2% 2% 1% 2%; 
    color: #2e3d49;
    font-size: 1.2em;
    text-align: justify;
    font-family: "Poppins" !important;
  }
  .choose .why {
    /* margin-left: 20px;
    margin-right: 20px; */
    padding-bottom: 10px;
    font-size: 20px;
    text-align: justify;
    justify-content: center;
    color: #2e3d49;
}
.rvw{
  padding-top: 1%;
  padding-bottom: 12px;
}

.table {
  margin-top: 3%;
  margin-bottom: 3%;
  border-collapse: collapse;
  border-spacing: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #ddd;
}

.h1-banner-title{
  margin-top: 10%;
  background-color: #7077A1;
}
.banner{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}

.annons{
  margin-top: 5%;
  margin-left: 12%;
  margin-right: 12%;
  overflow-x: auto;
  color: #163c4d;
  background-color: #eeeeee;
  box-shadow: 2px 0 100px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
}
.announsment{
  margin-top: 3%;
  margin-left: 25%; 
  margin-right: 5%;
  width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-collapse: collapse;
  display: grid;
  padding: 10px;
  text-align: center;
  background-color: #eeeeee;
  border-radius: 30px;
}


  }
  .Rg {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rights-text p {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer {
		font-family: 'poppins' !important;
		/* background: url('../images/PNG/footer.png'); */
		background-repeat: no-repeat;

	}
  #bg-video{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 421px;
  }


.LangUi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 3vh 0 5vh 0;
  margin-bottom: 6vh;
}
.announsment{
  margin-top: 3%;
  margin-left: 25%; 
  margin-right: 5%;
  width:750px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-collapse: collapse;
  display: grid;
  padding: 10px;
  text-align: center;
  background-color: #eeeeee;
  border-radius: 30px;
}
.announsment h1{
  text-align: center;
}
.announsment h5{
  text-align: justify;
}

  .anno{
margin: 50px;
  } 