@charset "UTF-8";
body {
	font-family: varela round, sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	position: relative
}
a {
	color: #626675;
	font-family: varela round, sans-serif
}
a:focus, a:hover, a:active {
	outline: none;
	text-decoration: none
}
p {
	font-family: varela round, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #202020
}
h1, h2, h3, h4, h5, h6 {
	font-family: varela round, sans-serif;
	color: #202020;
	line-height: 1.5;
	margin-top: 0;
	font-weight: 400
}
h1 {
	font-size: 42px
}
h2 {
	font-size: 40px
}
h3 {
	font-size: 28px
}
h4 {
	font-size: 28px
}
h5 {
	font-size: 24px
}
h6 {
	font-size: 20px
}
ul, ol {
	list-style-position: outside;
	list-style: none;
	margin: 0;
	padding: 0
}
.required {
	color: red
}
textarea {
	height: 150px;
	width: 100%;
	resize: none
}
label {
	font-family: varela round, sans-serif;
	font-size: 16px;
	font-weight: 300
}
* {
	box-sizing: border-box
}
img {
	margin: 0 auto;
	max-width: 100%
}
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
color:#202020;
opacity:1;
font-size:20px
}
.no-gutter {
	padding: 0
}
.center-block {
	float: none
}
.site-heading {
	font-family: fredoka one, cursive, sans-serif;
	font-weight: 400;
	font-size: 68px
}
.white-text {
	color: #fff!important
}
.pad-tp-bt {
	padding: 60px 15px
}
.pad-tp-bt-20 {
	padding: 20px 15px
}
.pad-tp-bt-40 {
	padding: 40px 0
}
.pad-tp-bt-60 {
	padding: 60px 0
}
.margin-bottom {
	margin: 0 0 15px
}
.margin-bottom-30 {
	margin: 0 0 30px
}
.margin-bottom-50 {
	margin: 0 0 50px
}
.overlay-wrap {
	position: relative
}
.overlay-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.border-bottom::after {
	border-bottom: 3px solid #3080ee;
	content: "";
	display: block;
	height: 3px;
	margin: 8px 0;
	width: 20%
}
.slick-slide {
	height: auto
}
.contact-map iframe {
	width: 100%
}
.navbar-brand {
	height: auto;
	padding: 10px 15px
}
#wrapper {
	padding-top: 8.8rem
}
.nav.navbar-nav.navbar-left {
	margin: 25px 0 0
}
.navbar {
	background: #fff
}
.navbar-default .navbar-nav>li>a {
	color: #202020;
	font-size: 16px
}
.fax-mail {
	margin: 27px 0
}
.navbar-collapse {
	width: 66.6%
}
.navbar-nav.navbar-center {
	display: inline-block;
	float: none!important;
	text-align: center;
	width: 100%;
	margin: 20px 0
}
.navbar-nav.navbar-center>li {
	display: inline-block;
	float: none!important
}
.navbar-collapse>ul>li+li {
	margin: 0 0 0 25px;
	position: relative
}
.navbar-nav>li>a {
	padding: 15px 5px
}
.navbar-collapse>ul>li>a>span {
	height: 3px;
	left: 0;
	width: 0;
	position: absolute;
	top: 100%;
	transition: width .2s linear 0s
}
.navbar-collapse>ul>li.active>a>span, .navbar-collapse>ul>li:hover>a>span {
	width: 100%
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: 0 0
}
.ipt-collapsed-button {
	border-radius: 100%;
	cursor: pointer;
	display: block;
	line-height: 25px;
	margin: 10px 0 0;
	padding: 16px 12px;
	position: fixed;
	z-index: 120
}
.ipt-lines::before {
	top: 8px
}
.ipt-lines::after {
	top: -8px
}
.ipt-lines {
	display: inline-block;
	height: 3px;
	position: relative;
	top: -4px;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	transition-property: background;
	-moz-transition-property: background;
	-webkit-transition-property: background;
	-o-transition-property: background;
	-ms-transition-property: background;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	width: 35px
}
.ipt-collapsed-button.ipt-closed .ipt-lines::before {
	transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-o-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg)
}
.ipt-collapsed-button.ipt-closed .ipt-lines::after, .ipt-collapsed-button.ipt-closed .ipt-lines::before {
	top: 0;
	transition: top .3s ease 0s, transform .3s ease .2s;
	-webkit-transition: top .3s ease 0s, transform .3s ease .2s;
	-o-transition: top .3s ease 0s, transform .3s ease .2s;
	-ms-transition: top .3s ease 0s, transform .3s ease .2s;
	-moz-transition: top .3s ease 0s, transform .3s ease .2s
}
.ipt-collapsed-button.ipt-closed .ipt-lines::after {
	transform: rotate3d(0, 0, 1, -45deg);
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-o-transform: rotate3d(0, 0, 1, -45deg);
	-ms-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg)
}
.ipt-collapsed-button.ipt-closed .ipt-lines {
	background-color: transparent;
	transition-duration: .1s;
	-moz-transition-duration: .1s;
	-webkit-transition-duration: .1s;
	-o-transition-duration: .1s;
	-ms-transition-duration: .1s;
	transition-property: background;
	-moz-transition-property: background;
	-webkit-transition-property: background;
	-o-transition-property: background;
	-ms-transition-property: background;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-ms-transition-timing-function: ease
}
.ipt-lines::after, .ipt-lines::before {
	display: inline-block;
	height: 3px;
	left: 0;
	position: absolute;
	transform-origin: 50% 50% 0;
	-webkit-transform-origin: 50% 50% 0;
	-o-transform-origin: 50% 50% 0;
	-ms-transform-origin: 50% 50% 0;
	-moz-transform-origin: 50% 50% 0;
	transition: top .3s ease .2s, transform .3s ease 0s, background-color .3s ease 0s;
	-webkit-transition: top .3s ease .2s, transform .3s ease 0s, background-color .3s ease 0s;
	-o-transition: top .3s ease .2s, transform .3s ease 0s, background-color .3s ease 0s;
	-ms-transition: top .3s ease .2s, transform .3s ease 0s, background-color .3s ease 0s;
	-moz-transition: top .3s ease .2s, transform .3s ease 0s, background-color .3s ease 0s;
	width: 35px;
	content: ""
}
.menu-toggled #sidebar-wrapper {
	width: 220px
}
.slideanim {
	visibility: hidden
}
.slide {
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible
}
@keyframes slide {
0% {
opacity:0;
-webkit-transform:translateY(70%)
}
100% {
opacity:1;
-webkit-transform:translateY(0%)
}
}
@-webkit-keyframes slide {
0% {
opacity:0;
-webkit-transform:translateY(70%)
}
100% {
opacity:1;
-webkit-transform:translateY(0%)
}
}
.social-icon ul li a i::after {
	border-radius: 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: -10px;
	transform: scale(.2);
	transition: all .2s ease-in-out 0s;
	width: 100%
}
.social-icon ul li a i:hover {
	color: #fff
}
.social-icon ul li {
	padding: 0;
	height: 20px
}
.social-icon ul li a i {
	border-radius: 50%;
	height: 1.8em;
	padding: 0;
	position: relative;
	text-align: center;
	transition: all .2s ease-in-out 0s;
	width: 1.8em
}
.social-icon .facebook .fa::after {
	background: #3b5998
}
.social-icon .twitter .fa::after {
	background: #55acee
}
.social-icon .dribble .fa::after {
	background: #ff45b8
}
.social-icon .google .fa::after {
	background: #dd4b39
}
.social-icon .linked-in .fa::after {
	background: #007bb5
}
.social-icon .behance .fa::after {
	background: #0b82fb
}
.social-icon ul li a i:hover::after {
	opacity: 1;
	transform: scale(1)
}
.social-icon ul li a i::before {
	position: relative;
	z-index: 2
}
.colord-icon ul li a {
	border-radius: 100px;
	color: #045fb8;
	padding: 10px 3px;
	margin: 3px
}
.colord-icon ul li.facebook a {
	background: #3b5998
}
.colord-icon ul li.twitter a {
	background: #55acee
}
.colord-icon ul li.dribble a {
	background: #ff45b8
}
.colord-icon ul li.google a {
	background: #dd4b39
}
.colord-icon ul li.linked-in a {
	background: #007bb5
}
.colord-icon ul li.behance a {
	background: #0b82fb
}
.colord-icon ul li {
	transform: scale(1)
}
.colord-icon ul li:hover {
	transform: scale(1.2);
	transition: all .5s ease 0s
}
.dark-icon ul li a {
	background: #000;
	border-radius: 100px;
	color: #fff;
	font-size: 12px;
	opacity: 1;
	padding: 11px 13px
}
.dark-icon ul li {
	transform: scale(1)
}
.dark-icon ul li:hover {
	transform: scale(1.2);
	transition: all .5s ease 0s
}
.button-primary {
	border: 1px solid #1ebad4!important;
	color: #fff;
	background: #1ebad4
}
.button-primary:before {
	background: #fff;
	color: #1ebad4
}
.button-primary:hover {
	color: #1ebad4
}
.btn-black {
	border: 1px solid #202020!important;
	color: #fff;
	background: #202020
}
.btn-black:before {
	background: #fff;
	color: #202020
}
.btn-black:hover {
	color: #202020!important
}
.red-btn {
	    border: 1px solid #1a5fb8!important;
    color: #fff;
    background: #1a5fb8;
}
.red-btn:before {
	background: #fff;
	color: #1a5fb8
}
.red-btn:hover {
	color: #1a5fb8 !important
}
.dark-red-btn {
	border: 1px solid #ba3232!important;
	color: #fff;
	background: #da0a0a
}
.dark-red-btn:before {
	background: #fff;
	color: #da0a0a
}
.dark-red-btn:hover {
	color: #da0a0a!important
}
.btn-white {
	border: 1px solid #fff!important;
	color: #fff
}
.btn-white:before {
	background: #fff;
	color: #000
}
.btn-white:hover {
	color: #000
}
.green-btn {
	background: #5fba32;
	border: 1px solid #5fba32!important;
	color: #fff
}
.green-btn:before {
	background: #fff;
	color: #5fba32!important;
	border: 1px solid #5fba32
}
.button.green-btn:hover {
	color: #5fba32!important
}
.blue-btn {
	border: 1px solid #1d86cf!important;
	color: #fff;
	background: #1d86cf
}
.blue-btn:before {
	background: #fff;
	color: #1d86cf
}
.blue-btn:hover {
	color: #1d86cf!important
}
.white-bg-btn {
	background: #fff;
	color: #000!important;
	border: 1px solid #000
}
.white-bg-btn:before {
	background: #202020;
	color: #fff!important;
	border: 1px solid #fff
}
.white-bg-btn:hover {
	color: #fff!important
}
.button, #contact-form button[type=submit], #submit button[type=submit] {
	padding: 8px 30px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.button:before, #contact-form button[type=submit]:before, #submit button[type=submit]:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
#contact-form button[type=submit]:hover, #submit button[type=submit]:hover, #contact-form button[type=submit]:focus, #submit button[type=submit]:focus, #contact-form button[type=submit]:active, #submit button[type=submit]:active {
color:#1ebad4;
}
#submit button[type=submit]:hover:before, .button:hover:before, #contact-form button[type=submit]:hover:before, #submit button[type=submit]:focus:before, .button:focus:before, #contact-form button[type=submit]:focus:before, #submit button[type=submit]:active:before, .button:active:before, #contact-form button[type=submit]:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.img-scale img:hover {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	opacity: 1
}
.img-scale img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition: all .55s ease 0s;
	-webkit-transition: all .55s ease 0s;
	-moz-transition: all .55s ease 0s;
	-o-transition: all .55s ease 0s;
	-ms-transition: all .55s ease 0s
}
.img-scale {
	overflow: hidden
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .8
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0
}
#slider-wrapper {
	position: relative
}
.home-slider {
	position: relative
}
.nivo-directionNav a {
	display: none
}
.nivo-controlNav a {
	cursor: pointer;
	background: #fff;
	height: 15px;
	width: 15px;
	display: inline-block;
	margin: 4px;
	text-indent: -9999px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px
}
.nivo-controlNav a.active {
	background: #3080ee
}
.nivo-controlNav {
	z-index: 99;
	position: absolute;
	width: 100%;
	bottom: 0
}
.home-banner {
	display: none
}
#back-top {
	bottom: 24px;
	margin: 0;
	position: fixed;
	right: 24px;
	z-index: 99
}
#back-top a img {
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	transition-duration: 1s
}
#back-top a {
	height: 77px;
	margin-bottom: 7px;
	width: 78px
}
#back-top a:hover img {
	transform: scale(1.2)
}
.loader-warpper {
	background: rgba(0,0,0,.9) none repeat scroll 0 0;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99999
}
.cssload-thecube {
	width: 73px;
	height: 73px;
	margin: 0 auto;
	margin-top: 25%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg)
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg)
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1)
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: cssload-fold-thecube 2.4s infinite linear both;
	-o-animation: cssload-fold-thecube 2.4s infinite linear both;
	-ms-animation: cssload-fold-thecube 2.4s infinite linear both;
	-webkit-animation: cssload-fold-thecube 2.4s infinite linear both;
	-moz-animation: cssload-fold-thecube 2.4s infinite linear both;
	transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
	-o-transform: scale(1.1) rotateZ(90deg);
	-ms-transform: scale(1.1) rotateZ(90deg);
	-webkit-transform: scale(1.1) rotateZ(90deg);
	-moz-transform: scale(1.1) rotateZ(90deg)
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
	-o-transform: scale(1.1) rotateZ(180deg);
	-ms-transform: scale(1.1) rotateZ(180deg);
	-webkit-transform: scale(1.1) rotateZ(180deg);
	-moz-transform: scale(1.1) rotateZ(180deg)
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
	-o-transform: scale(1.1) rotateZ(270deg);
	-ms-transform: scale(1.1) rotateZ(270deg);
	-webkit-transform: scale(1.1) rotateZ(270deg);
	-moz-transform: scale(1.1) rotateZ(270deg)
}
.cssload-thecube .cssload-c2:before {
	animation-delay: .3s;
	-o-animation-delay: .3s;
	-ms-animation-delay: .3s;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s
}
.cssload-thecube .cssload-c3:before {
	animation-delay: .6s;
	-o-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s
}
.cssload-thecube .cssload-c4:before {
	animation-delay: .9s;
	-o-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s
}
@keyframes cssload-fold-thecube {
0%, 10% {
transform:perspective(136px) rotateX(-180deg);
opacity:0
}
25%, 75% {
transform:perspective(136px) rotateX(0deg);
opacity:1
}
90%, 100% {
transform:perspective(136px) rotateY(180deg);
opacity:0
}
}
@-o-keyframes cssload-fold-thecube {
0%, 10% {
-o-transform:perspective(136px) rotateX(-180deg);
opacity:0
}
25%, 75% {
-o-transform:perspective(136px) rotateX(0deg);
opacity:1
}
90%, 100% {
-o-transform:perspective(136px) rotateY(180deg);
opacity:0
}
}
@-ms-keyframes cssload-fold-thecube {
0%, 10% {
-ms-transform:perspective(136px) rotateX(-180deg);
opacity:0
}
25%, 75% {
-ms-transform:perspective(136px) rotateX(0deg);
opacity:1
}
90%, 100% {
-ms-transform:perspective(136px) rotateY(180deg);
opacity:0
}
}
@-webkit-keyframes cssload-fold-thecube {
0%, 10% {
-webkit-transform:perspective(136px) rotateX(-180deg);
opacity:0
}
25%, 75% {
-webkit-transform:perspective(136px) rotateX(0deg);
opacity:1
}
90%, 100% {
-webkit-transform:perspective(136px) rotateY(180deg);
opacity:0
}
}
@-moz-keyframes cssload-fold-thecube {
0%, 10% {
-moz-transform:perspective(136px) rotateX(-180deg);
opacity:0
}
25%, 75% {
-moz-transform:perspective(136px) rotateX(0deg);
opacity:1
}
90%, 100% {
-moz-transform:perspective(136px) rotateY(180deg);
opacity:0
}
}
.case-study-wrapper {
	background: #fff
}
.mfp-close-btn-in .mfp-close {
	color: #000;
	position: absolute;
	font-size: 40px
}
.case-study-wrap {
	background: #fff;
	margin: -60px auto 0;
	padding: 20px
}
.blog-content span, .blog-content span a {
	color: #fff;
	font-size: 18px
}
.ft-20{ font-size:20px; text-transform:uppercase; margin-bottom:10px;}
.service-box{ height:80px;}

#contact {
    background: url(../images/contact-banner-v4.jpg);
    background-size: cover;
}

.contact-form-block {
    background: #fff;
    border-radius: 5px;
    padding: 50px 30px 40px;
}

#contact-form input[type=text], #contact-form input[type=email], #contact-form textarea {
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #202020;
    border-radius: 0;
    height: 50px;
    font-size: 18px;
}

.footer-address {
    background: #1a5fb8;
}

.footer-address .footer-link span, .footer-link a {
    color: #fff;
    font-size: 18px;
	line-height:25px;
}
.icon-ad{ display:block; margin-bottom:15px; display: block;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100px;
    padding: 20px 0px;
    border: 3px solid #557026; margin:0 auto; margin-bottom:20px;}
.icon-ad i{  font-size:30px; color:#1a5fb8;}

.lis-member{ margin-bottom:30px;}
.lis-member li{ margin-bottom:10px; font-size:16px;}
.lis-member li:before{ content: "\f0c8"; font-family: 'FontAwesome';font-size: 13px;
    color: #577227; padding-right:10px;}
/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
}

.main-slider .tp-caption{
	z-index:5 !important;
}

.main-slider .tp-dottedoverlay{
	background:none !important;
}

.main-slider .btn-style-one{
	padding:11px 28px;	
}

.main-slider h1{
	position:relative;
	color:#0d4291;
	font-size:52px;
	font-weight:800;
	line-height:1.1em;
	padding-bottom:20px;
	font-family: 'Raleway', sans-serif;
}

.main-slider h1.dark{
	color:#242424;
}

.main-slider .text{
	position:relative;
	font-size: 32px;
	font-weight:600;
	color:#1ea5fd;
	line-height: 1.1em;
	font-family: 'Poppins', sans-serif;
}

.main-slider h2{
	position:relative;
	color:#fff;
	font-size:70px;
	font-weight:800;
	line-height: 0.7em;
	display:inline-block;
	font-family: 'Raleway', sans-serif;
}

.main-slider .solution{
	padding:10px 0px;
	background-color:transparent;
	font-size:24px;
	color:#1ea5fd;
}

.main-slider h2 .pain{
	padding:0px 0px 0px 0px;
	color:#ffffff;
	margin-top:5px;
	display:inline-block;
	background-color:transparent;
	font-size:24px;
}
.main-slider p{ color:#fff; font-size:20px;}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
	display:none !important;	
}
.post-content { padding:10px 10px !important;}
.post-content h6{ font-size:16px; text-align: center; height:50px; text-transform:capitalize; font-weight:600;}
.partner-log{ margin-right:10px;}
.award-titile{ font-size: 15px !important;
    line-height: 24px;
    padding: 10px;
    background: #5a7628;
    color: #fff;
    text-align: center;}
.award-area{ padding:50px 0px 80px 0px;}	
.gallery-area{  padding:50px 0px; background:#ececec;}

 .whatsapp-btn {
            position: fixed;
            bottom: 110px;
            right: 32px;
            background-color: #25d366;
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px #999;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            z-index: 100;
            transition: all 0.3s;
        }
        
        .whatsapp-btn:hover {
            background-color: #128C7E;
            color: white;
            transform: scale(1.1);
        }
		 .instagram-btn {
            position: fixed;
            bottom: 140px;
            left: 32px;
           background: #833ab4;
  background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px #999;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            z-index: 100;
            transition: all 0.3s;
        }
        
        .instagram-btn:hover {
            background-color: #128C7E;
            color: white;
            transform: scale(1.1);
        }
@media (max-width: 992px) {
	
.main-slider h2{
	font-size:50px;
	width: 80%;
	line-height: 0.6em;

  }
	.main-slider .text{
		font-size:25px;
		width: 90%;

	}
	.main-slider p{ 
	color:#fff;
	font-size:16px;
	width: 90%;

}

.main-slider h2 .pain{
	font-size:18px;
}

}
@media (max-width: 767px) {

.main-slider h2{
	font-size:40px !important;
	width: 80%;

}

.main-slider .text{
	font-size:19px;
	width: 80%;

}

.main-slider p{
color:#fff; 
font-size:13px;
width: 80%;

}

.main-slider .solution{
	font-size:12px !important;
	padding:3px 0px !important;
}

.main-slider h2 .pain{
	font-size:14px;
}

.main-slider h2 .pain{
	font-size:15px;
}
 .whatsapp-btn {
    bottom: 75px;
    right: 32px;
	width: 50px;
    height: 50px;}
}
.instagram-btn {
	bottom: 120px;
    left: 32px;
	width: 50px;
    height: 50px;
}
.qrcode {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    outline: transparent;
    width: 105px;
    height: 105px;
    margin-right: 0;
    margin-left: 10px;
    border-radius: 20px;
    padding: 4px;
    position: fixed;
    bottom: 0;
    z-index: 9999999;
    left: 0;
    right: auto;
    position: fixed;
    bottom: 2%;
}

@media (max-width: 576px) {

	
	.main-slider h2{
	 font-size:26px !important;
	 width: 80%;
	}
	.main-slider .text{
		font-size:14px;
		width: 70%;
	}
	.main-slider p{
		color:#fff;
		font-size:10px;
		width: 70%;
	}
	.main-slider h2 .pain{
		font-size:13px;
	}
	.qrcode {
		width: 90px;
		height: 90px;
	}
	
}





.ui-timepicker-standard a{ text-align:left !important; border-bottom:1px solid #efefef !important}
.ui-timepicker-standard .ui-state-hover {
    /* overwrites .ui-state-hover */
    background-color: #efefef !important;
    border: 1px solid #efefef !important;
    font-weight: normal;
    color: #212121;
}

