/* Screens Resolution : 992px
-------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {}
/* Screens Resolution : 992px
-------------------------------------------------------------------------- */

@media only screen and (max-width: 992px) {
    /* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */
    
    h1 {
        font-size: 4em;
    }
    h2 {
        font-size: 3em;
    }
    h3 {
        font-size: 2em;
    }
	
   /* ---------------------------------
	3. MENU STYLING
	--------------------------------- */
	
	/* MAIN MENU */

	header .main-menu > li > a { padding: 0 15px; }
	
	
	
	/* ---------------------------------
	7. COUNTER SECTION STYLING
	--------------------------------- */
		
	.counter .icon {
		position: static;
		text-align: center;
		display: block;
		transform: translateY(0%);
	}

	.counter .right-area {
		border: 0;
		margin: 0;
		padding: 0;
		text-align: center;
		
	}

}
/* Screens Resolution : 767px
-------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
    /* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */
    
    body {
        font-size: 14px;
    }
    p {
        line-height: 1.4;
    }
    h1 {
        font-size: 2.5em;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.8em;
    }
    h4 {
        font-size: 1.5em;
    }
    h5 {
        font-size: 1.2em;
    }
	
	
    /* ---------------------------------
	2. COMMON STYLES
	--------------------------------- */
    
    .section {
        padding: 50px 0 20px;
    }
    .section .heading {
        margin-bottom: 40px;
    }
	.btn { padding: 10px 25px; letter-spacing: 1px; }

	
     /* ---------------------------------
	3. MENU STYLING
	--------------------------------- */
    
    header { position: absolute; border-bottom: 0px; top: 0; }
   
	
    /* LOGO */
    
    header .menu-left-area { float: left; padding-right: 30px; }
	
    header .logo img{ height: 20px; max-width: 100px; margin: 20px 20px 20px 0; }
	
	
    /* SEARCH AREA */
    
    header .menu-right-area > li { height: 60px; line-height: 60px; }
	
	
    /* SEARCH FORM STYLE */
    
    header .src-form { top: 60px; }
	
	
	/* MAIN MENU */

	header .menu-wrapper{ height: auto; background: #222; }
    
    header .main-menu { display: none; float: none;
        clear: both;
        max-height: 400px;
        overflow: auto;
        border-top: 1px solid #444;
		background: #222;
		margin-left: -15px; margin-right: -15px;
		box-shadow: 0px 2px 10px rgba(0,0,0,.3);
    }
	
	header .main-menu li {
		float: none;
	}
    header .main-menu > li {
        display: block;
		height: auto;
        border-bottom: 1px solid #333;
    }
    header .main-menu > li:last-child {
        border-bottom: 0;
    }
	
	header .menu-wrapper{
		height: 60px;
	}
	header .main-menu li > a{
		height: 60px;
		line-height: 60px;
	}
	
	
    header .main-menu li > a,
    header .main-menu ul.drop-down li > a {
        display: block;
        line-height: 1;
        height: auto;
        padding: 15px;
        background: none;
    }
	

    /* RIGHT HIDDEN MENU */
    
    .menu-right-area .right-hidden-navbar {
        display: none;
    }
	
    /* DROPDOWN */

    header .main-menu li ul {
		top: 60px;
		overflow: hidden;
        position: static;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
    }
    header .main-menu li:hover ul > li {
        margin-left: 10px;
    }
    header .main-menu ul.drop-down li:first-child > a {
        border-top: 1px solid #aaa;
    }
	
    /* DROPDOWN HOVER EFFECT */

    header .main-menu li > a:after {
        display: none;
    }
    header .main-menu ul.drop-down li > a:after {
        display: none;
    }

    /* NAV ICON */
    
    .menu-nav-icon {
        display: inline-block;
    }
	
	
    /* ---------------------------------
	4. SLIDER STYLING
	--------------------------------- */
	
    .main-slider {
		margin-top: 60px;
        height: 500px;
		 padding-top: 0px;
    }
	
    .main-slider .jquery-background-video,
    .main-slider .jquery-background-video-pauseplay {
        display: none;
    }
    .main-slider .content .desc {
        margin: 15px 0;
    }
	.main-slider .slider-btn {
		margin-top: 10px;
	}
	
    /* ---------------------------------
	8. FEATURE SECTION STYLING
	--------------------------------- */
    
    .feature .bg-writing {
        top: -10px;
        left: 0px;
    }
    .feature-section .feature-info {
        padding-right: 0px;
    }
    /* ---------------------------------
	11. QUESTION SECTION STYLING
	--------------------------------- */
    
    .question-section {
        padding: 50px 0;
    }
    .question-section .display-table,
    .question-section .display-table-cell {
        display: block;
        width: 100%;
        text-align: left;
    }
	
    /* ---------------------------------
	14. FOOTER SECTION STYLING
	--------------------------------- */
   
   footer{ padding-top: 50px; }
   
   footer .footer-section{ margin-bottom: 30px; }
   
   footer .site-map .col-sm-6:first-child  li:last-child > a{ border-bottom-width: 1px; }
   
}
/* Screens Resolution : 479px
-------------------------------------------------------------------------- */

@media only screen and (max-width: 479px) {
    /* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */
    
   body {font-size: 13px; }
	
	h1{ font-size: 2.2em; }

    /* ---------------------------------
	10. QUOTO SECTION STYLING
	--------------------------------- */
    
    .quoto-section .quoto {
        margin-bottom: 30px;
        position: relative;
    }
    .quoto .profile-image {
        position: static;
        margin-bottom: 30px;
    }
    .quoto .right-area {
        margin-left: 0px;
    }
}
/* Screens Resolution : 359px
-------------------------------------------------------------------------- */

@media only screen and (max-width: 359px) {
	
	header .logo img{ height: 20px; max-width: 100px; margin: 20px 20px 20px 0; }
	
}
/* Screens Resolution : 290px
-------------------------------------------------------------------------- */

@media only screen and (max-width: 290px) {}