@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');
html{font-size: 62.5%;}
body{ padding: 0px; margin: 0px; list-style: none; font: normal 1.6rem/2.4rem 'Lexend', sans-serif; color: var(--text_color); }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;}
a:hover, a:focus{ text-decoration: inherit !important;}
a{-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s; }


:root{
    --black: #001f39;
    --white: #fff;
    --brand: #ec3433;
    --green: #89c04b;
    --blue: #34aada;
    --yellow: #f19438;
    --text_color: #4D5765;
}

@keyframes rotation{
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}


@keyframes zoom-in-zoom-out{
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


@keyframes pxl_phone_ring{
  0% {
    transform: rotate(0)scale(1)skew(1deg);
  }
  10% {
    transform: rotate(-15deg)scale(1)skew(1deg);
  }
  20% {
    transform: rotate(30deg)scale(1)skew(1deg);
  }
  30% {
    transform: rotate(-15deg)scale(1)skew(1deg);
  }
  40% {
    transform: rotate(30deg)scale(1)skew(1deg);
  }
  100%, 50% {
    transform: rotate(0)scale(1)skew(1deg);
  }
}



em{font-style: normal;}
p{font-family: 'Roboto';}
h1, h2{font-size: 3rem; line-height: 4rem; font-weight: 700; letter-spacing: .1rem; text-transform: capitalize; color: var(--black);}
h3{font-size: 2.5rem; line-height: 3.5rem; font-weight: 600; letter-spacing: .1rem; text-transform: capitalize; color: var(--black);}
h4{font-size: 2rem; line-height: 3rem; font-weight: 600; letter-spacing: .1rem; text-transform: capitalize; color: var(--black);}
h5,h6{text-transform: capitalize;}
.ptb{padding: 7rem 0;}
.inner_ptb{padding: 3rem 0 7rem;}

   
.click_btn{position: relative; overflow: hidden; transform: scale(1); transition: background 0.25s, color 0.25s, border 0.25s !important; border-radius: 4rem; font-weight: 600; letter-spacing: .1rem; padding: 0 3rem; display: inline-flex; text-align: center; color: var(--white); background: var(--brand); height: 5rem; margin-top: 4rem; line-height: 5rem; text-transform: uppercase; font-size: 1.5rem;}
.click_btn::before{position: absolute; left: 0; bottom: 0; width: 100%; height: 0%; z-index: -1; background-color: var(--yellow); -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; transition: all 0.25s ease-out; content: "";}
.click_btn:hover::before{height: 100%;}
.click_btn i{margin-left: 1rem; position: relative; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; line-height: 5rem;}
.click_btn:hover i{-webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px);}
.click_btn:hover{color: var(--white);}

.heding span{width: 100%; position: relative; color: var(--brand); font-size: 2rem; line-height: 3rem; text-transform: capitalize; letter-spacing: .1rem; display: inline-block;} 
.heding{position: relative;} 
.heding::before{content: ""; width: 40rem; position: absolute; left: 50%; bottom: -.5rem; border-bottom: .1rem solid rgba(0, 0, 0, 0.1); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);}
.heding::after{content: ""; width: 10rem; position: absolute; left: 50%; bottom: -.5rem; border-bottom: .2rem solid var(--brand); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);}




/*top_button*/
.top_btn{background: var(--brand);  bottom: 1rem; color: var(--white); height: 4rem; opacity: 0; overflow: hidden; position: fixed; right: 1rem; width: 4rem; z-index: 9999;  text-align: center; display: inline-block; border-radius: .5rem; }
.top_btn i{font-size: 1.7rem; line-height: 4rem;}
.top_btn.show{opacity: 0.7;}
.top_btn:hover{bottom: .3rem; opacity: 1; color: var(--white);}




/*header*/
.header_sec{width: 100%; border-bottom: .1rem solid #e6e8ed;}
.nav_top{border: none; min-height: auto; box-shadow: none; border-radius: 0px;}
.menu_sec li{position: relative;}
.header_menu{position: relative; width: 100%; padding: 1.5rem 0;}
.header_menu::before{display: none;}
.menu_sec li{ position: relative;}
.nav_top .navbar-brand img{width: 17rem;} 
.hrader_top{position: relative; background: var(--black); padding: 1.5rem 0 1rem 0;} 
.hrader_top .d-flex{align-items: center; justify-content: space-between;}   
.header_top_lt ul li{display: inline-block; font-size: 1.5rem; font-weight: 500;} 
.header_top_lt ul li i{color: var(--white); margin-right: .8rem;}
.header_top_lt ul li a{color: var(--white); display: inline-block; padding: 0 1.5rem; border-right: .1rem solid #d6d8db;}
.header_top_lt ul li:last-child a{border-right-color: transparent; padding-right: 0;}
.header_top_lt ul li:first-child a{padding-left: 0;}
.header_top_lt{position: relative;}
.header_top_lt span{color: var(--white); font-weight: 500; position: relative;}
.header_top_rt ul li{color: var(--white); display: inline-block;}
.header_top_rt ul li a{padding-left: 1rem; color: var(--white); display: inline-block;}
.menu_sec{padding-right: 20rem;}
.menu_sec li{text-transform: capitalize; font-size: 1.8rem; font-weight: 500; letter-spacing: .1rem;}  
.menu_sec li a{color: var(--black); display: inline-block; padding-right: 2.5rem; position: relative;}
.menu_sec li:last-child a{padding-right: 0;}
/* .menu_sec li:first-child a{padding-right: 2.5rem;} */
.header_rt_buttin{position: absolute; right: 0; top: 1.5rem; display: flex; justify-content: space-between; align-items: center;}
.menu_sec li.active a, .menu_sec li a:hover{color: var(--brand);}
.header_sec.fixed{position: fixed; left: 0; top: 0; z-index: 99; background: var(--white); box-shadow: 0 0 .7rem 0 #ccc;}
.header_sec.fixed .hrader_top{display: none;}
/* .header_rt_buttin .click{margin-top: 0;} */
.header_sec.fixed .header_menu{background: var(--white);}
/* .header_rt_buttin .click small{display: none;} */
.header_sec .container-fluid{padding: 0 9rem;}
.heder_call_img img{width: 5rem;}
.quete strong{width: 100%; display: inline-block; color: var(--brand); text-transform: capitalize; font-size: 1.8rem;}  
.quete span{width: 100%; display: inline-block; color: var(--black); text-transform: capitalize;}
/* .header_btn .click_btn{margin-top: 0;} */
   


   
/*banner*/  
.bannersec{width: 100%; position: relative;}
.banner_img img{height: 45rem; object-fit: cover; max-width: 100%; border-radius: 4rem; border: .8rem solid var(--white); transform: rotate(30deg);}
.banner_box .row{align-items: center;}
.banner_txt{padding-right: 2rem;}
.banner_txt strong{width: 100%; display: inline-block; font-size: 6rem; font-weight: 700; line-height: 7rem; letter-spacing: .1rem; text-transform: capitalize; color: var(--black); padding: 1rem 0;}
.banner_box .container-fluid{padding: 0 9rem;}
.hero_social{position: absolute; z-index: 3; top: 50%; right: -20rem; transform: translate(0, -50%) rotate(-90deg); display: inline-flex; gap: 5rem;}
.hero_social li a{display: inline-block; color: var(--black); text-transform: uppercase; position: relative; font-weight: 600; letter-spacing: .1rem;}
.hero_social li a::after{content: ''; position: absolute; left: -1.5rem; top: 50%; height: 1rem; width: 1rem; border-radius: 100%; transform: translateY(-50%) rotate(0deg); animation: rotation 5s linear infinite; background: linear-gradient(to top,#ec3433,rgb(184 151 128 / 0));}
.hero_social li a:hover{color: var(--brand);}
.banner_txt .ft_heding{color: var(--brand); margin-bottom: 1rem;}
.about_info{padding-top: 3rem;}
.about_info i{font-size: 4rem; color: var(--text_color); border: .1rem dashed rgb(202, 202, 202); padding: 1.5rem; border-radius: .6rem; margin-right: 1.5rem;}
.about_info_fst{border-bottom: .1rem solid #e6e8ed; padding-bottom: 3rem;}
.about_box{padding: 4rem 3rem; background: #f4f5f8; border-top: .4rem solid var(--blue); margin: 3rem 0 0 2rem;}
.about_box .click_btn{padding: 0 1rem; color: var(--blue); margin-top: 2rem; background: transparent;}
.about_box .click_btn::before{display: none;}
.sball_1{position: absolute; left: 8rem; top: 2rem; width: 5rem; height: 5rem; background: #ec2526; border-radius: 100%; animation: zoom-in-zoom-out 5s ease infinite;}
.sball_1::before{position: absolute; left: -1rem; top: -2rem; width: 2rem; height: 2rem; content: ""; background: #ec2526; border-radius: 100%; animation: zoom-in-zoom-out 6s ease infinite;}
.sball_2{position: absolute; left: 20rem; bottom: -4rem; width: 4rem; height: 4rem; background: var(--white); border-radius: 100%; animation: zoom-in-zoom-out 5s ease infinite;}
.sball_2::before{position: absolute; right: -2rem; bottom: -2rem; width: 1.8rem; height: 1.8rem; content: ""; background: var(--white); border-radius: 100%; animation: zoom-in-zoom-out 6s ease infinite;}
.banner_box{padding: 12rem 0;}
.banner_img{text-align: center; position: relative;}
.banner_img_snd{position: absolute; left: 0; bottom: 0;}
.banner_img_snd img{height: 30rem !important; object-fit: cover; max-width: 100%; border-radius: 4rem; border: .8rem solid var(--white); transform: rotate(30deg);}




/* about_sec */
.about_sec .container-fluid{padding: 0 9rem;}
.about_img{position: relative; margin-right: 2.5rem;}
.about_img_snd{position: absolute; right: 0; bottom: 0;}
.about_img_snd img{border: .6rem solid var(--white);}
.about_img img{border-radius: 1rem; border-radius: 1rem !important;}
.about_satisfied{padding: 2.5rem 2rem; background: var(--white); box-shadow: 0 1rem 3rem 0 rgba(0,0,0,.15); width: 30rem; position: absolute; left: 25%; bottom: 0; border-radius: .6rem;}
.about_satisfied span{width: 100%; display: inline-block; font-size: 3rem; line-height: 4rem; font-weight: 700; color: var(--blue);}
.about_satisfied_txt{padding-left: 1.5rem;}
.about_satisfied_txt h5{font-size: 1.7rem; color: var(--black); line-height: 2.7rem;}
.about_txt .ft_heding{color: var(--brand); margin-bottom: 1rem; font-size: 2rem; line-height: 3rem;}




/* service_sec */
.service_sec .container-fluid{padding: 0 9rem;}
.service_info{perspective: 1000px; -webkit-perspective: 1000px; width: 100%; height: 100%; margin-top: 3.5rem;}
.service_box{position: relative; width: 100%; transition: transform 0.8s; transform-style: preserve-3d; height: 30rem; border-radius: 1rem; box-shadow: .4rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);}
.ser_txt{text-align: center; display: block; padding: 6rem 3rem; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; background: var(--white); border-radius: 1rem; backface-visibility: hidden; height: 100%;}
.ser_name{-webkit-transform: translateZ(60px); -moz-transform: translateZ(60px); -ms-transform: translateZ(60px); -o-transform: translateZ(60px); transform: translateZ(60px); display: block; position: relative; height: 100%;}
.ser_txt_snd{position: absolute; top: 0; left: 0; bottom: 0; right: 0; transform: rotateY(180deg); backface-visibility: hidden;}
.ser_txt_snd::before{content: ""; background: var(--black); position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 1rem; opacity: 0.45;}
.ser_name_snd{top: 50%; left: 50%; position: absolute; width: 90%; -webkit-transform: translateZ(60px) translateX(-50%) translateY(-50%); -moz-transform: translateZ(60px) translateX(-50%) translateY(-50%); -ms-transform: translateZ(60px) translateX(-50%) translateY(-50%); -o-transform: translateZ(60px) translateX(-50%) translateY(-50%); transform: translateZ(60px) translateX(-50%) translateY(100%);}
.service_info:hover .service_box{-webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg);}
.service_info:hover .ser_name_snd{transform: translateZ(60px) translateX(-50%) translateY(0);}
.service_box a{color: var(--white);}
.ser_name i{font-size: 4rem; color: var(--brand); padding-bottom: 1.5rem;}
.service_box h3{color: var(--black); padding-bottom: .6rem;}
.service_box h5{color: rgba(0, 0, 0, 0.7); font-size: 1.5rem; line-height: 2.5rem;}
.service_info:hover .service_box h3{color: var(--white);}
.service_info:hover .service_box h5{color: var(--white);}
.service_sec .heding{margin-bottom: 3rem;}





/* home_contact */
.home_contact{overflow: hidden; position: relative;}
.home_co_info{position: relative;}
.home_co_img{ width: 50%; position: absolute; top: 0; left: 0; overflow: hidden; z-index: 2; height: 100%;}
.input_type button{border: none;}
.input_type input[type="text"], .input_type input[type="tel"], .input_type input[type="password"], .input_type input[type="date"], .input_type input[type="time"], .input_type input[type="email"], .input_type select, .input_type textarea{width: 100%; height: 5rem; border: 0.1rem solid rgba(118, 118, 120, 0.6); text-transform: capitalize; border-radius: 1rem; box-shadow: none; outline: none; padding: 0 1.5rem; color: var(--text_color); font-size: 1.5rem; background: transparent; margin-top: 1.5rem;} 
.input_type input[type="text"]:placeholder, .input_type input[type="tel"]:placeholder, .input_type input[type="email"]:placeholder, .input_type textarea:placeholder{color: grey; opacity: 1;}
.input_type input[type="text"]:focus, .input_type input[type="tel"]:focus, .input_type input[type="email"]:focus, .input_type select:focus, .input_type textarea:focus{border: .1rem solid var(--brand);}
.input_type textarea{height: 100px; resize: none; padding: 1.5rem;}
.input_type .form-select:focus{box-shadow: none;}
.home_co_form .input_type{margin-top: 2rem;}
.home_co_form{padding: 9rem 0; position: relative;}
.home_co_form p{color: rgba(255, 255, 255, 0.6);}
.home_co_form h2{color: var(--white); padding-bottom: 1.5rem;}
.home_co_form p{padding-bottom: 1rem;}
.home_co_form .ft_heding{color: var(--brand); margin-bottom: 1rem; font-size: 2rem; line-height: 3rem;}







/* career_sec */
.career_sec .container-fluid{padding: 0 7rem;}
.career_box{margin-top: 5rem; background: var(--white); box-shadow: 0 0 4rem 0 rgba(0,0,0,.1); border-radius: .6rem; transition: all .34s ease-in-out; padding: 3rem 2rem; overflow: hidden; position: relative;} 
.career_sec .row{text-align: left;}
.career_list{margin-bottom: 2rem;}
.career_list li{display: inline-block; padding: .4rem 1.5rem; border-radius: 4rem; font-size: 1.2rem; line-height: 2.2rem; margin-right: 1rem; text-transform: capitalize;}
.career_list li:last-child{margin-right: 0;}
.time{background: rgba(137, 192, 75, 0.2); color: var(--green);}
.freelance{background: rgba(236, 52, 51, 0.2); color: var(--brand);}
.internship{background: rgba(241, 148, 56, 0.2); color: var(--brand);}
.career_box h4 a{color: var(--black);}
.career_list_snd li{font-size: 2rem; color: var(--blue); margin-right: 4rem; display: inline-block;}
.career_list_snd{margin-top: 2rem;}
.career_list_snd li:last-child{margin-right: 0; color: var(--black);}
.career_list_trd{margin-top: 2rem;}
.career_list_trd li{display: inline-block; margin-right: 2rem; text-transform: capitalize;}
.career_list_trd li:last-child{margin-right: 0;}
.career_list_trd li i{padding-right: 1rem; color: var(--brand);}
.career_img{padding-right: 1rem;}
.career_img img{border-radius: .6rem; width: 17rem;}
.career_ft_btn .click_btn{padding: 0 1rem; color: var(--brand); background: transparent; margin-top: 5rem; border-bottom: .1rem dashed var(--brand); border-radius: 0;}
.career_ft_btn .click_btn::before{display: none;}
.career_box .career_btn{position: absolute; top: 100%; right: 1rem; -webkit-transition: .5s; transition: .5s;}
.career_box:hover .career_btn{opacity: 1; top: 3rem; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.career_box .career_btn .click_btn{padding: 0 1rem; color: var(--brand); background: transparent; margin-top: 0; border-bottom: .1rem dashed var(--brand); border-radius: 0; height: 4rem;}
.career_box .career_btn .click_btn::before{display: none;}





/* portfolio_page */
.portfolio_box{position: relative; margin-bottom: 2rem; overflow: hidden; border-radius: .6rem;}
.portfolio_content{position: absolute; width: 100%; height: 100%; top: 0; right: 0;}
.portfolio_link{width: 5rem; height: 5rem; background: var(--white); display: flex; align-items: center; justify-content: center; position: absolute; right: 2rem; top: 2rem; transition: 0.5s; border-radius: 100%; opacity: 0; visibility: hidden; font-size: 2.5rem; color: var(--brand); z-index: 9;}
.portfolio_link::before{content: ""; position: absolute; left: -.5rem; right: -.5rem; top: -.5rem; bottom: -.5rem; border: .2rem dotted var(--white); border-radius: 100%;}
.portfolio_info{position: absolute; bottom: 2rem; left: 2rem; opacity: 0; visibility: hidden; transition: 0.3s; z-index: 9;}
.portfolio_subtitle{font-size: 1.7rem; color: var(--white); letter-spacing: .1rem;}
.portfolio_subtitle span{color: var(--white);}
.portfolio_content:hover::before{opacity: 0.9; visibility: visible;}
.portfolio_content:hover .portfolio_link{opacity: 1; visibility: visible; color: var(--brand);}
.portfolio_content:hover .portfolio_info{opacity: 1; visibility: visible; bottom: 4.5rem;}
.our_portfolio{background: #DD59030D;}
.portfolio_box::before{content: ""; position: absolute; top: 0; left: 0; width: 0%; height: 0%; background: #1f1917; opacity: 0; z-index: 1; transition: all .8s ease;}
.portfolio_box::after{content: ""; position: absolute; bottom: 0; right: 0; width: 0%; height: 0%; background: #1f1917; opacity: 0; z-index: 1; transition: all .8s ease;}
.portfolio_box:hover::before{width: 100%; height: 100%; opacity: .6; transition: all .8s ease;}
.portfolio_box:hover::after{width: 100%; height: 100%; opacity: .15; transition: all .8s ease;}
.portfolio_box:hover .portfolio_info{opacity: 1; visibility: visible;}
.portfolio_box:hover .portfolio_link{opacity: 1; visibility: visible;}
.our_portfolio .container-fluid{padding: 0 9rem;}
.portfolio_box img{height: 40rem; object-fit: cover;}








/* faq_sec */
.faq_box .accordion-button{background: #f9f9f9; padding: 1.5rem; border-radius: .5rem !important; overflow: hidden;}
.faq_box  .accordion-item {border-color: transparent; margin-top: 1rem;}
.faq_box .accordion-button:not(.collapsed) {box-shadow: none; color: var(--brand); background: var(--brand);}
.faq_box .accordion-button:not(.collapsed) h4{color: var(--white);}
.faq_box .accordion-body{padding: 1.5rem;}
.faq_box .accordion-button h4{font-size: 1.7rem; color: var(--black);}
.faq_box .accordion-button:not(.collapsed)::after, .faq_box .accordion-button::after {background-image: none; content: "\f067"; font: normal 14px/1 FontAwesome; color: var(--brand); position: absolute; right: 2rem; top: 50%; transform: translateY(-50%);}
.faq_box .accordion-button:not(.collapsed)::after{content: "\f068"; color: var(--white);}
.faq_box .accordion-button:focus {border-color: var(--brand); box-shadow: 0 0 0 .2rem var(--brand);}
.ask_box h4{color: var(--black); padding-bottom: .5rem;}
.ask_box .input_fld textarea{font-size: 1.7rem;}
.faq_box{background: var(--white); box-shadow: 0 0 4rem 0 rgba(0,0,0,.1); padding: 3.5rem 3rem; border-radius: .8rem; height: 50rem; position: relative;}
.faq_txt .ft_heding{color: var(--brand); margin-bottom: .4rem; font-size: 2rem; line-height: 3rem;}
.faq_txt_img_snd{min-height: 100%; background: #fafafa; position: relative;}
.faq_txt_img_snd img{max-width: 100%; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); padding: 4rem;}
.faq_txt_img{margin-top: 1rem;}
.faq_txt{padding-right: 2rem;}
.faq_txt_img img{border-radius: .6rem;}




/*brand_sec*/
.brand_sec .container-fluid{padding: 0 9rem;}
.brand_sec .owl-carousel .owl-item img{display: inline-block; width: auto !important; max-width: 100% !important; filter: grayscale(1);}
.brand_sec .owl-nav, .instagram .owl-nav{display: none;}
.brand_sec .owl-carousel .owl-item:hover img{filter: grayscale(0);}
.brand_sec .owl-carousel .owl-item{padding: 0 4rem;}
.brand_img{margin-top: 5rem;}
.brand_title{position: relative;}
.brand_title::before{content: ""; position: absolute; top: 50%; left: 0; height: .1rem; width: 100%; border-bottom: .1rem dashed #D9D9D9; z-index: -1;}
.brand_title span{padding: 0 2rem; background: var(--white); color: var(--brand); font-size: 2rem;}

   



/* footer_sec */
.footer_sec{background: var(--black); position: relative; overflow: hidden;}
.footer_top .container-fluid{padding: 0 14rem;}
/* .footer_sec::before{content: ""; width: 60rem; height: 60rem; position: absolute; top: 30rem; border-top: solid .1rem #70996d70; z-index: 0; border-radius: 100%; left: 35%; right: 0; background: linear-gradient(to bottom,#34aada -152%,rgb(255 255 255 / 0%)); animation: rotation 8s linear infinite;} */
.ft_heding{display: inline-block; font-size: 2.5rem; font-weight: 600; position: relative; margin-bottom: 2rem; padding-left: 2.5rem; letter-spacing: .1rem; color: var(--white); line-height: 3.5rem;}
.ft_heding::before{content: ""; height: 1.4rem; width: 1.4rem; border-radius: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%) rotate(0deg); animation: rotation 5s linear infinite; background: linear-gradient(to top,#ec3433,rgb(184 151 128 / 0));}
.footer_top{position: relative;}
.ft_ad li{margin-bottom: 2.5rem; position: relative; padding-left: 3rem; color: var(--white);}
.ft_ad li:last-child{margin-bottom: 0;}
.ft_ad li a{color: var(--white);}
.ft_icon{position: absolute; left: 0; top: .4rem;}
.ft_news .input_type{padding: .5rem; display: inline-block; width: 100%; border-radius: .5rem; margin-top: 1rem; background: var(--white); position: relative; height: 5rem;}
.ft_news .input_type input[type="email"]{background: transparent; width: 70%; float: left; height: 3.5rem; border-color: transparent; padding: 0 0 0 1rem; margin-top: 0;}
.ft_news .input_type button{border: none;}
.ft_news .click_btn{position: absolute; right: 0; top: 0; border-radius: .5rem; padding: 0 2rem; margin-top: 0;}
.ft_news .click_btn i{margin-left: 0;}
.ft_bottom{padding: 1.5rem 0; border-top: .1rem solid rgba(255, 255, 255, 0.2);}
.ft_bottom .d-flex{align-items: center; justify-content: space-between;}
.ft_botton_lt, .ft_botton_rt{font-size: 1.7rem;}
.ft_botton_lt, .ft_botton_rt, .ft_botton_rt a{color: var(--white);}
.ft_botton_rt a{text-transform: capitalize; color: var(--yellow);}
.ft_botton_rt a:hover{color: var(--brand);}
.ft_txt{margin-top: 6rem;}
.footer_top{padding-bottom: 5rem;}
.ft_link li a{color: var(--white); position: relative; padding-left: 2.5rem;}
.ft_link li{margin-bottom: 2rem; text-transform: capitalize;}
.ft_link li:last-child{margin-bottom: 0;}
.ft_link li a::before{content: ''; position: absolute; left: 0; top: -.3rem; font-family: "Font Awesome 6 Pro"; content: "\f101"; color: var(--brand); font-size: 1.4rem;}
.footer_top .collum:last-child .ft_txt{padding-left: 5rem;}
.footer_top .collum:nth-child(2) .ft_txt{padding-left: 6rem;}
.ft_txt p{color: rgba(255, 255, 255, 0.7);} 
.ft_txt .portfolio_box img{height: 9rem; object-fit: cover;}
.ft_txt .portfolio_link{width: 2.5rem; height: 2.5rem; right: 1rem; top: 1rem; font-size: 1.5rem;}



/* inner_banner */
.inner_banner .banner_box{padding: 5rem 0;}
.inner_banner .banner_txt{padding-right: 0;}



/* about_page */
.benifits_box{background: #fafafa; padding: 5rem 4rem; position: relative; overflow: hidden; transition: all .3s; margin-top: 5rem; border-radius: .6rem .6rem 0 0;}
.benifits_img{position: absolute; left: 0; top: 0; width: 0; height: 100%; transition: all .3s; opacity: 0; visibility: hidden; overflow: hidden;}  
.benifits_img::before{position: absolute; left: 50%; top: 35%; width: 100%; height: 100%; background: #ec2526; filter: blur(10rem); content: ""; transform: translateX(-50%);}
/* .benifits_img::before{position: absolute; left: 50%; top: 35%; width: 122px; height: 122px; background: #ec2526; filter: blur(60px); content: ""; transform: translateX(-50%);} */
.benifits_img img{max-width: 100%; height: auto; border-radius: .6rem;}
.benifits_box:hover{background: var(--white);}
.benifits_box:hover .benifits_img{width: 100%; opacity: 1; visibility: visible;}
.benifits_bottom{position: absolute; left: 0; bottom: -8rem; padding: 1rem; display: flex; justify-content: space-between; width: 100%; background: var(--white); align-items: center; transition: all .3s; border-bottom: .4rem solid var(--Primary,#ec2526); box-shadow: 0 .4rem 2rem 0 hsla(0,0%,93%,.25);}
.benifits_box:hover .benifits_bottom{bottom: 0;}
.benifits_bottom .click_btn{border-radius: 100%; padding: 0 2rem; margin-top: 0;}
.benifits_bottom .click_btn i{margin-left: 0;}
.benifits_top i{font-size: 3.5rem; color: var(--brand); padding-bottom: 1.5rem;}
.benifits_sec .row{text-align: left;}
.benifits_bottom h3 a{color: var(--black);}
.benifits_box h3{font-size: 2rem; line-height: 3rem;}
.features_sec .ft_heding{color: var(--brand); margin-bottom: 1rem; font-size: 2rem; line-height: 3rem;}
.features_box{margin-top: 5rem;}
.features_box h3{border-bottom: .1rem solid rgba(0,0,0,.15); padding-bottom: 1rem; margin-bottom: 2rem; font-size: 2rem; line-height: 3rem;}
.features_box h3 i{color: var(--brand); padding-right: 1.2rem;}
.features_sec .row{text-align: left;}
.features_box ul li{margin-top: 1.5rem;}
.about_contact{position: relative; background-attachment: fixed !important;}
.about_contact::before{position: absolute; left: 0; top: 0; content: ""; background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%;}
.about_contact_txt{position: relative;}
.about_contact_txt h2{color: var(--white);}
.about_contact_txt P{padding-top: 1rem; color: rgba(255, 255, 255, 0.7);}
.mi_vi_sec{box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.15);}
.mi_vi_box i{font-size: 5rem; color: var(--brand); margin-right: 1.5rem;}
.mi_vi_box_snd{position: relative; margin-left: 2rem; padding-left: 2rem;}
.mi_vi_box_snd::before{content: ""; border: .1rem dashed rgb(202, 202, 202); width: .1rem; height: 100%; left: 0; top: 0; position: absolute;}





/* contact_page */
.map_sec iframe{width: 100%; height: 40rem; border-radius: 1rem;}
.contact_form .input_type{position: relative; margin-top: 2rem;}
.contact_form{padding: 4rem; background: #fafafa; border-radius: .6rem; position: relative;}
.contact_info{background: var(--white); padding: 4rem; border-radius: .6rem;}
.contact_txt .ft_heding{color: var(--brand); margin-bottom: 0; font-size: 2rem; line-height: 3rem;}
.contact_icon li i{margin-right: 2rem; color: var(--brand); font-size: 2rem; font-weight: 700; border: .1rem dashed rgb(202, 202, 202); padding: .8rem; border-radius: .4rem;}
.contact_icon li{margin-top: 2rem;}
.contact_icon li a{color: var(--black);}
.contact_social{margin-top: 3rem;}
.contact_social li{display: inline-block;}
.contact_social li a{width: 3.5rem; height: 3.5rem; border-radius: 100%; display: inline-flex; border: .1rem dashed rgb(202, 202, 202); align-items: center; justify-content: center; color: var(--brand); margin-left: 1rem;}
.contact_sec{position: relative; overflow: hidden;}
.contact_shape{position: absolute; left: 0; top: 0; z-index: -1;}
.contact_shape img{max-width: 100%; opacity: 0.5;}
.contact_txt{position: relative;}



/* services_page */
.pegination_sec ul li{display: inline-block; margin-top: 5rem;}
.page_number{color: var(--brand); height: 4rem; width: 4rem; line-height: 3.2rem; font-size: 1.7rem; border-width: .1rem; border-style: solid; margin: 0 .3rem; text-align: center; display: inline-block; border-color: #cccccc; display: flex; align-items: center; justify-content: center; border-radius: .5rem; font-weight: 700; background: var(--white);}
.pegination_sec ul li .current, .page_number:hover{background: var(--brand); color: var(--white); border-color: transparent;}
/* .ser_contact_box{padding: 2rem 2rem; border: .1rem dashed rgb(202, 202, 202);} */
.ser_contact .container-fluid{padding: 0 9rem;}
.ser_contact_box .ft_heding{color: var(--brand); margin-bottom: 1rem; font-size: 2rem; line-height: 3rem;}
.ser_contact_box .ser_de_box_thd_call{border-radius: 0; padding: 0 5rem; margin: 0 0 0 5rem;}
.ser_contact_box .ser_de_box_thd_call::before{display: none;}
.ser_contact_box{padding-right: 2rem;}
.ser_contact_box .click_btn{margin-top: 0;}
/* .ser_contact .career_box{margin-top: 0;} */
.ser_ct_info{margin-top: 4rem;}

.career_sec .owl-nav.disabled{font-size: 0; text-align: center; display: flex; align-items: center; justify-content: center; position: absolute; right: 0; top: -4rem;}
.career_sec .owl-prev, .career_sec .owl-next{border: .1rem dashed #D9D9D9; width: 4rem; height: 4rem; background: none; border-radius: .7rem; display: flex; align-items: center; justify-content: center; border-radius: 100%;}
.career_sec .owl-prev:before, .career_sec .owl-next:before{font: normal 1.8rem/3rem FontAwesome; color: var(--brand); content: "\f060";}
.career_sec .owl-next:before{content: "\f061";}
.career_sec .owl-next{margin-left: .8rem;}
.career_sec .owl-item{padding: .5rem;}
.career_sec .owl-dots{display: none;}
.career_sec .owl-prev:before, .career_sec .owl-next:before{line-height: 2.6rem;}
.career_sec .item{text-align: left; padding: .6rem;}
.ser_contact .career_box{box-shadow: 0 0 .3rem 0 rgba(0,0,0,.1); margin-top: 3rem;}



/* faq_page */
.faq_contact{margin-top: 2rem;}
.faq_contact ul{padding-left: 1rem;}
.faq_contact ul li span{width: 100%; display: inline-block; color: var(--black); font-size: 2rem; text-transform: capitalize; padding-bottom: .9rem; line-height: 3rem;}
.faq_contact ul li a{font-size: 2rem; font-weight: 600; color: var(--black);}
.inner_faq{position: relative; overflow: hidden;}
.faq_shape{position: absolute; left: 0; top: 0; z-index: -1;}
.faq_shape img{width: 100%; opacity: 0.5;}
.inner_faq .row{align-items: center;}





/* privacy_policy_sec_page */
.privacy_policy_box ul li{position: relative; padding-left: 2rem; margin-top: 1rem;}
.privacy_policy_box ul li::before{content: ''; position: absolute; left: 0; top: 50%; height: 1rem; width: 1rem; border-radius: 100%; transform: translateY(-50%) rotate(0deg); animation: rotation 5s linear infinite; background: linear-gradient(to top,#ec3433,rgb(184 151 128 / 0));}
.privacy_policy_box ul{margin-bottom: 2rem;}



/* refund_policy_page */
.refund_policy_box ul li{position: relative; padding-left: 2.5rem; margin-top: 1.5rem;}
.refund_policy_box ul li::before{content: ''; position: absolute; left: 0; top: 50%; height: 1rem; width: 1rem; border-radius: 100%; transform: translateY(-50%) rotate(0deg); animation: rotation 5s linear infinite; background: linear-gradient(to top,#ec3433,rgb(184 151 128 / 0));}




/* ser_details */
.ser_details .container-fluid{padding: 0 14rem;}
.ser_details_box img{border-radius: .6rem;}
.ser_de_heding{padding: 1rem 0;}
.ser_easy{background: #f5f5f5; padding: 2.5rem 4rem 2.5rem 7rem; position: relative; margin: 3rem 0 3rem 3rem;}
.ser_easy::before{z-index: 1; content: ''; height: 0; left: 0; margin: auto; width: .6rem; background: var(--brand); transition: all 300ms linear 0ms; position: absolute; top: 0; bottom: 0;}
.ser_easy:hover::before{height: 100%;}
.ser_easy_no span{position: absolute; left: -3rem; top: 50%; transform: translate(0,-50%); width: 6rem; height: 6rem; text-align: center; color: var(--white); background: var(--brand); font-size: 2.5rem; font-weight: 700; border-radius: 100%; transition: all 300ms linear 0ms; z-index: 2; display: inline-flex; justify-content: center; align-items: center;}
.ser_easy:hover .ser_easy_no span{background: #d7d7d7; color: var(--black);}
.ser_details_box{padding-right: 3.5rem;}
.ser_benefit li a{position: relative; padding-left: 2.5rem;}
.ser_benefit li a::before{content: ''; position: absolute; left: 0; top: -.3rem; font-family: "Font Awesome 6 Pro"; content: "\f111"; color: var(--brand); font-size: 1.4rem;}
.ser_benefit li{float: left; width: 50%; margin-top: 1rem;}
.ser_benefit li a{color: var(--black);}
.ser_benefit{width: 100%; display: inline-block; margin-bottom: 2rem;}
.other_ser li{display: flex; justify-content: space-between; font-size: 1.8rem; align-items: center; position: relative; border-radius: .5rem; margin-top: 1.5rem; transition: all .3s ease; overflow: hidden; background: var(--white); padding: 1.5rem 2rem;}
.other_ser li a{color: var(--black);}
.other_ser li .click_btn i{color: var(--white); margin-left: 0;}
.other_ser .click_btn{margin-top: 0; padding: 0 2rem; height: 4rem; display: inline-flex; justify-content: center; align-items: center;}
.ser_de_box{background: #F5F5F5; padding: 3rem 2rem; border-radius: .6rem; margin-bottom: 3rem;}
.ser_de_box .ft_heding{margin-bottom: 2rem; color: var(--brand);}
.ser_de_box_thd{position: relative;}
.ser_de_box_thd::before{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); border-radius: .6rem;}
.ser_de_box_thd_txt{position: relative; padding: 2rem 5rem; text-align: center;}
.ser_de_box_thd_txt h3{color: var(--white);}
.ser_de_box_thd_call{background: var(--white); border-radius: .6rem; position: relative; padding: 2rem 4rem; margin: 2rem 6rem 0 6rem;}
.ser_de_box_thd_call::before{width: 100%; height: 100%; right: 0; position: absolute; content: ''; top: 0; border-radius: .6rem; border-right: .4rem solid var(--brand);}
.ser_de_icon{display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; transform: translatey(-50%); left: -3rem; width: 6rem; border-radius: 100%; height: 6rem;background-image: linear-gradient(to right,var(--brand),var(--yellow));}
.ser_de_icon svg{animation: pxl_phone_ring 1.8s ease-out infinite;}
.ser_de_box_thd_call h5{font-size: 1.7rem; padding-bottom: .5rem; color: var(--green);}
.ser_de_box_thd_call a{color: var(--black); font-size: 1.8rem; font-weight: 600;}








/* 404_page */
.error_page_info strong{font-size: 24rem; font-weight: 600; line-height: 25rem; color: var(--brand); position: relative; z-index: 1; margin-bottom: 1.5rem; text-shadow: .7rem .5rem 0 rgba(236, 52, 51, 0.3); letter-spacing: .1rem; width: 100%; display: inline-block;}







@media (min-width: 992px) and (max-width: 9000px){
  .nav_top .dropdown .dropdown-menu{-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; max-height: 0; display: block; opacity: 0; visibility: hidden;  margin:0; border: none; border-bottom: .2rem solid #ccc; background:#fff !important; width: 10.50rem; padding: 0; border-radius: 0; left: 0; right: inherit; padding: .5rem .8rem .8rem; box-shadow: inherit;}
  .nav_top .dropdown:hover .dropdown-menu{max-height: 30rem;opacity: 1; visibility: visible; }

}

/* responsive */
@media only screen and (max-width: 1400px){

  .header_sec .container-fluid{padding: 0 1.5rem;}
  .banner_box .container-fluid{padding: 0 4rem;}
  .banner_img img{height: 40rem;}
  .banner_txt strong{font-size: 5rem; line-height: 6rem;}
  .about_img{margin-right: 1.5rem;}
  .about_box{padding: 2rem 2rem;}
  .ser_name_snd{top: 25%;}
  .home_co_img{width: 45%;}
  .footer_top .container-fluid{padding: 0 3rem;}
  .footer_top .collum:nth-child(2) .ft_txt{padding-left: 2rem;}
  .ft_heding{font-size: 2rem; line-height: 3rem;}
  .portfolio_link{width: 3rem; height: 3rem;}
  .ft_txt .portfolio_box img{height: 8rem;}
  .sball_1{left: 6rem; top: 0;}
  .sball_2{left: 17rem; bottom: -5rem;}
  .hero_social{right: -23rem;}
  .career_sec .container-fluid{padding: 0 2rem;}
  .career_list_snd li{font-size: 1.8rem; margin-right: 2.5rem;}
  .career_img img{width: 14rem;}
  .career_img{padding-right: .6rem;}
  .career_list_trd li i{padding-right: .6rem;}
  .career_list_trd li{margin-right: 1.5rem; font-size: 1.5rem;}
  .career_list_snd{margin-top: 1rem;}
  .career_list_trd{margin-top: 1rem;}
  .career_list li{margin-right: .2rem;}


  /* gallery_page */
  .our_portfolio .container-fluid{padding: 0 3rem;}


  /* services_page */
  .ser_contact .container-fluid{padding: 0 2rem;}
  .ser_contact  .ser_contact_box{padding-right: 1rem;}
  .ser_contact  .ser_contact_box .ser_de_box_thd_call{padding: 0 4rem; margin: 0 0 0 4rem;}
  .ser_contact .ser_de_box_thd_call h5{font-size: 1.6rem;}
  .ser_contact h2{font-size: 2.5rem; line-height: 3.5rem;}
  .career_sec .owl-prev, .career_sec .owl-next{width: 3.5rem; height: 3.5rem;}
  .career_sec .owl-nav.disabled{top: -3.5rem;}
  .ser_contact .career_box{margin-top: 2.5rem;}


  /* services_details_page */
  .ser_details .container-fluid{padding: 0 2rem;}
  .ser_details_box{padding-right: 2rem;}
  .ser_de_box_thd_txt{padding: 2rem 0;}
  .ser_de_box_thd_call{margin: 2rem 5rem 0 5rem;}


}

@media only screen and (max-width: 1300px){

  .nav_top .navbar-brand img{width: 15rem;}
  /* .menu_sec li a{padding: 0 1.5rem;} */
  .menu_sec{padding-right: 23rem;}
  .banner_txt strong{font-size: 4.5rem; line-height: 5.5rem;}
  .footer_top .collum:last-child .ft_txt{padding-left: 2rem;}
  .service_sec .container-fluid{padding: 0 2rem;}
  .service_box h3{font-size: 2rem;}
  .brand_sec .container-fluid{padding: 0 2rem;}
  .brand_sec .owl-carousel .owl-item{padding: 0 2rem;}
  .home_co_img{width: 47%;}


  /* contact_page */
  .contact_info{padding: 2.5rem;}
  .contact_form{padding: 2rem;}



  /* services_page */
  .ser_contact .ser_de_icon{left: -2rem; width: 5rem; height: 5rem;}
  .ser_contact .ser_contact_box .ser_de_box_thd_call{padding: 0 3.8rem; margin: 0 0 0 2.3rem;}
  .ser_contact .ser_de_box_thd_call h5{font-size: 1.5rem;}


  /* services_details_page */
  .ser_de_box_thd_call{margin: 2rem 3rem 0 3rem;}



}

@media only screen and (max-width: 1200px){

  .banner_txt strong{font-size: 4rem; line-height: 5rem;}
  .banner_img img{height: 35rem;}
  .banner_box .container-fluid{padding: 0 3rem;}
  .sball_1{left: 6rem; top: -4rem;}
  /* .menu_sec li a{padding: 0 1.2rem;} */
  .about_img_snd img{height: 30rem;}
  h1, h2{font-size: 2.4rem; line-height: 3.4rem;}
  .about_info_fst{padding-bottom: 2rem;}
  .about_box{padding: 2rem 1.5rem; 
    /* margin: 1rem 0 0 1rem; */
  }
  .about_satisfied{padding: 2rem 1.5rem; width: 27rem; left: 14%;}  
  .faq_box{height: auto; padding: 2rem 1.5rem;}
  .footer_top .container-fluid{padding: 0 1.5rem;}
  .career_sec .container-fluid{padding: 0 1.5rem;}
  .career_box{padding: 3rem 1.5rem;}
  .career_img img{width: 12.9rem;}  
  .career_box h4{font-size: 1.9rem; line-height: 2.9rem;}
  .career_list{margin-bottom: 1rem;}
  .career_img{padding-right: .4rem;}
  .career_list_trd li{margin-right: 1rem;}


  /* services_page */
  .ser_contact .container-fluid{padding: 0 1.5rem;}
  .ser_contact .ser_contact_box{padding-right: 0;}
  .ser_contact .ser_de_icon{left: -2.5rem;}
  .ser_contact .ser_contact_box .ser_de_box_thd_call{padding: 0 3.5rem;}


  /* services_details_page */
  .ser_details_box{padding-right: 1.5rem;}
  .ser_easy{padding: 2.5rem 2rem 2.5rem 5rem; margin: 2.5rem 0 2.5rem 2.5rem;}


}

@media only screen and (max-width: 1199px){

  .nav_top .navbar-brand img{width: 12rem;}
  .quete span{display: none;}
  .menu_sec{padding-right: 15rem;}
  .banner_txt strong{font-size: 3.5rem; line-height: 4.5rem;}
  .banner_box{padding: 10rem 0;}
  .about_info i{font-size: 3rem; padding: 1rem; margin-right: 1rem;}
  .about_box{padding: 1rem 1rem; margin: 1rem 0 0 1rem;}
  .about_img{margin-right: 1rem;}
  .footer_top .collum:nth-child(2) .ft_txt{padding-left: 3rem;}  
  .footer_top .collum:last-child .ft_txt{padding-left: 1rem;}
  .ft_heding{font-size: 1.7rem; line-height: 2.7rem;}
  .hero_social{right: -20rem; gap: 3.5rem;}  
  .about_box{padding: 1.5rem 1.5rem; margin: 1rem 0 0 1rem;}  
  .about_info{padding-top: 1.5rem;}
  /* .sball_2{left: 16rem; bottom: -6rem;} */
  .container{max-width: 100%; padding: 0 2rem;}
  .home_co_form{padding: 7rem 0;}
  .faq_txt{padding-right: 1rem;}
  .brand_img{margin-top: 4rem;}
  .brand_sec .owl-carousel .owl-item{padding: 0 1.2rem;}
  .ft_link li{margin-bottom: 1.2rem;}
  .portfolio_box{margin-bottom: 1rem;}
  .brand_sec .container-fluid{padding: 0 1.5rem;}
  .ft_link li a{font-size: 1.5rem;}
  .ft_ad li{margin-bottom: 2rem;}
  .banner_img img{height: 30rem;}
  .banner_img_snd img{height: 23rem !important;}
  .sball_2{left: 13rem; bottom: -5rem;}
  .hero_social li a{font-size: 1.5rem;}
  .menu_sec li a{padding-right: 2rem;}
  .header_rt_buttin{top: .5rem;}


  /* gallery_page */
  .portfolio_box img{height: 35rem;}
  .our_portfolio .container-fluid{padding: 0 2rem;}


  /* career_page */
  .career_box{margin-top: 3.5rem;}
  .career_ft_btn .click_btn{margin-top: 4rem;}


  /* about_page */
  .mi_vi_box_snd{margin-left: 1rem; padding-left: 1.5rem;}
  .features_box{margin-top: 3rem;}
  .benifits_box{padding: 3.5rem 3rem;}


  /* services_page */
  .ser_contact .ser_contact_box{padding-bottom: 4rem;}
  .ser_txt{padding: 5rem 2rem;}
  .service_box{height: 29rem;}
  .service_info{margin-top: 2.5rem;}


  /* services_details_page */
  .ser_details .container-fluid{padding: 0 1.5rem;}
  .ser_details_box{padding-right: .8rem;}
  .ser_de_heding{font-size: 2.2rem; line-height: 3.2rem;}
  .ser_easy{padding: 2rem 2rem 2rem 4rem; margin: 2.5rem 0 2rem 2.5rem;}
  .ser_de_box_thd_call{margin: 2rem 0 0 2rem; padding: 2rem 3rem;}
  .ser_de_box{padding: 2rem 1.3rem; margin-bottom: 2.5rem;}
  .ser_de_box .ft_heding{margin-bottom: 1rem;}
  .other_ser li{font-size: 1.6rem; margin-top: 1rem; padding: 1rem 1.5rem;}


   
}

@media only screen and (max-width: 991px){
    
    .nav_top .navbar-toggler {color: transparent; border: none; padding: 1rem; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; margin-right: -1rem;}
    .nav_top .navbar-toggler .icon-bar {display: block; width: 3rem; height: .4rem; border-radius: .3rem; background-color: var(--brand); opacity: 1; -webkit-transform: matrix(1, 0, 0, 1, 0, 0); transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
    .nav_top .navbar-toggler .icon-bar + .icon-bar {margin-top: .4rem;}
    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(2){opacity: 0;  width: 0px;}
    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(3) {-webkit-transform: matrix(1, 1, 0, 1, 0, 0); transform: matrix(1, 1, 0, 1, 0, 0); width: 25px; margin-top: -11px;}
    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(1) {-webkit-transform: matrix(1, -1, 0, 1, 0, 0); transform: matrix(1, -1, 0, 1, 0, 0); width: 25px;}
    .nav_top .navbar-collapse.show{left: 0;}
    .nav_top .navbar-collapse{position: fixed; top: 0; left: -30.10rem; background: #fff; z-index: 999999; width: 20.80rem; padding: 2.5rem 1rem; height: 100% !important; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; overflow-y: auto; min-height: 100vh; border-right: .5rem solid var(--brand);}
    
    .header_rt_buttin{right: 6rem;}
    .menu_sec{padding-right: 0;}
    .menu_sec li a{padding-right: 0; padding: 1rem; border: .1rem dashed #D9D9D9; width: 100%; margin-bottom: 1rem;}
    .menu_sec li:last-child a{margin-bottom: 0;}
    .banner_txt{padding-right: 0; padding-bottom: 5rem;}
    .banner_box{padding: 7rem 0;}
    .banner_img_snd{left: 12rem;}
    .banner_txt .ft_heding{margin-bottom: 0;}
    .banner_box .container-fluid{padding: 0 2.5rem;}
    .banner_txt strong{font-size: 3.2rem; line-height: 4.2rem;}
    .sball_1{left: 20rem; top: 0; width: 4rem; height: 4rem;}
    .sball_2{left: 26rem; bottom: -3rem; width: 3.5rem; height: 3.5rem;}
    .about_row{flex-direction: column-reverse;}
    /* .about_img img{height: 50rem; object-fit: cover;} */
    /* .about_img_snd img{height: 20rem !important;} */
    /* .about_satisfied img{height: 10rem !important;} */
    .about_box{margin: 3rem 0 0 0;}
    .ptb{padding: 6rem 0;}
    .inner_ptb{padding: 3rem 0 6rem;}
    .about_img{margin-right: 0; margin-top: 2rem;}
    .home_co_img{width: 40%;}
    h1, h2{font-size: 2.3rem; line-height: 3.3rem;}
    .home_co_form{padding: 6rem 0;}
    .home_co_form .ft_heding{margin-bottom: .5rem; font-size: 1.7rem; line-height: 2.7rem;}
    /* .career_ft_btn .click_btn{margin-top: 4rem;} */
    .faq_txt{padding-right: 0; padding-bottom: 4rem;}
    .footer_top .collum:nth-child(2) .ft_txt{padding-left: 1rem;}
    .ft_txt{margin-top: 5rem;}
    .about_satisfied{left: 0;}


    /* inner_banner  */
    .inner_banner .banner_txt{padding-bottom: 0;}


    /* contact_page */
    .contact_txt{margin-bottom: 3rem;}
    .contact_icon li{margin-top: 1.5rem;}
    .contact_social{margin-top: 2rem;}
    .map_sec iframe{height: 35rem;}


    /* gallery_page */
    .portfolio_box img{height: 25rem;}


    /* about_page */
    .mi_vi_box_snd{margin-left: 0; padding-left: 0; margin-top: 2rem; padding-top: 1.5rem;}
    .mi_vi_box_snd::before{border-top: .1rem dashed rgb(202, 202, 202); width: 100%; position: absolute; border-left: none; border-right: none; border-bottom: none;}
    .benifits_box{margin-top: 4rem;}


    /* services_page */
    .ser_contact h2{font-size: 2.3rem; line-height: 3.3rem;}


    /* services_details_page */
    .ser_details_box{padding-right: 0; padding-bottom: 2.5rem;}


}

@media only screen and (max-width: 767px){
    
    .container{max-width: 100%; padding: 0 1.5rem;}
    .banner_img_snd{left: 5rem;}
    .sball_1{left: 11rem; width: 3rem; height: 3rem;}
    .sball_2{left: 19rem; width: 3rem; height: 3rem;}
    .sball_2::before{bottom: -1rem; width: 1.5rem; height: 1.5rem;}    
    .sball_1::before{top: -1rem; width: 1.5rem; height: 1.5rem;}
    .banner_box{padding: 5rem 0;}
    .banner_img img{height: 25rem;}
    .banner_img_snd img{height: 20rem !important;}
    .banner_txt strong{font-size: 3rem; line-height: 4rem; padding: .8rem 0;}
    .banner_txt{padding-bottom: 3.5rem;}
    .click_btn{margin-top: 3rem;}
    .ptb{padding: 5rem 0;}
    .inner_ptb{padding: 3rem 0 5rem;}
    .about_txt .ft_heding{margin-bottom: .2rem; font-size: 1.6rem; line-height: 2.6rem;}
    .heder_call_img img{width: 4.5rem;}
    .header_top_lt ul li a{padding: 0 1rem;}
    .home_co_img{display: none;}
    .home_co_form{padding: 5rem 0;}
    .service_box{height: 25rem;}
    .ser_name_snd{top: -1rem;}
    .service_info{margin-top: 2rem;}
    .ser_txt{padding: 5rem 2rem;}    
    .heding span{font-size: 1.6rem; line-height: 2.6rem;}
    .career_box .d-flex{flex-direction: column;}
    .career_box .d-flex .ms-3{margin-left: 0 !important;}
    .career_img{padding-right: 0; padding-bottom: 1.5rem;}
    .career_img img{width: 6rem;}
    .career_list li{padding: .2rem 1.2rem;}
    .career_list_snd li{font-size: 1.7rem; margin-right: 2rem;}
    .career_box{padding: 2rem 1.5rem; margin-top: 3rem;}
    .career_ft_btn .click_btn{margin-top: 3rem;}
    .service_sec .container-fluid{padding: 0 1.5rem;}
    .faq_txt_img_snd img{padding: 6rem;}
    .ft_txt{margin-top: 4rem;}
    .faq_txt .ft_heding{font-size: 1.6rem; line-height: 2.6rem;}
    /* .footer_top .collum:nth-child(2) .ft_txt, .footer_top .collum:last-child .ft_txt{padding-left: 0;} */
    .footer_top .collum:nth-child(2) .ft_txt{padding-left: 4rem;}
    .footer_top .collum:last-child .ft_txt{padding-left: 0;}
     
    
    /* 404_page */
    .error_page_info strong{font-size: 20rem; line-height: 21rem;}


    /* contact_page */
    .contact_icon li{margin-top: 1rem;}
    .contact_icon li i{padding: .6rem;}
    .map_sec iframe{height: 30rem;}


    /* about_page */
    .features_box{margin-top: 2.5rem;}
    .ft_heding{margin-bottom: .8rem;}


    /* services_page */
    .ser_contact .owl-carousel .owl-item img{width: 6rem;}
    .career_sec .owl-nav.disabled{top: -2.5rem;}
    .ser_ct_info{margin-top: 3rem;}
    .career_sec .owl-nav.disabled{top: inherit; right: inherit; position: inherit; margin-top: 1rem;}
    .ser_contact_box .ft_heding{margin-bottom: .8rem;}


    /* services_details_page */
    .ser_benefit li a{padding-left: 2rem; font-size: 1.5rem;}



    /* privacy_policy_page */
    .privacy_policy_box ul{margin-bottom: 1rem;}



}


@media only screen and (max-width: 575px){

  .header_top_lt ul li span{display: none;}
  .header_top_rt ul li:first-child{display: none;}
  .quete strong{display: none;}
  .heder_call_img img{width: 4rem;}
  .nav_top .navbar-brand img{width: 10rem;}
  .banner_box .container-fluid{padding: 0 1.5rem;}
  .hero_social{display: none;}
  .banner_txt strong{font-size: 2.3rem; line-height: 3.3rem; font-weight: 500;}
  .banner_img img{height: 20rem;}
  .banner_img_snd img{height: 15rem !important;}
  .banner_img_snd{left: 3rem;}
  .sball_1{left: 4rem;}
  .sball_2{left: inherit; right: 5rem; bottom: -2rem;}
  h1, h2{font-size: 2rem; line-height: 3rem;}
  .about_info{flex-direction: column; text-align: center;}
  .about_info i{font-size: 2.5rem; padding: .8rem; margin-right: 0; margin-bottom: .5rem;}
  .about_info .ms-3{margin-left: 0 !important;}
  h4{font-size: 1.8rem; line-height: 2.8rem;}
  .about_box .click_btn{margin-top: 1rem;}
  .service_box{height: 20rem;}
  .ser_txt{padding: 3rem 1rem;}
  .faq_txt_img_snd img{padding: 3rem;}
  .faq_box{padding: 1.5rem 1rem;}
  .faq_box .accordion-button{padding: 1rem;}
  .faq_box .accordion-body{padding: 1rem;}
  .brand_title span{padding: 0 1rem; font-size: 1.8rem; line-height: 2.8rem;}
  .brand_sec .owl-carousel .owl-item{padding: 0 .9rem;}
  .brand_img{margin-top: 2.5rem;}
  .ft_ad li{margin-bottom: 1.5rem; font-size: 1.5rem;}
  .ft_bottom .d-flex{justify-content: center; flex-direction: column; text-align: center;}
  .career_list_snd li{font-size: 1.5rem; margin-right: 1.2rem;}
  .career_box h4{font-size: 1.8rem; line-height: 2.8rem;}
  .heding::before{width: 100%;}
  .career_img img{width: 5rem;}
  .footer_top .collum:nth-child(2) .ft_txt{padding-left: 0;}
  .ft_txt{margin-top: 3rem;}
  .footer_top{padding-bottom: 3.5rem;}
  .ft_botton_lt, .ft_botton_rt{font-size: 1.6rem;}
  .quete .ms-3{margin-left: 0rem !important;}
  h3{font-size: 1.9rem; line-height: 2.9rem;}

  

  /* 404_page */
  .error_page_info strong{font-size: 10rem; line-height: 11rem; margin-bottom: 1rem;}


  /* contact_page */
  .contact_social li span{width: 100%; display: inline-block; margin-bottom: 1rem;}
  .contact_social li{display: inline;}
  .contact_social li:nth-child(2) a{margin-left: 0;}
  .contact_form{padding: 1rem;}
  .contact_info{padding: 1.5rem;}
  .contact_form .input_type{margin-top: 0;}
  .map_sec iframe{height: 25rem;}


  /* gallery_page */
  .portfolio_box img{height: 15rem;}
  .our_portfolio .container-fluid{padding: 0 1.5rem;}


  /* faq_page */
  .faq_box .accordion-button:not(.collapsed)::after, .faq_box .accordion-button::after{right: 1rem; top: 30%;}
  .faq_box .accordion-button h4{font-size: 1.6rem; line-height: 2.6rem;}
  .faq_contact ul li span{font-size: 1.8rem; padding-bottom: .5rem; line-height: 2.8rem;}
  .faq_contact ul{padding-left: 0;}


  /* about_page */
  .mi_vi_box .d-flex{flex-direction: column; align-items: center; justify-content: center; text-align: center;}
  .mi_vi_box .d-flex .ms-3{margin-left: 0 !important;}
  .mi_vi_box i{font-size: 4rem; margin-right: 0; margin-bottom: 1rem;}
  .features_sec .ft_heding{margin-bottom: .6rem; font-size: 1.8rem; line-height: 2.8rem;}
  .features_box h3{padding-bottom: .8rem; margin-bottom: 1.5rem; font-size: 1.8rem; line-height: 2.8rem;}
  .features_box h3 i{padding-right: 1rem;}
  .features_box ul li{margin-top: 1.2rem;}
  .about_contact  .click_btn{margin-top: 2rem;}


  /* inner_banner */
  .inner_banner .banner_box{padding: 4rem 0;}


  /* services_page */
  .ser_contact_box .d-flex{flex-direction: column; align-items: flex-start !important;}
  .ser_contact .ser_contact_box .ser_de_box_thd_call{margin: 2rem 0 0 2rem;}
  .ser_contact_box .ft_heding{margin-bottom: .7rem; font-size: 1.6rem; line-height: 2.6rem;}
  .ser_contact h2{font-size: 2rem; line-height: 3rem;}
  .career_sec .item{padding: 0;}
  .career_list_trd li{margin-right: 0;}


  /* services_details_page */
  .ser_de_heding{font-size: 1.9rem; line-height: 2.9rem;}
  .ser_benefit li{width: 100%; margin-top: .8rem;}
  .ser_benefit{margin-bottom: 1rem;}
  .ser_easy_no span{position: inherit; left: inherit; top: inherit; width: 5rem; height: 5rem; font-size: 2rem;}
  .ser_easy{padding: 1.5rem 1.5rem 1.5rem 1.5rem; margin: 2rem 0 2rem 0;}
  .ser_easy .d-flex{flex-direction: column; justify-content: center; text-align: center;}
  .ser_easy .d-flex .ms-3{margin-left: 0 !important;}
  .other_ser li{padding: 1rem 1rem;}
  .ser_de_box .click_btn{padding: 0 1.9rem;}
  .ser_de_box_thd_txt{padding: 1rem 0;}
  .ser_de_box_thd_call h5{font-size: 1.6rem;}
  .ser_de_icon{left: -2.5rem; width: 5rem; height: 5rem;}

    
}

@media only screen and (max-width: 480px){
  
  

}