@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: #159955;
    color: #fff;
    text-shadow: none
}
::selection {
    background: #159955;
    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-17{
    font-size: 17px !important;
}
.font-16{
    font-size: 16px !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;
    background-size: cover;
}
.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-img1{
    background-image: url(../images/bg/bg-1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bg-img2{
    background-image: url(../images/bg/bg-2.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: #213d79;
    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: #213d79;
  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: #127542;
    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: #127542;
    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: #127140 !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-CONTACT
/*----------------------------------------*/
.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;
}
.pulse-2 {  
  display: inline-block;  
  border-radius: 50%;  
  box-shadow: 0 0 0 rgba(2,35,104, 0.9);
  animation: pulse 2s infinite;  
}
.pulse-2: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);
  }
}

@-webkit-keyframes pulse-2 {
  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-2 {
  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
/*----------------------------------------*/

.widget.widget-contact{
    margin: 40px 0px;
}
.col-bg-img-one.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg/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: 22px;
   line-height: 32px;
   margin-bottom: 10px;
}
.ttm-bgcolor-darkgrey p{
    color: rgba(255,255,255,.75);
    margin-bottom: 10px;
    font-size: 16px;
  line-height: 23px;
}
.ttm-textcolor-yellow,.ttm-icon_element-color-white,.ttm-textcolor-yellow a{
    color: #d1e6fd;
}
.ttm-textcolor-yellow,.ttm-icon_element-color-white,.ttm-textcolor-yellow a:hover{
    color: #a4ffbb;
}
.layer-content ul{
    margin: 0px;
    padding: 0px;
}
 ul.ttm-textcolor-yellow li{
    color: #d1e6fd;
}
 ul.ttm-textcolor-yellow li i{
    color: #a4ffbb;
}
.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: #d1e6fd;
  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: #d1e6fd;
  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;
}
.layer-content {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}


/*----------------------------------------*/
/*  INNER_PAGE-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;
}

.ser-inner{
	background: #fdfdfd;
	border-bottom: 2px solid #e6cccc;
	padding: 5px;	
}
.service-item__info h2 a{	
	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;	
}
.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;    
}
.fee-bg p{
    color: #3c2b2b;    
    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;     
	 color: #3c2b2b;
	 font-size: 16px;
	 line-height:22px;
	 margin-bottom:12px;
}
.sky-bg{	
    width:100%;
	height: auto;
	float:left;
	background: rgba(227, 245, 251, 0.3) !important;
	padding:20px 3%;
    padding-bottom: 40px;
	border: 1px dashed #e1c3c3;
}
.sky-bg p{
    color: #3c2b2b;    
    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: 700;
    /*float: left;*/
    text-align: left;    
    font-size: 23px;
    width: 100%;
    color: #000007;
    margin-bottom: 20px;
    line-height: 20px;
}
.sky-bg ul {
   margin-left:1%;
   padding-left: 20px;
   float:left;
   margin-top:0px;
   margin-bottom: 0px;
}
.sky-bg ul li{
    /*list-style-image:url(../images/bg/bullet.png);*/
    position: relative;
    clear:both;    
    color: #363A3E;
    font-size: 16px;
    line-height:22px;
    margin-top: 0px;
    margin-bottom:15px;
}
.sky-bg ul li::before{
    position: absolute;
    content: '';
    left: -20px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 10%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: .8;
    background-color: #127140;    
}
.service-inner-det .list-wrap{
    margin:15px 0px 10px 0px
}


.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;
}
.hide-styl{
    position: relative;
    list-style: none !important;
    font-weight: bold;
    font-size: 18px !important;
    margin-left: -20px;
}
.sky-bg ul li.hide-styl::before{
    background: #0b4df5;
    bottom: 5px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 42px;
    top: 24px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 1;
}
.hide-styl-1{
    position: relative;
    list-style: none !important;
    font-weight: bold;
    font-size: 18px !important;
    
}
.hide-styl-sub{
    position: relative;
    list-style: none !important;    
}
.sky-bg ul li.hide-styl-sub::before{    
    opacity: 0;
}
.sky-bg ul li.hide-styl-sub-b::before{    
   font-family: "Font Awesome 5 Pro" !important;
   content: "\f101";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
   background: no-repeat;
   opacity: 1;
   top: 2px;
   color: #04715c;
}

/*----------------------------------------*/
/*  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: 10px;
    text-align: center;
/*    text-decoration: line-through;*/
    font-size: 25px;
    color: #333333;
    line-height: 23px;
    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;    
    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-js-css-folder-pls-include
/*----------------------------------------*/

.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;  
  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;
}


/* about */


.section-title-two {
  position: relative;
  z-index: 1;
}
.section-title-two::after {
  position: absolute;
  content: "About Us";
  left: -14%;
  top: -39%;
  color: #ffffff;
  background-color: #000;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.5px transparent;
  font-size: 150px;
  height: 100%;
  max-width: max-content;
  max-height: max-content;
  font-weight: 900;
  z-index: -1;
  display: flex;
  align-items: center;
  opacity: 0.35;
  font-family: var(--font-secondary);
}
@media only screen and (max-width: 1199px) {
  .section-title-two::after {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-two::after {
    font-size: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-two::after {
    font-size: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .section-title-two::after {
    font-size: 50px;
  }
}

.section-title-two span {
  color: var(--color-primary);
  margin-bottom: 0;  
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: -5px;
}
.section-title-two .title {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 20px;
  margin-top: 5px;
  color: var(--color-primary-4);
  font-family: var(--font-primary);

}
.p-relative {
    position: relative;
}
.about-area-thirteen{
    padding: 90px 0px 90px 0px;
}
.about-img-thirteen {
    position: relative;
    padding: 20px 50px 20px 20px;
}
.about-img-thirteen::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background: #E4E9F6;
    border-radius: 15px;
    z-index: -1;
}
.about-img-thirteen img:nth-child(1) {
    border-radius: 10px;
    border: 10px solid #fff;
}
.about-img-thirteen img:nth-child(2) {
    position: absolute;
    right: -30px;
    bottom: 16%;
    border-radius: 10px;
    border: 8px solid #fff;
}
.about-img-thirteen img:nth-child(3) {
    position: absolute;
    right: 8%;
    bottom: -20px;
    z-index: -1;
    animation: alltuchtopdown 8s infinite linear;
}
.experience-wrap-two {
    position: absolute;
    border-radius: 57px 13px 19px 0px;
    background: var(--color-primary-2);    
    text-align: center;
    padding: 30px 31px;
    left: 33%;
    bottom: 0;    
}
.experience-wrap-two .title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 64px;
    line-height: .8;
    font-weight: 600;
    font-family: var(--font-primary);
}
.experience-wrap-two span {
    display: block;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;    
    line-height: 1;
}
.about-content-thirteen {
    margin-left: 50px;
}
.about-content-thirteen p {
    margin-bottom: 25px;
    font-size: 18px;    
}
.about-inner-content {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.about-shape-wrap-six img {
    position: absolute;
    z-index: -1;
}
.about-shape-wrap-six img:nth-child(1) {
    left: 0;
    top: 10%;
    z-index: -2;
}
.about-shape-wrap-six img:nth-child(2) {
    right: 0;
    bottom: 14%;
}
.about-inner-content-two {
    display: flex;
    gap: 20px 30px;
    flex-wrap: wrap;
    align-items: center;
}

.about-area-thirteen .theme-btn:hover i {
  background: #2f064b
}



@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@keyframes heartbeat {
    from {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}


@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    }
}
@keyframes alltuchtopdown {
  0% {
        transform: rotateX(0deg) translateY(0px);
    }
  50% {
        transform: rotateX(0deg) translateY(-50px);
    }
  100% {
        transform: rotateX(0deg) translateY(0px);
    }
}


@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@keyframes heartbeat {
    from {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}


@keyframes animationFramesOne {
  0% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
  20% {
    transform:  translate(73px,-1px)  rotate(36deg) ;
  }
  40% {
    transform:  translate(141px,72px)  rotate(72deg) ;
  }
  60% {
    transform:  translate(83px,122px)  rotate(108deg) ;
  }
  80% {
    transform:  translate(-40px,72px)  rotate(144deg) ;
  }
  100% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  20% {
    -webkit-transform:  translate(73px,-1px)  rotate(36deg) ;
  }
  40% {
    -webkit-transform:  translate(141px,72px)  rotate(72deg) ;
  }
  60% {
    -webkit-transform:  translate(83px,122px)  rotate(108deg) ;
  }
  80% {
    -webkit-transform:  translate(-40px,72px)  rotate(144deg) ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
}
.animationFramesOne {
    -webkit-animation: animationFramesOne 12s linear infinite;
    animation: animationFramesOne 12s linear infinite;
}

.site-heading.service::after{
  position: absolute;
  content: "NOFA";
  left: 0%;
  top: -39%;
  color: #ffffff;
  background-color: #000;
  background-size: 100% 100%;
  -webkit-background-clip:text;
  -webkit-text-stroke:0.5px transparent;
  font-size: 100px;
  height: 100%;
  max-width: max-content;
  max-height: max-content;
  font-weight: 900;
  z-index: -1;
  display: flex;
  align-items: center;
  opacity: 0.35;
  font-family: var(--oz-heading-font-family);
}
.header-top-fx .header-top-social a{
    background: none;
}




@media screen and (max-width: 991px) {
  .about-content-thirteen {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .about-area-thirteen {
    padding: 30px 0px 60px 0px;
  }
  .section-title-two .title {
    font-size: 30px;
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 767px) {
  .about-content-thirteen {
    margin-left: 0px;
  }
  .about-img-thirteen {
    padding-top: 60px;
  }
  .section-title-two .title {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .about-content-thirteen p {    
    font-size: 16px;
    line-height: 24px;
  }
}


/*=============================
    14. Cta
===============================*/
.cta-area-two {
    padding-top: 30px;
    padding-bottom: 80px;
    position: relative;
    z-index: 9;

}
.cta-inner-wrap-two,
.cta-inner-wrap {
    background-size: cover;
    background-position: center;
    padding: 70px;
    border-radius: 10px;
}
.cta-content {
    display: flex;
    align-items: center;
}
.cta-info-wrap {
    display: flex;
    align-items: center;
    width: 46%;
    flex: 0 0 auto;
    position: relative;
}
.cta-info-wrap::before {
    content: "";
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 74px;
    background: var(--oz-primary-color);
}
.cta-info-wrap .icon {
    font-size: 50px;
    color: #fff;
    line-height: 0;
    margin-right: 15px;
}
.cta-info-wrap .content span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    font-family: var(--oz-heading-font-family);
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}
.cta-info-wrap .content a {
    font-weight: 700;
    font-size: 30px;
    display: inline-block;
    line-height: 1;
    color: #fff;
    font-family: var(--oz-heading-font-family);
}
.cta-info-wrap .content a:hover {
    color: #fff !important;
}
.cta-content .title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.13;
}

.theme-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 20px 25px;
    transition: all .5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius: 10px;
    background: var(--oz-primary-color);
    box-shadow: 0 3px 24px rgb(0 0 0/10%)
}

.theme-btn:hover {
    background: #2f064b;
    color: #fff
}

.theme-btn i {
    margin-left: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #127140;
    border-radius: 50px;
    display: inline-block
}

.theme-btn:hover i {
    background: #fff;
}
.cta-btn .theme-btn{
    background: #127140;
    box-shadow: 0 3px 24px rgba(255, 255, 255, 0.4);
}
.cta-btn .theme-btn:hover i{
    background: #036834;
}


/* cta-two */
.cta-inner-wrap-two .cta-info-wrap::before {
    background: #fff;
}
.cta-inner-wrap-two .cta-info-wrap a:hover {
    color: var(--oz-secondary-color);
}
.cta-inner-wrap-two .cta-btn .btn {
    border: 2px solid #fff;
    background: transparent;
    padding: 16px 30px;
}
.cta-inner-wrap-two .cta-btn .btn:hover {
    background: var(--oz-primary-color);
    border-color: var(--oz-primary-color);
}
.cta-btn .theme-btn{
    background: #000007;
    box-shadow: 0 3px 24px rgba(255, 255, 255, 0.4);
}
.cta-btn .theme-btn:hover i{
    background: #036834;
}




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

  .cta-content .title {
      font-weight: 600;
      font-size: 26px;
  }
  .cta-info-wrap .content a{
    font-size: 26px;

  }
  .cta-info-wrap::before{
    right: 30px;
  }
  
  .cta-area-two{
    z-index: 1;
  }

}


@media screen and (max-width: 991px) {  
        
    .cta-info-wrap::before {
        right: 22px;
        height: 66px;
    }
    .cta-area-two {
      margin-top: 0px;
      padding-bottom: 50px;      
      z-index: 1;
    }
    .cta-info-wrap .content a{
        font-size: 26px;
    }
    .cta-info-wrap .content span{
        font-size: 15px;
    }
    .cta-content .title{
        font-weight: 600;
        font-size: 26px;
    }
    .cta-btn.text-end{
        margin-top: 20px;
    }   

}


@media screen and (max-width: 767px) {  
    
 .cta-area-two {
        padding:15px 0px 50px 0px;
        z-index: 1;
      }
 .cta-inner-wrap-two {
        padding:60px 30px;
    }
 .cta-content {
        text-align: center;
    }
  .cta-info-wrap .content a {
    font-size: 26px;
  }
  .cta-info-wrap .icon {
    font-size: 35px;
  }
  .cta-info-wrap {
    width: 100%;
    margin-bottom: 25px;
    justify-content: center;
  }
   .cta-content {
    display: block;
    text-align: center;
  }
  .cta-content {
    margin-bottom: 40px;
    justify-content: center;
  }
  .cta-content .title {
    font-size: 26px;
    font-weight: 600;
  }
   .cta-btn.text-end {
    text-align: center !important;
  }
  .cta-info-wrap::before {
    display: none;
  }
   .cta-info-wrap .icon {
    font-size: 35px;
  }
  .theme-btn{
    padding: 15px 15px;
    font-size: 15px;
  }
  .theme-btn i{
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .rts-about-area .rts-title-area .title{
    text-align: left;
    margin-bottom: 10px;
  }
  .contact-form-area-one .rts-title-area .title{
      text-align: left;
      margin-bottom: 10px;
      font-size: 20px;
     }


}

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

    
    .cta-inner-wrap-two {
        padding: 30px 30px;
    }
     .cta-content .title {
        font-size: 20px;    
    }
    .cta-info-wrap .content a {
        font-size: 22px;
    }
    .cta-info-wrap .content span{
        font-size: 14px;
        text-align: left;
    }



}


/*----------------------------------------*/
/*  Theme-Styles
/*----------------------------------------*/
.rts-blog-area .title{
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px;
  padding-top: 10px;
  color:#127140 ;
}
.brands-bg-color .rts-title-area p.pre-title {
  color: var(--color-primary);
  margin-bottom: 0;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -5px;
}
.brands-bg-color .rts-title-area .title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
}
.brands-bg-color .rts-title-area::after{
    content: "";
}

.footer-three-single-wized .wized-2-body ul li a {
  color: #1C2539;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.footer-three-single-wized .wized-2-body ul {
  padding-left: 25px;
}

.footer-one-single-wized .quick-link-inner ul{
    padding-left: 25px !important;
} 

.footer-three-single-wized .wized-2-body ul li a{
  position: relative;  

}
.footer-three-single-wized .wized-2-body ul li a::before {
  position: absolute;
  content: '';
  left: -20px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  opacity: .8;
  background-color: #1C2539;
}
.footer-three-single-wized .wized-2-body ul li a::after {
  position: absolute;
  content: '';
  left: -30px;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
   background: var(--color-primary-2);
}
.footer-three-single-wized .wized-2-body ul li a:hover {
  color: var(--color-primary);
}

.footer-three-single-wized .wized-2-body ul li a:hover:after {
    opacity: 1;
}
.footer-three-single-wized .body .info-wrapper .single .info.call a{
    line-height: 27px !important;
 }


.footer-three-single-wized .title:after {
    display: block;
    position: relative;
    width: 30px;
    height: 8px;
    margin-top: 11px;
    background-image: url(../images/bg/title-1.svg);
    content: '';
}

.footer-three .footer-one-single-wized .wized-title .title {
  color: var(--color-heading-1);
  margin-bottom: 10px;
}

.prod-button-area{
    margin-top: 60px;
    display: block;
    text-align: center;
}
.contact-image-one img{
    border-radius: 12px;
}

.nofa-capch{
    padding: 10px 0px;
}

.nofa-capch input{

    height: 45px !important;
  background: #F7F7F7 !important;
  margin-bottom: 2px !important;
  border-radius: 5px !important;
  padding: 5px 10px !important;

}

.contact-form-area-one form textarea{
    height: 130px !important;
}

.easy-steps-area.bg-working-steps{
    padding: 10px 0px 50px 0px !important;
}
.easy-steps-area.bg-working-steps .title-area-nine .title{
    margin-top: 0px;
    margin-bottom: 40px;

    }
 .rts-about-area-two .about-three-thumbnail-left img{
      position: relative;
      border-radius: 6px;
      background-color: #ffffff;
      box-shadow: 0px 4px 18px 0px rgba(194, 200, 213, 0.3);
      padding: 10px;
 }
 .division-bg{
    
 }
 .division-area{
    background: #e4fdff;
    box-shadow: 0px 10px 30px #CED2DD;
/*    background: #fff;*/
    padding-bottom: 20px;
    margin-bottom: 50px;

 }
 .awesome-service-ten.rts-section-gap{
    padding: 30px 0px;
 }
 .single-inner-service-ten .title{
    font-size: 20px;
    color: var(--color-primary-4);
 }
 .rts-about-area .rts-title-area h5{
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #005ed7;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: -10px;
    background: #f9f9f9;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #e8e8e8;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;

 }
  .rts-about-area .rts-title-area h5:hover{    
    background: var(--color-primary);
    color: #fff;
 }

 .footer-time{
    display: flex;
    align-items: center;
    margin-top: 25px;
 }
.footer-time .icon{
    position: relative;
    margin-right: 25px;
    margin-bottom: 0;
    margin-left: 15px;
    padding: 0;
    margin-top: 10px;
}

.footer-time .icon li {
  list-style: none;
  position: relative;
  z-index: 1;
  color: var(--color-primary-1);
}
.footer-time .icon li i {
  font-size: 14px;
}
.footer-time .icon li::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  background: #FFFFFF;
  box-shadow: 0px 9px 18px #bdbdbd;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 10%;
}
.footer-time .info span {
  display: block;
  color: #063059;
  font-size: 16px;
  font-weight: 700;
}
.footer-time .info a {
  color: #4B556A;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  line-height: 22px;
  display: block;
}
.footer-time .info a:hover {
  color: var(--color-primary-1);
}




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


@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;
    }    
    
   .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;
   } 
   .progress-wrap{
    display: none;
   } 
   .title-area-client p.client-title{
    margin: 0px;
   }
   .brands-bg-color .rts-title-area .title {  
    font-size: 16px;
    margin: 4px 0px;
   }
   .rts-breadcrumb-area .bread-tag {  
      padding: 5px 10px;  
      border-radius: 5px; 
      font-size: 13px;
      background-color: rgba(255,255,255,0.8);
    }
    .sbs-bg-4{
        background-position: right;
    }
    .footer-three .copyright-area{
        margin-bottom: 80px;
    }
    .copyright-area.ptb--20{
        padding: 12px 0px !important;
    }
    .footer-three-single-wized .title{
        margin-bottom: 15px;
    }
    .footer-three-single-wized .body .info-wrapper .single .info.call a{
        line-height: 27px !important;
    }
    .service-inner-det .list-wrap {
         margin: 0px 0px 0px 0px;
    }
    .service-detials-step-1 .thumbnail{
        margin-bottom: 1px;
    }
    .service-detials-step-3 .title {        
        line-height: 30px;
    }
    .mapdetails-inner-one .single-wized{
        width: 90%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer-three-single-wized.left {
        padding-right: 2px;
    }
    .rts-service-areah2-im-3.eight .service-h2-content.pl--30{
        padding-left: 1px !important;
    }
    .single-feature-one.eight p {
        font-size: 18px;
    }
    .rts-service-areah2-im-3.eight .feature-one-wrapper.mt--40{
        padding-bottom: 10px;
    }
    .easy-steps-area.bg-working-steps .title-area-nine .title{
        margin-top: -30px;
        margin-bottom: 50px;
    }
    .rts-breadcrumb-area .title.fz-mb {
        font-size: 22px;
    }
    .inner-about-three p.disc{
        padding-right: 1px;
    }
     .single-inner-service-ten .title{
        font-size: 18px;
     }
     .rts-about-area .rts-title-area h5 {
        font-size: 15px
     }
     .rts-title-area .title{
        margin-bottom: 0px;
        font-size: 26px;
     }
     .title-area-style-six .pre-title span.pre{
        font-size: 13px;
     }
     .title-area-style-six .title{
        margin-top: 0px;
     }
     .about-content-inner-style-six p.disc {  
        margin: 10px 0px 15px 0px;
    }
    .bg-shape-wrapper-main .rts-about-area-start.rts-section-gapBottom{
        padding-bottom: 10px;
    }

      

  
      
}

@media screen and (max-width: 480px) {
.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:#213d79;
}
  .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;
  }
.cap_in{width: 38% !important;}
.mg-bt-90{
    margin-bottom: 30px;
}
.xs-jstf{
    text-align: justify !important;
}


}