@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700&display=swap');

/********
font-family: 'Saira', sans-serif;
font-family: 'Arimo', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Alata', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Dosis', sans-serif;
********/

*{
	margin: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.nvibar.inner .navbar-inverse {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    border-radius: 0px;
    height: 80px;
}
.inner .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #f1f1f1;
    border-bottom: 3px solid#fff;
}
.nvibar.inner  .navbar-inverse .navbar-nav>li>a{
    border-bottom: 3px solid#f1f1f1;
    background: transparent;
    color: #ee3131;
    transition-duration: 0.5s;
}
.nvibar.inner  .navbar-inverse .navbar-nav>li>a:hover {
    border-bottom: 3px solid#fff;
    background: transparent;
    color: #333;
}

.nvibar .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0px;
    height: 80px;

}
.nvibar .navbar-inverse .navbar-brand {
    color: #ee3131;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
}
.nvibar .navbar-brand {
    float: left;
    height: 50px;
    padding: 27px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand>img {
    display: block;
    margin-top: -14px;
}
.nvibar .navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    transition-duration: 0.3s;
    padding: 28px 25px;
}
.nvibar .navbar-inverse .navbar-nav>li>a:hover {
    border-bottom: 3px solid#fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #ee3131;
    border-bottom: 3px solid#fff;
}

.nmbr{
    font-size: 17px;
    letter-spacing: 1px;
}



.banner1{
    margin-top: -40px;
}
.banner1 img{
    width: 100%;
    margin-top: -80px;
}
.socials {
    background: #f1f1f1;
    height: 60px;
    line-height: 60px;
}
.icons {
    text-align: right;
}
.icons a{
    color: #ee3131;
    margin-right: 15px;
    text-decoration: none;
    font-family: 'Dosis', sans-serif;
    font-size: 17px;
}
.icons a span{
    color: #333;
    margin-right: 15px;
}
.eml a{
    color: #ee3131;
    margin-right: 15px;
    text-decoration: none;
    font-family: 'Dosis', sans-serif;
    font-size: 17px;
}
.eml a span{
    color: #333;
    margin-right: 15px;
}

.inpt-frm{
    background: #333;
    padding: 44px;
}
.frm-dtl {
    background: #fff;
    padding: 14px 20px 10px;
    border-radius: 80px;
}

.frm-dtl .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #555;
    font-family: 'Dosis', sans-serif;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    border-right: 1px solid#ee3131;
    margin-top: 7px;
    font-weight: 600;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.frm-dtl a button{
    background: #ee3131;
    border: 1px solid #ee3131;
    color: #fff;
    padding: 12px;
    width: 100%;
    border-radius: 30px;
    font-family: 'Dosis', sans-serif;
    transition-duration: 0.5s;
}
.frm-dtl a button:hover{
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

.frm-dtl .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

.frm-dtl .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

.frm-dtl .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.size{
    text-align: center;
    margin: 50px 10px;
}
.size a button {
    padding: 20px 20px;
    font-size: 18px;
    background: #ee3131;
    border: 1px solid #ee3131;
    border-radius: 40px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    transition-duration: 0.5s;
    font-family: 'Dosis', sans-serif;
    width: 100%;
}
.size a button:hover{
    padding: 20px 20px 20px 20px;
    background: #333;
    border: 1px solid #333;
    color: #fff;
}
.size a button .fa {
    background: #fff;
    color: #ee3131;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 20px;
    transition-duration: 0.5s;
}
.size a button:hover .fa{
    background: #ee3131;
    color: #fff;
}
.services{
    text-align: center;
    background:#f5f6f6;
    padding: 50px 20px;
}
.services h1{
    font-weight: 600;
}
.line{
    background: #ee3131;
    padding: 2px;
    width: 60px;
    margin: 20px auto;
}
.nbr h2{
    background: #ee3131;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 30px;
    margin: 0 auto -20px;
    z-index: 999999;
    position: relative;
    font-family: 'Dosis', sans-serif;
}
.bx{
    background: #fff;
    padding: 20px;
    border-bottom:3px solid#ee3131;
}
.full{
    transition-duration: 0.5s;
    margin-top: 30px;
}
.bx{
    box-shadow: 0px 0px 15px #ccc;
}
.full:hover{
    margin-top: 10px;
}
.bx img{
    margin: 30px 10px 0px;
    width: 70px;
}

.bx h3{
    font-size: 20px;
}
.bx p{
    line-height: 28px;
    font-weight: 600;
}






/* Slider */
.review-sldr{
    background:#333;
    height: 500px;
    background-size: cover;
}
.container-fluid.glry{
  padding: 0px;
}
.slide p {
    background: #fff;
    padding: 40px;
    width: 80%;
    margin: 150px auto 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
}
.slide p span{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.slide .cty{
    font-size: 14px;
    font-weight: 400;
    color: #ee3131;
}

.slick-slide {
    margin: 0px 20px;
}



.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}


.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/******** End reviews Slider ********/

.auto {
    background: #f5f6f6;
    padding: 95px 0px;
}
.auto .line{
    margin:0;
}
.atopic img {
    width: 100%;
}
.atotxt h3 {
    font-weight: 700;
    margin-top: 0px;
    color: #253241;
    font-size: 30px;
}
.atotxt p {
    margin-top: 20px;
    line-height: 24px;
}
.lines p {
    font-weight: 700;
    border-bottom: 1px solid #ccc;
}
.lines .fa {
    color: #d01818;
    font-size: 18px;
}

.book {
    background: #ee3131;
    padding: 10px 0px;
}
.book h2 {
    color: #fff;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 24px;
}
.book p {
    color: #ccc;
}
.book .buton .btn-change5 {
    height: 55px;
    width: 80%;
    float: right;
    margin-top: 28px;
    background: #fff;
    border: 1px solid #fff;
    color: #ee3131;
    border-radius: 30px;
    font-weight: 700;
}

.cntct.abt {
    margin-top: 20px;
    float: right;
}
.cntct h3 {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    letter-spacing: 2px;
    font-family: 'Dosis', sans-serif;
}



.about-b{
    background: url(../images/abt-bg.jpg) no-repeat;
    height: 361px;
    margin-top: -22px;
    background-size: cover;
}
.about-b h1 {
    color: #fff;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
    font-size: 60px;
    margin-top: 160px;
}
.about-b .line {
    margin: 0;
}
.abtcnt {
    margin-top: 50px;
    margin-bottom: 50px;
}
.abtcnt .line {
    margin: 0;
}
.abtcnt h2{
    color: #111;
    font-weight: 600;
    font-size: 26px;
}
.abtcnt p {
    margin-top: 24px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.for{
    margin-top: 20px;
    margin-bottom: 20px;
}
.txt h4{
    font-weight: 600;
    color: #111;
}
.pic{
    float: left;
    margin-right: 15px;
}
.txt p{
    margin-top: 0px;
}



.abtpic{
    text-align: right;
        margin-top: 28px;
}
.abtpic img{
    width: 500px;
}



.cnt-cnt{
    margin-top: 70px;
    margin-bottom: 70px;
}
.icn{
    float: left;
}
.abc{
    margin-top: 60px;
}
.icn .fa {
    font-size: 20px;
    width: 40px;
    height: 45px;
    border: 1px solid#ee3131;
    line-height: 45px;
    text-align: center;
    margin-top: 1px;
    margin-right: 20px;
    color: #ee3131;
}
.icnt h5{
    font-size: 14px;
    font-weight: 700;
}
.icnt p a{
    text-decoration: none;
}
.icnt p a span{
    color: #ee3131;
    font-size: 18px;
    font-weight: 600;
}
.cnt-dtl h3{
    font-weight: 700;
}
.cnt-dtl{
    border: 1px solid #ccc;
    padding: 20px 20px 32px;
}
.cnt-dtl.frm{
    background: #f1f1f1;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin-top: 16px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.btne{
    text-align: center;
}
.btne a button{
    background: #ee3131;
    border: 1px solid#ee3131;
    color: #fff;
    padding: 13px 35px;
    border-radius: 30px;
    margin-top: 16px;
    transition-duration: 0.5s;
}
.btne a button:hover{
    background: #333;
    border: 1px solid#333;
}
.mapss img{
    width: 100%;
}


.lst-frm{
    background: #d5fcff;
    padding: 50px;
}
.frmpic{
    background: url(../images/frm-pic.jpg) no-repeat;
    padding: 30px;
    height: 668px;
}
.frmpic h1{
    color: #ee3131;
    font-family: 'Dosis', sans-serif;
    text-align: center;
}

.frms {
    background: #f1f1f1;
    padding: 20px 70px;
    box-shadow: 0px 0px 14px #999;
    height: 668px;
}
.frms h3 {
    font-weight: 600;
    margin-bottom: 23px;
}
.frms h3 span {
    color: #ee3131;
    text-decoration: underline;
    font-family: 'Dosis', sans-serif;
}
.frms label {
    font-family: 'Dosis', sans-serif;
}
.frms .input-group {
    width: 100%;
    margin-bottom: 18px;
}
.frms .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    width: 45px;
}
.frms .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-top: 0px;
    font-weight: 500;
}
.frms .fa {
    color: #ee3131;
}
.frms p {
    margin-bottom: -10px;
}
.abtn {
    margin-top: 35px;
}
.abtn a button {
    background: #ee3131;
    border: 1px solid#ee3131;
    color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    width: 100%;
    transition-duration: 0.5s;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.abtn a button:hover{
    background: #333;
    border: 1px solid#333;
}

.frms .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

.frms .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

.frms .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}









.pdng{
    padding: 0px;
}


.footer4{
    background: #111;
    padding: 50px 20px;
    text-align: center;
}
.footer4 .icons{
    text-align: center;
}
.footer4 p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
    margin-left: -20px;
}
.footer4 h4 {
    color: #ee3131;
    margin-top: 20px;
    font-family: 'Dosis', sans-serif;
    margin-left: -20px;
}

.footer4 .icons a span {
    color: #fff;
}
.fotr42{
    background: #000;
    padding:5px;
    text-align: center;
    color: #fff;
}
.fotr42 p{
    margin-top: 10px;
}



.bottom-buttons{
    position: fixed;
    bottom: 30px;
    left: 25px;
    z-index: 9999;
    background: black;
    height: 60px;
    width: 60px;
    color: white;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
}
.bottom-button .tooltip{
    position: absolute !important;
    top: -20px !important;
    left: calc(100% + 5px) !important;
    z-index: 3 !important;
    background: #00E676 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
    padding: 6px 12px !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    opacity: 0 !important;
    white-space: nowrap !important;
    pointer-events: none !important;
    transition: 0s !important;
    color: #fff;
}
.bottom-button:hover .tooltip{
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: all 0.4s ease !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.whatsapp {
    bottom: 8px;
    font-size: 40px;
    background: #00E676;
}
.whatsapp .bx {
    background: transparent;
    padding: 0px;
    border-bottom: 0px solid#ee3131;
    box-shadow: none;
}



/* Scroll To Top Button */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 110px;
    width: 45px;
    height: 45px;
    background: #ee3131;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 26px;
    border-radius: 50%;
    display: none;
    z-index: 9999;
    cursor: pointer;
    transition: 0.3s;
}

.scroll-top:hover {
    background: #cc1f1f;
    color: #fff;
} 









@media screen and (min-width: 1px) and (max-width: 767px){
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ee3131;
}
.navbar-inverse .navbar-toggle {
    border-color: #ee3131;
}
.navbar-brand > img {
    width: 220px;
}

.banner1 {
    margin-top: 0px;
}
.banner1 img {
    margin-top: -20px;
}
.nvibar .navbar-inverse {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    height: 52px;
}
.nvibar .navbar-inverse .navbar-brand {
    color: #fff;
    padding: 16px;
}
.navbar-nav {
    margin: 0px;
    z-index: 999999999;
    position: relative;
}
.nvibar .navbar-inverse .navbar-nav > li > a {
    padding: 15px 15px;
    background: #ee3131;
    text-align: center;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #ee3131;
    border-bottom: 0px solid #fff;
}
.nvibar .navbar-inverse .navbar-nav > li > a:hover {
    border-bottom: 0px solid #fff;
    color: #ccc;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}
.socials {
    height: auto;
    line-height: 60px;
    text-align: center;
}
.icons a span {
    display: none;
}
.icons {
    text-align: center;
    margin-top: -26px;
}
.frm-dtl {
    padding: 14px 20px 10px;
    border-radius: 0px;
}
.inpt-frm {
    padding: 26px 15px;
    background-size: cover;
}
.inpt-frm .form-group {
    margin-bottom: 0px;
}
.frm-dtl .form-control {
    
    height: 42px;
    border: 1px solid #ee3131;
    margin-bottom: 5px;
}
.frm-dtl a button {
    margin-top: 10px;
}
.size a button {
    padding: 12px 46px;
    font-size: 20px;
    border: 1px solid #ee3131;
    border-radius: 15px;
    margin-bottom: 10px;
}
.size a button:hover {
    padding: 12px 40px 12px 50px;
    background: #333;
    border: 1px solid #333;
    color: #fff;
}
.services h1 {
    font-weight: 700;
    font-size: 20px;
}
.review-sldr {
    height: auto;
}
.slide p {
    padding: 40px;
    width: 100%;
    margin: 20px auto 20px;
}
.book {
    text-align: center;
}
.cntct.abt {
    margin-top: 20px;
    float: none;
}
.book .buton .btn-change5 {
    float: none;
    margin-top: 20px;
}
.auto {
    background: #f5f6f6;
    padding: 30px 0px;
}
.atotxt h3 {
    margin-top: 25px;
    font-size: 20px;
}
.nvibar.inner .navbar-inverse {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    height: 52px;
}

.nvibar.inner .navbar-inverse .navbar-nav > li > a {
    border-bottom: 0px solid #f1f1f1;
    background: #ee3131;
    color: #fff;
    transition-duration: 0.5s;
}
.nvibar.inner .navbar-inverse .navbar-nav > li > a:hover {
    border-bottom: 0px solid #fff;
    background: #ee3131;
    color: #333;
}
.about-b {
    height: auto;
    margin-top: -20px;
    background-size: cover;
}
.about-b h1 {
    font-size: 36px;
    margin-top: 40px;
}
.abtpic img {
    width: 100%;
}
.services {
    padding: 20px 20px;
}
.cnt-cnt {
    margin-top: 30px;
    margin-bottom: 70px;
}
.abc {
    margin-top: 30px;
}
.cnt-dtl.frm {
    background: #f1f1f1;
    margin-top: 20px;
}
.mapss img {
    margin-top: 20px;
}
.frms h3 {
    font-size: 18px;
}
.frmpic {
    padding: 20px;
    height: auto;
    background-size: cover;
}
.frms {
    background: #f1f1f1;
    padding: 20px;
    box-shadow: 0px 0px 14px #999;
    height: auto;
}
.lst-frm {
    background: #d5fcff;
    padding: 20px;
}

}




@media screen and (min-width: 768px) and (max-width: 991px){
.navbar-right {
    margin-top: -55px;
}
.banner1 img {
    width: 100%;
    margin-top: 0px;
}
.nvibar .navbar-inverse {
    background-color: #ee3131;
    border-color: #ee3131;
}
.nvibar .navbar-inverse .navbar-brand {
    color: #fff;
}
.icons {
    text-align: right;
    margin-top: -60px;
}
.inpt-frm {
    padding: 14px;
    background-size: cover;
}
.frm-dtl {
    border-radius: 0px;
}
.frm-dtl .form-control {
    height: 44px;
    border: 1px solid #ee3131;
}
.frm-dtl a button {
    margin-top: 10px;
}
.book {
    text-align: center;
}
.cntct.abt {
    float: none;
}
.book .buton .btn-change5 {
    width: 100%;
}
.atotxt h3 {
    margin-top: 30px;
}
.f-cntnt .icons {
    margin-top: 0px;
}
.abtpic {
    text-align: center;
}
.about-b {
    height: auto;
    background-size: cover;
}
.about-b h1 {
    margin-top: 120px;
}
.frmpic {
    height: auto;
    background-size: cover;
}
.lst-frm {
    background: #d5fcff;
    padding: 20px;
}




}





