/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
    .service-sec .service-box:hover::after {
        border-top: 200px solid #50452c;
        border-left: 175px solid transparent;
    }

    .meet-sec .meet-boxes {
        grid-template-columns: 1fr;
    }

    .img-banner img {
        min-height: 300px;
    }

    .about-banner {
        padding-top: 0px;
    }

    .form-sec {
        margin-top: 0;
    }

    .filter-col .filter-drop {
        flex-direction: column;
        align-items: start !important;
    }

    .filter-col .filter-drop .bdropdown-toggle::after {
        right: 0;
    }

    .banner-col img {
        width: 100%;
        height: 260px;
    }

    .filter-col .filter-drop .bdropdown-toggle {
        margin-left: 0;
        display: inline-block;
        min-width: 200px;
        margin-bottom: 10px;
    }

    .filter-col {
        padding: 15px 0;
    }

    footer h4{
        padding-bottom: 0;
    }

    .form-sec .form-layout-img {
        min-height: 350px;
    }

    .category-sec .project-row {
        grid-template-columns: repeat(1, 1fr);
    }

}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
    .meet-sec .meet-boxes {
        grid-template-columns: 1fr 1fr;
    }
    
    .form-sec {
        margin-top: 0;
    }

    .banner-col img {
        width: 100%;
        height: 260px;
    }

    footer h4{
        padding-bottom: 0;
    }

    .form-sec .form-layout-img {
        min-height: 350px;
    }

    .category-sec .project-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .category-sec .project-row .cat-col:nth-child(1) .inn-img img,
    .category-sec .project-row .cat-col:nth-child(1) .bg-shadow{
        border-radius: 0;
    }

    .category-sec .project-row .cat-col:nth-child(3) .inn-img img,
    .category-sec .project-row .cat-col:nth-child(3) .bg-shadow{
        border-radius: 0;
    }

    .category-sec .project-row .cat-col:nth-child(4) .inn-img img,
    .category-sec .project-row .cat-col:nth-child(4) .bg-shadow{
        border-radius: 0;
    }

    .category-sec .project-row .cat-col:nth-child(6) .inn-img img,
    .category-sec .project-row .cat-col:nth-child(6) .bg-shadow{
        border-radius: 0;
    }


}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
    h1 {
        font-size: 48px;
        line-height: normal;
        padding: 15px 0;
    }

    .banner-row {
        flex-direction: column;
    }

    .banner-row .col-sm-12 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .meet-sec .meet-boxes {
        grid-template-columns: repeat(2, 1fr);
    }

    .form-sec {
        margin-top: 0;
    }

    .banner-col img {
        width: 100%;
        height: 360px;
    }

    .img-banner img {
        min-height: 500px;
    }

    .about-banner {
        padding: 30px 0;
    }

    .banner-head {
        align-items: center;
    }

    .service-sec .service-row {
        padding-top: 30px;
    }

    footer h4{
        padding-bottom: 0;
    }

    .category-sec .project-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .category-sec .project-row .cat-col:nth-child(1) .inn-img img,
    .category-sec .project-row .cat-col:nth-child(1) .bg-shadow{
        border-radius: 15px 0 0 0;
    }

    .category-sec .project-row .cat-col:nth-child(2) .inn-img img,
    .category-sec .project-row .cat-col:nth-child(2) .bg-shadow{
        border-radius: 0 15px 0 0;
    }

    .category-sec .project-row .cat-col:nth-child(3) .inn-img img,
    .category-sec .project-row .cat-col:nth-child(3) .bg-shadow{
        border-radius: 0;
    }

    .category-sec .project-row .cat-col:nth-child(4) .inn-img img,
    .category-sec .project-row .cat-col:nth-child(4) .bg-shadow{
        border-radius: 0;
    }

    .category-sec .project-row .cat-col:nth-child(5) .inn-img img,
    .category-sec .project-row .cat-col:nth-child(5) .bg-shadow{
        border-radius: 0 15px 0 0;
    }

}
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
    .meet-sec .meet-boxes {
        grid-template-columns: repeat(3, 1fr);
    }

    .container {
        width: 100%;
        max-width: 100%;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
    }

    .banner-col img {
        width: 100%;
        height: 360px;
    }

    .img-banner img {
        min-height: 500px;
    }
    
    .about-banner {
        padding: 40px 0;
    }

    .form-sec {
        margin-top: 0;
    }

    .banner-head {
        align-items: center;
    }

    .service-sec .service-row {
        padding-top: 30px;
    }

    .category-sec .project-row .cat-col:nth-child(1) .inn-img img,
    .category-sec .project-row .cat-col:nth-child(1) .bg-shadow{
        border-radius: 0
    }

    .category-sec .project-row .cat-col:nth-child(3) .inn-img img,
    .category-sec .project-row .cat-col:nth-child(3) .bg-shadow{
        border-radius: 0;
    }

    .category-sec .project-row .cat-col:nth-child(4) .inn-img img,
    .category-sec .project-row .cat-col:nth-child(4) .bg-shadow{
        border-radius: 0;
    }

    .category-sec .project-row .cat-col:nth-child(6) .inn-img img,
    .category-sec .project-row .cat-col:nth-child(6) .bg-shadow{
        border-radius: 0;
    }

}
/*******************************************/

@media only screen and (max-width: 1250px) and (min-width: 1025px){ 
    h1 {
        font-size: 48px;
        line-height: normal;
        padding: 15px 0;
    }

    .meet-sec .meet-boxes {
        grid-template-columns: repeat(3, 1fr);
    }

    
    .container {
        width: 100%;
        max-width: 100%;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
    }

    .project-sec .proj-box:hover::after {
        border-bottom: 330px solid #C4A04C80;
        border-right: 300px solid transparent;
    }

    .banner-col img {
        width: 100%;
        /* height: 360px; */
    }

    /* h1.home-header {
        font-size: 36pt;
        line-height: normal;
    } */
}

@media only screen and (max-width: 1024px){
    
    h1 {
        font-size: 48px;
        line-height: normal;
        padding: 10px 0;
    }

    h2 {
        font-size: 40px;
        line-height: normal;
    }

    h3 {
        font-size: 36px;
        line-height: normal;
    }

    p {
        font-size: 14px;
        line-height: 30px;
    }

    .header-col {
        flex-direction: column !important;
        text-align: center;
        align-items: center !important;
    }

    .header-col .sec-btn {
        margin-top: 20px;
    }

    .navbar-brand {
        max-width: 200px;
    }

    .navbar {
        width: 100%;
        max-width: 100%;
    }

    br {
        display: none;
    }

    .copy-right-col {
        flex-direction: column;
    }

    .primary-btn, .secondary-btn {
        font-size: 16px;
    }

    header .primary-btn {
        margin-top: 20px;
    }

    .dark-sec .cust-box {
        margin: 10px 0;
    }

    .dark-sec .cust-box p {
        font-size: 18px;
        line-height: normal;
    }

    .project-sec .proj-box {
        min-height: 400px;
    }

    .project-sec .proj-box:hover::after {
        border-bottom: 330px solid #C4A04C80;
        border-right: 300px solid transparent;
    }

    .slider-sec .testi-slider .slider-single {
        padding: 0 20px;
    }

    .slider-sec .auth-comment {
        font-size: 16px;
    }

    .slider-sec .q-icon {
        width: 40px;
        height: 40px;
    }

    .main-txt {
        text-align: center;
    }

    .service-sec .service-box {
        padding: 45px 30px;
    }

    .service-sec .service-box .icon-col {
        width: 60px;
        height: 60px;
    }

    .service-sec .service-box .icon-col img {
        width: 30px;
        height: 30px;
    }

    footer .f-logo img {
        max-width: 260px;
    }

    .slider-sec .testi-slider .slider-single {
        opacity: 1;
    }

    .slider-sec .slider-single .about-author .auth-detail {
        padding-left: 15px;
    }

    .slider-sec .slick-arrow.slick-next {
        right: 0;
    }

    .slider-sec .slick-arrow.slick-prev {
        right: 50px;
    }

    .slider-sec .slider-single .about-author h4 {
        font-size: 18px;
    }

    .slider-sec .slider-single .about-author p {
        font-size: 13px;
    }

    .container {
        width: 100%;
        max-width: 100%;
    }

    .about-banner .main-head p {
        padding-bottom: 15px;
    }

    .content-sec {
        padding: 50px 0;
    }

    .form-sec .form-layout-img {
        top: 0;
        left: 0;
        margin-bottom: 20px;
    }

    .content-sec .img-row img {
        min-height: 300px;
        margin-bottom: 20px;
    }

    .filter-col .filter-drop .bdropdown-toggle,
    .filter-col .filter-row p {
        font-size: 16px;
    }

    .project-sec .proj-box {
        padding: 30px 25px;
    }

    .media-sec .media-single img { 
        height: 350px;
    }

    .meet-sec {
        padding: 50px 0;
    }

    /* h1.home-header {
        font-size: 32pt;
        line-height: normal;
    } */
}
