* {
	padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Gellix';
}

/*container's*/
.container-one {
	max-width: 1300px;
	margin: 0 auto;
}
.container-two {
	max-width: 1200px;
	margin: 0 auto;
}
/*container's*/


/*best-time-sec*/
.best-time-section {
    margin-top: 32px;
}

.best-time-section-bg {
	background-color: #F8F8F8;
	border-radius: 10px;
}
.best-time-sec h1 {
	margin: 0;
	padding-top: 101px;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: #111111;
	font-style: normal;
	font-weight: 900;
}
.best-time-sec p {
	margin: 0;
	padding-top: 12px;
	padding-bottom: 100px;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	color: #333333;
	font-style: normal;
	font-weight: 400;
}
/*best-time-sec end*/



/*best-trade-section*/

.best-trade-section {
	margin-top: 75px;
}
.best-trade-position {
	position: relative;
}
.best-trade--sec h3 {
	margin: 0;
	font-size: 34px;
	font-weight: 900;
	line-height: 46px;
	color: #111111;
}
p.best-trade-1-p {
	margin: 0;
	padding-top: 15px;
	font-size: 20px;
	line-height: 27px;
	color: #222222;
	font-weight: 400;
}
p.best-trade-2-p {
	margin: 0;
	padding-top: 15px;
	font-size: 20px;
	line-height: 27px;
	color: #222222;
	font-style: normal;
	font-weight: 400;
}
p.best-trade-3-p {
	margin: 0;
	padding-top: 15px;
	font-size: 20px;
	line-height: 27px;
	color: #222222;
	font-style: normal;
	font-weight: 400;
}
span.best-trade-span-para {
	color: #ff8b02;
}
.img--best-trade img {
	position: absolute;
	left: -47px;
	top: -46px;
}
.img--best-trade-2 img {
	position: absolute;
	right: -83px;
	top: -34px;
}
/*best-trade end*/



/*assian-sec*/

.assian-section {
	margin-top: 40px;
}
#assian-section-position {
	position: relative;
}
.assian--sec {
	display: flex;
	gap: 75px;
}
.assian-sec1 {
	width: 573px;
}
.asian--heading-sec h2 {
	margin: 0;
	padding-bottom: 50px;
	font-weight: 900;
	font-size: 34px;
	line-height: 46px;
	color: #111111;
}
.img--zig--assian img {
	position: absolute;
	left: -88px;
	top: 23px;
}
.assian-sec1 h3 {
	margin: 0;
	font-weight: 700;
	font-size: 28px;
	line-height: 35px;
	color: #111111;
}
.assian-sec1 p {
	margin: 0;
	padding-top: 15px;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #222222;
	font-style: normal;
}
.assian-sec2 {
	width: 520px;
	padding-top: 55px;
}
.assian-sec2 img {
	max-width: 100%;
}
/*assian-sec end*/


/*london-sec*/

.london-section {
	margin-top: 50px;
}
.london--sec {
	display: flex;
	gap: 75px;
}
.london-sec1 {
	width: 573px;
}
.london-sec1 h3 {
	margin: 0;
	font-weight: 700;
	font-size: 28px;
	line-height: 35px;
	color: #111111;
	font-style: normal;
}
.london-sec1 p {
	margin: 0;
	padding-top: 15px;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #222222;
	font-style: normal;
}
.london-sec2 {
	width: 520px;
	padding-top: 55px;
}
.london-sec2 img {
	max-width: 100%;
}
/*london-sec end*/

/*newyork-sec*/

.newyork-section {
	margin-top: 50px;
}
.newyork--sec {
	display: flex;
	gap: 75px;
}
.newyork-sec1 {
	width: 573px;
}
.newyork-sec1 h3 {
	margin: 0;
	font-weight: 700;
	font-size: 28px;
	line-height: 35px;
	color: #111111;
	font-style: normal;
}
.newyork-sec1 p {
	margin: 0;
	padding-top: 15px;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #222222;
	font-style: normal;
}
.newyork-sec2 {
	width: 520px;
	padding-top: 55px;
}
.newyork-sec2 img {
	max-width: 100%;
}
/*newyork-sec end*/


/*education-btm*/

.education-btm-section {
	margin-top: 40px;
    margin-bottom: 32px;
}
.education-btm-sec1 {
	width: 100%;
}
p.education-btm--para {
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #222222;
	font-style: normal;
}
p.education-btm--para--2 {
	margin: 0;
	padding-top: 20px;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #222222;
	font-style: normal;
}
/*education-btm end*/


/*media query*/

 @media only screen and (max-width: 1024px) {
/*best-time-section*/

.best-time-section {
	margin-top: 24px;
	padding: 0 30px;
}
.best-time-sec h1 {
	font-size: 42px;
	line-height: 42px;
}
.best-time-sec p {
	font-size: 18px;
	line-height: 24px;
}
/*best trade sec*/

.img--best-trade-2 img {
	right: 0px;
}
.best-trade--sec {
	padding: 0 30px;
	margin-top: 75px;
}
.best-trade--sec h2 {
	font-size: 34px;
	line-height: 42px;
}
p.best-trade-1-p {
	font-size: 18px;
	line-height: 24px;
}
p.best-trade-2-p {
	font-size: 18px;
	line-height: 24px;
}
p.best-trade-3-p {
	font-size: 18px;
	line-height: 24px;
}
/*assian--sec*/

.assian-section {
	padding: 0 30px;
	margin-top: 75px;
}
p.assian-para {
	font-size: 18px;
	line-height: 24px;
}
/*london-section*/

.london-section {
	padding: 0 30px;
	margin-top: 75px;
}
p.london-para {
	font-size: 18px;
	line-height: 24px;
}
/*newyork-section*/

.newyork-section {
	padding: 0 30px;
	margin-top: 75px;
}
p.newyork-para {
	font-size: 18px;
	line-height: 24px;
}
/*education-btm-section*/

.education-btm-section {
	padding: 0 30px;
	margin-top: 75px;
    margin-bottom: 24px;
}
p.education-btm--para {
	font-size: 18px;
	line-height: 24px;
}
p.education-btm--para--2 {
	font-size: 18px;
	line-height: 24px;
}

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

/*best-time-section*/

.best-time-section {
	padding: 0 15px;
	text-align: center;
}
.best-time-sec h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
}
.best-time-sec p {
	font-size: 16px;
	line-height: 22px;
}
/*best trade sec*/

.img--best-trade-2 img {
	right: 0px;
}
.best-trade--sec {
	padding: 0 15px;
	text-align: center;
}
.best-trade-section {
	margin-top: 50px;
}
.best-trade--sec h2 {
	font-size: 26px;
	line-height: 32px;
	padding-bottom: 30px;
}
p.best-trade-1-p {
	font-size: 16px;
	line-height: 22px;
}
p.best-trade-2-p {
	font-size: 16px;
	line-height: 22px;
}
p.best-trade-3-p {
	font-size: 16px;
	line-height: 22px;
}
/*assian--sec*/

.assian-section {
	padding: 0 15px;
	text-align: center;
	margin-top: 50px;
}
.assian--sec {
	gap: 45px;
	flex-direction: column-reverse;
}
.assian-sec1 {
	width: 100%;
}
.assian-sec2 {
	width: 100%;
	padding-top: 0;
}
.asian--heading-sec h2 {
	font-size: 26px;
	line-height: 32px;
}
.assian-sec1 h3 {
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 30px;
}
p.assian-para {
	font-size: 16px;
	line-height: 22px;
}
/*london-section*/

.london-section {
	padding: 0 15px;
	margin-top: 50px;
	text-align: center;
}
.london--sec {
	gap: 45px;
	flex-direction: column-reverse;
}
.london-sec1 {
	width: 100%;
}
.london-sec2 {
	width: 100%;
	padding-top: 0;
}
.london-sec1 h3 {
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 30px;
}
p.london-para {
	font-size: 16px;
	line-height: 22px;
}
/*newyork-section*/

.newyork-section {
	padding: 0 15px;
	text-align: center;
	margin-top: 50px;
}
.newyork--sec {
	gap: 45px;
	flex-direction: column-reverse;
}
.newyork-sec1 {
	width: 100%;
}
.newyork-sec2 {
	width: 100%;
	padding-top: 0;
}
.newyork-sec1 h3 {
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 30px;
}
p.newyork-para {
	font-size: 16px;
	line-height: 22px;
}
/*education-btm-section*/

.education-btm-section {
	padding: 0 15px;
	margin-top: 50px;
}
.education-btm-sec1 {
	text-align: center;
}
p.education-btm--para {
	font-size: 16px;
	line-height: 22px;
}
p.education-btm--para--2 {
	font-size: 16px;
	line-height: 22px;
}

}

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

.container-navbar {
	width: 92%;
}

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

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

}
/*media query end*/
