@media only screen and ( min-width:1180px ) and ( max-width:1399px ){

img.typewriter {
    left: -50px;
}

section.our-banner {
    min-height: auto;
    padding-bottom: 6em;
}

img.banner-left {
    max-width: 390px;
}

}
 
@media only screen and (max-width: 980px) and (min-width: 320px) {

    .shape10, .shape11, .shape12, .shape13 {
        display: none;
    }
     
    
body.portpg .banner-inn {    padding-top: 6em;    text-align: center;   } 

body.portpg  img.portf-right {    display: none; }     

body section.port-tab {    margin: 0;    }

body.portpg .heading.text-center p {    font-size: 14px;    }

body .port-tab .col-md-4 {    width: 48%;    padding-bottom: 15px;   }

body .port-tab .col-md-4:after {    right: 0;    } 
    
body .port-tabs ul a {    font-size: 12px;    padding: 9px 20px; } 

body .port-tabs ul li {    margin: 0 2px;    }

body .port-tabs ul {    margin: 20px 0;  }	 

body.portpg a.menu-bottom {    display: none !important;    }

body.portpg header {    text-align: center; }

.popupform .popup-content {
    width: 100%;
    margin: 0;
    float: none;
}

.popupform .popup-content h6 br {
    display: block;
}

.popupform button.fancybox-button {
    top: 0;
    right: 0;
}
	
	.popupform {
		border: none;
		background-position: 100%;
		width: 100%;
		height: fit-content;
		background: #292784;
		padding: 30px 20px;
	}

	.popupform:before {
		display: block;
		background-size: 50%;
		top: -10px;
		left: -30px;
	}

	.popupform .popup-content h6 {
		font-size: 24px;
		position: relative;
	}

	.popupform .popup-content h3 {
		font-size: 16px;
	}
	
   .menu li a:before{
        display: none;
    }
    .menu-bottom span:nth-child(2) {
        width: 70%;
    }
    .menu-bottom.click span:nth-child(1) {
        width: 0;
    }
    .menu-bottom.click span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 9px;
        width: 100%;
    }
    .menu-bottom.click span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-bottom span:last-child {
        margin-bottom: 0;
    }
    .menu-bottom {
        width: 40px;
        height: 40px;
        padding: 5px;
        float: right;
        position: absolute;
        z-index: 99;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 0;
        top: 10px;
    }
	.main-menu {
		background: #141414;
		border-radius:	none  
	}	
    .menu-bottom span {
        height: 3px;
        background: #ffffff;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
    }
    .menu-bottom.click span {
        background: white;
    }
    .menu-bottom.click {
		top: -100px;
		position: fixed;
		top: 10px;
		z-index: 1000;
		right: 10px;
    }
    .main-menu{
        margin: 0;
        overflow: auto;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        height: 100%;
        z-index: 999 !important;
        padding-top: 20px;
    }
    .main-menu ul {
        padding: 0 0;
        width: 100%;
        text-align: center;
        flex-direction: column;
    }
    .menu li {
        width: 100%;
        display: block;
    }
    .menu li a, ul li.nav-item.dropdown .nav-link {
        font-size: 16px;
        color: #fff !important;
        font-weight: 500;
        padding: 8px 0 8px 15px;
        text-align: left;
        display: block;
        width: 100%;
        letter-spacing: 0.5px;
        text-align: left;
        margin-bottom: 0;
        text-transform: uppercase;
        display: inline-block;
    }
    .menu-open .main-menu {
        right: 0;
        background: #141414;
        padding-top: 60px;
        margin: 0;
		border-radius: 0; 
        }
    .menu-open .menu {
        transition-delay: 0.5s;
        opacity: 1;
    }
    header .menu {
        opacity: 0;
    }	 
a.logo img {
    max-width: 150px;
}

header {
    padding: 10px 0;
} 
 
.main-menu {
    /*display: none; */ 
}

br {
    display: none;
}

.our-banner h1 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}

section.our-banner {
    padding-top: 6em;
    min-height: auto;
    padding-bottom: 2em;
}

.our-banner .btn-block {
    margin-top: 30px;
    margin-bottom: 0;
}

.btn-block .btn {
    font-size: 14px;
    min-width: 250px;
    margin: 6px 0;
}

.btn-block .btn:after {
    top: 6px;
}

.heading h2 {
    font-size: 24px;
    line-height: normal;
}
 
section {
    padding: 40px 0;
}

header ul.head_info {
    display: none;
}

header .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.nav-container {
    /* display: none;*/ 
}

img.banner-left {
    display: none;
}

.our-banner h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.our-banner p {
    font-size: 14px;
    margin-bottom: 15px;
}

.heading p {
    font-size: 16px;
}

.heading {}

.ab_list li {
    font-size: 16px;
}

.ab_list {
    display: block;
}

.abt-right-thumb {
    display: none;
}

img.typewriter {
    display: none;
}

.white_cont {
    width: 100%;
    border-radius: 0;
    padding: 0;
}

section.services-list {
    text-align: center;
}

.sl_item {padding: 40px 0;border-bottom: 1px solid #ddd;}

span.lr-arrow {
    display: none;
}

.white_cont .col-md-4 {
    margin-bottom: 0;
}

span.r-arrow {
    display: none;
} 

img.blu_tri {
    display: none;
}

.services-list .btn-block {
    margin-top: 0;
}

.sl_item.slg6 {
    border-bottom: none;
}

section.services-list:after {
    display: none;
}

img.book_pink {
    display: none;
}

section.excep-prove {
    padding-bottom: 40px;
}

section.our-portfolio:before {
    top: 0;
    width: 100%;
    border-radius: 0;
    background: #fbfaf5;
}

.our-portfolio:after {
    height: 100px;
}

.heading h2:before {
    background-size: 100px;
}

section.cta-blocks {
    background: url('../images/cta-mob.jpg') no-repeat scroll right center #891618;
    text-align: center;
}

.cta-inn {
    border-radius: 0;
    background: no-repeat;
    padding: 0;
}

section.auth-logo {
    padding-bottom: 30px !important;
    text-align: center;
}

.cta-inn h3 {
    font-size: 15px;
}

.cta-inn h2 {
    font-size: 24px;
}

.cta-inn h2 strong {
    font-size: inherit;
}

.cta-inn:after {
    display: none;
}

img.sixthumb {
    position: static;
    max-width: 100%;
}

.six-steps .col-md-5 {
    display: none;
}

.process_list {
    max-width: 100%;
}

.proces_item {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    max-width: 100% !important;
    min-height: auto !important;
}

.proces_item.pr3 {
    left: 0;
}

.proces_item.pr5 img.proicon {
    position: relative;
    left: 0;
}

.proces_item.pr5 {
    display: block;
}

.pr5txt {
    padding: 0;
}

section.our-reviews {width: 100%;border-radius: 0;background-position: left top;overflow: hidden;}

.video_sect .col-md-4 {    margin-top: 30px;   }

.video_sect {    margin-top: 0;   } 

img.formshape {
    display: none;
}

img.yelshape {
    display: none;
}

img.typeshape {
    display: none;
}

section.formarea {
    padding-top: 40px;
    background: url('../images/formbg.jpg') no-repeat scroll right bottom #c1050a;
    padding-bottom: 40px;
    overflow: hidden;
}

.form-mm {
    padding: 0;
    border-radius: 0;
    background: no-repeat;
}

.form-ar h2 {
    font-size: 22px;
}

.form-mm:before {
    display: none;
}

img.bshape {
    display: none;
}

.social_link {
    margin: 0 auto;
    padding: 0;
    border: none;
}

section.greybar {
    text-align: center;
    padding: 20px 0;
}

a.flogo {
    float: none;
    margin-top: 10px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

a.flogo img {
    max-width: 150px;
}

.row.row2:after {
    display: contents;
}

footer.footer {
    text-align: center;
    overflow: hidden;
    padding-top: 60px;
}

img.manpara {
    display: none;
}

footer.footer ul.cnt_ul li a {
    display: table;
    margin: 0 auto;
    position: relative;
}

.row.row2 {
    margin-top: 20px;
}

footer.footer ul.ftr-list {
    justify-content: center;
}

img.rating {
    margin-top: 20px;
}

.white_cont:before , .white_cont:after {
    display: none;
}

section.our-portfolio {
    overflow: hidden;
}

section.banner-inn {
    padding-top: 6em;
    padding-bottom: 3em;
    overflow: hidden;
}

section.banner-inn h1 {
    font-size: 24px;
}

section.banner-inn h1:after {
    background-size: 100px;
}

img.ed-ban-left {
    display: none;
}

img.ed-ban-right {
    display: none;
}

section.banner-inn ul li {
    font-size: 14px;
}

section.banner-inn ul {
    margin-bottom: 0;
}

.abt-section .col-md-8.offset-2 {
    margin-left: 0;
    margin-top: 10px;
}

img.abt-ban {
    width: 100%;
}

section.abt-list:after {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.aa_item {
    padding: 10px 0;
}

.ab_thumb {
    order: unset;
    margin-bottom: 30px;
}

.abt-list .col-md-6 {
    margin-top: 0;
}

.ab_thumb_lg {
    display: none;
}
section.abt-list {
    margin-bottom: 0;
    overflow: hidden;
}

.our-reviews:before {
    display: none;
}

section.six-steps {
    overflow: hidden;
}

section:before , section:after {
    display: none !important;
}

.aa_item:before {
    display: none;
}

.serv-block {
    display: block;
    padding-top: 0;
}

.serv-left {
    width: 100%;
    margin-top: 0;
}

.serv-right {
    width: 100%;
    padding: 30px !important;
}

.serv-block:before {
    width: 100%;
    height: 100%;
    top: 0;
}

img.abn-shp {
    display: none;
}

.heading h3 {
    font-size: 20px;
}

.heading h3:before {
    background-size: 100px;
}

.abt-arr ul.abt-ul {
    width: 100%;
}
.abt-arr {
    display: block;
}

img.exp_shd_b {
    display: none;
}

.exp_shd {
    padding-top: 0;
    padding-left: 0;
}

.exp_shd p {
    font-size: 16px;
}

img.publ-right {
    display: none;
}

.exp-ghost .mb-5 {
    margin-bottom: 0 !important;
}

img.ghst-blue-arr {
    display: none;
}

.strn-blue {
    width: 100%;
    border-radius: 0;
    padding: 40px 0;
}

img.ghost-book {
    right: 0;
    max-width: 100%;
}

.strm-bx ul li {
    width: 100%;
    border-bottom: 1px dashed #40456a;
    border-right: none;
}

.strm-bx ul {
    display: block;
}

.strm-bx ul li.cy_right:after {
    display: none;
}

.strm-bx ul.last_bx li:last-child {border: none;padding-bottom: 0;}

section.strm-ghost {
    padding: 0;
}

.heading.text-center p {
    max-width: 100%;
}

.sv_blue_list .white_cont {
    background: #fff;
    text-align: left;
}

section.services-list:before {
    display: block !important;
    height: 32%;
}

.excep-prove.exp-btm {
    margin-bottom: 0;
}

.sv_blue_list ul.abt-ul li {
    font-size: 16px;
}

section.ab-ghost {
    overflow: hidden;
}

img.cover-right {
    max-width: 100%;
    display: none;
}

section.our-portfolio:after {
    display: block !important;
}

.cbv_item:before {
    height: 100%;
}

.cbv_item {
    display: block;
    padding: 20px;
    text-align: center;
}

.cbv_thumb {
    margin: 0 auto 20px;
}

.cbv_text {
    width: 100%;
}

.cover-book-2 .row.mb-5 {
    margin-bottom: 10px !important;
}

.gecs_nos h2 {
    font-size: 70px;
    line-height: 90px;
    margin-top: 10px;
}

.gecs_nos {
    padding: 40px 20px;
}

.gecs_nos h4 {
    margin-bottom: 0;
    font-size: 20px;
}


.cover-book-2 .row.mb-5 {
    margin-bottom: 10px !important;
}

.gecs_nos h2 {
    font-size: 70px;
    line-height: 90px;
    margin-top: 10px;
}

.gecs_nos {
    padding: 40px 20px;
}

.gecs_nos h4 {
    margin-bottom: 0;
    font-size: 20px;
}

section.cover-book-3 {
    text-align: center;
    padding-bottom: 40px;
    overflow: hidden;
}

section.cover-book-3  .btn-block .btn.btn-transparent {
    border-color: #000;
}

section.cover-book-2 {
    padding-bottom: 0;
    overflow: hidden;
}

section.cover-book-1 {
    overflow: hidden;
}

section.benefits-list {
    overflow: hidden;
}

.benefits-list .row {
    margin-bottom: 0;
}

.ben-item h4 {
    font-size: 20px;
}

.ben-item p {
    font-size: 16px;
}

.benefits-list .col-md-4, .benefits-list .col-md-3, .benefits-list .col-md-5, .benefits-list .col-md-6{
	margin-bottom: 20px;
}

.sl_item h4 {
    font-size: 22px;
}

.serv-blue .sl_item.slg5 {
    border-bottom: none;
}

.col-md-9.pri-right {
    padding-left: 10px;
}

.col-md-3.pri-left {
    padding-right: 10px;
}

.pri-left-in {
    width: 100%;
}

.pri-right-inn .tab-content h2 {
    font-size: 26px;
}

.pri-right-inn {
    padding: 30px;
}

.col-md-6.whitebox {
    margin-top: 20px;
}

.pri_bx .price span {
    font-size: 20px;
}

.pri-right-inn a.various.quote-btn {
    font-size: 14px;
}

.pri_bx h3 {
    font-size: 22px;
}

section.genre-list {
    overflow: hidden;
}

.genr_item:before {
    background-size: 130px;
    left: -10px;
    top: -10px;
}

.genr_item:after {
	background-size: 130px;
}

.genr-thumb {order: unset !important;position: relative;min-height: auto;}

.genr_item {
    min-height: auto;
    padding: 30px;
}

.genr_item:hover img.genr_ico {
    animation: none;
}

img.genr_ico {
    max-height: 170px;
}

section.contact-us:before {
    display: block !important;
    width: 100%;
    border-radius: 0;
}

.cnt-details {
    padding-left: 0;
    padding-top: 0;
}

.cnt-details * {
    color: #fff !important;
}

.cnt-details ul li a {
    font-size: 16px;
}

section.contact-us {
    padding-bottom: 30px;
    margin-top: 0;
}

.info-cont {
    max-width: 100%;
    padding-bottom: 20px;
}
footer.footer h4.f-hide {
    display: none;
}

.nav-container:before, .nav-container:after {
    display: none;
}

img.manpara {
    left: 0;
}
 
.popupform.poplabour {    background: url(../images/am-labor-bg-mob.jpg) no-repeat center top #002e89;    width: 96%;    transform: none;    max-height: fit-content;   height: auto;   }  

.popupform.poplabour .popup-content {    padding: 0;        width: 100%;    }

.popupform.poplabour .popup-content h3 {    font-size: 15px;    }

.popupform.poplabour .popup-content h6 img {    max-height: 90px; }

.popupform.poplabour .popup-content form {    padding: 10px 0 0 0;  }

.popupform.poplabour .btn {    font-size: 15px;    padding: 8px;    margin-bottom: 10px;  }

.popupform.poplabour button.fancybox-button {    right: 0;  }

.main-menu ul.menu li ul.sub-menu li {    border-bottom: none;  }

.main-menu ul.menu li ul.sub-menu {    background: none;    }
 
.main-menu ul.menu li a i.fa {    display: none;    }

.main-menu ul.menu li ul.sub-menu {    width: 100%;    display: block;    position: unset;  }

.main-menu ul.menu li ul.sub-menu li a {    padding: 8px 10px;    font-size: 13px;  }   
  

 
}









