/* Responsive CSS Styles Table of Contents */
@media only screen and (min-width: 1270px) and (max-width: 1368px){
    .practice-wrap-shape img{
    width: 75%;
    float: right;
}
/* .container {
    width: 1000px !important;
} */

.practice-wrap-top-title {
    position: absolute;
    right: 5px;
    top: 9px;
    display: flex;
    align-items: center;
    max-width: 660px;
}
.logo {
    float: left;
    width: 28%;
}
.menu_main {
    float: right;
    width: 71%;
}
.banner-text {
    position: absolute;
    top: 210px;
}
.banner-text h1 {
    font-family: 'Poppins', serif;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    width: 53%;
    line-height: 65px;
    margin-bottom: 15px;
}
.cabinets-left img{width: 100%;}

.cabinets-left-1 img {
    margin-left: 0px;
    height: auto;
    width: 100%;
}
.cabinets-right-1-box {
    background: rgba(255, 255, 255, .8);
    padding: 30px;
    margin-top: 75px;
    margin-left: 140px;
    margin-bottom: 25px;
    margin-right: -105px;
    position: relative;
    /* z-index: 9999; */
    text-align: end;
}
.cabinets-right-1 p {
    font-family: "Roboto", serif;
    text-align: right;
    font-size: 16px;
    margin-bottom: 22px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 30px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 50px;
}
.cabinets-right-2-box {
    background: rgba(255, 255, 255, .8);
    padding: 30px;
    margin-top: 55px;
    margin-bottom: 25px;
    margin-left: -100px;
    margin-right: 150px;
    position: relative;
    /* z-index: 9999; */
    text-align: left;
}
.cabinets-right p {
    font-family: "Roboto", serif;
    text-align: left;
    font-size: 16px;
    margin-bottom: 22px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 30px;
    padding-top: 0px;
    padding-left: 35px;
}
.tw-est-section-block {
    height: 685px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    border: 15px solid transparent;
    transition: .5s all ease;
}
.tw-est-section-block:hover .tw-est-section-block-content {
    transform: translate3d(0, -10px, 0);
    bottom: 13px;
    padding: 17px;
}
.tab-content {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 0px 15px 0px;
}
.nav-tabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    border-bottom: none !important;
}
.nav-tabs a {
    font-size: 16px;
    width:100%;
}
.nav-tabs a i {
    font-weight: 700;
    margin-left: 4px;
    text-align: right;
    float: right;
    margin-top: 11px;
    font-size: 14px;
}
.pq-tab-info {
    color: #f8fafc;
    margin-left: -10px !important;
}
.tab-row {
    display: flex;
    align-items: center;
    gap: 0px;
    margin: 0px !important;
}
.career-box-right {
    background: #fff;
    padding: 25px 40px 22px;
    width: 60%;
    float: left;
    border-radius: 0px 5px 5px 0px;
}
.about-right img{width: 100%;}
.about-left h2 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
    text-align: left;
    line-height: 38px;
}
.footer-left {
    width: 39%;
    float: left;
    margin-right: 5%;
    border-right: 1px solid #3f3f3f;
    padding-right: 4%;
    min-height: 495px;
}







}

@media only screen and (min-width: 1366px) and (max-width: 1439px){
.banner-text {
    position: absolute;
    top: 175px;
}

.banner-text h1 {
    font-family: 'Poppins', serif;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
     width: 49%;
    line-height: 69px;
    margin-bottom: 10px;
}
.banner-text p {
    font-family: 'Poppins', serif;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    width: 43%;
    line-height: 37px;
}
}

@media only screen and (min-width: 1440px) and (max-width: 1679px){
.banner-text {
    position: absolute;
    top: 280px;
}
}

@media only screen and (min-width: 1680px) and (max-width: 1919px){
.banner-text {
    position: absolute;
    top: 320px;
}
}




@media only screen and (min-width: 1000px) and (max-width: 1169px){
.container {
	width: 1000px;
	margin: auto;
}




}


@media only screen and (min-width: 768px) and (max-width: 999px){
.container {
	width: 747px;
	margin: auto;
}

.logo {
	width: 40%;
    height: 87px !important;
    padding: 6px 0px !important;
}
.menu_main {
	width: 60%;
}

.navbar-default {
    display: none !important;
}
.menu-toggle {
    display: block !important;
    margin-right: 30px !important;
}
.compact .header #logo5 {
    background-size: 73%;
    min-height: 90px !important;
}
/* .container:before {
    display: inherit !important;
    content: none !important;
}
.container:after {
    display: inherit !important;
    content: none !important;
} */

.phne-noneviwe{display: none;}

.servicesection-onlyonphone{display: block !important; padding: 80px 0px 0px;}

.about-right img{
    width: 100%;
    margin-top: 25%;
}
.about-left {
    width: 50%;
    float: left;
    margin-right: 5%;
}
.about-section {
    padding: 20px 0px 40px;
}
.tw-est-section-block {
    height: 440px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    border: 15px solid transparent;
    transition: .5s all ease;
}
.nav-tabs {
    width: 100%;
    display: inline-grid;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    border-bottom: none !important;
    margin-bottom: 38px !important;
}
.industries-section {
    padding: 60px 0px 30px;
    background-color: #fbf9fa;
}
.industries-sectionhead h1 {
    margin-top: 0px;
    text-align: center;
}

.cd-panel__header img {
    margin-top: 10px !important;
    width: 49% !important;
    margin-left: 13px;
}
.cd-panel__close {
    position: absolute;
    top: 7px;
    right: 35px !important;
}
.panel-group {
    width: 445px !important;
}
.cabinets-left img{ width: 100%;}
.cabinets-right-2-box {
    background: rgba(255, 255, 255, .8);
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 15px;
    margin-left: -95px;
}
.cabinets-right p {
    font-family: "Roboto", serif;
    text-align: left;
    font-size: 16px;
    margin-bottom: 22px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 30px;
    padding-top: 0px;
    padding-left: 11px;
}
.cabinets-right-1 p {
    font-family: "Roboto", serif;
    text-align: right;
    font-size: 16px;
    margin-bottom: 22px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 30px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 20px;
}
.cabinets-left-1 img {
    margin-left: 0px;
    height: auto;
    width: 100%;
}
.cabinets-right-1-box {
    background: rgba(255, 255, 255, .8);
    padding: 20px;
    margin-top: 23px;
    margin-left: 105px;
    margin-right: -102px;
    margin-bottom: 15px;
    position: relative;
    /* z-index: 9999; */
    text-align: end;
}
.career-box-right {
    background: #fff;
    padding: 46px 30px 37px;
    width: 100%;
    float: left;
    border-radius: 0px 5px 5px 0px;
}
.career-box-left {
    background: #202C39;
    padding: 25px;
    width: 100%;
    float: left;
    border-radius: 5px 5px 0px 0px;
}
.career-box-left p {
    color: #fff;
    font-family: 'roboto';
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    padding-bottom: 35px;
}
.featured_section900 {
    margin: 68px 0px;
}
    .industries-section-1 {
        background-repeat: no-repeat !important;
        padding: 50px 0px 20px;
        background-size: cover !important;
    }
.cabinets-section-1 {
    padding: 10px 0 0px;
    height: 333px;
}
.cabinets-section {
    padding: 30px 0 30px;
    height: 400px;
}
.cabinets-right-2-box h3 {
    font-family: "Poppins", serif;
    font-size: 30px;
    line-height: 43px;
    color: #000;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}
.cabinets-right-1-box h3 {
    font-family: "Poppins", serif;
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 600;
}
.services-headng{padding-bottom: 40px;}
.services-headng h2 {
    color: #202C39;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 37px;
    padding-top: 75px;
    /* font-style: italic; */
    text-align: center;
    margin-top: 0px;
}

.banner-section {
    background: #fafaf5 url(../images/banner-image-1.jpg) no-repeat scroll right bottom;
    height: 53vh;
    position: relative;
    background-size: cover !important;
}
.banner-text h1 {
    font-family: 'Poppins', serif;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    width: 80%;
    line-height: 53px;
    margin-bottom: 20px;
}
.banner-text {
    position: absolute;
    top: 155px;
}
.banner-text p {
    font-family: 'Poppins', serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    width: 75%;
    line-height: 40px;
}

.serviceonphone-box{
	margin-bottom: 30px;
	border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 20px 15px 10px;
}

.serviceonphone-box-text h4 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    margin-bottom: 8px;
    line-height: 1.2;
	text-align: center;
}
.serviceonphone-box-text p {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(89 89 89);
    margin-bottom: 10px;
	text-align: center;
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.serviceonphone-box .card-img-top{
	object-fit: cover;
    height: 180px;
}

.product-section {
    background-color: #fff;
    padding: 0px 0 60px;
    /* height: 1455px; */
}
.product-text-left {
    width: 100%;
    float: left;
    margin-right: 0%;
    margin-top: 55px;
}
.product-text-right {
    width: 96%;
    float: left;
    margin-right: 0%;
}
.brands-section h2 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 40px;
    font-style: italic;
    text-align: center;
}
.brands-section .marquee-head.action-area {
    padding: 20px 0 20px !important;
}
.brands-section {
    padding: 75px 0 45px;
    background-color: #000;
}
.solutions-section {
    background-color: #000;
    padding: 70px 0 0px;
}





}



@media only screen and (min-width: 640px) and (max-width: 767px){
.container {
	width: 590px;
	margin: auto;
}

.logo {
	width: 40%;
}
.menu_main {
	width: 60%;
}



}


@media only screen and (min-width: 480px) and (max-width: 639px){

/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive,
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 0%;
	float: left;
}
.one_full,
.one_half,
.one_third,
.one_fourth,
.one_fifth,
.two_third,
.three_fourth,
.onecol_forty,
.onecol_sixty,
.onecol_thirtyfive,
.one_full_less,
.one_half_less,
.one_third_less,
.one_fourth_less,
.one_fifth_less,
.two_third_less,
.three_fourth_less,
.onecol_forty_less,
.onecol_sixty_less,
.onecol_thirtyfive_less {
	width: 100%;
	margin-bottom: 50px;
}
.last {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

.container {
	width: 440px;
	margin: auto;
}

.logo {
	width: 100%;
}
.menu_main {
	width: 100%;
}


}





@media only screen and (max-width: 479px){

/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive,
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 0%;
	float: left;
}
.one_full,
.one_half,
.one_third,
.one_fourth,
.one_fifth,
.two_third,
.three_fourth,
.onecol_forty,
.onecol_sixty,
.onecol_thirtyfive,
.one_full_less,
.one_half_less,
.one_third_less,
.one_fourth_less,
.one_fifth_less,
.two_third_less,
.three_fourth_less,
.onecol_forty_less,
.onecol_sixty_less,
.onecol_thirtyfive_less {
	width: 100%;
	margin-bottom: 5px;
}
.last {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

.container {
	width: 300px;
	margin: auto;
}


.logo {
	width: 100%;
}
.menu_main {
	width: 100%;
	padding-top: 0px;
}

/* ----------------------------------------------------------- */

.about-left {
    width: 100%;
    float: left;
    margin-right: 0%;
}
.about-right {
    width: 100%;
    float: left;
}
.about-right img{
	width: 100%;
}
.about-section {
    padding: 50px 0px 50px;
}
.about-left h2 {
    margin-top: 0px;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 25px;
}
.solutions-section-left h2 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 0px;
}





/* --------------------------------------- */

.footer-left {
    width: 100%;
    float: left;
    margin-right: 0%;
    border-right: 0px solid #3f3f3f;
    padding-right: 0%;
    min-height: 495px;
}
.footer-about {
    padding-top: 55px;
}
.footer-about h3 {
    margin-bottom: 20px;
}
.footer-right {
    width: 100%;
    float: left;
    margin-right: 0%;
}
.footer-quicklinks {
    padding-top: 35px;
    border-bottom: 1px solid #3f3f3f;
}
.footer-links-1 {
    width: 56%;
    float: left;
    margin-right: 0%;
    margin-bottom: 30px;
	margin-top: 0px !important;
}
.footer-links-2 {
    width: 41%;
    float: left;
    margin-right: 0%;
    margin-bottom: 59px;
}
.footer-links-3 {
    width: 40%;
    float: left;
    margin-right: 4%;
    margin-bottom: 5px;
}

.footer-about p {
    text-align: justify;
}

.dsplyphne{display: block !important;}

.footerphne{margin: 0px 0px 10px 0px !important; width: 100%;}

.copyrights-left { width: 100%;padding-bottom: 15px;}

.copyrights-right {
    width: 100%;
    text-align: center;
	padding-bottom: 15px;
}
.copyrights-left ul{
  padding-left: 90px !important;
}

.menu-toggle{display:block !important;}

.navbar-default {
    margin-right: 0px;
    display: none !important;
}

.industries-section-1{
    background-repeat: no-repeat !important;
    padding: 50px 0px 20px;
    background-size: cover !important;
}
.tw-est-section-block {
    height: 400px;
	margin-bottom: 30px;
}
.tw-est-section-block:hover .tw-est-section-block-content {
    transform: translate3d(0, 10px, 0);
        bottom: 13px;
    padding: 17px;
}
.pq-tabs-1 {
    padding: 0px;
}

.nav-tabs {
    width: 100%;
	margin-bottom: 30px !important;
}
.nav-tabs a {
    font-size: 15px;
}
.tab-content {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 20px 15px 20px;
}
.pq-tab-info {
    color: #f8fafc;
    margin-left: 0px !important;
}
.pq-tab-info h3 {
    font-size: 20px;
	margin-bottom: 6px;
    text-align: center;
    margin-top: 12px;
}
.pq-tab-info p {
    line-height: 28px;
	text-align: justify;
}
.tab-pane img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 0px;
    height: 100%;
}
.industries-sectionhead p {
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 20px;
    width: auto;
}
.industries-sectionhead h1 {
    color: #202C39;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
}
.industries-section {
    padding: 50px 0px 20px;
    background-color: #fbf9fa;
}
.compact .header {
	padding-bottom: 0px !important;
    height: 90px !important;
}
.page-header {
    padding: 135px 0px 120px;
}

/* ================== */

.career-box-left {
    background: #202C39;
    padding: 25px;
    width: 100%;
    float: left;
    border-radius: 5px;
}
.career-box-right {
    background: #fff;
    padding: 37px 20px 30px;
    width: 100%;
    float: left;
    border-radius: 5px 5px 0px 0px;
}
.featured_section900 {
    margin: 54px 0px;
}
.career-box-left .center{
	padding: 0px 0px 0px 10px;
}
.career-box-left p {
    padding-bottom: 0px;
}
/* -------------================---------- */

.contact-box {
    background-color: #fff;
    padding: 30px 15px 60px;
    border-radius: 8px;
}
.form-input {
    width: 100% !important;
    height: 40px;
    padding: 10px;
    margin-bottom: 18px;
}
.section-head {
    text-align: center;
    margin-bottom: 22px;
}
.contactsection {
    background-color: #fbf9fa;
    padding: 40px 0px 50px;
}
.blogscards-row {margin: 0% !important;}
.map-totl {
    margin: 20px 0px 0px 0px;
}
.map-totl iframe{
	height: 100% !important;
}
.contacttext-right {
    padding: 30px 0px 0px 0px;
}
.services-headng h2 {
    color: #202C39;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 0px;
    margin-top: 40px;
    /* font-style: italic; */
    text-align: center;
}
.cabinets-left {
    width: 100%;
    float: left;
}
.cabinets-left img{
    width: 100%;
}
.cabinets-right {
    width: 100%;
    float: left;
}
.cabinets-right-2-box {
    background: rgba(255, 255, 255, .8);
    padding: 25px 25px 25px 20px;
    margin-top: -65px;
    margin-bottom: 13px;
    position: relative;
    /* z-index: 9999; */
    text-align: left;
}

.cabinets-right-2-box h3 {
    font-family: "Poppins", serif;
    font-size: 19px;
    line-height: 9px;
    color: #000;
    padding-top: 2px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}
.cabinets-right p {
    padding-top: 0px;
    padding-left: 0px;
}
.cabinets-right p {
    margin-bottom: 0px;
}

.cabinets-left-1 img {
    margin-left: 0px;
    height: 100%;
    width: 100%;
}
.cabinets-right-1 {
    width: 100%;
    float: left;
}
.cabinets-left-1 {
    width: 100%;
    float: left;
}

.onlyon-phone{display: block !important;}

.nono-phone {display: none !important;}

.cabinets-right-1-box {
    background: rgba(255, 255, 255, .8);
    padding: 25px 25px 1px 20px;
    margin-top: -60px;
    margin-bottom: 15px;
    position: relative;
    /* z-index: 9999; */
    text-align: left;
}
.cabinets-right-1-box h3 {
    font-family: "Poppins", serif;
    font-size: 19px;
    line-height: 10px;
    padding-top: 0px;
}
.cabinets-right-1 p {
    text-align: justify;
    padding-right: 0px;
}
.cabinets-section {
    padding: 20px 0 30px;
}
.service-pagehead {margin-bottom: 10px !important;}

/* =========home========== */

.solutions-section-left {
    width: 100%;
    float: left;
    margin-right: 0%;
}
.solutions-section-center {
    width: 100%;
    float: left;
    margin-right: 0%;
}
.solutions-section-right {
    width: 50%;
    float: left;
}

.action-area.marquee ul li a {
    margin-bottom: 20px;
    margin-top: 0px;
    position: relative;
    text-transform: uppercase;
}
.marquee-head.action-area.marquee ul li a, .marquee-head.action-area ul li a {
    padding: 4px 0px 4px 0px !important;
}

.action-area.marquee ul li a {
    font-size: 33px !important;
    margin-bottom: 10px;

}
.banner-text p {
    font-family: 'Poppins', serif;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    width: 93%;
    line-height: 30px;
}
.action-area.marquee ul li a img {
	width: 7% !important;
}
.solutions-section {
    background-color: #000;
    padding: 55px 0 0px;
}
.marquee-head.action-area.marquee {
    height: 90px !important;
    margin-top: 30px;
    overflow: hidden;
}
.product-text-left {
    width: 100%;
    float: left;
    margin-right: 0%;
    margin-top: 0px;
}
.product-text-left h2 {
    color: #202C39;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4em;
	margin-bottom: 0px;
}
.product-text-left h6 {
    margin-bottom: 15px;
}
.product-text-left p {
    padding: 15px 0 15px;
}
.product-text-right {
    width: 100%;
    float: left;
    margin-right: 0%;
}
.product-box {
    border-top: 0px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding-top: 35px;
    padding-bottom: 20px;
    display: inline-block;
    color: #000;
}
.product-box-1 {
    width: 18%;
    float: left;
    margin-right: 5%;
    padding-top: 15px;
}
.product-box-2 {
    width: 77%;
    float: left;
    margin-right: 0%;
}
.product-box-3 {
    width: 77%;
    float: left;
    margin-right: 0%;
}
.product-box:hover {
    background-color: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 34px;
    padding-right: 20px;
    padding-left: 20px;
    transition: ease-in-out 0.5s !important;
    cursor: pointer;
}
.box2phnevi{margin-bottom: 25px !important;}

.product-section {
    background-color: #fff;
    padding: 20px 0 50px;
}
.brands-section h2 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 30px;
    font-style: italic;
    text-align: center;
}
.brands-section {
    padding: 60px 0 25px;
    background-color: #000;
}

.brands-section .marquee-head.action-area {
    padding: 20px 0 20px !important;
}
.banner-section {
    background: #fafaf5 url(../images/banner-image-1.jpg) no-repeat scroll right bottom;
    height: 70vh;
    position: relative;
    background-size: cover !important;
}

.banner-text {
    position: absolute;
    top: 120px;
}
.banner-text h1 {
    font-family: 'Poppins', serif;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    width: 100%;
    line-height: 35px;
    margin-bottom: 10px;
}

.phne-noneviwe{display: none;}

.servicesection-onlyonphone{display: block !important; padding: 80px 0px 0px;}

.serviceonphone-box{
	margin-bottom: 30px;
	border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 20px 15px 10px;
}

.serviceonphone-box-text h4 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    margin-bottom: 8px;
    line-height: 1.2;
	text-align: center;
}
.serviceonphone-box-text p {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(89 89 89);
    margin-bottom: 10px;
	text-align: center;
}

.serviceonphone-box .card-img-top{
	object-fit: cover;
    height: 180px;
}
.career-box-left h5 {
    color: #fff;
    font-family: 'roboto';
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 0px;
}
.career-box-phne {
    padding: 15px 0px 10px !important;
}

.logregform.two .feildcont input {
    margin-bottom: 10px;
    padding: 7px 12px;
}
.career-box-left img {
    float: center;
    width: 70px;
    color: #fff;
    padding-bottom: 0px;
}
.career-box-right h4 {
    color: #000;
    font-family: 'roboto';
    font-size: 26px;
    text-align: left;
    font-weight: 500;
    padding-bottom: 10px;
}
.page-header h1 {
    color: white;
    font-size: 38px;
    font-weight: 700;
}
.page-header .breadcrumb-item a, .page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #F6F7F8;
    font-size: 17px;
    font-weight: 500;
}

}