@charset "utf-8";
/* CSS Document */

/*@import url(https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');*/
@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:400,400i,600,600i,700&amp;display=swap);

/*.fonts{
    font-family: 'Open Sans', sans-serif;
    font-family: Poppins, sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-family: 'Nunito Sans', sans-serif;
}*/

/*::-moz-selection {
    background: #ff5e14;
    color: #fff;
    text-shadow: none
}
::-moz-selection {
    background: #ff5e14;
    color: #fff;
    text-shadow: none
}
::selection {
    background: #ff5e14;
    color: #fff;
    text-shadow: none
}*/

/**************************
  01. COMMON-CSS
  02. Home-page-Top
  03. BACKGROUND-BG
  04. LINE-BOTTUM
  05. FOOTER-MENU
  06. PAYMENT-ICONS
  07. Breadcrumb -About
  08. SIDE_BAR_WIDGET
  09. SBS-Styles  
  10. Captcha
  11. Table
  12. Other CSS  
  13. Mobile-Version

****************************/

/* ========================================= */
/*         BANNER-CSS      */
/* ======================================== */

.cmt-row.banner-section{
    padding: 0 0 30px;
}
.bnr-arrow{
    position: relative;
    margin-left: 178px;
    margin-top: -66px;
}
.slide__caption {
  top: 250px;
  left:0px;
  right:0px;
  margin:auto;
  position: absolute;
  width: 1100px;
  max-width:96%;
  z-index: 1;
  font-family: "Saira Semi Condensed";
  font-size: 35px;
  font-weight: 800;
  line-height: 45px;
  color: #ffffff;  
}
.slide__caption span{    
    background-color: rgb(255, 195, 15);    
    color: rgb(255, 255, 255);
    font-size: 18px;    
    text-align: left;
    line-height: 12px;   
    font-weight: 500;    
    padding: 5px 10px;
    border-radius: 5px;    
}
.slide__caption h1{
    color: rgb(255, 255, 255);
    text-align: left;
    line-height: 70px;
    font-weight: 600;
    font-size: 74px;
    transform-origin: 50% 50% 0px;
    margin-top: 10px;
}
.slide__caption p{    
    color: rgba(249, 239, 209, 0.9);
    width: 550px;
    text-align: left;
    line-height: 26px;
    font-weight: 400;
    font-size: 18px;
}
.img-fluid-res{
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 1360px){
    .sld-mt-80{
      margin-top: 0px;        
    }
    .cmt-row.banner-section{
      padding: 0 0 1px !important;}
    .img-fluid-res{
        width: 100%;
        height: auto;}
    .slide__caption {
        top: 170px;
    }    
    .slide__caption h1{
        text-align: left;
        line-height: 40px;        
        font-weight: 400;
        font-size: 40px;
        margin: 5px 0px;        
    }    
    .slide__caption p{
        width: 450px;        
        font-weight: 500;
        font-size: 12px;        
    }
}
@media only screen and (max-width: 991px){
    .sld-mt-80{
      margin-top: 0px;        
    }
    .cmt-row.banner-section{
      padding: 0 0 1px !important;}
    .img-fluid-res{
        width: 100%;
        height: auto;}
    .slide__caption {
        top: 140px;
    }
    .slide__caption span{
        text-align: left;        
        font-size: 12px;
        padding: 2px 6px;
        border-radius: 3px;        
    }
    .slide__caption h1{
        text-align: left;
        line-height: 40px;        
        font-weight: 400;
        font-size: 30px;
        margin: 5px 0px;        
    }    
    .slide__caption p{        
        display: none;
    }
}
@media only screen and (max-width: 767px){
    .sld-mt-80{
      margin-top: 80px;        
    }
    .cmt-row.banner-section{
      padding: 0 0 1px !important;}
    .img-fluid-res{
        width: 100%;
        height: 550px;}
    .slide__caption {
        display: none;
    }
    .slide__caption span{
        text-align: left;        
        font-size: 12px;
        padding: 2px 6px;
        border-radius: 3px;        
    }
    .slide__caption h1{
        text-align: left;
        line-height: 40px;        
        font-weight: 400;
        font-size: 30px;
        margin: 5px 0px;        
    }    
    .slide__caption p{        
        display: none;
    }
}
@media only screen and (max-width: 479px){
    .sld-mt-80{
      margin-top: 80px;        
    }
    .cmt-row.banner-section{
      padding: 0 0 1px !important;}
    .img-fluid-res{
        width: 100%;
        height: 375px;}
    .slide__caption {
        display: none;
    }    
}

/* ========================================= */
/*         COMMON-CSS      */
/* ======================================== */
.justf{
    text-align: justify !important;
    word-break: break-word;
}
.float-right{
    float: right;
}
.no-pad{
  padding: 0px !important;
}
.no-mgn{
  margin: 0px !important;
}
.mp-30{
    margin-top: 30px;
    padding: 25px 5px;
}
.mb-5{
    margin-bottom: 5px !important;
    margin-left: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-21{
    margin-bottom: 20px !important; 
}
.mb-30{
    margin-bottom: 30px !important; 
}
.mg-bt-90{
    margin-bottom: 90px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mar-top-20 {
    margin-top: 20px;
}
.ml-50{
    margin-left: 50px;
}
.pt-30{
    padding: 25px 5px;
}
.pad-10{
    padding: 10px 0px !important;
}
.pad-10i{
    padding: 10px 15px 10px 0px !important;
    text-align: justify;
}
.pad-80{
    padding: 80px 0px;
}
.pad-45{
    padding: 45px 0px;
}
.font-18{
    font-size: 18px !important;
}
.font-15{
    font-size: 15px !important;
}
.font-14{
    font-size: 14px !important;
}
.font-13{
    font-size: 13px !important;
}
.w-100{
    width: 100%;
}
.w-block a{
    display: block !important;
}
.basic-button-area{
    text-align: right;
    margin-top: 15px;
}
.basic-button-area a:hover{
    color: #ffff00;
}
.basic-button {
  display: inline-block;
  background-color: #0a4c91;
  border: none;
  border-radius: 4px;
  color: #ffff00;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 11px;
  transition: all 0.3s ease-in-out;  
  z-index: 1;
  position: relative;
}
.basic-button:hover:after {
  visibility: visible;
  opacity: 1;
  left: 0;
  width: 100%;  
}
.basic-button:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  border: none;
  border-radius: 4px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}


/* =======================
    Home-page-Top
------------------------*/

.whatsapp-icon {
    position: fixed;
    right: 3px;
    bottom: 90px;
    border-radius: 50%;
    height: auto;
    width: auto;
    cursor: pointer;
    z-index: 1000000 !important;
    transition: 0.3s;
}
.div-floatright {
    width: 300px;
    z-index: 1;
    height: 167px!important;
    top:355px!important;
    right: -254px;
    position: fixed;
} 
#feedback1{
      position: fixed;
      top: 58px;
      right:-362px;
      width:362px;
      -webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;
      background:#fff;
      z-index: 2;
}
#feedback1.show{right:0;}
#feedback1 div.npf_wgts{
      padding: 10px;
    }
#feedback1 a{
    background:url("../images/bg/online-app.png") no-repeat center left transparent;
    display: block;
    width: 46px;
    height: 130px;
    float: left;
    text-indent: -9999em;
    position: absolute;
    top: 210px;
    left: -45px;
    border-radius: 5px 0px 0px 5px;
    }
.div-floatright li:first-child { 
    margin-top: 45px; 
}
.div-floatright li {
    background-color: #fff;
    border-radius: 5px 0px 0px 5px;
    margin-bottom: 1px; 
   -webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;
    position: relative;
    left: 0;
    text-align: left; 
}
li.show {
    left: -115px;
}
.div-floatright li a{
  display:inline-block;
vertical-align:middle;}

.div-floatright li h4{
    display:inline-block;
    vertical-align:middle;
    font-size: 14px;
    font-weight: bold;
}
.div-floatright1 {
    width: 300px;
    /* z-index: 99999999; */
    height: 167px!important;
    top: 225px!important;
    right: -254px;
    position: fixed;
}
img.virtual-icon {
    padding-left: 5px;
}
a.show_info {
    position: fixed;
    top: 120px;
    right: 12px;
}
.div-floatright li img {
    background-color: #2dde60;
    padding: 8px 12px;
    border-radius: 5px 0px 0px 5px;
}


/*=====================================
   BACKGROUND-BG
===================================== */

.sbs-bg-1 {
    position: relative;
    z-index: 1;
    background-image: url(../images/bg/ptn-1.png);
    background-position: center center;
    background-attachment: scroll;
}
.sbs-bg-2 {
    position: relative;
    z-index: auto;
    background-image: url(../images/bg/ptn-2.png);
    background-position: center center;
    background-attachment: scroll;
}
.sbs-bg-3 {
    position: relative;
    z-index: auto;
    background-image: url(../images/bg/ptn-3.png);
    background-position: center center;
    background-attachment: scroll;
}
.sbs-bg-4 {
    position: relative;
    z-index: auto;
    background-image: url(../images/bg/shape-1.png);
    background-position: center center;
    background-attachment: scroll;
}
.sbs-bg-5 {
    position: relative;
    z-index: auto;
    background-image: url(../images/bg/shape-2.png);
    background-position: center center;
    background-attachment: scroll;
}
.sbs-bg-6 {
    position: relative;
    z-index: auto;
    background-image: url(../images/bg/shape-3.png);
    background-position: center center;
    background-attachment: scroll;
}
.sbs-bg-7 {
    position: relative;
    z-index: auto;
    background-image: url(../images/bg/shape-4.png);
    background-position: center center;
    background-attachment: scroll;
}
.sbs-bg-8 {
    position: relative;
    z-index: auto;
    background-image: url(../images/bg/ptn-4.png);
    background-position: center center;
    background-attachment: scroll;
}

.bg-images1{
    background-image: url(../images/bg/bg-1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bg-images2{
    background-image: url(../images/bg/bg-2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bg-images1{
/*    background-image: url(../images/bg/bg-3.jpg);*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

/* ========================================= */
/*         LINE-BOTTUM      */
/* ======================================== */
.line-bottom-0 {
    font-weight: 700;
    font-size: 26px;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}
.line-bottom-0:before {
    background-color: #ddd;
    content: '';
    position: absolute;
    top: 21px;
    left: calc(100% + 10px);
    height: 1px;
    width: 200px;
}
.line-bottom-0:after {
    background-color: #083f82;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 80px;
}
.line-bottom-1 {
  position: relative;  
  padding-bottom: 10px;
}
.line-bottom-1::after {
    background: #fff200;
    bottom: 5px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}
.line-bottom-2 {
  position: relative;
}
.line-bottom-2:after {
  content: "";
  height: 4px;
  width: 100px;
  background-color: #000;
  border: none;
  border-radius: 10px;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.line-bottom-3 {
  position: relative;
}
.line-bottom-3:after {
  content: "";
  height: 2px;
  width: 80px;
  background-color: #fff200;
  border: none;
  border-radius: 10px;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.line-bottom-4 {
  position: relative;
  padding-left: 10px;
}
.line-bottom-4:after {
    background-color: #0a4c91;
    display: block;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.line-bottom-5{
    position: relative;
}
.line-bottom-5.text-center .heading-seperator:before {
    left: 42%;
    margin-left: 0px;
}
.line-bottom-5 .heading-seperator:before {
    background-color: #0a4c91;
    display: block;
    content: "";
    position: absolute;
    width: 32px;
    bottom: -20px;
    height: 3px;
    left: 0;
}
.line-bottom-5.text-center .heading-seperator:after {
    left: 50%;
    margin-left: -10px;
}
.line-bottom-5 .heading-seperator:after {
    background-color: #0a4c91;
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    bottom: -20px;
    height: 3px;
    left: 35px;
}
.line-bottom-5.text-center .heading-seperator span:after {
    background-color: #0a4c91;
    left: 50%;
    margin-left: 5px;
}
.line-bottom-5 .heading-seperator span:after {
    background-color: #0a4c91;
    display: block;
    content: "";
    position: absolute;
    width: 14px;
    bottom: -20px;
    height: 3px;
    left: 45px;
}
.line-bottom-6{
     position: relative;
}
.line-bottom-6:before {
  content: "";
  height: 4px;
  width: 15px;
  background-color: #1760ae;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-radius: 10px;
  border: none;
}
.line-bottom-6:after {
  content: "";
  height: 4px;
  width: 34px;
  background-color: #0a4c91;
  position: absolute;
  bottom: -10px;
  left: 21px;
  border-radius: 10px;
  border: none;
}


/* ========================================= */
/*     OZ-FOOTER-MENU - MODERN-APP-VIEW     */
/* ======================================== */

.footer-bar-fxoz .circle-nav strong, .footer-bar-fxoz .active-nav em {
    background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC)!important;
}
#footer-bar-oz {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, .9);
    display: flex;
    min-height: 61px;
    border-top: solid 1px rgba(0, 0, 0, .05);
    text-align: center;
    transition: transform 350ms ease!important;
}
#footer-bar-oz a {
    color: #1f1f1f;
    padding-top: 12px;
    position: relative;
    flex: 1 1 auto;
    width: 100%;
}
#footer-bar-oz a span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 10px;
    font-weight: 500;
    margin-top: -6px;
    opacity: .7;
    font-family: roboto, sans-serif!important;
}
#footer-bar-oz a i {
    font-size: 18px;
    position: relative;
    z-index: 2;
}
#footer-bar-oz a svg {
    transform: translateY(-6px);
}
#footer-bar-oz .badge {
    font-style: normal;
    z-index: 5;
    top: 0;
    position: absolute;
    margin-left: 3px;
    color: #fff!important;
    width: 18px;
    text-align: center;
    line-height: 18px;
    padding: 0;
    padding-left: 0!important;
    border-radius: 18px;
    margin-top: 7px;
    font-size: 11px;
}

.footer-menu-hidden {
    transition: all 100ms ease;
    transform: translateY(100%)!important;
}
.footer-bar-white * {
    color: #fff;
}
#footer-bar-oz.position-relative {
    z-index: 2!important;
}
#footer-bar-oz {
    height: calc(65px + (constant(safe-area-inset-bottom))*1.1);
    height: calc(65px + (env(safe-area-inset-bottom))*1.1);
}
.is-not-ios .footer-menu-clear {
    height: 70px;
    display: block;
}
.is-not-ios .footer {
    padding-bottom: 0;
}
.is-not-ios #footer-menu a i {
    padding-top: 13px;
}
.is-not-ios #footer-menu a span {
    opacity: .6;
}
.footer-bar-fxoz u {
    /*background-color: rgba(255, 255, 255, .2);*/
}
.footer-bar-fxoz {
    margin-left: -3px;
    line-height: 24px!important;
}
.footer-bar-fxoz a {
    transition: all 0.3s ease-in-out;
}
.footer-bar-fxoz a span {
    transition: all 0.3s ease-in-out;    
}
.footer-bar-fxoz a span:hover {
    transition: all 0.3s ease-in-out;
    color: #211f1f !important;
}
.footer-bar-fxoz span {
    font-size: 11px!important;
}
.footer-bar-fxoz i {
    transform: translateY(-2px);
    opacity: .7;
}
.footer-bar-fxoz .circle-nav strong {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    left: 50%;
    top: -23px;
    z-index: 0;
    transform: translateX(-50%);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .09);
    animation: footerAni 1s infinite;
    background-image: linear-gradient(to bottom, #46c755 0%, #46c755 100%)!important;
}
@keyframes footerAni {
    0% {
    transform: scale(1, 1) translateX(-50%);
}
50% {
    transform: scale(1.05, 1.05) translateX(-48%);
}
}.footer-bar-fxoz .circle-nav span {
    font-size: 11px!important;
    margin-top: -8px!important;
}
.footer-bar-fxoz .circle-nav i {
    transform: translateY(-21px) translateX(0px);
    color: #fff!important;
    opacity: 1!important;
    font-size: 20px!important;
    position: relative;
    z-index: 2;
}
.footer-bar-fxoz .circle-nav svg {
    width: 25px!important;
    height: 25px!important;
    stroke: #fff!important;
    fill: rgba(255, 255, 255, .1)!important;
    transform: translateY(-25px) translateX(-1px)!important;
    position: relative;
    z-index: 2;
}
.footer-bar-fxoz .circle-nav u {
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    border-radius: 50px;
    height: 50px;
    z-index: 0;
}
.footer-bar-fxoz .active-nav em {
    position: absolute;
    width: 60px;
    height: 4px;
    border-radius: 60px;
    left: 50%;
    top: 57px;
    transform: translateX(-50%);
    background-image: linear-gradient(to bottom, #43c653 0%, #43c653 100%)!important;
}

/*=====================================
   FIXED FOOTER
===================================== */

.sbs-footer{
        display:none;
      }
.sbs-footer ul {
   margin: 0px;
   padding: 0px;
}
.sbs-footer li {
    font-family: 'Poppins', sans-serif;
    float: left;
    width: 33%;
    text-align: center;
    border-left: 1px solid #fff
}
.sbs-footer li a {
    display: block;
    padding: 7px;
    color: #fff
}
.sbs-footer li a:hover {
    
    color: #f2c50f;
}
.sbs-footer li:first-child {
    border-left: none
}


.header-top-mobile {
    position: fixed;
    will-change: opacity;
    z-index: 999;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px; 
    font-family: 'Open Sans', sans-serif;   
}

.header-top-mobile .header-top-fx {
    position: relative;
    color: #fff;
    background: var(--tg-secondary-color);
    padding: 5px 0px;

}
.header-top-mobile .header-top-fx:before {
    position: absolute;
    content: '';
    right: -50px;
    width: 55%;
    height: 100%;
    background: #020b44;
    top: 0;
    -webkit-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    transform: skewX(-40deg);
}

.header-top-fx .inner ul{
    margin: 0px;
}
.header-top-mobile .header-top-fx .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
     align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-top-fx .top-left,
.header-top-fx .top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-top-fx .contact-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-top-fx .contact-info li {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 400;
    list-style: none;
}
.top-left{
    border-bottom: 1px solid #626060;
    font-size: 12px;
    width: 100%;
    padding-left: 15%;
}
.top-left span{
    color: #cfc;
    font-size: 15px;
    font-weight: 500;
}
.header-top-fx .contact-info li a {
    color: #fff;
}

.header-top-fx .contact-info li i {
    margin-right: 10px;
    color: #cfc !important;
    position: relative;
    top: 2px;
}

.pulse {  
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;  
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204,169,44, 0.9);
  animation: pulse 2s infinite;
  padding-left: 12px;
}
.pulse:hover {
  animation: none;
}
.pulse-1 {  
  display: inline-block;  
  border-radius: 50%;  
  cursor: pointer;
  box-shadow: 0 0 0 rgba(2,35,104, 0.9);
  animation: pulse 2s infinite;  
}
.pulse-1:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

@-webkit-keyframes pulse-1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse-1 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}






/* =======================
    Page-Title-Row-breadcrumb
------------------------*/

.ttm-page-title-row { 
    position: relative;
    background-image: url(../images/bg/pagetitle-bg.jpg);    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ttm-page-title-row { 
    display: block;
    padding-top: 80px; 
    padding-bottom: 75px;
    z-index: 1;
    border: 1px solid #ececec;
}
.title-box {
    display: table;
    width: 100%;
}
.title-box .page-title-heading, .breadcrumb-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.page-title-heading h1 {    
    font-family: 'Ubuntu', sans-serif;
    color: #0a4c91;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 6px;
    position: relative;
    padding-left: 18px;
}
.page-title-heading h1:before {    
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #0a4c91;
}
.page-title-heading h3{
    color: #0a4c91;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}
.breadcrumb-wrapper { text-align: right; }
.breadcrumb-wrapper .container { padding-right: 0; }
.breadcrumb-wrapper .breadcrumb-wrapper-inner {
    background-color: rgba(10,76,145, 1);
    padding: 15px;
    display: inline-block;
    border-radius: 5px;
}
.breadcrumb-wrapper a{
    color: #fff;
}
.breadcrumb-wrapper a:hover{
    color: #ffff00;
}
.breadcrumb-wrapper a , .breadcrumb-wrapper span {    
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 19px;
}
.breadcrumb-wrapper span:last-child{
    color: #ffff00;
}
.ttm-textcolor-white{color: #fff;}


/* =======================
  Breadcrumb-DARK
------------------------*/

.dark-page .ttm-page-title-row { 
    position: relative;
    background-image: url(../images/bg/pagetitle-bg-1.jpg);    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dark-page .ttm-page-title-row { 
    display: block;
    padding-top: 80px; 
    padding-bottom: 75px;
    z-index: 1;
    border: none;
}
.dark-page.title-box {
    display: table;
    width: 100%;
}
.dark-page .title-box .dark-page .page-title-heading, .dark-page .breadcrumb-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.dark-page .page-title-heading h1 {    
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 6px;
    position: relative;
    padding-left: 18px;
}
.dark-page .page-title-heading h1:before {    
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #ffffff;
}
.dark-page .page-title-heading h3{
    color: #0a4c91;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}
.dark-page .breadcrumb-wrapper { text-align: right; }
.dark-page .breadcrumb-wrapper .container { padding-right: 0; }
.dark-page .breadcrumb-wrapper .breadcrumb-wrapper-inner {
    background-color: rgba(10,76,145, .4);
    padding: 15px;
    display: inline-block;
    border-radius: 5px;
}
.dark-page .breadcrumb-wrapper a{
    color: #fff;
}
.dark-page .breadcrumb-wrapper a:hover{
    color: #ffff00;
}
.dark-page.breadcrumb-wrapper a , .dark-page.breadcrumb-wrapper span {    
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 19px;
}
.dark-page.breadcrumb-wrapper span:last-child{
    color: #ffff00;
}
.dark-page.ttm-textcolor-white{color: #fff;}



/*----------------------------------------*/
/*  SIDE_BAR_WIDGET
/*----------------------------------------*/

.col-bg-img-one.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
/*    background-image: url(../images/bg-image/col-bgimage-1.jpg);*/
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.ttm-bgcolor-darkgrey h4{
    color: #fff;
    font-size: 25px;
    line-height: 32px
}
.ttm-bgcolor-darkgrey p{
    color: rgba(255,255,255,.75);
}
.ttm-textcolor-yellow,.ttm-icon_element-color-white,.ttm-textcolor-yellow a{
    color: #ffff00;
}
.ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner{
    background-color: #031b4e;
    opacity: .85;
    border-radius: 10px;

}
.ttm-col-wrapper-bg-layer-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.ttm-bg-layer{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.ttm-icon.ttm-icon_element-onlytxt i {
  position: unset;
  -webkit-transform: translate(0%,0%);
  -ms-transform: translate(0%,0%);
  -o-transform: translate(0%,0%);
  transform: translate(0%,0%);
}
.ttm-icon.ttm-icon_element-size-lg i {
  font-size: 47px;
}
.ttm-icon i {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.mr-2, .mx-2 {
  margin-right: .5rem !important;
}
.ttm-textcolor-yellow li{
    margin-bottom: 10px;
}

.ttm-bg {
  position: relative;
}
.pl-1, .px-1 {
  padding-left: .25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: .25rem !important;
}
.pr-1, .px-1 {
  padding-right: .25rem !important;
}
.pt-1, .py-1 {
  padding-top: .25rem !important;
}



.widget.widget-post {
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 4px 18px 0px rgba(194, 200, 213, 0.3);
  padding: 10px;
}
.widget.widget-post .item-img {
  position: relative;
  overflow: hidden;
}
.widget.widget-post .item-img img {
  width: 100%;
}
.widget.widget-post .item-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
}
.widget.widget-post .item-content .item-title {
  color: #ffff00;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  width: 70%;
  line-height: 18px;
}

.widget.widget-post .item-content .item-price {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}
.widget.widget-post .item-content .post-button .item-btn {
  display: inline-block;
  background-color: #0a4c91;
  border: none;
  border-radius: 4px;
  color: #ffff00;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out;
  font-family: "Ubuntu", sans-serif;
  z-index: 1;
  position: relative;
}
.widget.widget-post .item-content .post-button .item-btn:hover:after {
  visibility: visible;
  opacity: 1;
  left: 0;
  width: 100%;
}
.widget.widget-post .item-content .post-button .item-btn:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  border: none;
  border-radius: 4px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.widget.widget-post .circle-shape {
  position: absolute;
  bottom: -50px;
  left: -50px;
}
.widget.widget-post .circle-shape .item-shape {
  height: 246px;
  width: 246px;
  border: none;
  border-radius: 50%;
  background-color: #0e2e50;
  z-index: 1;
  display: block;
  position: relative;
}
.widget.widget-post .circle-shape .item-shape:after {
  content: "";
  height: 246px;
  width: 246px;
  background-color: #0e2e50;
  opacity: 20%;
  border: none;
  border-radius: 50%;
  position: absolute;
  left: 23px;
  bottom: 0;
  z-index: -1;
}
.widget.widget-post .circle-shape .item-shape:before {
  content: "";
  height: 246px;
  width: 246px;
  background-color: #0e2e50;
  opacity: 20%;
  border: none;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  bottom: 23px;
  z-index: -1;
}

/*sidebar-2*/

.sidebar .navLinks {
 border:solid 1px #eee;
 background:#f5f5f5
}
.sidebar .navLinks h2 {
 background:#035192;
 color:#fff;
 font-size:24px;
 margin:0;
 padding:15px 17px;
 font-weight:400;
 line-height:21px
}
.sidebar .navLinks ul {
 padding:5px 17px
}
.sidebar .navLinks ul li a {
 font-family: Poppins, sans-serif;
 display:block;
 padding:3px 0;
 margin:5px 0;
 font-size:17px;
 color:#333;
/* background:url(../images/bg/list-arrow.png) no-repeat left top 11px;*/
 padding-left:17px;
 transition:all .3s ease
}
.sidebar .navLinks ul li a:hover {
 margin-left:7px;
 color:#fff200
}
.sidebar .aboutBlock,
.sidebar .supportSec {
 border-radius:4px
}
.aboutBlock p{
    color: #2a302a;
}
.sidebar .supportSec {
/* background:#303032 url(../images/bg/support-bg.jpg) no-repeat center;*/
 background-size:cover;
 padding:53px 25px 53px 25px
}
.sidebar .supportSec p {
 font-size:21px;
 line-height:33px;
 margin:22px 0 30px;
 color:#fff;
 font-family: "Ubuntu", sans-serif;
 font-weight:700
}
.sidebar .supportSec a {
 display:block;
 font-family: "Ubuntu", sans-serif;
 font-weight:700
}
.sidebar .supportSec .callBlock {
 color:#f2c50f;
 margin-bottom:7px;
 font-size:27px;
 line-height:27px
}
.sidebar .supportSec .mailBlock {
 color:#fff;
 font-size:15px
}
.sidebar .aboutBlock {
 background-color:#f5f5f5;
 padding:38px 30px 38px 30px
}
.sidebar .aboutBlock p {
 font-size:15px;
 line-height:25px
}
.sidebar .aboutBlock .title {
 color:#010b39;
 font-size:18px;
 line-height:30px;
 margin-top:0;
 margin-bottom:12px;
 font-family: "Ubuntu", sans-serif;
 font-weight:700
}
.sidebar .aboutBlock .master-button {
 display:block;
 background-color:#f3a712;
 text-align:center
}
.sidebar .aboutBlock:hover .master-button {
 background-color:#fff200
}
.mar-top-30 {
    margin-top: 30px;
}
.sidebar .aboutBlock {
 background-color:#f5f5f5;
 padding:38px 30px 38px 30px
}
.sidebar .aboutBlock .master-button {
 display:block;
 background-color:#fff200;
 text-align:center
}
.sidebar .aboutBlock:hover .master-button {
 background-color:#02163f
}
.master-button {
    background: #fff200;
    background-color: rgb(216, 48, 48);
    width: auto;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    border: none;
    font-size: 16px;
    padding: 12px 33px;
    transition: all .3s ease;
    border-radius: 4px;
}
.aboutBlock a:hover  {
 color: #FFFFFF !important;
}
.contentArea .numberSec {
/* background:#235789 url(../images/bg/call-bg.png) no-repeat left top;*/
 position:relative;
 height:159px
}
.contentArea .numberSec .middle {
 position:absolute;
 transform:translateY(-50%);
 top:50%;
 left:20px;
 right:20px;
 padding:20px 0
}
.contentArea .numberSec a,
.contentArea .numberSec span {
 display:block;
 color:#fff;
 font-family: "Ubuntu", sans-serif;
}
.contentArea .numberSec span {
 font-size:14px;
 text-transform:uppercase;
 letter-spacing:2px;
 font-weight:700;
 display:block;
 margin-bottom:10px
}
.contentArea .numberSec a {
 font-size:34px;
 font-weight:700
}


/*----------------------------------------*/
/*  SBS-AREA-CSS
/*----------------------------------------*/

.prod-details-info-content h2{
	font-size:25px !important;	
}
.service-item__thumb {    
    margin-bottom: 5px !important;	
}
.cmt-btn{
    text-transform: none !important;
}
/*
.service-item__info a {
	color:#FFF !important;
}
.service-item__info{
	background:#267dd9;
	padding:8px 4px;
	color:#FFF !important;
	border-top:2px solid #083f82;	
}*/
.ser-inner{
	background: #fdfdfd;
	border-bottom: 2px solid #e6cccc;
	padding: 5px;
	font-family: Poppins, sans-serif;
}
.service-item__info h2 a{
	font-family: Poppins, sans-serif;
	font-weight: 400 !important;
}
.enq-butn{
    width: auto !important;
    height: auto!important;
    padding: 7px 16px!important;
    font-size: 15px!important;
    line-height: 28px!important;
    font-weight: 400px!important;
	background-color: #083f82!important;
    color: #FFFFFF!important;
	display: inline-block!important;
	border-bottom: 2px solid #24baca !important;
}
.eqp-inner{
	background: #eae8e8;
	padding: 10px 5px;
	color: #fff;
	border-bottom: 2px solid #bbb8b8;
	font-family: Poppins, sans-serif;
}
.enq-butn:hover{
	background-color: #0c174a!important;
    color: #FFFFFF!important;
}
.mg-logo{
	margin-top: -5px;
}
.about-whybg{
	width:100%;
	min-height:235px;
	float:left;
	background: rgba(245, 255, 219, 0.8);
	padding:20px 3%;
	border: 1px dashed #fff;
}
.about-howbg{
	float:right;
}
.about-whybg h4{
	font-weight: bold;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
    width: 100%;
    color: #000000;
	margin-bottom: 15px;
}
.about-whybg ul {
     margin-top:5px;
     margin-left:3%;
     float:left;
	 margin-top:10px;
	 
}
.about-whybg ul li{
     list-style-image:url(../images/bg/bullet.png);
     clear:both;
     float:left;
	 color: #000000;
	 font-size: 16px;
	 line-height:20px;
	 margin-bottom:8px;
}
.abt-bg-1{
   background: #e9fbe9;
}
.abt-bg-2{
    background: #f5f9f5;
}
.feetxt-1{
	font-size: 18px;
	color: #003471;
	font-weight: bold;
	
}
.feetxt-2{
	font-size: 16px;
	color: #255da0;
	font-weight: bold;	
}
.fee-bg{
	width:100%;
	float:left;
	background: rgba(227, 245, 251, 0.8);
	padding:30px 3%;
	border: 1px dashed #e1c3c3;	
    font-family: 'Nunito Sans', sans-serif;
}
.fee-bg p{
    color: #3c2b2b;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 10px !important;
}
.fee-bg h4{
	font-weight: 500;
    /*float: left;*/
    text-align: left;    
    font-size: 22px;
    width: 100%;
    color: #182c56;
	margin-bottom: 15px;
    line-height: 20px;
}
.fee-bg ul {
  margin-left:1%;
  padding-left: 20px;
  float:left;
  margin-top:10px;	 
}
.fee-bg ul li{
     list-style-image:url(../images/bg/bullet.png);
     clear:both;
     /*float:left;*/
	 color: #3c2b2b;
	 font-size: 16px;
	 line-height:22px;
	 margin-bottom:12px;
}
.sky-bg{
	font-family: 'Nunito Sans', sans-serif;
    width:100%;
	height: auto;
	float:left;
	background: rgba(227, 245, 251, 0.3) !important;
	padding:20px 3%;
	border: 1px dashed #e1c3c3;
}
.sky-bg p{
    color: #3c2b2b;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 10px !important;
    text-align: justify;
    word-break: break-word;
}
.sky-bg p b{
    color: #0a4c91;
    font-weight: 700;
}
.sky-bg h4{
    font-weight: 500;
    /*float: left;*/
    text-align: left;    
    font-size: 22px;
    width: 100%;
    color: #182c56;
    margin-bottom: 20px;
    line-height: 20px;
}
.sky-bg ul {
   margin-left:1%;
   padding-left: 20px;
   float:left;
   margin-top:10px;   
}
.sky-bg ul li{
    /*list-style-image:url(../images/bg/bullet.png);*/
    clear:both;
    /*float:left;*/
    color: #052268;
    font-size: 16px;
    line-height:22px;
    margin-bottom:2px;
}
.sky-bg ul li a{
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    font-weight: 600;
    color: #1760ae;
   
}
.sky-bg ul li a:hover{
    margin-left: 5px;

 }
 .blue-bg{
    background: rgba(227, 245, 251, 0.8);
 }
.green-bg{
	background: rgba(230, 251, 227, 0.8) !important;
}
.pink-bg {
    background: rgba(251, 227, 247, 0.8) !important;
}
.ethics{
	font-size: 22px !important;
	margin-bottom: 20px !important;		
}
.ethics h2{
	font-size: 26px !important;
	margin-bottom: 20px !important;
}
.bg-off-1{
    background: #f8f8f8;
}
.bg-off-2{
/*float: left;*/
height: auto;
overflow: auto;
padding: 10px !important;
border: 1px solid #dfe4ef;
background-color: #ffffff;
box-shadow: 0px 4px 18px 0px rgba(194, 200, 213, 0.3);
border-radius: 8px;
}


/*----------------------------------------*/
/*  CAPTCHA
/*----------------------------------------*/
.captcha-area{
    width: 100%;
    float: left;
    margin-bottom: 8px;
}
.captch {
    width: 150px;
    /*height: 30px;*/
    background: url(../images/bg/captcha-bg.jpg) repeat;    
    float: left;
    margin: 0px 0 0 0px;
    padding: 5px 10px;
    text-align: center;
/*    text-decoration: line-through;*/
    font-size: 25px;
    color: #333333;
    line-height: 22px;
    letter-spacing: 4px;
    border: 1px solid #d2d2d2;
}
.cap_in {
    width:25% !important;
    height: auto;
    font-family: roboto, sans-serif !important;
    font-size:19px !important;
    font-weight: 500 !important;
    color:#3a3a3a !important;
    text-align: center;
    background:#FFFFFF;
    border:1px solid #d2d2d2 !important;
    padding-left:2% !important;
    margin:0px 0px 0px 5px !important;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;  
}
.cap_in:focus, .cap_in:hover{
    border-color:#0096c0;
}
.cap_in-home{
    width:42%;
    height: auto;
    font-family: roboto, sans-serif!important;
    font-size:17px;
    color:#3a3a3a;    
    background:#FFFFFF;
    border:1px solid #d2d2d2;
    padding-left:2%;
    margin:0px 0px 0px 5px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;  
}
.cap_in-home:focus, .cap_in:hover{
    border-color:#0096c0;
}


/*----------------------------------------*/
/*  TABLE
/*----------------------------------------*/
.table-1 {
    background:#f4f4f4;
    box-shadow:0 0 0 3px white inset;
    border:2px solid #d5d5d5;
    font-family: 'Nunito Sans', sans-serif;
    color:#000000;
    border-collapse: collapse;
    width: 100%;
    font-size:16px;
}
.table-1 tr:nth-child(odd){
    background:#e9eafd;
}
.table-1 tr:nth-child(even){
    background:#eeffe9;
}
.table-1 tr:hover{
    background:#fdfbee;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;    
}
.table-1 td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
.table-1 th{
    background:#1760ae;
    color:#FFF;
    font-weight:800;
    font-size:16px;
    text-align:center;
}


/*----------------------------------------*/
/*  Other-CSS
/*----------------------------------------*/






/*Gallery*/

/*LUXURY THEME*/

.footer-flex .boat-price {
  padding: 3px 18px;
  color: #ffffff !important;
  background: #1760ae;
  /*border-radius: 0.2rem;*/
  height: 32px;
  font-weight: 500;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-flex .boat-price i {
    margin-right: 7px;
    position: relative;    
  }
.footer-first {
  flex: 1;
}
.listing-detail-footer {
  margin-top: -10px;  
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  min-height: 55px;
  max-height: 55px;
}
.gallery-box {
  position: relative;
  box-shadow: 0px 4px 18px rgba(194, 200, 213, 0.3);
  border: none;
  border-radius: 0px 0px 6px 6px;
  margin-bottom: 24px;
  border-bottom: 2px solid #0a4c91;
}
.gallery-box:hover .item-img a img {
  transform: scale(1.05);
}
.gallery-box .item-img {
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0px 0px;
  z-index: 5;
  cursor: pointer;
}
.gallery-box .item-img:before {
  content: "";
  height: 40%;
  width: 100%;
  background-image: linear-gradient(to top, #000, transparent);
  opacity: 30%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /*z-index: 1;*/
}
.gallery-box .item-img a img {
  border-radius: 6px 6px 0px 0px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  z-index: 5;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .gallery-box .item-img a img {
    width: 100%;
  }
}
.gallery-box .item-category-box1 {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 5;
}
.gallery-box .item-category-box1::after {
  content: "";
  position: absolute;
  top: -31px;
  left: 50%;
  /*background-image: url(../images/bg/listing-label.svg);*/
  width: 51px;
  height: 40px;
  margin-left: -27.5px;
}
@media only screen and (max-width: 991px) {
  .gallery-box .item-category-box1 {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-box .item-category-box1 {
    left: 30px;
    top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .gallery-box .item-category-box1 {
    left: 20px;
    top: 30px;
  }
}
.gallery-box .item-category-box1 .item-category {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  padding: 3px 20px;
  display: inline-block;
  background-color: #04174f;
  border: none;
  border-radius: 2px;
  position: relative;
}
.gallery-box .item-category-box1 .item-category:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  left: 10px;
  top: 16px;
  border: none;
  border-radius: 50%;
}
.gallery-box .item-content {
  padding: 20px 22px 1px 20px;
  background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .gallery-box .item-content {
    padding: 20px 16px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-box .item-content {
    padding: 18px 22px;
  }
}
@media only screen and (max-width: 479px) {
  .gallery-box .item-content {
    padding: 10px 16px 1px 20px;
  }
}
.gallery-box .item-content .verified-area {
  display: flex;
  align-items: center;
}
.gallery-box .item-content .verified-area .item-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
  line-height: 22px;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 479px) {
  .gallery-box .item-content .verified-area .item-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.gallery-box .item-content .verified-area .item-title a {
  color: #212121;
  transition: all 0.3s ease-in-out;
}
.gallery-box .item-content .verified-area .item-title a:hover {
  color: #1760ae;
  margin-left: 2px;
}
.gallery-box .item-content .footer-desc {
  color: #2b2828;
  font-size: 16px;
  margin-bottom: 5px;
}
.gallery-box .item-content .footer-desc i {
  margin-right: 7px;
  position: relative;
  top: 3px;
}
.gallery-back-button{
    text-align: center;
    margin-top: 15px;
}
.gallery-back-button a:hover{
    color: #ffff00;
}
.gallery-back {
  display: inline-block;
  background-color: #0a4c91;
  border: none;
  border-radius: 4px;
  color: #ffff00;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 16px;
  transition: all 0.3s ease-in-out;  
  z-index: 1;
  position: relative;
}
.gallery-back:hover:after {
  visibility: visible;
  opacity: 1;
  left: 0;
  width: 100%;  
}
.gallery-back:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  border: none;
  border-radius: 4px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

/*reservation*/
.bg-form{
    font-family: 'Ubuntu', sans-serif !important;
    background:#eff2f9; 
    border:1px solid #d2d6de;
  border-radius: 4px;
}
.sub-bg-form{
  font-family: 'Ubuntu', sans-serif !important;
  background:#e8ecf7;   
  padding: 12px;
  margin-bottom: 10px;
}
.sub-bg-form label{
  color: #033566 !important;
    font-size: 14px !important;
    font-weight: 500;
}

.sub-bg-form h2{
  font-family: 'Ubuntu', sans-serif !important;
  text-transform: uppercase;
  color: #000000 !important;
  font-size: 18px;
  font-weight: 500; 
  
}

.sub-bg-form .form-control {
   border-left: 2px solid #6861CE !important;    
  font-size: 14px;
  border-color: #eae4e4;   
  padding: .6rem 1rem;
  height: inherit !important;
}
.form-control::placeholder {
  color: inherit;
  opacity: .7;
}
.form-group {
  margin-bottom: 0;
  padding: 5px 3px;
}

.sub-bg-form input:focus { 
    outline: none !important;
    border-color: #6861CE !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

 }
 .sub-bg-form select:focus { 
    outline: none !important;
    border-color: #6861CE !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
 }
  .sub-bg-form textarea:focus { 
    outline: none !important;
    border-color: #6861CE !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
 }



/*selfy*/
.sidebar-selfy-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.sidebar-selfy-inner {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding: 45px 30px 45px;
    border-radius: 8px;
}
.sidebar-selfy-box .icon {
    position: relative;
    display: block;
    margin-bottom: 9px;
}
.sidebar-selfy-box p {
    color: #ffff00;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
}
.sidebar-selfy-box h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    margin-top: 5px;
}
.sidebar-selfy-box .btn-box {
    position: relative;
    display: block;
    padding-top: 111px;
}
.sidebar-selfy-box .btn-box .hand {
    position: absolute;
    bottom: 30px;
    right: 60px;
}
.btn-one {
    position: relative;
    display: inline-block;
    padding: 8px 22px;
    background-color: #0a4c91;
    border: 2px solid #fff;
    color: #ffff00;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: 'Inter', sans-serif;
    z-index: 1;
}
.btn-one:before {
    position: absolute;
    left: 45%;
    bottom: 0px;
    right: 45%;
    height: 50%;
    border-radius: 8px;
    background: #191f2d;
    opacity: 0;
    content: "";
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.btn-one:hover:before {
    opacity: 1;
    left: 0;
    height: 100%;
    right: 0;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}
.btn-one .txt {
    position: relative;
    z-index: 1;
}
.btn-one:hover,
.btn-one:focus {
    color: #ffffff;
    text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
}




.hsb-area{
    float: left;
}
.hsb-area p b{
    color: #ec08be;
    font-weight: 700;
}
.hsb-area ul li{
    font-size: 15px;
}
.featured-icon-box.bg-base-grey{
    background: #cfc;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.sky-bg .featured-icon-box{
    margin: 5px 0px;
}
.featured-icon-box.bg-base-grey:hover{
    background: #93ebff;    
}
.footer-logo.review img:hover{
   margin-left: 2px;
   border-radius: 15px;
}

.sec-title {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.centred {
  text-align: center;
}
.sec-title h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #275b9d;
}
.sec-title h6{
    display: inline-block;
    position: relative;
    color: var(--base-skin);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0.5px;
    padding-left: 17px;
    margin-bottom: 0px;
}
.sec-title h6:before,
.sec-title h6:after{
    left: 6px;
    right: auto;
    color: var(--base-skin);
    border-left: 2px solid;
    width: 2px;
    height: 100%;
    content: "";
    position: absolute;
    /*transform: rotate(16deg);*/
    top: 0;
}
.sec-title h6:after{
    left: 10px;
}
.sec-title span{
    display: inline-block;
    position: relative;
    color: var(--base-skin);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0.5px;
    padding-left: 21px;
    margin-bottom: 15px;
}
.sec-title span{position: relative;}
.sec-title span:before,
.sec-title span:after{
    right: 15px;
    left: auto;
    color: var(--base-skin);
    border-right: 2px solid;
    width: 2px;
    height: 16px;
    content: "";
    position: absolute;
    /*transform: rotate(16deg);*/
    top: 0px;
}
.sec-title span:after{
    right: 11px;
}
.sec-title .title-shape{
  position: relative;
  width: 50px;
  height: 4px;
  margin-left: 8px;
  background: #275b9d;
}
.sec-title.centred .title-shape{
  margin: 0 auto;
}
.sec-title .title-shape:before{
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: -8px;
  top: 0px;
  background: #182c56;
}
.sec-title.centred .title-shape:after{
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  right: -8px;
  top: 0px;
  background: #182c56;
}

.pay-button{
    background: #5b1066;
    border: 1px solid #860884;
    color: #fff;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 6px;
}
.nav-but1 a{
    margin-bottom: 6px;
    margin-right: 1%;
    width: 55%;
}
.nav-but1 a:hover{
    color: #dce405;
}
.navigation-body-section.navigation-additional-menu.nav-but1{
    padding: 16px 16px 8px 16px;
}

/*----------------------------------------*/
/*  THEME-CSS
/*----------------------------------------*/

.bg-section-1{
    background-color: #303b4d !important;
}
.section-head .head-title-2{
    font-size: 30px;
    line-height: 40px;
}

.bg-primary-dark{
    background-color: #303b4d !important;
}
button.scroltop{
    color: #303b4d !important;
}


.footer-social-menu{
    padding:20px;
}
.footer-social-menu ul{
    margin:0;
    padding:0;
    list-style:none;
    margin-bottom:15px;
}

.footer-social-menu ul li{
    display:inline-block;
}
.footer-social-menu ul li a{
    color: #bbc7cd;
    font-size: 16px;
    padding-right: 15px;
}
.footer-social-menu ul li i:hover{
    color: #fff200 !important;
}
.content-inner-12{
    padding: 80px 0px;
}

.about-bg-1{
    background-image:url('../images/background/bg15.png');
    background-position:right;
    background-repeat:no-repeat;
}

.view-btn{
    padding: 14px 30px !important;
}


.new-btn.btn1{
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 30px;
  text-align: center;
  text-transform: unset;
  touch-action: manipulation;
  transition: all 0.5s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  background: #a98627;
  border: none;
  font-family: 'Commissioner', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
}


.new-btn.btn1::before {
  background-color: #f38b34;
  content: "";
  height: 100px;
  left: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  z-index: -1;
    
}
.new-btn.btn1:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.new-btn.btn1:hover::after{
    color: #fff;
    background: #a98627;
}

.dlab-media.why-choose.right::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 400px !important;
  border-radius: 6px;
  background-color: #303b4d;
  z-index: -1;
  right: -11px;
  top: 38px;
}

.footer-link .info{
    color: #b0b0b0 !important;
}

.product-inner .s-single-services .services-icon{
    width: 40%;
}

/*THEME-RESPONSIVE*/

@media screen and (max-width: 991px) {

button.scroltop{
    display: none !important;
}
.archi-footer-2.site-footer .footer-bottom {    
    padding-bottom: 90px !important;
  }

.footer-social-menu{
    padding: 5px;
}
.footer-social-menu ul{
    margin-bottom: 0px;
}
.content-inner-12{
    padding: 0px 0px;
}
.about-bg-1{
    background-image: none;
}
.why-choose .section-head .head-title {
    
    margin-bottom: 2px !important;
  }
  .header-archia.header-archia-2.style-2 .main-bar {  
    /*background: #1a1515;*/
    }
   .product-inner .s-single-services .services-icon{
    width: 70%;
}

}

@media screen and (max-width: 767px) {

    .dlab-media.why-choose.right img{
        display: none;
    }
    .copyright-wrap {
      margin-bottom: 65px;
  }
  .footer-top.pb-90{
    padding-bottom: 15px;
  }

}


/* 6. services */
.feature-area {

    margin-top: -80px;
    z-index: 1;
    position: relative;

}
.services-two .s-single-services {
    border-radius:0 0 0 0;
}
.services-two .s-single-services .btn2{
    display: inline-block;
    color: #a98627;
}
.services-area.gray-bg{position: relative;z-index: 1;overflow: hidden;}
.single-services {
    background: #fff;
    box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.07);
    position: relative;
}
.single-services::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #a98627;
    z-index: -1;
    transition: .3s;
    opacity: 0;
}
.service-t h2 {
    top: 55px;
}
.services-thumb img {
    width: 100%;
}
.services-content span {
    display: block;
    height: 2px;
    width: 150px;
    background: #a98627;
    transition: .3s;
    margin-bottom: 55px;
}
.services-content {
    padding: 60px 40px;
    padding-bottom: 55px;
}
.services-content small {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}
.services-content h4 {
    font-size: 24px;
    margin-bottom: 23px;
}
.services-content h4:hover a{color: #a98627;}
.services-content p{margin-bottom: 0;}
.single-services:hover .services-content span {background: #a98627;}
.single-services:hover::before{opacity: 1;}
.services-active .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    line-height: 1;
}
.services-active .slick-dots li{display: inline-block;margin: 0 5px;}
.services-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 5px;
    width: 20px;
    background: #a98627;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
}
.services-active .slick-dots li.slick-active button {
    width: 50px;
    background: #a98627;
}
.services-active .slick-track {
    padding-bottom: 10px;
}

.services-icon i {
    font-size: 48px;
border-radius: 50%;
color: #ff4328;
text-align: center;
width: 100px;
height: 100px;
line-height: 100px;
border: 1px solid #ff4328;
}
.services-two .services-icon {
display: inline-block;
width: 90px;
height: 90px;
background: #FFFFFF 0% 0% no-repeat padding-box;
text-align: center;
border-radius: 50%;
padding: 25px;
    margin-bottom: 30px;
}
.services-two .services-icon img{
    width: 100%;
}
.services-two .brline{
    margin-top: 15px;
    margin-bottom: 25px;
}
.services-two ul li{
    margin-bottom: 25px;
}
.services-two ul li::before {
   font-family: "Font Awesome 5 Pro";
    content: "ï€Œ";
   margin-right: 10px;
color: #a98627;
}
.services-icon .glyph-icon::before {
    font-size: 48px;
    color: #3763eb;
    margin-left: 0;
}
.services-icon2 {
    position: absolute;
right: -40px;
bottom: 34px;
    z-index: -1;
}
.services-icon2 .glyph-icon::before {
    font-size: 120px;
    color: #8ca8ff29;
    margin-left: 0;
}
.services-two .second-services-content{
    float: left;
width: 100%;
}
.services-two .s-single-services {
transition: .3s;
padding: 45px;
border: none;
margin-bottom: 30px;
border-radius: 0;
  
}
.services-two .s-single-services{
    float: left;
    width: 100%;
}


.services-three .services-icon {
display: inline-block;
width: auto !important;
height: auto !important;
margin-bottom: 30px;
}
.services-three .services-icon img{
    width: 100%;
}
.services-three .brline{
    margin-top: 15px;
    margin-bottom: 25px;
}
.services-three ul li{
    margin-bottom: 25px;
}
.services-three ul li::before {
   font-family: "Font Awesome 5 Pro";
    content: "ï€Œ";
   margin-right: 10px;
color: #a98627;
}
.services-three .second-services-content{
    float: left;
width: 100%;
}
.services-three .s-single-services {
transition: .3s;
padding: 30px;
margin-bottom: 30px;
border-radius: 4px;
border: 2px solid #F0F0F0;
display: block;
box-shadow: none;
    
}
.services-three .s-single-services.active {
    background: #fff;
    margin-top: 0;
    position: relative;
    z-index: 1;
    left: 0;
}
.services-icon img {
  display: inline-block;
}
.services-three .s-single-services.active a.ss-btn {
    display: none;
}

.second-services-content h5 {
  transition: .3s;
  letter-spacing: 0;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}
.second-services-content p {
    margin-bottom: 0;
    font-size: 14px;
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical
}
.product-inner .second-services-content p {
  
  overflow: auto !important;
  display: -webkit-box;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical;
}
.second-services-content a {
    /*font-size: 14px;
    font-weight: 500;
    color: #444d69;
    position: relative;
    transition: .5s;*/
}

.second-services-content a::after {
    left: -40px;
    right: unset;
    opacity: 0;
}
.s-single-services {
transition: .3s;
background: #1e1e1e;
padding: 20px 15px;
    display: flex
}
.s-single-services.active {
  background: #1e1e1e;
}
.s-single-services.active h3 a{
    color: #fff;
}
.services-active .s-single-services{
    margin-left: 15px;
    margin-right: 15px;
    background: #303236;
    overflow: hidden;
}
.second-services-content h3 a{
    font-size: 20px;
}

.s-single-services .services-icon {
  width: 70%;
}
.h-service {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #0000009c;
  padding-top: 45%;
    transition: .3s cubic-bezier(.24,.74,.58,1);
    transform: scaleY(1);
}
.h-service h5 {
color: #fff;
    font-size: 26px;
    font-weight: 600;
}
.s-single-services:hover .h-service{
transform: scaleY(0);
opacity:0;
}
.services-hover .box1 {
  content: "";
  width: 60px;
  height: 60px;
  border: 1px solid #a98627;
  position: absolute;
  z-index: 11;
  left: 40px;
  top: 40px;
  border-right: 0;
  border-bottom: 0;
}
.services-hover .box2 {
  content: "";
  width: 60px;
  height: 60px;
  border: 1px solid #a98627;
  position: absolute;
  z-index: 11;
  right:40px;
  top:40px;
  border-left: 0;
  border-bottom: 0;
}

.services-hover {
position: absolute;
top: 0;
left: 0;
padding: 100px 60px 0;
background: #000000;
height: 100%;
width: 100%;
color: #fff;
transform: scaleY(0);
opacity: 0;
transition: .3s cubic-bezier(.24,.74,.58,1);
}
.s-single-services:hover .services-hover {
transform: scaleY(1);
opacity:1;
}
.services-hover h5{
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.services-hover a{
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
}
.services-hover:hover p{
   height: auto;
    width: auto;
    
}
.services-hover:hover .services-icon{ 
   margin-top: 20px;
}
.second-services-content a {
    color: 000f38;
    transition: all 0.3s ease 0s;
}

.s-single-services a.ss-btn{
    display: none;
}
.s-single-services .active-icon{display: none;}
.s-single-services .d-active-icon{display: block;}
.second-services-content span{
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}
.s-single-services::before{
    position: absolute;
  content: "";
  left: 0;
  top: 0;
    width: 0;
  height: 1px;
    background: #a98627;
    transition: all 0.5s ease-out 0s;
  transition-delay: 0s;
}
.s-single-services:hover::before {
     width: 100%;
}
.s-single-services.active a.ss-btn{
    display: inline-block;
}
.s-single-services.active .second-services-content h5{}
.s-single-services.active .second-services-content a,#feature-top .s-single-services.active .btn2,.s-single-services.active .services-icon .glyph-icon::before{}
.s-single-services.active .second-services-content p{
   
}
.s-single-services.active .active-icon{display: block;}
.s-single-services.active .d-active-icon{display: none;}
.services-bg {
    background-position: center;
    background-size: cover;
}
.services-active2{
    padding-top: 50px;
    padding-bottom: 300px;
}
.services-active2 .slick-arrow {
   position: absolute;
    top: 50%;
    left: -60px;
    border: none;
    background: none;
    padding: 0;
    font-size: 24px;
    color: #a98627;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
}
.services-active2 .slick-next {
    left: inherit;
    right: -60px;
}
.services-active2 .slider-nav .slick-list.draggable {
    width: 1100px;
    float: right;
}
.services-item {
background: #fff;
margin: 22px 15px;
box-shadow: 3px 4px 15px #0000001A;
text-align: center;
border-radius: 10px;
}
.services-active2 .slider-nav {
    position: absolute;
    bottom: 0px;
}
.services-active2 li
{
    display: flex;
    margin-bottom: 10px;
}
.services-item h3{
    font-size: 20px;
}
.services-item .glyph-icon:before{
    font-size: 60px;
}
.services-active2 li .icon{
    padding-right: 10px;
}
.services-item.slick-slide.slick-current.slick-active {
    background: #3763eb;
}
.services-item.slick-slide.slick-current.slick-active .glyph-icon:before{
    color: #fff;
}
.services-item.slick-slide.slick-current.slick-active h3{
    color: #fff;
}
.services-area .services-box {
background: #f7f6fb;
padding-top: 30px;
}
.services-box .services-content2{
    margin-top: 25px;
    padding-bottom: 30px;
    transition: .3s;
    padding-left: 30px;
    padding-right: 30px;
}
.services-box .services-content2 p{
    margin-bottom: 0;
}

.services-content2 h5{
    font-size: 24px;
    margin-bottom: 15px !important;
}
.services-content2 h5 a{
    color: #30313d;
}
.services-box .ss-btn2{
    width: 60px;
    height: 60px;
    background: #a986270% 0% no-repeat padding-box;
    box-shadow: 0px 16px 32px #a98627;
    display: none;
    color: #fff;
    line-height: 60px;
    font-size: 31px;
    border-radius: 50%;
    position: absolute;
    left: 42%;
    bottom: -25px;
    transition: .3s;
}
.services-box .services-content2:hover .ss-btn2{
     display: inline-block;
}

.services-02 ul{
    display: flex;
    border: 2px solid #F5F5F5;
}
.services-02 ul li{
    padding: 30px;
     border-right: 2px solid #F5F5F5;
    background: #fff;
    transition: .2s;
}
.services-02 ul li:last-child{
    border: none;
}
.services-icon-02
{
    margin-bottom: 30px;

}
.services-content-02 h5{
    font-size: 24px;
    margin-bottom: 20px;
}
.services-content-02{
        font-size: 14px;
}
.services-content-02 .ss-btn2 {
    margin-top: 20px;
    display: block;
}
.services-content-02 .ss-btn2 i{
    width: 40px;
height: 40px;
    border: 2px solid #E6E6E6;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color:#777;
}
.services-content-02 .ss-btn2 span{
   color: #a98627; 
    margin-left: -10px;
    font-weight: 600;
    opacity: 0;
   transition: all 0.5s ease 0s;
}
.services-02 ul li:hover{
   border: none;
box-shadow: 0px 16px 32px #0000000A;
transform: scale(1.08);
    transition: .2s;
}
.services-02 ul li:hover .ss-btn2 span{
    margin-left: 5px;
    opacity: 1;
    transition: .2s;
}

.services-area .section-title h2{
  font-size: 40px;
  padding-bottom: 0;
  margin-bottom: 15px !important;
  position: relative;
  font-weight: 500;
}
.services-area .section-title h5{
  color: #a98627;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.services-box-03 {
    background: #fff;
    padding: 50px;
}
.services-box-04{
     border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 38px 0px rgba(40, 40, 40, 0.04);
    padding: 45px;
}

.services-icon-04{
    display: flex;
    margin-bottom: 30px;
}
.services-icon-04 img{
    margin-right: 15px;
}
.services-icon-04 h4{
    padding: 15px 0 0;
}
.services-box-04 .services-content-02 li{
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    color: #000000;
}
.services-box-04 .services-content-02 li::before {
    font-family: "Font Awesome 5 Pro";
    content: "ï€Œ";
    margin-right: 10px;
    color: #a98627;
}
.services-box-04 .services-content-02 .blue li::before{
    color: #4cc3c1;
} 
.services-box-04 .services-content-02 .green li::before{
    color: #2db065;
} 
.services-05 h2{
    color: #fff;
}
.services-05::before{
    content: "";
    background: #000000;
    position: absolute;
    top: 0;
    width: 100%;
    height: 529px;
}
.services-content-05{
     background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 38px 0px rgba(40, 40, 40, 0.04);
padding:30px;
    margin-bottom: 50px;
}
.services-content-05 span{
    color: #a98627;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.services-text05 p{
    font-size: 20px;
    color: #777 !important;
}
.services-text05 a{
    font-size: 20px;
color: #a98627;
font-weight: 500;
text-decoration: underline;
}
.services-icon-05 img{
    width: 100%;
}
.services-07 .section-title h2{
    color: #fff;
}
.services-box07{
    border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
}
.services-box07 .sr-contner {
    display: flex;
}
.services-box07 .sr-contner .icon {
  width: 119px;
  margin-right: 20px;
}
.services-box07 .sr-contner .text h5{
    font-size:25px;
    
}
.services-box07 .sr-contner .text p{
    margin-top: 15px;
    margin-bottom: 0;
}

.services-07 .user-box {
    display: flex;
}
.services-07 .user-box .text {
    padding-top: 10px;
    padding-left: 15px;
}

.services-07 .user-box .text h2 {
    font-size: 24px;
    font-weight: 500;
               font-family: 'Commissioner', sans-serif;
    color: #fff;
    margin-bottom: 5px;
}
.services-07 .user-box .text h3 {
    font-size: 14px;
               font-family: 'Commissioner', sans-serif;
    color: #9a9fa2;
}

.services-08-item {
    text-align: center;
    padding:50px;
     border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.services-08-item .readmore {
  width: 50px;
  height: 50px;
  background: #d7d7d7;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  color: #162542;
  display: inline-block;
  margin-top: 15px;
}
.services-08-item .readmore:hover{
    color: #fff;
    background: #a98627;
}
.services-08 h2{
    color: #fff;
}
.services-08 .bg-outer{
     background-color: #fff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);    
}
.services-08 .col-lg-4.col-md-4{
    position: relative;
}
.services-08 .services-08-item--wrapper{
     border-bottom: 2px solid #ffffff12;
}

.services-08 .services-08-item--wrapper:nth-child(2){
    border-bottom: none;
}
.services-08-item--wrapper > div{
    border-right: 2px solid #ffffff12;
}
.services-08-item--wrapper > div:nth-child(3){
    border-right: none;
}
.services-08-content h3{
    margin-bottom: 15px;
    font-size: 24px;
}
.services-08-content,.services-08-thumb {
    position: relative;
    z-index: 1;
}
.services-08-thumb img{
    height: 40px;
}
.services-08-content .number {
  color: #f5f5f5;
  -webkit-text-stroke: 1px #a98627;
  -webkit-text-fill-color: #fff;
  font-size: 70px;
  font-weight: bold;
    margin-bottom: 35px;    
}
.services-08-item:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
}
.services-08-item:hover::before {
    background-color: #fff;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
}
.services-09::before {
display: none;
}
.services-09 p,.services-09 .section-title h5{
    color: #fff;
}

.services-area2 .container {
    z-index: 1;
    position: relative;
}
.services-area2 h2{
    color: #30313d;
}
.services-area2 .services-box2 {
    background-color: rgb(255, 255, 255);
    box-shadow:2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.07) ;
}
.services-area2 .services-box2 h3 {
    padding-left: 30px;
    border-left: 5px solid #a98627;
}
.services-area2 .services-box2 .services-icon{
    border-radius: 15px;
    background-color: #fff7e7;
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
}
.services-area2 .services-box2 .services-icon i{
    border: none;
    color: #a98627;
}
.services-area2 .services-box2 p{
    margin-bottom: 0;
}
.services-box2 .services-content2 {
    padding: 30px 0 30px 0;
    position: relative;
}
.services-box2 .services-content2 h3 {
    font-weight: 600;
    font-size: 24px;
}
.services-box2 .services-content2 .icon{
color: #777777;
width: 50px;
height: 50px;
border: 2px solid #7777777d;
text-align: center;
font-size: 30px;
line-height: 48px;
display: inline-block;
border-radius: 50%;
position: absolute;
top: 28%;
right: 30px;
}
.services-box2 .services-content2 .icon:hover{
color: #a98627;
border: 2px solid #a98627;
}
.services-area2 figcaption {
  background: #000000d6;
}
.services-area2 .gallery-image:hover figcaption{
    bottom: 0;
}




/*footer theme*/


/* 20. footer */
.recent-blog-footer li {
    display: flex;
    margin-bottom: 25px !important;
}
.recent-blog-footer li .thum {
    float: left;
    width: 155px;
    margin-right: 10px;
}
.recent-blog-footer li .thum img {
  border-radius: 10px;
}
.recent-blog-footer a {
    width: 100%;
    display: inline-block;
    color:#fffc !important;
}
.recent-blog-footer a:hover {
    color:#fff !important;
}
.recent-blog-footer span {
    color:#a98627;
}
.footer-top .anim-01 {
  position: absolute;
  left: 15%;
  border-radius: 50%;
  background-color: rgb(248, 248, 248);
width: 92px;
  height: 92px;
  top: 30%;
}
.footer-top .anim-02 {
  position: absolute;
right: 18.3%;
border-radius: 50%;
background-color: rgb(248, 248, 248);
width: 239px;
height: 239px;
top: 15%;
z-index: 0;
}

.footer-top .f-logo{
    margin-bottom: 30px;
}
.footer-top .f-logo img
{
    height: 24px;
}

.footer-top-heiding {
    
    margin-top: 20px;
}
.footer-top-heiding .f-contact {
border: 1px solid;
padding: 25px;
align-items: center;
margin-bottom: 30px;
}
.f-contact {
display: flex;
}
.f-contact i {
  width: 40px;
  height: 40px;
 background-image: -moz-linear-gradient( 0deg, rgb(9,152,230) 0%, rgb(54,96,217) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(9,152,230) 0%, rgb(54,96,217) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(9,152,230) 0%, rgb(54,96,217) 100%);
  line-height: 40px;
  color: #fff !important;
  text-align: center;
  border-radius: 50%;
  float: left;
}


.f-contact a{
    color:#fffc  !important;
}
.f-contact a:hover{
    color: #fffc!important;
}

.f-contact span{
    color:#fffc ;
}
.f-contact h3 {
    color: #fff;
    font-size: 18px;
}
.footer-top-heiding h2{
    color: #fff;
}
.footer-bg {
    color:#777;
    background-position: -180px center!important;
    background-size: cover;
    position: relative;
z-index: 1;
}
.f-cta-area.gray-bg {
    background: #f4f4fe;
    border-top: 3px solid #a98627;
}
.footer-text p {
    color: #ddd;
    margin-bottom: 0;
}

.footer-social span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    margin-right: 20px;
}
.footer-social a {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background-color: #383b3f;
  text-align: center;
  line-height: 40px;
  color: #fff !important;
}
.footer-social a:hover{    
  background: #a98627;
    color: #fff !important;
}
.f-widget-title h2,.footer-widget .widgettitle  {
font-size: 24px;
position: relative;
padding-bottom: 30px;
color: #FFF;
margin-bottom: 0;
font-weight: 500;
}
.f-widget-title h2::before,.footer-widget .widgettitle::before {
content: "";
position: absolute;
left: 0;
bottom: 20px;
height: 1px;
width: 54px;
background: #a98627;
}
.f-widget-title img {
    width: 80%;
}

.footer-link ul{
    padding-left: 0rem;
    list-style: none;
}
.footer-link ul li i {
    color: #a98627;
    margin-right: 5px;
    list-style: none;
}
.footer-link ul li a {
    color:#abadb7 ;
    display: inline-block;
}
.footer-link ul li a::before {
  content: "+";
  margin-right: 8px;
  color: #a98627;
  font-size: 18px;
    display: none;
}
.footer-link ul li a:hover{color: #a98627;}
.footer-link ul li {
margin-bottom: 10px;
}
.footer-link ul li:last-child{margin-bottom: 0;}
.f-insta ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 9px;
    width: 30% !important;
}
.f-insta ul li img {
  width: 100%;
}
.f-insta ul li:nth-child(3), .f-insta ul li:nth-child(6) {
    margin-right: 0 !important;
}
.f-insta ul li a{display: block;position: relative;}
.f-insta ul li a::before {
    content: "\e035";
    font-family: "dripicons-v2" !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color: #fff;
    transition: .3s;
    opacity: 0;
    z-index: 9;
}
.f-insta ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #a98627;
    opacity: 0;
    transition: .3s;
}
.f-insta ul li:hover a::before{top: 50%;opacity: 1;}
.f-insta ul li:hover a::after{opacity: .6;}

.copyright-wrap{
    padding: 15px 0px;
    background: #000;
color: #fff;
}
.copyright-wrap a{
    color: #a98627;
}
.copyright-wrap strong {
  color: #000;
}
.copyright-wrap li {
    display: inline;
    padding-left: 15px;
    margin-left: 40px;
    position: relative;
}
.copyright-wrap li::before {
background-color: #000000;
width: 8px;
height: 8px;
content: "";
position: absolute;
left: -4px;
top: 5px;
border-radius: 50px;
}
.copyright-wrap li a{
    color: #fff;
}
.copyright-wrap p{
    font-size: 14px;
}
.fbtd{
    border-top: 1px solid #ffffff12;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
}
.f-contact2{
    
}
.f-contact .text h3{
    margin-bottom: 2px;
    font-weight: 500;
}
.f-contact .icon {
    float: left;
    margin-right: 15px;
}

.f-contact li {
    float: left;
    margin-bottom: 15px !important;
    width: 100%;
}
.f-contact li:last-child{
    margin-bottom: 0px !important;
}
#contact-form4{
    margin-top: 20px;
}
#contact-form4 input {
    float: left;
    padding: 23px 30px;
    border: none;
    width: 75%;
}
#contact-form4 button {
    padding: 15px 30px;
    border-radius: 0;
}

.dark .footer-social a{
    background: #383b3f;
    color: #fff !important;
}
.dark .fbtd{
    border-top: 1px solid #292929;
}


/*----------------------------------------*/
/*  Mobile-Version
/*----------------------------------------*/

@media screen and (min-device-width: 1200px) and (max-device-width: 1216px) { 
.header-style-two .navbar-wrap ul li a {
  padding: 32px 16px;
}

}

@media screen and (min-device-width: 992px) and (max-device-width: 1199px) { 
.header-style-two .navbar-wrap ul li a {
  padding: 32px 17px;
}
.header-style-two .header-action ul > li > a {
  padding: 29px 10px;
 }

}


@media screen and (max-width: 991px) { 
  .order-1{order:2!important}
  .order-2{order:1!important}
  .order-0{order: 2 !important}
  .services-details-area .order-lg-2{
    order: 0 !important;
  }
  .error-content{
    padding-top: 35px;
  }
}

@media screen and (max-width: 767px) {
    /* Page-Title */
    .ttm-page-title-row {padding: 35px 0 30px; margin-top: 80px;}
    .dark-page .ttm-page-title-row {padding: 35px 0 30px; margin-top: 80px;}
    
    .title-box .page-title-heading, .breadcrumb-wrapper{ display: block; text-align: left; }
    .dark-page .title-box .dark-page .page-title-heading, .dark-page .breadcrumb-wrapper{ display: block; text-align: left; }
    
    .breadcrumb-wrapper .breadcrumb-wrapper-inner{ padding: 0; background: transparent;margin-left: -15px;padding-top: 5px; }
    .dark-page .breadcrumb-wrapper .breadcrumb-wrapper-inner{ padding: 0; background: transparent;margin-left: -15px;padding-top: 5px; }
    
    .title-box .page-title-heading h1{ font-size: 25px ; line-height: 25px; }
    .dark-page .title-box .page-title-heading h1{ font-size: 25px ; line-height: 25px; }
    
    .breadcrumb-wrapper a {color: #0d0000;}
    .dark-page.breadcrumb-wrapper a {color: #0d0000;}
    
    .breadcrumb-wrapper a:hover{ color: #02132b;}
    .dark-page.breadcrumb-wrapper a:hover{ color: #02132b;}
    
    .breadcrumb-wrapper span:last-child { color: #0c4980;}
    .dark-page .breadcrumb-wrapper span:last-child { color: #ffff00;}
    
    .ttm-textcolor-white{color: #000;}
    .dark-page .ttm-textcolor-white{color: #fff;}
    
    .cmt_single_image-wrapper.border-style1::after{
        border: none;
    }
    .section-title h5{font-size: 25px;margin-top: 10px;}
    
   .top-35{top: 35px !important;}
   .table-1{font-size: 15px;}
   .scroll-top{display: none;}
   .mobile-ar .logo{
    padding-top: 10px;
    padding-bottom: 6px;
   }
   .mobile-ar .logo img{
     height: 50px;
   }
   .about-area-three{
    padding: 40px 0;
   }
   .order-2 .view-all-btn{
    margin-bottom: 15px;
   }
   .order-0 .about-img-two{
    margin-top: 15px;
   }
   .brand-aera-two.pb-80.pt-60{
    padding-bottom: 25px;
    padding-top: 25px;
   }
   .footer-bottom-two{
    margin-bottom: 80px;
    padding: 15px 0;
   }
   .copyright-text-two p{
    font-size: 13px;
   }
   /*.mb-wdth{
    width: 90px !important;
   }*/
   .contact-map{
    padding-bottom: 25px;
   }
   .breadcrumb-content .title.brdc {
    display: none;
  }
  .breadcrumb-bg.brdc-service{
    padding: 145px 0 35px;
  }
      
}

@media screen and (max-width: 480px) {
.mg-logo{margin-top: 0px;}
.about-whybg{margin-bottom: 15px;}
.pad-80{padding: 30px 0px;}
.mt-sm-54{margin-top: 10px !important;}
.mt-sm-60{margin-top: 20px !important;}	
.social-icons a{color:#12626a;}
.float-right{float: left !important;}
.sbs-footer{display:table;
        width:100%;
        position:fixed;
        z-index:99999;
        bottom:0;
        background-color:#fff200;
    }

  .sldr-txt p {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400;
  position: relative;
  line-height: 22px;
}
 .main-banner-box6 .item-title {
    font-size: 25px;
  line-height: 30px;
  color: #fff;
  }
.about-box2 {
  text-align: justify !important;
}
.ttm-page-title-row-inner .row {
  color: #fff;
  min-height: 180px;
}
.about-box3 .item-title{text-align: left !important;}
.about-layout2 .item-title {text-align: left !important;}
.b-iframe-1{height: 250px;}
.cap_in{width: 38% !important;}
.mg-bt-90{
    margin-bottom: 30px;
}
.xs-jstf{
    text-align: justify !important;
}
.mbr-10{
    margin-bottom: 10px;
}

}