@font-face{font-family:'__Montserrat_5';src:url('../fonts/montserrat-bold-webfont.eot');src:local('☺'), url('../fonts/montserrat-bold-webfont.woff') format('woff'), url('../fonts/montserrat-bold-webfont.svg') format('svg');font-weight:700;font-style:normal;}
@font-face{font-family:'__Bodoni Std_5';src:url('../fonts/bodonistd-posteritalic.eot');src:local('☺'), url('../fonts/bodonistd-posteritalic.woff') format('woff'), url('../fonts/bodonistd-posteritalic.svg') format('svg');font-weight:900;font-style:italic;}
@font-face{font-family:'__Cormorant_5';src:url('../fonts/cormorant-light.eot');src:local('☺'), url('../fonts/cormorant-light.woff') format('woff'), url('../fonts/cormorant-light.svg') format('svg');font-weight:300;font-style:normal;}
@font-face{font-family:'__Ionicons_5';src:url('../fonts/ionicons1.eot');src:local('☺'), url('../fonts/ionicons1.woff') format('woff'), url('../fonts/ionicons1.svg') format('svg');font-weight:500;font-style:normal;}
@font-face{font-family:'__Montserrat_5';src:url('../fonts/montserrat-light-webfont.eot');src:local('☺'), url('../fonts/montserrat-light-webfont.woff') format('woff'), url('../fonts/montserrat-light-webfont.svg') format('svg');font-weight:300;font-style:normal;}
@font-face{font-family:'__Cormorant_5';src:url('../fonts/cormorant-medium.eot');src:local('☺'), url('../fonts/cormorant-medium.woff') format('woff'), url('../fonts/cormorant-medium.svg') format('svg');font-weight:500;font-style:normal;}
@font-face{font-family:'__Desire_5';src:url('../fonts/desire-basic.eot');src:local('☺'), url('../fonts/desire-basic.woff') format('woff'), url('../fonts/desire-basic.svg') format('svg');font-weight:300;font-style:normal;}

/*animation css*/

.fadeInDown {
 opacity: 0;
 animation: fadeIn 1s ease-in both;
}
.fadeInUp {
 opacity: 0;
 animation: fadeInUp 1s ease-in both;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
/*animated css end*/

/*navbar-scroll css start*/


.navbar-scroll .logo
{
	width:125px;
	height:65px;
}
.navbar-scroll
{
	height:80px;
	box-shadow: 0px 1px 9px rgba(0,0,0,0.18);
	transition: top 0.7s;
}
.navbar-scroll .navbar-header
{
	float:left;
	margin-top:-10px;
}
.navbar-scroll .col-md-10
{
	width:750px;
	margin-top: 15px;
}
/*navbar-scroll css end*/


body
{
	margin:0;
	padding:0;
	overflow-x:hidden;
}
:focus
{
	outline: none;
}
input
{
	    background-color: #F2F2F2;
}
textarea
{
	resize: none;
    width: 540px;
    height: 80px;
	    background-color: #F2F2F2;
    overflow: auto;
}
.logo
{
	width:200px;
	height:107px;
}
.spoon-label
{
	width:40px;
	height:10px;
    display:table;
	margin-top: 10px;
}
.spoon-float
{
   float:left;
}
.menu-bottom
{
	width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.pad-top
{
	padding-top:20px;
}
.pad-top-high
{
	margin-top:240px;
}
.color-black
{
	background-color:#000000;
	color:#ffffff;
	padding-left:15px;
	padding-top:25px;
	font-size: 46px;
    line-height: 45px;
    text-decoration: underline;
    font-family: '__Montserrat_5';
    font-weight: 300;
	min-height:350px;
}
.brand-image
{
	margin: -50px 0px 0px -100px;
}
.about-content
{
	text-align:justify;
	font-family:'__Cormorant_5';
	font-weight:300;
	font-size:16px;
	line-height:19px;
	margin-left:80px;
}
.turmeric-image
{
	float:right;
}

.our-vision
{
	color:#fff;
	background-color: #EA3C4B;
	border-radius: 50%;
	width:321px;
	height:321px;
	margin: auto;
    position: absolute;
    left: -100px;
	right: 0;
	text-decoration:underline;
	font-family: '__Montserrat_5';
    font-weight: 300;
    font-size: 76px;
    line-height: 80px;
	padding:20px;
}
.bowl
{
	margin-top:150px;
	margin-left:200px;
}

.content-left
{
	font-family: '__Montserrat_5';
    color: #EA3C4B;
    font-size: 43px;
    line-height: 30px;
    margin-top: -215px;
	letter-spacing: -2px;
    z-index: -1;
}
.green-color-text
{
	font-size: 18px;
    font-family: '__Cormorant_5';
    font-weight: 500;
    color: #79A94F;
}
.orange-color-text
{
	font-size: 18px;
    font-family: '__Cormorant_5';
    font-weight: 500;
    color:#F37C2A;
}
.yellow-color-text
{
	
	font-size: 18px;
    font-family: '__Cormorant_5';
    font-weight: 500;
	color:#FECA0A;
}
.pink-color-text
{
	
	font-size: 18px;
    font-family: '__Cormorant_5';
    font-weight: 500;
	color:#D04044;
}
.green-div,.orange-div, .yellow-div, .pink-div 
{
	font-family: '__Cormorant_5';
    font-weight: 300;
	color: #414042;
	font-size: 14px;
    line-height: 7px;
}
.yellow-div
{
	margin-top:125px;
}
.pink-div
{
	margin-top:110px;
}
.green-color-line
{
	height:205px;
	width:1px;
	background-color:#79A94F;
	margin-left: 20px;
}
.orange-color-line
{
	height:205px;
	width:1px;
	background-color:#F37C2A;
	margin-right: 20px;
}
.yellow-color-line
{
	height:205px;
	width:1px;
	background-color:#FECA0A;
	margin-left: 20px;
}
.pink-color-line
{
	height:205px;
	width:1px;
	background-color:#D04044;
	margin-right: 20px;
}
.yellow-pad
{
	margin-top: -70px;
    margin-left: 90px;
    position: absolute;
	z-index:-1;
}
.pink-pad
{
    margin-top: -90px;
    margin-left: 405px;
    position: absolute;
	z-index:-1;
}
.green-pad
{
	position: absolute;
    margin-left: 65px;
    margin-top: 70px;
    z-index: -1;
}
.orange-pad
{
	position: absolute;
    margin-left:330px;
    margin-top: 70px;
    z-index: -1;
}
.center-tag
{
	margin-top:200px
}
.first-text
{
	font-family:'__Bodoni Std_5';
	font-size: 23px;
    line-height: 28px;
	text-align:center;
	padding-bottom:20px;
}
.second-text
{
	font-family: '__Desire_5';
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 56px;
    text-align: center;
    margin-left: 55px;
	margin-top: -60px;
	padding-bottom:20px;
}

.third-text
{
	font-size: 27px;
	font-family:'__Bodoni Std_5';
    line-height: 32px;
	text-align:center;
}
.display-inline
{
	display:inline-flex;
}
.full-bg
{
	background-image:url("../images/full-bg.jpg");
	height:836px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:60px;
	
}
.banner-content-left-text
{
	font-size: 61px;
    line-height: 60px;
	text-decoration:underline;
	font-weight: 300;
    font-family: '__Montserrat_5';
    color: #C7D82F;
}
.banner-pad-top
{
	padding-top:75px;
}
.banner-text-head
{
	font-size:14px;
	line-height: 20px;
	font-family: '__Montserrat_5';
    font-weight: 700;
	color:#ffffff;
}
.banner-content-right-text
{
	color:#ffffff;
	font-size: 16px;
    line-height: 21px;
	font-family: '__Cormorant_5';
    font-weight: 300;
	text-align:left;
}
.pad-right
{
	padding-right:15px;
}
.pad-left
{
	padding-left:15px;
}
.product-head
{
	font-size:33px;
	line-height:40px;
	text-decoration:underline;
	font-weight: 300;
    background-color: transparent;
    font-family: '__Montserrat_5';
	padding-top:100px;
}
.product-text-1, .product-text-2, .product-text-3, .product-text-4, .product-text-5, .product-text-6
{
	text-align:center;
	cursor: pointer;
	font-weight: 300;
    font-family: '__Montserrat_5';
    font-size: 14px;
    line-height: 17px;
}
.product-text-1
{
	color:#EA3C4B;
}
.product-text-2
{
	color:#CC3726;
}
.product-text-3
{
	color:#F2B51D;
}
.product-text-4
{
	color:#7C8E45;
}
.product-text-5
{
	color:#9E6F6D;
}
.product-text-6
{
	color:#B59042;
}
.border-top
{
	border-top: 1px solid #7f7f7f;
    opacity: 0.31;
    max-width: 220px;
    margin-left:20%;
	margin-right:20%;
    margin-top: -15	px;
    padding-top: 20px;
}
.center-div
{
	max-width:600px;
	margin:auto;
}
.institutional-text
{
	text-align:justify;
	font-size: 16px;
    line-height: 21px;
	font-weight: 300;
    font-family: '__Cormorant_5';
    color: #FFFFFF;
}
.full-bg-2
{
	background-image:url("../images/full-bg-2.jpg");
	height:905px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:60px;
}
.fullbg-bold-text
{
	font-weight: 300;
    background-color: transparent;
    font-family: '__Montserrat_5';
    color: #FFFFFF;
	margin-top: 190px;
	padding-bottom: 20px;
	font-size: 122px;
    line-height: 106px;
}
.full-bg-3
{
	height:auto;
	background-color: #C63F27;
}
.full-bg-3 p
{
	font-size: 16px;
    line-height: 24px;
	font-weight: 300;
    font-family: '__Cormorant_5';
    color: #FFFFFF;
	padding:30px 0px 25px 20px;
}
.full-bg-3 img
{
	margin-top:-65px;
}
.footer-bg
{
	background-color:#282828;
}
.contact
{
	font-size: 58px;
    line-height: 70px;
	padding-top:50px;
	padding-bottom:50px;
	text-decoration:underline;
	font-weight: 300;
    font-family: '__Montserrat_5';
    color: #71CFDD;
}
.head-text
{
	font-size:18px;
	line-height:22px;
	color:#71CFDD;
	font-weight: 300;
    font-family: '__Montserrat_5';
}
.contact-details
{
	font-size:14px;
	line-height:12px;
	font-weight: 300;
	color:#ffffff;
    font-family: '__Montserrat_5';
}
.marketing
{
	color: #71CFDD;
}
.name,.phone,.company,.email
{
	width:260px;
	border: none;
}
.breakpoint
{
	padding-top:20px;
}
label
{
	color:#ffffff;
	font-weight: 300;
    font-family: '__Montserrat_5';
    line-height: 14px;
    text-align: left;
}
.submit-button
{
	font-size: 12px;
    background-color: #71CFDD;
    line-height: 25px;
    padding: 0px 15px 0px 15px;
    font-weight: 300;
    font-family: '__Montserrat_5';
    text-align: center;
	border:none;
}
.social-links a
{
	text-decoration:none;
	font-size: 25px;
    letter-spacing: 10px;
    color: #fff;
	color:#ffffff;
}
.social-links a:hover,
.social-links a:focus
{
	text-decoration:none;
	color:#71CFDD;
	cursor:pointer;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
{
	border:none;
}
.products
{
	cursor:pointer;
}
	
/*Media Queries Custom Css*/

@media (min-width: 320px) and (max-width: 425px) 
{
.spoon-float {
    float: none;
}
.spoon-label {
    width: 40px;
    height: 10px;
    display: table;
    margin: 10px 45%;
}
.logo {
    width: 125px;
    height: 65px;
    margin-left: 10px!important;
}
.menu-bottom {
    width:auto;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.container
{
	padding-left:15px;
}
.banner-text {
    font-weight: 300;
    font-family: '__Montserrat_5';
    font-size: 30px;
    line-height: 29px;
    text-decoration: underline;
    padding-left: 15px;
    padding-right: 10px;
    text-align: center;
}
.banner-image-pot {
    position: absolute;
    left: 15px;
    top: -90px;
    
}
.banner-color {
    background-color: #F4D11F;
    color: #000;
    min-height: 280px;
}
.year-image
{
	width:75px!important;
	margin-top: 120px;
}
.color-black {
    background-color: #000000;
    color: #ffffff;
    padding-left: 15px;
    padding-top: 25px;
    font-size: 24px;
    line-height: 24px;
    text-decoration: underline;
    font-family: '__Montserrat_5';
    font-weight: 300;
    min-height: 240px;
}
.brand-image {
    margin: -35px 0px 0px -32px;
    width: 240px;
}
.pad-top-high {
    margin-top: 170px;
}
.about-content {
    
    font-size: 15px;
    line-height: 18px;
    margin-left: 0px;
}
.turmeric-image
{
	width:100px;
}
.our-vision
{
	font-size:66px;
	width:250px;
	height:250px;
	line-height:66px;
	margin-left:0;
	left:0;
}
.bowl
{
	margin-left:100px;
}
.bowl img
{
	width:100%;
}
.content-left {
    font-family: '__Montserrat_5';
    color: #EA3C4B;
    font-size: 22px;
    line-height: 14px;
    margin-top: -40px;
    z-index: -1;
}
.green-color-text, .orange-color-text, .yellow-color-text, .pink-color-text
{
	font-size:12px;
}
.green-div, .orange-div, .yellow-div, .pink-div
{
	font-size: 12px;
    line-height: 4px;
}
.second-text
{
	font-size: 36px;
    line-height: 55px;
	margin-left:36px;
	letter-spacing:40px;
	
}
.green-pad {
    position: absolute;
    margin-left: 0px;
    margin-top: 70px;
    z-index: -1;
}
.green-color-line
{
	margin-left:5px;
}
.orange-pad {
    position: absolute;
    margin-left: 172px;
    margin-top: 70px;
    z-index: -1;
}
.orange-color-line
{
	margin-right:5px;
}
.yellow-pad {
    margin-top: 100px;
    margin-left: -290px;
    position: absolute;
    z-index: -1;
}
.yellow-color-line
{
	margin-left:5px;
}
.pink-pad {
    margin-top: 100px;
    margin-left: -50px;
    position: absolute;
    z-index: -1;
}
.pink-color-line
{
	margin-left:5px;
}
.pink-div
{
	margin-left: -135px;
}
.contain-bg
{
	padding-left:40px;
	padding-right:40px;
}
.banner-content-left-text {
    font-size: 44px;
    line-height: 44px;
    text-decoration: underline;
    font-weight: 300;
    font-family: '__Montserrat_5';
    color: #C7D82F;
}
.full-bg
{
	height:auto;
	margin-top: 170px;
}
.pad-left, .pad-right
{
	padding:0;
}
.fullbg-bold-text
{
	font-size: 58px;
    line-height: 54px;
	margin-top: 120px;
}
.full-bg-2
{
	height:700px;
}
.full-bg-3 img {
    margin-top: -45px;
}
.full-bg-3 p
{
	padding: 15px 0px 25px 0px;
	text-align:justify;
}
.contact {
    font-size: 38px;
    line-height: 25px;
	text-align:center;
}
.head-text, .contact-details
{
	text-align:center;
}
.breakpoint
 {
    padding-top: 0px;
}
.name, .phone, .company, .email
{
    width: 100%;
	margin-bottom: 10px;
}
textarea {
    resize: none;
    width: 100%;
    height: 70px;
    overflow: auto;
}
.submit-button{
	margin-top:25px;
}
.copyright
{
	margin:50px 0px;
}
.social-links
{
	text-align:center;
	padding-bottom: 50px;
}
}


@media (min-width: 426px) and (max-width: 767px) 
{
.container
{
	padding-left:15px;
}	
.banner-text
{
	
    font-weight: 300;
    font-family: '__Montserrat_5';
    font-size: 43px;
    line-height: 43px;
    text-align: center;
    text-decoration: underline;
    padding-left: 15px;
    padding-right: 10px;

}
.banner-image-pot {
    padding-left: 150px;
    position: absolute;
    left: -45px;
    top: -105px;
}
.banner-color {
    background-color: #F4D11F;
    color: #000;
    min-height: 380px;
}
  
}

@media (min-width: 426px) and (max-width: 767px) 
{
.banner-image-pot {
    padding-left: 150px;
    position: absolute;
    left: -45px;
    top: -200px;
}	
}

@media (min-width: 768px) and (max-width: 991px) 
{
.banner-text {
    font-weight: 300;
    font-family: '__Montserrat_5';
    font-size: 50px;
    text-align: center;
    line-height: 45px;
    text-decoration: underline;
    padding-left: 15px;
    padding-right: 10px;
}

.banner-color {
    background-color: #F4D11F;
    color: #000;
    min-height: 260px;
}
.banner-image-pot {
    left: 240px;
    position: absolute;
    top: -120px;
	width: 375px;
}
.year-image{
	width:100px;
	margin-left: 10px;
    margin-top: 75px;
}
.color-black {
    background-color: #000000;
    color: #ffffff;
    padding-left: 15px;
    padding-top: 25px;
    font-size: 25px;
    line-height: 25px;
    text-decoration: underline;
    font-family: '__Montserrat_5';
    font-weight: 300;
    min-height: 250px;
}
.brand-image {
    margin: -50px 0px 0px -32px;
    width: 300px;
}
.about-content {
    text-align: justify;
    font-family: '__Cormorant_5';
    font-weight: 300;
    font-size: 11px;
    line-height: 12px;
    margin-left: 60px;
}
.turmeric-image {
    float: right;
    width: 150px;
}
.our-vision {
    color: #fff;
    background-color: #EA3C4B;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: auto;
    position: absolute;
    left: -150px;
    right: 0;
    text-decoration: underline;
    font-family: '__Montserrat_5';
    font-weight: 300;
    font-size: 48px;
    line-height: 45px;
    padding: 15px;
}
.bowl {
    margin-top: 100px;
    margin-left: 90px;
}
.bowl img
{
	width:250px;
}
.contain-bg
{
	margin-left:-100px;
}
.content-left {
    font-family: '__Montserrat_5';
    color: #EA3C4B;
    font-size: 22px;
    line-height: 12px;
    margin-top: -109px;
    letter-spacing: -2px;
    z-index: -1;
}
.color-banner
{
	width:200px;
}
.green-pad {
    position: absolute;
    margin-left: -40px;
    margin-top: 70px;
    z-index: -1;
}
.orange-pad {
    position: absolute;
    margin-left: 170px;
    margin-top: 70px;
    z-index: -1;
}
.yellow-pad {
    margin-top: 100px;
    margin-left: -400px;
    position: absolute;
    z-index: -1;
}
.pink-pad {
    margin-top: 80px;
    margin-left: -170px;
    position: absolute;
    z-index: -1;
}
.green-color-text, .orange-color-text, .yellow-color-text, .pink-color-text
{
	font-size:11px;
}
.second-text {
    font-family: '__Desire_5';
    font-size: 22px;
    line-height: 70px;
    letter-spacing: 40px;
    text-align: center;
    margin-left: -60px;
    margin-top: -60px;
    padding-bottom: 20px;
}
.first-text
{
	margin-left:-100px;
}
.third-text
{
	margin-left:-100px;
	line-height:0px;
}
.banner-content-left-text {
    font-size: 36px;
    line-height: 30px;
}
.banner-content-right-text {
    color: #ffffff;
    font-size: 13px;
}
.full-bg {

    margin-top: 200px;
}
.fullbg-bold-text
{
	font-size: 67px;
    line-height: 58px;
	margin-top: 120px;
}
.center-div {
    max-width: 400px;
    margin: auto;
}
.institutional-text
{
	font-size:14px;
	line-height: 20px;
}
.full-bg-2 
{
    height: 650px;
}
.full-bg-3 img {
    margin-top: -35px;
}
.contact {
    font-size: 48px;
    line-height: 30px;
}
.name, .phone, .company, .email {
    width: 100%;
	margin-bottom: 10px;
}
textarea {
    resize: none;
    width: 100%;
    height: 70px;
    overflow: auto;
}
.breakpoint {
    padding-top: 0px;
}
.submit-button{
	margin-top:25px;
}
.copyright
{
	margin:50px 0px;
}
.social-links
{
	text-align:right;
	padding-top: 50px;
}
}

@media (min-width: 992px) and (max-width: 1199px) 
{
.banner-text {
    font-weight: 300;
    font-family: '__Montserrat_5';
    font-size: 70px;
    line-height: 70px;
    text-decoration: underline;
    padding-left: 15px;
    padding-right: 10px;
}
.banner-image-pot {
    padding-left: 150px;
    position: absolute;
    left: 150px;
    top: -161px;
    width: 530px;
}
.banner-color {
    background-color: #F4D11F;
    color: #000;
    min-height: 377px;
}
.year-image{
	width:115px;
	margin-left: 15px;
    margin-top: 100px;
}	
.brand-image {
    margin: -50px 0px 0px -45px;
    width: 400px;
}
.color-black {
    background-color: #000000;
    color: #ffffff;
    padding-left: 15px;
    padding-top: 25px;
    font-size: 39px;
    line-height: 35px;
    text-decoration: underline;
    font-family: '__Montserrat_5';
    font-weight: 300;
    min-height: 310px;
}
.about-content {
    text-align: justify;
    font-family: '__Cormorant_5';
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    margin-left: 80px;
}
.our-vision {
    color: #fff;
    background-color: #EA3C4B;
    border-radius: 50%;
    width: 257px;
    height: 257px;
    margin: auto;
    position: absolute;
    left: -100px;
    right: 0;
    text-decoration: underline;
    font-family: '__Montserrat_5';
    font-weight: 300;
    font-size: 67px;
    line-height: 70px;
    padding: 20px;
}
.bowl {
    margin-top: 150px;
    margin-left: 170px;
}
.bowl img
{
	width:330px;
}
.content-left {
    font-family: '__Montserrat_5';
    color: #EA3C4B;
    font-size: 33px;
    line-height: 30px;
    margin-top: -160px;
    letter-spacing: -2px;
    z-index: -1;
}
.green-pad {
    position: absolute;
    margin-left: 45px;
    margin-top: 70px;
    z-index: -1;
}
.orange-pad {
    position: absolute;
    margin-left: 290px;
    margin-top: 70px;
    z-index: -1;
}
.yellow-pad {
    margin-top: -70px;
    margin-left: 50px;
    position: absolute;
    z-index: -1;
}
.pink-pad {
    margin-top: -90px;
    margin-left: 310px;
    position: absolute;
    z-index: -1;
}
.full-bg
{
	margin-top:130px;
}
.banner-content-left-text
{
	font-size:50px;
	line-height:45px;
}
.fullbg-bold-text
{
	margin-top: 150px;
	font-size: 100px;
    line-height: 100px;	
}
.full-bg-2
{
	height:700px;
}
.name, .phone, .company, .email {
    width: 95%;
}
textarea {
    resize: none;
    width: 98%;
    height: 80px;
    background-color: #F2F2F2;
    overflow: auto;
}
}
@media (min-width: 1200px)
{
.banner-text
{
	font-weight: 300;
    font-family: '__Montserrat_5';
	font-size:83px;
	line-height:79px;
	text-decoration:underline;
	padding-left:25px;
	padding-right:10px;
	
}
.banner-color
{
    background-color: #F4D11F;
	color:#000;
	min-height:495px;
}
.banner-image-pot
{
	padding-left:150px;
	position: absolute;
    left: 200px;
    top: -272px;
}
.year-image
{
	width:134px!important;
	margin-top: 120px;
}
}

@media (max-width: 410px) and (min-width: 360px){
.brand-image {
    margin: -60px 0px 0px -10px;
    width: 240px;
}
.orange-pad
{
    position: absolute;
    margin-left: 200px;
    margin-top: 70px;
    z-index: -1;
}
.second-text {
    font-size: 36px;
    line-height: 55px;
    margin-left: 50px;
    letter-spacing: 55px;
}
}
@media (max-width: 480px) and (min-width: 411px) {
.pad-top-high {
    margin-top: 220px;
}
.brand-image {
    margin: -60px 0px 0px 10px!important;
    width: 240px!important;
}
.green-pad {
    position: absolute;
    margin-left: 25px;
    margin-top: 70px;
    z-index: -1;
}
.orange-pad {
    position: absolute;
    margin-left: 240px;
    margin-top: 70px;
    z-index: -1;
}
.yellow-pad {
    margin-top: 100px;
    margin-left: -350px;
    position: absolute;
    z-index: -1;
}
.pink-pad {
    margin-top: 100px;
    margin-left: -75px;
    position: absolute;
    z-index: -1;
}
.second-text {
    font-size: 36px;
    line-height: 55px;
    margin-left: 60px;
    letter-spacing: 55px;
}
}

@media (max-width: 767px) and (min-width: 320px) {
.navbar-scroll
{
	display:none!important;
}	
}

@media (min-width:992px)
{
	
.modal-dialog {
    width: 800px;
    margin: 30px auto;
}
.modal .para
{
	padding: 20px 50px;
}
.black-text, .red-text
{
	font-size: 32px;
	font-weight: 300;
	line-height: 25px;
	color:#000;
	text-decoration:underline;
    font-family: '__Montserrat_5';
}
.red-text
{
	color: #ED2124;
}
.para-second
{
	font-size: 12px;
    line-height: 16px;
	font-weight: 300;
	width:250px;
	padding-left:50px;
    font-family: '__Montserrat_5';
}
.second-div
{
	position: absolute;
    margin-top: 110px;
}
.modal-content
{
	padding-bottom:100px;
}
.pink-text
{
    color:#BF161F;
    font-size: 32px;
    font-weight: 300;
    line-height: 35px;
    text-decoration: underline;
    font-family: '__Montserrat_5';

}
.pink-pad
{
    padding-top:30px;
}
#myModal2 .second-div {
    position: absolute;
    margin-top: 140px;
}
#myModal2 .para-second
{
    width:280px;
}
.second-div img
{
    margin-left: -15px;
}
.green-text
{
    color:#60894A;
    font-size: 32px;
    font-weight: 300;
    line-height: 35px;  
    text-decoration: underline;
    font-family: '__Montserrat_5';

}
.purple-text
{
    color:#C98C2A;
    font-size: 32px;
    font-weight: 300;
    line-height: 35px;  
    text-decoration: underline;
    font-family: '__Montserrat_5';

}
#myModal4 .para {
    padding: 20px 45px;
}
#myModal5 .second-div {
    position: absolute;
    margin-top: 150px;
}
#myModal5 .second-div img
{
	margin-left: -15px;
    margin-top: -80px;
}
} 

@media (min-width:768px)
{

.mail-image,.phone-image, .name-image{padding-right:10px;}

.modal-dialog {
    width: 700px;
    margin: 30px auto;
}
.modal .para
{
	padding: 20px 50px;
}
.black-text, .red-text
{
	font-size: 32px;
	font-weight: 300;
	line-height: 25px;
	color:#000;
	text-decoration:underline;
    font-family: '__Montserrat_5';
}
.red-text
{
	color: #ED2124;
}
.para-second
{
	font-size: 12px;
    line-height: 16px;
	font-weight: 300;
	width:300px;
	padding-left:50px;
    font-family: '__Montserrat_5';
}
.second-div
{
	position: absolute;
    margin-top: 110px;
}
.modal-content
{
	padding-bottom:100px;
}
.second-div img
{
    margin-left: -15px;
}
.pink-text
{
    color:#BF161F;
    font-size: 32px;
    font-weight: 300;
    line-height: 35px;
    text-decoration: underline;
    font-family: '__Montserrat_5';

}
.pink-pad
{
    padding-top:0px;
}
#myModal2 .second-div {
    position: absolute;
    margin-top: 140px;
}
#myModal2 .para-second
{
    width:280px;
}
.yellow-text
{
    color:#EDA221;
    font-size: 32px;
    font-weight: 300;
    line-height: 35px;  
    text-decoration: underline;
    font-family: '__Montserrat_5';

}
.green-text
{
    color:#60894A;
    font-size: 32px;
    font-weight: 300;
    line-height: 35px;  
    text-decoration: underline;
    font-family: '__Montserrat_5';

}
.yellow-text-2
{
    color:#E5A612;
    font-size: 32px;
    font-weight: 300;
    line-height: 35px;  
    text-decoration: underline;
    font-family: '__Montserrat_5';

}
#myModal4 .para {
    padding: 20px 45px;
}
.purple-text
{
    color:#C98C2A;
    font-size: 32px;
    font-weight: 300;
    line-height: 35px;  
    text-decoration: underline;
    font-family: '__Montserrat_5';

}
#myModal5 .second-div {
    position: absolute;
    margin-top: 150px;
}
#myModal5 .second-div img
{
	margin-left: -15px;
    margin-top: -80px;
}
#myModal6 .para {
    padding: 20px 0px 0px 45px;
}
#myModal6 .second-div {
    position: absolute;
    margin-top: 145px;
}
}

@media (max-width:767px) and (min-width:320px)
{
.mail-image,.phone-image, .name-image{display:none;padding:0;}	

.black-text, .red-text
{
	font-size: 22px;
	font-weight: 300;
	line-height: 20px;
	color:#000;
	text-decoration:underline;
    text-align:center;
    font-family: '__Montserrat_5';
}
.red-text
{
	color: #ED2124;
}
.para-second
{
	font-size: 10px;
    line-height: 16px;
	font-weight: 300;
    text-align:justify;
    font-family: '__Montserrat_5';
}
.modal-content
{
	padding-bottom:0px;
}
.second-div img
{
    margin-left: -15px;
		width:375px;    
}
.pink-text
{
    color:#BF161F;
    font-size: 22px;
    font-weight: 300;
    line-height: 25px;
    text-align:center;  
    text-decoration: underline;
    font-family: '__Montserrat_5';

}
.pink-pad
{
    padding-top:0px;
}
.yellow-text
{
    color:#EDA221;
    font-size: 22px;
    font-weight: 300;
    line-height: 25px;
    text-align:center;  
    text-decoration: underline;
    font-family: '__Montserrat_5';

}
.green-text
{
    color:#60894A;
    font-size: 22px;
    font-weight: 300;
    line-height: 25px;  
	text-align:center;
    text-decoration: underline;
    font-family: '__Montserrat_5';

}
#myModal4, #myModal6 img
{
	width:300px;
}
.yellow-text-2
{
    color:#E5A612;
    font-size: 22px;
    font-weight: 300;
    line-height: 25px;
    text-align:center;  
    text-decoration: underline;
    font-family: '__Montserrat_5';

}
.purple-text
{
    color:#C98C2A;
    font-size: 22px;
    font-weight: 300;
    line-height: 25px;
    text-align:center;
    text-decoration: underline;
    font-family: '__Montserrat_5';

}
#myModal5 .second-div img
{
	margin-left: -15px;
    margin-top: -80px;
	width:300px;
}
#myModal1 .second-div img
{
	width:300px;
}
#myModal4 .second-div img
{
	width:280px;
}
}
@media (min-width: 768px){
.navbar-scroll .navbar-right {
    float: none!important;
    margin-right: -15px;
}
.navbar-scroll .navbar-nav>li {
    display: table-column;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
}

}

@media (min-width:992px){
.navbar-scroll .navbar-right {
    float: right!important;
    margin-right: -15px;
}
}