body { color:#545454; font-family:Montserrat; }
:root { --main-color:#E18D00; }
a, i, button { outline:none; text-decoration:none; transition:all ease 0.5s; -webkit-transition:all ease 0.5s; }
ul { list-style:none; margin:0; padding:0; }
img { height:auto; object-fit:cover; width:auto; }
h1, h2, h3, h4, h5, h6 { font-family:Raleway; }

header {margin:0;transition: ease-in-out 0.3s;}
.header_sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
	padding-bottom: 10px;
}
.top_bar {
    padding: 10px 0;
}
.top_bar .tel-btn {
    margin-right: 20px;
    vertical-align: middle;
}
header .col-lg-12 { align-items:center; display:flex; justify-content:space-between; }
.tel-btn { color:var(--main-color); display:inline-block; font-size:20px; }
.tel-btn:hover, .blog-sec h3 a { color:#545454; }
.logo img {
    width: 200px;
}
.header_sec .logo img {
    width: 280px;
}

.call-btn { align-items:center; background-color:var(--main-color); border:none; border-radius:5px; color:#fff; display:inline-flex; gap:8px; justify-content:center; font-size:15px; font-weight:500; padding:10px 18px; text-transform:capitalize; }
.call-btn span { align-items:center; background-color:#fff; border-radius:50%; display:flex; height:32px; justify-content:center; width:32px; }
.call-btn img { width:16px; }
.call-btn:hover { background-color:#fff; box-shadow:0 2px 5px rgb(0 0 0 / 8%); color:#545454; }
.call-btn:hover span { background-color:#000; }
.call-btn:hover span img, .cont-list strong img { filter:brightness(0) invert(1); }
 
/**** Navbar CSS Start Here ****/
header .navbar, header .navbar-toggler { padding:0; }
header .navbar-expand-md .navbar-nav .nav-link { color:#545454; font-size:16px; letter-spacing:3.5px; padding:5px 20px 20px; position:relative; text-transform:uppercase; }
header .navbar-expand-md .navbar-nav .nav-link:hover, header .navbar-nav .nav-link:focus, header .navbar-nav .dropdown:hover .nav-link, header .navbar-nav .dropdown > .dropdown-toggle.show, header .navbar-nav .dropdown-menu li a:hover, header .navbar-nav .dropdown-toggle[aria-expanded="true"], footer li a:hover, footer h5 a:hover, .blog-box:hover h3 a, .CTA-sec h3 a, .cont-box h3 a:hover, .serv-list li a:hover, .serv-list li .active { color:var(--main-color); }
header .dropdown-menu { border:none; border-radius:0; min-width:max-content; padding:0; }
header .dropdown-menu li a { border-bottom:1px solid #e2e2e2; color:#545454; display:block; font-size:14px; letter-spacing:2px; padding:10px 18px; }
header .dropdown-menu li:last-child a { border-bottom:none; }
/**** Navbar CSS End Here ****/
.mt_25{margin-top:25px;}
.main { background-color:#fff1ea; margin:0 0 80px; }
.main .col-xl-6:last-child { align-self:center; padding:20px; }
.main .w-100, .about-sec .w-100 { height:100%; }
.main h1 { color:#545454; font-size:36px; font-weight:400; letter-spacing:1px; line-height:1.25; margin:0 0 20px; text-transform:capitalize; }
.main p { color:#545454; font-size:16px; line-height:1.8; margin:10px 0 12px; }
.main p strong { font-weight:600; }

.serv-head { background-color:#f1f1f1; border-radius:5px; color:#888; display:inline-block; font-size:13px; font-weight:600; letter-spacing:1px; margin:0; padding:7px 10px; text-transform:uppercase; }
.service-sec, .sec_bg { background-color:rgba(0,0,0,0.025); padding:80px 0; position:relative; z-index:0; }
.service-sec::before, .sec_bg:before { background-image:url(../images/service-bg.webp) !important; background-position:100% 0; background-repeat:no-repeat; bottom:0; content:''; left:0; opacity:.5; position:absolute; right:0; top:0; z-index:-1; }
.service-sec h2, .about-sec h2, .serv-logo h2, .step-sec h2, .client-sec h2, .blog-sec h2, .why-sec h2, .cont-sec h2, .contact-sec h2, .service-txt h2 { color:#545454; font-size:48px; font-weight:400; letter-spacing:1px; margin:15px 0 0; text-transform:capitalize; }
.service-sec h3, .why-box h3, .service-txt h3, .quality-box p strong { color:#545454; font-size:19px; font-weight:400; letter-spacing:3px; line-height:1.3; margin:30px 0 0; text-transform:uppercase; }
.service-sec p, .about-sec p, .serv-logo p, .client-sec p, .step-sec p, .blog-sec p, .why-sec p, .service-txt p { color:#545454; font-size:16px; line-height:1.7; margin:18px 0 40px; }
.serv-icon span { align-items:center; background-color:var(--main-color-2); border:2px solid var(--main-color); border-radius:50%; display:flex; height:80px; justify-content:center; width:80px; }
.serv-icon img { height:45px; }
.service-sec .w-100, .locRight_img img { border-radius:5px 70px 5px 5px; height:100%; }

.serv-logo { padding:25px 0 40px; text-align:center; }
.serv-logo p { margin:15px 0 0; }

.about-sec { padding:120px 0; }
.abt-img { height:100%; margin-right:40px; position:relative; }
.abt-img img { border-radius:14px 100px; }
.abt-img::before { background-color:var(--main-color); border-radius:0 100px; bottom:10px; content:''; left:50px; position:absolute; right:5px; top:10px; transform:rotate(14deg); z-index:-1; }
.abt-logo { display:flex; gap:35px; justify-content:center; padding:35px 0 0; }
.abt-logo img { height:60px; }
.about-sec p { margin:18px 0; }
.sign-img { margin:0 0 20px; width:115px; }

.step-sec { background-color:rgba(0,0,0,0.025); padding:80px 0; }
.step-sec h3 { color:var(--main-color); font-size:20px; font-weight:600; letter-spacing:3px; line-height:1.4; margin:0 0 12px; text-transform:uppercase; }
.step-sec .w-100 { border-radius:5px; height:100%; }
.step-sec li { color:#fff; display:flex; gap:22px; padding:0 0 22px 60px; position:relative; }
.step-sec li:last-child { padding-bottom:0; }
.step-sec li::before { border-left:2px dashed #545454; bottom:0; content:''; left:18px; position:absolute; top:0; }
.step-sec li:last-child::before { display:none; }
.step-sec li span { align-items:center; background-color:#545454; border-radius:50%; color:#fff; display:flex; font-size:18px; font-weight:600; height:38px; justify-content:center; left:0; position:absolute; width:38px; }
.step-sec li p, .why-box p, .service-txt .quality-box p { margin:0; }

.client-sec { background-color:rgba(0,0,0,0.025); padding:80px 0; text-align:center; }
.client-box { background-color:#fff; border-radius:5px; box-shadow:0 2px 5px rgb(0 0 0 / 8%); height:100%; padding:34px; position:relative; text-align:left; }
.client-box::before { color:var(--main-color); content:'\f10e'; font-family:fontAwesome; font-size:28px; position:absolute; right:34px; top:26px; }
.client-sec h6 { color:#545454; font-size:17px; margin:0; }
.client-sec h6 strong { color:var(--main-color); display:block; font-weight:600; letter-spacing:3px; padding:0 0 10px; text-transform:uppercase; }
.client-box p { line-height:1.7; margin:15px 0 18px; }
.client-box i { color:var(--main-color); font-size:16px; margin:0 6px 0 0; }
.client-sec .owl-stage { display:flex; padding:50px 25px; }
.client-sec .owl-nav button { border:1px solid #e7e8ea !important; border-radius:50%; color:#16222d !important; height:50px; margin:0 5px; width:50px; }
.client-sec .owl-nav button:hover { background-color:#545454 !important; border:1px solid #545454 !important; color:#fff !important; }
.client-sec .owl-nav button span { font-size:32px; line-height:0.7; }

.blog-sec { padding:80px 0 54px; text-align:center; }
.blog-sec .col-lg-4, .why-sec .col-lg-3, .cont-sec .col-lg-4, .service-sec.dd .col-xl-4 { margin:0 0 24px; }
.blog-sec h2 { margin:15px auto 50px; width:50%; }
.blog-sec img { border-radius:20px; }
.blog-box { border:1px solid #eadfd9; border-radius:20px; height:100%; padding:22px; position:relative; text-align:left; }
.blog-sec h3 { font-size:22px; font-weight:800; line-height:1.4; margin:18px 0 12px; }
.blog-box h5 { background-color:var(--main-color); border-radius:30px; color:#fff; display:inline-flex; font-size:12px; font-weight:600; left:35px; margin:0; padding:9px 20px; position:absolute; top:35px; text-transform:uppercase; }
.blog-sec p { display:-webkit-box; margin:0; overflow:hidden; -webkit-line-clamp:4; -webkit-box-orient:vertical; }

footer { background-color:#fff1ea; padding:60px 0 0; }
footer h2 { color:#545454; font-size:20px; font-weight:600; letter-spacing:2px; margin:12px 0 20px; text-transform:uppercase; }
footer p { color:#545454; font-size:16px; line-height:1.8; margin:25px 0 15px; }
footer li { font-size:16px; padding:0 0 13px; }
footer li a { color:#545454; word-break:break-all; }
.cont-list li { padding:0 0 22px; }
.cont-list strong { align-items:center; background-color:var(--main-color); border-radius:50%; display:flex; float:left; height:32px; justify-content:center;  margin-right:12px; width:32px; }
.social-icon { display:flex; gap:12px; margin:8px 0 0; }
.social-icon li i { align-items:center; background-color:#fff; border-radius:50%; color:#545454; display:flex; font-size:18px; height:35px; justify-content:center; padding:0; width:35px; }
.social-icon li i:hover { background-color:var(--main-color); color:#fff; }
.copy-txt { border-top:1px solid #ccc; margin:20px 0 0; }
.copy-txt h6 { align-items:center; color:#545454; display:flex; font-family:Montserrat; font-size:14px; font-weight:normal; justify-content:space-between; margin:0; padding:18px 0; text-align:center; }
.copy-txt h6 span { display:inline-block; }
.copy-txt h6 img { margin-left:5px; width:160px; }
footer .cont-list li a{font-size:14px;}
/******************** services page CSS ********************/
.inner-banner { position:relative; }
.inner-banner::before { background-color:rgba(0,0,0,0.5); bottom:0; content:''; left:0; position:absolute; right:0; top:0; }
.inner-banner img { height:300px; }
.inner-banner h1 { align-items:center; bottom:0; color:#fff; display:flex; flex-direction:column; font-size:50px; font-weight:400; justify-content:center; left:0; margin:0 12px; position:absolute; right:0; text-align:center; top:0; }

.service-sec.dd { text-align:center; }
.service-sec.dd .serv-icon span { margin:0 auto; }

.flip-box { background-color:#fff; height:400px; padding:0 0 65px; perspective:1000px; }
.service-sec .flip-box img { border-radius:0; }
.service-sec .flip-box h3 { margin:20px 0 0; }
.flip-box-inner { height:100%; position:relative; transition:transform 0.8s; transform-style:preserve-3d; width:100%; }
.flip-box:hover .flip-box-inner { transform:rotateY(180deg); }
.flip-box-front, .flip-box-back { backface-visibility:hidden; position:absolute; height:100%; width:100%; }
.flip-box-back { align-items:center; background-color:var(--main-color); color:#fff; display:flex; height:400px; justify-content:center; padding:25px; transform:rotateY(180deg); }
.flip-box-back p { color:#fff; font-size:16px; line-height:1.6; margin:0; }
  
.why-sec { padding:85px 0 65px; text-align:center; }
.why-sec h2 { font-size:38px; margin:0; }
.why-box { border:2px solid #ccc; border-radius:5px; height:100%; padding:25px; }
.why-box h3 { margin:25px 0 8px; }
.why-icon { align-items:center; background-color:var(--main-color); border-radius:50%; display:flex; height:85px; justify-content:center; margin:0 auto 10px; width:85px; }
.why-icon img { height:45px; }

.CTA-sec { background-attachment:fixed; background-image:url(../images/CTA-bg.webp) !important; background-position:top center; background-size:cover; padding:100px 0; position:relative; z-index:0;height: 250px;}
.CTA-sec .container{display:none;}
.CTA-sec::before { background-color:rgba(0,0,0,0.3); bottom:0; content:''; left:0; position:absolute; right:0; top:0; z-index:-1; }
.CTA-sec h2 { color:#fff; font-size:55px; font-weight:400; letter-spacing:1px; line-height:1; margin:0; }
.CTA-sec h3 { color:#fff; font-size:20px; font-weight:400; line-height:1.6; margin:20px 0 28px; }
.CTA-sec p { color:#fff; font-size:17px; line-height:1.7; margin:20px 0 0; }
.CTA-sec h3 a:hover { color:#fff; }

.service-txt, .cont-sec { padding:80px 0; }
.service-txt .col-lg-6 { padding-top:15px; padding-bottom:10px; }
.service-txt h2 { font-size:28px; margin:0 0 12px; }
.service-txt h3 { font-weight:500; line-height:1.5; margin:0 0 12px; text-transform:none; }
.service-txt p { margin:0 0 15px; }

.service-txt .w-100 { border-radius:8px; height:400px;margin-bottom: 20px;}
.serv-list { /*background-color:#fff1ea; border-radius:8px; padding:10px 15px 15px;*/ }
.serv-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.serv-list ul li {
    width: calc(25% - 15px);
}
.serv-list li a {
    color: #545454;
    font-size: 14px;
    display: block;
    padding:15px 10px;
    border: 1px solid var(--main-color);
    background: #fff;
    border-radius: 4px;
	text-align: center;
}
.serv-list li a:hover {
	background:var(--main-color);
	color:#fff;
}
.quality-box { align-items:flex-start; border:1px solid #ccc; display:flex; height:100%; gap:20px; padding:28px; }
.quality-box img { width:60px; }
.quality-box p strong { display:block; font-size:20px; font-weight:500; margin:0 0 10px; text-transform:none; }

.help-box { background-color:var(--main-color); border-radius:8px; margin:25px 0 0; padding:30px 20px; position:relative; }
.help-box::after { background-image:url(../images/call-icon.png); background-repeat:no-repeat; background-size:100% 100%; bottom:20px; content:""; height:60px; position:absolute; right:20px; width:60px; }
.help-box h3 { color:#fff; font-size:22px; letter-spacing:1.5px; margin:0; }
.help-box p { color:#fff; line-height:1.6; margin:15px 0; }
.help-box .call-btn { background-color:#fff; color:var(--main-color); font-size:13px; padding:8px 15px; }
.help-box .call-btn:hover { background-color:#000; color:#fff; }

/******************** contact-us page CSS ********************/
.cont-sec h2 { margin:15px 0 50px; }
.cont-box { border:1px solid #E4E4E4; border-radius:5px; height:100%; padding:25px 15px; text-align:center; }
.cont-box > img { height:50px; margin:0 0 30px; }
.cont-box h3 { font-size:18px; font-weight:400; margin:0 0 15px; }
.cont-box h3 a { color:#545454; word-break:break-word; }
.cont-box p { color:#545454; font-size:16px; font-weight:500; line-height:1.6; margin:5px 0 0; }

.contact-sec { background-color:#fff1ea; padding:80px 0; text-align:center; }
.contact-sec .serv-head { background-color:var(--main-color); color:#fff; }
.contact-sec h2 { line-height:1.4; margin:15px 0 38px; }
.in-box { margin:0 0 20px; }
.box { background-color:#fff; border:1px solid #e4e4e4; border-radius:5px; color:#7b7b7b; font-size:16px; outline:none; padding:12px 18px; width:100%; }
.box:focus::placeholder { color:transparent; }
.box:focus { border:1px solid var(--main-color); }
.box::placeholder { color:#7b7b7b; opacity:1; }
textarea.wpcf7-form-control.wpcf7-textarea.box {height: 100px;}

/* Blog page CSS Start here */
.head_box {margin-bottom: 40px;}
.blog_box {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
}
.blog_box .w-100{height: auto !important;}
.blog_txt {
    padding: 20px;
    border-top: 1px solid #d6d6d6;
}
.blog_img img {
    max-width: 100%;
    width: 100%;
    height: 320px;
	object-position: top;
}
.author_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.author_box span {
    color: var(--main-color);
    font-weight: 600;
}
.date_div {
    font-size: 17px;
    font-weight: 500;
}
.blog_box .blog_txt h3 {
    margin: 0 0 15px;
}
.blog_box .blog_txt p {
    margin: 0;
}
.blog_end {
    padding: 0 20px 20px;
}
/* Blog page CSS End here */

/* Blog-detail page CSS end here */
.blogDtl_bnr {
    padding: 50px;
    background: #e8e8e8;
}
.blogDtl_bnr::before{background: none;}
.blogDtl_bnr .breadcrumb {justify-content: center;margin: 0;}
.blogDtl_bnr .breadcrumb .breadcrumb-item a, .blogDtl_bnr .breadcrumb-item, .blogDtl_bnr .breadcrumb-item+.breadcrumb-item::before{
    color: rgb(0 0 0 / 46%)
}
.blogDtl_bnr .breadcrumb-item.active {
    color: #e18d00;
}
.padd_TB70 {
    padding: 90px 0;
}
.custom_container {
    max-width: 1000px;
}
.blog_badge {
    border-radius: 8px 8px 8px 0px;
    background: #e18d00;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.16px;
    text-transform: capitalize;
    padding: 8px 10px;
}
.blog_detail .head_box h1 {
    margin: 15px 0;
    font-size: 48px;
}
.blog_detail .head_box h1, .detail_txt h2, .detail_txt h3, .detail_txt h4{
    color: #545454;
    font-weight: 400;
    letter-spacing: 1px;
}
.blog_date span, .blog_date a {
    color: #626E80;
    font-size: 13px;
    letter-spacing: 0.13px;
    text-transform: capitalize;
    line-height: 15px;
}
.blog_date span {
    border-right: 1px solid #626E80;
    margin-right: 15px;
    padding-right: 15px;
}
.blog_detail .blog_img {
    border-radius: 10px;
    margin-bottom: 40px;
    overflow: hidden;
}
.blog_detail .blog_img img {
    max-height: 400px;
    height: auto;
	object-position: top center;
}
.detail_txt h2 {
    font-size: 38px;
    margin-bottom: 20px;
}
.detail_txt p {
    color: #545454;
    font-size: 16px;
    line-height: 1.7;
}
.detail_txt p:not(:last-child) {
    margin-bottom: 20px;
}
.detail_txt h2 span {
    color: #e18d00;
}
.content_sec h2 {
    border-left: 4px solid #e18d00;
    padding-left: 10px;
}
.detail_txt p a {
    text-decoration: underline !important;
    color: #e18d00;
}
.blog_detail .content_sec {
    background: none !important;
}
/* Blog-detail page CSS end here */
/* Location-detail page CSS start here */
img {max-width: 100%;}
.small_head{margin-bottom: 10px;}
.loc_img {
    position: relative;
    padding: 20px;
}
.loc_img img {
    border-radius: 30px;
    position: relative;
}
.btn_group {
    margin-top: 30px;
}
.btn_group .call-btn {
    padding: 13px 20px;
}
.btn_group .call-btn:not(:last-child) {
    margin: 0 10px 10px 0;
}
.outline_btn {
    border: 1px solid var(--main-color);
    background: #fff;
    color: var(--main-color);
}
.outline_btn:hover{
    background: var(--main-color);
    color: #fff;
}
.loc_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.loc_box ul li {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.loc_box li a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: #e18d00;
    border: 1px solid #e18d00;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
}
.loc_box li a:hover{
    background: #fff;
    color:#e18d00;
}
.loc_box li a:before {
    content: "\f041";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    font-size: 18px;
}
.map_box iframe {
    height: 400px;
    width: 100%;
}
.loc_box li a i {
    margin-right: 5px;
    font-size: 18px;
}
.content_sec {
    background: #fff1ea;
}

.content_box ol:not(:last-child), .content_box ul:not(:last-child), .content_sec ul:not(:last-child), .detail_txt ul:not(:last-child) {
    margin-bottom: 20px;
}
.content_box li, .content_sec li, .detail_txt li {
    position: relative;
    padding-left: 25px;
    color: #545454;
    font-size: 16px;
    line-height: 1.7;
}
.content_box li:not(:last-child), .content_sec li:not(:last-child), .detail_txt li:not(:last-child) {
    margin-bottom: 10px;
}
.content_box li:before, .content_sec ul li:before, .detail_txt ul li:before {
    content: "\f05d";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 4px;
    color: #e18d00;
}
.content_box p a, .content_box li a, .content_sec li a, .content_sec p a {
    color: #e18d00;
}
.serv-list h2 {
    margin: 0 !important;
}
.w_100{width:100%}
.flip-box ul {
    text-align: left;
    list-style: disc;
    padding-left: 16px;
}
.content_box li p, .content_sec li p, .detail_txt ul li p {
    margin: 0 !important;
}
.side_bar {
    position: sticky;
    top: 30px;
}
.content_box .btn_group:not(:last-child) {
    margin: 20px 0;
}
/* Location-detail page CSS end here */
.client-sec div#client-sec {
    margin-top: 30px;
}

.faq-box .accordion-flush .accordion-item .accordion-button {
    background: #545454;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    padding: 20px;
    border-radius: 0
}
.faq-box .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
    background: #e18d00
}
.faq-box .accordion-body {
    background: #fff;
    padding: 20px;
}
.faq-box .accordion-body p:last-child {
    margin: 0;
}
.faq-box .accordion-flush .accordion-item {
    border-radius: 12px;
    margin-bottom: 20px;
    border: none;
    overflow: hidden
}
.faq-box .accordion-button::after {
    content: "";
    background:url(../images/plus_icon.webp) no-repeat;
    transition: transform .2s ease-in-out;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-size: 16px;
    background-position: center
}
.faq-box .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg)
}
.city_sec .head_box {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.faq_sec.sec_bg~.sec_bg {
    background: #fff;
}
.srvc_city .loc_box ul li {
    width: auto;
}
.srvcSideBar .service-sec {
    padding:0;
	background: none;
}
.srvcSideBar .service-sec::before{background: none !important;}
.srvcSideBar .col-xl-9 {
    padding-left: 12px !important;
}
.srvcSideBar .why-sec .col-lg-6 {
    padding: 12px !important;
}
.srvcSideBar .w-100 {
    height: 300px !important;
}
.srvcSideBar .flip-box {
    background: rgba(0, 0, 0, 0.025);
}
.serv-box p {
    margin-bottom: 0;
}
.navbar-expand-md .navbar-nav > li {
    position: relative;
}
.rowGap_24 {
    row-gap: 24px;
}
.ind_box a {
    display: block;
    text-align: center;
    color: #545454;
    font-size: 18px;
    padding: 20px 10px;
}
.ind_box .call-btn span {
    margin: 0 auto 10px;
    height: 70px;
    width: 70px;
    border: 1px solid #e18d00;
}
.ind_box .call-btn span img {
    width: auto;
    height: 40px;
}
.ind_box, .ind_box a {
    height: 100%;
}

/*.................. Home-Page-Media .................. */
@media (max-width:1199.98px){
.header_sec .logo img {
    width: 200px;
}
}
@media (min-width:320px) and (max-width:767.98px){
.tel-btn { margin:22px 0 0 15px; }	
.tel-btn.dd { display:none; }
.main h1, .service-sec h2, .about-sec h2, .step-sec h2, .serv-logo h2, .why-sec h2, .cont-sec h2, .contact-sec h2 { font-size:33px; }
.main p { font-size:17px; }
.serv-box { display:flex; gap:20px; }
.service-sec h3 { margin:0; }
.about-sec { padding:80px 0 60px; }
.abt-img { margin-right:25px; }
.abt-logo { gap:20px; }
.abt-logo img { height:60px; }
.step-sec h3 { letter-spacing:2px; }
.client-sec h2 { font-size:30px; }
.blog-sec h2 { font-size:32px; line-height:1.4; }
.copy-txt h6 { display:block; padding:12px 0; }
.copy-txt h6 span { display:block; padding-top:12px; }
.inner-banner img { height:250px; }
.CTA-sec h2 { font-size:40px; }
.cont-box { padding:15px; }
.cont-box h3 {font-size: 18px;}
.cont-box p {font-size: 14px;}
.top_bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_bar .tel-btn {
    margin: 0;
    font-size: 16px;
}
.header_sec .call-btn {
    padding: 6px 10px;
    font-size: 13px;
}
.header_sec {
	padding: 0 0 10px;
	}	
}

@media (min-width:320px) and (max-width:991.98px){
header { padding:20px 0; }	
.mob-logo { margin:20px auto; width:180px; }
.mob-logo img { width:100%; }
.bottom-head { padding:10px 18px; }
header .navbar-expand-md { order:3; }
header .navbar-collapse { background-color:#fff; box-shadow:0 0 5px #999; height:100%; left:-15px; overflow-y:auto; position:fixed; top:0; transform:translateX(-100%); transition:0.3s cubic-bezier(0.55,0,0.1,1); width:280px; z-index:11; -webkit-transform:translateX(-100%); -webkit-transition:0.3s cubic-bezier(0.55,0,0.1,1); }
header .collapse.show { left:0; transform:translateX(0); -webkit-transform:translateX(0); } 
header .navbar-nav { display:block; padding:0 15px; }
header .navbar-toggler:focus { box-shadow:none; outline:none; }
header .navbar-toggler .icon-bar { background-color:#545454; display:block; height:3px; margin:5px 0; outline:none; transition:all 500ms; width:25px; }
header .navbar-toggler:not(.collapsed) .icon-bar { position:relative; transition:all 300ms ease-in-out 0s; }
header .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) { top:9px; transform:rotate(45deg); }
header .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) { opacity:0; }
header .navbar-toggler:not(.collapsed) .icon-bar:last-child { top:-7px; transform:rotate(-45deg); }
header .navbar-expand-md .navbar-nav .nav-link { align-items:center; display:flex; font-size:16px; justify-content:space-between; }
header .navbar-expand-md .navbar-nav .nav-link, header .dropdown-menu li a { border-bottom:1px solid #e2e2e2; font-size:15px; letter-spacing:2px; margin:0; padding:10px 0; }
header .dropdown-toggle { color:var(--main-color-1); cursor:pointer; font-size:15px; height:43px; padding:15px 0; position:absolute; right:0; text-align:right; top:0; width:30px; z-index:1; }
header .dropdown-toggle::after { display:none; }
header .dropdown-menu {	background-color:transparent; padding-left:10px; }
.service-sec .col-xl-5 { padding-top:50px; }
.about-sec .serv-head { margin:40px 0 0; }
.step-sec ul { padding-bottom:40px; }
.client-sec .owl-stage { padding:35px 0; }
.blog-sec h2 { width:auto; }
.service-txt .col-xl-3 { margin-top:15px; order:2; }

}

@media (min-width:768px){	
header .navbar-expand-md .navbar-collapse .tel-btn { display:none; }
footer .col-xl-3:nth-child(3) ul { column-count:2; }
.service-txt .col-lg-6:first-child { padding-right:0; }
.service-txt .col-lg-6:nth-child(2) { padding-left:0; }
.service-txt .col-lg-6:nth-child(2) .quality-box { border-left:none; }
.top_bar{text-align:right;}
}

@media (min-width:768px) and (max-width:991.98px){	
header .navbar-expand-md .navbar-toggler, header .navbar-expand-md .navbar-collapse { display:block !important; }
header .navbar-expand-md .navbar-nav .dropdown-menu { position:relative; }
header .navbar-expand-md .navbar-toggler { padding:0 0 0 28px; }
.tel-btn { margin-left:auto; }
.main .w-100 { height:550px; object-position:top; }
.service-sec h3, .step-sec h3 { letter-spacing:2px; }
.abt-img { margin-right:48px; }
.about-sec { padding:120px 0 60px; }
}

@media (min-width:768px) and (max-width:1199.98px){
footer .col-xl-2, footer .col-xl-3 { width:50%; }	
}

@media (min-width:992px){
header .navbar .dropdown i, .mob-logo { display:none; }	
header .navbar-collapse { justify-content:center; }
header .collapse ul ul { border-top:3px solid var(--main-color); box-shadow:0 0 2px #333; left:20px; }
header .collapse ul li:hover > .dropdown-menu { display:block; }
header .navbar-nav .dropdown-menu li a:hover { background-color:var(--main-color); color:#fff; }
.main .col-xl-6:first-child { padding-right:0; }
.service-sec .col-xl-5 { padding-left:45px; }
.about-sec .col-lg-6:last-child { align-self:center; padding:30px 12px 30px 40px; }
.step-sec .col-xl-6 { align-self:end; }
.service-txt .col-xl-9 { padding-left:40px; }
.content_box ul, .content_sec ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
}
.content_box li, .content_sec li {
    width: 48%;
}
.navbar-expand-md .navbar-nav > li:last-child .nav-link {
    padding-right: 0;
}
}

@media (min-width:992px) and (max-width:1199.98px){
header .navbar-expand-md .navbar-nav .nav-link { font-size:15px; letter-spacing:3px; padding:10px 9px; }
header .collapse ul ul { left:12px; }
.main h1 { font-size:35px; }	
.main p { font-size:17px; }
.service-sec h2, .about-sec h2, .serv-logo h2, .step-sec h2, .client-sec h2, .blog-sec h2 { font-size:40px; }
.about-sec .col-lg-6:last-child { padding:48px 12px; }
.service-sec h3 { font-size:22px; }
.blog-sec h2 { width:80%; }
.why-box { padding:15px; }
.service-txt .col-xl-9 { padding-left:12px; }
.abt-img::before { transform:rotate(7deg); }
.cont-box h3 { font-size:16px; }	
}

@media (min-width:1200px) and (max-width:1399.98px){
header .navbar-expand-md .navbar-nav .nav-link { font-size:15px; letter-spacing:2.5px; }	
.main h1 { font-size:42px; }	
.service-sec h3 { font-size:20px; letter-spacing:2px; }	
footer .offset-xl-1 { margin:0; }
footer .col-xl-3:last-child { width:33.33%; }
}

@media (min-width:1200px){
.header_sec .logo img {
    margin-top: -75px;
}
}
@media (min-width:1400px){
.main .w-100 { height:620px; }
}