/* ## Global */
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	color: #000;
	overflow-x: hidden;
	word-wrap: break-word;	
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
	text-decoration: none;
}

p{
	margin-bottom: 15px;
}

.responsive_table {
	max-width: 100%;
	overflow-x: auto;
}
table {
	border-collapse: collapse;
	margin: 10px 0;
	max-width: 100%;
	width: 100%;
	table-layout: fixed;
	border: 1px solid #cccccc;
}
table th{	
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	color: #fff;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	background-color: #4c4195;
}
table td {	
	padding: 10px 15px 10px 10px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	border-bottom: 1px solid #cccccc;
	word-wrap: break-word;
}
table tr:first-child th {
    text-align: center;
}

th:not(:last-child),
td:not(:last-child) {
  border-right: 1px solid #cccccc;
}
.no-padding {
	padding: 0
}
.no-margin {
	margin: 0
}
.clear {
	clear: both
}
.container {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}


.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
}

.section-header {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.section-header h2,
.section-header h3 {
	color: #191919;
	font-size: 22px;
	line-height: normal;
	font-weight: 700;
	letter-spacing: 0.3px;
	margin-bottom: 20px;
}
    .section-header h2 {
	font-size: 26px !important;
}
.section-header p {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
}

.pagebanner-section {
	display: inline-block;
	width: 100%;
	position: relative;
	text-align: center;	
}
.product_banner {
	position: relative;
}
.product_banner::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 5px;
	background-color: rgba(0,0,0,0.6);	
}

/* - Section Paddings */
.sp-t {	padding-top: 60px;}
.sp-b {	padding-bottom: 60px;}


.mobile-sticky-footer {
	display: inline-block;
	width: 100%;
	background-color: #3c3185;
}
.mobile-sticky-footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:9999;
}
.mobile-sticky-footer a {
	float: left;
	width: 25%;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 32px;
}
.mobile-sticky-footer a:hover {
	background-color: rgba(0,0,0,0.5);
}

/* - Slider Section */
.slider-section {
	position: relative;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
/* .slider-section::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
} */
.slider-section .bx-wrapper {
	max-width: 1920px!important;
	margin: 0 auto
}
.sliderbanner-content {
	position: absolute;
	left: auto;
	top: 60%;
	transform: translateY(-50%);
	/*z-index: 5;*/
	padding: 30px;
	/*background-color: rgba(0,0,0,0.6);*/
	text-align: center;
    width: 100%;
}
.slider-section .sliderbanner-content h1 {
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}
.slider-section .sliderbanner-content h2 {
	color: #f59f0b;
	font-size: 38px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}
.sliderbanner-content p {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 5px;
}

.slider-section .bx-wrapper .bx-controls-direction a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 32px;
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	text-indent: 0;
	font-size: 0;
	bottom: auto;
	top: 50%;
	text-align: center;
	z-index: 0;
}
.slider-section:hover .bx-controls-direction a {
	bottom: 5px;
}
.bx-wrapper .bx-prev{
	left: 30px;
}
.bx-wrapper .bx-next {
	right: 30px;
} 
.slider-section .bx-wrapper .bx-controls-direction a::before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 26px;
	color: #fff;
	left: 0;
	right: 0;
	text-align: center;
}
.slider-section .bx-wrapper .bx-next,
.slider-section .bx-wrapper .bx-prev {
	background: 0 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s
}
.slider-section .bx-wrapper .bx-controls-direction .bx-prev::before {
	content: "\f104"
}
.slider-section .bx-wrapper .bx-controls-direction .bx-next::before {
	content: "\f105"
}
.slider-section .bx-wrapper .bx-controls-direction a:hover {
	background-color: #3c3185;
	border-color: #3c3185
}
.slider-section .bx-wrapper .bx-controls-direction .bx-next:hover::before,
.slider-section .bx-wrapper .bx-controls-direction .bx-prev:hover::before {
	color: #fff;
}

.slider-section [class*=slide-] {
	height: 100vh;
	width: 100%;
}
.slider-section .slide-1{
	background: url("images/banner/banner-1.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
	margin-top: 80px;
	text-align: center;
}
.slider-section .slide-2{
	background: url("images/banner/banner-2.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
	margin-top: 80px;
	text-align: center;
}
.slider-section .slide-3{
	background: url("images/banner/banner-3.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
	margin-top: 80px;
	text-align: center;
}
.slider-section .slide-4{
	background: url("images/banner/banner-4.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
	margin-top: 80px;
	text-align: center;
}

/* - About Us Section */
.aboutus-section {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #f0f0f0;
}
.aboutus-section .section-header {
	margin-bottom: 0;
}
.aboutus-page.aboutus-section .section-header h3 {
	font-size: 20px !important;
}

.ourproducts-section {
	display: inline-block;
	width: 100%;
	background-color: #f0f0f0;
}
.callout-section {
	display: inline-block;
	width: 100%;
	background-color: #3c3185;	
	padding: 30px;
	color: #fff;
	
}
.callout-content {
	width: 80%;
	padding: 0 15px;
	float: left;
}
.callout-button{
	width: 20%;
	padding: 0 15px;
	float: right;
}
.callout-content h2 {
	font-size: 40px;
	margin-bottom: 10px;
}
.callout-content h3 {
	font-size: 30px;
	margin-bottom: 10px;
}
.callout-content p{
	font-size: 16px;
	color: rgba(245,130,32,1);
}

.btn_default {
	display: inline-block;
	padding: 10px 20px;
	font-size: 15px;
	border-radius: 5px;
	color: 	#fff;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color:#3c3185;
}
.btn_default:hover {
	background-color:#f58220;
	color: #fff;
}

.btn_default.btn-orange{background-color:#f58220;}
.btn_default.btn-orange:hover{background-color:#3c3185;}
.btn_default.btn-blue{background-color:#3c3185;}
.btn_default.btn-blue:hover{background-color:#f58220;}
.btn_default.btn-white{background-color:#fff;color: #3c3185}
.btn_default.btn-white:hover{background-color:#f58220;color: #fff;}

.callout-button .btn_default {
	margin-top: 45px;
}

.services-section {
	display: inline-block;
	width: 100%;
	padding: 100px 0;
}
.video-contentbox,
.video-playbox,
.processbox {
	float: left;
}
.processbox.contentbox {
	width: 60%;
	padding-left: 40px;
	padding-right: 30px;
	margin-top: 0px;
}
.processbox.imgbox {
	width: 40%;
}
.processbox.contentbox p{
	font-size: 16px;
	line-height: 28px;
}

.video-section {
	display: inline-block;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.video-playbox {
	width: 60%;
	margin-top: 0px;
	padding-left: 40px;
	padding-right: 30px;
}
.video-contentbox {
	width: 40%;
	padding-right: 40px;
}
.video-playbox video{
	width: 100%;
}

.video-contentbox h3 {
	font-size: 40px;
	margin-bottom: 10px;
	color: #3c3185;
}
.video-contentbox h3 span{ 
	color: #f58220;
}
.video-contentbox p {
	font-size: 24px;
	line-height: 38px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.video-contentbox a {
	margin-top: 30px;
}
.ourproducts-block {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}
.product-gallery {
	text-align: center;
}

.product-boxes {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.product-box-content{
    float: left;
    padding: 0 5px;
    display: grid;
    width: 25%;
}
@media only screen and (min-width: 320px) and (max-width: 769px) {
    .product-box-content{width: 50%;}
}
.ourproducts-block h3{
	display: inline-block;
	font-size: 24px;
	font-weight: 300;
	text-align: left;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.product-boxes h3 a{
        background-color: #3c3185;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    width: 100%;
    cursor: pointer;
}
.product-boxes a {
	width: 100%;
	float: left;
	position: relative;
}
.product-boxes a img {
	border: 1px solid #efefef; 
}

.product-boxes .serviceimgbox{
	position: relative;
}
.product-boxes .serviceimgbox::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 5px;
	background-color: rgba(245,130,32,0.8);
	opacity: 0;
	animation-duration: 0.5s;
}
.product-boxes .serviceimgbox::after {
	position: absolute;
	content: "\f00e";
	font-family:"FontAwesome";
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	opacity: 0;
	animation-duration: 0.3s;
}
.product-boxes a:hover .serviceimgbox::after,
.product-boxes a:hover .serviceimgbox::before {
	animation-name: zoomIn;
	opacity: 1;
}
.product-boxes h3{
	background-color: #3c3185;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 15px 5px;
	/*margin-top: -7px;*/
}

/*customcss*/
.product-box h3 a{
        background-color: #3c3185;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    width: 100%;
    padding: 10px 0;
}
.product-box a {
	width: 100%;
	float: left;
	position: relative;
}
.product-box a img {
	border: 1px solid #efefef; 
}

.btn_product {
	text-transform: uppercase;
	letter-spacing: 1.3px;
	color: #3c3185;
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid transparent;
	animation-duration: 0.5s;
}
.btn_product:hover {
	background-color: #3c3185;
	color: #fff;
	border-color: #f5f5f5;
}

.whychooseus-section {
	display: inline-block;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f0f0f0;
}
.whychooseus-section .section-header {
	margin-bottom: 30px;
}

.googlemap iframe {
	display: inline-block;
	width: 100%;
	height: 350px;
}

.requestquote-section {
	display: inline-block;
	width: 100%;
	background-color: #f0f0f0;
	text-align: center;
	padding-bottom: 30px;
}
.requestquote-section .section-header p {
	margin-bottom: 0;
	margin-top: 0;
}
.contactform {
	max-width: 675px;
	margin: 0 auto;
}
.contact-details-section {
	display: inline-block;
	width: 100%;
	padding: 60px 0 0;
}
.contactinfo-box {
	width: 50%;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}
.contactform .form-group{
	position: relative;
	margin-bottom: 30px;
	width: 50%;
	float: left;
	padding: 0 15px;
}
.contactform .form-group.fullwidth {
	width: 100%;
}
.contactform textarea.form-control {
	min-height: 100px;
	font-family: 'Montserrat', sans-serif;
}
.contactform .form-control {
	border: none;
	font-size: 15px;
	border-radius: 2px;
	width: 100%;
	padding: 15px 15px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid transparent;
}
.contactform .form-group label{
	margin-bottom: 8px;
	font-size: 14px;
	width: 100%;
	display: inline-block;
}

.contactform.style2 .form-group {
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.contactform.style2 .btn_submit {
	padding: 8px 30px;
	font-family: 'Montserrat', sans-serif;
}

.contactform.style2 .form-control {
	border: 1px solid #ddd;
	padding: 8px 10px;
}
.contactform .form-control:focus {
	border-color: #111;
}
.contactinfo-box h3 {
	margin-bottom: 15px;
	font-weight: 600;
	color: #3c3185;
	font-weight: 500;
	font-size: 22px;
	padding-bottom: 8px;
	border-bottom: 2px solid #3c3185;
	display: inline-block;
}
.contactus-innerbox p span {
	display: block;
	font-size: 14px;
}
.contactform .btn_default {	
	border: none;
	box-shadow: none;
	cursor: pointer;
}

.contactus-innerbox p span {
	color: #000;
	font-weight: 500;
}
.contactus-innerbox p a {
	color: #3c3185;
}
.contactus-innerbox p a:hover {
	color: #111;
}


/* ## Footer Section */
.footer-block {
	display: inline-block;
	width: 100%;
	padding-top: 40px;
	background: url("images/footer_bg.png") no-repeat;
	background-size: cover;
	position: relative;
	background-position: center center;
}
.footer-block::before{
	position: absolute;
	content: "";
	left:0 ;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0,0,0,0.6);
}
.footer-box.homepart{
	width: 30%;
}
.footer-box.f-address{
    width: 15%;
}
.footer-box.f-service{
    width: 30%;
}
.footer-box {
    width: 25%;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}
.footer-box p,
.footer-box a {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	display: block;	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	margin-bottom: 3px;
}
.footer-box a:hover {
	color: #f58220;
}
.footer-box a i {
	margin-right: 10px;
	color: #fff;
}
.footer-box a.footer_home {
	margin-bottom: 15px;
	max-width: 150px;
	background-color: #ddd;
	padding: 10px;
	border-radius: 5px;
}
.copyright_txt {
	background-color: #000;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 15px 15px;
	margin-top: -5px;
}
.copyright_txt p {margin-bottom: 0;}
.copyright_txt a{
	color: #f58220;	
}


.pagebanner-section{
	background-color: #4c4195;
	display: inline-block;
	width: 100%;
	padding: 110px 15px;
}
.pagebanner-content {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	color: #111;
	text-align: center;
}
.pagebanner-content h1 {
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 2em;
}
.aboutus-section h3{	
	margin-top: 10px;
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
}

.vision-mission-section {
    text-align: center;
    overflow: hidden;
	padding: 100px 0 80px;
}   
.vision-mission-section .section-header h3 {
	margin-bottom: 20px;
}
.vision-mission-box {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 40px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

    .vision-mission-box::before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        height: 15px;
        width: 80%;
        margin: 0 auto;
        opacity: 1;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 60%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 60%);
    }

    .vision-mission-box:last-of-type::after {
        background: none;
    }

.vision-mission-box-inner {
    display: inline-block;
    text-align: center;
    padding: 15px;
    position: relative;
}

.vision-mission-box-inner img {
    width: 25%;
	margin-top: 35px;
	display: inline-block;
}

.vision-mission-box-inner h3 {
	font-size: 24px;
	color: #f26522;
	margin-top: 20px;
	margin-bottom: 15px;
}

.vision-mission-box-inner p {
	font-size: 16px;
	color: #000;
	line-height: 22px;
	margin-bottom: 10px;
}

.vision-mission-box-inner.vision_bg {
	background-color: #85dbff;
}

.vision-mission-box-inner.mission_bg {
	background-color: #afe976;
}

.vision-mission-box-inner.values_bg {
	background-color: #ffde6c;
}

.vm_box {
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.vm_box:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Effect 8 */
.vmb_effect .vm_box {
    background: rgba(0,0,0,0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    min-height: 360px;
    border-radius: 5px;
}
.vmb_effect .vm_box:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
	opacity: 0;
}


.team-listing {
	display: grid;
	grid-template-columns: 220px 220px 220px;
	grid-template-rows: 220px 220px 220px;
	grid-gap: 30px;
	justify-content: center;
}
.team-listing-bottom{
	grid-template-rows: 220px 30px 220px;
}
.team-listing li {
	background-color: #f58220;
	padding: 30px 15px;
	color: #fff;
	list-style: none;
	font-size: 20px;
	border-radius: 5px;
	display: grid;
	align-content: center;
}
.vision-mission-section.no-padding {
	margin-top: -300px;
}
.team-buiding{
	margin-top: -150px;
}

.service-block{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	justify-content: center;
	align-content: center;
	width: 100%;
	background-color: #f0f0f0;
}
.service-titlebox {
	display: grid;
	align-content: center;
	padding: 30px;
}
.service-titlebox h3 {
	color: #000;
	font-size: 32px;
	line-height: 42px;
	text-align: center;
	padding: 15px;
}
.service-block.even .service-imgbox {
	display: grid;
	order: 2;
}
.listbox-title .service-titlebox{
	position: relative;
}
.listbox-title .service-titlebox h3{
	text-align: left;
	padding: 15px 0;
	font-weight: bold;
}

.service-titlebox p {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	line-height: 22px;
	position: relative;
	padding-left: 25px;
}
.service-titlebox p::before { 
	position: absolute;
	content:"\f046";
	left: 0;
	top: 2px;
	font-family: 'FontAwesome';
	font-size: 22px;
	color: #f58220;	
}
.listbox-title .service-imgbox img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.service-titlebox h4 {
    text-align: left;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.service-titlebox h4 a {
    color: #fff;
    background-color: #f58220;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 5px;
     margin-bottom: 10px;
   display: inline-block;
}
.service-titlebox h4 a i {
    margin-left: 10px;
    font-size: 18px;
}

.listbox-title .service-imgbox.sslight-img{background-color: #fff;}
.listbox-title .service-imgbox.sslight-img img {
	padding: 100px;
	max-width: 800px;
	margin: 0 auto;
}
.vision-mission-section.no-padding{padding-top: 50px !important;padding-bottom: 0;}

.product-gallery.three-col{
	padding: 80px 0 60px;
}
.three-col .product-boxes a{
	width: 33.33%;
	padding: 0 7.5px;
	margin-bottom: 15px;
}
.three-col .product-boxes .serviceimgbox::before {
	bottom: 0;
}

.career-section{
	padding: 80px 0;
	background-color: #f0f0f0;
	display: inline-block;
	width: 100%;
}

label.error {
	position: absolute;
	right: auto;
	bottom: -25px;
	left: 15px;
	text-align: left;
	font-size: 13px !important;
	color: red;
}


.accordion .accordion-item {
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.accordion .accordion-header {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    margin-top: 0;
}
.accordion .accordion-header .accordion-button {
   box-shadow: none;
	border-radius: 0;
	border: none;
	background-color: #4c4195;
	color: #fff;
	font-weight: 600;
	padding-right: 50px;
	line-height: normal;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
.accordion .accordion-header .accordion-button.collapsed{
	background-color: #fff;
	color: #000;
}
.accordion .accordion-button::after {
    color: #fff;
    background-image: none;
    content: "\f107";
    font-family: 'FontAwesome';
    height: auto;
    width: auto;
    font-size: 24px;
    line-height: normal;
    transition: none;
	position: absolute;
	right: 20px
}
.accordion .accordion-header .accordion-button.collapsed::after{
	color: #000;
	content: "\f106";
}

.accordion .accordion-body {
	padding: 20px;
	text-align: left;
}
.accordion .accordion-body p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

.accordion .accordion-body p:last-of-type {
    margin-bottom: 0;
}
.accordion-body .service-titlebox{
	padding: 0;
}


/* START: CUSTOM CSS 27-02-2023 */
.m-custom-0{ margin: 0 !important; }
.mb-custom-15{ margin-bottom: 15px !important; }
.mb-custom-0{ margin-bottom: 0 !important; }
.p-custom-0{ padding: 0 !important; }
.pt-custom-0{ padding-top: 0 !important; }
.pb-custom-0{ padding-bottom: 0 !important; }

.bg-custom-white{ background-color: #fff !important; }
.bg-custom-gray{ background-color: #f0f0f0 !important; }
.text-custom-left{ text-align: left !important; }
.text-custom-right{ text-align: right !important; }
.par-custom-style{ text-align: left !important; font-weight: 400 !important; line-height: 22px !important; }
.h3-custom-style-1{ color: #3c3185 !important; font-size : 25px !important; line-height: normal !important; font-weight: 700 !important; }
/* END: CUSTOM CSS 27-02-2023 */


/* START: CUSTOM BLOG CSS */

main.custom-blogs-blog h2,
main.custom-blogs-blog h3,
main.custom-blogs-blog h4,
main.custom-blogs-blog h5,
main.custom-blogs-blog h6{
	font-weight: bolder;
	color: #4c4195;
	line-height: 34px;
	margin-top: 20px;
	margin-bottom: 20px;
}

main.custom-blogs-blog h2{ font-size: 26px !important; }
main.custom-blogs-blog h3{ font-size: 20px; }

main.custom-blogs-blog h4,
main.custom-blogs-blog h5,
main.custom-blogs-blog h6{ font-size: 20px; }

main.custom-blogs-blog a{ color: #f58220 !important; }
main.custom-blogs-blog ul{ margin-left: 40px; }

/* END: CUSTOM BLOG CSS */

.video-wrapper.custom-video-section {
  position: relative;
}
.custom-video-section .video-img{height: 100%;}
.custom-video-section #video-poster {
  background:#000;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  cursor: pointer;
}
.custom-video-section #video-poster img {
  transition:all .3s ease;
  -moz-transition:all .3s ease;
  -webkit-transition:all .3s ease;
}
.custom-video-section #video-poster:hover img {
  opacity: 0.8;
}
.custom-video-section .play-icon {
  display: block;
  text-align: center;
  line-height: 70px;
  width:60px;
  height:60px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
}
.custom-video-section .play-icon svg{
  fill:#fff;
}

.slider-section .btn_default.btn-blue{top: 50%;position: relative;z-index: 9999;}

.blogs-blog-img{display: block;margin-left: auto;margin-right: auto;}