/*******************************/
/********* General CSS *********/
/*******************************/
body {
	color: #797979;
	background: #ffffff;
	/* [disabled]font-family: 'Open Sans',btn sans-serif; */
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {color:#006; font-weight:500; }
h6 a, h6 a:hover {text-decoration:underline; color:#666; }
h2 {font-size:45px!important; font-weight:500;}
h5 {color:#006;}
.textcaps {text-transform:uppercase; font-weight:bold;}
a {
    color: #454545;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #D5B981;
    outline: none;
    text-decoration: none;
}
.form-control { border-radius:100px; width:80%}
.form-width { width:100%; }
.form-widthsm { width:48%; }
.labelwidth { width:20%}
.textleft { text-align:left;}
.textcenter { text-align:center;}
.textright { text-align:right;}
.loginbox { margin:auto;  width:90%; max-width:400px; min-width:250px; background: rgba(29, 36, 52, .04);
 padding:10px; }
 .signupbox { margin:auto;  width:90%; max-width:600px; min-width:250px; background: rgba(29, 36, 52, .04); padding:10px; }
.signuptble {}
.signuptble tr td { padding:10px;}
.welcome-img {margin: auto; padding-top:10px;}

.btn:focus,
.form-control:focus {
    box-shadow: none;
	border-radius: 100px;
	outline:none;
}
.fltright { float:right;}
.fltleft { float:left;}
.smallfnt { font-size:14px; color:#666; margin:0; padding:5px 10px 0 0; vertical-align:text-top;}
.smallfnt a:link, a:active, a:visited {font-size:14px; color:#666; text-decoration:none;}
.smallfnt a:hover, a:focus { font-size:14px;color:#1d2434; text-decoration:none;}
.extrasmallfont { font-size:12px; padding:0; margin:0;}

.padd20 { padding: 20px 20px 20px 0;}
.leftpadd20 { padding-left:20px;}
.leftpadd { padding-left:15px; min-width:250px;}
.toppad20 { padding-top:20px;}
.toppadd10 { padding-top:10px;}
.ritepadd20 { padding-right:20px;}
.ritepadd10 { padding-right:10px;}
.bottompadd10 { padding-bottom:10px;}
table.page { padding:10px 0;}
table.page tr td { text-align:left; border:none; padding:7px 20px 7px 20px; }
.container-fluid {
    max-width: 1366px;
}
.clr { clear:both;}

.back-to-top {
    position: fixed;
    display: none;
    background: #ccc;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 25px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top:hover {
    background: #1d2434;
}

.back-to-top:hover i {
    color: #fff;
}

.back-to-top i {
    color: #1d2434;
    padding-top: 10px;
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
	font-size:15px;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 0px;
    font-weight: 600;
}

.navbar .navbar-brand span {
    font-weight: 800;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 40px;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 12px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: rgba(256, 256, 256, .1);
    transition: none;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #1d2434;
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        padding: 20px 60px;
        background: rgba(0, 0, 0, .9) !important;
        z-index: 9;
    }
    
    .navbar.nav-sticky {
        padding: 10px 60px;
        background: #1d2434 !important;
    }
    
    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {   
    .navbar {
        padding: 15px;
        background: #1d2434 !important;
    }
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
}



/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    xmargin-bottom: 45px;
    padding: 120px 0 20px 0;
    text-align: center;
    xbackground: #D5D5D5;
}

.page-header h2 {
    position: relative;
    color: #1d2434;
    font-size: 60px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    max-width: 770px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.section-header p {
    margin-bottom: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 50px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding:0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-img {
    position: relative;
    height: 100%;
    margin: 60px 0 0 60px;
}

.about .about-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.about .about-img::before {
    position: absolute;
    content: "";
    top: -60px;
    right: 60px;
    bottom: 60px;
    left: -60px;
    xbackground: #1d2434;
    z-index: 0;
}

.about .about-img::after {
    position: absolute;
    content: "";
    top: -30px;
    right: 30px;
    bottom: 30px;
    left: -30px;
    background: transparent;
    xborder: 1px solid #ffffff;
    z-index: 2;
}

.about .about-text p {
    font-size: 16px;
}


@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    background: rgba(29, 36, 52, .04);
}

.service .service-img {
    
	position: relative;
    width: 100%;
}


.service .service-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service .service-img img.round {
    position: relative;
    width: 100px!important;
    height: 100px!important;
	border-radius:50%;
}

.service .service-img img.zoom {
  transition: transform .2s; /* Animation */
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.service .service-img img.zoom:hover {
  transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.service .service-img .editimg img.round {
    position: relative;
    width: 80px!important;
    height: 80px!important;
	border-radius:50%;
	border:#000 2px solid;
}

.service .service-img .editimg img.zoom {
  transition: transform .2s; /* Animation */
  width: 50px;
  height: 50px;
  margin: 0 auto;
  xborder:#000 1px solid;

}

.service .service-img::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: transparent;
    xborder: 1px solid #ffffff;
    z-index: 1;
}

.service .service-item h3 {
    margin: 0;
    padding: 25px 15px 15px 15px;
    font-size: 20px;
    font-weight: 600;
}

.service .service-item h3 a {
    font-size: 20px;
    font-weight: 600;
	color:#006;
}

.service .service-item h3 a:hover {
    font-size: 20px;
    font-weight: 600;
	color:#333;
}

.service .service-item p {
    margin: 0;
    padding: 0 25px 10px 25px;
    font-size: 15px;
}



/*******************************/
/******* Single Page CSS *******/
/*******************************/
.signup {
    position: relative;
    width: 100%;
    padding: 10px 0 65px 0;
}

.signup img {
    width: 100%;
    margin: 0 0 25px 0;
}
.signup .table { width:50%;}
.signup .table tr td{ border:none;}
.signup .list-group {
    margin-bottom: 30px;
}

.signup .ul-group {
    padding: 0;
    list-style: none;
}

.signup .ul-group li {
    margin-left: 2px;
}

.signup .ul-group li::before {
    position: relative;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.signup .ol-group {
	
    padding-left: 18px;
}


/*******************************/
/********* Edit Profile CSS **********/
/*******************************/

.borderbottom {border-bottom:#ccc 1px solid }
.sublinks { margin-bottom:10px; }
.sublinks a { padding-right:10px; font-size:15px; color:#999;}
.sublinks a.active, a:hover, a:focus { text-decoration:none;  font-size:15px; color:#006; }
table.page1 tr td {text-align:left; border:none; padding:10px 20px 10px 0px;}
table.page1 tr td .btn { margin:0;}
.service .service-item .formbtn {
    position: relative;
    margin:10px 0 10px 0;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 600;
    color:#fff;
    border: 1px solid #999;
    border-radius: 100px;
    background: #1d2434;
    transition: .3s;
	min-width:200px;
}

.service .service-item .formbtn:hover  {
    color: #000;
    background:none ;
    border-color: #1d2434;
}

.editimg {
	float:left;
	padding:10px;
	position:relative;
	width:30%	
}

.profiletext {
	float:left; 
	position:relative;
	display:inline-block;
	width:70%;
	padding:5px;	
}

.location { float:left; text-align:left; width:50%; padding:10px; }
.editprofile-link { float:right; text-align:right; width:50%; padding:10px;   }

.editprofile {
    position: relative;
    width: 100%;
    margin: 0;
	padding:0;
}

.editprofile .editprofile-form {
    position: relative;
    padding: 0 ;
}

.editprofile .editprofile-form .control-group {

}

.editprofile .editprofile-form .control-group label {
    width:30%;
	padding: 5px 10px 5px 0;
	min-width:30%;
   
}

.editprofile .editprofile-form label span {
    padding: 0 5px 0 0 ;
	color:#F00;
   
}

.editprofile .editprofile-form input {
    padding: 5px 10px;
    background: none;
    border-radius: 100px;
    border: 1px solid #ccc;
	width:70%;
	display:inline;
}

.editprofile .editprofile-form textarea {
	padding: 5px 15px;
    background: none;
    border-radius: 50px;
    border: 1px solid #ccc;
	width:70%;
	display:inline;
}

.mainbtn {font-size: 14px;
    color:#fff;
    border-radius: 100px;
    background: #1d2434;
    transition: .3s;
	min-width:150px;
	margin:5px;
	padding:5px 10px; }
	
.mainbtn:hover {color: #000; background:#ccc;}
.mainbtn:focus { outline: none;}

a.mainbtn { 
	margin:20px;
    padding: 6px 49px;
    font-size: 14px;
    color:#fff;
    border-radius: 100px;
    background: #1d2434;
    transition: .3s;

}

a.mainbtn:hover {color: #000; background:#ccc; border:none;}
a.mainbtn:focus { outline:none;}
.editprofile .editprofile-form .form-control:focus {
    box-shadow: none;
	border-radius: 100px;
}

.editprofile .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media (max-width: 767.98px) {
    .editprofile .container-fluid {
        background: none;
    }
    
    .editprofile .editprofile-form {
        padding: 0;
    }
}

.container button { border:none;}
.service-item .uploadphoto {
  position: absolute;
  z-index:6;
  top: 70px;
  left:85px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background:url(../img/plus_small.png) no-repeat;
  padding: 16px 15px;
  border: none;
  cursor: pointer;
  text-align: center;
}

.service-item .uploadphoto:hover, .service-item .uploadphoto:focus { border:none; outline:none;}  


/*****************************/
/*****Story Creation Page****/
/*****************************/

.storycreation {position:relative; }
.storycreation .title {border-bottom:#CCC 1px solid; display:inline; width:100%; background:#0FF; color:#006; padding:10px 0;}
.storytitle {border-bottom:#ccc 1px thin; color:#006; padding:10px 0; }
.storysubtitle { color:#797979; padding:10px 0; border-bottom:#ccc 1px solid; }
.storybody { padding:10px 0; }
.storybtn {font-size: 14px;
    color:#000;
    border-radius: 100px;
    background: #ccc;
    transition: .3s;
	max-width:120px;
	min-width:100px;
	margin:0 5px 5px 5px;
	padding:5px 10px; }
	
.storybtn:hover {color: #fff; background:#1d2434; }
.storybtn:focus {outline:none;}



/*****************************/
/*****Story Preview Page****/
/*****************************/

.storybox { margin:auto; position:relative; padding:10px; width:100%; max-width:800px; min-width:300px;}
.storybox .preview-img {
    float:left; 
}

.storybox .preview-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.storybox .preview-img img.round {
    position: relative;
    width: 100px!important;
    height: 100px!important;
	border-radius:50%;
}

.storybox .preview-img img.zoom {
  transition: transform .2s; /* Animation */
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.storybox .preview-img img.zoom:hover {
  transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.storybox .preview-img .editimg img.round {
    position: relative;
    width: 80px!important;
    height: 80px!important;
	border-radius:50%;
	border:#000 2px solid;
}

.storybox .preview-img .editimg img.zoom {
  transition: transform .2s; /* Animation */
  width: 50px;
  height: 50px;
  margin: 0 auto;
  xborder:#000 1px solid;

}



.followers { float:left; padding:0; text-align:left; width:50%}
.profiledata {margin:auto; text-align:left; position:relative; background:#0CC; vertical-align:top; padding:5px 10px;}
.storybox .story-previewimage {max-width:100%; height:auto;}
.storybox .story-previewimage img {max-width:100%; height:auto;}

@media screen and (max-width: 300px) {
  .storypreview {
    width: 100%;
  }
}

/******************************/
/********Landing page**********/
/****************************/

.people_follow { padding-bottom:50px;}
.added_stories { position:relative; margin-top:50px;}
.profilescroll { width:80px; margin:auto;}
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
 .avatar {
	  vertical-align: top;
	  text-align:center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin:0; 
  padding:0;
  border:#333 1px solid;
  }
.carousel-control-prev, .carousel-control-next { padding-bottom:20px;}		
		
        	/* Style the tab */
.tab {
  overflow:hidden;
  text-align:center;
  width:100%;
}

.tab button {border-radius:50px; margin:0; padding:0;}


/* Style the buttons that are used to open the tab content */
.tab button {
  border:#ccc 1px solid;
  border-radius:50px;
  min-width:100px;
  color: black;
  padding:0;
  text-align: center;
  cursor: pointer;
  transition:0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover, tab button:focus, tab button:visited {
  background-color: #0CC;
  outline:none;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #0cc;
}

/* Style the tab content */
.tabcontent {
  padding: 40px 10px;
  width: 100%;
  height: 350px;
  display: none;
  
}

.tabcontent-listing {
	float:left;
	width:180px;
	margin:10px;
	border-radius:10px;
	border:#333 1px solid;
	
}

.tabcontent-listing img { border-radius:7%; margin:0; padding-bottom:10px; height:120px;}
.tabcontent-listing .details {padding:0 10px; }
.tabcontent-listing .details .avatar {
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin:0; 
  padding:0;
}
.tabcontent-listing .details .writername { float:left; color:#333; vertical-align:text-top; margin:0; padding:5px;}


.tab-arrow a {
  text-decoration: none;
  display: inline-block;
  padding: 5px 16px;
  font-weight:bold;
  border:#ccc 1px solid;
  xmargin-top:120px;
}

.tab-arrow a:hover {
  background-color: #0cc;
  display: inline-block;
  color: black;
  font-weight:bold
}
.arrowprevious {
  background-color: #f1f1f1;
  color: black;
  font-weight:bold;
}

.arrownext {
  background-color: #f1f1f1;
  color: black;
  font-weight:bold;
  
}

.arrowround {
  border-radius: 50%;
}

.recent-added { padding:20px;}

/***Carousel csss***/
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 20%;
    margin: auto;
  }
  .avatar {
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin:0; 
  padding:0;
  border:#333 1px solid;
  }
  .carousel-control.right, .carousel-control.left { background:none;}
  .carousel-inner { }






/******************************/
/********Modal Popup**********/
/****************************/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 7; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 5px solid #999;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color:none;
  color: white;
}

.modal-body {padding: 10px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}



/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    padding: 20px 0 0 0;
    background: #1d2434;
}

.footer .copyright {
    padding: 0 30px;
}

.footer .copyright .row {
    padding-bottom: 10px;
}

.footer .copyright p {
    margin: 0;
    color:#FFF;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color:#fff;
    font-weight: 700;
}

.footer .copyright p a:hover {
    color: #069;
}

@media (max-width: 767.98px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}



