/*
Theme Name:  Swift Solution Tech
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor: #f79e22;
--secondarycolor: #07b0ef;
--tertiarycolor:#000000;	
  /* Font Variables: */
--primaryfont:"Open Sans", serif;
--secondaryfont:"Lato", serif;
}
*{margin: 0;padding: 0;}
body {margin: 0;padding: 0;background: #fff;font-family: var(--secondaryfont);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color:#303030;font-weight: 400;font-size: 1rem;line-height: 1.8;text-rendering: optimizeLegibility;}
a img {border: none;}
a {color:var(--secondarycolor);text-decoration: none !important;transition:0.8s;transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.6s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;}
a:hover {transition:0.8s;text-decoration: none;color: var(--secondarycolor);}
.clear {clear: both;}
.divider {clear: both;border-bottom: 1px solid #ddd;margin: 0 0 1.2rem 0;padding: 20px 0 0 0;}
.alignleft{float:left;margin:0 10px 0 0;}
.alignright{float:right;margin:0 0 0 10px;}
.aligncenter{display:block;margin:0 auto;}

#scroll {position: fixed;right: 10px;bottom: 10px;cursor: pointer;width: 40px;height: 40px;background-color: var(--secondarycolor);text-indent: -9999px;display: none;-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px;z-index: 999;}
#scroll span {position: absolute;top: 50%;left: 50%;margin-left: -8px;margin-top: -12px;height: 0;width: 0;border: 8px solid transparent;border-bottom-color: #ffffff;}
#scroll:hover {background-color:var(--tertiarycolor);opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}

.inner {width: 1170px;margin: 0 auto;max-width: 100%;}
.overlay {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #5C2AB5CF;}

.header_area {position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;padding: 1.2rem 0;border-bottom: 1px solid #ddd;}
.header_area .row{align-items:center}

#top-bar{width:100%;padding:0.3rem 0;background-color:var(--primarycolor);}
#top-bar .row{justify-content:space-between;align-items: center;flex-direction: row !important;flex-wrap: unset;}
#top-bar img{width:35px;transition:0.6s ease-in-out;display:inline;margin:0px 12px;}
#top-bar a{margin:0px 5px;color: var(--tertiarycolor);font-size: 1rem;display: inline-block;background: #fff;padding: 6px 10px;}
#top-bar .col-md-6:nth-child(1) a{padding:2px 0}
#top-bar a i{margin-right:10px;color:var(--tertiarycolor)}
#top-bar a:hover{color:#fff;background:#000;}
#top-bar a:hover img{transform:scale(1.1)}
#top-bar .pull-right,#top-bar .social{float:right;line-height: 1rem;}
#top-bar p{font-weight: 400;color: #000;width: max-content;}

#logo .site-title {float:left;}
#logo .site-title a{color:var(--primarycolorcolor);font-size: 1.5rem;}
#logo img{width:290px;margin-top:5px; }
.site-menu-toggle{display: none;}

#menu-top-nav img{width:35px; display: inline;margin:0px 8px 3px 0px;}

h1,h2,h3,h4,h5,h6 {margin: 0 0 0.6rem 0;color: #000;line-height: 1.2;font-family: var(--primaryfont);}

h1 {font-size: 36px;text-transform: uppercase;}
h2 {font-size: 38px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;line-height: 1.5;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
.menu-bar {text-align: left;width: 30px;}
.menu-bar span {height:2px;background:var(--secondarycolor);display:block;margin-bottom:6px}
.menu-bar span:nth-child(1) {width:17px}
.menu-bar span:nth-child(2) {width:30px}
.menu-bar span:nth-child(3) {width:15px;margin-left:auto;margin-bottom:0}
.call-now-button {animation: animationFramesTwo 1.5s infinite linear alternate;}
.call-now-button {
	animation: animationFramesTwo 1.5s infinite linear alternate;
}
@keyframes animationFramesTwo {
 0% {
  transform:scale(1)
 }
 50% {
  transform:scale(1.1)
 }
 100% {
  transform:scale(1)
 }
}

#scrolleffect {padding-top: 6.25rem; margin-top: -6.25rem;}
.smalltext{text-transform: uppercase;letter-spacing: 5px;display: block;text-align: center}

.btn-primary{padding:6px 20px !important; display:table; background: transparent ; font-size:18px !important;color: #fff !important; font-weight: 500; border:1px solid #000; gap: 0.5rem;  border-radius: 0px;background: #303030;}
.btn-primary:hover{background:transparent;color:#000 !important;;}

.more-btn{padding: 8px 30px;margin:2rem 0 0;display:table;border-radius: 10px;color: #000;background: var(--primarycolor);font-weight: 600;text-transform: uppercase;}
.more-btn:hover{background:var(--secondarycolor);color:#fff !important;  }
.more-btn:after{content:"\f054";font-family:'Font Awesome 5 Free';font-weight:900; margin-left: 13px; }


.line{width:150px;height: 3px;background:var(--primarycolor);margin:1rem auto 1.2rem;}


#slider img{height:auto}
#slider #mobslider{display:none}

#slider .item{position: relative;display: flex;align-items: center;height:700px;width:100%; background-size:cover;}
#slider .owl-nav .owl-next, #slider .owl-prev {position: absolute;top:40%;transition: 0.6s;font-size:45px;color:#fff;opacity:0;}
#slider:hover .owl-nav .owl-next{display: block;transition: 0.6s;opacity:1.0;}
#slider:hover .owl-nav .owl-prev{display: block;transition: 0.6s;opacity:1.0;}
#slider .owl-nav .owl-next:hover, #slider .owl-nav .owl-prev:hover {color: #fff; transition: 0.6s;}
#slider .owl-nav .owl-prev {left: 20px;display: block;transition: 0.6s; }
#slider .owl-nav .owl-next {right: 20px;display: block;transition: 0.6s;}
#slider .owl-next span, #slider .owl-prev span{background-color: var(--secondarycolor);}

.carousel-caption {right: 0;top: 0;left: 0;z-index:997;position:absolute;bottom: 0;display:flex;justify-content: start;align-items: center;}
.carousel-caption h1{font-size: 2.2rem;letter-spacing: 1px;color: #000;line-height: 1.2; margin-bottom: 1rem;font-weight: 800;}
.carousel-caption span{font-weight: 900;color:#F68C19;}
.carousel-caption p{color: var(--tertiarycolor);font-weight: inherit;padding:0px 0rem;}
.carousel-caption .text-box{width: 33rem;text-align:left;max-width: 100%;}

#services h1{text-align:center;color:var(--tertiarycolor);}
#services .box{border:2px solid var(--secondarycolor);text-align: center;min-height: 22rem;padding: 1rem 1.5rem;margin-bottom: 1.5rem;width: 100%;border-radius:20px;}
#services .box h3{color:var(--tertiarycolor);}
#services .box p{ margin-bottom:10px;}
#services .box img{width:75px;display:inline;margin-bottom:20px;}
#services .btn1{color:var(--secondarycolor);padding:5px 15px;border-radius:10px;font-weight:600;}
#services .btn1:hover{color:#fff; background-color:var(--secondarycolor);border:1px solid var(--secondarycolor);padding:5px 15px;font-weight:600;}
#services {margin-bottom:4rem;}
#services h2{text-align: center}
#services .line{margin-bottom: 2.2rem;}


.list {margin-bottom: 25px !important;color:#505050;}
.list li {list-style :none;padding: 0 0px 15px 2.5rem;list-style-position: inside;
align-items: center;position:relative;}
.list li:before{color:var(--primarycolor);content: "\f00c";font-family:'Font Awesome 5 Free';font-weight:900 ; margin-right:0.6rem; position:absolute;left:0rem;top:2px; font-size:13px; width: 28px;height: 27px;display: flex;align-items: center;justify-content: center;border: 1px solid #e5e5e5;border-radius: 50%;}

#why-choose-us {margin-bottom:4rem; }
#why-choose-us h1{text-align:left; margin-top:1rem;}
#why-choose-us p{padding:0px 0px;text-align:left;margin-bottom:1.5rem;}
#why-choose-us span{color:#00;}
.line1 {width: 150px;height: 2px;background: var(--primarycolor);margin-bottom: 1.5rem;}
#why-choose-us img{border-radius:25px;}
#why-choose-us .row{align-items: center}


#about{padding: 4rem 0;float: left;width: 100%;text-align: center;}
#about p{margin: 15px 0;}


#testimonials{padding: 0rem 0px 6rem;width: 100%;float: left;text-align: center}
#testimonials .row{margin-top: 2rem}
.testimonial .testimonial-item {padding:28px 25px; background:#f5f5f5;}
#testimonials .testimonial h4{margin: 10px 0;color:var(--secondarycolor);}
#testimonials .owl-nav, #testimonials .owl-dots {margin-top: 25px;text-align: center;}
#testimonials .owl-dot {display: inline-block;width:30px; height:4px; background:#dbd9e6; border-radius:5px; margin:5px 5px}
#testimonials .owl-dot.active {background-color:var(--secondarycolor);}

#testimonials p{color:#303030;}
#testimonials .testimonial-box{padding:2rem 2rem 1.5rem;background-color:#eceff4;margin-top: 3rem;}
#testimonials img{width:80px;margin:-4.5rem auto 0;}
#testimonials h3{font-size: 18px}
#testimonials .stars{margin-top:0.5rem;margin:0 auto 1rem;width:160px;}
#testimonials .review{margin-top:1.3rem;margin-bottom: 1.5rem;}


.column{column-count: 2;margin:25px 0 !important;}
.column3{column-count: 3;}


.border-box{ padding: 1.8rem 1.1rem 1rem;border-radius: 15px;background:#f5f5f5;box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;}
.page-id-50 .border-box{margin-top: 2.5rem}
#main .border-box h3{font-weight: 600; font-size: 21px; margin-bottom: 1rem; color: #404040}
.contact-page .row{align-items: center}
.contact_detail{margin-top:2rem !important;margin-bottom: 0 !important;}
.contact_detail li:last-child{margin-bottom: 0 !important;}
.contact_detail li{display: flex; align-items: center; gap: 1.2rem; margin-bottom:1.3rem; border-bottom: 1px dashed #ccc; padding-bottom: 0.8rem;}
.contact_detail li h5{margin-bottom: 0.2rem;color: #000;}
.contact_detail li p{margin-bottom:0 !important;}
#main .contact_detail li a ,#main .contact_detail li p{color: #404040;font-weight: 400 !important;;word-break: break-all;}
.contact_detail img{width: 34px; filter: brightness(0);min-width: 34px;}
.contact_detail .image{background: var(--primarycolor); padding:13px;border-radius: 7px;}


#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont)}
#contactform p{margin-bottom: 5px }
#contactform h3{font-size:26px;text-align: center;}
#contactform i{font-size:26px;}
#contactform h2{font-size: 20px;margin:0 0 15px;font-weight:bolder; text-align: center;color: #252525;text-transform: capitalize;}
#contactform input , #contactform select , #contactform textarea{width: 100%;padding: 15px 20px;background: #fff;border: 1px solid #ddd; margin:6px 0;  transition: 0.5s ease-in-out;-webkit-border-radius: 15px;border-radius: 15px;height: 52px;}
#contactform select{color:var(--primarycolor);color:#595966 !important;}
#contactform textarea{width: 100%;height: 100px !important;padding: 20px;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	color:#000}

::-webkit-input-placeholder { /* WebKit browsers */color:#595966 !important;opacity: 1;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#595966 !important;opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color:#595966 !important;opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#595966 !important;opacity: 1;}

#contactform input.wpcf7-submit{background: #101010;color: #fff;text-transform: uppercase;cursor: pointer;margin: 15px auto 15px;display: flex;transition: 0.6s ease-in-out;-webkit-border-radius: 50px;border: none;align-items: center;padding: 0px 40px;font-size: 16px;font-weight: 600;width: fit-content;height: 43px;justify-content: center;}
#contactform input.wpcf7-submit:hover{background: var(--primarycolor);color: #000 ;}
#contactform .wpcf7-spinner{display: none}

textarea, iframe{max-width: 100%;}
.wpcf7-response-output{color:#595959 !important;background:tranparent !important;border:0px !important}
#contactform .wpcf7-not-valid-tip {background: var(--secondarycolor) !important;}


#babyseat p,#returnjourney p{width: 100%;display: flex;align-items:center}
#contactform .wpcf7-radio{display: flex;}
#contactform .wpcf7-list-item{display: flex}
#contactform .wpcf7-list-item label{width: 100%;}
#contactform .wpcf7-radio input{width:unset}

.post {padding: 10px;margin: 0 0 10px 0;}
.post p {margin-bottom:1rem}
.post p a {font-weight: bold;}
.post a {color: #000;}

#floatbtn{position: fixed;right: 0;top: 40%;z-index: 999;}
#floatbtn .more-btn{writing-mode: vertical-rl;border-radius:0;padding:20px 5px;margin:0;float: right;background:var(--tertiarycolor);color:#fff;border:0}
#floatbtn .more-btn:hover{background:var(--secondarycolor)}

#pagetitle {padding:5rem 0;position: relative;width: 100%;text-align: center;background:url(https://www.swiftsolutiontech.com/wp-content/uploads/2025/02/inner-pages-image.jpg) no-repeat center;color:#fff;background-size:cover;  z-index: -1;background-attachment: fixed;}
#pagetitle:before{content: "" ; position: absolute; top: 0; left: 0 ; right: 0; bottom: 0; z-index: 1; background: #000000c4;}
#pagetitle .inner{position: relative;z-index: 1}
#pagetitle h1 {color:#fff;text-align: center;font-size: 35px;}
#pagetitle p {color:#fff;text-align: center;font-size: 20px;}
.breadcrumb {list-style: none;border-radius: 4px;max-width: 100%;float: none;font-size: 14px;text-transform: uppercase;color: #fff;font-weight: 300;}
.breadcrumb a{color:#fff}
.breadcrumb a:hover{color:var(--secondarycolor);}
.breadcrumb>li {display: inline-block;}
.breadcrumb>li+li:before {content: "\f101";padding: 0 5px;color: #fff;font-family:'Font Awesome 5 Free';font-weight:900}
/* #pagetitle .breadcrumb> a {color: #fff} */

#main{padding: 3.5rem 0;}
#main p{color:#505050;}
#main a{color:#505050}
#main a:hover{color:var(--primarycolor);}
#main .subhead{color: var(--primarycolor); text-transform: uppercase; margin-bottom: 0rem; font-weight: 500}
#main h2{font-size: 32px;   line-height: 1.4; position: relative; padding-bottom:1rem;font-weight: 600;margin-bottom: 1.6rem;text-transform: capitalize;}
#main h2:before{content:""; position: absolute; bottom: 0 ; left: 0; width: 162px; height: 4px; background: var(--primarycolor);  }
#main .contact-page h2{padding-bottom: 0; margin-bottom: 0.8rem}
#main .contact-page h2:before{display: none}
#main h3{border-bottom:1px dashed #ccc; padding-bottom:10px; margin-bottom: 1.2rem; font-size: 25px;text-transform: capitalize;width: 100%;font-weight: 600;line-height: 1.5;}
#main p+h3, #main ul+h3{margin-top: 2rem;}

#web-service img{position: sticky;border-radius: 25px;top: 3rem;}

.rounding{border-radius: 25px; margin: 0 0 1.5rem}
.sized{aspect-ratio: 6/4; -webkit-aspect-ratio:6/4; object-fit: cover}

.side-item ul li {list-style :none;padding: 11px 0px 11px 1.2rem;background: #fff; margin-bottom: 0.8rem;list-style-position: inside; align-items: baseline;position:relative;  transition:0.5s ease; font-size: 17px;border: 1px solid #e5e5e5;}
#main .side-item ul li a{color: #505050 !important; text-transform: capitalize;text-decoration:none !important;width: 100%;display: block;}
.side-item ul li:after{color:var(--primarycolor);content: "\f061";font-family:'Font Awesome 5 Free';font-weight:900 ; margin-right:1rem; position:absolute;right:0rem;top:10px; font-size:17px; ;display: flex;justify-content: center;}
.side-item li.active{background: var(--primarycolor); color: #000;}
#main .side-item li.active a{color: #000 !important;font-weight:500;}
.side-item li.active:after{color: #000 !important;}


#service-page .grid{display: grid; grid-template-columns: 67% auto; gap: 0.5rem 3rem; -webkit-gap: 0.5rem 3rem; -moz-gap: 0.5rem 3rem; }

#side-bar .side-cta{display: flex; flex-direction: column; justify-content: center;overflow: hidden; position: relative;z-index: 1;  align-items: center;background: #000;padding: 7rem 10px;margin-top: 3rem;position: relative;background: url(https://www.swiftsolutiontech.com/wp-content/uploads/2025/02/cta-bg.jpg) no-repeat center;background-size: cover;position: sticky;top: 1rem;border-radius: 1px;border-radius: 25px;}
#side-bar .side-cta h3{border-bottom: 0; padding-bottom: 0; font-size: 32px; text-transform: capitalize; color: #fff;text-align: center;margin-top: 0.8rem;margin-bottom: 1rem;font-weight: 700;}
#side-bar .side-cta .subheading{font-size:18px; font-weight:450; color:#fff; text-transform: uppercase;}
#side-bar .side-cta:before{content: ""; position: absolute; top:0; left: 0; right: 0; bottom: 0; background: #000000db; z-index: -1;}
.call-button{background:var(--primarycolor);padding: 0.5rem 1.6rem;margin: 1.5rem 0 0;display: flex;align-items:center; justify-content:center; color:#000 !important;transition: .6s ease-in-out;font-weight: 500;text-transform: uppercase;border-radius: 0px;animation: popup 0.8s ease infinite}
.call-button:hover{background:#fff;color:#000 !important;}
@keyframes popup{
    50%{transform: scale(1.09)}
}


#cta {text-align:center; background-color: #303030;padding: 2.6rem 0;}
#cta img{width:120px; margin:0 auto;filter:invert(1); }
#cta h2{text-align:center;font-size:30px; color: #fff}
#cta a{font-size:22px; background:var(--primarycolor); color:#000;font-weight: 700;padding: 5px 1.4rem; gap:0.8rem; display: flex; width: fit-content; justify-content: center ; align-items: center; margin: 1.8rem auto 0}
#cta a:before{content: "\f879"; font-family: 'Font Awesome 5 Free';font-weight: 900;}

.widget {padding: 0 1rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);text-transform: uppercase;padding: 0 0 1.1rem 0;}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 1rem 0;}
.main-widget img{width: 340px; max-width: 95%;margin-bottom: 2rem;}

#bottom {background: #f1f1f1;color:#202020;font-size: 16px;padding: 4.5rem 0 0;background-size: cover;}
#bottom .grid{display:grid; grid-template-columns:32% auto;gap: 3rem 3.5rem;}
#bottom a {color: #202020;}
#bottom a:hover {color:var(--secondarycolor);}
#bottom i {color: #fff;margin-right: 0px;}
#bottom .widget h3 {border: none;text-align: left;font-weight: 700;color: #000;font-size: 24px;}
#bottom .widget li {border: none;text-decoration: none;color:#202020;list-style: none;align-items: center;}
#bottom .widget li:before{content: "-"; margin-right: 0.5rem; font-weight: 600}

#bottom .footer-contact li{line-height:20px;display:flex;margin-bottom: 1.7rem !important;}
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900; color: #000;width: 30px;height: 30px;background: var(--primarycolor);display: flex;justify-content: center;align-items: center;border-radius: 50%;font-size: 14px;min-width: 30px;}
#bottom .footer-contact .address:before {content: "\f3c5"; margin-right: 10px;}
#bottom .footer-contact .phone:before {content: "\f879"; margin-right: 10px;transform: rotate(80deg);}
#bottom .footer-contact .email:before {content: "\f0e0"; margin-right: 10px;}

#footer {clear: both;background:#202020;color: #fff;padding:0.6rem 0;text-align: center;font-size:15px;margin-top: 3rem;}
#footer a {color: #fff;}
#footer a:hover {color:var(--secondarycolor);}
.fleft {float: left;}
.fright {float: right;}

.phone-call {width: 50px;height: 50px;left: 20px;bottom: 20px;background:var(--primarycolor);position: fixed;text-align: center;color: #ffffff;cursor: pointer;border-radius: 50%;z-index: 999;display: inline-block;line-height: 65px;font-size: 1.6rem;line-height: 50px;animation: shake 1.8s linear infinite alternate;}
.phone-call i{color:#000;}
.phone-call:before {position: absolute;content: " ";z-index: -1;top: -15px;left: -15px;background-color:var(--primarycolor);width: 80px;height: 80px;border-radius: 100%;animation-fill-mode: both;-webkit-animation-fill-mode: both;opacity: 0.6;-webkit-animation: pulse 1s ease-out;animation: pulse 1.8s ease-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.fa-phone-alt::before {content: "\f879";}
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0);opacity: 0;}
    25% { -webkit-transform: scale(0.3); opacity: 1; }
    50% {-webkit-transform: scale(0.6);opacity: .6;}
    75% {-webkit-transform: scale(0.9);opacity: .3;}
    100% {-webkit-transform: scale(1);opacity: 0;}
}

@keyframes shake{
    50%{transform:scale(1.1)rotate(90deg)}
}

@keyframes pulse {
    0% {transform: scale(0);opacity: 0;}
    25% {transform: scale(0.3);opacity: 1;}
    50% {transform: scale(0.6);opacity: .6;}
    75% {transform: scale(0.9);opacity: .3;}
    100% {transform: scale(1);opacity: 0;}
}

@media screen and (max-width: 981px) {
body {min-width: 230px;}
.desktoponly {display: none !important;}
.inner {width: 100%;padding: 0%;}
img.alignleft,
img.alignright {float: none;display: block;margin: 10px auto;}
.site-menu-toggle{display: block;color: var(--secondarycolor);}
.site-navbar{display: none;}

#logo{display:flex;align-items:center;justify-content:space-between}
#logo .site-title{margin: 10px 0;}
#logo img{width: 270px;height: auto;float:left;}


#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;}
    #bottom .grid{grid-template-columns: 100% ;} 
   
    .main-widget{display: flex; justify-content: center;align-items: center;  flex-direction: column}
    .main-widget p{text-align: center;padding: 0 10px;}
    .main-widget img{margin-bottom: 1.5rem}
    
    .carousel-caption{align-items: start; justify-content: center; text-align:center;}
    .carousel-caption .text-box{text-align: center; margin: 3rem auto 0;}
    .carousel-caption .more-btn{margin: 1.5rem auto 0; font-size:15px; padding:8px 35px}
    
    #service-page .grid{grid-template-columns: 100%;}
    #side-bar{padding: 0 10px}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none !important;}
    #why-choose-us .col-md-6:nth-child(2){padding-left: 1.6rem;}
    .contact-page > .row > .col-md-5{padding-right: 1.5rem}
.site-menu-toggle{display:none;}
}


@media screen and (max-width: 800px) {
	#slider #deskslider{display:none}
	#slider #mobslider{display:block}
}
@media screen and (max-width: 600px) {
.wp-pagenavi span.pages, .wp-pagenavi a , .wp-pagenavi a.nextpostslink  {padding: 0.3rem 0.6rem !important;}
.wp-pagenavi span.current{padding:0.8rem}
.column, .column3, .column4{column-count:1}
	
	#services .box{width:90%; margin-left:1.5rem;}
	
	#testimonials .testimonial-box{width:90%; margin-left:1.5rem;}
	
	#cta h1{font-size: 18px}
	#cta img{width:80px; margin:1.5rem auto ; }
    #bottom .col-md-4, #bottom .col-md-5, #bottom .col-md-3{width:100%;float: left;}
    #bottom .widget h3{margin-bottom: 0}
    #bottom .widget{margin-bottom: 1.2rem}
    #bottom .widget:last-child{margin-bottom: 0}
    
    h1{font-size:35px}
    h2{font-size: 32px}
    .carousel-caption{padding:0 10px}
    .carousel-caption h1{font-size: 28px; text-transform: capitalize}
    
    #why-choose-us img{margin-bottom: 1.5rem}
    
    #slider .bg-image img{height: 580px; object-fit: cover ; object-position: bottom}
    
    .carousel-caption .text-box{margin-top: 2rem}
    #services{margin-bottom: 2.8rem;margin-top: 1rem;}
    
    #top-bar{text-align:center;width:100%}
    #top-bar .row{justify-content: center;flex-wrap:wrap;align-items: center;text-align: center;}
    #top-bar .pull-right, #top-bar .social{text-align: center;float:none}
    #top-bar p{width: unset;}
    
    .btn-primary{width: fit-content; margin: 1.5rem auto 0; background: #fff; color: #000 !important; }
    .btn-primary:hover{background: transparent; border: 1px solid #fff; color: #fff !important;}
    
    .border-box{ padding: 1.8rem 0.8rem 1rem; margin-top: 2.5rem}
    #pagetitle{background-attachment: unset; padding: 4rem 0}
    #pagetitle h1{font-size: 32px}
    #pagetitle .breadcrumb{font-size: 14px}
}

@media screen and (min-width: 600px) and (max-width: 1120px) {
#bottom .col-md-4, #bottom .col-md-5, #bottom .col-md-3{width: 33%;float: left;}

    #slider .bg-image img{height: 800px; object-fit: cover; object-position: bottom}
}

