

body {
  font-family: Times new Roman, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /*background-image: url(../images/background.png); */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}


/* remove parallax */
@media only screen and (max-width:576px) {
  #achievements-section {
    background-attachment: scroll;
  }
}


/**
 * HEADER
 */

 @media (max-width: 746px) {

 }

.topper {
  font-size: 17px;
  width: 100%;
  display: block; 
}

@media (max-width: 767.98px) 
{
  .topper {
  margin-bottom: 10px; } 
  }

.topper .icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; 
}

.topper .icon span {
  color: #fd5f00;
  font-size: 20px; 
}

.topper .text-c {
  color: rgba(0, 0, 0, 0.7);
  padding-left: 15px; 
}

.topper .text-c span {
  width: 100%;
  display: block; 
}

.topper .text-c span:first-child {
  font-weight: 700;
  color: #000000; 
}

.topper .d-block {
  width: 100%; 
}

.topper .btn {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; 
}

.menu_fixed {
  position: fixed;
  z-index: 1030 !important;
  /*width: 100%;*/
  top: 0;
  right: 0;
  left: 0;
}

.dnone {
  display: none;
}

.bg-header-color,
#mainNav,
#mainNav2 {
  background: #FF6600;
}

.navbar .nav-item .nav-link {
  font-size: 90%;
  font-weight: 600;
  padding: 1.1em 1em;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
  transition: all 0.3s;
}

.navbar-light .navbar-nav .active>.nav-link,
#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav2 .navbar-nav .nav-item .nav-link.active {
  /* background-color: transparent;
  box-shadow: inset 0 -3px #0fa1e0;
  */
  color: #ffffff;
  background: #28a745;
  border-bottom: 2px solid #31b7f1;
}

#mainNav .navbar-nav .nav-item .nav-link:hover:not(.active),
#mainNav2 .navbar-nav .nav-item .nav-link:hover:not(.active) {
  color: #28a745;
}


#mainNav .navbar-nav .nav-item .nav-link>li.active>a:hover,
#mainNav .navbar-nav .nav-item .nav-link>li.active>a:focus,
#mainNav .navbar-nav .nav-item .nav-link>li.active>a:active,

#mainNav2 .navbar-nav .nav-item .nav-link>li.active>a:hover,
#mainNav2 .navbar-nav .nav-item .nav-link>li.active>a:focus,
#mainNav2 .navbar-nav .nav-item .nav-link>li.active>a:active
 {
  color: #fff;
  /*background-color: transparent;*/
}

@media (min-width: 992px) {
#latest_news_img {
   
  }
}

.carousel_caption {
  background: rgb(0, 0, 0);
}

div.carousel_caption {
  background: rgba(0, 0, 0, 0.75);
}



/*
@media (min-width: 992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  #mainNav .navbar-brand {
    padding: 0;
    transition: all 0.3s;
  }
  #mainNav .navbar-brand img {
    height: 80px;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
  }
}
*/

/*
 * remove dropdown arrow appearing on bootstrap dropdowns
 * ----------------------------------------------------- */


/*
#mainNav .dropdown-toggle::after {
  content: none;
}
*/

#mainNav .navbar-nav>.dropdown .dropdown-menu,
#mainNav2 .navbar-nav>.dropdown .dropdown-menu {
  background-color: #000;
  border-radius: 0;
  padding: 0;
  margin-top: -1px;
  min-width: 100px;
  right: auto;
  left: 0px;
  box-shadow: none;
  border-width: 0;

}

#mainNav .navbar-nav>.dropdown .dropdown-menu a,
#mainNav2 .navbar-nav>.dropdown .dropdown-menu a  {
  color: #ffffff;
  padding: 10px 20px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#mainNav .navbar-nav>.dropdown .dropdown-menu a:hover,
#mainNav2 .navbar-nav>.dropdown .dropdown-menu a:hover {
  background-color: #085677;
}


/*
 * toggler
 * ------- */

#mainNav .navbar-toggler,
#mainNav2 .navbar-toggler  {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  background-color: #ffffff;
}

@media (max-width: 992px) {
  #mainNav2 .navbar-toggler {
    margin: 2px auto;
    border-radius: 0;
  }
}

/**
 * owl carousel custom
 */
.owl-carousel {
  position: relative; 
}

.owl-carousel .owl-item {
opacity: .4; }

.owl-carousel .owl-item.active {
opacity: 1; }

.owl-carousel .owl-nav {
position: absolute;
top: 50%;
width: 100%; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
position: absolute;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: -10px;
color: #fd5f00 !important;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-webkit-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
transition: all 0.7s ease;
opacity: 0; }

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
font-size: 30px; }

.owl-carousel .owl-nav .owl-prev {
left: 0; }

.owl-carousel .owl-nav .owl-next {
right: 0; }

.owl-carousel .owl-dots {
text-align: center; }

.owl-carousel .owl-dots .owl-dot {
width: 10px;
height: 10px;
margin: 5px;
border-radius: 50%;
background: #e6e6e6;
position: relative; }

.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
outline: none !important; }

.owl-carousel .owl-dots .owl-dot.active {
background: #b3b3b3; }

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
opacity: 1; }

.owl-carousel:hover .owl-nav .owl-prev {
left: -25px; }

.owl-carousel:hover .owl-nav .owl-next {
right: -25px; }


/**
 * Home page carousel starts
 */
.owl-carousel.home-slider {
  position: relative;
  height: 600px;
  z-index: 0; 
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 600px;
  position: relative;
  z-index: 0; 
}

@media (max-width: 1199.98px) {
  .owl-carousel.home-slider .slider-item {
  background-position: center center !important; 
  } 
}

.owl-carousel.home-slider .slider-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0d1128;
  background: -moz-linear-gradient(45deg, #0d1128 0%, #fd6100 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #0d1128), color-stop(100%, #fd6100));
  background: -webkit-linear-gradient(45deg, #0d1128 0%, #fd6100 100%);
  background: -o-linear-gradient(45deg, #0d1128 0%, #fd6100 100%);
  background: -ms-linear-gradient(45deg, #0d1128 0%, #fd6100 100%);
  background: linear-gradient(45deg, #0d1128 0%, #fd6100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1128', endColorstr='#fd6100', GradientType=1 );
  opacity: .5; 
}

.owl-carousel.home-slider .slider-item .slider-text {
height: 600px; }

@media (max-width: 767.98px) {
.owl-carousel.home-slider .slider-item .slider-text {
text-align: center; } }

.owl-carousel.home-slider .slider-item .slider-text .subheading {
color: #000000;
font-weight: 700; }

.owl-carousel.home-slider .slider-item .slider-text .text {
position: relative; }

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 50px;
  color: #fff;
  line-height: 1.2;
  font-weight: 700; 
  text-align: center;
}

.owl-carousel.home-slider .slider-item .slider-text h1 span {
  /*display: block; */
}
.owl-carousel.home-slider .slider-item .slider-text h1 .text-main-title {
  color: #5bd778;  
}

@media (max-width: 991.98px) {
.owl-carousel.home-slider .slider-item .slider-text h1 {
font-size: 40px; } }

.owl-carousel.home-slider .slider-item .slider-text .subheading {
font-size: 18px;
font-weight: 400;
color: rgba(0, 0, 0, 0.8); }

.owl-carousel.home-slider .slider-item .slider-text p {
color: rgba(255, 255, 255, 0.9); }

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
text-transform: uppercase;
font-size: 13px;
letter-spacing: 1px; }

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
color: #fff; }

.owl-carousel.home-slider .owl-nav {
position: absolute;
top: 100%;
width: 100%; }

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
position: absolute;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: -10px;
outline: none !important;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 0; }

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
font-size: 30px;
color: rgba(255, 255, 255, 0.5);
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease; }

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
color: #fff; }

.owl-carousel.home-slider .owl-nav .owl-prev {
left: 50%;
margin-left: -80px; }

.owl-carousel.home-slider .owl-nav .owl-next {
right: 50%;
margin-right: -80px; }

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
opacity: 1; }
.owl-carousel.home-slider:hover .owl-nav .owl-prev {
left: 50%;
margin-left: -80px; }

.owl-carousel.home-slider:hover .owl-nav .owl-next {
right: 50%;
margin-right: -80px; }

.owl-carousel.home-slider .owl-dots {
position: absolute;
left: 0;
right: 0;
bottom: 60px;
width: 100%;
text-align: center; }

.owl-carousel.home-slider .owl-dots .owl-dot {
width: 10px;
height: 10px;
margin: 5px;
border-radius: 50%;
background: #fd5f00; }

.owl-carousel.home-slider .owl-dots .owl-dot.active {
background: #fff; }
/*
.ftco-animate {
  opacity: 0;
  visibility: hidden; 
}
*/
.bg-light {
background: #fafafa !important; }

/***********************************************************************************/

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}

#cssmenu {
  line-height: 1;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #FF6600;
  border-bottom: 2px solid #0fa1e0;
  width: 100%;
}

#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}

#cssmenu a {
  background: #FF6600;
  color: #FFFFFF;
  display: block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 15px 18px;
  text-decoration: none;
}

#cssmenu ul {
  list-style: none;
  text-align: center;
}

#cssmenu>ul>li {
  display: inline-block;
  margin: 5px 10px;
}

#cssmenu.align-center {
  text-align: center;
}

#cssmenu.align-center>ul>li {
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right>ul {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu>ul>li>a {
  color: #ffffff;
  font-size: 12px;
}

#cssmenu>ul>li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0fa1e0;
  margin-left: -10px;
}

#cssmenu>ul>li:first-child>a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}

#cssmenu.align-right>ul>li:first-child>a,
#cssmenu.align-center>ul>li:first-child>a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#cssmenu.align-right>ul>li:last-child>a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}

#cssmenu>ul>li.active>a,
#cssmenu>ul>li:hover>a {
  color: #ffffff;
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
}

#cssmenu .has-sub {
  z-index: 1;
}

#cssmenu .has-sub:hover>ul {
  display: block;
}

#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}

#cssmenu.align-right .has-sub ul {
  left: auto;
  right: 0;
}

#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}

#cssmenu .has-sub ul li a {
  background: #0fa1e0;
  border-bottom: 1px dotted #31b7f1;
  font-size: 12px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}

#cssmenu .has-sub ul li:hover a {
  background: #0c7fb0;
}

#cssmenu ul ul li:hover>a {
  color: #ffffff;
}

#cssmenu .has-sub .has-sub:hover>ul {
  display: block;
}

#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul {
  left: auto;
  right: 100%;
}

#cssmenu .has-sub .has-sub ul li a {
  background: #0c7fb0;
  border-bottom: 1px dotted #31b7f1;
}

#cssmenu .has-sub .has-sub ul li a:hover {
  background: #0a6d98;
}

#cssmenu ul ul li.last>a,
#cssmenu ul ul li:last-child>a,
#cssmenu ul ul ul li.last>a,
#cssmenu ul ul ul li:last-child>a,
#cssmenu .has-sub ul li:last-child>a,
#cssmenu .has-sub ul li.last>a {
  border-bottom: 0;
}


/******************************************end of css menu ****************************************************/

@keyframes slidy {
  0% {
    left: 0%;
  }
  20% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}


/*body { margin: 0; } */

div#slider {
  overflow: hidden;
  z-index: 0;
}

div#slider figure img {
  width: 20%;
  z-index: 0;
  float: left;
}

div#slider figure {
  position: relative;
  z-index: 0;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 25s slidy infinite;
}


/************************************************************************/

.bod_row {
/*  margin-top: 18%; */
  width: 100%;
   padding: 20px 0;
}

.top_row {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding-top: 5px;
}

.ind_first {
  text-align: center;
  padding: 0.4% 0.5%;
}

.ind_welcm {
  font-size: 52px;
  color: green;
  font-family: cooper black;
}

.ind_welcm5 {
  font-size: 24px;
  color: green;
  font-family: cooper black;
}

.ind_txtfd {
  font-size: 36px;
  color: chocolate;
  font-family: cooper black;
}

.ind_txtfd8 {
  font-size: 26px;
  color: black;
  font-family: cooper black;
}

.indx_sec {
  background-color: #F0E68C;
  color: black;
  padding: 3px 10px;
  text-align: center;
}

.ind_txtfd2 {
  font-size: 26px;
  color: chocolate;
  font-family: cooper black;
  padding-top: 2px;
}

.ind_txtfd6 {
  font-size: 26px;
  color: green;
  font-family: cooper black;
  text-align: center;
}

.ind_txtfd5 {
  font-size: 26px;
  color: saddlebrown;
  font-family: cooper black;
  padding-top: -20%;
}

.ind_txtfd4 {
  font-size: 26px;
  text-align: center;
  color: saddlebrown;
  font-family: cooper black;
  padding-top: -20%;
}

.indx_four {
  background-color: #F0E68C;
  padding: 10px 20px;
  text-align: center;
}

.indx_four2 {
  padding: 10px 20px;
  text-align: center;
}

.ind_welcm2 {
  font-size: 32px;
  color: green;
  font-family: cooper black;
}

.ind_welcm3 {
  font-size: 32px;
  color: chocolate;
  font-family: cooper black;
  text-align: center;
}

.indx_three {
  padding: 5% 5%;
  text-align: center;
}

.bottm {
  background-image: url(../images/background-wallpaper.jpg);
  text-decoration: none;
}

.text-yellowo {
   color: #F0E68C;
}

/**
 * footer
 */
.footer-section {
  color: #ffffff;
}
.footer-section a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}
.footer-section a:hover {
  padding-left: 3px;
  color: #F0E68C;
}
.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  line-height: 2.4rem;
}

.bottm2 {
  color: red;
  text-align: center;
  font-size: 20px;
  padding: 2% 2%;
  text-decoration: nome;
}

.arch_1 {
  padding: 10% 10%;
  border-radius: 10%;
  background-color: #ccffcc;
}

.pic {
  width: 340px;
  height: 357px;
  border-radius: 50%;
  background: url(../images/man2.jpg) no-repeat;
}

.text {
  width: 340px;
  height: 357px;
  border-radius: 50%;
  background: #FFF;
  opacity: 0;
}

.pic:hover .text {
  opacity: 0.6;
  text-align: justify;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  font-family: "Times New Roman", Times, serif;
  padding: 30px;
}

.mn1 {
  background-color: red;
  border-radius: 50%;
}

.earn {
  margin: 4% 10%;
  text-align: center;
}

.mn1:hover .text {
  opacity: 0.6;
  color: #000000;
  font-size: 20px;
}

.otherlinks {
  text-align: left;
}

.otherlinks ul li {
  list-style: none;
}


/* Slideshow container */

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}


/* Next & previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}


/* Position the "next button" to the right */

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


/* Caption text */

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


/* Number text (1/3 etc) */

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


/* The dots/bullets/indicators */

.dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: #717171;
}


/* Fading animation */

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}

.imgWrap {
  position: relative;
}

.imgDescription {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(29, 106, 154, 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  /*remove comment if you want a gradual transition between states
  -webkit-transition: visibility opacity 0.2s;
  */
}

.imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1;
}

strong,
b {
  font-weight: 600
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 150%;
}

. {
  color: #333;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


/*clearfixes*/

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.main-container {
  background: #fff;
  max-width: 1000px;
  margin: 25px 25px auto;
  position: relative;
}

.container:last-of-type {
  padding-top: 0px;
}


/*animation element*/
/*
.animation-element {
  position: relative;
  width: 30%;
  margin: 0% 1.33 2.66% 1.33%;
  float: left;
}
*/

/*3 grid layout*/
/*
.animation-element:nth-of-type(3n-2) {
  width: 31.5%;
  margin: 0% 1.375% 2.75% 0%;
  clear: left;
}

.animation-element:nth-of-type(3n-1) {
  width: 31.5%;
  margin: 0% 1.375% 2.75% 1.375%;
}

.animation-element:nth-of-type(3n-0) {
  width: 31.5%;
  margin: 0% 0% 2.75% 1.375%;
  clear: right;
}
*/

/*bounce up animation for the subject*/

.bounce-up .subject,
.bounce-up.in-view .achcards {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject,
.bounce-up.in-view .achcards  {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.subject {
  float: left;
  width: 100%;
  margin: 0% 1.33% 2.66% 1.33%;
  background: #F5F5F5;
  padding: 15px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #EAEAEA;
}

.subject:hover,
.subject:active {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.subject .header {
  margin: 8px 0px;
}

.subject .header .date,
.subject .header .category {
  margin: 0px;
  clear: none;
  width: 50%;
}

.subject .header .date i,
.subject .header .category i {
  margin-right: 5px;
  color: #333;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.subject .header .date {
  float: left;
  text-align: left;
}

.subject .header .category {
  float: right;
  text-align: right;
}


/*subject icon at top*/

.subject .icon {
  position: absolute;
  top: -20px;
  left: 50%;
  left: calc(50% - 20px);
}

.subject .icon i {
  width: 40px;
  height: 40px;
  color: rgb(255, 255, 255);
  font-size: 150%;
  border-radius: 50%;
  text-align: center;
  padding: 7px;
}


/*Category color / icon color*/

.subject .category-color {
  height: 7px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.subject.design .category-color,
.subject.design .icon i {
  background: #c0392b;
}

.subject.development .category-color,
.subject.development .icon i {
  background: #16a085;
}

.subject.photography .category-color,
.subject.photography .icon i {
  background: #2980b9;
}


/*hovering over subject*/

.subject.development:hover .header i {
  color: #16a085;
}

.subject.design:hover .header i {
  color: #c0392b;
}

.subject.photography:hover .header i {
  color: #2980b9;
}

.subject .title {
  margin: 12px 0px;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 10px;
}

.subject .content {
  margin-bottom: 8px;
}

.subject .enrole {
  position: relative;
  color: #333;
  padding: 5px 12px;
  cursor: pointer;
  float: right;
  display: inline-block;
  border: solid 1px #ccc;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.subject .enrole:hover,
.subject .enrole:active {
  background: #222;
  color: #fff;
}


/*media queries for small devices*/

@media screen and (max-width: 678px) {
  .main-container {
    margin: 20px 15px;
  }
  /*
  .animation-element,
  .animation-element:nth-of-type(3n-1),
  .animation-element:nth-of-type(3n-2),
  .animation-element:nth-of-type(3n-0) {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
  */
  .subject .header .date,
  .subject .header .category {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

.prof {
  padding: 30px 0px;
}

.prof p {
  text-align: justify;
}

.loginform {
  margin: 10% 30% 40% 30%;
  background-color: white;
  padding: 5% 5%;
  border-radius: 10px;
}


/**
 * added
 */


/*
  * line height
  * ----------- */

.l-height-xs {
  line-height: 0.75em;
}

.l-height-sm {
  line-height: 0.875em;
}

.l-height-md {
  line-height: 1em;
}

.l-height-lg {
  line-height: 1.25em;
}

.l-height-xl {
  line-height: 2em;
}


/*
 * text sizes
 * ---------- */

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-md {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.25rem !important;
}

.text-xl {
  font-size: 2rem !important;
}
.t-17 {
  font-size: 17px;
}

/*
 *
 * -------- */
 .text-chocolate {
  color: chocolate;
 }

 /**
  * top acheivers
  */
  #top-achievers-section {
    /*
    text-align: center;
    color: white;
    background-image: url("../images/parallax/p2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    */
  }
 

 /**
  * testimony
  */

  #testimony-section {
    text-align: center;
    color: white;
    background-image: url("../images/parallax/p2.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;

  }
 

 /**
  * banner header
  */

.page_head{
  background: url(../images/banner/b1.jpg) no-repeat top;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height:200px !important;
}

@media (max-width: 1080px){

  .page_head {
    min-height: 187px !important;
  }

}
 
 @media (max-width: 667px){

  .page_head {
    min-height: 127px !important;
  }
}

@media (max-width: 384px){
  .page_head {
    min-height: 96px !important;
  }
}

/**
 * gallery
 */

 #gallery_card_body .tab-content .row .col-sm-3 {
   margin: 0.5rem 0;
 }

/**
 * contact us
 */
 .map_wrapper iframe {
  width: 100%;
  min-height: 400px;
  border: none;
}

@media(max-width:1080px) {
  .map_wrapper iframe {
    min-height: 400px;
  }
}

@media(max-width:1024px) {
  .map_wrapper iframe {
    min-height: 300px;
  }
}

@media(max-width:414px) {
  .map_wrapper iframe {
    min-height: 250px;
  }
}





/**
 * image overlay
 */

 .overlay-black,.overlay-blur,.overlay-greyscale,.overlay-hover-black,.overlay-hover-blur,
.overlay-hover-greyscale,.overlay-hover-none,.overlay-hover-primary,.overlay-hover-secondary,
.overlay-hover-tertiary,.overlay-hover-white,.overlay-none,.overlay-primary,.overlay-secondary,
.overlay-tertiary,.overlay-white{position:relative;display:block;transition:all .6s ease-out;overflow:hidden}

.overlay-black .overlay,.overlay-blur .overlay,.overlay-greyscale .overlay,.overlay-hover-black .overlay,
.overlay-hover-blur .overlay,.overlay-hover-greyscale .overlay,.overlay-hover-none .overlay,
.overlay-hover-primary .overlay,.overlay-hover-secondary .overlay,.overlay-hover-tertiary .overlay,
.overlay-hover-white .overlay,.overlay-none .overlay,.overlay-primary .overlay,.overlay-secondary .overlay,
.overlay-tertiary .overlay,.overlay-white .overlay{content:"";top:0;bottom:0;left:0;right:0;position:absolute;pointer-events:none;display:block;z-index:1}

.overlay-black .overlay,.overlay-black img,.overlay-blur .overlay,.overlay-blur img,
.overlay-greyscale .overlay,.overlay-greyscale img,.overlay-hover-black .overlay,
.overlay-hover-black img,.overlay-hover-blur .overlay,.overlay-hover-blur img,
.overlay-hover-greyscale .overlay,.overlay-hover-greyscale img,.overlay-hover-none .overlay,
.overlay-hover-none img,.overlay-hover-primary .overlay,.overlay-hover-primary img,
.overlay-hover-secondary .overlay,.overlay-hover-secondary img,.overlay-hover-tertiary .overlay,
.overlay-hover-tertiary img,.overlay-hover-white .overlay,.overlay-hover-white img,.overlay-none .overlay,
.overlay-none img,.overlay-primary .overlay,.overlay-primary img,
.overlay-secondary .overlay,.overlay-secondary img,.overlay-tertiary .overlay,
.overlay-tertiary img,.overlay-white .overlay,
.overlay-white img{transition:all .6s ease-out}

.overlay-none:not(:hover) .overlay{opacity:0;filter:none}
.overlay-hover-none:hover .overlay{opacity:0;filter:none}
.overlay-black:not(:hover) .overlay{background:#000;opacity:.5}
.overlay-hover-black:hover .overlay{background:#000;opacity:.5}
.overlay-white:not(:hover) .overlay{background:#fff;opacity:.5}
.overlay-hover-white:hover .overlay{background:#fff;opacity:.5}

.overlay-primary:not(:hover) .overlay,
.overlay-secondary:not(:hover) .overlay,
.overlay-tertiary:not(:hover) .overlay{opacity:.5}.overlay-hover-primary:hover .overlay,
.overlay-hover-secondary:hover .overlay,
.overlay-hover-tertiary:hover .overlay{opacity:.5}
.overlay-greyscale:not(.orion_circle):not(:hover){filter:sepia(.3) contrast(.9) brightness(1) grayscale(1)}

.overlay-greyscale:not(.orion_circle):not(:hover) .overlay{opacity:0;background-color:transparent}

.overlay-greyscale.orion_circle:not(:hover)>*{filter:sepia(.3) contrast(.9) brightness(1) grayscale(1)}

.overlay-greyscale.orion_circle:not(:hover)>* .overlay{opacity:0;background-color:transparent}

.overlay-hover-greyscale:not(.orion_circle) .overlay{background-color:transparent}

.overlay-hover-greyscale:not(.orion_circle):hover{filter:sepia(.3) contrast(.9) brightness(1) grayscale(1)}

.overlay-hover-greyscale:not(.orion_circle):hover .overlay{opacity:0;background-color:transparent}

.overlay-hover-greyscale.orion_circle .overlay{background-color:transparent}

.overlay-hover-greyscale.orion_circle:hover>*{filter:sepia(.3) contrast(.9) brightness(1) grayscale(1)}

.overlay-hover-greyscale.orion_circle:hover>* .overlay{opacity:0;background-color:transparent}

.scale-zoomin img{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden}

.scale-zoomin:hover img{transform:scale(1.05)}



/**
 * about
 */
 .banner-content h2 {
  text-transform: uppercase;
 }

.services_under_about .card-img-overlay {
  background: rgb(0, 0, 0);
}
.services_under_about div.card-img-overlay {
  background: rgba(0, 0, 0, 0.65);  
}

/**
 * internship
 */
 .internform .label_names {
  text-transform: uppercase;
 }

 /**
  * page sections
  */
.page-section {
  padding: 100px 0;
}

.page-section h2.section-heading {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.strip{
    background: #31b7f1;
    width: 50px;
    height: 2px;
    margin-top: 15px; 
}

.strip2 {
    background: #31b7f1;
    width: 50px;
    height: 2px;
}

/**
 * to top
 */
 /*
 .back-to-top{
  position:fixed;
  bottom:0;right:0;
  width:48px;height:48px;
  display:block;
  text-align:center;
  transition:  opacity .4s ease;
  opacity:.8;z-index:200;margin-bottom:24px;margin-right:24px;
  border-radius:50px;
  box-shadow:0 1px 5px rgba(0,0,0,.15);
}
  .back-to-top:hover{
    opacity:1;
  }

  .back-to-top:after
  {
    line-height:48px;content:'\ea2c';position:relative;
    font-family:Orionicon;
    color:#fff;text-align:center;font-size:24px
  }
  .back-to-top.hideit{
    opacity:0;pointer-events:none
  }
  */
 .primary-color-bg {
  background-color: #28a745;
 }
#back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  display: none;
  text-align: center;
  transition: opacity .4s ease;
  opacity: .8;
  z-index: 200;
  margin-bottom: 24px;
  margin-right: 24px;
  border-radius: 50px;
  box-shadow: 0 1px 5px 
  rgba(0,0,0,.15);
}

#back-to-top i {
    line-height: 48px;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 24px;
}
/**
 * text
 */
.bg-black {
  background-color: rgb(0,0,0) !important;
}

.bg-chocolate {
  background-color: chocolate !important;
}

.text-texfad-brown {
  color: #522f14;
}

.bg-texfad-brown {
  background-color: #522f14;
}

/**
 * services under home page
 */
.texfad-services-cards {

 padding: 0 0 5em 0;
}

.texfad-services-cards .services {
display: block;
width: 100%;
position: relative;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease; }


.texfad-services-cards .services .icon {
line-height: 1.3;
position: relative;
margin: 0 auto;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%; }

.texfad-services-cards .services .icon span {
font-size: 50px;
color: #fff; 
}

.texfad-services-cards .services .media-body {
color: rgba(255, 255, 255, 0.8); 
}

@media (max-width: 767.98px) {
.texfad-services-cards .services .media-body {
padding-bottom: 3.5em !important; } 
}

.texfad-services-cards .services .media-body h3 {
  font-weight: 800;
  font-size: 22px;
  color: #fff; 
}

#home-about-us p {
  font-size: 17px;
}

.content-sections {
  padding: 7em 0;
  position: relative; 
}
.page-section {
  padding: 60px 0 100px;
}
#achievements-section {
    background-image: url('../images/misc/g30-parallax.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover; 
}

#productsoffered .card {
  border: solid 1px #EAEAEA;
  transition: all 0.3s ease;
}

#productsoffered .card:hover,
#productsoffered .card:active {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}