

/*****************
================================================
 (  Media Queries  )
================================================
 *******************/


 @media only screen and (min-width:1890px) and (max-width:2529px) {}

 @media(max-width:1399px) {}
 
 @media(max-width:1199px) {
	 h1 {
		 font-size: 50px;
	 }
 
	 h4 {
		 font-size: 24px;
	 }
 }
 
 @media(max-width:992px) {
	 .navbar {
		 justify-content: inherit;
	 }
 
	 .scroll-section ul li .img-02 {
		 width: 25%
	 }
 
	 h1 {
		 font-size: 50px;
		 line-height: 60px;
	 }
 
	 .heading-title p {
		 padding: 0px;
	 }
 
	 h2 {
		 font-size: 40px;
		 line-height: 45px;
	 }
 
	 .navbar-toggler {
		 border: 1px solid white;
	 }
 
	 button.navbar-toggler i {
		 color: #fff;
	 }
 
	 .navbar {
		 justify-content: space-between;
	 }
 
	 .navbar-collapse {
		 background: #fab915;
		 padding: 0px 30px;
		 position: absolute;
		 top: 62px;
		 right: 0px;
		 width: 100%;
	 }
 
	 .navbar-expand-lg .navbar-nav .nav-link:active,
	 .navbar-expand-lg .navbar-nav .nav-link:hover {
		 color: #000000;
	 }
 }
 
 @media(max-width:979px) {
	 .scroll-section .heading-title {
		 margin-bottom: 0px;
	 }
 
	 h2 {
		 font-size: 38px;
	 }
 }
 
 @media(max-width:767px) {
	 .scroll-section ul li .img-02 {
		 width: 30%
	 }
 
	 header,
	 header.fixed {
		 padding: 10px 0;
	 }
 
	 .prize-box {
		 display: none;
	 }
 
	 h2 {
		 font-size: 30px;
		 line-height: 34px;
	 }
 
	 header .navbar {
		 padding: 0;
	 }
 
	 header .navbar .navbar-brand img {
		 margin-right: 0;
		 height: 32px;
	 }
 
	 .iq-ptb-50 {
		 padding: 0 15px;
	 }
 
	 .heading-title {
		 margin-bottom: 30px;
	 }
 
	 h1 {
		 font-size: 27px;
		 line-height: 30px;
	 }
 
	 .navbar-collapse {
		 top: 52px;
	 }
 }
 
 @media(max-width:479px) {}