* {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: "Montserrat", serif;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

a,
button,
img,
input,
span {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

figure {
  padding: 0;
  margin: 0;
}

/*Top Header*/

.container {
    max-width: 1250px;  
}

header.header-main {
    border-bottom: 2px solid transparent;
     /* Smooth transitions */
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
     
 
}

 header.sticky {
    background-color: #ffffff;
    border-bottom: 2px solid #ec2028;
    position: fixed;
    right: 0;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); 
    /* Smooth slide down animation */
    animation: smoothSlideDown 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 
}

 

/* Smooth slide down keyframes */
@keyframes smoothSlideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
}



.theme-menu > li {
    padding: 0;
    position: relative;
    margin: 0 !important;
}

.theme-menu>li>a {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
    position: relative;
}

header.sticky .theme-menu > li > a{
    color: #000;
}

.theme-menu > li > a {
    display: inline-block;
    border: unset !important;
    padding: 5px 0px 5px;
    position: relative;
    font-weight: 600;
    color: #fff;
}

.theme-menu > li > a:hover{
    color:#ec2028 !important ;
}

.navbar-nav .login_title a, .free_qoute button {
    display: inline-block;
    color: #fff;
    background: #000000;
    padding: 5px 20px 5px 20px !important;
    vertical-align: middle;
    border-radius: 3px;
}

.login_title .sign_in_Btn {
    background: #000000;
    color: #fff !important;
}

.theme-menu > li > a {
    display: inline-block;
    border: unset !important;
    padding: 5px 0px 5px;
    position: relative;
    font-weight: 600;
}

.login_title .register_Btns {
    border-radius: 3px !important;
    padding: 5px 20px 5px 20px !important;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 13px;
    margin-left: 0 !important;
    background: #ec2028 !important;
}

.theme-menu .login_title a {
    border-color: unset;
    border-style: unset;
    border-width: unset;
    margin-left: 15px;
}

.menu-bar {
    padding: 5px 0px 5px 0px; 
}

.theme-menu { 
    display: flex;
    gap: 20px;
}

.navbar_logo img {
    width: 120px;
    padding: 0  ;
}

/*Bannner */

.banner_id {
    margin-top: -98px;
    padding: 150px 0 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #0000009e;
}

.banner_id h1{
    font-family: "Prompt", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.3em;
}

.banner_id p{
    font-family: "Prompt", Sans-serif;
    font-size: 21px;
    line-height: 1.8em;
    color: #fff;
}

.btn_nw{
        font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    border-radius: 4px;
    background-color: #E11D07;
    border-color: #E11D07;
    font-weight: 500;
    padding: 12px 24px;
    color: #fff;
}

.banner_bottom{
    background: linear-gradient(60deg, #CD0404 0%, #DF1E1E 56%);
    padding: 5px 0;
}


.banner_bottom .icon_box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    border-right: 1px solid #ffffff54;
}

.banner_bottom .icon_box.last{
    border: unset;
}
.banner_bottom .icon_box img {
    fill: #fff;
    width: 45px;
    height: 45px;
}

.banner_bottom .icon_box .icon{
    
}

.banner_bottom .icon_box h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 1.7;
}


/*about_content*/
 
.about_content{
    padding: 80px 0;
}

.about_content .content{
    padding-left: 80px;
}

.about_content h2{
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 37px;
    font-weight: 500; 
    text-transform: capitalize;
    line-height: 1.2em;
    margin-bottom: 20px;
}


.about_content p{
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.1em;
    margin-bottom: 20px;
}
 
.bg_banner{ 
    padding: 120px 0 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #000000b8;
    text-align: center;
}

.bg_banner h2{
color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.bg_banner p{
    margin-bottom: 1.6em;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
}


/*services*/

.core_services{
    padding: 100px 0;
    overflow: hidden;
}


.card_flip {
    width: 100%;
    height: 280px;
    border: 0px solid black;
    perspective: 500px; 
    z-index: -1;
    position: static;
    margin-bottom: 20px;
}

.card_flip .content{
    width: 100%;
    height: 100%;
    position:absolute;
    transition: transform 1s;
    perspective: 1000px;
    transform-style:preserve-3d;
}
.card_flip:hover .content{
    transform:rotateX(180deg);
}
.card_flip .front,
.card_flip .back{
    width: 100%;
    height: 100%;
    position:absolute;
    background: radial-gradient(at center center, #FF0006 0%, #221919 100%);
    color:#fff; 
    text-align:center; 
    border-radius:0px;
    padding: 35px;
    z-index: -1;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card_flip .back{
    background: radial-gradient(at center center, #FF0006 0%, #221919 100%);
    color:#fff;
    transform: rotateX(180deg);
    
}

.card_flip .front img{
    width: 80px;
    margin-bottom: 10px;
}

.card_flip .front h3{
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    text-transform: capitalize;
}

.card_flip .back p{
        color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
}

/*express_content*/


.express_content{
  padding: 100px 0;
  background: #f3f4f7;
}

.express_content .divider {
    border: 4px dashed #ec2028;
    width: 50%;
    margin-bottom: 30px;
}

.express_content h2{
  color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 30px; 
    font-weight: 600; 
}

.express_content ul{
    
}

.express_content li{
    color: #6F6B6B;
    font-size: 15px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.express_content i{
        color: #FF0006;
    transition: color 0.3s;
}


.carousel-container {
width: 100%;
}
.carousel {
display: flex;
overflow-x: hidden;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
scroll-marker-group: after;
}

.carousel .slide { 
height: auto;
flex: 0 0 100%;
scroll-snap-align: start;
}

/* Navigation Arrows */
.carousel::scroll-button(left) {
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    float: left;
}

.carousel::scroll-button(right) {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    float: right;
}

.carousel::scroll-button(*) {
color: #fff;
background: transparent;
border: 0;
border-radius: 5px;
width: 40px;
height: 40px;
font-size: 30px;
cursor: pointer;
transform: translateY(-225px);
}

.carousel::scroll-marker-group {
display: flex;
gap: 8px;
justify-content: center;
margin-top: 8px;
}

.carousel .slide::scroll-marker {
content: "";
width: 12px;
height: 12px;
border-radius: 50%;
background: grey;
}

.carousel .slide::scroll-marker:target-current {
background: red;
}


/*our_works*/

.our_works{
    padding: 100px 0;
}

.our_works .head {
    text-align: center;
    margin-bottom: 40px !important;
}

.our_works .head i {
    position: relative;
    display: block;
    color: #ec2028;
    font-size: 45px;
    margin-bottom: 20px;
}

.our_works .head h2{
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
}

.our_works .box_team{
  border-radius: 30px;
   overflow: hidden;
   box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
   transition: 0.8s;
}

.our_works .box_team .img_box{
    overflow: hidden;
}

.our_works .box_team:hover img{
        transform: scale(1.2);
        box-shadow: inset 0 0 0px 2000px black;
}

.our_works .box_team:hover .img_box{ 
        box-shadow: inset 0 0 0px 2000px black;
}


.our_works .box_team .img_box img {
    width: 100%;
}

.our_works .box_team .text{
    padding: 20px;
}

.our_works .box_team .text h3{ 
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #FF0006;
}

.our_works .last_box{

}

.our_works .last_box h3{
    color: #FF0006;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.our_works .last_box h2{
color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2em;
}

.last_new_id {
    background-image: linear-gradient(130deg, #FF0006 0%, #000000 100%);
    padding-top: 0 ;
    padding-bottom: 40px;
    margin-top: 80px;
}


.last_new_id h2 {
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.2em;
    padding-top: 140px;
    position: relative;
    z-index: 1;
}

.last_new_id p{
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
     position: relative;
    z-index: 1;
    text-transform: capitalize;
}

.last_new_id a{
        color: #F00000;
    background-color: #FFFFFF;
     position: relative;
    z-index: 1;
}

.last_new_id .bootom_image{
    position: relative;
    margin-top: -80px;
    border-radius: 300px 100px 100px 100px;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.12);
    z-index: 1;
}

.last_new_id svg {
    width: calc(230% + 1.3px);
    height: 100px;
    transform: translateX(-50%) rotateY(180deg);
    fill: #fff;
    position: relative;
    display: block;
    left: 50%;
}

.last_new_id .shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}


/*page banner*/

.page_banner {
    padding: 100px 0 0;
    margin-top: -100px;
    background: linear-gradient(130deg, #3A3535 0%, #000000 89%);
    position: relative;
    z-index: -1; 
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.page_banner:after {
    background: url(../img/Bg-About-New.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    opacity: 0.2;
}

.page_banner h1{
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-size: 45px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2em;
}

.page_banner .shape{
    transform: rotate(180deg);
        overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px;
}

.page_banner .shape svg{
    width: calc(260% + 1.3px);
    height: 120px;
    transform: translateX(-50%) rotateY(180deg);
    fill:#fff;
    position: relative;
    left: 50%;
    display: block;
}

.page_banner .text {
    padding: 100px 0 180px;
    text-align: center;
    color: #fff;
}


.about_content2 .content {
    padding-left: 0px;
    padding-right: 80px;
}

.our_mission{
  background: #E4E4E3;
  padding: 80px 0;
}


.our_mission .box_id {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 12% 12% 6% 12%;
    border-radius: 15px 15px 15px 70px;
    min-height: 160px;
    margin-bottom: 20px;
    background: #fff;
}

.our_mission .box_id h3{
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2em;
}

.our_mission .box_id p {
    text-align: left;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6em;
}


.our_mission h4{
    color: #FF0006;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.our_mission h2{
    color: #3d4459;
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 1.2em;
}

.our_mission p{
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em;
}

 
.about_content_li li {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding-bottom: calc(20px / 2);
    display: flex;
    align-items: center;
    line-height: 2em;
    gap: 10px;
}

.about_content_li li i{
        color: #FF0006;
    transition: color 0.3s;
}

.last_new_id {
    position: relative;

}

.last_new_id:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: url(../img/CTA-Shapes.png);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    opacity: 0.2;
}

/*Footer*/

.footer-header-wrapper {
    background: #F1F3F5;
    padding: 50px 0 0;
    border-top: 1px solid #eaeaea;
}

.footer_wig_1 img {
    width: 120px;
    margin-bottom: 0px;
}

.footer_wig_1 p {
    margin-top: 15px;
    font-size: 14px;
    margin-right: 0;
    color: #000;
}

.footer-header-wrapper .footer_wig h3 {
    font-weight: 600;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 18px;
    color: #000;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

.footer-header-wrapper .footer_wig ul li {
    padding-bottom: 10px;
}

.footer-header-wrapper .footer_wig ul li a {
    color: #000;
    line-height: 1.7em;
    font-size: 14px;
    font-weight: 400;
}


.footer-header-wrapper i {
    color: #ec2028;
    font-size: 14px;
    padding-right: 8px;
}

.footer_wig_last h6 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.footer-header-wrapper .social-icons li {
    display: inline-block;
}

.social-icons li a {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.social-icons li a i {
    color: #4054B2;
    font-size: 25px;
    padding: 0;
}

.footer_bottom {
    margin-top: 15px;
    background: #f1f3f5;
    padding: 28px 0;
}

.footer_bottom p {
    color: #000000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 14px;
    margin: 0;
}

.footer_bottom p a {
    color: #ec1c24;
}

.page_banner2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px #000000c4;
}

.services_id{
    padding: 80px 0;
}

.services_id .box_ser{
    text-align: center;
    padding: 30px;
}

.services_id .box_ser img {
    width: 100%;
    margin-bottom: 20px;
    height: 300px;
    object-fit: contain;
}

.services_id .box_ser h3{
    color: #CE2818;
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.services_id .box_ser p{
font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    color: #7a7a7a;
}

.services_last_sec {
    padding: 50px 0 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.services_last_sec h2{
    color: #E91616;
    font-family: "Montserrat", Sans-serif;
    font-size: 100px;
    font-weight: 600;
}


.services_last_sec h3{ 
     color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 600;
}
 
.services_last_sec .last_image{
    text-align: right;
    position: relative;
}

.services_last_sec .last_image img {
    position: absolute;
    right: 0;
    top: 70px;
}

.services_last_sec p{
    color: #000000;
    margin-bottom: 1.6em;
    line-height: 1.9em;
    font-size: 15px;
    font-family: "Montserrat", Sans-serif;
}

.box_icon_wrap {
    background: #000000;
    padding: 0 0 30px;
}

.box_icon_new{
    margin-top: -32px;
}

.box_icon_wrap .box_icon{
    text-align: center;
}

.box_icon_wrap .box_icon .icon {
    background-color: #E00B0B;
    border-radius: 50%;
    padding: .5em;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}


.box_icon_wrap .box_icon .icon svg {
    color: #fff;
    width: 32px;
    height: 32px;
}

.box_icon_wrap .box_icon h3{
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    margin: 20px 0;
    line-height: 1.4;
}

.box_icon_wrap .box_icon p{
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    line-height: 1.9em;
}

.box_img_id {
    margin:0  30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 2000px #0000008a;
    border-radius: 10px;
}
.box_img_id div{
    padding:100px  50px;

}

.box_img_id h3 {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
}

.box_img_id p{
    text-align: left;
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7em;
}


.contact-section{
    padding:80px 0;
    background:#f5f5f5;
}

.contact-title{
    color:#ec2028;
    font-size:23px;
    font-weight:700;
    margin-bottom:25px;
}

.contact-form .form-control {
    height: 55px;
    border-radius: 30px;
    border-bottom: 2px solid #d8d8d8;
    padding: 0 20px;
    box-shadow: none;
    border-top: 0;
}

.contact-form textarea.form-control{
    height:180px;
    border-radius:25px;
    padding-top:15px;
    border-bottom: 2px solid #d8d8d8;
     border-top: 0;
    resize:none;
}

.btn-send{
    background:#ec2028;
    color:#fff;
    border:none;
    padding:12px 28px;
    font-weight:600;
    border-radius:0;
    margin-top:10px;
}

.contact-card{
    position:relative;
    overflow:hidden;
    border-radius:10px;
    min-height:480px;
}

.contact-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    position:absolute;
    inset:0;
}

.contact-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.65);
}

.contact-content{
    position:relative;
    z-index:2;
    color:#fff;
    padding:40px;
}

.contact-content h3{
    color:#ec2028;
    font-weight:700;
    margin-bottom:15px;
    font-size: 23px;
}

.contact-content p {
    line-height: 1.9;
    margin-bottom: 35px;
    font-size: 15px;
}

.info-box{
    display:flex;
    gap:40px;
}

.info-item{
    flex:1;
}

.icon-circle{
    width:50px;
    height:50px;
    border:2px solid #fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
    font-size:20px;
}

.info-title {
    color: #ec2028;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.info-item ul{
    list-style:none;
    padding:0;
    margin:0;
}

.info-item li {
    margin-bottom: 8px;
    font-size: 13px;
}


.page_wrapper{

}

.page_wrapper h2{
    color: #3a3a3a;
    font-size: 40px;
}

.page_wrapper h2{
    margin: 10px 0;
    color: #3a3a3a;
}

.page_wrapper li{
    margin-bottom: 10px;
}

.page_wrapper h3 {
    font-size: 25px;
    margin: 10px 0;
    color: #3a3a3a;
}

.page_wrapper p{
    color: #7a7a7a;
    font-size: 15px;
}

@media(max-width:991px){

    .contact-title{
        font-size:22px;
    }

    .contact-card{
        margin-top:30px;
    }

    .info-box{
        flex-direction:column;
        gap:25px;
    }
}

@media(max-width: 1250px){
    .container{
        max-width: 100%;
    }


    .banner_bottom .icon_box h3 {
        font-size: 14px; 
    }

.last_new_id .bootom_image { 
    margin-top: -10px; 
}

.last_new_id p { 
    margin-bottom: 0;
}


}

@media(max-width: 1024px){
    .container{
        max-width: 100%;
    }

.services_last_sec .last_image img {
    position: unset; 
}

.navbar-toggler{
    background: #fff;
}

.about_content h2 { 
    font-size: 30px;  
    line-height: 1.1em;
    margin-bottom: 10px;
}

.about_content p { 
    line-height: 1.2em;
    margin-bottom: 10px;
}

.bg_banner p {
    margin-bottom: 0; 
}

.our_works .last_box h2 { 
    font-size: 22px; 
}

.last_new_id h2 { 
    font-size: 24px; 
    line-height: 1.2em;
    padding-top: 100px;
    margin-bottom: 8px;
}


.footer-header-wrapper .footer_wig h3 { 
    font-size: 16px; 
}

.d-sm-none{
    display: none;
}

    
}

@media(max-width: 767px){
    .container{
        max-width: 100%;
    }

.col-sm-6{
    flex: 0 0 auto;
        width: 50%;
}

.page_banner {
    padding: 50px 0 0;
    margin-top: -70px; 
}

.page_banner .text {
    padding: 60px 0 100px; 
}

.about_content .content {
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
}

.page_banner h1 { 
    font-size: 28px; 
}

.navbar_logo img {
    width: 70px; 
}

.banner_id h1 { 
    font-size: 37px; 
    line-height: 1.2em;
}

.banner_id p { 
    font-size: 15px;
    line-height: 1.3em; 
}

.banner_bottom .icon_box { 
    border-right: unset;
}

.about_content .content {
    padding-left: 10px;
    padding-top: 30px;
}

    .about_content p {
        line-height: 1.3em;
        margin-bottom: 0;
        font-size: 16px;
    }

.bg_banner {
    padding: 80px 0; 
}

.our_works .last_box {
    padding-top: 30px;
}

.last_new_id .bootom_image {
        margin-top: 25px;
    }

.header_menu_wrap>.row{
    width: 100%;
    margin: auto;
}

.footer_bottom p { 
    font-size: 13px; 
}
    
}