
.nicescroll-cursors {
    width: 6px !important;
    
}
div#ascrail2000 {
       z-index: 99999999999 !important;
}

           html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  position: relative;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}


.pager .active a{
    background-color : #337AB7;
    color: #FFF;
    border: 0px;
}
.item {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 2px solid #676767;
  margin: 3rem auto;
  font-size: 1rem;
transition: all 1s ease-in-out    
}

@media screen and (min-width: 40rem) {
  .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
  
    margin: 0 auto;
    border: 0.2rem solid #fff;
  }
}

@media screen and (min-width: 60rem) {
  .item-1-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
      width: 24.33333%;
    float: left;
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 60rem) {
  .item-2-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
      display: inline-block;
  }
}

.bg_img {
  display: block;
  width: 100%;
  height: 60vw;
  -o-object-fit: cover;
     object-fit: cover;
    transition: all 1s ease-in-out
}

@media screen and (min-width: 40rem) {
  .bg_img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: width 1.3s ease-in-out, height 1.3s ease-in-out;
    transition: width 1.3s ease-in-out, height 1.3s ease-in-out;
  }
}

@media screen and (min-width: 40rem) {
  .item:hover .bg_img {
    width: 110%;
    height: 120%;
  }
}

.text_wrapper {
  display: block;
  color: #313131;
}

@media screen and (min-width: 40rem) {
  .text_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
    color: #dfdfdf;
    font-size: 1.25em;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .text_wrapper:hover {
    opacity: 0;
  }
}

@media screen and (min-width: 70rem) {
  .text_wrapper {
    font-size: 1.5rem;
  }
}

.text_position {
  display: block;
}

@media screen and (min-width: 40rem) {
  .text_position {
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 70%;
  }
}

@media screen and (min-width: 50rem) {
  .text_position {
    width: 60%;
    left: 20%;
  }
}

@media screen and (min-width: 60rem) {
  .text_position {
    width: 50%;
    left: 25%;
  }
}

@media screen and (min-width: 40rem) {
  .text_position-left {
    left: 5%;
    width: 60%;
  }
}

@media screen and (min-width: 50rem) {
  .text_position-left {
    width: 40%;
  }
}

@media screen and (min-width: 40rem) {
  .text_position-right {
    right: 5%;
    left: auto;
    width: 60%;
  }
}

@media screen and (min-width: 50rem) {
  .text_position-right {
    width: 40%;
  }
}

@media screen and (min-width: 50rem) {
  .text_position-1-3 {
    left: 5%;
    width: 90%;
  }
}

.item--title {
  display: block;
  font-family: "Julius Sans One", Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.1em;
  color: inherit;
}

@media screen and (min-width: 40rem) {
  .item--title-left {
    text-align: left;
  }
  .item--title-right {
    text-align: right;
  }
}

.item--text {
  display: block;
  padding: 0 1em;
  margin: 1em 0;
  font-family: "Crimson Text", serif;
  font-size: 1.2em;
  text-align: justify;
  letter-spacing: 0.05em;
  color: inherit;
}

@media screen and (min-width: 40rem) {
  .item--text {
    padding: 0;
  }
}
.text-sp{
font-weight: 800;
    
    
           }           
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #f88f19;
    border: 1px solid #8e8b8b;
    border-radius: 15px;
    transition: all 1s ease-in-out;
}
.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: #080707;
}
.pager .active a {
    background-color: #000000;
    color: #FFF;
    border: 0px;
}
/*************************************
Start navbar
**************************************/
.navbar {
    justify-content: center;
    align-items: center;
    display: flex;
  height: 80px;
  background-color: transparent;
  border: none;
  color: white;
  z-index: 100;
  transition: background-color 1s ease 0s;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: orange;
    background-color: transparent;
}
.navbar-brand>img {
    display: block;
    width: 50%;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default {
}
a:focus, a:hover {
    color: #ffffff;
    text-decoration: underline;
}
   
.navbar-nav {}
    
li {}
      
a {}
        color: white;
        margin: 10px 5px 5px 5px;
        
      }
       a:hover, > a:active, > a:focus {
        color: #fff;
        border: 1px solid #C57ED3;
      }
       a:visited {
        color: #fff;
        text-decoration: none;
      }

     

.active {}

       a, > a:hover, > a:focus {
        background-color: transparent;
        color: #fff;
      }


  .navbar-toggle {
    border-color: #C57ED3;

      &:hover, &:focus {
        background-color: #ffff;
      }
}


      .icon-bar {
        color: #C57ED3;
        background-color: #C57ED3;

      }
  

  .navbar-collapse.collapse.in ul {
    background-color: #000;
  }
    
/* Solid class attached on scroll past first section */

.navbar.solid {
  background-color: #000;
  transition: background-color 1s ease 0s;
  box-shadow: 0 0 4px grey;
  justify-content: center;
    align-items: center;
    display: flex;   
}

    .navbar-brand {
      color: #C57ED3;
      transition: color 1s ease 0s;
        padding-top: 0px;
    }

.navbar-nav {}

li {}

          a {
            color: #fff;
            transition: color 1s ease 0s;
          }

/*************************************
end navbar
**************************************/

/*************************************
Start slider
**************************************/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.overlay{
    width: 100%;
    height: 100vh;
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    
    opacity: 0.6
}
.carousel {
    position: relative;
    height: 100vh;
}
/*************************************
end slider
**************************************/

/*************************************
Start About us
**************************************/
.bg-danger {
    background-color: #f2f2f2;
    background-image: url(../img/images.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
        padding-bottom: 5%;
    padding-top: 5%;
    
}
.hei-sec{
    
}
.form-group {
    margin-bottom: 0px;
}
.marg{
    margin-top: -5%;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    text-align: center;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 35%;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.mar-search{
    margin-bottom: 50px;
     margin-top: 50px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    width: 75%;
}

/*************************************
end About us
**************************************/
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);
body{
    font-family: 'Quicksand', sans-serif;
}
.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
    
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	position: absolute;
	right: 3px;
	left: 3px;
	top: -160px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}
footer{
    font-family: 'Quicksand', sans-serif;
}
footer a,footer a:hover{
    color: #88C425;
}

/*************************************
start footer
**************************************/
.full {
    width: 100%;	
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #000;
	height: auto;
	color: #fff;
	position: relative;
	width: 100%;
        padding: 20px 0 20px 0;

}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #78828D
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}


/*************************************
end footer
**************************************/
@media(max-width:1200px){

        .head-photo{
    font-size: 10px    
    } 
       .carousel {
    position: relative;
    height: 100%;
}
}
@media(max-width:991px){
    .counter .single-counter {
    float: left;
    width: 49%;
    padding: 28px 15px 28px;
}
        .marg{
    margin-top: 0%;
}

        .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 50% !important;

}
         .head-photo{
    font-size: 10px    
    }
       .carousel {
    position: relative;
    height: 100%;
}
}
@media(max-width:785px){
    .dow{
        text-align: center;
    }
    .cont-us{
        text-align: center;
    }
    .navbar {
   
    display: inline-block;
        height: 65px;

}
.navbar.solid {
    display: inline-block;   
    height: 65px;
}
        .navbar-nav {
    margin: 0px -15px;
}
 .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
right: 50%;
} 
    .marg{
    margin-top: 0%;
}

    .head-photo{
    font-size: 8px    
    }
    .carousel {
    position: relative;
    height: 100%;
}
}
