/**
* Template Name: Amoeba - v4.7.0
* Template URL: https://bootstrapmade.com/free-one-page-bootstrap-template-amoeba/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #777;
}

a {
  text-decoration: none;
  color: #43aea0;
}

a:hover {
  color: #00d3b8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Lato", sans-serif;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f2f9f8;
}

.img
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #555;
}
.section-title p {
  margin-bottom: 0;
}
.img-size
{
  width: 430px;
}
.social-link1
{
  margin-top: 15px;
  
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f6fafa;
  min-height: 40px;
  margin-top: 80px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #70b9b0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #8bc6bf;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 50px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #2d6760;

}
#header.header-scrolled {
  background: #1d443f;
  height: 50px;
}
#header .logo h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
  weight: 700px;
  letter-spacing: 1px;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
  line-height: 0;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 125px;
}

#main {
  margin-top: 55px;
}
.navbar-2
{
  width: 117px;
    margin-top: -61px;
    /* background: #2d6760; */
    margin-left: 108px;
    padding: 8px;
    border-radius: 0px 0px 6px 6px;
}
@media only screen and (min-width:350px) and (max-width:575px){
  .section {
margin: 0px;
  }
  #nav-1{
    margin-left:10px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px){
  .section {
margin: 0px;
  }
  #nav-1{
    margin-left:23px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px){
  .section {
margin: 0px;
  }
  #nav-1{
    margin-left:40px;
  }
}

@media only screen and (min-width:992px) and (max-width:1200px){
  .section {
margin: 0px;
  }
  #nav-1{
    margin-left:30px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  
}
.navbar ul {
  /* margin: 106px; */
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #d2ece9;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  color: #25564f;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #70b9b0;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(7, 56, 57, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #073839;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #70b9b0;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #70b9b0;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero2 {
  width: 100%;
  height: 254px;
  background: url("../img/old_header.jpg") top center;
  background-size: cover;  
  position: relative;
}
#hero:before {
  content: "";
    position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding-top: 80px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 300;
}
#hero .btn-get-started {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
  border-radius: 50px;
  transition: 0.5s;
  border: 1px solid #fff;
  color: #fff;
}
#hero .btn-get-started:hover {
  background: #fff;
  color: #70b9b0;
  border: 1px solid #70b9b0;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about h3 {
  font-weight: 400;
  font-size: 26px;
}
.about ul {
  list-style: none;
  padding: 0;
}
.about ul li {
  padding-bottom: 10px;
}
.about ul i {
  font-size: 22px;
  padding-right: 4px;
  color: #70b9b0;
  line-height: 0;
}
.about p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}
.services .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.services .icon i {
  color: #70b9b0;
  font-size: 42px;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.services .title a {
  color: #343a40;
  transition: 0.3s;
}
.services .icon-box:hover .title a {
  color: #70b9b0;
}
.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.call-to-action {
  background-image:url("../img/screen-5.png");
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/screen-5.png")  center top;
  background-size: cover;
  padding: 60px 0;
  /* margin-top: -140px; */
}
.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.call-to-action p {
  color: #fff;
}
.call-to-action .cta-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 28px 10px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.call-to-action .cta-btn:hover {
  background: #70b9b0;
  border: 2px solid #70b9b0;
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  border-radius: 4px;
  text-transform: uppercase;
  background: white;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #70b9b0;
  color: #fff;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  background: #073839;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
}
.portfolio .portfolio-wrap img {
  transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  transition: all 0.3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}
.portfolio .portfolio-wrap .portfolio-info h3 {
  font-size: 22px;
}
.portfolio .portfolio-wrap .portfolio-info h3 a {
  color: #fff;
  font-weight: bold;
}
.portfolio .portfolio-wrap .portfolio-info a i {
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
  margin: 4px;
}
.portfolio .portfolio-wrap .portfolio-info a i:hover {
  color: #70b9b0;
}
.portfolio .portfolio-wrap:hover img {
  opacity: 0.4;
  transform: scale(1.1);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #70b9b0;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #70b9b0;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(7, 56, 57, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #deefed;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #70b9b0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #51a59b;
  transition: 0.3s;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  color: #343a40;
}
.faq .faq-list .collapsed:hover {
  color: #70b9b0;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(29, 68, 63, 1.5);
   background: #fff;
   border-radius: 40px 40px 0px 0px;   
}
.team .member img {
  max-width: 100%;
  margin: 0 0 30px 0;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}
.team .member span {
    display: block;
  font-size: 13px;
}
.team .member p {
  padding-top: 25px;
  font-size: 18px;
  font-style: italic;
  color: #aaaaaa;
}
.team .member .social {
  margin-top: 15px;
}
.team .member .social a {
  color: #92cac3;
  transition: 0.3s;
}
.team .member .social a:hover {
  color: #3c8b81;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  color: #9ca3a2;
}
.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color: #888;
}
.contact .social-links {
  padding-bottom: 20px;
}
.contact .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #fff;
  color: #70b9b0;
  line-height: 0;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #70b9b0;
}
.contact .social-links a:hover {
  background: #70b9b0;
  color: #fff;
}
.contact .info {
  color: #777;
}
.contact .info i {
  font-size: 32px;
  color: #70b9b0;
  float: left;
  line-height: 1;
}
.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form button[type=submit] {
  background: #70b9b0;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
  background: #92cac3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -10px;
}
.map iframe {
  width: 100%;
  height: 380px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #073839;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .copyright {
  text-align: center;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}


.sub-top-title{

  text-align: center;
 

}
.img-box

{    

    box-shadow: 0 12px 15px -6px rgba(0, 0, 0, 0.3);

    margin-bottom: 10px;

    width:100%;

}

.btn-img:hover

{

    

transform: scale(1.1);

}

.left-side{

    height:400px;

    width: 100%;

    display: inherit;

}

.right-side{

    height:400px;

    width: 100%;

    display: inherit;

}
.home-top-img

{

margin: 0;

overflow: hidden;

}

.home-top-img {

    padding-bottom: 20px;

}

.top-title

{

    margin-top: 20px;

}

.top-title>.btn

{

    border-radius: 3px;

    background-color: #cd6727;

    color: #FFF;

    font-weight: 500;

    font-family: 'Arial';

    font-size:16px;

    }

    .top-title>.btn:hover {

    color: #fff !important;

    background-color: #073839 !important;

}
.btn-img:hover

{

    

transform: scale(1.1);

}

.left-side{

    height:400px;

    width: 100%;

    display: inherit;

}

.right-side{

    height:400px;

    width: 100%;

    display: inherit;

}
.section-bg-hash2

{

    background:linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 21%, rgba(204, 195, 176, 1) 100%)

}
.section-bg-hash

{

    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(204, 195, 176, 0.73) 21%, rgba(204, 195, 176, 0.82) 100%)

}
.zoom-img:hover {

  -webkit-transform: scale(1.15);

  transform: scale(1.15);

}
#footer

{

    background: #009999;

}

#footer .footer-top {

    background: #066;

    border-top: 1px solid #066;

    border-bottom: 1px solid #066;

    padding: 20px 0 10px 0;

}

#footer .footer-top .footer-newsletter form {

    margin-top: 0px;

}

#footer .footer-top h4 {

    font-size: 25px;
    margin-top: 12px;

}
#topbar .social-links a

{

    padding:4px 6px;

    font-size:18px;

}

#footer {

  padding: 0 0 30px 0;

  color: #fff;

  font-size: 14px;

}




#footer .footer-top .footer-info {

  margin-bottom: 30px;

}



#footer .footer-top .footer-info h3 {

  font-size: 24px;

  margin: 0 0 20px 0;

  padding: 2px 0 2px 0;

  line-height: 1;

  font-weight: 700;

}



#footer .footer-top .footer-info p {

  font-size: 14px;

  line-height: 24px;

  margin-bottom: 0;

  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 

  color: #fff;

}



#footer .footer-top .social-links a {

  font-size: 18px;

  display: inline-block;

  background: #768fa6;

  color: #fff;

  line-height: 1;

  padding: 8px 0;

  margin-right: 4px;

  border-radius: 50%;

  text-align: center;

  width: 36px;

  height: 36px;

  transition: 0.3s;

}



#footer .footer-top .social-links a:hover {

  background: #428bca;

  color: #fff;

  text-decoration: none;

}



#footer .footer-top h4 {



  font-weight: 600;

  color: #fff;

  position: relative;

  padding-bottom: 12px;

}



#footer .footer-top .footer-links {

  margin-bottom: 30px;

}



#footer .footer-top .footer-links ul {

  list-style: none;

  padding: 0;

  margin: 0;

}



#footer .footer-top .footer-links ul i {

  padding-right: 2px;

  color: #9eccf4;

  font-size: 18px;

  line-height: 1;

}



#footer .footer-top .footer-links ul li {

  padding: 10px 0;

  display: flex;

  align-items: center;

}



#footer .footer-top .footer-links ul li:first-child {

  padding-top: 0;

}



#footer .footer-top .footer-links ul a {

  color: #fff;

  transition: 0.3s;

  display: inline-block;

  line-height: 1;

}



#footer .footer-top .footer-links ul a:hover {

  color: #9eccf4;

}



#footer .footer-top .footer-newsletter form {

  margin-top: 8px;

  background: #fff;

  padding: 6px 10px;

  position: relative;

  border-radius: 4;

}



#footer .footer-top .footer-newsletter form input[type="email"] {

  border: 0;

  padding: 4px;

  width: calc(100% - 110px);

}



#footer .footer-top .footer-newsletter form input[type="submit"] {

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  border: 0;

  background: none;

  font-size: 16px;

  padding: 0 20px;

  background: #428bca;

  color: #fff;

  transition: 0.3s;

  border-radius: 4;

}



#footer .footer-top .footer-newsletter form input[type="submit"]:hover {

  background: #5295ce;

}



#footer .copyright {

  text-align: center;

  padding-top: 30px;

}



#footer .credits {

  padding-top: 10px;

  text-align: center;

  font-size: 13px;

  color: #fff;

}



#footer .credits a {

  color: #fff;

}

.carousel-indicators

{

    margin-right: unset;

margin-left: 80%;

}

.bg-sandal

{

     background:#FFFFCC;

     /*background-image: url('https://www.freeiconspng.com/uploads/thoranam-images-background-14.png');*/

     background-image:url("../img/screen-5.png");

background-repeat: no-repeat;

background-size: 100%;

}
@media only screen and (max-width: 1200)
{
  .bg-sandal {
    
    background-size: 50%;
  }
}
@media only screen and (max-width: 1260px) {

  .vilakku {

    display:none;

  }

}



/* Center the loader */

#loader {

  position: absolute;

  left: 50%;

  top: 50%;

  z-index: 1;

  margin: -75px 0 0 -75px;

  width: 100px;

  height: 100px;

   background:url('https://saiganga.org.in/img/logo.png');

   background-size: 100px 100px; 

   background-repeat: no-repeat;

  -webkit-animation: spin 5s linear infinite;

  animation: spin 5s linear infinite;

}



@-webkit-keyframes spin {

   100% { -webkit-transform: rotate(360deg); }

}



@keyframes spin {

   100% { transform: rotate(360deg); }

}

#show_late {

  display: none;

  text-align: center;

}

.television-base{margin:auto;

  /*background:url('https://www.pngkit.com/png/full/959-9598228_tv-frame-png-transparent-tv-png.png') no-repeat top center;*/

  height:735px;padding-top:26px;padding-left:0px; margin-top: -70px;}

  .img-responsive

{

    width:80%;

}

.zoom-img:hover {

    -webkit-transform: scale(1.15);

    transform: scale(1.15);

}

.btn-1
{
  color: white;
  margin-top: 0;
  background: #2d6760;
  border-color: #118576;
}
.btn-1:hover
{
  color: white;
}
.btn-2
{
  color: white;
  margin-top: 25px;
  background: #2d6760;
  border-color: #118576;
}
.btn-2:hover
{
  color: white;
}

.section-bg-orange

                {

                    background: #CC6633;

                }

                .section-bg-hash2

                {

                    background:linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 21%, rgba(204, 195, 176, 1) 100%)

                }

                    .center-always {

    margin: 0 auto;

    float: none;

}

.home-top-img2 {

    margin: 0;

    padding: 0;

    overflow: hidden;

    box-shadow: 0 18px 16px -5px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 0 18px 16px -5px rgba(0, 0, 0, 0.3);

    -moz-box-shadow: 0 18px 16px -5px rgba(0, 0, 0, 0.3);

}

.hover-guru .home-top-img2 img {

    -webkit-transform: scale(1);

    transform: scale(1);

    -webkit-transition: .3s ease-in-out;

    transition: .3s ease-in-out;

}

.home-top-img2 .carousel-captionx {
  position: relative;
  margin-top: -116px;
  text-align: left;

    padding: 20px;

    padding-bottom: 15px;

    letter-spacing: 1px;

}

.home-top-img2 .carousel-caption-titlex

{

    /* top: 0px; */

    bottom:unset;

    text-align:center;

   

    /* right: 0%; */

    /* left: 0%; */

    padding: 20px;

    letter-spacing: 1px;

    position: absolute;

    z-index: 10;

}

.home-top-img2 .carousel-caption-titlex .guru-card-desc

{

    font-size:24px;

     font-weight:bold;

     text-align:center;

     color:#FFF;

}

.clip-black {


    background-color: rgba(45, 45, 45, 0.31) !important;

    width: 100%;

    bottom: 0px;

    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);

    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);

} 

 .clip-brown {


    background-color: rgba(62, 41, 32, 0.31) !important;

    width: 100%;

    bottom: 0px;

    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);

    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);

}

.clip-light-brown {


    background-color: rgba(116, 70, 37, 0.31) !important;

    width: 100%;

    bottom: 0px;

    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);

    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);

}

.guru-card-desc {

    font-family: Palatino Linotype;

    font-size: 18px;

    text-align: left;

    /*color: #faf7f0;*/

    /*color: #990000;*/

    color:#efe4e4;

}

.img-responsive

{

    width:100%;

}

.zoom-img:hover {

    -webkit-transform: scale(1.15);

    transform: scale(1.15);

}


* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* 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 {
  position: fixed;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  
}

/* 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}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

@media only screen and (min-width: 1201px){
  .team{

  }
  #box-1{

  }
}

   @media only screen and (min-width: 992px) and (max-width: 1200px)
   {
     .team  {
      margin:auto;
 
    }
     #box-1{
      margin-left: 39px;
    width: 400px;
     }
     #box-2{
      margin-left: 100px;
    width: 400px;
     }
    #box-3{
      margin-left: 45px;
    width: 360px;
    }
   }
   @media only screen and (min-width: 378px) and (max-width: 767px){
     .team {

     }
     #box-1{
      margin-left: 30px;
    width: 316px;
     }
     #box-2{
      margin-left: 30px;
    width: 316px;

     }
     #box-3{
      margin-left: 44px;
    width: 340px;
     }
    
   }


  
.read
{
  color:#fff;
}


@media only screen and (min-width: 992px) and (max-width: 1199px)
    {
      .television-base iframe {
     
        margin-left: 0px;
        height: 60%;
        width: 109%;
        border: 6px solid #5f5d5d;
      }
      #titlex{
        font-size: 30px;
  margin-top: -28px;
      }
    }
    
    @media only screen and (max-width: 826px) and (max-width: 991px)
    {
      .television-base iframe {
       
        margin-top: -65px;
        height: 55%;
    width: 500px;
    border: 6px solid #5f5d5d;
      }
      #titlex{
        font-size:20px;
        position: relative;
        top: -40px;
      }
    }

    @media only screen and (min-width: 825px) {

      .television-base iframe {
    
        width: 103%;
        margin-left: 11px;
        height: 60%;
        margin-bottom: 50px;
        border: 6px solid #5f5d5d;
      }
     }

      @media only screen and (min-width: 567px) and (max-width: 825px)
    {
      .television-base iframe {
  
        /* margin-top: -78px; */
    margin-left: -10px;
    height: 60%;
    /* width: 162%; */
    border: 6px solid #5f5d5d;
      }
      #titlex{
        font-size:10px;
      }
      #box{
        margin-top: 0px;
      }
      #section-bg-orange{
        margin-bottom: 166px;
      }
    }

    @media only screen and (min-width: 350px) and (max-width: 566px)
    {
      .television-base{
        width:330px !important;
        height: 320px !important;
      }
      .television-base iframe {
        width: 332px;
        height: 193px;
        border: 6px solid #5f5d5d;
      }
    }
  
    @media only screen and (min-width: 1200px)
    {
      .television-base iframe {
        margin-top: -13px;
    margin-left: -50px;
    height: 70%;
    width: 122%;
    border: 6px solid #5f5d5d;
      }
      #titlex{
        font-size:30px;
      }
      #box{
        /*   */
        position: relative;
      }
    } 
  