@charset="utf-8";
body {
    margin: 0;
    padding: 0;
    font-size:16px;
    font-family: 'poppinsregular';
    font-weight: normal;
   font-style: normal;
    overflow-x: hidden;
}
img {
    max-width: 100%
}
a:hover {
    text-decoration: none;
}
/*a:focus, a:hover {
  color: #fff;
  text-decoration: none;
}*/
a:focus {
    outline: none;
    outline-offset: 0px;
}
* {
  margin: 0;
  padding: 0;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  
  font-style: normal;
  font-weight: normal;
}

p
{
   font-family: 'pt_sansregular';
  font-weight: normal;
  font-style: normal;
  font-size:16px;
  color:#828282;
}


/*
  ======================
  fonts kit Start Here
  ======================
*/

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/pts55f-webfont.woff2') format('woff2'),
         url('../fonts/pts55f-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*
  ======================
  fonts kit Close Here
  ======================
*/

/*
  ======================
  landing page Start Here
  ======================
*/

html::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

html::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear,left top,left bottom,from(#ffc107),to(#ffc107));
    background: linear-gradient(to bottom,#ffc107,#ffc107);
    border-radius: 30px;
    -webkit-box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25);
    box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25);
}
html::-webkit-scrollbar-track {
    background: linear-gradient(to right,#000000,#000000 1px,#000000 1px,#000000);
}
/*** Header Styles ***/
header {
  display: -webkit-box;
  display: flex;
}

/*** Navigation Styles ***/
nav {
  height: 117px;
  background: #46b2f0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: fixed;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav.navShadow {
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  height: 60px;
}
nav.navShadow .logo img {
    height: 60px;
}
.logo {
    transition: all .3s ease;
    display: block;
    width: auto;
    box-sizing: border-box;
    background-color: #fff;
    margin-left: 80px;
    box-shadow: 0 5px 8.1px 1.9px rgba(0,0,0,.34);
    position: absolute;
    padding: 15px 7px 15px 7px;
    top: 0;
}
nav.navShadow #word-mark {
  opacity: 0;
}



#brand {
  padding-left: 40px;
}

#logo {
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

#word-mark {
  width: 120px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  margin-left: 20px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*** Menu Styles ***/
#menu {
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
}

a.group_header_link.mobile_bilstein {
    display: none;
}

#menu-toggle {
  width: 55px;
  height: 55px;
  background: #2ea8ee;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
#menu-toggle:hover .bar {
  width: 25px;
}
#menu-toggle.closeMenu .bar {
  width: 25px;
}
#menu-toggle.closeMenu .bar:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
#menu-toggle.closeMenu .bar:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
#menu-toggle.closeMenu .bar:last-child {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

.bar {
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bar:nth-child(2) {
  width: 20px;
  margin: 5px 0;
}
.bar:last-child {
  width: 15px;
}

/*** Hero Section Styles ***/
#hero-section {
  width: 100vw;
  height: calc(100vh - 160px);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 160px;
}

#head-line {
  width: 520px;
  height: 30px;
  background: #fff;
  border-radius: 90px;
  position: relative;
}
#head-line:before, #head-line:after {
  content: "";
  height: 30px;
  border-radius: 90px;
}
#head-line:before {
  width: 360px;
  background: #fff;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#head-line:after {
  width: 200px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -60px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}



#heading {
  width: 120px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  margin-top: 40px;
}


#youtube {
  position: fixed;
  right: 2vw;
  bottom: 2vh;
  font-size: 30px;
  color: #fff;
}

.nav_main ul {
    width: 100%;
    display: inline-flex;
    text-align: right;
}
.nav_main ul li a {
    margin: 0 0 0 0;
    color: #ffcc2a;
    font-family: 'pt_sansregular';
    font-weight: 700;
    font-style: normal;
    padding: 10px 35px;
    border: 1px solid transparent;
    font-size: 16px;
}
.top_bg .bg-dark {
    background-color: #ffffff!important;
    border-top: 8px solid #ffc107;
    padding: 6px 6px 6px 8px;
    box-shadow: 0 5px 8.1px 1.9px rgba(0,0,0,.34);
}
.top_bg .navbar-collapse {
    flex-grow: unset;
    margin-left: 390px;
}
.container-fluid-custom {
    max-width: 80%;
    margin: 0 auto;
    width:100%;
}
.group_header_link {
    position: absolute;
    right: 50px;
    top: 0;
      width: 238px;
    height: 33px;
    text-indent: -9000px;
    transition: top .3s ease;
}

.group_header_link:before {
    content: '';
    display: block;
    width: 270px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    background: url(../images/bharatlite.png) no-repeat;
    background-size: 100% 100%;
}
.btn_all {
    background: #ffffff;
    color: #7f7d7d;
    font-family: 'pt_sansregular';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 11px 36px;
    outline: none;
    border: 3px solid #2997c1;
    margin: 0 16px 0 0;
}
.btn_all:hover
{
  background: #1a55a3;
  color: #ffffff;
}
.language_icon {
    background: #ffffff;
    color: #7f7d7d;
    font-family: 'pt_sansregular';
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    outline: none;
    border: 3px solid #ffc107;
    text-align: center;
    margin: 0 0 0 3px;
    display: inline-flex;
    padding: 4px 4px;
}
.language_icon img {
    height: 17px;
    margin: 0 0 0 0;
}
.mobile_language
{
  display: none;
}
header {
    padding: 15px 0 0 0;
}
header a:focus {
    color: #7f7d7d;
}
.caption {
    width: 100%;
    max-width: 40%;
    display: table;
    height: 771px;
    margin-left: 60px;
}
.inner_caption {
    display: table-cell;
    vertical-align: middle;
}
.caption h1
{
    font-family: 'poppinsbold';
    font-weight: normal;
    font-style: normal;
    font-size: 35px;
    color: #ffffff;
}
.caption p
{
 font-family: 'pt_sansregular';
  font-weight: normal;
  font-style: normal;
  font-size:16px;
  color:#ffffff;
  margin-bottom: 30px;
}
.down_arrow {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 54px;
}
section.planning_travels_sec {
    margin: 60px 0 0 0;
}
.planning_flow {
    transform: translate(0px, 0px);
    transition: all 0.2s ease-in-out 0s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    max-width: 97%;
    margin: 0 auto;
}
.count_box {
    box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
    padding: 16px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px 10px;
}
.planning_flow:hover {
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.7);
    position: relative;
    transform: translate(-5px, -15px);
    transition-delay: 0s;
    z-index: 100;
    cursor: pointer;
}
.heading_content {
    text-align: center;
    margin: auto;
    max-width: 46%;
    width: 100%;
}
.heading_content h2
{
    font-family: 'poppinsbold';
    font-weight: normal;
    font-style: normal;
    font-size: 35px;
    color: #4b4b4b;
    margin: 15px 0 0 0;
}
.heading_content p
{
 font-family: 'pt_sansregular';
  font-weight: normal;
  font-style: normal;
  font-size:16px;
  color:#828282;
  margin-bottom: 30px;
}
.social_media_sec {
    margin: 50px 0 0 0;
    position: relative;
    background: url(../images/social_bg.png) no-repeat bottom;
    padding-bottom: 50px;
    background-size: contain;
}
.left_right_shape:after {
    background: url(../images/shape_left.png) no-repeat; 
    position: absolute;
    content: "";
    left: 0;
    height: 532px;
    top: 0;
    width: 135px;
}
.left_right_shape:before {
    background: url(../images/shape_right.png) no-repeat; 
    position: absolute;
    content: "";
    right: 0;
    height: 612px;
    top: 200px;
    width: 118px;
}
.men_sketch {
    margin: 52px 0 0 0;
}
.client_lead_sec {
    position: relative;
    padding: 100px 0 0 0;
}
.client_lead_sec:after {
    background: url(../images/shape_left.png) no-repeat; 
    position: absolute;
    content: "";
    left: 0;
    height: 532px;
    top: 150px;
    width: 135px;
}
.client_lead_sec:before {
    background: url(../images/shape_right.png) no-repeat; 
    position: absolute;
    content: "";
    right: 0;
    height: 612px;
    top: 600px;
    width: 118px;
}
.agency_management
{
  position: relative;
}
.agency_management:after {
    background: url(../images/shape_left.png) no-repeat; 
    position: absolute;
    content: "";
    left: 0;
    height: 532px;
    top: 150px;
    width: 135px;
}
.agency_management_content {
    text-align: center;
    margin: 0 auto;
}
.client_leads_infographic {
    text-align: center;
    margin: 0 auto;
}
section.get_reports_sec {
    position: relative;
    margin: 100px 0 0 0;
}
.carousel {
    position: relative;
    margin: 100px 0 0 0;
}
footer {
    background: url(../images/footer_bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
footer p
{
  color: #ffc107;
}

.footer_links ul {
    margin: 0;
    padding: 0;
}
.footer_links ul li {
    margin: 0;
    list-style: none;
    padding: 5px 0 5px 0;
}
.footer_links ul li a {
    list-style: none;
    font-family: 'pt_sansregular';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    position: relative;
    color: #ffffff;
    padding-left: 13px;
}
.footer_links ul li a:hover
{
  color: #4cd7f1;
     padding-left: 20px;
    transition: all 0.3s ease 0s;
}


ul.footer-social li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 40px;
    width: 40px;
    background: #ffffff;
      -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
ul.footer-social li a {
    color: #bd4247;
}
ul.footer-social li a:hover {
    color: #fffff;
}
ul.footer-social li:hover {
    background: #ffc107;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
     -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    border-radius: 3px;
}
ul.footer-social {
    margin: 0 0 auto;
    text-align: center;
    padding: 14px 0 17px 0;
    display: block;
}

ul.footer-social li a i:hover {
    color: #ffffff;
}
.call_text {
    color: #ffffff;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin: 0 0 10px 0;
     font-family: 'pt_sansregular';
    font-weight: normal;
    font-style: normal;
}

.waitlist_form_outer {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}
.waitlist_form_outer form.form-inline {
    display: inline-flex;
}
.waitlist_form_outer input.form-control {
    font-family: 'pt_sansregular';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #828282;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    height: 48px;
    border: 1px solid #e4e3e3;
   padding-left: 30px;
}
.waitlist_form_outer .btn_all {
    padding: 7px 42px;
}

.contact_outer .form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.contact_outer .form-label-group > input,
.contact_outer .form-label-group > label {
 height: 60px;
    color: #919191;
    font-size: 18px;
    margin: 0 0 18px 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: transparent;
    font-family: 'pt_sansregular';
    font-weight: normal;
    font-style: normal;
    padding: 16px 20px;
}

.contact_outer .form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.contact_outer .form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.contact_outer .form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.contact_outer .form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.contact_outer .form-label-group input::-moz-placeholder {
  color: transparent;
}

.contact_outer .form-label-group input::placeholder {
  color: transparent;
}

.contact_outer .form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.contact_outer .form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}
.contact_outer textarea.form-control {
    height: auto;
    color: #919191;
    font-size: 18px;
    padding: 16px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px !important;
    border: transparent;
    font-family: 'pt_sansregular';
    font-weight: normal;
    font-style: normal;
}
/*
  ======================
  Our photo gallery start here
  ======================
*/
.galler_content {
    margin: 0 0 40px 0;
}
.galler_outer {
    margin: 150px 0 0 0;
}
.galler_content h1 {
    color: #303036;
    font-family: 'courgetteregular';
    font-weight: normal;
    font-style: normal;
    font-size: 48px;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 551px;
    margin: 0 auto;
}

.gallery_ovrly {
    margin: 0 0 10px 0;
}
.gallery_ovrly_product {
    margin: 0 0 30px 0;
}

.arrow_shape
{
 position:relative;
}


.arrow_shape:after {
    position: absolute;
    content: "";
     background : url(../images/gallery_top_arrow.png) no-repeat;
    height: 51px;
    width: 305px;
    left: 0;
    right: 0;
    top: 104px;
    margin: 0 auto;
    z-index: 1;
}
.arrow_shape:before {
    position: absolute;
    content: "";
     background : url(../images/gallery_top_bottom.png) no-repeat;
    height: 51px;
    width: 305px;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: 0 auto;
    z-index: 1;
    
}
.ovrly27.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.content-details.fadeIn-top {
    display: none;
}

.ovrly27:hover .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 1;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.content-details h3 {
    color: #ffffff;
    font-size: 26px;
    font-family: 'Gotham';
    font-weight: 500;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}
.content-details p {
    font-size: 15px;
    color: #ffffff;
    font-family: 'Gotham';
    font-weight: 300;
    font-style: normal;
    text-align: center;
}
.ovrly27 {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: grid;
}
.ovrly27 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.content-details h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.content-details a {
    color: #ffc107;
    margin: 0 4px;
    font-size: 18px;
    line-height: 1;
    background-color: #fff;
    padding-top: 7px;
    border-radius: 50px;
    text-align: center;
    width: 36px;
    height: 35px;
    display: inline-block;
    transition: 0.3s;
}
.ovrly27 .ovrly {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 193, 7, 0.82);
    height: 100%;
    position: absolute;
    width: 100%;
    left: 50%;
    top: -50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}
.ovrly27:hover .ovrly {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}
.content-details.fadeIn-top img {
    width: auto;
}
.gallery_pad_none {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
/*
  ======================
  Our photo gallery close here
  ======================
*/


/*
  =========================================
  Footer Section start here
   =========================================
*/

.menu_box1 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    height: 300px;
    width: 300px;
    cursor: pointer;
    margin: 10px auto;
    margin-bottom: 10px;
    display: table;
    text-align: center;
    margin-left: 15px;
}
.menu_box1 a {
    vertical-align: middle;
    display: table-cell;
    color: #000000;
    float: left;
    width: 100%;
    margin: 13px 0 0 0;
}
.menu_box1:hover a {
    vertical-align: middle;
    display: table-cell;
    color: #ffffff;
}
.menu_box1:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  background: #5a5e61;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 12px solid #ffffff;
  box-shadow: 0 45px 60px -50px #000000;
}
.btn_viw {
    background: #ffc107;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 47px;
    font-family: 'poppinsregular';
    font-weight: normal;
    font-style: normal;
    margin: 10px 0 0 0;
    border: transparent;
    display: inline-block;
}
.btn_viw:hover {
    background: #000000;
     border: transparent;
     color: #ffffff;
}
.btn_viw:focus {
    background: #ffc107;
     border: transparent;
}
.btn_viw:active {
    background: #ffc107;
     border: transparent;
}
footer .form__input {
    color: #919191;
    font-size: 18px;
    height: 62px;
    margin: 0 0 18px 0;
    padding: .375rem 1.75rem;
       -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: transparent;
     font-family: 'pt_sansregular';
    font-weight: normal;
   font-style: normal;
  transition: border-color .3s;
}
footer .form__input--area:focus {
    border-color: rgba(63,44,92,.3);
}
footer .form__input:focus+.form__label, .is-focused+.form__label {
    transform: translate3d(0,-2.5rem,0) scale(.85);
    top: 17px;
    color: #f00;
}
footer .form__label {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 2.5rem;
    padding: 0 .5rem;
    cursor: text;
    transform-origin: 0 50%;
    transform: translateZ(0) scale(1);
    transition: transform .4s cubic-bezier(.215,.61,.355,1);
}
footer .form__label abbr {
    text-decoration: none;
    border-bottom: none;
}
label.form__label {
    top: 0;
}
footer .input_style2 {
    color: #919191;
    font-size: 18px;
    padding: .375rem 1.75rem;
       -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px !important;
    border: transparent;
     font-family: 'pt_sansregular';
    font-weight: normal;
   font-style: normal;
   border: transparent;
       height: auto;

}
.footer_outer_bg {
    margin: 34px 0 0 0;
}
.footer_logo {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    top: 0;
    z-index: 2;
}
.social_outer {
    position: relative;
    z-index: 11;
    width: 100%;
}
.footer_mar
{
  margin:0 0 0 0;
}

.footer_outer_bg .contact_form {
    margin:168px 0 0 0;
    z-index: 99;
    position: relative;
}
.footer_outer_bg .address {
    margin: 168px 0 0 0;
    position:relative;
    z-index: 1;
}
.footer_outer_bg .contact_form h2 {
     font-family: 'poppinsregular';
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    color: #ffffff;
    margin: 0 0 50px 0;
}
.footer_outer_bg .address h3 {
     font-family: 'poppinsregular';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    color: #ffffff;
    margin: 276px 0 0 0;
}
.footer_outer_bg .address p {
    font-family: 'pt_sansregular';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #8a8a8a;
}

.footer_outer_bg .contact_form .btn_submit {
    background: #ffc107;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 47px;
    font-family: 'poppinsregular';
    font-weight: normal;
    font-style: normal;
    margin: 20px 0 0 0;
    border: transparent;
}
.footer_outer_bg .contact_form .btn_submit:hover {
    background: #ffc107;
     border: transparent;
}
.footer_outer_bg .contact_form .btn_submit:focus {
    background: #ffc107;
     border: transparent;
}
.footer_outer_bg .contact_form .btn_submit:active {
    background: #ffc107;
     border: transparent;
}
.call_text {
    color: #8a8a8a;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
}

ul.footer-social li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 30px;
    width: 30px;
    background: #ffffff;
      -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
ul.footer-social li a {
    color: #bd4247;
}
ul.footer-social li:hover .fa{
    color: #fffff !important;
}

ul.footer-social li:hover {
    background: #ffc107;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
     -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    border-radius: 3px;
}

ul.footer-social li a i {
    color: #000000;
    margin: 7px 0 0 0;
}
ul.footer-social li a i:hover {
    color: #ffffff;
}

/*
  =========================================
  Footer Section close here
   =========================================
*/

/*
  =========================================
    product page css start here
   =========================================
*/

.inner_banner
{
  background: url(../images/inner_banner.jpg) no-repeat;
  width: 100%;
  height: 273px;
  margin: 90px 0 40px 0;
  padding: 80px 0 0 0;
      background-size: cover;
}
.inner_banner h4 {
    font-family: 'poppinsbold';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    color: #ffffff;
}

.inner_banner_about
{
  background: url(../images/about_inner_banner.jpg) no-repeat;
  width: 100%;
  height: 273px;
  margin: 90px 0 40px 0;
  padding: 80px 0 0 0;
      background-size: cover;
}
.inner_banner_about h4 {
    font-family: 'poppinsbold';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    color: #ffffff;
}
.inner_banner_contact
{
  background: url(../images/contact_Inner_banner.jpg) no-repeat;
  width: 100%;
  height: 400px;
  margin: 90px 0 40px 0;
  padding: 80px 0 0 0;
      background-size: cover;
}
.inner_banner_contact h4 {
    font-family: 'poppinsbold';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    color: #ffffff;
}
.sidebar {
    margin-bottom: 30px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(33,37,41,.15)!important;
    padding-top: 24px;
}
.pagenation_outer {
    float: right;
    margin: 24px 0 24px 0;
    display: inline-block;
}
.pagenation_outer a.page-link {
    color: #322c2c;
}

.contact_outer_page.contact_outer .form-label-group > input, .contact_outer .form-label-group > label {
    height: 60px;
    color: #919191;
    font-size: 18px;
    margin: 0 0 18px 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: transparent;
    font-family: 'pt_sansregular';
    font-weight: normal;
    font-style: normal;
    padding: 16px 20px;
    border: 1px solid #dddddd;
}

.contact_outer_page .contact_outer textarea.form-control {
    height: auto;
    color: #919191;
    font-size: 18px;
    padding: 16px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px !important;
    border: transparent;
    font-family: 'pt_sansregular';
    font-weight: normal;
    font-style: normal;
    border: 1px solid #dddddd;
}

.contact_outer_page .contact_form .btn_submit {
    background: #ffc107;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 47px;
    font-family: 'poppinsregular';
    font-weight: normal;
    font-style: normal;
    margin:0 0 20px 0;
    border: transparent;
}
.contact_outer_page .address {
    margin: 46px 0 0 0;
}

/*------------------------------------------*/
/*      10 - SideBar Styles
/*------------------------------------------*/
/* .left-sidebar{
  width:22%;
}
 */.sidebar {
    margin-bottom: 30px;
}
.main_content{
  width:53%;
}
.sidebar a {
  color: #303030;
}

.sidebar .widget {
    overflow: hidden;
    margin-bottom: 50px;
}

.sidebar .widget ul {
  margin: 0;
}

.widget-search input[type="search"] {
    position: relative;
  margin: 0;
  float: left;
  height: 37px;
  line-height: 37px;
  width: calc(100% - 38px);
  border-right: none;
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
}

.widget-search .search-btn {
  display: inline-block;
  width: 38px;
  height: 37px;
  border: none;
  color: #fff;
  font-size: 1.2em;
  line-height: 36px;
  text-align: center;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
  transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.widget-search .search-btn:hover {
  background-color: #444;
}
.sidebar .widget h4 {
    padding-bottom: 8px;
    margin-bottom: 16px;
    position: relative;
    font-family: 'poppinsbold';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
}

.sidebar .widget h4 .head-line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 2px;
  background-color: #ddd;
  margin: 0;
}

.widget-categories ul li a {
  padding: 8px 0;
    text-decoration: none;
    display: block;
  border-bottom: 1px solid #eee;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


.widget-categories ul li:first-child a {
  padding-top: 10px;
}

.widget-categories ul li a:hover {
  padding-left: 8px;
  background-color:#f1f1f1;
  border-left:2px solid #ffc107;
}
.widget-categories ul li a.active {
padding-left: 18px;
border-left:2px solid #ffc107;
background-color:#f1f1f1;
/*font-size:20px;*/
}

.sidebar .widget-popular-posts li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.sidebar .widget-popular-posts li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.sidebar .widget-popular-posts .widget-thumb {
  float: left;
  margin-right: 8px;
  border: 3px solid #eee;
  border-radius: 2px;
  -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.sidebar .widget-popular-posts .widget-thumb img {
  width: 65px;
  height: 65px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sidebar .widget-popular-posts .widget-thumb:hover img {
  opacity: 0.7;
}

.sidebar .widget-popular-posts .widget-content h5 {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 5px;
  font-weight: 300;
}

.sidebar .widget-popular-posts .widget-content span {
  /*color: #bbb;*/
  color:#707070;
  font-size: 12px;
}

.sidebar .tagcloud a {
    display: inline-block;
    color: #666;
    font-size: 12px;
    padding: 4px 10px;
    background: #eee;
  margin-bottom: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sidebar .tagcloud a:hover {
    color: #fff;
}
/*
  =========================================
    product page css start here
   =========================================
*/