/*
  Theme Name: Name - Multipurpose HTML Template
  Author: mdsalim400@gmail.com
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #686893;
  font-size: 16px;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #2b96cc;
  text-decoration: none;
}
a,
button {
  color: #1696e7;
  outline: medium none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #121121;
  margin-top: 0px;
  font-style: normal;
  font-weight: 600;
  text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #686893;
  margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.theme-overlay {
  position: relative;
}
.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.separator {
  border-top: 1px solid #f2f2f2;
}
/* button style */

.breadcrumb > .active {
  color: #888;
}
.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.owl-carousel .owl-nav div:hover {
  background: #2b96cc;
  color: #fff;
}

/* scrollUp */
#scrollUp {
  background: #7dba2f;
  height: 35px;
  width: 35px;
  right: 50px;
  bottom: 77px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 34px;
}
#scrollUp:hover {
  background: #444;
}

/* other font family */
.font-merri {
  font-family: "Merriweather", serif;
}
.font-pop {
  font-family: "Poppins", sans-serif;
}
/* header area start */
.transparent-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.header-info-icon i {
  color: #ec6e39;
  font-size: 14px;
}
.header-info-icon {
  margin-right: 10px;
  transform: translateY(-5px);
}
.header-info-text span {
  color: #99a39f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}
.header-info-text h4 {
  color: #ffff;
  font-size: 18px;
  margin: 0;
}

.header-info ul li {
  display: inline-block;
  margin-right: 40px;
}
.header-login a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #cbd6e3;
}
.header-login a i {
  margin-right: 10px;
}

/* menu area */

.menu-box {
  border: 2px solid #777781;
  padding: 0 38px;
}
.f-btn {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background: #ec6e39;
  padding: 20px 30px;
  text-transform: uppercase;
  border-radius: 30px;
  line-height: 1;
  display: inline-block;
  border: 1px solid transparent;
}
.border-btn {
  background: none;
  border-color: #e5e6ec;
  color: #e5e6ec;
  letter-spacing: 2px solid;
  padding: 20px 50px;
}
.border-btn:hover {
  background: #ec6e39;
  border-color: #e5e6ec;
  color: #fff;
}
.long-btn {
  padding: 20px 50px;
  letter-spacing: 2px;
}
.f-btn:hover {
  color: #000;
}
.main-menu ul li {
  display: inline-block;
  margin-left: 50px;
  position: relative;
}
.main-menu ul li:hover > a {
  color: #ec6e39;
}
.main-menu ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  padding: 30px 0;
}
.main-menu ul li .submenu {
  position: absolute;
  background: #fff;
  width: 230px;
  padding: 15px 0;
  border-top: 4px solid #ec6e39;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.main-menu ul li:hover > .submenu,
.main-menu ul li:hover > .submenu li:hover > .submenu-2 {
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 1;
}
.main-menu ul li .submenu li {
  display: block;
  margin: 0;
  position: relative;
}
.main-menu ul li .submenu li a {
  color: #111;
  display: block;
  padding: 10px 25px;
  transition: 0.3s;
}

.main-menu ul li .submenu li:hover a,
.main-menu ul li .submenu li .submenu-2 li:hover > a {
  color: #ec6e39;
}

.main-menu ul li .submenu li .submenu-2 {
  position: absolute;
  background: #121121;
  left: 35%;
  top: 110%;
  width: 230px;
  border-top: 4px solid #ec6e39;
  z-index: 2;
  opacity: 1;
  visibility: hidden;
  transition: 0.3s;
}
.main-menu ul li .submenu li .submenu-2 li {
  margin-left: 0;
}
.main-menu ul li .submenu li .submenu-2 li a {
  color: #fff;
  padding: 10px 25px;
}
/* header area end */

/* hero area design start */

.hero-area {
  min-height: 1020px;
}
.hero-wrapper a {
  display: inline-block;
  color: #fff;
  background-color: #ec6e39;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 100%;
  margin-bottom: 24px;
  position: relative;
  z-index: 99;
}
.hero-wrapper h2 {
  font-size: 80px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.back-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.1;
  font-size: 300px;
  color: #fff;
  font-style: italic;
}

.bg-overlay,
footer {
  position: relative;
  background-color: #dddd;
  background-position: center;
  background-size: cover;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #040415;
  opacity: 0.6;
}
.bg-overlay-8:before {
  opacity: 0.8;
}
/* hero area design end */

/* testimonial area start */
.section-title span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ec6e39;
  display: block;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.section-title h2 {
  font-size: 50px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
.s-back-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.06;
  color: #121121;
  font-size: 120px;
  font-style: italic;
  z-index: 1;
  text-transform: capitalize;
}
.section-title-white span {
  font-size: 18px;
  letter-spacing: 3px;
}
.section-title-white h2 {
  color: #fff;
}
.section-title-white .s-back-title {
  color: #fff;
}
.testimonial-content {
  padding: 40px;
  border: 2px solid #e5e5e5;
  position: relative;
}
.review-icon i {
  font-size: 14px;
  color: #ffae00;
  margin-right: 5px;
}
.testimonial-author img {
  margin-right: 20px;
}
.testimonial-author-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #121121;
  margin-bottom: 0;
  line-height: 1;
}
.testimonial-author-info span {
  color: #ec6e39;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.testimonial-content:before {
  content: "";
  position: absolute;
  left: 65px;
  bottom: -24px;
  width: 0;
  height: 24px;
  border-style: solid;
  border-width: 13px 12px 0 12px;
  border-color: #e5e5e5 transparent transparent transparent;
}
.testimonial-content blockquote {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
/* testimonial area end */

/* faq area start */

.f-faq .card {
  margin-bottom: 25px;
  color: #7d7b99;
}
.f-faq .card-header {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border-bottom: 1px solid #ddd;
}
.f-faq .btn-link {
  color: #7d7b99;
  font-size: 20px;
  font-weight: 400;
  font-family: inherit;
  padding: 22px 30px;
  line-height: 1;
  transition: 0.3s;
  position: relative;
}

.f-faq .btn-link:hover,
active {
  color: #121121;
  text-decoration: none;
}
.f-faq .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  text-decoration: none;
}

.f-faq .btn-link.collapsed::after,
.f-faq .btn-link::after {
  content: "+";
  position: absolute;
  right: 30px;
  color: #ec6e39;
  font-size: 20px;
}
.f-faq .btn-link::after {
  content: "-";
}

/* faq area end */

/* evnent area start */
.event-area .s-back-title {
  font-size: 250px;
  top: -115px;
}
.event-area .section-title span {
  font-weight: 800;
}
.event-area .section-title h2 {
  font-size: 70px;
}
.event-btn {
  position: absolute;
  left: 40px;
  top: 40px;
}
.event-btn .f-btn {
  background: #dedede;
  border: 2px solid #e8e8e8;
  width: 140px;
  text-align: center;
}
.event-content {
  padding: 50px;
  background-color: #fff;
}
.event-img img {
  height: 475px;
  width: 100%;
}
.event-content h2 {
  font-size: 32px;
  margin-top: 12px;
  margin-bottom: 20px;
}
.event-content span {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ec6e39;
  letter-spacing: 2px;
}

.event-main {
  box-shadow: 0px 16px 32px 0px #fff;
}

.event-box .event-btn {
  left: auto;
  right: 30px;
  top: 30px;
}
.event-img-bg img {
  width: 100%;
}
.event-box-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.event-box-content {
  background: #fff;
  padding: 50px 25px;
}
.enent-date {
  right: 30px;
  top: 30px;
  text-align: center;
  background: #ec6e39;
  color: #fff;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  padding-top: 18px;
  font-weight: 700;
}
.enent-date b {
  display: block;
  font-size: 20px;
}
.enent-date span {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
/* evnent area end */

/* team  section area start */
.team-box {
  box-shadow: 1px 1px 5px 1px #cacaca;
  padding: 20px 0;
}
.team-content {
  padding-top: 30px;
  padding-bottom: 10px;
}
.team-content h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.team-content span {
  font-size: 12px;
  font-weight: 700;
  color: #ec6e39;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.team-social a,
.footer-social a {
  font-size: 14px;
  color: #bab9d4;
  margin: 0 5px;
}
/* team section area end */

/* contact area start */

.contact-input label {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.contact-input label span {
  color: #ec6e39;
}
.contact-input input,
.contact-input select {
  width: 100%;
  height: 70px;
  background: transparent;
  border: 2px solid #30303c;
  padding: 0 35px;
  color: #fff;
  margin-bottom: 40px;
  appearance: none;
  color: #6f6e82;
}
.contact-input input::-moz-placeholder {
  color: #646376;
  font-size: 14px;
  opacity: 1;
  text-transform: capitalize;
  transition: 0.3s;
}
.contact-input input::placeholder {
  color: #646376;
  font-size: 14px;
  opacity: 1;
  text-transform: capitalize;
  transition: 0.3s;
}
.contact-input input:focus::-moz-placeholder {
  opacity: 0;
}
.contact-input input:focus::placeholder {
  opacity: 0;
}
.input-select {
  position: relative;
}
.input-select::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 25px;
  height: 20px;
  width: 20px;
  background: url("../img/arrow-up.png") no-repeat;
}

.input-select select:focus option {
  background: #ec6e39;
}

/* contact area end */

/* evnet up area start */
.up-evnet-box {
  padding: 50px;
}
.up-date {
  background: #ec6e39;
  color: #fff;
  height: 140px;
  width: 140px;
  text-align: center;
  padding-top: 34px;
  margin-right: 40px;
}

.up-date h2 {
  font-size: 60px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
.up-date span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.up-event-content {
  padding-top: 5px;
}
.up-event-content h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 8px;
}
/* event up area end */

/* fact  section start */
.single-fact {
  padding: 100px 0;
}
.single-fact h1 {
  font-size: 70px;
  color: #fff;
  font-weight: 600;
}
.single-fact img {
  margin-bottom: 28px;
}
.single-fact h1 span {
  font-size: 30px;
  color: #ec6e39;
}
.single-fact > span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.row-fact .col-xl-3:not(:last-child) .single-fact {
  border-right: 2px solid #232239;
}
/* fact section end */

/* footer area start */
.footer-widget-title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.footer-line img {
  max-width: 100%;
}

.footer-widget ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget ul li a {
  color: #afb3d6;
}
.footer-post .footer-list:not(:last-child) {
  margin-bottom: 50px;
}
.footer-list span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ec6e39;
  letter-spacing: 2px;
}
.footer-list h3 {
  font-size: 18px;
  color: #ffff;
  line-height: 26px;
}

/* copay right area */
.copyright-text p a {
  color: #ec6e39;
  font-weight: 700;
  text-transform: uppercase;
}
/* footer area end */



/* page title start */
.page-title-area{
  padding-top: 385px;
  padding-bottom: 190px;
}
.about-hero-wrapper.hero-wrapper h2 {
  padding-top: 50px;
}
.about-hero-wrapper .back-text {
  font-size: 250px;
  right: auto;
}
.ch-icon {
  height: 120px;
  width: 120px;
}
.about-back-icon {
  position: absolute;
  left: 5px;
  top: -128px;
  height: 250px;
  width: 250px;
  opacity: 0.1;
  z-index: -1;
}
.about-text h2 {
  font-size: 45px;
  margin-bottom: 20px;
}
.about-text a {
  font-weight: 700;
  color: #202B2F;
}
.about-icon h1 {
  position: absolute;
  left: -45px;
  right: 0;
  font-size: 300px;
  opacity: 0.1;
  top: -130px;
  z-index: 1;
  color: #000;
}
/* page title  end*/

/* services area start */
.services-content {
  background: #fff;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -50px;
  z-index: 1;
  position: relative;
  box-shadow: 0px 0px 16px 0px rgba(127,127,127,0.6);
  padding: 35px 30px 32px 30px;
}
.sv-meta span {
  color: #ec6e39;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.services-content h2 {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.sv-tag {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}
.sv-tag a{
  color: #3333;
}
.sv-meta{
  line-height: 1;
}
.services-content {
  background: #fff;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -50px;
  z-index: 1;
  position: relative;
  box-shadow: 0px 0px 16px 0px rgba(127,127,127,0.6);
  padding: 35px 30px 32px 30px;
}
.fundo-pagination a {
  display: inline-block;
  border: 2px solid #ddd;
  height: 40px;
  width: 40px;
  line-height: 35px;
  border-radius: 100%;
  font-size: 15px;
  margin: 0px 5px;
  color: #777;
  font-weight: 700;
  transition: 0.3s;
}
.fundo-pagination a:hover{
background-color: #ec6e39;
color: #fff;
border: 2px solid #fff;
}

/* wiget area start */
.widget {
  padding: 40px 30px;
  border: 2px solid #e5e5e5;
}
.widget-title h2{
  display: inline-block;
  font-size: 28px;
  position: relative;
  margin: 0;
}
.widget-title h2::before , .widget-title h2::after{
  position: absolute;
  content: "";
  height: 2px;
  width: 40px;
  left: -60px;
  background: #cbd6e3;
  top: 16px;
}
.widget-title h2::after{
  left: auto;
  right: -60px;
}
.widget-form{
  position: relative;
}
.widget-form input{
  width: 100%;
  height: 60px;
  border: 0;
  background: #f9f7ff;
  padding: 0 15px;
}
.widget-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 70px;
  color: #fff;
  background: #ec6e39;
  border: 0;
}


/* gallary */
.gallery-photo {
  margin-left: -5px;
}
.gallery-photo a {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}
.gallery-photo img {
  max-width: 100%;
}
.tags-items a{
  border: 1px solid #e5e5e5;
  padding: 13px 20px;
  display: inline-block;
  margin-right: 5px;
  line-height: 1;
  color: #686893;
  margin-bottom: 10px;
}






/* =wiget area end= */


/* services area end */

/* Pricing section start */

.price-box {
  box-shadow: 0px 4px 20px 0px #ddd;
  padding: 60px 30px;
}
.price-name{
  margin-bottom: 20px;
}
.price-name span {
  color: #ec6e39;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.price-info {
  margin-bottom: 20px;
}
.price-info h2 {
  font-size: 40px;
  display: inline-block;
}
.price-list li {
  margin-bottom: 15px;
}
.price-menu{
  display: inline-block;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 40px;
}
.price-menu li{
  display: inline-block;
  margin: 0 -2px;
}
.price-menu li a{
  padding: 24px 50px;
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.3s;
}
.price-menu li a.active {
  background-color: #ec6e39;
  color: #ffff;
}
.price-menu li a.active{
  background-color: #ec6e39;
  color: #ffff;
}
.price-menu  li:first-child a{
  border-radius: 40px 0 0 40px;
}
.price-menu  li:last-child a{
  border-radius: 0 40px 40px 0;
}

.features-icon i {
  font-size: 40px;
  color: #ec6e39;
}
.features-box .btn {
  padding: 0;
  line-height: 0;
  color: #9c9ac0;
  font-weight: 700;
  text-transform: capitalize;
}

/* Pricing secion end */


