

/*
Author: Bootstrapthemes
Author URI: http://bootstrapthemes.co
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #fff;
    font-size: 0.875rem;
    color: #000;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
    width:100%;
    font-family: 'arial';
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a{
    font-family: 'verdana';
    font-size: 16px;
}

#toggleColor{
    margin-top: 3px;
}
/*for color scheme*/
.ico-scheme{       
    width: 24px;
    height: 24px; 
    background: url(../../../images/icons.png) 0 -110px;
}
.normal{       
    width: 22px;
    height: 20px; 
    background: url(../../../images/icons.png) -35px 0;
}
.yellow{
    width: 22px;
    height: 20px; 
    background: url(../../../images/icons.png) 0 0;
}
.fuchsia{
    width: 22px;
    height: 20px; 
    background: url(../../../images/icons.png) -70px 0;
}

.facebook{
    width: 22px;
    height: 20px; 
    background: url(../../../images/icons.png) -70px -39px;
}

.twitter{
    width: 22px;
    height: 20px; 
    background: url(../../../images/icons.png) -35px -39px;
}

.youtube{
    width: 22px;
    height: 20px; 
    background: url(../../../images/icons.png) 0 -39px;
}
.ico-skip{
    width: 23px;
    height: 16px; 
    background: url(../../../images/icons.png) 0 -82px;
}

.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;

}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
/*.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}*/
.form-control {
    display: inline-block;
    height: 35px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #bcefeb;
}

h1,
h2,
h3 {
    font-weight: 300;
    margin: 0;
    font-family: 'arial';
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
    font-family: 'arial';
}
h1 {
    font-size: 3.75rem;
    line-height: 5.5rem;
    color:#fff;
    letter-spacing: .4rem;
}
h2 {
    font-size:1.875rem;
    line-height: 3rem;
    text-transform: uppercase;

}
h3 {
    font-size:1.375rem;
    line-height: 2.5rem;  
    text-transform: capitalize;
	font-weight:bold;
	color:#213786;
}
h4 {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color:#223d61;
    text-transform: uppercase;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 2rem;
    font-size: 15px;
}
p:last-child {
    margin-bottom: 0px;
    color: #000;
    font-size: 16px;
    font-family: arial;
    line-height: 30px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}
.text {
    color: #333333;
}
.colorstext {
    color: #5e9a28;
}
.coloricon i {
    color: #5e9a28;
}
.colorsbg {
    background: #5e9a28;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext{
    margin-top: 40px;
}

/*
Section
*/
.sections {
    padding-top:30px;
    padding-bottom: 50px;
    
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
ul{
    margin:0px 0px 0px 0px;
    padding:0;
    list-style:normal;
    border: 0px solid red;
}

.heading {
    margin-bottom: 4rem;
}
.overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: 670px;
}
.map-overlay {
    background-color: rgb(135, 150, 48);
    width: 100%;
    height:auto;
}
.video_overlay {
    /*background-color: rgb(241, 241, 241);*/
    width: 100%;
    height: auto;
}

.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 1px;
    width: 170px;
    /*margin: 20px 0px;*/
    background: #eeeeee;
    position: relative;
}
.separator:after {
    position: absolute;
    left:0;
    bottom:0;
    height: 2px;
    width: 50px;
    background: #1b88bf;
    content:"";

}
.separator2 {
    height: 1px;
    width:93%;
    margin: 20px 0px;
    background: #eeeeee;
    position: relative;
}
.separator2:after {
    position: absolute;
    left:0;
    bottom:0;
    height: 2px;
    width: 70px;
    background: #1b88bf;
    content:"";
}


.separator3 {
    height: 2px;
    width: 30px;
    margin:20px auto;
    background: #5e9a28;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: #f38181;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #5e9a28;
    border-color: #5e9a28;
}



.btn {
    display: inline-block;
    min-width: 150px;
    line-height: 30px;
    height: 50px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size:15px;
    border-radius: 0px;
    margin-top: 20px;
    background-color: #262626;
    transition: .5s;
    border: 1px solid #262626;
    font-family: 'arial';

}
.btn:hover {
    background-color:#f4720a;
    color: #fff;
    text-decoration: none;
    border: 1px solid #f4720a;
}

.btn-primary {
    background-color: #262626;
    transition: .5s;
    padding: 9px 30px;
}

.btn_news_color{
    color:#5e9a28;
    border-color: #5e9a28;
}

.btn-md{
    border:1px solid #5e9a28;
    color:#5e9a28;
    padding: 10px 45px 10px 0px;
}


.btn-larg{
    border: 1px solid #fff;
    color:#fff;
    padding: 6px 30px;
}




/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/


/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #5e9a28;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #ddd;
}
input::-moz-placeholder {
    color: #ddd;
}
input::-ms-input-placeholder {
    color: #ddd;
}

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color:rgba(34, 61, 97, 0.64);
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    height: 75px;

}



.culmn{
    width:100%;
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    margin-bottom:25px;
}
.head_title h3{
    color:#213786;
}
.head_title p{
    font-family: 'arial';
}

/*home section*/
.home{
    background: url(../images/homebg.jpg) no-repeat 100% 100%;
    background-size: cover;
        margin-top: 163px;
}

.home .main_home{
    padding-top: 250px;
}


.home .main_home h1{
    color: #fff;
    margin-bottom:20px;
}
.home .main_home p{
    color: #fff;
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size:1.125rem;
        
}



.home .owl-theme .owl-nav {
    margin-top: 80px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #262626;
}
.owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(45deg);
}


/*service section css*/

.service_tabe_menu{}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    border:0px;
}
.nav-tabs {
    border-bottom: 0px solid transparent;
}
.nav-tabs>li>a:hover{
    border-color:transparent;
}

/*.service_tabe .nav {
    padding-left: 30px;
    margin-bottom: 0;
    list-style: none;
    margin: top;
}*/

.service .nav-tabs>li>a{
    text-align: center;
    color: #444444;
    font-size: 16px;
    width: 250px;
    height: 180px;
    margin-left:20px;
    background: url(../images/stabmenubg.png) no-repeat top center;
    border:0px;
    transition: all 0.6s;
}
.service_tabe_menu.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background: url(../images/stabmenubghv.png) no-repeat top center;
    width:250px;
    height: 180px;
    color:#fff;

}
.service_tabe ul li a:hover{
   background: url(../images/stabmenubghv.png) no-repeat top center;
   color:#fff;
}
.service_tabe ul li a i{
    font-size:2rem;
    margin-top:40px;
    margin-bottom:25px;
}

.service .tab-content{
    margin-top:55px;
}


/*features section css*/

.single_features_text{}
.single_features_text h4{}
.single_features_text p{
    margin-bottom: 40px;
    display: inline-block;
    margin-top: 10px;
}
.single_features_text ul li{
    font-size:0.875rem;
    margin-bottom:15px;
}
.single_features_text ul li span{
    font-family: 'arial';
}

.single_features_text a{
    margin-top:35px;
    background: transparent;
    color:#444444;
    border:1px solid #ddd;
    font-size:0.8125rem;
    padding-top: 0.8em;
}


/*video section css*/


.video .main_video{
    padding: 220px 0px 160px 0px;
    overflow: hidden;
}
.video .icon{}
.video .icon h3{
    color:#fff;
    margin-top:30px;
    margin-bottom: 0px;
}


/*about section css*/
.about{}
.about .main_about_area{}
.about .main_about_content{}
.about .main_about_content .single_about{
    transition: all 0.6s;
    margin-bottom: 65px;
    overflow: hidden;
}

.about .main_about_content .single_about .single_about_img img{
    width:100%;
    height: 100%;
}

.about .single_about .single_ab_icon {
    width: 15%;
    float:left;
    position: relative;
}
.about .single_about .single_ab_icon i{
    width: 100px;
    height: 105px;
    background: url(../images/iconbg1.png) no-repeat center center;
    line-height: 100px;
    text-align: center;
    color: #444;
    font-size: 2rem;
    transition: all 0.6s;

}

.about .single_about:hover .single_ab_icon i {
    background: url(../images/iconbg1h.png) no-repeat center center;
    color: #fff;

}

.about .single_about:hover .single_ab_icon:before{
    opacity: 1;
}

.about .single_about .single_ab_icon:before {}

.about .single_about .single_ab_text{
    width:70%;
    float:left;
    margin-left:20px;
}
.about .single_ab_mision li{
    margin-bottom:10px;
}

/*about_skill_area*/ 
.about_skill_area{
    margin-top:20px;
}

.about_skill_area .about_tabe .about_tabe_menu li a{
    background: url(../images/skmenubg.png) no-repeat top center;
    width:177px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    color:#fff;
    font-size: 15px;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

.about_skill_area .about_tabe .about_tabe_menu li.active a:hover, .about_tabe_menu li.active a:focus {
    color: #fff;
    cursor: pointer;
    background: url(../images/skmenubgh.png) no-repeat top center;
}
.about_skill_area .about_tabe .about_tabe_menu li a:hover{
    color: #fff;
    background: url(../images/skmenubgh.png) no-repeat top center;
}
/*.about_skill_area .nav-tabs>li>a:hover{
    background: url(../images/skmenubgh.png) no-repeat;  
}*/

.about_skill_area .tab-content{
    margin-top:10px;
    display: inline-block;

}

.about_skill{
    margin-top:-38px;
}

/* .skillbar {
    background: transparent;
    display: block;
    height: 7px;
    margin-bottom: 64px;
    top: 65px;
    position: relative;
    transition-delay: 0s;
    transition-duration: .4s;
    transition-property: width, background-color;
    transition-timing-function: linear;
    width: 100%;
    border:1px solid #dddddd;
}
.skillbar-title {
    color: #323232;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: -40px;
    width:100%;
}

.skillbar-title span {
    display: block;
    float: right;
    margin-left: 75px;
    margin-top: -30px;
    font-size: 13px;
}

.skillbar-bar.blue {
    background-color: #262626;
    height: 5px;
    width: 0;
} */


/*counter section css*/
/*counter section css*/
.counter{
    background: url(../images/counterbg.jpg) no-repeat top center;
    background-size: cover;
}
.counter .main_counter_area{}
.counter .main_counter_area{
    padding:80px 20px;
}
.counter .main_counter_area .single_counter{}
.counter .main_counter_area .single_counter .single_counter_item{

}

.counter .main_counter_area .single_counter h2{
    color:#fff;
    font-size:2.8125rem;
}
.counter .main_counter_area .single_counter i{
    color:#262626;
    font-size:1.875rem;
    display: inline-block;
    margin-top:20px;
}
.counter .main_counter_area .single_counter p{
    color:#fff;
    font-size:0.8125rem;
}



/*Features section css*/
.features .owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(0deg);
    border: 1px solid #ddd;
}


/*others service section css*/
.othersservice{
        background: url(../images/videobg.jpg) no-repeat top center;
    background-size: cover;

}
.main_othersservice_area{}
.othersservice .single_othersservice {
    margin-bottom:30px;
    margin-top:20px;
    display: inline-block;
    width:100%;

}

.othersservice .single_othersservice .single_othersservice_icon{    color: white;}
.othersservice .single_othersservice .single_othersservice_icon h4 i{
    color:#fff;
    font-size:2rem;
    background: url(../images/iconbg2.png) no-repeat center center;
    width:64px;
    height:65px;
    line-height: 65px;
    text-align: center;  
    margin-right: 10px;
    transition: 0.6s; 
}
.othersservice .single_othersservice:hover .single_othersservice_icon h4 i{
    background: url(../images/iconbgh2.png) no-repeat center center; 
    color:#fff;
}
.othersservice .single_othersservice .single_othersservice_content{

}


/* Team section css */
.team{
    color:#fff;
        /*background-color: #ececec;*/
}

.team .single_team_content{
    margin-top:0px;
    transition: all .6s;
}


.team .single_team_content .single_team_img img{
    width:100%;
    transition: 0.6s;

}
.team .single_team_content .single_team_img{
    position: relative;

}
.team .single_team_content:hover .single_team_img img{
    transform: scale(1.05);


}
.team .single_team_content:hover .single_team_text_overlay{
    opacity: 1;
}
.team .single_team_content .single_team_text_overlay{
    position: absolute;
    left: 15%;
    top: 30%;
    background: rgba(255, 114, 0, 0.75);
    padding: 10px 20px;
    width:70%;
    opacity:0;
    transition: all 0.6s;
}
.team .single_team_content .single_team_text_overlay h4{
    margin-bottom: .0rem;
    display: inline-block;
}
.team .single_team_text_overlay .team_overlay_socail{
    margin-top:40px;
}
.team .single_team_content .single_team_text_overlay .team_overlay_socail a i{
    border:1px solid #fff;
    color:#fff;
    width:30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    transition: all .6s;
}
.team .single_team_content .single_team_text_overlay .team_overlay_socail a:hover i{
    background: #fff;
    color:#262626;
}



/*why choose us section css*/

/*choose section css*/
.choose{}
.choose .main_choose{}
.choose .main_choose .single_choose{}
.choose .main_choose .single_choose .single_choose_img img{
    width:100%;
    height: 100%;
}
.choose .main_choose .single_choose .single_choose_acording{}
.choose .main_choose .single_choose .single_choose_acording .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #ddd;
}

.panel-heading{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0;
}
.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 20px;
}
.choose .main_choose .single_choose .single_choose_acording .panel-title>a {
    color: #333333;
    display:block;
    text-transform: uppercase;

}
.choose .main_choose .single_choose .single_choose_acording .panel-title a i{
    color: #444444;
    font-size: 1.575rem;
    display: inline-block;
    margin-right: 15px;
    background: url(../images/ch_col_icn.png) no-repeat left center;
    width:49px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: 0.6s;
}
.choose .main_choose .single_choose .single_choose_acording .panel-title:hover a i{
    color: #fff;
    background: url(../images/ch_col_icn_h.png) no-repeat left center;
}
.choose .main_choose .single_choose .single_choose_acording .panel-title a i.fa-chevron-down{
    float:right;
    margin-right: 0px;
}

/*portfolio2 section css*/
.btn-md:active, .btn-md.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
button.btn-md:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline:none;
    color:#262626;
}
button.btn-md {
    text-align: center;
    color: #444;
    letter-spacing: 1px;
    margin: 0;
    font-size: 0.8125rem;
    border-radius: 0px;
    margin-top: 0px;
    background-color: transparent;
    transition: .5s;
    border: 0px solid #262626;
    font-family: 'arial';
}
button.btn-md:hover {
    background-color: transparent;
    color: #262626;
    text-decoration: none;
    border: 0px solid #f4720a;
}
.portfolio .toolbar{
    margin-bottom:50px;
}
#portfoliowork {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    display: none;

}


.scale-anm {
    margin: 0 0 1.125rem;
    width: 100%; 
}


.tile img {
    height: auto;
    display: block; 
    width: 100%;
}

.single_portfolio{
    position: relative;

}
.single_portfolio:hover .grid_item_overlay{
    opacity: 1;
}

.grid_item_overlay{
    position: absolute;
    left:10%;
    top:10%;
    width:80%;
    height: 80%;
    background: rgba(255, 114, 0, 0.75);
    color:#fff;
    padding: 20px;
    opacity: 0;
    transition: 0.6s;
    text-align: center;
    padding-top:35%;
    z-index: 99;
}
.g_overlay_1{
    padding-top:16%;
}
.g_overlay_2{
    padding-top: 85%;
}
/*.grid_item_overlay h4{
    margin-bottom:0;
    margin-top:40px;  
}
.grid_item_overlay p{

}
.grid_item_overlay .overlay_icon_area{
    overflow: hidden;
    display: block
}*/
.grid_item_overlay a i{
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #fff;
    color:#fff;
    display: inline-block;
    background: transparent;
}
.grid_item_overlay a:hover i{
    color:#262626;
    background: #fff;
}

/*.btn {
    font-family: Lato;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0; 
    height: auto;
    border: 1px solid #ccc; 
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: rgba(0, 0, 0, 0);
}*/


/*portfolio section css*/
/*.portfolio{
    overflow: hidden;
    width:100%;
}
.heading_filter_menu{
    overflow: hidden;
    height: 150px;
}
.main_portfolio .head_title h4{
    float:left;
    font-size:1.375rem;
}
.main_portfolio .head_title a{
    display: inline-block;
    float:right;
    color:#413d4b;
}

.main_portfolio_content{}

.grid{}

.grid-item { 
    width: 23%; 
}
.grid-item--width2{
    width:45%;
    height: 300px;
}
.grid-item img{
    width:100%;
    height: 100%;
}

.portfolio .grid-item{
    position: relative;
}

.portfolio .grid-item:hover .grid_item_overlay{
    opacity: 1;
}
.portfolio .grid_item_overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 33%;
    color: #fff;
    transition: all 0.6s;
    opacity: 0;
    background-color: rgba(76, 61, 114, 0.55)
}
.portfolio .grid_item_overlay p{
    color:#fff;
    margin-bottom:5px;
}
.portfolio .grid_item_overlay i{
    margin-bottom:10px;
    font-size:2rem;
    color:#FFF;
}*/




/* Carousel */
.testimonial{
    
}
.main_testimonial {
    color:#fff;
}
.main_testimonial .single_testimonial i{
    color:#fff;
    margin-bottom:30px;
    font-size:2rem;
    padding: 2px;
}
.main_testimonial .single_testimonial p{
    color:#fff;
    letter-spacing: .03rem;
}
.main_testimonial .single_testimonial .single_test_author{
    margin-bottom:40px;
    display: inline-block;
}
.main_testimonial .single_testimonial .single_test_author h4{
    color:#fff;
    margin-bottom:0px;
    font-size:1rem;
}
.main_testimonial .single_testimonial .single_test_author h4 span{
    font-family: 'arial'; 
}
.main_testimonial .single_testimonial .single_test_author p{
    color:#fff;
}

.main_testimonial .owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(0deg);
}

/*clogo section css*/
.clogo{
    background: #eeeeee;
}






/*contact section css*/
.contact{

}

.contact .single_contact_info{
    margin-bottom:36px;
    overflow: hidden;
}

.contact .single_info_icon {
    width:10%!important;
    float: left;
    margin-right: 5%;

}
.contact .single_info_icon i{
    width:60px;
    height: 56px;
    line-height: 56px;
    color:#444;
    background: url(../images/info_iconbg.png) no-repeat;
    font-size: 1.5rem;
    padding-left: 15px;
}
.contact .single_info_text {
    float:left;
    width:80%;
}


.fa {
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}


.fabig {
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

/*maps section css*/

.maps{
    
    overflow: hidden;
    background-size: cover;
    position:relative;
}

.main_maps{
    width:100%;
    height: 100%;
}
.main_maps .map_canvas_icon{
    position:absolute;
    left:35%;
    top:25%;
    cursor:pointer;
}

.main_maps i{
    color:#fff;
    font-size:2rem;
}
.main_maps h2{
    color:#fff;
}

#map_canvas{
    height: 160px; 
    width: 100%;
}





/*footer widget*/

.footer_widget{
    background: #1a1a1a;
    color:#fff;
    background-size: cover;
}
.footer_widget .main_widget{
    padding: 55px 15px 15px 15px; 
    overflow: hidden;
}
.single_widget{
    margin-bottom:30px;
}
.single_widget ul li{
    margin-bottom:10px;
}
.single_widget ul li a{
    width:100%;
    display:block;
    overflow: hidden;
    font-size:15PX;
    color:#fff;
    line-height: 1.4rem;
}
.single_widget ul li a:hover{
    color:#262626;
}

.footer_logo{
    margin-bottom: 20px;
}

.single_widget li.single_latest_news{
    margin-bottom: 20px;
}
.footer_subcribs_area .navbar-form {
    padding: 0;
}
.footer_subcribs_area .form-control {
    font-size: 14px;
    border: 1px solid #a199b4;
    color:#a199b4;
    border-radius:0px;
    width: 100%;
    display: inline-block;
    height: 45px;
    background-color:transparent;
    line-height: 20px;
}
.footer_subcribs_area .form-group{
    position:relative;
}

.footer_subcribs_area .submit_btn{
    background: transparent;
    border: 0px solid #ccc;
    color: #ededed;
    padding: 5px 10px;
    border-radius: 0px;
    height: 45px;
    outline: none;
    width: 25%;
    transition: all .6s;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.footer_subcribs_area .submit_btn:hover{
    color: #fff;
}
.footer_subcribs_area .submit_btn:before {
    content: "\f178";
    font-family: 'Fontawesome';
    text-align: center;
    font-size:1rem;
}


/*footer section*/
.footer{
    background: #14245f;
}
.footer .main_footer{
    overflow: hidden;
    padding: 30px 0px 10px 0px;
}
.footer .flowus{
    text-align: right;
}
.footer .main_footer a
{
    color: #fff;
    outline: none;
	font-size:14px;
}


.footer .main_footer a:hover
{
    color: yellow;
}

.footer .flowus a i{
    color:#fff;
    font-size:1rem;
    padding: 5px;
    border:1px solid #fff;
    border-radius: 0;
    width:30px;
    height:30px;
    text-align: center;
    line-height: 18px;
    margin-right:5px;
    margin-top:10px;
}
.footer .flowus a i:hover{
    color:#262626;
    border:1px solid #262626;
}

.copyright_text{
    text-align: left;
}
.copyright_text p{
    color:#fff;
    line-height: 25px;
    max-width: 100%;
    padding-top: 10px;
    font-size: 16px;
}
.copyright_text p i{
    padding:0px 10px;
    color:#ff0000;
}
.copyright_text p a{
    padding:0px 10px;
    color:#71bdff;
    font-size: 16px;
}



/* scrollup */

.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #262626;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}






.top_sliderpanelmain
{
    /*padding: 20px 20px 0px 10px;*/
    margin: 0px;

    
}


.top_newspanelslider
{
    background-color: #213786;
    padding: 10px 0px;
    margin: 0px;
    

    
}

.leftbanner_sliderpanel
{
    padding: 0px;
    margin: 0px;
}

.banner .banner_slider
{
    height: 400px!important;
}


.banner {
    height: 400px!important;
}






/*Tob Bar*/


/*Common wrapper*/
  .common-wrapper {
	background:#35353f;
    margin-bottom: 1px;
    height: 39px;
    box-shadow: 0px 8px 5px #bcbcbc;
    
    
}


.tobbar_main
{
    background-color: #f7f7f7;
    margin: 0;
    border-bottom: 1px solid #cccccc;
    padding: 0;
}
.common-container {
	height:36px;
}
.container.common-container {
	max-width: 1170px;
	padding: 0 15px;
	width: 100%;

}
.common-left {
	float:left;
	position:relative;
}
.common-left.common-left-ind li a{line-height:22px;}
.common-left.common-left-ind li:first-child{width:115px;}


.common-right {
	float:right;
	position:relative;
}

.common-left ul li {
	float:left;
	line-height:132%;
	font-size:72%;
	font-weight:600;
	text-transform:uppercase;
	height:36px;
	padding-top:6px;
}
.common-left ul li.gov-india {
	text-align:right;
}
.common-left ul li span {
	display:block;
	font-size:120%;
}
.common-left ul li.ministry {
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid #eeeeee;
}
.common-right ul li {
	float:left;
	position:relative;
	height:40px;
	border-left:1px solid #eeeeee;
    list-style: none;
}
.common-right ul li a {
	display:block;
	width:38px;
	height:40px;
	font-size:90%;
	background-repeat:no-repeat;
	background-position: center !important;
}

.common-right ul li a:hover
{
    background-color: #9bb0fd;
}

.common-right ul li.hover a {
	background-color:#9bb0fd;
}
.common-right ul li.ico-skip > a {
	background-image:url(../images/ico-skip.png);
}
.common-right ul li.ico-skip.hover > a {
	background-image:url(../images/ico-skip-h.png);
}
.common-right ul li.ico-accessibility > a {
	background-image:url(../images/ico-accessibility.png);
}
.common-right ul li.ico-accessibility.hover > a {
	background-image:url(../images/ico-accessibility-h.png);
}
.common-right ul li.ico-social > a {
	background-image:url(../images/ico-social.png);
}
.common-right ul li.ico-social.hover > a {
	background-image:url(../images/ico-social-h.png);
}
.common-right ul li.ico-login > a {
	background-image:url(../images/ico-login.png);
}
.common-right ul li.ico-login.hover > a {
	background-image:url(../images/ico-login.png);
}
.common-right ul li.ico-site-search > a {
	background-image:url(../images/ico-site-search.png);
}
.common-right ul li.ico-site-search.hover > a {
	background-image:url(../images/ico-site-search-h.png);
}
.common-right ul li.ico-sitemap > a {
	background-image:url(../images/ico-sitemap.png);
}
.common-right ul li.ico-sitemap.hover > a {
	background-image:url(../images/ico-sitemap-h.png);
}



a.sw-logo {
	background:url(../images/swach-bharat.png) no-repeat scroll 0 0;
	font-size: 1px;
	height: 68px;
	overflow: hidden;
	text-indent: -500px;
	width: 156px;
}
.bg-logo{font-size: 1px; overflow: hidden;
	text-indent: -500px;}

.common-right ul li.hindi a {
	font-size:13px;
	font-weight:600;
	background:none;
	line-height:35px;
	padding:3px 7px;
	width:auto;
    color: #000;
}

.common-right ul li.hindi a:hover
{
    background-color: #9bb0fd!important;
}

.common-right ul li.hindi:hover a{color:#fff; background-color:#9bb0fd;}

.search-drop input[type='text'] {
	border:0px solid #eeeeee;
	height:36px;
	padding:0px 40px 0px 8px;
	width:200px;
}
.search-drop {
	position:relative;
}
.search-drop a {
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
.skip-main a {
	width:auto !important;
	line-height:normal;
	display:inline-block;
	padding-top:3px;
}
.common-right ul li a {
	opacity:1;
    padding-top: 5px;
    text-align: center;
}
.common-right ul li.hover a {
	opacity:1;
}
.common-right ul li ul {
	position:absolute;
	top:36px;
	right:0px;
	z-index:9999;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	background:#fff;
	padding:0px 0px;
	visibility:hidden;
	background:#333;
}
.common-right ul li ul.search-drop {
	visibility:visible;
	display:none;
}
.common-right ul li ul li {
	float:none;
	position:relative;
	height:auto;
	padding:0px 0px;
	border-left:0px solid #eeeeee;
}
/*.common-right ul li.hover ul{visibility:visible;}*/

.common-right li:hover>ul, .common-right li.hover>ul, .common-right a:focus+ul, .common-right .hover a:focus {
	visibility:visible;
}
.common-right ul li.ico-accessibility ul {
	height:auto;
}
.common-right ul li.ico-social ul {
	height:auto;
	padding:3px 0px;
}
.common-right ul li.ico-accessibility ul li {
	border-top:1px solid #434343;
}
.common-right ul li.ico-accessibility ul li a {
	background:none;
	color: #fff;
	display: inline-block;
	height: auto;
	line-height: 22px;
	margin-top: 0px;
	width: 38px;
	text-align:center;
	padding:3px 0px;
}
.common-right ul li.ico-accessibility ul li:first-child a {
	margin-top:0px;
}
.common-right ul li.ico-social ul li {
	width:38px;
	text-align:center;
	padding:3px 0px;
}
.common-right ul li.ico-social ul li a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	height: 22px;
	margin-top: 0px;
	width: 22px;
}
.common-right ul li.ico-social ul li:first-child a {
	margin-top:0px;
}
.common-right ul li.ico-site-search input[type="text"] {
	background: #fff url("../images/goi-search-bg.png") no-repeat scroll 150px 12px !important;
	/*border: 2px solid #aa2323;*/
	border:2px solid #434343;
	font-weight: 600;
	height: 36px;
	line-height: 34px;
	padding: 0 40px 0 8px;
	width: 270px;
}
.common-right ul li.ico-site-search input[type="text"]:focus {
	background:#fff !important;
}
.common-right ul li.ico-site-search ul {
	padding:0px;
	height:36px;
}
.bttn-search {
	width:38px;
	height:36px;
	cursor:pointer;
	border:0px;
	background-color:#AA2323;
	line-height:27px;
	text-align:center;
	overflow:hidden;
	text-indent:-200px;
	font-size:1px;
	background-image:url(../images/ico-search.png);
	background-repeat:no-repeat;
	background-position: center;
	position:absolute;
	top:0px;
	right:0px;
	opacity:1;
}
.bttn-search:hover {
	opacity:0.8;
}
.sw-logo {
	display:inline-block;
}
a:focus {
	outline:1px dotted #333;
}
.common-left ul li.gov-india a:hover {
	color:#9bb0fd !important;
}
.common-left ul li.gov-india a:focus {
	color:#9bb0fd !important;
}
.common-left a, .common-left li {
	color:#000;
}
.common-left a {
	display:inline-block;
}
.common-left a:focus {
	color:#000 !important;
}


.skipto a
{   
    float:left;
    font-weight: 550;
    font-family: arial;
    color: #3a3a3a;
    line-height: 40px;
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    text-decoration: none;
}


.skipto a:hover
{
    background-color:#9bb0fd;

}

/*Tob Bar*/




.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    clear: both;
    left: 0;
    z-index: 1030;
}


.navbar {
    position: relative;
    margin-bottom: 0px;
    border: 1px solid transparent;
}


.navbar-default {
    background-color: #262626;
    border-color: #262626;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
}




.header_main
{
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}




.header_main h1
{
    font-family: verdana;
    font-size: 19.5px;
    padding: 0px 0px 0px 5px;
    margin: 0px 0px 5px 0px;
    color: #213786;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 30px;
	text-transform:uppercase;
    
}


.header_main span
{
    font-family: verdana;
    font-size: 19px;
    padding: 0px 0px 0px 5px;
    margin: 0px 0px 0px 0px;
    color: #000;
    letter-spacing:  normal;
    line-height: 30px;
	font-weight:800;
    
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ff7200;
}




.newslinktext
{
    width: 100%;
    height: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;

}

.newslinktext ul
{
    width: 90%;
    height: 100%;
    margin: 0px 0px 0px 8%;
    padding: 0px 0px 0px 0px;
}


.newslinktext ul li
{
    width: 100%;
    /*height: 100%;*/
/*    float: left;*/
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 0px 0px;
    border-bottom: 1px solid #dcdcdc;
    list-style-image: url(../images/linksicon.png);
    list-style-position: ;
    
    
}



.newslinktext ul li a
{
    width: 100%;
    color: #fff;
    font-family: arial;
    /*text-transform: capitalize;*/
    font-size: 16px;
     line-height: 23px;
     
}

.newslinktext ul li a:hover
{
    color: yellow;
    
}
















.relatedlinks
{
    width: 100%;
    height: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;

}

.relatedlinks ul
{
    width: 90%;
    height: 100%;
    margin: 0px 0px 0px 8%;
    padding: 0px 0px 0px 0px;
}


.relatedlinks ul li
{
    width: 100%;
    /*height: 100%;*/
    /*float: left;*/
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 0px 0px;
    border-bottom: 1px solid #dcdcdc;
    list-style-image: url(../images/linksicon2.png);
    list-style-position: ;
    
    
}



.relatedlinks ul li a
{
    width: 100%;
    color: #000;
    font-family: arial;
    /*text-transform: capitalize;*/
    font-size: 16px;
     line-height: 23px;
     
}

.relatedlinks ul li a:hover
{
    color: red;
    
}

























.about_tabe
{
   border: 1px solid #2e5a01;
    padding: 10px;
    min-height: 312px;
    background-color: #e6f9d3;
}



.single_about_tab a
{
        background-image: url(../images/linksicon.png);
    padding: 0px 0px 0px 20px;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    width: 98%;
    float: right;
    background-position-y: 6px;
    
}



.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:none;
    padding: 0;
}



.container-fluid
{
    padding-left: 0px;
}


.minister_panel
{
    padding: 8px;     
    border: 1px solid #cecece; 
    background-color: #eaeaea; 
    height:375px;
}

.minister p
{
    color: #000;
}
.minister img
{
    border-radius: 10px;
    border: 3px solid #213786;
}



.aboutpanel_news{
    padding: 50px 0px 0px 0px;
    margin-top: 0px;
}




.books_product
{
    float: left;
    margin: 0px 0px 0px 30px;
    padding: 5px;
    border: 1px solid #000;
}





.gen-list ul {
    
    display: inline-block;
    width: 97%;
    margin-left: 0;
    padding: 0px 0px 0px 0px;
}



.gen-list.iconTop-textBottom-list li {
    display: inline-block;
    background-color: transparent;
    width: 19%;
    min-width: 150px;
    margin-right: 0.5%;
    text-align: center;
    vertical-align: top;
}

.gen-list ul li {
    list-style: none;
    background-color: #0a95dd;
    padding: 0px;
    margin-bottom: 10px;
    border-radius: 7px;
    border: 1px solid transparent;
}

.gen-list.normal-font a {
    font-size: 1em !important;
}

.gen-list ul li a {
    color: #fff;
    display: block;
    font-size: 1em;
    background-color: #f1f1f1;
    padding: 10px;
    min-height: 181px;
    border-radius: 10px;
    font-weight: normal;
}



.gen-list.iconTop-textBottom-list li a span.list-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 70px;
    margin-bottom: 15px;
}


.gen-list ul li a span.list-icon {
    display: table-cell;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    background-color: #262626;
    border-radius: 50%;
}


.gen-list ul li a span.list-icon:hover
{
    background-color: #213786;
}

.gen-list.iconTop-textBottom-list li a div.list-text {
    display: inherit;
    padding-left: 0;
    color: #000;
    font-size: 16px;
}


.gen-list ul li a div.list-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}








/*Navigation*/


.dropdown-submenu {
    position: relative;
}
.dropdown-menu{ min-width: 250px; }
.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;
}

.first-child: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;
}


.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 17px;
    line-height: 21px;

}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #5f78d6!important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
     color: #fff;
    background-color: #5f78d6!important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
   color: #000;
    
}

.linksubmenu > a
{
	background-color:#f7f7f7;
}

.dropdown-menu>li>a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    /*background: #000;
    border-bottom: 1px solid;*/
    font-size: 17px;
}


.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #5f78d6!important;
}


.arrows
{
	height:150px;
	border:0px solid red;
}

.arrows > li:before {
    content: '\00BB';
    padding-right: 8px;
    color: #432470;
}

.arrows > li{
    
    text-indent: -17px;
    list-style: none;
    margin: 0px 0px 10px 10px;
    /*line-height:  1.7;*/
    border: 0px solid red;
}



.arrows > li ul.arrows-child{font-family: Lucida,'Lucida Bright',Georgia,serif; margin: 8px 0;}

.arrows > li ul.arrows-child li{font-family: Lucida,'Lucida Bright',Georgia,serif; list-style: none; text-indent: 0; margin-left:0; text-align: justify; letter-spacing: normal; color: #000!important; font-size: 15px;}


.arrows li a{
    
    color: #a31a1a;
	font-family: Lucida,'Lucida Bright',Georgia,serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;

}

.arrows li a:hover{
    

    color: #045beb;

}




.arrowother_link
{
    padding-left: 5%;
    border: 0px solid red;
}


.text_cont a {
    color: #000;
    text-align: justify;
    font-family: Lucida,'Lucida Bright',Georgia,serif;
    font-size: 15px;
    display: block;
    text-decoration: none;
    
    }
    
.text_cont a:hover {
    color: #a31a1a;
    
    
    }

.viewallwhats
{
	margin-right:10px;
}	
    
.viewallwhats a
{
	color:#f7f970;
	font-size:14px;
}

.viewallwhats a i
{
    color: #ff2f2f;
}	
    
.viewallwhats a:hover
{
	font-size:14px;
	color:red;
}	
    

.viewall a
{
	font-size:14px;
}
    
.viewall a:hover
{
	font-size:14px;
	color:red;
}
	
li.dropdown:hover>.dropdown-menu {
    display: block !important;
}
.dropdown-menu{    background-color: #f7f7f7;}



.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    border: none;
    margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
}




.navbar-default {
    background-color: #14245f;
    border: none;
    border-color: #e7e7e7;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
     padding: 0px 0px 0px 0px;
}







/*Navigation*/



.tab_photogallery_panel {
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 50px 0px;
    /* background-image: url(../images/2018012331.jpg); */
    border-top: 3px solid #e7ebfb;
    background-color: #f5f7fb;
    border-bottom: 3px solid #e7ebfb;
}



#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
  font-size: 16px;
}

#exTab3 .tab-content {
  color : white;
  font-size: 16px;
  background-color: #428bca;
  padding : 5px 15px;
  min-height: 320px;
}





/* Photo Gallery Panel */

.photo-glry-cntr {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  display: table-cell;
}

.thumb-bottom-crucel {
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin-top: 5px;
}

.photo-glry-cntr .galery-caption, .photo-glry-cntr .flex-direction-nav {
  display: none;
}
.photo-glry-cntr.with-controls .flex-direction-nav {
  display: inherit;
}
.photo-glry-cntr.thumb-bottom ul.slides, .photo-glry-cntr.thumb-bottom .flex-control-nav {
  width: 100%;
}
.photo-glry-cntr.thumb-right ul.slides {
  float: left;
  width: 75%;
}
.photo-glry-cntr.thumb-right .flex-control-nav {
  float: right;
  width: 24.3%;
  margin: 0;
}
.photo-glry-cntr.thumb-right .flex-control-nav li {
  width: 100%;
}
.photo-glry-cntr.thumb-right .flex-control-nav li img {
  margin-bottom: 5px;
}
.photo-glry-cntr.thumb-right .flex-control-nav li:last-child img {
  margin-bottom: 0;
}
.photo-glry-cntr.thumb-bottom .flex-control-thumbs li {
  width: 33.3%;
}
.photo-glry-cntr.thumb-bottom .flex-control-thumbs li img {
  padding-right: 5px;
}
.photo-glry-cntr.thumb-bottom .flex-control-thumbs li:last-child img {
  padding-right: 0;
}
.photo-glry-cntr.thumb-left ul.slides {
  float: right;
  width: 75%;
}
.photo-glry-cntr.thumb-left .flex-control-nav {
  float: left;
  width: 24.3%;
  margin: 0;
}
.photo-glry-cntr.thumb-left .flex-control-nav li {
  width: 100%;
}
.photo-glry-cntr.thumb-left .flex-control-nav li img {
  margin-bottom: 5px;
}

.thumb-bottom-crucel ul.slides li img {
  padding-right: 5px;
  padding-top: 5px;
}

.photo-glry-cntr.with-caption .galery-caption {
  display: inherit;
  position: absolute;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  left: 10px;
  right: 10px;
}

.gallery-heading {
  left: 0px;
  position: absolute;
  top: 0px;
  z-index: 99;
}
.gallery-heading h3, .gallery-heading .heading3 {
  background: #0972a8;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  font-size: 130%;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
}
.gallery-heading a {
  background: #e90d41;
  border: 0 none;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  font-size: 90%;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  position: relative;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.gallery-heading a:hover {
  background: #28020b;
  color: #fff;
}



#galleryTab .resp-tab-content {
  padding: 0;
}

#gallery, #videos {
  margin: 10px 0px;
}

.gallerytitle {
  color: #fff;
  font-size: 14px;
}

/* Photo Gallery Panel */

.gallery_innerpanel
{
    background-color: #428bca; padding: 0px; margin: 0px;
}

#slider{
	background-color:#213786;
}

#slider .container-fluid, 
#slider .col-sm-3  {
  overflow: hidden;
  padding: 0;
}

#slider .folio-item {
  position: relative;
}

#slider .overlay {
  background-color: #000;
  color: #fff; 
  left: 0;
  right:0;
  bottom:-100%;
  height: 0;
  position: absolute;
  text-align: center;
  opacity:0;  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 75px;
  margin-top: -75px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
}

.folio-overview a {
  font-size: 16px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #fff;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#slider .folio-item:hover .folio-image {
  -webkit-transform: scale(1.5) rotate(-15deg);
  transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
  width: 100%;
}

#slider .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#slider .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#slider .folio-item:hover .overlay .folio-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}




.container-fluid {
    padding: 10px 0px 10px 0px;
    background-color: #213786;
    margin: 0px;
    overflow: hidden;
}



.lastupdate_text
{
    line-height: 25px;
    color: yellow;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #fff;
    text-align: center;
    font-family: verdana;
    font-size: 14px;
}


.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}



/*Inner Website Content*/




.innercontainer_panel
{
    padding: 0px;
    margin: 0px auto!important;
    min-height: 450px;
}


.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin: 0;
}


.breadcrumb>li {
    display: inline-block;
}

.breadcrumb a {
    color: #000;
    font-size: 13px!important;
}


.innerheading {
    font-weight: bold!important;
    line-height: 35px!important;
    font-size: 24px;
    margin-top: 5px;
    color: #14245f!important;
}


.inner_maincontainer a {
    font-size: 14px!important;
    color: DarkGreen;
}



.cms-content {
    padding: 20px 5px 5px 5px;
    color: #000;
    line-height: 22px;
	font-size:12pt;
}

.cms-content ol li {
    
    line-height: 22px;
    margin-bottom: 10px;
    margin-left: 4px;
}

.cms-content li

{
    margin-left: 7%;
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 17px;
}


.innercontainer_panel p {
    font-family: Arial;
    font-size: 16px;
    line-height: 25px;
    color: #313131;
    text-align: justify;
    margin: 20px 0px 20px 0px;
}


table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: verdana;
    font-size: 16px;
}

.hoverTable {
    border-collapse: collapse;
    width: 90%;
    margin: 10px;
    border: 1px solid #fff;
}
tr{
    color: #000;
    font-size: 12px;
    /*font-weight: bold;*/
}




.hoverTable th {
    padding: 10px;
    font-size: 16px;
}

.hoverTable td {
    padding: 10px;
    border: 1px solid #e4e4e4;
    font-weight: normal;
    font-size: 16px;
}



.imageicon_linkpanel
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.imageicon_linkpanel_matter
{
    padding: 0px;
    margin: 0px;
    }

.imageicon_linkpanel_box
{
    width: 24%;
    padding: 15px 0px 20px 0px;
    margin: 0px 0px 10px 10px;
    border: 0px solid red;
    background-color: #f3f3f3;
    border-radius: 8px;
    min-height: 170px;
}

.imageicon_linkpanel_box img
{
    padding: 10px;
    margin: 0px 0px 10px 0px;
    border: 0px solid red;
    width: 70px;
    background-color: #14245f;
    height: 70px;
    border-radius: 50px;
}


.imageicon_linkpanel_box a
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    clear: both;
    border: 0px solid red;
    width: 100%;
    line-height: 25px;
    font-family: verdana;
    font-size: 16px;
    color: #000;
}

.imageicon_linkpanel_box a:hover
{
    color: red;
}








#cmscontent {
    width: 98%;
    height: auto;
    font-family: arial;
    font-size: 14px;
    text-align: left;
    border: 0px solid red;
    float: left;
    color: #000;
    line-height: 20px;
    margin: 0px 8px 5px 10px;
    padding: 0px 0px 0px 0px;
}



.leftline_links_inner

{
    float:left; border-bottom:1px solid green; width:100%;
    line-height: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    
}


.leftline_links_inner:hover

{
    background-color:#f1f1f1;
    
}

.leftline_links_inner img

{
    float:left;margin-left:1%;margin-top:12px; margin-right:10px; border:0px solid yellow; 
}



.leftline_links_inner_righticon

{ 
float:right; width:10%; border:0px solid red; min-height:26px; font-size:12px;
}



.leftline_links_inner a

{
    color: #000;
}

.leftline_links_inner a:hover

{
    color: red;
}






ul.sidebar-links {
    background: #14245f;
    padding: 0px 0px 0px 0px;
    margin: 0;
    margin-bottom: 30px;
    color: #fff;
}

ul.sidebar-links li {
    list-style-type: none;
}

ul.sidebar-links li a {
    color: #fff!important;
    padding: 10px 15px!important;
    display: block;
}


ul.sidebar-links li {
    border-bottom: 1px solid #fff;
}



ul.sidebar-links-full {
    padding: 0px 0px 0px 0px;
    margin: 0;
    color: #fff;
    list-style-image: url(../../../images/left_bullet.jpg);
}


ul.sidebar-links-full li {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 12px;
    color: #000;
}


.booksmain {
    text-align: center;
}
.imghover {
    width: 150px;
    border: 0px solid #9325BC;
    padding: 10px;
    width: 185px;
    height: 240px;
}


.faq-details
{
    background-color: #e8e8e8;
    border: 1px solid #c1c1c1;
    padding: 12px;
    color: #000;
    margin-bottom: 10px;
    border-radius: 4px;
}


 .navbar-collapse.in {
    overflow-y: visible!important;
}






/*Inner Website Content*/












.carousel-indicators
{
	margin-bottom:-20px!important;	
	margin-bottom:-24px!important;
}

.carousel-indicators li
{
	border:1px solid #213786;
	background-color:#fff;
}

.carousel-indicators .active
{
	border:1px solid #213786;
	background-color:#213786;
}

.carousel-control.right
{
	 linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgb(0, 0, 0) 100%)!important;
}

.carousel-control.right:hover
{
	background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0.4) 100%)!important;
}

.carousel-control.left
{
	background-image:linear-gradient(to right,rgba(0,0,0,.4) 0,rgba(0,0,0,.0001) 100%)!important;
}

.carousel-control.left:hover
{
	background-image:linear-gradient(to right,rgba(0,0,0,.4) 0,rgba(0,0,0,.0001) 100%)!important;
}



.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next
{
	font-size:20px!important;
}

.carousel-indicators_pla_paus {
    position: absolute;
    bottom: 10px;
    left: 0%;
    z-index: 15;
    width: 7%;
    padding-left: 0;
    text-align: right;
    list-style: none;
    float: left;
    border:0px solid red;
    margin-bottom: -10px!important;

}

/* CSS for the scrollers */
    div.horizontal_scroller, div.vertical_scroller{
        position:relative;
        height:280px;
        display:block;
        overflow:hidden;
    }
	
    ul.scrollingtext{
        position:absolute;
        font-family:'Trebuchet MS',Arial;
        font-size:16px;
    }

     div.web_relate_vertical_scroller{
        position:relative;
        height:350px;
        display:block;
        overflow:hidden;
    }
    ul.web_relate_scrollingtext{
        position:absolute;
        font-family:'Trebuchet MS',Arial;
        font-size:16px;
    }
    
 @media screen and (min-width: 1680px) and (max-width: 1920px){
    div.horizontal_scroller, div.vertical_scroller{
    height:350px;
    }
    }
    
    @media screen and (max-width: 1023px) and (min-width: 320px){
    
    div.horizontal_scroller, div.vertical_scroller{
    height:150px;
    }
    
	.sf-menu ul {
    position: unset !important;
}
	
	
    .header_main h1
    {
        font-size: 15px!important;
        text-align: center;
        line-height: 24px;
    }
    
    .header_main img
    {
        height: 70px;
    }
    
    
    .header_main span
    {
        font-size: 13px!important;
        text-align: center!important;
        line-height: 24px;
    }
    .header_main
    {
        text-align: center;
    }
    
    .carousel-indicators_pla_paus
    {
            width: 18%!important;
    }
    
    
    .carousel-indicators li
    {
        margin-bottom: 14px;
    }
    
    
    .viewallwhats
    {
      margin-left: 10px;
    }
    
    
    .head_title
    {
        margin-left: 12px;
    }
    
    
    }

   

    .sf-menu li{
        background-color: inherit;        
    }
    .sf-menu a{
        color: #FFFFFF;
    }

    .sf-menu a {
    border-left: 0px solid #fff;
    border-top: 0px solid #dFeEFF; /* fallback colour must use full shorthand */
    border-top: 0px solid rgba(255,255,255,.5);
    padding: .75em 1em;
    text-decoration: none;
    zoom: 1; /* IE7 */
}

.sf-menu li:hover
{
    background: #f5f5f5 !important;
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}

.sf-menu li.sfHover {
    background: transparent !important;
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
	
}

.sf-menu a {
    color: #fff;
}
.sf-menu ul li a {
    background: #f5f5f5;
    color:#000!important;
}
.sf-menu ul li a:hover {
    background: #5f78d6;
    color:#fff!important;
}
.sf-menu ul ul li {
    background: #f5f5f5;
    color:#000;
}

.sf-menu
{
	margin-bottom: 0em!important;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #5f78d6 !important;
}

.sf-arrows ul li  .sf-with-ul:after
{
    border-left-color: #000;
}


.sf-arrows ul li.sfHover  .sf-with-ul:after
{
    border-left-color: #000;
}


.breadcrumb>li+li:before
{
	content: ">"!important;
	color:#000;
}
.flexslider .slides img {
    width: 70%;
    display: block;
}


element.style {
}
.flex-direction-nav .flex-prev {
    left: 0px;
}

 .flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f001';
    color: #000;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 70px;
    height: 75px;
    margin: 0px 0 0;
    position: absolute;
    top: 0;
    z-index: 10;
    padding: 25px 0px 0px 0px;
    text-align: center;
    opacity: 0;
    cursor: pointer;
    color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.copyright_text > ul.list-inline > li {
    display: inline-block;
    padding-right: 2px;
    padding-left: 0px;
}

.menu-footer li:first-child:before {
    content: '';
}

.menu-footer li:before {
    content: '|';
    color: #fff;
    padding: 0 5px;    

}






.arrows-sitemap ul li
{
    margin-left: 2%;

}

.CopyIcon{
    cursor: pointer;
    font-size: 16px;
    font-family: verdana;
    line-height: 22px;
    margin: 5px 0px 5px 0px;
}



.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-weight: bold;
    font-size: 22px;
}


/*Search case heighlight the text*/
.highlight {
    background-color: yellow;
    color: black;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 16%;
    margin-right: -10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 16%;
    margin-left: -10px;
}