body {
    background-color: #fff;
    line-height: 1.6;
    font-size: 16px;
    color: #a2a2a2;
    font-family: Rajdhani, sans-serif;
}

@font-face {
  font-family: Aulyars_Regular;
  src: url(../fonts/Aulyars_Regular.otf);
}

a,
li,
p {
    font-family: Rajdhani, sans-serif;
}

.wstnkub {}

.wstnkub_logo {
    text-align: center;
}

.wstnkub_logo a {
    background: #00124b;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

.wstnkub_logo a.logo {
    background: none;
}

.wstnkub_logo p {
    font-size: 18px;
    color: #000;
}

.wstnkubinfo {}

.wstnkubinfo p {
    font-size: 18px;
    color: #000;
}

.wstnkubinfo p a {
    text-decoration: none;
    color: #000;
}

.wstnkubinfo h6 {
    font-size: 22px;
}

.wstnkubinfos {
    padding-top: 10px;
}

.wstnkubinfo p .fa {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    background: #bf1e23;
    color: #fff;
    margin-right: 7px;
}

.wstnkub hr {
    border-top: 1px solid #1f283a;
}

.topbar {
    background-color: #fff;
    margin-bottom: 0;
   padding-top: 10px;
   padding-bottom: 0px;
}

.topbar a,
.topbar p {
    color: #000;
    font-size: 14px ;
    margin: 0;
    text-decoration: none;
    letter-spacing: 0.5px;
	font-family: "Poppins", sans-serif;
	padding-left:5px;
}

.topbar .text-left p {
    margin-top: 3px;
}

.topbar .text-left i {
    padding-right: 3px;
}

.header {
    position: absolute;
    z-index: 111;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    background-color: transparent;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header.without-topbar {
    padding: 30px 0;
}

.header-normal {
    position: relative;
    padding: 0 0 24px;
    background-color: #fff;
}

.header-normal .navbar-default .nav>li>a {
    color: #848484 !important;
}

.header.affix {
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #ffffff;
    left: 0;
    padding: 15px 0;
    right: 0;
	height:100px;
}

.header.header-normal.affix {
    background-color: #fff;
}

.header.affix .topbar {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.top_head{
	padding:0 50px;
     background-color: #fff;
     padding-bottom: 0px;
}

.navbar-default {
    margin: 0;
    background-color: transparent;
    background: 0 0;
    border: 0;
    /* border-top: 1px solid #495256; */
}
.navbar-brand{
    float: none;
}
.navbar-default .nav>li>a {
    color: #000000 !important;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    outline: 0;
    letter-spacing: 0.5px;
	font-family: "Poppins", sans-serif;
}

.navbar-default .nav>li>a:hover {
    color: #bbb4d9 !important;
    transition: 0.5s all;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 32px 13px;
}

.navbar-nav .has-submenu .dropdown-menu li a {
    padding: 14px 20px;
}

.navbar-default .dropdown-menu {
    box-shadow: none;
}

.navbar-default .dropdown-menu li a {
    color: #222;
    font-size: 16px;
}

.navbar-default .fa-angle-right {
    position: absolute;
    right: 30px;
}
.navbar-brand {
    position: relative;
    top: -17px;
}
.navbar-brand img {
    
	width:235px;
    margin: 0 auto;
    /* margin-left: 66px; */
   
}
.logo-normal  h3 {
    font-size: 17px;
    color: #B18f35;
    text-align: center;
   margin: 0;
   margin-top: -19px;
}


.social a {
    font-size: 12px;
    color: #fff !important;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    width: 25px;
    text-align: center;
    border-radius: 1px;
    margin-left: 2px;
    height: 25px;
    line-height: 25px;
}

.social a:hover {
    opacity: 0.8;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent !important;
}

.navbar-brand {
    padding: 0 0 0 0;
}

.social a.facebook {
    background-color: #3b5998;
}

.social a.pinterest {
    background-color: #bd081c;
}

.social a.twitter {
    background-color: #1da1f2;
}

.social a.google {
    background-color: #34a853;
}

.social a.linkedin {
    background-color: #0077b5;
}

.modal {
    top: 10%;
    margin: -20px auto;
}

.modal-backdrop.in {
    opacity: 1;
    background: #282727eb;
    /* background: url(../img/review_bg.jpg); */
	/* background-size:100% 100%; */
}

.modal-header {
    border-bottom: 0;
    padding: 15px;
    background: 0 0;
}

.modal-content {
    background-clip: padding-box;
    background-color: transparent;
    border: 0;
    border-radius: 6px;
    box-shadow: none !important;
    outline: 0 none;
    position: relative;
}

.modal .close {
    font-size: 20px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 27px;
    width: 40px;
    z-index: 111;
    transform: rotate(90deg);
    border: 1px solid #dcac32;
	background:#dcac32;
}

.close,
.close:focus,
.close:hover {
    color: #fff;
    opacity: 1;
    text-shadow: none;
}

.iconitem a {
    padding-left: 8px !important;
}

.yamm .collapse,
.yamm .dropdown,
.yamm .dropup,
.yamm .nav {
    position: static;
}

.yamm .dropdown.yamm-fw {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown {
    position: relative;
}

.hassubmenu .dropdown-menu,
.yamm .dropdown.yamm-fw.yamm-half .dropdown-menu {
    left: auto;
    right: auto;
}

.yamm h4 {
    font-size: 16px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.yamm .dropdown-menu ul {
    padding: 0 !important;
    list-style: none;
}

.navbar-default .navbar-nav>.active>a {
    color: #ebb52c !important;
    background: 0 0 !important;
}

.yamm .dropdown-menu li {
    padding: 0px 0;
    /* border-bottom: 1px solid #9f97bb; */
    border-bottom: 1px solid #c9c9c9;
}

.yamm .dropdown-menu li a {
    padding: 7px 10px!important;
    /* color: #fff !important; */
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    outline: 0;
    letter-spacing: 0px;
    font-family: "Poppins", sans-serif;
}

.yamm .dropdown-menu li a:hover {
    color: #fff;
	background:#bbb4d9!important;
    transition: 0.5s all;
}

.yamm .dropdown-menu li:hover a {
    background-color: transparent;
    transition: 0.5s all;
}

.yamm-fw .dropdown-menu li:hover a {
    padding-left: 0 !important;
}

.yamm .dropdown .dropdown-menu {
    border-radius: 0;
    margin-top: 30px;
    min-width: 200px;
}

.yamm .dropdown .dropdown-menu {
    border-radius: 0;
/*    border-top: 3px solid #b49236;*/
    /* background-color: #c0bad5 !important; */
    background-color: #e3e3e5 !important;
    margin-top: 0;
    /* padding: 0 10px; */
}

.header.affix .yamm .dropdown .dropdown-menu {
    margin-top: 0 !important;
}

.yamm .dropdown .dropdown-menu .show-left {
    margin-top: 0;
}

.yamm ul {
    padding: 0;
}

.menu-widget {
    padding: 0 10px;
}

.menu-widget img {
    border-radius: 6px 6px 0 0;
}

.menu-widget small {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.menu-widget h5,
.menu-widget h5 a {
    font-size: 16px !important;
    font-weight: 700;
    margin: 0 !important;
    padding: 10px 0 5px !important;
    color: #000 !important;
}

.yamm .dropdown-menu li .menu-button,
.yamm .dropdown-menu li:hover .menu-button {
    border-radius: 0 !important;
    font-size: 13px !important;
    border: 1px solid #fff;
    font-weight: 700;
    color: #fff !important;
    display: block;
    background-color: #111;
    padding: 5px 20px !important;
    max-width: 140px;
    margin: 10px auto 0;
    text-transform: capitalize;
}

@media (min-width: 992px) {
    .yamm-fw {
        position: relative;
    }
    .hassubmenu:hover>ul,
    .yamm-fw:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .hassubmenu ul,
    .navbar-nav .yamm-fw ul {
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }
    .yamm-fw .dropdown-menu {
        min-width: 240px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .hassubmenu>ul,
    .yamm-fw>ul {
        position: absolute;
        top: 160%;
        visibility: hidden;
        display: block;
        opacity: 0;
    }
    .yamm-fw>ul li {
        position: relative;
    }
    .yamm-fw>ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
    }
}

@media (max-width: 1200px) {
    .nav>li>a {
        padding: 1em 0.7em;
    }
}

.header.affix .navbar-brand img {
    margin-top: 0 !important;
}

.header.affix .navbar-brand {
        top: -17px;
}
.header.affix .navbar-default {
    border-top: none;
}

.fstcrlctn .fa-phone:before {
    color: #fff;
}

.fstcrlctn .fa-envelope:before {
    color: #fff;
}

.owl-nav {
    position: absolute;
    bottom: 90px;
    left: 60px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    margin-right: 20px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    border: 2px dotted #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 30px;
    padding: 0;
    line-height: 32px;
}

.lcntitle h3 {
    font-size: 58px;
    color: #d9ab35;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 25px;
	
	font-family: Aulyars_Regular;
}

.lcntitle h3 span {
    font-weight: 400;
    color: #fff;
    font-size: 29px;
    display: block;
    text-transform: capitalize;
	padding-bottom:10px;
}

.lcntitle h3::before {
    content: url(../images/title-divider.png);
    position: absolute;
    top: 0;
    margin-top: -25px;
    left: 0;
}

.specialities {
    /* background: #9e97c1; */
    background: #ccc6e78f;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    width: 87%;
    padding: 10px 50px;
    margin-top: 40px;
}

.specialities p {
    margin-bottom: 0 !important;
    text-align: center;
    padding-left: 15px;
    /* background: url(../img/location-icon.png) no-repeat; */
    background: url(../img/arrow1.png) no-repeat;
    background-position: 8px;
	color:#242222;
}

.slick-prev {
    left: 5px;
    /* top: 3px; */
	z-index:99;
}

.slick-prev::before {
    content: url(../img/left-arrow.png);
    position: absolute;
    left: 0;
    float: left;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    opacity: 1;
    top: -5px;
    line-height: 40px;
}

.slick-next::before {
    content: url(../img/right-arrow.png);
    position: absolute;
    right: 30px;
    float: left;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    opacity: 1;
    top: -5px;
    line-height: 40px;
}

.fstsrvce {
    padding: 0;
	overflow:hidden;
}

.fstsrvsli {
    background: url(../img/serv_bg.jpg) no-repeat;
    /* background: #a49dcb; */
    background-size: cover;
    float: right;
    padding: 0;
    padding-top: 125px;
}

.fsttbs {
    width: 100%;
    display: block;
    /* margin: 0 auto; */
    margin-top: -40px;
	padding:20px 0 50px 285px;
}
.smile_desc1{width:100%;}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li>a {
    border-radius: 50px;
    background: #fff;
    margin-right: 9px;
    border: none;
    width: 180px;
    color: #000;
    /* text-transform: uppercase; */
    font-weight: 500;
    padding: 6px 10px!important;
	font-size:30px;
	font-family: Aulyars_Regular;
	/* font-family: "Poppins", sans-serif; */
}

.nav-tabs>li.active>a {
    /* background: #ffae00 !important; */
	background-image: linear-gradient(#ad8316, #e7d58b) !important;
	border:none;
	color:#fff;
}

.nav-tabs>li>a.active,
.nav-tabs>li>a:hover {
    /* background: #ffae00; */
	background-image: linear-gradient(#ad8316, #e7d58b) !important;
	border:none!important;
    transition: 0.5s all;
}

.crlftimg {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.tab-content{padding-top:30px;}

.fstsrvbg,
.fstsrvbgs {
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    /* margin-bottom: 30px; */
}

.fstsrvbgs {
    width: 240px;
    margin-right: 10px;
    margin-top: 10px;
}

.fstsrvbg img,
.fstsrvbgs img {
    width: 96px;
    display: block;
    margin: 0 auto;
	border-radius:50%;
}

.fstsrvbg p,
.fstsrvbgs p {
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    color: #282828;
    font-weight: 500;
	font-family: "Poppins", sans-serif;
	padding-top:10px;
}

.fstsrvbg a,
.fstsrvbgs a {
    background-image: linear-gradient(#ad8316, #e7d58b) !important;
	/* background: #db2d2e; */
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 110px;
    display: block;
    margin: 0 auto;
    padding: 6px 10px;
    border-radius: 50px;
    text-decoration: none;
}

.services {
    margin-top: 50px;
}

.services>.slick-prev {
    right: 100px;
    left: auto;
    top: 0;
}

.services>.slick-next {
    right: 0;
}

.services>.slick-prev::before {
    top: -80px !important;
    bottom: auto;
}

.services>.slick-next::before {
    top: -235px !important;
    bottom: auto;
}

.services>.slick-next:hover::before,
.services>.slick-prev:hover::before {
    background: #ffae00;
    transition: 0.5s all;
}

.pinkBg {
    background-color: #b7953b !important;
}

a.pinkBg img {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
}

a.pinkBg img:hover {
    transform: scale(1.3);
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    /*-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);*/
}

.intro-banner-vdo-play-btn {
    height: 80px;
    width: 80px;
    position: fixed;
    bottom: 15%;
    right: 3%;
    text-align: center;
    margin: -30px 0 0 -30px;
    border-radius: 100px;
    z-index: 1;
}

.intro-banner-vdo-play-btn i {
    line-height: 56px;
    font-size: 30px;
}

.intro-banner-vdo-play-btn .ripple {
    position: absolute;
    width: 160px;
    height: 160px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -80px 0 0 -80px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.item_cnt{
	position:absolute;
	right:8%;
	top:40%;
	width:35%;
	text-align:center;
      background: #bbb5db;
      padding: 20px;
      opacity: 0.8;
      border-left: 5px solid #ddb84d;
}
.item_cnt h1{
	font-size:48px;
	color:#ffffff;
    font-weight: 500;
    letter-spacing: 2px;
	font-family: Aulyars_Regular;
/*	padding-bottom:15px;*/
	margin:0px;
}
.item_cnt h2{
	font-size:20px;
	color:#ffffff;
	font-family: "Poppins", sans-serif;
	font-weight:600;
	padding-bottom:10px;
	margin:0px;
}
.item_cnt p{
	font-size:30px;
    font-weight: 280;
	color:#ffffff;
	font-family: "Poppins", sans-serif;
	padding-bottom:0;
	margin:0px;
}

.fstcrcresc h3,
.fstcrtesti h3 {
    font-size: 40px;
    color: #b28f34;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 25px;
    text-align: right;
    margin-top: 40px;
	font-family: Aulyars_Regular;
}

.fstcrcresc h3 span{
    font-weight: 400;
    color: #000;
    font-size: 25px;
    display: block;
    text-transform: capitalize;
	padding-bottom:8px;

}

.fstcrtesti h3 span {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    display: block;
    text-transform: capitalize;
	padding-bottom:8px;
     font-family: "Poppins", sans-serif!important;
}

.fstcrcresc h3::after {
    content: url(../images/title-divider.png);
    position: absolute;
    margin-top: -67px !important;
    right: 181px;
}

.fstcrdets ul {
    margin-top: 40px;
}

.fstcrdets ul li {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 0px;
    list-style-type: none;
    padding-left: 0;
}

.fstcrdets ul li::before {
    content: url(../images/steering.png);
    padding-top: 0;
    left: 0;
    position: absolute;
}

.fstcrdimg {
    margin-top: 30px;
}

img.strrte {
    margin-right: 10px;
}

img.strrte:hover {
    transform: scale(1) rotate(180deg);
    transition: 0.8s all;
}

.fstcrtesti h3 {
    text-align: center;
    color: #fff;
    padding-left: 0;
    margin-bottom: 18px;
	font-size:58px;
}

.testimonial {
    margin: 0 20px 50px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    margin-top: 30px;
    padding: 15px 15px 40px;
	background:#fff;
}

.testimonial .pic {
    display: inline-block;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}

.testimonial .pic img {
    width: 52px;
    position: absolute;
    top: 10px;
    left: 50px;
}

.testimonial .testimonial-profile {
    display: inline-block;
    position: relative;
    top: 15px;
}

.testimonial .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #5d7aa7;
}

.testimonial .description {
    padding: 0px 22px 20px;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    margin: 0;
    position: relative;
    font-weight: 400;
	font-family: "Poppins", sans-serif;
}

.testimonial .description:after {
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}

.pic img {
    width: auto;
    border-radius: 0;
    height: auto;
}

h3.title {
    font-size: 20px !important;
    color: #0c144b !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.testimonial img {
    width: auto !important;
    position: absolute;
    right: 40px;
    bottom: 60px;
}

.testimonial h6 {
    font-size: 16px;
    font-weight: 500;
    padding-left: 60px;
    color: #000;
	font-family: "Poppins", sans-serif;
}

.testimonial h6::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #db2d2e;
    position: absolute;
    margin-top: 8px;
    margin-left: -30px;
}

.fstfrm {
    background: url(../images/form-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0 20px 0;
}

.fstfrm h3 span {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
}

.fstfrm h3 {
    font-size: 48px;
    color: #d3a938;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 35px;
	font-family: Aulyars_Regular;
}

.no-padng {
    padding: 0;
}

.form-group {
    padding-right: 30px;
    margin-bottom: 30px;
	padding-left:0;
}

.form-control,
input.form-control {
    box-shadow: 0 0 5px #00000015;
    height: 50px;
    border: 1px solid #33333315;
    padding: 7px 15px;
    font-size: 16px;
    color: #4a4a4a !important;
    font-weight: 400;
	font-family: "Poppins", sans-serif;
}

textarea.form-control {
    height: 100px !important;
    color: #000 !important;
}

.submit {
    height: 40px;
    /* background: #ffae00; */
	background-image: linear-gradient(#ad8316, #e7d58b) !important;
    border: none;
    color: #fff;
    width: 150px;
    font-weight: 500;
    font-size: 17px;
    border-radius: 50px;
    outline: 0;
    border: none;
}

.submit:hover {
    background: #ffae00;
    -webkit-box-shadow: 0 0 5px 0 #fff;
    -moz-box-shadow: 0 0 5px 0 #fff;
    box-shadow: 0 0 5px 0 #fff;
    transition: 0.5s all;
    color: #000;
}

.car-rghts {
    position: absolute;
    right: 0;
}

.car-rghts img {
    position: absolute;
    right: 0;
}

img.fstflash {
    position: absolute;
    left: 130px;
    top: 70px;
}

.fstbfraftr {
    background: url(../images/bg-map.jpg) no-repeat;
    /* background: #000; */
    padding: 70px 0 70px 0;
}

img.caric {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.fstbfraftr p {
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    padding-top: 14px;
    padding-bottom: 10px;
    margin: 0;
	text-transform:capitalize;
	font-family: "Poppins", sans-serif;
}

.fstbfraftr h4 {
    text-align: center;
    color: #f1f1f1;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 40px;
    margin: 0;
	font-family: Aulyars_Regular;
	padding-top:10px;
}

.slick-dots {
    background: #B18F35;
    width: 150px;
    position: unset;
    display: block;
    margin: 0 auto;
    border-radius: 100px;
}

.slick-dots li button {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.afrbfr {
    margin-bottom: 0 !important;
}

.fstcrfooter {
    background: #b18f35;
    padding-top: 40px;
/*	border-top:1px solid #363535;*/
}

.fstcrlctn {
/*    border-right: 1px dashed #363535;*/
    padding-right: 20px;
}

.fstcrspa {
/*    border-right: 1px dashed #363535;*/
}

.fstcrlctn h4 {
    background: #fff;
    font-size: 34px;
    /* text-transform: uppercase; */
    color: #b18f35 !important;
    text-align: center;
    padding: 10px 15px;
    font-weight: 500;
	/* font-family: "Poppins", sans-serif; */
    font-family: Aulyars_Regular;
}

.fstcrlctn ul li {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 25px;
    list-style-type: none;
	font-family: "Poppins", sans-serif;
}

.fstcrspa h4,
.fstcrsvrce h4 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
	font-family: "Poppins", sans-serif;
}

.fstcrspa,
.fstcrsvrce {
    padding-left: 22px;
}

.fstcrspa ul {
    padding-left: 0;
}

.fstcrspa ul li,
.fstcrsvrce ul li {
    list-style-type: none;
    padding-bottom: 15px;
}

.fstcrspa ul li::before,
.fstcrsvrce ul li::before {
    content: url(../img/arrow.png);
    position: absolute;
    left: -7px;
}

.fstcrsvrce ul {
    padding-left: 0;
}
.fstcrlctn ul{padding-left:0px;margin-left:0px;margin-top:20px;}

.fstcrspa ul li a,
.fstcrsvrce ul li a {
    color: #ffffff;
    text-decoration: none;
	font-family: "Poppins", sans-serif;
	font-size:14px;
}

.fstcrspa {
    /* height: 300px; */
}

.en::before,
.fa-map-marker::before,
.ph::before {
    padding-right: 5px;
    font-size: 18px;
}

.fa-map-marker::before {
    color: #fff;
}

.fstcpy p {
    text-align: center;
    color: #ffffff;
    border-top: 1px solid #ffffff60;
    margin-top: 30px;
    padding: 15px 0;
	font-family: "Poppins", sans-serif;
}

.fstcpy a {
    text-decoration: none;
    color: #b6943a;
}

.fst-cr-spa-banner img {
    width: 100%;
}

.fstcrcrevce {
    padding: 70px 0;
}

.crspapri {
    border: 1px solid #ccc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 25px;
    padding-left: 30px;
    height: 150px;
}

.crspapri li {
    list-style-type: none;
}

.crspapri li:first-child h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 18px;
}

.crspapri li:first-child a {
    background: #ffae00;
    color: #000;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 50px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}

.pad-no {
    padding: 0;
}

.crspapri p {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding-top: 30px;
}

.crspapri h4 {
    font-size: 38px;
    text-align: center;
    color: #db2d2e;
    font-weight: 700;
}

.fstcrspaser {
    margin-bottom: 1.875em;
}

.crspapri li:first-child>a:hover {
    background: #112563;
    color: #fff;
    transition: 0.5s all;
}

.fstcrserbnr {
    padding: 70px 0 70px 0;
}

.svccnt {
    border: 1px solid #ccc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.svccnt li {
    list-style-type: none;
}

.svccnt li:first-child h5 {
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    padding: 30px 0;
    font-weight: 700;
}

.svccnt span {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    vertical-align: middle;
    padding: 31px 0;
    display: inline-block;
    padding-right: 15px;
}

.svccnt h3 {
    font-size: 38px;
    color: #db2d2e;
    font-weight: 700;
    text-align: right;
}

.fscrfrm {
    background: #f0f0f0;
    padding: 30px 30px 40px 30px;
    border-radius: 5px;
}

.fscrfrm h5 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-bottom: 45px;
}

.form-control-2,
select.option {
    color: #000 !important;
    font-weight: 500;
    width: 100%;
    padding: 15px 15px;
    height: 50px;
    background: 0 0;
}

input.form-control-2 {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-bottom: 27px;
}

.form-group-2 {
    padding-right: 0;
    padding: 0;
}

.fsttmrscon a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px;
}

.btnylw {
    width: 100%;
    padding: 10px 0;
    background: #ffae00;
    font-weight: 500;
    border: none;
    margin-top: 30px;
}

textarea.form-control-2 {
    border-radius: 5px;
    border-color: #ccc;
    padding: 10px 5px 15px 5px;
    height: 70px;
}

.trmcnd {
    top: 0 !important;
    background: #fff;
    color: #000;
    font-weight: 500;
}

.trmcnd h3 {
    font-weight: 700;
}

.trmcnd p {
    line-height: 35px;
    text-align: justify-all;
}

.fstinclu h4,
.whyfstcr h4 {
    text-transform: uppercase;
    text-align: center;
    color: #db2d2e;
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 50px;
}

.inccont ul li {
    font-size: 20px;
    padding-bottom: 15px;
    color: #000;
    font-weight: 500;
    list-style-type: none;
}

.inccont ul li::before {
    content: url(../images/steering-bulletin.png);
    position: absolute;
    left: 0;
}

.pd-l ul li {
    padding-left: 15px;
}

.pd-l ul li::before {
    left: 20px;
}

.whyfstcr {
    background: url(../images/included-bg.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0 70px 0;
}

.whyfstcr ul {
    display: block;
    margin: 0 auto;
    padding: 0;
}

.whyfstcr ul li {
    list-style-type: none;
    display: inline-block;
    width: 220px;
}

.whyfstcr ul li img {
    display: block;
    margin: 0 auto;
}

.whyfstcr ul li p {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    padding-top: 20px;
    font-weight: 500;
}

.fstcrcntus {
    background: #f6f6f6;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    padding: 0;
}

.fstcrcntus h5 {
    display: inline-block;
    font-size: 38px;
    padding-left: 15px;
    color: #dcac32;
	font-weight:600;
    text-transform: capitalize;
    padding-top: 30px;
	font-family: Aulyars_Regular;
}

.fstcrcntus img {
    float: left;
    position: relative;
    top: 17px;
    margin-left: 30px;
}

.fstcrcntus li {
    list-style-type: none;
    padding-bottom: 15px;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    padding-left: 55px;
	font-family: "Poppins", sans-serif;
}

.fstcrcntus ul li:first-child {
    padding-top: 30px;
}

.fstcrcntus ul li:first-child::before {
    content: url(../img/map.png);
    position: absolute;
    left: 42px;
}

.fstcrcntus ul li:nth-child(2)::before {
    content: url(../img/call.png);
    position: absolute;
    left: 42px;
}

.fstcrcntus ul li:nth-child(3)::before {
    content: url(../img/envelope.png);
    position: absolute;
    left: 42px;
}

.fstfrmfill h2 {
    font-size: 40px;
    color: #dcac32;
    font-weight: 600;
	font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
	padding-bottom:20px;
}

.formp {
    padding-bottom: 70px;
}
.formp form{
    background: #bbb4d9;
    padding: 30px 0 0 15px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #b6943a;
    z-index: 99999;
    width: 10px;
    height: 10px;
    background: #ffe49c;
    border-radius: 50%;
}

.fstabtsus1 p {
    font-size: 17px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
}

.fstabtsus1 h2 {
    font-size: 35px;
    font-weight: 700;
    color: #00124b;
    line-height: 45px;
}

.fstabtsus {
    padding: 70px 0;
}

.fstabtsus1 h3 {
    font-size: 25px;
    color: #000;
}

.trst-1 {
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 0;
}

.trst-1 p {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    padding-top: 20px;
    text-align: justify;
    padding-top: 10px;
}

.pd-t h4 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #db2d2e;
    padding-top: 20px;
}

.anspghybmb {
    padding: 50px 0;
}

.anspghybmb h2 {
    text-align: center;
    margin-top: 0;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}

.anspghybmb h2 span {
    display: block;
    margin-bottom: 10px;
}

.anspghywocsb {
    padding: 0;
}

.anspghywocsb ul {
    padding: 0;
    margin: 0;
}

.anspghywocsb ul li {
    list-style: none;
    padding: 20px;
}

.anspghywocsb ul li .anspghywocsbs {
    padding: 50px 50px;
    border: 1px dotted #ccc;
    position: relative;
}

.anspghywocsb ul li .anspghywocsbs:before {
    content: "\f10d";
    font-family: FontAwesome;
    color: #bf1e23;
    font-size: 43px;
    position: absolute;
    left: -14px;
    top: -38px;
}

.anspghywocsb ul li .anspghywocsbs:after {
    content: "\f10e";
    font-family: FontAwesome;
    color: red;
    font-size: 50px;
    position: absolute;
    right: -22px;
    bottom: -18px;
}

.anspghywocsb ul li .anspghywocsbs p {
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #000;
    min-height: 200px;
}

.anspghywocsb ul li .anspghywocsbs span {
    position: absolute;
    bottom: 20px;
    right: 15%;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.anspghywocsb ul li .anspghywocsbs p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    min-height: 200px;
}

.anspghywocsb ul li .anspghywocsbs:after {
    content: "\f10e";
    font-family: FontAwesome;
    color: #bf1e23;
    font-size: 43px;
    position: absolute;
    right: -21px;
    bottom: -36px;
}

.mrgn-tp-bnr {
    position: relative;
}

.mrgn-tp-bnr h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30%;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 44px;
	font-family: Aulyars_Regular;
}

.mrgn-tp-bnr p {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 23%;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
	font-family: "Poppins", sans-serif;
}

.mrgn-tp-bnr p a {
    color: #B18f35;
    font-weight: 500;
	font-family: "Poppins", sans-serif;
}

.fstinclu {
    padding-bottom: 70px;
}

.fstbtn a {
    display: block;
    width: 150px;
    background: #ffae00;
    color: #000;
    text-decoration: none;
    padding: 10px 25px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 100px;
}

.mbrcserc p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 35px;
}

.mbrcserc h4 {
    padding-bottom: 0;
}

.mulsrvc h4 {
    font-size: 20px;
    text-align: left;
    color: #00124b;
}

option:disabled {
    font-weight: 700;
}

a#button {
    text-decoration: none;
}

#button {
    display: inline-block;
    background-color: #B18f35;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 80px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50%;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 38px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #B18f3590;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

li.lstchld {
    background: #b6943a;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    padding: 10px 15px !important;
}

li.lstchld a {
    color: #000 !important;
    font-weight: 500;
    padding: 10px 15px;
}

li.lstchld::before {
    content: none !important;
}

.hvr-bounce-to-top:before {
    border-radius: 100px;
}

.fstsrvbg a:hover,
.fstsrvbgs a:hover {
    background: #ffae00;
    transition: 0.5s all;
}

.demo-gallery>ul {
    margin-bottom: 0;
    padding-left: 15px;
}

.demo-gallery>ul>li {
    margin-bottom: 30px;
    display: inline-block;
    list-style: outside none none;
}

.demo-gallery>ul>li a {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
    transition: 0.5s ease;
}

.fstcrgall h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #00124b;
    font-size: 35px;
    padding: 40px 0 40px 0;
}

.fstcrspa ul li a:hover,
.fstcrsvrce ul li a:hover {
    color: #ffffff90;
    transition: 0.5s all;
}

ul.enquiryForm {
    padding-left: 0;
}

input.form-control-2::placeholder,
select.form-control-2 {
    color: #000 !important;
}

input.form-control::placeholder,
select.form-control,
textarea.form-control::placeholder {
    color: #000 !important;
}

.txtcnter h3 {
    text-align: center;
}

.car-top {
    width: 85px;
    position: fixed;
    bottom: -180px;
    right: 30px;
    z-index: 999;
    opacity: 1;
    cursor: pointer;
}

.car-top.show {
    bottom: 5% !important;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.car-top.car-run {
    bottom: 100% !important;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.car-top.car-down {
    -webkit-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.car-top:after,
.car-top:before {
    content: "";
    position: absolute;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
}

.car-top.car-run:after,
.car-top.car-run:before,
.car-top:hover:after,
.car-top:hover:before {
    opacity: 1;
}

.car-top.default.car-run:before,
.car-top.default:before {
    top: -1px;
    left: 0;
    width: 85px;
    height: 89px;
    background: url(../images/car-focus.png) no-repeat 0 0;
}

.socials {
    position: fixed;
    top: 30%;
    z-index: 9999;
    right: -265px;    
}

.socials ul {
    padding: 0;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
}

.socials ul li {
    display: block;
    margin: 15px;
    background: rgb(141 141 141 / 36%);
    width: 300px;
    text-align: left;
    padding: 10px 0 10px 0;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.socials ul li:hover {
    -webkit-transform: translate(-110px, 0);
    -moz-transform: translate(-110px, 0);
    -ms-transform: translate(-110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(-110px, 0);
    background: #9e97c1;
}

.socials ul li:hover a {
    color: #fff;
}

.socials ul li:hover i {
    color: #fff;
    background: #e1b743;
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.socials ul li a {
    text-decoration: none;
    color: #fff;
}

.socials ul li i {
    margin-left: 10px;
    color: #000;
    background: #fff;
    padding: 7px 10px;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 15px;
    background: #fff;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

a.ncl {
    background: 0 0;
	background-image: unset!important;
    width: auto;
    padding: 0;
    border-radius: 0;
}

a.ncl:hover {
    background: 0 0;
}

.home-sec3 .blog-cntn {
    margin-top: 50px;
    padding-left: 0;
}

.home-sec3 .blog-cntn.pad-left {
    padding-left: 0px;
}

.home-sec3 .blog-cntn span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    top: 15px;
    right: 30px;
    background: #3da187;
    padding: 9px 16px;
    border-radius: 7px;
}

.home-sec3 .blog-cntn p {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    background: #fff;
    padding: 21px;
    line-height: 22px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

/*.home-sec3  .blog-cntn.right p{    padding: 31px 21px;}*/

.home-sec3 .blog-cntn a {
    border-radius: 100px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    background: #1657b5;
    padding: 13px 25px;
    margin-top: 30px;
    display: inline-block;
    position: relative;
}

.home-sec3 .blog-cntn a:after {
    content: '';
    width: 17px;
    height: 3px;
    background: #ffd200;
    display: inline-block;
    position: absolute;
    right: -9px;
    top: 21px;
}

#accordion {
    padding-top: 50px;
    : 50px;
    border-left: 1px solid #959595;
    padding-left: 47px;
}

.dbcareblg1 h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #000;
}

.dbcareblg1 p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}

.dbcareblg1 a {
    text-decoration: none;
    background-color: #cc0530;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
}

.dbcareblg1 {
    padding: 60px 0;
}

.dbcareblglst h3 {
    font-weight: bold;
    font-size: 22px;
    padding: 10px 15px;
    margin-bottom: 20px;
    background: rgb(3, 2, 68);
}

.dbcareblglst ul {
    padding-left: 17px;
}

.dbcareblglst ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    list-style-type: disc;
}

.dbcareblglst ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
}

.dbcareblglst ul li a:hover {
    color: #4b9d48;
    padding-left: 5px;
    transition: 0.5s all;
}

.dbcareblglst li.active a {
    color: #4b9d48;
}

.fstcrcrevce ul {
    padding: 0;
    margin: 0;
    min-height: 240px;
}

.fstcrcrevce ul li {
    list-style: none;
    vertical-align: top;
}

.fstcrcntus h5 span {
    display: block;
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
}


/*********************************************************
About Us
*********************************************************/
.drtoafndrb{
	padding:70px 0;
}
.drtoafndrbs{}
.drtoafndrbs h1{
	font-size: 28px;
    color: #d9ab35;
    font-weight: 500;
    text-transform: capitalize;
    font-family: Aulyars_Regular;
	margin:20px 0 0;
	padding:0px;

}
.drtoafndrbs h2{
	font-size: 60px;
    color: #bbb5db;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Aulyars_Regular';
	margin:0px;
	line-height: 0.8;
    margin-bottom: 17px;
}
.drtoafndrbs h2 span{
    font-size: 26px;
    font-weight: 300;
    color: #bbb5db;
  
  
    font-family: "Poppins", sans-serif;
}
.drtoafndrbs h3{
	font-size: 22px;
    color: #282828;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
	margin:0px;
	padding:10px 0 15px;
	line-height:32px;
}
.drtoafndrbs p{
	font-size: 16px;
    color: #282828;
    font-family: "Poppins", sans-serif;
	line-height:30px;
    font-weight: 400;
}
.drtoafndrbs_title h1{
	font-size: 39px;
    color: #d9ab35;
    font-weight: 600;
    text-transform: capitalize;
    font-family: Aulyars_Regular;
	margin:20px 0 15px;
	padding:0px;
}
.drtoafndrbs_title p{
	font-size: 18px;
    color: #282828;
    font-family: "Poppins", sans-serif;
	line-height:32px;
}
.know_more.founder {
    /* float: right; */
    padding-top: 10px;
}
.know_more {
    margin-top: 25px;
}
.know_more a {
    text-decoration: none;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 18px;
    color: #ffffff;
    background-image: linear-gradient(#ad8316, #e7d58b) !important;
    width: 200px;
    position: unset;
    border: none;
}

/************************************************
Wht Choose
************************************************/

.why_choose{
	padding:20px 0 50px;
}
.smile_desc {
    border: 1px solid #ffffff2b;
    padding: 20px 17px;
    margin: 7px 0;
	background-color: #bbb5db;
}
.smile_desc .smile_icon i {
    font-size: 44px;
    color: #e3bdb7;
}
.smile_desc h1 {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    padding: 0 0 10px 0;
    margin: 0px;
	font-family: Aulyars_Regular;
}
.smile_desc p {
    font-size: 15px;
    color: #fff;
	font-weight:300;
    line-height: 26px;
    margin: 0px;
	font-family: "Poppins", sans-serif;
}


/***********************************************
Review bg
***********************************************/

.review_bg{
	background:url(../img/review_bg.jpg) no-repeat;
	background-size:cover;
	padding:50px 0 0;
}

/***********************************************
Gallery
***********************************************/

.gallery{
	/* background:url(../img/review_bg.jpg) no-repeat; */
	/* background-size:cover; */
	 background: #bbb5db;
	padding:50px 0;
}
.gallery_logo{
	width:70px;
}
.innerpage{
    padding: 60px 0;
}
.sidebar{
    background: #000;
    padding: 10px;
}

.sidebar h1{
    background: #b6943a;
    padding: 10px 15px;
    color: #000;
    font-size: 35px;

}
.sidebar a{
    text-decoration: none;
}
.sidebar h3{
     font-family: Aulyars_Regular;
    padding: 0;
    color: #cccccc;
    font-size: 30px;
    position: relative;
}
.sidebar h3 i{
    position: absolute;
    right: 0;
    top: 20%;
    font-size: 14px;
}
.sidebar ul {
    margin: 0;
    padding: 0;
    padding-left: 15px;

}
.sidebar ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar ul li a{
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease;
    font-size: 14px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}
.sidebar ul li a:hover, .sidebar ul li a.active{
    color: #ffae00;
}
.serdetail img{
    margin-bottom: 18px;
}
.serdetail h1{
font-family: "Poppins", sans-serif;
 font-size: 25px;
 font-weight: 500;
    color: #000000;
    margin-top: 25px;
}
.serdetail p{
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
.serdetail ul{
    padding: 0;
    margin-left: 20px;
    margin-bottom: 0;
}
.serdetail ul li{
    color: #000000;
     font-weight: 300;
    font-family: "Poppins", sans-serif;
    padding-bottom: 8px;
}
.serdetail ul li:last-child{
    padding-bottom: 0;
}
.serdetail ul li b{
    color: #666;
}
.tagline1 h3{
    font-size: 30px;
    color: #B18f35;
    margin: 0;
    padding: 0;
    font-family: 'Aulyars_Regular';
}
strong {
    font-weight: 700;
    font-size: 17px;
}


