 .navbar .logo a img {
    float: left;
    width: 80%;
}
 .navbar {
    width: 100%;
    float: left;
    display: block;
    padding: 0px 5%;
    padding-top: 10px;
    text-align: center;
    position: relative;
    z-index: 9;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: url(../images/rainbow-bar.png) top repeat-x;
    background-size: auto 5px;
}
 .header {
    width: 100%;
    height: 100%;
    /* float: left; */
    background: #ffff;
    overflow: hidden;
    position: relative;
}

 .video-bg {
    width: 90% !important;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.video-bg video {
    min-width: 100%;
    min-height: 100%;
    float: left;
    opacity: 0.7;
    width: 100%;
}
.btn-more {
    position: absolute;
    display: none;
}
	.navbar .navbar-nav {
        display: none;
    }
    
    .navbar .search-btn {
        display: none;
    }
    
    .navbar .custom-btn {
        display: none;
    }
    
    .navbar:after {
        content: none;
    }
    
    .navbar.stick-me {
        position: relative;
        background: none;
        background-size: none;
        z-index: 0;
        box-shadow: none;
    }
    
    .project-name ul li {
        list-style: none;
        float: left;
        width: 25%;
        margin-bottom: 20px;
    }
    
    .number-icon {
        width: 50px;
        height: 50px;
        line-height: 1.4;
        text-align: center;
        border: 2px solid #3a3361;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
        padding: 14px;
        position: relative;
        margin-right: 10px;
        display: inline-block;
    }
    
    .slider-text-wrap {
        position: absolute;
        z-index: 0;
        right: 0;
		top: 10%;
    }
    .slider-form select
	{
		  margin-bottom: 10px;
	}
    .form-wrap {
        background-color: rgba(9, 115, 173, 0.46);
        padding: 20px;
		width: 100%;
		height: 100%;
    }
    
    .slider-form input,
    .slider-form textarea {
        background-color: #ffffff;
        padding: 0 15px;
        width: 100%;
        height: 45px;
        border: none;
        margin-bottom: 10px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .slider-form form textarea {
    padding: 15px 15px;
    height: 100%;
}
    .button-normal.yellow {
        background-color: #ffc815;
        color: #000000;
		cursor: pointer;
    }
    
    .button-normal {
        font-family: 'oswald_regularregular';
        display: inline-block;
        padding: 15px 30px;
        margin-top: 30px;
        letter-spacing: .5px;
        border: none;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
        will-change: opacity, transform;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
	.home_new_sec_wrapper {
    background: #f7f7f7;
}
.home_new_sec {
	width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0 0 0;
    text-align: center;
	margin-bottom: -40px;
}

.home_new_sec:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
	
}
.home_new_secimg {
    width: 100%;
    display: block;
}
.transition {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.home_new_sec  a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
	text-decoration: none;
}
.home_new_sec  .over-lay h4 {
    position: relative;
    left: 35px;
    bottom: -4px;
    z-index: 2;
    color: #FFF;
    font-size: 22px;
    line-height: 25px;
    text-align: left;
    padding-left: 15px;
    border-left: 3px solid #ff0018;
}
.home_new_sec  .over-lay span {
    position: relative;
    left: 35px;
    bottom: 4px;
    z-index: 2;
    color: #FFF;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    padding-left: 15px;
    border-left: 3px solid #ff0018;
	width: 100%;
    float: left;
}
.home_new_sec  .over-lay p {
    position: absolute;
    left: 35px;
    bottom: 1px;
    z-index: 2;
    color: #FFF;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    padding-left: 15px;
    border-left: 3px solid #ff0018;
}
.over-lay
{
	position: relative;
    top: -70px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    background-color:#111;
    padding: 6px 0;
}
.side-content {
    position: absolute;
    right: 0;
	width: 10%;
	height: 100%;
    max-height: 100%;
}
.side-content ul
{
	padding-left: 0;
	height: 100%;
    max-height: 100%;
}
.side-content ul li
{
	list-style: none;
	list-style: none;
    text-align: center;
	height: 20%;
	max-height: 20%;
}
.side-content ul li:nth-child(1) {
  background:#21b66b;
  color: #fff;
  padding: 25% 0;
}
.side-content ul li:nth-child(1) p{
  font-size: 20px;
}
.side-content ul li:nth-child(1) img{
  width: 120px;
}
.side-content ul li:nth-child(2) {
  background: #ef8740;
  color: #fff;
  padding: 10% 0;
}
.side-content ul li:nth-child(3) {
  background: #8d67cc;
  color: #fff;
  padding: 25% 0;
}
.side-content ul li:nth-child(3) a{
	float: left;
    width: 100%;
    height: 100%;
	color: #fff;
	text-decoration: none;
}
.side-content ul li:nth-child(4) {
  background: #f5b83d;
  color: #fff;
  padding: 25% 0;
}
.side-content ul li:nth-child(4) p {
  color: #fff;
  margin-top: 10px;
}
.side-content ul li:nth-child(5) {
  background: none;
  color: #fff;
  padding: 35% 0;
   background: #c04f78;
}
.side-content ul li:nth-child(5) a {
	position: relative;
    float: left;
    width: 100%;  
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.side-content ul li h1
{
	font-size: 26px;
	color: #fff;
}
.side-content ul li h2
{
	font-size: 36px;
	color: #fff;
	margin-bottom: 0;
}
.side-content ul li h4
{
	font-size: 25px;
	color: #fff;
	margin-bottom: 0;
}
.side-content ul li:nth-child(3) img {
  color: #fff;
  padding: 0 0 10px 0;
}

@media (min-width: 320px) and (max-width: 320px)
{
.header {
    width: 100%;
    height: 29px !important;
}
.header .inner {
    top: 20% !important;
}
.slider-form input {
    height: 13px !important;
    font-size: 10px !important;
}
.slider-form select {
    font-size: 10px !important;
    padding: 1px 6px;
}
.form-wrap {
    background-color: rgba(9, 115, 173, 0.46);
    padding: 3px;
    height: 268px !important;
    min-height: 310px !important;
}
.side-content {
    top: 179px !important;
}
.pmay-box h2 {
    font-size: 15px !important;
    line-height: 93px !important;
}
}

@media (min-width: 321px) and (max-width: 359px)
{
.header {
    width: 100%;
    height: 292px !important;
}
}
@media (min-width: 360px) and (max-width: 360px)
{
.header {
    width: 100%;
    height: 270px !important;
}
.header .inner {
    top: 20% !important;
}
.side-content {
    top: 202px !important;
}
}

@media (min-width: 375px) and (max-width: 375px)
{
.header {
    width: 100%;
    height: 300px !important;
}
.header .inner {
    top: 20% !important;
}
}
@media (min-width: 411px) and (max-width: 411px)
{
.header {
    width: 100%;
    height: 300px !important;
}
.header .inner {
    top: 20% !important;
}
.side-content {
    top: 230px !important;
}
}
@media (min-width: 414px) and (max-width: 414px)
{
.header {
    width: 100%;
    height: 300px !important;
}
.header .inner {
    top: 20% !important;
}
.side-content {
    top: 232px !important;
}

}

@media(max-width: 767px)
{
	.col-xs-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-xs-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.ghost-btn {
	display: none;
}
.btn-more {
    position: absolute;
    display: block;
    top: 75%;
    left: 15%;
    border: 2px solid #fff;
    padding: 4px 10px;
    border-radius: 125px;
    width: 30%;
    text-align: center;
}
.btn-more a
{
	font-size: 13px;
	color: #fff;
}
.form-wrap {
    background-color: rgba(9, 115, 173, 0.46);
    padding: 12px;
   /*  height: 300px; */
   max-height: 310px;
}
.slider-form input {
    background-color: #ffffff;
    padding: 12px 15px;
    width: 100%;
    height: 40px;
    border: none;
    margin-bottom: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	font-size: 12px;
}
.slider-form textarea {
    background-color: #ffffff;
    padding: 0 15px;
    width: 100%;
    height: 20px;
    border: none;
    margin-bottom: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	font-size: 12px;
}
.slider-form select {
    margin-bottom: 4px;
    height: 40px;
	font-size: 12px;
}
.button-normal {
    font-family: 'oswald_regularregular';
    display: inline-block;
    padding: 10px 40px;
    margin-top: 0px;
    letter-spacing: .5px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.slider-form form textarea {
    padding: 5px 15px;
    height: 65px;
}
	.navbar .logo a img {
    float: left;
    width: 35%;
}
	.side-content {
    position: absolute;
    right: 0;
    width: 10%;
    float: left;
    width: 100%;
    top: 210px;
}
.side-content ul {
    padding-left: 0;
    float: left;
	width: 100%;
}
.side-content ul li {
    list-style: none;
    list-style: none;
    padding: 40px 5px 49px;
    text-align: center;
    float: left;
    width: 100%;
}
.video-bg {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.slider-form.col-md-4.wow.fadeIn.text-center.animated.animated {
    display: none;
}
.side-content ul li:nth-child(1) {
  background:#21b66b;
  color: #fff;
  padding: 5px 0;
}
.side-content ul li:nth-child(2) {
  background: #ef8740;
  color: #fff;
  padding: 10px 0;
}
.side-content ul li:nth-child(3) {
  background: #8d67cc;
  color: #fff;
  padding: 8px 0;
}
.side-content ul li:nth-child(4) {
  background: #f5b83d;
  color: #fff;
  padding: 30px 0;
      display: none;
}
.side-content ul li:nth-child(5) {
  background: none;
  color: #fff;
  padding: 0 0;
}
.side-content ul li:nth-child(5) a {
	position: relative;
    float: left;
    width: 100%;
    background: #c04f78;
    color: #fff;
    text-decoration: none;
    padding: 20px 0;
    font-size: 10px;
	height: 68px;
}
.side-content ul li h1
{
	font-size: 26px;
	color: #fff;
}
.side-content ul li h2
{
	font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}
.side-content ul li h4
{
	font-size: 10px;
    color: #fff;
    margin-bottom: 0px;
}
.side-content ul li span
{
	font-size: 10px;
    color: #fff;
    margin: 0px;
}
.side-content ul li:nth-child(3) img {
  color: #fff;
  padding: 0 0 10px 0;
  width: 27px;
}
.side-content ul li:nth-child(3) p {
  font-size: 8px;
}
.side-content ul li {
    list-style: none;
    list-style: none;
    text-align: center;
    height: 68px;
    max-height: 100%;
    width: 25%;
}
.youtube-vdo
{
	width: 100%;
	height: 300px !important;
}
.sticky-ftbar ul li:nth-child(1) {
    background: #21b66b;
    color: #fff;
}
.sticky-ftbar ul li:nth-child(2) {
    background: #8d67cc;
    color: #fff;
}
.sticky-ftbar ul li:nth-child(2) a {
    background: #8d67cc;
    color: #fff;
    font-size: 10px !important;
    text-decoration: none;
	    margin-top: 0px !important;
}

.sticky-ftbar ul li:nth-child(3) a {
    color: #fff;
    font-size: 10px !important;
    text-decoration: none;
	 margin-top: 0px !important;
}
.sticky-ftbar ul li:nth-child(4) a {
    color: #fff;
    font-size: 8px !important;
    text-decoration: none;
	 margin-top: 0px !important;
}
.sticky-ftbar ul li:nth-child(5) a {
    color: #fff;
    font-size: 8px !important;
    background: #253836;
    text-decoration: none;
	 margin-top: 0px !important;
}
.sticky-ftbar ul li {
    float: left;
    list-style: none;
    width: 25%;
    text-align: center;
    padding-top: 10px !important;
    height: 40px !important;
}
.navbar .hamburger-menu {
    float: right;
    margin-left: 5px;
    margin-top: -14px;
    visibility: visible;
}
.side-content ul li:nth-child(1) p {
    font-size: 15px;
    margin-bottom: 2px;
}
.side-content ul li:nth-child(1) img {
    width: 69px;
}
.why-choose-us {
    padding-left: 10px;
    margin-top: 0px;
}
.points li p {
    margin-top: 10px;
    font-size: 7px !important;
}
.single-support-area {
    height: auto !important;
}
.recent-works h3 {
    font-weight: 600;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.section-one li:nth-child(1) h2, .section-one li:nth-child(2) h2, .section-one li:nth-child(3) h2, .section-two li:nth-child(1) h2, .section-two li:nth-child(2) h2, .section-two li:nth-child(3) h2, .section-three li:nth-child(1) h2, .section-three li:nth-child(2) h2, .section-three li:nth-child(3) h2 {
    font-size: 18px !important;
	text-align:left;
}
.section-one li:nth-child(1) p, .section-one li:nth-child(2) p, .section-one li:nth-child(3) p, .section-two li:nth-child(1) p, .section-two li:nth-child(2) p, .section-two li:nth-child(3) p, .section-three li:nth-child(1) p, .section-three li:nth-child(2) p, .section-three li:nth-child(3) p {
    font-size: 10px !important;
    text-align: justify;
}
.section-one li:nth-child(1) {
    background-color: #2eade4;
    padding: 15px !important;
    color: #fff;
    margin-bottom: 15px;
    list-style: none;
}
.alert {
    padding: 4px !important;
    margin-bottom: 11px !important;
    border: 1px solid transparent;
    border-radius: 4px;
	width: 100%;
}
.alert-success p {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-size: 13px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
}
.button-download {
    padding: 10px 5px !important;
    margin-top: 1px;
    background-color: #ffc815;
    color: #000000;
    cursor: pointer;
    font-size: 15px !important;
    text-decoration: none !important;
	float: left;
    width: 100%;
}
.button-download img {
    width: 23px !important;
}
.alert-form {
    width: 100%;
    float: left;
    height: 135px !important;
    /* position: relative; */
}
.d-none
{
	display: block !important;
}
.d-block
{
	display: none !important;
}
.side-content ul {
    padding-left: 0;
    height: 27%;
    max-height: 100%;
}
.pmay {
    padding-top: 40px !important;
}
.pmay-box h2 {
    font-size: 17px !important;
    line-height: 93px !important;
}
.pmay-box h2 span img {
    width: 18% !important;
    position: absolute;
    left: 130px !important;
    top: -30px !important;
}

.pmay-box h4 {
    font-size: 13px !important;
	margin-top: -30px !important;
}
.pmay-box h3 {
    margin: 0px;
    font-size: 10px !important;
    font-weight: 600 !important;
}
.pmay-box h3 span {
    font-size: 10px !important;
}
.pmay-box .info .price span {
    font-size: 9.5px !important;
    display: inline-block;
    font-weight: 600;
}
.pmay-box .info .price span:last-child {
    font-size: 9.3px !important;
    top: 0px  !important;
}
span.time {
    font-size: 9px;
}
p.loan {
    font-size: 8px;
}
.pmay-box .callus {
    font-size: 10.5px !important;
}
.pmay-box .info .price:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 2px;
    height: 52px;
    top: 0px;
    right: -18px !important;
    background: #c4778f;
}
.hamburger-menu {
    display: none;
}
.header {
    width: 100%;
    height: 320px !important;
    min-width: 100%;
}
}

@media (min-width: 768px) and (max-width: 991px)
{
.header {
    width: 100%;
    height: 583px !important;
}
.header .inner {
    top: 50% !important;
    left: -90px;
}
.slider-text-wrap {
    position: absolute;
    right: 0;
    top: 4%;
}
.youtube-vdo {
    width: 100%;
    height: 450px !important;
}
.video-bg {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.slider-form.col-md-4.wow.fadeIn.text-center.animated.animated {
    display: none;
}
.side-content ul li:nth-child(1) {
  background:#21b66b;
  color: #fff;
  padding: 10px 0;
}

.side-content ul li:nth-child(2) {
  background: #ef8740;
  color: #fff;
  padding: 10px 0;
}
.side-content ul li h2 {
    font-size: 30px;
    color: #fff;
}
.side-content ul li h4 {
    font-size: 20px;
    color: #fff;
}
.side-content ul li:nth-child(3) {
  background: #8d67cc;
  color: #fff;
  padding: 27px 0;
}
.side-content ul li:nth-child(3) p{
  font-size: 15px;
}
.side-content ul li:nth-child(4) {
  background: #f5b83d;
  color: #fff;
  padding: 30px 0;
}
.side-content ul li:nth-child(5) {
  background: none;
  color: #fff;
  padding: 0 0;
}
.side-content ul li:nth-child(5) a {
    position: relative;
    float: left;
    width: 100%;
    background: #c04f78;
    color: #fff;
    text-decoration: none;
    padding: 32px 0;
    font-size: 18px;
}
.side-content {
    position: absolute;
    right: 0;
    width: 10%;
    float: left;
    width: 100%;
    top: 432px;
}
.side-content ul {
    padding-left: 0;
    float: left;
	 width: 100%;
}
.side-content ul li {
    list-style: none;
    list-style: none;
    padding: 40px 5px 49px;
    text-align: center;
    float: left;
	 width: 20%;
   
}
.header {
    width: 100%;
    height: 432px;
    /* float: left; */
    background: #fff;
    overflow: hidden;
    position: relative;
}
.slider-form.col-md-4.wow.fadeIn.text-center.animated.animated {
    display: block;
	position: relative;
    bottom: 30px;
}
.form-wrap {
    background-color: rgba(9, 115, 173, 0.46);
    padding: 8px;
}
.slider-form input {
    background-color: #ffffff;
    padding: 0 15px;
    width: 100%;
    height: 35px;
    border: none;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	font-size: 10px;
}
 .slider-form textarea {
    background-color: #ffffff;
    padding: 0 15px;
    width: 100%;
    height: 55px !important;
    border: none;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	font-size: 10px;
}
.slider-form select {
    margin-bottom: 10px;
	width: 100%;
    height: 35px;
    float: left;
    border: 0px solid #66666680;
    padding: 0 20px;
    color: #666666e6;
}
.button-normal {
    padding: 5px 30px;
    margin-top: 0px;
}
.col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
	.col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
.sticky-ftbar ul li:nth-child(2) a {
    background: #8d67cc;
    color: #fff;
    font-size: 13px !important;
    text-decoration: none;
    margin-top: 4px !important;
}
.sticky-ftbar ul li:nth-child(3) a {
    color: #fff;
    font-size: 13px !important;
    text-decoration: none;
	margin-top: 4px !important;
}
.sticky-ftbar ul li:nth-child(4) a {
    color: #fff;
    font-size: 13px !important;
    text-decoration: none;
	margin-top: 0px !important;
}
.sticky-ftbar ul li:nth-child(5) a {
    color: #fff;
    font-size: 13px !important;
    text-decoration: none;
	margin-top: 0px !important;
}
.sticky-ftbar ul li {
    float: left;
    list-style: none;
    width: 25%;
    text-align: center;
    padding-top: 18px !important;
    height: 60px;
}
.section-one li:nth-child(1) h2,.section-one li:nth-child(2) h2,.section-one li:nth-child(3) h2,.section-two li:nth-child(1) h2,.section-two li:nth-child(2) h2,.section-two li:nth-child(3) h2,.section-three li:nth-child(1) h2,.section-three li:nth-child(2) h2,.section-three li:nth-child(3) h2
{
	font-size: 14px !important;
}
.section-one li:nth-child(1) p,.section-one li:nth-child(2) p,.section-one li:nth-child(3) p,.section-two li:nth-child(1) p,.section-two li:nth-child(2) p,.section-two li:nth-child(3) p,.section-three li:nth-child(1) p,.section-three li:nth-child(2) p,.section-three li:nth-child(3) p
{
	font-size: 10px !important;
}
.section-two li:nth-child(1) {
    background-color: #fffee9;
    padding: 71px 30px;
    height: 175px !important;
}
.points li p {
    margin-top: 10px;
    font-size: 10px !important;
}
.section-one li:nth-child(1) {
    padding: 15px !important;
}
.section-one li:nth-child(2) img {
	height: 100% !important;
}
.section-one li:nth-child(3) {
    padding: 15px !important;
}
.section-two li:nth-child(2)  {
	padding: 15px !important;
}
.section-two li:nth-child(3) img{
    	height: 100% !important;
}
.section-three li:nth-child(1)  {
	padding: 15px !important;
}
.section-three li:nth-child(2) img{
    	height: 100% !important;
}
.section-three li:nth-child(3)  {
	padding: 21px !important;
}
.alert {
    padding: 4px !important;
    margin-bottom: 9px !important;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success p {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-size: 8px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
}
.button-download {
    padding: 10px 5px !important;
    margin-top: 4px!important;
    background-color: #ffc815;
    color: #000000;
    cursor: pointer;
    font-size: 11px !important;
    text-decoration: none !important;
    float: left;
    width: 100%;
}
.button-download img {
    width: 23px !important;
}
.alert-form {
    width: 100%;
    float: left;
    height: 135px !important;
    /* position: relative; */
}
.slider-content p {
    top: 322px!important;
    position: absolute!important;
    left: 16%!important;
    font-size: 13px!important;
}
.slider-content h4 {
    top: 380px !important;
    position: absolute;
    left: 6% !important;
    font-size: 15px !important;
    color: #fff;
    z-index: 8;
    background: rgba(17, 17, 17, 0.6);
    padding: 7px 20px;
}
.formSubmit.bgscreen-alert-form {
    float: left;
    max-width: 100%;
    position: relative;
    width: 890px;
	height: 195px;
    max-height: 100%;
}
.pmay-box h2 span img {
    width: 13% !important;
    position: absolute !important;
    left: 5px !important;
    top: -25px !important;
}
.pmay-box h2 {
    font-size: 30px !important;
}
.pmay-box h3 {
    font-size: 19px !important;
}
.pmay-box h3 span {
    font-size: 16.5px !important;
}
.pmay-box .info .price span {
    font-size: 15.5px !important;
}
.pmay-box .info .price span:last-child {
    font-size: 10.3px !important;
}
.pmay-box .callus {
    font-size: 15.5px !important;
}
.pmay {
    padding-top: 37px !important;
}
p.loan {
    font-size: 13px !important;
}
.pmay-box .info .price:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 2px;
    height: 52px;
    top: 0px;
    right: -30px !important;
    background: #c4778f;
}
.hamburger-menu {
    display: none;
}
.navbar .logo a img {
    float: left;
    width: 65% !important;
}
}


@media (min-width: 992px) and (max-width: 1199px)
{
	.video-bg {
    width: 85% !important;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.slider-text-wrap {
    position: absolute;
    z-index: 500;
    right: 0;
    top: 12%;
}
.side-content {
    position: absolute;
    right: 0;
    width: 15%;
}
.header {
    width: 100%;
    height: 577px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.form-wrap {
    padding: 10px;
}
.slider-form.wow.fadeIn.text-center.animated.animated {
    position: relative;
    bottom: 75px;
}
 .inner {
    width: 100%;
    position: absolute;
    left: -10% !important;
    top: 70% !important;
    z-index: 3;
    text-align: center;
}
/* .side-content ul li:nth-child(1) {
  background:#21b66b;
  color: #fff;
  padding: 23px 0;
}
.side-content ul li:nth-child(2) {
  background: #ef8740;
  color: #fff;
  padding: 23px 0;
}
.side-content ul li:nth-child(3) {
  background: #8d67cc;
  color: #fff;
  padding: 27px 0;
}
.side-content ul li:nth-child(3) p{
  font-size: 15px;
}
.side-content ul li:nth-child(4) {
  background: #f5b83d;
  color: #fff;
  padding: 20px 0;
}
.side-content ul li:nth-child(5) {
  background: none;
  color: #fff;
  padding: 0 0;
}
.side-content ul li:nth-child(5) a {
    position: relative;
    float: left;
    width: 100%;
    background: #c04f78;
    color: #fff;
    text-decoration: none;
    padding: 35px 0;
    font-size: 25px;
}
.side-content ul li h1 {
    font-size: 17px;
    color: #fff;
} */

.sticky-ftbar ul li:nth-child(1) img {
    width: 60%;
}
.sticky-ftbar ul li {
    float: left;
    list-style: none;
    width: 25%;
    text-align: center;
    padding: 15px 0;
    height: 75px;
}
.side-content ul {
    padding-left: 0;
    height: 82%;
    max-height: 99%;
}
.side-content ul li {
    height: 98px;
    max-height: 23%;
}
.side-content ul li:nth-child(1) {
    padding: 10% 0 !important;
}
.side-content ul li:nth-child(1) p {
    font-size: 20px;
    margin: 0;
}
.side-content ul li:nth-child(2) {
    padding: 8% 0 !important;
}
.side-content ul li h2 {
    font-size: 25px !important;
}
.side-content ul li h4 {
    font-size: 18px !important;
}
.side-content ul li:nth-child(3) {
    padding: 9% 0 !important;
}
.side-content ul li:nth-child(4) {
    padding: 9% 0 !important;
}
.side-content ul li:nth-child(5) a {
    font-size: 17px !important;
}
.side-content ul li:nth-child(5) {
    background: none;
    color: #fff;
    padding: 18% 0;
    background: #c04f78;
}
.slider-content p {
    top: 45% !important;
    left: 20%;
    font-size: 20px;
}
.slider-content h4 {
    top: 50% !important;
    position: absolute;
    left: 20%;
    font-size: 20px;
}
}

@media(min-width: 1920px)
{
	.header {
    width: 100%;
    height: 100%;
    /* float: left; */
    background: #fff;
    overflow: hidden;
    position: relative;
}
.side-content ul li:nth-child(3) {
    background: #8d67cc;
    color: #fff;
    padding: 35px 0;
}
.side-content ul li:nth-child(3) img {
    color: #fff;
    padding: 0 0 10px 0;
    width: 55px;
}
.side-content ul li:nth-child(3) p {
    font-size: 20px;
}
.side-content ul li h1 {
    font-size: 35px;
    color: #fff;
}
 .video-bg {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.slider-text-wrap {
    position: absolute;
    z-index: 500;
    right: 10%;
    top: 10%;
}
.sticky-ftbar ul li {
    float: left;
    list-style: none;
    width: 25%;
    text-align: center;
    padding-top: 20px;
    height: 75px !important;
}
.sticky-ftbar ul li:nth-child(2) a {
    background: #8d67cc;
    color: #fff;
    font-size: 25px !important;
    text-decoration: none;
	    margin-top: 15px;
}
.side-content ul li:nth-child(5) a {
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 23px !important;
}
.sticky-ftbar ul li:nth-child(3) a {
    color: #fff;
    font-size: 25px !important;
    text-decoration: none;
    margin-top: 13px;
}
.sticky-ftbar ul li:nth-child(4) a {
    color: #fff;
    font-size: 25px !important;
    text-decoration: none;
    margin-top: 14px;
}
.sticky-ftbar ul li:nth-child(5) a {
    color: #fff;
    font-size: 25px !important;
    text-decoration: none;
    margin-top: 14px;
}
}


.footbar {
    width: 100%;
    float: left;
    display: block;
    padding: 0px 5%;
    padding-top: 20px;
    text-align: center;
    position: relative;
    z-index: 9;
}

.footbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}
.footbar p{
   color: red;
    z-index: 999;
    position: fixed;

}
.footbar.sticky-ftbar{
   color: red;
    z-index: 999;
    position: absolute;
}
.footbar.stick-me {
    position: fixed;
	bottom: 0;
}
section.sticky-ftbar {
    background: #0471ac;
	width: 100%;
}
.sticky-ftbar ul
{
	float: left;
    width: 100%;
	margin: 0;
    padding: 0px;
}

	.sticky-ftbar ul li {
    float: left;
    list-style: none;
    width: 20%;
    text-align: center;
        padding-top: 10px;
    height: 60px;

}

.sticky-ftbar ul li a
{
	color: #fff;
	float: left;
	width: 100%;
}
.sticky-ftbar ul li p
{
	color: #fff;
    text-align: center;
    width: 25%;
}
.sticky-ftbar  ul li:nth-child(1) {
    background: #21b66b;
    color: #fff;
}
.sticky-ftbar  ul li:nth-child(1) img {
   width: 45%;
}
.sticky-ftbar  ul li:nth-child(2) {
    background: #8d67cc;
    color: #fff;
}
.sticky-ftbar  ul li:nth-child(2) a{
    background: #8d67cc;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    margin-top: 9px;
}
.sticky-ftbar  ul li:nth-child(3) {
    background: #f5b83d;
    color: #fff;
}
.sticky-ftbar  ul li:nth-child(3) a{
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    margin-top: 10px;
}
.sticky-ftbar  ul li:nth-child(4) {
    background: #c04f78;
}
.sticky-ftbar  ul li:nth-child(4) a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    margin-top: 10px;
}
.sticky-ftbar  ul li:nth-child(5)  {
    background: #253836;
    
}
.sticky-ftbar  ul li:nth-child(5) a {
    color: #fff;
    font-size: 17px;
    background: #253836;
    text-decoration: none;
    margin-top: 10px;
}
.youtube-vdo
{
	width: 100%;
	height: 600px;
}
ul.points {
    padding-left: 0;
	
}
.points li {
    list-style: none;
	text-align: center;
	width: 25%;
	float: left;
	padding: 15px 0 0px 0;
	height: 120px;
}
.points li p {
    margin-top: 10px;
    font-size: 15px;
}
.points li:nth-child(1),.points li:nth-child(3),.points li:nth-child(6),.points li:nth-child(8),.points li:nth-child(9),.points li:nth-child(11),.points li:nth-child(14),.points li:nth-child(16) {
	background-color: #eee;
	color: #0973ad;
	
}
.points li:nth-child(2),.points li:nth-child(4),.points li:nth-child(5),.points li:nth-child(7),.points li:nth-child(10),.points li:nth-child(12),.points li:nth-child(13),.points li:nth-child(15){
	background-color: #0973ad;
	color: #fff;
}
.bus-service
{
	background-color: #eee;
}
.section-one,.section-two,.section-three,.pd-left
{
	padding-left: 0;
    padding-right: 0;
    padding: 0 2px;
}
.why-choose-us li {
    list-style: none;
    margin-bottom: 15px;
}
/* Section One */
.section-one li:nth-child(1)
{
	background-color: #2eade4;
    padding: 15px 30px;
    color: #fff;
	margin-bottom: 8px;
	list-style: none;
}
.section-one li:nth-child(2)
{
	background-color: none;
    padding: 0px;
	margin-bottom: 8px;
	list-style: none;
}
.section-one li:nth-child(2) img
{
	width: 100%;
	height: 330px;
	list-style: none;
}
.section-one li:nth-child(3)
{
	background-color: #7f983c;
    padding: 18px 30px;
    color: #fff;
	list-style: none;
}
/* Section Two */
.section-two li:nth-child(1)
{
	background-color: #fffee9;
    padding: 71px 30px;
    height: 244px;
	margin-bottom: 8px;
	list-style: none;
}
.section-two li:nth-child(2)
{
	background-color: #dfaa26;
    padding: 15px 30px;
	color: #fff;
	margin-bottom: 8px;
	list-style: none;
}
.section-two li:nth-child(3)
{
	background-color: none;
    padding: 0px;
	list-style: none;
}
.section-two li:nth-child(3) img
{
	width: 100%;
	height: 301px;
	list-style: none;
}

/* Section Three */
.section-three li:nth-child(1)
{
	background-color: #c23432;
    padding: 15px 30px;
    color: #fff;
	margin-bottom: 8px;
	list-style: none;
}
.section-three li:nth-child(2) img
{
	width: 100%;
	height: 255px;
	margin-bottom: 8px;
	list-style: none;
}
.section-three li:nth-child(3)
{
	background-color: #f57c21;
    padding: 15px 30px;
    color: #fff;
	list-style: none;
	
}

.carousel {
    position: relative;
    float: left !important;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px !important;
}
.carousel-control.left {
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 42px !important;
    height: 42px !important;
    margin-top: -42px !important;
    font-size: 22px !important;
	background: #111;
	padding: 8px;
}

.modal-header.head-pink {
    background: #c04f78 !important;
}
.footer li {
    float: left;
    margin-left: 20px;
    padding: 0;
    list-style: none;
    display: none;
}

.single-support-area {
    text-align: center;
    padding: 25px 0;
    margin-bottom: 2rem;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
	height: 285px;
}

.single-support-area .support-icon {
    margin-bottom: 10px;
}
.single-support-area .support-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: #00a69b;
    margin-bottom: 10px;
}
.single-support-area .support-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.specification li {
    padding-left: 0;
    text-align: left;
    margin-bottom: 10px;
}
.section-one li:nth-child(1) h2, .section-one li:nth-child(2) h2, .section-one li:nth-child(3) h2, .section-two li:nth-child(1) h2, .section-two li:nth-child(2) h2, .section-two li:nth-child(3) h2, .section-three li:nth-child(1) h2, .section-three li:nth-child(2) h2, .section-three li:nth-child(3) h2 {
    font-size: 25px;
}	
.section-one li:nth-child(1) p, .section-one li:nth-child(2) p, .section-one li:nth-child(3) p, .section-two li:nth-child(1) p, .section-two li:nth-child(2) p, .section-two li:nth-child(3) p, .section-three li:nth-child(1) p, .section-three li:nth-child(2) p, .section-three li:nth-child(3) p {
    font-size: 14px;
	text-align: justify;
}
.alert-form {
    width: 100%;
    float: left;
    height: 190px;
}
.button-download
{
	padding: 15px 9px;
    margin-top: 11px;
    background-color: #ffc815;
    color: #000000;
    cursor: pointer;
    font-size: 15px;
	text-decoration: none !important;
}
.button-download img
{
	width: 35px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    float: left;
}
.d-none
{
	display: none;
}
.d-block
{
	display: block ;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    float: left;
    font-size: 16px;
    width: 100%;
}
.alert-success p{
   color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-size: 16px;
    position: relative;
    top: 0;
	left: 0;
	padding: 7px 0px;
}
.slider-form h3
{
	color: #0973ad;
}
.formSubmit.bgscreen-alert-form {
    float: left;
    max-width: 100%;
    position: relative;
    width: 890px;
	height: 195px;
    max-height: 100%;
}
.slider-content p
{
	top: 550px;
    position: absolute;
    left: 20%;
    font-size: 20px;
    color: #fff;
    font-size: 15px;
    background: rgba(17, 17, 17, 0.6);
    padding: 7px 20px;
}
.slider-content h4
{
	top: 600px;
    position: absolute;
    left: 20%;
    font-size: 20px;
    color: #fff;
    font-size: 17px;
    background: rgba(17, 17, 17, 0.6);
    padding: 7px 20px;
}
.pmay-box {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}
.pmay-box h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0px;
    line-height: 63px;
    position: relative;
}
.pmay-box h4 {
    font-size: 25px;
    margin: 0px;
    font-weight: 600;
    color: #ffb933;
}
.pmay-box .info {
    display: table;
    width: 100%;
    margin-top: 26px;
    padding: 15px 0px 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
	text-align: center;
}
.pmay-box h3 {
    margin: 0px;
    font-size: 31px;
    font-weight: 700;
}
.pmay-box h3 span {
    font-size: 27.5px;
}
.pmay {
    float: left;
    width: 100%;
    padding-top: 77px;
    background: linear-gradient(to right, #c56503, #00751b);
    background: -moz-linear-gradient(to right, #c56503, #00751b);
    background: -webkit-linear-gradient(to right, #c56503, #00751b);
	margin-top: 35px;
}
.pmay-box h3 span.save {
    color: #ffb933;
}
.pmay-box h3 span {
    font-size: 27.5px;
}
.pmay-box .info .price {
    display: inline-block;
    position: relative;
}
.pmay-box .info  .price:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 2px;
    height: 52px;
    top: 0px;
    right: -70px;
    background: #c4778f;
}
.pmay-box .info .price span.currency {
    font-weight: 400;
}
.pmay-box .info .price span {
    font-size: 30.5px;
    display: inline-block;
    font-weight: 700;
}
.pmay-box .info .price span.value {
    padding-left: 5px;
    color: #ffb933;
}
.pmay-box .info .price span {
    font-size: 30.5px;
    display: inline-block;
    font-weight: 700;
}
.pmay-box .info .price span:last-child {
    font-size: 15.3px;
    font-weight: 600;
    position: relative;
    top: -5px;
    padding-left: 13px;
}

.pmay-box .info .price span {
    font-size: 22.5px;
    display: inline-block;
    font-weight: 600;
	color: #fff;
}
.pmay-box .callus {
    margin-top: 10px;
    display: block;
    font-size: 20.5px;
    font-weight: 500;
}
.pmay-box .callus a {
    font-weight: 700;
    color: #ffb933;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}
.pmay-box h2 span img {
    width: 8%;
    position: absolute;
    left: 130px;
    top: -30px;
}
.hamburger-menu {
    display: none;
}
.navbar:after {
    content: "";
    width: 70%;
    height: 1px;
    background: none;
    opacity: 0.2;
    position: absolute;
    left: 15%;
    bottom: 0;
}
.hira {
    background: #fff;
    padding: 10px 14px;
    box-shadow: 0px -1px 40px -5px rgba(17, 17, 17, 0.22);
}
.hira h3
{
	font-size: 14px;
	color: #6d6c63;
}
@media(min-width: 1920px)
{

.slider-content p {
    top: 43% !important;
    position: absolute;
    left: 20%;
    font-size: 20px;
    color: #fff;
    font-size: 15px;
    background: rgba(17, 17, 17, 0.6);
    padding: 7px 20px;
}
.slider-content h4 {
    top: 46% !important;
    position: absolute;
    left: 20%;
    font-size: 20px;
    color: #fff;
    font-size: 17px;
    background: rgba(17, 17, 17, 0.6);
    padding: 7px 20px;
}
}