

@media (min-width: 1200px){
.container {
    max-width: 1100px !important;
}
}
@media (max-width: 1200px){
header nav{
	display: none;
}

    .mob-drop-select{
        display: block;
    }
.mobile-menu{
	display: block;
	width: 300px;
	height: 100vh;
	background-color: var(--header-color);
	position: fixed;
	right:-310px;
	top: 0;
	z-index: 999;
	padding: 30px 20px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	margin-top: 0;
	border-radius: 0;
}
.mobile-menu .menu{
	margin-bottom: 30px;
}
.mobile-menu .menu li{
	display: block;
	padding: 10px 0;
}
.mobile-menu .menu li a, .mobile-menu .social li a{
	color: #fff !important;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
.mobile-menu .social a{
	border: 1px solid #fff;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
.mobile-menu .social a:hover{
	border: 1px solid var(--secondary-color);
	color: var(--secondary-color) !important;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
.mobile-menu .menu li a:hover{
	color: var(--secondary-color) !important;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
#toggle-btn{
	display: block;
	float: right;
}
#menu-close span{
    display: block;
    background-color: #fff;
    height: 2px;
    width: 25px;
    position: absolute;
    transform: rotate(45deg);
    left: 8px;
    top: 19px;
}
#menu-close span:nth-child(2){
    transform: rotate(-45deg);
    left: 8px;
    top: 19px;
}
.menu-container{
	align-items: center;
    display: flex;
    justify-content: flex-end;
}
.menu-open .mobile-menu{
	right: 0;
	top: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;

}
#menu-close{
	background-color: #6d678c;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 30px;
	right: 30px;
	border: none;
	border-radius: 20px;
	outline: none;
}







}

/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
.section3 .box-section .img-box{
	min-height: 340px;
}
.section3 .box-section .img-box h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.section3 .box-section .img-box a {
    margin-top: 180px;
}
.section3 .box-section .img-box:first-child a,
.section3 .box-section .img-box:nth-child(2) a,
.section3 .box-section .img-box:last-child a{
	height: 100px;
}
footer {
    min-height: 600px;
}
    .section3 .box-section-item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35.55%;
        flex: 0 0 35.55%;
        max-width: 36%;
    }


}

/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
.section3 .box-section .img-box{
	min-height: 250px;
}
.section1 .title{
    font-size: 45px;
}
.section1 .banner-content {
    padding: 20px 90px;
    background-size: 90%;
    background-position: center;
}
body{
	font-size: 16px !important;
}
.section2 h2 {
    font-size: 30px;
}
.section3 .box-section .img-box h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.section3 .box-section .img-box a {
    margin-top: 120px;
}
.section3 .box-section .img-box:first-child a,
.section3 .box-section .img-box:nth-child(2) a,
.section3 .box-section .img-box:last-child a{
	height: 100px;
}
.section1 .banner-strip {
    width: 100%;
    height: 65px;
    background-size: contain;
}
.section1 .banner-strip h3 {
    font-size: 20px;
    padding-top: 7px;
}
footer {
    min-height: 500px;
}
    .section3 .box-section-item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35.55%;
        flex: 0 0 35.55%;
        max-width: 36%;
    }









}

/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.section1 .title {
    font-size: 45px;
}
.section1 .banner-strip{
	background-color: #dedfe6;
	background-image: none;
	width: 100%;
}
.section1 .banner-strip h3 {
    font-size: 20px;
    padding-top: 10px;
}
.section1 .banner-content {
    padding: 20px 90px;
    background-size: 90%;
    background-position: center;
}
body{
	font-size: 16px !important;
}
.section2 h2 {
    font-size: 25px;
}
.section2 .container {
    padding: 0px 30px;
}
.section3 .box-section .img-box h3 {
    font-size: 14px;
    margin-bottom: 0;
}
.section3 .box-section .img-box a {
    margin-top: 80px;
}
.section3 .box-section .img-box:first-child a,
.section3 .box-section .img-box:nth-child(2) a,
.section3 .box-section .img-box:last-child a{
	height: 80px;
    background-size: contain;
}
.section3 .box-section .img-box{
	min-height: 190px;
}
footer {
    min-height: 450px;
}
.f-logo img{
	width: 230px;
}
.section1 .title + p{
	margin-bottom: 0;
}
.contact-form{
	margin-bottom: 30px;
	margin-top: 30px;
}
.section3 .box-section-item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35.55%;
        flex: 0 0 35.55%;
        max-width: 36%;
    }

}

/************* iphone portrait *****************/
@media only screen and (max-width: 479px) and (min-width: 320px){

.section1 .title + p{
	margin-bottom: 0;
}
.contact-form{
	margin-bottom: 30px;
	margin-top: 30px;
}


body{
	font-size: 16px !important;
}
.section3 .box-section .img-box{
	min-height: initial;
}
.logo img {
    width: 200px;
}
.section1 .title {
    font-size: 29px!important;
}
.section1 .banner-strip{
	background-color: #dedfe6;
    background-image: none;
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.section1 .banner-strip h3 {
    font-size: 18px;
    padding-top: 0px;
}
.section1 .banner-content {
    padding: 100px 0px 20px 0px;
    background-repeat: no-repeat;
    background-position: center 25px;
    background-size: 80%;
}
.section1 .banner-content .btn {
    margin-top: 0px;
}
.section1 {
    padding: 40px 0;
}
.section2 .container {
    padding: 0px 15px;
}
.section2 h2{
	font-size: 22px;
}
.section3 .box-section {
    display: block;
}
.section3 .box-section .img-box{
	width: 90% !important;
	margin-left: 5% !important;
	min-height: 380px !important;
	background-size: contain;
}
.section3 .box-section .img-box:nth-child(2){
	min-height: 340px !important;
}
.section3 .box-section .img-box:first-child a,
.section3 .box-section .img-box:nth-child(2) a,
.section3 .box-section .img-box:last-child a{
	height: 120px;
}
.section3 .box-section .img-box h3 {
    font-size: 22px;
    margin-bottom: 0;
}
.section3 > .container:nth-child(2) .center br:first-child{
	display: none;
}
footer{
    min-height: 500px;
}
footer .right {
    text-align: left;
}
footer .footer-nav li{
	text-align: left;
}
footer .footer-nav li a{
	padding: 0;
}
footer .social{
	margin-left: 30px;
	margin-top: 20px;
}
footer .social li{
	display: inline-block;
}
.btn{
    width: 250px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 18px !important;
    line-height: 28px !important;
}
.f-logo img{
	width: 200px;
}
    .section3 .box-section-item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}
























































