*{margin: 0; padding: 0;}

body { font-family: 'Josefin Sans', sans-serif; }
a:hover { text-decoration: none; }
img{ max-width: 100%; }
.maincolor { color: #00A8EC; }
.mainbg { background: #00A8EC; }
button { border: none!important;  }

.btn { padding: 10px 30px; color: #fff!important; border :0;  border-radius: 0; text-transform: uppercase; position: relative; z-index: 1; background: #000;}
.btn:before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 5px; transition: all 0.5s ease; z-index: -1; background-color: #00a8ec; }
.btn:hover:before { width: 100%; background: #00A8EC; }
.btn:hover { color: #fff; }
.dfx { display: flex; justify-content: center; align-items: center; }
.dfxb { display: flex; justify-content: space-between; align-items: center; }

header { width: 100%; position: absolute; top: 0; left: 0; z-index: 999; }
.bannerArear { width: 100%; height: 100vh; position: relative; top: 0; left: 0; }
.bannerArear .innerBanner { width: 100%; height: 100%; padding-top: 145px; position: fixed; background-image: url('https://www.sarawebsolution.in/images/slider3.jpg'); background-size: cover; background-position: center center; }
.bannerArear .innerBanner:before { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,0.8); }
.bannerArear .innerBanner .leftSec .item { padding: 90px 0 0 20px; }
.bannerArear .innerBanner .leftSec .item .typecontent { width: 100%; }
.bannerArear .innerBanner .leftSec .item h1{ font-size: 35px; height: 45px; margin-bottom: 0; display: inline-block; line-height: 45px; text-transform: uppercase; font-weight: 700; }
.bannerArear .innerBanner .leftSec .item h2 { font-size: 20px; margin: 20px 0; }
 
.bannerArear .innerBanner .rightSec .item { padding: 25px; width: 400px; margin: auto; background: rgba(0,168,236,0.5); }
.bannerArear .innerBanner .rightSec .item label { color: #fff; }
.bannerArear .innerBanner .rightSec .item h2 { padding: 10px 0; text-align: center; color: #fff; font-size: 25px; }
.bannerArear .innerBanner .rightSec .item select { color: #88deff; }
.bannerArear .innerBanner .rightSec .item select,
.bannerArear .innerBanner .rightSec .item input { height: 33px; border-radius: 0; border-color: rgba(255,255,255,0.2); background: rgba(255,255,255,0.1); }
.bannerArear .innerBanner .rightSec .item input { color: white; }
.bannerArear .innerBanner .rightSec .item textarea { border-radius: 0; color: white; border-color: rgba(255,255,255,0.2); background: rgba(255,255,255,0.1); }
.bannerArear .innerBanner .rightSec .item textarea::placeholder,
.bannerArear .innerBanner .rightSec .item input::placeholder { color: #88deff; }
.headMenuSec { transition: all 0.5s ease; }
.headMenuSec.active { background: #000; position: fixed; width: 100%; top: 0; left: 0; }
  
.menuSec ul li a:hover,
.menuSec ul li.active a{ background: #00A8EC!important; }
.menuSec ul li a{ padding: 8px 20px!important; color: #fff!important; }
/*.menuSec ul.navbar-nav { padding-right: 50px; position: relative; transform: translateX(105%); transition: all 0.5s ease; }
.menuSec ul.navbar-nav.active { transform: translateX(0); }
.overfihidde { overflow-x: hidden; }*/

.hideshowmenu { width: 40px; height: 40px; background: rgba(62,64,149,0.5); position: absolute; right: 0; z-index: 99; cursor: pointer; }
.hideshowmenu span { position: absolute; height: 2px; width: 10px; top: 20px; right: 10px; transition: all 0.5s ease; background: #7073ff; }
.hideshowmenu span:before { content: ""; transition: all 0.5s ease; position: absolute; height: 2px; width: 20px; top: -10px; right: 0px; background: #fff; }
.hideshowmenu span:after { content: ""; transition: all 0.5s ease; position: absolute; height: 2px; width: 15px; top: 10px; right: 0px; background: #fff; }
.hideshowmenu.active span { width: 20px; }
.hideshowmenu.active span:before { width: 10px; }
.hideshowmenu.active span:after { width: 8px; }

/*wrapper*/
.wrapper { position: relative; background: #fff; }

/*section heading */
h2.secheadding { text-align: center; margin-bottom: 70px; text-transform: uppercase; font-weight: 700; position: relative; }
h2.secheadding span { position: absolute; top: 40px; left: 0; right: 0; margin: auto; width: 10px; height: 10px; border-radius: 50%; background: #00A8EC; }
h2.secheadding span:before { content: ""; position: absolute; top: 3px; left: 20px; right: 0; margin: auto; width: 5px; height: 5px; border-radius: 50%; background: #00A8EC; }
h2.secheadding span:after { content: ""; position: absolute; top: 3px; left: -35px; right: 0px; margin: auto; width: 5px; height: 5px; border-radius: 50%; background: #00A8EC; }


/*serviceArear*/
.serviceArear .serviceInner .rightSec .item{ padding: 35px;  } 
.serviceArear .serviceInner .rightSec h2.secheadding { margin-top: 80px; margin-bottom: 30px; }
.serviceArear .serviceInner .leftSec .item { height: 100%; width: 100%; background:url('https://www.sarawebsolution.in/images/serviceback.jpg') center center; }
.serviceArear .serviceInner .rightSec .item .box { padding: 15px; text-align: center; transform: all 0.5s ease; cursor: pointer; }
.serviceArear .serviceInner .rightSec .item .box:hover { background: #00A8EC; }
.serviceArear .serviceInner .rightSec .item .box:hover h5,
.serviceArear .serviceInner .rightSec .item .box:hover p,
.serviceArear .serviceInner .rightSec .item .box:hover i { color: #fff; }
.serviceArear .serviceInner .rightSec .item .box i { font-size: 35px; color: #00A8EC; }
.serviceArear .serviceInner .rightSec .item .box p { color: #b7b6b6; }

/*workArear*/
.workArear { padding: 80px 0 50px 0; background: #f7f7f7; }
.workArear .workInner .item { display: block; padding: 20px; transition: all 0.5s ease; }
.workArear .workInner .item:hover { background: #00A8EC; }
.workArear .workInner .item:hover p,
.workArear .workInner .item:hover h4 { color: #fff; }
.workArear .workInner .item h4 { padding: 25px 0 5px 0; font-weight: 500; font-size: 20px; text-transform: uppercase; text-align: center; }

/*whyChoArear*/
/*.whyChoArear { padding: 80px 0 80px 0; }*/
.whyChoArear { padding: 80px 0 50px 0; position: relative;  } 
.whyChoArear:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.9)), url('/web/20250713144001im_/https://www.sarawebsolution.in/images/slider2.jpg'), center center; background-size: cover; filter: grayscale(100%); }
.whyChoArear .whyChoInner .box { padding: 15px; transform: all 0.5s ease; cursor: pointer; }
.whyChoArear .whyChoInner .box:hover { background: #00A8EC; }
.whyChoArear .whyChoInner .box:hover h5,
.whyChoArear .whyChoInner .box:hover p,
.whyChoArear .whyChoInner .box:hover i { color: #fff; }
.whyChoArear .whyChoInner .box i { font-size: 35px; color: #00A8EC; }
.whyChoArear .whyChoInner .box p { color: #757575; }

/*priceTArear*/
.priceTArear { padding: 80px 0 50px 0; background: #f7f7f7; }
.priceTArear .priceTInner .box { text-align: center; padding: 50px 20px; transition: all 0.5s ease; background: #fff; }
.priceTArear .priceTInner .box:hover { cursor: pointer; background: linear-gradient(-125deg,#00A8EC,#EDC707); }
.priceTArear .priceTInner .box:hover h2 { color: #fff; }
.priceTArear .priceTInner .box h4 { font-size: 30px; font-weight: 700; }
.priceTArear .priceTInner .box h2 { font-size: 50px; font-weight: 700; color: #00a8ec; }
.priceTArear .priceTInner .box ul li { list-style: none; margin-bottom: 20px; color: #000; }

/*contactArear*/
.contactArear { padding: 80px 0 50px 0;/* background: #f7f7f7;*/ }
.contactArear .cotnactInner .leftSec .item select ,
.contactArear .cotnactInner .leftSec .item input { height: 50px; border-radius: 0; color: #000; background: #dadada; }
.contactArear .cotnactInner .leftSec .item textarea { border-radius: 0; color: #000; background: #dadada; }
.contactArear .cotnactInner .leftSec .item button.btn { background: #000; }
.contactArear .cotnactInner .leftSec .item button.btn:before { background: #00A8EC; }
.contactArear .cotnactInner .rightSec .item .box i { font-size: 25px; color: #00A8EC; }
.contactArear .cotnactInner .rightSec .item .box p { color: #b7b6b6; }

/*footer*/
footer { position: relative; }
.footer { padding: 60px; background: #000; color: #d6d6d6; }
.footer .footerBox h3 { color: #fff;  }
.footer .footerBox ul li { display: block; margin-bottom: 5px; list-style: none; }
.footer .footerBox ul li a { color: #d6d6d6; }
.footer .footerBox ul li a:hover { color: #fff; }
.footer .footerBox input { border-radius: 0; }
.footer .footerBox button { padding: 0 20px; color: #fff; background: #00A8EC; }
.footer .footerBox .socialLinks a { display: inline-block; width: 40px; height: 40px; text-align: center; line-height: 40px; transition: all 0.5s ease; font-size: 20px; color: #fff; }
.footer .footerBox .socialLinks a:hover { background: #00A8EC; }

#typed-strings p { display: none; }
.typed-cursor { font-size: 35px; display: inline-block; transform: translate(5px,-5px); }
.mobilesocials { width: 100%; opacity: 0; display: flex; align-items: center; justify-content: space-between; position: fixed; bottom: 0; left: 0; z-index: 999; background-color: rgba(255,255,255,0.8); }
.mobilesocials a:nth-child(1){ background-color: #00bbff; }
.mobilesocials a:nth-child(2){ background-color: #ffb900;}
.mobilesocials a:nth-child(3){ background-color: red }
.mobilesocials a:nth-child(4){ background-color: #0cce0c }
.mobilesocials a { display: block; padding: 10px; margin: 3px; color: #fff; flex: 1; text-align: center; border-radius: 3px; }
.mobilesocials a i { font-size: 25px; }

@media only screen and (max-width: 768px)
{
	.bannerArear { height: 100%; }
	.bannerArear .innerBanner { position: static; }
	.bannerArear .innerBanner .rightSec .item { width: 100%; }
	.hideshowmenu { display: none; }
	.topLogo img { width: 190px; }
	.bannerArear .innerBanner .leftSec .item {
		padding-top: 50px;
	}
	.bannerArear .innerBanner .leftSec .item h1 { height: 90px; }
	.navbar-toggler { background: #00A8EC; border-radius: 0; }
	.menuSec ul.navbar-nav { transform: translateX(0); }

	.menuSec ul li a { background: #fff; color: #000!important; }
	.menuSec ul li.active a { color: #fff!important; }
	.serviceArear .serviceInner .leftSec .item { height: 812px; }

}



/*
     FILE ARCHIVED ON 14:40:01 Jul 13, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:13:57 Jun 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.502
  load_resource: 161.618
  PetaboxLoader3.resolve: 63.131
  PetaboxLoader3.datanode: 47.115 (2)
  loaddict: 61.08
*/