html, body {
	height: 100%;
}
body {
	font-family: 'open_sanslight', sans-serif;
	color: #686868;
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 30px;
	font-family: 'open_sansbold', sans-serif;
	color: #585858;
	letter-spacing: -1px;
}
h3, .h3 {
	font-size: 25px;
}
h4, .h4 {
	font-size: 20px;
}
h5, .h5 {
	font-size: 17px;
}
p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.7em;
}
a {
	color: #633489;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #633489;
	outline-offset: 0px;
	outline: none;
}
/* Page Loader */
#preloader {
	background: rgba(255, 255, 255, 0.9);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
 @keyframes boxSpin {
 0% {
 transform: translate(-10px, 0px);
}
 25% {
 transform: translate(10px, 10px);
}
 50% {
 transform: translate(10px, -10px);
}
 75% {
 transform: translate(-10px, -10px);
}
 100% {
 transform: translate(-10px, 10px);
}
}
 @keyframes shadowSpin {
 0% {
 box-shadow: 20px 30px #0060ff, -30px 10px #0060ff;
}
 25% {
 box-shadow: 10px 20px #0060ff, -20px -0px #0060ff;
}
 50% {
 box-shadow: 0px 10px #0060ff, -10px -10px #0060ff;
}
 75% {
 box-shadow: -10px -10px #0060ff, 10px 10px #0060ff;
}
 100% {
 box-shadow: 20px 30px #0060ff, -30px 10px #0060ff;
}
}
#load {
	z-index: 9999;
	background-color: #0060ff;
	opacity: 0.75;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	margin: -5px auto 0 auto;
	left: 0;
	right: 0;
	border-radius: 50%;
	border: 5px solid #0060ff;
	box-shadow: 10px 0px #0060ff, 10px 0px #0060ff;
	animation: shadowSpin 1s ease-in-out infinite;
}
/*Bootstrap OverWriting*/
 
.fl-width {
	padding-left: 4vw;
	padding-right: 4vw;
	width: 100%;
}
.fl-width2 {
	padding-left: 6vw;
	padding-right: 6vw;
	width: 100%;
}
.fl-width3 {
	padding-left: 8vw;
	padding-right: 8vw;
	width: 100%;
}
.fl-width4 {
	padding-left: 10vw;
	padding-right: 10vw;
	width: 100%;
}
.fl-width5 {
	padding-left: 12vw;
	padding-right: 12vw;
	width: 100%;
}
.no-pad {
	padding: 0px !important;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mt-0 {
	margin-top: 0px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-50 {
	margin-top: 50px;
}
.pd-10 {
	padding: 10px
}
.pd-15 {
	padding: 15px
}
.pd-20 {
	padding: 20px
}
.pd-30 {
	padding: 30px
}
.pd-50 {
	padding: 50px
}
.ptb-25 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb-75 {
	padding-top: 75px;
	padding-bottom: 75px;
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.ptb-75x50 {
	padding-top: 75px;
	padding-bottom: 50px;
}
/* ===========================
 General sections
============================ */

.c_table {
	width: 100%;
	height: 100%;
	display: table;
}
.c_table_c {
	width: 100%;
	text-align: center;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.divCenter{
	margin-left:auto;
	margin-right:auto;
}
.section-pad {
	padding-top: 100px;
	padding-bottom: 100px;
}
.sectionTitle {
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.pageTitle {
	font-size: 35px;
	margin-bottom: 40px;
}
.body-wrapper {
	margin: 0 auto;
	/* min-width: 1024px; */
	position: relative;
	width: 100%;
}
.header-wrapper {
}
.main-wrapper {
	position: relative;
}
.footer-wrapper {
	position: relative;
}
.btn-nxt, .btn-nxtGray, .btn-contact {
	background-color: #0060ff;
	font-family: 'open_sansbold', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	padding: 11px 30px;
	border: 1px solid #0060ff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	transition: all 0.3s ease;
}
.btn-nxt:hover, .btn-nxt:focus {
	background-color: #585858;
	border: 1px solid #585858;
}
.btn-nxtGray {
	background-color: #f5f5f5;
	border: 1px solid #eeeeee;
	color: #585858;
}
.btn-nxtGray:hover, .btn-nxtGray:focus {
	background-color: #585858;
	border: 1px solid #585858;
	color: #ffffff;
}
.btn-contact {
	background-color: #fffd58;
	border: 1px solid #fffd58;
	color: #585858;
}
.btn-contact:hover, .btn-contact:focus {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #585858;
}
/* End General sections */ 


/*Slider-HomePage*/

.slide-container {
	position: relative;
}
.slide-wrapper {
	position: relative;
}
.slide-wrapper::after {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	background-color: rgba(0, 96, 255, 0.85);
	width: 100%;
	height: 100%;
}
#myCarousel .carousel-caption {
	bottom: initial;
	top: 50%;
}
#myCarousel .carousel-caption h3 {
	color: #f7f7f7;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	font-size: 3.6vw;
	margin-bottom: 35px;
}
#myCarousel .carousel-caption p {
	color: #eaeaea;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	font-size: 1.4vw;
	line-height: normal;
}
.logo-slider {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	width: 235px;
	height: 211px;
	margin: 0 auto;
	z-index: 99;
}
.menu-slider {
	position: absolute;
	top: 5%;
	right: 5%;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	z-index: 100;
	border-radius: 50%;
	background-color: #fff;
	padding: 10px;
	color: #0060ff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}
.menu-slider:hover {
	background-color: #0060ff;
	color: #FFFFFF;
}
/*End Slider-HomePage*/


/*Header Section - Logo & Main Nav*/ 
.top-header {
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #0060ff;
	background-color: #FFF;
	transition: top 0.2s ease-in-out;
}
.top-headerBox {
	margin: 0 auto;
	text-align: center;
	padding: 0px;
}
.logo {
	display: block;
	float: left;
	margin: 0px;
	padding: 25px 0;
	text-decoration: none;
}
.logo a {
	background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll 0 0;
	float: left;
	height: 80px;
	line-height: 40px;
	text-indent: -9999em;
	width: 89px;
}
.stickyHeader {
}
.stickyHeaderFixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	transition: all 0.3s ease;
}
.navbar {
	border: none;
	margin-bottom: 0px;
	background-color: transparent;
}
.mainMenu {
	/* float: right; */ 
	display: block;
	padding: 43px 0;
}
ul.navMenu {
	margin-top: 43px;
}
ul.navMenu li {
}
ul.navMenu li a {
	display: block;
	font-family: "open_sansbold", sans-serif;
	font-size: 16px;
	line-height: normal;
	letter-spacing: -1px;
	padding: 10px 15px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.navbar-inverse .navbar-nav > li > a {
	color: #585858;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #0060ff;
}
.navbar-toggle {
	border: none;
	margin-top: 19px;
	margin-right: 0px;
}
.navbar-toggle .icon-bar {
	width: 30px;
	height: 4px;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #0060ff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #0060ff;
}
/*End Header Section - Logo & Main Nav*/ 
 

.about-wrap {
}
.about-wrap .aboutInfo {
	max-width: 620px;
	padding: 70px 20px 30px 50px;
}
.about-wrap .aboutImg {
	/* position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-image: url(../images/nextw-aboutus.jpg);
    background-attachment: local;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; */
 
	background: url(../images/nextw-aboutus.jpg) no-repeat center;
	background-size: auto auto;
	background-size: cover;
	height: 580px;
}
/*Offering Icons - Home*/

.offering-wrap {
}
.offering-container {
	border-bottom: 1px solid #d3d3d4;
}
.offering-container:last-child {
	border-bottom: none;
}
.offering-container .col-md-3 {
	border: none;
	border-right: 1px solid #d3d3d4;
	margin-top: 25px;
	margin-bottom: 25px;
}
.offering-container .col-md-3:last-child {
	border-right: none;
}
.offerBlocks {
	text-align: center;
	min-height: 380px;
	max-height: 380px;
	padding: 15px 30px;
}
.offerBlocks p {
	font-size: 15px;
	line-height: 1.3em;
	margin-bottom: 25px;
}
.offerBlocks h4 {
	margin-bottom: 25px;
}
.offerBlocks:hover h4 {
	color: #0060ff;
	transition: all 0.3s ease;
}
.offerIcon {
	border-radius: 50%;
	width: 149px;
	height: 149px;
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}
.offerIcon.offerIcon-01 {
	background: #f5f5f5 url(../images/icn-offer-01.png) no-repeat 0px 0px;
	border: 1px solid #eeeeee;
	transition: all 0.3s ease;
}
.offerBlocks:hover .offerIcon.offerIcon-01 {
	background: #0060ff url(../images/icn-offer-01.png) no-repeat 0px -149px;
	border: 1px solid #0060ff;
}
.offerIcon.offerIcon-02 {
	background: #f5f5f5 url(../images/icn-offer-02.png) no-repeat 0px 0px;
	border: 1px solid #eeeeee;
	transition: all 0.3s ease;
}
.offerBlocks:hover .offerIcon.offerIcon-02 {
	background: #0060ff url(../images/icn-offer-02.png) no-repeat 0px -149px;
	border: 1px solid #0060ff;
}
.offerIcon.offerIcon-03 {
	background: #f5f5f5 url(../images/icn-offer-03.png) no-repeat 0px 0px;
	border: 1px solid #eeeeee;
	transition: all 0.3s ease;
}
.offerBlocks:hover .offerIcon.offerIcon-03 {
	background: #0060ff url(../images/icn-offer-03.png) no-repeat 0px -149px;
	border: 1px solid #0060ff;
}
.offerIcon.offerIcon-04 {
	background: #f5f5f5 url(../images/icn-offer-04.png) no-repeat 0px 0px;
	border: 1px solid #eeeeee;
	transition: all 0.3s ease;
}
.offerBlocks:hover .offerIcon.offerIcon-04 {
	background: #0060ff url(../images/icn-offer-04.png) no-repeat 0px -149px;
	border: 1px solid #0060ff;
}
.offerIcon.offerIcon-05 {
	background: #f5f5f5 url(../images/icn-offer-05.png) no-repeat 0px 0px;
	border: 1px solid #eeeeee;
	transition: all 0.3s ease;
}
.offerBlocks:hover .offerIcon.offerIcon-05 {
	background: #0060ff url(../images/icn-offer-05.png) no-repeat 0px -149px;
	border: 1px solid #0060ff;
}
.offerIcon.offerIcon-06 {
	background: #f5f5f5 url(../images/icn-offer-06.png) no-repeat 0px 0px;
	border: 1px solid #eeeeee;
	transition: all 0.3s ease;
}
.offerBlocks:hover .offerIcon.offerIcon-06 {
	background: #0060ff url(../images/icn-offer-06.png) no-repeat 0px -149px;
	border: 1px solid #0060ff;
}
.offerIcon.offerIcon-07 {
	background: #f5f5f5 url(../images/icn-offer-07.png) no-repeat 0px 0px;
	border: 1px solid #eeeeee;
	transition: all 0.3s ease;
}
.offerBlocks:hover .offerIcon.offerIcon-07 {
	background: #0060ff url(../images/icn-offer-07.png) no-repeat 0px -149px;
	border: 1px solid #0060ff;
}
.offerIcon.offerIcon-08 {
	background: #f5f5f5 url(../images/icn-offer-08.png) no-repeat 0px 0px;
	border: 1px solid #eeeeee;
	transition: all 0.3s ease;
}
.offerBlocks:hover .offerIcon.offerIcon-08 {
	background: #0060ff url(../images/icn-offer-08.png) no-repeat 0px -149px;
	border: 1px solid #0060ff;
}
.offerIcon.offerIcon-09 {
	background: #f5f5f5 url(../images/icn-offer-09.png) no-repeat 0px 0px;
	border: 1px solid #eeeeee;
	transition: all 0.3s ease;
}
.offerBlocks:hover .offerIcon.offerIcon-09 {
	background: #0060ff url(../images/icn-offer-09.png) no-repeat 0px -149px;
	border: 1px solid #0060ff;
}
.enquiry-wrap {
	width: 100%;
	background-image: url("../images/enquiryBg.jpg");
	background-position: bottom center;
	position: relative;
	padding: 50px 0px 50px;
}
.enquiryTitleBox {
	height: 110px;
}
h1.enquiryTitle {
	font-size: 35px;
	color: rgb(243, 242, 242);
	text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
	margin: 0px;
}
.enquiryNow {
	background-color: #fffd58;
	box-shadow: 0px 9px 0px 0px rgba(53, 53, 53, 1.0);
	width: 230px;
	height: 110px;
	font-family: 'open_sansbold', sans-serif;
	font-size: 35px;
	color: rgb(75, 75, 75);
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 2px 0px rgba(255, 254, 201, 0.9);
	line-height: 34px;
	transition: all 0.3s ease;
	margin: 0 auto;
}
.enquiryNow:hover {
	background-color: #FFF;
}
.footer-wrapper {
	margin-top: 100px;
}
.contact-wrap {
	background-color: #ddd;
}
.contact-wrap a{
	color: #fff;
}
.contactBox {
	background: #0060ff url(../images/contactBg.png) no-repeat center center / cover;
	color: #dce9ff;
	padding: 75px 25px;
	border: 1px solid rgb(4, 73, 188);
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.29);
	margin-top: -100px;
}
.contactBox h1.sectionTitle {
	color: #FFFFFF;
}
.contactForm {
}
.contactForm .form-group .form-control {
	font-family: 'open_sanslight', sans-serif;
	font-size: 14px;
	color: #dbe9ff;
	border: 2px solid #FFF;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-bottom: 25px;
	line-height: normal;
}
.contactForm input[type=text], .contactForm input[type=password], .contactForm input[type=email], .contactForm input[type=number], .contactForm input[type=tel] {
	background-color: rgba(0, 96, 255, 0.6);
	padding: 10px 25px;
	height: 45px;
}
.contactForm textarea {
	background-color: rgba(0, 96, 255, 0.6);
	padding: 20px 25px;
	height: 125px;
}
 .contactForm input::-webkit-input-placeholder, .contactForm textarea::-moz-placeholder { /* Chrome */
 color: #dbe9ff;
}
.contactForm input:-ms-input-placeholder, .contactForm textarea::-moz-placeholder { /* IE 10+ */
 color: #dbe9ff;
}
.contactForm input::-moz-placeholder, .contactForm textarea::-moz-placeholder { /* Firefox 19+ */
 color: #dbe9ff;
 opacity: 1;
}
.contactForm input:-moz-placeholder, .contactForm textarea::-moz-placeholder { /* Firefox 4 - 18 */
 color: #dbe9ff;
 opacity: 1;
}
.mapBg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.copyrightBox {
	text-align: center;
	margin: 50px 0;
}

/* Inner Pages Styles*/

.pageInner-wrap{ }

.nextList{
	list-style:none;
}
.nextList li{
	list-style:none;
	font-size:16px;
	line-height:normal;
	margin-bottom:15px;
	position: relative;
	padding-left:20px;
	text-align:left;
}
.nextList li i{
	left: -10px;
	position: absolute;
	top: 4px;
}


.coreValueBox{
	text-align:center;
	margin-bottom:50px;
}
.coreValueBox .corevIcon{
	background-color: #585858;
	color: #fff;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	margin-bottom: 25px;
	display: table;
	text-align: center;
}
.coreValueBox .corevIcon i{	 
	display: table-cell;
	font-size: 30px;
	vertical-align: middle;
}
.coreValueBox h4{
	text-transform:uppercase;
}

.offeringBox{
	margin-bottom:30px;	
}
.offeringBox:last-child{
	margin-bottom:initial;	
}
.offeringBox .offerBlocks{
	text-align:left;
	padding:20px 10px;
	min-height: initial;
    max-height: initial; 
}
.offeringBox .offerBlocks .media-left{
	padding-right: 50px;
}
.offeringBox .offerBlocks p{
	font-size:16px;
	line-height:normal;
}

/*=== Offering Modal Poup ===*/
.offeringModalBox{
	text-align:left;
}


/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/*-------------------------------------------------------------------------------*/

.owl-theme .owl-controls {
	bottom: 50%;
	text-align: center;
	width: 100%;
	position: absolute;
	margin-bottom: -30px;
}
.owl-next {
	float: right;
}
.owl-prev {
	float: left;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 0px 10px;
	font-size: 40px;
}
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ffcd11;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}

/* ====******== MediaScreen Starts with "max-width" =====*****==== */

@media (max-width:1199px) {
	.offeringBox .offerBlocks{
	text-align:center; 
	}
	.offeringBox .offerBlocks .media-left {
		padding-right: 0px;
		display:block;
	}
	.offeringBox .offerBlocks .media-body{
		width:auto;
	}
}
@media (max-width:1024px) {
.fl-width, .fl-width2, .fl-width3, .fl-width4, .fl-width5 {
	padding-left: 2vw;
	padding-right: 2vw;
	width: 100%;
}
.logo-slider {
	top: 20%;
	width: 150px;
	height: 135px;
}
}

@media (max-width:991px) {
.about-wrap .aboutInfo {
	max-width: initial;
}
.offering-container .col-md-3:nth-of-type(2n+2) {
	border-right: none;
}

}

@media (max-width:768px) {
#myCarousel .carousel-caption p {
	display: none;
}
}

@media screen and (max-width:767px) {
.logo-slider {
	top: 15%;
	width: 100px;
	height: 90px;
}
.menu-slider {
	display: none;
}
.enquiryTitleBox {
	margin-bottom: 20px;
}
.logo {
	padding: 10px 0;
}
.logo a {
	background: rgba(0, 0, 0, 0) url("../images/logo-mob.png") no-repeat scroll 0 0;
	height: 55px;
	line-height: 40px;
	text-indent: -9999em;
	width: 62px;
}
.offeringBox .offerBlocks{ 
	padding:20px 0px; 
}
}

@media screen and (max-width:480px) {
.logo-slider {
	top: 15%;
	width: 65px;
	height: 58px;
} 
}

@media only screen and (max-width : 414px) {
}

/* =====*******==== MediaScreen Starts with "min-width" =====*******==== */


@media only screen and (min-width : 414px) {
/* Tab portrait ----------- */
 
}

@media screen and (min-width:768px) {
}

@media screen and (min-width:991px) {
}

@media only screen and (min-width : 1024px) {
/* Desktops ----------- */
 
}

@media only screen and (min-width : 1200px) {
/* XLarge screens ----------- */
 
}

@media only screen and (min-width : 1224px) {
/* XLarge screens ----------- */
 

}

@media only screen and (min-width : 1524px) {
/* XXLarge screens ----------- */
 
}

@media only screen and (min-width : 1824px) {
/* XXXLarge screens ----------- */
 

}

/* CSS Animations ----------- */
 
