/* 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-section .circular-pregress{ width: 50%; }
	
}
/* 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 MENU */
    
    header .top-menu .left-area,
    header .top-menu .right-area { border: 0; }
	
    header .top-menu ul > li > a { padding: 0 5px; }
	
    /* LOGIN FORM / REG FORM */
    
    header .form-wrapper { top: 50%; left: 0%; width: 96%; margin: 0px 2%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
	
    header .form-area input { line-height: 35px; margin: 10px 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; }
    
    header .main-menu { display: none; float: none;
        clear: both;
        max-height: 400px;
        overflow: auto;
        border-top: 1px solid #ccc;
		background: #fff; 
		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 #ddd;
    }
    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: 100px; 
	}
	
	.slider-desc{ max-width: 600px!important; }
	
	.main-slider .slider-btn{ font-size: 1em!important; letter-spacing: 0px!important; }
	
	.ls-outline .ls-nav-prev, 
	.ls-outline .ls-nav-next{ width: 32px!important; height: 32px!important; top: auto!important; bottom: 15px!important; }
  
	/* .ls-outline .ls-nav-prev:before{ top: 5px!important;} */
	
	.ls-outline .ls-nav-prev:after,
	.ls-outline .ls-nav-next:before{ top: 5px!important; }
	
	.ls-outline .ls-nav-prev:before, 
	.ls-outline .ls-nav-next:after{ top: 15px!important; }
	
	.ls-outline .ls-nav-prev:after,
	.ls-outline .ls-nav-prev:before{ left: 10px!important; }
	
	.ls-outline .ls-nav-next:before, 
	.ls-outline .ls-nav-next:after{ left: 20px!important; }
	
	
	/* ---------------------------------
	5. ABOUT SECTION STYLING
	--------------------------------- */

	.about-section .about-area { margin: 0; }
	
    /* ---------------------------------
	6. SERVICE SECTION STYLING
	--------------------------------- */
    
    .services-area {
        margin-top: 0px;
        padding-top: 0px;
    }
	
	
	/* ---------------------------------
	7. COUNTER SECTION STYLING
	--------------------------------- */

	.counter-section {
		padding: 50px 40px; 
	}
	
	.counter-section .circular-pregress{ padding: 0; }
	
	.counter-section .heading{ margin-bottom: 0; }
	
	
    /* ---------------------------------
	8. FEATURE SECTION STYLING
	--------------------------------- */
    
    .feature .bg-writing {
        top: -10px;
        left: 0px;
    }
    .feature-section .feature-info {
        padding-right: 0px;
    }
	
	/* ---------------------------------
	9. TEAM SECTION STYLING
	--------------------------------- */
	
	.team-section .team {
		-webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, .1);
		box-shadow: 1px 3px 10px rgba(0, 0, 0, .1);
	}

	.team-section .swiper-container {
		padding-left: 10px;
		padding-right: 10px;
	}


    /* ---------------------------------
	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;
    }
   
    /* ---------------------------------
	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;
    }
	
   /* ---------------------------------
	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; }
	
	
	/* ---------------------------------
	7. COUNTER SECTION STYLING
	--------------------------------- */

	.counter-section .circular-pregress{ width: 100%; }
	
	.circliful{ max-width: 150px; margin: 0 auto; }
	
	
   
}
/* Screens Resolution : 359px
-------------------------------------------------------------------------- */

@media only screen and (max-width: 359px) {}
/* Screens Resolution : 290px
-------------------------------------------------------------------------- */

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