/*font*/
@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helvetica-webfont.woff2') format('woff2'),
        url('../fonts/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0;
    padding: 0;
}

.fade:not(.show) {
  opacity: 1 !important;
}

body {
    font-family: 'helvetica';
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.bg-home {
    background: #eb2d42;
    padding-top: 10px
}

img {
    max-width: 100%;
    max-height: 100%
}

.img-responsive {
	width:100%;
}

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;
    outline: 0 !important
}

a {
    transition: 0.3s;
    font-family: 'Montserrat', sans-serif;
    color: inherit;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: 0;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
}

p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%
}

li {
    list-style: none;
}

*::-moz-selection {
    background: #fff;
    color: #000;
    text-shadow: none;
}

::-moz-selection {
    background: #fff;
    color: #000;
    text-shadow: none;
}

::selection {
    background: #fff;
    color: #000;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #000;
    font-size: 16px;
    opacity: 1;
}

*::placeholder {
    color: #000;
    font-size: 16px;
    opacity: 1;
}

/*header stat*/

/* .header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
} */

.header-area .main-nav {
  min-height: 60px;
  background: #BE4252 transparent;
}

.header-area .main-nav .logo {
  height: 60px;
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 20px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a {
  color: #bdbdbd;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 18px;
  top: 12px;
}

.header-area.background-header .main-nav .nav li.submenu:after {
  color: #000;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #3b566e;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #f55858;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #f55858;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 15px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  left: 20px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 60px;
}

.header-area.header-sticky .nav {
  margin-top: 12px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #f55858;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header-area .main-nav:before {
    display: none;
  }
  
  .right-powered p {
    color: #0073bb;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0;
    }
}

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 60px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
.header-area .logo {
    margin-left: 20px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
	height: 50px;
    margin-top: 6px;
}

  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 82px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #BE4252;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
	text-align: left;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 10px !important;
    border: none !important;
    background: #BE4252 !important;
    color: #ffffff !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
  .header-area .main-nav .nav > li > a:hover,
  .header-area .main-nav .nav .submenu > ul > li > a:hover {
    color: #f55858;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3b566e;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/*menu header*/
.menu_area {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    top: 0;
    background: #cc2539 0% 0% no-repeat padding-box;
    right: 0;
    bottom: 0;
    padding: 40px 22px 0 22px;
    transition: 0.3s;
    transform: translateX(100%);
}

.menu_area.open-nav {
    transform: translateX(0%);
}

.open_menu,
.close_icon {
    background: none !important;
    border: none;
    display: none;
}

.open_menu i {
    font-size: 30px;
    color: #830b0d;
}

.close_icon i {
    font-size: 38px;
    color: #fff;
}

/* Popup Area */
.modal {
    padding: 0 !important;
    z-index: 9999999;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.modal-dialog {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    cursor: default;
}

.modal-popup {
    position: relative;
    padding: 1px 0px 10px;
    background: #be4252;
    border-radius: 0;
    border: none;
    text-align: center;
}

.modal-popup a.close-link {
    font-size: 22px;
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
}

.modal-popup a,
.modal-popup a:hover {
    color: #fff;
}

.icon_close_alt2 {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.popup-form {
    width: 90%;
    max-width: 375px;
    margin: 20px auto 50px;
}

.login_icon {
    color: #fff;
    font-size: 60px;
    opacity: .5;
}

.popup-form .form-control {
    margin: 20px 0;
}

.form-control.form-white {
    color: #fff;
    font-size: 16px;
    height: 42px;
    position: relative;
    border-radius: 0;
    border: 1px solid #fff;
    line-height: 42px;
    background: 0 0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    box-shadow: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
}

.form-control.form-white::placeholder {
    color: #fff;
}

.form-control {
    color: #333;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: 0;
}

.text-left {
    text-align: left;
}

.btn.btn-submit {
    width: 100%;
    color: #434443;
    padding: 10px;
    background: #fff;
    font-weight: 600;
    outline: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 16px;
}

.checkbox {
    display: block;
    position: relative;
}

.checkbox input[type=checkbox] {
    margin: 0;
}

.checkbox label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 2px solid #fff;
    background: 0 0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.checkbox-holder span {
    position: relative;
    display: inline-block;
    margin: 0 0 0 4px;
    white-space: normal;
    color: #fff;
    top: -2px;
}

.modal-popup a.close-link:hover {
    color: #333;
    text-decoration: none;
}


/*end*/
.header-top {
    background: #1a2b6d;
    padding: 7px 0;
}

.right-top-header ul {
    line-height: normal;

}

a.navbar-brand img {
    height: 60px;
}

.sticky-header-add.fixed-header .header-top {
    display: none;
}

.fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    animation: smoothScroll 1s forwards;
}

.menu-area .navbar-nav .nav-item .nav-link:hover {
    color: #f40808;
}

/*.sticky-header-add.fixed-header .header-top {
    background: #44358D;
}
.sticky-header-add.fixed-header .header-menu-section {
    background: #2E2364;
}*/
.menu-area .navbar .navbar-nav .active>.nav-link,
.menu-area .navbar .navbar-nav .nav-link.active,
.menu-area .navbar .navbar-nav .nav-link.show,
.menu-area .navbar .navbar-nav .show>.nav-link {
    color: #FF5858;
}

.menu-area .navbar-nav .nav-item .nav-link {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.header-menu-section {
    padding: 12px 0;
    /*box-shadow: 0 2px 11px rgb(25, 25, 3, 0.3)*/
}

.navbar-nav li:first-child {
    margin-left: 0
}

.navbar-nav li:last-child {
    margin-right: 0
}

.navbar {
    padding: 0;
    padding-bottom: 0
}

/*---Standar Hamburger Menu (3 separate elements)---*/
.navbar-toggler {
    border: none;
    background: transparent !important;
}

.navbar-toggler:hover {
    background: transparent !important;
}

.navbar-toggler .icon-bar {
    height: 2px;
    width: 22px;
    border-radius: 1px;
    display: block;
    background-color: #B6B6B6;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-nav {
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

ul.navbar-nav li {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #000;
    line-height: 17px
}

ul.navbar-nav li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0;
}

ul.navbar-nav li a {
    padding: 0;
    color: #535353 !important;
    font-size: 16px;
    font-weight: 500;
}

ul.navbar-nav.ml-auto li a span {
    padding: 5px 0px;
}

/*ul.navbar-nav.ml-auto li a span:hover {
    border-bottom: 2px solid #3c2ceb;
    transition: 0.6s all;
    padding: 5px 0;
}*/
ul.navbar-nav.ml-auto li a span:hover:before {
    /* border-bottom: 2px solid #3c2ceb; */
    transition: 0.6s all;
    /* padding: 5px 0; */
    background-image: url(../images/hover-line.png);
    height: 5px;
    transition: 0.6s all;
    content: '';
    position: absolute;
    border: 0;
    width: 100%;
    left: 0;
    bottom: -5px;
    z-index: 9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

ul.navbar-nav.ml-auto li a span {
    position: relative;
}

header.header-area {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}



/* Side nav menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #be4252;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #fff;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    border: none;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
	.left-appointment input.form-control {
		width: 100%;
	}
}

/*end header*/

/*banner start*/
.banner {
    /*background-image: url(../images/banner-shape.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    height: 100%;*/
    width: 100%;
	float:left;
	position:relative;
}

.banner .banner_overlay {
	width:100%;
	float:left;
	position:absolute;
	bottom: 7%;
}

.banner .mySlides img {
	padding:0px;
	margin:0px auto;
	text-align:center;
}

.header-banner-wrapp {
    background-color: #fff;
    padding: 40px 0;
    /*margin-top: 10px*/
}

/*banner end*/
.color-yellow {
    color: #e3e317
}

.extra-red {
    color: #830b0d
}

ul.navbar-nav li a:hover span {
    color: #eb2d42;
}

.disclaimer-section {
    padding: 70px 0;
    width: 85%;
    margin: 0 auto;
}

.feture-section {
    margin: 0 auto;
    width: 80%;
}

.img-wrapp-disclaimer {
    padding: 120px 0;
}

.right-content-disclaimer {
    background: #cc2539;
    padding: 30px 40px;
    margin-left: 10px;
}

.blank-bg {
    display: block;
    width: 100%;
    background: #ee5465;
    height: 60px;
    margin-top: 10px;
    text-align: center;
}

.blank-bg audio {
    margin: 10px auto;
    height: 40px;
}

.right-content-disclaimer p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 1.5rem;
}

.item-contact.contact-left h3 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #777;
}

.item-contact.contact-left p:last-child {
    margin-top: 10px;
}

.getin-touch-heading.text-center h3 {
    font-size: 2rem;
    color: #777;
}

.item-contact.contact-left address {
    margin-bottom: 0;
}

.heading-disclaimer h2 {
    font-size: 2.5rem;
    letter-spacing: 8.7px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4rem;
}

.sub-heading {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 600;
}

.big-sub {
    font-size: 3.2rem;
    line-height: 4.5rem;
    font-weight: 600;
}

.img-wrapp-disclaimer img {
    height: 70px;
}

.extra-nimbu {
    font-size: 22px;
    line-height: 1.8rem;
    color: #fff
}

.people-say-section {
    margin: 70px 0;
}

.icon-wrapp {
    text-align: center;
    display: block;
    margin: 2rem 0;
}

.icon-wrapp i {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    font-size: 2rem
}

.feture-section .col-lg-3.col-sm-6.col-md-6 {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    margin: 20px 0;
}

/*.future-items.text-center {
    border-left: 1px solid #fff;
}*/

/*.feture-section .row .col-sm-6.col-md-6.col-lg-3:nth-child(4n + 4) .future-items {
    border-right: 1px solid #fff
}
*/
.d-flex.ad-wrapp-main .advertising-left {
    margin-right: 3px;
}

.d-flex.ad-wrapp-main>div {
    background: #cc2539;
    padding: 100px 30px
}

.d-flex.ad-wrapp-main .advertising-right {
    margin-left: 3px;
}

/*.d-flex.ad-wrapp-main h3.sub-heading.people-say {
    min-height: 150px;
}*/

.d-flex.ad-wrapp-main div p {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin: 0 auto;
    margin-top: 2rem;
    width: 80%;
    text-align: center;
}

.ad-logo-wrapp img {
    height: 50px;
    position: relative;
    top: -18px;
}

.ad-logo-wrapp {
    margin-top: 80px;
}

.footer-section.bg-white {
    padding: 70px 0;
}

.d-flex.align-items-center.contact-details-wrapp.w-100.justify-content-between {
    border: 2px solid #777;
    padding: 20px 50px;
    margin-top: 20px;
    margin-bottom: 12px;
}

.d-flex.align-items-center.contact-details-wrapp.w-100.justify-content-between div {
    flex: 1;
}

.item-contact.contact-right {
    border-left: 1px solid #333;
    padding-left: 100px;
}

.copy-right.text-center {
    margin-top: 20px;
}

.footer-para-width {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.footer-para-width p {
    line-height: 20px
}

.single_gallery img {
    width: 100%;
}

.single_gallery {
    position: relative;
}

.future-items.text-center span.extra-red {
    color: #830b0d;
    display: block;
}

.right-content-disclaimer,
.left-img-disclaimer img {
    height: 500px;
}

/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General

/* Portfolio Section
--------------------------------*/

.my_menu .navbar-default {
    background: none;
    border: none;
}

.my_menu .navbar-nav .active a,
.my_menu .navbar-nav .active a:hover {
    background-color: #F26522 !important;
    color: #fff !important;
}

.my_menu .navbar-nav li a:hover {
    background-color: #F26522 !important;
    color: #000 !important;
}

@media(max-width:1200px) {
    .my_menu .pull-right {
        float: none !important;
    }
}


#portfolio {
    padding: 60px 0;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    background: #18d26e;
    color: #fff;
}

#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

#portfolio .portfolio-wrap {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
    position: relative;
    /*height: 360px;*/
    overflow: hidden;
    width: 16%;
    flex-grow: 1;
    border: 1px solid #000;
}

.row.portfolio-container.no-gutters {
    background: #dcddde;
    padding: 70px;
    margin: 0 auto;
    width: 95%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#portfolio .portfolio-item figure {
    background: #000;
    overflow: hidden;
    height: auto;
    position: relative;
    border-radius: 4px 4px 0 0;
    margin: 0;
}

#portfolio .portfolio-item figure:hover img {
    opacity: 0.4;
    transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
    padding-top: 6px;
    font-size: 22px;
    color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
    background: #eb2d42;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
    color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
    left: calc(50% - 38px);
    top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
    right: calc(50% - 38px);
    top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
    opacity: 1;
    /*left: calc(50% - 44px);*/
    left: 40%
}

#portfolio .portfolio-item figure:hover .link-details {
    opacity: 1;
    /*right: calc(50% - 44px);*/
    left: 40%
}

#portfolio .portfolio-item .portfolio-info {
    background: #fff;
    text-align: center;
    padding: 30px;
    height: 90px;
    border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
    color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
    color: #18d26e;
}

#portfolio .portfolio-item .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

#portfolio .portfolio-item figure img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.mobile-show {
    display: none;
}

.ad-logo-wrapp span.color-yellow {
    font-size: 26px;
}

.news-img .portfolio-item.filter-app {
    width: 100% !important;
    border: none !important;
}

.news-img img.img-fluid {
    width: 100% !important;
    height: 100% !important;
    display: block;
}
.social-icons-gallery {
    display: block;
    text-align: center;
    margin: 20px auto 0;
}



#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #1bb1dc;
}

/* Book an appointment area start */

.header-area-profile {
    width: 100%;
    padding: 0px 0;
    background: #be4252;
}

.logo-area img {
   width: 50px;
	margin: 0 auto;
	display: block;
}

.appointment-area {
    width: 100%;
    padding: 60px 0;
    height: 400px;
}

.left-appointment h2 {
    font-size: 60px;
    font-weight: 700;
    color: #be4252;
    word-spacing: 2px;
    line-height: 48px;
}

.select-cons {
    display: flex;
    align-items: center;
    margin-top: 0px;
}

.select-cons h4 {
    color: #656565;
    font-size:21px;
}

ul.icon-appointment {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

ul.icon-appointment li {
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #767676;
    margin-right: 30px;
    border-radius: 50%;
    text-align: center;
    transition: 0.6s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

ul.icon-appointment li:hover {
    border-color: #be4252;
    transition: 0.6s;
}

ul.icon-appointment li:hover i {
    color: #be4252;
    transition: 0.6s;
}

ul.icon-appointment li i {
    font-size: 40px;
    color: #8a8c8e;
    margin-top: 30px;
}

.right-appointment h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    word-spacing: 4px;
    color: #444;
     margin-bottom: 0;
}

.right-appointment p {
    font-size: 14px;
    color: #8a8c8e;
    line-height: 18px;
    margin-top: 3px;
}


.date-area {
    background: url('../images/book-an-appointment-bg.png');
    background-size: cover;
    width: 100%;
    padding: 20px 0;
    background-position: 100% 0;
}
.select-cons.select-con-app {
    margin-top: 90px;
}
.date-area h4 {
    font-size: 21px;
    color: #656565;
    margin-bottom: 20px;
}

.form-group.form-dt input.form-control {
    background-image: linear-gradient(#d0d0d0, #f5f3f3);
    border: 1px solid #b3b3b3;
    height: 45px;
    position: relative;
    outline: none;
}

.form-group.form-dt input.form-control::before {
    height: 34px;
    background: #9f9f9f;
    width: 1px;
    content: "";
    right: 50px;
    position: absolute;
}

.select-timetable {
    margin-top: 50px;
}


ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    padding: 5px 0px;
    cursor: pointer;
    background: #ffffff;
    color: #222;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    display: inline-block;
    margin: 0 20px 12px 0;
    width: 14%;
    text-align: center;
    border: 2px solid #ffffff;
}

ul.tabs li.current {
    background: #ffffff;
    color: #be4252;
    border: 2px solid #be4252;
}

.proceed-area {
    width: 100%;
    background: #b1b4b6;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    cursor:pointer;
    transition: 0.6s;
}
.proceed-area:hover {
    background: #be4252;
    transition: 0.6s;
}
.proceed-area a{
    display:block;
}
.proceed-area a:hover {
    color: #fff;
}



/* Book an appointment area end */
/* Share your details area start here */
.share-details-area {
    padding: 60px 0 30px;
}

form.details-share {
    width: 70%;
    margin-top: 30px;
}

form.details-share input.form-control {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    font-size: 1rem !important;
    display: block;
    padding: 0;
}
.left-appointment input.form-control {
    width: 70%;
}
.left-appointment h2 {
    margin-bottom: 30px;
}

.select-gender h4 {
    font-size: 21px;
    color: #656565;
    margin-bottom: 10px;
}
.form-date h4 {
    font-size: 21px;
    color: #656565;
    margin-top: 30px;
}
.select-gender {
    margin-top: 30px;
}
.select-gender label {
    font-size: 20px;
    color: #848484;
    margin-right: 20px;
}

input[type=checkbox], input[type='radio']:checked:after {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: #be4252;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #be4252;
}

.select-gender input {
    width: 23px;
    height: 22px;
    position: relative;
    top: 4px;
}

.select-date-of-birth {
    margin-top: 15px;
}

.select-date-of-birth label,
.select-date-of-birth span {
    font-size: 22px;
    color: #656565;
    margin-bottom: 20px;
}

/*.Somkers-area.select-gender {
    margin-top: 15px;
}*/
/* Share your details area end here */


.meeting-purpose {
    background: url('../images/book-an-appointment-bg.png');
    background-size: cover;
    width: 100%;
    padding: 20px 0;
    background-position: 60% 0;
}

.left-meeting h4 {
    font-size: 24px;
    color: #656565;
    margin-bottom: 20px;
}

.meeting-cont label {
    font-size: 20px;
    color: #848484;
    margin-right: 20px;
}

.meeting-cont input[type="radio"], input[type=checkbox] {
    width: 23px;
    height: 22px;
    position: relative;
    top: 4px;
}

.meeting-cont input.form-control {
    width: 100%;
    /*min-height: 146px;*/
    padding: 20px 26px 100px;
    background: transparent;
    border: 2px solid #fff;
    box-shadow: none;
    outline: none;
}



.thanking-area {
    background: #be4252;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.thank-cont {
    width: 100%;
}

.thank-cont h3 {
    font-size: 90px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    width: 100%;
   /* word-spacing: 20px;
    letter-spacing: 2px;*/
}

.thank-cont p {
    font-size: 20px;
    color: #c0c0c0;
    font-weight: 300;
}

.know-more-link {
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: #c0c0c0;
    font-weight: 300;
    position: relative;
}

.know-more-link p {
    position: absolute;
    top: 130px;
    text-align: center;
    width: 100%;
}

.know-more-link a {
    color: #2196F3;
}



/* About Profile Page start here */
.col-lg-6.devide-logo {
    display: flex;
    align-items: center;
}

.financial-plan-area {
    width: 100%;
    background: #BE4252;
    padding: 60px 0;
	float: left;
}

.finance-head {
    text-align: center;
    margin-bottom: 50px;
}

.finance-head h3 {
    font-size: 36px;
    font-weight: 600;
    color: #828282;
}

.first-finance {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    /*cursor: pointer;*/
}

.first-finance a {
    font-size: 12px;
	font-weight: 700;
    color: #fff;
	text-transform:uppercase;
}

.first-finance.hvr-icon-buzz-out {
    transition-duration: 0.3s;
}

/*.first-finance.hvr-icon-buzz-out:hover {
    transition-property: border-color;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transform: scale(1.15);
    box-shadow: 0px 0px 6px 1px #be4252;
}*/

.first-finance img {
    display: block;
    margin: 10px auto;
}

.financial-plan-area .col {
    /*border-right: 1px solid #ffffff;*/
}

.financial-plan-area .col:last-child {
    border-right: 0;
}

.contact-no {
    padding-left: 35px;
    border-left: 1px solid #fff;
}

.contact-no p {
    color: #fff;
    font-size: 16px;
}

.col-lg-6.devide-logo .logo-area {
    padding-right: 30px;
}

.social-icons {
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
}

span.menu-icon {
    display: flex;
    /*justify-content: flex-end;*/
}

.social-icons ul {
    display: flex;
    align-items: center;
}

li.social-link.mob-off a {
    display: inline-block;
    color: #be4252;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
}

li.appointment-btn a {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 10px;
    transition: 0.6s;
}

li.appointment-btn a:hover {
    background: #0000de;
    transition: 0.6s;
}

.social-icons i {
    font-size: 20px;
}

li.border-lst i.fa.fa-search {
    font-size: 30px;
}

.internationally-area {
    padding: 80px 0 40px;
}

.left-inter-cont h3 {
    font-size: 50px;
    font-weight: 700;
    color: #be4252;
}

.left-inter-cont h4 {
   /* font-weight: 700;*/
    color: #8f8f8f;
    font-size: 20px;
    margin: 18px 0;
}

.left-inter-cont a {
    font-size: 16px;
    color: #830b0d;
    font-weight: 600;
}

.left-inter-cont i {
    font-size: 26px;
    margin-left: 10px;
}

.counting-area {
    background: #fff;
    padding: 60px 0;
    width: 100%;
	float:left;
}

.count-one {
    background: #BE4252;
    padding: 0px 0;
	text-align: center;
	margin-bottom: 30px;
	width: 15.5%;
	float: left;
	margin-right: 1%;
	border-radius: 6px;
}

.count-one:last-child {
	margin-right:0%;
}

.count-one img {
    width: 30%;
}

.count-ing {
    display: flex;
    align-items: left;
    justify-content: left;
}

.count-ing p {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
}

.count-one h5 {
    font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin: 10px 0;
	text-align: left;
}

.count-ing.first-four h5.count {
    width: 50%;
}

.count-one span {
    font-size: 20px;
    font-weight: 600;
}

.learn-more-btn {
    background: #c9c9c9;
    margin-top: 26px;
    height: 70px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.learn-more-btn div {
    font-size: 15px;
    text-align: center;
}

.learn-more-btn a {
    color: #830b0d;
    font-size: 20px;
    font-weight: 500;
}

.learn-more-btn i {
    font-size: 26px;
    margin-left: 6px;
}

.businessman-area {
    padding: 80px 0;
	/*padding: 10px 0 50px;*/
}

.inner-business h3 {
    font-size: 30px;
    font-weight: 700;
    color: #be4252;
    margin-top: 20px;
    margin-bottom: 0;
}

.inner-business span {
    font-size: 15px;
    color: dimgrey;
}

.inner-business p {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}

section.profile-gallery-bg {
    background: #dcddde;
    padding: 100px 0 !important;
}

.row.portfolio-container.profile-gallery.no-gutters {
    padding: 0;
    width: 100%;
}

div#testimonial-view-slide button.owl-prev {
    position: absolute;
    top: 50%;
    left: -70px;
    color: #be4252;
    font-size: 35px;
}

div#testimonial-view-slide button.owl-next {
    position: absolute;
    top: 50%;
    right: -70px;
    color: #be4252;
    font-size: 35px;
}

.about-more-area {
	width: 100%;
	float: left;
	padding-bottom: 6%;
	background-color: #fff;
}

.about-head-more {
    text-align: center;
    width: 100%;
    margin: 40px 0 15px;
}

.about-head-more h3 {
    font-size: 36px;
	color: #212121;
	font-weight: 600;
}

.nw-arvlupinr_para {
	font-size: 17px;
	line-height: 25px;
	width: 100%;
	float: left;
	color: #000;
}

.ab-slider-back {
    background: #C6C6C6;
    width: 100%;
    padding: 30px 0;
}

.slider-gap-2nd {}

.col-lg-4.col-md-12.get-year h5 {
    font-size: 30px;
    color: #fff;
    padding: 24px;
    font-weight: 600;
    line-height: 44px;
}

.slider-gap button.owl-prev {
    width: 50px;
    font-size: 30px !important;
    position: absolute;
    top: 30%;
    left: -72px;
}

.slider-gap button.owl-next {
    width: 50px;
    font-size: 30px !important;
    position: absolute;
    top: 30%;
    right: -72px;
}

.slider-gap button i {
    color: #fff;
}

.slider-gap-2nd button.owl-prev {
    width: 50px;
    font-size: 30px !important;
    position: absolute;
    top: 40%;
    left: -70px;
}

.slider-gap-2nd button.owl-next {
    width: 50px;
    font-size: 30px !important;
    position: absolute;
    top: 40%;
    right: -70px;
}

.slider-gap-2nd button i {
    color: #fff;
}

.slider-gap-3rd button.owl-prev {
    width: 50px;
    font-size: 30px !important;
    position: absolute;
    top: 30%;
    left: -70px;
}

.slider-gap-3rd button.owl-next {
    width: 50px;
    font-size: 30px !important;
    position: absolute;
    top: 30%;
    right: -70px;
}

.slider-gap-3rd button i {
    color: #000;
}

.news-achivement-area {
    width: 100%;
    padding: 80px 0;
	background-color: #BEBEBE;
}

.news-img {
    width: 100%;
    padding: 0 40px 40px;
    background: #dcddde;
}

.news-img h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    padding: 30px 0 10px;
}

.news-business h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 0;
}

.news-business span {
    font-size: 15px;
    display: block;
}

.news-business a {
    font-size: 16px;
    color: #830b0d;
    font-weight: 600;
    margin-top: 10px;
    display: block;
}

div#last-video-slide button.owl-next {
    /*display: none;*/
}

.contact-divya-area {
    padding: 30px 0;
    width: 100%;
    background: #fff;
}
.contact-me {
    width: 100%;
    text-align: center;
}
.contact-me h3 {
    font-size: 60px;
    font-weight: 600;
    font-family: sans-serif;
    color: #be4252;
}
.contact-me a {
    font-size: 18px;
}









.news-achivement-area {
    width: 100%;
    padding: 80px 0;
}

.news-img {
    width: 100%;
    padding: 0 40px 40px;
    background: #dcddde;
}

.news-img h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    padding: 30px 0 10px;
}

.news-business h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 0;
}

.news-business span {
    font-size: 15px;
    display: block;
}

.news-business a {
    font-size: 16px;
    color: #830b0d;
    font-weight: 600;
    margin-top: 10px;
    display: block;
}


.privacy-area {
    padding: 80px 0;
    background: #000;
}

.left-privacy {
    color: #fff;
    text-align: left;
}

.left-privacy h3 {
    font-size: 60px;
    font-weight: 600;
    font-family: sans-serif;
}

.left-privacy a {
    font-size: 18px;
    color: #1b33ff;
    font-weight: 600;
    display: block;
}

.right-privacy p {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 11px;
}

.contact-form-area {
    width: 100%;
    display: block;
    background: #fff;
}

.bg-color-contact {
    background: #be4252;
    text-align: center;
    padding: 60px;
    border: 10px solid #fff;
}

.left-contact-cont p {
    color: #fff;
    font-size: 20px;
}

.thats-me-cont h3 {
    font-size: 55px;
    font-weight: 600;
    margin-top: 60px;
    color: #fff;
}

.thats-me-cont a {
    font-size: 18px;
    color: #830b0d;
    font-weight: 600;
    display: block;
}

form.contct-form-all input.form-control {
    height: 55px;
    border-radius: 0;
}

.right-contact-form h3 {
    font-size: 55px;
    color: #ffff;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 20px;
}

form.contct-form-all textarea {
    height: 150px;
    width: 100%;
    padding: 10px;
    color: #707070;
}

form.contct-form-all button {
    padding: 8px 30px;
    outline: none;
    border: 1px solid #f2f2f2;
}

.left-contact-cont {
    margin-top: 25px;
}

.footer-area {
    background: #be4252;
    color: #fff;
}

.copywright-left p {
    margin-top: 15px;
}

.right-powered {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    background: #fff;
    float: right;
}

.right-powered p {
    color: #0073bb;
    font-size: 12px;
    font-weight: 600;
    margin: 15px 0;
}

.right-powered img {
    margin-left: 10px;
    height: 40px;
    margin-top: 10px;
}

.fixed-icon-area {
    position: fixed;
    z-index: 9999;
    background: #be4252;
    top: 40%;
    right: 0;
    width: 5%;
    text-align: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.fixed-icon-area li {
    padding: 16px;
    border-bottom: 1px solid #fff;
}

.fixed-icon-area li i {
    font-size: 24px;
    color: #fff;
}

.fixed-icon-area li:last-child {
    border: none;
}
.fixed-icon-rights {
    position: fixed;
    top: 50%;
    right: 10px;
    /*background: #fff;*/
    border-radius: 50%;
    padding: 8px;
	z-index:999999;
}

.fixed-icon-rights img {
    width: 70px;
}
/* About Profile Page end here */

/* About us page */
.banner-ab img {
    width: 100%;
}

.content-ab-area {
    padding-bottom: 60px;
}

.about-banner-area {
    padding: 10px 0;
}

.ab-left-content {
    margin-top: 15px;
}

.ab-left-content h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #636466;
}

.ab-left-content span {
    color: #be4252;
}

.ab-left-content p {
    font-size: 16px;
    font-weight: 500;
    color: #828282;
    line-height: 28px;
}

.ab-left-content li {
    list-style-type: initial;
    font-size: 16px;
    font-weight: 500;
    color: #828282;
    line-height: 28px;
    margin-bottom: 5px;
}

.ab-left-content ul {
    margin-left: 20px;
    margin-top: 8px;
}

.ab-left-content a {
    color: #0027ff;
}

.body-icon {
    text-align: center;
}

.body-icon img {
    width: 40px;
    transform: rotate(180deg);
    margin: 20px 0 0;
}


/* Gallery page start here */
.gallery-show-area {
    padding: 10px 0 10px;
}

.image-gall img {
    width: 100%;
}

.overlap-text img {
    width: 32px;
}

.overlap-text {
    text-align: center;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #be4252;
}

div#gallery button.owl-next {
    position: absolute;
    top: 45%;
    right: 4%;
    color: #fff;
    width: 30px;
    height: 30px;
}

div#gallery button.owl-prev {
    position: absolute;
    top: 45%;
    left: 4%;
    color: #fff;
    width: 30px;
    height: 30px;
}

div#gallery button.owl-next span,
div#gallery button.owl-prev span {
    font-size: 70px;
    text-align: center;
    line-height: 18px;
}

.overlap-text {
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 5%;
    color: #fff;
}

.overlap-text h4 {
    font-size: 20px;
    font-weight: 600;
}




/* Gallery page end here */




/*blog section*/
.row.blog-item-wrapp {
    padding: 50px 0;
    border-bottom: 1px solid #333;
}

.blog-shape {
    padding: 50px 0
}

.blog-shape img {
    height: 50px;
    transform: rotate(180deg);
}

.right-blog-dtls p {
    font-size: 24px;
    color: #52535e;
    font-family: 'helvetica';
    letter-spacing: 0.02em;
    text-align: justify;
}

.row.blog-item-wrapp .col-sm-12.col-md-4.col-lg-4 {
    padding-left: 0;
}

.left-blog-dtls h3 {
    font-size: 30px;
    letter-spacing: 0.04em;
    font-family: 'helvetica';
    margin-top: 15px;
    margin-bottom: 0;
    color: #be4252;
    font-weight: 600
}

.left-blog-dtls h4 {
    font-size: 26px;
    font-family: 'helvetica';
}

.left-blog-dtls img {
    min-height: 370px;
    max-height: 500px;
}

/*end*/
/*achievement */
.achievements-section h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #be4252;
    margin: 80px 0 50px;
    font-family: 'helvetica';
    /*letter-spacing: 4px;*/
}

ul.achievements-list.list-inline li {
    margin-right: 3rem;
    border-right: 3px solid #000;
    line-height: 1;
    padding-right: 3rem;
}

ul.achievements-list.list-inline li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0
}

ul.achievements-list.list-inline li a {
    font-size: 26px;
    font-weight: 700;
    font-family: 'helvetica';
}

ul.achievements-list.list-inline {
    min-height: 80vh;
}

/*end*/
/*media*/
.media-item-wrapp h3 {
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    font-family: 'helvetica';
}

.achievements-section.media-area h1 {
    margin: 50px 0;
}

.date-text {
    font-size: 12px;
    text-align: left;
    margin: 8px 0;
    color: #000;
    font-family: 'helvetica';
}

.media-link {
    font-size: 10px;
    color: #1b33ff;
    font-family: 'helvetica';
    font-weight: 600;
    word-break: break-all;
}

.media-link a {
    color: #1b33ff;
    font-size: 10px;
}

.media-link strong {
    color: #000;
}

.media-item-wrapp {
    margin-bottom: 50px;
}

/*end*/
.privacy-section {
    background: #ededee;
    padding: 70px 0;
}

.client-speak-section {
    padding: 50px 0px 80px;
}

.privacy-section h1,
.client-speak-section h1 {
    color: #8a8c8e;
    font-size: 3.5rem;
    font-weight: 900;
    font-family: 'helvetica';
    /*letter-spacing: 3px;*/
    margin-bottom: 30px;
}

.client-speak-section h1 {
    color: #be4252
}

.privacy-section p,
.client-speak-text {
    color: #676469;
    font-size: 24px;
    font-family: 'helvetica';
    line-height: 34px;
    text-align: justify;
}

p.client-speak-text strong {
    color: #525252;
}

.client-speak-text {
    color: #52535e;
    margin-bottom: 30px
}

.client-speak-text:last-child {
    margin-bottom: 0
}
.client-speaks {
    height: 500px;
    overflow-y: scroll;
    display: block;
}
.client-speaks p{
    padding:0 15px;
}

li.border-lst {
    background: transparent;
    border: none !important;
    color: #fff;
    margin: 0;
}

li.line-brdr {
    background: #fff;
    height: 48px;
    width: 1px;
    margin: 0 10px;
    position: relative;
    top: 0;
    display: inline-block;
}

.back-to-top.active {
    display: block;
}

.back-to-top {
    position: fixed;
    display: none;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.6s;
    z-index: 11;
    border: 1px solid #ffffff;
	background-color: #ffffff !important;
}

a.back-to-top.color-yellow-green.active {
    background: #e4e417;
    border: 1px solid #CDDC39;
}

a#back-to-top img {
    height: 25px;
    transform: rotate(180deg);
    background: #fff;
}

div#gallery button.owl-next, button.owl-prev i {
    /*font-size: 25px;*/
}
div#gallery button.owl-next:hover {
    background: transparent;
}
div#gallery button.owl-prev:hover {
    background: transparent;
}
.travel-img {
    padding-bottom: 20px;
}
.travel-img {
    display: none;
}

.top-header-area {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    background: #DAD9DE;
}

.top-header-area p {
    text-align: center;
    width: 100%;
    color: #827b7c;
}


.serviceBox{
    text-align: left;
    padding: 0px;
    margin: 0 0px;
    overflow: hidden;
    position: relative;
	border-radius: 6px;
	background-color: #BE4252;
}
.serviceBox .service-content{
    border: 0px double rgba(255,255,255,0.6);
	padding: 40px 10px 0px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox:hover .service-content{
    border: 0px double rgb(255,255,255);
}
.serviceBox .service-content i{
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox:hover .service-content i{
    transform: rotate(360deg);
}
.serviceBox .title{
    font-size: 11px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0px;
	padding-top: 52%;
	border-bottom: 1px solid #eaeaea;
	line-height: 29px;
}
.serviceBox .description{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.serviceBox .icon-bg{
    font-size: 80px;
	color: rgba(255, 255, 255, 0.3);
	line-height: 120px;
	position: absolute;
	bottom: 66%;
	right: -25px;
	transition: all 0.3s ease-in-out 0s;
	width: 50%;
}
.serviceBox:hover .icon-bg{
    transform: rotate(360deg);
}
.serviceBox.grey{ background: #5e3448; }
.serviceBox.orange{ background: #f05b47; }
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 30px; }
}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: transparent;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.testi_area {
  width: 100%;
  float: left;
  background-color: #EBEBEB;
  padding: 9% 0%;
}

.testi_area .para {
	width:100%;
	float:left;
  	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height:23px;
	text-align:center;
	color:#212529;
}

.testi_area .para span {
	font-size:15px;
	color:#6C757D;
	font-family: 'helvetica';
	font-style:italic;
}

.testi_area .para i.fa {
	font-size: 24px;
	float: left;
}

.manage_wealth {
	width:100%;
	float:left;
	background-color:#EBEBEB;
	padding: 1% 0% 5%;
}

.manage_wealth .tab_area {
	width:100%;
	float:left;
}

.manage_wealth .tab_area .tab{ font-family: 'Montserrat', sans-serif; }
.manage_wealth .tab_area .tab .nav-tabs {
  padding: 0 5px 30px;
  margin-left: 39%;
  border: none;
  text-align: center;
}
.manage_wealth .tab_area .tab .nav-tabs li a{
	font-family: 'Montserrat', sans-serif;
    color: #fff;
    background: #BE4252;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
    margin: 0 0px 0 0;
    border-radius: 0;
    border-right: 1px solid #fff;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.manage_wealth .tab_area .tab .nav-tabs li:last-child a{
	border-right: 1px solid #fff;
}
.manage_wealth .tab_area .tab .nav-tabs li.active a,
.manage_wealth .tab_area .tab .nav-tabs li a:hover,
.manage_wealth .tab_area .tab .nav-tabs li.active a:hover{
    color: #fff;
    background: transparent;
}
.manage_wealth .tab_area .tab .nav-tabs li a:before,
.manage_wealth .tab_area .tab .nav-tabs li a:after{
    content: '';
    background-color: #FC5C7D;
    height: 100%;
    width: 100%;
    transform-origin: left center;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}
.manage_wealth .tab_area .tab .nav-tabs li a:after{
    background-color: #BE4252;
    transform-origin: right center;
}
.manage_wealth .tab_area .tab .nav-tabs li a:hover:before,
.manage_wealth .tab_area .tab .nav-tabs li.active a:before,
.manage_wealth .tab_area .tab .nav-tabs li.active a:hover:before,
.manage_wealth .tab_area .tab .nav-tabs li a:hover:after,
.manage_wealth .tab_area .tab .nav-tabs li.active a:after,
.manage_wealth .tab_area .tab .nav-tabs li.active a:hover:after{
    opacity: 0.7;
    transform: scaleX(1);
}
.manage_wealth .tab_area .tab .tab-content{
    color: #555;
    /*background-color: #F5F5F5;*/
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 10px 0px 10px;
}

.manage_wealth .tab_area .tab .tab-content .img_box{
    width:100%;
	float:left;
}

.manage_wealth .tab_area .tab .tab-content p{
    padding-left:6%;
	letter-spacing:0;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#000;
	padding-bottom: 4%;
}
@media only screen and (max-width: 479px){
    /*.manage_wealth .tab_area .tab .nav-tabs{
        padding: 0;
        margin: 0 0 5px;
    }*/
    .manage_wealth .tab_area .tab .nav-tabs li{
        /*width: 100%;*/
        text-align: center;
    }
    .manage_wealth .tab_area .tab .nav-tabs li a{ margin: 0 0 10px; }
}