@charset "utf-8";
/* CSS Document */


/*====================
1. Google fonts
======================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*====================
3. General css
======================*/

body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  line-height: 1.8;
}
@-webkit-keyframes pulse{
  0%{
    -webkit-transform: scale(0.9);
  }
  50%{
    -webkit-transform: scale(1.1);
  }
  100%{ 
    -webkit-transform: scale(0.9);
  }
}
.mypage-alo-phone {
    position: fixed;
   left: 0px;
    bottom:0px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}

.section-title {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
@media (max-width: 549px) {
    .section-title {
        font-size: 1.2em !important;
    }
}

.mypage-alo-ph-img-circle {
        width: 30px;
        height: 30px;
        top: 43px;
        left: 43px;
        position: absolute;
        background:  url(https://i.imgur.com/J9AXAq7.png) no-repeat center center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .7;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color: #0eef87;
        background-size: 70%;
      -webkit-animation: pulse 01s infinite;
}
.mypage-alo-ph-circle-fill {
  
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #01c369;
    opacity: .75 !important;
    -webkit-animation: pulse 1s infinite;
}
.mypage-alo-ph-circle{
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color:#ffb56b;
    opacity: .5;
}



.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index:999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #ff5e14;
    color: #fff;
    transition: all 0.4s;
}



ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color:  #003f72;
  margin: 0px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
}



h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}
.header-top-list a i {
    color: #ff5e14;
    margin-right: 5px;
}
.header-top-list a {
    color: #fff;
}
.header-top-list a:hover {
    color: #ffae00;
}

.header-top-social a {
  color: #fff;
}


.header-top-social a:hover {
  color: #ffae00;
}

.header-top {
padding: 10px 0;
position: relative;
    background: #1f1e1f;
}

.navbar-brand img{width:200px;}
.header-top::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background: #ff5e14;
}

.header-top-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.header-top-right {
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.header-top-social span {
    color: #fff;
}

.header-top-social a {
    font-size: 16px;
    text-align: center;
    margin-left: 14px;
    transition: all .5s ease-in-out;
	position: relative;
}

.bg-body-tertiary {
    background-color: #fff !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    z-index: 999;
    top: 0px;
    width: 100%;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ff5e14;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
          margin-right: 16px;
        padding: 30px 0 30px 0;
        font-size: 17px;
        font-weight: 600;
        color: #1f1e1f;
        text-transform: capitalize;
    }
	
	.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ff5e14;
}
}



.py-120 {
    padding: 120px 0;
}

.about-left {
    position: relative;
}

.about-img img {
    border-radius: 100px;
}

.about-img .img-2 {
    margin-left: -20px;
    margin-top: 130px;
    border: 10px solid #fff;
}

.about-img .img-3 {
    margin-top: -20px;
    margin-left: -50px;
    border: 10px solid #FFFFFF;
}

.about-experience {
    background: #ff5e14;
    position: absolute;
    right: 50px;
    bottom: 20px;
    padding: 14px 25px;
    border-radius: 100px;
    text-align: center;
    border: 10px solid #FCFCFC;
}

.about-experience h5 {
    color: #FFFFFF;
    font-size: 40px;
}
.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.site-title-tagline {
    display: inline-block;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    background: #ff5e14;
    border-radius: 50px;
    padding: 2px 15px 2px 3px;
    margin-bottom: 15px;
}

.site-title-tagline i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #FFFFFF;
    color: #ff5e14;
    text-align: center;
    border-radius: 50px;
    margin-right: 5px;
}
.site-title {
    font-weight: 700 !important;
    text-transform: capitalize;
    font-size: 45px;
    color: #1f1e1f;
    margin-bottom: 0;
}

.site-title span {
    color: #ff5e14;
}

.about-experience p {
    color: #FFFFFF;
    font-weight: 600;
}

.sa-bg {
    position: relative;
    background: #003f72;
    z-index: 1;
}

.pb-80 {
    padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}

.sa-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/03.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .1;
    z-index: -1;
}

.service-item:hover {
    transform: translateY(-5px);
}
.service-item {
    position: relative;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 50px 50px 50px 10px;
    transition: all .5s ease-in-out;
}

.service-item:hover .service-icon {
    box-shadow: 0px 0px 0 rgba(255, 94, 20, .1);
}
.service-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50px 50px 50px 10px;
    background: #ff5e14;
    margin-bottom: 30px;
    box-shadow: 10px 10px 0 rgba(255, 94, 20, .1);
    transition: all .5s ease-in-out;
}

.service-item .count {
    position: absolute;
    top: 0px;
    right: 30px;
    font-weight: 800;
    font-size: 70px;
    color: transparent;
    -webkit-text-stroke: 1px #ff5e14;
    opacity: .2;
}
a{
	text-decoration:none;
}
a, a:active, a:focus, a:hover {
    outline: none;
    /* -webkit-transition: all 0.3s ease-out 0s; */
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}
.service-content h4 a:hover {
    color: #ff5e14;
}
.service-content h4 a {
    color: #003f72;
}

.theme-btn, .theme-btn2 {
    font-size: 16px;
    color: #FFFFFF;;
    padding: 10px 20px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border: none;
    background: #ff5e14;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}


.theme-btn:hover {
    color: #FFFFFF;;
}

.theme-btn::before, .theme-btn2::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #003f72;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.theme-btn i, .theme-btn2 i {
    margin-left: 8px;
    transform: rotate(-40deg);
    transition2: all .3s ease-in-out;
}

.service-icon img {
    width: 70%;
   }

.video-area {
	background: url(../images/maxresdefault.webp);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.video-area::before {
    content: "";
    position: absolute;
    background: rgba(0, 63, 114, .5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  height: 500px;
}

.video-wrap img {
  border-radius: 12px;
}

/*.video-wrap .play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
	ine-height: 75px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-color: #ff5e14;
	color: #FFFFFF;
}*/

.video-wrap .play-btn {
    display: inline-block;
	width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
     transform: translate(-50%, -50%);
   background-color: #ff5e14;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    font-size: 28px;
   	top: 50%;
    left: 50%;
}




@media all and (max-width: 767px) {
  .video-wrap {
    height: 400px;
  }
}

.play-btn i::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #ff5e14;
	color: #FFFFFF;
    border-radius: 50px;
    animation: ripple-wave 1s linear infinite;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}


.py-100 {
    padding: 100px 0;
}

.team-area {
    position: relative;
}

.team-img img {
    border-radius: 20px;
}


.team-social {
    position: absolute;
    right: 9px;
    bottom: 40px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
}

.team-social a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    background: #FFFFFF;
    color: #ff5e14;
    border-radius: 50px;
}

.team-content {
    margin-top: 10px;
}

.team-content span {
    color: #ff5e14;
    font-weight: 500;
}





.footer-area {
    position: relative;
}

.footer-shape img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    z-index: -1;
}

.footer-widget {
    position: relative;
}

.footer-widget-box.about-us {
    margin-right: 50px;
}

.footer-widget-box p {
    padding-right: 18px;
    color:#000000;
   }

.footer-widget-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 21px;
    z-index: 1;
}

.footer-widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 3px;
    background: #ff5e14;
    border-radius: 50px;
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    gap: 10px;
    color: #f5faff;
    font-size: 16px;
    margin-bottom: 12px;
}

.footer-contact .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #ff5e14;
    border-radius: 50px;
    text-align: center;
}

.pb-80 {
    padding-bottom: 80px;
}
.pt-100 {
    padding-top: 100px;
}

.copyright {
    padding: 20px 0;
    border-top: 1px solid rgb(0 0 0 / 8%);
}

.copyright .copyright-text a {
    color: #ff5e14;
    font-weight: 500;
}

.copyright .copyright-text {
    margin-bottom: 0px;
    font-size: 16px;
}

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: end;
}

.footer-social li a i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50px;
    color: #ff5e14;
    transition: all .5s ease-in-out;
}

.footer-social li a i:hover {
  background: #ff5e14;
  color: #FFFFFF;
}

.faq-area .accordion-item {
    border: none;
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}



.faq-area .accordion-button:not(.collapsed) {
    color: #ff5e14;
    background-color: transparent;
    border-bottom: 1px dashed #ff5e14;
    box-shadow: none;
}

.faq-area .accordion-button {
    border-radius: 0px;
    background: transparent;
    font-weight: 700;
    font-size: 20px;
    color: #003f72;
    box-shadow: none;
}

.faq-area .accordion-button span {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}

.faq-area .accordion-button span i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    background: #ff5e14;
    text-align: center;
    color: #FFFFFF;
}

.site-breadcrumb {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    z-index: 1;
}

.site-breadcrumb::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #003f72;
    opacity: 0.85;
    z-index: -1;
}

.site-breadcrumb .breadcrumb-title {
    font-size: 35px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li.active {
    color: #ff5e14;
}

.site-breadcrumb .breadcrumb-menu li a {
    color: #FFFFFF;
    transition: all 0.5s ease-in-out;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
  color: #ff5e14;
}

.service-sidebar .widget {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.service-sidebar .widget .title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.service-sidebar .widget .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
    background: #ff5e14;
    border-radius: 50px;
}

.service-sidebar .category a {
    display: block;
    font-size: 16px;
    color: #003f72;
    font-weight: 500;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.service-sidebar .category a i {
    margin-right: 5px;
}
.parallax-window {
    min-height: 300px;
    background: transparent;
}





.tab1 td{
	background-color: transparent;
	color: #000000;
}

.tab1 th{
	background-color: transparent;
	color: #000000;
}

.tab1 td{
	background-color: transparent;
	color: #000000;
}

.tab1 th{
	background-color: transparent;
	color: #000000;
}

.contact-content {
    margin-bottom: 50px;
}

.contact-info {
    display: flex
;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 15px 50px 50px 50px;
    background: #f6f6f6;
    transition:  all .5s ease-in-out;
}

.contact-info .icon {
    font-size: 35px;
    color: #FFFFFF;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    background: #ff5e14;
}

.contact-info .content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #003f72;
}

.contact-info .content p {
    color: #003f72;
    font-weight: 500;
    font-size: 16px;
}

.contact-img img {
    width: 100%;
    border-radius: 15px;
}

.contact-form {
    background: #f6f6f6;
    padding: 30px;
    border-radius: 15px;
}

.contact-form-header {
    margin-bottom: 30px;
}

.contact-form-header h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #003f72;
}

.contact-form-header p {
    color: #757f95;
}

.form-group {
    margin-bottom: 20px;
}

.form-group .form-icon {
    position: relative;
}

.form-group .form-icon i {
    position: absolute;
    top: 19px;
    left: 20px;
    color: #ff5e14;
    z-index: 1;
}

.form-group .form-icon .form-control, .form-group .form-icon .form-select {
    padding-left: 50px;
}
.form-group .form-control, .form-group .form-select {
    padding: 14px 20px 14px 20px;
    border-radius: 15px;
    background-color: #ffffff;
    color: #003f72;
    border-color: rgba(0, 0, 0, 0.08);
}

.about-check p {
    color: #000;
    padding-bottom: 6px;
}

.about-check p i {
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 20px 0px 20px 20px;
    text-align: center;
    background-image: linear-gradient(-86deg, #dd1d25 0%, #fb9737 100%);
    color: #fff;
    display: inline-block;
    margin-right: 11px;
}


.row.demand-bg {
    padding: 80px 30px;
    background-image: linear-gradient(-25deg, #dd1d25 0%, #fb9737 100%);
    text-align: center;
    position: relative;
}

.demand-title h2 {
    font-weight: 700;
    color: #fff;
}

.demand-title p {
    color: #fff;
}



.cta-area {
    background: url(../images/maxresdefault.webp);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 90px;
    padding-bottom: 90px;
    z-index: 1;
}

.cta-area::before {
    content: "";
    position: absolute;
    background: rgba(0, 63, 114, .5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.cta-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 63, 114, .7);
    z-index: -1;
}

.cta-content {
    text-align: center;
}

.cta-content h2 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-content p {
    color: #fff;
    margin-bottom: 30px;
}

.single-service-box {
    padding: 40px 20px 33px;
    filter: drop-shadow(0px 10px 20px rgba(221, 29, 38, 0.07));
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.single-service-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-45deg, #dd1d25 0%, #fb9737 100%);
    transform: scale(.2, 1);
    opacity: 0;
    transition: .5s;
    border-radius: 5px;
}
.single-service-box:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 74px;
    bottom: 0;
    margin: auto;
    width: 218px;
    height: 218px;
    background: #fff;
    border-radius: 100%;
    opacity: 0.102;
    animation: dance3 2s alternate infinite;
}

/*serice icon*/
.service-icons {
    position: relative;
}
.service-icons:before {
    position: absolute;
    content: "";
    right: 0;
    left: 60px;
    margin: auto;
    top: -2px;
    width: 51px;
    height: 51px;
    line-height: 51px;
    background: #dd1d26;
    border-radius: 50%;
    opacity: .102;
}
.service-icons img {
    transition: .5s;
}
/*service content*/
.service-content h3 {
    font-size: 24px;
    padding: 23px 0 21px;
    transition: .5s;
    color:#000;
}
.service-content p {
    transition: .5s;
}

.single-service-box:hover .service-icons:before {
    opacity: .400;
    background: #fff;
}
.single-service-box:hover .service-icons img {
    filter: brightness(0) invert(1);
}
.single-service-box:hover .service-content h3 {
    color: #fff;
}
.single-service-box:hover .service-content p {
    color: #fff;
}
.single-service-box:hover .service-button a {
    color: #fff;
}

.single-service-box:hover:before{
    transform: scale(1);
    opacity: 1;
}


section.feature-section.style-two {
    background-color: #f1f3ef;
}
section.feature-section {
    padding: 100px 0;
}

.feature-item {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.feature-item-title h5 {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
}

.feature-item-desc p {
    margin: 0;
}