html{
  scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

.container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}


/*******************HEADER******************/

.top-header{
  padding: 2px 0;
  background-color: #ffffff;
}

.header-left ul{
  padding: 0px;
  margin: 0px;
  margin-left: 95px;
}

.header-left ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 15px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}

.header-left ul li i{
  color: #000080;
}

.header-left ul li a{
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.header-left ul li a:hover{
  color: #000080;
}

.header-right ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.header-right ul li{
  list-style-type: none;
  display: inline-block;
}

.header-right ul li a i{
  background-color: #fff;
  width: 30px;
  height: 30px;  
  line-height: 11px;
  font-size: 10px;
  color: #000;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.header-right ul li a i.fa-facebook-f{
  background-color: #3b5998;
  color: #fff;
}

.header-right ul li a i.fa-facebook-f:hover{
  background-color: #294379;
}

.header-right ul li a i.fa-twitter{
  background-color: #00acee;
  color: #fff;
}

.header-right ul li a i.fa-twitter:hover{
  background-color: #0991c5;
}

.header-right ul li a i.fa-linkedin-in{
  background-color: #0e76a8;
  color: #fff;
}

.header-right ul li a i.fa-linkedin-in:hover{
  background-color: #0c5477;
}

.header-right ul li a i.fa-youtube{
  background-color: #c4302b;
  color: #fff;
}

.header-right ul li a i.fa-youtube:hover{
  background-color: #8e1814;
}

.menu-section{
  background-color: #000080;
  /*border-bottom: 5px solid #979797;
  border-top: 5px solid #979797;*/
}

.fixed-top nav {
    margin-top: 0px;
    box-shadow: none;
}

.fixed-top a.btn.btn-quote{
  border-radius: 0px;
}

/*.fixed-top .navbar-light .navbar-brand{
  display: none;
}*/

.navbar-brand h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 14px;
}

.navbar-light .navbar-brand{
  width: 200px;
  padding: 0px;
}

.navbar-brand img {
    width: 100%;
    max-width: 250px;
    position: absolute;
    top: -35px;
    z-index: 9;
    box-shadow: 0px 0px 77px -16px rgba(0, 0, 0, 0.26);
}

.fixed-top nav.navbar.navbar-expand-lg.navbar-light{
  bottom: 0px;
}

nav.navbar.navbar-expand-lg.navbar-light{
    padding: 0px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;
    background-color: #000052;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding: 15px 32px;
    border-right: 1px solid rgb(0 0 183);
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #da1e36;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: #000052;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #000;
    padding: 0px;
    margin-top: -1px;
    border-radius: 0px;
}

.dropdown-item{

  color: #fff;
  font-size: 14px;
  padding: 7px;
  background-color: #073758;
  border-bottom: 1px solid #444;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #da1e36;
    padding: 7px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

nav.navbar.navbar-expand-lg.navbar-light p{
  margin-bottom: 0px;
  margin-left: 20px;
}

nav.navbar.navbar-expand-lg.navbar-light p a{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}

nav.navbar.navbar-expand-lg.navbar-light p a:hover{
  text-decoration: none;
}

nav.navbar.navbar-expand-lg.navbar-light p a i{
    background-color: #DD2839;
    padding: 5px;
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
}


/***************SLIDER**************/

.text-box {
  position: absolute;
  top: 80%;
  left: 15%;
  right: 15%;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
  z-index: 9999;
}

.slider h2{
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  letter-spacing: 1px;
}

.slider .carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;          
  bottom:0;
  left:0;
  right:0;
  background:rgb(0,0,0,.2);
}

.slider img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/*************WELCOME SECTION**************/

.welcome-section{
  /*background: #eee url("../images/about-bg.jpg") top center no-repeat;
  width: 100%;
  background-size: cover;*/
  padding: 70px 0;
}

.welcome-section img{
  margin: 0 auto;
  display: block;
}

.welcome-section h2{
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #000080;
    margin-bottom: 20px;
}

/*.welcome-section h2 span{
  display: block;
}*/

.welcome-right ul{
  padding: 0px;
  margin: 0px;
  margin-top: 30px;
}

.welcome-right ul li{
  list-style-type: none;
  display: inline-block;
  width: 46%;
  margin-right: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  padding-bottom: 15px;
}

.welcome-right ul li i{
  padding-right: 5px;
  color: #000080;
}

/*****************OBJECT SECTION****************/

.object-section{
  background: url("../images/object-bg1.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.object-section .overlay{
  background-color: rgba(0,0,0,.7);
  padding: 100px 0;
}

.object-section h4{
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

a.btn.btn-contact {
    border: 2px solid #DD2839;
    background-color: #DD2839;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
    max-width: 176px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

a.btn.btn-contact:hover{
    border: 2px solid #fff;
    background-color: #fff;
    color: #000080;
}

/*****************BUSINESS SECTION*****************/

.business-section{
  padding: 70px 0;
  text-align: center;
}

.business-section h4{
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #DD2839;
    text-align: center;
    margin-bottom: 20px;
}

a.btn.btn-contact1{
    border: 2px solid #DD2839;
    background-color: #DD2839;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
    max-width: 176px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

a.btn.btn-contact1:hover{
    border: 2px solid #DD2839;
    background-color: #fff;
    color: #DD2839;
}





/*****************OUR SERVICE*****************/

.service-section{
  background: url("../images/service-bg.jpg") top center repeat;
  padding: 70px 0;
}

.service-section h3{
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.serivce-box {
    border: 1px solid #eee;
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 26px -16px rgb(0 0 0);
    text-align: center;
    margin-bottom: 40px;
}

.serivce-box:hover{
  box-shadow: none;
}

.serivce-box img{
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

.serivce-box h4{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.serivce-box h4 a{
  color: #000;
  text-decoration: none;
}

.serivce-box h4 a:hover{
  color: #000080;
}

.serivce-box p{
  margin-bottom: 0px;
}

.serivce-box p a{
  font-weight: 600;
  color: #000080;
  text-decoration: underline;
}

.serivce-box p a:hover{
  text-decoration: none;
}

.service-lists ul{
  padding: 0px;
  margin: 0px;
}

.service-lists ul li{
  list-style-type: none;
  border: 1px solid #eee;
  background-color: #fbfbfb;
  box-shadow: 0px 0px 26px -16px rgb(0 0 0);
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
}

.service-lists ul li:hover{
  box-shadow: none;
}

.service-lists ul li i{
  color: #000080;
  padding-right: 5px;
}

/*****************ACCOUNT SECTION******************/

.account-section{
  padding: 70px 0;
}

.account-section h4 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #DD2839;
    text-align: center;
    margin-bottom: 20px;
}

.account-box{
    border: 1px solid #ddd;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 26px -16px rgb(0 0 0);
}

.account-box:hover{
  box-shadow: none;
}

.account-box img{
    width: 80px;
    margin-bottom: 20px;
}

.account-box h5{
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #000080;
  margin-bottom: 15px;
}

.account-box p{
  margin-bottom: 15px;
}

a.btn.btn-sole {
    border: 2px solid #DD2839;
    background-color: #DD2839;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
}

a.btn.btn-sole:hover{
    border: 2px solid #000080;
    background-color: #000080;
    color: #fff;
}






/****************OUR GALLERY**************/

.jumbotron{
  padding: 70px 0;
  background-color: #F1f1f1;
  margin-bottom: 0px;
}

.jumbotron h5{
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    color: #DD2839;
    text-align: center;
    margin-bottom: 30px;
}

/*.jumbotron h5:after {
    content: '';
    width: 120px;
    height: 3px;
    background: #000080;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 30px;
}*/

/*.jumbotron button.btn.btn-primary.active.filter-button {
    background-color: #f8931e;
    border: 1px solid #f8931e;
    padding: 4px 15px;
    margin-bottom: 15px;
}*/

.jumbotron .btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    padding: 4px 15px;
    margin-bottom: 15px;
}

.jumbotron .btn-primary:not(:disabled):not(.disabled).active, .jumbotron .btn-primary:not(:disabled):not(.disabled):active, .jumbotron .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}



#image-gallery .modal-footer{
  display: block;
}

.thumb{
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 30px;
}

.img-thumbnail{
  padding: 0px;
  border: none;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

/***************BOOKING SECTION*************/

.booking-section{
    padding: 40px 0;
    background-color: #000080;
}

.booking-section h4{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0px;
}

a.btn.btn-contacts{
    border: 2px solid #DD2839;
    background-color: #DD2839;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
    float: right;
}

a.btn.btn-contacts:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #000080;
}

/*********************FOOTER*******************/

.top-footer{
    padding: 30px 0px;
    border-bottom: 1px solid #e4e4e4; 
}

.top-footer p{
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}

.top-footer p a{
  color: #000;
  text-decoration: none;
}

.top-footer p span{
  font-weight: 600;
  color: #000;
  display: block;
}

.top-footer p i{
  font-size: 40px;
  float: left;
  margin-right: 10px;
  color: #000080;
  margin-bottom: 20px;
}


.info-footer{
  border-right: 1px solid #b7b7b7;
  padding-right: 10px;
}

.bottom-footer{
  background: url("../images/footer-map.png") top center no-repeat;
  background-size: cover;
}

.bottom-footer .overlay{
  background-color: rgb(15 84 157 / 6%);
  padding-top: 50px;
  padding-bottom: 30px;
}

.bottom-footer h4{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #DD2839;
  margin-bottom: 20px;
}

.footer-text p{
  font-size: 14px;
  line-height: 22px;
}

.footer-text ul{
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}

.footer-text ul li{
  list-style-type: none;
  display: inline-block;
}

.footer-text ul li a i{
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  color: #000;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.footer-text ul li a i.fa-facebook-f{
  background-color: #3b5998;
  color: #fff;
}

.footer-text ul li a i.fa-facebook-f:hover{
  background-color: #294379;
}

.footer-text ul li a i.fa-twitter{
  background-color: #00acee;
  color: #fff;
}

.footer-text ul li a i.fa-twitter:hover{
  background-color: #0991c5;
}

.footer-text ul li a i.fa-linkedin-in{
  background-color: #0e76a8;
  color: #fff;
}

.footer-text ul li a i.fa-linkedin-in:hover{
  background-color: #0c5477;
}

.footer-text ul li a i.fa-youtube{
  background-color: #c4302b;
  color: #fff;
}

.footer-text ul li a i.fa-youtube:hover{
  background-color: #8e1814;
}

.quicks ul{
  padding: 0px;
  margin: 0px;
}

.quicks ul li{
  list-style-type: none;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}

.quicks ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.quicks ul li a:hover{
  color: #000080;
}

.bottom-row{
    padding: 30px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 26px -16px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 26px -16px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 26px -16px rgba(0, 0, 0, 0.26);
    border-radius: 8px;
    margin-left: 0px;
    margin-right: 0px;
}

.copyright p{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}

.design p{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
  text-align: right;
}

.design p a{
  text-decoration: none;
  color: #000;
}

.design p a:hover{
  color: #000080;
}

/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #11598a;
    color: #fff;
    width: 55px;
    height: 54px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 7px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa.fa-angle-up {
    line-height: inherit;
    font-size: 26px;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.scroll-top-wrapper i.fas.fa-plug{
  font-size: 30px !important;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 16px;
}

/********************SERVICE PAGE START HERE*******************/

.page-banner{
  background: url("../images/banner5.jpg") center center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 350px;
}
  
.page-banner .overlay{
    background-color: rgba(0,0,0,.4);
    height: 350px;
    display: table-cell;
    vertical-align: bottom;
}

.page-banner h1{
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;  
}


ul.breadcrumb {
    background: transparent;
    padding: 5px;
    /*-ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);*/
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 0px;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

ul.breadcrumb li a:hover{
  color: #e23c39;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    content: "/\00a0";
    color: #fff;
}

.service-body{
  padding-top: 40px;
  padding-bottom: 70px;
}

.service-body p{
  padding-left: 105px;
}

.service-body p i{
    font-size: 10px;
  color: #000080;
}

.service-menu-list ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 25px;
  display: none;
}

.service-menu-list ul li{
  list-style-type: none;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 41px;
}

.service-menu-list ul li a{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  padding: 10px 24px;
  border: 1px solid #eee;
  background-color: #f5f5f5;
  border-radius: 30px;
  display: block;
  margin-bottom: 4px;
}

.service-menu-list ul li a:hover{
  border: 1px solid #eee;
  background-color: #fff;
}

.fixed-top{
    background-color: #000080;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.71);
    padding: 3px;
}

.service-menu-list.fixed-top ul{
  margin-bottom: 0px;
  display: block;
}

.service-menu-list.fixed-top ul li a {
    font-size: 11px;
    line-height: 16px;
    padding: 2px 9px;
}

.service-menu-list.fixed-top ul li{
  margin-bottom: 0px;
}

.service-menu-list.fixed-top ul li:last-child{
  margin-right: 0px;
}

/*.product-list{
  padding-top: 70px;
}*/

.detail-box{
  border: 1px solid #cacaca;
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 0 8px rgb(191 191 191 / 71%);
}

.detail-box img{
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 20px;
}

ul.detail-list{
  padding: 0px;
  margin: 0px;
  margin-left: 120px;
}

ul.detail-list li{
  list-style-type: none;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}

ul.detail-list li i{
  margin-right: 5px;
  color: #000080;
  font-size: 10px;
}

ul.detail-list1{
  padding: 0px;
  margin: 0px;
}

ul.detail-list1 li{
  list-style-type: none;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}

ul.detail-list1 li i{
  margin-right: 5px;
  color: #000080;
  font-size: 10px;
}

ul.subdetail-list{
  padding: 0px;
  margin: 0px;
  margin-left: 170px;
}

ul.subdetail-list li{
  list-style-type: none;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}

ul.subdetail-list li i{
  margin-right: 5px;
  color: #000080;
  font-size: 10px;
}

/*****************CONTACT US PAGE START HERE****************/

.contact-body{
  padding: 70px 0;
}

.contact-body h4{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000080;
  margin-bottom: 20px;
}

.contact-body img{
  width: 100%;
}

.contact-body p{
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
}

.contact-body p a{
  color: #000;
  text-decoration: none;
}

.contact-body p i{
  width: 30px;
  height: 30px;
  background-color: #000080;;
  padding: 9px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  margin-right: 10px;
  border-radius: 50%;
  line-height: 12px;
}


ul.contact-icons{
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}

ul.contact-icons li{
  list-style-type: none;
  display: inline-block;
}

ul.contact-icons li a i{
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  color: #000;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

ul.contact-icons li a i.fa-facebook-f{
  background-color: #3b5998;
  color: #fff;
}

ul.contact-icons li a i.fa-facebook-f:hover{
  background-color: #294379;
}

ul.contact-icons li a i.fa-twitter{
  background-color: #00acee;
  color: #fff;
}

ul.contact-icons li a i.fa-twitter:hover{
  background-color: #0991c5;
}

ul.contact-icons li a i.fa-linkedin-in{
  background-color: #0e76a8;
  color: #fff;
}

ul.contact-icons li a i.fa-linkedin-in:hover{
  background-color: #0c5477;
}

ul.contact-icons li a i.fa-youtube{
  background-color: #c4302b;
  color: #fff;
}

ul.contact-icons li a i.fa-youtube:hover{
  background-color: #8e1814;
}

.contact-right input{
  width: 100%;
  height: 40px;
  border-radius: 0px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  font-size: 14px;
}

.contact-right textarea{
  width: 100%;
  height: 100px;
  border-radius: 0px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  font-size: 14px;
  padding-left: 10px;
}

.contact-right button.btn.btn-primary {
    border: 2px solid #DD2839;
    background-color: #DD2839;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    border-radius: 0px;
    float: right;
}

.contact-right button.btn.btn-primary:hover{
  border: 2px solid #000080;
  background-color: #000080;
  color: #fff;
}






.mobile-icon{display:none;}
.mobile-icon .material-button-anim{position:fixed;bottom:-1%;left:0;padding:127px 16px 27px 16px;text-align:center;max-width:320px;z-index:999999999999;}
.mobile-icon1 .material-button-anim{position:fixed;bottom:-1%;right:0;padding:127px 16px 27px 16px;text-align:center;max-width:320px;z-index:999999999999;}
.material-button{position:relative;top:0;z-index:1;width:60px;height:60px;font-size:1.5em;color:#fff;border:none;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.275);outline:none;}
.material-button-toggle{z-index:3;width:60px;height:60px;margin:0 auto;text-align:center;line-height:50px;}
@keyframes bounce{0%{margin-top:0;}
50%{margin-top:-15px;margin-bottom:15px;}
100%{margin-top:0;}
}
@keyframes roket-roket-circle-anim{0%{transform:rotate(0deg) scale(1) skew(0deg);opacity:0.1;}
30%{transform:rotate(0deg) scale(1.25) skew(0deg);opacity:0.25;}
100%{transform:rotate(0deg) scale(1.5) skew(0deg);opacity:0;}
}
.material-button-toggle:not(:hover):not(:focus):not(:active){transition:.25s !important;animation:2.25s bounce infinite !important;}
.material-anim{width:100%;height:100%;text-indent:-9999px;z-index:0;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:none;}
.material-anim.one{-webkit-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-moz-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-ms-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-o-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-webkit-transition:all 0.5s !important;-moz-transition:all 0.5s !important;-o-transition:all 0.5s !important;transition:all 0.5s !important;}
.material-anim.two{border:2px solid #58d742 !important;opacity:0.1 !important;background:none !important;-webkit-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-moz-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-ms-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-o-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-webkit-transition:all 0.5s !important;-moz-transition:all 0.5s !important;-o-transition:all 0.5s !important;transition:all 0.5s !important;}
#cd-top{display:none;}
iframe{width:100%;}
iframe{width:100%;}
@media (max-width:767px){.mobile-icon{display:block;}}

.material-button img{
    width: 60px;
    height: 60px;
}

/***************MEDIA QUERY***************/

@media(max-width: 1024px)
{
    .navbar-light .navbar-nav .nav-link{
        padding: 15px 20px;
    }
    
    .navbar-brand img{
        top: -52px;
    }
    
    .object-section h4{
        font-size: 30px;
    }
    
    .account-section h4{
        font-size: 22px;
    }
    
    .booking-section h4{
        font-size: 24px;
    }
    
    .top-footer p{
        font-size: 11px;
        line-height: 15px;
    }
    
    .copyright p{
        font-size: 14px;
    }
    
    .design p{
        font-size: 14px;
    }
    
    .welcome-section h2{
        font-size: 30px;
    }
    
    .slider h2{
        font-size: 34px;
        line-height: 40px;
    }
    
    .fixed-top{
        display: none;
    }
    
    .service-menu-list.fixed-top ul{
        display: none;
    }
    
    .contact-body p{
        font-size: 12px;
    }
}

@media(max-width: 991px)
{
    .navbar-brand img{
        width: 68px;
        top: -34px;
    }
    
    .navbar-light .navbar-toggler{
        background-color: #fff;
        margin: 5px;
    }
    
    .header-left ul{
        margin-left: 0px;
    }
    
    .navbar-light .navbar-nav .nav-link{
        line-height: 22px;
    }
    
    nav.navbar.navbar-expand-lg.navbar-light{
        position: relative;
    }
    
    nav.navbar.navbar-expand-lg.navbar-light p {
        margin-bottom: 0px;
        margin-left: 20px;
        position: absolute;
        top: 14px;
        left: 100px;
        display: none;
    }
    
    .serivce-box{
        min-height: 256px;
    }
    
    .info-footer{
        margin-bottom: 15px;
    }
    
    .bottom-footer h4{
        margin-top: 20px;
        margin-bottom: 5px;
    }
    
    .top-footer p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .navbar-light .navbar-nav .nav-link{
        border-right: none;
    }
}

@media(max-width: 834px)
{
    /*.navbar-brand img {
        width: 82px;
        top: -52px;
    }*/
    
    .header-left ul li{
        font-size: 10px;
    }
    
    .header-left ul li a{
        font-size: 10px;
    }
    
    .welcome-section h2{
        font-size: 24px;
        line-height: 30px;
    }
    
    .object-section h4{
        font-size: 20px;
        line-height: 26px;
    }
    
    .account-section h4{
        font-size: 20px;
        line-height: 24px;
    }
    
    .account-box h5{
        font-size: 18px;
    }
    
    a.btn.btn-contacts{
        margin-top: 14px;
    }
}

@media(max-width: 768px)
{
    .header-left ul li{
        padding-right: 5px;
    }
    
    .account-section h4{
        font-size: 18px;
    }
    
    .slider h2 {
        font-size: 28px;
        line-height: 32px;
    }
    
    .slider img{
        height: 300px;
    }
}

@media(max-width: 767px)
{
    .header-left ul{
        text-align: center;
    }
    
    .header-right ul{
        text-align: center;
    }
    
    .navbar-brand img {
        width: 88px;
        top: -59px;
    }
    
    .welcome-section img{
        margin-bottom: 30px;
    }
    
    .welcome-section h2{
        margin-bottom: 5px;
    }
    
    .account-box h5{
        font-size: 24px;
    }
    
    .account-box{
        margin-bottom: 30px;
    }
    
    .serivce-box{
        min-height: auto;
    }
    
    .booking-section h4{
        text-align: center;
        margin-bottom: 20px;
    }
    
    a.btn.btn-contacts{
        float: none;
        max-width: 152px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    
    .design p{
        text-align: left;
        margin-top: 10px;
    }
    
    .bottom-row{
        margin-top: 0px;
    }
}

@media(max-width: 600px)
{
    .header-left ul{
        margin-left: 30px;
    }
    
    .text-box{
        top: 65%;
    }
    
    .object-section h4{
        font-size: 18px;
    }
    
    .business-section h4{
        font-size: 26px;
        line-height: 30px;
    }
    
    .booking-section h4{
        font-size: 20px;
    }
}

@media(max-width: 575px)
{
    .header-left ul{
        margin-left: 0px;
        text-align: right;
    }
    
    .info-footer{
        border-right: none;
        border-bottom: 1px solid #b7b7b7;
        padding-bottom: 10px;
    }
}

@media(max-width: 520px)
{
    .header-left ul{
        text-align: center;
        margin-left: 0px;
    }
    
    .navbar-brand img {
        width: 97px;
        top: -70px;
    }
    
    .object-section h4{
        font-size: 20px;
        line-height: 30px;
    }
    
    .copyright p{
        font-size: 12px;
    }
    
    .design p{
        font-size: 12px;
    }
}

@media(max-width: 490px)
{
    .header-left ul{
        text-align: left;
        margin-left: 115px;
    }
    
    .navbar-brand img {
        width: 108px;
        top: -83px;
    }
    
    .header-right ul{
        text-align: left;
        margin-left: 115px;
    }
}

@media(max-width: 475px)
{
    .detail-box img{
        float: none;
    }
    
    .service-body p{
        padding-left: 0px;
    }
    
    ul.detail-list{
        margin-left: 30px;
    }
    
    ul.subdetail-list{
        margin-left: 60px;
    }
}

@media(max-width: 410px)
{
    .navbar-brand img {
        width: 118px;
        top: -96px;
    }
    
    .header-left ul{
        margin-left: 130px;
    }
    
    .header-right ul{
        margin-left: 130px;
    }
    
    .bottom-row{
        padding: 10px;
    }
}









