@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;400&family=Edu+TAS+Beginner&family=Quicksand&display=swap');

* {

	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

body {
	
	margin: 0;
	padding: 0;
	background: #fff;

}

.Header-Section-1st-Row { 

	float: left; 
	position: fixed; 
	width: 100%; 
	height: 30px; 
	background-color: rgba(235,241,249,1); 
	z-index: 11111111; 
	border-bottom: 1px solid rgba(235,241,249,0.3);

}

	.Header-Section-1st-Row-1st-Col { 

 		float: left; 
 		position: relative; 
 		width: 50%; 
 		height: auto; 
 		font-family: 'poppins'; 
 		font-size: 16px; 
 		text-align: left; 
 		padding: 2px 0px 0px 20px;

 	}

		.Header-Section-1st-Row-1st-Col-1st-SubCol {

			float: left; 
			position: relative; 
			width: auto; 
			padding: 5px 3px 0px 0px; 
			border:0px solid blue;

		}

		.Header-Section-1st-Row-1st-Col-2nd-SubCol {

			float: left; 
			position: relative; 
			width: auto; 
			padding: 1px 10px 0px 0px; 
			border-right: 1px solid rgba(33,33,33,0.2);
			display: block;	

		}

		.Header-Section-1st-Row-1st-Col-3rd-SubCol {
	
			float: left; 
			position: relative; 
			width: auto; 
			padding: 3px 3px 0px 10px; 
			border:0px solid blue;

		}	

		.Header-Section-1st-Row-1st-Col-4th-SubCol {

			float: left;
			position: relative; 
			width: auto; 
			padding: 3px 3px 0px 5px; 
			border:0px solid blue;

		}

		.Header-Section-1st-Row-1st-Col-5th-SubCol {

			float: left; 
			position: relative; 
			width: auto; 
			padding: 3px 3px 0px 5px; 
			border:0px solid blue;

		}

		.Header-Section-1st-Row-2nd-Col {

 			float: left; 
 			position: relative; 
 			width: 50%; 
 			height: auto; 
 			font-family: 'poppins'; 
 			font-size: 16px; 
 			text-align: right; 
 			padding: 2px 20px 0px 0px;

 		}

			.Header-Section-1st-Row-2nd-Col-1st-SubCol {

		  		float: right; 
				position: relative; 
				width: auto;
				padding: 1px 0px 0px 5px; 
				border:0px solid blue;

			}

			.Header-Section-1st-Row-2nd-Col-2nd-SubCol {

		  		float: right; 
				position: relative; 
				width: auto; 
				padding: 0px 0px 0px 2px; 
				border:0px solid blue;
				display: block;	

			}

				.Header-Section-Language {

					float: left;
					position: fixed;
					width: 20%;
					height: 37px;
					padding-right: 10px; 
					top:30px;
					right:0px;
					z-index: 11111111111;
					background-color: rgba(255,204,0,0.5);

				}

					.Header-Section-Language-1st-Col {

						float: left;
						position: relative;
						width: 45%;
						height: auto;
						padding: 8px 8px 0px 10px; 
						font-family: 'Poppins';
						font-size: 14px;
						text-align: center;

					}

					.Header-Section-Language-2nd-Col {

						float: left;
						position: relative;
						width: 55%;
						height: auto;
						padding-right: 5px; 

					}

/*
		.Header-Section-1st-Row-3rd-Col {

 			float: left; 
 			position: relative; 
 			width: 12%; 
 			height: auto; 
 			font-family: 'poppins'; 
 			font-size: 16px; 
 			text-align: right; 
 			padding: 2px 10px 0px 0px;
 			border:0px solid blue;	
 		
 		}

		.Header-Section-1st-Row-4th-Col {

 			float: left; 
 			position: relative; 
 			width: 12%; 
 			height: auto; 
 			font-family: 'poppins'; 
 			font-size: 16px; 
 			text-align: left; 
 			padding: 0px 20px 0px 0px;

 		}
*/

.Header-Div {

	float: left; 
	position: relative; 
	width: 100%; 
	height:auto; 
	padding: 30px 0px 20px 0px; 
	font-family: 'poppins'; 
	font-size: 2vw; 
	color: rgba(10,24,97,1); 
	text-align: center; 
	font-weight: bolder; 
	border: 0px solid blue;
	opacity: 0;

}

.Header-Div .animated{

	opacity: 1;

}

.Header-Div-SubHeader {

	float: left; 
	position: relative; 
	width: 100%; 
	height:auto; 
	padding: 0px 0px 50px 0px; 
	font-family: 'poppins'; 
	font-size: 18px; 
	color: rgba(0,0,0,0.5); 
	text-align: center; 
	font-weight: bolder; 
	opacity: 0;

}

.Header-Div-SubHeader .animated{

	opacity: 1;

}

.Banner-Section {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%;
	margin-top:150px; 
	border:0px solid green;

}

.AboutUs-Section {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%; 
	padding: 0px 0px 0px 0px; 
	border:0px solid blue;

}

.Header-Div-Font {

	color:rgba(255,127,0,1); 
	font-size: 2.7vw;

}

.Header-Div-Font-Bottom-Line {

	border-bottom: 2px solid rgba(255,127,0,1); 
	border-left: 120px solid transparent; 
	border-right: 120px solid transparent; 
	font-size: 0px;

}

.WhyChoose-DivBox {

	float: left; 
	position: relative; 
	width: 29%; 
	height: 100%; 
	margin-left: 5%; 
	margin-right: 1%; 
	font-family: 'poppins'; 
	font-size: 16px; 
	color: #ffffff; 
	padding: 0px; 
	text-align: left; 
	border:1px solid rgba(10,24,97,0.1); 
	border-radius: 5px;
	opacity: 0;

} 

.WhyChoose-DivBox .animated{

	opacity: 1;

}	

.WhyChoose-DivBox-1 {

	float: left; 
	position: relative; 
	width: 29%; 
	height: 100%; 
	margin-left: 0%; 
	margin-right: 1%; 
	font-family: 'poppins'; 
	font-size: 16px; 
	color: #ffffff; 
	padding: 0px; 
	text-align: left; 
	border:1px solid rgba(10,24,97,0.1); 
	border-radius: 5px;
	opacity: 0;

 }

.WhyChoose-DivBox-1 .animated{

	opacity: 1;

}

.WhyChoose-DivBox-2 {

	float: left; 
	position: relative; 
	width: 29%; 
	height: 100%; 
	margin-left: 0%; 
	margin-right: 6%; 
	font-family: 'poppins'; 
	font-size: 16px; 
	color: #ffffff; 
	padding: 0px; 
	text-align: left; 
	border:1px solid rgba(10,24,97,0.1); 
	border-radius: 5px;	
	opacity:0;

}

.WhyChoose-DivBox-2 .animated{

	opacity: 1;

}

.Affiliated-Div {

	float: left; 
	position: relative; 
	width: 100%; 
	height: auto;
	margin: 0px 0% 0px 0%; 
	text-align: center; 
	padding: 0px 0px 0px 0px; 
	border:0px solid blue; 
	box-shadow: 0px 0px blue;
	opacity:1;

}


.Affiliated-Div-1st-Col {

	float: left; 
	position: relative; 
	width: 25%;
	padding: 10px; 
	text-align: center;
	opacity: 0;

}

.Affiliated-Div-1st-Col.animated {

	opacity: 1;

}

.Affiliated-Div-1st-Col-Img {

	width: 100%;
	max-width: 175px; 
	height: auto; 
	border: 1px solid rgba(33,33,33,0.1);
	border-radius: 10px; 
	box-shadow: 0px 0px 0px 0px rgba(33,33,33,0.1);

}

.Affiliated-Div-2nd-Col {

	float: left; 
	position: relative; 
	width: 25%; 
	padding: 10px; 
	text-align: center;
	opacity: 0;

}

.Affiliated-Div-2nd-Col.animated {

	opacity: 1;
}

.Affiliated-Div-2nd-Col-Img {

	width: 100%;
	max-width: 175px; 
	height: auto; 
	border: 1px solid rgba(33,33,33,0.1);
	border-radius: 10px; 
	box-shadow: 0px 0px 0px 0px rgba(33,33,33,0.1);

}

.Affiliated-Div-3rd-Col {

	float: left; 
	position: relative; 
	width: 25%; 
	padding: 10px; 
	text-align: center;
	opacity: 0;

}

.Affiliated-Div-3rd-Col.animated {

	opacity: 1;
}

.Affiliated-Div-3rd-Col-Img {

	width: 100%;
	max-width: 175px; 
	height: auto; 
	border: 1px solid rgba(33,33,33,0.1);
	border-radius: 10px; 
	box-shadow: 0px 0px 0px 0px rgba(33,33,33,0.1);

}

.Affiliated-Div-4th-Col {

	float: left; 
	position: relative; 
	width: 25%; 
	padding: 10px; 
	text-align: center;
	opacity: 0;

}

.Affiliated-Div-4th-Col.animated {

	opacity: 1;
}

.Affiliated-Div-4th-Col-Img {

	width: 175px; 
	height: auto; 
	border: 1px solid rgba(33,33,33,0.1);
	border-radius: 10px; 
	box-shadow: 0px 0px 0px 0px rgba(33,33,33,0.1);

}


.ContactUs {

	float: left; 
	position: relative; 
	width: 96%; 
	height: 100%; 
	margin:0px 2% 0px 2%; 
	border-top: 0px solid rgba(0,0,0,0.1); 
	padding: 50px 0px 20px 0px; 
	background-color: none;

}

.ContactUs-FormSection {

	float: left; 
	position: relative; 
	width: 50%; 
	height: 100%;	
	background-image: url(Img/FLogo.png1); 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: 100% auto; 
	background-color: rgba(255,255,255,1);

}

	.ContactUs-FormSection-Header {

	 	float: left; 
	 	position: relative; 
	 	width: 100%; 
	 	text-align: left; 
	 	padding: 0px 20px 0px 20px; 
	 	font-family: 'Poppins'; 
	 	font-size: 36px; 
	 	font-weight: bolder; 
	 	color:rgba(10,24,97,1); 
	 	border:0px solid blue;

	}

		.ContactUs-FormSection-SubHeader {

 			float: left; 
 			position: relative; 
 			width: 100%; 
 			text-align: left; 
 			padding: 0px 20px 10px 20px; 
 			font-family: 'Poppins'; 
 			font-size: 18px; 
 			font-weight: normal; 
 			color:red; 
 			top:-10px;

 		}
 			
	.FormDiv {

		float: left;
		position: relative;
		width: 100%;
		height: 100%;
		padding: 0px 50px 0px 0px;
		border-right: 1px solid rgba(33,33,33,0.1);
		border-bottom: 0px solid rgba(33,33,33,0.1);

	}

        .SCBtn {
        
            float:left; 
            position:relative; 
            width:100%; 
            height:auto; 
            text-align:center; 
            border:0px solid #f1f1f1; 
            border-radius:10px; 
            font-family:Calibri; 
            font-size:18px; 
            color:#fff;
            padding-bottom: 20px;                        

        }

                .RCButton {
                    
                  background-color:#93B61A;
                  width:120px;
                  height:40px;
                  border-radius:0px;
                  border:0px solid #f1f1f1;
                  font-family:Calibri;
                  font-size:24px;
                  color:#fff;
                    
                }

.ContactUs-Section {

	float: left; 
	position: relative; 
	width: 50%; 
	height: 100%;
	padding: 0px 0px 350px 50px; 
	background-image: url(../Img/CntBG.png); 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: 100% auto; 
	background-color: rgba(255,255,255,1);

}

	.ContactUs-Section-Header {

 		float: left; 
 		position: relative; 
 		width: 100%; 
 		text-align: left; 
 		padding: 10px 20px 0px 20px; 
 		font-family: 'Poppins'; 
 		font-size: 28px; 
 		font-weight: bold; 
 		color:rgba(255,127,0,1); 
 		border:0px solid blue;

	}

		.ContactUs-Section-SubHeader {

	 		float: left; 
	 		position: relative; 
	 		width: 100%; 
	 		text-align: left; 
	 		padding: 5px 20px 10px 20px; 
	 		font-family: 'Poppins'; 
	 		font-size: 18px; 
	 		font-weight: normal; 
	 		color:rgba(0,0,0,0.5); 
	 		top:-10px;

	 	}

.Map-Section {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%; 
	border:0px solid blue;
	padding-top: 0px;

}

.Bottom {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%; 
	margin:0px; 
	border-top: 0px solid rgba(0,0,0,0.1); 
	padding: 0px 0px 0px 0px; 
	background-color: rgba(0,32,99,1);

}

.Bottom-1st-Col {

	float: left; 
	position: relative; 
	width: 50%; 
	text-align: left; 
	padding: 20px 0px 0px 20px; 
	font-family: 'Poppins'; 
	font-size: 16px; color: #ffffff;

}

.Bottom-2nd-Col {

	float: left; 
	position: relative; 
	width: 50%; 
	text-align: right; 
	padding: 0px 20px 10px 0px; 
	font-family: 'Poppins'; 
	font-size: 16px; 
	color: #ffffff;

}

.AboutUs-Div {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%;
	padding: 20px 150px 0px 150px; 
	margin-left: 0%; 
	margin-right: 0%; 
	font-family: 'poppins'; 
	font-size: 14px; 
	color: #000000; 
	text-align: justify; 
	border:0px solid rgba(10,24,97,0.1); 
	border-radius: 0px;	
 	background-image: url('../Img/CntBG.png'); 
 	background-position: top; 
 	background-repeat: no-repeat; 
 	background-size: auto;
	opacity:0;

}

.AboutUs-Div-P {

	padding-bottom: 10px; 
	text-align: center; 
	font-size: 24px; 
	color: rgb(10,24,97,1); 
	font-weight: bold;

}

.AboutUs-Div .animated{

	opacity: 1;

}

	.OurAffiliations {	
	
		float: left; 
		position: relative; 
		width: 100%; 
		height: 100%; 
		padding: 0px 0px 50px 0px; 
		border-top: 0px solid rgba(33,33,33,0.1);

	}

.AboutUs-Header-Div {

	float: left; 
	position: relative; 
	width: 100%; 
	height:auto; 
	padding: 0px 0px 20px 0px; 
	font-family: 'poppins'; 
	font-size: 2vw; 
	color: rgba(10,24,97,1); 
	text-align: center; 
	font-weight: bolder; 
	border: 0px solid blue;
	opacity: 0;

}

.AboutUs-Header-Div .animated{

	opacity: 1;

}

.OurTeam-Div {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%;
	padding: 20px 50px 0px 50px; 
	margin-left: 0%; 
	margin-right: 0%; 
	font-family: 'poppins'; 
	font-size: 14px; 
	color: #000000; 
	text-align: justify; 
	border:0px solid rgba(10,24,97,1); 
	border-radius: 0px;	
 	background-image: url('../Img/CntBG.png1'); 
 	background-position: top; 
 	background-repeat: no-repeat; 
 	background-size: auto;

}

	.OurTeam-Div-Left-Col {

		float:left; 
		position:relative; 
		width:100%; 
		padding:0px 50px 0px 50px; 
		text-align:center;
		margin-bottom: 50px; 
		border-left:0px solid rgba(255,127,0,0.8);
		box-shadow: 0px 0px 0px rgba(33,33,33,0.2);
		border-radius: 0px;
		opacity: 0;

 	}

	.OurTeam-Div-Left-Col .animated{
	
		opacity: 1;

	}

	.OurTeam-Img-Div {

		float:left; 
		position:relative; 
		width:40%; 
		height:300px; 
		border:0px solid blue; 

	}

	.OurTeam-Img-Txt-Div {

		float:left; 
		position:absolute; 
		width:100%; 
		max-width:120px; 
		height:auto; 
		padding:10px; 
		bottom:50px; 
		font-family:'poppins'; 
		font-size:24px; 
		color:#ffffff; 
		background-color:rgba(255,127,0,0.8); 
		text-align:left;

 	}

	.OurTeam-Div-Right-Col {

  		float:left; 
  		position:relative; 
  		width:50%; 
  		padding:0px 50px 0px 50px; 
  		text-align:center; 
  		border:0px solid red;
  		opacity: 0;

  	}

	.OurTeam-Div-Right-Col .animated{

		opacity: 1;

	}	

	.OurDestination-Div {

		float: left; 
		position: relative; 
		width: 100%; 
		height: 100%;
		padding: 0px 50px 50px 50px; 
		margin-left: 0%; 
		margin-right: 0%; 
		font-family: 'poppins'; 
		font-size: 14px; 
		color: #000000; 
		text-align: justify; 
		border:0px solid rgba(10,24,97,1); 
		border-radius: 0px;	
	 	background-image: url('../Img/CntBG.png1'); 
	 	background-position: top; 
	 	background-repeat: no-repeat; 
	 	background-size: auto;

	}

	.Destination-Div-Left-Col {

		float:left; 
		position:relative; 
		width:33%; 
		padding:0px 20px 0px 20px; 
		text-align:center; 
		border:0px solid red;
		opacity: 0;

 	}

	.Destination-Div-Left-Col .animated{
	
		opacity: 1;

	}

	.Destination-Div-Package-Thumbnail {

		Width:100%;
		Height:150px;

	}

	.Destination-Left-Txt-Box {

 		float:left; 
 		position:relative; 
 		width:100%; 
 		height:200px; 
 		padding:10px 1px 5px 1px; 
 		text-align:justify; 
 		font-family:'assistant'; 
 		font-size:18px; 
 		color:black;
 		overflow: hidden; 
 		border:0px solid blue;

	}

	.Destination-Header-Image {

		width: 100%;
		height: 200px;

	}

	.Left-Txt-Box {

 		float:left; 
 		position:relative; 
 		width:60%; 
 		height:300px; 
 		padding:10px 20px 0px 20px; 
 		text-align:justify; 
 		font-family:'assistant'; 
 		font-size:18px; 
 		color:black; 
 		border:0px solid blue;
 		overflow: auto;

	}

	.Div-Destination-Package-Itinerary {

		float:left; 
		position:fixed; 
		width:100%; 
		height:100%; 
		padding:20px 20px 20px 20px; 
		background-color:rgba(33,33,33,0.5); 
		z-index:11111111111111;

	}	

	.Div-Destination-Package-Itinerary-Details {

 		float:left; 
 		position:relative; 
 		width:80%; 
 		height:100%; 
 		margin:0px 10% 0px 10%; 
 		padding:10px; 
 		background-color:rgba(255,255,255,1); 
 		overflow-y:auto;

 	}

	.Div-Destination-Package-Itinerary-Details-Header {

		float:left; 
		position:relative; 
		width:100%; 
		height:300px; 
		top:-23px; 
		padding:0px; 
		text-align:center;

	}

	.Div-Destination-Package-Itinerary-Details-Header-Txt {

		float:left; 
		position:absolute; 
		width:100%; 
		height:auto; 
		padding:0px; 
		bottom:20px; 
		font-family:'poppins'; 
		font-size:32px; 
		color:#ffffff; 
		background-color:rgba(255,127,0,0); 
		text-align:center;

 	}
 		
.Btn {

	color: #ffffff;
	background-color: green;
	font-family: 'poppins';
	padding: 10px 20px 10px 20px;
	border:0px solid #fff;

}

.Grid-Header {

	background-color: rgba(10,24,97,1);
	color: #ffffff;
	border:0px solid #fff;

}

.Grid-Footer {

	background-color: rgba(10,24,97,1);
	color: #ffffff;
	border:0px solid #fff;

}

.Grid-Header-Style {

	padding: 10px;

}

.Grid-Header-Style-Destination {

	padding-left: 20px;

}

.Border-Radius-Img {

	border-radius: 0px;

}

.Btn-PageHeader {

	float:left; 
	position:relative; 
	width:auto; 
	padding:5px 10px 5px 10px; 
	border-top:1px solid rgba(33,33,33,0.1);
	border-left:1px solid rgba(33,33,33,0.1);
	border-right:1px solid rgba(33,33,33,0.1);
	text-decoration: none;
	font-family: 'poppins';
	font-size: 16px;
	color: red;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-right: 5px;

}

.Btn-PageHeader:hover 

 {

	background-color: rgba(10,24,97,1);
	color: #ffffff;

}

.Btn-PageHeader:active

 {

	background-color: rgba(10,24,97,1);
	color: #ffffff;

}

.Testimonials-Div {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%;
	padding: 50px 150px 50px 150px; 
	margin-left: 0%; 
	margin-right: 0%; 
	font-family: 'poppins'; 
	font-size: 14px; 
	color: #000000; 
	text-align: justify; 
	border:0px solid rgba(33,33,33,0.1); 
	background-color:rgba(250,250,250,0.5);
	border-radius: 0px;	
 	background-image: url('../Img/CntBG.png1'); 
 	background-position: top; 
 	background-repeat: no-repeat; 
 	background-size: auto;

}

.TestimonialPerson_Profile {

	width: 150px;
	height: 150px;
	border-radius: 100px;

}

.Admin_TestimonialsContent {

	float: left;
	position: relative;
	width: 100%;
	height: 200px;
	margin-bottom: 2px;
	padding: 10px 0px 10px 0px;
	overflow-y: scroll;

}

/*  START - ABOUT US  */

.AboutVarunJi {

	float:left; 
	position: relative; 
	width: 80%; 
	margin:50px 10% 0px 10%; 
	padding: 10px; 
	top:150px; 
	border:0px solid red;

}

.AboutVarunJi_1stCol { 

	float:left; 
	position: relative; 
	width: 40%; 
	padding: 10px; 
	text-align: center;
	opacity: 0;

}

.AboutVarunJi_1stCol.animated { 

	opacity: 1;

}

.AboutVarunJi_2ndCol {

	float:left; 
	position: relative; 
	width: 60%; 
	padding: 75px 10px 10px 10px;

}

.AboutSCJewellers {

	float:left; 
	position: relative; 
	width: 100%; 
	top:150px; 
	padding: 100px 100px 100px 100px; 
	margin:50px 0% 0px 0%; 
	background-image: url('../Img1/SCBG.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	font-family: 'poppins'; 
	border:0px solid red;
	opacity: 0;

}

.AboutSCJewellers.animated {

	opacity: 1;
}

.AboutSCJewellers_font {

	color:#1F1A17; 
	font-size:48px;

}


.AboutSCJewellers_font1 {

	color:#1F1A17; 
	font-weight: bold; 
	font-size: 56px; 
	line-height: 40px;

}

.AboutSCJewellers_ColBoxDiv {

	float:left; 
	position:relative; 
	width:60%; 
	margin:2% 20% 1% 20%;

}

.AboutSCJewellers_ColBoxDiv_1 {

	float:left; 
	position: relative; 
	width:32%; 
	margin:0px 2% 0px 0%; 
	border: 0px solid red;  
	background-image: url('../Img1/SBG.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 20px; 
	border-radius: 5px;
	opacity: 0;

}

.AboutSCJewellers_ColBoxDiv_1.animated {

	opacity: 1;
}

.AboutSCJewellers_ColBoxDiv_2 {

	float:left; 
	position: relative; 
	width:32%; 
	margin:0px 2% 0px 0%; 
	border: 0px solid red;  
	background-image: url('../Img1/SBG-L.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 20px; 
	border-radius: 5px;
	opacity: 0;

}

.AboutSCJewellers_ColBoxDiv_2.animated {

	opacity: 1;
}

.AboutSCJewellers_ColBoxDiv_3 {

	float:left; 
	position: relative; 
	width:32%; 
	margin:0px 0% 0px 0%; 
	border: 0px solid red;  
	background-image: url('../Img1/SBG.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 20px; 
	border-radius: 5px;
	opacity: 0;

}

.AboutSCJewellers_ColBoxDiv_3.animated {

	opacity: 1;
}


.AboutSCJewellers_ColBoxDiv1 {

	float:left; 
	position: relative; 
	width:60%; 
	margin:0% 20% 1% 20%;

}

.AboutSCJewellers_ColBoxDiv1_1 {

	float:left; 
	position: relative; 
	width:32%; 
	margin:0px 2% 0px 0%; 
	border: 0px solid red;  
	background-image: url('../Img1/SBG-L.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 20px; 
	border-radius: 5px;
	opacity: 0;

}

.AboutSCJewellers_ColBoxDiv1_1.animated {

	opacity: 1;
}


.AboutSCJewellers_ColBoxDiv1_2 {

	float:left; 
	position: relative; 
	width:32%; 
	margin:0px 2% 0px 0%; 
	border: 0px solid red;  
	background-image: url('../Img1/SBG.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 20px; 
	border-radius: 5px;
	opacity: 0;

}

.AboutSCJewellers_ColBoxDiv1_2.animated {

	opacity: 1;
}


.AboutSCJewellers_ColBoxDiv1_3 {

	float:left; 
	position: relative; 
	width:32%; 
	margin:0px 0% 0px 0%; 
	border: 0px solid red;  
	background-image: url('../Img1/SBG-L.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 20px; 
	border-radius: 5px;
	opacity: 0;

}

.AboutSCJewellers_ColBoxDiv1_3.animated {

	opacity: 1;
}


.header-wwsy-AboutUs {

	float:left;
	position:relative; 
	width:100%; 
	top:150px;
	font-family: 'poppins'; 
	font-size: 56px; 
	font-size: bolder; 
	text-align:center;
	border:0px solid red; 
	margin: 100px 0px 0px 0px;
	opacity: 0;

}

.header-wwsy-AboutUs.animated {

	opacity: 1;

}

.header-wwsy-AboutUs-font {

	color:rgba(239,205,96,1); 
	font-size: 48px;

}

.header-wwsy-AboutUs-font1 {

	color:#1F1A17; 
	font-size: 56px; 
	font-weight: bold; 
	line-height: 40px;

}


/*  START - HAPPY CLIENTS  */


 .Container_HClients {

 	float:left;
 	position: relative;
 	border-top: 0px solid rgba(33,33,33,0.1);
 	max-width: 100%;
 	padding: 50px 18% 0px 18%;
 	background-color: rgba(27,61,158,0);
 	border:0px solid red;
	top:150px;
	
 }


/*  END - HAPPY CLIENTS  */

/* START - CONTACT US */

	.CntUs_Div {

		float: left; 
		position: relative; 
		width: 90%; 
		margin: 40px 5% 0px 5%; 
		top: 110px;
		border:0px solid red;

	}

	.CntUs_Div_1stCol {

		float: left; 
		position: relative; 
		width: 100%; 
		background-image: url('../Img1/CntUs.jpg'); 
		background-position: center; 
		background-size: contain; 
		background-repeat: no-repeat; 
		min-height: 500px;

	}

	.CntUs_Div_2ndCol {

		float: left; 
		position: relative; 
		width: 100%; 
		padding: 20px;

	}	

	.CntUs_Div_2ndCol_1stRow {

		float: left; 
		position: relative; 
		width: 100%; 
		font-family: 'poppins'; 
		font-size:42px; 
		font-weight: bold; 
		color: #1F1A17; 
		text-align:center; 
		padding: 50px 0px 0px 0px;
		line-height: none;

	}

	.CntUs_Div_2ndCol_1stRow_P {

		font-size: 24px; 
		color: #EFCD60;

	}

	.CntUs_Address {

		float:left; 
		position:relative; 
		width:80%; 
		margin:50px 10% 50px 10%;
		border: 0px solid red;
		/*style="float:left; position:relative; width:80%; margin:50px 10% 50px 10%; border:0px solid red;"*/
	
	}

	.CntUs_Address_Col_1 { 

		float:left; 
		position:relative; 
		width:33%; 
		text-align: center;
		margin-top:0px;

	}

	.CntUs_Address_Col_1_Details { 

		float:left; 
		position:relative; 
		width:100%; 
		color:#1F1A17; 
		font-size:32px; 
		font-family: 'poppins';

 	}

	.CntUs_Address_Col_1_Details_fa { 

		color:#EFCD60; 
		font-size:32px;

 	}

	.CntUs_Address_Col_2 { 

		float:left; 
		position:relative; 
		width:34%; 
		text-align: center;
		margin-top:0px;

	}

	.CntUs_Address_Col_2_Details { 

		float:left; 
		position:relative; 
		width:100%; 
		color:#1F1A17; 
		font-size:32px; 
		font-family: 'poppins';

 	}

	.CntUs_Address_Col_2_Details_fa { 

		color:#EFCD60; 
		font-size:32px;

 	}

	.CntUs_Address_Col_3 { 

		float:left; 
		position:relative; 
		width:33%; 
		text-align: center;
		margin-top:0px;

	}

	.CntUs_Address_Col_3_Details { 

		float:left; 
		position:relative; 
		width:100%; 
		color:#1F1A17; 
		font-size:32px; 
		font-family: 'poppins';

 	}

	.CntUs_Address_Col_3_Details_fa { 

		color:#EFCD60; 
		font-size:32px;

 	}

 	.CntUs_Address_1 {

		float:left; 
		position:relative; 
		width:40%;

 	}

 	.CntUs_Address_2 {

		float:left; 
		position: relative; 
		width:60%;
		margin-top: 0px;

 	}



	.CntUs_Div_Address {

		float: left; 
		position: relative; 
		width: 100%; 
		font-family: 'poppins'; 
		font-size:24px; 
		color: #0BC1BC;

 	}

	.CntUs_Div_Address_1stCol {

		float: left; 
		position: relative; 
		width: 50%; 
		color: #1B3D9E; 
		padding: 20px 0px 20px 0px;
		border:1px solid red;

 	}

	.CntUs_Div_Address_2ndCol {

		float: left; 
		position: relative; 
		width: 100%; 
		color: #1B3D9E; 
		padding: 20px 50px 20px 0px; 
		text-align: center;

	}

	.CntUs_Div_Address_2ndCol_P {
	 
		float: left; 
		position: relative; 
		width: 100%; 
		font-family: 'poppins'; 
		font-size:18px; 
		color: #0BC1BC; 
		padding: 0px 50px 0px 0px; 
		text-align: center;

	}

/* END - CONTACT US  */

/* START - FAQ */

	.FaqNote {

		float:left; 
		position:relative; 
		width:100%; 
		margin: 50px 0% 50px 0%; 
		text-align: center; 
		padding: 20px; 
		font-family: 'poppins'; 
		font-size: 18px; 
		background-color: rgba(31,26,23,0.5); 
		color:#fff; 
		border: 1px solid #f5f5f5; 
		border-radius: 100px;

	}

/* END - FAQ */

/* Small devices ( phones, 991px  and down)*/
@media (max-width: 991px) {

	.Header-Section-1st-Row { 

		float: left; 
		position: fixed; 
		width: 100%; 
		height: 30px; 
		background-color: rgba(235,241,249,1); 
		z-index: 11111111; 
		border-bottom: 1px solid rgba(235,241,249,0.3);

	}

	.Header-Section-1st-Row-1st-Col { 

 		float: left; 
 		position: relative; 
 		width: 50%; 
 		height: 50px; 
 		font-family: 'poppins'; 
 		font-size: 16px; 
 		text-align: left; 
 		padding: 2px 0px 0px 20px;

 	}
 			
		.Header-Section-1st-Row-1st-Col-1st-SubCol {

			float: left; 
			position: relative; 
			width: auto; 
			padding: 4px 0px 0px 0px; 
			border:0px solid blue;

		}

		.Header-Section-1st-Row-1st-Col-2nd-SubCol {

			float: left; 
			position: relative; 
			width: auto; 
			padding: 1px 10px 0px 0px; 
			border-right: 1px solid rgba(33,33,33,0.2);
			display: none;	

		}

		.Header-Section-1st-Row-1st-Col-3rd-SubCol {
	
			float: left; 
			position: relative; 
			width: auto; 
			padding: 3px 3px 0px 10px; 
			border:0px solid blue;

		}	

		.Header-Section-1st-Row-1st-Col-4th-SubCol {

			float: left;
			position: relative; 
			width: auto; 
			padding: 3px 3px 0px 5px; 
			border:0px solid blue;

		}

		.Header-Section-1st-Row-1st-Col-5th-SubCol {

			float: left; 
			position: relative; 
			width: auto; 
			padding: 3px 3px 0px 5px; 
			border:0px solid blue;

		}

		.Header-Section-1st-Row-2nd-Col {

 			float: left; 
 			position: relative; 
 			width: 50%; 
 			height: 50px; 
 			font-family: 'poppins'; 
 			font-size: 16px; 
 			text-align: right; 
 			padding: 2px 20px 0px 0px;

 		}

			.Header-Section-1st-Row-2nd-Col-1st-SubCol {

		  		float: right; 
				position: relative; 
				width: auto;
				padding: 1px 0px 0px 5px; 
				border:0px solid blue;

			}

			.Header-Section-1st-Row-2nd-Col-2nd-SubCol {

		  		float: right; 
				position: relative; 
				width: auto; 
				padding: 0px 0px 0px 2px; 
				border:0px solid blue;
				display: none;

			}

				.Header-Section-Language {

					float: left;
					position: fixed;
					width: 50%;
					height: 37px;
					padding-right: 10px; 
					top:30px;
					right:0px;
					z-index: 11111111111;
					background-color: rgba(255,204,0,0.5);

				}

					.Header-Section-Language-1st-Col {

						float: left;
						position: relative;
						width: 50%;
						height: auto;
						padding: 8px 8px 0px 10px; 
						font-family: 'Poppins';
						font-size: 12px;
						text-align: left;

					}

					.Header-Section-Language-2nd-Col {

						float: left;
						position: relative;
						width: 50%;
						height: auto;
						padding-right: 5px; 

					}
					
	.Header-Div {

		float: left; 
		position: relative; 
		width: 100%; 
		height:auto; 
		padding: 20px 0px 20px 0px; 
		font-family: 'poppins'; 
		font-size: 7vw; 
		color: rgba(10,24,97,1); 
		text-align: center; 
		font-weight: bolder; 
		border: 0px solid blue;
		opacity: 0;

	}

	.Header-Div .animated{

		opacity: 1;

	}

	.Header-Div-SubHeader {

		float: left; 
		position: relative; 
		width: 100%; 
		height:auto; 
		padding: 0px 0px 50px 0px; 
		font-family: 'poppins'; 
		font-size: 18px; 
		color: rgba(0,0,0,0.5); 
		text-align: center; 
		font-weight: bolder; 
		opacity: 0;

	}

	.Header-Div-SubHeader .animated{

		opacity: 1;

	}

.Banner-Section {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%;
	margin-top:130px; 
	border:0px solid green;

}

.AboutUs-Section {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%; 
	padding: 0px 0px 10px 0px; 
	border:0px solid blue;

}

.Header-Div-Font {

	color:rgba(255,127,0,1); 
	font-size: 7.7vw;

}

.Header-Div-Font-Bottom-Line {

	border-bottom: 2px solid rgba(255,127,0,1); 
	border-left: 80px solid transparent; 
	border-right: 80px solid transparent; 
	font-size: 0px;

}

	.WhyChoose-DivBox {

		float: left; 
		position: relative; 
		width: 29%; 
		height: 100%; 
		margin-left: 5%; 
		margin-right: 1%; 
		font-family: 'poppins'; 
		font-size: 16px; 
		color: #ffffff; 
		padding: 0px; 
		text-align: left; 
		border:1px solid rgba(10,24,97,0.1); 
		border-radius: 5px;
		opacity: 0;

	} 

	.WhyChoose-DivBox .animated{

		opacity: 1;

	}	

	.WhyChoose-DivBox-1 {

		float: left; 
		position: relative; 
		width: 29%; 
		height: 100%; 
		margin-left: 0%; 
		margin-right: 1%; 
		font-family: 'poppins'; 
		font-size: 16px; 
		color: #ffffff; 
		padding: 0px; 
		text-align: left; 
		border:1px solid rgba(10,24,97,0.1); 
		border-radius: 5px;
		opacity: 0;

	 }

	.WhyChoose-DivBox-1 .animated{

		opacity: 1;

	}

	.WhyChoose-DivBox-2 {

		float: left; 
		position: relative; 
		width: 29%; 
		height: 100%; 
		margin-left: 0%; 
		margin-right: 6%; 
		font-family: 'poppins'; 
		font-size: 16px; 
		color: #ffffff; 
		padding: 0px; 
		text-align: left; 
		border:1px solid rgba(10,24,97,0.1); 
		border-radius: 5px;	
		opacity:0;

	}

	.WhyChoose-DivBox-2 .animated{

		opacity: 1;

	}

.Affiliated-Div {

	float: left; 
	position: relative; 
	width: 100%; 
	height: auto;
	margin: 0px 0% 0px 0%; 
	text-align: center; 
	padding: 0px 0px 0px 0px; 
	border:0px solid blue; 
	box-shadow: 0px 0px blue;
	opacity:1;

}

.Affiliated-Div-1st-Col {

	float: left; 
	position: relative; 
	width: 50%;
	padding: 10px; 
	text-align: center;
	opacity: 0;

}

.Affiliated-Div-1st-Col.animated {

	opacity: 1;

}

.Affiliated-Div-1st-Col-Img {

	width: 100%;
	max-width: 100%; 
	height: auto; 
	border: 1px solid rgba(33,33,33,0.1);
	border-radius: 10px; 
	box-shadow: 0px 0px 0px 0px rgba(33,33,33,0.1);

}

.Affiliated-Div-2nd-Col {

	float: left; 
	position: relative; 
	width: 50%; 
	padding: 10px; 
	text-align: center;
	opacity: 0;

}

.Affiliated-Div-2nd-Col.animated {

	opacity: 1;
}

.Affiliated-Div-2nd-Col-Img {

	width: 100%;
	max-width: 100%; 
	height: auto; 
	border: 1px solid rgba(33,33,33,0.1);
	border-radius: 10px; 
	box-shadow: 0px 0px 0px 0px rgba(33,33,33,0.1);

}

.Affiliated-Div-3rd-Col {

	float: left; 
	position: relative; 
	width: 50%; 
	padding: 10px; 
	text-align: center;
	opacity: 0;

}

.Affiliated-Div-3rd-Col.animated {

	opacity: 1;
}

.Affiliated-Div-3rd-Col-Img {

	width: 100%;
	max-width: 175px; 
	height: auto; 
	border: 1px solid rgba(33,33,33,0.1);
	border-radius: 10px; 
	box-shadow: 0px 0px 0px 0px rgba(33,33,33,0.1);

}

.Affiliated-Div-4th-Col {

	float: left; 
	position: relative; 
	width: 50%; 
	padding: 10px; 
	text-align: center;
	opacity: 0;

}

.Affiliated-Div-4th-Col.animated {

	opacity: 1;
}

.Affiliated-Div-4th-Col-Img {

	width: 100%;
	max-width: 100%; 
	height: auto; 
	border: 1px solid rgba(33,33,33,0.1);
	border-radius: 10px; 
	box-shadow: 0px 0px 0px 0px rgba(33,33,33,0.1);

}

.ContactUs {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%; 
	margin:0px; 
	border-top: 0px solid rgba(0,0,0,0.1); 
	padding: 20px 0px 20px 0px; 
	background-color: none;

}

.ContactUs-FormSection {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%;	
	background-image: url(Img/FLogo.png1); 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: 100% auto; 
	background-color: rgba(255,255,255,1);

}

	.ContactUs-FormSection-Header {

	 	float: left; 
	 	position: relative; 
	 	width: 100%; 
	 	text-align: left; 
	 	padding: 0px 20px 0px 20px; 
	 	font-family: 'Poppins'; 
	 	font-size: 24px; 
	 	font-weight: bolder; 
	 	color:rgba(10,24,97,1); 
	 	border:0px solid blue;

	}

		.ContactUs-FormSection-SubHeader {

 			float: left; 
 			position: relative; 
 			width: 100%; 
 			text-align: left; 
 			padding: 5px 20px 0px 20px; 
 			font-family: 'Poppins'; 
 			font-size: 14px; 
 			font-weight: normal; 
 			color:red; 
 			top:-10px;

 		}

	.FormDiv {


		float: left;
		position: relative;
		width: 100%;
		height: 100%;
		padding: 0px 0px 0px 0px;
		border-right: 0px solid rgba(33,33,33,0.1);
		border-bottom: 1px solid rgba(33,33,33,0.1);


	}

        .SCBtn {
        
            float:left; 
            position:relative; 
            width:100%; 
            height:auto; 
            text-align:center; 
            border:0px solid #f1f1f1; 
            border-radius:10px; 
            font-family:Calibri; 
            font-size:18px; 
            color:#fff;
            padding-bottom: 20px;                        

        }

                .RCButton {
                    
                  background-color:#93B61A;
                  width:120px;
                  height:40px;
                  border-radius:0px;
                  border:0px solid #f1f1f1;
                  font-family:Calibri;
                  font-size:24px;
                  color:#fff;
                    
                }

.ContactUs-Section {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%;
	padding: 20px 0px 0px 0px; 
	background-image: url(../Img/CntBG.png); 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: 100% auto; 
	background-color: rgba(255,255,255,1);

}

	.ContactUs-Section-Header {

 		float: left; 
 		position: relative; 
 		width: 100%; 
 		text-align: left; 
 		padding: 0px 20px 0px 20px; 
 		font-family: 'Poppins'; 
 		font-size: 24px; 
 		font-weight: bold; 
 		color:rgba(255,127,0,1); 
 		border:0px solid blue;

	}

		.ContactUs-Section-SubHeader {

	 		float: left; 
	 		position: relative; 
	 		width: 100%; 
	 		text-align: left; 
	 		padding: 10px 20px 10px 20px; 
	 		font-family: 'Poppins'; 
	 		font-size: 14px; 
	 		font-weight: normal; 
	 		color:rgba(0,0,0,0.5); 
	 		top:-10px;

	 	}

.Map-Section {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%; 
	border:0px solid blue;
	padding-top: 0px;

}

.Bottom {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%; 
	margin:0px; 
	border-top: 0px solid rgba(0,0,0,0.1); 
	padding: 0px 0px 0px 0px; 
	background-color: rgba(0,32,99,1);

}

.Bottom-1st-Col {

	float: left; 
	position: relative; 
	width: 100%; 
	text-align: center; 
	padding: 15px 0px 0px 0px; 
	font-family: 'Poppins'; 
	font-size: 12px; 
	color: #ffffff;

}

.Bottom-2nd-Col {

	float: left; 
	position: relative; 
	width: 100%; 
	text-align: center; 
	padding: 20px 20px 10px 0px; 
	font-family: 'Poppins'; 
	font-size: 16px; 
	color: #ffffff;

}

	.AboutUs-Div {

		float: left; 
		position: relative; 
		width: 100%; 
		height: 100%;
		padding: 10px 20px 0px 20px; 
		margin-left: 0%; 
		margin-right: 0%; 
		font-family: 'poppins'; 
		font-size: 14px; 
		color: #000000; 
		text-align: justify; 
		border:0px solid rgba(10,24,97,0.1); 
		border-radius: 0px;	
	 	background-image: url('../Img/CntBG.png'); 
	 	background-position: center; 
	 	background-repeat: no-repeat; 
	 	background-size: auto;
		opacity:0;

	}

.AboutUs-Div-P {

	padding-bottom: 10px; 
	text-align: center; 
	font-size: 18px; 
	color: rgb(10,24,97,1); 
	font-weight: bold;

}

	.AboutUs-Div .animated{

		opacity: 1;

	}

	.OurAffiliations {	
	
		float: left; 
		position: relative; 
		width: 100%; 
		height: 100%; 
		padding: 0px 0px 10px 0px; 
		border-top: 0px solid rgba(33,33,33,0.1);

	}

	.AboutUs-Header-Div {

		float: left; 
		position: relative; 
		width: 100%; 
		height:auto; 
		padding: 0px 0px 20px 0px; 
		font-family: 'poppins'; 
		font-size: 7vw; 
		color: rgba(10,24,97,1); 
		text-align: center; 
		font-weight: bolder; 
		border: 0px solid blue;
		opacity: 0;

	}

	.AboutUs-Header-Div .animated{

		opacity: 1;

	}

	.OurTeam-Div {

		float: left; 
		position: relative; 
		width: 100%; 
		height: 100%;
		padding: 0px 10px 0px 10px; 
		margin-left: 0%; 
		margin-right: 0%; 
		font-family: 'poppins'; 
		font-size: 14px; 
		color: #000000; 
		text-align: justify; 
		border:0px solid rgba(10,24,97,1); 
		border-radius: 0px;	
	 	background-image: url('../Img/CntBG.png1'); 
	 	background-position: top; 
	 	background-repeat: no-repeat; 
	 	background-size: auto;

	}

		.OurTeam-Div-Left-Col {

			float:left; 
			position:relative; 
			width:100%; 
			padding:0px 0px 0px 0px; 
			text-align:center; 
			border:0px solid red;
			opacity: 0;

	 	}

		.OurTeam-Div-Left-Col .animated{
		
			opacity: 1;

		}

		.OurTeam-Img-Div {

			float:left; 
			position:relative; 
			width:100%; 
			height:175px; 
			border:0px solid blue; 

		}

		.OurTeam-Img-Txt-Div {

			float:left; 
			position:absolute; 
			width:100%; 
			max-width:100px; 
			height:auto; 
			padding:5px; 
			bottom:20px; 
			font-family:'poppins'; 
			font-size:18px; 
			color:#ffffff; 
			background-color:rgba(255,127,0,0.8); 
			text-align:left;

	 	}

		.OurTeam-Div-Right-Col {

	  		float:left; 
	  		position:relative; 
	  		width:100%; 
	  		padding:20px 0px 0px 0px; 
	  		text-align:center; 
	  		border:0px solid red;
	  		opacity: 0;

	  	}

		.OurTeam-Div-Right-Col .animated{

			opacity: 1;

		}	


		.OurDestination-Div {

			float: left; 
			position: relative; 
			width: 100%; 
			height: 100%;
			padding: 0px 10px 0px 10px; 
			margin-left: 0%; 
			margin-right: 0%; 
			font-family: 'poppins'; 
			font-size: 14px; 
			color: #000000; 
			text-align: justify; 
			border:0px solid rgba(10,24,97,1); 
			border-radius: 0px;	
		 	background-image: url('../Img/CntBG.png1'); 
		 	background-position: top; 
		 	background-repeat: no-repeat; 
		 	background-size: auto;

		}

		.Destination-Div-Left-Col {

			float:left; 
			position:relative; 
			width:100%; 
			padding:0px 0px 0px 0px; 
			text-align:center; 
			border:0px solid red;
			opacity: 0;

	 	}

		.Destination-Div-Left-Col .animated{
		
			opacity: 1;

		}

	.Destination-Div-Package-Thumbnail {

		Width:100%;
		Height:150px;

	}

		.Left-Txt-Box {

	 		float:left; 
	 		position:relative; 
	 		width:100%; 
	 		height:100%; 
	 		padding:10px 1px 5px 1px; 
	 		text-align:justify; 
	 		font-family:'assistant'; 
	 		font-size:18px; 
	 		color:black; 
	 		border:0px solid blue;

		}

	.Div-Destination-Package-Itinerary {

		float:left; 
		position:fixed; 
		width:100%; 
		height:100%; 
		padding:20px 0px 20px 0px; 
		background-color:rgba(33,33,33,0.5); 
		z-index:11111111111111;

	}	

	.Div-Destination-Package-Itinerary-Details {

 		float:left; 
 		position:relative; 
 		width:98%; 
 		height:100%; 
 		margin:0px 1% 0px 1%; 
 		padding:10px; 
 		background-color:rgba(255,255,255,1); 
 		overflow-y:auto;

 	}

	.Div-Destination-Package-Itinerary-Details-Header {

		float:left; 
		position:relative; 
		width:100%; 
		height:125px; 
		top:-22px; 
		padding:0px; 
		text-align:center;

	}

	.Div-Destination-Package-Itinerary-Details-Header-Txt {

		float:left; 
		position:absolute; 
		width:100%; 
		height:auto; 
		padding:0px; 
		bottom:20px; 
		font-family:'poppins'; 
		font-size:24px; 
		color:#ffffff; 
		background-color:rgba(255,127,0,0); 
		text-align:center;

 	}

	.Testimonials-Div {

		float: left; 
		position: relative; 
		width: 100%; 
		height: 100%;
		padding: 20px 10px 0px 10px; 
		margin-left: 0%; 
		margin-right: 0%; 
		font-family: 'poppins'; 
		font-size: 14px; 
		color: #000000; 
		text-align: justify; 
		border:0px solid rgba(33,33,33,0.1); 
		border-radius: 0px;	
	 	background-image: url('../Img/CntBG.png1'); 
	 	background-position: top; 
	 	background-repeat: no-repeat; 
	 	background-size: auto;

	}

/*  START - ABOUT US  */

	.AboutVarunJi {

		float:left; 
		position: relative; 
		width: 96%; 
		margin:30px 2% 0px 2%; 
		padding: 10px; 
		top:110px; 
		border:0px solid red;

	}

	.AboutVarunJi_1stCol { 

		float:left; 
		position: relative; 
		width: 100%; 
		padding: 10px; 
		text-align: center;
		opacity: 0;

	}

	.AboutVarunJi_1stCol.animated { 

		opacity: 1;

	}

.AboutVarunJi_2ndCol {

	float:left; 
	position: relative; 
	width: 100%; 
	padding: 15px 0px 0px 0px;

}


.AboutSCJewellers {

	float:left; 
	position: relative; 
	width: 100%; 
	top:150px; 
	padding: 50px 0px 0px 0px; 
	margin:20px 0% 0px 0%; 
	background-image: url('../Img1/SCBG.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	font-family: 'poppins'; 
	border:0px solid red;
	opacity: 0;

}

.AboutSCJewellers.animated {

	opacity: 1;
}

.AboutSCJewellers_font {

	color:#fff; 
	font-size:24px;

}

.AboutSCJewellers_font1 {

	color:#1B3D9E; 
	font-weight: bold; 
	font-size: 28px; 
	line-height: 20px;

}

.AboutSCJewellers_ColBoxDiv {

	float:left; 
	position:relative; 
	width:90%; 
	margin:2% 5% 1% 5%;

}

.AboutSCJewellers_ColBoxDiv_1 {

	float:left; 
	position: relative; 
	width:100%; 
	margin:0px 0% 20px 0%; 
	border: 0px solid red;  
	background-image: url('../Img1/SBG.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 20px; 
	border-radius: 5px;
	opacity: 0;

}

.AboutSCJewellers_ColBoxDiv_1.animated {

	opacity: 1;
}

.AboutSCJewellers_ColBoxDiv_2 {

	float:left; 
	position: relative; 
	width:100%; 
	margin:0px 0% 20px 0%; 
	border: 0px solid red;  
	background-image: url('../Img1/SBG-L.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 20px; 
	border-radius: 5px;
	opacity: 0;

}

.AboutSCJewellers_ColBoxDiv_2.animated {

	opacity: 1;
}

.AboutSCJewellers_ColBoxDiv_3 {

	float:left; 
	position: relative; 
	width:100%; 
	margin:0px 0% 20px 0%; 
	border: 0px solid red;  
	background-image: url('../Img1/SBG.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 20px; 
	border-radius: 5px;
	opacity: 0;

}

.AboutSCJewellers_ColBoxDiv_3.animated {

	opacity: 1;
}

.AboutSCJewellers_ColBoxDiv1 {

	float:left; 
	position:relative; 
	width:90%; 
	margin:0% 5% 1% 5%;

}

.AboutSCJewellers_ColBoxDiv1_1 {

	float:left; 
	position: relative; 
	width:100%; 
	margin:0px 0% 20px 0%; 
	border: 0px solid red;  
	background-image: url('../Img1/SBG-L.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 20px; 
	border-radius: 5px;
	opacity: 0;

}

.AboutSCJewellers_ColBoxDiv1_1.animated {

	opacity: 1;
}


.AboutSCJewellers_ColBoxDiv1_2 {

	float:left; 
	position: relative; 
	width:100%; 
	margin:0px 0% 20px 0%; 
	border: 0px solid red;  
	background-image: url('../Img1/SBG.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 20px; 
	border-radius: 5px;
	opacity: 0;

}

.AboutSCJewellers_ColBoxDiv1_2.animated {

	opacity: 1;
}

.AboutSCJewellers_ColBoxDiv1_3 {

	float:left; 
	position: relative; 
	width:100%; 
	margin:0px 0% 20px 0%; 
	border: 0px solid red;  
	background-image: url('../Img1/SBG-L.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 20px; 
	border-radius: 5px;
	opacity: 0;

}

.AboutSCJewellers_ColBoxDiv1_3.animated {

	opacity: 1;
}

.header-wwsy-AboutUs {

	float:left;
	position:relative; 
	width:100%; 
	top:150px;
	font-family: 'poppins'; 
	font-size: 28px; 
	font-size: bolder; 
	text-align:center;
	border:0px solid red; 
	margin: 50px 0px 0px 0px;
	opacity: 0;

}

.header-wwsy-AboutUs.animated {

	opacity: 1;

}

.header-wwsy-AboutUs-font {

	color:rgba(41,191,246,1); 
	font-size: 24px;

}

.header-wwsy-AboutUs-font1 {

	color:#1B3D9E; 
	font-size: 28px; 
	font-weight: bold; 
	line-height: 20px;

}

/*  START - HAPPY CLIENTS  */


 .Container_HClients {

 	float:left;
 	position: relative;
 	border-top: 0px solid rgba(33,33,33,0.1);
 	max-width: 100%;
 	padding: 50px 5% 10px 5%;
 	background-color: rgba(27,61,158,0);
 	border:0px solid red;
	top:110px;
	
 }


/*  END - HAPPY CLIENTS  */

/* START - CONTACT US */

	.CntUs_Div {

		float: left; 
		position: relative; 
		width: 90%; 
		margin: 20px 5% 0px 5%; 
		top: 110px;
		text-align: center;

	}

	.CntUs_Div_1stCol {

		float: left; 
		position: relative; 
		width: 100%; 
		background-image: url('../Img1/CntUs.jpg'); 
		background-position: center; 
		background-size: contain; 
		background-repeat: no-repeat; 
		min-height: 200px;

	}

	.CntUs_Div_2ndCol {

		float: left; 
		position: relative; 
		width: 100%; 
		padding: 10px;

	}	

	.CntUs_Div_2ndCol_1stRow {

		float: left; 
		position: relative; 
		width: 100%; 
		font-family: 'poppins'; 
		font-size:32px; 
		font-weight: bold; 
		color: #1F1A17; 
		text-align:center; 
		padding: 0px 0px 0px 0px;
		line-height: 40px; 

	}

	.CntUs_Div_2ndCol_1stRow_P {

		font-size: 24px; 
		color: #EFCD60;

	}

	.CntUs_Address {

		float:left; 
		position:relative; 
		width:80%; 
		margin:40px 10% 0px 10%;

	}

	.CntUs_Address_Col_1 { 

		float:left; 
		position:relative; 
		width:100%; 
		text-align: center;
		margin-top:0px;

	}

	.CntUs_Address_Col_1_Details { 

		float:left; 
		position:relative; 
		width:100%; 
		color:#1F1A17; 
		font-size:18px; 
		font-family: 'poppins';

 	}

	.CntUs_Address_Col_1_Details_fa { 

		color:#EFCD60; 
		font-size:18px;

 	}

	.CntUs_Address_Col_2 { 

		float:left; 
		position:relative; 
		width:100%; 
		text-align: center;
		margin-top:20px;

	}

	.CntUs_Address_Col_2_Details { 

		float:left; 
		position:relative; 
		width:100%; 
		color:#1F1A17; 
		font-size:18px; 
		font-family: 'poppins';

 	}

	.CntUs_Address_Col_2_Details_fa { 

		color:#EFCD60; 
		font-size:18px;

 	}

	.CntUs_Address_Col_3 { 

		float:left; 
		position:relative; 
		width:100%; 
		text-align: center;
		margin-top:20px;

	}

	.CntUs_Address_Col_3_Details { 

		float:left; 
		position:relative; 
		width:100%; 
		color:#1F1A17; 
		font-size:18px; 
		font-family: 'poppins';

 	}

	.CntUs_Address_Col_3_Details_fa { 

		color:#EFCD60; 
		font-size:18px;

 	}

 	.CntUs_Address_1 {

		float:left; 
		position:relative; 
		width:100%;

 	}

 	.CntUs_Address_2 {

		float:left; 
		position: relative; 
		width:100%;
		margin-top:10px;

 	}

	.CntUs_Div_Address {

		float: left; 
		position: relative; 
		width: 100%; 
		font-family: 'poppins'; 
		font-size:24px; 
		color: #0BC1BC;

 	}

	.CntUs_Div_Address_1stCol {

		float: left; 
		position: relative; 
		width: 100%; 
		color: #1B3D9E; 
		padding: 20px 0px 20px 0px;

 	}

	.CntUs_Div_Address_2ndCol {

		float: left; 
		position: relative; 
		width: 100%; 
		color: #1B3D9E; 
		padding: 20px 0px 20px 0px; 
		text-align: center;

	}

	.CntUs_Div_Address_2ndCol_P {
	 
		float: left; 
		position: relative; 
		width: 100%; 
		font-family: 'poppins'; 
		font-size:18px; 
		color: #0BC1BC; 
		padding: 0px 0px 0px 0px; 
		text-align: center;

	}

/* END - CONTACT US  */

/* START - FAQ */

	.FaqNote {

		float:left; 
		position:relative; 
		width:100%; 
		margin: 50px 0% 0px 0%; 
		text-align: center; 
		padding: 20px; 
		font-family: 'poppins'; 
		font-size: 18px; 
		background-color: #0BC1BC; 
		color:#fff; 
		border: 0px solid #f5f5f5; 
		border-radius: 10px;

	}

/* END - FAQ */

}

/* Extra small devices (phones, 360px and down) */
@media only screen and (max-width: 375px) {

	.Header-Section-1st-Row { 

		float: left; 
		position: fixed; 
		width: 100%; 
		height: 30px; 
		background-color: rgba(235,241,249,1); 
		z-index: 11111111; 
		border-bottom: 1px solid rgba(235,241,249,0.3);

	}

	.Header-Section-1st-Row-1st-Col { 

 		float: left; 
 		position: relative; 
 		width: 50%; 
 		height: 50px; 
 		font-family: 'poppins'; 
 		font-size: 16px; 
 		text-align: left; 
 		padding: 2px 0px 0px 20px;

 	}
 			
		.Header-Section-1st-Row-1st-Col-1st-SubCol {

			float: left; 
			position: relative; 
			width: auto; 
			padding: 4px 0px 0px 0px; 
			border:0px solid blue;

		}

		.Header-Section-1st-Row-1st-Col-2nd-SubCol {

			float: left; 
			position: relative; 
			width: auto; 
			padding: 1px 10px 0px 0px; 
			border-right: 1px solid rgba(33,33,33,0.2);
			display: none;	

		}

		.Header-Section-1st-Row-1st-Col-3rd-SubCol {
	
			float: left; 
			position: relative; 
			width: auto; 
			padding: 3px 3px 0px 10px; 
			border:0px solid blue;

		}	

		.Header-Section-1st-Row-1st-Col-4th-SubCol {

			float: left;
			position: relative; 
			width: auto; 
			padding: 3px 3px 0px 5px; 
			border:0px solid blue;

		}

		.Header-Section-1st-Row-1st-Col-5th-SubCol {

			float: left; 
			position: relative; 
			width: auto; 
			padding: 3px 3px 0px 5px; 
			border:0px solid blue;

		}

		.Header-Section-1st-Row-2nd-Col {

 			float: left; 
 			position: relative; 
 			width: 50%; 
 			height: 50px; 
 			font-family: 'poppins'; 
 			font-size: 16px; 
 			text-align: right; 
 			padding: 2px 20px 0px 0px;

 		}

			.Header-Section-1st-Row-2nd-Col-1st-SubCol {

		  		float: right; 
				position: relative; 
				width: auto;
				padding: 1px 0px 0px 5px; 
				border:0px solid blue;

			}

			.Header-Section-1st-Row-2nd-Col-2nd-SubCol {

		  		float: right; 
				position: relative; 
				width: auto; 
				padding: 0px 0px 0px 2px; 
				border:0px solid blue;
				display: none;

			}

				.Header-Section-Language {

					float: left;
					position: fixed;
					width: 50%;
					height: 37px;
					padding-right: 10px; 
					top:30px;
					right:0px;
					z-index: 11111111111;
					background-color: rgba(255,204,0,0.5);

				}

					.Header-Section-Language-1st-Col {

						float: left;
						position: relative;
						width: 50%;
						height: auto;
						padding: 8px 8px 0px 10px; 
						font-family: 'Poppins';
						font-size: 12px;
						text-align: left;

					}

					.Header-Section-Language-2nd-Col {

						float: left;
						position: relative;
						width: 50%;
						height: auto;
						padding-right: 5px; 

					}
					
	.Header-Div {

		float: left; 
		position: relative; 
		width: 100%; 
		height:auto; 
		padding: 20px 0px 20px 0px; 
		font-family: 'poppins'; 
		font-size: 7vw; 
		color: rgba(10,24,97,1); 
		text-align: center; 
		font-weight: bolder; 
		border: 0px solid blue;
		opacity: 0;

	}

	.Header-Div .animated{

		opacity: 1;

	}

	.Header-Div-SubHeader {

		float: left; 
		position: relative; 
		width: 100%; 
		height:auto; 
		padding: 0px 0px 50px 0px; 
		font-family: 'poppins'; 
		font-size: 18px; 
		color: rgba(0,0,0,0.5); 
		text-align: center; 
		font-weight: bolder; 
		opacity: 0;

	}

	.Header-Div-SubHeader .animated{

		opacity: 1;

	}

.Banner-Section {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%;
	margin-top:130px; 
	border:0px solid green;

}

.AboutUs-Section {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%; 
	padding: 0px 0px 10px 0px; 
	border:0px solid blue;

}

.Header-Div-Font {

	color:rgba(255,127,0,1); 
	font-size: 7.7vw;

}

.Header-Div-Font-Bottom-Line {

	border-bottom: 2px solid rgba(255,127,0,1); 
	border-left: 80px solid transparent; 
	border-right: 80px solid transparent; 
	font-size: 0px;

}

	.WhyChoose-DivBox {

		float: left; 
		position: relative; 
		width: 29%; 
		height: 100%; 
		margin-left: 5%; 
		margin-right: 1%; 
		font-family: 'poppins'; 
		font-size: 16px; 
		color: #ffffff; 
		padding: 0px; 
		text-align: left; 
		border:1px solid rgba(10,24,97,0.1); 
		border-radius: 5px;
		opacity: 0;

	} 

	.WhyChoose-DivBox .animated{

		opacity: 1;

	}	

	.WhyChoose-DivBox-1 {

		float: left; 
		position: relative; 
		width: 29%; 
		height: 100%; 
		margin-left: 0%; 
		margin-right: 1%; 
		font-family: 'poppins'; 
		font-size: 16px; 
		color: #ffffff; 
		padding: 0px; 
		text-align: left; 
		border:1px solid rgba(10,24,97,0.1); 
		border-radius: 5px;
		opacity: 0;

	 }

	.WhyChoose-DivBox-1 .animated{

		opacity: 1;

	}

	.WhyChoose-DivBox-2 {

		float: left; 
		position: relative; 
		width: 29%; 
		height: 100%; 
		margin-left: 0%; 
		margin-right: 6%; 
		font-family: 'poppins'; 
		font-size: 16px; 
		color: #ffffff; 
		padding: 0px; 
		text-align: left; 
		border:1px solid rgba(10,24,97,0.1); 
		border-radius: 5px;	
		opacity:0;

	}

	.WhyChoose-DivBox-2 .animated{

		opacity: 1;

	}

.Affiliated-Div {

	float: left; 
	position: relative; 
	width: 100%; 
	height: auto;
	margin: 0px 0% 0px 0%; 
	text-align: center; 
	padding: 0px 0px 0px 0px; 
	border:0px solid blue; 
	box-shadow: 0px 0px blue;
	opacity:1;

}

.Affiliated-Div-1st-Col {

	float: left; 
	position: relative; 
	width: 50%;
	padding: 10px; 
	text-align: center;
	opacity: 0;

}

.Affiliated-Div-1st-Col.animated {

	opacity: 1;

}

.Affiliated-Div-1st-Col-Img {

	width: 100%;
	max-width: 100%; 
	height: auto; 
	border: 1px solid rgba(33,33,33,0.1);
	border-radius: 10px; 
	box-shadow: 0px 0px 0px 0px rgba(33,33,33,0.1);

}

.Affiliated-Div-2nd-Col {

	float: left; 
	position: relative; 
	width: 50%; 
	padding: 10px; 
	text-align: center;
	opacity: 0;

}

.Affiliated-Div-2nd-Col.animated {

	opacity: 1;
}

.Affiliated-Div-2nd-Col-Img {

	width: 100%;
	max-width: 100%; 
	height: auto; 
	border: 1px solid rgba(33,33,33,0.1);
	border-radius: 10px; 
	box-shadow: 0px 0px 0px 0px rgba(33,33,33,0.1);

}

.Affiliated-Div-3rd-Col {

	float: left; 
	position: relative; 
	width: 50%; 
	padding: 10px; 
	text-align: center;
	opacity: 0;

}

.Affiliated-Div-3rd-Col.animated {

	opacity: 1;
}

.Affiliated-Div-3rd-Col-Img {

	width: 100%;
	max-width: 175px; 
	height: auto; 
	border: 1px solid rgba(33,33,33,0.1);
	border-radius: 10px; 
	box-shadow: 0px 0px 0px 0px rgba(33,33,33,0.1);

}

.Affiliated-Div-4th-Col {

	float: left; 
	position: relative; 
	width: 50%; 
	padding: 10px; 
	text-align: center;
	opacity: 0;

}

.Affiliated-Div-4th-Col.animated {

	opacity: 1;
}

.Affiliated-Div-4th-Col-Img {

	width: 100%;
	max-width: 100%; 
	height: auto; 
	border: 1px solid rgba(33,33,33,0.1);
	border-radius: 10px; 
	box-shadow: 0px 0px 0px 0px rgba(33,33,33,0.1);

}

.ContactUs {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%; 
	margin:0px; 
	border-top: 0px solid rgba(0,0,0,0.1); 
	padding: 20px 0px 20px 0px; 
	background-color: none;

}

.ContactUs-FormSection {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%;	
	background-image: url(Img/FLogo.png1); 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: 100% auto; 
	background-color: rgba(255,255,255,1);

}

	.ContactUs-FormSection-Header {

	 	float: left; 
	 	position: relative; 
	 	width: 100%; 
	 	text-align: left; 
	 	padding: 0px 20px 0px 20px; 
	 	font-family: 'Poppins'; 
	 	font-size: 24px; 
	 	font-weight: bolder; 
	 	color:rgba(10,24,97,1); 
	 	border:0px solid blue;

	}

		.ContactUs-FormSection-SubHeader {

 			float: left; 
 			position: relative; 
 			width: 100%; 
 			text-align: left; 
 			padding: 5px 20px 0px 20px; 
 			font-family: 'Poppins'; 
 			font-size: 14px; 
 			font-weight: normal; 
 			color:red; 
 			top:-10px;

 		}

	.FormDiv {


		float: left;
		position: relative;
		width: 100%;
		height: 100%;
		padding: 0px 0px 0px 0px;
		border-right: 0px solid rgba(33,33,33,0.1);
		border-bottom: 1px solid rgba(33,33,33,0.1);


	}

        .SCBtn {
        
            float:left; 
            position:relative; 
            width:100%; 
            height:auto; 
            text-align:center; 
            border:0px solid #f1f1f1; 
            border-radius:10px; 
            font-family:Calibri; 
            font-size:18px; 
            color:#fff;
            padding-bottom: 20px;                        

        }

                .RCButton {
                    
                  background-color:#93B61A;
                  width:120px;
                  height:40px;
                  border-radius:0px;
                  border:0px solid #f1f1f1;
                  font-family:Calibri;
                  font-size:24px;
                  color:#fff;
                    
                }

.ContactUs-Section {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%;
	padding: 20px 0px 0px 0px; 
	background-image: url(../Img/CntBG.png); 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: 100% auto; 
	background-color: rgba(255,255,255,1);

}

	.ContactUs-Section-Header {

 		float: left; 
 		position: relative; 
 		width: 100%; 
 		text-align: left; 
 		padding: 0px 20px 0px 20px; 
 		font-family: 'Poppins'; 
 		font-size: 24px; 
 		font-weight: bold; 
 		color:rgba(255,127,0,1); 
 		border:0px solid blue;

	}

		.ContactUs-Section-SubHeader {

	 		float: left; 
	 		position: relative; 
	 		width: 100%; 
	 		text-align: left; 
	 		padding: 10px 20px 10px 20px; 
	 		font-family: 'Poppins'; 
	 		font-size: 14px; 
	 		font-weight: normal; 
	 		color:rgba(0,0,0,0.5); 
	 		top:-10px;

	 	}

.Map-Section {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%; 
	border:0px solid blue;
	padding-top: 0px;

}

.Bottom {

	float: left; 
	position: relative; 
	width: 100%; 
	height: 100%; 
	margin:0px; 
	border-top: 0px solid rgba(0,0,0,0.1); 
	padding: 0px 0px 0px 0px; 
	background-color: rgba(0,32,99,1);

}

.Bottom-1st-Col {

	float: left; 
	position: relative; 
	width: 100%; 
	text-align: center; 
	padding: 15px 0px 0px 0px; 
	font-family: 'Poppins'; 
	font-size: 12px; 
	color: #ffffff;

}

.Bottom-2nd-Col {

	float: left; 
	position: relative; 
	width: 100%; 
	text-align: center; 
	padding: 20px 20px 10px 0px; 
	font-family: 'Poppins'; 
	font-size: 16px; 
	color: #ffffff;

}

	.AboutUs-Div {

		float: left; 
		position: relative; 
		width: 100%; 
		height: 100%;
		padding: 10px 20px 0px 20px; 
		margin-left: 0%; 
		margin-right: 0%; 
		font-family: 'poppins'; 
		font-size: 14px; 
		color: #000000; 
		text-align: justify; 
		border:0px solid rgba(10,24,97,0.1); 
		border-radius: 0px;	
	 	background-image: url('../Img/CntBG.png'); 
	 	background-position: center; 
	 	background-repeat: no-repeat; 
	 	background-size: auto;
		opacity:0;

	}

.AboutUs-Div-P {

	padding-bottom: 10px; 
	text-align: center; 
	font-size: 18px; 
	color: rgb(10,24,97,1); 
	font-weight: bold;

}

	.AboutUs-Div .animated{

		opacity: 1;

	}

	.OurAffiliations {	
	
		float: left; 
		position: relative; 
		width: 100%; 
		height: 100%; 
		padding: 0px 0px 10px 0px; 
		border-top: 0px solid rgba(33,33,33,0.1);

	}

	.AboutUs-Header-Div {

		float: left; 
		position: relative; 
		width: 100%; 
		height:auto; 
		padding: 0px 0px 20px 0px; 
		font-family: 'poppins'; 
		font-size: 7vw; 
		color: rgba(10,24,97,1); 
		text-align: center; 
		font-weight: bolder; 
		border: 0px solid blue;
		opacity: 0;

	}

	.AboutUs-Header-Div .animated{

		opacity: 1;

	}

	.OurTeam-Div {

		float: left; 
		position: relative; 
		width: 100%; 
		height: 100%;
		padding: 0px 10px 0px 10px; 
		margin-left: 0%; 
		margin-right: 0%; 
		font-family: 'poppins'; 
		font-size: 14px; 
		color: #000000; 
		text-align: justify; 
		border:0px solid rgba(10,24,97,1); 
		border-radius: 0px;	
	 	background-image: url('../Img/CntBG.png1'); 
	 	background-position: top; 
	 	background-repeat: no-repeat; 
	 	background-size: auto;

	}

		.OurTeam-Div-Left-Col {

			float:left; 
			position:relative; 
			width:100%; 
			padding:0px 0px 0px 0px; 
			text-align:center; 
			border:0px solid red;
			opacity: 0;

	 	}

		.OurTeam-Div-Left-Col .animated{
		
			opacity: 1;

		}

		.OurTeam-Img-Div {

			float:left; 
			position:relative; 
			width:100%; 
			height:175px; 
			border:0px solid blue; 

		}

		.OurTeam-Img-Txt-Div {

			float:left; 
			position:absolute; 
			width:100%; 
			max-width:100px; 
			height:auto; 
			padding:5px; 
			bottom:20px; 
			font-family:'poppins'; 
			font-size:18px; 
			color:#ffffff; 
			background-color:rgba(255,127,0,0.8); 
			text-align:left;

	 	}

		.OurTeam-Div-Right-Col {

	  		float:left; 
	  		position:relative; 
	  		width:100%; 
	  		padding:20px 0px 0px 0px; 
	  		text-align:center; 
	  		border:0px solid red;
	  		opacity: 0;

	  	}

		.OurTeam-Div-Right-Col .animated{

			opacity: 1;

		}	


		.OurDestination-Div {

			float: left; 
			position: relative; 
			width: 100%; 
			height: 100%;
			padding: 0px 10px 0px 10px; 
			margin-left: 0%; 
			margin-right: 0%; 
			font-family: 'poppins'; 
			font-size: 14px; 
			color: #000000; 
			text-align: justify; 
			border:0px solid rgba(10,24,97,1); 
			border-radius: 0px;	
		 	background-image: url('../Img/CntBG.png1'); 
		 	background-position: top; 
		 	background-repeat: no-repeat; 
		 	background-size: auto;

		}

		.Destination-Div-Left-Col {

			float:left; 
			position:relative; 
			width:100%; 
			padding:0px 0px 0px 0px; 
			text-align:center; 
			border:0px solid red;
			opacity: 0;

	 	}

		.Destination-Div-Left-Col .animated{
		
			opacity: 1;

		}

	.Destination-Div-Package-Thumbnail {

		Width:100%;
		Height:150px;

	}

		.Left-Txt-Box {

	 		float:left; 
	 		position:relative; 
	 		width:100%; 
	 		height:100%; 
	 		padding:10px 1px 5px 1px; 
	 		text-align:justify; 
	 		font-family:'assistant'; 
	 		font-size:18px; 
	 		color:black; 
	 		border:0px solid blue;

		}

	.Div-Destination-Package-Itinerary {

		float:left; 
		position:fixed; 
		width:100%; 
		height:100%; 
		padding:20px 0px 20px 0px; 
		background-color:rgba(33,33,33,0.5); 
		z-index:11111111111111;

	}	

	.Div-Destination-Package-Itinerary-Details {

 		float:left; 
 		position:relative; 
 		width:98%; 
 		height:100%; 
 		margin:0px 1% 0px 1%; 
 		padding:10px; 
 		background-color:rgba(255,255,255,1); 
 		overflow-y:auto;

 	}

	.Div-Destination-Package-Itinerary-Details-Header {

		float:left; 
		position:relative; 
		width:100%; 
		height:125px; 
		top:-22px; 
		padding:0px; 
		text-align:center;

	}

	.Div-Destination-Package-Itinerary-Details-Header-Txt {

		float:left; 
		position:absolute; 
		width:100%; 
		height:auto; 
		padding:0px; 
		bottom:20px; 
		font-family:'poppins'; 
		font-size:24px; 
		color:#ffffff; 
		background-color:rgba(255,127,0,0); 
		text-align:center;

 	}

	.Testimonials-Div {

		float: left; 
		position: relative; 
		width: 100%; 
		height: 100%;
		padding: 20px 10px 0px 10px; 
		margin-left: 0%; 
		margin-right: 0%; 
		font-family: 'poppins'; 
		font-size: 14px; 
		color: #000000; 
		text-align: justify; 
		border:0px solid rgba(33,33,33,0.1); 
		border-radius: 0px;	
	 	background-image: url('../Img/CntBG.png1'); 
	 	background-position: top; 
	 	background-repeat: no-repeat; 
	 	background-size: auto;

	}

/*  START - ABOUT US  */

	.AboutVarunJi {

		float:left; 
		position: relative; 
		width: 96%; 
		margin:30px 2% 0px 2%; 
		padding: 10px; 
		top:110px; 
		border:0px solid red;

	}

	.AboutVarunJi_1stCol { 

		float:left; 
		position: relative; 
		width: 100%; 
		padding: 10px; 
		text-align: center;
		opacity: 0;

	}

	.AboutVarunJi_1stCol.animated { 

		opacity: 1;

	}

.AboutVarunJi_2ndCol {

	float:left; 
	position: relative; 
	width: 100%; 
	padding: 15px 0px 0px 0px;

}


.AboutSCJewellers {

	float:left; 
	position: relative; 
	width: 100%; 
	top:150px; 
	padding: 50px 0px 0px 0px; 
	margin:20px 0% 0px 0%; 
	background-image: url('../Img1/SCBG.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	font-family: 'poppins'; 
	border:0px solid red;
	opacity: 0;

}

.AboutSCJewellers.animated {

	opacity: 1;
}

.AboutSCJewellers_font {

	color:#fff; 
	font-size:24px;

}

.AboutSCJewellers_font1 {

	color:#1B3D9E; 
	font-weight: bold; 
	font-size: 28px; 
	line-height: 20px;

}

.AboutSCJewellers_ColBoxDiv {

	float:left; 
	position:relative; 
	width:90%; 
	margin:2% 5% 1% 5%;

}

.AboutSCJewellers_ColBoxDiv_1 {

	float:left; 
	position: relative; 
	width:100%; 
	margin:0px 0% 20px 0%; 
	border: 0px solid red;  
	background-image: url('../Img1/SBG.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 20px; 
	border-radius: 5px;
	opacity: 0;

}

.AboutSCJewellers_ColBoxDiv_1.animated {

	opacity: 1;
}

.AboutSCJewellers_ColBoxDiv_2 {

	float:left; 
	position: relative; 
	width:100%; 
	margin:0px 0% 20px 0%; 
	border: 0px solid red;  
	background-image: url('../Img1/SBG-L.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 20px; 
	border-radius: 5px;
	opacity: 0;

}

.AboutSCJewellers_ColBoxDiv_2.animated {

	opacity: 1;
}

.AboutSCJewellers_ColBoxDiv_3 {

	float:left; 
	position: relative; 
	width:100%; 
	margin:0px 0% 20px 0%; 
	border: 0px solid red;  
	background-image: url('../Img1/SBG.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 20px; 
	border-radius: 5px;
	opacity: 0;

}

.AboutSCJewellers_ColBoxDiv_3.animated {

	opacity: 1;
}

.AboutSCJewellers_ColBoxDiv1 {

	float:left; 
	position:relative; 
	width:90%; 
	margin:0% 5% 1% 5%;

}

.AboutSCJewellers_ColBoxDiv1_1 {

	float:left; 
	position: relative; 
	width:100%; 
	margin:0px 0% 20px 0%; 
	border: 0px solid red;  
	background-image: url('../Img1/SBG-L.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 20px; 
	border-radius: 5px;
	opacity: 0;

}

.AboutSCJewellers_ColBoxDiv1_1.animated {

	opacity: 1;
}


.AboutSCJewellers_ColBoxDiv1_2 {

	float:left; 
	position: relative; 
	width:100%; 
	margin:0px 0% 20px 0%; 
	border: 0px solid red;  
	background-image: url('../Img1/SBG.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 20px; 
	border-radius: 5px;
	opacity: 0;

}

.AboutSCJewellers_ColBoxDiv1_2.animated {

	opacity: 1;
}

.AboutSCJewellers_ColBoxDiv1_3 {

	float:left; 
	position: relative; 
	width:100%; 
	margin:0px 0% 20px 0%; 
	border: 0px solid red;  
	background-image: url('../Img1/SBG-L.jpg'); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 20px; 
	border-radius: 5px;
	opacity: 0;

}

.AboutSCJewellers_ColBoxDiv1_3.animated {

	opacity: 1;
}

.header-wwsy-AboutUs {

	float:left;
	position:relative; 
	width:100%; 
	top:150px;
	font-family: 'poppins'; 
	font-size: 28px; 
	font-size: bolder; 
	text-align:center;
	border:0px solid red; 
	margin: 50px 0px 0px 0px;
	opacity: 0;

}

.header-wwsy-AboutUs.animated {

	opacity: 1;

}

.header-wwsy-AboutUs-font {

	color:rgba(41,191,246,1); 
	font-size: 24px;

}

.header-wwsy-AboutUs-font1 {

	color:#1B3D9E; 
	font-size: 28px; 
	font-weight: bold; 
	line-height: 20px;

}

/*  START - HAPPY CLIENTS  */


 .Container_HClients {

 	float:left;
 	position: relative;
 	border-top: 0px solid rgba(33,33,33,0.1);
 	max-width: 100%;
 	padding: 50px 5% 10px 5%;
 	background-color: rgba(27,61,158,0);
 	border:0px solid red;
	top:110px;
	
 }


/*  END - HAPPY CLIENTS  */

/* START - CONTACT US */

	.CntUs_Div {

		float: left; 
		position: relative; 
		width: 90%; 
		margin: 20px 5% 0px 5%; 
		top: 110px;
		text-align: center;

	}

	.CntUs_Div_1stCol {

		float: left; 
		position: relative; 
		width: 100%; 
		background-image: url('../Img1/CntUs.jpg'); 
		background-position: center; 
		background-size: contain; 
		background-repeat: no-repeat; 
		min-height: 200px;

	}

	.CntUs_Div_2ndCol {

		float: left; 
		position: relative; 
		width: 100%; 
		padding: 10px;

	}	

	.CntUs_Div_2ndCol_1stRow {

		float: left; 
		position: relative; 
		width: 100%; 
		font-family: 'poppins'; 
		font-size:32px; 
		font-weight: bold; 
		color: #1F1A17; 
		text-align:center; 
		padding: 0px 0px 0px 0px;
		line-height: 40px; 

	}

	.CntUs_Div_2ndCol_1stRow_P {

		font-size: 24px; 
		color: #EFCD60;

	}

	.CntUs_Div_Address {

		float: left; 
		position: relative; 
		width: 100%; 
		font-family: 'poppins'; 
		font-size:24px; 
		color: #0BC1BC;

 	}

	.CntUs_Address {

		float:left; 
		position:relative; 
		width:80%; 
		margin:40px 10% 0px 10%;

	}

	.CntUs_Address_Col_1 { 

		float:left; 
		position:relative; 
		width:100%; 
		text-align: center;
		margin-top:0px;

	}

	.CntUs_Address_Col_1_Details { 

		float:left; 
		position:relative; 
		width:100%; 
		color:#1F1A17; 
		font-size:18px; 
		font-family: 'poppins';

 	}

	.CntUs_Address_Col_1_Details_fa { 

		color:#EFCD60; 
		font-size:18px;

 	}

	.CntUs_Address_Col_2 { 

		float:left; 
		position:relative; 
		width:100%; 
		text-align: center;
		margin-top:20px;

	}

	.CntUs_Address_Col_2_Details { 

		float:left; 
		position:relative; 
		width:100%; 
		color:#1F1A17; 
		font-size:18px; 
		font-family: 'poppins';

 	}

	.CntUs_Address_Col_2_Details_fa { 

		color:#EFCD60; 
		font-size:18px;

 	}

	.CntUs_Address_Col_3 { 

		float:left; 
		position:relative; 
		width:100%; 
		text-align: center;
		margin-top:20px;

	}

	.CntUs_Address_Col_3_Details { 

		float:left; 
		position:relative; 
		width:100%; 
		color:#1F1A17; 
		font-size:18px; 
		font-family: 'poppins';

 	}

	.CntUs_Address_Col_3_Details_fa { 

		color:#EFCD60; 
		font-size:18px;

 	}

 	.CntUs_Address_1 {

		float:left; 
		position:relative; 
		width:100%;

 	}

 	.CntUs_Address_2 {

		float:left; 
		position: relative; 
		width:100%;
		margin-top:10px;

 	}

	.CntUs_Div_Address_1stCol {

		float: left; 
		position: relative; 
		width: 100%; 
		color: #1B3D9E; 
		padding: 20px 0px 20px 0px;

 	}

	.CntUs_Div_Address_2ndCol {

		float: left; 
		position: relative; 
		width: 100%; 
		color: #1B3D9E; 
		padding: 20px 0px 20px 0px; 
		text-align: center;

	}

	.CntUs_Div_Address_2ndCol_P {
	 
		float: left; 
		position: relative; 
		width: 100%; 
		font-family: 'poppins'; 
		font-size:18px; 
		color: #0BC1BC; 
		padding: 0px 0px 0px 0px; 
		text-align: center;

	}

/* END - CONTACT US  */

/* START - FAQ */

	.FaqNote {

		float:left; 
		position:relative; 
		width:100%; 
		margin: 50px 0% 0px 0%; 
		text-align: center; 
		padding: 20px; 
		font-family: 'poppins'; 
		font-size: 18px; 
		background-color: #0BC1BC; 
		color:#fff; 
		border: 0px solid #f5f5f5; 
		border-radius: 10px;

	}

/* END - FAQ */

}
