
/*start*/
@font-face {
    font-family: 'MuktaR';
    src: url('../fonts/Mukta-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'MuktaL';
    src: url('../fonts/Mukta-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'MuktaM';
    src: url('../fonts/Mukta-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'MuktaSB';
    src: url('../fonts/Mukta-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'MuktaB';
    src: url('../fonts/Mukta-Bold.ttf') format('truetype');
}


 body{
     font-family: 'MuktaR';
     line-height: 21px;
     font-size: 15px;
     color: #333;
}
/*start*/
/*custom*/
a {
    color: #ec7c30;
    text-decoration: none;
}
label{
     font-weight: normal;
     color: #666;
}
a:hover, a:focus{
    color: #ec7c30;
     text-decoration: none;
}
 .container-fluid {
     padding: 0 15px;
}
 .img_r{
     max-width: 100%;
     max-height: 100%;
}
 .ul_set{
     list-style: none;
     padding: 0;
     margin:0;
}

 h1,h2,h3,h4,h5,h6,p{
     margin-top: 0;
     word-spacing: 1.5px;
     font-weight: normal;
}
.btn_theme{
    background: #333;
    color: #fff;
    box-shadow: none !important;
    /*border-radius: 0px;*/
    font-family: "MuktaM";
}
.btn_theme:hover,
.btn_theme:focus,
.btn_theme:active{
    color: #fff;
    background: #333;
    opacity: 0.9;
}

.btn_theme2{
    background: transparent;
    color: #333;
    box-shadow: none !important;
    /*border-radius: 0px;*/
    border-color: #333;
    font-family: "MuktaM";
}

.btn_theme2:hover,
.btn_theme2:focus,
.btn_theme2:active{
    color: #fff;
    background: #333;
}


.btn_theme3{
    background: #ec7c30;
    color: #fff;
    box-shadow: none !important;
    /*border-radius: 0px;*/
    font-family: "MuktaM";
}
.btn_theme3:hover,
.btn_theme3:focus,
.btn_theme3:active{
    color: #fff;
    background: #ec7c30;
    opacity: 0.9;
}

.form-control{
    box-shadow: none !important;
    height: 40px;
    border-color: #999;
    border-radius: 0;
}
.form-control:focus{
    border-color: #666;
}
/*custom*/ 

.container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.logo_m img{
    height: 50px;
    min-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.main_nav .navbar-default{
    background: #ec7c30;
    border: none;
    margin: 0;
    border-radius: 0;

}

.main_nav .navbar-default .navbar-nav > li > a{
    padding: 27px 15px;
    color: #000;
    font-size: 16px;
}
.main_nav .navbar-brand{
  padding: 12px 15px;

}
.main_nav .navbar-default .navbar-nav > li > a:hover{
    color: #fff;
}
.main_nav .navbar-default .navbar-nav > li.card_top a{
    position: relative;
    padding-right: 12px;
}
.main_nav .navbar-default .navbar-nav > li.card_top i{
    color: #000;
    /*font-size: 18px;*/
}
.main_nav .navbar-default .navbar-nav > li.card_top a span {
  background: #fff;
  border-radius: 100%;
  font-size: 13px;
  height: 16px;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 18px;
  width: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
  color: #ec7c30;
  line-height: 14px;
  font-family: "MuktaSB";
  text-align: center;
}

.main_nav .navbar-default .navbar-nav > li.droup_des.open a{
  color: #000;
}
.main_nav .navbar-default .navbar-nav > li.droup_des.open a:hover{
  color: #000;
}
.sec_1 p{
    font-size: 18px;
    color: #555;
}
.box1{
    padding:8%;
    text-align: center;
}
.sec_pad{
    padding: 50px 0;
}
.image_ider img,
.image_ider video
 {
  height: 580px;
  object-fit: cover;
  width: 100%;
}
.slider_1 .owl-nav,
.slider_1 .owl-dots
{
    display: none;
}
.btn_us{
    margin-top: 15px;
}
.table_us1{
    display: table;
    height: 100%;
    width: 100%;
}
.table_us2{
    display: table-cell;
    vertical-align: middle;
}
.container_flud1 .row{
        margin: 0;
    }
    .container_flud1 .col-sm-6{
        padding: 0;
    }
.btn_us .btn{
    min-width: 170px;
}
.login{
    padding: 10% 0;
}
.logoin_box{
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}
.logoin_box h2{
    text-align: center;
    margin-bottom: 25px;
}
.heade_login{
    margin-bottom: 20px;
}
.logoin_box a{
    font-family: "MuktaSB";
}
.logoin_box .btn{
    border-radius: 0;
}

.may_tab ul li a{
    background: #333;
    padding:10px 16px;
    width: 100%;
    font-size: 16px;
    display: inline-block;
    color: #fff;
}

 .may_tab ul li{
    width: 100%;
    margin-bottom: 5px;

}
.form_pad{
    padding-top: 15px;
    display: inline-block;
    width: 100%;
}
.inner_heddin{
    background: #f1f1f1;
    padding: 30px 0;
}
.inner_heddin h3{
    text-align: center;
    margin:0;
}
.SETUP_botom{
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.PERSONAL_d5 .SETUP_botom{
  text-align: right;
}
/*.inner_heddin{
    display: none;
}*/
.psoss_d1 p{
    font-size: 16px;
}
.psoss_d1 p small{
    display: block;
}
.BROWSE_up{
    position: relative;
    z-index: 1;
}
.BROWSE_up input{
    opacity: 0;
    cursor: pointer;
    height: 40px;
}
.BROWSE_up label{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: #fff;
    height: 40px;
    width: 185px;
    font-size: 16px;
    padding: 8px 15px;
    text-align: center;
    border-radius: 4px;
}
.puload_lab0 h5{
    margin-bottom: 5px;
    color: #000;
    font-family: "MuktaSB";
}
.puload_lab0 .Mypicture{
    position: relative;
    padding-right: 25px;
    min-height: 23px;
    color: #666;
    font-family: "MuktaR";
}
.Mypicture .btn-danger{
    position: absolute;
    right: 0;
    top: 0;
}
.boder1{
    border: 1px solid #999;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.box_video_img,
.box_video_img2

 {
  border: 1px solid #999;
  border-radius: 5px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 8px;
  width: 100%;
  margin-bottom: 30px;
}
.box_video_img img, 
.box_video_img video,
.box_video_img2 img, 
.box_video_img2 video
 {
  height: 220px;
  object-fit: cover;
  width: 100%;
}
.box_video_img2 img, 
.box_video_img2 video{
  height: 225px;
}
.box_video_img h4,
.box_video_img2 h4,
.box1_change p
{
  margin-top: 10px;
  margin-bottom:5px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.slider_2 .owl-dots{
  display: none;
}
.slider_2 .owl-nav {
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slider_2 .owl-nav .owl-prev {
  float: left;
}
.slider_2 .owl-nav .owl-next {
  float: right;
}
.slider_2 .owl-nav button{
  background: rgba(0,0,0,0.5);
  color: #fff;

}
.slider_2 .owl-carousel .owl-nav button.owl-next, 
.slider_2 .owl-carousel .owl-nav button.owl-prev, 
.slider_2 .owl-carousel button.owl-dot
 {
  background: rgba(0,0,0,0.6);
  border: medium none;
  color: inherit;
  font: inherit;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 20px;
  opacity: 1;
  margin: 0;
}
.slider_2 .owl-carousel .owl-nav button.owl-next span, 
.slider_2 .owl-carousel .owl-nav button.owl-prev span, 
.slider_2 .owl-carousel button.owl-dot span
{
  font-size: 55px;
}
/*.mb1{
  margin-bottom: 30px;
}*/
table.dataTable thead th {
  background: #333 none repeat scroll 0 0;
  color: #fff;
}
table.dataTable th,
table.dataTable td{
  text-align: center;
}
.boder2{
  margin-bottom: 20px;
}
.row_3{
  margin: 0 -4px;
}
.row_3 [class*="col-"]{
  padding: 0 4px;
}
textarea.form-control.textarea_he1{
  height: 150px;
}
.boder4{
  margin-bottom: 15px;
}

/*commenbt*/
.comment_list {
  margin-bottom: 20px;
  min-height: 100px;
  padding-left: 100px;
  position: relative;
}
.user_img_1 {
  left: 0;
  position: absolute;
  top: 0;
}
.user_img_1 > img {
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 75px;
  object-fit: cover;
  width: 75px;
}
.comment_cont {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 15px;
}
.comment_cont > h3 {
  font-size: 22px;
  color: #ec7c30;
}
.comment_cont > h4 {
  color: #999;
  font-size: 16px;
  margin-bottom: 15px;
}
.comment_cont p{
  color: #666;
  word-spacing: 2px;
  line-height: 22px;
}
.repllly_con{
  padding-left: 70px;
}

.comment_secnew h2 {
  border-bottom: 1px solid #e1e1e1;
  color: #ec7c30;
  font-size: 26px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.Leave_Comment .heddingh2 p{
  max-width: 100%;
  font-size: 16px;
}
.Leave_Comment{
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}
.text-right.reply_btn {
  display: inline-block;
  width: 100%;
}
/*commenbt close*/
.img_siz2{
  width: 55px;
  height: 55px;
  object-fit: contain;
}
.CART_TOTAL2{
  background: #f1f1f1;
  padding: 15px;
  margin-top: 15px;
  border: 1px solid #e1e1e1;
}
.CART_TOTAL2 h4{
  text-align: center;
}
.CART_TOTAL2 p{
  margin-bottom: 2px;
}
.CART_TOTAL2 p b {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
.readd{
  color: #b20000;
}
.checkbox2 label {
  color: #000;
  font-size: 16px;
}
.cpapp .form-group label{
  text-transform: uppercase;
}
.skip_hide{
  display: none;
}
.ppb_1{
  vertical-align: middle;
}
.ppb_1 img{
  max-width: 130px;
  margin: 5px;
  vertical-align: middle;
}
.ppb_1 a{
  color: #333;
}
.Proceed_pay{
  text-align: center;
  margin-top: 15px;
}
.btn-lg{
  padding: 8px 15px;
}
.box_img__vidddman img, 
.box_img__vidddman video {
  height: 320px;
  object-fit: cover;
  width: 100%;
}
.box_img__vidddman{
  position: relative;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow:hidden;
  cursor: pointer;
  margin-bottom: 30px;
}
.viw_box1{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  background: #ec7c30;
  text-align: center;
  transition: all ease-in-out 0.5s;
}
.box_img__vidddman:hover .viw_box1{
  bottom: 0;
}
.viw_box1 li{
  display: inline-block;
  padding: 10px 0;
}
.viw_box1 li a{
  color: #fff;
  padding: 5px 15px;
  font-size: 21px;
  
}
.viw_box1 li a i{
  transform: scale(1);
  transition: all ease-in-out 0.5s;
}
.viw_box1 li a:hover i{
  transform: scale(1.1);
}
.modal_desus .modal-header {
  background: #333;
  border: medium none;
  min-height: 60px;
  padding-right: 55px;
  color: #fff;
  position: relative;
  text-align: left;
}
.modal_desus .modal-header .close {
  background: #ec7c30;
  border-radius: 4px;
  color: #fff;
  height: 30px;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 15px;
  text-shadow: none;
  top: 15px;
  width: 30px;
  font-size: 16px;
  border-radius: 100px;
}
.modal_desus .modal-header .close {
  color: #fff;
  text-shadow: none;
}
.modal_desus .modal-content{
  border-radius: 0;
}
.modal_md .modal-dialog {
  max-width: 700px;
  width: 100%;
}
.modal_lg .modal-dialog {
  max-width: 900px;
  width: 100%;
}
.comment_secnew h3{
  color: #ec7c30;
  font-size: 26px;
}
.comment_secnew2{
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.viw_box4 video{
  width: 100%;
  height: 470px;
  object-fit: cover;
}
.video_modal .modal-body,
.detail_modal .modal-body

{
  padding: 0;

}
.img_modal1 img {
  height: 350px;
  object-fit: cover;
  width: 100%;
}
.detail_box{
  padding: 20px
}
.detail_box h4{
  font-size: 20px;
  color: #666;
  margin-bottom: 10px;
}
.detail_box h4 b{
  color: #333;
}
.detail_box h4 span{
  font-size: 24px;
  font-family: "MuktaSB";
  color: #ec7c30;
}
.hedding2 {
  margin-bottom: 10px;
  min-height: 34px;
  padding-right: 120px;
  position: relative;
}
.hedding2 .btn {
  position: absolute;
  right: 0;
  top: 0;
}
.email{
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
.PERSONAL_d5 > h2{
  margin-bottom: 15px;
  color: #ec7c30;
}
.PERSONAL_d5 {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  padding: 20px;
}

.PERSONAL_d5.siz1{
max-width: 600px;
}

.dropdown.search_header .dropdown-menu {
  min-width: 300px;
  padding: 10px;
}
.search_header .input-group .btn{
  padding: 10px 15px;
}
.Search_header_m .input-group .btn{
  padding-top: 9px;
  padding-bottom: 9px;
}
.header-search1{
  position: relative;
}
.Search_header_m {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  font-size: 14px;
  left: auto;
  right: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width:310px;
  padding:10px;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.heddin_inn{
  color: #ec7c30;
  margin-bottom: 20px;
}

.right_bar{
  padding: 0;
}
.avatar-view {
  border: 2px solid #333;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: block;
  height: 250px;
  margin: auto auto 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.avatar-view img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.change-avtar a {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-size: 17px;
  padding: 10px 5px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.change-avtar input {
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
.box_img_up {
  border: 1px solid #999;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 100%;
  padding: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}
.image_ider {
	overflow: hidden;
}
.box_img_up img,
.box_img_up video

{
   height: 150px;
    object-fit: cover;
    width: 100%;
}
.box_img_icon1{
  position: absolute;
  right: 10px;
  top: 10px;
}
.box_img_icon1 .btn {
  display: block;
  margin-bottom: 4px;
}

.row_mad1{
  margin: 0 -10px;
}
.row_mad1 .col-sm-3{
  padding: 0 10px;
} 
.logoin_box {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  padding: 20px;
}
table.dataTable thead th, 
table.dataTable tbody td{
  font-weight: normal;
  vertical-align: middle;
}

.radioclist li{
  width: 33.3%;
  float: left;
}
.radioclist{
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  border:1px solid #ec7c30;
}
.radioclist li a{
  position: relative;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.radioclist li a input{
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.rad_con {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
}
.radioclist li a input:checked ~ .rad_con{
  background: #ec7c30;
  color: #fff;
}
.or_line::after {
  background: #e1e1e1 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.or_line {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 15px;
}
.or_line span {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  border-radius: 100px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 40px;
}

.grey{
  background: #f1f1f1;
}
.img_radiuus img {
  border: 2px solid #333;
  border-radius: 100%;
  height: 40px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 40px;
  object-fit: cover;
}
.img_radiuus{
  position: relative;
  padding-left: 50px;
}
.nav .droup_des .caret {
  border-bottom-color: #000 !important;
  border-top-color: #000 !important;
}
.droup_des{
  position: relative;
}
.navbar-nav > li.droup_des > .dropdown-menu{
  min-width: 200px;
}
.navbar-default .navbar-nav > .open > a,
 .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus{
background: #fff;
}
.footer{
  background: #333;
  padding: 0 20px;
  padding-top:30px;
  padding-bottom:20px;
}
.footer_logo img{
  width: 130px;
  margin-bottom: 20px;
}
.sosilam li{
  display: inline-block;
  margin: 5px 5px;
}
.sosilam li a{
  display: inline-block;
}
.sosilam li a i{
  font-size: 16px;
  color: #fff;
  transform: rotate(360deg);
  transition: all ease-in-out 0.5s;
  width: 35px;
  height: 35px;
  display: inline-block;
  background: transparent;
  line-height: 35px;
  border-radius: 100%;
}
.sosilam li a i:hover{

  transform: rotate(-360deg);
}
.sosilam li a i.fa-facebook{
  background: #3b5998;
}
.sosilam li a i.fa-twitter{
  background:#55acee;;
}
.sosilam li a i.fa-instagram{
  background: #ea3284;
}
.sosilam li a i.fa-linkedin{
  background: #1278b6;
}
.sosilam li a:hover{
  color: #ec7c30;
}
.link_s {
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid #999;
}
.link_s a{
  display: inline-block;
  font-size: 15px;
  padding: 5px 10px;
  color: #bbb;
  transform: all ease-in-out 0.5s;
}
.copy{
  background: #222;
  text-align: center;
  font-size: 14px;
  padding: 10px 20px;
  color: #666;
}
.static-page {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  padding: 40px 0;
  word-spacing: 1px;
}
.static-page ul {
  margin-bottom: 20px;
}
.static-page p {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.box_contaxct {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  padding: 20px;
  background: #fff;
}
.box_contaxct h2{
  margin-bottom: 30px;
}

/*range*/
.icon_si1{
  margin-bottom: 10px;
}
.icon_si1 i {
  border: 1px solid transparent;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  line-height: 50px;
  font-size: 24px;
  border-color: #999;
  color: #999;
  background: #fff;

}
.rangebar h4{
  color: #999;
}
.rangebar{
  position: relative;
  margin-bottom: 10px;
}
.procccs1{
  position: absolute;
  background: #999;
  height: 1px;
  width: 100%;
  top: 25px;
}
.procccs1 .procccs2{
  background: #ec7c30;
  height: 1px;
  width: 15%;
}

.procccs1 .procccs3{
  background: #ec7c30;
  height: 1px;
  width: 45%;
}
.procccs1 .procccs4{
  background: #ec7c30;
  height: 1px;
  width: 100%;
}
.rangebar .active h4{
  color: #ec7c30;
}
.rangebar .active .icon_si1 i{
  background:#ec7c30;
  color: #fff;
  border-color: #ec7c30;
}
.usp_step{
  display: inline-block;
  width: 100%;
}
.usp_step h4 {
  color: #666;
  font-size: 20px;
}
.usp_step .pull-left h4{
  color: #ec7c30;
}

/*star1*/
.PERSONAL_activt1,
.PERSONAL_activt2

 {
  text-align: center;
}
.PERSONAL_activt1 .col-xs-4,
.PERSONAL_activt2 .col-xs-4
 {
  display: inline-block;
  float: none;
}
.PERSONAL_activt1 .procccs1 .procccs2,
.PERSONAL_activt2 .procccs1 .procccs2
 {
  width: 34%;
}

.PERSONAL_activt1 .procccs1 .procccs3,
.PERSONAL_activt2 .procccs1 .procccs3
{
  width: 100%;
}

/*star1*/
/*range close*/

.tab_my1{
  display: inline-block;
  width: 100%;
}
.tab_my1 ul{
  width: 100%;
  display: inline-block;
  background: #333;
}
.tab_my1 li{
  float: left;
}
.tab_my1 li a{
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  display: inline-block;
}
.tab_my1 li.active a{
  background: #ec7c30;
}
.tab_main .panel-body{
  padding-left: 0;
  padding-right: 0;
}
.addd2{
  text-align: right;
  margin:20px 0;
  width: 100%;
  display: inline-block;
}
.addd2 span{
  display: inline-block;
  float: left;
  font-size: 18px;
  margin: 5px 0;
}
.PERSONAL_d1 .box_img__vidddman img,
.PERSONAL_d1 .box_img__vidddman video {
  height: 180px;
  object-fit: cover;
  width: 100%;
}
.psoss_d1 iframe {
  border: 1px solid #e1e1e1 !important;
  padding: 15px !important;
  width: 100% !important;
}
.psoss_d1 .wysihtml5-toolbar {
  border: 1px solid #e1e1e1;
  padding-left: 10px;
  padding-top: 10px;
}
.ima_upload {
  display: inline-block;
  position: relative;
  width: 100%;
}
.ima_upload > input {
  cursor: pointer;
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.ima_upload span {
  background: #ec7c30 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 13px 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.tab_main [id*="editanswer"] {
  margin-bottom: 15px;
}
.vide_img_detail img,
.vide_img_detail video
{
  max-height: 100%;
  max-width: 100%;
  width: 100%;

}
.details2 {
  color: #333;
  font-size: 15px;
  line-height: 22px;

}
.user-list4 {
  margin: 30px 0;
  min-height: 80px;
  padding-left: 90px;
  position: relative;
}
.img_videobox {
  left: 0;
  position: absolute;
  top: 0;
}
.img_videobox > img, 
.img_videobox > video {
  border: 2px solid #333;
  border-radius: 100%;
  height: 75px;
  object-fit: cover;
  width: 75px;
}
.user-list4 h4 {
  color: #000;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 6px;
}
.user-list4 p {
  font-size: 16px;
  color: #666;
  margin-bottom: 6px;
}
.details3 {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}
.portfotio{
  background: #f1f1f1;
}
.portfotio h3{
  text-transform: uppercase;
  margin-bottom: 15px;
}
.socil_medi_de{
  display: inline-block;
  width: 100%;
}
.socil_medi_de li{
  display: inline-block;
}
.socil_medi_de li a {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
  margin: 2px;
  font-size: 15px;
  transition: all ease-in-out 0.5s;
  border: 1px solid transparent;
}

.facebook_in{
  background: #3b5998;
}
.instagram_in{
  background: #ea3284;
}
.pinterest_in{
  background: #e60023;
}

.socil_medi_de li a.facebook_in:hover{
  border-color: #3b5998;
  color: #3b5998;
  background: transparent;
}
.socil_medi_de li a.instagram_in:hover{
  border-color: #ea3284;
  color: #ea3284;
  background: transparent;
}
.socil_medi_de li a.pinterest_in:hover{
  border-color: #e60023;
  color: #e60023;
  background: transparent;
}
.socil_medi_de{
  margin-top: 10px;
}
.socil_medi_de h3{
  font-size: 21px;
  font-family: "MuktaM";
}
.innerprew{
    margin-top: 30px;
  }
#extent_tbl1_wrapper td > .btn {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
  margin: 3px;
}
.form-horizontal{
  text-align: left;
}
.modal .form-horizontal label.col-sm-4 {
  color: #000;
  font-family: "MuktaSB";
}
.change_home_1 p{
  font-size: 16px;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
}
.change_home_1 .table_us1{
  display: inline-block;
  height: auto;
}
.change_home_1 .table_us2 {
  width: 100%;
  height: auto;
  display: inline-block;
}
.change_home_1 .box1 {
  padding: 0;
  padding-top: 3%;
  text-align: left;
  margin-bottom: 30px;
}
/*
.section:before{
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url(../img/shap_1.png);
  background-repeat: repeat-y;
  background-size: 50%;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity:0.7;
    background-position:top right;
}
.section:after{
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url(../img/shap_2.png);
  background-repeat: repeat-y;
  background-size: 13%;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity:0.3;
    background-position:top left;
}
.section:nth-child(3):after{
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url(../img/shap_2.png);
  background-repeat: no-repeat;
  background-size: 13%;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity:0.3;
    background-position:top left;
}*/ 
.section{
  position: relative;
  z-index: 1;
}
  #fullpage .container_flud1 {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}
.change_home_1{
	padding: 30px 0;
}
.loffd i{
  font-size: 46px;
  margin: 20px 0;
}
/* .psoss_d1 .btn_theme3{
  margin-bottom: 15px;
} */
#previewdiv {
    margin-top: 30px;
}
.box1_change {
  padding: 15px;
}
.hom_pag_change2{
  padding:50px 0;
}
.hom_pag_change2 .box1_change h5 {
  color: #000;
  font-size: 18px;
  margin-bottom: 3px;
}
.hom_pag_change2 .box1_change p{
  margin-top: 0;
  color: #666;
}
.vedeo_icon1{
  position: relative;
}
.vii_bbb{
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.vedeo_icon1 .btn {
  border-radius: 100%;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.table-responsive{
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  padding: 0 2px;
}
.me_disspl_100{
  display: inline-block;
  width: 100%;
}
.label_date {
  text-align: left;
  width: 100%;
}
.pay-button-div{
  margin-top: 15px;
}
.pay-success{
  margin-top: 15px;
}

.Availabe_Balance1 {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #999;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
}
.Availabe_Balance h2 {
  font-family: "MuktaM";
  margin-bottom: 15px;
}
.Availabe_Balance h3 {
  color: #ec7c30;
  font-size: 23px;
}  

/*media*/
@media(min-width: 768px){
  .change_home_1 .row:nth-child(2n+1) .col-sm-9{
    padding-left: 0;
  }
.container_flud1 .col-sm-3,
.container_flud1 .col-sm-8
 {
  padding: 0;
}
/*.change_home_1 .row .col-sm-3 {
  float: right;
  order: 1;
}
.change_home_1.grey .row .col-sm-3:nth-child(1) {
  float: left;
  order: 0;
}*/
.change_home_1 .row:nth-child(2n+1) .col-sm-3 {
  float: right;
  order: 1;
}

.change_home_1 .image_ider img, 
.change_home_1 .image_ider video {
  height: 28vh;
  object-fit: cover;
  width: 100%;
}



  .innerprew .image_ider img, 
  .innerprew .image_ider video {
  height: 300px;
}
   .PERSONAL_d1 > .row > .col-sm-8{
    float: right;
   }
  
    .sec_1 .row .col-sm-6:nth-child(1) {
  float: right;
  order: 1;
}
.sec_1.grey .row .col-sm-6:nth-child(1) {
  float: left;
  order: 0;
}
    
/*  .main_nav .navbar-default .navbar-nav > li{
    margin:22px 5px;
} */ 
/*.fixed1 .row{
      display: -webkit-box;
      display: -moz-box;         
      display: -ms-flexbox;    
      display: -webkit-flex; 
      display: flex; 
      flex-wrap: wrap;
    }*/
   
}

@media(max-width: 767px){
  .main_nav .navbar-default .navbar-toggle{
    border: #000 !important;
    background: #000 !important;
    border-radius: 0 !important;
    margin-top: 20px; 
  }
  .main_nav .navbar-default .navbar-toggle .icon-bar{
    background-color:#fff;
  }
  .viw_box4 video{
  height: 300px;
}
 .modal-open .table-responsive{
  overflow-y: inherit;
  overflow-x: inherit;
 }
  .only_des{
    display: none;
  }
  .mobile_none{
    display: none;
  }
  .fullpage-wrapper {
  transform: translate3d(0px, 0px, 0px) !important;
  height: auto !important;
}
.section {
  height: auto !important;
}
.fp-tableCell{
  height: auto !important;
}
body[class*="fp-viewing-"]{
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
  .right_bar{
    margin-top: 30px;
  }
  .icon_si1 i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  .procccs1{
    top: 18px;
  }
  .rangebar h4{
    font-size: 14px;
  }
  .maps{
  margin-bottom: 40px;
}
  .Search_header_m{
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
  }
  .droup_des {
  padding: 10px 0;
}
.comment_list {
  padding-left: 55px;
}
.repllly_con {
  padding-left: 20px;
}
.comment_cont > h4{
  font-size: 15px;
}
.comment_cont p{
  font-size: 13px;
}
.user_img_1 > img {
  height: 40px;
  object-fit: cover;
  width: 40px;
}
.may_tab ul li a {
  font-size: 14px;
  padding: 8px 12px;
}
   .image_ider img,
   .image_ider video
    {
    height: 250px;
   }
   .sec_1 p{
    font-size: 15px;
   }
   .main_nav .navbar-default .navbar-nav > li > a{
    padding: 10px 15px;
   }
   .main_nav .navbar-default .navbar-nav > li.card_top a span{
    top: 5px;
    right: auto;
    left: 27px;
   }
}

/*media close*/