/* lg */
@media (min-width: 1400px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    /*About Us*/
    #achievement .fun {
        padding: 15px;
    }
    /*project*/
    #project-carousel .project-indicators li{
        margin: 0px 24px 0px 0px;
    }
    .all-projects .project-content {
        width: 21.5%;
    }
    .architect-info .social-icons a{
        margin-right:0;
    }
    .item-five .slider-content h1{
        font-size:45px;
    }
    .item-five .slider-content h2 {
        font-size: 100px;
        line-height: 100px;
    }
    .footer-widget h2 {
        font-size: 20px;
    }
}

/* sm */
@media  (max-width: 991px) {

    #navigation .fixed-top .navbar-right,
    #page #navigation .navbar .navbar-right {
        margin-right: 0;
    }
    .navbar-nav .dropdown-menu {
        border: 0;
        padding: 0;
    }
    #navigation .navbar-right .dropdown-submenu > .dropdown-menu>li:first-child a {
        border-top: solid 1px #eee;
    }
    .entry-content .entry-title {
        font-size: 24px;
    }

    .top-bar {
        right: 115px;
        top: 25px;
    }
    .fixed-top .top-bar {
        right: 65px;
    }
    #navigation .search-icon {
        right: 65px;
        top: 26px;
    }
    #navigation .fixed-top .search-icon {
        right: 220px;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
    #navigation .navbar-nav > li a {
        border-bottom: solid 1px #eee;
    }
    .other-feature {
        padding: 10px 0;
    }
    #navigation .navbar-right li a {
        padding:10px 12px;
    }

    #navigation .fixed-top .navbar-right li a,
    #page #navigation .navbar .navbar-right li a {
        line-height:25px;
    }
    #navigation .navbar-fixed-top .search-icon,
    #page #navigation .navbar .search-icon {
        top: 26px;
        right: 240px;
    }
    .footer-widget h2 {
        font-size: 18px;
    }



}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {

    #navigation .navbar-right {
        margin-top:0;

    }
    #navigation .navbar-collapse {
        float: none !important;
    }
    #navigation .navbar-nav,
    #navigation .navbar-right li{
        float:none;
    }
    .navbar-fixed-top .top-bar, #page .top-bar {
        top: 23px;
        right:80px;
    }
    .dropdown > a:after {
        right:20px;
    }
    .welcome-content .welcome-info{
        padding-left:0;
    }
    .item-three .home-content h2, .item-four .home-content h2 {
        font-size: 70px;
        line-height: 70px;
    }
    .footer-widget.instagram img {
        width: 50px;
        height: 50px;
    }
    .footer-widget h2{
        font-size:18px;
    }
    /*About Us*/
    .about-us-content {
        padding-left: 0;
        margin-top: 35px;
    }
    .about-us-image img,
    .workstation-image img{
        width:100%;
    }
    .fun-heading {
        max-width: 600px;
        margin-bottom: 50px;
    }
    #achievement .fun-facts h2 {
        font-size: 20px;
    }
    #achievement .fun {
        padding: 15px;
    }
    .workstation-info{
        padding-left:0;
    }
    /* service */
    .about-us-content h2,
    .about-us-content.service{
        margin-top:0;
    }
    .about-us-content.service{
        margin-bottom:35px;
    }
    .features-menu{
        margin-bottom:30px;
    }
    .features-menu h1{
        margin-bottom:20px;
        font-size:30px;
    }
    .features-menu ul li{
        display:inline-block;
        margin:10px;
    }
    .faq-image{
        margin-bottom:35px;
    }
    .faq-image img{
        width:100%;
    }
    /* project */
    #project-carousel .project-indicators li{
        margin: 0px 17px 0px 0px;
        width: 31.5%;
    }
    .all-projects .project-content {
        width: 29%;
    }
    .short-descrip {
        padding-left: 0;
        margin-top: 30px;
    }

    #all-architect .col-sm-3{
        width:50%;
        float:left;
        margin-bottom:30px;
    }
    /* blog */
    #content{
        margin-bottom:100px;
    }
    #content.full-width-blog, .left-sidebar-blog #content {
        margin-bottom:0;
    }
    .left-sidebar-blog #content{
        margin-top:50px;
    }
    .item-five .slider-content h1{
        font-size:40px;
    }
    .item-five .slider-content h2 {
        font-size: 65px;
        line-height: 65px;
    }
    #achievement .fun-facts h1 {
        font-size: 40px;
    }
}


/* xs */
@media (max-width: 767px) {
    .dropdown > a:after {
        right: 15px;
    }
    h1 {
        font-size:28px;
    }
    h2{
        font-size:20px;
    }
    h3{
        font-size:16px;
    }
    .padding {
        padding: 40px 0px;
    }
    .section-title {
        margin-bottom:30px;
        font-size:14px;
    }
    .section-title h1{
        font-size:16px;
    }
    .section-title h2 {
        font-size: 24px;
        margin-top: 10px;
        line-height: 24px;
    }

    #navigation .navbar-fixed-top .navbar-right li a,
    #page #navigation .navbar .navbar-right li a {
        line-height:18px;
    }
    .navbar-fixed-top .top-bar, #page .top-bar {
        top: 24px;
        right: 75px;
    }
    #navigation .navbar-fixed-top .search-icon,
    #page #navigation .navbar .search-icon {
        top: 25px;
        right: 220px;
    }
    .search-form {
        padding-left:0;
        height:72px;
    }
    .top-bar .social-icons {
        display:none;
    }
    .search .search-close {
        right: 20px;
        margin-top: -15px;
        font-size: 20px;
    }
    #navigation .navbar-fixed-top .navbar-right,
    #page #navigation .navbar .navbar-right {
        margin-right: 0px;
        margin-top: 0px;
    }
    #navigation .navbar-right li a {
        padding:10px 20px;
        font-size:13px;
    }
    .navbar-nav {
        margin: 0;
    }
    #home-section {
        height:480px;
    }
    .home-content h1{
        font-size:24px;
    }
    .home-content h2{
        font-size:18px;
    }
    #welcome-section {
        padding-top:25px;
    }
    .welcome-content {
        font-size:16px;
    }
    .welcome-content .welcome-info {
        padding-left: 0;
    }
    .welcome-image img,
    .project-item img  {
        width:100%;
    }
    .section-title:before {
        top: -60px;
        height: 35px;
    }
    .section-title:after {
        margin-top:14px;
    }
    .recent-projects .col-sm-3 {
        float:left;
        width:50%;
    }
    .project-content .project-title,
    .project-content .project-info {
        padding:15px;
    }
    .fun-facts i, .fun-facts h1 {
        font-size:36px;
    }
    .fun-facts h2 {
        font-size:14px;
    }
    .fun-facts .col-sm-3{
        margin-bottom:30px;
        float:left;
        width:50%;
    }
    #fun-facts{
        padding-bottom:0;
    }
    .entry-content{
        margin-bottom:30px;
    }
    .entry-content .entry-title{
        font-size:24px;
    }
    .entry-content .read-more i {
        font-size:20px;
    }
    #twitter-carousel .carousel-indicators {
        bottom: -45px;
    }
    .clients ul li {
        width: 50%;
        padding: 10px;
        float: left;
    }
    .clients ul.list-inline li:first-child {
        padding-left: 10px;
    }
    .footer-widget.instagram img {
        width: 60px;
        height: 60px;
    }
    .item-two .home-content h1, .item-three .home-content h1, .item-four .home-content h1 {
        font-size:40px;
    }
    .item-two .home-content h2, .item-three .home-content h2, .item-four .home-content h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .item-three .home-content {
        display:none;
    }
    .item-four .extra-info {
        max-width:385px;
    }
    .item-three .quick-reg {
        padding:25px;
        width:93%;
    }
    .quick-reg h2 {
        margin-bottom:28px;
    }
    #home-section-slider .item {
        height:650px;
    }

    .item-five .slider-content {
        margin-top:115px;
    }
    .item-five .slider-content h1 {
        font-size:24px;
    }
    .item-five .slider-content h2 {
        font-size:40px;
        line-height:45px;
    }
    .item-five .slider-content .quick-list {
        margin-top:30px;
    }
    /*about us*/
    #about-us {
        padding: 45px 0px;
    }
    .about-us-content,
    .workstation-info {
        font-size: 16px;
        padding-left: 0;
        margin-top: 30px;
    }
    .fun-heading h1 {
        font-size: 36px;
    }
    #achievement .fun {
        padding: 10px;
    }
    #achievement .border-right {
        border-right: 0;
    }
    #achievement .border-bottom{
        border-bottom:0;
    }
    #video-promotion h1{
        font-size:36px;
    }
    #video-promotion h1 span:before {
        font-size: 70px;
    }
    #video-promotion{
        padding: 90px 0px 130px;
    }
    .team-hero-info{
        margin-bottom:30px;
    }
    #workstation .section-title {
        margin-bottom: 50px;
    }
    /* service */
    .about-us-content h2,
    .about-us-content.service{
        margin-top:0;
    }
    .about-us-content.service{
        margin-bottom:35px;
        padding-right: 0px;
    }

    .features-menu{
        margin-bottom:30px;
    }
    .features-menu h1{
        margin-bottom:20px;
    }
    .features-menu ul li{
        display:inline-block;
        margin:10px;
    }
    /* project */
    #project-carousel .project-indicators li{
        margin: 0px 14px 0px 0px;
    }
    #project-details .project-info{
        margin-top:20px;
        padding-left:0;
    }
    #project-details .project-info h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .project-filter ul li a,
    .architect-filter ul li a{
        padding:3px;
    }
    .all-projects .project-content{
        width:43.5%;
    }
    #video-section a {
        font-size: 95px;
        margin: 50px 0px 60px;
    }
    #short-descrip {
        padding-top: 40px;
    }
    .short-descrip {
        padding-left: 0;
        margin-top: 20px;
        font-size:16px;
    }
    #all-architect .col-sm-3{
        float:left;
        width:50%;
        margin-bottom:30px;
    }
    .architect-info .social-icons a{
        margin-right:0;
    }
    .architect-info{
        padding:20px;
    }
    /* blog */
    #content{
        margin-bottom:50px;
    }
    #content .post {
        margin-bottom: 45px;
    }
    .pagination-section .blog-pagination li a {
        font-size: 13px;
        height: 28px;
        width: 28px;
        line-height: 28px;
    }
    .pagination-section .blog-pagination li a i {
        font-size: 18px;
    }
    #content.full-width-blog, .left-sidebar-blog #content {
        margin-bottom:0;
    }
    .left-sidebar-blog #content{
        margin-top:30px;
    }
    .contact-info address {
        margin-bottom:35px;
    }
    #gmap{
        height:300px;
    }

    #countdown ul li {
        margin-right: 35px;
    }
    #countdown ul li span {
        font-size: 40px;
    }
    #login-wrapper form {
        margin-bottom: 30px;
    }
    .fun-heading h1 {
        font-size: 40px;
    }
    #project-carousel .project-indicators li {
        width: 31%;
    }
}

@media (max-width: 475px) {
    .fixed-top .top-bar .login-section {
        position: absolute;
        top: 53px;
        width: 140px;
        right: 0;
    }
    .fixed-top .top-bar {
        right: 0;
    }
    #navigation .fixed-top .search-icon {
        right: 60px;
    }
    .user-content {
        width: 100%;
        display: block;
    }
    .footer-widget h2 {
        font-size: 16px;
    }
}

/* XS Portrait */
@media (max-width: 479px) {
    .navbar-fixed-top .top-bar, #page .top-bar {
        top: 75px;
        right: 15px;
    }
    #navigation .navbar-fixed-top .search-icon,
    #page #navigation .navbar .search-icon {
        top: 25px;
        right: 70px;
    }
    .navbar-fixed-top .top-bar .login-section a {
        padding: 8px 10px;
        text-transform: capitalize;
        font-size: 12px;
    }
    #page .top-bar .login-section {
        display:none;
    }
    .project-content {
        margin-bottom: 15px;
    }
    .recent-projects .col-sm-3 {
        width:100%;
    }
    .item-three .quick-reg {
        width:90%;
    }
    .item-four .extra-info {
        max-width:270px;
    }
    .all-projects .project-content{
        width:90%;
    }
    .project-filter ul li a,
    .architect-filter ul li a{
        padding:5px;
    }
    #video-section a {
        font-size: 85px;
    }
    #all-architect .col-sm-3{
        width:100%;
        float:none;
    }
    #home-section-slider .item.item-five {
        height:700px;
    }
    #countdown ul li {
        margin-right: 15px;
    }
    #countdown ul li span {
        font-size: 30px;
    }
    #project-carousel .project-indicators li {
        width: 30%;
    }
}
