@font-face {
    font-family: 'ML-KV-Shajil-Nani-Pro-Uni-Regular';
    src: url("../fonts/ML-KV-Shajil-Nani-Pro-Uni-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'ML-KV-Shajil-Nani-Pro-Uni-SemiBold';
    src: url("../fonts/ML-KV-Shajil-Nani-Pro-Uni-SemiBold.ttf") format("truetype");
}

:root {
    --home-banner-min: 550px;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
}

img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
/* ============================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
ol,
ul,
dl {
    margin: 0;
    padding: 0;
}
strong {
    font-weight: bold;
}
button:focus {
    box-shadow: none !important;
    outline: none !important;
}
.btn:focus {
    box-shadow: none;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
textarea:focus,
input:focus {
    outline: none;
}
label {
    font-weight: 600;
}
hr {
    border-top: 1px solid #f1f1f1;
}
/* ============================== */

/* owl caro :start */
.carousel-wrap {
    margin: 0 auto;
    padding: 0 8%;
    width: 100%;
    position: relative;
}
  
/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100; 
    -webkit-backface-visibility: hidden; 
}
  
/* end fix */
.owl-nav > button {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}
  
.owl-nav i {
    font-size: 52px;
}
  
.owl-nav .owl-prev {
    left: -30px;
}
  
.owl-nav .owl-next {
    right: -30px;
}
/* owl caro :end */


/* ******************* Header Start ******************* */

.header {
  position: relative;
  z-index: 11;
  /* border-bottom: 1px solid #e0e0e0; */
}
.nav-right {
  width: 100%;
  /* border-left: 1px solid #e0e0e0; */
}
.nav-right-top {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  padding: 0;
}
.top-menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: initial;
  position: relative;
  padding: 11px 20px;
  border-left: 1px solid rgb(255 255 255 / 10%);
}
/* .top-menu li a::before {
  width: 2px;
  height: 10px;
  background: #072f40;
  position: absolute;
  right: 0;
  bottom: 50%;
  content: "";
  transform: translate(0, 50%);
}
.top-menu li:last-child a::before {
  display: none;
} */
.top-menu-icon {
  color: var(--primary-color);
  padding-right: 7px;
}
.top-menu-icon img {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
a:hover .top-menu-icon img {
    filter: brightness(0) invert(1);
}
.top-menu {
  padding-right: 15px;
  border-left: 1px solid rgb(255 255 255 / 10%);
  border-right: 1px solid rgb(255 255 255 / 10%);
}
.nav-brand {
  padding: 0 30px !important;
}
.nav-brand:hover {
    background-color: transparent !important;
}


.header.header-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.header.header-fixed .classy-nav-container {
    background-color: transparent;
}
.classy-navbar .nav-brand {
    position: fixed;
    top: 0px;
    left: 0px;
}
.classy-navbar .nav-brand img {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.header .classy-navbar .nav-brand img {
    width: 136px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.header.header-top .classy-navbar .nav-brand img {
    width: 100px;
}
.stickynavbar {
    background-color: #000;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.mobnav-social-links {
    display: flex;
    justify-content: space-around;
    background-color: #dddddd;
}
.mobnav-social-links .top-menu-icon {
    padding: 0px;
}


@media screen and (max-width: 1280px) {
  .nav-brand {
      padding: 0 15px !important;
  }
  .top-menu {
      padding-right: 0;
  }
  .breakpoint-off .classynav {
      padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .nav-right-top {
      padding: 10px 0;
  }
  .show-mob li {
      margin-bottom: 1px;
  }
  .show-mob li .top-menu-icon {
      color: #274fab;
  }
  .show-mob li a {
      color: #000;
      background: #dddddd;
      display: block;
  }
  .show-mob li a:hover {
      color: #fff;
      background: #000;
  }
  .show-mob li a:hover .top-menu-icon {
      color: #fff;
  }
  .nav-right {
      border-left: 0;
  }
  .nav-right-top {
      display: none;
  }
}

@media screen and (max-width: 991px) {
    .nav-right-top {
        display: none !important;
    }
    .nav-right {
        background-color: transparent;
    }
    .nav-right.stickynav-right {
        background-color: #000;
    }
    .classy-nav-container a {
        color: #000;
    }
    .stickynavbar {
        background-color: #fff;
    }
}
/* ******************* Header End ******************* */

/* ******************* Banner Section Start ******************* */
.single-banner-slide {
    width: 100%;
    height: 100vh;
    min-height: var(--home-banner-min);
}
.single-banner-slide picture .banner-img {
    width: 100%;
    height: 100vh;
    min-height: var(--home-banner-min);
    object-fit: cover;
    object-position: center;
}
.single-banner-slide video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.single-banner-slide .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.banner-section {
    position: relative;
}

.homeslider-nav {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.homeslider-nav .homeslidernav-button {
    width: 115px;
    height: 115px;
    padding: 15px;
    background-color: #274fab;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
/* .homeslider-nav .homeslidernav-button img {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
} */
.homeslider-nav .homeslidernav-button:hover {
    background-color: #000;
}
/* .homeslider-nav .homeslidernav-button:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
} */

.homesocial-media {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 1;
}
.homesocial-media .homesocialmedia-wrap {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.homesocial-media a {
    padding: 15px;
    display: inline-block;
}
.homesocial-media a i {
    font-size: 18px;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.homesocial-media a:hover i {
    color: #274fab;
}
.homesocial-media .homesocialmedia-line {
    width: 2px;
    height: 130px;
    margin-top: 15px;
    background-color: #fff;
}

.sbslide-caption-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sbslide-caption {
    height: 100vh;
    min-height: var(--home-banner-min);
    display: flex;
    align-items: center;

    padding: 15px;
}
.sbslide-caption h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 35px;
}
.sbslide-caption-box {
    padding-left: 40px;
    padding-bottom: 75px;
    border-left: 1px solid #fff;
}
.sbslide-caption .sbslide-caption-box h3 {
    font-size: 57px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.sbslide-caption .sbslide-caption-box h3:last-child {
    margin-bottom: 0px;
}
.sbslide-caption .sbslide-caption-box h3 span {
    color: #274fab;
}



.btn-sbslide {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 26px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 12px 35px;
    margin-left: 35px;
    display: inline-block;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.btn-sbslide:hover {
    color: #274fab;
    background-color: #fff;
}


.lineshow {
    /* display: table; */
    white-space: nowrap;
    width: 100%;
    margin-top: -27px;
    display: flex;
    align-items: center;
}
.lineshow::before {
    border-top: 1px solid #fff;
    content: '';
    /* display: table-cell; */
    /* position: relative; */
    top: 10px;
    width: 60px;
}
/* ******************* Banner Section End ******************* */

/* ******************* Welcome Section Start ******************* */
.welcome-section {
    position: relative;
}
.welcomesec-left {
    position: relative;
    width: 100%;
    height: 100%;
    background: aquamarine;
    position: absolute;
    left: 0;
}
.welcomesecl-img {
    position: relative;
    height: 100%;
}
.welcomesecl-img .welseclimg-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.welseclimg-box.welseclimg-box-mob {
    padding: 50px;
}
.welcomesecl-bgimg {
    width: 100%;
    height: 100%;
    min-height: 500px;

    position: absolute;
    left: 0;
}

.able-img {
    z-index: 1;
}







.welcomesec-right {
    margin-top: 90px;
    padding-left: 50px;
}
.welcomesec-right .owlwelcome-wrap .owlwelcomew-img {
    position: relative;
}
.welcomesec-right .owlwelcome-wrap .owlwelcomew-img .owlwelcomew-title {
    background-color: #fff;
    position: absolute;
    bottom: -30px;
    left: 30px;
    right: 0;
    padding: 25px;
}
.welcomesec-right .owlwelcome-wrap .owlwelcomew-img .owlwelcomew-title h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 31px;
    color: #1a191d;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.welcomesec-right .owlwelcome-wrap .owlwelcomew-img .owlwelcomew-title h3 span {
    color: #274fab;
}
.welcomesec-right .owlwelcome-wrap .owlwelcomew-desc {
    margin-top: 50px;
}
.welcomesec-right .owlwelcome-wrap .owlwelcomew-desc p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}
.welcomesec-right .welcomesecr-desc p:last-child {
    margin-bottom: 0px;
}





.welcomesecl-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #fff;
}
.welcomesecl-bottom.welcomeseclb-absolute {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.welcomesecl-bottom .welcomeseclb-link {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #274fab;
    margin-right: 170px;
    padding-bottom: 5px;
    border-bottom: 1px solid #274fab;
}
.welcomesecl-bottom .welcomeseclb-link:hover {
    border-bottom: 1px solid transparent;
}
.welcomesecl-bottom.welcomesecl-bottom-mob {
    justify-content: space-between;
}
.owlwelcome-nav {
    display: flex;
}
.owlwelcome-nav .owlwelcomenav-button {
    width: 115px;
    height: 115px;
    background-color: #1a191d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    -webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
}
.owlwelcome-nav .owlwelcomenav-button:hover {
    background-color: #274fab;
}
/* ******************* Welcome Section End ******************* */

/* ******************* Common Start ******************* */
.section-title {
    margin-bottom: 30px;
}
.section-title h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 5px;
    color: #274fab;
}
.section-title h3 {
    font-size: 57px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 15px;
}
.section-title h3 span {
    color: #274fab;
}

.btn-style1 {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 26px;
    color: #274fab;
    border: 2px solid #274fab;
    border-radius: 0;
    padding: 12px 35px;
    margin-top: 30px;
    display: inline-block;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.btn-style1:hover {
    color: #fff;
    background-color: #274fab;
}

/* ******************* Common End ******************* */

/* ******************* About Section Start ******************* */
.about-section {
    padding-top: 120px;
}

.about-section .aboutsec-left .aboutsecl-desc p {
    font-size: 18px;
    line-height: 26px;
}
.about-section .aboutsec-right img {
    box-shadow: 30px 30px #274fab;
    width: calc(100% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}


/* ******************* About Section Start ******************* */

/* ******************* Training Section Start ******************* */
.training-section {
    position: relative;
    margin-top: -30px;
}
.training-section .trainingsec-left {
    background-color: #274fab;
}
.training-section .trainingsec-left .trainingsecl-space {
    padding: 100px 80px 100px 0px;
}
.trainingsecl-top h3 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.trainingsecl-top p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
}
.trainingsec-bg {
    background-color: #274fab;
    position: absolute;
    left: 0;
    z-index: -1;
}


.trainingsecl-owl {
    margin-top: 60px;
}
.otraining-wrap .otrainingw-number {
    font-size: 130px;
    font-weight: 700;
    line-height: 90px;
    color: #274fab;
    -webkit-text-stroke: 5px #1a3b85;
    margin-bottom: 10px;
    overflow: hidden;

}
.otraining-wrap .otrainingw-text {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.otraining-wrap .otrainingw-time {
    font-size: 50px;
    font-weight: 700;
    line-height: 43px;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
}


.trainingsecl-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.trainingseclb-link {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 3px;
    color: #274fab;
    margin-right: 60px;
    padding-bottom: 4px;
    border-bottom: 1px solid #274fab;
}
.trainingseclb-link:hover {
    border-bottom: 1px solid transparent;
}
.owltraining-nav {
    display: flex;
}
.owltraining-nav .owltrainingnav-button {
    width: 115px;
    height: 115px;
    background-color: #1a191d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    -webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
}
.owltraining-nav .owltrainingnav-button:hover {
    background-color: #274fab;
}
/* .owltraining-nav .owltrainingnav-button img {
    -webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
}
.owltraining-nav .owltrainingnav-button:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
} */


.trainingsec-right {
    /* position: relative; */
    width: 100%;
    height: 100%;
    padding-top: 120px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.trainingsec-right .trainingsecr-wrap {
    background-color: #f5f5f5;
    width: 100%;
}
.trainingsec-right .trainingsecr-wrap .trainingsecrwrap-space {
    padding: 100px 0px 100px 90px;
}
.trainingsecright-bg {
    background-color: #f5f5f5;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}


/* ******************* Training Section End ******************* */

/* ******************* Contact Info Section Start ******************* */
.contactinfo-section {
    margin-top: 100px;
}
.contactinfo-section .contactinfosec-left .headoffice-sec h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 5px;
}
.contactinfo-section .contactinfosec-left .headoffice-sec p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.contactinfo-section .contactinfosec-left .headoffice-sec p b {
    font-weight: 600;
}
.contactinfo-section .contactinfosec-left .primarycontact-sec {
    margin-top: 50px;
}
.contactinfo-section .contactinfosec-left .primarycontact-sec h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 30px;
}
.contactinfo-section .contactinfosec-left .primarycontact-sec h3 span {
    color: #274fab;
}

.primarycontact-sec .primarycontactsec-ul > li {
    display: flex;
    margin-bottom: 40px;
}
.primarycontact-sec .primarycontactsec-ul > li:last-child {
    margin-bottom: 0px;
}
.primarycontact-sec .primarycontactsec-ul > li .pricnsec-img {
    width: 50px;
}
.primarycontact-sec .primarycontactsec-ul > li .pricnsec-text {
    margin-left: 20px;
}
.primarycontact-sec .primarycontactsec-ul > li .pricnsec-text p {
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    color: #1a191d;
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.primarycontact-sec .primarycontactsec-ul > li .pricnsec-text a:hover p {
    color: #274fab;
}
.primarycontact-sec .primarycontactsec-ul > li:last-child {
    display: flex;
    align-items: center;
}

.primarycontactsec-ulsub > li {
    display: flex;
}
.primarycontactsec-ulsub > li > div:first-child {
    width: 110px;
    font-size: 20px;
    color: #1a191d;
}
.primarycontactsec-ulsub > li > div:last-child {
    width: 110px;
    font-size: 20px;
    font-weight: 600;
    color: #1a191d;
}
.primarycontactsec-ulsub > li > div:last-child a {
    color: #1a191d;
}
.primarycontactsec-ulsub > li > div:last-child a:hover {
    color: #274fab;
}


.contactinfosec-right .contactinfosecr-title {
    font-size: 30px;
    font-weight: 700;
}
.contactinfosec-right .contactinfosecr-title span {
    color: #274fab;
}

.contactinfosecr-frm label {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #274fab;
}
.contactinfosecr-frm .form-control {
    border: 2px solid #000;
    border-radius: 0px;
}
.contactinfosecr-frm input.form-control {
    height: 55px;
}
.contactinfosecr-frm textarea.form-control {
    height: 120px;
}
.contactinfosecr-frm .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgb(0 0 0 / 70%);
}
.contactinfosecr-frm .form-control::-moz-placeholder { /* Firefox 19+ */
    color: rgb(0 0 0 / 70%);
}
.contactinfosecr-frm .form-control:-ms-input-placeholder { /* IE 10+ */
    color: rgb(0 0 0 / 70%);
}
.contactinfosecr-frm .form-control:-moz-placeholder { /* Firefox 18- */
    color: rgb(0 0 0 / 70%);
}
.contactinfosecr-frm input.form-control.error,
.contactinfosecr-frm textarea.form-control.error {
  border: 2px solid #dc3545;
}
.contactinfosecr-frm + .form-alert {
  margin-top: 15px;
  font-size: 15px;
}
/* ******************* Contact Info Section End ******************* */


/* ******************* Subscribe Section End ******************* */
.subscribe-section {
    margin-top: 80px;
    position: relative;
}
.subscribe-section .subscribesec-wrap {
    background-color: #274fab;
    color: #fff;
    padding: 50px 0px 50px 50px;

    position: relative;
}
.subscribe-section .subscribesec-wrap .subscribesecw-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
}

.subscribe-frm {
    display: flex;
}
.subscribe-frm .form-group {
    flex: 1;
}
.subscribe-frm .form-control {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0px;
    background-color: transparent;
    height: 55px;
}
.subscribe-frm .form-control.invalid {
    border-color: #dc3545;
}
.subscribe-frm .btn-subscribesec {
    border: 2px solid transparent;
    color: #274fab;
    background-color: #fff;
    border-radius: 0px;
    margin-left: 15px;
    padding: 12px 16px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.subscribe-frm .btn-subscribesec:hover {
    background-color: #274fab;
    color: #fff;
    border-color: #fff;
}

.subscribe-frm .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.subscribe-frm .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.subscribe-frm .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.subscribe-frm .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.subscribesectionbg {
    background-color: #274fab;
    position: absolute;
    right: 0;
    z-index: -1;
    height: 100%;
}
.subscribe-frm input.form-control.error,
.subscribe-frm textarea.form-control.error {
  border: 2px solid #dc3545;
}
.subscribe-frm + .form-alert {
  margin-top: 10px;
  font-size: 15px;
}
/* ******************* Subscribe Section Start ******************* */

/* ******************* Footer Section Start ******************* */
footer {
    background-color: #1a191d;
}
footer .fdetails {
    padding: 70px 0px;
}
footer .footerblock {
    color: #fff;
}
footer .footerblock .footerblock-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
footer .footerblock p {
    font-size: 16px;
    line-height: 23px;
}
footer .footerblock .flink {
    font-size: 16px;
    letter-spacing: 2px;
    color: #274fab;
}
footer .footerblock .flink:hover {
    color: #fff;
}
footer .footerblock .fquickcontact-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}
footer .footerblock .fquickcontact-list li {
    width: 50%;
    margin-bottom: 15px;
}
footer .footerblock .fquickcontact-list li:before {
    content: '\2013';
    /* content: '-'; */
    position: absolute;
    margin-left: -15px;
    color: #274fab;
  }
footer .footerblock .fquickcontact-list li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
}
footer .footerblock .fquickcontact-list li a:hover {
    color: #274fab;
}
footer .footerblock .fmap {
    width: 100%;
    height: 190px;
    position: relative;
}
footer .footerblock .fmap iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
footer .fcopyright {
    border-top: 1px solid #313034;
    border-left: 1px solid #313034;
    border-right: 1px solid #313034;
}
footer .fcopyright .container {
    border-left: 1px solid #313034;
    border-right: 1px solid #313034;
}
footer .fcopyright .fcopyright-left {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
footer .fcopyright .fcopyright-left p {
    font-size: 16px;
    color: rgb(255 255 255 / 50%);
    margin: 0px;
    padding-left: 25px;
}
footer .fcopyright .fcopyright-right {
    display: flex;
    justify-content: flex-end;
}
footer .fcopyright .fcopyright-right a {
    border-left: 1px solid #313034;
}
footer .fcopyright .fcopyright-right a i {
    font-size: 18px;
    color: rgb(255 255 255 / 50%);
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
footer .fcopyright .fcopyright-right a:hover i {
    color: #fff;
}

/* ******************* Footer Section End ******************* */


/* ******************* Inner Banner Section Start ******************* */
.inner-banner {
    position: relative;
}
.pgbreadcrumbs-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.page-breadcrumbs {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 120px;
}
.page-breadcrumbs h3 {
    font-size: 57px;
    font-weight: 700;
    line-height: 64px;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.page-breadcrumbs .pageb-path .breadcrumb-item {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2.6px;
    color: #fff;
}
.page-breadcrumbs .pageb-path .breadcrumb-item a {
    color: #274fab;
}
.page-breadcrumbs .pageb-path .breadcrumb-item a:hover {
    color: #fff;
}
.page-breadcrumbs .pageb-path .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
/* ******************* Inner Banner Section End ******************* */


/* ******************* Inner Page Common Start ******************* */
.inner-page {
    padding: 90px 0px;
}
/* ******************* Inner Page Common End ******************* */


/* ******************* About Page Start ******************* */
.about-page .aboutpg-left .aboutpgl-description p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
.about-page .aboutpg-left .aboutpgl-description p:last-child {
    margin-bottom: 0px;
}
.about-page .aboutpg-right .abtpgr-img {
    box-shadow: 30px 30px #274fab;
    width: calc(100% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}
.about-page .aboutpg-right .abtpgrimg-caption {
    background-color: #274fab;
    width: calc(100% - 30px);
    padding: 0px 40px 40px 40px;
    margin-left: 30px;
}
.about-page .aboutpg-right .abtpgrimg-caption p {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0px;
}
/* ******************* About Page End ******************* */


/* ******************* Contact Us Page Start ******************* */
.contactus-page .contactuspg-top {
    margin-bottom: 50px;
}
.twentyfour-support {
    margin-top: 40px;
}
.twentyfour-support img {
    max-width: 100%;
    height: auto;
}
/* ******************* Contact Us Page End ******************* */

/* ******************* List Style Start ******************* */
.list-style-1 {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}
.list-style-1 li {
    width: 100%;
    margin-bottom: 10px;
}
.list-style-1 li:before {
    content: '\2013';
    position: absolute;
    margin-left: -15px;
    color: #274fab;
}
/* ******************* List Style End ******************* */
.privacypolicy-page .privacypolicypg-description a {
    color: #274fab;
}
.privacypolicy-page .privacypolicypg-description a:hover {
    color: #274fab;
    text-decoration: underline;
}
.privacypolicy-page .privacypolicypg-description p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

