* {
	/*font-family: 'GT Walsheim Pro';*/
	 box-sizing: border-box;
	 font-size: 14px;
}
body {
    line-height: auto;
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url('../../pics/new_images/fonts/Ubuntu/Ubuntu-Regular.ttf');
}
@font-face {
	font-family: "Ubuntu-Medium";
	src: url('../../pics/new_images/fonts/Ubuntu/Ubuntu-Medium.ttf');
}
@font-face {
	font-family: "Ubuntu-Light";
	src: url('../../pics/new_images/fonts/Ubuntu/Ubuntu-Light.ttf');
}
@font-face {
	font-family: "Ubuntu-Bold";
	src: url('../../pics/new_images/fonts/Ubuntu/Ubuntu-Bold.ttf');
}





@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('../../pics/new_images/fonts/GTWalsheimPro-Medium.eot');
    src: url('../../pics/new_images/fonts/GTWalsheimPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../../pics/new_images/fonts/GTWalsheimPro-Medium.woff2') format('woff2'),
        url('../../pics/new_images/fonts/GTWalsheimPro-Medium.woff') format('woff'),
        url('../../pics/new_images/fonts/GTWalsheimPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro Condensed';
    src: url('../../pics/new_images/fonts/GTWalsheimPro-CondensedBlack.eot');
    src: url('../../pics/new_images/fonts/GTWalsheimPro-CondensedBlack.eot?#iefix') format('embedded-opentype'),
        url('../../pics/new_images/fonts/GTWalsheimPro-CondensedBlack.woff2') format('woff2'),
        url('../../pics/new_images/fonts/GTWalsheimPro-CondensedBlack.woff') format('woff'),
        url('../../pics/new_images/fonts/GTWalsheimPro-CondensedBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('../../pics/new_images/fonts/GTWalsheimPro-Bold.eot');
    src: url('../../pics/new_images/fonts/GTWalsheimPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../pics/new_images/fonts/GTWalsheimPro-Bold.woff2') format('woff2'),
        url('../../pics/new_images/fonts/GTWalsheimPro-Bold.woff') format('woff'),
        url('../../pics/new_images/fonts/GTWalsheimPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('../../pics/new_images/fonts/GTWalsheimPro-Regular.eot');
    src: url('../../pics/new_images/fonts/GTWalsheimPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../pics/new_images/fonts/GTWalsheimPro-Regular.woff2') format('woff2'),
        url('../../pics/new_images/fonts/GTWalsheimPro-Regular.woff') format('woff'),
        url('../../pics/new_images/fonts/GTWalsheimPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






a:hover, a:focus {
	text-decoration:none !important;
	transition: all 0.3s ease 0s;
}
li,ul,ol,a,h4 {
    margin: 0px 0px;
    padding: 0px 0px;
}
.text-black {
	color: #000 !important;
}
.text-white {
	color: #fff !important;
}
header {
	position: absolute;
	width: 100%;
	z-index: 999;
}
.header-fixed {
	position: fixed;
	width: 100%;
	top: -1px;
	background: #fff;
	z-index: 9999999;
	animation: smoothScroll 1s forwards;
	box-shadow: 8px 0px 8px rgba(24,24,24,0.2);
}
@keyframes smoothScroll {
	0% {transform: translateY(-40px);}
	100% {transform: translateY(0px);}
}
.header-fixed .navbar {
	height: auto;
	margin-bottom: 0px;
}
.header-fixed ul.nav.navbar-nav {
	margin-top: 30px;
}
.navbar-brand {
    height: auto;
    width: 185px;
}
.navbar-brand img , li.audio-volume img {
	width: 100%;
}
ul.nav.navbar-nav {
	margin-top: 40px;
}
.navbar-nav>li {
	padding: 10px 10px;
}
li.btn-grp {
	padding: 0px 5px;
	/* margin-top: -5px; */
}
.navbar-nav>li>a {

    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px;
}
.navbar-nav>li>a:hover , .navbar-nav>li.active>a {
	background: transparent;
	color:#b1d518;
}
ul.upper-header-links {
    text-align: right;
}
ul.upper-header-links li {
    display: inline-block;
    padding: 0 5px;
    /* margin-top: 10px; */
}
.btn.btn-sl {
    background: #00b2ec;
    text-transform: uppercase;
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    border: none;
    padding: 7px 20px;
    font-family: "Ubuntu-Medium";
}
.btn.btn-sl:hover {
	background: #187da8;
}
ul.upper-header-links li a {
    color: #fff;
		font-weight: bold;
}
ul.upper-header-links li a:hover {
	opacity: 0.8;
}
ul.upper-header-links li a img {
    margin-right: 10px;
}
.upper_header {
    margin-top: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 15px;
}

.home-hero-image {
    /* background: url(../images/bg_home.jpg);
    padding: 205px 0 28px;
    background-size: 193%;
    background-attachment: fixed;
    height: 80vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: -525px -205px; */
    background: url(../../pics/new_images/bg_home.jpg);
    padding: 188px 0 28px;
    background-size: cover;
    /* background-attachment: fixed; */
    height:600px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 -170px;
}
.home-hero-image h1, .home-hero-image h1 p, .home-hero-image h1 p strong {
    color: #fff;
    font-size: 42px;
    line-height:60px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Arial, "Calibri", Roboto, sans-serif;
    font-weight: 900 !important;
}
.home-hero-image h3, .home-hero-image h3 p, .home-hero-image h3 p strong {
    color: #fff;
    font-family: Arial, "Calibri", Roboto, sans-serif;
    font-size: 24px;
}
.fb_btn {
    margin-top: 25px;
}
.btn.btn-fb {
    font-size: 20px;
    padding: 16px 25px 16px 70px;
    position: relative;
    text-align: center;
    background: #1877f2;
    text-transform: uppercase;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    border-color: #1877f2;
}
.btn.btn-fb i {
    margin-right: 15px;
    font-size: 40px;
    position: absolute;
    top: 10px;
    left: 18px;
}
.input-group-btn>.btn {
    border-radius: 0px;
    padding: 17px 30px;
    border: none;
    height: 60px;
}
.input-group input {
    padding: 20px 25px;
	font-size: 18px;
    border: none;
    height: 60px;
}
button.btn.btn-search {
    padding: 17px 30px;
    background: #00b2ec;
    color: #fff;
}
input.search-input {
    border-right: 1px solid #ddd;
}
form#search_all {
    margin-top: 35px;
    box-shadow: 0 6px 23px rgba(0,0,0,0.5);
}
ul.dropdown-menu.search-categories-menu {
    border: none;
    border-radius: 0px;
}
span#search_concept {
    font-size: 18px;
    color: rgba(0,0,0,0.8);
}
button.btn.btn-search img {
    width: 25px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0,0,0,0.8) !important;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0,0,0,0.8) !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(0,0,0,0.8) !important;
}
span.fa.fa-angle-down {
	font-size: 23px;
    position: relative;
    top: 3px;
    right: -5px;
}
.search-categories-menu li a {
    font-size: 18px;
}
.owl-item .item a > p {
	font-size: 18px;
	color: rgba(0,0,0,0.8);
	transition: all 0.3s ease 0s;
}
.owl-item .item a:hover > p {
	color: #0090be;
}

.owl-item .item a img.hover-img {
	display: none;
	transition: all 0.3s ease 0s;
}
.owl-item .item a:hover img.hover-img {
	display: block;
}
.owl-item .item a:hover img.normal-img {
	display: none;
}
.categories-slider {
    padding: 30px 0 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.way-shop {
	background: #F8F6F7;
	padding: 50px 0px;
}
.way-shop h2, .way-shop h2 p {
    color: #0090be;
    font-size: 38px;
    font-weight:500;
}
.img-way-wrap {
    margin-top: 50px;
}
.img-way-wrap img {
    width: 100%;
}
.marquee-wrap {
    background: #0090be;
    padding: 15px 0px 10px;
}
.wrap_news {
    font-size: 19PX;
    color: #fff;
    border-right: 1px solid rgba(0,0,0,0.25);
    /* width: 55%; */
    display: inline-block;
    padding: 0 30px;
}
.wrap_news img {
    border-radius: 50px;
    border: 2px solid #0A6B8B !important;
    height: 70px;
    width: 70px;
}
.wrap_news:last-child {
	border-right:none;
}
.wrap_news b {
    font-size: 19px;
    color: #fff200;
}
.featured-product {
    padding: 70px 0;
}
.featured-product h2 {
    font-size: 42px;
    text-transform: capitalize;
	margin-bottom: 50px;


}
.featured-img-wrap-h {
    width: 100%;
    border: 5px solid #ddd;
	border-radius: 3px;
	background: #F3F3F1;
}
.featured-img-wrap-preview {
	overflow: hidden;
}
.featured-img-wrap-preview img {
    display: block;
    float: none!important;
    margin: 0!important;
    width: 100%;
    transition: transform 0.3s;
}
.featured-img-wrap-h:hover img {
	transform: scale(1.1);
}
.price-btn {
    position: absolute;
    top: -62px;
    width: 100%;
    text-align: center;
}
.featured-img-wrap-body {
    position: relative;
}
.btn.btn-price {
    padding: 19px 15px;
    font-size: 18px;
    background: #fff;
    border: none;
    border-radius: 0;
    color: #333333;
    box-shadow: 0 2px 4px rgba(0,0,0,0.19);
white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.btn.btn-price:hover , .btn-sign-black:hover {
	background: #0090be;
	color: #fff;
}
.text-blue {
	color: #0090be;
	font-size: 38px;
}
.featured-img-wrap {
    margin-bottom: 35px;
}
.featured-img-wrap-h.signup-btn-img {
    text-align: center;
    padding: 35px 0;
}
.signup-btn-img h4, .signup-btn-img h4 p, .signup-btn-img h4, p span, .signup-btn-img h4, p strong {
    color: #111111;
    font-size: 25px;
    /*font-family: "Ubuntu-Bold";*/
    margin-bottom: 15px;
}
.signup-btn-img p {
    font-size: 18px;
    margin-bottom: 15px;
}
.btn-sign-black {
    background: #000;
    border: none;
    border-radius: 35px;
    padding: 10px 25px;
    font-size: 18px;
    text-transform: uppercase;
}
.descp-urswap {
    background: #F7F5F6;
    padding: 30px 0;
}
.descp-urswap h2 {
    color: #111111;
    font-size: 38px;
	line-height: 45px;
	margin-bottom: 35px;
}
p.descp {
	font-size: 27px;
	margin-bottom: 20px;
}
.descp-urswap h2.text-join-urswap {color: #00b2ec;font-size: 40px;margin-top: 60px;margin-bottom: 45px;}
.join-urswap {
	background: #00b2ec;
	padding: 50px 0px;
}
.join-urswap h2 {
	font-size: 40px;
	color: #fff;
    line-height: 50px;

}
.join-urswap h2 strong{
	font-size: unset;
	font-weight: 900;
}
.btn-grp {
    margin: 10px 0px 10px;
}
.btn-grp .btn.btn-fb {
    padding: 25px 30px 24px 80px;
    height: 105px;
    width: 460px;
    font-size: 30px;
    line-height: 27px;
}
.btn-grp .btn.btn-fb i {
    top: 18px;
    left: 30px;
}
.btn-join img {
	width: 55px;
	position: absolute;
	top: 28px;
    left: 30px;
}
.btn-join {
	background: #A1C946 !important;
	border-color: #A1C946 !important;
}
.font-18 {
	font-size: 18px !important;
}
.btn-fb.fb-top-pad {
    padding-top: 40px !important;
}
.btn-fb.fb-top-pad i {
    top: 32px !important;
}
.br-right {
	border-right: 1px solid rgba(0,0,0,0.2);
}
.main-footer {
    background: #00b2ec;
    padding: 50px 0;
}
.footer-about p {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}
.links-wrap h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.links-wrap ul li {
    list-style: none;
    padding: 4px 0;
}
.links-wrap ul li a {
    color: #fff;
    font-size: 14px;
}
.links-wrap ul li a:hover {
    color: #A1C946;
}

.copyright-footer {
    background: #1f7da6;
    padding: 15px 0;
    margin-bottom: -30px;
}
.copyright-footer p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
}
ul.social-icon li {
	display: inline;
	margin-left: 15px;
}
ul.social-icon {
    text-align: right;
}
ul.social-icon li a {
	color: #fff;
	transition: all 0.3s ease 0s;
}
ul.social-icon li a i {
    background: #fff;
    color: #000;
    padding: 6px 0;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}
ul.social-icon li a:hover i {
	background: #0090be;
	color: #fff;
}
.descp-how-it-work {
    background: #fff;
    padding-top: 50px !important;
}
.descp-urswap h2.text-join-urswap {
    margin-top: 40px;
}
.ele-top-30 {
    margin-top: 30px;
}
.ele-top-10 {
    margin-top: 10px;
}
.font-36 {
    font-size: 36px !important;
}
p.lead, p.lead b {
    color: #6d6d6d;
    font-size: 20px;
}
section.white, .gray {
    padding: 40px 0px;
}
.gray {
    background: #f7f6f6;
}
.white h3, .gray h3 {
    margin-bottom: 25px;
}
.btn-section {
    margin-top: 40px;
    margin-bottom: 25px;
}
.btn.btn-buck {
    padding: 10px 30px;
    font-size: 20px;
    background: #00b2ec;
    border-color: #00b2ec;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.btn.btn-buck:hover {
    background: #000;
    border-color: #000;
}
section.redy-get-started {
    background: #00b2ec;
    padding: 50px 0px 60px;
}
.redy-get-started h2 {
    color: #fff;
}
.redy-get-started h3 {
    color: #fff;
    line-height: 36px;
}
.btn-white {
    background: #fff !important;
    border-color: #fff !important;
    color: #00b2ec;
}
.btn-white:hover {
    color: #000;
}
.btn-balck {
    background: #1b1b1b!important;
    border-color: #1b1b1b !important;
    color: #fff;
}
.btn-balck:hover {
    color: #b1d518;
}
form#subscription-form {
    width: 500px;
    margin: 40px auto 0;
}
form#subscription-form input.form-control {
    background: #efeeee;
    border-radius: 0;
    padding: 0px 30px;
    font-size: 17px;
    height: 65px;
}


.featured-img-wrap-preview {
    height: 310px;
}



@media only screen and (max-width: 1260px) {
	.home-hero-image {
	background-position: 0 -110px;
	}
}

@media only screen and (max-width: 1199px) {
    ul.nav.navbar-nav.navbar-right {
        float: left !important;
        text-align: center;
        margin-top: 0px;
        margin-right: 0;
    }
    .navbar-header {
        width: 100%;
        float: none;
    }
    .navbar-brand {
        padding: 0px;
        height: auto;
        float: none;
    }
    .navbar-nav>li {
        float: left;
        width: 100%;
        display: inline-block;
    }
    .navbar-right, .navbar-header {
        float: none !important;
    }
    .navbar-brand img {
        margin: 10px auto 0;
        width: auto;
    }
    /*.home-hero-image {
        padding: 255px 0 28px;
    background-position: 0 0;
    }*/
}



@media only screen and (max-width: 1155px) {
	.home-hero-image {
    background-position: 0 -55px;
    height: 550px;
}

.featured-img-wrap-preview {
    height: 275px;
}

}


@media only screen and (max-width: 1079px) {

	.home-hero-image {
    background-position: 0 0px;
    }

    .featured-img-wrap-preview {
    height: 275px;
}

}

@media only screen and (max-width: 991px) {
	.home-hero-image h3, .home-hero-image h3 p, .home-hero-image h3 p strong {
		/* color: #333333; */
    	line-height: 35px;
    	font-size: 28px;
    }
    ul.upper-header-links {
        text-align: center;
    }
    .navbar-nav>li>a {
        font-size: 13px;
    }
    .br-right {
        border-right: none;
    }
    .btn-join {
        margin-bottom: 15px;
    }
    .home-hero-image h1, .home-hero-image h1 p, .home-hero-image h1 p strong {
        font-size: 36px;
        margin-top: 35px;
        line-height: 25px;
    }
    .join-urswap h2 br {
        display: none;
    }
    p.lead br, p.lead b br {
        display: none;
    }
    .main-navbar-collapse .navbar-nav>li {
	    padding: 8px 4px;
	}

	.featured-img-wrap-preview {
    height: 220px;
}


}


@media only screen and (max-width: 767px) {

    .links-wrap, .footer-about, .copyright-footer p, ul.social-icon {
        text-align: center;
    }
    ul.social-icon {
        margin-top: 15px;
    }
    .owl-controls .owl-buttons .owl-prev {
        left: 0 !important;
    }
    .owl-controls .owl-buttons .owl-next {
        right: 0 !important;
    }
    .owl-theme .owl-controls .owl-buttons div.owl-prev, .owl-theme .owl-controls .owl-buttons div.owl-next {
        padding: 0 0;
    }
    .navbar-nav>li {
        display: inline;
        text-align: left;
    }
    .navbar-collapse.main-navbar-collapse {
        background: #104b8f;
        /*box-shadow: 0 3px 13px rgba(0,0,0,0.15);*/
        padding-left: 45px;
    }
    .navbar-nav>li>a {
        /*color: #0090be;*/
        color: #fff;
    }
    button.navbar-toggle {
        color: #fff;
        font-size: 30px;
        margin-top: 30px;
    }
    .navbar-brand img {
        margin: initial;
        width: auto;
        text-align: left;
        padding-left: 15px;
    }
    .join-urswap h2 {
        font-size: 30px;
        line-height: 43px;
    }
    .descp-urswap h2.text-join-urswap {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .featured-product h2, .way-shop h2,.way-shop h2 p, .home-hero-image h1, .home-hero-image h1 p,  .home-hero-image h1 p strong {
        font-size: 30px;
    }
    .home-hero-image {
        padding: 180px 0 28px;
    }
    .col-md-4.col-sm-4.col-xs-6.hidden-xs {
        display: block !important;
    }

    .way-shop h2{margin-top:0;}
    .featured-product {padding: 30px 0;}

    .navbar-brand{float:none; width:100%; text-align:center;}
    .navbar-brand img{ margin:0 auto;}

    .featured-img-wrap-preview {height: auto;}

    .navbar-nav > li{text-align:left;line-height: 1 !important;}
    .navbar-nav{margin:0;}
    .navbar-nav > li > a {font-family: 'Arial';font-size: 17px;line-height: 1 !important;}
    .nav > li > a:focus, .nav > li > a:hover{
        /*background-color:#fff!important;*/
        
    }
    .navbar-collapse.main-navbar-collapse{padding:20px 60px;}
    /* NEw Style for menu */
    header{
        position:relative !important;
        background:#104b8f;
        
    }
    .upper_header{
        margin-top:unset !important;
        padding-top:15px;
    }
    .home-hero-image{
        padding:0px 0 0px !important;
    }
     /* /NEw Style for menu */
}


@media only screen and (max-width: 613px) {
    .home-hero-image h1, .home-hero-image h1 p,  .home-hero-image h1 p strong {
        font-size: 24px;
    }
    .home-hero-image h3, .home-hero-image h3 p, .home-hero-image h3 p strong, .home-hero-image h3 p span {
        font-size: 18px;
    }
    .btn.btn-fb {
        font-size: 17px;
    }
    .btn.btn-fb i {
        font-size: 35px;
        top: 10px;
        left: 18px;
    }
    form#subscription-form {
        width: 100%;
    }

    .featured-img-wrap-preview {height: auto;}

}


@media only screen and (max-width: 530px) {
    .btn-grp .btn.btn-fb {
        width: auto !important;
        font-size: 18px;
        height: auto;
    }
    span.font-18 {
        display: none;
    }
    .btn-join img {
        top: 15px;
        left: 20px;
    }
    .btn-fb.fb-top-pad {
        padding-top: 25px !important;
    }
    .btn-fb.fb-top-pad i {
        top: 20px !important;
    }
    .join-urswap h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .btn-grp {
        margin: 10px 0 10px;
    }
    .input-group-btn>.btn {
        padding: 17px 20px;
    }
    ul.upper-header-links li {
        padding: 0 4px;
    }
    span#search_concept , .input-group input{
        font-size: 14px;
    }
    button.btn.btn-search img {
        width: 18px;
    }
    button.btn.btn-search {
        padding: 20px 30px;
    }
    .input-group-btn>.btn {
        padding: 17px 20px 17px 10px;
    }
    .input-group input {
        padding: 30px 15px;
    }

    .home-hero-image h3 p{line-height:18px;}
    .btn.btn-sl, ul.upper-header-links li a {font-size: 14px;}

    .featured-img-wrap-preview {
    height: 280px;
}


}



@media only screen and (max-width: 414px) {
    .btn.btn-sl {
        padding: 7px 10px;
    }
    ul.upper-header-links li a img {
        width: 20px;
        position: relative;
        top: -2px;
    }
    .btn.btn-sl , ul.upper-header-links li a{
        font-size: 14px;
    }
}


@media only screen and (max-width: 368px) {
    .btn-grp .btn.btn-fb {
        font-size: 12px;
    }
    .btn-grp .btn.btn-fb {
        padding: 15px 30px 15px 60px;
    }
    .btn-join img {
        width: 35px;
    }
    .btn.btn-fb i {
        font-size: 30px;
        left: 22px !important;
        top: 13px !important;
    }
    .btn-fb.fb-top-pad {
        padding-top: 15px !important;
    }
    .btn.btn-sl , ul.upper-header-links li a{
        font-size: 14px;
    }
    ul.upper-header-links li {
    padding: 0 0px;
}
    .input-group-btn>.btn {
        padding: 17px 10px 17px 5px;
    }
    .input-group input {
        padding: 30px 10px;
    }
    button.btn.btn-search {
        padding: 20px 20px;
    }
    .btn.btn-fb {
        font-size: 16px;
    }
}


@media only screen and (max-width: 320px) {
    .search-categories-menu li a {
        font-size: 14px;
    }
    .btn.btn-sl , ul.upper-header-links li a{
        font-size: 14px;
    }
}



.descp-urswap .col-md-offset-2 iframe{border:3px solid #0090be;}
.featured-img-wrap{clear:both;}
.divVidIframe {
	position: relative !important;
	padding-top: unset;
	padding-bottom: 67.5% !important;
	/* background: url(profile_images/tele.png) center center no-repeat; */
	/* z-index: 2; */
}
.divVidIframe iframe {
	background: url('../../../profile_images/tele.png') center center no-repeat;
	background-size: cover !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	/* z-index: 1; */
	padding: 4% 5% 7% 5%;
	/* border-radius: 50px;*/
}
.home-hero-image h3{
	margin-top:0px;
}
.upper-header-links .btn-sl{
	width:96px;
	text-shadow: 1px 1px 1px #5f5f5f;
	font-size: 14px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px){
	button.navbar-toggle {
		color: #fff;
		font-size: 30px;
		margin-top: 30px;
		display:block;
	}
	/* NEw Style for menu */
    header{
        position:relative !important;
        background:#104b8f;
        
    }
    .upper_header{
        margin-top:unset !important;
        padding-top:15px;
    }
    .home-hero-image{
        padding:0px 0 0px !important;
    }
     /* /NEw Style for menu */
     .navbar-collapse.collapse {
		display: none!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible;
	}
	 .navbar-collapse.collapse.in {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible;
	}
	.main-navbar-collapse .navbar-nav>li {
	    padding: 8px 4px;
	}
	
    .navbar-nav > li{text-align:left;line-height: 1 !important;}
    .navbar-nav{margin:0;}
    .navbar-nav > li > a {font-family: 'Arial';font-size: 17px;line-height: 1 !important; text-align:center}
    .nav > li > a:focus, .nav > li > a:hover{
        /*background-color:#fff!important;*/
        
    }
    .navbar-collapse.main-navbar-collapse{padding:20px 60px;}
}
