@charset "utf-8";
/* CSS Document */
@font-face {font-family:exo2Black;src:url(../fonts/exo2Black.ttf);}
@font-face {font-family:exo2BlackItalic;src:url(../fonts/exo2BlackItalic.ttf);}
@font-face {font-family:Outfit-Light;src:url(../fonts/Outfit-Light.ttf);}
@font-face {font-family:Outfit-Regular;src:url(../fonts/Outfit-Regular.ttf);}
@font-face {font-family:Outfit-Bold;src:url(../fonts/Outfit-Bold.ttf);}
@font-face {font-family:Outfit-Medium;src:url(../fonts/Outfit-Medium.ttf);}
@font-face {font-family:Outfit-SemiBold;src:url(../fonts/Outfit-SemiBold.ttf);}

:root{
--mustard-gradient: linear-gradient(to right, #fccb77 0%, #c48820 100%);
	 --orange-gradient: linear-gradient(to right, #f8a437 0%, #e7180e 100%);
	 --skyblue-gradientText: linear-gradient(to right, #56dff1 0%, #4fb9fa 20%);
	 --white: #ffffff;
	 --black:#000;
	 --nav:#4d1812;
	 --mustard:#c48820;
	 --brown:#4d1812;
}
body{margin:0px;padding:0px;background:#000;}
.desktopView{display:block;}
.mobileView{display:none;}
/*-================Header-Start================== */
nav{background:var(--nav);padding:0px 0px;}
.navbar{padding:0px 0px;height:75px;}
.navbar-brand{padding:8px 0px 3px 0px;max-width:410px;}
.navbar-brand img{width:100%;}
.navbar-light .navbar-nav .nav-link{color:var(--white); font-size:18px;padding:0px 20px;font-family:Outfit-Light;}
.navbar-light .navbar-nav .active>.nav-link{color:var(--white); font-size:18px;transition: all 0.5s ease;}
.navbar-light .navbar-nav .nav-link:hover{background:var(--mustard-gradient);color:var(--white);border-bottom:2px dotted white;border-radius:5px;}
.navbar-nav li.nav-item:hover{}
.navbar-light .navbar-toggler-icon{background-image:url(../images/amritsar28th-images/menuicon-bar.png);background-repeat:no-repeat;background-size:100%;border-color: rgb(255 255 255) !important;}
.navbar-toggler{border: 1px solid #fff !important;}
/*================Header-End================== */
.banner {float:left;width:100%;height:auto;margin:0px 0px 0px 0px;position:relative;}
.banner img{width:100%; }
.becomepartner-banner {float: left;width: 100%;height: auto;margin:95px 0px 0px 0px;position: relative;display: block;}
.becomepartner-banner img{width:100%;}
.gradient-tab{float:left;width:100%;height:auto;/*background:##105193;    background: -moz-linear-gradient(left, #105193 0%, #5b3362 51%, #a51433 100%);background: -webkit-linear-gradient(left, #105193 0%,#5b3362 51%,#a51433 100%);background: linear-gradient(to right, #105193 0%,#5b3362 51%,#a51433 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105193', endColorstr='#a51433',GradientType=1 );*/padding:20px 0px;margin-bottom:0px;}
	
.gradient-border-golden{float:left;width:100%;height:20px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fee080+0,ba8428+100 */
background: #fee080; /* Old browsers */
background: -moz-linear-gradient(top,  #fee080 0%, #ba8428 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fee080 0%,#ba8428 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fee080 0%,#ba8428 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee080', endColorstr='#ba8428',GradientType=0 ); /* IE6-9 */}
#image-gallery{margin-bottom:100px;}

/*================Footer-Start================== */
footer{float:left;width:100%;height:auto;padding:20px 50px 50px 50px;}
.footerCurve{float:left;width:100%;height:auto;border-radius:20px;background:var(--mustard);padding:50px 100px;}
.footer-left{float:left;width:70%;height:auto;padding-left:100px}
.footer-left h1{color:var(--white);font-size:28px;font-family:Outfit-Regular;text-transform:uppercase;text-align:left;}
.footer-left ul{margin:0px 0px;padding:0px 0px;list-style:none;}
.footer-left ul li{float:left;font-family:Outfit-Regular;color: var(--white);font-size: 20px;border-right:2px solid var(--white);padding:0px 20px;}
.footer-left ul li:first-child{padding-left:0px;}
.footer-left ul li a{color: var(--white);}
.footer-left ul li:last-child{border-right:none;}
.footer-right{float:left;width:30%;height:auto;}
.footer-right h1{color:var(--white);font-size:28px;font-family:Outfit-Regular;text-align: left;}
.footer-right ul{list-style:none;margin:0px 0px;padding:0px 0px;}
.footer-right ul li{float:left;margin:0px 5px;}
.footer-right ul li img{width:40px;height:40px;}
/*================Footer-End================== */

html{scroll-behavior: smooth;}

.scroll-to-top {display:-webkit-box;display: -ms-flexbox;display: flex;position: fixed;left: 5px;bottom: 5px;-webkit-box-align: center;-ms-flex-align: center;align-items: center;justify-content: center;width: 50px;height: 50px;float: right;border-bottom: 2px solid var(--white);background:var(--mustard);z-index: 213212;}
.scroll-to-top:hover {background: var(--brown);border-bottom: 2px solid #fff;color: #fff !important;}
svg:not(:root) {overflow:hidden;}
.scroll-to-top-icon {color: var(--white);}
.scroll-to-top:hover .scroll-to-top-icon{color:#fff !important;}
.scroll-to-top:hover .scroll-to-top-icon{color:#fff;}

.padding-left145 {padding-left: 145px;}
.marginleft60{margin-left: 60px;}
.marginright60{margin-right:60px;}

/******************thankyou-container**************/
.scroll-to-top-icon i{color:#fff;}
.blink {background-color: #09597c;-webkit-animation: blink 800ms step-end infinite;animation: blink 800ms step-end infinite;}
@-webkit-keyframes blink { 50% {background-color: #000;}}
        @keyframes blink { 50% {background-color: #000;}}

