/***************************************
Template Name: Green Fair
Author: Md Foysal Ahamed
Created: July 05 2016
Version: 1.2
****************************************/

/*CSS Style Structure
1. General Or Universal code,
2. Import Google's Fonts,
3. Header,
4. Slider,
5. Welcome,
6. Volunteer,
7. Portfolio,
8. Achivment,
9. Event,
10. Testimonial,
11. Latest Blog,
12. Purches,
13. Contact,
14. Footer.
*/


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

body{
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  /* background: url(../img/sub-page.jpg); */
  background-repeat: repeat;
  
}
/*UNIVERSAL CODE*/
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}

.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
* {
  margin: 0;
  padding: 0;
}
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.fix {
  overflow: hidden;
}
.clear {
  clear: both;
}
.container {
  transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a,
a:hover,
a:focus,
a:visited,
a:hover {
  text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  /* font-family: 'Open Sans', sans-serif; */
}
p {
  padding: 0;
  margin: 0;
  line-height:50px;
  font-size: 18px;
  color:#000;
}
img {
  max-width: 100%;
  height: auto;
}
html {
  height: 100%;
}

/*Remove chrome Input Field’s Unwanted Yellow Background Color*/

/* input: -webkit-autofill,
input: -webkit-autofill:hover,
input: -webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 100px white inset !important;
} */

/*Input focus color removed*/

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

/*Bootstrap Form Control Focus*/

.form-control:focus {
  border-color: #fff;
  border: 0px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/***************************/

.zero_mp {
  padding: 0;
  margin: 0;
}
.margin_btm {
  margin-bottom: 0px !important;
}
.sections {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
.min-spacing {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}
/***********************************************/

/*header*/

/*Header Top header*/


#header .top_header {
  min-height: 50px;
  background: #512e4f;
  /* border-bottom: 2px solid #f2f2f2; */
  /* padding-top: 15px; */
}
#header .top_header .address {
  /* border-right: 1px solid #e6e5e5; */
}
#header .top_header .address p {
  font-size: 14px;
  padding-top: 2px;
  color: #fff;
  /* font-family: "Open Sans", sans-serif; */
}
#header .top_header .phone p {
  color: #fff;
  font-size: 14px;
  /* font-family: "Open Sans", sans-serif; */
  padding-top: 1px;
  display: inline-block;
}
#header .top_header .address i,
#header .top_header .phone i {
  padding: 3px 5px;
    font-size: 15px;
    color: #FFC107;
    position: relative;
    top: 11px;
    margin: 0 7px 0 0;
}
#header .top_header .social_icon i {
  padding: 0 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: 11px;
}
#header .top_header .social_icon i:hover {
  color: #c1331b;
}

/*End of top header*/

#header .header_menu {
  min-height: auto;
  border-bottom: 1px solid #f9a50d;
  z-index: 9999;
  background: #c11b1b;
}
#header .header_menu .navbar {
  border: 0px solid transparent;
}
#header .header_menu .custom_navbar-brand {
  padding-left: 0;
}
#header .header_menu .custom_navbar-brand h2 {
  font-size: 35px;
  font-weight: 500;
  /* font-family: "Open Sans"; */
  line-height: 48px;
}
#header .header_menu .custom_navbar-brand h2 span {
  color: #f9a50d;
}
#header .header_menu .navbar-default {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
#header .header_menu .navbar-default .navbar-nav > .active > a,
#header .header_menu .navbar-default .navbar-nav > .active > a:focus,
#header .header_menu .navbar-default .navbar-nav > .active > a:hover {
  background-color: rgba(255, 255, 255, 0);
}
#header .header_menu .main_menu {
  /* padding-top: 15px; */
  height: 50px !important;
}
#header .header_menu ul.main_menu li a {
  color: #fff;
  font-size: 14px;
  text-transform: CAPITALIZE;
  /* font-weight: 600; */
  /* font-family: "Open Sans"; */
  
}
#header .header_menu ul.main_menu li a:hover,
#header .header_menu ul.main_menu li a:focus {
  background: #f9a50d !important;
  color: #fff;
  /* border-radius: 6px; */

}
#header .header_menu ul.main_menu li.active a {
  background: #f9a50d !important;
  color: #fff;
  padding-top: 15px;
  /* border-radius: 6px; */
}
#header .header_menu ul.main_menu li,
#header .header_menu ul.main_menu li.active a {
  display: inline-block;
  position: relative;
}
#header .header_menu ul.main_menu li:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
  margin-top: 6px;
}
/* #header .header_menu ul.main_menu li:hover:after,
#header .header_menu ul.main_menu li.active:after {
  width: 90%;
  background: #4da91c;
} */

/*Slider*/

.outer-container {
  width: 100%;
  height: 100%;
  text-align: center;
  background:rgba(0,0,0,0.9);
  /* background-color: rgba(50, 50, 50, 0.3); */
}
.inner-container {
  display: block;
  position: relative;
}
.video-overlay {
  position: absolute;
  left: 0px;
  top: 30%;
  right:0px;
  margin: 10px;
  padding: 5px 5px;
  font-size: 30px;
  font-family: Helvetica;
  color: #FFF;
  max-width:auto;
  margin: 10px auto;
  max-width: 900px;
  background-color: rgba(50, 50, 50, 0.38);
}
video {
  width: 100%;
  height: 100%;
}

#slider {
  min-height: 490px;
}
#slider .slider_text {
  padding-bottom: 13%;
}
#slider .slider_text h2 {
  font-size: 52px;
  padding: 10px 0;
  font-weight: 600;
  /* font-family: "Lato", sans-serif; */
  text-transform: uppercase;
}
#slider .slider_text h3 {
  font-size: 45px;
  /* font-family: "Open Sans", sans-serif; */
  color: #fff;
}
#slider .slider_text p {
  font-size: 17px;
  padding-bottom: 60px;
  /* font-family: "Lato", sans-serif; */
  font-weight: 400;
}
#slider .slider_text a.custom_btn {
  font-size: 14px;
  color: #fff;
  padding: 15px 25px;
  background: #f9a50d;
  border-radius: 2px;
  margin-top: 20px;
  /* font-family: "Lato", sans-serif; */
  font-weight: 600;
}
#slider .slider_text h2,
#slider .slider_text h3,
#slider .slider_text p,
#slider .slider_text a.custom_btn {
  text-transform: capitalize;
}
#slider .slider_text h3 {
  font-size: 45px;
  padding: 10px 0;
  /* font-family: "Lato", sans-serif; */
  font-weight: normal;
}
#slider .slider_overlay {
  position: relative;
  width: 100%;
}
#slider .slider_overlay img {
  width: 100%;
}
#slider .slider_overlay:after {
  position: absolute;
  content: "";
  /* background: rgba(0, 0, 0, 0.37); */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*Slider Fade In*/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*Welcome Section*/
#welcome {
  min-height: 350px;
  background: #fff;
  /* padding: 80px 0; */
}
.wel_header {
  text-align: center;
  color: #222222;
  padding-top: 0;
}
.fw-heading.fw-heading-center {
  padding-bottom: 40px;
}
.wel_header h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 25px;
  /* font-family: "Roboto Slab", serif !important; */
  color: #222222;
}
.wel_header p {
  font-size: 16px;
  /* font-family: "Open Sans", sans-serif; */
}
#welcome .single_item {
  padding-top: 30px;
  text-align: center;
}
#welcome .welcome_icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #c4c4c4;
  transition: 0.7s;
}
#welcome .welcome_icon i {
  margin-top: 25%;
  font-size: 50px;
  transition: 0.7s;
}
#welcome .item_list h4 {
  padding: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #393939;
  transition: 0.7s;
  /* font-family: "Roboto Slab", serif; */
}
#welcome .item_list p {
  font-size: 14px;
  color: #646464;
  /* font-family: "Open Sans", sans-serif; */
}
#welcome .item_list:hover .welcome_icon {
  background: #43a906;
  cursor: pointer;
}
#welcome .item_list:hover .welcome_icon i {
  color: #fff;
}
#welcome .item_list:hover h4 {
  color: #43a906;
  cursor: pointer;
}

/*Volunteer*/

#volunteer {
  min-height: 290px;
  background: url("../img/slider2.jpg");
  background-size: cover;
}
#volunteer .volunteer_content h3 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
  /* font-family: "Open Sans", sans-serif; */
}
#volunteer .volunteer_content h3 span {
  color: #43a906;
}
#volunteer .volunteer_content p {
  font-size: 14px;
  color: #fff;
  /* font-family: "Open Sans", sans-serif; */
}
#volunteer .join_us {
  padding-top: 55px;
}
#volunteer .vol_area {
  padding: 80px 0;
}
#volunteer .join_us a.vol_cust_btn {
  background: #43a906;
  color: #fff;
  padding: 8px 50px;
  border: 1px solid #43a906;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

/*Portfolio*/

#portfolio {
  min-height: 780px;
  padding: 80px 0;
}

#portfolio .portfolio_title h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-family: "Roboto Slab", serif;
  color: #222222;
}
#portfolio .portfolio_title p {
  font-size: 16px;
  color: #393939;
  padding-bottom: 25px;
  padding-top: 0;
  /* font-family: "Open Sans", sans-serif; */
}

/*Customise Portfolio*/

#portfolio ul.menu li button {
  padding: 6px 15px;
}
#portfolio ul.portfolio_custom_menu li button {
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  color: #726e6e;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  width: 125px;
  font-size: 12px;
  padding-top: 8px;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
}
#portfolio ul.portfolio_custom_menu li {
  padding: 10px 0px;
}
#portfolio ul.portfolio_custom_menu li button:hover {
  background: #43a906;
  color: #fff;
}
#portfolio ul.portfolio_custom_menu li button.btn_active {
  background: #43a906;
  box-shadow: inset 0 1px 10px hsla(0, 0%, 100%, 0);
  color: #fff;
}
#portfolio .notes .note .img_overlay {
  background: rgba(21, 21, 18, 0.92);
  z-index: 1;
  position: absolute;
  width: 94%;
  height: 94%;
  top: 3%;
  left: 3%;
  color: #fff;
  opacity: 0;
  transition: 0.7s;
}
#portfolio .notes .note .img_overlay p {
  position: relative;
  top: 45%;
  opacity: 0;
  transition: 0.7s;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}
#portfolio .notes .note:hover .img_overlay,
#portfolio .notes .note:hover .img_overlay p {
  opacity: 10;
}

/*Achivment*/

div#achivement {
  overflow: hidden;
}
.achivment_padding {
  padding: 80px 0;
}
/*#counter {
    min-height: 440px;
    background: #bdbebd;
    border-bottom: 1px solid #8c8e8c;
}*/
/*.counter_header {
    padding-top: 80px;
    text-align: center;
    color: #fff;
}*/
section#counter {
  background: url(../img/img1.jpg) no-repeat scroll top center / cover;
  color: #fff;
}
.toram {
  background: url(../img/toram.png) repeat;
}
.head1 {
  font-size: 36px;
  font-weight: 800;
  color: #c11b1b;
}
.head1 span {
  /* font-family: "Open Sans"; */
  font-size: 16px;
  font-weight: 700;
  color: #43a906;
  /* font-style: italic; */
  line-height: 30px;
  margin-bottom: 25px;
  display: block;
}
.counter_img_overlay {
  position: relative;
  padding: 80px 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.52);
}
.counter_header h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 10px;
  font-family: "Roboto Slab", serif;
}
.counter_header p {
  font-size: 16px;
  padding-bottom: 60px;
  /* font-family: "Open Sans", sans-serif; */
  padding-top: 15px;
}
.counter_text {
  color: #fff;
  font-weight: 700;
}
.sigle_counter_item {
  padding-top: 20px;
  padding-bottom: 0px;
}
.sigle_counter_item img {
  padding-bottom: 20px;
  height: 90px;
}
.sigle_counter_item i {
  font-size: 60px;
  padding: 10px;
  color: #43a906;
}
.counter_text span {
  font-size: 32px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
}
.counter_text p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 10px;
  font-family: "Roboto Slab", serif;
  color: #ffffff;
  margin-top: 10px;
}

/*Event*/

#event {
  min-height: 550px;
  background: #fff;
  color: #000;
  padding: 80px 0px;
}
#event .event_header {
  padding-bottom: 50px;
}
#event .event_header h2 {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
  color: #222222;
}
.event_header.text-center p {
  color: #393939;
  font-size: 16px;
  /* font-family: "Open Sans", sans-serif; */
}
#event .event_text {
  padding: 30px 30px 0;
  background: #eff0f2;
  min-height: 279px;
}
#event .event_item img {
  width: 100%;
}
#event .event_text {
  padding: 30px 30px 0;
  width: 100%;
}
#event .event_text h4 {
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: 700;
  color: #454444;
  font-family: "Roboto Slab", serif;
}
#event .event_text h6 {
  padding-bottom: 20px;
  font-size: 14px;
  color: #6c6b6b;
  font-family: "Roboto Slab", serif;
}
#event .event_text p {
  font-size: 14px;
  color: #646464;
  padding-bottom: 35px;
  /* font-family: "Open Sans", sans-serif; */
}
#event a.event_btn {
  background: #101010;
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
  transition: 0.7s ease;
  /* font-family: "Open Sans", sans-serif; */
}
#event a.event_btn:hover {
  background: #43a906;
}
#event .event_news {
  padding-bottom: 27px;
}
.event_news_text {
  display: block;
  overflow: hidden;
}
.event_news_text h4 {
  color: #454444;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
#event .event_news_text p {
  padding-top: 10px;
  font-size: 14px;
  color: #646464;
  /* font-family: "Open Sans", sans-serif; */
}
#event .event_news_img {
  padding-right: 10px;
}

/*Testimonial*/

#testimonial {
  color: #fff;
  background: url(../img/slider6.jpg) no-repeat scroll top center / cover;
}
.testimonial_overlay {
  padding: 80px 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#testimonial .testimonial_header h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 20px;
  /* font-family: "Open Sans", serif; */
  color: #fff;
}
#testimonial .testimonial_header p {
  font-size: 16px;
  color: #fff;
  /* font-family: "Open Sans", sans-serif; */
}

/*Latest Blog*/

#blog {
  min-height: 500px;
  /* padding: 80px 0; */
}
.piller_bg{
  /* background: url(../img/top.png);
  background-size: 100%;
  background-position: cover; */
   padding: 80px 0;
   background-image: url(../img/middlepiller.png);
   background-position: left center;
   background-repeat: repeat;
   background-size: 100%;
  background-image: url(../img/top.png) , url(../img/bottom_piller.png) , url(../img/middlepiller.png) ;
  background-position: top left,center bottom, left center;
  background-repeat: no-repeat, no-repeat ,repeat;
  background-size: 100%;

}

#blog p {
  display: inline-block;
}
#blog .latest_blog h2 {
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  /* font-family: "Open Sans", serif; */
  color: #c11b1b;
  line-height: 80px;
}
#blog .latest_blog p {
  padding-bottom: 45px;
  font-size: 16px;
  color: #646464;
  /* font-family: "Open Sans", sans-serif; */
}
#blog .single_blog_item {
  border: 1px solid #d1d3d1;
  margin-bottom: 30px;
}
#blog .blog_content {
  padding: 15px;
  height: 250px;
}
#blog .blog_content h3 {
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 10px;
  color: #454444;
  font-family: "Roboto Slab", serif;
}
#blog .expert {
  padding-bottom: 20px;
  color: #aeadad;
}
#blog .expert span.time {
  padding-right: 10px;
  border-right: 1px solid;
}
#blog .expert span.admin {
  padding-left: 5px;
  color: #aeadad;
  font-size: 13px;
  /* font-family: "Open Sans", sans-serif; */
  font-weight: 700;
}
#blog .blog_news .blog_img img {
  /* height: 230px; */
  height: 280px;
  width: 100%;
  object-fit: cover;
}
#blog .blog_news span.right_msg span {
  font-size: 14px;
  color: #aeadad;
  /* font-family: "Roboto Slab", serif; */
  font-weight: 400;
}
#blog .expert a {
  color: #aeadad;
}
#blog .expert p.right_side {
  padding-left: 110px;
}
#blog p.blog_news_content {
  color: #646464;
  font-size: 14px;
  padding-bottom: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#blog a.blog_link {
  text-transform: uppercase;
  font-weight: 500;
  color: #545353;
  transition: 0.7s;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
#blog a.blog_link:hover {
  color: #43a906;
}

/*purches*/
section#market {
  padding: 80px;
}

#purches {
  min-height: 200px;
  background: #333333;
}
#purches .purches_title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
#purches h2.purches_title {
  font-size: 36px;
  padding-top: 80px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #ffffff;
}
#purches a.purches_btn {
  float: right;
  margin-top: 80px;
  padding: 8px 58px;
  background: #43a906;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
}
div#market-place {
  min-height: 200px;
  border-bottom: 1px solid #bcbaba;
}

/*Contact*/

#contact {
  min-height: 650px;
  background: #eeeeee;
  /* padding: 80px 0; */
}

.msg {
  padding-top: 50px;
}
input#name,
input#email {
  margin-bottom: 10px !important;
}

.text_area textarea {
  resize: none;
  width: 555px;
}
.text_area textarea,
.form-inline .form-control,
input#name,
input#email,
input#subject {
  border-radius: 0px;
  margin-bottom: 20px;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  padding: 20px;
  border-radius: 0px;
  border: 1px solid #d4d4d4;
  color: #333;
  /* font-family: "Open Sans", sans-serif; */
}
.office_location > .panel-primary , .msg > .panel-primary {
  border-color: #512e4f;
}
.office_location > .panel-primary  > .panel-heading  {
  color: #fff;
  background-color: #512e4f !important;
  border-color: #512e4f !important;
}

.link_btn {
  background: #c1331b;
  color: #fff;
  padding: 8px 21px;
  border: 1px solid #c1331b;
  text-transform: capitalize;
  font-size: 14px;
  border-radius: 25px;
  /* font-family: "Open Sans"; */
}
li.fw-flash-message {
  color: red;
  font-size: 4rem;
}
.msg_title h5 {
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 20px;
  font-family: "Roboto Slab", serif;
  color: #222222;
}
.custom-btn {
  padding: 13px 35px;
  background: #c11b1b;
  color: #fff;
  /* font-weight: 700; */
  border: 0px;
  border-radius: 2px;
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  outline: 0 !important;
}
.office {
  padding-top: 50px;
}
.office h5 {
  font-size: 18px;
  text-transform: capitalize;
  padding: 5px 0;
  color: #fff;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
}
.office_location i span {
  padding-left: 15px;
  color: #696969;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
}
.office_location i {
  padding-bottom: 15px;
}
.office_location {
  color: #696969;
}

.contact_area h3 {
  font-size: 36px;
  padding-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  font-family: "Roboto Slab", serif;
}
.contact_area p {
  font-size: 16px;
  color: #646464;
  /* font-family: "Open Sans", sans-serif; */
}
#map {
  width: 100%;
  margin: 0;
  box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  min-height: 300px;
}

/*Footer*/

#footer {
  min-height: 45px;
  /* background: #A20B0B; */
  color: #fff;
  position: relative;
background: #DC2424;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #4A569D, #DC2424);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #4A569D, #DC2424); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#footer .copyright,
#footer .designer {
  padding-top: 5px;
  font-size: 14px;
}
#footer .copyright p {
  /* text-align: center; */
   font-size: 13px;

}
#footer .designer p {
  text-align: right;
}
#footer .copyright p,
#footer .copyright p span a,
#footer .designer p,
#footer .designer a {
  font-size: 14px;
  color: #fff ;
  font-family: "Open Sans", sans-serif;
  padding-left: 3px;
  font-weight: 400;
  font-size: 13px;
}
#mp3 {
  position: absolute;
  bottom: 5px;
}
/*Back to Top*/

#back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: rgba(84, 225, 0, 0.18);
  color: #ffffff;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: all 0.5s ease;
  opacity: 0;
  display: none;
  background: #c11b1b;
}
#back-to-top:hover {
  color: #fff;
  border-radius: 50%;
}
#back-to-top.show {
  opacity: 1;
}

.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  background: #fff;
  padding-top: 0px;
}

/**/

.section-wraper {
  position: relative;
}
.section-edit {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.section-abc {
  background: rgba(255, 255, 255, 0.68);
  padding: 2px 5px;
  font-size: 12px;
  font-style: italic;
  display: none;
}
.section-edit:hover .section-abc {
  display: inline;
}
.section-edit .post-edit-link {
  margin: 10px 0;
  padding: 2px 12px;
}
.section-edit .post-edit-link {
  margin: 3px 0;
  padding: 2px 12px;
  font-size: 12px;
  line-height: 1.45;
}
.section-edit .post-edit-link {
  margin: 10px 0;
  display: inline-block;
  background: #e85757;
  color: #fff !important;
  padding: 2px 12px;
  border-radius: 3px;
}
.recent-blog .entry-header a {
  font-size: 1.5rem;
}

.event_img img {
  width: 440px;
  height: 279px;
}
.event_news_img img {
  width: 95px;
  height: 90px;
}

#market-place .fw-single-image img {
  margin: 0 auto;
}

/*.contact_us_padding {
    padding: 80px 0px;
}*/
#contact-us .wel_header {
  padding-top: 0px;
  padding-bottom: 0;
}

#contact-us h3 {
  font-size: 36px;
  padding-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  font-family: "Roboto Slab", serif;
}

#contact-us .wel_header h5 {
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: "Roboto Slab", serif;
  color: #222222;
  padding-top: 0px;
}
#contact-us .office_location i {
  padding-bottom: 15px;
}
#contact-us .office_location i span {
  padding-left: 15px;
  color: #696969;
  font-size: 14px;
  /* font-family: "Open Sans", sans-serif; */
}

#contact-us .form-group {
  margin-bottom: 0;
}
.wel_header.contact_us_h5 {
  margin-left: -15px !important;
}
/*input#name,label.input,label.textarea,textarea.form-control {
    width: 100%;
}*/

#slider .carousel-indicators {
  bottom: 70px;
}

ul.entry-meta {
  text-align: left;
}
.btn-primmary {
  background-color: #43a906;
  padding: 10px 30px;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #ffffff;
}
#commentform #comment {
  padding-left: 10px;
  margin-top: 10px;
}
.widget_search .search-form input[type="submit"],
.widget_search input[type="submit"] {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.widget_search .search-form input[type="search"],
.widget_search input[type="search"] {
  padding: 0 40px;
}
.main-content.blog-w.rap,
.main-content.container.blog-wrap.single-blog {
  margin-top: 80px;
}
/* .navbar-brand>img {
    display: block;
    position: relative;
    z-index: 9999;
    border: 1px solid #43a906;
    top: 11px;
} */
.abt p {
  /* font-family: "Open Sans"; */
  font-size: 16px;
  line-height: 35px;
  color: #000;
}
.center {
  /* background: #ff7a59; */
  /* background: url(../img/tarakeswaraswamy.jpg) no-repeat scroll center center / cover; */
  background: url(../img/swamy.png) no-repeat scroll center center / cover;
  /* width: 280px;
  height: 280px; */
  width: 210px;
  height: 210px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 15px;
  margin-top: 15px;
  /* border: 6px solid #c11b1b; */
}
.center1 {
  /* background: #ff7a59; */
  /* background: url(../img/tdevi.jpg) no-repeat scroll center center / cover; */
  background: url(../img/devi.png) no-repeat scroll center center / cover;
  /* width: 280px;
  height: 280px; */
  width: 233px;
  height: 210px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 15px;
  margin-top: 15px;
  /* border: 6px solid #c11b1b; */
}
.toram {
  content: "";
  width: 100%;
  height: 106px;
  background: url(../img/toram.png) left top repeat;
  /* background-size: 120px 20px; */
}
.toram_2 {
  content: "";
  width: 93%;
  margin: 0px auto;
  height: 106px;
  background: url(../img/toram.png) left top repeat;
  margin-bottom: 80px;
  /* background-size: 120px 20px; */
}

.lingam {
  content: "";
  width: 100%;
  height: 57px;
  background: url(../img/sivaling.png) left top repeat;
  /* background-size: 120px 20px; */
}
.footer_links {
  /* background: url(../img/footer_bg.png) no-repeat scroll bottom center / cover; */
  min-height: 400px;
  padding: 60px 0;
  background: #AA076B;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #61045F, #AA076B);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #61045F, #AA076B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.footer_links ul {
  list-style: none;
  margin-top: 15px;
}
.footer_links ul li {
  text-align: left;
}
.footer_links ul li a {
  color: #fff;
  line-height: 25px;
  padding: 5px 0;
  text-align: left;
  display: block;
  font-size: 14px;
  font-family: 'Baloo Tammudu 2', sans-serif;
}

.footer_links img {
  width: 350px;
  margin: 0px auto;
}

section.footer_links h1 {
  color: #fff;
  margin: 38px 0 0 0;
  font-size: 26px;
}
.ttl1 {
  margin-top: 30px;
  text-align: center;
  color: #020086;
  font-size: 18px;
  font-weight: bold;
}
.ttl2 {
  margin-top: 38px;
  text-align: center;
  color: #c11b1b;
  font-size: 49px;
  font-weight: bold;
}
.ttl3 {
 
  margin-top: 14px;
  text-align: center;
  color: #020086;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;    
}
.ttl4 {
  display: none;
  margin-top: 5px;
  text-align: center;
  color: #c11b1b;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
}
.dropdown-menu {
  background: #c11b1b;
}
.dropdown-menu a {
  display: block;
  width: 100%;
  padding: 10px 5px;
}
.aura {
  /* position: absolute;
  width: 294px;
  margin: 0px auto;
  top: 0px;
  left: 0;
  right: 0;
  display: block;
  animation: rotation 90s infinite linear;
  -webkit-animation: rotation 90s infinite linear; */
  display: none;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.dropdown-menu > li.kopie > a {
  padding-left: 5px;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #555;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  
  .navbar-nav {
    display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #ccc;
  }

  .navbar-nav .open .dropdown-menu {
    border-bottom: 1px solid white;
    border-radius: 0;
  }
  .dropdown-menu {
    padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
    padding-left: 20px;
  }
  .dropdown-menu .dropdown-menu .dropdown-menu {
    padding-left: 30px;
  }
  li.dropdown.open {
    border: 0px solid red;
  }
  .para_img{
    float: none;
    width:90%;
  }
}

@media (min-width: 768px) {
 
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}
.abt_scroll {
  border: 8px solid #c11b1b;
  padding: 0px;
  border-radius: 15px;
  min-height: 500px;
}
.abt_scroll h1 {
  color: #fff;
  font-size: 28px;
  background: #c11b1b;
  padding: 15px 25px;
}
.news-scroll {
  height: 400px;
  display: block;
  overflow: hidden;
}
.news-scroll a {
  color: #43a906;
  padding: 15px 35px;
  font-size: 20px;
  display: block;
  font-weight: 700;
}
.dropdown-menu>li>a {
  min-width: 200px;
}
.main_tag{
  border-bottom: 1px dotted maroon;
  padding-bottom: 15px;

}
.dropdown-menu {
  top: 85%;
}
b.text-danger{
  margin-right: 15px !important;
}


.para_img{
  float: right;
  display: inline-block;
  padding: 10px;
  border: 1px solid maroon;
   box-shadow: 5px 10px 8px #333;
   margin: 15px;
   background: #f9a50d;
}

.onoffswitch3
{
    position: relative; 
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 0px;
}

.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block; float: left; position: relative; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: 'Montserrat', sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #512e4f; color: #fff;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    width: 100px;
    padding-left: 16px;
    background-color: #c11b1b; color: #333;
    text-align: right;
}
.scroll-text a{
  text-decoration: underline !important;
  margin-right: 40px;
  color:#fff;

}
.onoffswitch3-switch {
    display: block; width: 50%; margin: 0px; text-align: center; 
    border: 0px solid #999999;border-radius: 0px; 
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch3-active .onoffswitch3-switch {
    background: #c11b1b; left: 0;
    width: 160px;
}
.onoffswitch3-inactive{
    background: #c11b1b; right: 0;
    width: 20px;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.glyphicon-remove{
    padding: 3px 0px 0px 0px;
    color: #fff;
    background-color: #000;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    border: 2px solid #fff;
}

/* ==================================
 # Blog Index
================================== */
ul.blogGrid li {
  list-style-type: none;
 }
 .blogGrid {
  padding-left: 0;
  margin-bottom: 40px;
 }
 #theBlogGrid .animateBottomName {
  color: #000;
  margin-top: 20px;
  width: 100%;
 }
 .blue-border.blog-blue-border {
  margin-bottom: 20px;
 }
 .description-box {
  background-color: rgba(50, 50, 50, 0.5);
  bottom: 0px;
  float: left;
  height: 44px;
  padding: 0px 10px;
  position: absolute;
  width: 100%;
 }
 #theBlogGrid .description-box p {
  color: #fff;
  padding-top: 7px;
  font-size: 18px;
  padding-bottom: 7px;
 }
 .imgHolder img{
    height: 400px;
    width: 100%;
    object-fit: cover;
 }
 .blogGrid li:hover .animateBottomName {
  background-color: #c11b1b;
  width: 100%;
 }
 .imgHolder {
  cursor: pointer;
  position: relative;
 }
 .blog-page.filter-bar {
  margin-bottom: 20px;
 }
 .blog-page.filter-bar .selectize-input {
  height: 40px !important;
  line-height: 22px;
  border-radius: 0;
 }
 .blog-page.filter-bar .blog_search .input-group-btn #searchBtn {
  padding: 10px 20px;
  background-color: #c11b1b;
  height: inherit;
 }
 .selectize-input.items {
  border-radius: 0;
 }
 .blog-page.filter-bar .blog_search input#table_filter {
  height: 40px;
  border-radius: 0;
  line-height: 22px;
  border-color: #ccc;
 }
 .blogGrid .imgHolder .description-box {
  height: 58px;
 }
 .paging-filters #pagingTotal {
  margin-top: 0;
 }
 .paging-filters #pagingTotal p {
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
 }
 #theBlogGrid .pagination {
  margin-top: 0;
  float: right;
 }
 .selectize-dropdown [data-selectable] {
  background-color: #fff;
 }
 .selectize-dropdown-content {
  border: 1px solid #ccc;
 }
 .pagination>li:last-child>a, 
 .pagination>li:last-child>span {
  border-radius: 0;
 }
 /* ==================================
  # Blog Display
 ================================== */
 img.blog-inner {
  max-width: 300px;
  padding: 20px;
 }
 .blog-wrapper h1 {
  margin-bottom: 30px;
  font-family: "open sans condensed",sans-serif;
  font-size: 41px;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
 }
 
 /* ==================================
  # Media Queries
 ================================== */
 @media screen and (max-width: 1200px) {
  .description-box {
  height: 52px;
  }
  .description-box p {
  font-size: 14px;
  }
 }
 
 @media screen and (max-width: 991px) {
  .blogGrid .blog-inner {
  margin-bottom: 30px;
  }
  .description-box p {
  font-size: 15px;
  }
 }
 
 @media screen and (max-width: 767px) {
  .blogGrid .blog-inner .imgHolder img {
  width: 100%;
  }
  .blog-wrapper img {
  max-width: 100%;
  }
 }
 
 @media screen and (max-width: 480px) {
  .blog-filter .items {
  text-align: left;
  }
  #pagingTotal p {
  padding-top: 0;
  }
 }
 
 .header--type2 .inner {
     padding: 150px 0 50px;
     padding: 15rem 0 5rem;
 }
 
 header > .inner {
     display: table-cell;
     vertical-align: middle;
     width: 100%;
 }
 [data-background] {
     background-position: center center;
     background-size: cover;
     background-repeat: no-repeat;
 }
 header {
     overflow: hidden;
     margin-bottom: 40px;
 }
 header {
     position: relative;
     z-index: 1;
     display: table;
     width: 100%;
 }
 .ct-page_title {
     color: #fff;
 }
 .ct-page_title .h1 {
     font-family: 'Open Sans Condensed', sans-serif;
     font-weight: bold;
     text-transform: inherit;
     font-size: 81px;
     font-size: 8.1rem;
     line-height: 65.85px;
     letter-spacing: 0px;
     text-transform: uppercase;
 }
 .ct-page_title-content {
     text-transform: capitalize;
     line-height: 36px;
 }
 .ct-page_title-content {
     font-size: 25px;
     font-size: 2.5rem;
     font-family: 'nimbus-sans', sans-serif;
     font-weight: 400;
     padding-top: 10px;
     padding-top: 1rem;
     display: inline-block;
     max-width: 750px;
     max-width: 75rem;
 }
 
 .testimonial_content p{
  line-height: 25px;
 }

 
.para_img_gal {
    display: inline-block;
    padding: 10px;
    border: 1px dotted maroon;
    box-shadow: 5px 10px 8px #333;
    margin: 5px;
    margin-top: 20px;
    background: #f9a50d;
}

.para_img_gal1 {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    margin-top: 20px;
    background: #f9a50d;
}
.para_img_gal2{
display: inline-block;
    padding: 7px;
    border: 1px solid maroon;
    box-shadow: 5px 10px 8px #333;
    background: #f9a50d;
}
.para_img_gal2.shadow{
    /* box-shadow: 6px 8px 8px #7fcf95 */
    box-shadow: none;
    padding: 5px;
}
.social_icon a svg {
    width: 25px;
    line-height: 0;
    height: 32px;
    margin: 6px 11px 3px -4px;
}

.footer_link_menu a:hover{
   color:#f9a50d;
   text-decoration: underline !important;
}


 
 
 
