* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: roboto;
    font-weight: 400;
    font-size: 15px;

}

h1,
.h1 {
    font-size: 55px;
    color: #010d14;
    line-height: 65px;
}

h2,
.h2 {
    font-size: 40px;
}

h3,
.h3 {
    font-size: 25px;
}

h4,
.h4 {
    font-size: 25px;
}

h5,
.h5 {
    font-size: 15px;
}

p {
    font-size: 17px;
    color: #333;
}

.p_one p img {
    padding-right: 15px;
}

.p_one p {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

.color_wt {
    color: #fff;
}

.color_blk {
    color: #333;
}

html {
    scroll-behavior: smooth;
}

::selection {
    background: #ffb703;
    margin: 2px;
}

/****************** btn_orange ************/
.btn_orange a {
    background: #ffb703;
    padding: 18px 35px;
    color: #000;
    display: inline-block;
    text-decoration: none;
}

.btn_orange a:hover {
    background: #fff;
    color: #000;
    transition: all 0.5s;
}

/****************** header top bar ************/
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    : 0;
    z-index: 6;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #ffb703;
}

#header .btn_orange a:hover {
    background: #000;
    color: #fff;
}

.header_wrap {
    background: #fff;
    padding: 1rem 0;
}

.top_bar {
    background: #000;
    width: 100%;
    padding: 20px 0px;
}

.top_bar .contact_info .cont_icon li a {
    color: #fff;
    text-decoration: none;
    padding-right: 20px;
}

/****************** right icons ************/


.row_one .cont_icon {
    display: flex;
}

.cont_icon li:last-child {
    border: none;
}

.cont_icon .fa.fa {
    margin-right: 5px;
    color: #ffb703;
}

.row_one .cont_icon li a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}

.col_info_two .opening {
    display: flex;
    justify-content: end;
}

.col_info_two .opening li {
    padding-right: 17px;
    list-style: none;
    color: #fff;
}

.col_info_two .opening li:first-child {
    border-right: 1px solid #444;
    margin-right: 15px;
}

.col_info_two .opening li:last-child {
    padding: 0;
}

.opening .fa.fa-clock-o {
    color: #ffb703;
    padding-right: 5px;
}

header .navbar-toggler {
    background: #000;
}


header .navbar-toggler span {
    opacity: 1;
    color: #fff;
    transform: rotate(90deg);
    display: inline-block;
    font-weight: bold;
    position: relative;
}

.header_wrap .navbar-light .navbar-toggler {
    color: rgb(252, 180, 36);
}

/****************** top bar ************/

.main_header {
    width: 100%;
    background: #fff;
}

.header_wrap .navbar-brand img {
    width: 200px;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}


/****************** banner ************/
.main_banner {
    width: 100%;
    background: url(../images/banner-bg.jpg)no-repeat scroll center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 187px;
    padding: 5rem 0;
}

.main_banner .heading_two h1 {
    font-size: 60px;
    color: #1e1c1c;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.heading_one p img {
    padding-right: 10px;
}



.main_banner .btn_orange {
    width: 250px;
    text-align: left;
}

.main_banner .heading_two p {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #333333;
    margin: 0 0 40px;
}

.main_banner .btn_orange a {
    text-decoration: none;
    padding: 20px 25px;
    display: inline-block;
    font-size: 15px;
}

/****************** about ************/
.main_section {
    width: 100%;
    background: #ffb703 url(../images/about-bg.jpg)no-repeat scroll bottom / cover;
    padding: 5rem 0;
}

.img_part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info_part {
    display: flex;
    flex-direction: column;

}

.info_part .p_three {
    display: flex;
}

.p_three img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
}

.p_three ul {
    padding-left: 40px;
    line-height: 2.5;
}

.p_three ul li {
    list-style: none;
    position: relative;
    font-size: 15px;
    font-weight: bold;
}

.p_three ul li::before {
    content: '\f00c';
    font-family: FontAwesome;
    background: #ffb703;
    color: #fff;
    padding: 1px;
    border-radius: 50%;
    margin-right: 8px;
    font-size: small;
}

.p_four {
    display: flex;
    padding-top: 4rem;
}

.p_four .btn_orange {
    width: 170px;
    text-align: left;
}

.p_four .btn_orange a {
    text-decoration: none;
    padding: 20px 25px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}

.p_four .sign {
    padding-left: 7rem;
}

/****************** .Services_section *******************/
.Services_section {
    background: #e8eaee;
    padding: 5rem 0;
}

.head_part_m {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}

.cmn_box .img_wrp img {
    width: 100%;
}

.Services_section .in_sect {
    display: flex;
    flex-wrap: wrap;
}

.Services_section .cmn_box {
    height: 500px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    margin: 20px 15px;
}

.Services_section .cmn_box.colum_one {
    background: url(../images/servic-1.png)no-repeat scroll center / cover;
}

.Services_section .cmn_box.colum_two {
    background: url(../images/servic-2.jpg)no-repeat scroll center /cover;
}

.Services_section .cmn_box.colum_three {
    background: url(../images/servic-3.jpg)no-repeat scroll center /cover;
}

.Services_section .cmn_box.colum_four {
    background: url(../images/servic-4.jpg)no-repeat scroll center /cover;
}

.Services_section .cmn_box.colum_five {
    background: url(../images/servic-5.jpg)no-repeat scroll center /cover;
}

.Services_section .cmn_box.colum_six {
    background: url(../images/servic-6.jpg)no-repeat scroll center /cover;
}

.Services_section .cmn_box::before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.Services_section .cmn_box:hover::before,
.cmn_box:hover .hover_box {
    opacity: 1;
    visibility: visible;
}

.cmn_box .text_box {
    display: flex;
    width: 100%;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    transition: 0.3s;
    opacity: 1;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cmn_box:hover .text_box {
    right: -100%;
}

.cmn_box .icon_box {
    background: orange;
    padding: 15px 25px;
}

.cmn_box .text_box img {
    max-width: 50px;
    width: 100%;
}

.cmn_box .hover_box {
    position: absolute;
    top: 50px;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    justify-content: center;
}

.cmn_box .hover_box .icon_box {
    width: 80px;
    border-radius: 50%;
    height: 80px;
    padding: 20px;
    margin-bottom: 15px;
}

.cmn_box .hover_box img {
    width: 100%;
}

.cmn_box .hover_box .text {
    padding-bottom: 20px;
}

.cmn_box .hover_box .btn_orange a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
}

/************* number_talk *************/
.number_talk {
    background: url(../images/index.png)no-repeat fixed center / cover;
    padding: 5rem 0;

}

.number_talk .p_one p {
    color: #fff !important;
}

.number_talk .nmb_clm_wrap {
    display: flex;
    flex-wrap: wrap;
}

.number_talk .nmb_clm span {
    font-size: 40px;
    color: #ffb703;
    font-weight: 600;
}

.number_talk .cl_box {
    text-align: left;
    padding: 28px 35px 40px 35px;
    background: #FFB7031F;
    clip-path: polygon(15% 0%, 100% 0, 100% 20%, 100% 74%, 85% 100%, 0 100%, 0% 80%, 0% 25%);
    margin: 20px;
}

.number_talk .clm_data .text_clm span {
    font-size: 17px;
    font-weight: 500;
}

.number_talk .text_clm {
    padding: 10px 0;
    color: #fff;
}

/*###################### benifits sec ########################*/

.benifits_sec .accordion-flush .accordion-item {

    color: #fff;
    font-size: 19px;
}

.benifits_sec .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.benifits_sec .accordion-button:focus {
    z-index: 3;
    border-color: #ffa500;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255, 165, 0);
}

.benifits_sec .accordion-button:focus {
    z-index: 3;
    outline: 0;
}

.benifits_sec .collapsed_wrap {
    padding: 5rem 0;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
    background: #000;
}

.benifits_sec .accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    background: orange;
    margin-bottom: 25px;
    padding: 30px;
    font-size: 18px;
    font-weight: 600;
}

.benifits_sec .right-bg {
    background: url(../images/image_bg.png)no-repeat scroll;
    max-width: 100%;
    background-size: cover;
    height: 650px;
}

/*------------------project ------------------------*/

.Projects_sect {
    background: #e8eaee;
    padding: 5rem 0;
}

.cmn_box_wrap {
    display: flex;
    flex-wrap: wrap;
}

.Projects_sect .cmn_grid .content {
    display: flex;
    justify-content: space-between;
}

.Projects_sect .cmn_grid .content .icon img {
    width: 30px;
}

.Projects_sect .cmn_grid .content .icon {
    background: #ffb703;
    padding: 25px;
}

.Projects_sect .cmn_grid .title {
    background: #fff;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.Projects_sect .cmn_grid .title h3 {
    font-size: 19px;
    font-weight: 500;
}

.Projects_sect .cmn_grid .title span {
    font-size: 16px;
    font-weight: 400;
}

.Projects_sect .cmn_grid .title h3:hover {
    color: #ffb703;
}

.Projects_sect .cmn_grid .title span:hover {
    color: #ffb703;
}

.Projects_sect .cmn_img img {
    width: 100%;
    transition: all 1.3s ease 0s;
}

.Projects_sect .cmn_img img:hover {
    transform: scale(1.3);
}

.Projects_sect .cmn_img {
    overflow: hidden;
}

.Projects_sect .cmn_grid {
    height: 100%;
    max-height: 600px;
    margin: 1rem;
}

/************************choose section***********************/

.line_1 {
    display: flex;
}


.video_part {
    background: url(../images/index-video.png)no-repeat scroll center / cover;
    min-height: 700px;
    position: relative;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video_youtube iframe {
    width: 100%;
}

.video_part .modal {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.video-play-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #282316;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffa500;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken #fa183d, 10%;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video_content {
    padding: 5rem 0px 0px 30px;
}

.row_part {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.cmn_line {
    width: calc(50% - 60px);
    margin: 10px 30px 30px 0px;
    position: relative;
    display: flex;
    position: relative;
}

.cmn_line .serial_no {
    font-size: 20px;
    background: orange;
    border-radius: 50%;
    position: absolute;
    left: 0 !important;
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: 600;
}

.serial_text .serial_title h3 {
    font-size: 19px;
    font-weight: 600;
    color: #333;
}

.serial_title {
    padding-left: 55px;
}

.serial_text {
    padding-top: 5px;
}

/*888888888888888888888888 working 888888888888888888*/


.working_skill {
    width: 100%;
}

.working_skill .work_row {
    display: flex;
    justify-content: space-between;
}

.working_part {
    width: 30%;
}

.working_part .title_one h4 {
    font-size: 20px;
    font-weight: 500;
    color: #222121;
    padding-bottom: 20px;
}


.row_bar {
    width: 70%;
    padding: 10px 0;
}

.color_bar {
    width: 95%;
    background: #cecaca;
    /*! padding: 5px; */
    border-radius: 30px;
}

.skill_bar {
    display: flex;
    flex-direction: column-reverse;
}

.bar_95\% {
    width: 93%;
    background: orange;
    padding: 3px;
    border-radius: 30px;
    position: relative;
    margin: 0px;
    overflow: visible;
    padding: ;
}

.row_bar span {
    position: absolute;
    right: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #010d14;
    overflow: visible;
    line-height: 63px;
    padding-right: 20px;
}

.star_row {
    display: flex;
}

.star_row ul {
    display: inline-flex;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.star_row ul li {
    padding: 32px 15px 4px 0px;
    list-style: none;
    color: orange;
    font-size: 15px;
}

.info_bar {
    display: flex;
    padding-top: 15px;
}

.info_bar p {
    padding-right: 15px;
    font-size: 14px;
    color: #333;
}

.info_bar a {
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.info_bar a:hover {
    color: orange;
    transition: all 0.5s;
}

/*8888888888888888888 testimonial  888888888888888*/
.et_content .vehicle-detail-banner.banner-content.clearfix {
    width: 100%;
    overflow: hidden;
}

.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}

.banner-slider .slider.slider-for {
    max-width: 75%;
    padding-right: 35px;
}

.banner-slider .slider.slider-nav {
    max-width: 20%;
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}

.banner-slider .slider.slider-nav {

    overflow: hidden;

}

.slider-banner-image.slick-slide img {
    width: 400px !important;
    height: 400px !important;
    object-fit: cover;
    padding-left: 1rem;
}

.slider-banner-image.slick-slide span h4 {
    padding: 2rem;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
    height: 150px;
    margin-bottom: 20px;
}

.thumbnail-image .thumbImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* padding: 1rem 0 0 2rem; */
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    margin-bottom: 25px;
}

.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}

.slider-nav .slick-slide {
    text-align: center;
}

.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}

.slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

.slick-prev {
    top: 0;
}

.slick-next {
    bottom: 0;
    background-color: #fff;
}

.slick-prev.slick-arrow {
    background-image: url(../images/black-up-arrow.png);
    display: none;
    opacity: 0;
}

.slick-next.slick-arrow {
    background-image: url(../images/black-down-arrow.png);
    display: none;
    opacity: 0;
}



.testimonial {
    background: #e8eaee;
    padding: 7rem 0 5rem 0;
}

.testimonial .slider {
    background: #fff;
}

.testimonial .main_head {
    display: flex;
    justify-content: space-between;
}

.team_member {
    background: #fff;
    height: 100%;
}

.testimonial .main_head_one {
    background: #e8eaee;
    padding-bottom: 2rem;
}

.bg_content {
    padding: 50px 40px 0px 40px;
    margin-top: 30px;
}

.bg_content img {
    width: 60px;

}

.bg_content p {
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
    color: #0A0A0A;
    font-weight: 400;
    margin: 35px 0px 35px 0px;
}

.bg_content .pic_wrap {
    margin-bottom: 20px;
}

.pic_wrap img {
    width: 80px;
    border-radius: 50%;

}

.pic_wrap_info .name h4 {
    font-size: 19px;
}

.pic_wrap_info .name p {
    padding: 10px 0;
    margin: 0;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    color: #000;
}

.img_big img {
    max-width: 90%;
    padding: 25px 0px 25px 25px;
    height: 455px;
    object-fit: cover;
}

.img_big .pic_wrap_info {
    padding-left: 25px;
}

.img_small {
    padding: 25px 30px 0px 0px;
}

.img_small img {
    width: 100px;
    border-radius: 3px;
    height: 120px;
}

.img_small .img_sm_2 {
    padding-top: 22px;
}

.testimonial .slider_box {}

.et_content {
    display: flex;
    border-radius: 4px;
    padding: 1rem 0;
    /*! justify-content: center; */
    /*! align-items: center; */
}

.pic_wrap_info .name p:hover {
    color: #ffb703;
}

.row_col_section {
    width: 100%;
}

/******** logo_section************/

.logo_section {
    background: #fff;
    margin: 4rem 0 0 0;
}

.slider_item {
    padding: 2rem 40px 2rem 40px;

}

/********blog************/

.new_blog {
    padding: 5rem 0;
}


.new_blog .cmn_blog {
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.cmn_blog img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.new_blog .btn_orange a:hover {
    background: #000;
    color: #fff;
}

.cmn_blog .blog_content {
    padding: 20px 35px;
}

.cmn_blog .blog_content .time ul {
    display: flex;
    list-style: none;
    padding: 20px 0;

}

.cmn_blog .blog_content .time ul li {
    font-size: 15px;
    font-weight: 400;
}

.cmn_blog .blog_content .time ul li:first-child {
    padding-right: 25px;
}

.cmn_blog .blog_content .time ul li .fa {
    padding-right: 8px;
    color: #ffb703;
}

.cmn_blog .blog_content .info p {
    padding-bottom: 20px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.7;
    color: #333;
}

.cmn_blog .blog_content .btn_orange {
    padding-bottom: 20px;
}

/******************** Work_us ******************/
.work_us_banner {
    background: url(../images/index-bg.png)no-repeat scroll center / cover;
    padding: 8rem 0px;
}

.work_us_banner .work_us {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.work_us_banner .work_us .p_one p {
    color: orange;
}

.work_us_banner .work_us .m_head_2 h1,
p {
    color: #fff;
}

.work_us_banner .work_us .content {
    padding: 20px 0;
    font-size: 17px;
    text-align: center;
    line-height: 1.6;
}

.work_us_banner .work_us .btn_orange {
    width: 200px;
}

.work_us_banner .work_us .btn_orange a {
    padding: 20px 40px;
    font-weight: 500;
    font-size: 17px;
}

.work_us_banner .work_us .btn_orange a:hover {
    background: #fff;
    color: #000;
    transition: all 0.5s;
}

/*************** form ***************/

.contact_clm {
    display: flex;
    justify-content: space-between;
    padding: 5rem 0px;
    background: #f2f2f2 url(../images/indexadd.png)no-repeat scroll center / cover;
    flex-wrap: wrap;
}

.email_box .m_head_2 h1 {
    font-size: 40px;
}

form {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
}

form .clm_row {
    margin: 20px 20px 0 0;
}



.clm_row .form_edit {
    padding: 22px 3rem 22px 22px;
    background: #fff;
    border: none;
    border-radius: 4px;
    /*! margin: 10px 0; */
    font-size: 15px;
}

.clm_row .message_edit {
    padding: 1rem 8rem 0rem 1rem;
    font-size: 17px;
    border: none;
    border-radius: 4px;
}

.email_box .email_wrap {
    padding: 30px 0;
}


.form_col input {
    background: #ffb703;
    padding: 20px 35px;
    border: navajowhite;
    font-size: 17px;
    font-weight: 600;
    font-family: arial;
}

.form_col input:hover {
    background: #000;
    color: #fff;
    transition: all 0.5s;
}

.cmn_addrs {
    margin: 30px 0px 0 0;
    background: #fff;
    padding: 40px 20px 20px 20px;
}

.cmn_addrs:first-child {
    margin-top: 0;
}

.cmn_addrs .contact_box {
    display: flex;
}

.cmn_addrs .img_wrap img {
    width: 50px;
}

.cmn_addrs .contact_box .img_wrap {
    padding-right: 20px;
}

.cmn_addrs .contact_box .add p,
a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}

.contact_box .add p {
    display: flex;
    flex-direction: column;
}

.cmn_addrs h2:hover {
    color: orange;
}

.cmn_addrs p a:hover {
    color: orange;
}


/*888888888888888888888 footer 888888888888*/
#footer {
    background: #000;
    padding: 5rem 0 5rem 0;
}

.main_logo img {
    width: 180px;
}

.footer_wrap {
    display: flex;
    padding: 40px 0;
    /* flex-wrap: wrap; */
}

.col_footer_bx .data_first {
    margin-top: 22px;
}

.col_footer_bx .data {
    margin-top: 2rem;
    width: 100%;
}


.col_footer_bx .data p {
    color: #fff;
    padding: 0px 0 12px 0;
    font-size: 17px;
    line-height: 1.6;
}

.col_footer_bx .timing p {
    font-size: 18px;
    font-weight: 600;
}

.col_footer_bx .icons_wrap ul li .fa {
    font-size: 20px;
    padding-right: 25px;
    color: #fff;
}

.col_footer_bx .icons_wrap ul li:hover {
    color: #ffb703;
}


.col_footer_bx .data .contact_info .cont_icon li .fa {
    font-size: 22px;
    width: 40px;
    position: relative;
    top: 3px;
}

.col_footer_bx .data ul li {
    padding-bottom: 20px;
    display: flex;
}

.col_footer_bx .data ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
}

.col_footer_bx .data ul li a:hover {
    color: orange;
}

.col_footer_bx .data .email {
    max-width: 200px;
}

.col_footer_bx .data .email input {
    padding: 20px 0px;
    background: #20272a;
    border: none;
    color: #fff;
    font-size: 15px;
    text-align: center;
    /* max-width: 200px; */
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    display: none;
    opacity: 0;
}

/**************** footer nav ^****************/

.copyrite {
    background: #201e1e;
    padding: 10px 0;
}


/**************** responsive ****************/
@media(max-width:1199px) {
    .contact_info .cont_icon li {
        margin-right: 4px;
    }

    .cmn_addrs .contact_box .add p,
    a {
        font-size: 12px;
    }

    .cont_icon .fa.fa {
        margin-right: 4px;
        color: #ffb703;
        font-size: 12px;
    }

    .col_info_two .opening li:first-child {
        margin-right: 15px;
        font-size: 14px;
    }

    h1,
    .h1 {
        font-size: 50px;
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: 1.5;
    }

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

    h4,
    .h4 {
        font-size: 25px;
    }

    h5,
    .h5 {
        font-size: 25px;
    }

    .Services_section {
        padding: 5rem 0;
    }

    .Projects_sect .cmn_grid .title h3 {
        font-size: 17px;
        padding: 10px 0;
        margin: 0;
    }


}

@media(max-width:991px) {
    .main_banner {
        width: 100%;
        background: url(../images/istockphoto.jpg)no-repeat scroll center / cover;
    }

    #header .container {
        max-width: 850px;
    }

    h1,
    .h1 {
        font-size: 45px;
        color: #fff;
    }

    .main_banner .heading_two p {
        color: #fff;
    }

    .work_us_banner .work_us .m_head_2 h1,
    p {
        color: #ffcb47;
    }

    .main_banner .in_wrap {
        text-align: center;
    }

    .main_banner .btn_orange {
        width: 100%;
        text-align: center;
    }

    .main_section .info_part {
        display: flex;
        flex-direction: column;
        padding-left: 0 !important;
    }

    .benifits_sec .collapsed_wrap {
        padding: 5rem 0;
        text-align: center;
    }

    .benifits_sec .right-bg {
        display: none;
        opacity: 0;
    }

    .benifits_sec {
        background: #e8eaee;
    }

    .accordion-item {
        background: transparent;
    }

    .Projects_sect {
        padding-top: 2rem;
    }

    .video_part {
        background: url(../images/servic-6.jpg)no-repeat scroll center;
        height: 100%;
        position: relative;
    }


    .video_content {
        padding: 5rem 0px 20px 30px;
    }

    .testimonial {
        padding: 5rem 0 5rem 0;
    }

    .testimonial .slider {
        padding-bottom: 20px;
        text-align: center;
    }

    .team_member {
        height: auto;
        margin-top: 3rem;
    }

    .testimonial .slider-banner-image.slick-slide img {
        height: 328px !important;
        width: 100% !important;
    }

    .bg_content .pic_wrap {
        margin-bottom: 20px;
        padding-top: 28px;
    }

    .logo_section .slick-dots {
        display: none;
        opacity: 0;
    }

    .cmn_blog img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cmn_blog .blog_content {
        padding: 20px 35px;
        text-align: center;
    }

    .new_blog .cmn_blog .blog_content .time {
        display: flex;
        justify-content: center;
    }

    .clm_row .message_edit {
        padding: 2rem;
    }

    .col_footer_bx {
        margin-bottom: 3rem;
    }

    #footer {
        background: #000;
        padding: 5rem 0 0 0;
    }

}

@media(max-width:767px) {
    .number_talk .data_part {
        text-align: center;
        margin-bottom: 3rem;
    }

    .top_bar {
        display: none;
        opacity: 0;
    }

    .main_banner {
        margin-top: 100px;
    }

    .video_content {
        padding: 1rem 0px 20px 30px;
        text-align: center;
    }

    .new_blog {
        padding: 2rem 0;
    }

    .team_member {
        margin-top: 3rem;
    }

    .testimonial .slider-banner-image.slick-slide img {
        width: 100% !important;
        height: 100% !important;
    }

    .thumbnail-image .thumbImg img {
        padding: 0 1rem;
    }

    .bg_content {
        padding: 50px 40px 20px 40px;
    }

    .number_talk .cl_box {
        text-align: center;
    }

    .email_box {
        text-align: center;
    }

    form {
        display: inherit;
    }

    .clm_row .form_edit {
        width: 100%;
    }

    .clm_row .message_edit {
        width: 100%;
    }

}

@media(max-width:575px) {
    .top_bar {
        display: none;
        opacity: 0;
    }

    h1,
    .h1 {
        font-size: 35px;
        line-height: 1.3;
    }

    h4,
    .h4 {
        font-size: 17px;
    }

    .main_banner .heading_two p {
        font-size: 17px;

    }

    .Services_section .cmn_box {
        margin: 20px 0;
    }

    form .clm_row {
        margin-right: 0;
    }


}