   @import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html {
  scroll-behavior: smooth;

}

body {
  font-family: 'Open Sans', sans-serif;
}

* {
 font-family: 'Roboto', sans-serif;
}

*, *:before, *:after { box-sizing: border-box; }



label {
    display: unset;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

label .menu {
  position: absolute;
  right: -80px;
  top: -100px;
  z-index: 100;
  width: 170px;
  height: 175px;
  background: #FFF;
  border-radius: 50% 50% 50% 50%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;

  cursor: pointer;
}

label .hamburger {
  position: absolute;
  top: 120px;
  left: 50px;
  width: 30px;
  height: 2px;
  background: #000;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

label .hamburger:after, label .hamburger:before {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}

label .hamburger:before { top: -10px; }

label .hamburger:after { bottom: -10px; }

label input { display: none; }

label input:checked + .menu {
  box-shadow: 0 0 0 100vw #FFF, 0 0 0 100vh #FFF;
  border-radius: 0;
}

label input:checked + .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

label input:checked + .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
}

label input:checked + .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

label input:checked + .menu + ul { opacity: 1; }

label ul {
  z-index: 200;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .25s 0s ease-in-out;
  transition: .25s 0s ease-in-out;
}

label a {
  margin-bottom: 1em;
  display: block;
  color: #000;
  text-decoration: none;
}


#loader {
   width:560px;
  height:500px;
  text-align:center;
  background: url("../img/highres.png");
  background-repeat: no-repeat;
  background-size: 300px 73px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
 
 /* -webkit-animation: zoomin 0.5s ease-in;
  animation: zoomin 5s ease-out ;*/
  animation: createBox .25s;
  transition: all .5s ease-out;
  animation-duration: 1s;
  overflow: hidden;
  left: 40%;
  margin-top: 20%;
}


/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */


/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}




#fixa{
 
 position: absolute;
 z-index: 10;
 width: 70%;
 height: 60vh;
left: 1%;
    top: 7%;
 
background-repeat: no-repeat;
}

@media only screen and (min-width: 1900px) {
#fixa{
 left: 1%;
    top: 1%;
}
}

@media only screen and (max-width: 1600px) {
#fixa{

    top: 2%;
}
}

@media only screen and (max-width: 1100px) {
#fixa{

    top: 6%;
}
}



@media (max-width: 400px) {

#fixa{
  display: none
}


}



@media (max-width: 800px) {

#fixa{
  display: none
}


}






.animate-center {
   animation: createBox .25s;
}

@keyframes createBox {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}





/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

/*.row {
  margin: 10px -16px;
}*/

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
/*  display: none;  Hide all elements by default */
  filter:drop-shadow(4px 4px 5px gray);
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
/*  background-color: white;*/
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn1 {
  border: none;
  outline: none;
  padding: 12px 16px;
  border-radius: 12px;
  background-color: white;
  cursor: pointer;
}

.btn1:hover {
  background-color: #ddd;
}

.btn1.active {
/*  background-color: #666;*/
  color: black;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.row-bordered:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ccc;
  margin: 0 15px;
  margin-top: 10%;
      width: 40%;
    margin-left: 30%
}

 ul {
  list-style-type: none;
 }

 .custfont {
  font-size: 25px;
 }


 .custbutton {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 6px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;

  cursor: pointer;
}

.button2 {background-color: #008CBA;} /* Blue */


.cardpadding {
  margin-top: 18px;
}

.secmiddle {
  margin-left: 15%;
}

@media only screen and (max-width: 600px) {
  .secmiddle {
    margin-left: 0px;
  }
}

.logowidth {
  width: 130px;
}

.we {
   margin-left: 17%;
}

.we2 {
  color: black; text-align: justify;
                            text-justify: auto;   
  
        margin-left: 15%;
}

@media only screen and (max-width: 600px) {
  .we  {
   margin-left: 0px;
}
}

@media only screen and (max-width: 600px) {
  .we2  {
   margin-left: 0px;
}
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*#wrapper.toggled {
    padding-left: 250px;
}
*/
#sidebar-wrapper {
    position: fixed;
    right: 0;
    z-index: 1000;
    overflow-y: auto;
    margin-left: -250px;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}*/

#page-content-wrapper {
    padding: 15px;
    width: 100%;
}

/*#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}*/

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    color: #black;
    text-decoration: none;
}

.sidebar-nav li a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #999999;
    text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    background: none;
    color: #fff;
}

@media (min-width: 768px) {


    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media (min-width: 375px) {


    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media (min-width: 350px) {


    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media (min-width: 320px) {


    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.positioning {
    position: absolute;
    right: 5px;
    top: 20px;
    font-size: 25px;
}

.custfont {
    font-size: 25px;
       margin-bottom: 1em;
    display: block;
    color: #000;
    text-decoration: none;
}


.navbar {
    transition: all 0.4s;
}

.navbar .nav-link {
    color: #fff;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #999999;
}


/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #555;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }
}

.reslogo{
   width: 130px; margin-left: 30%;
}


/* Change navbar styling on small viewports */
@media (max-width: 400px) {
  .reslogo{
    margin-left: -13%;
}

}

.item {
    height: 45vw;
     max-height: 73vw; 
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



@media (max-width: 400px) {
.mobileslider {
  margin-top: 26%;
}

}


@media (max-width: 400px) {

.resheight{
  height: 10vh;
}
}

.renderwidth {
  width: 100%;
}


@media (max-width: 400px) {

#loader{
  left: 9%;
    margin-top: 80%;
}
}



@media (min-width: 1900px) {

.slideindi {
  position: absolute;
    left: 100px;
}
}


.button2 {color: #008CBA;} /* Blue */

.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #28294e none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #28294e none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
    font-size: 17px;
    color: black;
    font-weight: 500;

}

.panel {
  
    border: 0px solid transparent;
   }

  
   @media (max-width: 400px) {

 .gayab {
    display: none;
   }


}

p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

.caratext {
  position: absolute; z-index: 11;right: 7%; top: 7%;
}

.caratextinner {
  color: #28294e; font-size: 50px
}


@media (min-width: 1900px) {

.caratext {
top: 4%;
}
}
    