body{
  background: #fff;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.login-form {
  width: 40%;
  margin: 30px auto;
  font-size: 15px;
}
.login-form form {
  margin-bottom: 15px;
  background: #ffffff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 30px;
}
.login-form h2 {
  margin: 0 0 15px;
}
.login-form .hint-text {
  color: #777;
  text-align: center;
  font-size: 13px;
}
.form-control,
.btn {
  min-height: 38px;
  border-radius: 2px;
}
.login-btn {
  font-size: 15px;
  font-weight: bold;
}
.or-seperator {
  margin: 20px 0 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.social-btn .btn {
  margin: 10px 0;
  font-size: 15px;
  text-align: left;
  line-height: 30px;
}
.social-btn .btn i {
  margin: 4px 15px 0 5px;
  min-width: 15px;
}
.input-group-addon .fa {
  font-size: 18px;
}
.btn-primary {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
  text-align: center !important;
}
.btn-danger {
  color: #fff;
  background-color: #1c1c1e;
  border-color: #1c1c1e;
  text-align: center !important;
  border-radius: 60px !important;
}
.btn-danger:hover {
  color: #fff;
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #5d5d5d;
  border-color: #5d5d5d;
  box-shadow: 0 0 0 0.2rem rgb(134 134 134 / 50%);
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(134 134 134 / 50%);
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 1.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #e8f0fe;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.text-success {
  color: #23bee2 !important;
  margin-bottom: 20px;
}
a.text-success:focus,
a.text-success:hover {
  color: #3cc2de !important;
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  border-radius: 60px !important;
  line-height: 30px;
}
.mainpage {
  width: 100%;
  /* margin: 30px auto; */
  font-size: 15px;
}
.inner-main {
  /* margin-bottom: 15px; */
  background: #ffffff;
  /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); */
  /* border-radius: 3px; */
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}
.top-sec .own-container {
  width: 100%;
  /*background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;*/
}

.top-sec .own-container .logo {
  max-width: initial;
  padding: 0 10px;
  overflow: hidden;
}

.top-sec .own-container .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
}

.top-sec .own-container .logo a img {
  max-width: 100%;
  max-height: 25px;
  top: 0px;
}

.top-sec .own-container .logo a span {
  font-size: 12px;
  font-weight: 600;
}

.top-sec .own-container .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 10px;
  justify-content: center;
  z-index: 999;
  background: #fff!important;
}

.top-sec .own-container .navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-sec .own-container .navbar ul li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  padding: 0 10px;
}

.top-sec .own-container .navbar ul li a:hover {
  color: #ffffff;
  background-color: rgba(23, 23, 23, 0.9);
}

.top-sec .own-container .navbar ul .close {
  display: none;
  text-align: right;
  padding: 10px;
}

.top-sec .own-container .navbar ul .close span {
  font-size: 40px;
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 0 10px;
  cursor: pointer;
}

.top-sec .own-container .navbar .icon-bar {
  padding: 14px 8px;
  width: 50px;
  height: 50px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.top-sec .own-container .navbar .icon-bar i {
  background-color: #333333;
  height: 2px;
}

@media only screen and (max-width: 650px) {
  .top-sec .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-sec .container .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .top-sec .container .navbar {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }

  .top-sec .container .navbar ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: fixed;
    left: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    width: 100%;
    height: 100%;
    top: 0px;
    overflow: auto;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }

  .top-sec .container .navbar ul li a {
    padding: 10px;
    font-size: 16px;
    height: auto;
    line-height: normal;
    color: #555555;
  }

  .top-sec .container .navbar ul .close {
    display: block;
  }

  .top-sec .container .navbar .icon-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top-sec .container .navbar ._Menus-show {
    left: 0;
  }
}
.top-sec {
  padding: 0px 30px;
  display: flex;
  flex-wrap: wrap;
}
.login-section .lang {
  padding: 8px 0px;
  font-size: 16px;
  font-weight: 500;
  color: #3a3a3a;
}
 .log-btn {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff!important;
  border-radius: 3px;
  border: 1px solid #3388cd;
  background-color: #3388cd;
  padding: 5px 15px;
  margin: 0px 15px;
}
 .log-btn:hover,
 .log-btn:focus,
 .log-btn:active {
  color: #fff;
  border: 1px solid#ff9800;
  background-color: #ff9800;
  text-decoration: none;
}
.own-container strong.ft-notpad {
    font-size: 20px;
    font-weight: 700;
    font-family: cursive;
}
.inner-main .slider {
  background-color: #3388cd;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
}
.inner-main .slider img {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
}
.slider .slide-text {
  text-align: center;
  padding: 10px 0px;
}
.slider .slide-text h2 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.slider .slide-text p {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
}
.footer-bottom-area {
  position: relative;
  display: block;
  z-index: 10;
  color: #fff;
  padding: 5px 0px;
  background-color: #000;
}
.flex-box-two {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.footer-bottom-area .copyright-text {
  margin: 0;
}
.footer-bottom-area .copyright-text p {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.footer-bottom-area .copy {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.footer-bottom-area .copyright-link a {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.footer-bottom-area .copyright-link a:hover {
  color: #000;
  text-decoration: none;
}
.menu-link a {
  color: #212529;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.menu-link a:hover,
.menu-link a:focus,
.menu-link a:active {
  color: #0056b3;
  text-decoration: none;
}
.upload-image {
  padding: 10px 30px;
}
.upload-image form {
  width: -webkit-fill-available;
  margin: -30px 0 0px;
}
.form input {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}
.form button {
  border-radius: 3px !important;
  padding: 10px 20px !important;
  background: #ff9800;
  outline: none;
  border: none;
  color: white;
  font-size: 16px;
}
#fileName::before {
  content: "File Name:";
}
#fileName {
  position: relative;
  top: 10px;
}
.heading {
  font-size: 18px;
  margin-right: 8px;
  font-weight: 500;
}
.fa {
  font-size: 18px;
  padding: 5px 2px;
}
.checked {
  color: orange;
}
.side {
  float: left;
  width: 15%;
  margin-top: 10px;
}
.middle {
  margin-top: 10px;
  float: left;
  width: 70%;
}
.right {
  text-align: right;
}
.share-sec {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.rating-page {
  padding: 0px 30px;
  margin-top: -18px;
}
.rating-star {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rating-page p {
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
  /* margin-top: 15px; */
  margin-bottom: 0px;
}
.rating-page p span {
  font-weight: 700;
}
#text-editor {
  padding: 0px 30px;
}
#text-editor form {
  min-width: -webkit-fill-available;
}
textarea {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
textarea {
  min-height: 300px;
}
.content {
  padding: 10px 0px 30px;
}
.content .content-para {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 2574px) {
  .login-form {
    width: 20%;
  }
  .slider .slide-text {
    padding: 40px 0px;
  }
}
@media (max-width: 1440px) {
  .login-form {
    width: 30%;
  }
  .slider .slide-text {
    padding: 10px 0px;
  }
  .inner-main .slider img {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .login-form {
    width: 40%;
  }
  /* .mainpage {
    width: 80%;
  } */
}
@media (max-width: 991px) {
  /* .mainpage {
    width: 80%;
  } */
  .slider .slide-text h2 {
    font-size: 30px;
  }
  .slider .slide-text p {
    font-size: 23px;
  }
  .slider .slide-text {
    padding: 15px 0px;
  }
  .float-right {
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
  }
}
@media (max-width: 768px) {
  .login-form {
    width: 50%;
  }
  .slider .slide-text h2 {
    font-size: 25px;
  }
  .slider .slide-text p {
    font-size: 20px;
  }

}
@media (max-width: 480px) {
  .login-form {
    width: 90%;
  }
  /* .mainpage {
    width: 90%;
  } */
  .top-sec .logo {
    margin: 0px auto;
  }
  .login-section {
    margin: 8px auto;
  }
  .inner-main .slider img {
    width: 40%;
  }
  .slider .slide-text {
    padding: 20px 0px;
  }
  .slider .slide-text h2 {
    font-size: 30px;
  }
  .slider .slide-text p {
    font-size: 23px;
  }
  .side,
  .middle {
    width: 100%;
  }
  .right {
    display: none;
  }
  .rating-page p {
    margin-left: 0px;
    margin-top: 0px;
  }
  .upload-image {
    padding: 10px 15px;
  }
  #text-editor {
    padding: 10px 15px 30px;
  }
  .rating-page {
    padding: 0px 15px;
  }
  .top-sec .container .logo a span {
    display: none;
  }
}
@media (max-width: 320px) {
  .login-form {
    width: 90%;
  }
  /* .mainpage {
    width: 90%;
  } */
  .top-sec .logo {
    margin: 0px auto;
  }
  .login-section {
    margin: 8px auto;
  }
  .inner-main .slider img {
    width: 40%;
  }
  .login-section .log-btn {
    margin: 0px 3px;
  }
  .slider .slide-text {
    padding: 20px 0px;
  }
  .slider .slide-text h2 {
    font-size: 24px;
  }
  .slider .slide-text p {
    font-size: 19px;
  }
  .side,
  .middle {
    width: 100%;
  }
  .right {
    display: none;
  }
  .rating-page p {
    margin-left: 0px;
    margin-top: 0px;
  }
  .form div {
    line-height: unset;
    padding-top: 60px;
  }
  #text-editor {
    padding: 10px 15px 30px;
  }
  .rating-page {
    padding: 0px 15px;
  }
  .top-sec .container .logo a span {
    display: none;
  }
}


.container{
    width: 100%!important;
}
.bg-black{
    background: #000000;
}
#main{
    min-height: 90vh;
}


.btn-primary:hover,.bg-color-dblue:hover{
    background-color: #343a40!important;
    color: #ffffff!important;
}
.navbar-dark{
    transition: .6s;
}
.navbar-dark:hover{
    background: #444444!important;
}