@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Oleo+Script:400,700&display=swap');
 
body{margin:0;padding:0; overflow-x:hidden;font-family: 'Lato', sans-serif;}

/* HTML Elements */
ul, ol {margin: 0; padding:0;}
/* HTML Elements ends */

/* Selection Color */
::-moz-selection {background:#ac3e3e; color:#ffcc66; text-shadow:none;}
::-webkit-selection {background:#ac3e3e; color:#ffcc66; text-shadow:none;}
::-o-selection {background:#ac3e3e; color:#ffcc66; text-shadow:none;}
::-ms-selection {background:#ac3e3e; color:#ffcc66; text-shadow:none;}
::selection {    background: #000000;
  color: #ffffff;
  text-shadow: none;}
/* Selection Color ends */

/* Typography CSS */
@font-face
{
	font-family:'Exo2.0-Bold'; 
    src:url(../fonts/Exo2.0-Bold.ttf);
}
@font-face {
    font-family: 'barkentina_1regular';
    src: url('../fonts/barkentina_1-webfont.eot');
    src: url('../fonts/barkentina_1-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/barkentina_1-webfont.woff2') format('woff2'), 
	url('../fonts/barkentina_1-webfont.woff') format('woff'), 
	url('../fonts/barkentina_1-webfont.ttf') format('truetype'), 
	url('../fonts/barkentina_1-webfont.svg#barkentina_1regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Typography CSS ends */

/* Global CSS */
.clear{clear:both;}
.no-padding{padding-right:0;padding-left:0;}
.no-paddingR{padding-right:0;}
.no-paddingL{padding-left:0;}

/* Some Padding Field Changes ( for below media queries written) */
.change-padding{padding-right:15px; padding-left:15px;}
.change-paddingR{padding-right:0px;}
.change-paddingL{padding-left:0px;}
.spl-padding{padding-right:0;padding-left:0;}
/* Some Padding Field Changes ends */
img{max-width:100%;}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.change-padding{padding-right:0px; padding-left:0px;}
	.change-paddingR{padding-right:15px;}
	.change-paddingL{padding-left:15px;}
	.spl-padding{padding-right:15px;padding-left:15px;}
}

.container-fluid {
    padding-right: 80px;
    padding-left: 80px;
    margin-right: auto;
    margin-left: auto;
}
h1, .h1 {
    font-size: 37px;
    font-family: 'Lato', sans-serif;
}
h4, .h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 24px;
}
blockquote p
{color: #000;}
p{    font-size: 16px;
    color: #5f5f5f;
    font-weight: 400;
    letter-spacing: 2px;}
 h3{font-size: 19px;}   

.listing-block .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
  
}
.modal
{
  z-index: 999999999;
}

.listing-block .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.listing-block .list-inline>li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width:40px;
    height:40px;
    font-size: 20px;
}

.listing-block .list-inline a.icoFacebook:hover {
    background-color: #3B5998;
}
.listing-block .list-inline a.icotwitter:hover {
  background-color: #da22bd;
}

.listing-block .list-inline a.icogoogle-plus:hover {
    background-color:#dd4b39;
}

.listing-block .list-inline a.icolinkedin:hover {
    background-color:#00b50c;
}

.listing-block .list-inline>li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
 
.listing-block .list-inline li i {
    margin: 0;
    line-height:40px;
    text-align: center;
}
 
.listing-block .list-inline .social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.listing-block .list-inline a {
	color:#fff;
    background-color:#818182;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: rgba(0,0,0,.1); 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #000; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #000; 
  }
 .one
 {padding: 15px 1px 1px;}
.one p
{font-size: 22px}

 
  header {
    position: absolute;
    background-size: cover;
    background-color: #ffffff00;
    background-position: center;
    padding-top: 28px;
    padding-bottom: 27px;
    z-index: 6666;
    width: 100%;
}
  
 
  .navbar {
    position: absolute;
    width: 100%;
    top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: transparent;
    border: transparent;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .navbar-default {
    background: linear-gradient(white, #ffffff00);
    padding: 0px 1px 51px 0px;
}
  .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
    background: #393636;
  }
  .navbar-nav > li > a {
    text-transform: uppercase;
    line-height: 17px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .navbar-default .navbar-nav > li > a {
    color: #393636;
    font-size: 14.5px;
  }
  .navbar-brand {
    padding: 17px 15px;
  }
  .shrink-nav img {
    width: 172px;
    margin-top: -12px;
  }
  .shrink-nav {
    color: #000 !important;
    top: 0px;
    background-color: #fff;
    position: fixed;
    padding: 0px 0px 0px 0px;
  }
  .shrink-nav .navbar-nav > li > a {
    color: #000 !important;
    line-height: 24px;
  }
  .shrink-nav .navbar-nav > li > a:hover {
    color: #fff !important;
     
}
  @media (max-width: 767px) {
    .navbar-nav > li > a {
      line-height: 20px;
    }
    .navbar-brand {
      padding: 7px 15px;
    }
    .navbar-brand img {
      width: 144px;
    }
  }
  
  .navcen {
    width: fit-content;
    float: right;
    margin-top: 10px;
}
.shrink-nav .navcen {
  width: fit-content;
  float: right;
  margin-top: 0px;
}


#first-slider .main-container {
    padding: 0;
  }
  
  
  #first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
      color: #fff;
      font-size: 36px;
        text-transform: uppercase;
        font-family: 'monda', sans-serif !important;
        font-weight:bold;
        letter-spacing:4.1 !important;
  }
  
  #first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
      color: #fff;
      font-size: 22px;
        text-transform: uppercase;
        font-family: 'gotham', sans-serif !important;
        letter-spacing: 3px;
           text-shadow: 3px 3px 4px #1b1b1b; 
  
  }
  #first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
      padding-left: 40px;
  }
  
  
  #first-slider .carousel-indicators {
    bottom: 0;
  }
  #first-slider .carousel-control.right,
  #first-slider .carousel-control.left {
    background-image: none;
  }
  #first-slider .carousel .item {
        height: 730px;
      width: 100%;
      background-size: cover;
  }
  
  .carousel-inner .item .container {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
  }
  
  
  #first-slider h3{
    animation-delay: 1s;
  }
  #first-slider h4 {
    animation-delay: 2s;
  }
  #first-slider h2 {
    animation-delay: 3s;
  }
  
  
  #first-slider .carousel-control {
      width: 6%;
          text-shadow: none;
  }
  
  
  #first-slider h1 {
    text-align: center;  
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
  }
  
  #first-slider .p {
    padding-top: 125px;
    text-align: center;
  }
  
  #first-slider .p a {
    text-decoration: underline;
  }
  #first-slider .carousel-indicators li {
      width: 14px;
      height: 14px;
      background-color: rgba(255,255,255,.4);
    border:none;
  }
  #first-slider .carousel-indicators .active{
      width: 16px;
      height: 16px;
      background-color: #f8971c;
    border:none;
  }
  
  
  .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .carousel-fade .carousel-inner .item,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    opacity: 0;
  }
  .carousel-fade .carousel-inner .active,
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  .carousel-fade .carousel-inner .next,
  .carousel-fade .carousel-inner .prev,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-control {
    z-index: 2;
  }
  
  .carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
      position: absolute;
      top: 50%;
      z-index: 5;
      display: inline-block;
  }
  .carousel-control .fa-angle-left{
      left: 50%;
      width: 38px;
      height: 38px;
      margin-top: -15px;
      font-size: 30px;
      color: #fff;
      border: 3px solid #ffffff;
      -webkit-border-radius: 23px;
      -moz-border-radius: 23px;
      border-radius: 53px;
  }
  .carousel-control .fa-angle-right{
      right: 50%;
      width: 38px;
      height: 38px;
      margin-top: -15px;
      font-size: 30px;
      color: #fff;
      border: 3px solid #ffffff;
      -webkit-border-radius: 23px;
      -moz-border-radius: 23px;
      border-radius: 53px;
  }
  .carousel-control {
      opacity: 1;
      filter: alpha(opacity=100);
  }
  
  
  /********************************/
  /*       Slides backgrounds     */
  /********************************/
  #first-slider .slide1 {
      background-image: url(../images/slider4.jpg);
        background-size: cover;
      background-repeat: no-repeat;
  }
  #first-slider .slide2 {
    background-image: url(../images/slider1.jpg);
        background-size: cover;
      background-repeat: no-repeat;
  }
  #first-slider .slide3 {
    background-image: url(../images/slider2.jpg);
        background-size: cover;
      background-repeat: no-repeat;
  }
  #first-slider .slide4 {
    background-image: url(../images/slider3.jpg);
        background-size: cover;
      background-repeat: no-repeat;
  }
  
  
  
  
  /********************************/
  /*          Media Queries       */
  /********************************/
  @media screen and (min-width: 980px){
        
  }
  @media screen and (max-width: 640px){
        
  }


  #mixedSlider {
    position: relative;
  }
  #mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0%;
  }
  #mixedSlider .MS-content .item {
    display: inline-block;
    width: 32.1%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    /* border: 1px solid; */
    margin: 10px;
    box-shadow: 7px 8px 17px 3px #0000001a;
}
  @media (max-width: 991px) {
    #mixedSlider .MS-content .item {
      width: 50%;
    }
  }
  @media (max-width: 767px) {
    #mixedSlider .MS-content .item {
      width: 100%;
    }
  }
  #mixedSlider .MS-content .item .imgTitle {
    position: relative;
  }
  #mixedSlider .MS-content .item .imgTitle .blogTitle {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: #252525;
    font-style: italic;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    bottom: 0;
    font-weight: bold;
    padding: 0 0 2px 10px;
  }
  #mixedSlider .MS-content .item .imgTitle img {
    height: auto;
    width: 100%;
  }
  #mixedSlider .MS-content .item p {
    font-size: 16px;
    margin: 2px 10px 11px 5px;
    text-indent: 15px;
  }
  #mixedSlider .MS-content .item a {
    float: right;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-style: italic;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
  }
  #mixedSlider .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
  }
  #mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: #929292c2;
    outline: 0;
    font-size: 50px;
    top: 152px;
    color: rgb(255, 255, 255);
    transition: 0.15s linear;
    /* border-radius: 50%; */
}
  #mixedSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
  }
  @media (max-width: 992px) {
    #mixedSlider .MS-controls button {
      font-size: 30px;
    }
  }
  @media (max-width: 767px) {
    #mixedSlider .MS-controls button {
      font-size: 20px;
    }
  }
  #mixedSlider .MS-controls .MS-left {
    left: 0px;
    display: none;
  }
  @media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-left {
      left: -10px;
    }
  }
  #mixedSlider .MS-controls .MS-right {
    right: 0px;
    display: none;
  }
  @media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-right {
      right: -10px;
    }
  }
  #basicSlider { position: relative; }
  
  #basicSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
    height: 50px;
  }
  
  #basicSlider .MS-content .item {
    display: inline-block;
    width: 20%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    line-height: 50px;
    vertical-align: middle;
  }
  @media (max-width: 991px) {
  
  #basicSlider .MS-content .item { width: 25%; }
  }
  @media (max-width: 767px) {
  
  #basicSlider .MS-content .item { width: 35%; }
  }
  @media (max-width: 500px) {
  
  #basicSlider .MS-content .item { width: 50%; }
  }
  
  #basicSlider .MS-content .item a {
    line-height: 50px;
    vertical-align: middle;
  }
  
  #basicSlider .MS-controls button { position: absolute; }
  
  #basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px;
  }
  
  #basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px;
  }
  .big{    font-weight: 700;
    color: #fb6f6d;}
  .two
  {       padding: 80px 1px 115px;}
  .two p{    margin-bottom: 45px;}
  .two .item h3{color: #333333;
    padding: 1px 22px;
    margin-top: 10px;}

.three {
    padding: 71px 1px 100px;
    background: url(../images/testi.jpg) no-repeat 0px 0px fixed !important;
    background-size: cover !important;
    text-align: -webkit-center;
    padding: 90px 1px 90px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #000000;
    border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #fff !important;
}

.login-reg-panel{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
text-align:center;
width: auto;
right:0;left:0;
  margin:auto;
  height:400px;
  background-color: #e8e8e8;
}
.white-panel{
  background-color: rgba(255,255, 255, 1);
  height:500px;
  position:absolute;
  top:-50px;
  width:50%;
  right:calc(50% - 50px);
  transition:.3s ease-in-out;
  z-index:0;
  box-shadow: 0 0 15px 9px #00000096;
}
.login-reg-panel input[type="radio"]{
  position:relative;
  display:none;
}
.login-reg-panel{
  color:#B8B8B8;
}
.login-reg-panel #label-login, 
.login-reg-panel #label-register{
  border:1px solid #9E9E9E;
  padding:5px 5px;
  width:150px;
  display:block;
  text-align:center;
  border-radius:10px;
  cursor:pointer;
  font-weight: 600;
  font-size: 18px;
}
.login-info-box{
  width:30%;
  padding:0 50px;
  top:20%;
  left:0;
  position:absolute;
  text-align:left;
}
.register-info-box{
  width:30%;
  padding:0 50px;
  top:20%;
  right:0;
  position:absolute;
  text-align:left;
  
}
.right-log{right:50px !important;}

.login-show, 
.register-show{
  z-index: 1;
  display:none;
  opacity:0;
  transition:0.3s ease-in-out;
  color:#242424;
  text-align:left;
  padding:50px;
}
.show-log-panel{
  display:block;
  opacity:0.9;
}
.login-show input[type="text"], .login-show input[type="password"]{
  width: 100%;
  display: block;
  margin:20px 0;
  padding: 15px;
  border: 1px solid #b5b5b5;
  outline: none;
}
.login-show input[type="button"] {
  max-width: 150px;
  width: 100%;
  background: #444444;
  color: #f9f9f9;
  border: none;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 2px;
  float:right;
  cursor:pointer;
}
.login-show a{
  display:inline-block;
  padding:10px 0;
}

.register-show input[type="text"], .register-show input[type="password"]{
  width: 100%;
  display: block;
  margin:20px 0;
  padding: 15px;
  border: 1px solid #b5b5b5;
  outline: none;
}
.register-show input[type="button"] {
  max-width: 150px;
  width: 100%;
  background: #444444;
  color: #f9f9f9;
  border: none;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 2px;
  float:right;
  cursor:pointer;
}
.credit {
  position:absolute;
  bottom:10px;
  left:10px;
  color: #3B3B25;
  margin: 0;
  padding: 0;
  font-family: Arial,sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  z-index: 99;
}
/* .abtbox
{       background: #e8e8e8e0;
  padding: 25px 40px 20px 40px;
  margin-left: -114px;
  margin-top: 48px;} */
  .abtbox
{       background: #fff;
  padding: 0px 40px 0px 40px;
 }
 .abtbox h1{margin-top: 0px;
margin-bottom: 0px;}
 .pad0
 {padding:0} 
 .abtbox button
 {    border: 1px solid #f36867;
  color: #fff;
  padding: 10px 35px;
  margin-bottom: 20px;
  background: linear-gradient(135deg,#99111d 0%,#ff7370 100%);}
  .abt{
    padding: 80px 1px;
}
.abt p {
  margin-bottom: 45px;
}
.abt{       padding: 80px 1px 60px;}

footer
{background: url(../images/footer.jpg) no-repeat 0px 0px fixed !important;
  padding: 130px 0px;
  background-size: cover !important;}
 
footer ul{list-style-type: none;}
footer h4{    color: #eaeaea;}
footer ul li{color: #b3b3b3;
  padding: 2px;}
  footer p{color: #b3b3b3}
  .lastfoot
  {    padding: 10px 1px 1px;}
  .testwidth
  {    width: 9%;}

  @media screen and (max-width: 767px) and (min-width: 300px) 
  {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
  }
  .one p {
    font-size: 14px;
}
.listing-block .list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
  float: none;
  z-index: 6667 ;
  position: relative;
}
header {
  margin-top: -45px;
}
.listing-block .list-inline>li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 25px;
  height: 25px;
  font-size: 11px;
}
.listing-block .list-inline li i {
  margin: 0;
  line-height: 25px;
  text-align: center;
}
.listing-block .list-inline>li {
  display: inline-block;
  padding-right: 0px;
  padding-left: 4px;
}
#first-slider .carousel .item {
  height: 191px;
  width: 100%;
  background-size: cover;
}
.abt {
  padding: 30px 1px 0px;
}
.abtbox {
  background: #e8e8e8e0;
  padding: 1px 8px 1px 8px;
  margin-left: 0px;
  margin-top: 0px;
}
h1, .h1 {
  font-size: 33px;
  font-family: 'Times New Roman', Times, serif;
}
h4, .h4 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 24px;
}
p {
  font-size: 14px;
  color: #5f5f5f;
  font-weight: 400;
  letter-spacing: 2px;
}
#mixedSlider .MS-controls button
{
  top: 121px;
}
.three {
  padding: 71px 1px 100px;
  background: url(../images/testi.jpg) no-repeat 0px 0px fixed !important;
  background-size: cover !important;
  text-align: -webkit-center;
  padding: 1px 1px 0px;
}
.testwidth
  {    width: 19%;}
  .two {
    padding: 8px 1px 28px;
}
  }


  @media screen and (max-width: 991px) and (min-width: 768px) 
  {  
    .one p {
      font-size: 18px;
  }
  #first-slider .carousel .item {
    height: 454px;
    width: 100%;
    background-size: cover;
}
.abt {
  padding: 39px 1px 0px;
}
.abtbox {
  background: #e8e8e8e0;
  padding: 25px 39px 19px 39px;
  margin-left: 0px;
  margin-top: 0px;
}

  }


  @media screen and (max-width: 1380px) and (min-width: 1300px) 
  {
    #first-slider .carousel .item {
      height: 569px;
      width: 100%;
      background-size: cover;
  }
  #mixedSlider .MS-controls button {
  
    top: 112px;
   
}
  }


  .abtpara {
    padding: 71px 1px 100px;
    background: url(../images/abt2.jpg) no-repeat 0px 0px fixed !important;
    background-size: cover !important;
    padding: 140px 40px 140px;
    color: #fff;
    text-shadow: 2px 4px 4px #969696;
}
.gry h4
{text-transform: uppercase;}
.gry {
  background: #eaeaea;
  padding: 22px 10px 22px;
}
.why ul li{    font-size: 16px;
  color: #5f5f5f;
  font-weight: 400;
  letter-spacing: 2px;
  padding-bottom: 9px;}
  .why ul
  {list-style-image: url(../images/list.png);
  margin-left: 15px;}
  .contbox
  {    min-height: 172px;
    background: #393636;
    color: #fff;
    max-height: 172px;
    padding: 1px;}
    .gry input
    {    width: 100%;
      background: #fff;
      border: 1px solid #fff;
      padding: 12px 10px;
      margin-bottom: 20px;}
      .gry textarea
      {    width: 100%;
        background: #fff;
        border: 1px solid #fff;
        padding: 12px 10px;
        margin-bottom: 20px;} 
       /* .gry button{    background: #393636;
        color: #fff;
        border: 1px solid #393636;
        padding: 12px 70px;
        font-size: 18px;
        float: right;
        margin-bottom: 20px;} 
        .gry button:hover{    background: #393636;
          color: #fff;
          border: 1px solid #000;
          padding: 12px 70px;
          font-size: 18px;
          float: right;
          margin-bottom: 20px;
        background: #000;}  */

        .sl-wrapper .sl-close,.sl-wrapper .sl-navigation button{height:44px;line-height:44px;font-family:Arial,Baskerville,monospace}.sl-wrapper .sl-close:focus,.sl-wrapper .sl-navigation button:focus{outline:0}body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;opacity:.7;display:none;z-index:6666}.sl-wrapper .sl-close,.sl-wrapper .sl-counter{top:30px;display:none;color:#000;position:fixed}.sl-wrapper{z-index:1040}.sl-wrapper button{border:0;background:0 0;font-size:28px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{right:30px;z-index:10060;margin-top:-14px;margin-right:-14px;width:44px;font-size:3rem}.sl-wrapper .sl-counter{left:30px;z-index:1060;font-size:1rem}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-22px;width:22px;text-align:center;display:block;z-index:10060;color:#000}.sl-wrapper .sl-navigation button.sl-next{right:5px;font-size:2rem}.sl-wrapper .sl-navigation button.sl-prev{left:5px;font-size:2rem}@media (min-width:35.5em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:10px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:10px;font-size:3rem}.sl-wrapper .sl-image img{border:0}}@media (min-width:50em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:20px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:3rem}.sl-wrapper .sl-image img{border:0}}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0;width:100%;height:auto}.sl-wrapper .sl-image iframe{background:#000;border:0}@media (min-width:35.5em){.sl-wrapper .sl-image iframe{border:0}}@media (min-width:50em){.sl-wrapper .sl-image iframe{border:0}}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:rgba(0,0,0,.8);font-size:1rem;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-wrapper .sl-image .sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#000;z-index:1060}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.sl-transition{transition:-moz-transform ease .2s;transition:-ms-transform ease .2s;transition:-o-transform ease .2s;transition:-webkit-transform ease .2s;transition:transform ease .2s}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}
        
        .container-fluid .gallery a img {
          float: left;
          width: 20%;
          height: auto;
          border: 2px solid #fff;
          -webkit-transition: -webkit-transform .15s ease;
          -moz-transition: -moz-transform .15s ease;
          -o-transition: -o-transform .15s ease;
          -ms-transition: -ms-transform .15s ease;
          transition: transform .15s ease;
          position: relative;
        }
        /* line 46, ../sass/demo.scss */
        .container-fluid .gallery a:hover img {
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -o-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05);
          z-index: 5;
        }
        /* line 57, ../sass/demo.scss */
        .container-fluid .gallery a.big img {
          width: 40%;
        }
        
        /* line 65, ../sass/demo.scss */
        .align-center {
          text-align: center;
        }

        .galpara {
          padding: 71px 1px 100px;
          background: url(../images/gal.jpg) no-repeat 0px 0px fixed !important;
          background-size: cover !important;
          padding: 140px 40px 140px;
          color: #fff;
          text-shadow: 2px 4px 4px #969696;
      }        

      .serpara {
        padding: 71px 1px 100px;
        background: url(../images/ser.jpg) no-repeat 0px 0px fixed !important;
        background-size: cover !important;
        padding: 140px 40px 140px;
        color: #fff;
        text-shadow: 2px 4px 4px #969696;
    }        
    .contactpara {
      padding: 71px 1px 100px;
      background: url(../images/contactbnr.jpg) no-repeat 0px 0px fixed !important;
      background-size: cover !important;
      padding: 140px 40px 140px;
      color: #fff;
      text-shadow: 2px 4px 4px #969696;
  }
  .abt ul li{    font-size: 16px;
    color: #5f5f5f;
    font-weight: 400;
    letter-spacing: 2px;}

    /* ==== Main CSS === */
.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left /* If RTL Make This Right */ ;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill{
  height:100vh;
  background:#000;
}

.Modern-Slider .item .img-fill .info{
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  /* background:rgba(0,0,0,.50); */
  line-height:100vh;
  text-align:center;
}

.Modern-Slider .item .img-fill img{
  filter:blur(1px);
}

.Modern-Slider .item .info > div{
  display:inline-block!important;
  vertical-align:middle;
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  position:absolute;
  top:50%;
  left:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .slick-dots{
  position:absolute;
  height:5px;
  background:rgba(255,255,255,.20);
  bottom:0px;
  width:100%;
  left:0px;
  padding:0px;
  margin:0px;
  list-style-type:none;
}
.Modern-Slider .slick-dots li button{display:none;}
.Modern-Slider .slick-dots li{
  float:left;
  width:0px;
  height:5px;
  background:#d62828;
  position:absolute;
  left:0px;
  bottom:0px;
}

.Modern-Slider .slick-dots li.slick-active{
  width:100%;
  animation:ProgressDots 11s both;
}

.Modern-Slider .item h3{
  text-transform: inherit;
  color: #FFF;
  animation: fadeOutRight 1s both;
  margin: 0;
  padding: 0;
  font-size: 38px;
  text-shadow: 1px 3px 5px #000;
}

.Modern-Slider .item h5{
  margin:0;
  padding:0;
  font:15px/30px RalewayR;
  color:#FFF;
  max-width:600px;
  overflow:hidden;
  height:60px;
  animation:fadeOutLeft 1s both;
}

.Modern-Slider .item.slick-active h3{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider {background:#000;}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}

@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.donate
{    background: linear-gradient(135deg,#99111d 0%,#ff7370 100%);
  color: #fff !important;}
  .donate:hover
{    background: linear-gradient(135deg,#99111d 0%,#ff7370 100%) !important;
  color: #fff !important;}
  .dbox
  {
    background: #fff;
    /* border: 1px solid; */
    padding: 18px;
    border-radius: 15px;
    box-shadow: 0px 3px 10px 1px #b3b3b3;
    transition: 1s;
}
.dbox:hover {
  background: #fff;
  /* border: 1px solid; */
  padding: 18px;
  border-radius: 15px;
  box-shadow: 0px 3px 10px 1px #b3b3b3;
  margin-top: -25px;
  transition: 1s;
}
.dbox img{ border-radius: 15px;}
.onebox
{    margin-top: -111px;}
.dbox1
  {
    background: #fff;
    /* border: 1px solid; */
    padding: 18px;
    border-radius: 15px;
    box-shadow: 0px 3px 10px 1px #b3b3b3;
    margin-bottom: 15px;
    height: 286px;
}
.dbox1 p{margin-bottom: 1px !important;}
.abt2
{background: #eaeaea;
  padding: 50px 1px 116px;}
  .abt2 h1
  {    margin-bottom: 35px;
    text-transform: uppercase;}
    .dbtn
    {    border: 1px solid #f36867;
      color: #fff;
      padding: 10px 35px;
      margin-bottom: 20px;
      background: linear-gradient(135deg,#99111d 0%,#ff7370 100%);
      transition: 1s;}
      .dbtn:hover {
        border: 1px solid #f36867;
        color: #fff;
        padding: 10px 35px;
        margin-bottom: 20px;
        background: #a21924;
        transition: 1s;
    }
      .twoz
      {    padding: 70px 1px;}

      @media screen and (max-width: 767px) and (min-width: 300px)
      {
        .contactpara
        {    padding: 50px 40px 50px !important;}

        .shrink-nav img {
          width: 172px;
          margin-top: 0px;
      }
      .navbar {
        position: relative;
        width: 100%;
        top: 0px;
        margin-bottom: 0px;
        border-radius: 0px;
        background-color: transparent;
        border: transparent;
        -webkit-transition: all ease-in-out 0.4s;
        -moz-transition: all ease-in-out 0.4s;
        -o-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
        margin-top: 17px;
    }
    .shrink-nav {
      color: #000 !important;
      top: 0px;
      background-color: #fff;
      position: fixed;
      margin-top: 0;
  }
  .dbox {
    background: #fff;
    /* border: 1px solid; */
    padding: 18px;
    border-radius: 15px;
    box-shadow: 0px 3px 10px 1px #b3b3b3;
    transition: 1s;
    margin-bottom: 18px;
}
.dbox:hover {
  background: #fff;
  /* border: 1px solid; */
  padding: 18px;
  border-radius: 15px;
  box-shadow: 0px 3px 10px 1px #b3b3b3;
  margin-top: 0px;
  transition: 1s;
}
.abtbox {
  background: #e8e8e8e0;
  padding: 1px 8px 1px 8px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 1.5pc;
}
.abt2 {
  background: #eaeaea;
  padding: 43px 1px 45px;
}
.twoz {
  padding: 20px 1px;
}
.dbox1 {
  background: #fff;
  /* border: 1px solid; */
  padding: 18px;
  border-radius: 15px;
  box-shadow: 0px 3px 10px 1px #b3b3b3;
  margin-bottom: 15px;
  height: auto;
}
      }    

      @media screen and (max-width: 991px) and (min-width: 768px)
      {

        .navbar-brand > img {
          display: block;
          width: 145px;
      }
      .abtbox {
        background: #e8e8e8e0;
        padding: 25px 39px 19px 39px;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 1.5pc;
    }
    .dbox1 {
      background: #fff;
      /* border: 1px solid; */
      padding: 18px;
      border-radius: 15px;
      box-shadow: 0px 3px 10px 1px #b3b3b3;
      margin-bottom: 15px;
      height: auto;
  }
      }

      .contactpara h1
      { text-shadow: 2px 1px 1px #b82f36;}

      .contactpara a {
        color: #fdfdfd;
        text-decoration: none;
    }

    .two iframe
    {margin-top: 50px;}

    .abtpara h1
    { text-shadow: 2px 1px 1px #b82f36;}

    .abtpara a {
      color: #fdfdfd;
      text-decoration: none;
  }

  .galpara h1
  { text-shadow: 2px 1px 1px #b82f36;}

  .galpara a {
    color: #fdfdfd;
    text-decoration: none;
}
.blogpara {
  padding: 71px 1px 100px;
  background: url(../images/blopara.jpg) no-repeat 0px 0px fixed !important;
  background-size: cover !important;
  padding: 140px 40px 140px;
  color: #fff;
  text-shadow: 2px 4px 4px #969696;
}
.blogpara h1
{ text-shadow: 2px 1px 1px #b82f36;}

.blogpara a {
  color: #fdfdfd;
  text-decoration: none;
}

.blogz {
  padding: 80px 1px 60px;
}
.blo h3  {
  font-size: 24px;
}
.cat ul{list-style-type: none;}
.cat ul li{    padding: 5px 1px;
  border-bottom: 1px solid #e8e7e7;}
.cat ul li a{color: #000;}
.cat h3{color:#b82f36 ;
font-weight: bold;}
.blo{border-right: 1px solid #b7b7b7;}
.cat ul li img{width: 100px;}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #f16767;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #fd7170;
  border-color: #ddd;
}
.itext
{    width: 100%;
  padding: 12px 9px;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 7px;
  margin-bottom: 20px;}

  .serpara h1
  { text-shadow: 2px 1px 1px #b82f36;}

  .serpara a {
    color: #fdfdfd;
    text-decoration: none;
}

  @media screen and (max-width: 767px) and (min-width: 300px) 
  {
  .ssin
  {display:none}
  .shrink-nav .navcen {
    width: 100%;
    float: left;
    margin-top: 0px;
}
.navcen {
    width: 100%;
    float: left;
    margin-top: 10px;
    background: #fff;
}
.abtpara, .serpara, .galpara, .blogpara
{
    padding: 50px 40px 40px;
}
.modal
{    z-index: 666666;}
  
  }
  
    @media screen and (max-width: 991px) and (min-width: 768px) 
	{
	.navcen {
    width: fit-content;
    float: inherit;
    margin-top: 10px;
}
.shrink-nav .navcen  {
    width: fit-content;
    float: inherit;
    margin-top: 10px;
}
.modal
{    z-index: 666666;}
	}
	
	    @media screen and (max-width: 1024px) and (min-width: 992px) 
	{
	.navbar-brand > img {
    display: block;
    width: 126px;
}
.shrink-nav img {
  width: 126px;
}
  }
  
 
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fff !important;
  background-color: #000000;
}

.modal-lg {
 
  margin-top: 86px;
}

@media only screen and (max-width: 677px) and (min-width: 300px)
{
.Modern-Slider .item .img-fill {
    height: 42vh;
    background: #000;
}

 
.Modern-Slider .item h3 {
 
    font-size: 31px;
 
}
.Modern-Slider .item .img-fill img {
  filter: blur(1px);
  height: 30vh;
}
.Modern-Slider .item .img-fill .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /* background: rgba(0,0,0,.50); */
  line-height: 40vh;
  text-align: center;
}
.blogz {
  padding: 20px 1px 20px;
}
}

@media only screen and (max-width: 1199px) and (min-width: 992px)
{
  .nav > li > a {
    position: relative;
    display: block;
    padding: 19px 10px;
}
.navbar-brand > img {
  display: block;
  width: 193px;
}
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d4d4d4;
}


  @media screen and (max-width: 767px) and (min-width: 300px) 
  {
  .ssin
  {display:none}
  
  }