body{
    background:url("../img/bk_ground.jpg") repeat;
}
.text_info{
    font-size: 16px;
    background: rgba(255, 255, 255, 0.9);
}
.portfolio-image{
    overflow: hidden;
}
.m130{
    margin: 130px 0px;
}


.map {
    background: url("../img/map.png") no-repeat;
    min-width: 300px;
    min-height: 273px;
    width: 100%;
    height: 100%;
}

.m_r1 li{
    margin-right: 1px !important;
}

.header_cont {
    background-color: #F5F5F5;
    color: #36A0FF;
    height: 70px;
    font-size: 27px;
    padding: 10px;
}

.mrg_abt{
    margin: 30px auto;
}
.mrg_cont{
    margin:130px auto 0px;
}
.overflow_h{
    overflow: hidden;
}
.home_img_div{
    padding:3px;

}
.p_top80{
    padding-top: 80px !important;
}
.m_auto{
    margin: 4% auto;
}
.p60{
  padding: 60px !important;
}

html,body{height:100%;}
.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}
.fill{width:100%;height:100%;background-position:center;background-size:cover;}
.fill_img{width:100%;height:100%;background-position:center;background-size:cover;}

/* faster sliding speed */
.carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}

/* keep full widget on smaller screens */
@media (max-width: 767px) { 
	body {
		padding-left: 0;
		padding-right: 0;
	}
}

.hig80{height: 70%;}
.p0{padding: 0;}
.p15{padding: 15px; }
.p5{padding: 5px;}
.h100w100{height: 100%;width: 100%;}
.h_px{
    width: 100%;
    height: 205px;
}
.img_cap{
    margin:10px 0 0;
}




/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
    font-family: 'Open Sans', sans-serif;
    background-repeat: repeat;
    
}
.pad-top {
    padding-top:60px;
}
.text-center {
    text-align:center;
}
i.fa {
    padding:5px;
}
section {
    padding-top:50px;
}

p {
    font-weight:300;
    line-height:30px;
}
.pad-row {
    padding-top:40px;
    padding-bottom:40px;
}
.pad-bottom {
    padding-bottom:50px;
}

/* NAVBAR STYLE */


.navbar-inverse .navbar-nav > li > a {
color: #FFF;
}

.navbar-inverse .navbar-brand {
color: #FFF;
}


/* ADDED PADDING IN NAVBAR */


.navbar {
    padding:15px;
     -webkit-transition: background .8s ease-out,padding .8s ease-out;
        -moz-transition: background .8s ease-out,padding .8s ease-out;
        transition: background .8s ease-out,padding .8s ease-out;
}


/* CLASS FOR REMOVING PADDING IN NAVBAR*/


.navbar-pad-original {
      padding:0px;
}



/* CARUOSEL STYLE OR SLIDESHOW STYLE*/


.back-light {
    background-color:rgba(0, 0, 0, 0.50);
    padding:10px;
}
/*NOTE SECION STYLE*/
.note-sec {
     padding-bottom:50px;
    background: url(../img/4.jpg) no-repeat 50% 50%;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
   min-height:300px;
    color:#fff;
}

/*HEADINGS IMAGE STYLE*/


.head-main-img {
    padding-bottom:50px;
    background: url(../img/4.jpg) no-repeat 50% 50%;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    display: block;
    height: auto;
    min-height:300px;
    color:#fff;
}
    .head-main-img h1 {
        padding: 50px 2px 2px 10px;
        text-transform:uppercase;
    }


 /* PRICING STYLE */


 .plan {
padding: 0 0 15px 0;
margin: 30px 0px;
list-style: none;
text-align: center;
}

.plan li {
padding: 15px 0px;
font-size: 16px;
border-bottom: 1px dotted #e1e1e1;
}

.price {
    font-size:45px!important;
}

small {
    font-size:15px;
    padding-left:10px;
}

    .plan li i {
        padding-right:10px;
    }
.price-two {
    font-size:30px!important;
    padding: 15px 0px;
background-color: rgba(162, 188, 253, 1);
color: #fff;
border: none;
font-weight: 900;
}

.adjust-border-radius {
    -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.adjust-border {
    border-top-left-radius: 0px;
 border-top-right-radius: 0px;
}


/*    PORTFOLIO STYLES*/

.portfolio-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  margin-right: -20px;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}

.portfolio-items.col-3 > li {

}
.m_t40{
    margin-top: 40px;
}
.img_gallery{
    max-height: 230px;
    max-width: 345px;


}
.portfolio-item .item-main {
  min-height: 230px;
  margin: 0 10px 10px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.90);
  padding: 25px;
  border:1px solid #fff7ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  
}
.portfolio-item img {

}
.portfolio-item .portfolio-image {
  position: relative;
}
.portfolio-item h5 {
  margin: 0;
padding: 30px 0 30px 0;
background-color: #000;
color: #fff;
font-size: 20px;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}

/*CONTACT STYLES*/


.cnt {
width: 100%;
min-height: 350px;
border: 1px solid #e1e1e1;
}
.add {
    font-size:20px;
    font-weight:800;
    padding:30px;
}
#contact-sec {
  padding-top:0px;
}


/* FOOTER STYLE*/


#footer-sec {
    background-color:#000;
    color:#808080;
}
    #footer-sec h4 {
        text-transform:uppercase;
        color:#fff;
    }
#footer_color{
    background: #080808;
    border-color: #080808;
}
.container{
    display: table;
    vert-align: middle;
}
.vertical-center-row{
    display: table-cell;
    vert-align: middle;
}
.btndivright{

    margin-top: 100px;
}
.lang{
    background: none;
    color: #fff;
}
.lang:focus{
    outline: 0;
}
.language_l{
    float: left;
    width: 30px;
    height: 26px;
    margin-top: 11px;
    font-size: 10px;
    margin-left: 25px;
    border: 2px solid red ;
    padding: 3px;
    font-weight: bold;
    text-align: center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.language_r{

    text-align: center;
    padding: 3px;
    float: left;
    width: 30px;
    height: 26px;
    margin-top: 11px;
    font-size: 10px;
    border: 2px solid red ;
    border-left: 1px !important;
    font-weight: bold;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.lang_a{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none; !important;
}
.lang_a:hover{
    text-decoration: none;!important;
    color: #ffffff;
}
.active_lang{
    background-color: red;
}

.language_l:hover{
    background-color: red;


}
.language_r:hover{
    background-color: red;

}
.logo_az_en{
    width: 143px;
    height: 42px;
}
.logo_a{
    padding-top: 4px;
}
#comment{
    float: none;
    margin: 0 auto;
    min-width: 301px;
}
.com_date{
    float: right;
}
.com_name{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: 600;
}

.bg{
    margin-bottom: 10%;
    background-color: rgba(255, 255, 255, 0.9);
}

.com_text{
    margin-top: 10px;
    text-align: left;
}

.com_text_let{
    margin-top: 35px;
    text-align: left;
}
.com_text_let p{
    color:red;
    line-height: 15px!important;
}

.media hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.pagination{
    margin-top: 40px;
}
.pages_div{
    text-align: center;
}
.menu_active{
    background-color: red;
}


.active_menu{
    background-color: red;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.hover_menu:hover{
    background-color: red;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.hover_menu a{
    padding-right: 10px!important;
    padding-left: 10px!important;
}

.width_ab{
    width: 83.875px;
}
.width_act{
    width: 94px;
}
.width_nw{
    width: 82.766px;
}
.width_ph{
    width: 109.781px;
}
.width_msg{
    width: 70.359px;
}
.width_mc{
    width: 74.688px;
}
.width_cl{
    width: 65.813px;
}
.width_pgm{
    width: 80.047px;
}
.width_cons{
    width: 95.734px;
}
/*music download and player style*/
.down_icon{
    width: 30px;
    height: 30px;
}
.div-down_head{
    margin: 0 auto;
    float:none;
}
.div_down{
    width: 30px;
    height: 30px;
    float: right;
    margin: 2.5px 0 2.5px 5px;
}
.music_p{
    float: left;
    font-size: 14px;
    color: #222222;
    margin: 3.5px 0 3.5px 0;;

}
.img_adm{
	height:64px;
	width: 64px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.div_news_hd{
    width: 70%;
    background-color:#F5F5F5;;
}
.height_nws{
    min-height: 170px;
}
.news_dte{
    margin-top: 7px;
    width: 15%;
    text-align: right;
    float: right;
}
.contact_h4{
    float: left;
}
.footer_txt{
    color: #777;
    width: 80px;
    float: left;
    margin: 7px;
}
.footer_log{
    float: left;
    margin-top: 15px;
}
.audio_yer{
    margin: 3.5px 0 3.5px 0;
    padding: 0!important;
    float: right;
}
.new_col{
    background-color: #F5F5F5;
}
.bg_tr{
    background: rgba(255, 255, 255, 0.90);
}
.soc_icon{
    margin: auto 5px;
    height: 35px;
}
.m10{
    margin-top: 7% !important;
    margin-bottom: 10% !important;
}
.m10_10{
    padding-top: 10% !important;
    padding-bottom: 10% !important;
}
.m100{
    margin-top: 100px;
    margin-bottom: 150px;
}
