/*------------------------------------------------------------------
IMPORT FONTS
font-family: 'Barlow', sans-serif;
font-family: 'Barlow Condensed', sans-serif;
font-family: 'Poppins', sans-serif;
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;800;900&family=Barlow:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;400i;500;600;700;800;900&display=swap');

/*------------------------------------------------------------------
SKELETON
-------------------------------------------------------------------*/
body {
color: #999;
font-size: 20px;
font-family: 'Poppins', sans-serif;
line-height: 35px;
color: #283140;
}
p{
font-size: 19px;
line-height: 35px;
color: #283140;
    font-weight: 400;
font-family: 'Poppins', sans-serif;
margin-bottom: 0rem;
}
a {
color: #292728;
text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Barlow', sans-serif;
color: #283140;
    margin-bottom: 0;
}
h1 {
    font-size: 100px;
    line-height: 115px;
    font-weight: 800;
}
h2 {
 font-size: 85px;
    line-height: 90px;
    font-weight: 800;
}
h3 {
 font-size: 65px;
     line-height: 70px;
    font-weight: 800;
}
h4 {
 font-size: 55px;
    line-height: 60px;
    font-weight: 800;
}
h5 {
 font-size: 50px;
    line-height: 65px;
    font-weight: 800;
}
h6 {
 font-size: 40px;
    line-height: 55px;
    font-weight: 700;
}


.fontw400{
    font-weight: 400!important;
}
.fontw500{
    font-weight: 500!important;
}
.fontw600{
    font-weight: 600!important;
}
.fontw700{
    font-weight: 700!important;
}
.fontw800{
    font-weight: 800!important;
}

.colorw{
    color: #ffffff!important;
}
.colorb{
    color: #04132d!important;
}
/*------------------------------------------------------------------
PADDING/MARGIN CSS
-------------------------------------------------------------------*/
.padtop05{
padding-top: 05px;
}
.padtop10{
padding-top: 10px;
}
.padtop15{
padding-top: 15px;
}
.padtop20{
padding-top: 20px;
}
.padtop30{
padding-top: 30px;
}
.padtop35{
padding-top: 35px;
}
.padtop40{
padding-top: 40px;
}
.padtop45{
padding-top: 45px;
}
.padtop50{
padding-top: 50px;
}
.padtop60{
padding-top: 60px;
}
.padtop70{
padding-top: 70px;
}
.padtop80{
padding-top: 80px;
}
.padtop90{
padding-top: 90px;
}
.padtop100{
padding-top: 100px;
}
.padtop120{
padding-top: 120px;
}
.padtop280{
padding-top: 275px;
}
.padbot20{
padding-bottom: 20px;
}
.padbot30{
padding-bottom: 30px;
}
.padbot40{
padding-bottom: 40px;
}
.padbot50{
padding-bottom: 50px;
}
.padbot60{
padding-bottom: 60px;
}
.padbot80{
padding-bottom: 80px;
}
.padbot100{
padding-bottom: 100px;
}
.padbot120{
padding-bottom: 120px;
}
.padbot155{
padding-bottom: 155px;
}
.padleft10{
    padding-left: 20px;
}
.padleft10f{
    padding-left: 9px;
}
.padright10f{
    padding-right: 9px;
}
.padleft20f{
    padding-left: 20px;
}
.padright20f{
    padding-right: 20px;
}
.padright44 {
    padding-right: 44px;
}
.padright64 {
    padding-right: 36px;
}
.padlr35{
    padding-left: 45px;
    padding-right: 45px;
}
.mrtop3{
    margin-top: 3px;
}

.mrtopm11 {
    margin-top: -18px;
}
.mrtopm14 {
    margin-top: -15px;
}
.mrtopm23{
    margin-top: -25px;
}
.mrtopm47 {
    margin-top: -47px;
}
.mrtopm62 {
    margin-top: -62px;
}

.mrbotm45 {
    margin-bottom: -45px;
}
.mrleftm10 {
    margin-left: -10px;
}
.mrleftm25 {
    margin-left: -50px;
}
/*------------------------------------------------------------------
HEADER
-------------------------------------------------------------------*/
.header_style_01{
position: absolute;
top: 0px;
width: 100%;
background-repeat: no-repeat;
background-position: 8em 0em;
z-index: 3;
    background: #ffffff;
height: 90px;
padding: 21px 0px;
    border-bottom: none;
        box-shadow: 0px 0px 20px 0px #d8d8d8;
}
.header_style_01 .header-nav{
}
.header-nav .navbar-toggler span {
background: #ffffff;
}
.header-nav .navbar-brand {
color: #111111;
font-weight: 800;
position: relative;
font-size: 23px;
}
.header-nav .navbar-brand span {
width: 6px;
height: 6px;
border-radius: 50%;
position: absolute;
bottom: 12px;
right: -9px;
float: left;
}
.right-btn a{
display: inline-block;
padding: 5px 20px;
font-size: 18px;
border: 1px solid #ffffff;
color: #ffffff;
background-color: #335cbb;
line-height: 25px;
float: right;
font-weight: 500;
}
.right-btn a:hover{
background-color: #335cbb;
color: #ffffff;
border: 1px solid #335cbb;
}
/*Navbar Toogle*/
.navbar-toggler {
background: #e15643;
border: none;
padding: 10px 6px;
outline: none !important;
}
.navbar-toggler span {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
background: #fff;
}
.navbar-toggler span + span {
margin-top: 4px;
}
.navbar{
    padding: 0;
}
/**/
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 5px 5px 0px 6px;
margin: 0px 5px;
font-size: 21px;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
        transition: all 0.5s;
/*border-bottom: 3px solid #ffffff;*/
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
background: none;
color: #e15643;
        transition: all 0.5s;
/*border-bottom: 3px solid #e15643;*/
}
.navbar-expand-lg .navbar-nav .nav-link.active{
background: none;
color: #e15643;
border-radius: 0px;
/*border-bottom: 3px solid #e15643;*/
}
.navbar-nav li:last-child a{
    border: solid 2px #e15643;
    color: #e15643!important;
    line-height: 25px;
    border-radius: 5px;
    padding: 10px 15px!important;
    text-decoration: underline;
    margin-left: 10px!important;
}
.navbar-nav li:last-child a:hover{
   background: #e15643!important;
       color: #ffffff!important;
}
.header_style_01 .navbar-brand {
padding: 0px 15px 0 0px;
height: auto;
}
.header_style_01 .navbar-brand img {
width: auto;
}
.header_style_01 .navbar-default .navbar-nav > li > a {
border-radius: 0;
color: #222222;
font-size: 18px;
font-style: normal;
font-weight: 500;
text-transform: capitalize;
background-color: transparent;
}
.header_style_01 .navbar-default .navbar-nav > li a {
background-color: transparent !important;
}
.header_style_01 .navbar-default .navbar-nav > li:hover a,
.header_style_01 .navbar-default .navbar-nav > li:focus a {
color: #e15643;
}
.header_style_01 .navbar-right > li {
margin-top: 2px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.header_style_01 .navbar-right > li > a {
padding-bottom: 10px;
padding-top: 10px;
}
li.social-links {
margin: 0 8px;
display: inline-block;
font-size: 20px;
}
li.social-links a {
padding: 0px 0 !important;
color: #ffffff;
display: inline-block;
}
li.social-links a:hover {
color: #e15643;
}
.header_style_01.fixed-menu{
position: fixed;
visibility: hidden;
left: 0px;
top: 0px;
height: 72px;
width: 100%;
background: #ffffff;
z-index: 0;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
z-index: 999;
opacity: 1;
visibility: visible;
-ms-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-op-animation-name: fadeInDown;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-ms-animation-duration: 500ms;
-moz-animation-duration: 500ms;
-op-animation-duration: 500ms;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
-ms-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-op-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-ms-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-op-animation-iteration-count: 1;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.header_style_01.fixed-menu{
padding: 12px 0px;
    border-bottom: 0;
box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
}
.navbar-nav li {
position: relative;
}
.navbar-nav span {
font-size: 24px;
position: absolute;
right: 2px;
top: 13px;
}

body.app_version .header_style_01.fixed-menu{
top: 0px;
}

/*------------------------------------------------------------------
intro section
-------------------------------------------------------------------*/
.headerbg{
    background: #f4f5f8 url(../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.font21{
    font-size: 21px;
    line-height: 38px;
    border-left: solid 4px #e15643;
    padding-left: 25px;
}
.font14{
    font-size: 14px;
    font-weight: 400;
}
.font17{
    font-size: 17px;
    line-height: 25px;
}
.font22{
    font-size: 22px;
}
.pera-font21{
    font-size: 21px;
}
/*------------------------------------------------------------------
testimonial section
-------------------------------------------------------------------*/
.test-font21{
    font-family: 'Merriweather', sans-serif;
    font-size: 20px;
    line-height: 40px;
    font-style: italic;
}
.testbox{
    background: #ffffff;
    border-radius: 5px;
    padding: 35px 40px;
}
/*------------------------------------------------------------------
 section
-------------------------------------------------------------------*/
.font23{
    font-size: 23px;
    font-weight: 600;    
    border-left: solid 4px #e15643;
    padding-left: 20px;
}
.font25{
    font-size: 25px;
    font-weight: 500;
}
.font37{
    font-size: 37px;
    color: #e15643;
}
.font35{
    font-size: 35px;
    font-weight: 500;
}
.text-mr{
    margin-top: -25px;
}
.whtbox{
   background: #ffffff url(../images/vinay-pic-1.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #d8d8d8;
    padding: 0px 65px 0px 65px;
}
.whtbox2{
      background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 0px 20px 0px #d8d8d8;
    padding: 35px 35px;
}
.org-box{
    background: #e15a48;
     border-radius: 3px;
    box-shadow: 0px 0px 20px 0px #d8d8d8;
    padding: 35px 35px;
}
.blue-bg{
    background: #283140;
}
.arrow-btm {
    margin-bottom: -64px;
    margin-left: 5px;
}
.lite-bg{
    background: #f4f5f8;
}
.box-mr-top{
        margin-top: -85px;
    position: relative;
    left: 40px;
}

.text-mr-top {
    z-index: 1;
    position: relative;
    top: -32px;
}
.lite-bluebg{
    background: #335cbb;
    padding: 30px 50px;
}
.lite-bluebg2{
    background: #f4f5f8;
    padding: 40px 50px;
}
.lite-bluebg3{
    background: #f4f5f8;
    padding: 40px 50px 40px 0px;
}
.wht-box{
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px #d8d8d8;
    padding: 0px 60px 80px 70px;
}
.wht-box2{
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px #d8d8d8;
    padding: 45px 45px;
}
.blue-text{
    font-size: 20px;
    background: #335cbb;
    padding: 5px 20px;
    border-radius: 3px;
    font-weight: 500;
    display: inline-block;
    color: #ffffff;
}
.social-link a:hover{
    opacity: 0.5;
}

.dot-pattern {
    padding-left: 19px;
    padding-top: 50px;
}
/*------------------------------------------------------------------
 book section
-------------------------------------------------------------------*/
.book-bg{
      background: #f4f5f8;
    border: solid 1px #d4d5d9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
   padding: 25px 12px 25px 0px;
}
.form-bg{
      background: #d4d5d9;
    border: solid 1px #d4d5d9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
   padding: 25px 85px;
}
.form-bg2{
      background: #283140 url(../images/vinay-pic-3.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.form-box{
  background: #ffffff;
    padding: 65px 65px;  
    border-radius: 5px;
}
.book-pad{
    padding: 65px 75px 85px 75px;
}
.bg-grey-wht {
    background: linear-gradient(to bottom, #ffffff 78%, #ebeef2 22%);
}
.bg-grey{
    background: #ebeef2;
}
.mailicon {
    margin-left: 20px;
    position: relative;
    top: 52px;
    z-index: 5;
}
.form-select-text1 {
    border: none;
    color: #283140 !important;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    width: 100%;
    border-radius: 3px;
    padding: 10px 20px 10px 25px;
    /* padding-bottom: 40px; */
}
.form-select-text2 {
    border: solid 1px #d4d5d9;
    color: #283140 !important;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    width: 100%;
    border-radius: 3px;
    padding: 10px 20px 10px 25px;
    /* padding-bottom: 40px; */
}
.form-select-text3 {
    border: solid 1px #d4d5d9;
    color: #283140 !important;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    width: 100%;
    border-radius: 3px;
    padding: 17px 20px;
}
.form-submit1 {
background: #e15a48;
color: #ffffff;
 border:none;
transition: all 0.5s;
position: relative;
font-family: 'Barlow', sans-serif;
text-align: center;
border-radius: 5px;
padding: 19px 20px;
width: 100%;
font-size: 35px;
cursor: pointer;
text-transform: uppercase;
font-weight: 700;
}
.form-submit1 a{
color: #f4b921;
}
.form-submit1:hover {
background: #2364cc;
}
.form-submit2 {
background: #e15a48;
color: #ffffff;
 border:none;
transition: all 0.5s;
position: relative;
font-family: 'Barlow', sans-serif;
text-align: center;
border-radius: 5px;
padding: 10px 20px;
width: 100%;
font-size: 24px;
cursor: pointer;
text-transform: uppercase;
font-weight: 700;
}
.form-submit2 a{
color: #f4b921;
}
.form-submit2:hover {
background: #2364cc;
}
.call-book {
background: #f4b921;
color: #3d4652;
 border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 3px #235457;
transition: all 0.5s;
position: relative;
font-family: 'Barlow', sans-serif;
text-align: center;
border-radius: 5px;
padding: 10px 28px;
font-size: 23px;
cursor: pointer;
text-transform: uppercase;
font-weight: 800;
    transition: all 0.5s !important;
}
.call-book a{
color: #f4b921;
    transition: all 0.5s !important;
}
.call-book:hover {
background: #235457;
    color: #ffffff;
    transition: all 0.5s !important;
}
input::placeholder {
color: #283140;
}
.test-font23{
    font-size: 23px;
    font-family: 'Lora', serif;
    font-style: italic;
}
.test-font16{
    font-size: 16px;
    color:#143973;
    line-height: 23px;
}
.errorfont{
    color: red;
    padding-left: 20px;
    font-size: 13px;
}
.box-green4:hover .font25-yellow{
    color: #ffffff;
}
.box-green3:hover .font25-yellow{
    color: #ffffff;
}
.newl:hover .font18{
    color: #f4b921;
}
.arrow-blue-mr {
    margin-bottom: -86px;
    margin-left: 112px;
}
.pattern-bg{
    background: url(../images/pattern.jpg);
    background-repeat: repeat-x;
    background-position: bottom center;
}
/*------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------*/
.footerbg{
    background: #f4f5f8;
}
.footerbg2{
    background: #283140;
}
.footertb50{
    padding-top: 100px;
    padding-bottom: 90px;
}
.footerfont p{
         font-family: 'Barlow Condensed', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
        display: inline-block;  
     transition: all 0.5!important;
       -webkit-transition: all 0.5!important;
}
.footerfont a{
  transition: all 0.5!important;
       -webkit-transition: all 0.5!important;
}
.footerfont a:hover{
    color: #335cbb;
    transition: all 0.5!important;
       -webkit-transition: all 0.5!important;
}
.footerbg2 p{
  font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #a0abb9;
    font-weight: 500;
     padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5!important;
       -webkit-transition: all 0.5!important;
}
.footerbg2 a{
    color: #a0abb9;
transition: all 0.5!important;
       -webkit-transition: all 0.5!important;
}
.footerbg2 a:hover{
    color: #ffffff;
transition: all 0.5!important;
       -webkit-transition: all 0.5!important;
}
.font16{
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    color: #86909c;
    font-weight: 500;
}
.dmtop {
background-color: #335cbb;
z-index: 100;
    width: 40px;
    height: 40px;
    line-height: 37px;
position: fixed;
bottom: -100px;
border-radius: 3px;
right: 20px;
text-align: center;
font-size: 28px;
color: #ffffff !important;
cursor: pointer;
-webkit-transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
}



.video_wrapper {
  width: 570px;
    height: 345px;
  margin: 0 auto;
  position: relative;
  background-color: #000;
}

.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
 background-image:url(../images/gallery-pic-3.jpg);
  background-size: 100%;
  border: none;
   text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:hover {
  cursor: pointer;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.font28{
    font-size: 24px;
    line-height: 32px;
}