/*
Theme Name:  SharewareInfotech
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#000;
--secondarycolor:#943634;
--tertiarycolor:#333;
  /* Font Variables: */
--primaryfont:'Saira', sans-serif;
--secondaryfont:'Roboto', sans-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:var(--primarycolor);font-weight: 400;font-size:15px;line-height: 1.8;text-rendering: optimizeLegibility;}
a img {border: none;}
a {color:var(--primarycolor);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 20px;width:400px;max-width: 100%; height:auto}
.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: 25px 0;}
.header_area .row{align-items: center;justify-content: space-between;}

#top-bar{background: var(--secondarycolor);width: 100%;padding: 0.2rem 0;box-shadow: 0 0 8px #00000042 inset;}
#top-bar .row{justify-content:space-between;align-items: center;}
#top-bar img{width:28px;transition:0.6s ease-in-out}
#top-bar a{margin:0px 5px;color: #fff;font-size: 1rem;display: inline-block;}
#top-bar .col-md-6:nth-child(1) a{padding:2px 0}
#top-bar a i{margin-right:10px;color:#fff;}
#top-bar a:hover{color:var(--primarycolor);}
#top-bar .topright,#top-bar .social{float:right;line-height: 1rem;}

#logo .site-title {float:left;}
#logo{place-items:center;display: flex;}
#logo img{width:360px;height: auto;}

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: 42px;text-transform: capitalize;}
h2 {font-size: 28px;}
h3 {font-size: 26px;}
h4 {font-size: 20px;}
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}

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

.btn-primary{color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid rgba(0,0,0,0.5);
  position: relative;line-height: 45px;
  height: 45px;
  text-align: center;
 margin:1rem auto;
  cursor: pointer;display:table;
width: 180px;
text-transform: uppercase;}
.btn-primary span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: var(--secondarycolor);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
}
.btn-primary:hover{color:#fff}
.btn-primary:hover::before {opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);}

.more-btn{padding: 10px 35px;border: 1px solid var(--secondarycolor);margin:1rem 0;display:inline-block}
.more-btn:hover{background:var(--secondarycolor);color:#fff !important; }


#mobslider{display:none}
#slider img{height:auto}
#slider .btn-primary{color:#fff;border-color:#fff}

#slider .owl-nav .owl-next, #slider .owl-prev {position: absolute;top:40%;transition: 0.6s;font-size:32px;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;padding-top: 20px;padding-bottom: 20px;text-align: center;position:absolute;bottom: 0;}
.textblock{margin: 8rem auto;background: rgba(0, 0, 0, 0.8);padding: 2rem;width: 50%;}
.carousel-caption .subheading{font-weight: 600;color:#fff;font-size: 14px;letter-spacing: 3px;text-transform: uppercase;}
.carousel-caption h1{font-size: 44px;color: #fff;line-height: 1.3;font-weight: 300;}
.carousel-caption p{color: #fff;font-weight: inherit;}

#about{padding: 4rem 0;width: 100%;text-align: center;background: url('https://www.sharewareinfotech.com/wp-content/uploads/2023/12/abtbg.png');background-repeat: no-repeat;background-position: center left;background-attachment: fixed;}
#about p{margin: 15px 0;}

#services{width:100%;padding:4rem 0;background-image:linear-gradient(180deg, #f5f5f5, #f5f5f5, #f5f5f5, #f5f5f5, #fff );text-align: center;}
.sbox{/*! flex-basis:250px; *//*! flex-grow:1; */padding:5px;text-align:center;position: relative;margin:2rem auto 0;width:calc(100%/4 * 1 - 1.5rem)}
.imgbox{}
.imgbox img{width:100%;height: auto;border-radius: 1rem;overflow: hidden}
.contentbox{position: absolute;left:1rem;bottom:2rem;text-align: left;background:#fff;border-radius:1rem;padding:10px;width:74%;}
.contentbox h3{margin: 0;color:var(--secondarycolor);font-size: 18px;font-family: var(--secondarycolor);}
.contentbox p{line-height: 1.5;color:var(--primarycolor);}

#why{background: url('https://www.sharewareinfotech.com/wp-content/uploads/2023/12/whybgimg.png') no-repeat;padding-bottom:3rem}
#why h1{font-size:3rem}
#why h1 span{display: table;font-weight: 400}
#why .row{align-items: center}
.col-5{width:45%}
.col-7{width: 55%;display:flex;flex-wrap:wrap}
.wicon{width:calc(100%/ 4 * 2 - 1.2rem);margin:1.5rem auto 0}
.icon{display: flex;align-items:center;margin-bottom: 10px;width:80px;height:80px;border:1px dashed #ccc;border-radius:0 1rem 0;justify-content: center;}
.icon i{color:var(--secondarycolor);font-size:2rem;}
.wicon h3{font-weight:400;font-size:22px;font-family: var(--secondaryfont);}

#testimonials{padding: 4rem 10px;text-align: center}
.testimonial .testimonial-item {padding:5rem 1.5rem;}
#testimonials .testimonial h4{margin: 10px 0;color:var(--secondarycolor);}
#testimonials .center .testimonial-item{background:#f5f5f5;margin:1.8rem 0 4rem;border: 1px solid var(--primarycolor);transform: scale(1.1);padding:2rem 10px !important;}
#testimonials .center .testimonial-item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7%;
  height: 50px;
  width: 50px;
  background-color: #f5f5f5;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 1px 1px 0 var(--primarycolor);
  z-index: -1;
}
#testimonials .testimonial-item img{width:60px !important;margin:0 auto 1rem;height:auto}


.column{column-count: 2;margin:25px 0 !important;}
.column3{column-count: 3;}
.border{border: 5px solid var(--tertiarycolor);  padding: 3px;}

#contactpage{display: flex;justify-content: space-between;flex-wrap:wrap}
.info-box{max-width: 42%;  width: 30rem;}
.contact-box{width:54%;background: #f5f5f5;  padding:1rem;box-sizing: border-box;text-align: center;}
.wpcf7-form-control-wrap {display: flex;  width: 100%;}
#contactform{margin: 0 0 20px 0;line-height: 20px;}
#contactform br{display: none}
#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont)}
#contactform h3{font-size:26px;text-align: center;}
#contactform i{font-size:26px;}
#contactform p{/*! margin: 0; *//*! line-height: 20px; */}
#contactform h2{font-size: 24px;margin:25px 0 15px;font-weight:bolder;border-bottom:1px solid #63C6C1;padding:0 0 8px 0;}
#contactform input{width: 100%;background: transparent;border: 1px solid var(--tertiarycolor);padding: 10px 20px;margin: 10px 0;background: #fff}
#contactform select{width: 100%;background: #FFF;border: 1px solid #ccc;padding: 10px 20px;
	margin: 10px 0;color:var(--primarycolor);-webkit-border-radius:0px;background: #fff}
#contactform textarea{width: 100%;height: 85px;background: #fff;border: 1px solid var(--tertiarycolor);padding: 20px;margin: 10px 0;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	background: rgba(255,255,255,0.5);border: 1px solid var(--tertiarycolor);color:var(--tertiarycolor)}

::-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: var(--tertiarycolor);color: #fff;text-transform: uppercase;cursor: pointer;border: none;margin: 15px auto 0;display: table;width: 180px;transition: 0.6s ease-in-out;letter-spacing: 1px;border: 1px solid var(--tertiarycolor);}
#contactform input.wpcf7-submit:hover{background: transparent;letter-spacing: 3px;color: var(--tertiarycolor);}

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;}
#contactform .wpcf7-spinner{position: absolute}

.contactBox {border:1px solid  var(--secondarycolor); padding:1.3rem 0 1rem 3.5rem; margin:0rem 0 2rem 3rem;position: relative; display:flex;  align-items: center; }
.contactBox:hover, #contactpage .col-md-7:hover{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.contact-icon span { font-size:30px; background:var(--secondarycolor); color:#fff!important;  width:80px; border:1px solid var(--secondarycolor); text-align:center; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;height: 56px;position: absolute;left: -3rem;top: 1.5rem;}
.contactBox a{color:var(--primarycolor)!important; font-weight:400!important;}
.contactBox:hover a{color:var(--tertiarycolor)!important;}
#contactpage  .grid{display: grid;grid-template-columns: 40% auto ; gap: 2rem }
#contactpage h3{border-bottom: 0px !important;margin-bottom: 0 !important;}

.post {padding: 10px;margin: 0 0 10px 0;}
.post p {margin-bottom:1rem}
.post p a {font-weight: bold;}
.post a {color: #000;}
.post ul {margin: 10px 0 0px 0px;}
.list li {list-style :none;margin: 0 0px 10px 0px;display: block;list-style-position: inside;}
.list li:before{color: var(--secondarycolor); content: "\f00c";  margin-right: 8px;  font-family: 'Font Awesome 5 Free';  font-weight: 900;}

#pagetitle {padding:1.7rem 0;float: left;width: 100%;text-align: center;background:#f6f6f6;color:#fff;background-size:cover;position: relative;float: left;width: 100%;}
#pagetitle h1 {color:var(--primarycolor);text-align: center;font-weight: 800;font-size: 38px;margin-bottom: 0.2rem;}
#pagetitle p {color:#fff;text-align: center;font-size: 20px;}
.breadcrumb {list-style: none;border-radius: 4px;max-width: 100%;float: none;font-size: 13px;text-transform: uppercase;color: var(--primarycolor);font-weight: 300;}
.breadcrumb a:hover{color:var(--tertiarycolor);}
.breadcrumb>li {display: inline-block;}
.breadcrumb>li+li:before {content: "\f101";padding: 0 5px;color: #fff;}

#main{padding: 3rem 0;}
#main p{color:var(--primarycolor);/*! font-size: 16px; *//*! text-align:justify; */}
#main a{color:var(--secondarycolor)}
#main a:hover{color:var(--primarycolor);}
#main h3{border-bottom: 1px solid #eee;color: var(--secondarycolor);}
#main li{list-style: none;line-height: 30px;color: var(--primarycolor);}

.widget {margin-top:2rem}
.widget h3 {border-bottom: 2px solid var(--primarycolor);/*! text-transform: uppercase; */margin-bottom:1.5rem;}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 1rem 0;}

.paginate{text-align: center;margin:0 auto;}
.wp-pagenavi {clear: both;padding: 1.5rem 0;}
.wp-pagenavi a {display:inline-block;padding: 0.1rem 1.2rem !important;margin: 2px;border: 1px solid #ccc;color: var(--primarycolor);background: #fff;border-radius: 3px;}
.wp-pagenavi a:hover {color: #fff !important;background: var(--secondarycolor);}
.wp-pagenavi span.pages {padding: 0.3rem 1.2rem !important;margin: 3px;border-radius: 3px;border: 1px solid #ccc;}
.wp-pagenavi span.current {padding: 0.7rem 1rem;margin: 3px;font-weight: 700;border: 1px solid #ccc;background: var(--secondarycolor);border-radius: 3px;color: #fff;}
.wp-pagenavi span.extend {padding: 15px;margin: 3px;border: 1px solid #000;color: #fff;background: #000;}
.wp-pagenavi .next-comment-page,.wp-pagenavi .previous-comment-page {padding: 12px 14px;border: 1px solid #aaa;}
.wp-pagenavi a.nextpostslink {font-weight: 500;padding: 0.2rem 1rem !important;color: var(--secondarycolor);}

#commentlist{padding:5px;}
#commentlist .comment{padding:5px;margin:0 0 10px 0;border:1px solid #eee;border-radius:5px;}
#commentlist .fn{font-weight:bold;font-style:normal;}
#commentlist .commentmetadata {font-size:11px;margin:0 0 5px 0;}
#commentlist .commentmetadata a{color:#888;font-size:11px;}

#respond {padding:10px;background:#fafafa;border:1px solid #ddd;border-radius:5px;margin:5px;}
#respond h4{margin:0 0 10px 0;}
#respond h3{color:var(--tertiarycolor)}
#respond p{margin:0 0 10px 0;border:none !important;}
#respond input, #respond textarea {padding: 1rem 2rem;background: #f5f5f5;border: 1px solid #ccc;color: var(--tertiarycolor);}
#respond input:focus, #respond textarea:focus {background:#fff;}
#respond textarea{width:500px;max-width:90%;}
#respond textarea:focus{outline:none;}
#respond input#author{width:200px;margin:0 5px 0 0;}
#respond input#email{width:200px;margin:0 5px 0 0;}
#respond .copy{display: none}

#bottom {background:#f5f5f5;color:var(--primarycolor);font-size: 14px;padding: 3rem 0;}
.logobox{width:45%}
.logobox img{width: 80%;margin-bottom:1.5rem;height:auto}
.footerbox{width:18%}
#bottom a {color:var(--primarycolor);}
#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:var(--tertiarycolor);/*! letter-spacing: 3px; */}
#bottom .widget li {border: none;text-decoration: none;color:var(--primarycolor);list-style: none;}

#bottom .footer-contact li{line-height:20px;display:flex;}
#bottom .footer-contact li:before{}

.info li{line-height:30px;display:flex;font-weight:300;}
.info .address:before {content: "\f3c5"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}
.info .phone:before {content: "\f095"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}
.info .email:before {content: "\f0e0"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}

#footer {clear: both;background:var(--primarycolor);color: #fff;padding:10px 0;text-align: center;font-size:12px;}
#footer a {color: #fff;}
#footer a:hover {color:var(--secondarycolor);}
.fleft {float: left;}
.fright {float: right;}

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

#logosection{display:flex;align-items:center;justify-content:space-between;width:100%;padding: 0 10px;}
#logo .site-title{margin: 10px 0;}
#logo img{width: 280px;height: auto;float:left;}
  #slider img{/*! height: 350px */}
  .textblock{margin:3rem auto;width:60%;padding:1rem 0rem;}
  #pagetitle h1,.carousel-caption h1{font-size:32px;line-height:1.2}
#bottom {width: 100%;display: block;}
  .sbox{width: calc(100%/5 * 2 - 0rem);padding: 0;}
	#why{padding:4rem 10px}
	.col-5,.col-7,.logobox,.footerbox{width:100%;padding:0 10px}
.fleft, .fright {float: none;}
  #testimonials .center .testimonial-item{transform: scale(1)}
	.logobox img{height:auto; width:100%}
  .grid{grid-template-columns: 100% !important;}
  .contact-box,.info-box{max-width:100%;width:100%}
}


@media screen and (min-width: 992px) {
.mobileonly {display: none;}
.lefthalf {float: left;width: 48%;}
.righthalf {float: right;width: 48%;}
.site-menu-toggle{display:none;}
}


@media screen and (max-width: 800px) {
	#slider #deskslider{display:none}
	#slider #mobslider{display:block}
  .textblock{position: absolute;bottom: 0;margin: 0;right:0;left:0;width:100%}
}
@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}
  .sbox{width:90%}
	.wicon h3{font-size:17px}
	#top-bar .row {justify-content: center;flex-direction:column}
}

@media screen and (min-width: 220px) and (max-width: 420px) {
}

@media screen and (min-width: 421px) and (max-width: 500px) {

}


@media screen and (min-width: 501px) and (max-width: 768px) {

}


@media screen and (min-width: 769px) and (max-width: 980px) {

}

@media screen and (min-width: 769px) and (max-width: 1120px) {
  #logo img{width:350px}
}

.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.container,.container-fluid {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px
}



@media (min-width: 576px) {
.container, .container-fluid {max-width: 540px;}
}
@media (min-width: 768px) {
.container, .container-fluid {max-width: 720px;}
}
@media (min-width: 992px) {
.container {max-width: 960px;}
.container-fluid {max-width: 1040px;}
}
@media (min-width: 1200px) {
.container {max-width: 1170px;}	
.container-fluid {max-width: 1350px;}
}