@media screen and (min-width: 1700px){
.container {
    width: 1601px !important;
}
}
@media screen and (max-width: 1370px){
  header.header .col-sm-2, header.header .col-sm-4, header.header .col-sm-6 {
    width: 33.33%;
}
    .slider .inner-item {
        height: calc(100vh - -160px);
    }
section.sec3 h3 {
    font-size: 26px;
    color: rgb( 19, 34, 53 );
    line-height: 1.434;
    font-family: 'Lora', serif;
}
.testimonial .loop p {
    /* max-width: 800px; */
    margin: 0 auto;
    padding-right: 0;
}
.coma_img {
    position: absolute;
    left: 87px;
}


.caption {
    padding: 40px !important;
    width: 400px;
    height: 400px;
    bottom: 30px;
}

.caption h3 {
    font-size: 24.72px;
    margin-top: 0;
}

.caption h2 {
    font-size: 48px;
}

.caption h4 {
    font-size: 62px;
}

.get-contact {
    padding: 90px 0 70px;
}

header.header .col-sm-2 {
    text-align: end;
    width: 20%;
}

header.header .col-sm-4 {
    width: 46%;
}


}
@media screen and (max-width: 1200px){
    
  section.sec3 h3 {
    font-size: 22px;
}  
.bg_2 h3 p {
    text-align: left;
    padding-left: 0;
    margin-top: 50px;
    font-size: 23px;
    color: #fff;
    line-height: 1.548;
    font-family: 'Poppins', sans-serif;
    font-weight: 300 !important;
}
.caption h2 {
    font-family: 'Lora', serif;
    font-size: 50px;
}
.caption h3 {
    color: #fff;
    font-size: 23.72px;
    font-family: 'Lora', serif;
    position: relative;
}
.caption h3:before{
    display:none;
}
.caption h4 {
    color: #fff;
    font-size: 64px;
    font-family: 'Lora', serif;
}
.caption {
    position: absolute;
    left: 0;
    top: auto;
    background: url(./images/short_bg.png) no-repeat;
    padding: 0 20px;
    color: #fff;
    font-size: 35.72px;
    font-family: 'Lora', serif;
    width: 470px;
    height: 350px;
    padding-top: 0;
    bottom: 40px;
}
}

@media screen and (max-width: 1100px){
    header.header .col-sm-4 {
    width: 38%;
}

header.header .col-sm-2 {
    width: 28%;
}

.slider .inner-item {
    height: calc(100vh - 790px);
}

.caption {
    width: 400px;
    height: 400px;
    bottom: 30px;
}

.caption h2 {
    font-size: 45px;
}

.caption h4 {
    font-size: 62px;
}

.caption p{
    font-size: 16px;
}

.sec-about {
    padding: 50px 0 0;
}

.sec2 {
    padding: 70px 0;
}

.sec-about .head h2 {
    padding-bottom: 18px;
    font-size: 48px;
}

h1.services_head:before{
    left: -10px;
}

h1.services_head{
    padding-bottom: 18px;
    font-size: 48px;
}

section.sec3 h3 {
    font-size: 20px;
}

.get-contact .head h2{
    font-size: 48px;
}

section.sec5 {
    padding-top: 60px;
}

.col-sm-6.about_text_left {
    padding-left: 40px;
}

.col-sm-12 li {
    margin-left: 90px;
}

.col-sm-12 li:first-child{
     margin-left: 0px;
}

}

@media screen and (min-width: 100px) and (max-width: 900px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    body{
        overflow-x: hidden !important;
    }
    .menu-header #menu-button{
        display: none;
    }
main{
	padding: 0;
}

header.header .col-sm-4 {
    padding-top: 30px;
}

header.header .col-sm-2 {
    padding-top: 30px;
}

.caption {
    width: 360px !important;
    height: 360px !important;
    padding: 30px !important;
}

.caption h3 {
    font-size: 22.72px;
}

.caption h2 {
    font-size: 40px;
}

.caption h4 {
    font-size: 50px;
}

.social_icons {
    padding-top: 0;
}
.header a.btn1 {
    border: 2px solid #132235;
    padding: 7.5px 30px;
    color: #132235;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
    transition: .5s all ease-in-out;
}
.slider .inner-item {
    height: 600px;
}
.sec2 {
    padding: 100px 0;
}
.col-sm-12 li {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    color: white;
}

section.sec3 button.slick-prev.slick-arrow {
    display: block !important;
}

section.sec3 h3 {
    font-size: 28px;
}

.sec2 {
    padding: 50px 0;
}

.get-contact {
    padding: 70px 0 40px;
}

.logo img {
    max-height: unset;
    width: auto;
}


}
@media screen and (max-width: 668px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
        body{
        overflow-x: hidden !important;
    }

.open-menu body {
    position: fixed !important;
}
[data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
[data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
 
    [data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    [data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
    .open-menu body {
    position: fixed !important;
}
    body{
        overflow-x: hidden !important;
    }
.menu-header #menu-button{
	display: none;
}
header.header .col-sm-2, header.header .col-sm-4, header.header .col-sm-6 {
    width: 100%;
    text-align: center;
}
header.header {
    padding: 15px 0;
}

header.header .col-sm-4 {
    padding-top: 10px;
}

header.header .col-sm-2 {
    padding-top: 10px;
}


.caption h4 {
    color: #fff;
    font-size: 58px;
    font-family: 'Lora', serif;
}
.caption h2 {
    font-family: 'Lora', serif;
    font-size: 44px;
    margin: 0;
}
.caption h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'Lora', serif;
    position: relative;
}

.caption p {
    font-size: 20px;
}

.caption {
    position: relative;
    left: 0;
    top: auto;
    background: url(./images/short_bg.png) no-repeat;
    padding: 0 20px;
    color: #fff;
    font-size: 35.72px;
    font-family: 'Lora', serif;
    width: auto !important; 
    height: auto !important;
    padding-top: 0;
    bottom: -10px;
}
button.slick-prev.slick-arrow {
    height: 35px;
}
button.slick-next.slick-arrow {
    height: 35px;
    filter: grayscale(100%);
    bottom: 0;
    top: auto;
    width: 60px;
}

section.sec3 button.slick-prev.slick-arrow{
    bottom: 0;
    top: auto;
    width: 60px;
}

.get-contact .head {
    margin-bottom: 30px;
}

.get-contact {
    padding: 60px 0 20px;
}

section.sec6 {
    padding-top: 10px;
}

.slider .inner-item {
    height: 450px;
}
h1.services_head {
    padding-left: 0;
    padding-bottom: 25px;
    font-size: 30px;
    color: rgb( 19, 34, 53 );
    line-height: 1.2;
    font-family: 'Lora', serif;
    position: relative;padding-left: 30px;
}
.sec2 ul li {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.coma_img {
    display: none;
}
.testimonial .loop {
    padding: 0;
    text-align: left;
    padding-left: 0;
}
.bg_2 h3 p {
    text-align: left;
    padding-left: 0;
    margin-top: 50px;
    font-size: 18px;
    color: #fff;
    line-height: 1.548;
    font-family: 'Poppins', sans-serif;
    font-weight: 300 !important;
}
h4.sec4_text2 {
    padding: 0;
    line-height: 1.714;
    /* font-family: poppins bold; */
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    font-size: 20px;
}
.testimonial .slick-slide {
    float: left;
    height: auto;
    min-height: 1px;
    position: relative;
}
section.sec4 button.slick-prev.slick-arrow {
    height: 50px;
}

section.sec4 button.slick-next.slick-arrow {
    height: 50px;
}
.get-contact .head h2 {
    margin: 0 0 0;
    font-size: 35px;
    font-weight: 400;
    color: #132235;
    font-family: 'Lora';
    display: inline-block;
    position: relative;
}
select.wpcf7-form-control.wpcf7-select,
textarea.wpcf7-form-control.wpcf7-textarea,
input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-submit{
    padding: 12px 40px;
    margin-bottom: 10px;
    width: 90%;
    margin-left: 5%;
}
section.sec5 .col-sm-6:last-child {
    border: none;
    padding: 15px;
    margin-top: 20px;
}
.about_right_text a, .about_right_text p {
    font-size: 14px !important;
}
.col-sm-12 li {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    color: white;
}
.row.icons a {
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
div#back-top {
    display: none !important;
}
.col-md-12 p {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #353535;
}
section.sec5 p {
    font-size: 16px;
}
.page-id-69 section.sec5,
.page-id-71 section.sec-about {
    text-align: center;    padding: 50px 0;
}

.sec-about .head h2 {
    font-size: 38px;
    margin-top: 0;
}

.sec-about .head p{
    font-size: 16px;
}




}