@media screen and (min-width: 1500px) {}


/* (1366x768) WXGA Display */

@media screen and (min-width: 1200px) and (max-width: 1500px) {}



/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1197.98px) {
    .mainmenu ul li {
        margin: 0px 10px;
    }
    .mainmenu ul li a {
        font-size: 15px;
    }
    .logo img {
        width: 150px;
    }
    .logo {
        top: -28px;
    }
    .slider-content h2 {
        font-size: 40px;
    }
    .slider-content p {
        padding: 0px 70px;
    }
    .about-content h3 {
        font-size: 29px;
    }

    .team-content {
        padding: 20px 10px;
    }
    .tag ul li a {
        width: 102px;
    }
}


@media (max-width: 991.98px) {
    .revarce-wrap {
        flex-wrap: wrap-reverse;
    }
    .sidebar-wrap {
        margin-top: 20px;
    }

}


/* Normal desktop :991px. */

@media (min-width: 768px) and (max-width: 991.98px) {
    .slider-content h2 {
        font-size: 35px;
        line-height: 50px;
    }
    .slider-area {
        padding-top: 180px;
    }
    .header-area {
		// background: rgb(175,212,209);
		background: linear-gradient(180deg, rgba(175,212,209,1) 0%, rgba(113,179,173,1) 100%); 
        top: 0;
		font-size: 2em;
		font-weight: bold;
		line-height: 40px;
        padding: 20px 0px;
        position: relative;
    }
		.header-area a, .header-area a:active, .header-area a:hover, .header-area a:visited, .header-area a:link  {
			color: white;
		}
		
    .slider-content p {
        font-weight: 400;
        padding: 0px 35px;
    }
    .about-img {
        margin-bottom: 45px;
    }
    .event-wrap {
        margin-bottom: 30px;
        display: block!important;
        height: auto;
    }
    .breadcumb-area {
        padding: 90px 0 92px 0;
    }
    .vide-wrap a {
        font-size: 50px;
        border: 5px solid #fff;
        height: 110px;
        width: 110px;
    }
    .tag ul li a {
        width: 122px;
    }
    .login-wrap {
        padding: 50px 35px;
    }
    .team-wrap {
        margin-bottom: 80px;
    }

    .team-area {
        padding-bottom: 90px;
    }
    .blog-details {
        padding-bottom: 80px !important;
    }
}





/*mobile :320px. */

@media (max-width: 767.98px) {
    .header-area {
		background: linear-gradient(180deg, rgba(175,212,209,1) 0%, rgba(113,179,173,1) 100%);
		color: white;
        padding: 20px 0px;
        position: relative; 
        top: 0;
    }
    .header-area a:link,
	.header-area a:active,
	.header-area a:hover,
	.header-area a:visited {
		color: white;
		font-weight: bold;
		font-size: 2em;
		text-decoration: none;
    }
    .slider-content p {
        font-weight: 400;
        padding: 0px 0px;
        font-size: 17px;
        line-height: 27px;
    }
    .about-img {
        margin-bottom: 45px;
        height: 300px;
    }
    .about-img:before {
        border: 4px solid #026ce3;
        z-index: -9;
        outline: 4px solid #026ce3;
        outline-offset: -40px;
    }
    .event-wrap {
        margin-bottom: 30px;
        display: block!important;
        height: auto;
    }
    .slider-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    br {
        display: none;
    }
    .slider-area {
        padding-top: 180px;
    }
    .about-content h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .team-content {
        left: 5%;
        padding: 20px 20px;
        width: 90%;
    }
    .event-content {
        left: 2.5%;
        top: 2.5%;
        width: 95%;
        height: 95%;
        padding: 30px 15px;
    }
    .vide-wrap a {
        font-size: 30px;
        border: 5px solid #fff;
        height: 80px;
        width: 80px;
    }
    .team-menu li a {
        height: 40px;
        font-size: 15px;
    }
    .team-menu {
        padding: 5px;
    }
    .pagination li {
        margin-right: 5px;
    }
    .pagination li a,
    .pagination li span {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .tag ul li a {
        width: 102px;
    }
    .comment-wrap {
        margin-bottom: 30px;
    }
    .login-wrap {
        padding: 30px 15px;
    }
    .about-area {
        padding: 90px 0px 120px;
    }
    body{
        font-size: 14px;
        line-height: 24px;
    }
    .about-area2{
        padding: 120px 0;
    }

    .breadcumb-area {
        padding-top: 90px;
    }
    .team-wrap {
        margin-bottom: 80px;
    }
    .team-area {
        padding-bottom: 90px;
    }
    .blog-content h3 {
        line-height: 20px;
        font-size: 16px;
    }
    .blog-img img {
        width: 100%;
    }
    .blog-details {
        padding-bottom: 80px !important;
    }
}







@media (min-width: 576px) and (max-width: 767.98px) {
    .shop-content ul li a {
        width: 80px;
        font-size: 14px;
    }
    .blog-content {
        padding: 30px;
    }
    .tag ul li a {
        width: 136px;
    }
    .about-img {
        margin-bottom: 45px;
        height: 500px;
    }
    .about-img:before {
        border: 6px solid #026ce3;
        z-index: -9;
        outline: 6px solid #026ce3;
        outline-offset: -60px;
    }
    .blog-details {
        padding-bottom: 80px !important;
    }
    
}





/* small mobile :480px. */

@media (min-width: 480px) and (max-width: 575.98px) {
    .container {
        width: 450px;
    }
    .slider-area .header-bottom-shape{
        display: none;
    }
}
@media only screen and (max-width:479px){
    .slider-area .header-bottom-shape {
        display: none;
    }
    .blog-details-wrap ul li {
        font-size: 14px;
        margin-right: 10px;
    }
}
@media only screen and (max-width:425px){
    .section-title h2{
        font-size: 30px;
    }
    
}
@media only screen and (max-width:384px){
   .blog-details-wrap ul li {
       font-size: 12px;
       margin-right: 5px;
   }
    .section-title h2 {
        font-size: 25px;
    }
}
@media only screen and (max-width:360px){
   .blog-details-wrap ul li {
       font-size: 12px;
   }
   .blog-details-wrap ul li:last-child {
       float: none;
   }
   .slider-content h2 {
       font-size: 25px;
       line-height: 35px;
   }
   .slider-content p {
       font-size: 16px;
       line-height: 23px;
   }
    .section-title h2 {
        padding: 0;
        font-size: 27px;
    }
    .section-title h2:before,
    .section-title h2:after{
        display: none;
    }
    .slider-area {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .blog-details-wrap h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}