/********** Template CSS **********/
:root {
    --primary: #c71d22;
    --light: #F1F8FF;
    --dark: #046ace;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
	.tag-line{padding-top: 20px !important;}
		
	.mp-0 {padding: 0 !important;}
	
	.t-c{text-align: center!important;}
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(15, 23, 43, .7);*/
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        /*width: 100%;
        height: 100%;*/
        object-fit: cover;
    }
	
	.pb{padding-bottom: 0 !important;}
	
	.services .icon {
    top: -30px;
    left: -30px;
	}
	
	.t-c{
		text-align: center!important;
	}

	.gy-4 {
     --bs-gutter-y: 0;
	}
}


@media (min-width: 768px) {	
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
		}
}

@media (min-width: 992px) {
}



/*** Footer ***/

.footer {
    position: relative;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 20px 0;
    font-size: 15px;
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    /*padding-right: 15px;*/
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    /*border-right: none;*/
}

.bg-page-top {
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
	background: #8bf9fc;
}

.footer .btn {
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    padding: 0.375rem 0.1rem;
    font-size: 1rem;
}

@media (max-width: 414x) {
	.display-4 {
    font-size: calc(0.475rem + 0.7vw) !important;
    font-weight: 700;
    line-height: 1.2;
	}
}

.main-banner {
	background: url("../img/bg-banner.png");
    background-repeat: no-repeat;
    /*background-position: center center;*/
    background-size: cover;
    /*padding: 226px 0px 120px 0px;*/
    position: relative;
    overflow: hidden;
}

.main-banner h1{
	font-size: 3rem;
}

.main-banner h2{
	font-size: 2.5rem;
}
.btn-primary:active, .btn-primary:focus{
	background-color: #8bf9fc;
    border-color: #8bf9fc;
	box-shadow: 0 0 0 0.25rem rgb(139 249 252 / 50%);
}

.bg-bluedark{
	background-color: #011c42;
}

.text-green{color: #229c2f !important;}

.br-1{border-radius: 10px !important;}

.bg-form{
	/*padding: 20px;*/
	border-radius: 10px;
}


.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.text-green{color: #2aa636;}

.media-body a{color: #c71d22;}
.media-body a:hover{color: #000;}

.btn-primary {
    color: #000;
    background-color: #c71d22;
    border-color: #c71d22;
}

.btn-primary:hover {
    color: #c71d22;
    background: #ffffff;
	border-color:#ffffff;
}

.btn-primary:active {
    background-color: #8bf9fc;
    border-color: #8bf9fc;
    box-shadow: 0 0 0 0.25rem rgb(139 249 252 / 50%);
	color: #c71d22;
}

.text-primary{color: var(--primary)!important;}
.text-dark{color: var(--dark) !important;}

.ls-1{letter-spacing: 7px;}
body{background-color:#fff; }

.btn-dark {
    color: #fff;
    background-color: #046ace;
    border-color: #046ace;
}

.bg-dark {
    background-color: #046ace !important;
}

.bg-primary {
    background-color: #c71d22 !important;
}

.bg-page-top a {color: #000000; text-decoration: none;}
.bg-page-top a:hover {color: #c71d22;}
.bg-page-top .btn-dark:focus {
    /*color: #fff;
    background-color: #011c42;
	border-color: #011c42;*/
    box-shadow: none !important;
}
.bg-page-top .btn:focus {
    /*outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(254 161 22 / 25%);*/
}

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

.fw-400 {
	font-weight: 400;
	}

@media (min-width: 2560px)  {
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .download {
    padding: 0;
  }
}
.download .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: var(--color-secondary);
}
.download .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.download .content p {
  font-size: 15px;
  color: var(--color-gray);
}
.download .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}
.download .accordion-item {
  border: 0;
  margin-top: 15px;
  box-shadow: 0px 5px 25px 0px rgba(var(--color-black-rgb), 0.06);
}
.download .accordion-collapse {
  border: 0;
}
.download .accordion-button {
  padding: 15px 40px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  background: #c71d22;
  box-shadow: none;
  border-radius: 5px;
}
.download .accordion-button:not(.collapsed) {
  color: #ffffff;
  border-bottom: 0;
  box-shadow: none;
}
.download .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary);
}
.download .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 24px;
  color: var(--color-primary);
}
.download .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  border-radius: 5px;
  background: var(--color-white);
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #c71d22;
	box-shadow: none !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #c71d22;
    outline: 0;
    box-shadow: none !important;
	color: rgba(255,255,255,1);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
	background-image:url("../img/down-arrow.png");
    /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666565'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);*/
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image:url("../img/down-arrow.png");
    transform: rotate(-180deg);
}

.accordion-body a {
    color: #000000;
    text-decoration: none;
}
.accordion-body a:hover {
    color: #ff0000;
    text-decoration: none;
}
.bg-black{
	background: #000000;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    background: #c71d22;
}
