
/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR The CHARITY SYMPATHY      ||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

1. Imported styles
2. Global styles
3. Header styles
4. Mainmenu style
5. Rev Slider Wrapper style
6. urgent cause styles
7. Progress Levels Style
8. page-banner style
9. why-choose styles
10. default-blog styles 
11. large blog
12. side-bar-blog
13. client Section style
14. about Section style
15. google map Section
16. contact Section
17. Shop Single area  style
18. awards Section
19. two-column style
20. contact_details
21. our-missions
22. recent-causes
23. Parallax Style One
24. upcoming-event style
25. our-team style
26. our-features
27. news-update
28. Main Footer
29. features style
30. reviews style
31. our-gallery
32. our-shop
33. error page
34. video-image-box
35. fact-counter
36. our-history
37. single-cause
38. all-event

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/*
============================================
   1. Imported styles
============================================ 
*/


@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(jquery.bootstrap-touchspin.css);

@import url(font-awesome.css);
@import url(flaticon.css);
@import url(icomoon.css);

@import url(settings.css);
@import url(layers.css);
@import url(navigation.css);

@import url(owl.carousel.css);
@import url(jquery.bxslider.css);
@import url(flexslider.css);

@import url(jquery-ui.css);
@import url(jquery.fancybox.css);
@import url(polyglot-language-switcher.css);

@import url(animate.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(magnific-popup.css);
@import url(imagehover.min.css);
@import url(hover.css);


/* 
============================================
   2. Global styles
============================================ 
*/

body {
  font-family: 'Open Sans', sans-serif;
  color: #555555;
  font-size: 15px;
}

h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
h1,h2,h3,h4,h5 {
  font-family: 'Montserrat', sans-serif;
} 

ul {list-style-type: none;}

p {font-size: 15px;color: #555555;line-height: 1.5em;font-weight: 400;font-family: 'Open Sans', sans-serif;}
a {text-decoration: none;display: inline-block;outline: none;}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;}

img {max-width: 100%;display: inline-block;}

button {border:none; outline:none; box-shadow: none; display: block; padding: 0; background: transparent;}
input,textarea {font-family: 'Open Sans', sans-serif;display: block; font-size: 16px; line-height: 28px; outline: none; box-shadow: none;transition: all 0.3s ease-in-out;}


.boxed_wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}

.clear_fix { clear:both;}
.clear_fix:after {
  display: table;
  content: '';
  clear: both;
}
.list_inline li {
  display: inline-block;
}
.social li {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
}
.social li a {
  color: #fff;
  transition: .5s ease-in-out;
  font-size: 14px;
}
.default_link {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #ff2e3d;
  font-weight: 600;
}
.default_link:hover {
  color: #ff2e3d;
}
.default_link i {
  margin-left: 3px;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.default-overlay-outer{
  position:absolute;
  display:block;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  padding:10px;
  transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
  -moz-transition:all 700ms ease;
}
.default-overlay-outer .inner{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  text-align:center;
}
.default-overlay-outer .inner .content-layer{
  position:relative;
  display:table-cell;
  vertical-align:middle;
  color:#ffffff;
}

.rating {
    font-size: 14px;
    color: #ff2e3d;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #292121;
    background: #292121;
}

::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.75);
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.75);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,255,255,0.75);
}

.uppercase {
  text-transform: uppercase;
}
.padd-80 {
  padding-top: 80px;
}
.tran3s {
  transition: all 0.3s ease-in-out;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}

.row-5 {
  margin: 0 -5px;
}
.row-10 {
  margin: 0 -10px;
}

.thm-color {
  color: #ff2e3d;
}

.bold {
  font-weight: 700;
}
.s-bold {
  font-weight: 600;
}
.m-bold {
  font-weight: 600;
}

.float_left {
    float: left;
}
.float_right {
    float: right;
}

.border-bottom {
  border-bottom: 1px solid #f7f7f7;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

.thm-btn {
  position: relative;
  background: #ff2e3d;
  font-size: 11px;
  line-height: 34px;
  font-weight: 600;
  border-radius: 18px;
  color: #ffffff;
  border: 2px solid #ff2e3d;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  padding: 0 22px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
  background: transparent;
  color: #ff2e3d;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn.style-2 {
  background: transparent;
  border: 2px solid #e1e1e1;
  color: #ff2e3d;
}
.thm-btn.style-2:hover {
  border-color: #ff2e3d;
  background: #ff2e3d;
  color: #fff;
}
.thm-btn.style-3{
  background: none;
    border: none;
    color: #ff2e3d;
    border-radius: 0px;
  padding:0px;
}

.anim-3 {
  transition: all 0.3s ease;
}
.anim-5 {
  transition: all 0.5s ease;
}
.section-title {
  position: relative;
  margin-bottom: 20px;
}
.section-title h5{
  text-transform: uppercase;
  font-size: 14px;
  color: #555555;
  margin-bottom: 12px;
}
.section-title h1 {
  position: relative;
  text-transform: uppercase;
  font-size:40px;
  color: #282828;
  font-weight:700;
  margin-bottom: 40px;
}
.section-title h1:after {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -15px;
    bottom: -37px;
    width: 30px;
    height: 100%;
    background: url(../images/resources/noksha.png) center left no-repeat;
}
.section-title span{
  color:#ff2e3d;
}
.section-title p{
  max-width:560px;
  margin:0 auto;
}

.section-title h3 {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
}
.section-title h4 {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
}

.inner-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.inner-title:before {
    content: "";
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.inner-title:after {
    content: "";
    position: absolute;
    top: 38px;
    left: 0;
    width: 50px;
    height: 1px;
    background: #ff2e3d;
}
.inner-title h4 {
  font-size: 20px;
}

.scroll-top {
    width: 60px;
    height: 60px;
    position: fixed;
    border-radius: 50%;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #ff2e3d;
    background: #10252e;
    text-align: center;
    border: 2px solid #19333e;
}
.scroll-top span:before {
  font-size: 27px;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}



/* 
==========================================================
  3. header-style
========================================================== 
*/

.top-bar {
  position: relative;
  background: #fff;
  position: relative;
  z-index: 9;
  padding-top: 15px;
}
.top-bar > .container {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.top-bar .column {
  width: 33.33333333%;
  float: left;
  margin-bottom: 19px;
}

/*============ top bar text ========*/
.top-bar .top-bar-text {
  display: inline-block;
}
.top-bar .top-bar-text li {
    color: #272727;
    font-size: 11px;
    font-weight: 400;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}
.top-bar .top-bar-text li i {
  color: #ff2e3d;
  margin-right: 12px;
    font-size: 14px;
    position: relative;
    top: 1px;
}

/*============ social icon ========*/
.top-bar .social{
  text-align: center;
  width: 50%;
  display: inline-block;
}
.top-bar .social li a{
  color: #272727;
  font-size:12px;

 
}
.top-bar .social li a:hover {
  color: #ff2e3d;
  transition: .5s ease-in-out;
}

.top-bar .social li:last-child {
  padding-right: 0px;
}
.top-bar .social,
.top-bar .link {
  display: inline-block;

}
/*============ login info ========*/
.top-bar .login-info {
    white-space: nowrap;
}
.top-bar .login-info li {
    display: inline-block;
    float: none;
}
.top-bar .login-info li a {
    color: #272727;
    font-size: 11px;
    font-weight: 400;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.top-bar .login-info li i {
  color: #ff2e3d;
  margin-right: 12px;
    font-size: 14px;
    position: relative;
    top: 1px;
}

/*logo*/

.main-logo {
  margin: 10px 0;
}
.main-logo img {
  max-height: 100px;
  width: auto;
}
.theme_menu .container {
    max-width: 100%;
    padding: 0 30px;
    position: relative;
}

@media (min-width: 992px) {
  .theme_menu .container > .row {
    display: flex;
    align-items: center;
  }
  .theme_menu .main-logo {
    display: flex;
    align-items: center;
  }
  .theme_menu .navigation > li > a {
    line-height: 70px;
    padding: 0 5px;
    font-size: 13px;
  }
  .theme_menu .menu-column .navigation {
    text-align: center;
  }
  .theme_menu .menu-column .navigation li {
    float: none;
    display: inline-block;
  }
  .theme_menu .col-md-2 {
    width: 18%;
  }
  .theme_menu .menu-column {
    width: 64%;
  }
  .theme_menu .right-column {
    width: 18%;
    text-align: right;
    padding-right: 0;
  }
  .theme_menu .right-column .nav_side_content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
  }
}

@media (max-width: 991px) {
  .theme_menu .main-logo {
    text-align: center;
    margin: 10px 0;
  }
  .theme_menu .right-column {
    float: right;
    text-align: right;
    padding-right: 0;
  }
}
