html {
    scroll-behavior: smooth;
}

body{
    margin: 0px;
    font-family: 'Taviraj', serif!important;
}
*{
    box-sizing: border-box;
}


h1,
h2,
h3,
h4,
h5 {
    font-family: 'Taviraj', serif!important;
}

p {
    font-family: 'Taviraj', serif!important;
}

span {
    font-family: 'Taviraj', serif!important;
}

label {
    font-family: 'Taviraj', serif!important;
}



h3 {
    font-size: 72px;
}

ul {
    list-style: none;
}
ul{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}

p {
    margin: 0px;
    font-size: 16px;
    
}

a {
    color: #000;
    outline: none;
}
button {
    outline: none;
}
a:hover {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
}

.pad_0{
    padding: 0px;
}
.pad_l_0{
    padding-left: 0px;
}
.pad_r_0{
    padding-right: 0px;
}
/*=========custom scroll right bar=================*/

/* width */

::-webkit-scrollbar {
    width: 4px;
}

/* Track */

::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #555;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}


/*=========custom scroll right bar=================*/



header {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0 12px 24px rgba(0,0,0,0.26);
    padding-bottom: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;

}


.desktop_none{
    display: none;
}

.logo {
    float: left;
    padding: 0;
    width: 22%;
   margin: 0 0 16px 0px;
}

.main-nav {
    margin: 0;
    width: 100%;
    transition: all ease-in-out 0.3s;
    background-color: #fff;
    padding: 10px 0 0 0;
}
.fixed.main-nav {
    box-shadow: 0 3px 16px rgba(51,99,151,0.25);
}

.container {
    width: 100%;
    max-width: 1200px;
}
.desktop_log_in {
    float: right;
    margin-right: 40px;
    margin-top: 20px;
}
.desktop_log_in a{
    font-family: 'Taviraj', serif;
    font-size: 20px;
    color: #535353;
    font-weight: 600;
}
.desktop_log_in span{
    margin-right: 10px;
}

.desktop_log_in span.log{
    margin-right: 0;
}

.banner{
    width: 100%;
    position: relative;
    margin-top: 90px;
    height: 500px;
}
.banner_overlay{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.39);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner_content{
    width: 755px;
    margin: 0 auto;
    display: table;
}
.banner_content h2{
    font-size: 42px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Taviraj', serif;
    margin: 0;
}
.banner_content h3{
    font-size: 77px;
    color: #fff;
    text-align: center;
    line-height: 85px;
    font-weight: 600;
    font-family: 'Taviraj', serif;
    margin: 10px 0 0 0;

}

.banner_input{
    width: 100%;
    font-size: 18px;
    color: #484848;
    font-weight: 400;
    line-height: 63px;
    background-color: #D8D8D8;
    border-radius: 50px;
    padding: 0 270px 0 30px ;
    font-family: 'Taviraj', serif;
    border: none;
    border: 1px solid transparent;
}
.banner_input:focus{
    outline: none;
    border: 1px solid #FF7F3F;
}
.banner_form{
    position: relative;
    margin-top: 40px;
}
.banner_submit{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 60px;
    background-color: #472a46;
    border-radius: 0 50px 50px 0;
    border: none;
    width: 260px;
    font-family: 'Taviraj', serif;
    transition: all ease-in-out 0.3s;
    border: 1px solid transparent;
}
.banner_submit:hover{
    background-color: #a8a04c;
}

.top_service{
    width: 100%;
    padding: 30px 0;
}
.top_service ul{
    padding: 0;
    margin: 0 auto;
    display: table;
    list-style-type: none;
}
.top_service ul li{
    float: left;
    margin: 0 15px;
    width: 14%;
}
.top_service_image{
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    transition: all ease-in-out 0.3s;
}
.top_service_image img{
    width: 100%;
    transition: all ease-in-out 0.3s;
}
.top_service ul li:first-child{
    margin-left: 0;
}
.top_service ul li:last-child{
    margin-right: 0;
}
.overlay_content{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #3A3A3A;
    padding: 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-family: 'Taviraj', serif!important;
    transition: all ease-in-out 0.3s;
}
.top_service ul li a:hover .top_service_image img{
    transform: scale(1.30);
}
.top_service ul li a:hover .overlay_content{
    background-color: #FF7F3F;
}
.about{
    width: 100%;
    padding-bottom: 100px;
    padding-top: 20px;
}
.heading{
    width: 100%;
    display: inline-block;
}
.heading h2{
    color: #121212;
    font-size: 50px;
    font-family: 'Taviraj', serif;
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
}
.heading h2:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 1px;
    content: "";
    background-color: #FF7F3F;
}
.about p{
    width: 90%;
    margin: 30px auto 0;
    display: table;
    font-size: 16px;
    font-weight: 300;
    color: #383838;
    line-height: 32px;
    text-align: center;
}
.service{
    width: 100%;
    padding: 30px 0;
    background-color: #ECECEC;
}
.service_image{
    width: 100%;
    border-radius: 4px 4px 0 0;
    border-bottom: 4px solid #FF7F3F;
}
.service_image img{
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.service_content{
    width: 100%;
    padding: 30px 25px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}
.service_content h2{
    font-size: 22px;
    color: #3B3B3B;
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.service_content h2:after{
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #FF7F3F;
}
.service_content p{
    font-size: 15px;
    color: #4A4A4A;
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
}
.service_content a{
    font-size: 15px;
    color: #FF7F3F;
    text-align: left;
    display: inline-block;
    position: relative;
    font-weight: 400;
    line-height: 26px;
    padding-right: 45px;
    transition: all ease-in-out 0.3s;
}
.service_content a:after{
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../images/more_service_btn.png) center center no-repeat;
    transition: all ease-in-out 0.1s;
}
.service_col:hover .service_content a:after{
    background: url(../images/more_service_btn_h.png) center center no-repeat;
}
.service_area{
    width: 100%;
    margin-top: 60px;
}
.company_achive{
    width: 100%;
    display: inline-block;
    padding: 50px 0;
    background-color: #FF7F3F;
}

.company_achive_col .wpb_button, 
.company_achive_col .wpb_content_element,
.company_achive_col ul.wpb_thumbnails-fluid>li {
        margin-bottom: 0;
}
.company_achive_col_icon{
    margin: 0 auto 20px;
    display: table;
}
.company_achive_col_icon img{
    margin: 0 auto;
}
.company_achive_col h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
}
.company_achive_col h3{
    font-size: 22px;
    text-align: center;
    color: #fff;
    line-height: 26px;
}
.inspection_btn a{
    width: 300px;
    border-radius: 50px;
    line-height: 57px;
    margin: 40px auto;
    display: table;
    background-color: #FF7F3F;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-family: 'Taviraj', serif;
    transition: all ease-in-out 0.3s;
}
.inspection_btn a:hover{
    background-color: #127366;
}
.detail_service{
    padding-top: 40px;
    width: 100%;
    display: inline-block;
}
.detail_service_col_image{
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.32);
}
.detail_service_col_image img{
    width: 100%;
    border-radius: 4px;
}
.detail_service_col{
    width: 100%;
    display: inline-block;
    margin: 25px 0;
}
.detail_service_content h2{
    font-size: 24px;
    text-align: left;
    color: #383838;
    line-height: 32px;
    position: relative;
    padding-bottom: 15px;
    font-family: 'Taviraj', serif!important;
}

.detail_service_content p{
    font-size: 16px;
    text-align: left;
    color: #4C4B4B;
    line-height: 32px;
    position: relative;
    font-weight: 400;
    margin-top: 25px;
}
.section_5{
    width: 100%;
    display: inline-block;
    padding: 100px 0;
}
.section_5_col_image{
    width: 100%;
    position: relative;
    border-radius: 4px;

}
.section_5_col_image img{
    width: 100%;
    border-radius: 4px;
    min-height: 620px;
}
.section_5_overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #1F1E1E;
    padding: 15px 30px;
    width: 100%;
}
.section_5_overlay h2{
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    font-weight: 600;
    font-family: 'Taviraj', serif;
}
.section_5_overlay p{
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    font-weight: 400;
    line-height: 32px;
    display: none;
    margin-top: 20px;
}

.section_5_col:hover .section_5_overlay{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0,0,0,0.73);
}

.section_5_col:hover .section_5_overlay p{
    display: block;
}
.section_6 {
    width: 100%;
    display: inline-block;
    padding: 80px 0 30px 0;
    background-color: #472a46;
}
.section_6_col_image{
    width: 100%;
}
.section_6_col_image img{
    width: 100%;
    border-radius: 4px;
}

.section_6_col_content h2{
    font-size: 24px;
    color: #fff;
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-family: 'Taviraj', serif;
}
.section_6_col_content h2:after{
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #fff;
}
.section_6_col_content p{
    font-size: 16px;
    color: #fff;
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 25px;
}
.section_6_col_content a{
    font-size: 15px;
    color: #fff;
    text-align: left;
    display: inline-block;
    position: relative;
    font-weight: 400;
    line-height: 26px;
    padding-right: 45px;
    transition: all ease-in-out 0.3s;
}
.section_6_col_content a:after{
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../images/sec_6_more_btn.png) center center no-repeat;
    transition: all ease-in-out 0.1s;
}
.section_6_col:hover .section_6_col_content a:after{
    background: url(../images/sec_6_more_btn_h.png) center center no-repeat;
}
.section_6_col{
    margin: 30px 0;
    display: inline-block;

}
.testimonial_col h2{
    font-size: 20px;
    color: #040404;
    width: 100%;
    display: inline-block;
    margin: 15px 0 20px 0;
    text-align: center;
    font-weight: 400;
}
.testimonial_col p{
    font-size: 15px;
    color: #040404;
    width: 100%;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 25px;
    font-weight: 400;
}
.testimonial_avtar {
    display: table;
    margin: 0 auto;
}
.testimonial_avtar img{
    box-shadow: 0 4px 0 rgba(255,127,63,1);
}
.testimonial{
    width: 100%;
    padding: 80px 0;
}
.testimonial_area{
    margin-top: 50px;
}
.testimonial_col{
    padding: 0 20px;
}


.blog {
    width: 100%;
    padding: 0 0;
}

.blog_col{
    background: #fff;
    border-radius: 4px ;
    margin-top: 140px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.32);
}

.blog_image {
    width: 100%;
    border-radius: 4px 4px 0 0;
    
}

.blog_image img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.blog_content {
    width: 100%;
    padding: 30px 25px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}

.blog_content h2 {
    font-size: 22px;
    color: #3B3B3B;
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.blog_content p {
    font-size: 15px;
    color: #4A4A4A;
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
}
.blog_content a {
    font-size: 15px;
    color: #FF7F3F;
    text-align: left;
    display: inline-block;
    position: relative;
    font-weight: 400;
    line-height: 26px;
    padding-right: 45px;
    transition: all ease-in-out 0.3s;
}

.blog_content a:after {
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../images/more_service_btn.png) center center no-repeat;
    transition: all ease-in-out 0.1s;
}
.blog_col{
    cursor: pointer;
}

.blog_col:hover {
    
    margin-top: 80px;
    transition: all ease-in-out 0.4s;

}
.blog_content:hover a:after{
    background: url(../images/more_service_btn_h.png) center center no-repeat;
   
 }
.blog_post{

    width: 50%;
    float: left;
}
.blog_post p{
    font-size: 14px;
    margin: -6px 0 0 24px;
}
.blog_post:before {
    position: absolute;
    content: "";
    left: 43px;
    width: 17px;
    height: 17px;
    background: url(../images/user_blog.png) center center no-repeat;

}
.blog_date{
    width: 50%;
    float: right;
}
.blog_date p{
    font-size: 14px;
   margin: -5px 0 0 25px;
   
}
.blog_date:before {
    position: absolute;
    content: "";
    right: 181px;
    width: 17px;
    height: 17px;
    background: url(../images/calendar_blog.png) center center no-repeat;

}
.blog_total{
    margin-bottom: 50px;
}



.inspection_btn a {
    width: 300px;
    border-radius: 50px;
    line-height: 57px;
    margin: 40px auto;
    display: table;
    background-color: #FF7F3F;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-family: 'Taviraj', serif;
    transition: all ease-in-out 0.3s;
}

.footer-map{
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    margin-top: 66px;
}  

.map {
	background: #3d3d3d;
}

.map_overlay {
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: calc(100% - 6px);
    position: absolute;
    top: 0;
    left: 0;
}

.contact-info{
    margin-top: -65px;
    z-index: 1;
    height: auto;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.20);
    border-radius: 4px;
    padding: 52px 100px;
}

.contact-info_location{
    margin-left: 35px;
    margin-top: 16px;
}

.contact-info_icon{
    float: left;
}

.contact-info_add h2{
    font-size: 18px;
    font-weight: 500;
   margin: 0;
   padding: 0;
   margin-left: 35px;
}
.contact-info_location a{
    font-size: 14px;
    padding: 0;
    display: block;
    font-family: 'Taviraj', serif!important;
}

.last_footer {
   padding: 15px 0;
    color: #fff;
    font-size: 14px;
    background-color: #3D3D3D;
}
.last_footer ul{
    padding: 0;
    margin: 0 auto;
    float: right;
    list-style-type: none;

}

.last_footer ul li{
    float: left;
    
    border-right: 1px solid #fff;
    
}
.last_footer ul li:last-child{
  border-right: none;
}
.last_footer ul li a{
    color: #fff;
    margin: 0 20px;
}
.last_footer_copyright{
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    font-family: 'Taviraj', serif!important;
}



/*start-about_us*/


.banner_about {
    width: 100%;
    position: relative;
    margin-top: 90px;
    height: 453px;
}

.about_us {
    width: 100%;
    padding-bottom: 0px;
    padding-top: 100px;
}

.about_us p {
    width: 90%;
    margin: 30px auto 0;
    display: table;
    font-size: 16px;
    font-weight: 300;
    color: #383838;
    line-height: 32px;
    text-align: center;
}

.about_mission {
    width: 100%;
    padding-bottom: 100px;
    padding-top: 100px;
}

.heading_about h2 {
    color: #121212;
    font-size: 24px;
    font-family: 'Taviraj', serif;
    text-align: left;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
}

.heading_about h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 30px;
    height: 1px;
    content: "";
    background-color: #FF7F3F;
}


.mission_text ul {
    list-style: none;
    margin-top: 0;
    padding: 20px 0 0 0;
    float: none;
    width: 100%;

}

.mission_text ul li {
    background: url(../images/bullets_img.png) 0 14px no-repeat ;
    margin: 0;
    padding-left: 34px;
    float: left;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    font-weight: 300;
    width: 100%;
    display: inline-block;
}

.mission_img-box {
    margin-top: 125px;
}

.mission_img-box img {
    width: 100%;
    height: auto;
}

.about_news {
    width: 100%;
    padding: 30px 0 30px;
    background-color: #ECECEC;
}

.news_col {
    background: #fff;
    border-radius: 4px;
    margin-top: 100px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.32);
    cursor: pointer;
}

.news_image {
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.news_image img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.news_content {
    width: 100%;
    padding: 30px 25px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}

.news_content h2 {
    font-size: 18px;
    color: #3B3B3B;
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: 500;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.news_content p {
    font-size: 15px;
    color: #4A4A4A;
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
}

.news_total {
    margin-bottom: 30px;
}

.news_post {
    
    float: right;
}

.news_post:before {
    position: absolute;
    content: "";
    right: 148px;
    width: 17px;
    height: 17px;
    background: url(../images/user_blog.png) center center no-repeat;
}

.news_post p {
    font-size: 14px;
    margin: -6px 0 0 24px;
}

.news_date {
   
    float: right;
}

.news_date:before {
    position: absolute;
    content: "";
    right: 109px;
    width: 17px;
    height: 17px;
    background: url(../images/watch_img.png) center center no-repeat;
}

.news_date p {
    font-size: 14px;
    margin: -5px 0 0 25px;
}

.news_content a {
    font-size: 15px;
    color: #FF7F3F;
    text-align: left;
    display: inline-block;
    position: relative;
    font-weight: 400;
    line-height: 26px;
    padding-right: 45px;
    transition: all ease-in-out 0.3s;
}

.news_content a:after {
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../images/plus_new.png) center center no-repeat;
    transition: all ease-in-out 0.1s;
}

.news_col:hover {
    
    margin-top: 80px;
    transition: all ease-in-out 0.4s;

}
.news_content:hover a:after{
    background: url(../images/more_service_btn_h.png) center center no-repeat;
   
 }
.inspection_btn_news {
    padding-bottom: 90px;
}
.inspection_btn_news a {
    width: 300px;
    border-radius: 50px;
    line-height: 57px;
    margin: 40px auto;
    display: table;
    background-color: #FF7F3F;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-family: 'Taviraj', serif;
    transition: all ease-in-out 0.3s;
}
.inspection_btn_news a:hover{
    background-color: #127366;
}

/*start-case_studies*/

.banner_case_studies {
    width: 100%;
    position: relative;
    margin-top: 90px;
    height: 453px;
}

.case_studies {
    width: 100%;
    padding: 12px 0 40px;
}

.case_studies_col {
    border-radius: 4px;
    margin-top: 30px;
    cursor: pointer;
}

.case_studies_image {
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.case_studies_image img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.case_studies_content {
    width: 100%;
    padding: 30px 25px;
     background: #ECECEC;
    border-radius: 0 0 4px 4px;
}

.case_studies_content h2 {
    font-size: 18px;
    color: #3B3B3B;
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: 500;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.case_studies_content p {
    font-size: 15px;
    color: #4A4A4A;
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
}

.case_studies_total {
    margin-bottom: 30px;
}

.case_studies_post {
    
    float: right;
}

.case_studies_post:before {
    position: absolute;
    content: "";
    right: 140px;
    width: 35px;
    height: 35px;
    background: url(../images/case_pdf.png) center center no-repeat;
}

.case_studies_post p {
    font-size: 14px;
    margin: 7px 0 0 24px;
    color: #FF7F3F;
}
.case_studies_content a {
    font-size: 15px;
    color: #FF7F3F;
    text-align: left;
    display: inline-block;
    position: relative;
    font-weight: 400;
    line-height: 26px;
    padding-right: 45px;
    transition: all ease-in-out 0.3s;
}

.case_studies_content a:after {
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../images/more_service_btn.png) center center no-repeat;
    transition: all ease-in-out 0.1s;
}
.case_studies_content:hover a:after{
    background: url(../images/more_service_btn_h.png) center center no-repeat;
   
 }


/*start-contact*/

.banner_contact_us {
    width: 100%;
    position: relative;
    margin-top: 90px;
    height: 453px;
}

.contact-us {
    width: 100%;
    padding: 0;
    margin-bottom: 110px;
    margin-top: 30px;
}

.send-us{
    max-width:1022px;
    margin:auto;
}

.contact h2 {
    font-size: 50px;
    font-family: 'Taviraj', serif;
    color: rgb(18, 18, 18);
    font-weight: bold;
    text-align: center;
    margin-bottom:35px;
    margin-top:0;
    position:relative;
    padding-bottom:10px;
}
.contact h2:after {
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:30px;
    height:1px;
    background-color:#ff7f3f;
    margin-left:-15px;
}

.contact p {
  font-size: 16px;
  font-family: 'Taviraj', serif!important;
  font-weight:400;
  color: rgb(56, 56, 56);
  text-align: center;
  margin-bottom:8px;
}


.general-inquiries {
	margin-bottom: 10px;
}
.contact {
	margin-bottom:55px;
}


.general-inquiries h5{
  font-size: 18px;
  font-family: 'Taviraj', serif!important;
  color: rgb(56, 56, 56);
  font-weight: bold;
  text-align: center;
  font-weight:bold;
}


.general-inquiries p{
  font-size: 16px;
  font-family: 'Taviraj', serif!important;
  font-weight:400;
  color: rgb(56, 56, 56);
  text-align: center;
  margin-bottom:8px;
}


.send-us h4 {
  font-size: 38px;
  font-family: 'Taviraj', serif;
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-align: center;
  margin-bottom:36px;
  padding-bottom:10px;
  position:relative;
}

.send-us h4:after {
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:30px;
    height:1px;
    background-color:#ff7f3f;
    margin-left:-15px;
}


.send-us .form-control{
  border:1px solid rgb(209, 209, 209);
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 52px;
  margin-bottom:40px;
  z-index: 111;
}


.send-us .form-control:focus 
{
    outline:none !important; box-shadow:none;
}


.required{
    color:red;
}

.send-us label 
{
    font-family: 'Taviraj', serif!important;
    font-size:15px;
    font-weight:400;
    margin-bottom:30px;
}



.send-us .msg{
  border-radius: 4px;
  border:1px solid rgb(209, 209, 209);
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 144px;
  z-index: 96;
  resize:none;
  margin-bottom:40px;
  padding:10px 12px;
}

.send-us .msg{
    outline:none !important; box-shadow:none;
}

.submit {
  float:right;
  margin-top:50px;
}


input.sub {
  border-radius: 4px;
  background-color: rgb(255, 127, 63);
  padding: 23px 90px 23px 90px;
  text-align:center;
  font-size: 20px;
  font-family: 'Taviraj', serif!important;
  color: rgb(255, 255, 255);
  font-weight: bold;
  border: none;
}


input.sub:hover {
  background-color: rgb(208, 107, 57);
}


/*start-blog*/

.our_blog {
    width: 100%;
    padding: 30px 0;
}

.our_blog_col {
    background: #fff;
    border-radius: 4px;
    margin-top: 51px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.32);
    cursor: pointer;
}
.our_blog_image {
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.our_blog_image img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    height: 275px;
    object-fit: cover;
}
.our_blog_content {
    width: 100%;
    padding: 30px 25px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}
.our_blog_content h2 {
    font-size: 22px;
    color: #3B3B3B;
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.our_blog_content p {
    font-size: 15px;
    color: #4A4A4A;
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
}
.our_blog_total {
    margin-bottom: 50px;
}
.our_blog_post {
    width: 50%;
    float: left;
}
.our_blog_post:before {
    position: absolute;
    content: "";
    left: 43px;
    width: 17px;
    height: 17px;
    background: url(../images/user_blog.png) center center no-repeat;
}
.our_blog_post p {
    font-size: 14px;
    margin: -6px 0 0 24px;
}
.our_blog_date {
    width: 50%;
    float: right;
}
.our_blog_date:before {
    position: absolute;
    content: "";
    left: 204px;
    width: 17px;
    height: 17px;
    background: url(../images/calendar_blog.png) center center no-repeat;
}
.our_blog_date p {
    font-size: 14px;
    margin: -5px 0 0 25px;
}
.our_blog_content a {
    font-size: 15px;
    color: #FF7F3F;
    text-align: left;
    display: inline-block;
    position: relative;
    font-weight: 400;
    line-height: 26px;
    padding-right: 45px;
    transition: all ease-in-out 0.3s;
}
.our_blog_content a:after {
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../images/more_service_btn.png) center center no-repeat;
    transition: all ease-in-out 0.1s;
}
.our_blog_content:hover a:after{
    background: url(../images/more_service_btn_h.png) center center no-repeat;
   
 }

 .search_open {
    
    float: right;
    width: 553px;
    display: block;
    text-align: left;
    padding: 20px 10px;
    top: 54px;
    right: 0;
   
   
    z-index: 999;
}
.input_search {
    border: 1px solid #CCCCCC;
   line-height: 42px;
    width: 80%;
    float: left;
    font-size: 20px;
    padding: 0 15px 0 25px;
    font-family: 'Taviraj', serif;
    color: #9F9F9F;

}
.blog_submit {
    line-height: 44px;
    background-color: #E62129;
    padding: 0 32px 0 35px;
    color: #fff;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    border: none;
    cursor: pointer;
    background: url(../images/search_blog.png) right 24px center no-repeat #FF7F3F;
}
.pagination {
    display: inline-block;
    padding: 79px 447px 100px 449px;
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px!important;
    text-decoration: none!important;
    border: 1px solid transparent!important;
    margin: 0 2px!important;
}
.pagination a img {
    margin-left: 0px;
}
.pagination a.active {
    background-color: #FF7F3F;
    color: white;
    border-radius: 50px;
    border: 1px solid #FF7F3F;
}


/*services-start*/

.our_service {
    width: 100%;
    padding: 80px 0;
}

.inner_img-box {
    margin-top: 40px;
    padding-bottom: 0px;
}
.inner_img-box img {
    width: 100%;
    height: auto;
}
.inner_text-box h2 {
    font-size: 22px;
    color: #3B3B3B;
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.inner_text-box h2:after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #FF7F3F;
}
.inner_text-box p {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;
}

.inner_text-box ul {
    list-style-position: inside;
}

.inner_text-box ul li {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;
}

.our-service-box-wrapper .inner_text-box ul li {
    color: #ffffff;
}

.inner_text-box {
    margin-top: 40px;
    padding-bottom: 0px;
}

.inner_text-box img {
    width: 58px;
    height: auto;
    margin-top: 30px;
}

.inner_inspection_btn a {
    width: 222px;
    border-radius: 50px;
    line-height: 57px;
    margin: 42px 0;
    display: table;
    background-color: #FF7F3F;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 500;
   font-family: 'Taviraj', serif;
    transition: all ease-in-out 0.3s;
}
.inner_inspection_btn a:hover{
    background-color: #127366;
}

.work {
    width: 100%;
    padding: 80px 0 45px;
}
.work_box {
    margin-top: 58px;
    padding-bottom: 20px;
    text-align: center;
}
.work_box img {
    width: 67px;
    height: 75px;
}
.work_box h2 {
    font-size: 22px;
    color: #3B3B3B;
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.work_box h2:after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 1px;
    background-color: #FF7F3F;
}
.work_box p {
    font-size: 14px;
    line-height: 28px;
    color: #4C4B4B;
    font-weight: 100;
}

.better {
    width: 100%;
    padding: 0px 0 70px;
}


.accordion2 {
    width: 80%;
   padding-bottom: 80px;
}
.accordion2 h3.active {
    background: url(../images/active_img.png) no-repeat left -26px top -27px #FF9059;
    color: #fff;
}
.accordion2 h3 {
    background: url(../images/active_img2.png) no-repeat left -2px top -1px;
    padding: 24px 99px;
    margin-left: 200px;
    margin-top: 35px;
    font: bold 130%/100% 'Taviraj', serif;
    border: solid 1px #DCDCDC;
    border-bottom: none;
    cursor: pointer;
    border-radius: 50px;
}

.better_text {
    margin-top: 10px;
    width: 80%;
    margin-left: 232px;
    padding: 10px 53px 10px 20px;
    border-left: solid 1px #c4c4c4;
    border-left-style: dashed;
    display: none;
   }

.better_text p {
    line-height: 24px;
    font-size: 15px;
}








/* career-part_start */

.banner_career {
    width: 100%;
    position: relative;
    margin-top: 90px;
    height: 453px;
}

.career-text h2{
    font-family: 'Taviraj', serif;
    font-size: 77px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.hiring {
    margin-top:110px;
    margin-bottom:60px;
}

.hiring h2 {
    font-family: 'Taviraj', serif;
    font-weight: bold;
    font-size: 50px;
    position:relative;
    padding-bottom:10px;
    margin:0px;
    margin-bottom:23px;
}

.hiring h2:after {
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:30px;
    height:1px;
    background-color:#ff7f3f;
    margin-left:-15px;
}

.hiring p {
    font-family: 'Taviraj', serif!important;
    font-weight:400;
    font-size: 16px;
    color: rgb(56, 56, 56);
    margin:0;
}

.app-form  {
    max-width:728px;
    margin:auto;
}

.app-form img {
    float:left;
    margin-right:40px;
}

.app-form h1 {
    float:left;
    font-family: 'Taviraj', serif!important;
    font-weight: bold;
    font-size: 16px;
}

.application {
    margin: 0;
    margin-left: 0!important;
    margin-right: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
}

.application h2 {
    font-family: 'Taviraj', serif!important;
    font-weight: bold;
    font-size: 16px;
    margin:0;
    margin-bottom:32px;
    
}

.application p {
    font-family: 'Taviraj', serif!important;
    font-weight: 400;
    font-size: 16px;
    margin-top:0;
}

.location {
    margin-top:30px;
    margin-bottom:112px;
}

.location img {
    margin-bottom:25px;
}

.location p {
    font-family: 'Taviraj', serif;
    font-weight:400;
    font-size: 16px;
    color: #383838;
    margin:0;
}

.applicants {
    margin-bottom:75px;
}
.applicant-image {max-width:430px;}
.applicant-image img {
    width:100%;
    height:auto;
    object-fit:cover;
}

.applicants-text {
    padding-right:100px;
    padding-left:30px;
}

.applicants-text h4 {
    font-family: 'Taviraj', serif;
    font-size: 30px;
    font-weight: bold;
    position:relative;
    padding-bottom:15px;
}

.applicants-text h4:after {
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:30px;
    height:1px;
    background-color:#ff7f3f;
    margin-left:0px;
}

.applicants-text p {
    font-family: 'Taviraj', serif!important;
    font-size: 19px;
    font-weight: 400;
}

.applicants-text p  a {
    font-family: 'Taviraj', serif!important;
    color: #ff7f3f;
    font-weight:bold;
}

.applicants-text ul {
    margin-bottom:42px;
}

.applicants-text ul li  {
    list-style-type:none;
    padding:20px 0 20px 50px;
    background:url(../images/bullet.png) 0 30px no-repeat;
    position:relative;
}

.applicants-text ul li:after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 4px;
    width: 1px;
    height: 61px;
    background-color:#ff7f3f;
    margin-left: 0px;
}

.applicants-text ul li:last-child:after {
    display:none;
}

.applicants-text ul li a {
    font-family: 'Taviraj', serif;
    font-weight: 400;
    font-size: 17px;
    color:#383838;
}

.applicants-text ul li a:hover {
    color:#fb9595;
}

.equal-opportunity{
    margin-top:115px;
    margin-bottom:110px;
}

.equal-opportunity h1 {
    font-family: 'Taviraj', serif;
    font-size: 50px;
    font-weight: bold;
    text-align:center;
    margin-top:0;
    position:relative;
    margin-bottom:32px;
}

.equal-opportunity h1:after {
    content:"";
    position:absolute;
    left:50%;
    bottom:-7px;
    width:30px;
    height:1px;
    background-color:#ff7f3f;
    margin-left:-15px;
}

.equal-opportunity p {
    max-width:953px;
    margin:auto;
    line-height:33px;
    font-family: 'Taviraj', serif;
    font-size: 16px;
    font-weight: 400;
    text-align:center;
    margin-bottom:50px;
}

.equal-opportunity p a {
    color:#ff7f3f;
    font-weight:bold;
}


/* blog-details_start */

.details-banner{
    margin-top:190px;
}

.details-banner h1{
    margin-top:0;
    margin-bottom:0;
    font-family: 'Taviraj', serif;
    font-size: 30px;
    color: rgb(31, 31, 31);
    font-weight: bold;
    max-width: 966px;
}

.post-admin {
    margin-top:53px;
}

.calender {
    margin-top:53px;
}

.post-admin img{
    float:left;
    padding-right:12px;
}

.post-admin p{
    float:left;
    margin:0;
    margin-right:20px;
    font-family: 'Taviraj', serif;
    font-weight:400;
    font-size: 14px;
    color: rgb(4, 4, 4);
}

.calender img{
    float:left;
    margin-right:12px;
}

.calender p{
    float:left;
    margin:0;
    font-family: 'Taviraj', serif;
    font-weight:400;
    font-size: 14px;
    color: rgb(4, 4, 4);
}

.banner-image {
    width: 100%;
    display: table;
}

.banner-image img {
    margin-top:40px;
    margin-bottom:60px;
    width:100%;
    height:auto;
}

.details-banner-text {
    margin-top:0;
    font-family: 'Taviraj', serif;
    font-weight:400;
    font-size: 15px;
    color: rgb(76, 76, 76);
    line-height:30px;
    max-width:100%;
}

.comments {
    margin-top:67px;
}

.comments h5 {
    font-family: 'Taviraj', serif;
    font-weight:bold;
    font-size: 20px;
    color: rgb(76, 76, 76);
    margin-top:0;
    position:relative;
    padding-bottom:30px;
    margin-bottom:50px;
}

.comments h5:after {
    content:"";
    position:absolute;
    bottom:0;
    width:1200px;
    height:2px;
    background-color:#eeeeee;
    right:-30px;
}

.col-set {
    width:14%;
}

.first-comment-image {
    float:left;
    width:100%;
    height:auto;
    position:relative;
}

.first-comment-image:after {
    content:"";
    position:absolute;
    left: 66px;
    top: 125px;
    width:1px;
    height:192px;
    background-color:#cdcdcd;
}

.first-comment-text {
    float:left;
    margin-bottom:90px;
}

.first-comment-text h1 {
    font-family: 'Taviraj', serif;
    font-weight: bold;
    font-size: 16px;
    color: rgb(76, 76, 76);
    margin-top:0;
}

.first-comment-text h2 {
    font-family: 'Taviraj', serif;
    font-weight: 400;
    font-size: 14px;
    color: rgb(76, 76, 76);
    margin-bottom:20px;
    margin-top:0;
}

.first-comment-text p {
    font-family: 'Taviraj', serif;
    font-weight: 400;
    font-size: 14px;
    color: rgb(96, 96, 96);
    margin-bottom:30px;
    line-height:24px;
}

.reply {

}

.reply a {
    font-size:14px;
    border-radius: 4px;
    border: 1px solid #dedede;
    padding: 12px 35px 12px 35px;
    background-color: rgb(255, 255, 255);
    transition: 0.1s;
    display: inline-block;
}

.reply a:hover {
    background-color: #e2cab7;
}

.second-comment-image {
    float:left;
    width:100%;
    height:auto;
    position:relative;
}

.second-comment-image:after {
    content:"";
    position:absolute;
    left: 66px;
    top: 125px;
    width:1px;
    height:192px;
    background-color:#cdcdcd;
}

.second-comment-text {
    float:left;
    margin-bottom:90px;
}

.second-comment-text h1 {
    font-family: 'Taviraj', serif;
    font-weight: bold;
    font-size: 16px;
    color: rgb(76, 76, 76);
    margin-top:0;
}

.second-comment-text h2 {
    font-family: 'Taviraj', serif;
    font-weight: 400;
    font-size: 14px;
    color: rgb(96, 96, 96);
    margin-bottom:20px;
    margin-top:0;
}

.second-comment-text p {
    font-family: 'Taviraj', serif;
    font-weight: 400;
    font-size: 14px;
    color: rgb(96, 96, 96);
    margin-bottom:30px;
    line-height:24px;
}

.third-comment-image {
    float:left;
    width:100%;
    height:auto;
}

.third-comment-text {
    float:left;
}

.third-comment-text h1 {
    font-family: 'Taviraj', serif;
    font-weight: bold;
    font-size: 16px;
    color: rgb(76, 76, 76);
    margin-top:0;
}

.third-comment-text h2 {
    font-family: 'Taviraj', serif;
    font-weight: 400;
    font-size: 14px;
    color: rgb(96, 96, 96);
    margin-bottom:20px;
    margin-top:0;
}

.third-comment-text p {
    font-family: 'Taviraj', serif;
    font-weight: 400;
    font-size: 14px;
    color: rgb(96, 96, 96);
    margin-bottom:30px;
    line-height:24px;
}

.leave-a-reply {
    margin-top:50px;
    margin-bottom:50px;
}

.leave-a-reply p.comment-reply-title {
    font-family: 'Taviraj', serif;
    font-weight: bold;
    font-size: 20px;
    color: rgb(228, 148, 45);
    margin-bottom:22px;
}

.enter-comment-text {
    font-family: 'Taviraj', serif;
    font-weight: 400;
    font-size: 14px;
    color: rgb(81, 81, 81);
    margin-bottom:0;
}

textarea.form-control {
    height: auto;
    height: 115px;
    margin-top:25px;
}

.txtarea:focus {
    box-shadow:none;
    outline:none;
}

.blog-details-submit {
    margin-top:14px;
}

.blog-details-submit a {
    font-family: 'Taviraj', serif;
    font-weight: bold;
    font-size: 20px;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    background-color: rgb(255, 127, 63);
    padding: 13px 56px 13px 56px;
}

.blog-details-submit a:hover {
    background-color: #f8bea1;
    color:black;
}

.banner {
    background-position: center !important;
}

/*responsive-start*/

@media screen and (min-width :300px) and (max-width:1199px){
    .banner {
    height: 450px;
}

.banner_content h2 {
    font-size: 32px;
    line-height: 40px;
}
.banner_content h3 {
    font-size: 57px;
    line-height: 60px;
}
.banner_input {
    line-height: 50px;
}
    .banner_submit {
    line-height: 47px;
}
.service_content h2 {
    font-size: 20px;
}
.company_achive_col h2 {
    font-size: 30px;
}
.company_achive_col h3 {
    font-size: 18px;
}
.section_5_overlay h2 {
    font-size: 20px;
}

    .overlay_content {
    font-size: 12px;
}
.top_service ul li {
    margin: 0 11px;
}
.about p {
    width: 100%;
}

}

@media screen and (min-width :300px) and (max-width:1023px){
    .pagination {
         padding: 20px 344px 0 343px
}


.comments h5:after {
    width: 100%;
    height: 2px;
    right: 0;
}   

 
}


@media screen and (min-width :300px) and (max-width:991px){
    
    .banner_content {
    width: 90%;
    }

    .banner_content h2 {
    font-size: 32px;
    line-height: unset;
    }
    .banner_content h3 {
        font-size: 54px;
        line-height: unset;
        margin: 0;
    }
    .banner_form {
        margin-top: 30px;
    }
    .pull-right{
        float: none !important;
    }
    .service_content h2 {
    font-size: 17px;
    }
    .service_content p {
    font-size: 14px;
    line-height: 24px;
    }
    .company_achive_col {
        margin: 30px 0;
        display: inline-block;
        width: 100%;
    }
    .company_achive_col h3 {
    font-size: 18px;
    margin-top: 0;
}
.detail_service_content p {
    margin-bottom: 25px;
}
.section_5_col{
    margin: 30px 0;
}
.blog_date:before{
    right: 134px;
}
.blog_date p{
    font-size: 14px;
    margin: -5px 0 0 40px;
}    
.last_footer_copyright{
    font-size: 14px;
    float: left;
}
.last_footer ul {
    float: left;
    margin-bottom: 15px;
}


.banner_about {
    height: 350px;
}
.about_us {
    padding-top: 50px;
    padding-bottom: 60px;
}
.mission_img-box img {
    margin-top: 40px;
}
.about_mission {
    padding-top: 50px;
}

.news_content a {
    padding-right: 27px;
}
.news_content h2 {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0;
}
.news_content p {
    font-size: 14px;
    line-height: 24px;
}
.our_blog_date:before {
    left: 171px;
}
.pagination {
         padding: 20px 344px 0 343px
}


.applicant-image  {
    margin:0 auto;
    display:block;
}

.applicants-text h4 {
    margin-top:40px;
    font-size: 25px;
    text-align:center;
}

.applicants-text h4:after {
    bottom:0;
    left:40px;
    margin-left:0px;
}

.applicants-text p {
    font-size: 16px;
    text-align:center;
}

.applicants-text ul {
    margin-bottom:42px;
}

.applicants-text ul li  {
    padding:20px 0 5px 35px;
}

.applicants-text ul li:after {
    bottom: -30px;
    left: 4px;
    margin-left: 0px;
    height: 45px;
}

.applicants-text ul li a {
    font-size: 17px;
}

.inner_text-box img {
    margin-top: 10px;
}
.inner_text-box p {
    font-size: 14px;
    line-height: 24px;
}
.inner_inspection_btn a {
    margin: 20px 0;
}

.accordion2 h3 {
    padding: 8px 99px;
    line-height: 25px;
}
.better_text {
    padding: 10px 49px 20px 20px;
}


.details-banner{
    margin-top:120px;
}
    
.first-comment-image {
    float:left;
    width:100%;
    height:auto;
}

.first-comment-image:after {
    display:none;
}

.first-comment-text {
    float:left;
    margin-bottom:60px;
    margin-top:20px;
}

.second-comment-image {
    float:left;
    width:100%;
    height:auto;
}

.second-comment-image:after {
    display:none;
}

.second-comment-text {
    float:left;
    margin-bottom:60px;
    margin-top:20px;
}

.third-comment-image {
    float:left;
    width:100%;
    height:auto;
}

.third-comment-image:after {
    display:none;
}

.third-comment-text {
    float:left;
    margin-bottom:60px;
    margin-top:20px;
}

.leave-a-reply {
    margin-top:20px;
    margin-bottom:120px;
}

.comments h5:after {
    width:100%;
    height:2px;
    right:-15px;
}
}

@media screen and (min-width :300px) and (max-width:767px){
    
    header {
        width: 100%;
        float: left;

        border-top: none;
    }
    .logo {
        width: 200px;
        margin-top: 15px;
        height: auto;
    }
    .logo img{
        width: 100%;
    }
    
    header {
    padding-bottom: 0;
    }
    .desktop_log_in span.log {
        display: none;
    }

    .desktop_log_in {
        float: right;
        margin-right: 0;
        margin-top: 8px;
    }

    .desktop_log_in span {
        margin: 0;
    }
.vc_custom_1593459167931.banner {
    margin-top: 100px;
    height: 250px;
    background-size: 100% 100% !important;
}
.mainnav ul li:last-child {
    display: block;
}
.banner_content {
    width: 100%;
}
.top_service ul li {
    margin: 2%;
    width: 28%;
}
.top_service ul li:first-child{
    margin: 2%;
}
.top_service ul li:last-child{
    margin: 2%;
}

.service_col{
    margin: 20px 0;
    display: inline-block;
}
.blog_date:before {
    right: 366px;
}
.contact-info_add{
        margin: 20px 0;
}
.last_footer ul {
        float: left;
}
.last_footer_copyright{
    font-size: 14px;
    float: left;
}
.last_footer ul {
    float: left;
    margin-bottom: 15px;
}

.banner_about {
    height: 350px;
}
.about_us {
    padding-top: 50px;
    padding-bottom: 60px;
}
.mission_img-box img {
    margin-top: 40px;
}

.contact-us {
    margin-bottom:120px; margin-top:40px;
}
.contact h2 {
    font-size: 35px;
    margin-bottom:30px;
}

.send-us h4 {
  font-size: 33px;
}

.send-us .form-control{
  margin-bottom:20px;
}

.send-us label 
{
    margin-bottom:10px;
}

.send-us .msg{
  margin-bottom:20px;
}

.submit {
  float:right;
  margin-top:20px;
}

.sub a {
  padding: 15px 50px 15px 50px;
  font-size: 15px;
}
.our_blog_date:before {
    left: 384px;
}
.pagination {
          padding: 20px 230px 0 230px;
}


.career-text h2{
    font-size: 35px;
}
    
.hiring {
    margin-top:50px;
}

.hiring h2 {
    font-size: 33px;
    margin-bottom:20px;
}

.app-form img {
    float:none;
    margin-right:0px;
}

.app-form h1 {
    float:none;
    font-size: 16px;
}

.location {
    margin-bottom:80px;
}

.applicants-text {
    padding-right:0px;
    padding-left:0px;
}

.applicant-image img {
    margin-bottom:20px;
}

.applicants-text h4 {
    font-size: 25px;
    text-align:center;
}

.applicants-text h4:after {
    bottom:0;
    left:20px;
    margin-left:0px;
}

.applicants-text p {
    font-size: 16px;
    text-align:center;
}

.applicants-text ul {
    margin-bottom:42px;
}

.applicants-text ul li  {
    padding:20px 0 5px 35px;
}

.applicants-text ul li:after {
    bottom: -30px;
    left: 4px;
    margin-left: 0px;
    height: 45px;
}

.applicants-text ul li a {
    font-size: 17px;
}

.equal-opportunity{
    margin-top:60px;
    margin-bottom:60px;
}

.equal-opportunity h1 {
    font-size: 33px;
}

.equal-opportunity p {
    margin-bottom:50px;
}

.our_service {
    padding: 30px 0;
}
.inner_img-box {
    margin-top: 20px;
    padding-bottom: 20px;
}
.inner_text-box {
    margin-top: 20px;
}
.work_box {
    margin-top: 20px;
    padding-bottom: 20px;
}

.accordion2{
    width: 100%;
}
.accordion2 h3 {
    margin-left: 10%;
    padding: 20px 40px 20px 96px;
    width: 80%;
    font-size: 15px;
}
.better_text {
    margin-left: 14%;
    padding: 10px 34px 10px 25px;
    width: 75%;
}
.better_text p {
    font-size: 12px;
    line-height: 20px;
}


.details-banner h1{
    font-size: 23px;
    width: 100%;
}

.banner-image img {
    margin-top:20px;
    margin-bottom:20px;
}

.details-banner-text {
    font-size: 14px;
}

.comments h5:after {
    width:1200px;
    height:2px;
    right:-15px;
}

.col-set {
    width:14%;
}

.first-comment-image {
    float:left;
    width:100%;
    height:auto;
}

.first-comment-image:after {
    display:none;
}

.first-comment-text {
    float:left;
    margin-bottom:60px;
    margin-top:20px;
}

.second-comment-image {
    float:left;
    width:100%;
    height:auto;
}

.second-comment-image:after {
    display:none;
}

.second-comment-text {
    float:left;
    margin-bottom:60px;
    margin-top:20px;
}

.third-comment-image {
    float:left;
    width:100%;
    height:auto;
}

.third-comment-image:after {
    display:none;
}

.third-comment-text {
    float:left;
    margin-bottom:60px;
    margin-top:20px;
}

.leave-a-reply p {
    font-weight: bold;
    font-size: 20px;
    color: rgb(228, 148, 45);
    margin-bottom:20px;
}

.reply a {
    font-size:12px;
}

.company_achive .company_achive_col h2 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
}

@media screen and (min-width :300px) and (max-width:599px){
   
    .top_service ul li {
    margin: 2%;
    width: 46%;
}
.banner_submit {
    width: 100%;
    border-radius: 50px;
    position: relative;
    margin-top: 20px;
    line-height: 40px;
}
.banner_input {
    font-size: 14px;
    padding: 0 20px;
    line-height: 46px;
}
.banner_content h3 {
    font-size: 33px;
}
.banner_content h2 {
    font-size: 22px;
}

.heading h2 {
    font-size: 24px;
    padding-bottom: 12px;
}
.about p {
    margin: 10px auto 0;
    font-size: 14px;
    line-height: 24px;
}
.about {
    padding-bottom: 40px;
}
.service {
    padding: 30px 0;
}
.company_achive {
    padding: 30px 0;
}
.detail_service_content h2 {
    font-size: 20px;
}
.detail_service_content p {
    font-size: 14px;
    line-height: 24px;
}
.section_5_col_image img {
    min-height: 390px;
}
.section_5_overlay h2 {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 0;
}
.section_5_overlay p {
    font-size: 13px;
    line-height: 23px;
}
.section_6_col_content h2 {
    font-size: 20px;
    line-height: 26px;
}
.section_6_col_content p {
    font-size: 14px;
    line-height: 24px;
}
.service_area {
    margin-top: 10px;
}
.detail_service {
    padding-top: 0;
}
.testimonial_col h2 {
    font-size: 18px;
    margin: 20px 0 25px 0;
}
.testimonial_col p {
    font-size: 14px;
}
.top_service {
    padding: 40px 0 20px 0;
}
.testimonial {
    padding: 35px 0;
}
.section_6 {
    padding: 30px 0;
}
.section_5 {
    padding: 30px 0;
}
.blog{
    padding: 35px 0;
}
.blog_col{
    margin-top: 25px;
}
.blog_date:before{
    right: 139px;
}

.blog_content p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.blog_content h2{
    font-size: 17px;
    margin-bottom: 10px;
}
.blog_post p{
    font-size: 12px;
}
.blog_date p{
    font-size: 12px;
}
.blog_content{
    padding: 20px 25px;
}
.blog_col{
    margin-top: 25px;
}
.blog_col_two {
    margin-top: 25px;
}

.contact-info {
    margin-top: -41px;
    padding: 35px 35px;
}
.contact-info_add h2{
        font-size: 16px;
}
.contact-info_location a{
    font-size: 12px;
}
.last_footer_copyright{
    font-size: 12px;
    float: left;
}
.last_footer ul {
    float: left;
    margin-bottom: 15px;
}


.banner_about {
    height: 350px;
}
.about_us {
    padding-top: 50px;
    padding-bottom: 60px;
}
.about_mission {
    padding-top: 30px;
}
.mission_text ul li {
    font-size: 14px;
    padding: 0 10px 10px 34px;
    line-height: 25px;
}
.mission_img-box img {
    margin-top: 40px;
}

.about_news {
    padding: 35px 0 80px;
}
.news_col {
    margin-top: 40px;
}
.news_content h2 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
}
.news_content p {
    font-size: 12px;
    line-height: 20px;
}
.news_post:before {
    position: absolute;
    content: "";
    right: 133px;
    width: 17px;
    height: 17px;
    background: url(../images/user_blog.png) center center no-repeat;
}
.news_content a {
    padding-right: 30px;
}

.banner_case_studies {
    height: 350px;
}
.case_studies_col {
        margin-top: 35px;
}
.case_studies_content a:after {
    right: 12px;
}
.case_studies {
    padding: 40px 0 100px;
}
.banner_contact_us {
    height: 350px;
}


.search_open {
    width: 100%;
    padding: 20px 0 20px;
}
.input_search {
    border: 1px solid #CCCCCC;
    width: 76%;
    line-height: 42px;
}
.blog_submit {
    float: left;
    padding: 0 34px 0 35px;
}
.our_blog_col {
    margin-top: 30px;
}
.our_blog {
    padding: 35px 0 100px;
}
.our_blog_date:before {
            left: 162px;
}
.our_blog_date p {
        font-size: 12px;
}
.our_blog_post p {
        font-size: 12px;
}
.pagination {
        padding: 20px 0 0 0;
}


.career-text h2{
    font-size: 35px;
}
    
.hiring {
    margin-top:50px;
}

.hiring h2 {
    font-size: 33px;
    margin-bottom:20px;
}

.app-form img {
    float:none;
    margin-right:0px;
}

.app-form h1 {
    float:none;
    font-size: 16px;
}

.location {
    margin-bottom:80px;
}

.applicants-text {
    padding-right:0px;
    padding-left:0px;
}

.applicant-image img {
    margin-bottom:20px;
}

.applicants-text h4 {
    font-size: 25px;
    text-align:center;
}

.applicants-text p {
    font-size: 16px;
    text-align:center;
}

.applicants-text ul {
    margin-bottom:42px;
}

.applicants-text ul li  {
    padding:20px 0 5px 35px;
}

.applicants-text ul li:after {
    bottom: -30px;
    left: 4px;
    margin-left: 0px;
    height: 70px;
}

.applicants-text ul li a {
    font-size: 17px;
}

.equal-opportunity{
    margin-top:60px;
    margin-bottom:60px;
}

.equal-opportunity h1 {
    font-size: 33px;
}

.equal-opportunity p {
    margin-bottom:25px;
}

.our_service {
    padding: 40px 0;
}
.inner_img-box {
    margin-top: 20px;
    padding-bottom: 20px;
}
.inner_text-box {
    margin-top: 0;
    padding-bottom: 20px;
}
.inner_text-box h2 {
    font-size: 20px;
}
.inner_text-box p {
    font-size: 14px;
    line-height: 24px;
}
.work {
    padding-top: 20px;
}
.work_box {
    margin-top: 30px;
    padding-bottom: 0px;
}

.accordion2{
    width: 100%;
}
.accordion2 h3 {
    margin-left: 0px;
    padding: 20px 0 20px 96px;
    width: 100%;
    font-size: 15px;
}
.better_text {
    margin-left: 0px;
    padding: 10px 10px 10px;
    width: 100%;
}
.better_text p {
    font-size: 12px;
    line-height: 20px;
}
}

@media screen and (min-width :300px) and (max-width:480px){

.accordion2{
    width: 100%;
}
.accordion2 h3 {
    margin-left: 0px;
    padding: 10px 0 6px 96px;
    width: 100%;
    font-size: 15px;
}
.better_text {
    margin-left: 0px;
    padding: 10px 10px 10px;
    width: 100%;
}
.better_text p {
    font-size: 12px;
    line-height: 20px;
}    

}
/*responsive-end*/

.pagination span.current {
    float: left;
    background-color: #FF7F3F;
    color: white;
    border-radius: 50px;
    border: 1px solid #FF7F3F;
    margin: 0;
    width: 38px;
    height: 38px;
    text-align: center;
    padding: 8px 0;
    border: none
}

.pagination span.pages {
    display: none;
}

.pagination  {
    width: 100%;
    display: table;
    padding: 70px 0 0;
    margin: 0 auto;
}

.wp-pagenavi {
    display: table;
    margin: 0 auto;
}

.pagination a.previouspostslink {
    background: url(../images/back_blog.png) center center no-repeat transparent;
    text-indent: -10000px;
}

.pagination a.nextpostslink {
    background: url(../images/back2_blog.png) center center no-repeat transparent;
    text-indent: -10000px;
}

.es_subscription_message.success {
    color: #ffffff!important;
}

.comment-meta {
    margin-bottom: 10px;
}

.comment-author {
    margin-bottom: 10px;
}

.comment-author img.avatar {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    margin-right: 10px;
}

.comment-author .fn {
    font-family: 'Taviraj', serif;
    font-weight: bold;
    font-size: 16px;
    color:rgb(76, 76, 76);
    margin-top: 0;
    text-transform: uppercase;
}

.comment-author span {
    display: none;
}

.comment-metadata a {
    font-family: 'Taviraj', serif;
    font-weight: 400;
    font-size: 14px;
    color: rgb(76, 76, 76);
    margin-bottom: 20px;
    margin-top: 0;
}

.comment-content p {
    font-family: 'Taviraj', serif;
    font-weight: 400;
    font-size: 14px;
    color: rgb(96, 96, 96);
    margin-bottom: 30px;
    line-height: 24px;
}

ol.children {
    list-style: none;
    padding: 0;
}

.comment-body {
    margin-bottom: 40px;
}

p.comment-notes {
    font-size: 14px;
    color: rgb(81, 81, 81);
    margin-bottom: 20px;
}

#cancel-comment-reply-link {
    color: #157a6a;
    margin-left: 10px;
}

#cancel-comment-reply-link:hover {
    color: #f00;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    width: 100%;
    display: table;
   font-family: 'Taviraj', serif;
    font-weight: 400;
    font-size: 14px;
    color:rgb(81, 81, 81);
    margin-bottom: 16px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    border: 1px solid rgb(209, 209, 209);
    border-radius: 4px;
    background-color:rgb(255, 255, 255);
    width: 100%;
    height: 52px;
    margin-bottom: 20px;
    padding: 6px 12px;
    font-size: 14px;
}

.comment-form-comment textarea {
    margin-bottom: 20px;
    resize: none;
}

.comment-form-cookies-consent label {
    font-family: 'Taviraj', serif;
    font-weight: 400;
    font-size: 14px;
    color: rgb(81, 81, 81);
    margin-bottom: 16px;
}

.blog-details-submit {
    font-family: 'Taviraj', serif;
    font-weight: bold;
    font-size: 20px;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    background-color: rgb(255, 127, 63);
    padding: 13px 56px 13px 56px;
    border: none;
    transition: all .4s ease-in-out
}

.blog-details-submit:hover {
    background-color: #f8bea1;
    color: #000000;
}

.case_studies_post.single-case_studies_post {
    float: none;
    display: table;
    position: relative;
    color: #3a3b3c;
    border: 1px solid #ff7f3f;
    padding: 10px 20px;
    margin: 10px 0 0;
    transition: all .4s ease-in-out
}

.case_studies_post.single-case_studies_post:hover {
    background: #167e73;
    color: #ffffff;
    border-color: #167e73;
}

.case_studies_post.single-case_studies_post:before {
    display: none;
}

.case_studies_post.single-case_studies_post img {
    margin-right: 16px;
}

.details-banner {
    padding-bottom: 66px;
}

@media (min-width: 1025px) {
    .our_blog_col {
        height: 625px;
    }
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}




/* .mainnav ul li a:hover {
    color:#FF7F3F;
}

 */


    .mm {
        float: right;
        position: relative;
    }

    .menu-button{
        font-family: 'Taviraj', serif;
        font-size: 20px;
        color: #535353;
        font-weight: 600;
        padding: 0; 
        width:48px;
        display:block;
        border:none;
        cursor:pointer;
        margin:11px 0 0 10px;
        float:right;
        border-radius: 2px;
        position: relative;
        right: 0; 
        z-index:999;
        background-color: transparent;
        padding-bottom: 10px;
    }

    .mobile_primary{
        display:none;
        background:#e8e8e8;
        position:absolute;
        right: -15px;
        width:320px;
        height: 100vh;
        top:100%;
        z-index:999999;
    }

    .mobile_primary ul{
        list-style:none;
        margin-top: 0;
        padding: 20px 0 0 0;
        width: 100%;
    }
    .mobile_primary li { 
        display:block;
        position:relative;
        padding:0;
        font-size: 17px;
        line-height: 30px;
        font-weight: 400;
    }
    .mobile_primary ul li a {
        padding:10px 30px;
        display: block;
        color:#a3a3a3
    }

    .mobile_primary ul li a:hover {
        color: #FF7F3F;
    }

    .mobile_primary ul li.current-menu-item a {
        color: #FF7F3F;
        font-weight: 500;
    }

    .mobile_primary .sub-menu{
        display:none;
        position:relative; 
        top:0; 
        width:auto;
        background-color: #313131;
        padding: 0 10px;
    }
    
    .mobile_primary li ul.sub-menu li a{
        padding:10px 20px; 
        line-height:30px;
    }
    .mobile_primary .sub-menu .sub-menu a{
        padding:15px 0 15px 50px
    }
    .mobile_primary .sub-menu--button{
        background: url(../images/submenu.png) no-repeat center;
        cursor:pointer;
        display:inline-block;
        height:50px;
        position:absolute;
        right:0;
        top:0;
        width:50px;
        z-index:999; 
        opacity: .4;
    }
    .mobile_primary .sub-menu--button.open{
        background: url(../images/submenu_h.png) no-repeat center;
    }

    




.for-desktop {
    display: none;
}




.emaillist {
    width: 100%;
    max-width: 655px;
    position: relative;
    margin: 0 auto;
}

h1.banner_content {
    font-family: 'Taviraj', serif!important;
    font-weight: 600!important;
    font-size: 38px!important;
}

@media (max-width: 767px) {
    h1.banner_content {
        font-size: 26px!important;
        line-height: 30px!important;
    }

    .emaillist .banner_submit {
        margin-top: 0!important
    }
}

@media (min-width: 768px) {
    .menu-button {
        margin-top:22px;
        padding-bottom: 30px;
    }
}


@media (min-width: 1200px) {

    .menu-item-has-children:hover .sub-menu {
        display: block;
    }

    .for-desktop {
        display: block;
    }

    .for-mobile {
        display: none;
    }

    .mm:hover .mobile_primary {
        display: block;
    }

    .menu-button-n {
        background: transparent;
        font-family: 'Taviraj', serif;
        font-size: 20px;
        color: #535353;
        font-weight: 600;
        padding-right: 0;
        display:block;
        border:none;
        cursor:pointer;
        margin:22px 0 0 0;
        float:right;
        border-radius: 2px;
        position: relative;
        right: 0; 
        z-index:999;
        padding-bottom: 30px;
     }

     .mobile_primary ul {
    list-style: none;
    margin-top: 0;
    padding: 20px 0 0 0;
    width: 100%;
    background: #e8e8e8;
    height: 100%;
}


.mobile_primary {
    display: none;
    background: none;
    position: absolute;
    right: -15px;
    width: 320px;
    height: 100vh;
    top: -10px;
    z-index: 999999;
    padding-top: 90px;
}
}

.service_col .wpb_single_image img {
	height: 100%;
	object-fit: cover;
}

.mission-listing {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto 35px;
}

.mission-listing ul li {
    margin-bottom: 8px;
    list-style: disc;
    line-height: 1.8em;
    font-size: 15px;
}



.top-header {
	width: 100%;
    display: none;
    background: #14796b;
    padding: 10px 0;
}

.top-header ul {
    margin: 0 0 0 auto;
    display: table;
}

.top-header ul li {
	display: inline-block;
    color: #ffffff;
    font-size: 16px;
    margin-right: 10px;
    font-family: 'Taviraj', serif;
    font-weight: 400;
}

.top-header ul li:last-child {
	margin-right: 0px
}

.top-header ul li a {
    font-family: 'Taviraj', serif;
    font-weight: 400;
	transition: all .4s ease-in-out;
	color: #ffffff;
}

.top-header ul li a:hover {
	color: #000000;
}

@media (max-width: 767px) {
	.top-header ul {
        text-align: center;
        display: block;
        margin: 0;
	}
	
	.top-header ul li {
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.top-header ul li:last-child {
		margin-bottom: 0;
    }
    .main-nav {
        padding: 0;
    }
}

.jj {
    float: right;
}

.emr-service {
    float: left;
    margin-right: 30px;
    padding: 10px 0;
}

.emr-service li {
    color: #472a46;
    font-size: 16px;
    margin-bottom: 6px;
    font-family: 'Taviraj', serif;
    font-weight: 400;
    text-align: center;
}

.emr-service li:last-child {
    margin-bottom: 0;
}

.emr-service li a {
    font-family: 'Taviraj', serif;
    font-weight: 500;
    transition: all .4s ease-in-out;
    color: #472a46;
}

@media (max-width: 1024px) {
    .service_col .wpb_single_image img {
        height: 400px;
        object-fit: cover;
    }

    .service_col .wpb_single_image .vc_figure,
    .service_col .wpb_single_image .vc_single_image-wrapper {
        display: block;
    }
}

@media (max-width: 767px) {
    .emr-service {
        display: none;
    }

    .top-header {
        display: table;
    }
    .service_col .wpb_single_image .vc_figure,
    .service_col .wpb_single_image .vc_single_image-wrapper {
        display: block;
    }
    .service_col .wpb_single_image img {
        height: 200px;
        object-fit: cover;
    }
    .vc_empty_space {
        display: none;
    }

    .flexslider {
        margin: 19px 0 20px !important;
    }

    .flexslider .slides img {
        height: auto !important;
    }

    #hs-form-iframe-0 {
        width: 100% !important;
    }
}

.vc_row.about {
    margin-top: -6px;
}

.flex-active-slide {
	height: 200px;
}

.flex-active-slide a {
	display: inline-block;
	height: 100%;
}

.flex-active-slide a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 1400px) {
	.flex-active-slide {
		height: 250px;
	}
	
	.flexslider {
		height: 258px!important;
	}
	
	.about p {
		font-size: 18px;
	}
}

@media (min-width: 2000px) {
	.flex-active-slide {
		height: 450px;
	}
	
	.flexslider {
		height: 458px!important;
	}
	
	.about p {
		font-size: 20px;
	}
}