@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

/*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: 'LoraR';
    src: url('../fonts/Mukta-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'MuktaB';
    src: url('../fonts/Mukta-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'RalewayB';
    src: url('../fonts/Raleway-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'RalewayEB';
    src: url('../fonts/Raleway-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: 'RalewayM';
    src: url('../fonts/Raleway-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'RalewayR';
    src: url('../fonts/Raleway-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'RalewaySB';
    src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'LoraR';
    src: url('../fonts/Lora-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'LoraB';
    src: url('../fonts/Lora-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'HelveR';
    src: url('../fonts/HelveticaNeue-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'OswaldB';
    src: url('../fonts/Oswald-Bold.ttf') format('truetype');
}
:root{
  --red:#f29540;
  --red2:#f29540;
  --blue:#2f57a3;
  --blue2:#00567D;
}

 body{
     font-family: 'LoraR';
     line-height: 23px;
     font-size: 13px;
     color: #333;
}
/*start*/
/*custom*/
a {
    color: var(--red);
    text-decoration: none;
}
label{
     font-weight: normal;
     color: #666;
}
a:hover, a:focus{
    
    color: var(--red);
     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;
     font-weight: normal;
}
b, strong {
  font-weight: normal;
  font-family: "LoraB";
}
/*custom*/ 

.container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.btn_theme{
  background: var(--red);
  color: #fff;
  box-shadow: none !important;
}
.btn_theme:hover,
.btn_theme:focus,
.btn_theme:active{
    background: var(--red2);
    color: #fff;
}
.btn_theme2{
  background: transparent;
  border-color: var(--red);
  color: var(--red);
  box-shadow: none !important;
  border-radius: 40px;
}
.btn_theme2:hover,
.btn_theme2:focus,
.btn_theme2:active{
    background: var(--red2);
    color: #fff;
}

.btn_theme3{
  background: var(--blue2);
  color: #fff;
  box-shadow: none !important;
}
.btn_theme3:hover,
.btn_theme3:focus,
.btn_theme3:active{
    background: var(--blue2);
    color: #fff;
    opacity: 0.8;
}
.form-control {
  box-shadow: none !important;
  height: 36px;
  border-radius: 0;
  border-color: #e1e1e1;
}
.form-control:focus{

  border-color: #0c1f38;

}
.btn-lg{
  padding:6px 20px;
  font-family: "LoraB";
}
/*navigation*/
.navbar-brand.logo_m {
  padding-top: 6px;
  padding-bottom: 6px;
}
  .main_nav .navbar-default{
    background: #fff;
    border: none;
    margin: 0;
    border-radius: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 0 auto;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    min-height:auto;
}
.logo_m img {
  height: 55px;
  min-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0;
}

.main_nav.top-nav-collapse .navbar-default{
    background: #0c1f38;
    
}

.main_nav .navbar-default .navbar-nav > li > a{
    padding:8px 9px;
    color: #333;
    font-size: 14px;
    font-family: "HelveR";
    font-weight: 600;
    letter-spacing: 1px;
}
.main_nav .navbar-default .navbar-nav > li > a i.la {
  font-size: 21px;
  vertical-align: top;
  margin-right: 1px;
}
.main_nav .navbar-default .navbar-nav > li > a:hover{
  color: var(--red);
}
.main_nav .navbar-default .navbar-nav .dropdown-menu > li > a{
  font-size: 15px;
}
.dropdown-menu>li>a{
  font-size: 15px;
}

.main_nav .navbar-default .navbar-nav > li.Sign_top > a{
    background: var(--red);
    color: #fff;
    border-radius: 25px;
    padding: 8px 15px;
    margin: 0 5px;
}
.img_radiuus {
  padding-left: 45px;
  position: relative;
  display: inline-block;
}
.img_radiuus img {
  border: 1px solid #0c1f38;
  border-radius: 100%;
  height: 40px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: -8px;
  width: 40px;
}
.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0!important;
  min-height: 58px;
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff!important;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
}
.main_nav .navbar-default .navbar-nav > .open.des_dreop > a, 
.main_nav .navbar-default .navbar-nav > .open.des_dreop > a:hover, 
.main_nav .navbar-default .navbar-nav > .open.des_dreop > a:focus,
.main_nav .navbar-default .navbar-nav > .des_dreop > a:focus
{
  background: #0c1f38;
  color: #fff;
}
.main_nav .navbar-default .navbar-nav > .des_dreop a .caret {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
}
.main_nav .navbar-default .navbar-nav > li.user_dropp.open .dropdown-menu,
.main_nav .ligin_us li.user_dropp .dropdown-menu
 {
  min-width: 270px;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.main_nav .navbar-default .navbar-nav > li.user_dropp.open .dropdown-menu li a,
.main_nav .ligin_us li.user_dropp .dropdown-menu li a
 {
  padding: 8px 10px;
  font-size: 16px;
  border-bottom: 1px solid #e1e1e1;
  text-align:left;
}
.main_nav .navbar-default .navbar-nav > li.user_dropp.open .dropdown-menu li a i,
.main_nav .ligin_us li.user_dropp .dropdown-menu li a i
 {
  font-size: 21px;
  vertical-align: middle;
}
.main_nav .navbar-default .navbar-nav > li.user_dropp > a,
.main_nav .ligin_us li.user_dropp  > a
{
  background: transparent !important;
}
/*navigation close*/



/*owl one*/
.slider_arrrw .owl-dots
{
  display: none;
}

.slider_arrrw .owl-nav .owl-prev {
  float: left;
}
.slider_arrrw .owl-nav .owl-next {
  float: right;
}

.slider_arrrw.owl-carousel .owl-nav button.owl-next, 
.slider_arrrw.owl-carousel .owl-nav button.owl-prev, 
.slider_arrrw.owl-carousel button.owl-dot
 {
  overflow:hidden;
  border:1px solid #fff !important;
  font: inherit;
  padding: 0;
  width: 35px;
  height:35px;
  color: #fff;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider_2 {
  padding-top: 45px;
}
.slider_2 .owl-stage-outer{
  padding-bottom: 20px;
}
.slider_arrrw.owl-carousel .owl-nav button.owl-next:hover, 
.slider_arrrw.owl-carousel .owl-nav button.owl-prev:hover{
  background: #fff;
  color: #0c1f38 !important;
}


.slider_arrrw.owl-carousel .owl-nav button.owl-next span, 
.slider_arrrw.owl-carousel .owl-nav button.owl-prev span, 
.slider_arrrw.owl-carousel button.owl-dot span
{
  font-size: 45px;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translatex(-50%);
  margin-top: -2px;
}
.slider_arrrw.owl-carousel .owl-nav button.owl-next{
  right: 20px;
}
.slider_arrrw.owl-carousel .owl-nav button.owl-prev{
  left: 20px;
}
.slider1 {
  padding: 0 40px;
}
/*owl one*/
.searchh input {
  background: #eee;
  border: 1px solid #cecece;
  border-radius: 40px;
  width: 220px;
}
.searchh i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 18px;
}
.searchh {
  position: relative;
}
.sec_pad_top{
  padding-top: 50px;
}
.sec_pad_bottom{
  padding-bottom: 50px;
}
.sec_pad{
  padding: 50px 0;
}
.banner2{
  
  min-height: 430px;
 
  background-repeat: no-repeat;
  box-shadow: 0 10px 15px rgba(0,0,0,0.03);
padding: 20px;
}
.banner2 h1 {
  font-family: "OswaldB";
  color: var(--blue2);
  margin-bottom: 6px;
}
.banner2 h1 span{
  color: var(--red);
  text-transform: uppercase;
}
.banner2 p {
  color: #323737;
  font-size: 16px;
  margin-bottom: 30px;
}
.sec1{
  background: #f7f7f7;

}
.heading1 {
  text-align: center;
  margin-bottom: 30px;
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.heading1 h1{
  font-size: 33px;
  font-family: "OswaldB";
  margin-bottom: 5px;
  color: var(--blue2);
}
.heading1 p{
  color: #323737;
  font-size: 16px;
  margin-bottom: 0;
}
.white_box1 {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}
.img_us1 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.conte1 {
  padding: 15px;
}
.white_box1 h5 {
  font-size: 15px;
  color: var(--red2);
}
.white_box1 h5 i {
  font-size: 17px;
  vertical-align: middle;
}
.white_box1 h4 {
  font-size: 20px;
  font-family: "LoraB";
  margin-bottom: 5px;
  color: #333;
} 
.more_btn{
  text-align: center;
}
.list_about li {
  position: relative;
  font-size: 16px;
  color: #323737;
  padding-left: 30px;
  margin-bottom: 10px;
}
.list_about li::after {
  position: absolute;
  content: "\f1bc";
  font-family: "LineAwesome";
  left: 0;
  top: 0;
  font-size: 21px;
  color: #0c1f38;
}
/*.sec2 .heading1 {
  text-align: left;
}*/
.img_us2 {
  text-align: center;
}
.sec3{
  background: #fbf6ee;
}
.box_us2.white_box1 .img_us1,
.box_us3.white_box1 .img_us1
 {
  position: relative;
}
.box_us2.white_box1 .img_us1::before,
.box_us3.white_box1 .img_us1::before

 {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(00,00,00,0.2);
  position: absolute;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.73) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.73) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.73) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ba000000',GradientType=0 );
}
.box_us2.white_box1 .img_us1 h5,
.box_us3.white_box1 .img_us1 h5

{
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 15px;
  right: 15px;
  z-index: 2;
  margin: 0;
}
.box_us2.white_box1 .img_us1 h5 i,
.box_us3.white_box1 .img_us1 h5 i

{
  color: var(--red2);
  margin-right: 5px;
  vertical-align: top;
}
.box_us2.white_box1 .img_us1::after,
.box_us3.white_box1 .img_us1::after

 {
  font-family: "LineAwesome";
  content: "\f2bf";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.box_us2.white_box1 h4 {
  font-size: 17px;
}
.box_us3.white_box1 .img_us1{
  margin-bottom: 15px;
}
.white_box1 p{
  color: #999;
}
.box_us2.white_box1 .img_us1 img {
  height: 200px;
}
.box_us3.white_box1 .img_us1 img {
  height: 250px;
}
.user_img span {
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
  color: #333;
}
.user_img {
  position: relative;
  padding-left:55px;
  min-height: 45px;
}
.user_img img {
  width: 45px !important;
  height: 45px;
  border-radius: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e1e1e1;
  /*box-shadow: 0 0px 4px rgba(0,0,0,0.1);*/
}
.bottom_commnet {
  display: inline-block;
  width: 100%;
}
.bottom_commnet h6 {
  font-size: 16px;
  margin-top: 10px;
}
.bottom_commnet {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  padding-top: 10px;
}
.box_us3.white_box1 .conte1 {
  padding-bottom: 5px;
}
.left_rightaaa .slider_arrrw.owl-carousel .owl-nav button.owl-next, 
.left_rightaaa .slider_arrrw.owl-carousel .owl-nav button.owl-prev, 
.left_rightaaa .slider_arrrw.owl-carousel button.owl-dot {
  border: 1px solid #000 !important;

  color: #000;
  
}
.left_rightaaa .slider_arrrw.owl-carousel .owl-nav button.owl-prev {
  left: 0px;
}
.left_rightaaa .slider_arrrw.owl-carousel .owl-nav button.owl-next {
  right: 0px;
}
.left_rightaaa .slider_arrrw {
  padding: 0 45px;
}
.bottom_usetr {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  padding: 5px 0;
  position: relative;
}
.sec6 {
  background: #f7f7f7;
}
.bottom_usetr {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  padding: 5px 15px;
  position: relative;
}
.box_us4.white_box1 .img_us1 {
  position: relative;
}
.box_us4.white_box1 .img_us1 h5 {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  background: rgba(0,0,0,0.5);
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
}
.bottom_usetr .pull-left a {
  color: #000;
  font-size: 15px;
}
.bottom_usetr .pull-left a i{
  font-size: 18px;
  vertical-align: middle;
}
.bottom_usetr .pull-left span{
  font-size: 15px;
}

/*footer*/
 .footer_sec{
  background: #fff;
  padding-top: 40px;
  color: #000;
}
.footer_box h4{
  font-family: "OswaldB";
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--blue2);
}
.footer_box p{
  font-size: 13px;
  color: #323737;
}
.link span{
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.link span a{
  color: #323737;
  font-size: 13px;
  text-transform: uppercase;
}
.link span a:hover{
  color: var(--red2);
}
.cont_us li{
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.cont_us li i{
  font-size: 20px;
  color: #f9a900;
  position: absolute;
  left: 0;
  top: 0;
}

.copy_right {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #e1e1e1;
  margin-top: 30px;
}
.copy_right p{
  margin: 0;
  color: #323737;
}
.link.Social_link span a{
  position: relative;
  padding-left: 25px;
}
.link.Social_link span a i {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 16px;
}
/*footer close*/
.bottom_usetr::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 3px;
  background: var(--red);
  top: -2px;
}

/*inner*/
/*inner header*/
.inner_bg {
  position: relative;
  z-index: 1;
}
.inner_cont {
  background: #f7f7f7;
  border-bottom: 1px solid #e8e8e8;
  padding: 30px 0;
}
.inner_cont h4{
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  font-family: "OswaldB"
}
.inner_cont p{
  font-size: 15px;
  margin-bottom: 0;
}
.inner_cont span + span{
  position: relative;
  padding-left: 20px;
}
.inner_cont span + span:after {
  position:absolute;
  content: "\f112";
  font-family: "LineAwesome";
  left: 0px;
  top: 0px;
  font-size: 14px;
  color: #333;
}
.inner_cont a{
  color: #333;
  font-size: 15px;
}
.inner_cont span {
  color: var(--red);
  font-size: 15px;
}
/*.inner_cont .btn_lib {
  background: rgba(0,0,0,0.9);
  padding: 5px 10px;
  display: inline-block;
  border-radius: 40px;
  font-size: 18px;
  color: #fff;
}*/
/*inner header*/
.abbout_us{
  background: #fdfdfd;
}
.abbout_us p, .abbout_us ul {
  color: #323737;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 24px;
}
.abbout_us ul {
  padding-left: 30px;
}
.abbout_us h4{
  font-size: 14px;
  font-family: "LoraR";
  color: #000;
}
.abbout_us h4 a {
  color: #000;
  text-transform: capitalize;
}


.bg_gray{
  background: #fdfdfd;
}
.pagination_des {
  text-align: center;
}
.pagination_des ul li a{
  color: #000;
  font-size: 15px;
}
.pagination > li > a, .pagination > li > span { 
  padding: 8px 20px;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: var(--red);
  border-color: var(--red);
}
.event_detail {
  background: #fff;
  border: 1px solid #e1e1e1;
}
.event_box1 img{
  width: 100%;
}
.event_box1 {
  padding: 15px;
  padding-bottom: 0;
}
.event_box2 {
  padding: 15px;
}
.evet_date h5 {
  font-size: 20px;
  font-family: "LoraB";
  color: #000;
  margin-bottom:4px;
}
.evet_date h6 {
  font-size: 15px;
  color: #323737;
  margin-bottom: 0;
}
.evet_date{
  margin-bottom: 20px;
}
.event_box2 h4 {
  font-size: 20px;
  font-family: "LoraB";
  color: #000;
  margin-bottom:5px;
}
.event_box2 p{
   font-size: 15px;
  color: #323737;
  margin-bottom: 15px;
  line-height: 24px;
}
.white_box2{
  padding: 15px;
  background: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
}
.white_box2 h2{
  font-size: 26px;
  font-family: "LoraB";
  color: #000;
  margin-bottom: 10px;

}
.white_box2 h4 {
  font-size:18px;
  font-family: "LoraB";
  color: #000;
}

.white_box2 p{
  font-size: 15px;
  color: #323737;
  margin-bottom: 0;
}
.white_box2 p .fa-map-marker{
  font-size: 16px;
  margin-right: 5px;
  color: var(--red2);
  vertical-align: middle;
}
.event_box3{
  display: inline-block;
  width: 100%;
}
.event_box3 .user_img {
  position: relative;
  padding-left: 50px;
  min-height: 40px;
}
.event_box3 .user_img img {
  width: 40px !important;
  height: 40px;
}
.event_box3 .user_img span {
  margin-top: 7px;
  font-family: "LoraB";
}
.vide_deta1{
  padding: 15px;
  background: #fff;
  border: 1px solid #e1e1e1;
}
.event_box1 video{
  width: 100%;
}
.blog_detal .event_box1{
  position: relative;
}
.date_ui {
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 10px;
  left: 30px;
  top: 30px;
  border-radius: 2px;
  width: 70px;
  text-align: center;
}
.date_ui .dt1 {
  font-size: 21px;
  font-family: "OswaldB";
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}
.date_ui .dt2 {
  font-size: 15px;
  color: #323737;
}
.white_box2 .searchh {
  margin: 0;
}
.white_box2 .searchh input {
  width: 100%;
}
.reset_blog li {
  position: relative;
  padding-left: 90px;
  min-height: 80px;
  margin-bottom: 15px;

}
.reset_blog li a img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 10px;
  position: absolute;
  left: 0;
  border-radius: 6px;
}
.reset_blog li h5{
  font-size: 16px;
  color: #333;
  font-family: "LoraB";
  margin-bottom: 5px;

}
.reset_blog li h6{
  color: #323737;
  font-size: 14px;
  margin-bottom: 0;
}
.login_box1 h4 {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
}
.login_box1 {
  width: 100%;
  padding: 15px;
  box-shadow: none;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
.icon_us i {
  position: absolute;
  left: 10px;
  font-size: 21px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.icon_us {
  position: relative;
}
.icon_us input {
  padding-left: 35px;
}
.remnper {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.donit {
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}
.logi_des {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
.logi_des h1 {
  font-size: 30px;
  font-family: "OswaldB";
  text-align: center;
  margin-bottom: 20px;
}
.sign_up_sec .logi_des {
  max-width: 800px;
}

/*tab*/
.tab_my1{
   text-align: center;
}
.tab_my1 ul {
   background: #f3f3f3;
   border-radius: 40px;
   max-width: 410px;
   margin: 0 auto;
   width: 100%;
   display: inline-block;
   border: 1px solid #e1e1e1;
}
.tab_my1 ul li {
   width: 50%;
   float: left;
}
.tab_my1 ul li a {
   width: 100%;
   display: inline-block;
   border-radius: 40px;
   color: #333;
   padding: 3px 12px;
   font-size: 15px;
}
.tab_my1 ul li.active a{
  background: var(--red);
  color: #fff;
}
/*tab close*/
h3.heddi {
  font-size: 18px;
  font-family: LoraB;
}
.plan_man {
  background: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.plan_box1 {
  background: #f1f1f1;
  padding: 25px 10px;
  position: relative;
  margin-bottom: 20px;
}
.plan_box1::after {
  content: "";
  border-top: 20px solid #f1f1f1;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  bottom: -20px;
  position: absolute;
  left: 0;
  right: 0;
  width: 20px;
  margin: 0 auto;
  outline: 1px;
}
.book_now{
  text-align: center;
}
.plan_box1 h1 {
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "LoraB";
  text-align: center;
}
.plan_box2 {
  padding: 15px;
}
.plan_box2 h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  min-height: 53px;
}
.plan_box2 h2 span {
  font-size: 14px;
  margin-left: 2px;
}
.plan_box2 ul {
  min-height: 255px;
}
.plan_box2 ul li {
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  margin-bottom: 10px;
  color: #323737;
}
.plan_box2 ul li i {
  position: absolute;
  left: 0;
  color: var(--red);
  top: 5px;
}
.plan_man.active .plan_box1 {
  background: var(--red);
  color: #fff;
}
.plan_man.active .plan_box1::after {
  border-top: 20px solid var(--red);
}
.plan_man.active {
  border-color: var(--red);
}
.dask{
  background: #f1f1f1;
}
.right_box {
  border: 1px solid #e1e1e1;
  background: #fff;
}
.card_bodym {
  padding: 20px;
}
.hedding_right {
  padding: 10px 20px;
  border-bottom: 1px solid #e1e1e1;
  color: #000;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hedding_right .btn {
  padding: 5px 13px;
  font-size: 15px;
  font-family: "OswaldB";
}
 .left_side {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}
.sider_barr li a {
  color: #333;
  display: inline-block;
  padding: 10px 15px 10px 40px;
  position: relative;
  width: 100%;
  transition:ease 0.3s;
  font-size: 16px;
  border-bottom: 1px solid #e1e1e1;
}
.sider_barr li:nth-last-child(1) a{
  border-bottom: none;
}
.sider_barr li a i {
    font-size: 24px;
    left: 8px;
    margin-right: 5px;
    position: absolute;
    top: 10px;
}


.sider_barr li a:hover

{
   background: var(--red);
   color: #fff;
}
.user_img.foeem_box2 span {
  margin-top: 10px;
  font-size: 17px;
  font-family: "OswaldB";
}
.user_img.foeem_box2 a p {
  margin: 0;
  font-size: 13px;
  color: #999;
}
.user_img.foeem_box2 {
  margin-bottom: 15px;
  padding-left: 85px;
  min-height: 70px;
  padding-right: 70px;
}
.user_img.foeem_box2 img {
  width: 70px !important;
  height: 70px;
}
.user_img.foeem_box2 .replt {
  position: absolute;
  right: 0;
  top: 0;
}
.min_heus{
  min-height: 70px;
  margin-bottom: 15px;
}
.Reply_us{
  padding-left: 70px;
}
.lopp_us1 {
  margin-bottom: 20px;
}
.border_bottom {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
}
.job_com1 {
  min-height: 90px;
  padding: 12px 10px 13px 130px;
  position: relative;
  border: 1px solid #e1e1e1;
  display: inline-block;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 15px;
}
.com_img {
  left: 10px;
  position: absolute;
  top: 10px;
  width: 100px;
  height: 100px;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
}
.com_img > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.commodo_de h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
}
.star_5 {
  margin-bottom: 15px;
}
.star_5 span {
  display: inline-block;
  font-size: 18px;
  color: #666;
}
.star_5 span.active {
  color:var(--red);
}
.commodo_de h4 {
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  color: #323737;
}
.commodo_de h4 i {
  position: absolute;
  left: 0;
  top: 0;
}


/* The check */
.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
}

/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff ;
    border-color:var(--red);
    border-style:solid;
    border-width:2px;
}



/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #fff  ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid ;
    border-color:var(--red);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter .check {
  font-size: 16px;
  color: #323737;
}
.filter h5 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}
.filter h4{
  color: #000;
  margin-bottom: 20px;
}
.link_video {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  top: 0;
  bottom: 0;
}
.sec7{
  background: #f9f9ff;
}
.select_sigb .logi_des{
  max-width: 100%;
}
.sett_us img {
  width: 100px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.sett_us {
  text-align: center;
  padding-bottom: 20px;
}
.list_in_pro li {
  padding: 10px;
  border: 1px solid #e1e1e1;
  background: #fff;
  position: relative;
  padding-left: 155px;
  min-height: 153px;
  margin-bottom: 15px;
}
.list_in_pro li .img_us4 {
  position: absolute;
  left: 10px;
  width: 130px;
  height: 130px;
  top: 10px;
}
.list_in_pro li .img_us4 img {
  width: 100%;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
}
.list_in_pro li .details_in h4 {
  font-family: "LoraB";
}
.list_in_pro li .details_in h4 span {
  display: block;
  font-size: 15px;
  font-family: "LoraR";
  color: #323737;
  margin-top: 2px;
}
.list_in_pro li .details_in p{
  margin-bottom: 0;
  font-size: 15px;
  color: #323737;
}

/*faq*/
.panel_1 h4 .btn {
  border-radius: 0;
  text-align: left;
  padding: 8px 15px;
  font-size: 16px;
  box-shadow: none !important;
  position: relative;
  background: #f1f1f1;
  color: #000;
  width: 100%;
}
.panel_1 h4 .btn::after {
  position: absolute;
  right: 15px;
  top: 8px;
  content: "\f113";
  font-family: "LineAwesome";
  transform: rotate(0deg);
}
.panel_1 h4 .btn.collapsed::after{
  transform: rotate(-180deg);
}
.panel-group.panel_1 {
    margin-bottom: 40px;
}
.panel_1 .panel-body {
  border-top: 1px solid #e1e1e1;
}
.panel-group .panel + .panel {
    margin-top: 15px;
}
.panel-group .panel {
    border: 1px solid #e1e1e1;
    box-shadow: none;
    border-radius: 0;
}
h4.dddd {
  margin: 0;
}


.panel_1 .panel-body p, .panel_1 .panel-body ul {
  color: #323737;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 24px;
}
.panel_1 .panel-body ul {
  padding-left: 30px;
}
.panel_1 .panel-body h4{
  font-family: "LoraB";
  color: #000;
}

/*faq*/
.sec8 {
    background: #fbf6ee;
}


.sec8 .conte1 {
  text-align: center;
}
.grap_uus .conte1{
  text-align: center;
}
.img_tabl1{
  width: 60px;
  height: 60px;
  border-radius: 4px;
  object-fit: cover;
}

.img_tabl2{
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.for_viudeo video{
  width: 100%;
}
.contac_form .heading1{
  text-align: left;
}
.any_box2 {
  background: #fff;
  padding: 15px;
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
}
.any_box3 img {
  width: 100%;
  height: 135px;
  object-fit: cover;
  border-radius: 10px;
}
.conte1_any h4 {
  font-size: 20px;
  font-family: "LoraB";
  margin-bottom: 5px;
  color: #333;
}
.conte1_any p {
  color: #999;
}
.conte1_any h5 {
  font-size: 15px;
  color: #323737;
  margin: 0 -8px;
}
.conte1_any h5 b {
  color: #333;
}
.conte1_any h5 span {
  display: inline-block;
  padding: 0 8px;
}
.packedd_table .table.table-bordered {
  background: #fff;
}

.packedd_table .table > thead > tr > th, 
.packedd_table .table > tbody > tr > th, 
.packedd_table .table > tfoot > tr > th, 
.packedd_table .table > thead > tr > td, 
.packedd_table .table > tbody > tr > td, 
.packedd_table .table > tfoot > tr > td {
  padding:18px 13px;
}
.packedd_table .table > thead > tr > th + th,
.packedd_table .table > tbody > tr > td + td{
  text-align: center;
}
.packedd_table .fa.fa-times-circle {
  font-size: 18px;
  color: var(--red);
}
.packedd_table .fa.fa-check-circle {
  font-size: 18px;
  color: var(--blue);
}
.packedd_table .table > thead > tr > th {
  font-weight: normal;
  font-size: 16px;
  color: var(--blue);
  background: #f7f7f7;
  border-bottom: none;
}
.packedd_table .table > thead > tr > th .pricee2 {
  color: #333;
  font-family: "LoraB";
  font-size: 18px;
  margin: 10px 0;
  display: inline-block;
  min-height: 55px;
}
.searchh.sera_top .form-control {
  width: 100%;
}
.top_bar {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ligin_us > ul > li {
  display: inline-block;
  margin: 0 8px;
}
.ligin_us > ul > li > a {
  color: #333;
  font-size: 16px;
}
.ligin_us > ul > li > a.btn.btn_theme {
  border-radius: 40px;
  color: #fff;
}
.main_nav .ligin_us li.user_dropp > a{
  padding: 8px 0;
display: inline-block;
}
.ul_set.titt_detals {
  margin: 0 -10px;
}
.ul_set.titt_detals li {
  padding: 0 10px;
  font-size: 17px;
  color: #444;
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.list_uus {
  display: inline-block;
  width: 100%;
}
.modal-header {
  position: relative;
  min-height: 57px;
  padding-right: 45px;
}
.modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 30px;
  opacity: 1;
  z-index: 2;
  text-shadow: none;
  color: var(--red);
}
.poll_box2.white_box2 {
  border: none;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  border-left: 5px solid var(--red);
  margin-bottom: 30px;
}
.flex_aligg{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.poll_box2 h4 {
  position: relative;
  min-height: 27px;
  margin-bottom: 10px;
  padding-right: 40px;
  font-size: 18px;
  font-family: "LoraR";
  background: #fff7eb;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.poll_box2 h4 b {
  font-weight: normal;
  display:inline-block;
}
.poll_box2 h4 .share {
  position: absolute;
  right: 5px;
  top: 5px;
}
.totall_voit {
  display: flex;
  justify-content: space-between;
  color: #999;
}
.chart_me {
  margin-bottom: 30px;
}
.poll_box2 h4 .share .btn {
  padding: 2px 7px;
}
.poll_box3 ul li {
  margin-bottom: 15px;
}
.poll_box3 ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #666;
  font-size: 15px;
  padding-left: 32px;
  min-height: 25px;
}
.poll_chart .heading1{
  text-align: left;
}
.poll_box3 ul li a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: #f1f1f1;
  border-radius: 100%;
  color: #323737;
  text-align: center;
  font-family: "OswaldB";
  font-size: 16px;
}
.poll_box3 ul li.active a span {
  background: #79b42c;
  color: #fff;
}
.poll_box4 li {
  font-size: 15px;
  color: #323737;
  margin-bottom: 15px;
}
.poll_box4 li b{
  font-weight: normal;
  font-family: "LoraB";
  color: #333;
}
.poll_box3 ul,
.poll_box4 ul
{
  margin:0 -15px;
}
.poll_box5 {
  border-top: 1px solid #e1e1e1;
  padding-top: 10px;
}
.btn_voll .btn.btn_theme {
  padding: 2px 8px;
  margin-bottom: 5px;
  margin-left: 2px;
  font-size: 16px;
  font-family: "LoraB";
}
.btn_voll {
  margin-top: 15px;
}
/*radio*/
 /* The radio */
.radio {
 
     display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 0;
    min-height: 27px;
    font-size: 15px;
    padding-top: 3px;
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkround {

    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff ;
    border-color:var(--red);
    border-style:solid;
    border-width:2px;
     border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
     left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:var(--red);
    
 
}

/*radio*/
.share .dropdown-menu {
  left: auto;
  right: 0;
}
.share .dropdown-menu li > a {
  font-family: "LoraR";
}
.remove_arro_dot .owl-nav,
.remove_arro_dot .owl-dots

{
  display: none !important;
}
.add_vidsss {
  border: 1px solid #e1e1e1;
  padding: 15px;
  border-radius: 10px;
}
.picss {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.picss.form-group{
  margin-bottom: 5px;
}
.btn_pay {
  margin-top: 20px;
}
.pric_s1 {
  font-size: 14px;
  color: #333;
}
.pric_s2 {
  font-size: 14px;
  font-family: "LoraB";
}
.main_nav .ligin_us li.user_dropp .dropdown-menu {
  left: auto;
  right: 0;
}
.share .dropdown-menu li > a {
  padding: 3px 10px;
}
.share .dropdown-menu li > a i{
  margin-right: 3px;
}

.btn.btn_theme.back_top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 21px;
  line-height: 40px;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  z-index: 9;
}
.btn.btn_theme.back_top.show{
  opacity: 1;
}
.back_top i{
  animation:3s infinite linear jumpa;
}

@keyframes jumpa{
  0%{
    transform: translateY(-6px);
    opacity:0;
  }
  20%{
    transform: translateY(-5px);
    opacity: 0.4;
  }
  40%{
    transform: translateY(-4px);
    opacity: 0.6;
  }
  60%{
    transform: translateY(-3px);
    opacity: 0.8;
  }
  80%{
    transform: translateY(-2px);
    opacity: 0.9;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
 
}


/*range slider*/

.slider-labels {
  margin-top: 15px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  cursor: pointer;
  background-color: var(--red);
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: var(--red);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid var(--red);
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
/*range slider close*/
.subscription_pack {
  text-align: center;
  background: var(--blue);
  color: #fff;
  padding: 15px;
  border-radius: 10px;
}
.subscription_pack h4{
  font-family:"OswaldB";
  font-size: 21px;
}
.input-group.donation .input-group-addon {
  padding: 3px 6px;
  border-radius: 0;
  border-right: 1px solid #e1e1e1;
}
.input-group.donation .input-group-addon select {
  width: 85px;
  height: 26px;
  padding: 1px 6px;
}
.logo_c1 {
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  transition: all ease-in-out 0.5s; 
  background: #fff;
}

.logo_c1 img {
  width: 100%;
  height: 75px;
  object-fit: contain;
  opacity: 0.8;
  transition: all ease-in-out 0.5s; 
}
.logo_c1:hover{
  border: 1px solid var(--red);
}
.logo_c1:hover img{
  opacity: 1;
}
.sec_pad.logoclien {
  background: #f9f9ff;
}
.abbout_us ul li strong {
  font-size: 16px;
  color: #333;
}
.abbout_us h2 {
  font-size: 24px;
  font-family: 'LoraB';
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
.message_forget{
  text-align: center;
  font-size: 16px;
}
.blog_chan1{
  background: #f9f9ff;
}
.filter_btn {
  display: flex;
}
.filter_btn .searchh {
  width: 100%;
  margin-right: 15px;
}
.filter_btn .searchh input{
  border-radius: 4px;
}
.filter_btn .btn {
  border-radius: 4px;
}
.filte_tittle a {
  color: #888;
  font-size: 16px;
  padding: 0 0;
}
.filte_tittle a::after {
  content: "/";
  margin: 0 10px;
  color: #888;
}
.filte_tittle a.active,
.filte_tittle a:hover{
  color: var(--red);
}
/*.blog_chan3 .bottom_usetr {
  display: none;
}*/
.plan_parches {
  position: relative;
}
.plan_pop1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(250,250,250,0.66);
}
.plan_pop2 {
  position: absolute;
  width: 500px;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
/*form design*/
.form_box1 {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 15px;
}
.detail_chat .form_box1 {
  height: 180px;
  margin: 0;
}

.usser_post.top_us1 {
  position: relative;
  padding-left: 55px;
  min-height: 45px;
  padding-top: 5px;
  margin-bottom: 13px;
  padding-right: 0px;
}
.form_box2 {
  position: absolute;
  left: 0;
  top: 0;
}
.form_box2 img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  object-fit: cover;
}
.usser_post h5 {
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "OswaldB";

}
.usser_post h5 a {
  font-family: 'Oswald';
  font-weight: 400;
  color: #2F57A3;
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-transform: capitalize;
  font-size: 22px;
}
.usser_post h5 span {
  font-family: LoraR;
  color: #999;
  font-size: 14px;
  text-transform: lowercase;
  padding-right: 25px;
}
.usser_post h6 {
  color: #323737;
  font-size: 15px;
}
.optto1 {
  position: absolute;
  right: 0px;
  top: 0;
}
.optto1 .dropdown-toggle {
  font-size: 25px;
  color: #323737;
}
.optto1 .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 230px;
  padding: 0;
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0 5px 10px rgba(0,0,0,0.10);
}

.optto1 .dropdown-menu {
  transform: scaleY(0);
  display: block;
  transform-origin: 50% 0;
  transition-duration: .1s;
  border-radius: 0px;
  border: 0px;
  z-index: 99999;
}
.optto1.open .dropdown-menu {
  transform: scaleY(1);
  display: block;
}
.optto1 .dropdown-menu > li > a {
  font-size: 16px;
  padding: 7px 10px;
}
.botton_seb {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}
.botton_seb .pull-left ul {
  margin: 0 -4px;
}
.botton_seb .pull-left ul li {
  display: inline-block;
  margin: 0 4px;
}
.botton_seb .pull-left ul li a {
  color: #636466;
  font-size: 14px;
  padding: 1px 5px;
  border-radius: 40px;
  vertical-align: middle;
}
.botton_seb .pull-left ul li a i {
  font-size: 24px;
  vertical-align: middle;
}
.select_img {
  margin: 0px -8px;
}
.select_img .video_img{
  padding: 0 8px;
}
.select_img .video_img img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.detail_chat .select_img .video_img img  {
  height: 250px;
}

.select_img.img_vew1 .video_img {
  height: 500px;
}
.select_img.img_vew2 .video_img {
  width: 50%;
  float: ;
  float: left;
  height: 230px;
}
.send_mass {
  position: relative;
  padding-left: 60px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.icon_ys {
  position: absolute;
  left: 10px;
  top: 0px;
  width: 40px;
  height: 40px;
}
.icon_ys img {
  width: 100%;
  border-radius: 100%;
  height: 100%;
}
.chat_status {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 0px;
  border-radius: 100%;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.greenn {
  background: #5d9309;
}
.send_mass .form-control {
  border: none !important;
  box-shadow: none !important;
  background: #f1f1f1;
  border-radius: 40px;
  height: 42px;
}
.send_mass .btn {
  border-radius: 42px;
  width: 38px;
  height: 38px;
  font-size: 26px;
  padding: 0;
  text-align: center;
  line-height: 35px;
  position: absolute;
  right: 3px;
  top: 2px;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--red) !important;
}

.commmt_arree {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f9f9f9;
  padding: 10px;
}
.form_box3 {
  padding-top: 5px;
  padding-left: 45px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  min-height: 45px;
  margin-bottom: 10px;
  padding-right: 20px;
}
.form_box4 {
  position: absolute;
  left: 0;
  top: 0;
}
.form_box4 img {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  object-fit: cover;
}
.form_box3 h5 {
  font-size: 14px;
  font-family: "OswaldB";
}
.form_box3 h5 a {
  color: #333;
}
.form_box3 h5 span {
  font-family: "LoraR";
  color: #999;
}
.form_box3 p {
  color: #323737;
  margin-bottom: 0;
}
.share_opt {
  position: relative;
}
.share_opt .dropdown-menu {
  padding: 0;
}
.share_opt .dropdown-menu li {
  width: 100%;
  margin: 0 !important;
}
.share_opt .dropdown-menu li > a {
  font-family: "LoraR";
  padding: 3px 10px !important;
  font-size: 15px !important;
  width: 100%;
  border-radius: 0 !important;
  color: #333 !important;
}
.share_opt .dropdown-menu li > a i {
  font-size: 15px !important;
  margin-right: 5px;
}
.form_box5 h4 {
  margin-bottom: 5px !important;
}
.form_box5 h4 a {
  font-size: 14px;
  color: #f29540;
  font-family: "Oswald";
  font-weight: 400;
}
.form_box5 p {
  color: #333;
  margin-bottom: 0;
}
.form_box5{
  margin-bottom: 10px;
}
/*form design close*/

.lis_us_formdd2 {
  max-width: 640px;
  margin: 0 auto;

}


.ul_lisname {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-shadow: 0px 7px 10px rgba(0,0,0,0.05);
}
.ul_lisname li {
  list-style: none;
}
.ul_lisname li a {
  color: #323737;
  width: 100%;
  display: inline-block;
  padding: 2px 15px;
  transition: all ease-in-out 0.2s;
}
.ul_lisname li a:hover {
  background: #f1f1f1;
  color: #333;
}
.table-responsive {
  overflow-x: scroll;
  overflow-y: hidden;
}

/*16/07/2021*/

.sec_pad.sec4.left_rightaaa {
    background: #fbf6ee;
}

.sec_pad.poll_sec {
    background: #f9f9ff;
}

div#Product_Advertising {
    background: #f9f9ff;
}

.sec_pad.sec6.left_rightaaa.blog_chan3 {
    background: #fbf6ee;
}

div#Marketing_Video {
    background: #fbf6ee;
}

.poll_box2.white_box2 {
    
    position: relative;
}

.advertise_image {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 10px;
}

.advertise_image img {
    width: 100%;
}

.lis_us_formdd2 {
    max-width: 100% !important;
    margin: 0 auto;
    
}
/*.scroll_posst{
  height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
}*/
.tim_uus p.time_u1 {
    float: right;
    padding-top: 5px;
}
.commen_ch2 .white_box2 p{
  font-size: 14px;
}
.tim_uus {
    display: inline-block;
    width: 100%;
}
.advertise_area button {
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    font-family: "LoraB";
    height: 40px;
}

.inner_img.polls_banner {
    position: relative;
}

.polls_banner_text h4 {
    margin: 0;
    color: #2f57a3;
    font-size: 36px;
    margin-bottom: 10px;
    font-family: "OswaldB";
}

.polls_banner_text h5 {
    color: #ff9b3d;
       font-family: 'LoraR';
    font-size: 26px;
    margin-bottom: 15px;
}

.polls_banner_text p {
    color: #323737;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 24px;
    margin: 0;
        font-family: 'LoraR';
}



.polls_image {
    text-align: right;
}

.inner_img.polls_banner .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_img.polls_banner {
    background: #fffcf9;
}

.select_img.img_vew1 .video_img {
    height: auto;
    width: 100%;
}

.video_img video {
    width: 100%;
}

.heght_us3 .video_img, .heght_us3 .video_img {
  height: 270px;
  margin-bottom: 10px;
}
.heght_us3 .video_img img, .heght_us3 .video_img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heght_us1 .img_us1,
.heght_us2 .img_us1
 {
  height: 180px !important;
}
.heght_us1 .img_us1 img, .heght_us1 .img_us1 video,
.heght_us2 .img_us1 img, .heght_us2 .img_us1 video

 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex_us_ght .row {
  display: flex;
  flex-wrap: wrap;
}
.flex_us_ght .row [class*="col-sm"] {
  margin-bottom: 30px;
}
.flex_us_ght .white_box1{
  height: 100%;
  margin-bottom: 0;
}
.sec8.flex_us_ght #app70,
.sec8.flex_us_ght #app69,
.sec8.flex_us_ght #app66{
  min-height: 280px;
}
.form-group .chosen-container {
    width: 100% !important;
}
.Get_Started {
  background: #f1f1f1;
}
.select_us_get_start {
  margin: 0 auto;
  max-width: 550px;
}
.box_steppp {
  padding: 15px;
  background: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
}
.box_steppp .icon_us input {
  padding-left: 12px;
}
.bg_about {
  background: #00567d17;
}
.advertise_area > .btn {
  margin-bottom: 10px;
}
.foeem_box1.commen_ch2 {
    padding-top: 15px;
    border-top: 1px solid #e1e1e1;
    margin-top: 5px;
}
.foeem_box1.commen_ch2 .user_img.foeem_box2 {
    padding-right: 0;
    padding-left: 55px;
}
.foeem_box1.commen_ch2 .lopp_us1 {
    width: 94%;
    margin-left: auto;
}
.foeem_box1.commen_ch2 .user_img.foeem_box2 img {
    width: 40px !important;
    height: 40px;
}
.foeem_box1.commen_ch2 .user_img.foeem_box2 span {
    margin-top: 0;
    font-size: 16px;
}
/*media start*/
@media(max-width: 1200px) and (min-width: 768px){
  .footer_sec .row{
    display: flex;
  }
  .footer_sec .row [class*="col-"]:nth-child(4) {
  width: 350px;
}
}
 @media(min-width: 768px){
  .lis_us_formdd1 > .row{
    display: flex;
    flex-wrap: wrap;
  }
  .advertise_area {
  position: sticky;
  top: 15px;
}
  .top_bar > .container > .row {
  display: flex;
  align-items: center;
}
.ligin_us ul {
  float: right;
}
  .dask > .container > .row > .col-sm-4 {
  width: 25%;
}
.dask > .container > .row > .col-sm-8{
  width: 75%;
}
  .banner2 .row {
  display: flex;
  align-items: center;
}
  .main_nav .navbar > .container{
    display: flex;
    align-items: center;

  }
  .searchh {
  position: relative;
  margin: 0 10px;
}

.contac_us2 .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.any_box2 .row {
  display: flex;
}
.any_box2 .row .col-sm-4 {
  width: 210px;
}

.main_nav .navbar-default .navbar-nav > li.Sign_top > a {
  margin-top: 14px;
}
.main_nav .navbar-default .navbar-nav > li > a{
  padding: 14px 10px;
}
.navbar-brand.logo_m{
  display: none;
}
.bit_sidebar,
.closemobi
 {
  display: none;
}

.pl_fx2 .row {
  display: flex;
  flex-wrap: wrap;
}
.pl_fx2 .row [class*="col-sm"] {
  display: flex;
  margin-bottom: 30px;
}
.pl_fx2 .poll_box2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
}
.pl_fx2 .pl_fx1 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  min-height: 190px;
}
 }/*768px-min*/

 @media(max-width: 767px){
  .logo_top img {
  height: 50px;
}
.logo_top {
  text-align: center;
  margin-bottom: 15px;
  display: none;
}
.main_nav .navbar-default .navbar-toggle {
  background: var(--red2);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: none;
  text-align: center;
  padding: 0;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 10px;
}
.main_nav .navbar-default .navbar-toggle .icon-bar{
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.heading1 h1{
  font-size: 21px;
}
.heading1 p {
  font-size: 14px;
}
.banner2 h1 {
  font-size: 24px;
}
.banner2 p {
  font-size: 15px;
}
.btn_box {
  margin-bottom: 20px;
}
.heading1 {
  margin-bottom: 20px;
}
.sec_pad {
  padding: 40px 0;
}
.sec_pad_top {
  padding-top: 40px;
}
.sec_pad_bottom {
  padding-bottom: 40px;
}
.img_us2 {
  margin-bottom: 30px;
}
.footer_box h4 {
  margin-bottom: 10px;
}
.footer_box {
  margin-bottom: 20px;
}
.left_rightaaa .slider_arrrw {
  padding: 0;
  padding-top: 45px;
}
.left_rightaaa .slider_arrrw.owl-carousel .owl-nav button.owl-prev {
  right: 45px;
  left: auto;
}
.left_rightaaa .slider_arrrw.owl-carousel .owl-nav button.owl-prev,
.left_rightaaa .slider_arrrw.owl-carousel .owl-nav button.owl-next{
  top: 0px;
  transform: inherit;
}
.ul_set.titt_detals li {
  font-size: 13px;
  width: 100%;
}
.any_box3 img{
  margin-bottom: 15px;
}
.any_box3 img {
  margin-bottom: 15px;
}

.left_side{
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 99999;
  height: 100%;
  width: 275px;
  margin: 0;
  transition: all ease-in-out 0.5s;

}
.left_side.sidebar_open {
  left: 0;
}
.closemobi {
  position: absolute;
  right: -30px;
  top: 10px;
  cursor: pointer;
}
.closemobi i {
  font-size: 20px;
  color: var(--red);
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 100%;
  line-height: 25px;
  text-align: center;
  box-shadow: 0 1px 12px rgba(250, 250, 250, 0.3);
}
.body_hide::after {
  content: "";
  background: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  height: 100%;
}
.bit_sidebar .btn {
  padding: 4px 10px;
  margin-bottom: 15px;
  width: ;
}
.bit_sidebar .btn .la.la-bars {
  font-size: 23px;
  vertical-align: top;
  margin-right: 3px;
}
.ligin_us{
  text-align: right;
}
.main_nav .ligin_us li.user_dropp > a {
    font-size: 0;
}
.select_sigb .login_box1{
  margin-bottom: 30px;
}
.event_detail {
  margin-bottom: 15px;
}
.dask.sec_pad {
  padding-top: 15px;
}
.main_nav .ligin_us li.user_dropp .dropdown-menu {
  right: 20px;
  margin-top: 3px;
}

.user_img img {
  width: 35px !important;
  height: 35px;
}
.user_img span{
  margin-top: 5px;
}
.user_img {
  padding-left: 42px;
  min-height: 35px;
}
.user_img.foeem_box2 img {
  width: 40px !important;
  height: 40px;
}
.user_img.foeem_box2 {
  padding-left: 50px;
}
.user_img.foeem_box2 span {
  margin-top: 0;
}
.min_heus {
  min-height: initial;
}
.user_img.foeem_box2 {
  min-height: 48px;
}
.Reply_us {
  padding-left: 30px;
}
.search_top.white_box2.filter .row {
  margin: 0 -5px;
}
.search_top.white_box2.filter .row [class*="col-sm"] {
  padding: 0 5px;
}
.plan_box2 h2 {
  min-height: inherit;
}
.any_box3 img {
  border-radius: 0;
  height: 190px;
}
.com_img {
  width: 60px;
  height: 60px;
}
.job_com1 {
  padding-left: 85px;
}
.list_in_pro li .img_us4 {
  width: 90px;
  height: 90px;
}
.list_in_pro li {
  padding-left: 115px;
  min-height: 113px;
}
.main_nav .navbar-default .navbar-nav > li > a {
  border-bottom: 1px solid #e1e1e1;
}
.main_nav .navbar-default .navbar-nav > li:nth-last-child(1) > a{
  border-bottom: none;
}
.main_nav .navbar-collapse {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  margin: 0;
}
.ligin_us > ul > li{
  margin: 0 5px;
}
.top_bar .row{
  margin: 0 -5px;
}
.top_bar .row [class*="col-"]{
  padding: 0 5px
}
.main_nav {
  position: relative;
  padding-bottom: 55px;
}
.top_bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 61px;
}
.top_bar .row [class*="col-"]{
  width: 100%;
}
.ligin_us {
  position: absolute;
  right: 42px;
  top: -100px;
  z-index: 9999;
}
.ligin_us > ul > li > a{
  font-size: 12px;
}
.ligin_us > ul > li > a.btn.btn_theme {
  padding: 3px 5px;
  margin: 8px 0;
}
.logo_m img{
  margin-top: 8px;
  height: 36px;
}
.ligin_us > ul > li {
  margin: 0 3px;
}
.navbar-brand.logo_m{
  padding-left: 10px;
  padding-right: 10px;
}
.logi_des h1 {
  font-size: 24px;
}
.login_box1 h4 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

}/*767px-max*/
/*media close*/


.sticky--top {
  position: sticky;
  top: 15px;
}

.total_member {
  display: inline-block;
  background: #eee;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 15px 0 0;
  font-weight: 700;
}

.chat-area form input {
  width: calc(100% - 120px);
  border: 1px solid #ccc;
  padding: 12px;
  outline: none;
  border-radius: 10px;
  font-size: 14px;
}

.chat-area {
  background: #ccc;
  padding: 15px;
  border-radius: 5px;
  position: relative;
  height: 600px;
}

.chat-box p  {
    text-align: right;
    background: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    margin: 0;
    display: inline-block;
}

.chat-area form {
    margin-top: 15px;
}

.chat-box {
  height: 440px;
  overflow-y: auto;
}

.chat-box::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
.chat-box::-webkit-scrollbar-thumb {
    background: #FF0000;
}

.chat_info {
  display: flex;
  column-gap: 10px;
  justify-content: flex-start;
}

.chat_info .content p {
  margin: 0;
}

.advertise_image p img {
  margin-right: 10px;
}

.detail_chat .form_box5 .description {
  max-height: 125px;
  overflow-y: auto;
}

/* width */
.detail_chat .form_box5 .description::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.detail_chat .form_box5 .description::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.detail_chat .form_box5 .description::-webkit-scrollbar-thumb {
  background: #d7d7d7;
  border-radius: 50px;
}

/* Handle on hover */
.detail_chat .form_box5 .description::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.chat-area h3 {
  background: #f7f7f7;
  padding: 12px;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px -3px #00000080;
}

.btn-grps {
  display: flex;
  justify-content: center;
}

.btn-grps a {
  margin: 0 2px;
}


.notification_center > p {
  padding: 70px 110px;
  background: #cfff70;
  border-radius: 5px;
  text-align: center;
  color: #000;
  font-size: 16px;
}

.detail_img img {
  height: 180px !important;
  object-position: top;
}

.inner_chat .advertise_image {
  height: 600px;
  overflow-y: auto;
}

.notification_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
}

.chat-box .chat {
  margin: 10px 0;
}

.chat-box .chat p {
  margin: 2px;
}

.notification_center button {
  font-size: 16px;
}

.request_btn {
  padding: 70px 250px;
  background: #cfff70;
  border-radius: 5px;
}

.inner_chat-container {
  padding-top: 10px;
}

.ichat-wrap h3 {
  text-align: center;
  font-family: 'OswaldB';
  color: #00567d;
  padding: 10px 0;
  font-size: 18px;
  margin: 0;

}
.ichat-wrap .iChatId {
  display: flex;
  align-items: center;
  column-gap: 15px;
  width: 100%;
  text-align: left;
  border-radius: 25px 5px 5px 25px;
  padding: 5px 5px;
  margin-bottom: 10px;
  border: 1px solid #2c58a3;
  background: #2c58a3;
  color: #fff;
  box-shadow: inset 0 0 5px 1px #1a448d;
}

.ichat-wrap .iChatId h6 {
  margin:  0;
  font-size: 14px;
  white-space: break-spaces;
}

.inner-ichat-wrap {
  padding: 8px 5px;
  height: 32vh;
  overflow-y: auto;
}

.ichat-wrap {
  border: 1px solid #e1e1e1;
  margin-top: 15px;
  border-radius: 8px;
}

@media only screen and (max-width:  450px) {
  .lis_us_formdd2 {
    margin-top: 30px;
  }
  .lis_us_formdd1 > .row {
    display: flex;
    flex-direction: column;
  }

  .lis_us_formdd1 > .row > .col-lg-3 {
    order: 2;
  }

  .lis_us_formdd1 > .row > .col-lg-6 {
    order: 3;
  }

  .lis_us_formdd1 > .row > .col-lg-3:last-child {
    order: 1;
  }
}
