@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

*{
    margin: 0;
    padding: 0;
}

body{
    font-size: 16px;
    font-weight: 400;
    font-family: "Lato", serif !important;
    color: #000;
}

/*---*/

header {
    position: relative;
    width: 100%;
    background: rgb(255 255 255);
    z-index: 99;
    box-shadow: 0 0 4px #3cb9e5;
}
/*---------header close----------*/
/*-----------header-top------------*/
.header-top {
    padding: 12px 0px 15px 0px;
    background: rgba(0, 0, 0, 0.57);
}
.left_info ul li {
    display: inline-block;
    margin-right: 30px;
}

.left_info a {
    color: #fffefe;
    font-size: 14px;
    font-weight: 500;
}

.left_info i.fa {
    font-size: 19px;
    color: #fff;
    padding-right: 10px;
}

.right_info p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.left_info {
    text-align: right;
}

.right_info i.fa {
    font-size: 26px;
    margin-right: 10px;
    position: relative;
    bottom: -4px;
}

header i.fa.fa-mobile {
    bottom: -4px;
    font-size: 26px;
    position: relative;
    border: 40px;
    font-weight: 500;
}

.left_info ul li:last-child {
    margin: 0px !IMPORTANT;
}
.header-main {
    padding: 4px 0px;
    /* border-top: 1px solid #424242; */
}
/*-----------header-top Close------------*/
/*-----------header-menu------------*/
nav#cssmenu ul {
    /* float: left; */
    text-align: right;
    /* margin-top: 13px; */
    margin-bottom: 0;
    margin: auto;
}
.logo {
    width: 100px;
    position: relative;
    z-index: 123;
    /* padding: 10px; */
    /* font: 18px verdana; */
    color: #6DDB07;
    float: left;
}
.logo img {
    max-width: 100%;
}
.logo a{color:#6DDB07;}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a {
    padding: 9px 14px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato';
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li a.active {
    color: #3cb9e5;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
    background: transparent;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:17px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 14px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    margin-top: 0;
}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#333;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150,150,150,0.15);
    padding: 11px 15px;
    width: 190px;
    font-size: 12px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:992px){
.logo2{display:none}
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li {
    width: 100%;
    float: left;
}
#cssmenu ul li:hover{
    background: transparent !important;
}
nav#cssmenu ul {
    /* float: left; */
    text-align: right;
    /* margin-top: 13px; */
    margin-bottom: 0;
    width: 76%;
    margin: 0 auto;
    height: -webkit-fill-available;
    /* border: 4px solid #3cb9e5; */
    overflow-y: scroll;
    position: fixed;
    top: 125px;
    left: 0;
    right: 0;
    padding-left: 0;
    background-color: #fff;
    padding: 20px;
    border-top: 4px solid #3cb9e5;
}
#cssmenu > ul > li > a {
    padding: 16px 17px;
    font-size: 15px;
}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#333!important;}
#cssmenu ul ul li:hover{background:#363636!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
.button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
    z-index: 12399994;
}
.button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #0b2739;
    border-bottom: 2px solid #0b2739;
    content: '';
}
.button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #0b2739;
    content: '';
}
.button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #0b2739;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.button.menu-opened:before {
    top: 23px;
    background: #0b2739;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}

img{
    width: 100%;
}
div#slider-home .carousel-item::before {
    background: #0000005c;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
#slider-home h3 {
    text-transform: capitalize;
    font-size: 50px;
}

#slider-home p {
    font-size: 23px;
}

#slider-home .btn {
    background: #f82249;
    color: #fff;
    padding: 12px 30px !important;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}
#slider-home .btn:hover{    
    background: #ffffff;
    color: #f82249;
}

/*---*/



.top-header {
    background-color: #3CB9E5;
    padding: 5px;
}

.top-head-bx {
    text-align: left;
}

.top-head-bx ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.top-head-bx ul li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    border-left: 1px solid #e5e5e5;
}

.top-head-bx ul li:first-child {
    border-left: 0px;
}

.top-head-bx ul li p {
    font-size: 14px;
    margin-bottom: 0;
    display: inline-block;
}

.top-head-bx ul li span {
    font-size: 16px;
    color: #0B2739;
    margin-right: 8px;
}

.top-head-bx ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.top-social-bx {
    text-align: end;
}

.top-social-bx .social-link {
    padding-left: 0;
    margin-bottom: 0;
}

.social-link li {
    border-left: 0px !important;
    padding: 0px 4px !important;
    display: inline-block;
}

.social-link li .social-icon i {
    background-color: #fff;
    color: #3cb9e5;
    padding: 8px 8px;
    border-radius: 2px;
    transition: all .3s ease-in;
}
.social-link li .social-icon i.fa-facebook-f {
    padding: 8px 10px;
}

.social-link li .social-icon i:hover {
    transform: scale(0.9);
}

.header-section {
    background-color: #fff;
    box-shadow: 0 0 4px #00b3d3;
    border-bottom: 1px solid #00b3d3;
}

#header-sroll {
    position: fixed;
    left: 0;
    top: 42px;
    float: left;
    width: 100%;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 100;
}

.header-section.small{
    position: sticky !important;
    top: 0 !important;
    left: 0;
    right: 0;


}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.navbar-brand {
    width: 100px;
}

.nav-item .nav-link {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Lato';
    text-transform: uppercase;
    color: #000 !important;
}

.nav-item .nav-link.active {
    color: #3cb9e5 !important;
}

.nav-item .nav-link:hover {
    color: #3cb9e5 !important;
}

/*--banner-area-start--*/

.main-banner-section {
    background-image: url(..//image/aircrew-members-avaition.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 130px 50px;
}

.main-banner-section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(60deg, #000 0%, #000 81%);
    opacity: .4;
    z-index: -1;
}

.main-banner-text h1 {
    font-size: 72px;
    font-family: "Lato", serif;
    font-weight: 900;
    color: #fff;
}
.main-banner-text h1 b {
    color: #3CB9E5;
}

.main-banner-text p {
    font-size: 18px;
    font-family: 'Lato';
    color: #fff;
    margin-bottom: 30px;
}

/*--banner-area-end--*/

/*--banner-bottom-start--*/

.subscribe-section {
    background-image: linear-gradient(90deg, #F8F8F8 100%, #FFFFFF 10%);
}
.subscribe-section .container {
    background: #0B2739;
    padding: 35px 50px;
    /* margin-bottom: -60px; */
    margin-top: -60px;
    top: -24px;
    position: relative;
    z-index: 2;
}

.subscribe-section h3 {
    font-size: 40px;
    font-family: 'Lato';
    color: #fff;
    font-weight: normal;
    font-style: italic;
    margin: 0;
    line-height: 50px;
}

.subscribe-section input {
    width: 64%;
    background: #fff;
    border: none;
    outline: none;
    padding-left: 20px;
    height: 50px;
    color: #000000;
    margin-right: 20px;
    text-align: left;
    border-radius: 30px;
}

.subscribe-section button {
    width: 160px;
    height: 50px;
    color: #0B2739;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: bold;
    border: none;
    outline: none;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}

.subscribe-section button:hover {
    background-color: #3CB9E5;
    color: #fff;
}



/*--banner-bottom-end--*/

/*--about-page-start--*/

.inner-banner-section {
    background-image: url(..//image/about/placehold-about-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
	position: relative;
	z-index: 1;
}
.inner-banner-section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0b2739;
    opacity: .8;
    z-index: -1;
}

.inner-banner-3 {
    background-image: url(..//image/classes/courses-bg-copyright.jpg);
	position: relative;
	z-index: 1;
}
.inner-banner-3::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0b2739;
    opacity: .8;
    z-index: -1;
}
.inner-banner-4 {
    background-image: url(..//image/contact/contact-bg-image.webp);
	position: relative;
	z-index: 1;
}
.inner-banner-4::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0b2739;
    opacity: .8;
    z-index: -1;
}
.inner-banner-5 {
    background-image: url(..//image/recruitment/recruitment-bg-image.jpg);
    background-position: bottom;
    position: relative;
    z-index: 1;
}
.inner-banner-5::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0b2739;
    opacity: .8;
    z-index: -1;
}
.inner-banner-6 {
    background-image: url(..//image/gallery/gallery-bg-image.jpg);
	position: relative;
	z-index: 1;
}
.inner-banner-6::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0b2739;
    opacity: .8;
    z-index: -1;
}
.inner-banner-7 {
    background-image: url(..//image/terms-bg-image.jpg);
	position: relative;
	z-index: 1;
}
.inner-banner-7::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0b2739;
    opacity: .8;
    z-index: -1;
}
.inner-banner-8 {
    background-image: url(..//image/policy-bg-image.jpg);
	position: relative;
	z-index: 1;
}
.inner-banner-8::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0b2739;
    opacity: .8;
    z-index: -1;
}

.inner-bnr-text {
    text-align: center;
}

.inner-bnr-text h1 {
    font-size: 44px;
    font-weight: 800;
    font-family: 'Lato';
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 0px;
}

.inner-bnr-text p {
    font-size: 18px;
    font-family: 'Lato';
    color: #fff;
    margin-bottom: 0;
}

.elementor-abt-title span {
    font-size: 16px;
    font-family: 'Lato';
    text-transform: uppercase;
    color: #3cb9e5;
    font-weight: 600;
}
.elementor-abt-title h2 {
    font-family: 'lato';
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    color: #0b2739;
    margin-top: 10px;
    margin-bottom: 10px;
}
.elementor-abt-title h2 b {
    color: #3cb9e5;
}
.elementor-abt-title p {
    font-size: 16px;
    color: #303030;
    font-family: "Lato";
    text-align: justify;
    margin-bottom: 30px;
}

.about-left-area h3 {
    font-family: 'Lato';
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0b2739;
    margin-top: 10px;
    margin-bottom: 10px;
}
.about-left-area p {
    font-size: 16px;
    color: #303030;
    font-family: "Lato";
    text-align: justify;
    margin-bottom: 30px;
}

.about-pb-bx {
    background-color: #0b2739;
    padding: 12px 8px;
    border-left: 4px solid #3cb9e5;
    margin-bottom: 20px;
    transition: all .3s ease-in;
}

.about-pb-bx h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.about-pb-bx p {
    font-size: 14px !important;
    color: #fff !important;
    text-transform: capitalize;
    margin-bottom: 0 !important;
    text-align: left !important;
}

.about-left-area ul {padding-left: 18px;}

.about-left-area ul li {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}

/*--about-page-end--*/

/*--gallery-page-start--*/

.gallery-section {
	padding: 50px 0px;
}

.gallery-heading h2 {
    font-family: 'lato';
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    color: #0b2739;
    /* margin-top: 10px; */
    margin-bottom: 30px;
    text-align: center;
}
.gallery-heading h2 b {
    color: #3cb9e5;
}


/*----*/

.gallery-pb-bx {
    margin: 0 auto;
    width: 100%;
    /* display: inline-block; */
    text-align: center;
}

.container__img-holder {
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    margin: 4px;
    margin-bottom: 6px !important;
    margin-left: 4px !important;
    /* margin-bottom: 20px; */
    /* margin-left: 16px; */
    cursor: pointer;
}

.container .container__img-holder:nth-child(3n+1) {
  margin-left: 0;
}

.container__img-holder img {
  width: 100%;
  height: 220px;
  display: block;
}


/* Popup Styling */
.img-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(24 24 24 / 86%);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 100;
}

.img-popup img {
  max-width: 900px;
  width: 100%;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.close-btn {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background-color: #3cb9e5;
    border-radius: 0px;
    color: #fff;
    padding: 4px;
    padding-top: 7px;
}

.close-btn .bar {
  height: 4px;
  background: #fff;
}

.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
}

.opened img {
  animation: animatepopup 1s ease-in-out .8s;
  -webkit-animation: animatepopup .3s ease-in-out forwards;
}

@keyframes animatepopup {

  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

}

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

  .container .container__img-holder:nth-child(3n+1) {
		/* margin-left: 16px; */
  }
  
  .container__img-holder {
    margin-bottom: 8px;
}

}


/*--gallery-page-end--*/

/*--contact-page-start--*/

.contact-dtl-section {
	padding: 50px 0px;
}

.cntnt-frm-bxs {
    background-color: #ededed;
    padding: 20px;
}

.cntnt-frm-bxs .title h3 {
    margin: 0;
    font-family: 'Lato';
    font-size: 32px;
    font-weight: 600;
    color: #0b2739;
    margin-bottom: 8px;
}
.cntnt-frm-bxs .title p {
    font-size: 18px;
    font-family: 'Lato';
    color: #000;
    font-style: italic;
    margin-bottom: 24px;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #D9D9D9;
    padding: 10px 15px;
    margin-bottom: 20px;
    outline: none;
    box-shadow: none;
    text-align: left;
    border-radius: 0px;
}

.contact-form textarea {height: auto !important;}

.contact-form input:focus, .contact-form textarea:focus {outline:none;box-shadow:none;border:1px solid #3cb9e5 !important;}

.contact-form .view-btn {
    border: none;
    outline: none;
	box-shadow: none;
}

.contact-img-bx .title h3 {
    margin: 0;
    font-family: 'Lato';
    font-size: 32px;
    font-weight: 600;
    color: #0b2739;
    margin-bottom: 8px;
}

.contact-img-bx .title p {
    font-size: 16px;
    font-family: 'Lato';
    color: #000;
    text-align: justify;
    margin-bottom: 24px;
}

.contact-img-bx .info-text {
    /* background-color: #eaf7ff; */
    padding-left: 10px;
    margin-bottom: 0;
}

.contact-img-bx .info-text li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-img-bx .info-text .img-box, .contact-img-bx .info-text .text-box {
    display: table-cell;
    vertical-align: top;
}

.contact-img-bx .info-text .img-box .inner-box {
    padding: 4px 10px;
    background-color: #fff;
    box-shadow: 3px 4px 5px 2px #e7e7e7;
    border: 1px solid #3cb9e5;
    border-radius: 0;
    text-align: center;
    font-size: 32px;
    line-height: 43px;
    color: #3cb9e5;
}

.contact-img-bx .info-text .img-box .afa-map {
    padding: 4px 14px;
}

.contact-img-bx .info-text .text-box {
    padding-left: 20px;
}

.contact-img-bx .info-text .text-box p b {
    font-size: 18px;
    padding: 4px;
}

.contact-img-bx .info-text .text-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #3cb9e5;
    font-family: 'Lato';
    margin: 0;
    margin-bottom: 7px;
}

.contact-img-bx .info-text .text-box p {
    font-family: 'Lato';
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.contact-img-bx .info-text .text-box p .text-click {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    transition: all .3s ease-in;
}

.contact-img-bx .info-text .text-box p .text-click:hover {
    color: #3cb9e5;
}

/*--contact-page-end--*/

/*--recruitment-page-start--*/

.recueit-section {
    padding: 50px 0px;
}

.recruit-main p {
    font-size: 18px;
    font-family: 'Lato';
    color: #000;
    margin-bottom: 12px;
    text-align: justify;
}

.recruit-main ul li {
    font-size: 16px;
    font-family: 'Lato';
    color: #000;
    margin-bottom: 12px;
}

.recruit-right p {
    font-size: 18px;
    font-family: 'Lato';
    color: #000;
    margin-bottom: 12px;
    line-height: 1.9;
    text-align: justify;
}

.placement-section {
    padding: 50px 0px;
    background-color: #ededed;
}
.placement-bx h2 {
    font-family: 'lato';
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    color: #0b2739;
    /* margin-top: 10px; */
    margin-bottom: 30px;
    text-align: center;
}
.placement-bx h2 b {
    color: #3cb9e5;
}

.placement-icon-bx ul {
    padding-left: 0px;
    margin: 0 auto;
    text-align: center;
}

.placement-icon-bx ul li {
    width: 250px;
    display: inline-block;
    margin: 0px 2px;
}

.clients-view {
    transition: all .4s ease-in-out;
    overflow: hidden;
}
.clients-view img {
    transition: all .4s ease-in-out;
    overflow: hidden;
}
.clients-view img:hover {
    transform: scale(1.1);
}

/*--recruitment-page-end--*/

/*--counter-start--*/

.counter-section {
    background-image: url(..//image/about/background-count-right.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
	position: relative;
	z-index: 1;
}

.counter-section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0b2739;
    opacity: .7;
    z-index: -1;
}

.counter-section .counter-bx .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.counter-section .counter-bx .items {
    width: 50%;
    height: auto;
    text-align: center;
    border-left: 4px solid #3cb9e5;
}

.counter-section .counter-bx .items:first-child {border-left: 0px;}

.text-center {
    text-align: center;
}

.counter-section .counter-bx .counter {
    font-family: 'lato';
    color: #ffffff;
    font-size: 45px;
    font-weight: 600;
}

.counter-section .counter-bx .decor-line {
    display: block;
    width: 40px;
    height: 2px;
    background: #7FC142;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.counter-section .counter-bx p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Lato';
}

/*--counter-end--*/


/*--about-start--*/

.about-section {
    padding: 50px 0px !important;
    background-color: #ffffff;
    background-image: linear-gradient(180deg, #F8F8F8 100%, #FFFFFF 10%);
}

.about-left-area span {
    font-size: 16px;
    font-family: 'Lato';
    text-transform: uppercase;
    color: #3cb9e5;
    font-weight: 600;
}

.about-left-area h2 {
    font-family: 'lato';
    font-size: 52px;
    font-weight: 800;
    text-transform: uppercase;
    color: #0b2739;
    margin-top: 10px;
    margin-bottom: 10px;
}
.about-left-area h2 b {
    display: block;
    color: #3cb9e5;
}

.about-left-area p {
    font-size: 16px;
    color: #303030;
    font-family: "Lato";
    text-align: justify;
    margin-bottom: 30px;
}

.about-right-area {
    position: relative;
}

.view-btn {
    background-color: #3cb9e5;
    color: #fff;
    text-decoration: none;
    padding: 8px 24px;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    transition: all .3s ease-in;
    outline: none !important;
    border-radius: 4px;
}

.view-btn:hover {
    transform: scale(0.9);
    background-color: #0b2739;
    color: #ffffff;
}

.ribble-bl-btn {
    width: 70px;
    height: 70px;
    line-height: 60px;
    --glow-size: 25px;
    color: #0B2739;
    background-color: #FFFFFF0F;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0B2739;
}
.ribble-bl-btn {
    width: 64px;
    height: 64px;
    line-height: 54px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    background-color: #00000029;
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 6;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: 10%;
    vertical-align: middle;
}
.ribble-bl-btn .icon {
    font-family: elementskit!important;
    speak: none;
    font-style: normal;
    font-size: 27px;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    color: #0b2739;
    /* border-radius: 35px; */
    /* padding: 2px 4px; */
    /* border: 1px solid #0b2739; */
    line-height: 2.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .4s ease;
}
.ribble-bl-btn:hover {background-color: #3cb9e5;}
.ribble-bl-btn:hover .icon {color: #fff;}
.ribble-bl-btn::after, .ribble-bl-btn::before, .ribble-bl-btn>i::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #0b2739;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
}

@-webkit-keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 var(--glow-size,15px) currentColor;
        box-shadow: 0 0 0 var(--glow-size,15px) currentColor;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 var(--glow-size,15px) currentColor;
        box-shadow: 0 0 0 var(--glow-size,15px) currentColor;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

/*--about-end--*/

/*--infobox-start--*/

.infobox-section {
    padding: 50px 0px;
}

.infobox-heading {
    margin-bottom: 30px;
}

.infobox-heading h2 {
    font-family: 'lato';
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    color: #0b2739;
    margin-bottom: 10px;
}

.infobox-heading h2 b {
    color: #3cb9e5;
}

.infobox-click-link {
    text-decoration: none;
    text-align: center;
    transition: all .3s ease-in;
}

.infobox-view {
    padding: 40px 20px 40px 20px;
    box-shadow: 0px 16px 23px 2px rgba(0, 0, 0, 0.13);
    border-style: none;
    border-radius: 3px 3px 3px 3px;
    background-color: #fff;
    transition: all .3s ease-in-out;
}

.infobox-view .infobox-icon {
    width: 68px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.infobox-view .infobox-text h4 {
    font-size: 18px;
    font-family: 'Lato';
    font-weight: 600;
    color: #0b2739;
}
.infobox-click-link:hover .infobox-view  {
    background-color: #0b2739;
}

.infobox-click-link:hover .infobox-icon img {
    filter: contrast(0)  brightness(10);
}
.infobox-click-link:hover .infobox-text h4 {
    color: #fff;
}

/*--infobox-end--*/


/*--elementor-classes-start--*/

.elementor-classes-section {
    padding: 50px 0px;
    padding-bottom: 90px;
    background-color: #0b2739;
}

.elementor-classes-heading span {
    font-size: 16px;
    font-family: 'Lato';
    text-transform: uppercase;
    color: #3cb9e5;
    font-weight: 600;
}

.elementor-classes-heading h2 {
    font-family: 'lato';
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.elementor-classes-heading h2 b {
    color: #3cb9e5;
}

.elementor-classes-heading p {
    font-size: 16px;
    color: #ffffff;
    font-family: "Lato";
    text-align: justify;
    margin-bottom: 30px;
}

.elementor-second {
    margin-top: -80px;
    padding-bottom: 50px;
}

.elementor-classes-view {
    background-color: #fff;
    box-shadow: 0 0 2px #a3a3a3;
    border: 6px solid #fff;
}

.elementor-classes-image {
    transition: all .4s ease-in-out;
    overflow: hidden;
    position: relative;
}

.elementor-classes-image img {
    transition: all .4s ease-in-out;
    overflow: hidden;
}

.elementor-classes-image img:hover {
    transform: scale(1.1);
}

.elementor-classes-view .elementor-classes-text {
    padding: 16px 12px;
    background-color: #3cb9e5;
}

.elementor-classes-view .elementor-classes-text a {
    text-decoration: none;
    color: #0b2739;
    transition: all .3s ease-in;
}
.elementor-classes-view .elementor-classes-text a:hover {
    color: #fff;
}

.elementor-classes-view .elementor-classes-text h4 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Lato';
    text-transform: uppercase;
}

.elementor-classes-text ul {
    padding-left: 16px;
    height: 190px;
    /* position: relative; */
}

.elementor-classes-text ul li {
    font-size: 14px;
    font-family: 'Lato';
    color: #f2f2f2;
}

.btm-link-bx {
    position: fixed;
    bottom: 20%;
    z-index: 10000;
    float: right;
    right: 20px;
    display: grid;
}

.btm-call-link {
    margin-bottom: 20px;
}

.btm-call-link span {
    background-color: #00ab00;
    color: #fff;
    padding: 9.2px 12px;
    border-radius: 0px;
    font-size: 20px;
}

.btm-whts-link span {
    background-color: #00ab00;
    color: #fff;
    padding: 9.2px 12px;
    border-radius: 0px;
    font-size: 20px;
}


/*--elementor-classes-end--*/

/*--why-choose-start--*/

.why-choose-section {
    padding: 50px 0px;
    background-color: #0b2739;
}

.why-choose-heading h2 {
    font-family: 'lato';
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 12px;
}

.why-choose-heading h2 b {
    color: #3cb9e5;
}

.why-choose-heading p {
    font-size: 16px;
    color: #ffffff;
    font-family: "Lato";
    text-align: justify;
    margin-bottom: 30px;
}

.why-choose-view {
    padding: 30px 14px 30px 14px;
    box-shadow: 0px 16px 23px 2px rgba(0, 0, 0, 0.13);
    border-style: none;
    border-radius: 3px 3px 3px 3px;
    background-color: #fff;
    transition: all .3s ease-in-out;
}

.why-choose-view:hover {
    transform: translateY(-10px);
}

.why-choose-view .why-choose-image {
    width: 80px;
    margin: 0px auto;
    margin-bottom: 12px;
}

.why-choose-view .why-choose-text {
    text-align: center;
    padding: 10px;
}

.why-choose-view .why-choose-text h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Lato';
    text-transform: capitalize;
    color: #0b2739;
}

.why-choose-view .why-choose-text p {
    font-size: 13px;
    font-family: 'Lato';
    color: #000000;
    margin-bottom: 0;
    height: 100px;
}



/*--why-choose-end--*/

/*--default-page-start--*/

.terms-con-section {
	padding: 50px 0px;
}

.terms-content h2 {
    font-size: 34px;
    font-weight: 400;
	font-family: 'Lato';
    margin-bottom: 20px;
    color: #0b2739;
}
.terms-content p {
	font-size: 16px;
    text-align: justify;
    color: #000;
    line-height: 1.7;
}
.terms-content h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #0b2739;
}
.terms-content p b {
    color: #3cb9e5;
}
.terms-content ul li {
    font-size: 16px;
    color: #000;
    list-style: disc;
    line-height: 2.2;
}

/*--privacy--*/

.privacy-section {
	padding: 50px 0px;
}

.privacy-content h2 {
    font-size: 34px;
    font-weight: 400;
	font-family: 'Lato';
    margin-bottom: 20px;
    color: #0b2739;
}
.privacy-content p {
	font-size: 16px;
    text-align: justify;
    color: #000;
    line-height: 1.7;
}
.privacy-content h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #0b2739;
}
.privacy-content p b {
    color: #3cb9e5;
}
.privacy-content ul li {
    font-size: 16px;
    color: #000;
    list-style: disc;
    line-height: 2.2;
}


/*--default-page-end--*/


/*--testimonial-start--*/

.testimonial-section {
    background-image: url(..//image/Airplane-4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.testimonial-section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f2f2f2;
    opacity: .7;
    z-index: -1;
}

.testimonial-view-bx {
    background-color: #ffffffbd;
    padding: 40px 30px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.testimonial-view-bx .testi-top-bx {
    text-align: center;
}

.testimonial-view-bx .testi-top-bx .testi-image {
    border-radius: px;
    overflow: hidden;
    width: 70px;
    height: 70px;
    margin: 20px auto;
    background-color: #3cb9e5;
}

.testimonial-view-bx .testi-top-bx p {
    font-size: 16px;
    font-family: 'Lato';
    color: #0b2739;
}

.testimonial-view-bx .testi-top-bx .testi-image h2 {
    font-size: 58px;
    font-family: 'Lato';
    line-height: .4;
    color: #fff;
}

.testimonial-view-bx .testi-top-bx h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Lato';
    text-transform: uppercase;
    color: #0b2739;
    margin-bottom: 4px;
}

.testimonial-view-bx .testi-top-bx span {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.owl-dots {
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid #000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #3cb9e5 !important;
    border: 1px solid #3cb9e5;
}

/*--testimonial-end--*/

/*--clients-section-start--*/

.clients-section {
    padding: 50px 0px;
    background-color: #3cb9e5;
}

.clients-title h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.clients-title h2 b {
    color: #0b2739;
}

.clients-view {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.clients-view img:after {
    background: rgba(255,255,255,.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: .4s linear;
    transition: .4s linear;
}
.clients-view img:hover {
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: .4s linear;
    transition: .4s linear
}

/*--clients-section-end--*/

/*--service-section-start--*/

.service-section {
    background-color: #ffffff;
    background-image: linear-gradient(181deg, #F8F8F8 100%, #FFFFFF 10%);
}

.service-right-area h2 {
    font-family: 'lato';
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    color: #0b2739;
    margin-bottom: 10px;
}
.service-right-area h2 b {
    display: block;
    color: #3cb9e5;
}

.service-right-area p {
    font-size: 16px;
    color: #303030;
    font-family: "Lato";
    text-align: justify;
    margin-bottom: 30px;
}
.service-left-area {
    position: relative;
}
.overlay-anim:after {
    background: rgba(255,255,255,.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.overlay-anim:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: .4s linear;
    transition: .4s linear
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

/*--service-section-end--*/

/*--footer-start--*/

.footer-section {
    background-color: #0b2739;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}

.footer-logo-area .footer-logo {
    width: 80px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    background-color: #b99470;
    padding: 0px 5px;
}

.footer-logo-area {
    position: relative;
}

.footer-logo-area::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: .4px;
    z-index: 1;
}

.footer-link-bx ul li .room-img-book {
    width: 90px;
    margin-right: 10px;
}

.follow-bx li {
    display: inline-block;
    width: 114px;
    padding: 2px !important;
    padding-bottom: 6px !important;
}

.footer-logo-area p {
    font-size: 14px;
    color: #fff;
    text-align: justify;
    margin: 20px 8px;
}

.footer-link-bx h3 {
    font-size: 23px;
    font-family: 'Lato';
    font-style: italic;
    color: #ffffff;
    margin: 0;
    margin-bottom: 20px;
}

.footer-logo {
    width: 124px;
    margin-bottom: 14px;
}

.footer-logo img {
    filter: contrast(0)  brightness(10);
}

.footer-left-bx {
    padding-right: 0;
}

.footer-logo h2 a {
    color: #000;
    text-decoration: none;
    transition: all .3s ease-in;
}

.footer-logo h2 a:hover {
    color: #b99470;
}

.footer-link-bx ul {
    padding-left: 0px;
}
.footer-link-bx ul li {
    list-style: none;
    padding: 4px 0px;
    color: #000000;
    font-size: 16px;
    font-family: 'Lato';
    display: flex;
    align-items: center;
}

.footer-left-add ul li {
    display: block;
    font-size: 16px;
}

.footer-link-bx ul li b {
    color: #fff;
    padding-right: 4px;
    /* padding-left: 4px; */
}

.footer-link-bx ul li p {
    margin-bottom: 0;
}

.btm-social-nav {
    margin-top: 0;
    text-align: right;
}
.btm-social-nav ul {
    padding-left: 0;
    margin-bottom: 0;
}

.btm-social-nav ul li {
    display: inline-block;
    padding: 0px 4px;
}
.btm-social-nav ul li a span {
    color: #0b2739;
    background-color: #ffffff;
    padding: 7px 9px;
    box-shadow: 0 0 3px #a3a3a3;
    transition: all .3s ease-in;
    border-radius: 30px;
}

.btm-social-nav ul li a span:hover {
    color: #3cb9e5;
    background-color: #fff;
}

.footer-link-bx .address-bx span {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    font-family: 'Lora';
    text-transform: capitalize;
}

.footer-link-bx .map-bx {
    height: 320px;
}

.footer-left-add ul li span {
    margin-right: 8px !important;
}

.footer-link-bx p {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Lato';
    margin-bottom: 12px;
}

.footer-link-bx .footer-dtl-mid {
    font-weight: 600;
}

.footer-link-bx ul li a {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Lato';
    color: #ffffff;
    text-decoration: none;
    transition: all .4s ease-in;
}

.footer-link-bx ul li a i {
    padding-right: 6px;
}

.footer-link-bx ul li .fst-txt {
    padding-right: 4px;
}

.footer-link-bx .main-ftl li a {
    font-size: 14px;
    font-family: 'Saira';
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    transition: all .3s ease-in;
}

.footer-link-bx .main-ftl li a:hover {padding-left: 6px;color:#ff5722}

.footer-link-bx .main-ftl li a i:before{
    font-weight: 700 !important;
}

.room-add-dtl .room-in-city {
    color: #000;
    display: block;
    font-size: 12px;
}

.footer-link-bx ul li a:hover {
    color: #3cb9e5;
}

.footer-link-bx ul li span {
    font-size: 18px;
    margin-right: 8px;
    /* background-color: #fff; */
    color: #3cb9e5;
    /* background-color: #ff5722; */
    /* padding: 4px 6px; */
    /* padding: 6px 8px; */
    border-radius: 2px;
    margin-right: 10px;
    /* line-height: 1.7; */
}

.footer-link-bx ul li span i {
    vertical-align: text-bottom;
}

.footer-link-bx ul li span i:before {
    font-weight: 700 !important;
    vertical-align: middle;
}

.footer-link-bx .address-views-bx {
    border: 4px solid #fff;
    border-radius: 4px;
    height: 200px;
}

.footer-link-bx .address-views-bx iframe {
    width: 100%;
    height: 100%;
}

.res-opening-dtl p {
    font-size: 16px;
    display: block;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.res-opening-dtl p span i {
    font-size: 14px;
}

.footer-btm-text {
    text-align: center;
}

.footer-btm-text p {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto Slab';
}

.footer-btm-text p a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.footer-btm-text p a:hover {
    color: #000;
}

#button.show {
    opacity: 1;
    visibility: visible;
}
#button {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #3cb9e5;
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    border: 1px solid #fff;
    /* box-shadow: 0 0 2px #000000; */
    right: 15px;
    cursor: pointer;
    transition: .3s ease-in,_ .3s ease-in,_ .3s ease-in;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    text-decoration: none;
    outline: none !important;
}

#button::after {
    content: " \F281";
    font-family: 'bootstrap-icons';
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
    line-height: 52px;
    color: #ffffff;
}

body #wrapper,html,html body {
	width:100%!important;
	min-width:0!important;
	max-width:none!important;
	overflow-x:hidden
}

.btm-footer-section {
    padding: 18px 0px;
    background-color: #3cb9e5;
}

.btm-footer-right ul {
    margin-bottom: 0;
}

.btm-footer-left {
    text-align: center;
}

.btm-footer-left .btm-ftr-text {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0px;
    text-align: left;
}

.btm-footer-left .btm-ftr-text a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.btm-footer-left .btm-ftr-text a:hover {color: #0b2739;}

.btm-footer-click {
    text-align: left;
}

.btm-footer-click .btm-ftr-link {
    color: #a3a3a3;
    margin-bottom: 0;
}

.btm-footer-click .btm-ftr-link .ftr-click {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.btm-footer-right {
    text-align: end;
}

.btm-footer-right ul li {
    list-style: none;
    display: inline-block;
}

.btm-footer-right ul li .btm-btn {
    color: #999;
    text-decoration: none;
    padding-bottom: 4px;
    font-size: 14px;
    transition: all .3s ease-in;
}

.btm-footer-right ul li .btm-btn:hover {color: #fff;}

.btm-footer-right ul li .btm-btn-ss:before {
    content: '';
    display: none;
}

.btm-footer-right ul li .btm-btn:before {
    content: "|" !important;
    color: #999;
    padding-left: 5px;
    padding-right: 5px;
}

.footer-link-bx .news-info {
    margin-bottom: 10px;
}

.footer-link-bx .news-info input {
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #000;
    width: 100%;
}

.footer-link-bx .news-info .btn-3 {
    box-shadow: none;
    margin-bottom: 0;
    padding: 8px 20px;
    padding-bottom: 6px;
    color: #fff;
    background-color: #000000;
    border: 0px;
    vertical-align: middle;
    transition: all .3s ease-in;
}

/*--footer-end--*/ 