*{
    margin:0px;
    padding:0px;
}

a:hover, a:active {
    text-decoration: none!important;
}

a{
    transition:ease 0.4s all;
}

ul, li{
    margin: 0;
    padding: 0;
}


.fa, .fa {
    font-weight: 400!important;
    font-family: "FontAwesome"!important;
}



.elementor-page .fa.fa-facebook,.elementor-page .fa.fa-twitter {
    font-family: "Font Awesome 5 Brands"!important;
    font-weight: 400;
}


p:empty,a:empty{
    display: none;
}


:focus{
    outline: none!important;
}


:root{
  --pri-color:#023084;
}

:root{
  --sec-color:#01afdb;
}


@font-face{
font-family:'BEBASNEUE';
 src: url('../fonts/BEBASNEUE-REGULAR.TTF');
 font-weight:400;
}


body{
  font-family:'Lato'!important;
  background-color: #ebebeb;
}

.all-page p,.all-page li,.all-page a{
    font-family:'Lato'!important;
    font-weight:400;
}

.all-page h1, .all-page h2, .all-page h3, .all-page h4, .all-page h4, .all-page h6 {
    font-family: 'BEBASNEUE';
    font-weight: 400;
}

.container-fluid {
    padding: 0 80px;
}

.hdr-txt p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    font-family:'Lato';
}
.top-hdr {
    background: var(--pri-color);
    padding: 15px 0;
}

.ph-no {
    text-align: right;
}


.hdr-logo {
    max-width: 250px;
}

.hdr-logo img{
width: 100%;
height: auto;
}

.ph-no a {
    color: #fff;
    font-size: 16px;
}

.ph-no a i{
    margin-right: 10px;
}

.mdl-header::after {
    position: absolute;
    content: "";
    background: #bdbdbd;
    width: 89%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mdl-header {
    padding: 20px 0;
    position: relative;
}
.btm-hdr {
    padding: 15px 0;
    background: #ebebeb;
}
.rght-mdl-hdr li {
    list-style: none;
}

.rght-mdl-hdr {
    display: flex;
    justify-content: flex-end;
}
.rght-mdl-hdr li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-left: 35px;
}
.rght-mdl-hdr li span {
    color: var(--pri-color);
    font-size: 42px;
    margin-right: 20px;
}

.rght-mdl-hdr li h6 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    font-family:'Lato';
}
.rght-mdl-hdr li p {
    font-size: 16px;
    color: #575757;
    font-weight: 400;
    font-family:'Lato';
    margin-bottom:0;
}
.rght-mdl-hdr li:first-child{
    margin-left:0;
}

.rght-mdl-hdr li:last-child {
    background: var(--pri-color);
    padding: 12px 25px;
    border-radius: 10px;
    margin-left: 70px;
}
.rght-mdl-hdr li:last-child span,.rght-mdl-hdr li:last-child h6 {
    color: #fff;
}

.rght-mdl-hdr li:last-child a{
    font-size:18px;
    color:#fff;
}
#menu-main-menu li {
    list-style: none;
    display: inline-block;
    padding-right: 60px;
}

#menu-main-menu li:last-child{
    padding-right:0;
}

.scl-icon li {
    list-style: none;
    display: inline-block;
}

.scl-icon {
    text-align: right;
}
#menu-main-menu li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    position: relative;
}
#menu-main-menu li a::after {
    position: absolute;
    content: "";
    background: var(--pri-color);
    height: 10px;
    width: 100%;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    transition:ease 0.2s all;
}

#menu-main-menu li a:hover::after{
    transform: translateX(-50%) scale(1);
    bottom: -26px;
}

#menu-main-menu li.current_page_item a::after{
    transform: translateX(-50%) scale(1);
    bottom: -26px;
}

.scl-icon li {
    padding-left: 5px;
}
.scl-icon li a {
    color: #5a5a5a;
    border: 1px solid #5a5a5a;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.scl-icon li a:hover {
    background: #5a5a5a;
    color: #fff;
}
section.banner .container-fluid{
    padding:0 15px;
}

section.banner .col-md-12{
    padding:0;
}
.flex-direction-nav {
    display: none;
}

section.banner {
    position: relative;
    overflow: hidden;
}

.quote-btn a {
    background: var(--pri-color);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 11px 41px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    left: -77px;
}
.quote-btn a:hover{
    background:var(--sec-color);
}

section.banner .metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: unset;
    color: white;
    opacity: 1;
    margin: 0;
    display: flex;
    width: 100%;
    line-height: normal;
    height: 100%;
    padding: 0px 50px;
    align-items: center;
    justify-content: flex-end;
}

.banner-cap h3 {
  font-family:'BEBASNEUE';
    font-size: 59px;
    line-height: 67px;
    color: #fff;
    text-transform: uppercase;
    font-weight: ;
}
.banner-cap p {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 15px;
}

.banner-cap a {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 0;
    border: 2px solid #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 18px 40px;
    margin-top: 10px;
}

.banner-cap a:hover{
    background:#fff;
    color:var(--pri-color);
}
.banner-cap::after {
    position: absolute;
    content: "";
    background: #023084eb;
    width: 1000px;
    height: 475px;
    border-radius: 500px;
    left: -183px;
    top: -291px;
    z-index: -1;
    transform: rotate(-46deg);
}
.banner-cap {
    position: relative;
    z-index: 1;
    top:-50px;
}
section.banner #metaslider_91 {
    margin-bottom: 0;
}
.about-sec {
    padding: 110px 0;
}
.about-left img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.about-left .row {
    padding-top: 20px;
}

.abt-lft-cnt {
    background: var(--pri-color);
    padding: 10px;
    border-radius: 6px;
    height: 100%;
}
.abt-lft-cnt img {
    max-width: 159px;
    margin-left: auto;
    display: block;
    opacity: 0.2;
    height: auto;
    margin-bottom: 30px;
}

.abt-lft-cnt h6::before {
    position: absolute;
    content: "";
    background: #fff;
    height: 3px;
    width: 50px;
    top: 0;
    left: 0;
}
.abt-lft-cnt h6 {
    font-size: 25px;
    line-height: 36px;
    color: #fff;
    max-width: 200px;
    margin-left: 15px;
    position: relative;
    padding-top: 20px;
    font-family: 'AvenirNextLTPro';
    font-weight: 600;
}

.about-cnt h4 {
    font-size: 33px;
    text-transform: capitalize;
    color: var(--pri-color);
    position: relative;
    font-weight: 400;
    font-family:'BEBASNEUE';
    width:max-content;
}

.about-cnt h4::after {
    position: absolute;
    background: var(--pri-color);
    width: 50px;
    height: 2px;
    top: 50%;
    right: -59px;
    content: "";
    transform: translateY(-50%);
}

.sec-head h2 {
    font-size: 54px;
    color: #242424;
    font-family: 'BEBASNEUE';
    margin-bottom: 20px;
    font-weight: 400;
}

.about-cnt p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
   font-family:'Lato';
}

.about-cnt a {
    background: var(--pri-color);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 35px;
    display: inline-block;
    border-radius: 5px;
}

.about-cnt a:hover{
    background:var(--sec-color);
}

.service-sec {
    background: url('../images/service-back.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    padding: 70px 0px;
}
.service-sec::after {
    position: absolute;
    content: "";
    background: rgb(1 175 219 / 90%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.service-sec .sec-head h2 {
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}
.service-sec .sec-head h2::after {
    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 90px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.service-bx:hover {
    border: 2px solid #fff;
}
.service-bx {
    padding: 25px;
    transition: ease 0.2s all;
}

#service-carousel {
    padding: 0 50px;
}

.service-img img {
    border-radius: 5px;
    height: 200px;
    object-fit: cover;
}
.service-cont {
    padding-top: 20px;
}

.service-cont h3 {
    font-family: 'BEBASNEUE';
    color: #fff;
    font-size: 31px;
    font-weight: 400;
}
.service-cont p {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 5px;
}

.service-cont a {
    background: var(--pri-color);
    text-transform: uppercase;
    color: #fff;
    padding: 8px 26px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    border: 2px solid var(--pri-color);
}


.service-cont a:hover{
    border-color:#fff;
    background:unset;
}

#service-carousel .owl-nav button.owl-next, #service-carousel .owl-nav button.owl-prev {
    position: absolute;
    color: #fff;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition:ease 0.4s all;
}

#service-carousel .owl-nav button.owl-next{
    right:-30px;
}

#service-carousel .owl-dots {
    display: none;
}

#service-carousel .owl-nav button.owl-prev{
    left:-30px;
}

#service-carousel .owl-nav button.owl-next:hover, #service-carousel .owl-nav button.owl-prev:hover{
    background:var(--pri-color);
    color:#fff;
}

.gallery-sec .container-fluid{
    padding:0 15px;
}

.gallery-sec {
    padding: 100px 0;
    text-align: center;
}

.gallery-sec .col-md-12{
    padding:0;
}

.gall-are .sec-head h2 {
    color: var(--pri-color);
}
.gall-are img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.envira-lazy:not(img){
    padding-bottom:400px!important;
}

.gall-are .envira-gallery-link {
    position: relative;
    display: block;
}

.gall-are .envira-gallery-link:after {
    position: absolute;
    background: rgb(2 47 131 / 80%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 50px;
    content: "\f002";
    opacity: 0;
    visibility: hidden;
    transition: ease 0.4s all;
    font-weight: 400!important;
}
.gall-are .envira-gallery-link:hover:after{
     opacity: 1;
    visibility: visible;
}
.phn-sec {
    background: var(--pri-color);
    padding: 30px 0;
}

.phn-sec-left p {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
}
.phn-sec-right {
    display: flex;
    align-items: center;
    border-left: 2px solid #fff;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.phn-sec-right i {
    font-size: 60px;
    color: #fff;
    margin-right: 20px;
}

.phn-sec-inn h6 {
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.testmonial-sec {
    padding: 100px 0;
    text-align: center;
}

.testmonial-sec .sec-head h2 {
    color: var(--pri-color);
    position: relative;
    padding-bottom: 20px;
}

.testmonial-sec .sec-head h2::after {
    position: absolute;
    content: "";
    background: var(--pri-color);
    height: 4px;
    width: 120px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.phn-sec-inn a {
    font-size: 49px;
    color: #fff;
    font-family: 'BEBASNEUE';
}
.test-star li {
    list-style: none;
    display: inline-block;
    font-size: 35px;
    color: #f8b84e;
    margin: 0 3px;
}
.test-cnt p {
    max-width: 800px;
    margin: 20px auto;
    line-height: 32px;
    font-size: 18px;
    color: #3a3a3a;
    position: relative;
    z-index:1;
}

.test-cnt p::after {
    position: absolute;
    content: "";
    background: url('../images/quote-right.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 64px;
    width: 92px;
    bottom: -50px;
    right: -50px;
    z-index:-1;
}

.test-cnt p::before {
    position: absolute;
    content: "";
    background: url('../images/quote-left.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 64px;
    width: 92px;
    top: -50px;
    left: -50px;
    z-index:-1;
}
.owl-dots {
    display: none;
}

.test-cnt h4 {
    text-transform: uppercase;
     font-family: 'BEBASNEUE';
}

.test-cnt h4 {
    text-transform: uppercase;
    font-family: 'BEBASNEUE';
    font-size: 24px;
    color: var(--pri-color);
    position: relative;
    margin-top: 60px;
    width: max-content;
    margin: 60px auto 8px auto;
}

.test-cnt h6 {
    font-size: 16px;
    color:#a4a4a4;
    font-weight:400;
}

.test-cnt h4::before {
    position: absolute;
    content: "";
    background: var(--pri-color);
    height: 1px;
    width: 100px;
    top: 50%;
    left: -120px;
}

.test-cnt h4::after {
    position: absolute;
    content: "";
    background: var(--pri-color);
    height: 1px;
    width: 100px;
    top: 50%;
    right: -120px;
}

#test-carousel .owl-nav button.owl-next, #test-carousel .owl-nav button.owl-prev {
    color: var(--pri-color);
    font-size: 50px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition:ease 0.4s all;
}

#test-carousel .owl-nav button.owl-next{
    right:0;
}


#test-carousel .owl-nav button.owl-prev{
    left:0;
}

#test-carousel .owl-nav button.owl-next:hover, #test-carousel .owl-nav button.owl-prev:hover{
    background:unset:
    color:var(--sec-color);
}


.top-ftr {
    background: url('../images/footer-back.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0px;
    z-index:1;
}

.top-ftr::after {
    position: absolute;
    content: "";
    background: rgb(2 48 132 / 80%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index:-1;
}

.top-ftr .col-md-4,.top-ftr .col-md-5,.top-ftr .col-md-3 {
    z-index: 1;
}



.ftr-bx.ftr-logo {
    max-width: 270px;
}

.ftr-bx.ftr-logo img{
    width:100%;
}

.ftr-bx h3 {
    font-size: 31px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
     font-family: 'BEBASNEUE';
}

#menu-quick-link li a,.ftr-bx.ftr-flw ul li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 38px;
    font-weight: 400;
}

#menu-quick-link li {
    list-style: none;
    float: left;
    width: 50%;
}

.ftr-bx.ftr-flw ul li {
    list-style: none;
    float: left;
    width: 50%;
}
.ftr-bx.ftr-flw ul li i{
    margin-right:10px;
    font-size:16px;
}
.row.inn-left-ftr a, .row.inn-left-ftr p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    line-height: 35px;
    display: block;
}

.ftr-bx.ftr-flw {
    display: flow-root;
    padding-left: 30px;
}

.btm-ftr p {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.btm-ftr {
    padding: 15px 0;
}

.btm-ftr .fa.fa-heart {
    color: red;
}

.top-ftr a:hover {
    color: #bbb !important;
}

.ftr-bx.ftr-logo {
    margin-bottom: 20px;
}
section.about-banner {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.all-page {
    padding: 70px 0;
    display: flow-root;
}
.about-internal {
    width: max-content;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0 85px;
    z-index: 1;
}
.about-internal ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}


.about-internal ul li a{
    color:#fff;
}

.about-internal i{
    margin:10px;
    color:#fff!important;
}

.about-internal h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 59px;
    font-family: 'BEBASNEUE';
    line-height: 67px;
    font-weight: 400;
}

section.about-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 35%);
    z-index: 0;
}

div#envira-gallery-wrap-55 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

div#envira-gallery-wrap-55 .envira-lazy:not(img){
    padding-bottom:300px!important;
}

.test-bx-inn {
    text-align: center;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.test-bx-inn img {
    width: 100%;
    max-width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.testimonial-text-area h6 {
    font-family: 'AvenirNextLTPro'!important;
    font-weight: 400;
    text-transform: capitalize;
}
.test-bx-inn p {
    line-height: 30px;
    margin-bottom: 25px;
}

img.xyz {
    float: right;
    width: 100%;
    max-width: 35%;
    margin-left: 20px;
    margin-bottom: 10px;
    height: 250px;
    filter: drop-shadow(3px 3px 3px #999);
}
.pg-contact-add li span {
    font-family: 'AvenirNextLTPro'!important;
}


.contact-pg-form input, .contact-pg-form textarea {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    background: #f5f5f5;
    padding: 0px 15px;
    font-family: 'AvenirNextLTPro';
    font-size:15px;
}

.contact-pg-form textarea{
    height:120px;
   padding-top:10px;    
}

.contact-pg-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: var(--pri-color);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    font-size: 16px;
    transition:ease 0.4s all;
    cursor:pointer;
    border: 0;
}

.contact-pg-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    background:var(--sec-color);
}

.contact-pg-form p{
    margin-bottom:0;
}


.single .entry-content p {
     font-family: 'AvenirNextLTPro';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;

}

.single .entry-content ul{
    padding-left:18px;
    padding-bottom:15px;
}
.single .entry-content ul li {
   font-family: 'AvenirNextLTPro';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
}

h1.premium-blog-entry-title a {
    font-family: 'BEBASNEUE'!important;
    font-weight: 400!important;
    letter-spacing: 1px;
}

.btm-ftr p a {
    color: var(--pri-color);
}

.logged-in .sticky-header{
    top: 32px!important;
}
.sticky-header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    transition: ease 0.7s all;
    background: var(--pri-color);
}

.sticky-header #menu-main-menu li a:after {
    background: #fff;
}

.sticky-header #menu-main-menu li a {
    color: #fff;
}

.sticky-header ul.scl-icon li a {
    color: #fff;
    border-color: #fff;
}

.sticky-header .scl-icon li a:hover {
    background:#fff ;
    color: #5a5a5a;
}

.btm-ftr p a:hover {
    color: var(--sec-color);
}

.or-gll p{
    font-weight:600!important;
}


.testimonial-text-area p {
    position: relative;
    z-index:1;
    padding:0 35px;
}

.testimonial-text-area p::before {
    position: absolute;
    content: "";
    background: url(../images/quote-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 60px;
    top: -18px;
    left: -10px;
    z-index: -1;
}

.testimonial-text-area p::after {
    position: absolute;
    content: "";
    background: url(../images/quote-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 60px;
    bottom: -18px;
    right: -10px;
    z-index: -1;
}
.testimonial-text-area h4 {
    color: var(--pri-color);
}

.elementor-element-4224c55b ul li{
   margin-bottom:10px;
}
.elementor-element.elementor-element-28442a1f.elementor-widget.elementor-widget-image img{
    vertical-align: middle;
    display: inline-block;
    padding: 10px;
    border: 2px solid #ccc;
}
.elementor-element-4224c55b ul {
    padding-left: 18px;
/*     padding-top: 16px;
    margin-top: 38px;
    border-top: 4px solid #023084; */
}
.elementor-element.elementor-element-5e1fdb07.elementor-widget.elementor-widget-text-editor {
    padding: 37px 36px 20px !important; 
}
.elementor-16 .elementor-element.elementor-element-7cfcd6fa > .elementor-element-populated {
    margin: 0px 0px 30px 0px !important;
}

/* .elementor-element-28442a1f img {
    width: 100%;
    object-fit: contain;
}

.elementor-element-12125280 .elementor-column-wrap.elementor-element-populated {
    padding: 0 !important;
}

.elementor-element-2476bb98 {
    background: #ddd;
    padding: 10px!important;
} */

/* .elementor-element-4224c55b {
    padding: 20px;
} */

@media screen and (max-width:1299px){
    .metaslider .flexslider .slides p {
    max-width: 379px;
}
    .rght-mdl-hdr li:last-child {
    margin-left: 36px;
}
    .phn-sec-inn a {
    font-size: 39px;
    }
}

@media screen and (max-width:1199px){
    .row.inn-left-ftr a, .row.inn-left-ftr p {
    font-size: 14px;
    }
}