html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    padding: 0;
    margin: 0;
    font-family: mulish, sans-serif;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    text-decoration: none !important;
}

.container {
    width: 100%;
    max-width: 1185px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

.container-fluid {
    width: 100%;
    max-width: 1250px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

#header_top {
    width: 100%;
    float: left;
}

.header_top_main {
    width: 100%;
    float: left;
    background-color: #ffffff;
    border-top: 2px solid #4e0707;
    height: 105px;
}

.header_top_header {
    width: 100%;
    float: left;
    padding: 27px 0;
}

.header_top_left {
    width: auto;
    float: left;
}

.header_top_left ul {
    display: inline-block;
}

.header_top_left ul li {
    display: inline-block;
}

.header_top_left ul li a {
    color: #000000;
    font-size: 15px;
    margin: 0 17px;
    transition: 0.4s;
}

.header_top_right {
    width: auto;
    float: right;
}

.header_top_right ul {
    display: inline-block;
}

.header_top_right ul li {
    display: inline-block;
    padding: 0 17px;
}

.header_top_right ul li a {
    display: inline-block;
    color: #000000;
    font-size: 15px;
    transition: 0.4s;
}

li.header_top {
    border-right: 2px solid #000000;
}

.header_top_right ul li a:hover {
    color: #fff;
}

.header_top_left ul li a:hover {
    color: #fff;
}

#header {
    width: 100%;
    float: left;
    margin-top: -33px;
    z-index: 999999999;
    position: relative;
}

.header_main {
    width: 100%;
    float: left;
    background-color: #fff;
    text-align: center;
}

.header_header {
    width: 100%;
    float: left;
}

.header_butt_1 {
    width: 17%;
    float: left;
    background-color: #4e0707;
    height: 95px;
}

.header_butt_1 a {
    display: inline-block;
    color: #fff;
    /* padding:36.4px 0px; */
    font-size: 15px;
}

.header_menu {
    width: 57%;
    float: left;
    text-align: center;
    position: relative;
}

.header_menu ul {
    display: inline-block;
    padding: 0;
    margin-bottom: 0 !important;
}

.header_menu ul li {
    display: inline-block;
    padding: 0 !important;
}

.header_menu ul li a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    text-align: center;
    padding: 35px 10px;
    border-bottom: 2px solid #ffff;
    transition: 0.4s;
}

ul.dropdown {
    width: 856px;
    left: -197px;
    position: absolute;
    top: 78px;
    border: 1px solid #ccc;
    display: none;
    z-index: 9999999999999999;
    background-color: #fff;
    padding: 10px;
    text-align: left !important;
}

ul.dropdown li {
    display: block !important;
    padding: 0 !important;
}

ul.dropdown li a {
    padding: 5px 5px;
    border: none;
    /* width: 25%; */
    /* background-color: #fff; */
    text-align: left;
    transition: 0.4s !important;
    /* float: left; */
    /* font-size: 14px; */
    color: #000000;
}

ul.dropdown li a:hover {
    background-color: unset;
}

.header_menu ul li:hover .dropdown {
    display: block;
}


/* .header_menu ul li a:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #4e0707;
    top: 20px;
    left: -100px;
} */
.header_menu ul li a:hover {
    border-bottom: 2px solid #4e0707;
}

.header_butt_2 {
    width: 26%;
    float: right;
    background-color: #4e0707;
    padding: 20px 0;
    height: 95px;

}

.header_butt_2 ul {
    display: inline-block;
    margin-top: 15px;
}

.header_butt_2 ul li {
    display: inline-block;
}

.header_butt_2 ul li a {
    font-size: 15px;
    color: #fff;
    padding: 0px 25px;
    display: inline-block;
}

.header_butt_2 li:nth-child(1) {
    border-right: 2px solid #fff !important;
}

.header_butt_2 li:nth-child(2) {
    border-right: 2px solid #fff !important;
}

#banner {
    width: 100%;
    float: left;
    margin-top: -62px;
    position: relative;
}

.banner_main {
    width: 100%;
    float: left;
}

.banner_slider_one {
    width: 100%;
    float: left;
}

.banner_slider_one img {
    width: 100%;
    height: 120vh;
}

/* .banner_slider_two{
    width: 100%;
    float: left;
    background: url(../images/background-effect-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: fixed;
    height: 105vh;
    margin-top: -54px;
} */
.banner_slider_one_text {
    width: 100%;
    float: left;
    padding: 0 70px;
}

.banner_slider_one_box {
    width: 100%;
    float: left;
    position: absolute;
    top: 200px;
}

.banner_text {
    width: 100%;
    float: left;
}

.banner_text h1 {
    color: #fff;
    padding: 10px 10px;
    font-size: 30px;
    float: left;
    font-weight: normal;
    background-color: #313131;
}

.banner_text h2 {
    font-size: 60px;
    width: 100%;
    float: left;
    font-weight: normal;
    color: #4e0707;
    margin-top: 20px;
}

.banner_text h2 span {
    color: #000;
}

.banner_text p {
    font-size: 18px;
    line-height: 27px;
    margin-top: 20px;
    width: 100%;
    float: left;
    max-width: 700px;
    color: #313131;
}

.banner_buttton {
    width: 100%;
    float: left;
    margin-top: 35px;
}

span.banner_buttton_1 a {
    color: #fff;
    background-color: #4e0707;
    font-size: 16px;
    padding: 18px 30px;
    display: inline-block;
    border-radius: 7px;
}

span.banner_buttton_2 a {
    color: #000;
    font-size: 16px;
    padding: 16px 30px;
    display: inline-block;
    border-radius: 7px;
    border: 2px solid #000;
    margin-left: 35px;
}

.banner_main .slick-prev {
    left: 60px;
    z-index: 999999;
}

.banner_main .slick-next {
    right: 60px;
}

.banner_main .slick-prev:before {
    content: "\f104";
    font-family: 'fontAwesome';
    font-size: 45px;
}

.banner_main .slick-next:before {
    content: "\f105";
    font-family: 'fontAwesome';
    font-size: 45px;
}

#round {
    width: 100%;
    float: left;
}

.round_main {
    width: 100%;
    float: left;
}

.round_bold_line {
    width: 100%;
    background-color: #4e0707;
    height: 80px;
}

.round_boxes {
    width: 100%;
    float: left;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.round_boxes_one {
    width: 24.50%;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    text-align: center;
}

.round_boxes_1 {
    width: 274;
    float: left;
    height: 274px;
    background-color: #fff;
    border: 18px solid #4e0707;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 #585858;
    text-align: center;
    position: relative;
    padding: 57px;
    background-image: linear-gradient(#b2b2b2, #fff);
    z-index: 99999999999999;
}

.round_boxes_one:nth-child(2) .round_boxes_1 {
    border: 18px solid #1b1a1a;
}

.round_boxes_one:nth-child(4) .round_boxes_1 {
    border: 18px solid #1b1a1a;
}

.round_boxes_1_dotted {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 4px dashed #4e0707;
    position: absolute;
    top: 15px;
    left: 11px;
    right: 0;
}

.round_boxes_1:hover .round_boxes_1_dotted {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 4px dashed #4e0707;
    position: absolute;
    top: 15px;
    left: 11px;
    right: 0;
    animation: circule 6s linear;
    /* animation-iteration-count: linear; */
}

@keyframes circule {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* .round_boxes_1:hover .round_boxes_1_dotted{
    transform: rotate(180deg);
} */

.round_boxes_1_img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #4e0707;
    text-align: center;
}

.round_boxes_1_img img {
    width: 120px;
}

.round_box_line {
    width: 4px;
    height: 390px;
    background-color: #4e0707;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: 144px;
}

.round_boxes_one_text {
    width: 100%;
    float: left;
    text-align: center;
}

.round_textx {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin-top: 15px;
    z-index: 99999999999;
}

.round_textx h1 {
    font-size: 30px;
    font-weight: normal;
    background-color: #000;
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    padding: 8px 0;
    margin: auto;
    transition: 0.8s;
}

.round_textx h2 {
    font-weight: normal;
    display: inline-block;
    padding-top: 30px;
}

.round_textx p {
    font-size: 16px;
    display: inline-block;
    color: #656565;
    padding-top: 10px;
}

.round_box_linee {
    width: 4px;
    height: 390px;
    background-color: #4e0707;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: 144px;
}

.round_box_lineee {
    width: 4px;
    height: 390px;
    background-color: #4e0707;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: 144px;
}

.round_box_lineeee {
    width: 4px;
    height: 390px;
    background-color: #4e0707;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: 144px;
}

.round_boxes_one:hover .round_textx h1 {
    transform: rotateY(360deg);
}

#since {
    width: 100%;
    float: left;
    margin-top: 100px;
}

.since_main {
    width: 100%;
    float: left;
}

.since_bg_img {
    width: 100%;
    float: left;
    background: url(../images/about-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
}

.since_text {
    width: 100%;
    float: left;
    margin-top: 50px;
}



.since_text h2 {
    font-size: 45px;
    font-weight: normal;
    color: #fff;
    float: left;
    padding-top: 5px;
    width: 100%;
}

.since_text h1,
.since_text>h2.ael {
    font-size: 22px;
    max-width: 450px;
    float: none;
    line-height: 45px;
    color: #ffff;
    font-weight: normal;
}

.since_text p {
    font-size: 17px;
    color: #fff;
    width: 100%;
    float: left;
    max-width: 550px;
    line-height: 25px;
    padding-top: 20px;
}

.since_text_box {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.since_text_box_img {
    width: 6%;
    float: left;
}

.since_text_box_img img {
    width: 100%;
    float: left;
}

.since_text_box_line {
    width: 40%;
    float: left;
    margin-left: 30px;
    margin-top: 5px;
}

.since_text_box_line h5 {
    font-size: 18px;
    color: #fff !important;
    font-weight: normal;
    width: 100%;
    float: left;
}

.since_text_box_line h5 span {
    float: right;
    color: #fff;
}

.since_text_line {
    width: 100%;
    background-color: #949494;
    height: 14px;
    border-radius: 10px;
    float: left;
    margin-top: 20px;
}

.since_text_line span {
    height: 16px;
    width: 16px;
    float: right;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -1px;
}

.since_text_butt {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.since_text_butt_1 a {
    color: #000;
    background-color: #b2b2b2;
    padding: 18px 30px;
    float: left;
    border-radius: 7px;
    transition: 0.4s;
}

.since_text_butt_1 a:hover {
    background-color: #4e0707;
    color: #fff;
}

.since_text_butt_2 a {
    color: #fff;
    /* background-color: #b2b2b2; */
    border: 2px solid #fff;
    padding: 16px 30px;
    float: left;
    border-radius: 7px;
    transition: 0.4s;
    margin-left: 35px;
}

.since_text_butt_2 a:hover {
    background-color: #4e0707;
    color: #fff;
    border: 2px solid #ffff;
}

#service {
    width: 100%;
    float: left;
}

.service_main {
    width: 100%;
    float: left;
    padding: 85px 0;
}

.service_heading {
    width: 100%;
    float: left;
    text-align: center;
}

.service_heading h1 {
    font-size: 40px;
    font-weight: normal;
    max-width: 350px;
    margin: auto;
    position: relative;
}

.service_heading h1:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #4e0707;
    top: 70px;
    left: 128px;
}

.service_box {
    width: 100%;
    float: left;
    margin-top: 70px;
}

.service_box_one {
    width: 25%;
    float: left;
    padding: 0 10px;
    transition: 0.4s;
}

.service_box_1 {
    width: 100%;
    float: left;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px 0 #ddd;
    overflow: hidden;
    margin-bottom: 27px;
}

.service_box_1:hover {
    box-shadow: 0 0 15px 0 #cfcfcf;
}

.service_box_1:hover .service_box_1_img img {
    transform: scale(1.1);
}

.service_box_1_img {
    width: 100%;
    float: left;
    height: 228px;
    overflow: hidden;
}

.service_box_1_img img {
    width: 100%;
    transition: 0.4s;
}

.service_box_1_text {
    margin-top: -57px;
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 45px 0px 25px 0px;
}

.service_box_1_icon {
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: #4e0707;
    /* float: left; */
    display: inline-block;
    padding: 10px 0;
    /* position: absolute; */
    top: -43px;
    left: 116px;
    z-index: 99999999999999999999999999999999;
    right: 0;
    transition: 0.8s;
    margin-top: -70px;
}

.service_box_1:hover .service_box_1_icon {
    transform: rotateY(360deg);
}

.service_box_1_icon img {
    width: 40px;
}

.service_box_1_text h2 {
    font-size: 23px;
    color: #000;
    font-weight: normal;
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 0;
}

.service_box_1_text p {
    font-size: 16px;
    color: #5a5a5a;
    margin: auto;
    max-width: 240px;
    line-height: 25px;
    display: inline-block;
    padding-top: 12px;
}

.service_box_1_text a {
    font-size: 18px;
    display: inline-block;
    color: #4e0707;
    font-weight: bold;
    padding-top: 0px;
}

#choose {
    width: 100%;
    float: left;
}

.choose_main {
    width: 100%;
    float: left;
    background-color: #f0f5f9;
    padding: 110px 0;
}

.choose_img {
    width: 50%;
    float: left;
}

.choose_img img {
    width: 100%;
    float: left;
}

.choose_text {
    width: 50%;
    float: left;
}

.choose_text h1 {
    font-size: 50px;
    font-weight: normal;
    color: #000;
}

.choose_text h1 span {
    color: #4e0707;
}

.choose_text h2 {
    font-size: 22px;
    font-weight: normal;
    color: #000;
    max-width: 600px;
    line-height: 33px;
    padding-top: 20px;
}

.choose_text p {
    font-size: 16px;
    color: #656565;
    max-width: 580px;
    line-height: 27px;
    float: left;
    padding-top: 25px;
}

.choose_text_butt {
    width: 100%;
    float: left;
    margin-top: 35px;
}

.choose_text_1 a {
    font-size: 16px;
    color: #fff;
    background-color: #b2b2b2;
    padding: 18px 30px;
    float: left;
    border-radius: 7px;
    transition: 0.4s;
}

.choose_text_2 a {
    font-size: 16px;
    color: #fff;
    /* background-color: #4e0707; */
    border: 2px solid #4e0707;
    padding: 16px 30px;
    color: #4e0707;
    float: left;
    border-radius: 7px;
    margin-left: 35px;
    transition: 0.4s;
}

.choose_text_2 a:hover {
    background-color: #4e0707;
    color: #fff;
}

.choose_text_1 a:hover {
    background-color: #4e0707;
    color: #fff;
}

#problems {
    width: 100%;
    float: left;
}

.problems_main {
    width: 100%;
    float: left;
    padding: 0 0 50px 0;
}

.problems_section {
    width: 100%;
    float: left;
}

.problems_heading {
    width: 100%;
    float: left;
    text-align: center;
}

.problems_heading h1 {
    display: inline-block;
    font-weight: normal;
    font-size: 40px;
    position: relative;
    max-width: 550px;
    margin: auto;
}

.problems_heading h1:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #4e0707;
    top: 120px;
    left: 220px;
}

.problems_tabs_main {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.problems_tab {
    overflow: hidden;
    /* border: 1px solid #ccc;
    background-color: #f1f1f1; */
    width: 100%;
    text-align: center;
}

/* Style the buttons inside the tab */
.problems_tab button {
    background-color: inherit;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 10px;
    transition: 0.3s;
    font-size: 17px;
}

.problems_tab button.active {
    color: #4e0707;
}

/* Style the tab content */
.problems_tabcontent {
    display: none;
    padding: 6px 12px;
    width: 100%;
    float: left;
    border-top: none;
    margin-top: 10px;
}

.problems_boxes {
    width: 100%;
    float: left;
}

.problems_box_one {
    width: 25%;
    float: left;
    padding: 12px;
}

.problems_box_1 {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 15px 0 #c1c1c1;
    padding: 20px 20px;
    border: 3px solid #4e0707;
    transition: 0.4s;
    height: 115px;
    border-radius: 10px;
}

.problems_box_1:hover {
    border: 1px solid #4e0707;
}

.problems_box_1_img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: inline-block;
    background-color: #4e0707;
    margin: auto;
    margin-left: 0px;
    text-align: center;
    padding: 0px 0;
    margin-top: 10px;
    /* position: absolute;
    top: 0;
    left: 0; */
}

.problem_dot_cir {
    width: 100px;
    height: 100px;
    border: 5px dashed #4e0707;
    border-radius: 50%;
    display: inline-block;
    /* position: absolute;
    top: 40px;
    left: 48.5px; */
    position: relative;
    text-align: center;
    display: none;
}

.problems_box_1:hover .problem_dot_cir {
    animation: prblm_circ 6s linear;
}

/* @keyframes prblm_circ{
    0%{transform: rotate(0);}
    100%{transform: rotate(-360deg);}
} */
.problems_box_1_text {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.problems_box_1_text h2 {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.problems_box_1_text p {
    color: #5a5a5a;
    max-width: 200px;
    margin: auto;
    padding-top: 5px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.problems_box_1_img img {
    width: 100%;
    max-width: 35px;
    margin-top: 12px;
}







#client {
    width: 100%;
    float: left;
}

.client_main {
    width: 100%;
    float: left;
}

.client_bg_img {
    width: 100%;
    float: left;
    background: url(../images/client_bg_image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 908px; */
}

.client_servic {
    width: 100%;
    float: left;
    /* height: 150vh !important; */
    padding-bottom: 95px;
}

.client_heading {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 50px;
}

.client_heading h1 {
    display: inline-block;
    font-weight: normal;
    font-size: 40px;
    position: relative;
}

.client_heading h1:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #4e0707;
    top: 70px;
    left: 200px;
}

.client_heading p {
    font-size: 16px;
    color: #656565;
    max-width: 700px;
    margin: auto;
    padding-top: 65px;
}

.client_main_box {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 20px 0 #ddd;
    padding: 30px 30px;
    margin-top: 60px;
}

.client_box_img {
    width: 50%;
    float: left;
}

.client_box_img_img {
    width: 100%;
    float: left;
}

.client_box_img_img img {
    width: 100%;
}

.client_box_text {
    width: 50%;
    float: left;
}

.client_text {
    width: 100%;
    float: left;
    padding-left: 40px;
}

.client_text h1 {
    font-size: 35px;
    font-weight: normal;
    float: left;
}

.client_box_slider {
    width: 100%;
    float: left;
}

.client_box_slider_text {
    width: 100%;
    float: left;
    padding: 0 40px 0 0;
    margin-top: 40px;
}

.client_box_slider_text p {
    font-size: 19px;
    color: #656565;
    line-height: 30px;
    width: 100%;
    float: left;
}

.client_sliders {
    width: 100%;
    float: left;
}

.client_box_slider_img {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.client_box_slider_img_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    border: 1px solid #000;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.client_box_slider_img_img img {
    width: 100%;
}

.client_box_slider_img h2 {
    font-size: 16px;
    color: #343434;
    font-weight: normal;
    padding-top: 23px;
}

.client_box_slider_img span {
    font-size: 15px;
    color: #585858;
    float: left;
    padding-top: 10px;
}

.client_main .slick-prev {
    left: 406px;
    z-index: 1005;
    top: 347px;
}

.client_main .slick-prev:before {
    content: "\f177";
    color: #4e0707;
    font-size: 25px;
    font-weight: bold;
    font-family: 'fontAwesome';
}

.client_main .slick-next {
    right: 71px;
    top: 347px;
}

.client_main .slick-next:before {
    content: "\f178";
    font-weight: bold;
    font-family: 'fontAwesome';
    color: #4e0707;
    font-size: 25px;
}

.speccializes_main {
    width: 100%;
    float: left;
    margin-top: 100px;
}

.speccializes_heading {
    width: 100%;
    float: left;
    text-align: center;
}

.speccializes_heading h1 {
    display: inline-block;
    font-weight: normal;
    font-size: 40px;
    position: relative;
}

.speccializes_heading h1:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #4e0707;
    top: 70px;
    left: 109px;
}

.speccializes_logos {
    width: 100%;
    float: left;
    background-color: #2a2a2a;
    padding: 30px 0;
    margin-top: 100px;
}

.speccializes_logos_bpox {
    width: 100%;
    float: left;
    border-bottom: 3px dashed #9d9d9d;
    border-top: 3px dashed #9d9d9d;
    padding: 50px 0;
}

.speccializes_logos_img {
    width: 25%;
    float: left;
    text-align: center;
    height: 120px;
    overflow: hidden;
}

.speccializes_logos_img img {
    width: 100%;
    max-width: 280px;
}

.logos_images img {
    width: 120px;
}

.logos_imagesss img {
    margin-top: 30px;
}

.logos_image img {
    margin-top: 20px;
}

#gallery {
    width: 100%;
    float: left;
    padding: 0 0 50px 0;
    margin-top: 0px;
}

.gallery_main {
    width: 100%;
    float: left;
    padding: 60px 0 90px;
}

.gallery_heading {
    width: 100%;
    float: left;
    text-align: center;
}

.gallery_heading h1 {
    display: inline-block;
    font-weight: normal;
    font-size: 40px;
    position: relative;
}

.gallery_heading h1:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #4e0707;
    top: 70px;
    left: 90px;
}

.gallery_tab_main {
    width: 100%;
    float: left;
    margin-top: 45px;
    padding: 0 0 50px 0;
}

.galery_tab {
    overflow: hidden;
    /* border: 1px solid #ccc;
    background-color: #f1f1f1; */
    width: 100%;
    text-align: center;
}

/* Style the buttons inside the tab */
.galery_tab button {
    background-color: inherit;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 10px;
    transition: 0.3s;
    font-size: 17px;
}

/* Create an active/current tablink class */
.galery_tab button.active {
    color: #4e0707;
}

/* Style the tab content */
.tabcontent_gallery {
    display: none;
    padding: 6px 12px;
    width: 100%;
    float: left;
    border-top: none;
    margin-top: 10px;
}

.gallery_box_one {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.gallery_box_1 {
    width: 100%;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    background-color: red;
    position: relative;
}

.gallery_box_1_img {
    width: 100%;
    float: left;
    height: auto;
}

.gallery_box_1_img img {
    width: 350px !important;
    transition: 0.4s;
    /* max-width: 100% !important; */
    /* max-height: 100% !important; */
    height: auto;
    max-width: 100%;
}

.gallery_box_1:hover .gallery_box_1_img img {
    transform: scale(1.1);
}

.gallery_box_1_none {
    width: 100%;
    float: left;
    background-color: rgb(0, 0, 0, 0.5);
    height: 342px;
    position: absolute;
    top: -343px;
    transition: 0.4s;
}

.gallery_box_1:hover .gallery_box_1_none {
    top: 0;
}

.gallery_box_1_none_text {
    width: 100%;
    float: left;
    background-color: rgb(255 255 255 / 50%);
    height: 200px;
    margin-top: 140px;
    padding: 20px 20px;
}

.gallery_box_1_none_text h2 {
    font-size: 25px;
    font-weight: normal;
}

.gallery_box_1_none_text p {
    font-size: 16px;
    line-height: 25px;
    color: #4e4e4e;
    float: left;
    padding-top: 10px;
}







#news {
    width: 100%;
    float: left;
}

.news_main {
    width: 100%;
    float: left;
    background-color: #f0f5f9;
    padding: 140px 0 70px 0px;
}

.news_red_box {
    width: 100%;
    float: left;
    padding: 20px 20px;
    margin-top: -270px;
    position: relative;
}

.news_boxes:after {
    position: absolute;
    content: '';
    top: 0;
    border-top: 4px solid #4e0707;
    border-left: 4px solid #4e0707;
    height: 100px;
    width: 100px;
    left: 0;
    transition: 0.5s;
}

.news_boxes:before {
    position: absolute;
    content: '';
    top: 230px;
    border-bottom: 4px solid #4e0707;
    border-right: 4px solid #4e0707;
    height: 100px;
    width: 100px;
    right: 0;
    transition: 0.5s;
}

.news_red_box:hover .news_boxes:after {
    height: 99% !important;
    width: 99.6% !important;
    border-top: 4px solid #4e0707;
    border-left: 4px solid #4e0707;
}

.news_red_box:hover .news_boxes:before {
    height: 100% !important;
    width: 99.6% !important;
    border-right: 4px solid #4e0707;
    border-bottom: 4px solid #4e0707;
    top: 0 !important;
}

.news_boxes {
    width: 100%;
    float: left;
    border-radius: 15px;
    background-color: #4e0707;
    padding: 70px 40px;
}

.news_boxes h1 {
    font-size: 35px;
    color: #fff;
    font-weight: normal;
    width: 100%;
    float: left;
}

.news_boxes p {
    font-size: 25px;
    color: #fff;
    max-width: 700px;
    padding-top: 10px;
    float: left;
}

.news_boxes a {
    float: right;
    color: #000;
    padding: 15px 25px;
    border-radius: 4px;
    background-color: #fff;
    margin-top: -15px;
    position: relative;
    z-index: 9999999999;
}

.news_heading {
    width: 100%;
    float: left;
    text-align: center;
    /* margin-top: 100px; */
}

.news_heading h1 {
    display: inline-block;
    font-weight: normal;
    font-size: 40px;
    position: relative;
}

.news_heading h1:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #4e0707;
    top: 70px;
    left: 70px;
}

.news_3_box {
    width: 100%;
    float: left;
    margin-top: 55px;
}

.news_3_one {
    width: 33.33%;
    float: left;
    padding: 10px 13px;
}

.news_3_1 {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #969696;
}

.news_3_1_img {
    height: auto;
    background-color: red;
    overflow: hidden;
}

.news_3_1_img img {
    width: 100%;
    float: left;
    transition: 0.4s;
}

.news_3_1_text {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 30px 20px;
    transition: 0.4s;
    height: 272px;
}

.news_3_1_text span {
    font-size: 16px;
    background-color: #4e0707;
    color: #fff;
    float: left;
    padding: 18px 20px;
}

.news_3_1_text h2 {
    font-size: 16px;
    float: right;
    font-weight: normal;
    margin-right: 60px;
    margin-top: 16px;
}

.news_3_1_text p {
    font-size: 20px;
    line-height: 30px;
    padding-top: 15px;
    float: left;
}

.news_3_1_text a {
    float: left;
    color: #4e0707;
    font-size: 15px;
    padding-top: 10px;
}

.news_3_1:hover .news_3_1_text {
    background-color: #4e0707;
}

.news_3_1:hover .news_3_1_text span {
    background-color: #1b1a1a;
}

.news_3_1:hover .news_3_1_text h2 {
    color: #fff;
}

.news_3_1:hover .news_3_1_text a {
    color: #fff;
}

.news_3_1:hover .news_3_1_text p {
    color: #fff;
}

/* .news_3_1:hover  .news_3_1_text a{
    color: #000;
} */
.news_3_1:hover .news_3_1_img img {
    transform: scale(1.1);
}

#contact {
    width: 100%;
    float: left;
}

.contact_main {
    width: 100%;
    float: left;
}

.contact_map {
    width: 100%;
    float: left;
}

.contact_map iframe {
    width: 100%;
    float: left;
    height: 420px;
}

.contact_boxesss {
    width: 100%;
    float: left;
    position: relative;
}

.contact_box {
    width: 100%;
    float: left;
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    top: -100px;
    z-index: 99999999988888888888;
    left: 0;
    right: 0;
}

.contact_box_one {
    width: 33.33%;
    float: left;
}

.contact_box_1 {
    width: 100%;
    float: left;
    background-color: #fff;
    text-align: center;
    padding: 60px 10px;
}

.contact_box_one:nth-child(2) .contact_box_1 {
    background-color: #151515;
}

.contact_box_one:nth-child(2) .contact_box_1 p {
    color: #fff;
}

.contact_box_one:nth-child(2) .contact_box_1 a {
    color: #fff;
}

.contact_box_one:nth-child(2) .contact_box_1 h2 {
    color: #fff;
}

.contact_box_one:nth-child(2) .contact_box_1 i {
    color: #fff;
}

.contact_box_one:nth-child(3) .contact_box_1 {
    background-color: #4e0707;
}

.contact_box_one:nth-child(3) .contact_box_1 p {
    color: #fff;
}

.contact_box_one:nth-child(3) .contact_box_1 a {
    color: #fff;
}

.contact_box_one:nth-child(3) .contact_box_1 h2 {
    color: #fff;
}

.contact_box_one:nth-child(3) .contact_box_1 i {
    color: #fff;
}

.contact_box_1 h2 {
    font-size: 20px;
    font-weight: normal;
}

.contact_box_1 p {
    font-size: 16px;
    display: inline-block;
    max-width: 280px;
    line-height: 25px;
    padding-top: 10px;
    color: #585858;
    margin: auto;
}

.contact_box_1 a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #585858;
    padding-top: 10px;
}

.contact_box_1 i {
    color: #000;
    display: inline-block;
    padding: 0 10px 0 0;
}

#footer {
    width: 100%;
    font: 1em sans-serif;
}

.footer_main {
    width: 100%;
    float: left;
    background-color: #1b1a1a;
}

.footer_main_box {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 100px 0;
    border-bottom: 1px solid #656565;
}

.footer_one {
    width: 25%;
    float: left;
}

.footer_1 {
    width: 100%;
    float: left;
    text-align: left;
}

.footer_1 h2 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.footer_1 ul {
    display: inline-block;
    margin-top: 15px;
}

.footer_1 ul li {
    display: block;
}

.footer_1 ul li a {
    display: inline-block;
    color: #fff;
    margin: 10px 0;
    transition: 0.4s;
}

.footer_1 ul li a:hover {
    color: #fff;
    padding-left: 8px;
}

.social_media {
    width: 100%;
    float: left;
}

.social_media a {
    color: #fff;
    display: inline-block;
    padding: 20px 10px;
    font-size: 30px;
    transition: 0.4s;
}

.social_media a:hover {
    color: #4e0707;
}

.footer_1 h3 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    float: left;
    padding-top: 7px;
}

.footer_1 input {
    float: left;
    border: none;
    padding: 18px 22px;
    border-radius: 30px;
    width: 76%;
}

.footer_1 span {
    float: left;
    background: #4e0707;
    font-size: 25px;
    height: 53px;
    width: 53px;
    border-radius: 50%;
    text-align: center;
    padding: 12px 21px;
    border: 2px solid #4e0707;
    color: #fff;
    margin-left: 10px;
    transition: 0.4s;
}

.footer_1 span:hover {
    background-color: transparent;
    border: 2px solid #ffff;
    color: #fff;
}

.footer_email {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.footer_copy_right {
    width: 100%;
    float: left;
    padding: 40px 0;
    text-align: center;
}

.footer_copy_right span {
    color: #fff;
}

.footer_copy_right span a {
    color: #fff;
}



/* abouts css start */

#abouts {
    width: 100%;
    float: left;
    margin-top: -63px;
}

.abouts_main {
    width: 100%;
    float: left;
}

.abouts_img {
    width: 100%;
    float: left;
    background: url(../images/about_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.9);
    background-blend-mode: overlay;
}

.background_text {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 200px;
}

.background_text h1 {
    font-size: 60px;
    color: #fff;
    width: 100%;
    display: inline-block;
    position: relative;
}

.background_text h1:after {
    position: absolute;
    content: '';
    width: 120px;
    height: 10px;
    background-color: #fff;
    right: 280px;
    top: 27px;
}

.services_after h1:after {
    position: absolute;
    content: '';
    width: 120px;
    height: 10px;
    background-color: #fff;
    right: 200px;
    top: 27px;
}

.services_after h1:before {
    position: absolute;
    content: '';
    width: 120px;
    height: 10px;
    background-color: #fff;
    left: 200px !important;
    top: 27px;
}

.background_text h1:before {
    position: absolute;
    content: '';
    width: 120px;
    height: 10px;
    background-color: #fff;
    left: 280px;
    top: 27px;
}

.background_text h4 {
    font-size: 17px;
    color: #fff;
    padding-top: 20px;
}

.background_text h4 span {
    color: #fff;
    display: inline-block;
    padding: 0 5px;
}

.about_since {
    margin: 0;
}

.sinces_img {
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 785px;
    background-color: rgb(78, 7, 7, 0.5);
    background-blend-mode: overlay;
}

.about_since_img_text {
    width: 100%;
    float: left;
}

.about_since_img {
    width: 50%;
    float: left;
    margin-top: 114px;
}

.about_since_img img {
    width: 100%;
    max-width: 400px;
}

.about_since_text {
    width: 50%;
    float: left;
    padding: 75px 0;
}

.about_since_text h1 {
    font-size: 33px;
    float: left;
    max-width: 500px;
    line-height: 45px;
    color: #fff;
}

.about_since_text h2 {
    font-size: 60px;
    float: left;
    color: #fff;
    padding: 0;
    margin: 0;
}

.abouts_cust {
    width: 100%;
    float: left;
    padding: 15px 0;
}

.abouts_cust h4 {
    font-size: 18px;
    color: #fff;
}

.abouts_cust h4 span {
    float: right;
    color: #fff;
}

.abouts_line {
    width: 100%;
    background-color: #949494;
    float: left;
    height: 14px;
    border-radius: 10px;
}

.abouts_line_dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    float: right;
    margin-top: -2px;
}

.about_since_text h3 {
    font-size: 33px;
    color: #fff;
    float: left;
    padding-top: 15px;
}

.about_since_text p {
    color: #fff;
    float: left;
    line-height: 27px;
    padding-top: 10px;
}

.about_since_text_img {
    width: auto;
    float: left;
    margin-top: 10px;
}

.about_since_text_img img {
    width: 100%;
    max-width: 110px;
}

.about_since_text h6 {
    font-size: 19px;
    float: left;
    color: #fff;
    line-height: 27px;
    margin-top: 10px;
    margin-left: 20px;
}

.about_since_text h6 {
    font-size: 17px;
    color: #fff;
}

#Experience {
    width: 100%;
    float: left;
}

.Experience_main {
    width: 100%;
    float: left;
    background-color: #f0f5f9;
}

.Experience_img {
    width: 50%;
    float: left;
    padding: 0 30px 0 0;
}

.Experience_img img {
    width: 100%;
}

.Experience_text {
    width: 50%;
    float: left;
    padding: 36px 0;
}

.Experience_text h1 {
    font-size: 50px;
    color: #000;
    float: left;
}

.Experience_text h1 span {
    color: #4e0707;
}

.Experience_text p {
    font-size: 23px;
    line-height: 30px;
    float: left;
    padding-top: 20px;
}

.Experience_text ul {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.Experience_text ul li {
    display: inline-block;
    width: 100%;
}

.Experience_text ul li span {
    font-size: 20px;
    color: #4e0707;
    float: left;
    line-height: 25px;
}

.Experience_text span i {
    font-size: 15px;
    color: #fff;
    background-color: #151515;
    float: left;
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 2.5px 4px;
    border-radius: 50%;
    margin: 0 15px 0 0;
}

span.abouts_butt_1 {
    width: auto;
    float: left;
    margin-top: 30px;
}

.abouts_butt_1 a {
    float: left;
    background-color: #4e0707;
    padding: 14px 25px;
    color: #ffff;
    border-radius: 5px;
    transition: 0.4s;
}

.abouts_butt_1 a:hover {
    background-color: #949494;
    color: #000;
}

span.abouts_butt_2 {
    width: auto;
    float: left;
    margin-left: 35px;
    margin-top: 30px;
}

span.abouts_butt_2 a {
    float: left;
    color: #4e0707;
    padding: 12px 25px;
    border-radius: 5px;
    border: 2px solid #4e0707;
    transition: 0.4s;
}

span.abouts_butt_2 a:hover {
    background-color: #4e0707;
    color: #fff;
}

#teams {
    width: 100%;
    float: left;
}

.teams_main {
    width: 100%;
    float: left;
    padding: 75px 0 130px 0;
    margin-top: 0px;
}

.teams_heading {
    width: 100%;
    float: left;
    text-align: center;
}

.teams_heading h1 {
    display: inline-block;
    font-weight: normal;
    font-size: 40px;
    position: relative;
}

.teams_heading h1:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #4e0707;
    top: 70px;
    left: 115px;
}

.teams_boxes {
    width: 100%;
    float: left;
    margin-top: 55px;
    padding: 0 0 60px 0;
}

.teams_one {
    width: 33.33%;
    float: left;
    padding: 10px 15px;
}

.teams_1 {
    width: 100%;
    float: left;
}

.teams_1_img {
    width: 100%;
    float: left;
    border: 3px solid #d7d7d7;
    height: 348px;
    overflow: hidden;
    position: relative;
}

.teams_1_img img {
    width: 100%;
    transition: 0.4s;
}

.teams_1_text {
    width: 100%;
    float: left;
    background-color: #151515;
    text-align: center;
    padding: 35px 0;
    transition: 0.4s;
}

.teams_1_text h2 {
    font-size: 16px;
    color: #fff;
}

.teams_1_text h3 {
    font-size: 22px;
    color: #fff;
    padding-top: 5px;
}

.teams_1:hover .teams_1_img img {
    transform: scale(1.1);
}

.teams_1:hover .teams_1_text {
    background: #4e0707;
}

.teams_1_img_box {
    width: 100%;
    position: absolute;
    float: left;
    top: 0;
    height: 350px;
    background-color: rgb(0, 0, 0, 0.5);
    left: 0px;
    transition: 0.4s;
    transform: scale(0);
}

.teams_1:hover .teams_1_img_box {
    transform: scale(1);
}

.teams_one_s_medi {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 120px;
}

.teams_one_s_medi a {
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
}

span.team_prfile {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}

span.team_prfile a {
    font-size: 16px;
    color: #fff;
    background-color: #4e0707;
    padding: 14px 20px;
    display: inline-block;
    border-radius: 4px;
    transition: 0.4s;
}

span.team_prfile a:hover {
    background-color: #ccc !important;
    color: #4e0707;
}



/* contact start css */



#contacts_maps {
    width: 100%;
    float: left;
}

.contacts_maps_main {
    width: 100%;
    float: left;
}

.contacts_maps_map {
    width: 50%;
    float: left;
}

.contacts_maps_map iframe {
    width: 100%;
    float: left;
    height: 600px;
}

.contacts_cont {
    width: 50%;
    float: left;
    padding: 53px 0;
}

.contacts_cont_1 {
    /* width: 100%; */
    /* float: left; */
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

.contacts_cont_one {
    width: 40%;
    /* float: right; */
    text-align: center;
    background-color: #f0f5f9;
    padding: 30px 0px;
    height: 130px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 8px;
}

.contacts_cont_one h4 {
    width: 100%;
    display: inline-block;
    font-size: 16px;
}

.contacts_cont_one span {
    width: 100%;
    float: left;
    color: #585858;
    padding: 3px 0;
}

#contcts_fom {
    width: 100%;
    float: left;
}

.contcts_fom_main {
    width: 100%;
    float: left;
    padding: 120px 0;
    background-color: #f0f5f9;
    text-align: center;
}

.contcts_fom_heading {
    width: 100%;
    float: left;
    text-align: center;
}

.contcts_fom_heading h1 {
    font-size: 38px;
}

.contcts_fom_heading p {
    color: #5a5a5a;
    display: inline-block;
    padding-top: 10px;
}

.contcts_fom_fom {
    width: 100%;
    float: left;
    padding: 0 0 0px 0;
}

.contcts_fom_fom form {
    width: 100%;
    float: left;
    text-align: center;
}

.contcts_fom_1 {
    width: 50%;
    float: left;
    padding: 0 10px 0px 0px;
    margin-top: 15px;
}

.contcts_fom_1 input {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 12px 20px;
    border-radius: 5px;
}

.contcts_fom_2 {
    width: 50%;
    float: right;
    padding: 0 0px 0px 10px;
    margin-top: 15px;
}

.contcts_fom_2 input {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 12px 20px;
    border-radius: 5px;
}

.contcts_fom_3 {
    width: 100%;
    float: right;
    margin-top: 25px;
}

.contcts_fom_3 input {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 12px 20px;
    border-radius: 5px;
}

.contcts_fom_4 {
    width: 100%;
    float: right;
    margin-top: 25px;
}

.contcts_fom_4 textarea {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 12px 20px;
    border-radius: 5px;
    height: 200px;
}

.contact_1_sumit {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 22px;
}

.contact_1_sumit input {
    border: none;
    background-color: #ccc;
    padding: 12px 30px;
    border-radius: 5px;
}

#special {
    width: 100%;
    float: left;
}

#services_box {
    width: 100%;
    float: left;
}

.services_box_main {
    width: 100%;
    float: left;
    background-color: #f0f5f9;
    padding: 110px 0;
}

.services_box_box {
    width: 100%;
    float: left;
    padding: 0 0px 110px 0;
}

.services_box_img {
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.services_box_img_img {
    width: 100%;
    height: 550px;
    background-color: red;
    float: left;
    overflow: hidden;
}

.services_box_img_img img {
    width: 100%;
}

.services_box_img_text {
    width: 100%;
    float: left;
    padding: 30px;
}

span.services_box_img_text_1 {
    width: 100%;
    float: left;
}

span.services_box_img_text_1 a {
    font-size: 20px;
    color: #151515;
    display: inline-block;
    padding-top: 25px;
}

.services_box_img_text>p {
    float: left;
    font-size: 16px;
    color: #585858;
    line-height: 25px;
    padding-top: 10px;
}

span.services__media {
    width: 100%;
    float: left;
    text-align: right;
    font-size: 16px;
    margin-top: 10px;
}

span.services__media a {
    color: #000;
    display: inline-block;
    padding: 0 15px;
}

.services_box_right {
    width: 30%;
    float: left;
}

.services_box_00 {
    width: 100%;
    float: left;
    background-color: #151515;
    border-radius: 8px;
}

.services_box_00_1 {
    width: 100%;
    float: left;
    padding: 30px 20px;
    border-bottom: 1px solid #fff;
}

.services_box_00_1 h2 {
    font-size: 20px;
    color: #fff;
    position: relative;
}

.services_box_00_1 h2:after {
    width: 80px;
    float: left;
    height: 3px;
    background-color: #fff;
    position: absolute;
    content: '';
    left: 0;
    top: 50px;
}

.services_box_00_1_search {
    width: 100%;
    float: left;
    margin-top: 60px;
    position: relative;
}

.services_box_00_1_search input {
    width: 100%;
    float: left;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

.services_box_00_1_search a {
    float: right;
    color: #000;
    background-color: #ccc;
    padding: 10px 20px;
    border-radius: 4px;
    position: absolute;
    right: 0;
}

.blog_lef_img {
    width: 100%;
    float: left;
    margin-top: 30px;
    padding: 30px 5px;
    border-bottom: 1px solid #fff;
}

.services_box_00_1_1 {
    width: 100%;
    float: left;
    padding: 30px 20px;
    border-bottom: 1px solid #fff;
}

.services_box_00_1_1 h2 {
    font-size: 20px;
    color: #fff;
    position: relative;
}

.services_box_00_1_1 h2:after {
    width: 80px;
    float: left;
    height: 3px;
    background-color: #fff;
    position: absolute;
    content: '';
    left: 0;
    top: 50px;
}

.services_box_00_1_1_img {
    width: 35%;
    float: left;
}

.services_box_00_1_1_img img {
    width: 100%;
    max-width: 80px;
}

.services_box_00_1_1_text {
    width: 65%;
    float: left;
}

.services_box_00_1_1_text span {
    font-size: 12px;
    color: #fff;
}

.services_box_00_1_1_text span a {
    font-size: 16px;
    color: #fff;
}

.services_box_00_1_1_text span a:hover {
    color: #fff;
}



.services_box_00_2 {
    width: 100%;
    float: left;
    padding: 30px 20px;
    border-bottom: 1px solid #fff;
}

.services_box_00_2 h2 {
    font-size: 20px;
    color: #fff;
    position: relative;
}

.services_box_00_2 h2:after {
    width: 80px;
    float: left;
    height: 3px;
    background-color: #fff;
    position: absolute;
    content: '';
    left: 0;
    top: 50px;
}

.services_box_00_2 ul {
    display: inline-block;
    margin-top: 40px;
}

.services_box_00_2 ul li {
    display: inline-block;
    width: 100%;
}

.services_box_00_2 ul li a {
    display: inline-block;
    color: #fff;
    padding: 12px 5px;
    border-bottom: 1px solid #fff;
    width: 100%;
}

.services_box_00_2 ul li a span {
    float: right;
    background-color: #4e0707;
    height: 20px;
    text-align: center;
    width: 20px;
    border-radius: 50%;
}

ul.services_box_00_2_ul {
    width: 100%;
    float: left;
    padding: 0 50px 0 0;
}

ul.services_box_00_2_ul li {
    width: auto;
    display: inline-block;
}

ul.services_box_00_2_ul li a {
    display: inline-block !important;
    border: none;
    color: #000;
    font-size: 15px;
    background-color: #fff;
    margin: 7px 0;
    padding: 10px 20px;
    border-radius: 30px;
}

.services_img_left {
    width: 70%;
    float: left;
    padding: 0 25px 0 0;
}

.blog_main {
    padding: 0;
}

.blog_news_main {
    width: 100%;
    float: left;
    padding: 0;
    padding: 0 0 50px 0;
}

.blog_news_next_button {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 70px;
}

.blog_news_next_button span {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0px 0px;
    border-radius: 4px;
    color: #797979;
}

.blog_news_next_button span a {
    display: inline-block;
    color: #151515;
    padding: 6px 10px;
    background-color: #ffff;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.blogs_mains {
    width: 100%;
    background-color: #fff;
    float: left;
}

.blog_media_heading {
    width: 100%;
    float: left;
    padding: 0px 20px;
    margin-top: 20px;
}

.blog_media_heading_img {
    width: 18%;
    float: left;
}

.blog_media_heading_img img {
    width: 100%;
    max-width: 70px;
}

.blog_media_heading_text {
    width: 82%;
    float: left;
}

.blog_media_heading_text h3 {
    font-size: 20px;
}

.blog_media_heading_text p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 28px;
    max-width: 550px;
}

.blog_leaves {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.blog_leaves h1 {
    font-size: 40px;
}

.blog_leaves_1 {
    width: 50%;
    float: left;
}

.blog_leaves_1 input {
    width: 96%;
    padding: 10px 10px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.blog_leaves_2 {
    width: 50%;
    float: right;
}

.blog_leaves_2 input {
    width: 96%;
    padding: 10px 10px;
    float: right;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.blog_leaves_3 {
    width: 100%;
    float: right;
    margin-top: 20px;
}

.blog_leaves_3 input {
    width: 100%;
    padding: 10px 10px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.blog_leaves_4 {
    width: 100%;
    float: right;
    margin-top: 20px;
}

.blog_leaves_4 textarea {
    width: 100%;
    padding: 10px 10px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 200px;
}

.blog_leaves_5 {
    width: 100%;
    float: right;
    margin-top: 20px;
    text-align: center;
}

.blog_leaves_5 input {
    padding: 10px 30px;
    border-radius: 4px;
    border: none;
    background-color: #ccc;
}

#testimonials {
    width: 100%;
    float: left;
}

.testimonials_main {
    width: 100%;
    float: left;
    padding: 110px 0;
}

.testimonials_heading {
    width: 100%;
    float: left;
    text-align: center;
}

.testimonials_heading h1 {
    display: inline-block;
    font-weight: normal;
    font-size: 40px;
    position: relative;
}

.testimonials_heading h1:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #4e0707;
    top: 70px;
    left: 200px;
}

.testimonials_heading p {
    font-size: 16px;
    max-width: 700px;
    margin: auto;
    display: inline-block;
    padding-top: 50px;
}

.testimonials_boxes {
    width: 100%;
    float: left;
    margin-top: 70px;
}

.testimonials_one {
    width: 100%;
    float: left;
    padding: 18px 0;
}

.testimonials_1 {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 15px 0 #ddd;
    padding: 50px 40px;
}

.testimonials_1_img {
    width: 382px;
    height: 382px;
    border-radius: 50%;
    float: left;
    text-align: center;
    border: 1px solid #000;
}

.testimonials_1_img_img {
    width: 380px;
    height: 380px;
    border-radius: 50%;
    float: left;
    border: 8px solid #f0f5f9;
    overflow: hidden;
}

.testimonials_1_img_img img {
    width: 100%;
    transition: 0.4s;
}

.testimonials_1_img:hover .testimonials_1_img_img img {
    transform: scale(1.1);
}

.testimonials_1_text {
    width: 60%;
    float: left;
    padding: 0 0 0 55px;
}

.testimonials_1_text h1 {
    font-size: 35px;
}

.testimonials_1_text p {
    font-size: 18px;
    line-height: 30px;
    color: #606060;
    float: left;
    margin-top: 20px;
}

.testimo_star {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.testimo_star i {
    font-size: 23px;
    color: #4e0707;
}

h4.testimo_name {
    font-size: 16px;
    line-height: 25px;
    margin-top: 25px;
    float: left;
}

.testimo_name span {
    font-size: 14px;
    color: #606060;
}

.testimonials_fom_main {
    width: 100%;
    float: left;
}

.testimonials_fom_fom {
    width: 100%;
    float: left;
    background-color: #151515;
    padding: 60px;
    border-radius: 30px;
}

form.clients_form {
    width: 100%;
    float: left;
}

.clients_form h1 {
    font-size: 20px;
    color: #fff;
    position: relative;
}

.clients_form h1:after {
    width: 80px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    content: '';
}

.clients_input_fom {
    width: 100%;
    margin-top: 40px;
    float: left;
}

.clients_input_fom input {
    width: 100%;
    float: left;
    padding: 11px 10px;
    border-radius: 5px;
    border: none;
    margin: 10px 0;
}

.clients_input_fom select {
    width: 100%;
    float: left;
    padding: 11px 10px;
    border-radius: 5px;
    border: none;
    margin: 10px 0;
    color: #707070;
}

.clients_input_fom textarea {
    width: 100%;
    height: 100px;
    float: left;
    padding: 11px 10px;
    border-radius: 5px;
    border: none;
    margin: 10px 0;
}

.clients_input_fom_sub {
    background-color: transparent;
    border: 2px solid #fff !important;
    color: #fff;
    transition: 0.4s;
}

.clients_input_fom_sub:hover {
    background-color: #4e0707;
    color: #fff;
    border: 2px solid #4e0707 !important;

}

.faqs_main {
    width: 100%;
    float: left;
    border: none;
    background-color: transparent;
}

.faqs_accordian {
    width: 100%;
    float: left;
}

.accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin: 4px 0;
    color: #fff;
    border-radius: 3px;
}

.accordion i {
    float: right;
    transition: 0.4s;
    font-size: 20px;
}

.accordion:hover i {
    transform: rotate(180deg);
}

.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}

#page_error {
    width: 100%;
    float: left;
}

.page_error_main {
    width: 100%;
    float: left;
    background-color: #f0f5f9;
    padding: 120px 0;
}

.page_error_text {
    width: 100%;
    float: left;
    text-align: center;
}

.page_error_text h2 {
    font-size: 25px;
}

.page_error_text h3 {
    font-size: 16px;
    color: #797979;
}

.page_error_text a {
    font-size: 16px;
    border: 2px solid #4e0707;
    color: #4e0707;
    padding: 14px 20px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
    transition: 0.4s;
}

.page_error_text a:hover {
    color: #fff;
    background-color: #4e0707;
}

.problems_box_on_1 {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0 20px;

}

.respons_thrre_line {
    width: auto;
    float: left;
    display: none;
}

.menu_corx {
    display: none;
}

.news_heading {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 75px !important;
}

#problems {
    width: 100%;
    float: left;
    margin-top: 60px;
}

.gallery_2 {
    margin-top: 0;
}

.teams_mainnnn {
    margin-top: 0 !important;
}

/* responsive css start */



@media screen and (max-width:1170px) {
    .gallery_mainnn {
        margin-top: 400px;
    }

    .banner_main .slick-prev {
        left: 10px;
        z-index: 999999;
    }

    .banner_main .slick-next {
        right: 10px;
    }

    #banner {
        width: 100%;
        float: left;
        margin-top: -88px !important;
        position: relative;
    }

    .header_butt_2 ul li a {
        font-size: 15px;
        color: #fff;
        padding: 0px 13px;
        display: inline-block;
    }

    .banner_slider_one img {
        vertical-align: middle;
        border-style: none;
        width: 100%;
        height: 600px;
    }

    .banner_text h1 {
        color: #fff;
        padding: 6px 8px;
        font-size: 22px;
        float: left;
        font-weight: normal;
        background-color: #313131;
    }

    .banner_text h2 {
        font-size: 39px;
        width: 100%;
        float: left;
        font-weight: normal;
        color: #4e0707;
        margin-top: 10px;
    }

    .banner_text p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
        width: 100%;
        float: left;
        max-width: 500px;
        color: #313131;
    }

    .round_boxes_1 {
        width: 240px;
        float: left;
        height: 240px;
        background-color: #fff;
        border: 18px solid #4e0707;
        border-radius: 50%;
        box-shadow: 0 0 10px 0 #585858;
        text-align: center;
        position: relative;
        padding: 57px;
        background-image: linear-gradient(#b2b2b2, #fff);
        z-index: 99999999999999;
    }

    .round_boxes_1_dotted {
        width: 185px;
        height: 185px;
        border-radius: 50%;
        border: 4px dashed #4e0707;
        position: absolute;
        top: 10px;
        left: 11px;
        right: 0;
    }

    .round_boxes_1:hover .round_boxes_1_dotted {
        width: 185px;
        height: 185px;
        border-radius: 50%;
        border: 4px dashed #4e0707;
        position: absolute;
        top: 10px;
        left: 11px;
        right: 0;
        animation: circule 6s linear;
        /* animation-iteration-count: linear; */
    }

    @keyframes circule {
        0% {
            transform: rotate(0);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .round_boxes_1_img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #4e0707;
        text-align: center;
    }

    .round_boxes_1_img img {
        width: 100px;
    }

    .round_box_line {
        width: 4px;
        height: 340px;
        background-color: #4e0707;
        display: inline-block;
        position: absolute;
        top: -25px;
        left: 130px;
    }

    .round_textx h1 {
        font-size: 20px;
        font-weight: normal;
        background-color: #000;
        max-width: 35px;
        height: 35px;
        border-radius: 50%;
        color: #fff;
        padding: 8px 0;
        margin: auto;
        transition: 0.8s;
    }

    .round_box_linee {
        width: 4px;
        height: 340px;
        background-color: #4e0707;
        display: inline-block;
        position: absolute;
        top: -25px;
        left: 130px;
    }

    .round_box_lineee {
        width: 4px;
        height: 340px;
        background-color: #4e0707;
        display: inline-block;
        position: absolute;
        top: -25px;
        left: 130px;
    }

    .round_box_lineeee {
        width: 4px;
        height: 340px;
        background-color: #4e0707;
        display: inline-block;
        position: absolute;
        top: -25px;
        left: 130px;
    }

    .round_textx h2 {
        font-weight: normal;
        display: inline-block;
        padding-top: 30px;
        font-size: 23px;
    }

    .round_textx p {
        font-size: 14px;
        display: inline-block;
        color: #656565;
        padding-top: 10px;
    }

    .since_bg_img {
        width: 100%;
        float: left;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 600px;
    }

    .since_text h1 {
        font-size: 30px !important;
        max-width: 450px;
        line-height: 40px;
        color: #ffff;
        font-weight: normal;
    }

    .since_text h2 {
        font-size: 48px;
        font-weight: normal;
        color: #fff;
        float: left;
        padding-top: 15px;
        width: 100%;
        margin: 0;
    }

    .since_text p {
        font-size: 14px;
        color: #fff;
        width: 100%;
        float: left;
        max-width: 550px;
        line-height: 20px;
        padding-top: 20px;
    }

    .since_text_box_img img {
        width: 90%;
        float: left;
    }

    .since_text_box_line h5 {
        font-size: 15px;
        color: #fff !important;
        font-weight: normal;
        width: 100%;
        float: left;
    }

    .since_text_line {
        width: 100%;
        background-color: #949494;
        height: 11px;
        border-radius: 10px;
        float: left;
        margin-top: 10px;
    }

    .since_text_line span {
        height: 11px;
        width: 11px;
        float: right;
        background-color: #fff;
        border-radius: 50%;
        margin-top: 0px;
    }

    .since_text_butt_1 a {
        color: #000;
        background-color: #b2b2b2;
        padding: 12px 20px;
        float: left;
        border-radius: 7px;
        transition: 0.4s;
    }

    .since_text_butt_2 a {
        color: #fff;
        /* background-color: #b2b2b2; */
        border: 2px solid #fff;
        padding: 11px 20px;
        float: left;
        border-radius: 7px;
        transition: 0.4s;
        margin-left: 35px;
    }

    .since_text_butt {
        width: 100%;
        float: left;
        margin-top: 30px;
    }

    .problems_main {
        width: 100%;
        float: left;
        padding: 90px 0 90px 0;
    }

    .problems_heading h1 {
        display: inline-block;
        font-weight: normal;
        font-size: 35px;
        position: relative;
        max-width: 550px;
        margin: auto;
    }

    .problem_dot_cir {
        width: 160px;
        height: 160px;
        border: 5px dashed #4e0707;
        border-radius: 50%;
        display: inline-block;

        position: relative;
        text-align: center;
    }

    .problems_box_1_img {
        height: 70px;
        width: 70px;
        border-radius: 50%;
        float: left;
        background-color: #4e0707;
        margin: auto;
        margin-left: 42px;
        text-align: center;
        padding: 0px 0;
        margin-top: 43px;
    }

    .problems_box_1_img img {
        /* max-width: 35px; */
        margin-top: 12px;
        max-width: 30px;
    }

    .problems_box_1_text {
        width: 100%;
        float: left;
        margin-top: 30px;
        height: 110px;
    }

    .problems_box_1_text h2 {
        font-size: 18px;
    }

    .problems_box_1_text p {
        color: #5a5a5a;
        max-width: 200px;
        margin: auto;
        padding-top: 5px;
        font-size: 14px;
    }

    .client_bg_img {
        width: 100%;
        float: left;
        background-position: center;
        /* background-size: contain; */
        background-repeat: no-repeat;
        /* background-size: 100% ; */
        height: 784px;
    }

    .client_box_img_img img {
        vertical-align: middle;
        border-style: none;
        max-width: 470px;
    }

    .client_text h1 {
        font-size: 30px;
        font-weight: normal;
        float: left;
        margin: 0;
    }

    .client_heading h1 {
        display: inline-block;
        font-weight: normal;
        font-size: 35px;
        position: relative;
        margin: 0;
    }

    .client_heading h1:after {
        position: absolute;
        content: "";
        width: 100px;
        height: 4px;
        background-color: #4e0707;
        top: 60px;
        left: 170px;
    }

    .client_heading p {
        font-size: 15px;
        color: #656565;
        max-width: 650px;
        margin: auto;
        padding-top: 55px;
    }

    .client_box_slider_text p {
        font-size: 16px;
        color: #656565;
        line-height: 25px;
        width: 100%;
        float: left;
    }

    .client_box_slider_text {
        /* width: 100%;
float: left; */
        padding: 0 40px 0 0;
        margin-top: 30px;
    }

    .client_main .slick-next {
        right: 100px;
        top: 347px;
    }

    .client_main .slick-prev {
        left: 430px;
        z-index: 1005;
        top: 347px;
    }

    .client_main_box {
        width: 100%;
        float: left;
        background-color: #fff;
        border-radius: 30px;
        box-shadow: 0 0 20px 0 #ddd;
        padding: 30px 30px;
        margin-top: 90px;
    }

    .speccializes_heading h1 {
        display: inline-block;
        font-weight: normal;
        font-size: 35px;
        position: relative;
    }

    .service_box_1_icon {
        width: 70px;
        height: 70px;
        text-align: center;
        border-radius: 50%;
        background-color: #4e0707;
        /* float: left; */
        display: inline-block;
        padding: 10px 0;
        /* position: absolute; */
        top: -43px;
        left: 116px;
        z-index: 99999999999999999999999999999999;
        right: 0;
        transition: 0.8s;
        margin-top: -70px;
    }

    ervice_box_1_text {
        text-align: center;
        padding: 20px 0px 25px 0px;
    }

    .choose_text h1 {
        font-size: 40px;
        font-weight: normal;
        color: #000;
    }

    .choose_text h2 {
        font-size: 19px;
        font-weight: normal;
        color: #000;
        max-width: 600px;
        line-height: 30px;
        padding-top: 10px;
    }

    .choose_text p {
        font-size: 14px;
        color: #656565;
        max-width: 580px;
        line-height: 24px;
        float: left;
        padding-top: 25px;
        margin: 0;
    }

    .choose_main {
        width: 100%;
        float: left;
        background-color: #f0f5f9;
        padding: 60px 0;
    }

    .gallery_tab_main {
        width: 100%;
        float: left;
        margin-top: 60px;
        padding: 0 0 50px 0;
    }

    .gallery_heading {
        margin-top: 20px;
    }

    .news_boxes h1 {
        font-size: 30px;
        margin: 0;
    }

    .news_boxes p {
        font-size: 20px;
        color: #fff;
        max-width: 700px;
        padding-top: 10px;
        float: left;
        margin: 0;
    }

    .news_boxes a {
        float: right;
        color: #000;
        padding: 13px 22px;
        border-radius: 4px;
        background-color: #fff;
        margin-top: -15px;
        position: relative;
        z-index: 9999999999;
    }

    .news_boxes:before {
        position: absolute;
        content: '';
        top: 186px;
        border-bottom: 4px solid #4e0707;
        border-right: 4px solid #4e0707;
        height: 100px;
        width: 100px;
        right: 0;
        transition: 0.5s;
    }

    .news_heading h1 {
        font-size: 35px;
        position: relative;
        margin: 0;
    }

    .news_heading h1:after {
        top: 70px;
        left: 55px;
    }

    .news_3_1_img img {
        width: 420px;
        float: left;
        transition: 0.4s;
    }

    .news_3_1_text span {
        font-size: 14px;
        padding: 14px 12px;
    }

    .news_3_1_text h2 {
        font-size: 14px;
        margin-right: 60px;
        margin-top: 16px;
    }

    .news_3_1_text p {
        font-size: 16px;
        line-height: 25px;
        padding-top: 15px;
        float: left;
    }

    .news_3_1_text a {
        float: left;
        color: #4e0707;
        font-size: 14px;
        padding-top: 1px;
    }

    .news_3_1_text {
        padding: 30px 20px;
        height: 230px;
    }

    .footer_main_box {
        margin-top: 10px;
        padding: 70px 0;
    }

    .footer_1 h2 {
        font-size: 18px;
        margin: 0;
    }

    .footer_1 ul li a {
        margin: 8px 0;
        font-size: 14px;
    }

    .social_media a {
        font-size: 20px;
    }

    .footer_1 h3 {
        font-size: 16px;
    }

    .footer_1 input {
        float: left;
        border: none;
        padding: 14px 18px;
        border-radius: 30px;
        width: 76%;
    }

    .footer_1 span {
        font-size: 23px;
        height: 48px;
        width: 48px;
        padding: 8px 18px;
        margin-left: 10px;
    }

    .footer_copy_right {
        padding: 45px 0;
    }

    .footer_copy_right span {
        color: #fff;
        font-size: 14px;
    }
}

@media screen and (max-width:1080px) {
    .header_menu ul {
        margin: 0;
    }

    .header_menu ul li a {
        font-size: 13px;
        padding: 37px 10px;
    }

    .header_top_left ul li a {
        font-size: 13px;
        margin: 0 17px;
        transition: 0.4s;
    }

    .header_top_right ul li a {
        font-size: 13px;
    }

    .round_boxes_1 {
        width: 220px;
        float: left;
        height: 220px;
        border: 13px solid #4e0707;
        padding: 52px;
    }

    .round_boxes_1_dotted {
        width: 170px;
        height: 170px;
        top: 13px;
        left: 13px;
    }

    .round_boxes_1_img {
        width: 90px;
        height: 90px;
    }

    .round_boxes_1_img img {
        width: 90px;
    }

    .round_boxes_1:hover .round_boxes_1_dotted {
        width: 170px;
        height: 170px;
        top: 13px;
        left: 13px;
    }

    .round_boxes_one:nth-child(2) .round_boxes_1 {
        border: 13px solid #1b1a1a;
    }

    .round_boxes_one:nth-child(4) .round_boxes_1 {
        border: 13px solid #1b1a1a;
    }

    .round_box_line {
        height: 300px;
        top: -25px;
        left: 119px;
    }

    .round_box_linee {
        height: 300px;
        top: -25px;
        left: 119px;
    }

    .round_box_lineee {
        height: 300px;
        top: -25px;
        left: 119px;
    }

    .round_box_lineeee {
        height: 300px;
        top: -25px;
        left: 119px;
    }

    #since {
        margin-top: 0px;
    }

    .since_text h1 {
        font-size: 25px !important;
        max-width: 450px;
        line-height: 30px;
    }

    .since_text h2 {
        font-size: 43px;
        padding-top: 12px;
    }

    .since_text_butt_1 a {
        padding: 7px 14px;
    }

    .since_text_butt_2 a {
        padding: 6px 13px;
        margin-left: 35px;
    }

    .since_bg_img {
        height: 550px;
    }

    .service_box_1_icon {
        width: 70px;
        height: 70px;
        text-align: center;
        border-radius: 50%;
        background-color: #4e0707;
        /* float: left; */
        display: inline-block;
        padding: 10px 0;
        /* position: absolute; */
        top: -43px;
        left: 116px;
        z-index: 99999999999999999999999999999999;
        right: 0;
        transition: 0.8s;
        margin-top: -70px;
    }

    .service_box_1_text {
        padding: 0px 0px 25px 0px;
    }

    .service_box_1_text h2 {
        font-size: 21px;
        margin: 0;
    }

    .service_box_1_text p {
        font-size: 14px;
        max-width: 200px;
        line-height: 25px;
        padding-top: 12px;
    }

    .service_box_1_text a {
        font-size: 15px;
        padding-top: 10px;
    }

    .service_box_1_img {
        height: 178px;
    }

    .service_box_1_icon {
        width: 70px;
        height: 70px;
        text-align: center;
        border-radius: 50%;
        background-color: #4e0707;
        /* float: left; */
        display: inline-block;
        padding: 10px 0;
        /* position: absolute; */
        top: -43px;
        left: 116px;
        z-index: 99999999999999999999999999999999;
        right: 0;
        transition: 0.8s;
        margin-top: -70px;
    }

    .service_box_1_icon img {
        width: 35px;
    }

    .service_box_1_text {
        padding: 45px 0px 25px 0px;
    }

    .choose_text h1 {
        font-size: 35px;
        margin: 0;
    }

    .choose_text_1 a {
        font-size: 13px;
        padding: 13px 20px;
    }

    .choose_text_2 a {
        font-size: 13px;
        padding: 11px 20px;
    }

    .problems_box_1 {
        width: 100%;
        float: left;
        text-align: center;
        position: relative;
        box-shadow: 8px 7px 12px 0 #c1c1c1;
        padding: 30px 20px;
        border: 1px solid #fff;
        transition: 0.4s;
    }

    .problem_dot_cir {
        width: 160px;
        height: 160px;
        border: 5px dashed #4e0707;
        border-radius: 50%;
        display: inline-block;
        position: relative;
        text-align: center;
    }

    .problems_box_1_img {
        height: 55px;
        width: 55px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .problems_box_1_img img {
        /* max-width: 35px; */
        margin-top: 12px;
        max-width: 22px;
    }

    .client_box_img_img img {
        vertical-align: middle;
        border-style: none;
        max-width: 400px;
    }

    .client_box_slider_text p {
        font-size: 13px;
        line-height: 22px;
        margin: 0;
    }

    .client_box_slider_img_img {
        width: 90px;
        height: 90px;
        margin: 0 20px 0 0;
    }

    .client_box_slider_img h2 {
        font-size: 14px;
        padding-top: 18px;
    }

    .client_box_slider_img span {
        font-size: 12px;
        padding-top: 5px;
    }

    .client_main .slick-next {
        right: 90px;
        top: 280px;
    }

    .client_main .slick-prev {
        left: 400px;
        z-index: 1005;
        top: 280px;
    }

    .client_bg_img {
        height: 730px;
    }

    .logos_image img {
        margin-top: 20px;
        max-width: 150px;
    }

    .logos_images img {
        width: 80px;
    }

    .speccializes_logos_img img {
        max-width: 175px;
    }

    .speccializes_logos_img {
        height: 77px;
    }

    .gallery_heading h1 {
        font-size: 35px;
    }

    .gallery_box_1 {
        height: 300px;
    }

    .gallery_box_1_none {
        height: 300px;
        top: -300px;
        transition: 0.4s;
    }

    .gallery_box_1_none_text {
        width: 100%;
        float: left;
        background-color: rgb(255 255 255 / 50%);
        height: 171px;
        margin-top: 130px;
        padding: 20px 20px;
    }

    .news_3_1_img {
        height: 235px;
    }

    .news_3_1_text h2 {
        font-size: 14px;
        margin-right: 25px;
        margin-top: 16px;
    }

    .contact_map iframe {
        height: 390px;
    }

    .footer_1 span {
        font-size: 23px;
        height: 48px;
        width: 48px;
        padding: 8px 18px;
        margin-left: 5px;
        float: right;
    }

    .header_menu ul li a {
        font-size: 13px;
        padding: 37px 10px;
    }

    ul.dropdown li a {
        padding: 10px 20px !important;
        transition: 0.4s !important;
    }

    ul.dropdown {
        width: 230px;
        top: 94px;
    }
}

@media screen and (max-width: 991px) {
    .header_butt_1 {
        width: 17%;
        float: left;
        background-color: #4e0707;
        height: 75px;
    }

    .header_butt_2 {
        padding: 10px 0;
        height: 75px;
    }

    .header_top_left ul li a {
        font-size: 13px;
        margin: 0 5px;
    }

    .header_top_right ul li a {
        font-size: 13px;
    }

    .header_top_right ul li {
        display: inline-block !important;
        padding: 0px 8px;
    }

    .header_top_main {
        height: 90px;
    }

    .header_menu ul li a {
        font-size: 11px;
        padding: 37px 5px;
    }

    .header_butt_2 ul li a {
        font-size: 11px;
        color: #fff;
        padding: 0px 13px;
        display: inline-block;
    }

    .header_butt_1 a {
        padding: 26.4px 0px;
        font-size: 15px;
    }

    .header_butt_2 {
        padding: 10px 0;
    }

    .header_menu ul li a {
        font-size: 11px;
        padding: 28px 5px;
    }

    ul.dropdown {
        width: 230px;
        top: 73px;
    }

    #banner {
        margin-top: -57px !important;
    }

    #header {
        margin-top: -20px;
    }

    .banner_slider_one img {
        height: 485px;
    }

    .banner_slider_one_box {
        top: 125px;
    }

    span.banner_buttton_1 a {
        font-size: 13px;
        padding: 13px 20px;
    }

    span.banner_buttton_2 a {
        font-size: 16px;
        padding: 9px 20px;
    }

    .banner_buttton {
        margin-top: 0;
    }

    .round_boxes_1 {
        width: 185px;
        float: left;
        height: 185px;
        border: 8px solid #4e0707;
        padding: 52px;
    }

    .round_boxes_1_img {
        width: 70px;
        height: 70px;
    }

    .round_boxes_1_img img {
        width: 71px;
    }

    .round_boxes_1_dotted {
        width: 155px;
        height: 155px;
        top: 8px;
        left: 7px;
        border: 3px dashed #4e0707;
    }

    .round_boxes_1:hover .round_boxes_1_dotted {
        width: 155px;
        height: 155px;
        top: 8px;
        left: 7px;
        border: 3px dashed #4e0707;
    }

    .round_boxes_one:nth-child(2) .round_boxes_1 {
        border: 8px solid #1b1a1a;
    }

    .round_boxes_one:nth-child(4) .round_boxes_1 {
        border: 8px solid #1b1a1a;
    }

    .round_box_line {
        height: 250px;
        top: -25px;
        left: 109px;
        width: 3px;
        display: none;
    }

    .round_box_linee {
        height: 250px;
        top: -25px;
        left: 91px;
        width: 3px;
        display: none;
    }

    .round_box_lineee {
        height: 250px;
        top: -25px;
        left: 91px;
        width: 3px;
        display: none;
    }

    .round_box_lineeee {
        height: 250px;
        top: -25px;
        left: 91px;
        width: 3px;
        display: none;
    }

    .round_textx h2 {
        padding-top: 30px;
        font-size: 20px;
        margin: 0;
    }

    .round_textx h1 {
        font-size: 14px;
        font-weight: normal;
        background-color: #000;
        max-width: 29px;
        height: 29px;
        border-radius: 50%;
        color: #fff;
        padding: 6px 0;
        margin: auto;
        transition: 0.8s;
    }

    .since_text h1 {
        font-size: 22px !important;
        max-width: 350px;
        line-height: 28px;
    }

    .since_text h2 {
        font-size: 40px;
        padding-top: 6px;
    }

    .since_text p {
        font-size: 13px;
        max-width: 550px;
        line-height: 20px;
        padding-top: 12px;
    }

    .since_text_box_line h5 {
        font-size: 15px;
        margin: 0;
    }

    .service_heading h1 {
        font-size: 30px;
    }

    .service_heading h1:after {
        width: 100px;
        height: 3px;
        top: 50px;
        left: 128px;
    }

    .service_box_1_img {
        height: 132px;
    }

    .service_box_1_icon {
        width: 45px;
        height: 45px;
        top: -28px;
        left: 60px;
    }

    .service_box_1_icon img {
        width: 23px;
    }

    .service_box_1_text h2 {
        font-size: 15px;
        margin: 0;
    }

    .service_box_1_text p {
        width: 100%;
        display: inline-block;
        font-size: 11px;
        max-width: 142px;
        line-height: 16px;
        padding-top: 6px;
    }

    .service_box_1_text a {
        font-size: 12px;
        padding-top: 6px;

    }

    .service_box_1_text {
        padding: 35px 0px 25px 0px;
    }

    .choose_text h1 {
        font-size: 30px;
        margin: 0;
    }

    .choose_text h2 {
        font-size: 15px;
        font-weight: normal;
        color: #000;
        max-width: 350px;
        line-height: 22px;
        padding-top: 10px;
    }

    .choose_text p {
        font-size: 12px;
        color: #656565;
        max-width: 580px;
        line-height: 19px;
        float: left;
        padding-top: 15px;
        margin: 0;
    }

    .choose_text_1 a {
        font-size: 11px;
        padding: 13px 20px;
    }

    .choose_text_2 a {
        font-size: 11px;
        padding: 11px 20px;
    }

    .choose_main {
        padding: 40px 0;
    }

    .choose_img img {
        width: 92%;
        float: left;
    }

    .problems_heading h1 {
        font-size: 30px;
        max-width: 480px;
        margin: 0;
    }

    .problems_heading h1:after {
        width: 100px;
        height: 3px;
        top: 100px;
        left: 190px;
    }

    .problems_box_one {
        width: 33.33%;
        float: left;
        padding: 12px;
    }

    .problem_dot_cir {
        width: 130px;
        height: 130px;
        border: 5px dashed #4e0707;
        border-radius: 50%;
        display: inline-block;
        position: relative;
        text-align: center;
    }

    .client_heading h1 {
        font-size: 30px;
        margin: 0;
    }

    .client_heading h1:after {
        width: 100px;
        height: 3px;
        top: 60px;
        left: 138px;
    }

    .client_main_box {
        padding: 30px 30px;
        margin-top: 45px;
    }

    .client_heading {
        margin-top: 70px;
    }

    .client_box_img_img img {
        /* width: 100%; */
        max-width: 322px !important;
    }

    .client_text h1 {
        font-size: 25px;
        margin: 0;
    }

    .client_box_slider_text p {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
    }

    .client_box_slider_text {
        padding: 0 40px 0 0;
        margin-top: 15px;
    }

    .client_box_slider_img {
        margin-top: 15px;
    }

    .client_box_slider_img_img {
        width: 80px;
        height: 80px;
        margin: 0 20px 0 0;
    }

    .client_main .slick-next {
        right: 46px;
        top: 220px;
    }

    .client_main .slick-prev {
        left: 280px;
        z-index: 1005;
        top: 220px;
    }

    .client_bg_img {
        height: 572px;
    }

    .speccializes_heading h1 {
        font-size: 30px;
        margin: 0;
    }

    .speccializes_heading h1:after {
        position: absolute;
        content: "";
        width: 100px;
        height: 3px;
        background-color: #4e0707;
        top: 60px;
        left: 66px;
    }

    .gallery_heading h1 {
        font-size: 30px;
        margin: 0;
    }

    .gallery_heading h1:after {
        position: absolute;
        content: "";
        width: 100px;
        height: 3px;
        background-color: #4e0707;
        top: 60px;
        left: 52px;
    }

    .gallery_box_1_none_text h2 {
        font-size: 17px;
        font-weight: normal;
    }

    .gallery_box_1_none_text p {
        font-size: 11px;
        line-height: 14px;
        color: #4e4e4e;
        float: left;
        padding-top: 0px;
    }

    .gallery_box_1 {
        height: 230px;
    }

    .gallery_box_one {
        width: 25%;
        float: left;
        padding: 0 7px;
    }

    .gallery_box_1_none_text {
        width: 100%;
        float: left;
        background-color: rgb(255 255 255 / 50%);
        height: 131px;
        margin-top: 111px;
        padding: 20px 20px;
    }

    .news_boxes h1 {
        font-size: 23px;
        margin: 0;
    }

    .news_boxes p {
        font-size: 13px;
        padding-top: 10px;
    }

    .news_boxes a {
        font-size: 13px;
        padding: 12px 19px;
        margin-top: -15px;
    }

    .news_boxes:before {
        top: 158px;
        border-bottom: 3px solid #4e0707;
        border-right: 3px solid #4e0707;
        right: -1px;
    }

    .news_boxes:after {
        position: absolute;
        content: '';
        top: 0;
        border-top: 3px solid #4e0707;
        border-left: 3px solid #4e0707;
        height: 100px;
        width: 100px;
        left: 0;
        transition: 0.5s;
    }

    .news_heading h1 {
        font-size: 30px;
        position: relative;
        margin: 0;
    }

    .news_heading h1:after {
        position: absolute;
        content: "";
        width: 100px;
        height: 3px;
        background-color: #4e0707;
        top: 60px !important;
        left: 33px !important;
    }

    .news_3_1_img img {
        max-width: 300px;
        float: left;
        transition: 0.4s;
    }

    .news_3_1_img {
        height: 173px;
    }

    .news_3_1_text h2 {
        font-size: 11px;
        margin-right: 0;
        margin-top: 16px;
    }

    .news_3_1_text span {
        font-size: 12px;
        padding: 10px 9px;
    }

    .news_3_1_text p {
        font-size: 12px;
        line-height: 20px;
        padding-top: 13px;
        float: left;
    }

    .news_3_1_text a {
        float: left;
        color: #4e0707;
        font-size: 12px;
        padding-top: 1px;
    }

    .news_3_1_text {
        padding: 29px 20px;
        height: 188px;
    }

    .contact_map iframe {
        height: 320px;
    }

    .footer_1 h2 {
        font-size: 15px;
        margin: 0;
    }

    .footer_1 ul li a {
        margin: 5px 0;
        font-size: 11px;
    }

    .footer_1 h3 {
        font-size: 13px;
    }

    .social_media a {
        font-size: 14px;
        padding: 12px 4px;
    }

    .footer_1 input {
        float: left;
        font-size: 12px;
        padding: 9px 11px;
        /* padding: 14px 18px; */
        width: 63% !important;
    }

    .footer_1 span {
        font-size: 18px;
        height: 38px;
        width: 32px;
        padding: 8px 18px;
        margin-left: 5px;
        float: right;
    }

    .footer_main_box {
        margin-top: 10px;
        padding: 49px 0;
    }

    .footer_copy_right span {
        color: #fff;
        font-size: 11px;
    }

    .footer_copy_right {
        padding: 25px 0;
    }

    .problems_box_1_img {
        height: 55px;
        width: 55px;
        margin-top: 33px;
        margin-left: 34px;
    }
}

@media screen and (max-width:767px) {
    .header_butt_1 {
        width: 17%;
        float: left;
        background-color: #4e0707;
        /* padding: 0 10px; */
        margin: 0 10px;
        height: 53px;
    }

    .header_butt_2 {
        padding: 0px 0;
        height: 53px;
    }

    .respons_thrre_line i {
        float: left;
        background-color: #4e0707;
        color: #fff;
        padding: 18.2px 10px;
        height: 53px;
    }

    .header_menu ul {
        width: 100% !important;
    }

    ul.dropdown {
        position: absolute;
        width: 100%;
        top: 126px;
        border: 1px solid #ccc;
        display: block;
        z-index: 9999999999999999;
        left: 0;
        transform-origin: top;
        transform: scaleY(0);
    }

    ul.dropdown li a:hover {
        color: #fff !important;
    }

    .header_menu ul li:hover ul.dropdown {
        transform: scale(1);
    }

    ul.dropdown li a {
        font-size: 11px;
        padding: 28px 5px;
        color: #000 !important;
    }

    .menu_corx {
        display: block;
    }

    #header_top {
        width: 100%;
        float: left;
        display: none;
    }

    #header {
        margin-top: -20px;
        display: block;
    }

    #banner {
        margin-top: 0px !important;
    }

    #header {
        margin-top: 0;
        display: block;
        position: relative;
    }

    .header_menu {
        width: 100%;
        float: left;
        text-align: center;
        position: relative;
        position: absolute;
        top: 0px;
        left: 0;
        background: #000;
        z-index: 9999999999999999999999999999999;
        padding: 20px 20px;
        height: 100vh;
        display: block;
        transform: scalex(0);
        transform-origin: left;
        transition: 0.6s;
    }

    .header_menu ul li a {
        font-size: 11px;
        padding: 8px 5px;
        border-bottom: none;
        color: #fff;
    }

    .header_menu ul li {
        display: block !important;
    }

    .header_butt_2 ul li a {
        font-size: 10px;
        color: #fff;
        padding: 0px 5px;
        display: inline-block;
    }

    .header_butt_2 li:nth-child(1) {
        border-right: none !important;
    }

    .header_butt_2 li:nth-child(2) {
        border-right: none !important;
    }

    .header_butt_2 li:nth-child(3) {
        display: block !important;
    }

    .header_butt_2 ul li a {
        font-size: 7px;
    }

    .header_butt_1 a {
        padding: 17.4px 0px;
        font-size: 12px;
    }

    .header_butt_2 ul li a {
        font-size: 10px;
        color: #fff;
        padding: 0px 5px;
        display: inline-block;
    }

    .header_butt_2 {
        padding: 0px 0;
    }

    .header_butt_2 ul {
        display: inline-block;
        margin-top: 12.50px;
    }

    .banner_slider_one img {
        height: 380px;
    }

    .banner_slider_one_box {
        top: 40px;
    }

    .banner_slider_one_text {
        width: 100%;
        float: left;
        padding: 0 25px;
    }

    .round_boxes_1 {
        width: 185px;
        /* float: left; */
        display: inline-block;
        height: 185px;
        border: 8px solid #4e0707;
        padding: 52px !important;
        text-align: center;
        /* margin-left: 30px; */
    }

    .round_boxes_one {
        width: 49%;
        display: inline-block;
        padding: 0 10px;
        position: relative;
        text-align: center;
    }

    .service_box_one {
        width: 50%;
        float: left;
        padding: 10px 10px;
        transition: 0.4s;
    }

    .service_box_1_text {
        padding: 30px 20px;
        text-align: center;
    }

    .service_box_1_icon {
        width: 70px;
        height: 70px;
        text-align: center;
        border-radius: 50%;
        background-color: #4e0707;
        /* float: left; */
        display: inline-block;
        padding: 10px 0;
        /* position: absolute; */
        top: -43px;
        left: 116px;
        z-index: 99999999999999999999999999999999;
        right: 0;
        transition: 0.8s;
        margin-top: -70px;
    }

    .service_box_1_text p {
        font-size: 11px;
        max-width: none;
        line-height: 16px;
        padding-top: 6px;
        width: 100%;
        display: inline-block;
    }

    .problems_box_1 {
        width: 100%;
        float: left;
        text-align: center;
        position: relative;
        box-shadow: 8px 7px 12px 0 #c1c1c1;
        padding: 15px 8px;
        border: 1px solid #fff;
        transition: 0.4s;
    }

    .choose_text h1 {
        font-size: 23px;
        margin: 0;
    }

    .choose_text h2 {
        font-size: 12px;
        font-weight: normal;
        color: #000;
        max-width: 350px;
        line-height: 15px;
        padding-top: 5px;
    }

    .choose_text p {
        font-size: 10px;
        color: #656565;
        max-width: 580px;
        line-height: 13px;
        float: left;
        padding-top: 5px;
        margin: 0;
    }

    .choose_text_1 a {
        font-size: 11px;
        padding: 8px 10px;
    }

    .choose_text_2 a {
        font-size: 11px;
        padding: 6px 10px;
    }

    .problems_box_one {
        width: 50%;
        float: left;
        padding: 12px;
    }

    .client_text h1 {
        font-size: 17px;
        margin: 0;
    }

    .client_box_slider_text p {
        font-size: 10px;
        line-height: 14px;
        margin: 0;
    }

    .client_box_slider_text {
        padding: 0 40px 0 0;
        margin-top: 4px;
    }

    .client_box_slider_img_img {
        width: 65px;
        height: 65px;
        margin: 0 10px 0 0;
    }

    .client_box_slider_img h2 {
        font-size: 12px;
        padding-top: 10px;
    }

    .client_box_slider_img span {
        font-size: 10px;
        padding-top: 0px;
    }

    .client_main .slick-next:before {
        content: "\f178";
        font-weight: bold;
        font-family: 'fontAwesome';
        color: #4e0707;
        font-size: 20px;
    }

    .client_main .slick-prev:before {
        content: "\f177";
        color: #4e0707;
        font-size: 20px;
        font-weight: bold;
        font-family: 'fontAwesome';
    }

    .client_main .slick-prev {
        left: 195px;
        z-index: 1005;
        top: 208px;
    }

    .client_main .slick-next {
        right: 74px;
        top: 208px;
    }

    .client_main_box {
        padding: 14px 14px;
        margin-top: 45px;
    }

    .client_box_img_img img {
        max-width: 240px !important;
    }

    .client_bg_img {
        height: 511px;
    }

    .logos_image img {
        margin-top: 20px;
        max-width: 110px !important;
    }

    .logos_images img {
        width: 52px;
        margin-top: 8px;
    }

    .speccializes_logos_img img {
        max-width: 108px;
    }

    .speccializes_logos_img {
        height: 58px;
    }

    .logos_imagesss img {
        margin-top: 15px;
    }

    .gallery_box_one {
        width: 50%;
        float: left;
        padding: 10px 10px;
    }

    .gallery_box_1 {
        height: 260px;
    }

    .gallery_box_1_none_text {
        width: 100%;
        float: left;
        background-color: rgb(255 255 255 / 50%);
        height: 130px;
        margin-top: 141px;
        padding: 20px 20px;
    }

    .news_boxes h1 {
        font-size: 18px;
        margin: 0;
    }

    .news_boxes p {
        font-size: 10px;
        padding-top: 10px;
    }

    .news_boxes a {
        font-size: 10px;
        padding: 8px 7px;
        margin-top: -15px;
    }

    .news_boxes {
        width: 100%;
        float: left;
        border-radius: 15px;
        background-color: #4e0707;
        padding: 50px 25px;
    }

    .news_boxes:before {
        top: 104px;
        border-bottom: 3px solid #4e0707;
        border-right: 3px solid #4e0707;
        right: -1px;
    }

    .news_3_one {
        width: 50%;
        float: left;
        padding: 10px 11px;
    }

    .news_3_1_img img {
        width: 262px;
        float: left;
        transition: 0.4s;
    }

    .contact_map iframe {
        height: 274px;
    }

    .header_butt_1 {
        width: 17%;
        float: left;
        background-color: #4e0707;
        /* padding: 0 10px; */
        margin: 0 10px;
    }

    .footer_one {
        width: 50%;
        float: left;
        padding: 8px 0;
    }

    .respons_thrre_line {
        width: auto;
        float: left;
        padding: 0px 0;
        display: block;
    }

    .respons_thrre_line i {
        float: left;
        background-color: #4e0707;
        color: #fff;
        padding: 18.20px 10px;
    }

    .menu_corx {
        width: auto;
        float: right;
        position: absolute;
        top: 5px;
        right: 10px;
    }

    .menu_corx i {
        color: #fff;
        font-size: 25px;
    }

    .language_mains .header_menu {
        transform: scalex(1);
    }

    .round_textx {
        width: 100%;
        float: left;
        text-align: left;
        position: relative;
        margin-top: 15px;
        z-index: 99999999999;
        padding: 0 35px;
    }

    .round_textx h1 {
        font-size: 14px;
        font-weight: normal;
        background-color: #000;
        width: 29px;
        height: 29px;
        border-radius: 50%;
        color: #fff;
        padding: 6px 10px;
        margin: auto;
        transition: 0.8s;
        float: left;
    }

    .round_textx h2 {
        padding-top: 30px;
        font-size: 20px;
        margin: 0;
        width: 100%;
        float: left;
    }
}

@media screen and (max-width:576px) {
    .gallery_mainnn {
        margin-top: 300px;
    }

    .menu_corx {
        display: block;
    }

    .banner_text h1 {
        font-size: 18px;
    }

    .banner_text h2 {
        font-size: 32px;
    }

    .banner_text p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
        width: 100%;
        float: left;
        max-width: 401px;
        color: #313131;

    }

    span.banner_buttton_1 a {
        font-size: 11px;
        padding: 9px 10px;
    }

    span.banner_buttton_2 a {
        font-size: 11px;
        padding: 7px 10px;
    }

    #round {
        width: 100%;
        float: left;
        display: none;
    }

    .banner_slider_one img {
        height: 330px;
    }

    .since_text h1 {
        font-size: 19px !important;
        max-width: 350px;
        line-height: 25px;
    }

    .since_text h2 {
        font-size: 35px;
        padding-top: 6px;
    }

    .since_text p {
        font-size: 12px;
        line-height: 18px;
    }

    .since_text_box_line h5 {
        font-size: 12px;
        margin: 0;
    }

    .since_text_line {
        height: 5px;
        border-radius: 10px;
        margin-top: 10px;
    }

    .since_text_line span {
        height: 5px;
        width: 5px;
    }

    .since_text_butt_1 a {
        padding: 6px 12px;
        font-size: 11px;
    }

    .since_text_butt_2 a {
        padding: 5px 10px;
        margin-left: 35px;
        font-size: 11px;
    }

    .since_bg_img {
        height: 470px;
    }

    .service_heading h1 {
        font-size: 26px;
    }

    .service_main {
        padding: 40px 0;
    }

    .service_box_1_icon {
        width: 70px;
        height: 70px;
        text-align: center;
        border-radius: 50%;
        background-color: #4e0707;
        /* float: left; */
        display: inline-block;
        padding: 10px 0;
        /* position: absolute; */
        top: -43px;
        left: 116px;
        z-index: 99999999999999999999999999999999;
        right: 0;
        transition: 0.8s;
        margin-top: -70px;
    }

    .service_box {
        margin-top: 60px;
    }

    .choose_text h1 {
        font-size: 20px;
        margin: 0;
    }

    .choose_text h2 {
        font-size: 11px;
        max-width: 350px;
        line-height: 15px;
        padding-top: 5px;
    }

    .choose_text_1 a {
        font-size: 11px;
        padding: 6px 10px;
    }

    .choose_text_2 a {
        font-size: 11px;
        padding: 5px 10px;
        float: right;
        margin: 0;
    }

    .problems_heading h1 {
        font-size: 26px;
    }

    .problems_tab button {
        padding: 14px 8px;
        font-size: 14px;
    }

    .problems_tabs_main {
        margin-top: 20px;
    }

    .problems_heading h1:after {
        width: 100px;
        height: 3px;
        top: 85px;
        left: 173px;
    }

    .client_heading h1 {
        font-size: 26px;
        margin: 0;
    }

    .client_heading h1:after {
        width: 100px;
        height: 3px;
        top: 55px;
        left: 116px;
    }

    .client_heading p {
        font-size: 12px;
        color: #656565;
        max-width: 650px;
        margin: auto;
        padding-top: 55px;
    }

    .client_box_img_img img {
        max-width: 190px !important;
        width: 100% !important;
    }

    .client_text h1 {
        font-size: 14px;
        margin: 0;
    }

    .client_box_slider_text p {
        font-size: 8px;
        line-height: 13px;
        margin: 0;
    }

    .client_box_slider_img {
        margin-top: 3px;
    }

    .client_box_slider_img_img {
        width: 45px;
        height: 45px;
        margin: 0 10px 0 0;
    }

    .client_box_slider_img h2 {
        font-size: 11px;
        padding-top: 4px;
    }

    .client_main .slick-next {
        right: 37px;
        top: 126px;
    }

    .client_main .slick-prev {
        /* top: 154px; */
        left: 151px;
        /* top: 116px !important; */
        top: 126px !important;
    }

    .client_bg_img {
        height: 452px;
    }

    .speccializes_heading h1 {
        font-size: 26px;
        margin: 0;
    }

    .speccializes_heading h1:after {
        height: 3px;
        top: 55px;
        left: 58px;
    }

    .logos_image img {
        margin-top: 20px;
        max-width: 90px !important;
    }

    .speccializes_logos_img img {
        max-width: 90px;
    }

    .gallery_heading h1 {
        font-size: 26px;
        margin: 0;
    }

    .gallery_heading h1:after {
        position: absolute;
        content: "";
        width: 100px;
        height: 3px;
        background-color: #4e0707;
        top: 55px;
        left: 45px;
    }

    .galery_tab button {
        padding: 14px 7px;
        font-size: 13px;
    }

    .news_boxes:before {
        top: 93px;
        border-bottom: 3px solid #4e0707;
        border-right: 3px solid #4e0707;
        right: -1px;
    }

    .news_boxes h1 {
        font-size: 15px;
        margin: 0;
    }

    .news_boxes p {
        font-size: 8px;
        padding-top: 10px;
    }

    .news_main {
        padding: 60px 0;
    }

    .news_heading h1 {
        font-size: 26px;
        position: relative;
        margin: 0;
    }

    .news_heading h1:after {
        top: 55px !important;
        left: 28px !important;
    }

    .news_boxes a {
        font-size: 9px;
        padding: 6px 7px;
        margin-top: -15px;
    }

    .news_3_1_img {
        height: 150px;
    }

    .news_3_1_img img {
        width: 235px;
    }

    .news_3_1_text span {
        font-size: 10px;
        padding: 6px 8px;
    }

    .news_3_1_text h2 {
        font-size: 10px;
        margin-right: 0;
        margin-top: 5px;
    }

    .news_3_1_text {
        padding: 29px 20px;
        height: 170px;
    }

}

@media screen and (max-width:475px) {
    .header_butt_2 li:nth-child(1) {
        display: none;
    }

    .banner_main .slick-prev {
        left: 130px;
        z-index: 999999;
        top: 275px;
    }

    .banner_main .slick-next {
        right: 130px;
        top: 275px;
    }

    .menu_corx {
        display: block;
    }

    .header_butt_1 {
        width: 28%;
    }

    .header_butt_2 ul li a {
        font-size: 8px;
    }

    .banner_text h2 {
        font-size: 28px;
    }

    .banner_text p {
        font-size: 12px;
        line-height: 16px;
    }

    .since_text h1 {
        font-size: 15px !important;
        max-width: 350px;
        line-height: 20px;
    }

    .since_text h2 {
        font-size: 26px;
        padding-top: 6px;
    }

    .since_text p {
        font-size: 10px;
        line-height: 15px;
    }

    .since_text_box_line h5 {
        font-size: 8px;
        margin: 0;
    }

    .since_text_line {
        height: 4px;
        border-radius: 10px;
        margin-top: 7px;
    }

    .since_text_line span {
        height: 4px;
        width: 4px;
    }

    .since_text_butt_1 a {
        padding: 4px 10px;
        font-size: 8px;
        border-radius: 5px;
    }

    .since_text_butt_2 a {
        padding: 3px 10px;
        /* margin-left: 35px; */
        font-size: 8px;
        margin-left: 20px;
        border: 1px solid #fff;
        border-radius: 5px;
    }

    .since_bg_img {
        height: 412px;
    }

    .service_heading h1 {
        font-size: 20px;
    }

    .service_heading h1:after {
        width: 100px;
        height: 2px;
        top: 35px;
        left: 99px;
        display: none;
    }

    .service_box_1_img {
        height: 88px;
    }

    .service_box_1_icon {
        width: 70px;
        height: 70px;
        text-align: center;
        border-radius: 50%;
        background-color: #4e0707;
        /* float: left; */
        display: inline-block;
        padding: 10px 0;
        /* position: absolute; */
        top: -43px;
        left: 116px;
        z-index: 99999999999999999999999999999999;
        right: 0;
        transition: 0.8s;
        margin-top: -70px;
    }

    .service_box_1_text h2 {
        font-size: 10px;
        margin: 0;
    }

    .service_box_1_text p {
        width: 100%;
        display: inline-block;
        font-size: 8px;
        max-width: none;
        line-height: 10px;
        padding-top: 6px;
        width: 100%;
    }

    .service_box_1_text a {
        font-size: 9px;
        padding-top: 0px;
    }

    .service_box_1_text {
        padding: 20px 6px;
        text-align: center;
        margin-top: -21px;
    }

    .choose_text {
        width: 100%;
        float: left;
        margin-top: 15px;
    }

    .choose_img {
        width: 100%;
        float: left;
    }

    .choose_img img {
        width: 88%;
        float: left;
    }

    .choose_text h1 {
        font-size: 18px;
        margin: 0;
    }

    .choose_text_butt {
        width: 100%;
        float: left;
        margin-top: 15px;
    }

    .choose_text_1 a {
        font-size: 9px;
        padding: 3px 10px;
        border-radius: 5px;
    }

    .choose_text_2 a {
        font-size: 9px;
        padding: 3px 10px;
        float: right;
        margin: 0;
        border: 1px solid #4e0707;
    }

    .problems_heading h1 {
        font-size: 19px;
    }

    .problems_heading h1:after {
        width: 100px;
        height: 2px;
        top: 65px;
        left: 94px;
        display: none;
    }

    .problems_tab button {
        padding: 10px 6px;
        font-size: 9px;
    }

    .problems_box_one {
        width: 50%;
        float: left;
        padding: 5px;
    }

    .problems_tabcontent {
        display: none;
        padding: 6px 0px;
    }

    .problem_dot_cir {
        width: 84px;
        height: 84px;
        border: 3px dashed #4e0707;
    }

    .problems_box_1_img {
        height: 35px;
        width: 35px;
        margin-top: 23px;
        margin-left: 23px;
    }

    .problems_box_1_img img {
        /* max-width: 35px; */
        margin-top: 8px;
        max-width: 13px;
    }

    .problems_box_1_text h2 {
        font-size: 12px;
        margin: 0;
    }

    .problems_box_1_text p {
        font-size: 9px;
    }

    .problems_box_1_text {
        margin-top: 12px;
        height: 60px;

    }

    .client_heading h1 {
        font-size: 22px;
        margin: 0;
    }

    .client_heading h1:after {
        width: 100px;
        height: 2px;
        top: 44px;
        left: 88px;
        display: none;
    }

    .client_heading p {
        font-size: 9px;
        color: #656565;
        max-width: 650px;
        margin: auto;
        padding-top: 33px;
    }

    .client_box_img {
        width: 100%;
        float: left;
        text-align: left;
    }

    .client_box_text {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    .client_main_box {
        padding: 14px 14px;
        margin-top: 45px;
        border-radius: 10px;
    }

    .client_main .slick-prev {
        left: 187px !important;
        z-index: 1005;
        top: 105px !important;
        /* left: 144px; */
    }

    .client_main .slick-next {
        right: 57px;
        top: 105px !important;
    }

    .client_main .slick-next {
        right: 57px;
        top: 133px;
    }

    .speccializes_main {
        width: 100%;
        float: left;
        margin-top: 50px;
    }

    .logos_image img {
        margin-top: 10px;
        max-width: 60px !important;
    }

    .speccializes_logos_img img {
        max-width: 60px;
    }

    .logos_images img {
        max-width: 31px;
    }

    .speccializes_logos_bpox {
        border-bottom: 1px dashed #9d9d9d;
        border-top: 1px dashed #9d9d9d;
        padding: 17px 0;
    }

    .speccializes_logos {
        width: 100%;
        float: left;
        background-color: #2a2a2a;
        padding: 30px 0;
        margin-top: 40px;
    }

    .speccializes_heading h1 {
        font-size: 22px;
        margin: 0;
    }

    .speccializes_heading h1:after {
        height: 2px;
        top: 45px;
        left: 34px;
        display: none;
    }

    .gallery_main {
        width: 100%;
        float: left;
        padding: 35px 0;
    }

    .gallery_mainnn {
        margin-top: 300px;
    }

    .gallery_heading h1 {
        font-size: 22px;
        margin: 0;
    }

    .gallery_heading h1:after {
        top: 45px;
        left: 26px;
        display: none;
    }

    .galery_tab button {
        padding: 11px 6px;
        font-size: 9px;
    }

    .gallery_box_1 {
        height: auto;
    }

    .gallery_box_one {
        width: 50%;
        float: left;
        padding: 5px 5px;
    }

    .gallery_box_1_img img {
        max-width: 207px;
        max-height: 200px;
    }

    .gallery_box_1_none {
        height: 176px;
        top: -284px;
        transition: 0.4s;
    }

    .gallery_box_1_none_text {
        height: 80px;
        margin-top: 102px;
        padding: 20px 20px;
    }

    .gallery_box_1_none_text h2 {
        font-size: 11px;
        font-weight: normal;
    }

    .news_boxes {
        border-radius: 10px;
        background-color: #4e0707;
        padding: 14px 14px;
    }

    .news_boxes a {
        font-size: 9px;
        padding: 6px 7px;
        margin-top: 10px;
        float: left;
    }

    .news_boxes:after {
        display: none;
    }

    .news_boxes:before {
        display: none;
    }

    .news_red_box {
        width: 100%;
        float: left;
        padding: 20px 10px;
        margin-top: -142px;
        position: relative;
    }

    .gallery_tab_main {
        width: 100%;
        float: left;
        margin-top: 10px;
        padding: 0 0 0px 0;
    }

    .news_heading h1 {
        font-size: 22px;
        position: relative;
        margin: 0;
    }

    .news_heading h1:after {
        top: 44px !important;
        left: 14px !important;
        height: 2px;
        display: none;
    }

    .news_3_1_img {
        height: auto;
    }

    .news_3_1_img img {
        width: 206px !important;
    }

    .news_3_1_text span {
        font-size: 9px;
        padding: 6px 8px;
        float: left;
    }

    .news_3_1_text h2 {
        font-size: 10px;
        margin-right: 0;
        margin-top: 9px;
        float: left;
    }

    .news_3_1_text p {
        font-size: 9px;
        line-height: 9px;
        padding-top: 0px;
        float: left;
        margin: 0;
    }

    .news_3_1_text a {
        float: left;
        color: #4e0707;
        font-size: 9px;
        padding-top: 6px;
    }

    .news_3_1_text {
        padding: 17px 12px;
        height: 133px;
    }

    .contact_map iframe {
        height: 200px;
    }

    .footer_one {
        width: 100%;
        float: left;
        padding: 8px 0;
    }

    .banner_slider_one_box {
        top: 40px;
        left: 10px;
    }
}

/* about responsive css start */

@media screen and (max-width:1180px) {
    .teams_main {
        width: 100%;
        float: left;
        padding: 119px 0 116px 0;
        margin-top: 0 !important;
    }

    .blog_news_main {
        padding: 0 !important;
    }

    .news_heading {
        margin-top: 0 !important;
    }

    .sinces_img {
        background-image: url(../images/about-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 785px !important;
        background-color: rgb(78, 7, 7, 0.5);
        background-blend-mode: overlay;
    }

    .speccializes_heading h1:after {
        position: absolute;
        content: "";
        width: 100px;
        height: 4px;
        background-color: #4e0707;
        top: 70px;
        left: 83px;
    }

    .news_boxes:before {
        top: 159px;
        border-bottom: 4px solid #4e0707;
        border-right: 4px solid #4e0707;
        height: 100px;
        width: 100px;
        right: 0;
        transition: 0.5s;
    }
}

@media screen and (max-width:1080px) {
    .about_since_text h1 {
        font-size: 25px;
        float: left;
        max-width: 500px;
        line-height: 40px;
        color: #fff;
    }

    .background_text h1:before {
        display: none;
    }

    .background_text h1:after {
        display: none;
    }

    .about_since_text h2 {
        font-size: 50px;
        float: left;
        color: #fff;
        padding: 0;
        margin: 0;
    }

    .about_since_img img {
        width: 100%;
        max-width: 345px;
    }

    .sinces_img {
        overflow: hidden;
        height: 693px !important;
        background-color: rgb(78, 7, 7, 0.5);
        background-blend-mode: overlay;
    }

    .service_box_1_text h2 {
        font-size: 19px;
        margin: 0;
        margin-top: 20px;
    }

    .service_box_1_text p {
        width: 100%;
        /* max-width: 199px !important; */

        line-height: 25px;
        padding-top: 12px;
    }

    .Experience_text h1 {
        font-size: 40px;
        color: #000;
        float: left;
    }

    .Experience_text p {
        font-size: 20px;
        line-height: 30px;
        float: left;
        padding-top: 20px;
    }

    .Experience_text ul li span {
        font-size: 18px;
        color: #4e0707;
        float: left;
        line-height: 25px;
    }

    .Experience_img img {
        /* width: 100%; */
        max-width: 433px;
    }

    .news_boxes:before {
        top: 187px;
        border-bottom: 4px solid #4e0707;
        border-right: 4px solid #4e0707;
        height: 100px;
        width: 100px;
        right: 0;
        transition: 0.5s;
    }
}

@media screen and (max-width:991px) {
    .abouts_img {
        width: 100%;
        float: left;
        background: url(../images/about_bg.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: center;
        height: 400px;
        background-color: rgba(0, 0, 0, 0.9);
        background-blend-mode: overlay;
    }

    .background_text h1 {
        font-size: 50px;
        color: #fff;
        width: 100%;
        display: inline-block;
        position: relative;
    }

    .background_text {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 163px;
    }

    .about_since_text h1 {
        font-size: 20px;
        float: left;
        max-width: 500px;
        line-height: 30px;
        color: #fff;
    }

    .about_since_text h2 {
        font-size: 35px;
        float: left;
        color: #fff;
        padding: 0;
        margin: 0;
    }

    .about_since_text p {
        color: #fff;
        float: left;
        line-height: 20px;
        padding-top: 10px;
        font-size: 14px;
    }

    .Experience_text h1 {
        font-size: 29px;
        color: #000;
        float: left;
        margin: 0;
    }

    .Experience_text ul li span {
        font-size: 13px;
        color: #4e0707;
        float: left;
        line-height: 20px;
        margin: 0;
    }

    .Experience_text ul {
        width: 100%;
        float: left;
        margin-top: 0;
        margin: 0;
    }

    .client_main .slick-next {
        right: 85px;
        top: 220px;
    }

    .teams_1_img {
        width: 100%;
        float: left;
        border: 3px solid #d7d7d7;
        height: 214px;
        overflow: hidden;
        position: relative;
    }

    .teams_1_img_box {
        width: 100%;
        position: absolute;
        float: left;
        top: 0;
        height: 226px;
        background-color: rgb(0, 0, 0, 0.5);
        left: 0px;
        transition: 0.4s;
        transform: scale(0);
    }

    .teams_one_s_medi {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 58px;
    }

    span.team_prfile a {
        font-size: 11px;
        color: #fff;
        background-color: #4e0707;
        padding: 8px 15px;
        display: inline-block;
        border-radius: 4px;
        transition: 0.4s;
    }

    .news_boxes:before {
        top: 156px;
        border-bottom: 4px solid #4e0707;
        border-right: 4px solid #4e0707;
        height: 100px;
        width: 100px;
        right: 0;
        transition: 0.5s;
    }
}

@media screen and (max-width:767px) {
    .background_text h1 {
        font-size: 37px;
        color: #fff;
        width: 100%;
        display: inline-block;
        position: relative;
        margin: 0;
    }

    .background_text h4 {
        font-size: 13px;
        color: #fff;
        padding-top: 15px;
    }

    .abouts_img {
        width: 100%;
        float: left;
        background: url(../images/about_bg.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: center;
        height: 339px;
        background-color: rgba(0, 0, 0, 0.9);
        background-blend-mode: overlay;
    }

    .about_since_text h1 {
        font-size: 15px;
        float: left;
        max-width: 500px;
        line-height: 25px;
        color: #fff;
    }

    .about_since_text h2 {
        font-size: 30px;
        float: left;
        color: #fff;
        padding: 0;
        margin: 0;
    }

    .abouts_cust h4 {
        font-size: 14px;
        color: #fff;
    }

    .abouts_line {
        width: 100%;
        background-color: #949494;
        float: left;
        height: 7px;
        border-radius: 10px;
    }

    .abouts_line_dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #fff;
        float: right;
        margin-top: -2px;
    }

    .about_since_text h3 {
        font-size: 27px;
        color: #fff;
        float: left;
        padding-top: 5px;
    }

    .about_since_text p {
        color: #fff;
        float: left;
        line-height: 16px;
        padding-top: 10px;
        font-size: 11px;
    }

    .about_since_text_img img {
        width: 100%;
        max-width: 94px;
    }

    .about_since_text h6 {
        font-size: 11px;
        color: #fff;
    }

    .sinces_img {
        overflow: hidden;
        height: 504px !important;
        background-color: rgb(78, 7, 7, 0.5);
        background-blend-mode: overlay;
    }

    .about_since_img img {
        width: 85%;
        max-width: 287px !important;
    }

    .about_since_text {
        width: 50%;
        float: left;
        padding: 27px 0;
    }

    .service_box_1_icon {
        /* left: 79px; */
        width: 45px;
        height: 45px;
        left: 104px !important;
        /* left: 80px; */
    }

    .Experience_text h1 {
        font-size: 19px;
        color: #000;
        float: left;
        margin: 0;
    }

    .Experience_text p {
        font-size: 15px;
        line-height: 21px;
        float: left;
        padding-top: 10px;
    }

    .Experience_text ul li span {
        font-size: 10px;
        color: #4e0707;
        float: left;
        line-height: 20px;
        margin: 0;
    }

    .Experience_text span i {
        font-size: 9px;
        color: #fff;
        background-color: #151515;
        float: left;
        height: 15px;
        width: 15px;
        text-align: center;
        padding: 3.5px 4px;
        border-radius: 50%;
        margin: 0 7px 0 0;
    }

    .abouts_butt_1 a {
        float: left;
        background-color: #4e0707;
        padding: 6px 12px;
        color: #ffff;
        border-radius: 5px;
        transition: 0.4s;
        font-size: 12px;
    }

    span.abouts_butt_2 a {
        float: left;
        color: #4e0707;
        padding: 5px 12px;
        border-radius: 5px;
        border: 2px solid #4e0707;
        transition: 0.4s;
        font-size: 12px;
    }

    .Experience_text {
        width: 50%;
        float: left;
        padding: 27px 0;
    }

    .client_main .slick-next {
        right: 14px;
        top: 126px;
    }

    .client_main .slick-prev {
        /* top: 154px; */
        left: 160px;
        /* top: 116px !important; */
        top: 126px !important;
    }

    .client_bg_img {
        height: 551px;
    }

    .speccializes_heading h1:after {
        position: absolute;
        content: "";
        width: 100px;
        height: 4px;
        background-color: #4e0707;
        top: 59px;
        left: 55px;
    }

    .teams_heading h1 {
        display: inline-block;
        font-weight: normal;
        font-size: 35px;
        position: relative;
    }

    .teams_heading h1:after {
        position: absolute;
        content: "";
        width: 100px;
        height: 4px;
        background-color: #4e0707;
        top: 70px;
        left: 95px;
    }

    .teams_1_img {
        width: 100%;
        float: left;
        border: 3px solid #d7d7d7;
        height: 149px;
        overflow: hidden;
        position: relative;
    }

    .teams_1_text h2 {
        font-size: 13px;
        color: #fff;
        margin: 0;
    }

    .teams_1_text h3 {
        font-size: 17px;
        color: #fff;
        padding-top: 5px;
    }

    .news_boxes:before {
        top: 90px;
        border-bottom: 4px solid #4e0707;
        border-right: 4px solid #4e0707;
        height: 100px;
        width: 100px;
        right: 0;
        transition: 0.5s;
    }

    .news_red_box {
        width: 100%;
        float: left;
        padding: 20px 20px;
        margin-top: -195px;
        position: relative;
    }

    .news_3_1_img img {
        max-width: 348px;
        width: 100%;
    }
}

@media screen and (max-width:576px) {
    .contacts_cont_one {
        width: 100% !important;
        float: left;
        text-align: center;
    }

    .about_since_text h1 {
        font-size: 12px;
        float: left;
        max-width: 500px;
        line-height: 19px;
        color: #fff;
    }

    .about_since_text h2 {
        font-size: 25px;
        float: left;
        color: #fff;
        padding: 0;
        margin: 0;
    }

    .about_since_text h3 {
        font-size: 22px;
        color: #fff;
        float: left;
        padding-top: 5px;
        margin: 0;
    }

    .about_since_text p {
        color: #fff;
        float: left;
        line-height: 12px;
        padding-top: 10px;
        font-size: 10px;
        margin: 0;
    }

    .about_since_text_img img {
        width: 100%;
        max-width: 76px;
    }

    .about_since_text h6 {
        font-size: 7px;
        color: #fff;
        /* margin: 0; */
        line-height: 3;
    }

    .sinces_img {
        overflow: hidden;
        height: 413px !important;
        background-color: rgb(78, 7, 7, 0.5);
        background-blend-mode: overlay;
    }

    .about_since_img {
        width: 50%;
        float: left;
        margin-top: 96px;
    }

    .service_box_1_icon {
        /* left: 79px; */
        width: 45px;
        height: 45px;
        left: 76px !important;
        /* left: 80px; */
    }

    .Experience_text h1 {
        font-size: 15px;
        color: #000;
        float: left;
        margin: 0;
    }

    .Experience_text p {
        font-size: 11px;
        line-height: 16px;
        float: left;
        padding-top: 10px;
        margin: 0;
    }

    .Experience_text ul {
        width: 100%;
        float: left;
        margin-top: 10px !important;
        margin: 0;
        padding: 0;
    }

    .Experience_text ul li span {
        font-size: 8px;
        color: #4e0707;
        float: left;
        line-height: 16px;
        margin: 0;
    }

    .abouts_butt_1 a {
        float: left;
        background-color: #4e0707;
        padding: 3px 10px;
        color: #ffff;
        border-radius: 5px;
        transition: 0.4s;
        font-size: 10px;
    }

    span.abouts_butt_2 a {
        float: left;
        color: #4e0707;
        padding: 3px 9px;
        border-radius: 5px;
        border: 1px solid #4e0707;
        transition: 0.4s;
        font-size: 9px;
    }

    .Experience_text {
        width: 50%;
        float: left;
        padding: 18px 0;
    }

    .client_main .slick-prev {
        /* top: 154px; */
        left: 134px;
        /* top: 116px !important; */
        top: 133px !important;
    }

    .client_main .slick-next {
        right: 14px;
        top: 133px;
    }

    .news_heading {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 49px;
    }

    .teams_heading h1 {
        display: inline-block;
        font-weight: normal;
        font-size: 26px;
        position: relative;
    }

    .teams_heading h1:after {
        position: absolute;
        content: "";
        width: 100px;
        height: 3px;
        background-color: #4e0707;
        top: 60px;
        left: 61px;
    }

    .teams_1_img {
        width: 100%;
        float: left;
        border: 3px solid #d7d7d7;
        height: 200px;
        overflow: hidden;
        position: relative;
    }

    .news_3_1_img img {
        width: 235px !important;
    }

    .service_box_1_text h2 {
        font-size: 16px;
        margin: 0;
        margin-top: 20px;
    }

    .teams_one {
        width: 50%;
        float: left;
        padding: 10px 6px;
    }
}

@media screen and (max-width:475px) {
    .abouts_img {
        width: 100%;
        float: left;
        background: url(../images/about_bg.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: center;
        height: 266px;
        background-color: rgba(0, 0, 0, 0.9);
        background-blend-mode: overlay;
    }

    .background_text h1 {
        font-size: 30px;
        color: #fff;
        width: 100%;
        display: inline-block;
        position: relative;
        margin: 0;
    }

    .background_text {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 170px;
    }

    .banner_text {
        margin-top: 60px;
    }

    .about_since_img {
        width: 100%;
        float: left;
        margin-top: 15px;
    }

    .about_since_img img {
        /* width: 85%; */
        max-width: 152px !important;
    }

    .about_since_text {
        width: 100%;
        float: left;
        padding: 27px 0;
    }

    .about_since_text h2 {
        font-size: 21px;
        float: left;
        color: #fff;
        padding: 0;
        margin: 0;
    }

    .sinces_img {
        overflow: hidden;
        height: 652px !important;
        background-color: rgb(78, 7, 7, 0.5);
        background-blend-mode: overlay;
    }

    .sinces_img {
        overflow: hidden;
        height: 652px !important;
        background-color: rgb(78, 7, 7, 0.5);
        background-blend-mode: overlay;
    }

    .service_box_1_text h2 {
        font-size: 10px;
        margin: 0;
    }

    .service_box_1_text p {
        /* max-width: 199px !important; */
        max-width: 190px !important;
        max-width: 200px;
        line-height: 12px;
        padding-top: 12px;
    }

    .service_box_1_icon {
        /* left: 79px; */
        width: 26px;
        height: 26px;
        left: 50px !important;
        /* left: 80px; */
    }

    .service_box_1_icon img {
        width: 11px;
        margin-top: -20px;
    }

    .Experience_img {
        width: 100%;
        float: left;
        padding: 0 0px 0 0;
    }

    .Experience_text {
        width: 100%;
        float: left;
        padding: 18px 20px;
    }

    .client_main .slick-prev {
        /* top: 154px; */
        left: 134px;
        /* top: 116px !important; */
        top: 105px !important;
    }

    .teams_main {
        width: 100%;
        float: left;
        padding: 50px 0 115px 0;
        margin-top: 0px;
    }

    .teams_1_img {
        width: 100%;
        float: left;
        border: 3px solid #d7d7d7;
        height: 130px;
        overflow: hidden;
        position: relative;
    }

    .news_main {
        padding: 34px 0;
    }


    .news_red_box {
        width: 100%;
        float: left;
        padding: 20px 20px;
        margin-top: -118px;
        position: relative;
    }

    .news_3_1_img img {
        max-width: 200px !important;
        width: 100%;
    }
}

/* blog-single-page.html responsive css start */

@media screen and (max-width:1180px) {
    .services_box_img_img {
        width: 100%;
        height: 501px;
        background-color: red;
        float: left;
        overflow: hidden;
    }
}

@media screen and (max-width:1080px) {
    .services_box_img_img {
        width: 100%;
        height: 458px;
        background-color: red;
        float: left;
        overflow: hidden;
    }

    .services_box_00_1_1_img img {
        width: 100%;
        max-width: 71px;
    }

    .services_box_00_1_1_text span a {
        font-size: 11px;
        color: #fff;
    }

    ul.services_box_00_2_ul li a {
        display: inline-block !important;
        border: none;
        color: #000;
        font-size: 12px;
        background-color: #fff;
        margin: 7px 0;
        padding: 10px 20px;
        border-radius: 30px;
    }
}

@media screen and (max-width:991px) {

    .services_box_img_img {
        width: 100%;
        height: 346px;
        background-color: red;
        float: left;
        overflow: hidden;
    }

    .services_box_00_1_1_img img {
        width: 100%;
        max-width: 51px;
    }

    .services_box_00_1_1_text span {
        font-size: 10px;
        color: #fff;
    }

    .services_box_00_1_1_text span a {
        font-size: 9px;
        color: #fff;
    }

    .services_box_00_1_1_text {
        width: 65%;
        float: left;
        margin-top: -9px;
    }

    .services_box_00_2 h2 {
        font-size: 15px;
        color: #fff;
        position: relative;
    }

    .services_box_00_2 h2:after {
        width: 80px;
        float: left;
        height: 2px;
        background-color: #fff;
        position: absolute;
        content: '';
        left: 0;
        top: 36px;
    }

    .services_box_00_2 ul li a {
        display: inline-block;
        padding: 12px 5px;
        border-bottom: 1px solid #fff;
        width: 100%;
        font-size: 12px;
    }

    .services_box_00_2 ul li a {
        display: inline-block;
        padding: 5px 9px;
        border-bottom: 1px solid #fff;
        width: 100%;
        font-size: 9px;
        border-radius: 4px;
    }


    span.services_box_img_text_1 a {
        font-size: 17px;
        color: #151515;
        display: inline-block;
        padding-top: 25px;
    }

    .services_box_img_text p {
        float: left;
        font-size: 13px;
        color: #585858;
        line-height: 19px;
        padding-top: 10px;
    }

    span.services__media {
        width: 100%;
        float: left;
        text-align: right;
        font-size: 13px;
        margin-top: 10px;
    }

    .blog_media_heading_img img {
        width: 100%;
        max-width: 55px;
    }

    .blog_media_heading_text p {
        font-size: 13px;
        color: #5a5a5a;
        line-height: 28px;
        max-width: 550px;
    }

    .blog_leaves h1 {
        font-size: 35px;
    }

    .blog_leaves_1 input {
        width: 96%;
        padding: 10px 10px;
        float: left;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 12px;
    }

    .blog_leaves_2 input {
        width: 96%;
        padding: 10px 10px;
        float: right;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 14px;
    }

    .blog_leaves_3 input {
        width: 100%;
        padding: 10px 10px;
        float: left;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 14px;
    }

    .blog_leaves_4 textarea {
        width: 100%;
        padding: 10px 10px;
        float: left;
        border: 1px solid #ccc;
        border-radius: 5px;
        height: 170px;
        font-size: 14px;
    }

    .blog_leaves_5 input {
        padding: 10px 30px;
        border-radius: 4px;
        border: none;
        background-color: #ccc;
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .services_box_img_img {
        width: 100%;
        height: 248px;
        background-color: red;
        float: left;
        overflow: hidden;
    }

    .services_box_00_1 h2 {
        font-size: 16px;
        color: #fff;
        position: relative;
    }

    .services_box_00_1 h2:after {
        width: 80px;
        float: left;
        height: 2px;
        background-color: #fff;
        position: absolute;
        content: '';
        left: 0;
        top: 39px;
    }

    .services_box_00_1_search input {
        width: 100%;
        float: left;
        border: none;
        padding: 7px 9px;
        border-radius: 5px;
        font-size: 12px;
    }

    .services_box_00_1_search a {
        float: right;
        color: #000;
        background-color: #ccc;
        padding: 7px 10px;
        border-radius: 4px;
        position: absolute;
        right: 0;
        font-size: 12px;
    }

    .services_box_00_1_1 h2 {
        font-size: 16px;
        color: #fff;
        position: relative;
        margin-bottom: 35px;
    }

    .services_box_00_1_1 h2:after {
        width: 80px;
        float: left;
        height: 2px;
        background-color: #fff;
        position: absolute;
        content: '';
        left: 0;
        top: 35px;
    }

    .services_box_00_1 {
        width: 100%;
        float: left;
        padding: 30px 11px;
        border-bottom: 1px solid #fff;
    }

    .services_box_00_1_1 {
        width: 100%;
        float: left;
        padding: 30px 11px;
        border-bottom: 1px solid #fff;
    }

    .services_box_00_1_1_text span a {
        font-size: 9px;
        color: #fff;
        line-height: 10px !important;
    }

    .services_box_00_1_1_img img {
        width: 100%;
        max-width: 41px;
    }

    span.services_box_img_text_1 a {
        font-size: 15px;
        color: #151515;
        display: inline-block;
        padding-top: 10px;
    }

    .services_box_img_text p {
        float: left;
        font-size: 10px;
        color: #585858;
        line-height: 15px;
        padding-top: 10px;
    }

    .blog_media_heading_text p {
        font-size: 11px;
        color: #5a5a5a;
        line-height: 20px;
        max-width: 550px;
    }

    .blog_media_heading_img img {
        width: 100%;
        max-width: 48px;
    }

    .blog_leaves h1 {
        font-size: 28px;
    }

    .services_box_00_2 ul li a {
        display: inline-block;
        padding: 2px 0px;
        border-bottom: 1px solid #fff;
        width: 100%;
        font-size: 7px;
        border-radius: 4px;
    }

    .services_box_00_2 h2 {
        font-size: 13px;
        color: #fff;
        position: relative;
    }

    .services_box_00_2 ul li a span {
        float: right;
        background-color: #4e0707;
        height: 13px;
        text-align: center;
        width: 13px;
        border-radius: 50%;
        padding: 2px 0;
    }

    .services_box_00_2 ul li a {
        display: inline-block;
        padding: 2px 4px;
        border-bottom: 1px solid #fff;
        width: 100%;
        font-size: 7px;
        border-radius: 4px;
    }

    .blog_leaves_1 input {
        width: 96%;
        padding: 7px 9px;
        float: left;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 12px;
    }

    .blog_leaves_2 input {
        width: 96%;
        padding: 7px 9px;
        float: right;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 12px;
    }

    .blog_leaves_3 input {
        width: 100%;
        padding: 7px 9px;
        float: left;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 13px;
    }

    .blog_leaves_4 textarea {
        width: 100%;
        padding: 7px 9px;
        float: left;
        border: 1px solid #ccc;
        border-radius: 5px;
        height: 170px;
        font-size: 13px;
    }
}

@media screen and (max-width:576px) {
    .services_img_left {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
    }

    .services_box_right {
        width: 100%;
        float: left;
    }

    .services_box_00_2 ul li a {
        display: inline-block;
        padding: 6px 9px;
        border-bottom: 1px solid #fff;
        width: 100%;
        font-size: 7px;
        border-radius: 4px;
    }

    .services_box_00_1_1_img img {
        width: 100%;
        max-width: 59px;
    }

    .services_box_00_1_1_img {
        width: 20%;
        float: left;
    }

}

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

    .services_box_img_img {
        width: 100%;
        height: auto;
        background-color: red;
        float: left;
        overflow: hidden;
    }

    span.services__media a {
        color: #000;
        display: inline-block;
        padding: 0 16px;
    }

    .blog_media_heading_img {
        width: 20%;
        float: left;
    }

    .blog_media_heading_text {
        width: 80%;
        float: left;
    }

    .blog_media_heading_img img {
        width: 100%;
        max-width: 40px;
    }

    .services_box_right {
        width: 100%;
        float: left;
        margin-top: 30px;
    }

    .services_box_00_1_1_img {
        width: 22%;
        float: left;
    }

    .services_box_00_1_1_text {
        width: 65%;
        float: left;
        margin-top: -9px;
        padding: 0 0 0 16px;
    }
}

/* blog responsive css start */

@media screen and (max-width:767px) {
    .news_3_1_img img {
        max-width: 345px !important;
        width: 100% !important;
    }
}

@media screen and (max-width:576px) {
    .news_3_1_img img {
        max-width: 355px !important;
        width: 109% !important;
    }

    .news_3_1_text h2 {
        font-size: 10px;
        margin-right: 0;
        margin-top: 9px;
        float: right;
    }

    .news_3_1_text p {
        font-size: 9px;
        line-height: 9px;
        padding-top: 9px;
        float: left;
        margin: 0;
    }
}

@media screen and (max-width:480px) {
    .news_3_1_img img {
        max-width: 353px !important;
        width: 125% !important;
    }
}

/* contact responsive css start */

@media screen and (max-width:1080px) {
    .contcts_fom_heading h1 {
        font-size: 33px;
    }

    .contcts_fom_heading p {
        color: #5a5a5a;
        display: inline-block;
        padding-top: 7px;
        font-size: 14px;
        max-width: 800px;
    }

    .contcts_fom_1 input {
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        padding: 12px 20px;
        border-radius: 5px;
        font-size: 14px;
    }

    .contcts_fom_2 input {
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        padding: 12px 20px;
        border-radius: 5px;
        font-size: 14px;
    }

    .contcts_fom_3 input {
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        padding: 12px 20px;
        border-radius: 5px;
        font-size: 14px;
    }

    .contcts_fom_4 textarea {
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        padding: 12px 20px;
        border-radius: 5px;
        height: 200px;
        font-size: 14px;
    }

    .contact_1_sumit input {
        border: none;
        background-color: #ccc;
        padding: 12px 30px;
        border-radius: 5px;
        font-size: 14px;
    }
}

@media screen and (max-width:991px) {
    .contacts_maps_map iframe {
        width: 100%;
        float: left;
        height: 488px;
    }

    .contacts_cont {
        width: 50%;
        float: left;
        padding: 4px 0 0 20px;
    }

}

@media screen and (max-width:767px) {
    .contacts_maps_map iframe {
        width: 100%;
        float: left;
        height: 410px;
    }

    .contacts_cont_one h4 {
        width: 100%;
        display: inline-block;
        font-size: 13px;
    }

    .contacts_cont_one span {
        width: 100%;
        float: left;
        color: #585858;
        padding: 3px 0;
        font-size: 12px;
    }

    .contacts_cont_1 {
        width: 100%;
        float: left;
        padding: 28px 0;
    }
}

/* page-faqs responsive css start */

@media screen and (max-width:576px) {
    .contacts_cont_1 {
        width: 100%;
        float: left;
        padding: 10px 0 !important;
    }

    .contcts_fom_heading h1 {
        font-size: 28px;
    }

    .contcts_fom_heading p {
        color: #5a5a5a;
        display: inline-block;
        padding-top: 7px;
        font-size: 12px;
        max-width: 800px;
    }
}

@media screen and (max-width:480px) {
    .contacts_maps_map {
        width: 100%;
        float: left;
    }

    .contacts_maps_map iframe {
        width: 100%;
        float: left;
        height: 300px;
    }

    .contacts_cont {
        width: 100%;
        float: left;
        padding: 4px 0 0 10px;
    }

    .contcts_fom_heading h1 {
        font-size: 21px;
    }

    .contcts_fom_heading p {
        color: #5a5a5a;
        display: inline-block;
        padding-top: 7px;
        font-size: 10px;
        max-width: 800px;
    }

    .contcts_fom_1 input {
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        padding: 7px 14px;
        border-radius: 5px;
        font-size: 11px;
    }

    .contcts_fom_3 input {
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        padding: 7px 14px;
        border-radius: 5px;
        font-size: 11px;
    }

    .contcts_fom_3 input {
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        padding: 7px 14px;
        border-radius: 5px;
        font-size: 11px;
    }

    .contcts_fom_4 textarea {
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        padding: 7px 14px;
        border-radius: 5px;
        height: 150px;
        font-size: 11px;
    }

    .contact_1_sumit input {
        border: none;
        background-color: #ccc;
        padding: 7px 14px;
        border-radius: 5px;
        font-size: 11px;
    }
}

@media screen and (max-width:991px) {
    .services_box_00_1_search input {
        width: 100%;
        float: left;
        border: none;
        padding: 10px 13px;
        border-radius: 5px;
        font-size: 14px;
    }

    .services_box_00_1_search a {
        float: right;
        color: #000;
        background-color: #ccc;
        padding: 10px 14px;
        border-radius: 4px;
        position: absolute;
        right: 0;
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .services_box_right {
        width: 100%;
        float: left;
        margin-top: 30px;
    }

    .accordion {
        background-color: #151515;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 13px;
        transition: 0.4s;
        margin: 4px 0;
        color: #fff;
        border-radius: 3px;
    }

    .panel p {
        font-size: 13px;
    }

    .accordion i {
        float: right;
        transition: 0.4s;
        font-size: 17px;
    }
}

@media screen and (max-width:480px) {
    .accordion {
        background-color: #151515;
        color: #444;
        cursor: pointer;
        padding: 12px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 8px;
        transition: 0.4s;
        margin: 4px 0;
        color: #fff;
        border-radius: 3px;
    }

    .accordion i {
        float: right;
        transition: 0.4s;
        font-size: 12px;
    }

    .panel p {
        font-size: 9px;
    }
}

/* page-testimoinal responsive css start */

@media screen and (max-width:1080px) {
    .testimonials_heading h1 {
        display: inline-block;
        font-weight: normal;
        font-size: 30px;
        position: relative;
    }

    .testimonials_heading h1:after {
        position: absolute;
        content: "";
        width: 100px;
        height: 4px;
        background-color: #4e0707;
        top: 70px;
        left: 122px;
    }

    .testimonials_1_img_img {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        float: left;
        border: 8px solid #f0f5f9;
        overflow: hidden;
    }

    .testimonials_1_img {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        float: left;
        text-align: center;
        border: 1px solid #000;
        overflow: hidden;
    }

    .testimonials_1_text h1 {
        font-size: 30px;
    }

    .testimonials_1_text p {
        font-size: 14px;
        line-height: 24px;
        color: #606060;
        float: left;
        margin-top: 13px;
    }

    .testimo_star i {
        font-size: 15px;
        color: #4e0707;
    }

    h4.testimo_name {
        font-size: 14px;
        line-height: 17px;
        margin-top: 10px;
        float: left;
    }
}

@media screen and (max-width:991px) {

    .testimonials_1_img_img {
        width: 250px;
        height: 250px;
        border-radius: 50%;
        float: left;
        border: 8px solid #f0f5f9;
        overflow: hidden;
    }

    .testimonials_1_img {
        width: 250px;
        height: 250px;
        border-radius: 50%;
        float: left;
        text-align: center;
        border: 1px solid #000;
        overflow: hidden;
    }

    .testimonials_1_text {
        width: 60%;
        float: left;
        padding: 0 0 0 22px;
    }

    .testimonials_1_text p {
        font-size: 14px;
        line-height: 24px;
        color: #606060;
        float: left;
        margin-top: 0;
        margin: 0;
    }

    .testimo_star {
        width: 100%;
        float: left;
        margin-top: 5px;
    }

    .testimonials_1 {
        width: 100%;
        float: left;
        background-color: #fff;
        border-radius: 30px;
        box-shadow: 0 0 15px 0 #ddd;
        padding: 35px 20px;
    }

    .clients_input_fom input {
        width: 100%;
        float: left;
        padding: 11px 10px;
        border-radius: 5px;
        border: none;
        margin: 10px 0;
        font-size: 13px;
    }

    .clients_input_fom select {
        width: 100%;
        float: left;
        padding: 11px 10px;
        border-radius: 5px;
        border: none;
        margin: 10px 0;
        color: #707070;
        font-size: 13px;
    }

    .clients_input_fom textarea {
        width: 100%;
        height: 100px;
        float: left;
        padding: 11px 10px;
        border-radius: 5px;
        border: none;
        margin: 10px 0;
        font-size: 13px;
    }
}

@media screen and (max-width:767px) {
    .testimonials_heading h1 {
        display: inline-block;
        font-weight: normal;
        font-size: 26px;
        position: relative;
        margin: 0;
    }

    .testimonials_heading h1:after {
        display: none;
    }

    .testimonials_heading p {
        font-size: 13px;
        max-width: 700px;
        margin: auto;
        display: inline-block;
        padding-top: 20px;
    }

    .testimonials_1_img_img {
        width: 200px;
        height: 200px;
    }

    .testimonials_1_img {
        width: 200px;
        height: 200px;
    }

    .testimonials_1_text h1 {
        font-size: 23px;
    }

    .testimonials_1_text p {
        font-size: 12px;
        line-height: 17px;
        color: #606060;
        float: left;
        margin-top: 0;
        margin: 0;
    }

    h4.testimo_name {
        font-size: 14px;
        line-height: 17px;
        margin-top: 0;
        float: left;
    }

    h4.testimo_name {
        font-size: 12px;
        line-height: 17px;
        margin-top: 0;
        float: left;
        margin: 0;
    }

    .testimo_name span {
        font-size: 11px;
        color: #606060;
    }

    .testimonials_1 {
        width: 100%;
        float: left;
        background-color: #fff;
        border-radius: 30px;
        box-shadow: 0 0 15px 0 #ddd;
        padding: 20px 20px;
    }

    .clients_input_fom input {
        width: 100%;
        float: left;
        padding: 8px 10px;
        border-radius: 5px;
        border: none;
        margin: 10px 0;
        font-size: 12px;
    }

    .clients_input_fom select {
        width: 100%;
        float: left;
        padding: 11px 10px;
        border-radius: 5px;
        border: none;
        margin: 7px 0;
        color: #707070;
        font-size: 12px;
    }

    .clients_input_fom textarea {
        width: 100%;
        height: 100px;
        float: left;
        padding: 11px 10px;
        border-radius: 5px;
        border: none;
        margin: 7px 0;
        font-size: 12px;
    }
}

@media screen and (max-width:567px) {
    .testimonials_1_text {
        width: 100%;
        float: left;
        padding: 0 0 0 0px;
        margin-top: 20px;
    }

    .testimonials_1 {
        width: 100%;
        float: left;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 15px 0 #ddd;
        padding: 20px 20px;
    }

    .testimonials_fom_fom {
        width: 100%;
        float: left;
        background-color: #151515;
        padding: 30px;
        border-radius: 10px;
    }
}

@media screen and (max-width:567px) {
    .testimonials_heading h1 {
        display: inline-block;
        font-weight: normal;
        font-size: 22px;
        position: relative;
        margin: 0;
    }

    .testimonials_main {
        width: 100%;
        float: left;
        padding: 37px 0;
    }
}

/* services responsive css start */


@media screen and (max-width:1240px) {
    .client_servic {
        width: 100%;
        float: left;
        height: 905px !important;
    }

    .client_main .slick-prev {
        left: 400px;
        z-index: 1005;
        top: 280px;
    }
}

@media screen and (max-width:1180px) {
    #gallery {
        width: 100%;
        float: left;
        padding: 0 0 50px 0;
        margin-top: 0px;
    }

    #problems {
        width: 100%;
        float: left;
        margin-top: 0px;
    }

    .client_servic {
        width: 100%;
        float: left;
        height: 727px !important;
    }

    .client_main .slick-next {
        right: 8px;
        top: 280px;
    }
}

@media screen and (max-width:1080px) {
    .client_main .slick-prev {
        left: 350px;
        z-index: 1005;
        top: 280px;
    }

    .news_boxes h1 {
        font-size: 25px;
        margin: 0;
    }

    .news_boxes p {
        font-size: 16px;
        color: #fff;
        max-width: 700px;
        padding-top: 10px;
        float: left;
        margin: 0;
    }

    .news_boxes:before {
        top: 145px;
        border-bottom: 4px solid #4e0707;
        border-right: 4px solid #4e0707;
        height: 100px;
        width: 100px;
        right: 0;
        transition: 0.5s;
    }
}

@media screen and (max-width:991px) {
    .client_servic {
        width: 100%;
        float: left;
        height: 572px !important;
    }

    .client_main .slick-next {
        right: 8px;
        top: 201px;
    }

    .client_main .slick-prev {
        left: 232px;
        z-index: 1005;
        top: 201px;
    }

    .news_boxes h1 {
        font-size: 20px;
        margin: 0;
    }

    .news_boxes p {
        font-size: 14px;
        color: #fff;
        max-width: 700px;
        padding-top: 10px;
        float: left;
        margin: 0;
    }

    .news_boxes:before {
        top: 156px;
        border-bottom: 4px solid #4e0707;
        border-right: 4px solid #4e0707;
        height: 100px;
        width: 100px;
        right: 0;
        transition: 0.5s;
    }
}

@media screen and (max-width:767px) {
    .service_box_1_icon {
        /* left: 79px; */
        width: 45px;
        height: 45px;
        left: 104px !important;
        /* left: 80px; */
    }

    .client_main .slick-next {
        right: 8px;
        top: 133px;
    }

    .client_main .slick-prev {
        left: 173px;
        z-index: 1005;
        top: 201px;
    }

    .client_servic {
        width: 100%;
        float: left;
        height: 426px !important;
    }

    .news_boxes h1 {
        font-size: 16px;
        margin: 0;
    }

    .news_boxes p {
        font-size: 11px;
        color: #fff;
        max-width: 700px;
        padding-top: 10px;
        float: left;
        margin: 0;
    }

    .news_boxes:before {
        top: 103px;
        border-bottom: 4px solid #4e0707;
        border-right: 4px solid #4e0707;
        height: 100px;
        width: 100px;
        right: 0;
        transition: 0.5s;
    }
}

@media screen and (max-width:576px) {
    .service_box_1_icon {
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 50%;
        background-color: #4e0707;
        /* float: left; */
        display: inline-block;
        padding: 10px 0;
        /* position: absolute; */
        top: -43px;
        left: 116px;
        z-index: 99999999999999999999999999999999;
        right: 0;
        transition: 0.8s;
        margin-top: -70px;
    }

    .client_servic {
        width: 100%;
        float: left;
        height: 450px !important;
    }

    .client_main .slick-prev {
        left: 141px;
        z-index: 1005;
        top: 201px;
    }

    .news_boxes:after {
        display: none;
    }

    .news_boxes:before {
        display: none;
    }

    .news_boxes a {
        font-size: 9px;
        padding: 6px 7px;
        margin-top: 11px;
        float: left;
    }

    .news_boxes {
        width: 100%;
        float: left;
        border-radius: 15px;
        background-color: #4e0707;
        padding: 26px 17px;
    }

}

@media screen and (max-width:480px) {
    .service_box_1_icon {
        /* left: 79px; */
        width: 24px;
        height: 24px;
        left: 53px !important;
        /* left: 80px; */
    }

    .client_servic {
        width: 100%;
        float: left;
        height: auto !important;
    }
}




/* == RESPONSIVE CSS == */
/* mobile tab */
@media (max-width: 767px) {
    .contcts_fom_main {
        padding: 45px 0;
    }

    .problems_main {
        padding: 50px 0 50px 0;
    }

    .problems_box_1 {
        height: auto;
    }

    .client_heading {
        margin-top: 30px;
    }

    .services_box_main {
        padding: 40px 0;
    }

    .services_box_img_text {
        padding: 12px;
    }

    .blog_lef_img {
        margin-top: 0px;
        padding: 14px 5px;
    }

    .services_box_box {
        padding: 0 0px 0px 0;
    }

    .client_servic {
        padding-bottom: 40px;
    }

    .background_text h2 {
        font-size: 30px !important;
    }

    .services_box_img_text h2 {
        font-size: 22px;
        margin: 20px 0px 10px;
    }

    .services_box_img_text h1 {
        font-size: 22px;
        margin: 47px 0px 0px;
    }

    .teams_boxes {
        padding: 0 0 0 0;
    }

    .teams_main {
        margin-top: 120px !important;
    }

    #teams .teams_main_team {
        margin-top: 0px !important;
    }

    .news_3_box {
        margin-top: 15px;
    }

    .service_box_1 {
        margin-bottom: 0px;
    }
}

.services_box_img_text ul,
.services_box_img_text ol {
    display: table;
    width: 100%;
    clear: both;
    padding-left: 15px;
}

/* // mobile tab */
/* == // RESPONSIVE CSS == */

.z-index--1 {
    z-index: -1;
}

.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}

.mt-50 {
    margin-top: 50px;
    ;
}

.py-8 {
    padding: 100px 0px;
}

button.btn.btn-primary.btn-md {
    font-size: 16px;
    background-color: #4e0707;
    color: #fff;
    padding: 12px 20px;
    border: none;
}

.service-item {
    background-color: rgb(255, 255, 255);
    margin-bottom: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(243, 215, 255);
    border-image: initial;
    border-radius: 23px;
    padding: 25px;
    transition: 0.4s;
    box-shadow: 0px 0px 5px #ddd;
}

.service-item h4 {
    font-size: 20px;
    color: rgb(11 11 11);
    margin-top: 0px;
    line-height: 30px;
    transition: 0.4s;
    font-weight: bold;
}

.service-item p {
    margin: 0px;
}

#main {
    margin: 50px 0;
}

#main #faq .card {
    margin-bottom: 30px;
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #dedede;
    color: #222;
    padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #4e0707;
    color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    background: #4e0707;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: #dedede;
    line-height: 30px;
    color: #222;
}

.titlesc {
    padding: 0px 20px;
}

.titlesc h3 {
    color: #4e0707;
    font-weight: bold;
}

#formonload_modal .modal-content {
    border-radius: 1.3rem;
    background-repeat: no-repeat;
    background-size: cover;
}

#formonload_modal .close {
    background: #ddd;
    width: 40px;
    text-align: center;
    height: 40px;
    padding: 0rem 0rem;
    border-radius: 100%;
    margin: -1rem -1rem -1rem auto;
    opacity: 1;
}

#formonload_modal input,
#formonload_modal textarea {
    padding: 13px 15px;
    height: auto;
}

#formonload_modal input[type="submit"] {
    background-color: #4e0707;
    width: 100%;
}

@media (min-width: 992px) {
    #formonload_modal .modal-dialog {
        max-width: 70%;
        margin: 7.75rem auto;
    }

    .submit-form1 {
        width: 300px;
        padding-top: 95px;
    }
}

.content-deo {
    position: relative;
    clear: both;
    width: 100%;
    display: table;
}

.repair-section {
    padding: 60px 0;
}

.repair-section h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.repair-list li {
    margin-bottom: 10px;
    list-style: none;
}

.rounded-3 {
    border-radius: 10px;
}

.service-section {
    padding: 70px 0;
    background: #f7f7f7;
}

.service-card {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 30px;
    background: #fff;
    height: 100%;
    transition: 0.3s;
}

.service-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.service-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.service-card p {
    color: #555;
    line-height: 1.7;
}

.location-section {
    padding: 80px 0;
}

.section-title {
    font-weight: 700;
    font-size: 34px;
}

.location-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    height: 100%;
    transition: all 0.3s ease;
}

.location-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.location-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
}

.location-card p {
    color: #555;
    line-height: 1.7;
    font-size: 15px;
}

.faq-section {
    padding: 40px 0;
    background: #f9fafc;
    display: table;
    width: 100%;
}

.faq-title {
    font-weight: 700;
    font-size: 34px;
}

.custom-faq .accordion-item {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin-bottom: 9px;
    overflow: hidden;
    background: #fff;
}

.custom-faq .accordion-item h2 {
    margin-bottom: 0px;
}

.custom-faq .accordion-button {
    font-weight: 600;
    font-size: 17px;
    background: #fff;
    box-shadow: none;
    padding: 18px 20px;
    width: 100%;
    text-align: left;
    border: 1px solid #ddd;
    overflow: hidden;
}

.custom-faq .accordion-button:not(.collapsed) {
    background: #4e0707;
    color: #ffffff;
}

.custom-faq .accordion-body {
    color: #555;
    line-height: 1.7;
    padding: 20px;
}

.mega-menu {
    display: flex;
    background: #ffffff;
    color: #000000;
    padding: 15px;
    gap: 35px;
}

.mega-left {
    width: 220px;
    /* border-right:1px solid #222; */
}

.mega-left .cat img {
    width: 30px;
    margin-right: 10px;
}

.mega-left .cat span {
    float: right;
}

.cat {
    padding: 7px;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 6px;
    font-size: 14px;
}

.viewall a {
    color: #ccc;
}

.viewall a {
    display: flex;
    justify-content: space-between;
    align-content: center;
    border: 1px solid #515151 !important;
    text-decoration: none;
    padding: 3px 10px !important;
    border-radius: 4px;
    font-size: 13px;
}

.viewall a svg {
    margin: 3px;
}

.cat:hover,
.cat.active {
    background: #4e0707;
    color: #fff;
}

.mega-content {
    display: flex;
    flex: 1;
}

.mega-panel {
    display: none;
    gap: 50px;
}

.mega-panel.active {
    display: flex;
}

.mega-column h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.mega-column ul {
    list-style: none;
    padding: 0;
}

.mega-column li {
    padding: 6px 0;
    color: #ccc;
    font-size: 14px;
}

.mega-column li a {
    color: #ccc;
    text-decoration: none;
}

.mega-column li a:hover {
    color: #4e0707;
}

@media (max-width:767px) {
    .mega-left {
        width: 100%;
        margin-bottom: 23px;
    }

    .mega-column h4 {
        font-size: 16px;
    }

    .mega-panel {
        gap: 15px;
    }

    .mega-menu {
        display: block;
        padding: 15px;
    }
}