body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    width: 100% ;
    height: 100% !important;
    color: #222222;
    font-weight: 400;
    background-color: #fff;
}

html {
    width: 100% ;
    height: 100% !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

font-family: 'Hind Vadodara', sans-serif;
font-family: 'Rasa', serif;

.customDiv
{

	margin-bottom: 3px;
	min-height: 300px;
	background-color: #393939;
	text-align: center;
	font-size: large;
	color: #fff;
}
.thumbnail
{
	background-color: #696969;
	color: #fff;
}
.thumbnail:hover
{
	background-color: #393939;
	color:#c2c2c2;
	text-decoration: none;
}


/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.mob-img{display: none; height: 100%; object-fit: cover;}

@media (max-width: 1280px){
    .desktop-img{ height: 100%; object-fit: cover;}
}

@media (max-width: 768px){
    .desktop-img{display: none}
    .mob-img{display: inline-block}
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/*--------------------------------------------------------*/

.banner-img{
  background: url(../images/img1.jpg) no-repeat center top fixed;
  background-size: cover;
  position:absolute; height:100%; width:100%;
    display: table;
  }

 

.banner_text
{
   display: table-cell;
    vertical-align: middle;
    text-align:center;

}

.banner
{
    width: 100%;
    height: 500px;
}
.carousel-control
{
    top:45%;
}
nav.navbar{
    margin-bottom: 0px;
    border-radius: 0px;
    /*background-color: rgba(0, 0, 0, 0.15);*/
    position: absolute;
    z-index: 999;
    width: 100%;
}

header {
    
}
.navbar-nav > li > a
{
    color: #fff;
    font-size: 16px;
}
.nav > li > a:hover, .nav > li > a:focus
{
    color:#c2c2c2;
    background-color: transparent;
}
ul.nav.navbar-nav.navbar-right {
    margin-top: 30px;
    margin-right: 30px;
}
.navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-toggle {
    background-color: #fff;
    }
@media (min-width: 320px) and (max-width: 767px){
nav.navbar{
    position: inherit;
    background-color: #000;
}
}
.logo {
   
    text-align: center;
    width: 100%;
}
.heading
{
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    padding-top: 30px;
    width: 100%;
}
.heading h2
{
        font-family: 'Hind Vadodara', sans-serif;
}
.heading p
{
    font-family: 'Rasa', serif;
    font-size: 16px;
}
.heading h2 {
    font-size: 60px ;
}

.parallax { 
    /* The image used */
    background-image: url("../images/banner.jpg");

    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#bg_img {
    background: url('../images/banner.jpg');
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 180px;
    background-attachment: fixed;
}

#bg_img_2 {
    background: url('../images/banner_dark.jpg');
    background-color: #000;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    background-attachment: fixed;
}

@media (min-width: 320px) and (max-width: 767px) {
    #bg_img {
        background-attachment: scroll;
        margin-left: -180px;
    }
}

#bg_img h2, #bg_img_2 h2
{
    margin-top: 20px;
    color: #fff;
    font-size: 54px;
}

#bg_img_2 p
{
    margin-top: -10px;
    color: #fff;
    font-size: 24px;
}

#bg_img_2 .btn {
    text-align: center;
    padding: 15px 30px;
    font-size: 18px;
    background-color: #fff;
    margin-top: 10px;
    color:#393939;
}

#bg_img_2 .btn:hover  {
    color: #fff;
    background-color: #d4312a;
}


#bg_img p
{
    color: #fff;
    font-size: 22px;
}

#thumb-1
{
    margin: 60px 0px;
}

#thumb-1 .thumbnail .caption p
{
    font-size: 18px;
    margin-bottom: 3px;
    margin-top: 6px;
    color: #fff;
    text-align: center;
}
#thumb-1 .thumbnail:hover p
{
    color: #c2c2c2 !important;
}
#thumb-1 .thumbnail a:hover 
{
    text-decoration:none;
}
.logo-img
{
    padding-top: 120px;
    width: 150px;
}

.heading-all h2
{
    color: #393939;
    font-size: 40px;
    text-decoration: none;
    padding-bottom: 40px;
    text-align: center;
}

@media (min-width: 320px) and (max-width: 767px) {

header .nav > li.active a, header .nav > li a:hover{
    background-color: #d4312a; 
    color:#fff;
}
ul.nav.navbar-nav.navbar-right {
     margin-right: 0px; 
}
}

header .navbar-collapse
{
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 20px;
}
header .navbar-nav {
    margin: 0px;
}


#social-icon .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    text-align: center;
    padding: 50px 0px 10px 0px;
    font-size: 40px;
}

#social-icon .list-inline a {
    color: #393939;
    padding: 0px 10px;
}

#social-icon .list-inline a:hover {
    color: #d4312a;
}

footer .text-center a {
    color: #393939;
    padding-bottom: 50px;
    padding-top: -100px;
}

footer .text-center a:hover {
    color: #d4312a;
    text-decoration: none;
}