@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');
body
{
  margin: 0;
  padding: 0;
  font-family: 'Playfair Display', serif;
  --theme:#204198;
  --sub:#E91324;
}
a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.f-w400
{
  font-weight: 400;
  font-family: 'Playfair Display', serif; 
}
.f-w500
{
  font-weight: 500;
  font-family: 'Playfair Display', serif; 
}
.f-w600
{
  font-weight: 600;
  font-family: 'Playfair Display', serif; 
}
.f-w700
{
  font-weight: 700;
  font-family: 'Playfair Display', serif; 
}
.f-w800
{
  font-weight: 800;
  font-family: 'Playfair Display', serif; 
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}
.header
{
  height: 110vh;
}

.camera_caption {
    position: absolute;
    bottom: 80px;
    font-family: 'Segoe Script', cursive;
    font-size: 72px;
    line-height: 85px;
    width: 100%;
    padding: 0 5%;
    text-align: center;
    color: #b5aa9a;
    display: none;
}
.cameraContent .camera_caption {
    display: block;
}
.camera_caption > div {
    height: 100%;
}

header.fixed_nav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
header {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
}
.brand .logo + .brand_name {
    margin-top: 20px;
}
.brand_name {
    overflow: hidden;
}
.brand_name {
    font-size: 30px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 21px;
}
.brand_name a
{
  color: #fff;
}
.brand_name a:hover
{
  text-decoration: none;
  color: #fff;
}

header .nav {
    margin-top: 69px;
}
.nav ul {
    display: inline-block;
}
ul
{
  margin: 0;
  padding: 0;
}
.menu ul > li {
    position: relative;
}
.menu ul > li.active > a {
    color: #FFF;
}
.menu ul > li > a {
    color: #FFF;
    line-height: 30px;

}
.menu ul > li > a > span
{
  letter-spacing: 12px;
}
.submenu li a
{
  letter-spacing: 4px;
  color: #a1949b;
}
.menu ul a {
    display: block;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    font-family: 'Playfair Display', serif; 
    font-size: 14px;
}
.submenu li
{
  margin-top: 10px !important;
  letter-spacing: 0;
}
.submenu li a
{
    letter-spacing: .5 !important;
}
.menu ul > li
{
  list-style-type: none;
}
.menu ul > li + li {
    margin-top: 20px;
}
.menu ul > li.active > a span {
    position: relative;
    display: inline-block;
}

.menu ul > li.active > a {
    color: #FFF;
}

.menu ul:before, .menu ul:after {
    display: table;
    content: "";
    line-height: 0;
}
.menu ul > li.active > a::before {
    top: -10px;
}
.menu ul > li.active > a::before {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background: #fff;
    left: 50%;
    margin-left: -23px;
}
 .menu ul > li.active > a::after
 {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background: #fff;
    left: 50%;
    margin-left: -23px;
 }
 .menu ul > li.active > a::before {
    top: -10px;
}
 .menu ul > li.active > a::after {
    bottom: -10px;
}
.menu ul li:hover .submenu
{
  visibility: visible;
  margin-left: 0;
  opacity: 1;
}
.submenu {
    /*display: none;*/
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    width: 235px;
    margin-left: 20px;
    padding: 10px 20px;
    background: #3f353b;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    transition: .5s ease-in;
    opacity: 0;
}

 .menu ul > li > a:hover {
    color: #a1949b;
    text-decoration: none;
}
.menu ul
{
  display: inline-block;
}
header .menu {
    margin-top: 69px;
}
.swiper-container-horizontal > .swiper-pagination-bullets
{
  width: 100% !important;
  margin: auto !important;
}
.highlate
{
  background-size: cover;
  padding-top: 78px;
  padding-bottom: 78px;
  color: #b5aa9a;
}
.bg1 {
    background: no-repeat url(../images/bg1.jpg) center center;
    background-size: cover;
}
h2
{
   
    line-height: 58px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.highlate_heading h2
{
  color: #b0a592;
}
 ul li
 {
  list-style-type: none;
 }
.list1 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 22px;
}
.mt1 {
    margin-top: 7px;
}
.list1 li span {
    font-weight: 700;
    display: block;
}
.list1 li + li {
    margin-top: 15px;
}
.list1 li a
{
  color: #b5aa9a;
  text-decoration:none;
  transition: .5s;
}
.highlate_heading h2
{
 font-size: 48px !important;
 letter-spacing: 0;
}
.list1 li a:hover
{
  color: #fff;  
}
.link1 {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #b0a595;
} 
a:hover
{
  text-decoration: none !important;
}
.link1:hover
{
  color: #fff;
}
/*.parallax
{
    background-image: url(../images/parallax.jpg);background-color: inherit;height: 1995.6px;transform: translate3d(0px, -69.8634px, 0px);
}*/

.parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform;
}
.well1 {
    padding-top: 60px;
    padding-bottom: 25px;
}
h3 {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: bold;
}
.para
{
  margin-top: 18px;
}
.para_block
{
  font-size: 13px;
}
.img_box
{
  position: relative;
}
.overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}
.image_box .owl-nav
{
  float: right;
}

.bg-color {
    position: relative;
    overflow: hidden;
    background: #362b31;
    color: #a1949b;
    padding-top: 60px;
    padding-bottom: 70px;
}
.bg-img {
    position: absolute;
    bottom: 0;
    left: -31px;
}
.bg-color .row {
    position: relative;
}
h3.mod {
    font-weight: normal;
    color: #e4ded4;
}
.row.mt2 {
    margin-top: 20px;
}
.event-box {
    display: block;
    text-decoration: none;
    color: #a1949b;
}
.event-box:hover .date, .event-box:hover .date + p {
    color: #e4ded4;
}
.date {
    font-size: 30px;
    line-height: 41px;
    letter-spacing: .5px;
    vertical-align: baseline;
}
.date span {
    font-size: 48px;
    line-height: 41px;
    font-weight: 700;
    vertical-align: baseline;
}
.date + * {
    margin-top: 15px;
}
@media (min-width: 992px)
{
  .col-md-offset-5 {
      margin-left: 41.66667%;
  }
}
.event-box p
{
  font-size: 12px;
}
.b-primary {
    background: #e4ded4;
    padding-top: 20px;
    padding-bottom: 25px;
}
.link2:hover {
    color: #6f5865;
}
.link2 {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #362b31;
}
.event-box:hover
{
  color: #fff !important;
}
/*.link2 span.fa {
    font-size: 40px;
}
.fa {
    line-height: inherit;
}
.fa {
    display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    transform: translate(0, 0) !important;
}*/

.primary {
    color: #e4ded4 !important;
}
.h_icon {
    position: relative;
    padding-left: 46px;
}
h4.h_icon {
    position: relative;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Georgia', serif;
}
h4 + *, h4 + .row {
    margin-top: 20px;
}
.h_icon .fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    line-height: 36px;
}

.font_color
{
  color: #e4ded4;
  text-decoration: none;
}
.pad
{
    padding-top: 60px;
    padding-bottom: 60px;
}
.ptop
{
  padding-top: 25px;
  padding-bottom: 56px;
}
.pad p
{
  font-size: 13px;
}
.btn1 {
    color: #e4ded4;
    font-size: 14px;
    letter-spacing: 2px !important;
}
.primary a:hover {
    color: #bdae95;
}
/*.btn:after, .btn1:after, .btn2:after, .btn3:after {
    content: "";
    font: 400 18px/18px "FontAwesome";
    margin-left: 10px;
}*/
footer
{
  background: #e4ded4;
  color: #c0b8aa;
  padding-top: 70px;
  text-align: center;
}
footer .footer {
    padding-bottom: 60px;
}
.footer .brand_name a
{
  color: #b0a595;
}
.privacy
{
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #b0a595;
}
.privacy:hover
{
  color: #b0a595;
}
.map iframe
{
  width: 100%;
  height: 350px;
}

.scroll_header
{
    background: #3f353b;
    z-index: 999;
    border-bottom: 1px solid #a1949b;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: -71px;
    left: 0;
    transition: .5s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.fixed-header 
{
  top: 0;
  visibility: visible;
  z-index: 999;
  opacity: 1;
}
.scroll_menu
{
  margin: 0;
  text-align: center; 
  padding: 0;
}
.scroll_menu li
{
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.scroll_menu li a
{
  display: block;
  padding-right: 30px;
  
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.scroll_menu li span
{
  /*letter-spacing: 12px;*/
}
.scroll_menu li:hover .menu_sub
{
  /*display: block;*/
  visibility: visible;
  top: 45px;
}
.menu_sub
{
  /*position: absolute;
  top: 0;
  left: 0;*/
  /*display: none;*/  
  visibility: hidden;
    position: absolute;
    top: 55px;
    left: 0;
    width: auto;
    margin-left: 0px;
    padding: 20px;
    background: #3f353b;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    transition: .2s ease-in;
}
.menu_sub li
{
  display: block;
  margin-right: 30px;
  padding: 8px 0;
}
.menu_sub li a
{
  letter-spacing: 0;
  color: #a1949b;
}
.menu_sub li a:hover
{
  color: #fff;
}

/*.scroll_menu li:before {
    position: absolute;
    left: 50%;
    top: 95%;
    margin-left: -12px;
    content: "\f0dd";
    font: 400 12px/12px "FontAwesome";
}*/

/*.scroll_menu */
.scroll_menu > li.active > a::before {
    top: -10px;
}
.scroll_menu > li.active > a::before {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background: #fff;
    left: 50%;
    margin-left: -23px;
}
.scroll_menu > li.active > a::after {
    bottom: -10px;
}
.scroll_menu > li.active > a::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background: #fff;
    left: 50%;
    margin-left: -23px;
}
.scroll_menu li a
{
  transition: .5s;
}
.scroll_menu li a:hover
{
  color: #a1949b;
}
.arrow
{
  font-size: 22px;
  margin-right: 10px;

  padding-top: 10px;
}










/*.loading{
  width:160px;
  height:56px;
  position: absolute;
  top:50%;
  margin-top:-28px;
  right:135px;
  line-height:56px;
  color:#fff;
  padding-left:60px;
  font-size:15px;
  background: #000 url(../images/ajax-loader.gif) no-repeat 10px 50%;
  opacity: 0.7;
  z-index:9999;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  border-radius:20px;
}
a#next_page_button,
a#prev_page_button{
  display:none;
  position:absolute;
  width:41px;
  height:40px;
  cursor:pointer;
  margin-top:-20px;
  top:50%;
  background:transparent url(../images/buttons.png) no-repeat 0px -40px;
}
a#prev_page_button{
  left:-30px;
}
a#next_page_button{
  right:-30px;
  background-position:-41px -40px;
}
a#next_page_button:hover{
  background-position:-41px 0px;
}
a#prev_page_button:hover{
  background-position:0px 0px;
}
.booklet .b-wrap-right img{
  border:1px solid #E6E3C2;
}
.book_wrapper img{
  margin:10px 0px 5px 35px;
  width:300px;
  padding:4px;
  border:1px solid #ddd;
  -moz-box-shadow:1px 1px 1px #fff;
  -webkit-box-shadow:1px 1px 1px #fff;
  box-shadow:1px 1px 1px #fff;
}
.book_wrapper p{
  font-size:16px;
  margin:5px 5px 5px 15px;
}
.book_wrapper a.article,
.book_wrapper a.demo{
  background:transparent url(../images/circle.png) no-repeat 50% 0px;
  display:block;
  width:95px;
  height:41px;
  text-decoration:none;
  outline:none;
  font-size:16px;
  color:#555;
  float:left;
  line-height:41px;
  padding-left:47px;
}
.book_wrapper a.demo{
  margin-left:50px;
}
.book_wrapper a.article:hover,
.book_wrapper a.demo:hover{
  background-position:50% -41px;
  color:#13386a;
}
.book_wrapper h1{
  color:#13386a;
  margin:5px 5px 5px 15px;
  font-size:26px;
  background:transparent url(../images/h1.png) no-repeat bottom left;
  padding-bottom:7px;
}
.book_wrapper{
  margin:0 auto;
  padding-top:50px;
  width:905px;
  height:540px;
  position:relative;
  background:transparent url(../images/bg.png) no-repeat 9px 27px;
}
.booklet .b-counter{
  bottom:10px;
  position:absolute;
  display:block;
  width:90%;
  height:20px;
  border-top:1px solid #ddd;
  color:#222;
  text-align:center;
  font-size:12px;
  padding:5px 0 0;
  background:transparent;
  -moz-box-shadow:0px -1px 1px #fff;
  -webkit-box-shadow:0px -1px 1px #fff;
  box-shadow:0px -1px 1px #fff;
  opacity:0.8;
}
.booklet .b-wrap-left{
  background:#fff url(../images/left_bg.jpg) no-repeat top left;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.booklet .b-wrap-right{
  background:#efefef url(../images/right_bg.jpg) no-repeat top left;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.booklet{
  -moz-box-shadow:0px 0px 1px #fff;
  -webkit-box-shadow:0px 0px 1px #fff;
  box-shadow:0px 0px 1px #fff;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}*/



.bg-header
{
    background: no-repeat url(../images/slide3.jpg) center center;
    background-size: cover;
    /*height: 65vh;*/
}
.book_container
{
  /*padding: 65px 0;*/
}
.book_wrapper
{
  padding: 65px 0;
}
.inner_header
{
  position: relative;
}
.details
{
    padding: 0 50px;
}
.about_container
{
    padding: 80px 0;
}
.abt_image
{
    /*background: url('../images/abt.jpg');
    background-size: cover;
    background-position: center;*/
}
.heading_title
{
    position: relative;
    /*padding-left: 25px;*/
}
.subtitle
{
    padding-bottom: 15px;
}
.title_head
{
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    padding-left: 45px;
}
.details p
{
    font-family: 'Playfair Display', serif;
    line-height: 32px;
}
.font
{
    font-family: 'Playfair Display', serif;
}
.abt_content
{
    padding: 45px 0px;
}
.about_dedscription p 
{
    line-height: 32px;
    text-align: justify;
}
.icon
{
    position: absolute;
    top: 0;
    left: 0;
}
.d_center
{
    display: flex;
    align-items: center;
}
.contact_icon span::before 
{
    margin-left: 0;
}
.contact_icon span
{
    width: 60px;
    height: 60px;
    background: #3f353b;
    display: block;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    border: 4px solid #a1949b;
    color: #fff;
}
.contact_item 
{
    text-align: center;
}
.contact_icon span
{
    margin:  0 auto 12px;
}
.contact_wrapper
{
    padding: 50px 0;
}
.contact
{
    max-width: 850px;
     margin:  auto;
}
.contact_container
{
    padding: 50px 0;
    background: url(../images/bg_image.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.contact_container::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3f353b;
    opacity: .8;
}
.contact_box .heading 
{
    color: #fff;
    position: relative;
    z-index: 9;
    text-align: center;
    padding-bottom: 15px;
}
.contact_form_sec .col-lg-6,
.contact_form_sec .col-lg-12
{
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
}
.contact_form
{
    background: rgba(255,255,255,.1) !important;
    border: 0 !important;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 14px;
    color: #848484;
    line-height: normal;
    padding: 0 15px;
    font-weight: 400;
    background-color: #f5f5f5;
    border: 0;
    border-radius: 0 !important;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    margin-bottom: 25px;
    color: #000 !important;
}
.form-control:focus
{
    box-shadow: none !important;
    background: #fff !important;
}
textarea 
{
    height: 150px !important;
}
.contact_form_sec
{
    margin-top: 18px;
}
.contact_btn_section
{
    position: relative;
    z-index: 1;
}
.contact_btn_section button
{
    border: none;
    padding: 15px 20px;
    background: #a1949b;
    text-align: center;
    text-transform: capitalize;
}
.contact_btn_section
{
    margin:  auto;
}
.promising_wrapper 
{
    padding: 80px 30px;
}
.prom_image
{
    margin-bottom: 25px;
}
.promising_content_container .heading_prom 
{
    max-width: 900px;
    margin: 0 auto 45px;
    text-align: center;
}
.color
{
    color: #3f353b;
}
.sub_color 
{
    color: #a1949b;
}
.heading_prom
{
    padding: 15px 0;
    position: relative;
    text-align: center;
}
.heading_prom::before 
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 3px;
    background: #3f353b;
    transform: translateX(-50%);
}
.heading_prom::after 
{
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 70px;
    height: 2px;
    background: #a1949b;
    transform: translateX(-50%);
}
.listing_column ul li 
{
    position: relative;
    border: 1px solid #a1949b45;
    border-radius: 40px;
    padding: 10px;
    margin-bottom: 15px;
}
.listing_column ul li i 
{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color:  #3f353b;
}
.list_point
{
    padding-left: 25px;
}
.gall
{
    position: relative;
}
.enroll_container
{
    margin-top: 55px;
}
.enroll_image {
    margin-bottom: 25px;
    text-align: center;
}
.enroll_details h3
{
    text-align: center;
    letter-spacing: 0;
    text-transform: capitalize;
    padding-bottom: 20px;
}
.benefits
{
    /*background: url('../images/mery.jpg');*/
    padding: 50px   ;
    background: #3f353b;
}
.benefits_colmn .heading_prom
{
    text-align: left;
}
.benefits_colmn .heading_prom h1
{
   color: #fff;
}
.heading_prom::before,.heading_prom::after
{
    left: 0;
    display: none;
}
.benefits_points ul li 
{
    position: relative;
    padding-bottom: 15px;
}
.benefits_points ul li::before 
{
    content: '';
    width: 15;
}
.benefits_colmn .listing_column ul li
{
    color: #fff;
    border: none;
}
.benefits_colmn .listing_column ul li i
{
    color: #a1949b;
}
.benefits_colmn .list_point {
     padding-left: 30px; 
}
.indulgents .heading_prom h1
{
    color: #3f353b;
}
.indulgents
{
    padding: 50px;
}
.indulgents .listing_column ul li
{
    color: #000;
    border: none;
    margin-bottom: 0;
}
.intention_details
{
    max-width: 850px;
    margin:  auto;
    text-align: center;
}
.download_zoom
{
    padding-top: 20px;
}
.input_link
{
    margin-top: 20px !important;
    max-width: 300px;
    margin: auto;
    border: none !important;
    background: #e4ded473 !important;
    border-radius: 0 !important;
    height: 50px;
    text-align: center;
}
.inner_header
{
    padding: 150px 0 120px;
    position: relative;
}
.inner_header::before 
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9;
}
.inner_menu
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1011;
    visibility: visible;
    opacity: 1;
    background: transparent;
}
.fixed-header
{   
    background: #3f353b !important;
}
.heading_title
{
    position:  relative;
    z-index: 9;
    color: #fff;
}
.heading_title h1 
{
    font-size: 50px;
    text-align: center;
}
.heading_title
{
    width: 100%;
}

.promising_wrapper 
{
    /*position: relative;*/
}
.prayer_wrapper
{
    padding: 40px 30px !important;
}
.dail_pray
{
    margin-bottom: 0;
    font-size: 15px;
}
.cmn_txt
{
    font-size: 15px;
}
.page_container
{
    text-align: center;
    padding-top: 35px;
}
.cmn_txt1
{
    font-size: 13px;
}
.tcenter
{
    text-align: center;
}
.page_container1
{
    padding-left: 20px;
    padding-top: 13px;
}
.mb_5rem p
{
    margin-bottom: .5rem;
}
.page_container1 .page_btm_txt p
{
    margin-bottom: 0;
}
.split_box
{
    width: 50%;
    float: left;
}
.split_box1
{
    width: 60%;
    float: left; 
}
.split_box2
{
    width: 40%;
    float: left;
}
.split_box3
{
    width: 70%;
    float: left; 
}
.split_box4
{
    width: 30%;
    float: left;
}
.split_box_container2
{
    margin: 10px 0;
}
.height_100
{
    height: 100%;
    padding: 0;
}
.m_center
{
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    height: 100%;
}








.quotes_item
{
    padding: 55px 40px 35px;
    max-width: 550px;
    position: relative;
    background: #fff;
    margin: auto;
    margin-bottom: 65px;
    box-shadow: -1px 12px 8px 0px #f6f3ef;
}
.quote_author p 
{
    text-align: right;
    color: #3f353b !important;
    font-weight: 600;
    margin: 0;
    padding-top: 20px;
    font-style: italic;
}
.quotes_icon
{
    width: 50px;
    height: 50px;
    background: #3f353b;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: -24px;
}
.quotes_container 
{
    margin-top: 55px;
}
.map
{
    display: none;
}
.auth_nam
{
    font-size: 25px;
    padding-top: 15px;
}