@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: #25bfd3;
    color: #fff;
    text-shadow: none
}
::-moz-selection {
    background: #25bfd3;
    color: #fff;
    text-shadow: none
}
::selection {
    background: #25bfd3;
    color: #fff;
    text-shadow: none
}

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

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

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



/* ========================================= */
/*         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-12{
    padding-top: 12px;
}
.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;
}
.fnt-mb25{
    font-size: 25px !important;
    color: #1f4ba0;
}
.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: 130px;
    border-radius: 50%;
    height: auto;
    width: auto;
    cursor: pointer;
    z-index: 1000000 !important;
    transition: 0.3s;
}


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

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

/* ========================================= */
/*         LINE-BOTTUM      */
/* ======================================== */
.line-bot {
    font-weight: 700;
    font-size: 26px;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}
.line-bot:before {
    background-color: #ddd;
    content: '';
    position: absolute;
    top: 21px;
    left: calc(100% + 10px);
    height: 1px;
    width: 200px;
}
.line-bot:after {
    background-color: #083f82;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 80px;
}
.line-bottom {
  position: relative;  
  padding-bottom: 10px;
}
.line-bottom::after {
    background: #0f5577;
    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: #0f5577;
  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;
}




/* ========================================= */
/*          FOOTER-MENU      */
/* ======================================== */


.footer-bar-2 .active-nav, .footer-bar-5 strong, .footer-bar-4 strong, .splide__pagination__page.is-active {
    background-color: #4a89dc!important;
}
.footer-bar-1 .active-nav i, .footer-bar-1 .active-nav span, .footer-bar-3 .active-nav i {
    color: #4a89dc!important;
}
.footer-bar-6 .circle-nav strong, .footer-bar-6 .active-nav em {
    background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC)!important;
}


#footer-bar {
    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 a {
    color: #1f1f1f;
    padding-top: 12px;
    position: relative;
    flex: 1 1 auto;
}
#footer-bar 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 a i {
    font-size: 18px;
    position: relative;
    z-index: 2;
}
#footer-bar a svg {
    transform: translateY(-6px);
}
#footer-bar .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-bar-2 .active-nav {
    color: #fff!important;
}
.footer-bar-2 .active-nav strong {
    position: absolute;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
}
.footer-bar-4 .active-nav {
    color: #fff!important;
}
.footer-bar-4 .active-nav strong {
    position: absolute;
    width: 47px;
    height: 47px;
    border-radius: 60px;
    left: 50%;
    top: 30px;
    transform: translate(-50%, -50%);
    bottom: 0;
}
.footer-bar-4 span {
    display: none!important;
}
.footer-bar-4 i {
    padding-top: 10px;
}
.footer-bar-5 .active-nav strong {
    position: absolute;
    width: 50px;
    height: 2px;
    border-radius: 60px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.footer-bar-3 span {
    display: none!important;
}
.footer-bar-3 .active-nav {
    padding-top: 11px!important;
}
.footer-bar-3 .active-nav span {
    display: block!important;
}
.footer-bar-3 a {
    padding-top: 18px!important;
}
.footer-menu-hidden {
    transition: all 100ms ease;
    transform: translateY(100%)!important;
}
.footer-bar-white * {
    color: #fff;
}
#footer-bar.position-relative {
    z-index: 2!important;
}
#footer-bar {
    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-6 u {
    /*background-color: rgba(255, 255, 255, .2);*/
}
.footer-bar-6 {
    margin-left: -3px;
    line-height: 24px!important;
}
.footer-bar-6 a {
    transition: all 0.3s ease-in-out;
}
.footer-bar-6 a span {
    transition: all 0.3s ease-in-out;    
}
.footer-bar-6 a span:hover {
    transition: all 0.3s ease-in-out;
    color: #00b27c !important;
}
.footer-bar-6 span {
    font-size: 11px!important;
}
.footer-bar-6 i {
    transform: translateY(-2px);
    opacity: .7;
}
.footer-bar-6 .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-6 .circle-nav span {
    font-size: 11px!important;
    margin-top: -8px!important;
}
.footer-bar-6 .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-6 .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-6 .circle-nav u {
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    border-radius: 50px;
    height: 50px;
    z-index: 0;
}
.footer-bar-6 .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
}

.post .entry-content{
    height: 65px;
    color: #050235;
}


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

.ttm-page-title-row { 
    position: relative;
/*    background-image: url(../img/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(../img/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(../img/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;
}




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

.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(../img/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(26, 182, 157, 0.1);
	padding:30px 3%;
	border: 1px dashed #e1c3c3;	
    font-family: 'Urbanist', sans-serif;
}
.fee-bg p{
    color: #3c2b2b;
    font-family: 'Urbanist', sans-serif;
    margin-bottom: 10px !important;
}
.fee-bg h4{
	font-weight: 600;
    /*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(../img/bg/bullet.png);*/
     clear:both;
     /*float:left;*/
	 color: #3c2b2b;
	 font-size: 16px;
	 line-height:22px;
	 margin-bottom:12px;
}
.sky-bg{
	font-family: 'Urbanist', 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: 'Urbanist', 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(../img/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: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.captch {
    width: 35%;
    /*height: 30px;*/
    background: url(../img/bg/captcha-bg.jpg) repeat;    
    float: left;
    margin: 0px 0 0 0px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
/*    text-decoration: line-through;*/
    font-size: 22px;
    color: #333333;
    line-height: 28px;
    letter-spacing: 4px;
    border: 1px solid #d2d2d2;
}
.cap_in {
    width:33% !important;
    height: 45px !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;
    padding-top: 14px !important;
    padding-bottom: 14px !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-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: 'Urbanist', 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
/*----------------------------------------*/


ul.widget_contact_wrapper li {
    padding-left: 30px;
    list-style: none;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 25px;
    color: var(--it-common-white);
    font-weight: 500;
    
}
ul.widget_contact_wrapper li > a {
    display: block;
    color: #fff !important;
    margin-bottom: 5px;
}
ul.widget_contact_wrapper li:last-child{
    border-bottom: 1px solid rgba(255,255,255,.2);
    margin-bottom: 0;
}
ul.widget_contact_wrapper li i{
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
    font-size: 20px;
    font-weight: 400;
    color: var(--it-theme-3);
}
.footer__time-schedule h5{
    position: relative;
    color: var(--it-theme-3);
    font-weight: 500;
    padding: 10px 0px 0px 25px;
}
.footer__time-schedule h5 i{
    position: absolute;
    left: 0;
    top: 12px;
    line-height: 1;
    font-size: 20px;
    font-weight: 400;
    color: var(--it-theme-3);
}






.file-input {
  display: inline-block;
  text-align: left;  
  padding: 16px;
  width: 450px;
  position: relative;  
  width: 100%;
  background-color: var(--it-common-white);
  border: none;
  height: 50px;
  line-height: 45px;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 0 0px;
  font-size: 15px
}

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: var(--it-theme-4);
  padding: 0px 16px;
  border-radius: 2px;
  margin-right: 8px;
  color: #fff;
  height: 50px;
}

.file-input:hover > .button {
  background: var(--it-theme-1);
  color: white;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: .3;
}

.file-input.-chosen > .label {
  opacity: 1;
}
.f-optional{
    font-size: 15px;
    text-align: left;
    padding: 0px 0px 5px 0px;
    color: #053737;
    margin-top: -15px;
}

.wwh-gmap {
  background: #fff;
  padding: 20px;
  border: 1px dashed #2abba4;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .file-input {    
    height: 45px;
    line-height: 45px;    
    }
    .file-input > .button {
      display: inline-block;
      cursor: pointer;
      background: var(--it-theme-4);
      padding: 0px 16px;
      border-radius: 2px;
      margin-right: 8px;
      height: 45px;
      color: #fff;
    }
    .wwh-gmap {
        padding: 5px;
        border: 0px dashed #2abba4;
        margin-top: 20px;
    }
  .brand__space {
    padding: 10px 0;
    position: relative;
    }

}


/*reservation*/
.bg-form{
    font-family: 'Ubuntu', sans-serif !important;
    background:#f3f4f5; 
    border:1px solid #f3f4f5;
  border-radius: 4px;
}
.sub-bg-form{
  font-family: 'Ubuntu', sans-serif !important;
  background:#f3f4f5;   
  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 #087E56 !important;    
  font-size: 14px;
  border-color: #eae4e4;   
  padding: .8rem 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;
 }
/*:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
*/






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

@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;}
   .table-d{font-size: 15px;}
   .table-p{font-size: 15px;}
   .table-l{font-size: 15px;}
   .order-1{order:2!important}
   .order-2{order:1!important}
   .pt-12{
    padding-top: 0px;
    }
    .notification-2__left-side{text-align: center;}
    .contact-3__area.pt-50{
        padding: 0px;
    }
    .contact-3__area.pb-50{padding-bottom: 15px}
    .contact-3__bg::after { 
        border-radius: 8px !important;
    }
    .about__list{padding-bottom: 10px}
    .about__area.pb-50{padding-bottom: 5px}
    .service__space {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .captch{
        padding:7px ;
    }
    .it-project-details__area.pt-100{
        padding-top: 20px;
    }
    .it-project-details__area.pb-80{
        padding-bottom: 25px;
    }

}
@media screen and (max-width: 480px) {
    .mg-logo{margin-top: 0px;}
    .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:#0f5577;
        }
    .ttm-page-title-row-inner .row {
      color: #fff;
      min-height: 180px;
    }
    .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;
    }
    .copyright-area {  
      margin-bottom: 55px;
    }
    .scroll-top{
        display:none ;
    }

}