@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'DIGITAL';
    src: url('../fonts/DS-DIGII.TTF');
}
*
{
    margin:0px;
    padding:0px;

}

body
{
    font-family: 'Roboto Slab', serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    margin:0px;
    padding:0px;
}
html
{
    width:100%;
    height:100%;}

terms-box label {
    font-size: 16px;
    color: #15478a;

}


.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: none;
}

.three-pic-box .carousel-control.left {
    background: transparent;
    top: 98px;
    right: 0;
    left: 0;
}
.three-pic-box .carousel-control.right {
    right: 0;
    left: auto;
    background: transparent;
    top: 98px;
}
.top-bar{
    background:none;
    padding-bottom:0px;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
}
.top-section
{	background:#04213b;

  padding-top:13px;
  padding-bottom:7px;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
}
.login
{float: right;}
.login a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.digital-clock {
    margin: auto;
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    right: 0;
    width: 114px;
    height: 35px;
    color: #ffffff;
    border: 2px solid #999;
    border-radius: 4px;
    text-align: center;
    font: 19px/32px 'DIGITAL', Helvetica;
    background: linear-gradient(90deg, #000, #555);
}

.carousel-inner img {
    width: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    height: 284px;
}

.phone-box
{color: #042859;
 font-weight: bold;
 float: right;
 padding-top: 17px;
 text-align: left;}


.chart-box
{
    margin-top:40px;
    border-top:1px dashed #444;
    padding-top:30px;



}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border: 2px solid #fff;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    color: #fff;
    border: 2px solid #fff;
}


.navbar {
    margin-bottom: 0px!important;
}
.date-section
{

}
/*.carousel-caption {
    right: 60%;
    left: 6%;
    padding-bottom: 30px;
    text-align: left;
    bottom: 27%;
    top: 24%;
    background-color: rgba(4, 40, 89, 0.7);
    padding: 21px 39px;
    border-radius: 20px;
}*/
.carousel-caption .left-caption
{
    text-align:left;


}
.carousel-caption .right-caption
{
    text-align:right;

}
.carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
    top: 270px;
    background-color: rgba(4, 40, 89, 0.7);
    padding: 21px 39px;
    /*! border-radius: 20px; */
}
.carousel-caption h3 {
    font-size: 40px;
}
.carousel-caption h3 span {
    font-size: 45px;
    font-weight:bold;
    color:#ffc600;
}
.carousel-caption p
{
    font-size:16px;


}
blink a {
    color:#fff;
}
blink a:hover {
    color:#05b9fc;
}
blink {
    -webkit-animation: 2s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
    animation: 2s linear infinite condemned_blink_effect;
    border: 2px solid #fff;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

.report_box
{
    margin-bottom:10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b7ea+0,0089c9+12,00acea+26,006faa+44,006faa+63,00acea+81,00acea+81,009ec3+100 */
    background: rgb(0,183,234); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(0,183,234,1) 0%, rgba(0,137,201,1) 12%, rgba(0,172,234,1) 26%, rgba(0,111,170,1) 44%, rgba(0,111,170,1) 63%, rgba(0,172,234,1) 81%, rgba(0,172,234,1) 81%, rgba(0,158,195,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,183,234,1) 0%,rgba(0,137,201,1) 12%,rgba(0,172,234,1) 26%,rgba(0,111,170,1) 44%,rgba(0,111,170,1) 63%,rgba(0,172,234,1) 81%,rgba(0,172,234,1) 81%,rgba(0,158,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,183,234,1) 0%,rgba(0,137,201,1) 12%,rgba(0,172,234,1) 26%,rgba(0,111,170,1) 44%,rgba(0,111,170,1) 63%,rgba(0,172,234,1) 81%,rgba(0,172,234,1) 81%,rgba(0,158,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=1 ); /* IE6-9 */
    padding:20px 10px;
    border-radius:10px;
    text-align:center;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.75);
    border: 1px solid #fff;	


}


.report_box h4 a{

    color:#fff;
    font-size:20px;
    text-transform:uppercase;
    cursor:pointer;
    font-weight:bold;


}
.samadhan {
    margin-top: 51px;
    float: left;
    width: 100%;
}
.key-people-box h4 {
    font-size: 25px;
    font-weight: bold;
    color: #032743!important;
    border-bottom: 2px dashed #032743!important;
    padding-bottom: 10px!important;
}
.key-inner h1 {
    border: 2px solid #fff;
}
.key-people-box
{
    background-color: transparent!important;

}
.key-inner
{
    border-bottom: none!important;
    background: #5ab6fe!important;
    margin-bottom: 20px!important;
    border-radius: 10px!important;
    border: 2px solid #fff!important;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.75)!important;
}
.date-section h5
{
    font-size:18px;
    font-weight:bold;
    color:#ff0000;
    padding-left: 10px;
    font-family: 'Roboto Slab', serif;	
}
.date-inner
{
    background:#fff;
    border:2px solid #033f90;
    padding:8px 6px;
    border-radius:6px;
    width:30%;
    font-family: 'Roboto Slab', serif;		
}
.login-section
{
    background:#0072bc;
    border-radius:10px;
    padding:4px 9px;
    color:#fff;
    font-size:18px;
    font-family: 'Roboto Slab', serif;
    font-weight:bold;
    width:70%;
    text-transform:uppercase;
    float: right;
}	
.login-section a
{
    color:#fff;
    text-decoration:none;

}	
.top-bottom-section
{
    width:100%;

}
.top-bottom-section
{
    width: 100%;
    float: left;

}
.top-bottom-section h1
{
    text-align: center;
    font-size:55px;
    color: #1c0071;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;					
}
.address-text
{

    padding-top:0px;

}
.address-text h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #1c0071;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
    margin: 0px;
}
.image-title-text h4
{
    font-weight:bold;
    font-size:18px;
    color:#0d2d54;
    text-align:center;
    font-family: 'Roboto Slab', serif;
}
.image-title-text1 h4
{
    font-weight:bold;
    font-size:18px;
    color:#0d2d54;
    text-align:center;
}
.image-title-text img
{
    margin-left:37px;
    border:3px solid #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.75);
    border-radius:4px;


}
.welcomebox
{
    padding:10px 0px;
    color:#fff;
    clear: both;

}
.welcomebox h2
{
    font-size:33px;
    font-style:italic;
    font-weight:bold;
    font-family: 'Roboto', sans-serif;		
}
.three-pic-box {
    padding-top: 22px;
    text-align: center;
    background: #054a83;
    margin-top: 42px;
    padding-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;

}
.three-pic-box h2
{
    color:#fff;
    font-size:30px;
    font-family: 'Roboto Slab', serif;
    font-weight:bold;	
    text-align:center;
    margin-bottom: 35px;
}
.three-pic-box h5
{
    color:#0d0071;
    font-size:16px;
    font-family: 'Roboto Slab', serif;
    font-weight:bold;	
    text-align:center;
}
.three-pic-box h5 span
{
    color:#ff0909;
    font-size:16px;
    font-family: 'Roboto Slab', serif;
    font-weight:bold;
    text-align:center;
}
.six-box
{
    background:#e2e2e2;
    border-bottom:7px solid #0d0071;
    border-top:7px solid #0d0071;
    padding:44px 0px;

    display: flex;
    flex-direction: row;
    margin-bottom:7px;
}
/*.bl-box
{
    background: #0d0071;
    text-align: center;
    color: #fff;
    padding: 45px 25px;
    width: 183px;
    margin: 6px;
    height: 126px;
    border: 3px solid #fff;
}
.bl-box h6
{
    font-size:17px;
    font-family: 'Roboto Slab', serif;

}*/

.bl-box
{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#43b3e8+0,8abbd7+31,066dab+100 */
    background: rgb(67,179,232); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(67,179,232,1) 0%, rgba(138,187,215,1) 31%, rgba(6,109,171,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(67,179,232,1) 0%,rgba(138,187,215,1) 31%,rgba(6,109,171,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(67,179,232,1) 0%,rgba(138,187,215,1) 31%,rgba(6,109,171,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43b3e8', endColorstr='#066dab',GradientType=0 ); /* IE6-9 */

    text-align: center;
    color: #fff;
    padding: 20px 25px 25px 25px;
    width: 183px;
    margin: 6px;
    height: 85px;
    border: 3px solid #fff;
}
.bl-box h6
{
    font-size:14px;
    font-family: 'Roboto Slab', serif;
    color:#04154e;

}
.bl-box h6 a
{
    font-size:14px;
    font-family: 'Roboto Slab', serif;
    color:#04154e;
    cursor:pointer;

}

.listing-section-content-fh
{
    padding: 0px 0px 20px 0px;
    height: auto;
    margin-bottom: 20px;
}
.listing-section-content-fh h5
{
    font-size:16px;
    font-weight:bold;
}
.listing-section-content-fh p
{
    font-size:13px;
    font-weight:bold;
}
.p-0
{
    padding:0px;
}
.listing-section-box
{

}
.listing-section-box ul li{
    margin-bottom:13px;
    border-bottom: 1px dashed #ccc;
    line-height: 30px;
}
.listing-section-box ul li a
{
    font-size:17px;
    font-family: 'Roboto Slab', serif;
    color:#0d0071;
    font-weight:bold;
    padding-left:5px;
    margin-bottom:20px;

}
.link-section-content ul li{
    margin-bottom:13px;
}
.link-section-content
{
    padding: 28px 0px 20px 23px;
}
.link-section-content ul li a
{
    font-size:16px;
    font-family: 'Roboto Slab', serif;
    color:#0d0071;
    padding-left:5px;
    margin-bottom:20px;
}
.listing-sectiontitle {
    background: #005fae;
    padding: 5px 0px 5px 37px;
    font-weight: bold;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.listing-sectiontitle h3 {
    font-weight: bold;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
    margin: 0px;
    line-height: 36px;
}
.listing-section-content {
  padding: 20px 0px 20px 27px;
  overflow-y: scroll;
  height: 228px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.terms-box span h2
{
    background: #005fae;
    padding: 5px 0px 5px 37px;
    font-weight: bold;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.terms-box h2 {
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-top: 58px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
    background: #005fae!important;
    padding: 10px 20px;
}
.link-section-title
{
    background:#005fae;
    padding:5px 0px 5px 37px;
    font-weight:bold;
    color:#fff;
    font-family: 'Roboto Slab', serif;
}
.link-section-title h3
{
    font-weight: bold;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
    margin: 0px;
    line-height: 36px;	
}
.downloard-list
{
    padding:27px 0px 27px 29px;


}
.downloard-list ul{
    margin:0px;
    padding:0px;
    list-style-type:none;

}
.downloard-list ul li {
    background: url(../images/arrow-down.png);
    margin-bottom: 15px;
    background-position: 7px 10px;
    padding-left: 29px;
    background-repeat: no-repeat;
    border-bottom: 1px dashed #0a043a;
    line-height: 36px;
}
.downloard-list ul li a
{
    font-size:21px;
    color:#0d0071;
    font-weight:bold;
    font-family: 'Roboto Slab', serif;

}

.home-footer
{
    background:#003971;
    padding:10px 0px;
    text-align:center;
    float: left;
    width: 100%;
}
.home-footer p
{
    font-family: 'Roboto Slab', serif;
    font-weight:bold;
    font-size:17px;
    color:#fff;	
}

/*hover effects*/
.style_prevu_kit
{
    display:inline-block;
    border:0;
    /*   width:196px;
       height:210px;*/
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}
.style_prevu_kit:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
    border:4px solid #fff;
}
.navbar-bule{
    background: #005fae;
    width: 100%;
    margin-top: 6px;
    border-radius: 0px;

}
.top-bar .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.top-bar .navbar-nav > li > a:hover {
    background:#5545cb;
}
.carousel-caption h3 {
    font-size: 35px;
    margin: 0px;
}
.carousel-control {
    position: absolute;
    top: 368px;
    bottom: 0;
    left: -1px;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
    font-size: 75px;
    color:#000;

}
.carousel-control.left {
    background: transparent;
    top: -87px;
    right: 0;
    left: 0;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background: transparent;
    top: -87px;
}
.carousel-control.right h3 span
{
    color:#e8bb27;
    font-weight:bold;
    font-size:40px;
}
.welbox h2 {
    background:#005fae;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    margin: 0px;
    margin-top:5px;
    font-family: 'Roboto Slab', serif;
}
.welbox p {
    line-height: 24px;
    font-size: 17px;
    color: #666;
    padding-top: 20px;
}
.welbox span
{
    float:left;
}
.content-box {
    margin-top: 40px;
}

.footer-top {
    background-image: url(../images/ft-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 58px 0px;
    margin-top: 30px;
    float: left;
    width: 100%;
}
.footer-top h2 {
    border: 3px solid #000;
    text-align: center;
    float: left;
    width: 100%;
}
.footer {
    padding-top: 37px;
    padding-bottom: 25px;
    background-color: #0a043a;
    text-align: center;
    width: 100%;
    float: left;
}
.footer ul {
    margin: 0px;
    padding: 0px;
}
.footer ul li {
    border-right: 1px solid #fff;
    display: inline-block;
    line-height: 13px;
    list-style-type: none;
    padding: 0 7px 0 2px;
}
.footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.footer ul li:last-child {
    border-right:0px;
}
.footer p {
    text-align: center;
    font-size: 16PX;
    color: #fff;
}
.Logo img {
    width: 100%;
    float: left;
}
.footer-top ul
{
    margin:0px;
    padding:0px;
    list-style-type:none;

}
.footer-top ul li
{
    display:inline-block;
    float:left;
    padding:5px 20px;

}
.listing-section-content-fh img
{
    width:100%;
}	
.about-box
{}
.fun-box ul
{
    margin:0px;
    padding:0px;
    list-style-type:none;

}
.fun-box ul li
{
    margin-bottom:14px;
    font-size:16px;

}
.fun-box h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px dashed #03185b;
    padding-bottom: 10px;
    margin-bottom: 24px;
    color:#03185b;
}
.panel-title {
    font-size: 16px!important;
    color: #03265c!important;
    font-weight: bold!important;
}
.welbox img
{
    width:100%;

}
@media only screen and (max-width: 1490px) and (min-width: 1370px)  {
    .carousel-caption {
        right: 0;
        left: 0;
        text-align: right;
        bottom: 0;
        top: 251px;
        background-color: rgba(4, 40, 89, 0.7);
        padding: 21px 39px;
        border-radius: 0;
        height: 175px;
    }
}
@media screen and (max-width: 1366px) {
    .carousel-caption h3 {
        font-size: 30px;
    }

}
@media only screen and (max-width: 1200px) and (min-width: 990px)  {
    .Logo img {
        width: 54%;
        float: left;
    }
    .digital-clock {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: -9px;
        right: 0;
        width: 114px;
        height: 35px;
        color: #ffffff;
        border: 2px solid #999;
        border-radius: 4px;
        text-align: center;
        font: 19px/32px 'DIGITAL', Helvetica;
        background: linear-gradient(90deg, #000, #555);
    }
    .login {
        float: right;
        margin-top: 0px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img{
        display: block;
        max-width: 100%;
        height: 257px;
    }
    .carousel-caption {
        right: 0;
        left: 0;
        padding-bottom: 30px;
        text-align: left;
        bottom: 21%;
        top: 102px;
        background-color: rgba(4, 40, 89, 0.7);
        padding: 23px 39px;
        height: 300px;
        text-align: right;
    }
    .carousel-caption h3 {
        font-size: 30px;
    }
    .welbox img{
        width:100%;


    }
    .welbox h2 {
        background: #005fae;
        padding: 10px;
        color: #fff;
        font-size: 24px;
        margin: 0px;
        margin-top: 0px;
        font-family: 'Roboto Slab', serif;
        margin-top: 23px;
        width: 100%;
    }
    .welbox span {
        float: none;
    }
    .bl-box {
        width: 100%;

    }
    .phone-box {
        color: #042859;
        font-weight: bold;
        float: left;
        padding-top: 17px;
        text-align: left;
        padding-left: 20px;
    }
}
@media only screen and (max-width: 980px) and (min-width: 820px)  {
    .inner-listing
    {
        display:none;

    }
    .Logo img {
        width: 54%;
        float: left;
    }
    .digital-clock {
        margin: auto;
        position: absolute;
        top: 0;
        left: -593px;
        bottom: -84px;
        right: 0;
        width: 114px;
        height: 35px;
        color: #ffffff;
        border: 2px solid #999;
        border-radius: 4px;
        text-align: center;
        font: 19px/32px 'DIGITAL', Helvetica;
        background: linear-gradient(90deg, #000, #555);
    }
    .login {
        float: right;
        margin-top: 21px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img{
        display: block;
        max-width: 100%;
        height: 257px;
    }
    .carousel-caption {
        right: 0;
        left: 0;
        padding-bottom: 30px;
        text-align: left;
        bottom: 21%;
        top: 102px;
        background-color: rgba(4, 40, 89, 0.7);
        padding: 23px 39px;
        height: 300px;
        text-align: right;
    }
    .carousel-caption h3 {
        font-size: 28px;
    }
    .welbox img{
        width:100%;


    }
    .welbox h2 {
        background: #005fae;
        padding: 10px;
        color: #fff;
        font-size: 24px;
        margin: 0px;
        margin-top: 0px;
        font-family: 'Roboto Slab', serif;
        margin-top: 23px;
        width: 100%;
    }
    .welbox
    {
        text-align: center;
    }
    .welbox span {
        float: none;
    }
    .bl-box {
        width: 100%;

    }
    .phone-box {
        color: #042859;
        font-weight: bold;
        float: left;
        padding-top: 17px;
        text-align: left;
        padding-left: 20px;
    }
    .top-bar .navbar-nav > li > a {

        padding-left: 7px;
        padding-right: 7px;
    }
}




@media only screen and (max-width: 818px) and (min-width: 690px)  {
    .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #aaa;
        border-radius: 4px;
        width:500px;
    }
    .inner-listing
    {
        display:none;

    }
    .Logo img {
        width: 54%;
        float: left;
    }
    .digital-clock {
        margin: auto;
        position: absolute;
        top: 0;
        left: -593px;
        bottom: -84px;
        right: 0;
        width: 114px;
        height: 35px;
        color: #ffffff;
        border: 2px solid #999;
        border-radius: 4px;
        text-align: center;
        font: 19px/32px 'DIGITAL', Helvetica;
        background: linear-gradient(90deg, #000, #555);
    }
    .login {
        float: right;
        margin-top: 21px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img{
        display: block;
        max-width: 100%;
        height: 257px;
    }
    .carousel-caption {
        right: 0;
        left: 0;
        padding-bottom: 30px;
        text-align: left;
        bottom: 21%;
        top: 44%;
        background-color: rgba(4, 40, 89, 0.7);
        padding: 21px 39px;
        height: 300px;
    }
    .carousel-caption h3 {
        font-size: 25px;
    }
    .welbox img{
        width:100%;


    }
    .welbox h2 {
        background: #005fae;
        padding: 10px;
        color: #fff;
        font-size: 24px;
        margin: 0px;
        margin-top: 0px;
        font-family: 'Roboto Slab', serif;
        margin-top: 23px;
        width: 100%;
    }
    .welbox
    {
        text-align: center;
    }
    .welbox span {
        float: none;
    }
    .bl-box {
        width: 100%;

    }
    .phone-box {
        color: #042859;
        font-weight: bold;
        float: left;
        padding-top: 17px;
        text-align: left;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 680px) and (min-width: 500px)  {
    .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #aaa;
        border-radius: 4px;
        width: 400px;
    }
    .inner-listing
    {
        display:none;

    }

    .digital-clock {
        margin: auto;
        position: absolute;
        top: 0;
        left: -417px;
        bottom: -84px;
        right: 0;
        width: 114px;
        height: 35px;
        color: #ffffff;
        border: 2px solid #999;
        border-radius: 4px;
        text-align: center;
        font: 19px/32px 'DIGITAL', Helvetica;
        background: linear-gradient(90deg, #000, #555);
    }
    .login {
        float: right;
        margin-top: 20px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img{
        display: block;
        max-width: 100%;
        height: 257px;
    }
    .carousel-caption {
        right: 0;
        left: 0;
        padding-bottom: 30px;
        text-align: left;
        bottom: 51%;
        top: 37%;
        background-color: rgba(4, 40, 89, 0.7);
        padding: 21px 39px;
        height: 300px;
    }
    .carousel-indicators {
        bottom: -11px;
    }
    .carousel-caption h3 {
        font-size: 25px;
        padding: 0px;
        margin: -9px;
    }
    .welbox img{
        width:100%;


    }
    .welbox h2 {
        background: #005fae;
        padding: 10px;
        color: #fff;
        font-size: 24px;
        margin: 0px;
        margin-top: 0px;
        font-family: 'Roboto Slab', serif;
        margin-top: 23px;
        width: 100%;
    }
    .welbox
    {
        text-align: center;
    }
    .welbox span {
        float: none;
    }
    .bl-box {
        width: 100%;

    }
    .phone-box {
        color: #042859;
        font-weight: bold;
        float: left;
        padding-top: 17px;
        text-align: left;
        padding-left: 20px;
    }
}




@media only screen and (max-width: 480px) and (min-width: 320px)  {

    .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #aaa;
        border-radius: 4px;
        width: 236px;
    }
    .inner-listing
    {
        display:none;

    }

    .digital-clock {
        margin: auto;
        position: absolute;
        top: 0;
        left: -172px;
        bottom: -84px;
        right: 0;
        width: 114px;
        height: 35px;
        color: #ffffff;
        border: 2px solid #999;
        border-radius: 4px;
        text-align: center;
        font: 19px/32px 'DIGITAL', Helvetica;
        background: linear-gradient(90deg, #000, #555);
    }
    .login {
        float: right;
        margin-top: 20px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img{
        display: block;
        max-width: 100%;
        height: 257px;
    }
    .carousel-caption {
        right: 0;
        left: 0;
        padding-bottom: 30px;
        text-align: left;
        bottom: 51%;
        top: 9%;
        background-color: rgba(4, 40, 89, 0.7);
        padding: 21px 39px;
        height: 304px;
    }
    .carousel-indicators {
        bottom: -11px;
    }
    .carousel-caption h3 {
        font-size:15px;
        padding: 0px;
        margin-bottom: 5px;
    }
    .welbox img{
        width:100%;


    }
    .welbox h2 {
        background: #005fae;
        padding: 10px;
        color: #fff;
        font-size: 24px;
        margin: 0px;
        margin-top: 0px;
        font-family: 'Roboto Slab', serif;
        margin-top: 23px;
        width: 100%;
    }
    .welbox
    {
        text-align: center;
    }
    .welbox span {
        float: none;
    }
    .bl-box {
        width: 100%;

    }
    .phone-box {
        color: #042859;
        font-weight: bold;
        float: left;
        padding-top: 17px;
        text-align: left;
        padding-left: 20px;
    }
}


/* Gallery */

@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);
.gal-container {
    padding-top: 27px;
    padding-bottom: 27px;
    border: 2px solid #ccc;
    float: left;
}

.gal-container{
    padding: 12px;
}
.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 300px;
    overflow: hidden;
    margin-bottom: 17px;
}
.gal-item .box h4 {
    font-size: 15px;
    text-transform: capitalize;
    background: #0546a8;
    color: #fff;
    padding: 10px;
    float: left;


}
.modal-open .gal-item .modal-body img {
    height: auto;
}
.box img{
    height: 200px;
    width: 100%;
    border: 2px solid #fff;

}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after{
    content:"\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    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;
    height:200px;
}
.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;
    left: 6px;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{
    position: relative;
    height: auto;
    top: -64px;
    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;
}
.welbox .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}
.welbox .table > thead > tr > th {
    vertical-align: bottom;
    border: 1px solid #ddd;
    color: #0f126f;

}
.welbox .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #d0f5fe;
}
.welbox .table td {
    vertical-align: bottom;
    border: 1px solid #ddd;
    color: #000;    
}
@media (min-width: 768px) {
    .gal-container .modal-dialog {
        width: 55%;
        margin: 50 auto;
    }
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
        border: 2px solid #fff;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :27px;
    padding-bottom:27px;
}
footer{
    font-family: 'Quicksand', sans-serif;
}
footer a,footer a:hover{
    color: #88C425;
}
.key-people-box p {
    font-size: 15px!important;

}
.key-inner i {
    margin-right: 10px;
    padding: 0px;
}
.img-circle img {
    width: 130px;
    hight: 130px !important;
    border-radius: 50%;
    height: 130px;
    border: 2px solid #ccc;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.75);
}
.terms-box .form-group label
{
    color:#15478a;
}
.left-contentarea
{
    float: left;
    width: 100%;

}
.inner-content
{
    float: left;
    width: 100%;
}


.bigli {
    font-size: 16px;
    line-height: 2;
}