#banner {
    background-position: right center;
    padding: 55px 0;
}
#banner:before {
    background-color: rgb(0 0 0 / 55%)
}
#banner .banner_caption a {
    display: table;
    margin: auto;
    box-shadow: 0 0 0 1px #ffffff inset;
    -webkit-box-shadow: 0 0 0 1px #ffffff inset;
}
#banner .banner_caption a:hover {
    box-shadow: 0 0 0 40px #ffffff inset;
    -webkit-box-shadow: 0 0 0 40px #ffffff inset;
    color: #ff7950 !important;
}
section#service_sec_01 {
    background-color: #f3f3f3;
    position: relative;
    padding: 70px 0;
}
#service_sec_01 .content_block .h2 {
    font-size: 56px;
}
#service_sec_01 .content_block .h3 {
    font-style: italic;
    font-weight: 400;
}
#service_sec_01 .text_block img {
    max-width: 35px;
}
#service_sec_01 .text_block .h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--headingclr);
}
#service_sec_01 .text_block p{
	color: var(--headingclr);
}
#service_sec_01 .img_block {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 450px;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#service_sec_01 .content_block p {
    color: var(--headingclr);
}

.card {
    margin: 0;
    border: 0;
    background: transparent;
    border-bottom: 1px solid var(--headingclr);
    border-radius: 0;
}
.card-header {
    padding: 0;
    border: 0;
    background: transparent;
}
.card-header .title {
    font-size: 28px;
    font-weight: 400;
    position: relative;
    width: 100%;
    padding: 20px 50px 20px 0px;
    display: block;
    border-radius: 0;
    cursor: pointer;
    border: 0;
    display: flex;
    align-items: center;
    color: var(--headingclr);
}
.card-header .title:before {
    content: url('../img/minus_icon.svg');
    position: absolute;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    width: 30px;
}
.card-header .title.collapsed:before {
    content: url('../img/plus_icon.svg');
}

.card-body {
    padding: 0 0 25px;
}
.card-body p {
    color: var(--headingclr);
}
section#service_sec_02{
	position: relative;
    padding: 70px 0;
}
#service_sec_02 .img_block {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-width: 530px;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section#service_sec_03 {
    padding: 100px 0;
    position: relative;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}
/*section#service_sec_03:before {
    position: absolute;
    content: "";
    background: rgb(0 44 93 / 75%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}*/
#service_sec_03 .text_block {
    position: relative;
    z-index: 1;
}

#service_sec_03 .text_block .small_title {
    color: var(--btnclr);
    font-weight: 700;
    font-size: 22px;
}

#service_sec_03 .text_block .h2 {
    font-size: 56px;
    color: var(--whiteclr);
    line-height: 64px;
}

#service_sec_03 .text_block .h3 {
    color: var(--whiteclr);
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
}

#service_sec_03 .text_block p,
#service_sec_03 .text_block li {
    color: var(--whiteclr);
}
#service_sec_03 .text_block a.btn_link {
    display: table;
}
#service_sec_04{
	background-color: #f3f3f3;
}
#service_sec_04 .block_sec {
    padding: 25px;
    background: #fff;
}
#service_sec_04 .block_sec .text_block p {
    min-height: 85px;
}
#service_sec_04 .img_box img {
    width: 100%;
}
#service_sec_04 .block_sec .h3 {
    font-size: 22px;
}
#service_sec_04 .block_sec .btn_link {
    color: var(--btnclr);
}
section#service_sec_05 {
    background-color: var(--btnclr);
    padding: 25px 0 20px;
}
#service_sec_05 a {
    display: table;
    margin: auto;
}
#service_sec_05 a img {
    display: inline;
    vertical-align: top;
    margin-right: 10px;
    filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	transition: all 680ms ease;
    -webkit-transition: all 680ms ease;
}
#service_sec_05 a:hover img{
	filter: none;
}
#service_sec_05 a .h2 {
    color: var(--whiteclr);
    font-size: 36px;
    position: relative;
    padding: 0 0 10px;
    line-height: normal;
    display: inline-block;
    margin: 0;
}
#service_sec_05 a .h2:before{
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background-color: #fff;
	bottom:0;
	left:0;
    transition: all 680ms ease;
    -webkit-transition: all 680ms ease;
}
#service_sec_05 a:hover .h2:before{
	width: 100%;
}

@media screen and (min-width: 1400px){
	#service_sec_01 .img_block {
		max-width: 530px;
	}
	#service_sec_02 .img_block {
		max-width: 630px;
	}
}
@media screen and (min-width: 1600px){
	#service_sec_01 .img_block {
		max-width: 650px;
	}
	#service_sec_02 .img_block {
		max-width: 750px;
	}
}
@media screen and (max-width: 1199px){
	section#service_sec_01 {
		padding: 30px;
	}
	#service_sec_02 .img_block {
		max-width: 450px;
	}
	#service_sec_01 .content_block .h2 {
		font-size: 46px;
	}
    section#service_sec_03 {
        background-position: 80% center;
    }  
    section#service_sec_03:before {
		position: absolute;
		content: "";
		background: rgb(0 44 93 / 50%);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	} 
	#service_sec_04 .block_sec {
		padding: 15px;
	}
	#service_sec_04 .block_sec .text_block p {
		min-height: 115px;
	}
}
@media screen and (max-width: 991px){
	#service_sec_01 .content_block .h2 {
		font-size: 36px;
	}
	#service_sec_02 .img_block {
		max-width: 100%;
		position: static;
		height: 500px;
		background-position: top;
	}
	#service_sec_04 .img_box img {
		max-width: 100%;
	}
	#service_sec_04 .block_sec .text_block p {
		min-height: auto;
	}	
	#service_sec_01 .content_block .h3 {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px){
	#banner {
		padding: 15px 0;
	}
	section#service_sec_01 {
		padding: 10px;
	}
	#service_sec_01 .content_block .h2 {
		font-size: 26px;
	}
	section#service_sec_02 {
		padding: 0 0 30px;
	}
	.card-header .title {
		font-size: 18px;
	}
	section#service_sec_03 {
		padding: 35px 0;
	}
	#service_sec_03 .text_block .h2 {
		font-size: 34px;
		line-height: 40px;
	}
	#service_sec_05 a img {
		max-width: 30px;
	}
	#service_sec_05 a .h2 {
		font-size: 24px;
	}
	#service_sec_04 .block_sec {
		padding: 15px;
	}
	.card-header .title:before {
		height: 25px;
		width: 25px;
	}
	#service_sec_02 .img_block {
		height: 350px;
	}
}