/*banner section*/
.main-banner-section h1{
    font-weight: bolder;
}
.main-banner-section img{
    width: auto;
}
/*top bar*/
.topbar-section{
    padding-top: 25px !important;
    margin-bottom: 30px;
}
.top-bar-section-col{
	margin-left: 20% !important;
	margin-right: 20% !important;
}
.top-bar-col-one:before{
	color: #fec200;
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f041";
    margin: 0px 40px 0px 0px;
    float: left;
}
.top-bar-col-one p ,.top-bar-col-two p ,.top-bar-col-three p{
	margin-bottom: 2px;
}
.top-bar-col-two:before{
	content: "\f095";
	color: #fec200;
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin: 0px 40px 0px 0px;
    float: left;
}
.top-bar-col-three:before{
	color: #fec200;
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f1d8";
    margin: 0px 40px 0px 0px;
    float: left;
}
.topbar-section a.wp-block-button__link{
	text-decoration: none !important;
	font-weight: 800;
    letter-spacing: 0;
    font-size: 14px;
    display: inline-block;
    color: #01477f !important;
}
.topbar-section a.wp-block-button__link:hover{
   color: #01477f !important;
}
/*service section*/
.service-section-small-img img{
	width: auto;
}
.main-service-section{
    margin-left: 9% !important;
    margin-right: 9% !important;
}
.main-service-section h2{
    font-weight: bold;
}
.abt-img-area img{
	width: 100%;
    box-shadow: 5px 5px 10px 0 #bbb;
}
.textbox{
    padding-bottom: 0em !important;
}
.text-area {
    position: relative;
    right: -3em;
    top: -23px;
    width: 125%;
}
.text-area .wp-block-button a{
    text-decoration: none;
    color: #fec200 !important;
    margin-left: -17px;
    margin-bottom: -12px;
    margin-top: -14px;
}
.text-area .wp-block-button a:hover{
    background-color: transparent !important;
    box-shadow: none;
    color: #fec200 !important;
}
.text-area .wp-block-button a:after{
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 15px;
    color: #fec200;
    padding: 10px;
}
.text-area p{
    line-height: 1.8;
}
/*responsive media*/
@media screen and (max-width: 720px) {
    .text-area {
        position: relative;
        right: 0em;
        top: 0px; 
        width: 100%;
    }
    .main-service-section{
        gap: 0em !important;
    }
    .main-banner-section .wp-block-columns{
        gap: 0em !important;
    }
    .top-bar-section-col{
        padding-top: 23px;
    }
    .top-bar-col-one ,.top-bar-col-two ,.top-bar-col-three{
        text-align: center !important;
    }
    .top-bar-col-one:before ,.top-bar-col-two:before ,.top-bar-col-three:before {
        float: unset;
        margin: 0px 0px 0px 0px !important;
    }
    .main-service-section {
        margin-left: 0% !important;
        margin-right: 0% !important;
        margin-top: 20px !important;
    }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
    .main-service-section{
        flex-wrap: nowrap !important;
    }
    .text-area {
        position: relative;
        right: 6em;
        top: 0px; 
        width: 150%;
    }
    .top-bar-section-col {
        flex-wrap: nowrap !important;
    }
    .top-bar-col-one:before ,.top-bar-col-two:before,.top-bar-col-three:before{
        float: unset;
        text-align: center;
        margin: 0px 40px 0px 36px;
    }
    .topbar-section{
        padding-top: 0px !important;
    }
    .top-bar-col-one p ,.top-bar-col-two p ,.top-bar-col-three p{
        margin-bottom: 0px;
    }
    .main-banner-section .wp-block-columns{
        gap: 0;
    }
    .top-bar-section-col {
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
}
@media screen and (max-width: 1024px) and (min-width: 1000px) {
    .text-area {
        position: relative;
        right: 6em;
        top: 0px; 
        width: 150%;
    }
    .top-bar-col-one p,.top-bar-col-two p,.top-bar-col-three p{
        font-size: 11px !important;
    }
    .top-bar-section-col{
        gap: 0em !important;
    }
    .top-bar-section-col {
        margin-left: 10% !important;
        margin-right: 10% !important;
    }
}