
input:focus {
    outline: none!important;
}
.row1>div, .row2>div {
    padding-bottom: 1em;
}
.toptext {
    background: #d4bb9f;
    padding: 1.5em 1em;
    display: grid;
    grid-template-columns: repeat(3,33.3%);
    text-align: center;
	margin-top: 10px;
	color:#333;
}
.toptext p {
    margin-top: 0px;
    display: table-cell;
	vertical-align: middle;
	width: 90%;
	padding-left: 15px;
	text-align: left;
	color:#333!important
}
.toptext>div {
    display: table;
}
.toptext span {
   font-weight: bold;
    background: #a38870;
    padding: 7px;
    border-radius: 500px;
    font-size: 22px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #9d836c;
}
.swiper-button-next:after,  .swiper-button-prev:after {
    font-size: 30px;;
    color: #d4bb9f;
}
.swiper-container {
}

.swiper-wrapper{
}
.swiper-button-next{
	position: absolute;
    right: -50px!important;
}
span.swiper-pagination-bullet {
    background: #d4bb9f;
    margin: 10px;
}
.swiper-pagination{
	width:100%;
}
.swiper-button-prev {
    position: absolute;
    left: -50px!important;
    
}
@media (max-width:768px){
	.toptext span {
		background: #a38870;
		padding: 5px;
		border-radius: 500px;
		font-size: 17px;
	}
	.toptext p {
		margin-top: 0px;
		display: table-cell;
		/* vertical-align: middle; */
		width: 90%;
		padding: 0px;
		padding-left: 5px;
		text-align: left;
		color: #333!important;
	}
	.toptext{
		margin-left: -5vw;
		width:100vw
	}
	.something{
		display:none;
	}
}
@media (min-width:768px){
	.innerbox{
		height:40px!important;
		width:40px!important
	}
	.innerbox span {
		font-size: 25px!important;
		margin-top: 5px!important;
	}
	.numtext {
		margin: 10px 5px 5px 5px!important;
		
	}
	.link1 i{
		margin: 10px 13px!important;
	}
	.link2 i{
		margin-left: 10px!important;
		}
	.link3 i {
    margin: 10px 10px!important;
}
}
.ullink {
  display: flex;
  flex-direction: column;
  align-items: start;
  list-style-type: none;
  display: inline-block;
    float: right;
}
.social {
    display: grid;
	grid-template-columns: auto auto auto;
	text-align: center;
}
.social a{
	border: 4px solid #f2cca8;border-radius: 500px;background-color: #161616;
	font-size: 22px;
	color: #f2cca8;

}
.link1,.link2,.link3{
	margin:auto!important;
	width:40px!important;
	height:40px!important
}

.ullink li {
 
    display: inline-block;
    color: #f2cca8;
    font-size: 18px;
    margin: 19px;
    font-family: sans-serif;
    font-weight: 600;
}
.ullink li a {
  position: relative;
  display: block;
    color: #f2cca8;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 600;
    text-decoration: none;
  transition: 0.5s;
}
.ullink li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
  background: #f2cca8;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
.ullink li a:hover {
  color: #f2cca8;
}
.ullink li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.sidelink2 a {
  color: #AA2124;		
}

.sidelink2 a:hover {
  	text-decoration: none;		
	color: #797878;
	transition: 0.5s
}

.link1 i:hover {
    font-size: 22px;
    color: #000;
    	transition: 0.5s
}

.link1:hover {

    border: 2px solid #000;
    background-color: #f2cca8;
    	transition: 0.5s

}

.link2 i:hover {
    font-size: 22px;
    color: #000;
    transition: 0.5s
}

.link2:hover {

    border: 2px solid #000;
    background-color: #f2cca8;
    transition: 0.5s

}
.link3 i:hover {
    font-size: 22px;
    color: #000;
    	transition: 0.5s
}

.link3:hover {

    border: 2px solid #000;
    background-color: #f2cca8;
    	transition: 0.5s

}

.firstleft a:hover  {
	color: #797878;
}

span#myBtn:hover  {
	color: #797878;
}


* {
	padding: 0px;
	margin: 0px;

}

html{
	overflow-x: hidden;

}

body{
		background-color: #161616;
		overflow-x: hidden;

}




.nav-bar {
position: absolute;
background-color: #122;
top: 0;
right: 100%;
height: 100vh;
width: 250px;
display: none;
justify-content: center;
align-items: center;
transition: position 2.9s;
-webkit-transition: position 2.9s;
-moz-transition: position 2.9s;
-ms-transition: position 2.9s;
-o-transition: position 2.9s;
}




.maindiv{
	height: auto;
	width: 90%;
	margin: 0px auto;
}

.nav{

	height: 80px;
	width: 100%;

}

.logo{height: 60px;width: 245px;margin: 9px;float: left;}

.logo img {
    height: 100%;
    width: 100%;
}

.menu{
height: 60px;
width: 50%;
float: right;
margin: 9px;
}


.menu li {
    display: inline-block;
    color: #f2cca8;
    font-size: 18px;
    margin: 19px;
    font-family: sans-serif;
    font-weight: 600;
}

.menu li a {
    display: inline-block;
    color: #f2cca8;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.menu ul {
    display: inline-block;
    float: right;
}

.firstsection{
height: auto;
width: 100%;
margin: 50px auto;
}

.imgyear{
	height: auto;
	width: 270px;
	float: right;
	margin-right: 40px;
}

.imgyear h1 {
    color: #f2cca8;
    font-size: 54px;
    text-align: right;
}


.leftpart{
	width: 45%;
	height: auto;
	float: left;
	padding: 15px;
}

.leftpart img {
    height: 500px;
    width: 100%;
}

.rightpart{
	width: 45%;
	height: 560px;

	float: right;
	padding: 15px;
}



.rightpart p {
    color: #fff;
    font-family: sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 16px;
}

.rightpart h1 {
    color: #f2cca8;
    font-size: 54px;

}


.clear{
	clear: both;
}

.secoundsection{margin: 52px auto;height: auto;width: 100%;margin: 0px auto;}


.leftpart2{
	width: 45%;
	height: auto;
	float: left;
	padding: 20px;
}



.leftpart2 p {
    color: #fff;
    font-family: sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 16px;
}

.leftpart2 h1 {
    color: #f2cca8;
    font-size: 54px;
}


.rightpart2{
	width: 45%;
	height: auto;
	float: right;
	padding: 15px;
}

.rightpart2 img {
    height: 382px;
    width: 100%;
}




.thirdsection{height: auto;width: 100%;margin: 42px auto;}

.leftpart3{
	width: 45%;
	height: auto;
	float: left;
	padding: 15px;
}

.leftpart3 img {
    height: 311px;
    width: 50%;
    margin: auto;
    display: block;
}

.rightpart3{
	width: 50%;
	height: auto;
	float: right;
	padding: 15px;
	background-image: url(image/j.png);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: left;
	background-size: 123px;
}



.rightpart3 p {
    color: #fff;
    font-family: sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 20px;
    margin-left: 25px;
    line-height: 1.5;
    margin-top: 16px;
}


.footer{
height: auto;
width: 100%;
background-color: #000;
}

.innerfooter{
	width: 80%;
	margin:0px auto;
	background-color: #000;
}

.links{
	/* border: 1px solid #fff; */
	height: auto;
	padding: 17px;
	background-color: #000;
	/* margin-top: 20px; */
}

.copyrightbox{
	/* border: 1px solid #fff; */
	height: 100%;
	background-color: #000;
}


.footerimg{
	/* border: 1px solid #fff; */
	height: 200px;
	background-color: #000;
	float: left;
	width: 20%;
}

.footerimg img {
    height: 100%;
}

.copyright{
	/* border: 1px solid #fff; */
	height: 200px;
	background-color: #000;
	float: right;
	width: 75%;
}

.bottonlogo{height: 74px;margin-top: 7px;background-color: #000;width: 281px;float: left;/* border: 1px solid #fff; */}

.bottonlogo img{
	height: 100%;
	width: 100%;
	background-color: #000;
}

.sidelink{
	height: 103px;
	width: 73%;
	background-color: #000;
	float: right;
	/* margin: 10px; */
}

.sidelink1{/* border: 1px solid #fff; */float: left;height: 86px;width: 30%;background-color: #000;padding: -15px;margin: 12px;}

.sidelink1 h3 {
    font-size: 23px;
    font-family: sans-serif;
    color: #fff;
    margin-top: 5px;
    background-color: #000;
    /* text-align: center; */
    margin-bottom: 20px;
}

.sidelink1 span {
    font-size: 14px;
    color: #fff;
    text-align: left;
    background-color: #000;
    display: block;
    margin: 0px 0px 0px 0px;
    font-family: sans-serif;
}

.sidelink2{
	/* border: 1px solid #fff; */
	float: left;
	height: 85px;
	width: 30%;
	background-color: #000;
	margin: 15px;
}

.sidelink2 h3 {
    font-size: 23px;
    font-family: sans-serif;
    color: #fff;
    background-color: #000;
    margin-top: 5px;
    /* text-align: center; */
    margin-bottom: 20px;
}

.sidelink2 span {
    font-size: 14px;
    color: #fff;
    text-align: left;
    background-color: #000;
    display: block;
    margin: 0px 0px 0px 0px;
    font-family: sans-serif;
}


.sidelink3{/* border: 1px solid #fff; */float: left;height: 85px;background-color: #000;width: 30%;margin: 12px;}

.sidelink3 h3 {
    font-size: 23px;
    font-family: sans-serif;
    color: #fff;
    background-color: #000;
    margin-top: 5px;
    /* text-align: center; */
    margin-bottom: 20px;
}


.social{height: 35px;width: 34%;margin-top: 61px;background-color: #000;/* border: 1px solid #fff; */margin-left: 173px;}

.link1{height: 100%;border: 4px solid #f2cca8;width: 35px;border-radius: 50%;background-color: #161616;float: left;margin-left: 35px;}

.link1 i{
	font-size: 22px;
	color: #f2cca8;
	margin: 9px;
}

.link2{height: 100%;border: 4px solid #f2cca8;width: 35px;border-radius: 50%;background-color: #161616;float: left;margin-left: 30px;}
.link2 i{
	font-size: 15px;
	font-size: 32px;
	color: #f2cca8;
	margin: 10px;
	font-size: 22px;
	color: #f2cca8;
	margin: 9px;
}
.link3{height: 100%;border: 4px solid #f2cca8;width: 35px;background-color: #161616;/* padding: 10px; */border-radius: 50%;float: left;margin-left: 30px;}
.link3 i{
	font-size: 15px;
	font-size: 32px;
	color: #f2cca8;
	margin: 10px;
	font-size: 22px;
	color: #f2cca8;
	margin: 8px;
}

.copyrighttext{
	font-size: 26px;
	color: #fff;
	margin-top: 39px;
	background-color: #000;
	font-family: sans-serif;
	margin-left: 104px;
	/* float: left; */
}

.sidelink3 a {
    font-size: 14px;
    color: #AA2124;
    text-align: left;
    background-color: #000;
    display: block;
    margin: 0px 0px 0px 0px;
    font-family: sans-serif;
    text-decoration: none;
    margin-top: 2px;
}

.leftpart h1{


    	display: block;

}





@media (min-width: 1281px) {
  
* {
	padding: 0px;
	margin: 0px;

}

body{
		background-color: #161616;

}

.maindiv{
	height: auto;
	width: 90%;
	margin: 0px auto;
}

.nav{

	height: 80px;
	width: 100%;

}

.logo{height: 60px;width: 245px;margin: 9px;float: left;}

.logo img {
    height: 100%;
    width: 100%;
}

.menu{
height: 60px;
width: 50%;
float: right;
margin: 9px;
}


.menu li {
    display: inline-block;
    color: #f2cca8;
    font-size: 18px;
    margin: 19px;
    font-family: sans-serif;
    font-weight: 600;
}

.menu ul {
    display: inline-block;
    float: right;
}

.firstsection{
height: auto;
width: 100%;
margin: 50px auto;
}

.imgyear{
	height: auto;
	width: 270px;
	float: right;
	margin-right: 40px;
}

.imgyear h1 {
    color: #f2cca8;
    font-size: 54px;
    text-align: right;
}


.leftpart{
	width: 45%;
	height: auto;
	float: left;
	padding: 15px;
}

.leftpart img {
    height: 500px;
    width: 100%;
}

.rightpart{
	width: 45%;
	height: 560px;

	float: right;
	padding: 15px;
}



.rightpart p {
    color: #fff;
    font-family: sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 16px;
}

.rightpart h1 {
    color: #f2cca8;
    font-size: 54px;

}


.clear{
	clear: both;
}

.secoundsection{margin: 52px auto;height: auto;width: 100%;margin: 0px auto;}


.leftpart2{
	width: 45%;
	height: auto;
	float: left;
	padding: 20px;
}



.leftpart2 p {
    color: #fff;
    font-family: sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 16px;
}

.leftpart2 h1 {
    color: #f2cca8;
    font-size: 54px;
}


.rightpart2{
	width: 45%;
	height: auto;
	float: right;
	padding: 15px;
}

.rightpart2 img {
    height: 382px;
    width: 100%;
}




.thirdsection{height: auto;width: 100%;margin: 42px auto;}

.leftpart3{
	width: 44%;
	height: auto;
	float: left;
	padding: 15px;
}

.leftpart3 img {
    height: 311px;
    width: 50%;
    margin: auto;
    display: block;
}

.rightpart3{
	width: 50%;
	height: auto;
	float: right;
	padding: 15px;
	background-image: url(image/j.png);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: left;
	background-size: 123px;
}



.rightpart3 p {
    color: #fff;
    font-family: sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 20px;
    margin-left: 25px;
    line-height: 1.5;
    margin-top: 16px;
}


.footer{
height: auto;
width: 100%;
background-color: #000;
}

.innerfooter{
	width: 80%;
	margin:0px auto;
	background-color: #000;
}

.links{
	/* border: 1px solid #fff; */
	height: auto;
	padding: 17px;
	width: 100%;
	background-color: #000;
	/* margin-top: 20px; */
}

.copyrightbox{
	/* border: 1px solid #fff; */
	height: 100%;
	background-color: #000;
}


.footerimg{
	/* border: 1px solid #fff; */
	height: 200px;
	background-color: #000;
	float: left;
	width: 20%;
}

.footerimg img {
    height: 100%;
}

.copyright{
	/* border: 1px solid #fff; */
	height: 200px;
	background-color: #000;
	float: right;
	width: 75%;
}

.bottonlogo{height: 74px;margin-top: 7px;background-color: #000;width: 281px;float: left;/* border: 1px solid #fff; */}

.bottonlogo img{
	height: 100%;
	width: 100%;
	background-color: #000;
}

.sidelink{
	height: 103px;
	width: 71%;
	background-color: #000;
	float: right;
	/* margin: 10px; */
}

.sidelink1{/* border: 1px solid #fff; */float: left;height: 86px;width: 28%;background-color: #000;padding: -15px;margin: 12px;}

.sidelink2{
	/* border: 1px solid #fff; */
	float: left;
	height: 85px;
	width: 28%;
	background-color: #000;
	margin: 15px;
}

.sidelink3{/* border: 1px solid #fff; */float: left;height: auto;background-color: #000;width: 28%;margin: 12px;}


.sidelink2 h3 {
    font-size: 23px;
    font-family: sans-serif;
    color: #fff;
    background-color: #000;
    margin-top: 5px;
    /* text-align: center; */
    margin-bottom: 20px;
}

.sidelink2 span {
    font-size: 14px;
    color: #fff;
    text-align: left;
    background-color: #000;
    display: block;
    margin: 0px 0px 0px 0px;
    font-family: sans-serif;
}

.sidelink1 h3 {
    font-size: 23px;
    font-family: sans-serif;
    color: #fff;
    margin-top: 5px;
    background-color: #000;
    /* text-align: center; */
    margin-bottom: 20px;
}

.sidelink1 span {
    font-size: 14px;
    color: #fff;
    text-align: left;
    background-color: #000;
    display: block;
    margin: 0px 0px 0px 0px;
    font-family: sans-serif;
}

.sidelink3 h3 {
    font-size: 23px;
    font-family: sans-serif;
    color: #fff;
    background-color: #000;
    margin-top: 5px;
    /* text-align: center; */
    margin-bottom: 20px;
}


.social{height: 35px;width: 34%;margin-top: 61px;background-color: #000;/* border: 1px solid #fff; */margin-left: 173px;}

.link1{height: 100%;border: 2px solid #f2cca8;width: 35px;border-radius: 50%;background-color: #161616;float: left;margin-left: 35px;}

.link1 i{
	font-size: 22px;
	color: #f2cca8;
	margin: 9px;
}

.link2{height: 100%;border: 2px solid #f2cca8;width: 35px;border-radius: 50%;background-color: #161616;float: left;margin-left: 30px;}
.link2 i{
	font-size: 15px;
	font-size: 32px;
	color: #f2cca8;
	margin: 10px;
	font-size: 22px;
	color: #f2cca8;
	margin: 9px;
}
.link3{height: 100%;border: 2px solid #f2cca8;width: 35px;background-color: #161616;/* padding: 10px; */border-radius: 50%;float: left;margin-left: 30px;}
.link3 i{
	font-size: 15px;
	font-size: 32px;
	color: #f2cca8;
	margin: 10px;
	font-size: 22px;
	color: #f2cca8;
	margin: 8px;
}

.copyrighttext{
	font-size: 26px;
	color: #fff;
	margin-top: 39px;
	background-color: #000;
	font-family: sans-serif;
	margin-left: 104px;
	/* float: left; */
}

.sidelink3 a {
    font-size: 14px;
    color: #AA2124;
    text-align: left;
    background-color: #000;
    display: block;
    margin: 0px 0px 0px 0px;
    font-family: sans-serif;
    text-decoration: none;
    margin-top: 2px;
}


.leftpart h1{


    	display: block;

}


  
}



@media (min-width: 1025px) and (max-width: 1280px) {
  
* {
	padding: 0px;
	margin: 0px;

}

body{
		background-color: #161616;

}

.maindiv{
	height: auto;
	width: 90%;
	margin: 0px auto;
}

.nav{

	height: 80px;
	width: 100%;

}

.logo{height: 60px;width: 245px;margin: 9px;float: left;}

.logo img {
    height: 100%;
    width: 100%;
}

.menu{height: 60px;width: 60%;float: right;margin: 9px;}


.menu li {
    display: inline-block;
    color: #f2cca8;
    font-size: 18px;
    margin: 19px;
    font-family: sans-serif;
    font-weight: 600;
}

.menu ul {
    display: inline-block;
    float: right;
}

.firstsection{
height: auto;
width: 100%;
margin: 50px auto;
}

.imgyear{
	height: auto;
	width: 270px;
	float: right;
	margin-right: 40px;
}

.imgyear h1 {
    color: #f2cca8;
    font-size: 54px;
    text-align: right;
}


.leftpart{
	width: 45%;
	height: auto;
	float: left;
	padding: 15px;
}

.leftpart img {
    height: 500px;
    width: 100%;
}

.rightpart{
	width: 45%;
	height: auto;
	float: right;
	padding: 15px;
}



.rightpart p {
    color: #fff;
    font-family: sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 16px;
}

.rightpart h1 {
    color: #f2cca8;
    font-size: 54px;

}


.clear{
	clear: both;
}

.secoundsection{margin: 52px auto;height: auto;width: 100%;margin: 0px auto;}


.leftpart2{
	width: 45%;
	height: auto;
	float: left;
	padding: 20px;
}



.leftpart2 p {
    color: #fff;
    font-family: sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 16px;
}

.leftpart2 h1 {
    color: #f2cca8;
    font-size: 54px;
}


.rightpart2{
	width: 45%;
	height: auto;
	float: right;
	padding: 15px;
}

.rightpart2 img {
    height: 382px;
    width: 100%;
}




.thirdsection{height: auto;width: 100%;margin: 42px auto;}

.leftpart3{
	width: 42%;
	height: auto;
	float: left;
	padding: 15px;
}

.leftpart3 img {
    height: 290px;
    width: 50%;
    margin: auto;
    display: block;
}

.rightpart3{
	width: 50%;
	height: auto;
	float: right;
	padding: 15px;
	background-image: url(image/j.png);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: left;
	background-size: 123px;
}



.rightpart3 p {
    color: #fff;
    font-family: sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 20px;
    margin-left: 25px;
    line-height: 1.5;
    margin-top: 16px;
}


.footer{
height: auto;
width: 100%;
background-color: #000;
}

.innerfooter{
	width: 80%;
	margin:0px auto;
	background-color: #000;
}

.links{
	/* border: 1px solid #fff; */
	height: auto;
	padding: 17px;
	background-color: #000;
	/* margin-top: 20px; */
}

.copyrightbox{
	/* border: 1px solid #fff; */
	height: 100%;
	background-color: #000;
}


.footerimg{
	/* border: 1px solid #fff; */
	height: 200px;
	background-color: #000;
	float: left;
	width: 20%;
}

.footerimg img {
    height: 96%;
}

.copyright{
	/* border: 1px solid #fff; */
	height: 200px;
	background-color: #000;
	float: right;
	width: 75%;
}

.bottonlogo{height: 59px;margin-top: 7px;background-color: #000;width: 200px;float: left;/* border: 1px solid #fff; */}

.bottonlogo img{
	height: 100%;
	width: 100%;
	background-color: #000;
}

.sidelink{
	height: 103px;
	width: 73%;
	background-color: #000;
	float: right;
	/* margin: 10px; */
}

.sidelink1{/* border: 1px solid #fff; */float: left;height: 86px;width: 30%;background-color: #000;padding: -15px;margin: 6px;}

.sidelink2{
	/* border: 1px solid #fff; */
	float: left;
	height: 85px;
	width: 30%;
	background-color: #000;
	margin: 11px;
}

.sidelink3{/* border: 1px solid #fff; */float: left;height: 85px;background-color: #000;width: 30%;margin: 6px;}


.sidelink2 h3 {
    font-size: 20px;
    font-family: sans-serif;
    color: #fff;
    background-color: #000;
    margin-top: 5px;
    /* text-align: center; */
    margin-bottom: 20px;
}

.sidelink2 span {
    font-size: 12px;
    color: #fff;
    text-align: left;
    background-color: #000;
    display: block;
    margin: 0px 0px 0px 0px;
    font-family: sans-serif;
}

.sidelink1 h3 {
    font-size: 20px;
    font-family: sans-serif;
    color: #fff;
    margin-top: 5px;
    background-color: #000;
    /* text-align: center; */
    margin-bottom: 20px;
}

.sidelink1 span {
    font-size: 12px;
    color: #fff;
    text-align: left;
    background-color: #000;
    display: block;
    margin: 0px 0px 0px 0px;
    font-family: sans-serif;
}

.sidelink3 h3 {
    font-size: 23px;
    font-family: sans-serif;
    color: #fff;
    background-color: #000;
    margin-top: 5px;
    /* text-align: center; */
    margin-bottom: 20px;
}


.social{height: 35px;width: 50%;margin-top: 61px;background-color: #000;/* border: 1px solid #fff; */margin-left: 95px;}

.link1{height: 90%;border: 2px solid #f2cca8;width: 30px;border-radius: 50%;background-color: #161616;float: left;margin-left: 35px;}

.link1 i{
	font-size: 17px;
	color: #f2cca8;
	margin: 9px;
}

.link2{height: 90%;border: 2px solid #f2cca8;width: 30px;border-radius: 50%;background-color: #161616;float: left;margin-left: 30px;}
.link2 i{
	font-size: 15px;
	font-size: 32px;
	color: #f2cca8;
	margin: 10px;
	font-size: 18px;
	color: #f2cca8;
	margin: 8px;
}
.link3{height: 90%;border: 2px solid #f2cca8;width: 30px;background-color: #161616;/* padding: 10px; */border-radius: 50%;float: left;margin-left: 30px;}
.link3 i{
	font-size: 15px;
	font-size: 32px;
	color: #f2cca8;
	margin: 10px;
	font-size: 20px;
	color: #f2cca8;
	margin: 7px;
}

.copyrighttext{
	font-size: 21px;
	color: #fff;
	margin-top: 29px;
	background-color: #000;
	font-family: sans-serif;
	margin-left: 62px;
	/* float: left; */
}

.sidelink3 a {
    font-size: 14px;
    color: #AA2124;
    text-align: left;
    background-color: #000;
    display: block;
    margin: 0px 0px 0px 0px;
    font-family: sans-serif;
    text-decoration: none;
    margin-top: 2px;
}

.leftpart h1{


    	display: block;

}


  
}



@media (min-width: 768px) and (max-width: 1024px) {
  
* {
	padding: 0px;
	margin: 0px;

}

body{
		background-color: #161616;

}

.maindiv{
	height: auto;
	width: 90%;
	margin: 0px auto;
}

.nav{

	height: 80px;
	width: 100%;

}

.logo{height: 50px;width: 175px;margin: 9px;float: left;}

.logo img {
    height: 100%;
    width: 100%;
}

.menu{height: 60px;width: 65%;float: right;margin: 9px;}


.menu li {
    display: inline-block;
    color: #f2cca8;
    font-size: 16px;
    margin: 10px;
    font-family: sans-serif;
    font-weight: 600;
}

.menu ul {
    display: inline-block;
    float: right;
}

.firstsection{
height: auto;
width: 100%;
margin: 50px auto;
}

.imgyear{
	height: auto;
	width: 270px;
	float: right;
	margin-right: 40px;
}

.imgyear h1 {
    color: #f2cca8;
    font-size: 54px;
    text-align: right;
}


.leftpart{
	width: 45%;
	height: auto;
	float: left;
	padding: 15px;
}

.leftpart img {
    height: 500px;
    width: 100%;
}

.rightpart{
	width: 45%;
	height: 560px;

	float: right;
	padding: 15px;
}



.rightpart p {
    color: #fff;
    font-family: sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 16px;
}

.rightpart h1 {
    color: #f2cca8;
    font-size: 37px;
}


.clear{
	clear: both;
}

.secoundsection{margin: 52px auto;height: auto;width: 100%;margin: 0px auto;}


.leftpart2{
	width: 45%;
	height: auto;
	float: left;
	padding: 15px;
}



.leftpart2 p {
    color: #fff;
    font-family: sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 16px;
}

.leftpart2 h1 {
    color: #f2cca8;
    font-size: 54px;
}


.rightpart2{
	width: 45%;
	height: auto;
	float: right;
	padding: 15px;
}

.rightpart2 img {
    height: 382px;
    width: 100%;
}




.thirdsection{height: auto;width: 100%;margin: 42px auto;}

.leftpart3{
	width: 45%;
	height: auto;
	float: left;
	padding: 0px;
}

.leftpart3 img {
    height: 207px;
    width: 50%;
    margin: 51px auto;
    display: block;
}

.rightpart3{
	width: 50%;
	height: auto;
	float: right;
	padding: 15px;
	background-image: url(image/j.png);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: left;
	background-size: 87px;
}



.rightpart3 p {
    color: #fff;
    font-family: sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 20px;
    margin-left: 25px;
    line-height: 1.5;
    margin-top: 16px;
}


.footer{
height: auto;
width: 100%;
background-color: #000;
}

.innerfooter{
	width: 92%;
	margin:0px auto;
	background-color: #000;
}

.links{
	/* border: 1px solid #fff; */
	height: auto;
	width: 100%;
	padding: 0px;
	background-color: #000;
	/* margin-top: 20px; */
}

.copyrightbox{
	/* border: 1px solid #fff; */
	height: 100%;
	background-color: #000;
}


.footerimg{
	/* border: 1px solid #fff; */
	height: 150px;
	background-color: #000;
	float: left;
	width: 20%;
}

.footerimg img {
    height: 100%;
}

.copyright{
	/* border: 1px solid #fff; */
	height: 150px;
	background-color: #000;
	float: right;
	width: 75%;
}

.bottonlogo{height: 46px;margin-top: 7px;background-color: #000;width: 135px;float: left;/* border: 1px solid #fff; */}

.bottonlogo img{
	height: 100%;
	width: 100%;
	background-color: #000;
}

.sidelink{
	height: 103px;
	width: 74%;
	background-color: #000;
	float: right;
	/* margin: 10px; */
}

.sidelink1{/* border: 1px solid #fff; */float: left;height: 86px;width: 25%;background-color: #000;padding: -15px;margin: 12px;}

.sidelink2{
	/* border: 1px solid #fff; */
	float: left;
	height: 85px;
	width: 25%;
	background-color: #000;
	margin: 15px;
}

.sidelink3{/* border: 1px solid #fff; */float: left;height: 85px;background-color: #000;width: 25%;margin: 12px;margin-left: 33px;}


.sidelink2 h3 {
    font-size: 15px;
    font-family: sans-serif;
    color: #fff;
    background-color: #000;
    margin-top: 5px;
    /* text-align: center; */
    margin-bottom: 20px;
}

.sidelink2 span {
    font-size: 11px;
    color: #fff;
    text-align: left;
    background-color: #000;
    display: block;
    margin: 0px 0px 3px 0px;
    font-family: sans-serif;
}

.sidelink1 h3 {
    font-size: 15px;
    font-family: sans-serif;
    color: #fff;
    margin-top: 5px;
    background-color: #000;
    /* text-align: center; */
    margin-bottom: 20px;
}

.sidelink1 span {
    font-size: 11px;
    color: #fff;
    text-align: left;
    background-color: #000;
    display: block;
    margin: 0px 0px 3px 0px;
    font-family: sans-serif;
}

.sidelink3 h3 {
    font-size: 15px;
    font-family: sans-serif;
    color: #fff;
    background-color: #000;
    margin-top: 5px;
    /* text-align: center; */
    margin-bottom: 0px;
}


.social{height: 35px;width: 60%;margin-top: 47px;background-color: #000;/* border: 1px solid #fff; */margin-left: 73px;}

.link1{height: 70%;border: 2px solid #f2cca8;width: 24px;border-radius: 50%;background-color: #161616;float: left;margin-left: 35px;}

.link1 i{
	font-size: 14px;
	color: #f2cca8;
	margin: 7px;
}

.link2{height: 70%;border: 2px solid #f2cca8;width: 25px;border-radius: 50%;background-color: #161616;float: left;margin-left: 30px;}
.link2 i{
	font-size: 15px;
	font-size: 32px;
	color: #f2cca8;
	margin: 10px;
	font-size: 15px;
	color: #f2cca8;
	margin: 6px;
}
.link3{height: 70%;border: 2px solid #f2cca8;width: 25px;background-color: #161616;/* padding: 10px; */border-radius: 50%;float: left;margin-left: 30px;}
.link3 i{
	font-size: 15px;
	font-size: 32px;
	color: #f2cca8;
	margin: 10px;
	font-size: 17px;
	color: #f2cca8;
	margin: 5px;
}

.copyrighttext{
	font-size: 18px;
	color: #fff;
	margin-top: 27px;
	background-color: #000;
	font-family: sans-serif;
	margin-left: 54px;
	/* float: left; */
}

.sidelink3 a {
    font-size: 11px;
    color: #AA2124;
    text-align: left;
    background-color: #000;
    display: block;
    margin: 0px 0px 0px 0px;
    font-family: sans-serif;
    text-decoration: none;
    margin-top: 2px;
}



.leftpart h1{


    	display: block;

}



  
}



@media (min-width: 481px) and (max-width: 767px) {


	*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}

html {
box-sizing: border-box;
font-family: sans-serif;
font-size: 10px;
}


.nav-bar {
position: absolute;
background-color: #122;
top: 0;
right: 100%;
height: 100vh;
width: 250px;
display: block;
justify-content: center;
align-items: center;
transition: position 2.9s;
-webkit-transition: position 2.9s;
-moz-transition: position 2.9s;
-ms-transition: position 2.9s;
-o-transition: position 2.9s;
}

.toggle {
left: 0;
box-shadow: 1px 0 15px 2px rgba(0, 0, 0, 0.4);
    padding: 20px;
    background-color: #000;

}

.toggle-menu {
background-color: rgba(0, 0, 0, 0.2);
position: fixed;
top: 20px;
right: 20px;
width: 40px;
height: 30px;
display: flex;
flex-direction: column;
justify-content: space-around;
padding: 2px 5px;
border-radius: 5px;
cursor: pointer;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}

.line {
width: 100%;
height: 3px;
border-radius: 5px;
background-color: #fff;
transition: transform 0.2s ease-out;
-webkit-transition: transform 0.2s ease-out;
-moz-transition: transform 0.2s ease-out;
-ms-transition: transform 0.2s ease-out;
-o-transition: transform 0.2s ease-out;
}

.toggle .line1 {
background-color: #000000;
transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}

.toggle .line2 {
display: none;
}

.toggle .line3 {
background-color: #000000;
transform: scale(0.9) rotateZ(45deg) translate(-6px, -4px);
}

.toggle .toggle-menu {
background-color: white;
}

.nav-list {
list-style: none;

margin-top: 50px;
}

.nav-list-item {

padding: 10px 0;
    border-bottom: 1px solid #444444;
}

.nav-link {
color: #fff;
font-size: 22px;
text-decoration: none;
position: relative;
padding-bottom: 4px;
}

.nav-link::before {
position: absolute;
content: '';
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: #fff;
transform: scaleX(0);
transition: transform 0.4s ease-in-out;
transform-origin: left;
-webkit-transition: transform 0.4s ease-in-out;
-moz-transition: transform 0.4s ease-in-out;
-ms-transition: transform 0.4s ease-in-out;
-o-transition: transform 0.4s ease-in-out;
}

.nav-link:hover::before {
transform: scaleX(1);
}

  
* {
	padding: 0px;
	margin: 0px;

}

body{
		background-color: #161616;

}

.maindiv{
	height: auto;
	width: 90%;
	margin: 0px auto;
}

.nav{

	height: 80px;
	width: 100%;

}

.logo{height: 50px;width: 175px;margin: 9px;float: left;}

.logo img {
    height: 100%;
    width: 100%;
}

.menu{height: 60px;width: 65%;float: right;margin: 9px;display: none;}


.menu li {
    display: inline-block;
    color: #f2cca8;
    font-size: 16px;
    margin: 10px;
    font-family: sans-serif;
    font-weight: 600;
}

.menu ul {
    display: inline-block;
    float: right;
}

.firstsection{
height: auto;
width: 100%;
margin: 50px auto;
}

.imgyear{
	height: auto;
	width: 270px;
	float: none;
	margin-right: 0px;
	margin: 0px auto;
}

.imgyear h1 {
    color: #f2cca8;
    font-size: 32px;
    text-align: center;
}


.leftpart{
	width: 100%;
	height: auto;
	float: none;
	padding: 15px;
}

.leftpart img {
    height: 500px;
    width: 100%;
}

.rightpart{
	width: 90%;
	margin: 0px auto;
	height: auto;
	float: none;
	padding: 0px;
}



.rightpart p {
    color: #fff;
    font-family: sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 16px;
}

.rightpart h1 {
    color: #f2cca8;
    text-align: center;
    font-size: 53px;
}


.clear{
	clear: both;
}

.secoundsection{margin: 52px auto;height: auto;width: 100%;margin: 0px auto;}


.leftpart2{
	width: 90%;
	margin: 0px auto;
	height: auto;
	float: none;
	margin-top: 20px;
	padding: 0px;
}



.leftpart2 p {
    color: #fff;
    font-family: sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 16px;
}

.leftpart2 h1 {
    color: #f2cca8;
    font-size: 54px;
}


.rightpart2{
	width: 100%;
	height: auto;
	float: none;
	padding: 0px;
}

.rightpart2 img {
    height: 382px;
    width: 100%;
}




.thirdsection{height: auto;width: 100%;margin: 42px auto;}

.leftpart3{
	width: 100%;
	height: auto;
	float: none;
	padding: 0px;
}

.leftpart3 img {
    height: 384px;
    width: 80%;
    margin: 12px auto;
    display: block;
}

.rightpart3{
	width: 90%;
	margin: 0px auto;
	height: auto;
	float: none;
	padding: 0px;
	background-image: none;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: left;
	background-size: 87px;
}



.rightpart3 p {
    color: #fff;
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 0px;
    margin-left: 0px;
    line-height: 1.5;
    margin-top: 21px;
}


.footer{
height: auto;
width: 100%;
background-color: #000;
}

.innerfooter{
	width: 92%;
	margin:0px auto;
	background-color: #000;
}

.links{
	/* border: 1px solid #fff; */
	height: auto;
	width: 100%;
	padding: 0px;
	background-color: #000;
	/* margin-top: 20px; */
}

.copyrightbox{
	/* border: 1px solid #fff; */
	height: 100%;
	background-color: #000;
}


.footerimg{
	/* border: 1px solid #fff; */
	height: 150px;
	background-color: #000;
	float: left;
	display: none;
	width: 20%;
}

.footerimg img {
    height: 100%;
}

.copyright{
	/* border: 1px solid #fff; */
	height: auto;
	background-color: #000;
	float: right;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 100%;
}

.bottonlogo{height: 113px;margin-top: 7px;background-color: #000;width: 100%;float: left;/* border: 1px solid #fff; */}

.bottonlogo img{
	height: 100%;
	width: 100%;
	background-color: #000;
}

.sidelink{
	height: auto;
	width: 100%;
	background-color: #000;
	float: none;
	/* margin: 10px; */
}

.sidelink1{/* border: 1px solid #fff; */float: none;height: auto;width: 100%;background-color: #000;padding: -15px;margin: 30px;}

.sidelink2{
	/* border: 1px solid #fff; */
	float: none;
	height: auto;
	width: 100%;
	background-color: #000;
	margin: 30px;
}

.sidelink3{/* border: 1px solid #fff; */float: none;height: auto;background-color: #000;width: 100%;margin: 12px;margin-left: 33px;}


.sidelink2 h3 {
    font-size: 25px;
    font-family: sans-serif;
    color: #fff;
    background-color: #000;
    margin-top: 5px;
    /* text-align: center; */
    margin-bottom: 20px;
}

.sidelink2 span {
    font-size: 18px;
    color: #fff;
    text-align: left;
    background-color: #000;
    display: block;
    margin: 0px 0px 3px 0px;
    font-family: sans-serif;
}

.sidelink1 h3 {
    font-size: 25px;
    font-family: sans-serif;
    color: #fff;
    margin-top: 5px;
    background-color: #000;
    /* text-align: center; */
    margin-bottom: 20px;
}

.sidelink1 span {
    font-size: 18px;
    color: #fff;
    text-align: left;
    background-color: #000;
    display: block;
    margin: 0px 0px 3px 0px;
    font-family: sans-serif;
}

.sidelink3 h3 {
    font-size: 25px;
    font-family: sans-serif;
    color: #fff;
    background-color: #000;
    margin-top: 5px;
    /* text-align: center; */
    margin-bottom: 0px;
}


.social{height: 35px;width: 60%;margin-top: 47px;background-color: #000;/* border: 1px solid #fff; */margin-left: 0px;margin: 0px auto;}

.link1{height: 100%;border: 2px solid #f2cca8;width: 35px;border-radius: 50%;background-color: #161616;float: left;margin-left: 35px;}

.link1 i{
	font-size: 17px;
	color: #f2cca8;
	margin: 9px;
}

.link2{height: 100%;border: 2px solid #f2cca8;width: 36px;border-radius: 50%;background-color: #161616;float: left;margin-left: 30px;}
.link2 i{
	font-size: 15px;
	font-size: 32px;
	color: #f2cca8;
	margin: 10px;
	font-size: 17px;
	color: #f2cca8;
	margin: 8px;
}
.link3{height: 100%;border: 2px solid #f2cca8;width: 35px;background-color: #161616;/* padding: 10px; */border-radius: 50%;float: left;margin-left: 30px;}
.link3 i{
	font-size: 15px;
	font-size: 32px;
	color: #f2cca8;
	margin: 10px;
	font-size: 18px;
	color: #f2cca8;
	margin: 8px;
}

.copyrighttext{
	font-size: 18px;
	color: #fff;
	margin-top: 27px;
	background-color: #000;
	font-family: sans-serif;
	/* margin-left: 54px; */
	/* margin: 0px auto; */
	/* float: left; */
}

.sidelink3 a {
    font-size: 18px;
    color: #AA2124;
    text-align: left;
    background-color: #000;
    list-style: none;
    display: block;
    margin: 0px 0px 0px 0px;
    font-family: sans-serif;
    text-decoration: none;
    margin-top: 2px;
}


.leftpart h1{

	color: #f2cca8;
    font-size: 52px;
    text-align: center;
    font-family: none;
    margin-bottom: 30px;
    	display: block;

}



  
}



@media (min-width: 320px) and (max-width: 480px) {


	*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}

html {
box-sizing: border-box;
font-family: sans-serif;
font-size: 10px;
}


.nav-bar {
position: fixed;
background-color: #122;
top: 0;
right: 100%;
height: 100vh;
width: 250px;
display: block;
justify-content: center;
align-items: center;
transition: position 2.9s;
-webkit-transition: position 2.9s;
-moz-transition: position 2.9s;
-ms-transition: position 2.9s;
-o-transition: position 2.9s;
}

.toggle {
left: 0;
box-shadow: 1px 0 15px 2px rgba(0, 0, 0, 0.4);
    padding: 20px;
    background-color: #000;

}

.toggle-menu {background-color: rgba(0, 0, 0, 0.2);position: fixed;top: 20px;right: 20px;width: 40px;height: 30px;display: flex;flex-direction: column;justify-content: space-around;padding: 2px 5px;border-radius: 5px;cursor: pointer;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px;}

.line {
width: 100%;
height: 3px;
border-radius: 5px;
background-color: #fff;
transition: transform 0.2s ease-out;
-webkit-transition: transform 0.2s ease-out;
-moz-transition: transform 0.2s ease-out;
-ms-transition: transform 0.2s ease-out;
-o-transition: transform 0.2s ease-out;
}

.toggle .line1 {
background-color: #000000;
transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}

.toggle .line2 {
display: none;
}

.toggle .line3 {
background-color: #000000;
transform: scale(0.9) rotateZ(45deg) translate(-6px, -4px);
}

.toggle .toggle-menu {
background-color: white;
}

.nav-list {
list-style: none;

margin-top: 50px;
}

.nav-list-item {

padding: 10px 0;
    border-bottom: 1px solid #444444;
}

.nav-link {
color: #fff;
font-size: 22px;
text-decoration: none;
position: relative;
padding-bottom: 4px;
}

.nav-link::before {
position: absolute;
content: '';
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: #fff;
transform: scaleX(0);
transition: transform 0.4s ease-in-out;
transform-origin: left;
-webkit-transition: transform 0.4s ease-in-out;
-moz-transition: transform 0.4s ease-in-out;
-ms-transition: transform 0.4s ease-in-out;
-o-transition: transform 0.4s ease-in-out;
}

.nav-link:hover::before {
transform: scaleX(1);
}

  
* {
	padding: 0px;
	margin: 0px;

}

body{
		background-color: #161616;

}

.maindiv{
	height: auto;
	width: 90%;
	margin: 0px auto;
}

.nav{

	height: 80px;
	width: 100%;

}

.logo{height: 50px;width: 175px;margin: 9px;margin-top: 16px;float: left;}

.logo img {
    height: 100%;
    width: 100%;
}

.menu{height: 60px;width: 65%;float: right;margin: 9px;display: none;}


.menu li {
    display: inline-block;
    color: #f2cca8;
    font-size: 16px;
    margin: 10px;
    font-family: sans-serif;
    font-weight: 600;
}


 .menu ul li a {
    display: inline-block;
    color: #f2cca8;
    font-size: 16px;
    margin: 10px;
    font-family: sans-serif;
    font-weight: 600;
    text-decoration: none;
}




.menu ul {
    display: inline-block;
    float: right;
}

.firstsection{
height: auto;
width: 100%;
margin: 50px auto;
}

.imgyear{
	height: auto;
	width: 270px;
	float: none;
	margin-right: 0px;
	margin: 0px auto;
}

.imgyear h1 {
    color: #f2cca8;
    font-size: 32px;
    text-align: center;
}


.leftpart{
	width: 100%;
	height: auto;
	margin: 0px auto;
	float: none;
	padding: 0px;
}

.leftpart img {
    height: 351px;
    width: 100%;
}

.rightpart{
	width: 90%;
	margin: 20px auto;
	height: auto;
	float: none;
	padding: 0px;
}



.rightpart p {
    color: #fff;
    font-family: sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 16px;
}

.rightpart h1 {
    color: #f2cca8;
    text-align: center;
    font-size: 33px;
}


.clear{
	clear: both;
}

.secoundsection{margin: 52px auto;height: auto;width: 100%;margin: 0px auto;}


.leftpart2{
	width: 90%;
	margin: 0px auto;
	height: auto;
	float: none;
	margin-top: 20px;
	padding: 0px;
}



.leftpart2 p {
    color: #fff;
    font-family: sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 16px;
}

.leftpart2 h1 {
    color: #f2cca8;
    font-size: 54px;
}


.rightpart2{
	width: 100%;
	height: auto;
	float: none;
	padding: 0px;
}

.rightpart2 img {
    height: 324px;
    width: 100%;
}




.thirdsection{height: auto;width: 100%;margin: 42px auto;}

.leftpart3{
	width: 100%;
	height: auto;
	float: none;
	padding: 0px;
}

.leftpart3 img {
    height: 278px;
    width: 80%;
    margin: 12px auto;
    display: block;
}

.rightpart3{
	width: 90%;
	margin: 0px auto;
	height: auto;
	float: none;
	padding: 0px;
	background-image: none;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: left;
	background-size: 87px;
}



.rightpart3 p {
    color: #fff;
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 0px;
    margin-left: 0px;
    line-height: 1.5;
    margin-top: 21px;
}


.footer{
height: auto;
width: 100%;
background-color: #000;
}

.innerfooter{
	width: 92%;
	margin:0px auto;
	background-color: #000;
}

.links{
	/* border: 1px solid #fff; */
	height: auto;
	width: 100%;
	padding: 0px;
	background-color: #000;
	/* margin-top: 20px; */
}

.copyrightbox{
	/* border: 1px solid #fff; */
	height: 100%;
	background-color: #000;
}


.footerimg{
	/* border: 1px solid #fff; */
	height: 150px;
	background-color: #000;
	float: left;
	display: none;
	width: 20%;
}

.footerimg img {
    height: 100%;
}

.copyright{
	/* border: 1px solid #fff; */
	height: auto;
	background-color: #000;
	float: right;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 100%;
}

.bottonlogo{height: 113px;margin-top: 7px;background-color: #000;width: 100%;float: left;/* border: 1px solid #fff; */}

.bottonlogo img{
	height: 100%;
	width: 100%;
	background-color: #000;
}

.sidelink{
	height: auto;
	width: 100%;
	background-color: #000;
	float: none;
	/* margin: 10px; */
}

.sidelink1{/* border: 1px solid #fff; */float: none;height: auto;width: auto;background-color: #000;padding: -15px;margin: 30px;}

.sidelink1 h3 {
    font-size: 25px;
    font-family: sans-serif;
    color: #fff;
    margin-top: 5px;
    background-color: #000;
    /* text-align: center; */
    margin-bottom: 20px;
}

.sidelink1 span {
    font-size: 18px;
    color: #fff;
    text-align: left;
    background-color: #000;
    display: block;
    margin: 0px 0px 3px 0px;
    font-family: sans-serif;
}


.sidelink2{
	/* border: 1px solid #fff; */
	float: none;
	height: auto;
	width: auto;
	background-color: #000;
	margin: 30px;
}
.sidelink2 h3 {
    font-size: 25px;
    font-family: sans-serif;
    color: #fff;
    background-color: #000;
    margin-top: 5px;
    /* text-align: center; */
    margin-bottom: 20px;
}

.sidelink2 span {
    font-size: 18px;
    color: #fff;
    text-align: left;
    background-color: #000;
    display: block;
    margin: 0px 0px 3px 0px;
    font-family: sans-serif;
}

.sidelink3{/* border: 1px solid #fff; */float: none;height: auto;background-color: #000;width: 100%;margin: 12px;margin-left: 33px;}

.sidelink3 h3 {
    font-size: 25px;
    font-family: sans-serif;
    color: #fff;
    background-color: #000;
    margin-top: 5px;
    /* text-align: center; */
    margin-bottom: 0px;
}


.social{height: 55px;width: 46%;margin-top: 47px;background-color: #000;/* border: 1px solid #fff; */margin-left: 0px;margin: 0px auto;}

.link1{height: 75%;border: 2px solid #f2cca8;width: 40px;border-radius: 50%;background-color: #161616;float: left;margin-left: 14px;}

.link1 i{
	font-size: 22px;
	color: #f2cca8;
	margin: 10px;
}

.link2{height: 75%;border: 2px solid #f2cca8;width: 40px;border-radius: 50%;background-color: #161616;float: left;margin-left: 25px;}
.link2 i{
	font-size: 15px;
	font-size: 32px;
	color: #f2cca8;
	margin: 10px;
	font-size: 22px;
	color: #f2cca8;
	margin: 8px;
}
.link3{height: 75%;border: 2px solid #f2cca8;width: 40px;background-color: #161616;/* padding: 10px; */border-radius: 50%;float: left;margin-left: 23px;}
.link3 i{
	font-size: 15px;
	font-size: 32px;
	color: #f2cca8;
	margin: 10px;
	font-size: 22px;
	color: #f2cca8;
	margin: 8px;
}

.copyrighttext{
	font-size: 16px;
	color: #fff;
	margin-top: 27px;
	text-align: center;
	background-color: #000;
	font-family: sans-serif;
	margin-left: 0px;
	margin: 20px auto;
	/* float: left; */
}

.sidelink3 a {
    font-size: 18px;
    width: auto;
    color: #AA2124;
    text-align: left;
    background-color: #000;
    list-style: none;
    display: block;
    margin: 0px 0px 0px 0px;
    font-family: sans-serif;
    text-decoration: none;
    margin-top: 2px;
}



.leftpart h1{
	display: block;

	color: #f2cca8;
    font-size: 52px;
    text-align: center;
    font-family: none;
    margin-bottom: 30px;

}


  
}


.teamimg {
    width:170px;
    height:170px;
  border: double 4px transparent;
  border-radius: 500px;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #f0c8a4,#a92124);
  background-origin: border-box;
  background-clip: content-box, border-box;
  margin:22px auto;
}
.teamimg img {
    border-radius: 500px;
    width: 100%;
}
@media (max-width:420px){
    .creativeteam >div>div {
        padding: 1em;
        margin-bottom: 3em;
        height: auto!important;
    }
}
.firstsection{
	/* border:1px solid #fff; */
	height: auto;
	margin-bottom: 68px;
}

.firstsection h1{
	color: #f2cca8;
	text-align:center;
	font-size:70px;
}

.firstsectiontext{
	height: auto;
	width: 500px;
	margin: 0px auto;
}

.firstsectiontext h2 {
    color: #fff;
    font-family: sans-serif;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 30px;
}

.firstsectiontext p {
    color: #fff;
    font-size: 23px;
    font-family: sans-serif;
    margin-top: 7px;
}


.creativeteam{
    height: auto;
    width: 100%;
    /* border: 1px solid #fff; */
}

.creativeteam h1 {
text-align: center;
color: #f2cca8;
font-size: 70px;
margin-bottom: 45px;
}

.row1{width: 100%;margin-bottom: 71px;/* border: 1px solid #fff; */}

.row2{width: 65%;margin-bottom: 40px;margin: 0px auto;/* border: 1px solid #fff; */}

.team1{
    height: 100%;
    width: 25%;
    margin: 0px 50px;
    background-color: #000;
    /* border: 1px solid #fff; */
    float: left;
}

.team2{
    height: 100%;
    width: 25%;
    /* border: 1px solid #fff; */
    background-color: #000;
    margin: 0px 60px;
    float: left;
}
.team3{
    height: 100%;
    width: 25%;
    /* border: 1px solid #fff; */
    background-color: #000;
    margin: 0px 50px;
    float: left;
}

.centerteam{
    width: 50%;
    margin: 0px auto;
}

.team4{
    height: 100%;
    width: 43%;
    /* border: 1px solid #fff; */
    background-color: #000;
    /* margin: 0px 50px; */
    float: left;
}

.team5{
    height: 100%;
    width: 43%;
    /* border: 1px solid #fff; */
    /* margin: 0px 50px; */
    background-color: #000;
    float: right;
}

.contactform{
    height: 600px;
    width: 100%;
    background-color: #000;
    margin-top: 60px;
    padding: 20px;
}

.formrow1{
    height: 100px;
    width: 90%;
    margin: 20px auto;
    background-color: #000;
    padding: 0px;
    /* border: 1px solid #fff; */
}

.formrow2{
    height: 300px;
    width:  90%;
    margin: 20px auto;
    /* border: 1px solid #fff; */
}

.formrow3{
    height: 60px;
    margin: 40px auto;
    background-color: #000;
    width:  90%;
    /* border: 1px solid #fff; */
}

.namediv{
    height: 80px;
    width: 30%;
    /* border: 1px solid #fff; */
    margin: 10px;
    background-color: #161616;
    float: left;
    margin: 10px 15px 10px 0px;
}

.emaildiv{
    height: 80px;
    width: 30%;
    /* border: 1px solid #fff; */
    float: left;
    margin: 10px 35px;
    background-color: #161616;
}

.phonediv{
    height: 80px;
    width: 30%;
    float: left;
    background-color: #161616;
    /* border: 1px solid #fff; */
    margin: 10px;
    margin: 10px 0px 10px 15px;
}


.footer{
    margin-top: 60px;
}

.contact input[type="text"] {
    height: 100%;
    width: 100%;
    border: none;
    color: #f2cca8;
    outline: none;
    background-color: #161616;
    font-size: 20px;
    padding-left: 20px;
}

textarea {
height: 100%;
width: 98%;
border: none;
color: #f2cca8;
outline: none;
background-color: #161616;
font-size: 20px;
/* padding-left: 20px; */
outline: none;
border: none;
padding-top: 20px;
padding-left: 20px;
}

.contact button {
    height: 100%;
    width: 200px;
    float: right;
    font-size: 20px;
    color: #fff;
    background-color: #dc9f66;
    border-radius: 10px;
    border: none;
    outline: none;
}




.row1 h1 {
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-family: sans-serif;
}

.row2 h1 {
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-family: sans-serif;
}



@media (min-width: 1281px) {

    .firstsection{
    /* border:1px solid #fff; */
    height: auto;
    margin-bottom: 68px;
}

.firstsection h1{
    color: #f2cca8;
    text-align:center;
    font-size:70px;
}

.firstsectiontext{
    height: auto;
    width: 500px;
    margin: 0px auto;
}

.firstsectiontext h2 {
    color: #fff;
    font-family: sans-serif;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 30px;
}

.firstsectiontext p {
    color: #fff;
    font-size: 23px;
    font-family: sans-serif;
    margin-top: 7px;
}


.creativeteam{
    height: auto;
    width: 100%;
    /* border: 1px solid #fff; */
}

.creativeteam h1 {
text-align: center;
color: #f2cca8;
font-size: 70px;
margin-bottom: 45px;
}

.row1{width: 100%;margin-bottom: 71px;/* border: 1px solid #fff; */}

.row2{width: 65%;margin-bottom: 40px;margin: 0px auto;/* border: 1px solid #fff; */}

.team1{
	height: 100%;
    width: calc(33.3% - 60px);
    /* border: 1px solid #fff; */
    background-color: #000;
    margin: 0px 30px;
    float: left;
}

.team2{
	height: 100%;
    width: calc(33.3% - 60px);
    /* border: 1px solid #fff; */
    background-color: #000;
    margin: 0px 30px;
    float: left;
}
.team3{
    height: 100%;
    width: calc(33.3% - 60px);
    /* border: 1px solid #fff; */
    background-color: #000;
    margin: 0px 30px;
    float: left;
}

.centerteam{
    width: 50%;
    margin: 0px auto;
}

.team4{
    height: 100%;
    width: 43%;
    /* border: 1px solid #fff; */
    background-color: #000;
    /* margin: 0px 50px; */
    float: left;
}

.team5{
    height: 100%;
    width: 43%;
    /* border: 1px solid #fff; */
    /* margin: 0px 50px; */
    background-color: #000;
    float: right;
}

.contactform{
    height: 600px;
    width: 100%;
    background-color: #000;
    margin-top: 60px;
    padding: 20px;
}

.formrow1{
    height: 100px;
    width: 90%;
    margin: 20px auto;
    background-color: #000;
    padding: 0px;
    /* border: 1px solid #fff; */
}

.formrow2{
    height: 300px;
    width:  90%;
    margin: 20px auto;
    /* border: 1px solid #fff; */
}

.formrow3{
    height: 60px;
    margin: 40px auto;
    background-color: #000;
    width:  90%;
    /* border: 1px solid #fff; */
}

.namediv{
    height: 80px;
    width: 30%;
    /* border: 1px solid #fff; */
    margin: 10px;
    background-color: #161616;
    float: left;
    margin: 10px 15px 10px 0px;
}

.emaildiv{
    height: 80px;
    width: 30%;
    /* border: 1px solid #fff; */
    float: left;
    margin: 10px 35px;
    background-color: #161616;
}

.phonediv{
    height: 80px;
    width: 30%;
    float: left;
    background-color: #161616;
    /* border: 1px solid #fff; */
    margin: 10px;
    margin: 10px 0px 10px 15px;
}


.footer{
    margin-top: 60px;
}

.contact input[type="text"] {
    height: 100%;
    width: 100%;
    border: none;
    color: #f2cca8;
    outline: none;
    background-color: #161616;
    font-size: 20px;
    padding-left: 20px;
}

textarea {
height: 100%;
width: 98%;
border: none;
color: #f2cca8;
outline: none;
background-color: #161616;
font-size: 20px;
/* padding-left: 20px; */
outline: none;
border: none;
padding-top: 20px;
padding-left: 20px;
}

.contact button {
    height: 100%;
    width: 200px;
    float: right;
    font-size: 20px;
    color: #fff;
    background-color: #dc9f66;
    border-radius: 10px;
    border: none;
    outline: none;
}




.row1 h1 {
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-family: sans-serif;
}

.row2 h1 {
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-family: sans-serif;
}


}



@media (min-width: 1025px) and (max-width: 1280px) {
    .firstsection{
    /* border:1px solid #fff; */
    height: auto;
    margin-bottom: 68px;
}

.firstsection h1{
    color: #f2cca8;
    text-align:center;
    font-size:70px;
}

.firstsectiontext{
    height: auto;
    width: 500px;
    margin: 0px auto;
}

.firstsectiontext h2 {
    color: #fff;
    font-family: sans-serif;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 30px;
}

.firstsectiontext p {
    color: #fff;
    font-size: 23px;
    font-family: sans-serif;
    margin-top: 7px;
}


.creativeteam{
    height: auto;
    width: 100%;
    /* border: 1px solid #fff; */
}

.creativeteam h1 {
text-align: center;
color: #f2cca8;
font-size: 70px;
margin-bottom: 45px;
}

.row1{width: 100%;margin-bottom: 71px;/* border: 1px solid #fff; */}

.row2{width: 65%;margin-bottom: 40px;margin: 0px auto;/* border: 1px solid #fff; */}

.team1{
    height: 100%;
    width: 25%;
    margin: 0px 20px;
    background-color: #000;
    /* border: 1px solid #fff; */
    float: left;
}

.team2{
    height: 100%;
    width: 25%;
    /* border: 1px solid #fff; */
    background-color: #000;
    margin: 0px 60px;
    float: left;
}
.team3{
    height: 100%;
    width: 25%;
    /* border: 1px solid #fff; */
    background-color: #000;
    margin: 0px 20px;
    float: left;
}

.centerteam{
    width: 50%;
    margin: 0px auto;
}

.team4{
    height: 100%;
    width: 43%;
    /* border: 1px solid #fff; */
    background-color: #000;
    /* margin: 0px 50px; */
    float: left;
}

.team5{
    height: 100%;
    width: 43%;
    /* border: 1px solid #fff; */
    /* margin: 0px 50px; */
    background-color: #000;
    float: right;
}

.contactform{
    height: auto;
    width: 100%;
    background-color: #000;
    margin: 0px auto;
    margin-top: 60px;
    padding: 20px;
}

.formrow1{
    height: 100px;
    width: 90%;
    margin: 20px auto;
    background-color: #000;
    padding: 0px;
    /* border: 1px solid #fff; */
}

.formrow2{
    height: 300px;
    width:  90%;
    margin: 20px auto;
    /* border: 1px solid #fff; */
}

.formrow3{
    height: 50px;
    margin: 42px;
    background-color: #000;
    width: 86%;
    /* border: 1px solid #fff; */
}

.namediv{
    height: 80px;
    width: 27%;
    /* border: 1px solid #fff; */
    margin: 10px;
    background-color: #161616;
    float: left;
    margin: 10px 15px 10px 0px;
}

.emaildiv{
    height: 80px;
    width: 27%;
    /* border: 1px solid #fff; */
    float: left;
    margin: 10px 35px;
    background-color: #161616;
}

.phonediv{
    height: 80px;
    width: 27%;
    float: left;
    background-color: #161616;
    /* border: 1px solid #fff; */
    margin: 10px;
    margin: 10px 0px 10px 15px;
}


.footer{
    margin-top: 60px;
}

.contact input[type="text"] {
    height: 100%;
    width: 100%;
    border: none;
    color: #f2cca8;
    outline: none;
    background-color: #161616;
    font-size: 20px;
    padding-left: 20px;
}

textarea {height: 100%;width: 93%;border: none;color: #f2cca8;outline: none;background-color: #161616;font-size: 20px;/* padding-left: 20px; */outline: none;border: none;padding-top: 20px;padding-left: 20px;}

.contact button {
    height: 100%;
    width: 160px;
    float: right;
    font-size: 20px;
    color: #fff;
    background-color: #dc9f66;
    border-radius: 10px;
    border: none;
    outline: none;
}




.row1 h1 {
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-family: sans-serif;
}

.row2 h1 {
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-family: sans-serif;
}


  
}



@media (min-width: 768px) and (max-width: 1024px) {
  

   .firstsection{
    /* border:1px solid #fff; */
    height: auto;
    margin-bottom: 68px;
}

.firstsection h1{
    color: #f2cca8;
    text-align:center;
    font-size:70px;
}

.firstsectiontext{
    height: auto;
    width: 500px;
    margin: 0px auto;
}

.firstsectiontext h2 {
    color: #fff;
    font-family: sans-serif;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 30px;
}

.firstsectiontext p {
    color: #fff;
    font-size: 23px;
    font-family: sans-serif;
    margin-top: 7px;
}


.creativeteam{
    height: auto;
    width: 100%;
    /* border: 1px solid #fff; */
}

.creativeteam h1 {
text-align: center;
color: #f2cca8;
font-size: 70px;
margin-bottom: 45px;
}

.row1{width: 100%;margin-bottom: 71px;/* border: 1px solid #fff; */}

.row2{width: 65%;margin-bottom: 40px;margin: 0px auto;/* border: 1px solid #fff; */}

.team1{
    height: 100%;
    width: 25%;
    margin: 0px 20px;
    background-color: #000;
    /* border: 1px solid #fff; */
    float: left;
}

.team2{
    height: 100%;
    width: 25%;
    /* border: 1px solid #fff; */
    background-color: #000;
    margin: 0px 40px;
    float: left;
}
.team3{
    height: 100%;
    width: 25%;
    /* border: 1px solid #fff; */
    background-color: #000;
    margin: 0px 20px;
    float: left;
}

.centerteam{
    width: 50%;
    margin: 0px auto;
}

.team4{
    height: 100%;
    width: 43%;
    /* border: 1px solid #fff; */
    background-color: #000;
    /* margin: 0px 50px; */
    float: left;
}

.team5{
    height: 100%;
    width: 43%;
    /* border: 1px solid #fff; */
    /* margin: 0px 50px; */
    background-color: #000;
    float: right;
}

.contactform{
    height: auto;
    width: 100%;
    background-color: #000;
    margin: 0px auto;
    margin-top: 60px;
    padding: 0px;
}

.formrow1{
    height: 100px;
    width: 90%;
    margin: 20px auto;
    background-color: #000;
    padding: 0px;
    /* border: 1px solid #fff; */
}

.formrow2{
    height: 300px;
    width:  90%;
    margin: 20px auto;
    /* border: 1px solid #fff; */
}

.formrow3{
    height: 50px;
    margin: 42px;
    background-color: #000;
    width: 86%;
    /* border: 1px solid #fff; */
}

.namediv{
    height: 80px;
    width: 27%;
    /* border: 1px solid #fff; */
    margin: 10px;
    background-color: #161616;
    float: left;
    margin: 10px 15px 10px 0px;
}

.emaildiv{
    height: 80px;
    width: 27%;
    /* border: 1px solid #fff; */
    float: left;
    margin: 10px 35px;
    background-color: #161616;
}

.phonediv{
    height: 80px;
    width: 27%;
    float: left;
    background-color: #161616;
    /* border: 1px solid #fff; */
    margin: 10px;
    margin: 10px 0px 10px 15px;
}


.footer{
    margin-top: 60px;
}

.contact input[type="text"] {
    height: 100%;
    width: 100%;
    border: none;
    color: #f2cca8;
    outline: none;
    background-color: #161616;
    font-size: 20px;
    padding-left: 20px;
}

textarea {height: 100%;width: 93%;border: none;color: #f2cca8;outline: none;background-color: #161616;font-size: 20px;/* padding-left: 20px; */outline: none;border: none;padding-top: 20px;padding-left: 20px;}

.contact button {
    height: 100%;
    width: 160px;
    float: right;
    font-size: 20px;
    color: #fff;
    background-color: #dc9f66;
    border-radius: 10px;
    border: none;
    outline: none;
}



.row1 h1 {
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-family: sans-serif;
}

.row2 h1 {
    color: #fff;
    font-size: 19px;
    margin: 0;
    font-family: sans-serif;
}

  
}





@media (min-width: 481px) and (max-width: 767px) {
  
 .firstsection{
    /* border:1px solid #fff; */
    height: auto;
    margin-bottom: 68px;
}

.firstsection h1{
    color: #f2cca8;
    text-align:center;
    font-size: 48px;
}

.firstsectiontext{
    height: auto;
    width: 500px;
    margin: 0px auto;
}

.firstsectiontext h2 {
    color: #fff;
    font-family: sans-serif;
    margin-top: 28px;
    margin-bottom: 20px;
    font-size: 22px;
}

.firstsectiontext p {
    color: #fff;
    font-size: 20px;
    font-family: sans-serif;
    margin-top: 7px;
}


.creativeteam{
    height: auto;
    width: 100%;
    /* border: 1px solid #fff; */
}

.creativeteam h1 {text-align: center;color: #f2cca8;font-size: 51px;margin-bottom: 45px;}

.row1{width: 100%;margin-bottom: 16px;/* border: 1px solid #fff; */}

.row2{width: 69%;margin-bottom: 40px;margin: 0px auto;/* border: 1px solid #fff; */}

.team1{
    height: 100%;
    width: 30%;
    margin: 0px 5px;
    background-color: #000;
    /* border: 1px solid #fff; */
    float: left;
}

.team2{
    height: 100%;
    width: 30%;
    /* border: 1px solid #fff; */
    background-color: #000;
    margin: 0px 5px;
    float: left;
}
.team3{
    height: 100%;
    width: 30%;
    /* border: 1px solid #fff; */
    background-color: #000;
    margin: 0px 5px;
    float: left;
}

.centerteam{
    width: 50%;
    margin: 0px auto;
}

.team4{
    height: 100%;
    width: 48%;
    /* border: 1px solid #fff; */
    background-color: #000;
    /* margin: 0px 50px; */
    float: left;
}

.team5{
    height: 100%;
    width: 48%;
    /* border: 1px solid #fff; */
    /* margin: 0px 50px; */
    background-color: #000;
    float: right;
}

.contactform{
    height: auto;
    width: 100%;
    background-color: #000;
    margin: 0px auto;
    margin-top: 60px;
    padding: 0px;
}

.formrow1{
    height: auto;
    width: 90%;
    margin: 20px auto;
    background-color: #000;
    padding: 0px;
    /* border: 1px solid #fff; */
}

.formrow2{
    height: 300px;
    width: 90%;
    margin: 20px auto;
    /* border: 1px solid #fff; */
}

.formrow3{
    height: 50px;
    margin: 42px;
    background-color: #000;
    width: 86%;
    /* border: 1px solid #fff; */
}

.namediv{
    width: 100%;
    height: 80px;
    /* border: 1px solid #fff; */
    margin: 10px;
    background-color: #161616;
    float: left;
    margin: 10px 15px 10px 0px;
}

.emaildiv{
    height: 80px;
    width: 100%;
    /* border: 1px solid #fff; */
    float: left;
    margin: 10px auto;
    background-color: #161616;
}

.phonediv{
    height: 80px;
    width: 100%;
    float: left;
    background-color: #161616;
    /* border: 1px solid #fff; */
    margin: 10px;
    margin: 10px auto;
}


.footer{
    margin-top: 60px;
}

.contact input[type="text"] {
    height: 100%;
    width: 100%;
    border: none;
    color: #f2cca8;
    outline: none;
    background-color: #161616;
    font-size: 20px;
    padding-left: 20px;
}

textarea {height: 100%;width: 100%;border: none;color: #f2cca8;outline: none;background-color: #161616;font-size: 20px;/* padding-left: 20px; */outline: none;border: none;padding-top: 20px;padding-left: 20px;}

.contact button {
    height: 100%;
    width: 160px;
    float: right;
    font-size: 20px;
    color: #fff;
    background-color: #dc9f66;
    border-radius: 10px;
    border: none;
    outline: none;
}




.row1 h1 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-family: sans-serif;
}

.row2 h1 {
    color: #fff;
    font-size: 19px;
    margin: 0;
    font-family: sans-serif;
}
  
}



@media (min-width: 320px) and (max-width: 480px) {
  
 .firstsection{
    /* border:1px solid #fff; */
    height: auto;
    margin-bottom: 68px;
}

.firstsection h1{
    color: #f2cca8;
    text-align:center;
    font-size: 41px;
}

.firstsectiontext{
    height: auto;
    width: 500px;
    margin: 0px auto;
}

.firstsectiontext h2 {
    color: #fff;
    font-family: sans-serif;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 17px;
}

.firstsectiontext p {
    color: #fff;
    font-size: 16px;
    font-family: sans-serif;
    margin-top: 7px;
}


.creativeteam{
    height: auto;
    width: 100%;
    /* border: 1px solid #fff; */
}

.creativeteam h1 {text-align: center;color: #f2cca8;font-size: 38px;margin-bottom: 22px;}

.row1{height: auto;width: 100%;margin-bottom: 16px;/* border: 1px solid #fff; */}

.row2{height: auto;width: 100%;margin-bottom: 40px;margin: 0px auto;/* border: 1px solid #fff; */}

.team1{
    height: 230px;
    width: 100%;
    margin: 0px 5px;
    background-color: #000;
    /* border: 1px solid #fff; */
    float: none;
}

.team2{
    height: 230px;
    width: 100%;
    /* border: 1px solid #fff; */
    background-color: #000;
    margin: 0px 5px;
    float: none;
}
.team3{
    height: 250px;
    width: 100%;
    /* border: 1px solid #fff; */
    background-color: #000;
    margin: 0px 0px;
    float: none;
    /* padding: 20px; */
}

.centerteam{
    width: 50%;
    margin: 0px auto;
}

.team4{
    height: 230px;
    width: 100%;
    /* border: 1px solid #fff; */
    background-color: #000;
    margin: 0px 0px;
    float: none;
}

.team5{
    height: 230px;
    width: 100%;
    /* border: 1px solid #fff; */
    margin: 0px 0px;
    background-color: #000;
    float: none;
}

.contactform{
    height: auto;
    width: 100%;
    background-color: #000;
    margin: 0px auto;
    margin-top: 60px;
    padding: 0px;
}

.formrow1{
    height: auto;
    width: 90%;
    margin: 20px auto;
    background-color: #000;
    padding: 0px;
    /* border: 1px solid #fff; */
}

.formrow2{
    height: 300px;
    width: 90%;
    margin: 20px auto;
    /* border: 1px solid #fff; */
}

.formrow3{
    height: 50px;
    margin: 15px auto;
    background-color: #000;
    width: 38%;
    /* border: 1px solid #fff; */
}

.namediv{
    width: 100%;
    height: 80px;
    /* border: 1px solid #fff; */
    margin: 10px;
    background-color: #161616;
    float: left;
    margin: 10px 15px 10px 0px;
}

.emaildiv{
    height: 80px;
    width: 100%;
    /* border: 1px solid #fff; */
    float: left;
    margin: 10px auto;
    background-color: #161616;
}

.phonediv{
    height: 80px;
    width: 100%;
    float: left;
    background-color: #161616;
    /* border: 1px solid #fff; */
    margin: 10px;
    margin: 10px auto;
}


.footer{
    margin-top: 60px;
}

.contact input[type="text"] {
    height: 100%;
    width: 100%;
    border: none;
    color: #f2cca8;
    outline: none;
    background-color: #161616;
    font-size: 20px;
    padding-left: 20px;
}

textarea {height: 100%;width: 100%;border: none;color: #f2cca8;outline: none;background-color: #161616;font-size: 20px;/* padding-left: 20px; */outline: none;border: none;padding-top: 20px;padding-left: 20px;}

.contact button {
    height: 80%;
    width: 115px;
    float: none;
    font-size: 20px;
    color: #fff;
    background-color: #dc9f66;
    border-radius: 10px;
    border: none;
    outline: none;
}




.row1 h1 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-family: sans-serif;
}

.row2 h1 {
    color: #fff;
    font-size: 19px;
    margin: 0;
    font-family: sans-serif;
}

  
}


* {
	padding: 0px;
	margin: 0px;
  
  }
  .music input {
	border-bottom: 2px solid #f4cca1!important;
	background-color: transparent;
	padding-left: 5px;
	width: 250px;
	font-size: 15px;
	color: #fff;
	padding-bottom: 10px;
	border:none;
	float: left;
	outline: none;
  }
  body{
	  background-color: #161616;
	  color: #fff;
  }
  
  .content{
	text-align: center;
	width: 65%;
	margin: 38px auto;
  }
  
  .content h1{
	color: #f4cca1;
	margin-top: 14px;
	font-size: 39px;
	text-align: center;
  }
  .content p{
	color: #fff;
	margin-top: 10px;
	text-align: center;
	font-family: sans-serif;
	font-size: 16px;
	display: block;
  }
  .searcharea{
	 float: right;
	 margin-top: 23px;
  }
  
   
  .music button{
	 float: right;
	   background-color: transparent;
	   color: #f4cca1;
	   font-size: 20px;
	   border: none;
	   cursor: pointer;
	   margin-left: -20px;
	   margin-bottom: 50px;
  }
  table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
	margin-bottom: 50px;
	font-family: sans-serif;
  }
  tr{
	border: 2px solid #2f2f2f;
	line-height: 3;
  }
  .no{
	  text-align: center;
	  font-size: 14px;
  }
  
  th {
	  font-size: 32px;
	  padding: 11px;
  }
  
  td.other {
	  text-align: center;
  }
  
  @media screen and (max-width: 400px) {
  
  
	.content h1{
	color: #f4cca1;
	margin-top: 14px;
	font-size: 28px;
	text-align: center;
  }
  .content p{
	color: #fff;
	margin-top: 10px;
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	display: block;
  }
  
  
	.no{
	  text-align: center;
	  font-size: 15px;
  }
  
  th {
	  font-size: 13px;
  }
  
  td.other {
	  text-align: center;
  }
  
	.searcharea{
  width: 100%;
  }
  .earchcenter{
	margin: auto;
  }
  .music input{
	border-bottom: 2px solid #f4cca1;
	background-color: transparent;
	padding-left: 5px;
	width: 100%;
	padding-bottom: 10px;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	float: left;
	outline: none;
  }
  .music button{
	 float: right;
	   background-color: transparent;
	   color: #f4cca1;
	   font-size: 20px;
	   border: none;
	   cursor: pointer;
	   margin-left: -20px;
	   margin-bottom: 50px;
  }
	}

	

.firstsection{
	height: 500px;
	/* border: 1px solid #fff; */
	}
	
	.firstleft{
		height: 100%;
		width: 45%;
		float: left;
		/* border: 1px solid #fff; */
	}
	
	.firstright{
		height: 100%;
		width: 45%;
		float: right;
		/* border: 1px solid #fff; */
	}
	
	.firstleft h1 {
		color: #f2cca8;
		font-size: 54px;
	
	}
	
	.firstleft p {
		color: #fff;
		font-family: sans-serif;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.5;
		margin-top: 16px;
	}
	.firstleft a {
		color: #AA2124;
		font-family: sans-serif;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.5;
		display: block;
		text-decoration: none;
		margin-left: 10px;
		margin-top: 16px;
	}
	
	
	.botombox{
		height: 100px;
		width: 100%;
		margin-top: 60px;
		background-color: #d4bb9f;
	}
	
	.botombox1{
		 height: auto;
		 width: 30%;
		 /* border: 1px solid #000; */
		 float: left;
		 margin: 30px 5px 5px 15px;
	}
	
	.botombox2{
		 height: auto;
		 width: 30%;
		 /* border: 1px solid #000; */
		 float: left;
		 margin: 5px 5px;
		 margin: 30px 5px 5px 5px;
	}
	
	.botombox3{
		height: auto;
		width: 30%;
		/* border: 1px solid #000; */
		float: left;
		margin: 5px 5px;
		margin: 30px 5px 5px 5px;
	}
	
	.innerbox{
	height: 30px;
	width: 19%;
	margin: 0px 0px 0px 25px;
	background-color: #9d836c;
	/* border: 1px solid #000; */
	border-radius: 28px;
	float: left;
	}
	
	.innerbox span{
		font-size: 35px;
		font-weight: 700;
		display: block;
		margin-top: -13px;
		text-align: center;
	}
	
	.firstrightdiv{height: 344px;width: 318px;background-color: #f2cca8;margin: 80px auto 0px auto;}
	
	
	
	.firstrightdiv img {
		height: 100%;
		width: 100%;
		margin: -30px;
	}
	
	
	.firstright h1{
	color: #f2cca8;
	font-size: 32px;
	margin-top: 10px;
	text-align: center;
	}
	
	
	.secondsection{
		height:300px;
		width: 90%;
		margin-right: auto;
	}
	
	.thirdsection{
	 height: auto;
	 width: 100%;
	 height: 650px;
	 margin-top: 86px;
	 width: 100%;
	 background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.630987429151348) 0%),url(../image/homeimage.png);
	 background-repeat: no-repeat;
	 background-position: left;
	 background-size: 50% 700px;
	}
	
	.thirdsectionleft{
	
	}
	
	.thirdsectionleft img {
		height: 100%;
		width: 100%;
	}
	
	
	.thirdsectionright{
		float: right;
		height: 700px;
		width: 40%;
		margin-top: 60px;
		padding: 15px;
		margin-right: 170px;
		/* border:1px solid #fff; */
	}
	
	.quotsimg{
		height: 69px;
		width: 100px;
		float: left;
		/* border: 1px solid #fff; */
	}
	
	.quotsimg img{
	
	height: 100%;
	width: 100%;
	
	
	}
	
	.thirdsectiontext  {
		margin-top: 92px;
	}
	
	.thirdsectiontext a {
  	   color: #AA2124;		
	}

	.thirdsectiontext a:hover {
  	   text-decoration: none;		
	   color: #797878;
	   transition: 0.5s
	}	
	
	.thirdsectiontext  p {
		height: auto;
		width: 100%;
		font-size: 20px;
		margin-top: 15px;
		color: #fff;
		font-family: sans-serif;
	}
	
	
	
		.secondsection {font-family: Helvetica Neue, Helvetica, Arial, sans-serif;font-size: 14px;margin: 0px auto;color: #000;margin-top: 130px;padding: 0;}
	
		.swiper-container {
		  width: 100%;
		  height: 100%;
		  margin: auto;
		}
	
		.swiper-slide {
		  background: #d4bb9f;
		}
		.swiper-slide a {
		  color: #AA2124;		
		}
		.swiper-slide a:hover {
		  text-decoration: none;		
		}
		
		.swiper-slide h2{
		  margin: 16px;
		  font-size: 25px;
		}
		.swiper-slide p{
		  margin: 30px 30px 30px 30px;  
		}
		.swiper-slide ul{
		  margin: 30px 30px 30px 30px;  
		}
		.swiper-slide h5{
		  position: absolute;
		  bottom: 10px;
		  font-weight: 100;
		  font-size: 18px;
		  right: 10px;
		}
	
		.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 10px;
		right: auto;
		color: #000;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 10px;
		left: auto;
		color: #000;
	}
	
	.mobilesection{
	  display: none;
	}
	
	.numtext{
	  font-family: sans-serif;
	  width: 138px;
	  margin: 5px 5px 5px 5px;
	  font-size: 18px;
	  text-align: left;
	}
	
	 @media only screen and (max-width:320px) {
	   }
		.swiper-slide p{
		  font-family: sans-serif;
		  margin: 30px 30px 30px 30px;
		}
		.swiper-slide ul{
		  margin: 30px 30px 30px 30px;  
		}

	}
	
	
	
	
	@media (min-width: 1281px) {
	  
	
	  .firstsection{
	height: 500px;
	/* border: 1px solid #fff; */
	}
	
	.firstleft{
	  height: 100%;
	  width: 45%;
	  float: left;
	  /* border: 1px solid #fff; */
	}
	
	.firstright{
	  height: 100%;
	  width: 45%;
	  float: right;
	  /* border: 1px solid #fff; */
	}
	
	.firstleft h1 {
		color: #f2cca8;
		font-size: 54px;
	
	}
	
	.firstleft p {
		color: #fff;
		font-family: sans-serif;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.5;
		margin-top: 16px;
	}
	.firstleft a {
		color: #AA2124;
		font-family: sans-serif;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.5;
		display: block;
		text-decoration: none;
		margin-left: 10px;
		margin-top: 16px;
	}
	
	
	.botombox{
	  height: 100px;
	  width: 100%;
	  margin-top: 60px;
	  background-color: #d4bb9f;
	}
	
	.botombox1{
		 height: auto;
		 width: 30%;
		 /* border: 1px solid #000; */
		 float: left;
		 margin: 30px 5px 5px 15px;
	}
	
	.botombox2{
		 height: auto;
		 width: 30%;
		 /* border: 1px solid #000; */
		 float: left;
		 margin: 5px 5px;
		 margin: 30px 5px 5px 5px;
	}
	
	.botombox3{
		height: auto;
		width: 30%;
		/* border: 1px solid #000; */
		float: left;
		margin: 5px 5px;
		margin: 30px 5px 5px 5px;
	}
	
	.innerbox{
	height: 30px;
	width: 19%;
	margin: 0px 0px 0px 25px;
	background-color: #9d836c;
	/* border: 1px solid #000; */
	border-radius: 28px;
	float: left;
	}
	
	.innerbox span{
		font-size: 35px;
		font-weight: 700;
		display: block;
		margin-top: -13px;
		text-align: center;
	}
	
	.firstrightdiv{height: 344px;width: 318px;background-color: #f2cca8;margin: 80px auto 0px auto;}
	
	
	
	.firstrightdiv img {
		height: 100%;
		width: 100%;
		margin: -30px;
	}
	
	
	.firstright h1{
	color: #f2cca8;
	font-size: 32px;
	
	margin-top: 10px;
	text-align: center;
	}
	
	
	.secondsection{
		height:300px;
		width: 90%;
		margin-right: auto;
	}
	
	.thirdsection{
	 height: auto;
	 width: 100%;
	 height: 650px;
	 width: 100%;
	  background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.630987429151348) 0%),url(../image/homeimage.png);
	 background-repeat: no-repeat;
	 background-position: left;
	 background-size: 50% 700px;
	
	}
	
	.thirdsectionleft{
	
	}
	
	.thirdsectionleft img {
		height: 100%;
		width: 100%;
	}
	
	
	.thirdsectionright{
		float: right;
		height: 700px;
		width: 40%;
		margin-top: 60px;
		padding: 15px;
		margin-right: 170px;
		/* border:1px solid #fff; */
	}
	
	.quotsimg{
		height: 69px;
		width: 100px;
		float: left;
		/* border: 1px solid #fff; */
	}
	
	.quotsimg img{
	
	height: 100%;
	width: 100%;
	
	
	}
	
	.thirdsectiontext  {
		margin-top: 92px;
	}
	
	
	.thirdsectiontext  p {
		height: auto;
		width: 100%;
		font-size: 20px;
		margin-top: 15px;
		color: #fff;
		font-family: sans-serif;
	}
	
	
	
		.secondsection {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0px auto;
	color: #000;
	margin-top: 100px;
	padding: 0;
	}
	
		.swiper-container {
		  width: 100%;
		  height: 100%;
		  margin: auto;
		}
	
		.swiper-slide {
		  background: #d4bb9f;
		}
		.swiper-slide h2{
		  margin: 16px;
		  font-size: 25px;
		}
		.swiper-slide p{
		  margin: 30px 30px 30px 30px;	  
		}
		.swiper-slide ul{
		  margin: 30px 30px 30px 30px;  
		}
		.swiper-slide h5{
		  position: absolute;
		  bottom: 10px;
		  font-weight: 100;
		  font-size: 18px;
		  right: 10px;
		}
	
		.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 10px;
		right: auto;
		color: #000;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 10px;
		left: auto;
		color: #000;
	}
	
	.mobilesection{
	  display: none;
	}
	
	.numtext{
	  font-family: sans-serif;
	  width: 138px;
	  margin: 5px 5px 5px 5px;
	  font-size: 18px;
	  text-align: left;
	}
	
	  
	}
	
	
	
	@media (min-width: 1025px) and (max-width: 1280px) {
	  
	
	
	.firstsection{height: auto;/* border: 1px solid #fff; */}
	
	.firstleft{
	  height: 100%;
	  width: 45%;
	  float: left;
	  /* border: 1px solid #fff; */
	}
	
	.firstright{
	  height: 100%;
	  width: 45%;
	  float: right;
	  /* border: 1px solid #fff; */
	}
	
	.firstleft h1 {
		color: #f2cca8;
		font-size: 53px;
	}
	
	.firstleft p {
		color: #fff;
		font-family: sans-serif;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.5;
		margin-top: 16px;
	}
	.firstleft a {
		color: #AA2124;
		font-family: sans-serif;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.5;
		display: block;
		text-decoration: none;
		margin-left: 10px;
		margin-top: 16px;
	}
	
	
	.botombox{
	  height: 100px;
	  width: 100%;
	  margin-top: 60px;
	  background-color: #d4bb9f;
	}
	
	.botombox1{
		 height: auto;
		 width: 30%;
		 /* border: 1px solid #000; */
		 float: left;
		 margin: 30px 5px 5px 15px;
	}
	
	.botombox2{
		 height: auto;
		 width: 30%;
		 /* border: 1px solid #000; */
		 float: left;
		 margin: 5px 5px;
		 margin: 30px 5px 5px 5px;
	}
	
	.botombox3{
		height: auto;
		width: 30%;
		/* border: 1px solid #000; */
		float: left;
		margin: 5px 5px;
		margin: 30px 5px 5px 5px;
	}
	
	.innerbox{
	height: 30px;
	width: 19%;
	margin: 0px 0px 0px 25px;
	background-color: #9d836c;
	/* border: 1px solid #000; */
	border-radius: 28px;
	float: left;
	}
	
	.innerbox span{
		font-size: 35px;
		font-weight: 700;
		display: block;
		margin-top: -13px;
		text-align: center;
	}
	
	.firstrightdiv{height: 344px;width: 318px;background-color: #f2cca8;margin: 80px auto 0px auto;}
	
	
	
	.firstrightdiv img {
		height: 100%;
		width: 100%;
		margin: -30px;
	}
	
	
	.firstright h1{
	color: #f2cca8;
	font-size: 32px;
	margin-top: 10px;
	text-align: center;
	}
	
	
	.secondsection{
		height:300px;
		width: 90%;
		margin-right: auto;
	}
	
	.thirdsection{
	 height: auto;
	 width: 100%;
	 height: auto;
	 width: 100%;
	 background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.630987429151348) 0%),url(../image/homeimage.png);
	 background-repeat: no-repeat;
	 background-position: left;
	 background-size: 56% 600px;
	}
	
	
	
	.thirdsectionleft img {
		height: 100%;
		width: 100%;
	}
	
	
	.thirdsectionright{
		float: right;
		height: 700px;
		width: 57%;
		margin-top: 94px;
		padding: 15px;
		margin-right: 14px;
		/* border:1px solid #fff; */
	}
	
	.quotsimg{
		height: 69px;
		width: 100px;
		float: left;
		/* border: 1px solid #fff; */
	}
	
	.quotsimg img{
	
	height: 100%;
	width: 100%;
	
	
	}
	
	.thirdsectiontext  {
		margin-top: 114px;
	}
	
	
	.thirdsectiontext  p {
		height: auto;
		width: 100%;
		font-size: 20px;
		margin-top: 15px;
		color: #fff;
		font-family: sans-serif;
	}
	
	
	
		.secondsection {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0px auto;
	color: #000;
	margin-top: 100px;
	padding: 0;
	}
	
		.swiper-container {
		  width: 100%;
		  height: 100%;
		  margin: auto;
		}
	
		.swiper-slide {
		  background: #d4bb9f;
		}
		.swiper-slide h2{
		  margin: 9px;
		  font-size: 25px;
		}
		.swiper-slide p{
		  margin: 20px 20px 20px 20px;
		}
		.swiper-slide ul{
		  margin: 20px 20px 20px 20px;  
		}

		.swiper-slide h5{
		  position: absolute;
		  bottom: 4px;
		  font-weight: 100;
		  font-size: 18px;
		  right: 10px;
		}
	
		.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 10px;
		right: auto;
		color: #000;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 10px;
		left: auto;
		color: #000;
	}
	
	.mobilesection{
	  display: none;
	}
	
	.numtext{
	  font-family: sans-serif;
	  width: 128px;
	  margin: 5px 5px 5px 5px;
	  font-size: 18px;
	  text-align: right;
	}
	  
	}
	
	
	
	@media (min-width: 768px) and (max-width: 1024px) {
	
	
	  
	.firstsection{height: auto;/* border: 1px solid #fff; */}
	
	.firstleft{
	  height: 100%;
	  width: 45%;
	  float: left;
	  /* border: 1px solid #fff; */
	}
	
	.firstright{
	  height: 100%;
	  width: 45%;
	  float: right;
	  /* border: 1px solid #fff; */
	}
	
	.firstleft h1 {
		color: #f2cca8;
		font-size: 34px;
	}
	
	.firstleft p {
		color: #fff;
		font-family: sans-serif;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 1.5;
		margin-top: 16px;
	}
	.firstleft a {
		color: #AA2124;
		font-family: sans-serif;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.5;
		display: block;
		text-decoration: none;
		margin-left: 10px;
		margin-top: 16px;
	}
	
	
	.botombox{
	  height: 100px;
	  width: 100%;
	  margin-top: 60px;
	  background-color: #d4bb9f;
	}
	
	.botombox1{
		 height: auto;
		 width: 30%;
		 /* border: 1px solid #000; */
		 float: left;
		 margin: 30px 5px 5px 0px;
	}
	
	.botombox2{
		 height: auto;
		 width: 30%;
		 /* border: 1px solid #000; */
		 float: left;
		 margin: 5px 5px;
		 margin: 30px 5px 5px 5px;
	}
	
	.botombox3{
		height: auto;
		width: 30%;
		/* border: 1px solid #000; */
		float: left;
		margin: 5px 5px;
		margin: 30px 5px 5px 5px;
	}
	
	.innerbox{height: 35px;width: 30%;margin: 0px 0px 0px 25px;background-color: #9d836c;/* border: 1px solid #000; */border-radius: 28px;float: left;}
	
	.innerbox span{
		font-size: 31px;
		font-weight: 700;
		display: block;
		margin-top: -13px;
		text-align: center;
	}
	
	.firstrightdiv{height: 254px;width: 238px;background-color: #f2cca8;margin: 69px auto 0px auto;}
	
	
	
	.firstrightdiv img {
		height: 100%;
		width: 100%;
		margin: -30px;
	}
	
	
	.firstright h1{
	color: #f2cca8;
	font-size: 32px;
	margin-top: 10px;
	text-align: center;
	}
	
	
	.secondsection{
		height:300px;
		width: 90%;
		margin-right: auto;
	}
	
	.thirdsection{
	 height: auto;
	 width: 100%;
	 height: 650px;
	 width: 100%;
	 background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.630987429151348) 0%),url(../image/homeimage.png);
	 background-repeat: no-repeat;
	 background-position: left;
	 background-size: 67% 700px;
	}
	
	.thirdsectionleft{
	
	}
	
	.thirdsectionleft img {
		height: 100%;
		width: 100%;
	}
	
	
	.thirdsectionright{
		float: right;
		height: 700px;
		width: 64%;
		margin-top: 60px;
		padding: 15px;
		margin-right: 7px;
		/* border:1px solid #fff; */
	}
	
	.quotsimg{
		height: 69px;
		width: 100px;
		float: left;
		/* border: 1px solid #fff; */
	}
	
	.quotsimg img{
	
	height: 100%;
	width: 100%;
	
	
	}
	
	.thirdsectiontext  {
		margin-top: 92px;
	}
	
	
	.thirdsectiontext  p {
		height: auto;
		width: 100%;
		font-size: 20px;
		margin-top: 15px;
		color: #fff;
		font-family: sans-serif;
	}
	
	
	
		.secondsection {font-family: Helvetica Neue, Helvetica, Arial, sans-serif;font-size: 14px;margin: 0px auto;color: #000;width: 100%;margin-top: 100px;padding: 0;}
	
		.swiper-container {
		  width: 100%;
		  height: 100%;
		  margin: auto;
		}
	
		.swiper-slide {
		  background: #d4bb9f;
		}
		.swiper-slide h2{
		  margin: 10px;
		  font-size: 21px;
		}
		.swiper-slide p{
		  margin: 10px 10px 10px 10px;
		}
		.swiper-slide ul{
		  margin: 10px 10px 10px 10px;  
		}

		.swiper-slide h5{
		  position: absolute;
		  bottom: 27px;
		  font-weight: 100;
		  font-size: 16px;
		  right: 38px;
		}
	
		.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: -1px;
		right: auto;
		color: #000;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 25px;
		left: auto;
		color: #000;
	}
	
	.swiper-slide {
		padding: 0px 20px;
		margin: 20px;
	}
	
	.mobilesection{
	  display: none;
	}
	
	.numtext{
	  font-family: sans-serif;
	  width: 138px;
	  margin: 5px 5px 5px 5px;
	  font-size: 18px;
	  text-align: left;
	}
	
	}
	
	
	
	
	@media (min-width: 481px) and (max-width: 767px) {
	  
	
	
	.firstsection{height: auto;/* border: 1px solid #fff; */}
	
	.firstleft{
	  height: 100%;
	  width: 100%;
	  float: left;
	  /* border: 1px solid #fff; */
	}
	
	.firstright{
	  height: 100%;
	  width: 100%;
	  float: right;
	  /* border: 1px solid #fff; */
	}
	
	.firstleft h1 {
		color: #f2cca8;
		text-align: center;
		font-size: 34px;
		margin-top: 20px;
	}
	
	.firstleft p {
		color: #fff;
		font-family: sans-serif;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 1.5;
		margin-top: 16px;
	}
	.firstleft a {
		color: #AA2124;
		font-family: sans-serif;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.5;
		display: block;
		text-decoration: none;
		margin-left: 10px;
		margin-top: 16px;
	}
	
	
	.botombox{
	  height: 100px;
	  width: 100%;
	  margin-top: 60px;
	  background-color: #d4bb9f;
	}
	
	.botombox1{
		 height: auto;
		 font-size: 2;
		 width: 30%;
		 border: -8px solid #000;
		 float: left;
		 margin: 30px 5px 5px 0px;
	}
	
	.botombox2{
		 height: auto;
		 width: 30%;
		 /* border: 1px solid #000; */
		 float: left;
		 margin: 5px 5px;
		 margin: 30px 5px 5px 5px;
	}
	
	.botombox3{
		height: auto;
		width: 30%;
		/* border: 1px solid #000; */
		float: left;
		margin: 5px 5px;
		margin: 30px 5px 5px 5px;
	}
	
	.innerbox{height: 47px;width: 37%;margin: 0px 0px 0px 25px;background-color: #9d836c;/* border: 1px solid #000; */border-radius: 28px;float: left;}
	
	.innerbox span{
		font-size: 39px;
		font-weight: 700;
		display: block;
		margin-top: -13px;
		text-align: center;
	}
	
	.firstrightdiv{height: 254px;width: 238px;background-color: #f2cca8;margin: 69px auto 0px auto;}
	
	
	
	.firstrightdiv img {
		height: 100%;
		width: 100%;
		margin: -30px;
	}
	
	
	.firstright h1{color: #f2cca8;font-size: 32px;margin-top: 10px;display: none;text-align: center;}
	
	
	.secondsection{
		height:300px;
		width: 90%;
		margin-right: auto;
	}
	
	.thirdsection{
	 height: auto;
	 width: 100%;
	 height: 431px;
	 width: 100%;
	 background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.630987429151348) 0%),url(../image/homeimage.png);
	 background-repeat: no-repeat;
	 background-position: left;
	 background-size: 100% 700px;
	}
	
	.thirdsectionleft{
	
	}
	
	.thirdsectionleft img {
		height: 100%;
		width: 100%;
	}
	
	
	.thirdsectionright{
		float: right;
		height: auto;
		width: 100%;
		margin-top: 264px;
		padding: 15px;
		margin-right: 7px;
		/* border:1px solid #fff; */
	}
	
	.quotsimg{
		height: 69px;
		width: 100px;
		float: left;
		/* border: 1px solid #fff; */
	}
	
	.quotsimg img{
	
	height: 100%;
	width: 100%;
	
	
	}
	
	.thirdsectiontext  {
		margin-top: 92px;
	}
	
	
	.thirdsectiontext  p {
		height: auto;
		width: 100%;
		font-size: 17px;
		margin-top: 15px;
		color: #fff;
		font-family: sans-serif;
	}
	
	
	
		.secondsection {font-family: Helvetica Neue, Helvetica, Arial, sans-serif;font-size: 14px;height: auto;margin: 0px auto;color: #000;width: 100%;margin-top: 100px;padding: 0;}
	
		.swiper-container {
		  width: 100%;
		  height: 100%;
		  display: none;
		  margin: auto;
		}
	
		.swiper-slide {
		  background: #d4bb9f;
		}
		.swiper-slide h2{
		  margin: 10px 0px 0px 0px;
		  font-size: 17px;
		}
		.swiper-slide p{
		  margin: 10px 10px 10px 10px;
		}
		.swiper-slide ul{
		  margin: 10px 10px 10px 10px;  
		}

		.swiper-slide h5{
		  position: absolute;
		  bottom: 27px;
		  font-weight: 100;
		  font-size: 16px;
		  right: 38px;
		}
	
		.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: -1px;
		right: auto;
		color: #000;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 25px;
		left: auto;
		color: #000;
	}
	
	.swiper-slide {
		padding: 0px 100px;
		margin: 19px;
	}
	
	.mobilesection {
		width: 80%;
		height: auto;
		margin: 0px auto;
		display: block;
	}
	
	.swiper-slide-mobile {
		height: auto;
		width: 100%;
		padding: 16px;
		margin: 10px;
		background-color: #d4bb9f;
	}
	
	h2 {
		font-size: 25px;
	}
	
	p {
		font-size: 15px;
		padding: 10px;
	}
	
	h5 {
		text-align: right;
		font-size: 16px;
	}
	
	
	
	
	span#myBtn {
		color: #fff;
		font-size: 18px;
		margin: 10px;
		text-align: center;
		display: block;
	}
	
	.numtext{
	  font-family: sans-serif;
	  width: 138px;
	  margin: 5px 5px 5px 5px;
	  font-size: 18px;
	  text-align: left;
	}
	  
	}
	
	
	
	@media (min-width: 320px) and (max-width: 480px) {
	  
	
	.firstsection{height: auto;/* border: 1px solid #fff; */}
	
	.firstleft{
	  height: 100%;
	  width: 100%;
	  float: left;
	  /* border: 1px solid #fff; */
	}
	
	.firstright{
	  height: 100%;
	  width: 100%;
	  float: right;
	  /* border: 1px solid #fff; */
	}
	
	.firstleft h1 {
		color: #f2cca8;
		text-align: center;
		font-size: 34px;
		margin-top: 20px;
	}
	
	.firstleft p {
		color: #fff;
		font-family: sans-serif;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 1.5;
		margin-top: 16px;
	}
	.firstleft a {
		color: #AA2124;
		font-family: sans-serif;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.5;
		display: block;
		text-decoration: none;
		margin-left: 10px;
		margin-top: 16px;
	}
	
	
	.botombox{
	  height: 100px;
	  width: 100%;
	  margin-top: 60px;
	  background-color: #d4bb9f;
	}
	
	.botombox1{
		 height: auto;
		 font-size: 2;
		 width: 30%;
		 border: -8px solid #000;
		 float: left;
		 margin: 30px 5px 5px 0px;
	}
	
	.botombox2{
		 height: auto;
		 width: 30%;
		 /* border: 1px solid #000; */
		 float: left;
		 margin: 5px 5px;
		 margin: 30px 5px 5px 5px;
	}
	
	.botombox3{
		height: auto;
		width: 30%;
		/* border: 1px solid #000; */
		float: left;
		margin: 5px 5px;
		margin: 30px 5px 5px 5px;
	}
	
	.innerbox{height: 34px;width: 34px;margin: 0px 0px 0px 15px;background-color: #9d836c;/* border: 1px solid #000; */border-radius: 28px;float: left;}
	
	.innerbox span{
		font-size: 22px;
		font-weight: 700;
		display: block;
		margin-top: 5px;
		text-align: center;
	}
	
	.firstrightdiv{height: 254px;width: 238px;background-color: #f2cca8;margin: 62px auto 0px auto;}
	
	
	
	.firstrightdiv img {
		height: 100%;
		width: 100%;
		margin: -13px;
	}
	
	
	.firstright h1{color: #f2cca8;font-size: 32px;margin-top: 10px;display: none;text-align: center;}
	
	
	.secondsection{
		height:300px;
		width: 90%;
		margin-right: auto;
	}
	
	.thirdsection{
	 height: auto;
	 width: 100%;
	 height: 360px;
	 width: 100%;
	 background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.630987429151348) 0%),url(../image/homeimage.png);
	 background-repeat: no-repeat;
	 background-position: left;
	 background-size: 100% 700px;
	}
	
	.thirdsectionleft{
	
	}
	
	.thirdsectionleft img {
		height: 100%;
		width: 100%;
	}
	
	
	.thirdsectionright{
		float: right;
		height: auto;
		width: 100%;
		margin-top: 126px;
		padding: 15px;
		margin-right: 7px;
		/* border:1px solid #fff; */
	}
	
	.quotsimg{
		height: 69px;
		width: 100px;
		float: left;
		/* border: 1px solid #fff; */
	}
	
	.quotsimg img{
	
	height: 100%;
	width: 100%;
	
	
	}
	
	.thirdsectiontext  {
		margin-top: 92px;
	}
	
	
	.thirdsectiontext  p {
		height: auto;
		width: 100%;
		font-size: 13px;
		margin-top: 15px;
		color: #fff;
		font-family: sans-serif;
	}
	
	
	
		.secondsection {font-family: Helvetica Neue, Helvetica, Arial, sans-serif;font-size: 14px;height: auto;margin: 0px auto;color: #000;width: 100%;margin-top: 100px;padding: 0;}
	
		.swiper-container {
		  width: 100%;
		  height: 100%;
		  display: none;
		  margin: auto;
		}
	
		.swiper-slide {
		  background: #d4bb9f;
		}
		.swiper-slide h2{
		  margin: 10px 0px 0px 0px;
		  font-size: 17px;
		}
		.swiper-slide p{
		  margin: 10px 10px 10px 10px;
		}
		.swiper-slide ul{
		  margin: 10px 10px 10px 10px;  
		}

		.swiper-slide h5{
		  position: absolute;
		  bottom: 27px;
		  font-weight: 100;
		  font-size: 16px;
		  right: 38px;
		}
	
		.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: -1px;
		right: auto;
		color: #000;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 25px;
		left: auto;
		color: #000;
	}
	
	.swiper-slide {
		padding: 0px 100px;
		margin: 19px;
	}
	
	.mobilesection {
		width: 90%;
		height: auto;
		margin: 0px auto;
		display: block;
	}
	
	.swiper-slide-mobile {
		height: auto;
		width: 100%;
		padding: 10px;
		margin: 10px;
		background-color: #d4bb9f;
	}
	
	h2 {
		font-size: 21px;
	}
	
	p {
		font-size: 15px;
		padding: 10px;
	}
	
	h5 {
		text-align: right;
		font-size: 17px;
	}
	
	
	
	
	span#myBtn {
		color: #fff;
		font-size: 18px;
		margin: 10px;
		text-align: center;
		display: block;
	}
	
	.numtext{
	  font-family: sans-serif;
	  width: 138px;
	  margin: 5px 5px 5px 5px;
	  font-size: 18px;
	  text-align: left;
	}
	  
	}

	* {
		padding: 0px;
		margin: 0px;
	  
	  }
	  
	  body{
		  background-color: #161616;
		  color: #fff;
	  }
	  
	  .content{
		text-align: center;
		width: 65%;
		margin: 38px auto;
	  }
	  
	  .content h1{
		color: #f4cca1;
		margin-top: 14px;
		font-size: 42px;
		text-align: center;
	  }
	  .content p{
		color: #fff;
		margin-top: 10px;
		text-align: center;
		font-family: sans-serif;
		font-size: 16px;
		display: block;
	  }
	  .searcharea{
		 float: right;
		 margin-top: 50px;
	  
	  }
	  
	   
	  
	  table {
		width: 100%;
		border-collapse: collapse;
		border: 1px solid black;
		width: 100%;
		margin-bottom: 50px;
		font-family: sans-serif;
	  }
	  tr{
		border: 2px solid #2f2f2f;
		line-height: 3;
	  }
	  .no{
		  text-align: center;
		  font-size: 35px;
	  }
	  
	  th {
		  font-size: 32px;
	  }
	  
	  td.other {
		  text-align: center;
	  }
	  
	  @media screen and (max-width: 400px) {
	  
	  
		.content h1{
		color: #f4cca1;
		margin-top: 14px;
		font-size: 32px;
		text-align: center;
	  }
	  .content p{
		color: #fff;
		margin-top: 10px;
		text-align: center;
		font-family: sans-serif;
		font-size: 11px;
		display: block;
	  }
	  
	  
		.no{
		  text-align: center;
		  font-size: 15px;
	  }
	  
	  th {
		  font-size: 13px;
	  }
	  
	  td.other {
		  text-align: center;
	  }
	  
		.searcharea{
	  width: 100%;
	  }
	  .earchcenter{
		margin: auto;
	  }
	   
	  
		}

		* {
			padding: 0px;
			margin: 0px;
		
		}
		.music input {
			border-bottom: 2px solid #f4cca1!important;
			background-color: transparent;
			padding-left: 5px;
			width: 250px;
			font-size: 15px;
			color: #fff;
			padding-bottom: 10px;
			border:none;
			float: left;
			outline: none;
		}
		
		body{
				background-color: #161616;
				color: #fff;
				font-family: 'Roboto', sans-serif;
		
		}
		
		.bookresource{
			margin: 30px auto;
		
		}
		 h1{
			text-align: center;
			margin: 50px;
			color: #f4cca1;
			font-family: 'Castoro', serif;
			font-size: 50px;
		}
		.one{
			border: 2px solid #3c3737;
			padding: 12px;
			font-family: sans-serif;
		}
		
		p.p-one {
			font-weight: 600;
			margin-bottom: 5px;
		}
		
		.dictionary {
			margin-bottom: 50px;
		}
		
		
		@media screen and (max-width: 400px) {
		
		
		p{
			font-size: 12px;
		}
		
		p.p-one {font-size: 13px;}
		
		h1{
			text-align: center;
			margin: 32px;
			color: #f4cca1;
			font-family: 'Castoro', serif;
			font-size: 39px;
		}
		
		
		}

		.botombox {
			color: #000;
		}
		