@font-face {font-family: "Futura"; 

    src: url("//db.onlinewebfonts.com/t/fd6e6c30c7d355528ba9428eea942445.eot"); 

    src: url("//db.onlinewebfonts.com/t/fd6e6c30c7d355528ba9428eea942445.eot?#iefix") format("embedded-opentype"), 

    url("//db.onlinewebfonts.com/t/fd6e6c30c7d355528ba9428eea942445.woff2") format("woff2"), 

    url("//db.onlinewebfonts.com/t/fd6e6c30c7d355528ba9428eea942445.woff") format("woff"), 

    url("//db.onlinewebfonts.com/t/fd6e6c30c7d355528ba9428eea942445.ttf") format("truetype"), 

    url("//db.onlinewebfonts.com/t/fd6e6c30c7d355528ba9428eea942445.svg#Futura") format("svg"); }

  html {

  scroll-behavior: smooth;

}

body {

  background: #fff;

  color: #666666;

 font-family: 'Futura';

}



a {

  color: #2dc997;

}



a:hover, a:active, a:focus {

  color: #2dca98;

  outline: none;

  text-decoration: none;

}



p {

  padding: 0;

  margin: 0 0 30px 0;

}



h1, h2, h3, h4, h5, h6 {

  font-weight: 400;

  margin: 0 0 20px 0;

  padding: 0;

}



/* Prelaoder */

#preloader {

  position: fixed;

  left: 0;

  top: 0;

  z-index: 999;

  width: 100%;

  height: 100%;

  overflow: visible;

  background: #fff url("../img/preloader.html") no-repeat center center;

}



/* Back to top button */

.back-to-top {

  position: fixed;

  display: none;

 background: rgb(237, 104, 7);

  color: #fff;

  padding: 6px 12px 9px 12px;

  font-size: 16px;

  border-radius: 2px;

  right: 15px;

  bottom: 15px;

  transition: background 0.5s;

}



@media (max-width: 768px) {

  .back-to-top {

    bottom: 15px;

  }

}



.back-to-top:focus {

  background: rgba(0, 0, 0, 0.2);

  color: #fff;

  outline: none;

}



.back-to-top:hover {

    background: #353535;

  color: #fff;

}



/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/

#header {

 padding: 0px 0;

    height: 41px;

    position: relative;

    left: 0;

    /* top: 0; */

    right: 0;

    /* transition: all 0.5s; */

    /* z-index: 997; */

    background:white;

}



#header #logo {

  float: left;

}



#header #logo h1 {

  font-size: 36px;

  margin: 0;

  padding: 6px 0;

  line-height: 1;

  font-weight: 700;

  letter-spacing: 3px;

  text-transform: uppercase;

}



#header #logo h1 a, #header #logo h1 a:hover {

  color: #fff;

}



#header #logo img {

  padding: 0;

  margin: 0;

}



@media (max-width: 768px) {

  #header #logo h1 {

    font-size: 26px;

  }

  #header #logo img {

    max-height: 40px;

  }

}



#header.header-fixed {

    background: rgba(255, 255, 255, 0.88);

    padding: 13px 0;

    height: 62px;

    transition: all 0.5s;

    position: fixed;

    z-index: 999;

    top: 0;

}





@media (min-width: 1024px) {

  #hero {

    background-attachment: fixed;

  }

}



@media (max-width: 768px) {

  #hero h1 {

    font-size: 28px;

    line-height: 36px;

  }

}







@media (max-width: 768px) {

  #hero h2 {

    font-size: 18px;

    line-height: 24px;

    margin-bottom: 30px;

  }

}





/*--------------------------------------------------------------

# Navigation Menu

--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu, .nav-menu * {

  margin: 0;

  padding: 0;

  list-style: none;

}



.nav-menu ul {

  position: absolute;

  display: none;

  top: 100%;

  left: 0;

  z-index: 99;

}



.nav-menu li {

  position: relative;

  white-space: nowrap;

}



.nav-menu > li {

  float: left;

}



.nav-menu li:hover > ul,

.nav-menu li.sfHover > ul {

  display: block;

}



.nav-menu ul ul {

  top: 0;

  left: 100%;

}



.nav-menu ul li {

  min-width: 180px;

}



/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {

  padding-right: 30px;

}



.sf-arrows .sf-with-ul:after {

  content: "\f107";

  position: absolute;

  right: 15px;

  font-family: FontAwesome;

  font-style: normal;

  font-weight: normal;

}



.sf-arrows ul .sf-with-ul:after {

  content: "\f105";

}



/* Nav Meu Container */

#nav-menu-container {

  margin: 0;

}



@media (max-width: 768px) {

  #nav-menu-container {

    display: none;

  }

}



/* Nav Meu Styling */

.nav-menu a {

       padding: 11px 33px 11px 33px;

    text-decoration: none;

    display: inline-block;

    color: #0f548b;

    font-weight: 600;

    text-transform: uppercase;

    font-size: 13px;

    outline: none;

}



.nav-menu > li {

  margin-left: 0px;

}

.nav-menu li a:hover {

    background: #0f548b;

    color: white;

}

.nav-menu li.menu-active a {

    background: #0f548b;

    color: white;

}

.nav-menu > li > a:before {

  content: "";

  position: absolute;

  width: 100%;

  height: 2px;

  top: 0;

  left: 0;

     background-color: #ee8817;

  visibility: hidden;

  -webkit-transform: scaleX(0);

  transform: scaleX(0);

  -webkit-transition: all 0.3s ease-in-out 0s;

  transition: all 0.3s ease-in-out 0s;

}



.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {

  visibility: visible;

  -webkit-transform: scaleX(1);

  transform: scaleX(1);

}



.nav-menu ul {

  margin: 4px 0 0 0;

  border: 1px solid #e7e7e7;

}



.nav-menu ul li {

  background: #fff;

}



.nav-menu ul li:first-child {

  border-top: 0;

}



.nav-menu ul li a {

  padding: 10px;

  color: #333;

  transition: 0.3s;

  display: block;

  font-size: 13px;

  text-transform: none;

}



.nav-menu ul li a:hover {

     background: #0f548b;

    color: #fff;

}



.nav-menu ul ul {

  margin: 0;

}



/* Mobile Nav Toggle */

#mobile-nav-toggle {

  position: fixed;

    background: black!important;

    z-index: 9999!important;

  right: 0;

  top: 0;

  z-index: 999;

  margin: 20px 20px 0 0;

  border: 0;

  background: none;

  font-size: 24px;

  display: none;

  transition: all 0.4s;

  outline: none;

  cursor: pointer;

}



#mobile-nav-toggle i {

  color: #fff;

}



@media (max-width: 768px) {

  #mobile-nav-toggle {

    display: inline;

  }

}



/* Mobile Nav Styling */

#mobile-nav {

  position: fixed;

  top: 0;

  padding-top: 18px;

  bottom: 0;

  z-index: 998;

  background: rgba(52, 59, 64, 0.9);

  left: -260px;

  width: 260px;

  overflow-y: auto;

  transition: 0.4s;

}



#mobile-nav ul {

  padding: 0;

  margin: 0;

  list-style: none;

}



#mobile-nav ul li {

  position: relative;

}



#mobile-nav ul li a {

  color: #fff;

  font-size: 16px;

  overflow: hidden;

  padding: 10px 22px 10px 15px;

  position: relative;

  text-decoration: none;

  width: 100%;

  display: block;

  outline: none;

  text-transform: uppercase;

}



#mobile-nav ul li a:hover {

  color: #fff;

}



#mobile-nav ul li li {

  padding-left: 30px;

}



#mobile-nav ul .menu-has-children i {

  position: absolute;

  right: 0;

  z-index: 99;

  padding: 15px;

  cursor: pointer;

  color: #fff;

}



#mobile-nav ul .menu-has-children i.fa-chevron-up {

  color: #2dc997;

}



#mobile-nav ul .menu-item-active {

  color: #2dc997;

}



#mobile-body-overly {

  width: 100%;

  height: 100%;

  z-index: 997;

  top: 0;

  left: 0;

  position: fixed;

  background: rgba(52, 59, 64, 0.9);

  display: none;

}



/* Mobile Nav body classes */

body.mobile-nav-active {

  overflow: hidden;

}



body.mobile-nav-active #mobile-nav {

  left: 0;

}



body.mobile-nav-active #mobile-nav-toggle {

  color: #fff;

}



/* Sections Header

--------------------------------*/

.section-header .section-title {

  font-size: 32px;

  color: #111;

  text-transform: uppercase;

  text-align: center;

  font-weight: 700;

  margin-bottom: 5px;

}



.section-header .section-description {

  text-align: center;

  padding-bottom: 40px;

  color: #999;

}







@media (min-width: 769px) {

  #call-to-action .cta-btn-container {

    display: flex;

    align-items: center;

    justify-content: flex-end;

  }

}



#call-to-action .cta-btn {

  text-transform: uppercase;

  font-weight: 500;

  font-size: 16px;

  letter-spacing: 1px;

  display: inline-block;

  padding: 8px 30px;

  border-radius: 50px;

  transition: 0.5s;

  margin: 10px;

  border: 2px solid #fff;

  color: #fff;

}



#call-to-action .cta-btn:hover {

  background: #2dc997;

  border: 2px solid #2dc997;

}



#main{

    background-color: skyblue;

}



.snow-container {

    width: 100%;

    max-width: 100%;

    top: 0;

    overflow: hidden;

    z-index: 2;

    background-color: red;

}

.sky {

    /* height: 480px; */

    height: auto;

    background: #007fd5;

    position: relative;

    overflow: hidden;

    -webkit-animation: sky_background 50s ease-out infinite;

    -moz-animation: sky_background 50s ease-out infinite;

    -o-animation: sky_background 50s ease-out infinite;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

}

.snow.foreground {

    background-image:url(../img/snow-large-075d267ecbc42e3564c8ed43516dd557.png);

    -webkit-animation-duration: 15s;

    animation-duration: 15s;

}

.snow {

    display: block;

    position: absolute;

    z-index: 2;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    pointer-events: none;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

    -webkit-animation: snow linear infinite;

    animation: snow linear infinite;

}

.snow.foreground.layered {

    -webkit-animation-delay: 7.5s;

    animation-delay: 7.5s;

}

.snow.middleground {

    background-image:url(../img/snow-medium-0b8a5e0732315b68e1f54185be7a1ad9.png);

    -webkit-animation-duration: 20s;

    animation-duration: 20s;

}

.snow.middleground.layered {

    -webkit-animation-delay: 10s;

    animation-delay: 10s;

}

.snow.background {

    background-image:url(../img/snow-small-1ecd03b1fce08c24e064ff8c0a72c519.png);

    -webkit-animation-duration: 30s;

    animation-duration: 30s;

}

.snow.background.layered {

    -webkit-animation-delay: 15s;

    animation-delay: 15s;

}





.moon {

  background: url("http://montanaflynn.me/lab/css-clouds/images/moon.png");

  position: absolute;

  left: 0;

  height: 100%;

  width: 300%;

  -webkit-animation: moon 50s linear infinite;

  -moz-animation: moon 50s linear infinite;

  -o-animation: moon 50s linear infinite;

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0)

}



.clouds_one {

  background:url(../img/cloud3.png);

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 300%;

  -webkit-animation: cloud_one 50s linear infinite;

  -moz-animation: cloud_one 50s linear infinite;

  -o-animation: cloud_one 50s linear infinite;

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0)

}



.clouds_two {

  background:url(../img/cloud3.png);

  position: absolute;

  background-size: content;

 

  left: 0;

  top: 0;

  height: 100%;

  width: 300%;

  -webkit-animation: cloud_two 75s linear infinite;

  -moz-animation: cloud_two 75s linear infinite;

  -o-animation: cloud_two 75s linear infinite;

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0)

}



.clouds_three {

  background:url(../img/cloud3.png);

  position: absolute;

  background-size: cover;

  left: 0;

  top: 0;

  height: 100%;

  width: 300%;

  -webkit-animation: cloud_three 100s linear infinite;

  -moz-animation: cloud_three 100s linear infinite;

  -o-animation: cloud_three 100s linear infinite;

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0)

}



@-webkit-keyframes sky_background {

  0% {

    background: #007fd5;

    color: #007fd5

  }

  50% {

    background: #007fd5;

    color: #007fd5

  }

  100% {

    background: #007fd5;

    color: #007fd5

  }

}



@-webkit-keyframes moon {

  0% {

    opacity: 0;

    left: -200% -moz-transform: scale(0.5);

    -webkit-transform: scale(0.5);

  }

  50% {

    opacity: 0;

    left: -200% -moz-transform: scale(0.5);

    -webkit-transform: scale(0.5);

  }

  100% {

    opacity: 0;

    bottom: 500px;

    -moz-transform: scale(0.5);

    -webkit-transform: scale(0.5);

  }

}



@-webkit-keyframes cloud_one {

  0% {

    left: 0

  }

  100% {

    left: -200%

  }

}



@-webkit-keyframes cloud_two {

  0% {

    left: 0

  }

  100% {

    left: -200%

  }

}



@-webkit-keyframes cloud_three {

  0% {

    left: 0

  }

  100% {

    left: -200%

  }

}



@-moz-keyframes sky_background {

  0% {

    background: #007fd5;

    color: #007fd5

  }

  50% {

   background: #007fd5;

    color: #007fd5

  }

  100% {

    background: #007fd5;

    color: #007fd5

  }

}



@-moz-keyframes moon {

  0% {

    opacity: 0;

    left: -200% -moz-transform: scale(0.5);

    -webkit-transform: scale(0.5);

  }

  50% {

     opacity: 0;

    left: -200% -moz-transform: scale(0.5);

    -webkit-transform: scale(0.5);

  }

  100% {

    opacity: 0;

    bottom: 500px;

    -moz-transform: scale(0.5);

    -webkit-transform: scale(0.5);

  }

}



@-moz-keyframes cloud_one {

  0% {

    left: 0

  }

  100% {

    left: -200%

  }

}



@-moz-keyframes cloud_two {

  0% {

    left: 0

  }

  100% {

    left: -200%

  }

}



@-moz-keyframes cloud_three {

  0% {

    left: 0

  }

  100% {

    left: -200%

  }

}









@-webkit-keyframes snow {

  0% {

    -webkit-transform: translate3d(0, -100%, 0);

            transform: translate3d(0, -100%, 0);

  }

  100% {

    -webkit-transform: translate3d(15%, 100%, 0);

            transform: translate3d(15%, 100%, 0);

  }

}



@keyframes snow {

  0% {

    -webkit-transform: translate3d(0, -100%, 0);

            transform: translate3d(0, -100%, 0);

  }

  100% {

    -webkit-transform: translate3d(15%, 100%, 0);

            transform: translate3d(15%, 100%, 0);

  }

}



#bannersky{

    height: 624px;

    overflow: hidden;

}

.impNote p{

    color: white;

    margin: 0;

    font-size: 20px;

    background: #000000bf;

    border-radius: 13px;

    padding: 8px 40px;

    font-style: normal;

    font-family: initial;

}	

   

 .topTOBottom{

position: absolute;

    bottom: -2%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    text-align: center;

    z-index: 2;

}

   

 .topTOBottom a{

    background: #F44336;

    padding: 6px 24px;

}

#topbar{

background: #ee8817;

    color: white;

	}

#topbar{

    background: #ee8817;

    color: white;

    padding: 7px 0;

	}

#topbar h6{

    margin: 0;

    font-size: 14px;

	}

#mainHeader{

background:url(../img/header_img.jpg);

background-repeat:no-repeat;

    padding: 6px 0;

	    background-size: cover;

}

.logoMain img{

    float: left;

}

.logoDetail{

        padding-left: 133px;

    padding: 27px 0;

}

.logoDetail h1{

      font-size: 30px;

    font-weight: 500;

    color: white;

    margin: 0;

    line-height: 21px;

}

.logoDetail h1 span{

font-weight: 300;

}

.fontsmall{

font-size: 17px;

}

.scroll-down {

     position: absolute;

    z-index: 99;

    left: 48%;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -48%);

    bottom: -10%;

}



.scroll-down:after {

content: '\f107';

    position: absolute;

    font-family: FontAwesome;

    font-size: 21px;

    text-decoration: none;

    padding: 0px 0;

    left: 48%;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -48%);

    text-align: center;

    bottom: 30px;

    background: #000000c4;

    height: 35px;

    width: 35px;

    font-weight: 100;

    border-radius: 50%;

    color: white;

    /* border: 6px double #a2a2a2; */

    animation: mover 1s infinite alternate;

    box-shadow: 0px 0px 1px #fff1f1;

    line-height: 35px;

}

@-webkit-keyframes mover {

  0% {

      transform: translateY(0);

  }



  100% {

      transform: translateY(-10px);

  }

}



@keyframes mover {

  0% {

      transform: translateY(0);

  }



  100% {

      transform: translateY(-10px);

  }

}



#inner_header{

    background: url(../img/slider.jpg) no-repeat;

    background-size: cover;

    padding: 60px 0 94px;



}

.inner_details_page{

    box-shadow: 0px 0px 18px #ababab;

    padding: 34px;

    /* position: relative; */

    /* top: -97px; */

    background: white;;

}

#inner_details{

    margin-top: -72px;

}

#about_us h5{

    font-size: 14px;

    color: #1d1c1c;

    font-weight: 600;

    text-align: center;

    text-transform: uppercase;

	line-height: 18px;

}

#about_us {

    padding: 60px 0;

}

.btn-primary {

    background: #10568d;

    border: 1px solid #10568d;

    transition: all 0.6s;

}



.btn{

display: block;

    padding: 7px 0px;

    border-radius: 0%;

    text-transform: uppercase;

    font-size: 14px;

    font-weight: 800;

	}

	.link {

    color: #10568d;

    font-size: 16px;

    font-weight: 500;

    text-transform: uppercase;

    transition: all 0.6s;

	 font-weight: 800;

}

#christu_jyoti .box img{

	width: 100%;

height: 226px;

    object-fit: cover;

}

#christu_jyoti .box .box-text h5{

font-size: 20px;

    font-weight: 700;

    color: #1d1c1c;

margin: 17px 0 9px;

	}

#christu_jyoti .box{

box-shadow: 0 0 10px 0px #cacaca;

    min-height: 430px;

    margin: 0 10px 30px 10px;

	margin-top:20px;

		}

#christu_jyoti .box .box-text{

    padding: 0px 20px 1px;

}

#christu_jyoti{

    padding: 60px 0;

}



#about_us h4{   

background: #10568d;

    padding: 20px 0px;

    border-radius: 11px;

    color: white;

    font-family: cursive;

    font-size: 22px;

}

#about_us h6{

	font-size: 24px;

    margin: 10px 0;

    color: #10568d;

	    font-weight: 400;

}

#about_us h3{

     font-size: 33px;

    font-weight: 700;

    color: #10568d;

    position: relative;

}

#about_us h3:before{

content: '';

    position: absolute;

    top: 52px;

    background: #10568d;

    left: 50%;

    height: 2px;

    width: 145px;

    transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

}

.heading h1 {

    font-size: 32px;

    font-weight: 700;

    margin: 0px 0px 12px;

    color: #2c2c2c;

    text-transform: uppercase;

}

.heading h2 {

    font-size: 22px;

    font-family: times new roman;

    color: #10568d;

	    position: relative;

}

.heading h2:before {

    content: '';

    position: absolute;

    bottom: 0;

    background: #ed6807;

    height: 1px;

    width: 167px;

    top: 33px;

    left: 21%;

}

.heading h2:after {

    content: '';

    position: absolute;

    bottom: 0;

    background: #ed6807;

    height: 1px;

    width: 167px;

    top: 33px;

    right: 21%;

}

.btn-2 {

    padding: 7px 12px;

    position: absolute;

    font-size: 14px;

    right: 30px;

    bottom: 12px;

}

.btn-primary:hover {

    background: #ed6807;

    border: 1px solid #ed6807;

}

.btn-primary:hover {

    background: #ed6807;

    border: 1px solid #ed6807;

}

#box_slider .owl-prev {

    position: absolute;

    top: 34%;

    bottom: 0;

    left: 5px;

    background: #ed6807;

    height: 0p;

    font-size: 19px;

    line-height: 0;

    height: 49px;

    width: 49px;

    color: white;

    border-radius: 0%;

}

#box_slider .owl-next {

    position: absolute;

    top: 34%;

    bottom: 0;

    right: 5px;

    background: #ed6807;

    height: 0p;

    font-size: 19px;

    line-height: 0;

    height: 49px;

    width: 49px;

    color: white;

    border-radius: 0%;

}

#circle_slide{

padding: 45px 0;

    background-image: url(../img/bgSection.png);

    background-color: #10568d;

    background-size: auto;

    background-attachment: fixed;

    position: relative;

}



#circle_slide h4{

	font-size: 35px;

    text-transform: uppercase;

    text-align: center;

	color:#ffffff;

	font-weight: 600;

}

#circle_slide h4 span{

	color:#ed6807;

	font-weight: 400;

}

#circle_slide h4:before{

    content: '';

    position: absolute;

    background: #ffffff;

    width: 100px;

    height: 2px;

    top: 110px;

    bottom: 0;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    text-align: center;

}

#circle_slide .circle_slide img{

    border: 4px solid #ffffff;

    height: 219px;

    width: 166px;

    box-shadow: 0 0 6px #030304;

    border-radius: 50%;

    object-fit: cover;

    /* text-align: center; */

    margin: 0 auto;

    padding: 6px;

}

#circle_slide .circle_slide h6{

font-size: 16px;

    padding: 5px 23px;

    color: white;

    text-align: center;

    font-weight: 400;

    background: #0000008c;

    text-transform: uppercase;

    display: inline-block;

    margin-top: 14px;

  }

   #circle_slide .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

      background: #10568d!important;

      border: 2px solid white;

  }



  #circle_slide .owl-theme .owl-dots .owl-dot span{

  width: 18px;

  height: 18px;

  margin: 5px 7px;

  background: white;

  border: 2px solid #10568d;

  display: block;

  -webkit-backface-visibility: visible;

  transition: opacity .2s ease;

  border-radius: 30px;

}

#photogallery{

  padding:80px 0;

}

#gallery_front{

    margin-top: 40px;

}

.circle_slide{

margin: 30px 0;

}

#photogallery img{

  height: 200px;

    width: 100%;

    object-fit: cover;

}

#footer{

  padding:55px 0;

  color:white;

    background: #021625;

}

#footer h4{

  font-size: 22px;

    text-transform: uppercase;

    font-weight: 600;

	margin-bottom:33px;

}

#footer h4:after {

  content: '';

  position: absolute;

  border-bottom: 3px solid #ed6807;

  width: 51px;

  left: 14px;

  top: 37px;

  padding: 0px 0;

}

#footer i{

  color:#ed6807;

  font-size: 17px;

  padding: 0 4px;

}

#footer ul li {

  padding: 7px 0;

    color: white;

}

.address p{

    margin-bottom: 10px;

    font-weight: 100;

}

#footer ul li a{

  transition:0.5s all;

}

#footer ul li a:hover {

  margin-left: 5px;

    color: #ed6807;

}

#copyright_footer{

  background: #10568d;

  color: white;

  padding: 15px 0;

}

#copyright_footer p{

  margin:0;

}

#footer ul li a:hover {

    margin-left: 11px;

}

#footer ul li a {

    transition: 0.5s all;

}

a {

    color: white;

}

.leftbg{

background: #e4e4e4;

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    width: 43%;

}

.leftbg:after{

content: '';

    position: absolute;

    width: 0;

    height: 0;

    border-bottom: 546px solid #e4e4e4;

    border-right: 200px solid transparent;

    right: -200px;

	}  

.rightbg{

background: #10568d;

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    width: 43%;

	z-index:-1;

}

.rightbg:before{

    content: '';

    position: absolute;

    width: 0;

    height: 0;

    border-top: 546px solid #10568d;

    border-left: 200px solid transparent;

    left: -200px;

	} 

#feastday{

    position: relative;

    padding: 60px 0;

	}

#feastday h2{

color: white;

    font-size: 19px;

    text-transform: uppercase;

    font-weight: 600;

    background: #ed6807;

    padding: 7px 12px;

  display: table;

}

.sis_back{

     background: url(../img/frame_birthday.png);

    background-repeat: no-repeat;

    background-size: auto;

    height: 370px;

    position: relative;

    z-index: 2;

}

 .sis_back img{

   

       width: 140px!important;

    height: 190px;

    object-fit: cover;

  

	}

	.detailbg{

    background: white;

    margin-top: 11px;

    text-align: center;

    width: 202px;

    color: black;

    padding: 8px 4px;

    position: relative;

    z-index: 9999;

    left: -26px;

	}

	.detailbg h3{

font-size: 14px;

    margin-bottom: 4px;

    font-weight: 700;

	}

	.detailbg h4{

    font-size: 14px;

    margin-bottom: 0;

    font-weight: 700;

	}

.sisbckDetail{

     position: relative;

    left: 23%;

    top: 73px;

    z-index: 9;

        height: 344px;

    /* width: 21px; */

}

.rightText img{

    border-radius: 56%;

    height: 229px;

    width: 176px;

    padding: 7px;

    border: 6px solid white;

    box-shadow: 0px 0px 5px #1f1f1f;

}

.sisDetail{

background: black;

    color: white;

    width: 552px;

    position: absolute;

    right: 16%;

    top: 68%;

    text-align: center;

    padding: 18px 0;

}

.galleryBox img{

  width: 100%;

    height: 217px;

    object-fit: cover;

    border: 5px solid #10568d;

}

.addressBox{

  text-align: center;

  background: #10568d;

  padding: 18px 14px;

  margin-bottom: 7px;

}

.addressBox i{

  font-size: 33px;

  color: #ffffff;

  margin-bottom: 8px;

  height: 60px;

  width: 60px;

  border: 1px solid #116cb3;

  border-radius: 50%;

  padding: 13px 0;

  box-shadow: 1px 1px 7px black;

}

.addressBox h4{

  color: white;

  font-size: 15px;

  margin: 0;

}

.contactus input,.contactus textarea{

  border-radius: 0px!important;

  border: 1px solid #10568d;

}

.galleryBox{

  margin-bottom: 30px;

}

.galleryBox .imgCaption{

  background: #10568d;

  color: white;

  padding: 9px 7px;

}

.galleryBox .imgCaption h2{

  font-size: 21px;

  margin-bottom: 4px;

}

.galleryBox .imgCaption p{

  margin: 0;

  font-size: 13px;

}

.sisDetail p{

margin:0;

  }

.galBtn{

  background: #ed6807;

    display: inline-block;

    padding: 8px 24px;

}

.btn-orange{

     background: #ffffff00;

    display: inline-block;

    padding: 6px 18px;

    margin-top: 10px;

	 border: 1px solid white;

}

.btn-orange:hover{

     background: #ed6807;

   color:white;

}

.skitter .container_skitter .image_main {

    width: 100%;

    height: 524px!important;

    object-fit: cover;

    object-position: top;

}

.skitter .box_clone img {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 20;

    height: 524px!important;

    object-fit: cover;

}



@media only screen and (max-width: 767px) {

  .text-right img {

   display:none;

  }

  .skitter .container_skitter .image_main {

    width: 100%;

     height: 159px!important;

    object-fit: cover;

    object-position: top;

}

  .skitter-medium-box{     height: 159px!important;

}

  #header{height: 0px!important;

    padding: 0!important;

	}

  .skitter {

    height: 159px!important;

}

.heading_about{    margin-top: 14px;}

.skitter .box_clone img {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 20;

     height: 159px!important;

    object-fit: cover;

}

.scroll-down {display: none;}

.link {

    margin-bottom: 30px;

    display: inline-block;

}

.sisDetail {

    position: relative;

    right: 0;

	margin-top: 26px;

}

.sis_back img {

    left: 37%;

	}

	.sis_back {

    left: -9%;

    width: 100%;

}

.logoDetail {

    padding: 5px 0!important;

}

.logoDetail h1{    line-height: 31px;

}

}

	

































