@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*font-family: 'Roboto', sans-serif;*/

*{
	padding: 0px;
	margin: 0px;
}

body{
	font-family: 'Roboto', sans-serif;
	color: #424242;
}

img{
	max-width: 100%;
}

h1{
	font-size: 47px;
	font-weight: 500;
}

ul{
	margin: 0;
	padding: 0;
}

ul li{
	list-style: none;
}

.cust-heading{
	color: #424242;
	margin-bottom: 50px;
	position: relative;
	padding-left: 30px;
}

.cust-heading:before {
	content: "";
	position: absolute;
	left: 0;
	width: 6px;
	height: 100%;
	background: #b20a0f;
}

.cust-heading h2{
    font-size: 47px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 13px;
    padding-top: 10px;
}

.cust-heading p{
	font-size: 33px;
	margin-bottom: 0px;
	line-height: 1;
	padding-bottom: 10px;
}


.pnk-bg{
	background: -moz-linear-gradient(left,  rgba(255,198,198,0.57) 0%, rgba(255,255,255,0.57) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,198,198,0.57) 0%,rgba(255,255,255,0.57) 100%);
	background: linear-gradient(to right,  rgba(255,198,198,0.57) 0%,rgba(255,255,255,0.57) 100%);
}


/*navbar*/
.connect {
    margin: 0 -15px;
}

.connect li {
    position: relative;
    padding: 0 15px;
}

.connect li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 20px;
    background: #525252;
    margin: auto;
}

.connect li:last-child:after {
    content: none;
}

.connect li a {
    font-size: 24px;
    color: #525252;
    line-height: 1;
    text-decoration: none;
    font-weight: 500;
}

.connect li a:hover{
	color: #b20a0f;
}

/*banner*/

.banner{
	padding-top: 180px;
	padding-bottom: 20px;
	background: url(../img/banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 48%);
    margin: auto;
}

.banner article p {
    font-size: 27px;
    line-height: 1.2;
}

.direction {
    display: inline-flex;
}

/*track*/
.track {
    display: flex;
    margin: 0 -15px;
    justify-content: center;
    position: relative;
    align-items: flex-end;
}

.track:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: #ffffff;
    margin: auto;
}

.route {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.route img {
    margin-left: 20px;
}

.route.opposite img {
    margin-left: 0px;
    margin-right: 20px;
}


.direction i {
    clip-path: polygon(100% 100%, 100% 0, 1% 50%);
    background: #ffffff;
    position: relative;
    width: 120px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 6px;
    border-radius: 6px;
}

.direction i:before{
	content: "";
	background: url(../img/edit.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 53px;
	height: 53px;
}

.direction i:after {
    content: "";
    width: 95%;
    height: 94%;
    position: absolute;
    clip-path: polygon(100% 100%, 100% 0, 1% 50%);
    background: #b20a0f;
    top: 0px;
    bottom: 0px;
    left: 1px;
    right: 0px;
    z-index: -1;
    margin: auto;
}

.direction a {
    text-decoration: none;
	margin: 0;
    background: #b20a0f;
    color: #ffffff;
    min-width: 194.67px;
    margin-top: 23px;
    margin-bottom: 23px;
    font-weight: normal;
    font-size: 18px;
    border: 2px solid #ffffff;
    margin-left: -3px;
    border-left-color: #b20a0f;
    padding-left: 5px;
    padding-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: relative;
    border-radius: 0 4px 4px 0px;
}

.opposite .direction{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.opposite .direction i:before,  .opposite .direction a, .opposite img{
   -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.opposite .direction a{
    margin-left: -4px;
    border-right-color: #b20a0f;
    border-left-color: #ffffff;
    padding-left: 6px;
    padding-right: 5px;
}

/**/

.control {
    padding: 60px 0 30px;
}

.control .box {
    padding: 30px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.control .box p {
    margin: 0;
}

.control .box:hover{
	box-shadow: 1px 6px 11px 0px rgb(0 0 0 / 13%);
}

.control .box:before {
	content: "";
	background: url(../img/shape.png);
	background-repeat: no-repeat;
	width: 0;
	height: 0;
	position: absolute;
	left: -45px;
	top: -45px;
	opacity: 0;
	transition: all 0.3s ease-in-out;

}

.control .box:after {
	content: "";
	background: url(../img/shape2.png);
	background-repeat: no-repeat;
	width: 0;
	height: 0;
	position: absolute;
	right: -45px;
	bottom: -45px;
	opacity: 0;
	transition: all 0.3s ease-in-out;

}

.control .box:hover:before, .control .box:hover:after{
	opacity: 1;
	width: 120px;
	height: 113px;
}


/*document*/
.document{
	padding: 60px 0;
}

.document .inner > p {
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 40px;
}
.document .card-header {
    border: 0px !important;
    border-radius: 0px !important;
    background: transparent;
}

.document .card {
    border: 0px;
    border-radius: 0px;
    background: transparent;
}

.document #accordion {
    border: 1px solid #757675;
}

.document .card button {
	width: 100%;
    text-align: left;
    text-decoration: none !important;
    font-size: 18px;
    color: #9b1a1e;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.document .card button:hover {
    color: #9b1a1e;
}

.document .card-header h5:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    width: 100%;
    height: 1px;
    background: #757675;
}

.document button[aria-expanded="false"] .clse{
	display: none !important;
}

.document button[aria-expanded="true"] .opn{
	display: none !important;
}

.document .card-header h5 {
    position: relative;
}

.document .card:last-child h5:before {
    content: none !important;
}

.document card-body {
    margin: .375rem .75rem;
}

.document .card-body {
    margin: .375rem .75rem;
}

/*answer*/
.answer{
	padding: 60px 0 30px;
}

.answer .box img{
	padding-top: 8px;
}

.answer article h4{
	font-size: 22px;
	color: #b20a0f;
	margin-bottom: 20px;
}

.answer article p {
    margin: 0;
}

.answer .box {
    margin-bottom: 30px;
}

/*partner*/

.partner{
	padding: 60px 0px;
}
.partner .left img{
	border-radius: 8px;
}

.partner li {
	font-size: 16px;
    padding-bottom: 7px;
    position: relative;
    padding-left: 25px;
}

.partner li:last-child {
    padding-bottom: 0;
}

.partner li:before{
    content: "";
    position: absolute;
    left: 0;
    background: url(../img/tick.png);
    width: 14px;
    height: 14px;
    top: 6px;
}

/*footer*/
footer {
    background: #424242;
    color: rgb(255 255 255 / 67%);
    padding: 15px 0;
}

footer .connect li a {
    color: rgb(255 255 255 / 67%);
    font-size: 16px;
    font-weight: normal;
    width: 100%;
}

footer .connect li a:hover{
    color: #ffffff;
}

footer ul li a:after {
    background: #fff !important;
}

footer .connect li:after {
    background: rgb(255 255 255 / 67%);
}

footer .connect {
    justify-content: space-around;
    position: relative;
    margin-bottom: 40px;
}

footer .connect li {
    width: 100%;
    text-align: center;
}

footer p {
    text-align: center;
    margin: 0;
}

footer .connect:after {
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 64%);
    left: 0;
    right: 0;
    bottom: -16px;
    width: 100%;
    height: 1px;
}

/*breakpoints*/

@media (max-width: 991.98px){
	.track {
	    flex-wrap: wrap;
	    justify-content: normal;
	     margin: 0;
	     flex-direction: column;
	}
	.route{
		flex-direction: column;
	    padding: 15px 0;
	    align-items: center;
	    margin-right: auto;
	}
	.track:before {
	    width: 100%;
	    height: 2px;
	}
	.route img {
	    transform: rotate(90deg);
	}
	.route.opposite {
	    margin-left: auto;
    	margin-right: 0;
	}
	.route.opposite img {
	    transform: rotate(-90deg);
	}
    .partner li {
        padding-bottom: 10px;
    }
}


@media (max-width: 767.98px){
    .partner, .document {
        padding: 30px 0px;
    }

    .control, .answer {
        padding: 30px 0 10px;
    }

    .cust-heading {
        margin-bottom: 30px;
    }

    .control .box {
        margin-bottom: 10px;
        padding: 20px 30px;
    }

    .document .inner > p {
        margin-bottom: 20px;
    }

    h1, .cust-heading h2 {
        font-size: 42px;
    }

    .cust-heading p {
        font-size: 28px;
    }
    br {
        display: none;
    }
    .banner {
        padding-top: 100px;
    }

}

@media (max-width: 575.98px){
    h1, .cust-heading h2 {
        font-size: 37px;
    }

    .cust-heading p {
        font-size: 23px;
    }
    .answer article h4 {
       font-size: 20px;
       margin-bottom: 10px;  
    }
    .document .card button{
        padding: 0px;
    }
    .document .card-body {
        margin: 0;
    }
    .navbar>.container {
        flex-direction: column;
    }
    footer .connect {
        flex-direction: column;
    }
    footer .connect li:after {
        content: none;
    }

}

@media (max-width: 480.98px){
	.direction a {
	    font-size: 16px;
	}

	.direction i {
	    width: 100px;
	    height: 110px;
	}

	.direction i:before {
	    width: 43px;
	    height: 43px;
	}
    .banner {
        padding-top: 60px;
    }
    h1, .cust-heading h2 {
        font-size: 25px;
    }
    .cust-heading p {
        font-size: 18px;
    }
    .banner article p {
        font-size: 18px;
    }
    .document .inner > p{
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    .answer .box {
        margin-bottom: 20px;
    }
    .cust-heading {
        margin-bottom: 20px;
    }
}

/*minimum*/


@media (min-width: 576px){
    .control .box p {
        font-size: 18px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
	.route.opposite {
	    padding-bottom: 60px;
	}
}

