/* CSS Document | Main Styles 1.1.99
> Copyright (c) 2018 MSBJbd.com All rights reserved.
> For: salandarhighschool.edu.bd

> Author: Mahbub S.B. Jalil (Sazu)
> Freelancer, Computer Engineer, UI/UX
> B.Sc, CSE
> Bangladesh University.
> Bangladesh.
*/

@charset "utf-8";

/* Font Including */
@font-face {
  font-family: "SolaimanLipi";
  src: url("../fonts/SolaimanLipi.ttf") format("truetype");
}

/* Common CSS */
/* Common Font 
html, body, p {
    font-family: 'SolaimanLipi', Open Sans, Sans-Serif;
} */

/* Default Margin */
* {
  margin: 0;
}

/* Common Link  */
body .default-link {
  text-decoration: none;
}

/* Common Link Transition  */
a {
  color: #6091ba;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

/* Common Fonts */
.font-bn {
  font-family: SolaimanLipi;
}

/* Common Bold Font */
.font-weight-bold {
  font-weight: bold;
}

/*Common Red Font*/
.font-red {
  color: red;
}

/* Common Text Undreline */
.underline {
  text-decoration: underline;
}

/*Common Uppercase Text */
.uppercase {
  text-transform: uppercase !important;
}

/*Common Right Alignment Text */
.font-right {
  text-align: right !important;
}

/* Common Zero Margin */
.zero-margin {
  margin: 0 !important;
}

/* .help-block override */
.help-block {
  font-family: SolaimanLipi;
}
/* Common CSS Ends */

/* Help Popup */
.help-popup {
  font-size: 13px;
  padding-left: 7px;
}

/* BS Popover Overide */
.popover-content {
  color: red;
  font-size: 16px;
  padding: 2px;
  font-family: "SolaimanLipi", Open Sans, Sans-Serif;
} /* Overide */

/* Loader Animation */
.loader {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader > img {
  width: 200px;
}

.loader.hidden {
  animation: fadeOut 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/* Top Links & Override */
#toplinks {
  font-size: 16px;
}

#toplinks .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  text-align: right;
}

#toplinks .breadcrumb a {
  text-decoration: none;
}

/* Top Links Viewport */
@media (max-width: 1199px) {
  #toplinks .breadcrumb {
    text-align: center;
  } /* Viewport */
} /* Top Links & Override */

/* Top Logo Margin */
#logo-top img {
  display: block;
  margin: 0 auto;
}

/* Nav/Menu Codes Start */
/* Main Top Menu */
.main-topmenu {
  font-family: "SolaimanLipi", Open Sans, sans-serif;
  font-size: 18px;
  font-weight: normal;
}

/* Override Default Menu */
.main-topmenu .dropdown-menu {
  font-size: 18px;
}

.main-topmenu .dropdown-menu .active a {
  color: #fff;
}

.main-topmenu .dropdown-menu > .active > a:focus,
.main-topmenu .dropdown-menu > .active > a:hover {
  color: #000;
}
/* Override Default Menu */

/* Mulitilevel Menu Dropdown Viewport */
@media (min-width: 767px) {
  .main-topmenu .navbar-nav .dropdown-menu .caret {
    transform: rotate(-90deg);
  }
} /* Mulitilevel Menu Dropdown Viewport */

/* Menu Iteams Align Center */
.main-topmenu .navbar.center .navbar-inner {
  text-align: center;
}

.main-topmenu .navbar.center .navbar-inner .nav {
  float: none;
  display: inline-block;
  vertical-align: top;
} /* Menu Iteams Align Center */

/* New Menu Styles & Override */
.main-topmenu .navbar,
.main-topmenu .dropdown-menu {
  background-color: #f8f8f8;
  border: none;
}

.main-topmenu .nav > li > a,
.main-topmenu .dropdown-menu > li > a:focus,
.main-topmenu .dropdown-menu > li > a:hover,
.main-topmenu .dropdown-menu > li > a,
.main-topmenu .dropdown-menu > li {
  border-bottom: 3px solid transparent;
}
.main-topmenu .nav > li > a:focus,
.main-topmenu .nav > li > a:hover,
.main-topmenu .nav .open > a,
.main-topmenu .nav .open > a:focus,
.main-topmenu .nav .open > a:hover,
.main-topmenu .dropdown-menu > li > a:focus,
.main-topmenu .dropdown-menu > li > a:hover {
  border-bottom: 3px solid transparent;
  background: #f8f8f8;
}
.main-topmenu .navbar-toggle {
  color: #000;
}
.main-topmenu .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-topmenu .nav li:hover:nth-child(8n + 1),
.main-topmenu .nav li.active:nth-child(8n + 1) {
  border-bottom: #c4e17f 3px solid;
}
.main-topmenu .nav li:hover:nth-child(8n + 2),
.main-topmenu .nav li.active:nth-child(8n + 2) {
  border-bottom: #f839e8 3px solid;
}
.main-topmenu .nav li:hover:nth-child(8n + 3),
.main-topmenu .nav li.active:nth-child(8n + 3) {
  border-bottom: #fecf71 3px solid;
}
.main-topmenu .nav li:hover:nth-child(8n + 4),
.main-topmenu .nav li.active:nth-child(8n + 4) {
  border-bottom: #f0776c 3px solid;
}
.main-topmenu .nav li:hover:nth-child(8n + 5),
.main-topmenu .nav li.active:nth-child(8n + 5) {
  border-bottom: #db9dbe 3px solid;
}
.main-topmenu .nav li:hover:nth-child(8n + 6),
.main-topmenu .nav li.active:nth-child(8n + 6) {
  border-bottom: #c49cde 3px solid;
}
.main-topmenu .nav li:hover:nth-child(8n + 7),
.main-topmenu .nav li.active:nth-child(8n + 7) {
  border-bottom: #669ae1 3px solid;
}
.main-topmenu .nav li:hover:nth-child(8n + 8),
.main-topmenu .nav li.active:nth-child(8n + 8) {
  border-bottom: #62c2e4 3px solid;
}

.main-topmenu .navbar-toggle .icon-bar {
  color: #000;
} /* New Menu Styles & Override */

/* Menu Viewport for Tabs */
@media (max-width: 1200px) {
  .main-topmenu .navbar-header {
    float: none;
  }
  .main-topmenu .navbar-left,
  .main-topmenu.navbar-right {
    float: none !important;
  }
  .main-topmenu .navbar-toggle {
    display: block;
    float: right;
  }
  .main-topmenu .navbar-collapse.collapse {
    display: none !important;
  }
  .main-topmenu .navbar-nav {
    float: none !important;
  }
  .main-topmenu .navbar-nav > li {
    float: none;
  }
  .main-topmenu .collapse.in {
    display: block !important;
  }

  /* Menu Iteams Align Center */
  .main-topmenu .navbar.center .navbar-inner {
    text-align: left;
  }
  .main-topmenu .navbar.center .navbar-inner .nav {
    float: left;
    display: block;
    vertical-align: top;
  } /* Menu Iteams Align Center */
} /* Menu Viewport for Tabs */

/* Affix & Viewport */
@media (min-width: 992px) {
  #nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}

@media (max-width: 991px) {
  #nav.affix {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10;
  } /* Viewport */
} /* Affix & Viewport */
/* Nav/Menu Codes Ends */

/* Main Top Slider Start */
.main-top-slider {
  height: auto;
  background-color: #f8f8f8;
}

/* Carousel Control Override */
.carousel-control {
  opacity: 0;
  top: 50%;
  font-size: 30px;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.carousel-indicators {
  bottom: 0;
}

.carousel-caption {
  left: 1%;
  right: auto;
  bottom: 8%;
  text-align: left;
  font-size: 17px;
  padding: 2px 10px 0px 6px;
  background-color: #013016;
  border-radius: 5px 20px 5px;
}

.carousel-caption p {
  margin: 0;
}

/* Carousel Caption Viewport */
@media (max-width: 990px) {
  .carousel-caption {
    bottom: 11%;
  }
} /* Carousel Caption Viewport */
/* Carousel Control Override */

.main-text {
  position: absolute;
  top: 50px;
  width: 96.66666666666666%;
  color: #fff;
}

.btn-min-block {
  min-width: 170px;
  line-height: 26px;
}

.btn-clear {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  margin-right: 15px;
}

.btn-clear:hover {
  color: #000;
  background-color: #fff;
} /* Carousel Override */

/* Carousel Image Fit Override 
.carousel img {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
  max-width: none;
  background-size: cover;
} /* Carousel Image Fit Override */
/* Main Top Slider End */

/* Main Top News */
.main-top-news {
  margin-top: 15px;
} /* Main Top News Ends */

/* FP Promo Box  Starts */
/* FP Online Admission */
.online-admission {
  height: 150px;
  margin-top: 15px;
}

/* FP Internal Result DB */
.online-resultdb {
  height: 150px;
  margin-top: 15px;
}

.promo-box {
  background: #801970;
  color: #fff;
}

.promo-box h1.pb-section-heading {
  margin-top: 0;
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  line-height: 2;
  border-bottom: 1px solid;
}

.pb-content {
  margin-left: 10px;
  padding-right: 32px;
  width: 100%;
}

.pb-content p {
  font-size: 17px;
  text-align: justify;
}

.promo-box .promo-box-btn:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 15px;
  padding-right: 5px;
}

a.promo-box-btn,
.promo-box-btn {
  background: #6091ba;
  color: #fff;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 1.33;
  border: 1px solid #6091ba;
  right: 10px;
}

/* FP Promo Box Viewport */
@media (max-width: 480px) {
  .promo-box h1.pb-section-heading {
    font-size: 20px;
  }
  .pb-content p {
    font-size: 16px;
  }
  a.promo-box-btn,
  .promo-box-btn {
    padding: 3px 9px;
    font-size: 18px;
  }
}

@media (max-width: 356px) {
  .promo-box h1.pb-section-heading {
    font-size: 18px;
  }
  a.promo-box-btn,
  .promo-box-btn {
    padding: 3px 9px;
    font-size: 15px;
  }
} /* FP Promo Box Viewport */
/* FP Promo Box End */

/* Default Pannel & Overrride Starts */
/* Up/Down Arrow */
.panel-heading [data-toggle="collapse"]:after {
  font-family: "fontawesome";
  content: "\f054"; /* "play" icon */
  float: right;
  color: #3e03fe;
  font-size: 18px;
  line-height: 22px;
  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fe0303;
} /* Up/Down Arrow */
/* Default Pannel & Overrride Ends */

/* Section Heading [display: block;] */
.section-heading h3 span:before {
  display: inline;
  height: 1px;
  padding-top: 0;
  padding-right: 10px;
  top: 10%;
  width: 20%;
  z-index: 1;
  font-family: "FontAwesome";
  font-size: 20px;
}

.section-heading h3 span {
  background: none;
  border-top: 2px solid #6091ba;
  padding: 10px 15px;
  position: relative;
  z-index: 5;
  display: inline-block;
  font-size: 21px;
} /* Section Heading */

/* Section Heading Viewport */
@media (max-width: 400px) {
  .section-heading h3 span {
    font-size: 17px;
  }
  .section-heading h3 span:before {
    font-size: 17px;
  }
} /* Section Heading Viewport */
/* Section Heading End */

/* FP Welcome Quote Pannel ‍Starts */
.fp-welcome-quote {
  margin-top: 15px;
}

.fp-welcome-quote .blockquote {
  padding: 0 5px 0 20px;
}

/* FP WQ Panel BS Overrride */
.fp-welcome-quote .panel-group {
  margin-bottom: 0;
}

/* FP WQP BS Viewport */
@media (max-width: 991px) {
  .fp-welcome-quote .panel-body {
    padding: 0;
  }

  .fp-welcome-quote .panel-body:before {
    padding-top: 15px;
  }

  .fp-welcome-quote .fpwq-description {
    padding-top: 10px !important;
  }
} /* FP WQP BS Viewport */
/* Overrride */

.fp-welcome-quote .panel-heading h3 {
  font-size: 21px;
  color: #333;
}

.fp-welcome-quote .panel-title a {
  text-decoration: none;
}

.fp-welcome-quote .panel-heading h3:before {
  font-family: "FontAwesome";
  content: "\f10d";
  font-size: 20px;
  padding-right: 8px;
}

/* FP WQP Viewport */
@media (max-width: 400px) {
  .fp-welcome-quote .panel-heading h3:before {
    font-size: 17px;
  }
} /* FP WQP Viewport */

.fp-welcome-quote .panel-heading .help-popup {
  font-size: 15px;
  color: #6091ba;
}

.fp-welcome-quote .panel-heading .help-popup:hover {
  color: #000;
}

.fp-welcome-quote .fpwq-description {
  text-align: justify;
  font-size: 17px !important;
}
/* FP Welcome Quote Pannel Ends */

/* FP Latest News */
.fp-latest-news {
  height: auto;
  background-color: #f8f8f8;
  margin-top: 15px;
}

.fp-latest-news .section-heading h3 span:before {
  content: "\f1ea";
}

.fp-latest-news .default-link:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 15px;
  padding-right: 5px;
}

/* FP Latest News Viewport */
@media (max-width: 400px) {
  .fp-latest-news .default-link {
    font-size: 14px;
  } /* FP Latest News Viewport */
}
/* FP Latest News Ends */

/* Events */
.events {
  height: auto;
  background-color: #f8f8f8;
  margin-top: 15px;
}

.events .section-heading h3 span:before {
  content: "\f073";
}

.events .default-link:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 15px;
  padding-right: 5px;
}

/* Events Viewport */
@media (max-width: 400px) {
  .events .default-link {
    font-size: 14px;
  }
} /* Events Viewport */

.event-item {
  position: relative;
  padding-left: 58px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}

.event-item p {
  margin-bottom: 5px;
}

.events-date-label {
  background: #f5f5f5;
  display: inline-block;
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 13px;
}

.event-item .events-date-label {
  background: #fff;
  position: absolute;
  left: 2%;
  width: 53px;
}

.events-date-label .events-date-month {
  background: #6091ba;
  color: #fff;
  display: block;
  font-size: 15px;
}

.events-date-label .events-year {
  clear: left;
  display: block;
  padding-top: 2px;
  font-size: 15px;
}

.event-item .details {
  padding-left: 4%;
}

.event-item h2.title {
  margin-bottom: 20px;
  font-size: 18px;
}

.details p {
  color: #666;
  font-size: 16px;
}

.time i {
  margin-right: 10px;
}

.location i {
  margin-right: 15px;
} /* Events Ends */

/* FP Picture Room */
.fp-picture-room {
  height: 100%;
  background-color: #f8f8f8;
  margin-top: 15px;
}

.fp-picture-room .section-heading h3 span:before {
  content: "\f03e";
}

.fp-picture-room .default-link:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 15px;
  padding-right: 5px;
}

.fppr-img-link {
  display: inline-block;
  padding: 2px;
  margin: 0 0.5rem 1rem 0.5rem;
  background-color: #fff;
  line-height: 0;
  border-radius: 4px;
  transition: background-color 0.5s ease-out;
}

.fppr-img-thumb {
  width: 88px; /*73px;*/
  border-radius: 4px;
}

.fp-picture-room .image-set {
  text-align: center;
}

/* FP Picture Room Viewport */
@media (max-width: 400px) {
  .fp-picture-room .default-link {
    font-size: 14px;
  }
  .fp-picture-room .fppr-img-thumb {
    width: 72px;
  }
}

@media (max-width: 991px) {
  .fp-picture-room .fppr-img-thumb {
    width: 72px;
  }
} /* FP Picture Room Viewport */
/* FP Picture Room Ends */

/* FP Quotes */
.fp-quotes {
  height: auto;
  background-color: #f8f8f8;
  margin-top: 15px;
}

.fp-quotes .section-heading h3 span:before {
  content: "\f086";
}

.fp-quotes .default-link:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 15px;
  padding-right: 5px;
}

/* FP Quotes Viewport */
@media (max-width: 400px) {
  .fp-quotes .default-link {
    font-size: 14px;
  }
} /* FP Quotes Viewport */
/* FP Quotes Ends */

/* Testimonials 
.testimonials {
    height: auto;
    background-color: #f8f8f8;
    margin-top: 15px;
} */

/* FP Teacher Profile Slider */
.fp-teacher-profile-slider {
  height: auto;
  background-color: #f8f8f8;
  margin-top: 15px;
}

.fp-teacher-profile-slider .section-heading h3 span:before {
  content: "\f0c0";
}

.fp-teacher-profile-slider .default-link:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 15px;
  padding-right: 5px;
}

/* FP Teacher Profile Slider Viewport */
@media (max-width: 400px) {
  .teacher-profile-slider .default-link {
    font-size: 14px;
  }
} /* FP Teacher Profile Slider Viewport */

/* Content Slider Override */
.fp-teacher-profile-slider .post-slide .post-description {
  text-align: left;
}
/* Teacher Profile Slider Ends */

/* Testimonials */
.fp-testimonials {
  height: auto;
  background-color: #f8f8f8;
  margin-top: 15px;
}

.fp-testimonials .section-heading h3 span:before {
  content: "\f27a";
}

.fp-testimonials .default-link:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 15px;
  padding-right: 5px;
}
/* Testimonials Ends */

/* Achievments */
.fp-achievements {
  height: auto;
  background-color: #f8f8f8;
  margin-top: 15px;
}

.fp-achievements .section-heading h3 span:before {
  content: "\f091";
}

.fp-achievements .default-link:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 15px;
  padding-right: 5px;
}
/* Achievments Ends */

/* FP Foundation History */
.fp-foundation-history {
  height: auto;
  background-color: #f8f8f8;
  margin-top: 15px;
}

.fp-foundation-history .section-heading h3 span:before {
  content: "\f1da";
}

.fp-foundation-history img {
  padding: 0 10px;
  width: 200px;
}

/* FP Foundation History Image Viewport */
@media (max-width: 480px) {
  .fp-foundation-history img {
    width: 180px;
  }
}

@media (max-width: 320px) {
  .fp-foundation-history img {
    width: 155px;
  }
} /* FP Foundation History Image Viewport */

.fpfh-description {
  text-align: justify;
  font-size: 17px !important;
  padding: 0 10px;
}

.fp-foundation-history .default-link:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 15px;
  padding-right: 5px;
}

/* FP Foundation History Viewport */
@media (max-width: 400px) {
  .fp-foundation-history .default-link {
    font-size: 14px;
  }
} /* FP Foundation History Viewport */
/* FP Foundation History Ends */

/* Important Links */
.important-links {
  height: auto;
  background-color: #f8f8f8;
  margin-top: 15px;
}

.important-links .section-heading h3 span:before {
  content: "\f0c1";
}

.important-links a:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 15px;
  padding-right: 5px;
}

.important-links a,
.important-links ul {
  text-decoration: none;
  list-style: none;
  font-size: 18px;
  padding-left: 0;
} /* Important Links Ends */

/* FP Hightlight Pic */
.fp-highlight-pic {
  height: 700px;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  z-index: 1;
}

.sec-one {
  background-image: url("../img/common/46yth-jsomskp-17-hockey.jpg");
}

.fphp-description {
  position: absolute;
  left: 9%;
  bottom: 0%;
  right: auto;
  width: 90%;
  max-width: 1170px;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
  font-weight: bold;
}

/* FP Hightlight Pic Viewport */
@media (max-width: 732px) {
  .fphp-description {
    font-size: 20px;
    left: 5%;
  }
}

@media (max-width: 500px) {
  .fphp-description {
    font-size: 18px;
    left: 5%;
  }
} /* FP Hightlight Pic Viewport */
/* FP Hightlight Pic Ends */

/* En/Bn Date/Time */
.bn-date {
  width: auto;
  font-size: 17px;
  text-align: center;
  background-color: #65f95c;
  padding: 0 11px;
  border-radius: 8px 14px;
  margin: 8px auto 0 auto;
}

.pc-date-time p {
  color: #000;
  padding: 6px 7px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 10em;
  text-align: center;
  background-color: #65f95c;
  margin: 8px auto 0 auto;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/* En/Bn Date/Time Ends */

/* Footer Starts */
.common-footer {
  background-color: #0c1a1e;
  min-height: 250px;
  margin-top: 10px;
}

/* Footer Viewport */
@media (max-width: 991px) {
  .common-footer {
    margin-top: 0;
  }
} /* Viewport */

.footer-icons {
  text-align: center;
  font-size: 20px;
  padding-top: 6px;
}

.footer-icons .fa {
  padding-left: 7px;
}

.footer-icons a:hover {
  color: #fff;
}

.footerlogo {
  margin-bottom: 10px;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
}

.footerlogo img {
  width: 270px;
}

.footertext {
  margin-top: 30px;
  padding: 0 36px;
}

.footertext p {
  color: #fff;
  font-family: sans-serif;
  font-size: 14px !important;
  font-weight: bold;
}

.footertext p i {
  width: 20px;
  color: #999;
}

.footertext p a {
  text-decoration: none;
}

.footertext p a:hover {
  color: #fff;
}

#footer-search {
  padding-top: 10px;
}

.footer-links {
  margin-top: 30px;
  list-style: none;
}

.footer-links ul {
  list-style: none;
  float: right;
}

.footer-links ul a {
  text-decoration: none;
}

.footer-links a:hover {
  color: white;
}

.footer-links a:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 15px;
  padding-right: 5px;
}

.copyright {
  min-height: 40px;
  background-color: #000000;
}

.copyright p {
  text-align: left;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 0px;
}

/* Copyright Viewport */
@media (max-width: 991px) {
  .copyright p {
    text-align: center;
  }
} /* Viewport */

.power-dnd a {
  text-decoration: none;
  float: right;
}

.power-dnd a:hover {
  color: #fff;
}

.power-dnd img {
  width: 52px;
  height: 35px;
  margin-top: 1px;
}

.power-dnd p {
  display: inline-block;
  margin-left: 30%;
}

/* D&D Viewport */
@media (max-width: 1199px) {
  .power-dnd p {
    margin-left: 15%;
  }
}

@media (max-width: 991px) {
  .power-dnd p {
    margin-left: 0;
    display: block;
  }
  .power-dnd img {
    margin: auto;
    display: block;
    float: none;
  }
} /* Viewport */

/* Back To Top */
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 14px;
  right: 16px;
  display: none;
} /* Back To Top */
/* Footer Ends */
