@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	form{margin: 0 0 20px 0}
	.imgBlock img {
    width: 100%;
    margin: 10px 0 0 0;
}
.mmCol {
    width: 100%;
}
.aboutus {
    margin: 25px 0 15px 0;
}
.services {
    padding: 15px 0;
    margin: 50px 0 50px 0;
 }
 .tab-content {
    width: 100%;
}
.contactus_footer ul{margin: 0; padding: 0}
.social_icons {
    margin: 20px 0 0px 0;
}
footer {
    background: #000;
    margin-top: 50px;
    padding: 40px 0 20px 0;
}
.form {
    margin: 22px 0;
}
.social_icons ul{text-align: center;
    margin: 0;
    padding: 0}
    .form p {
    text-align: center;
    margin: 22px 0 0px 0;
    font-size: 11px;
}
.text1F h2{font-size: 24px;font-weight: 700; margin-bottom: 10px;}
.logos h2{margin-bottom: 15px;font-size: 24px;font-weight: 700;}
.logos h2 br{display: none;}
.abtext {
    margin: 23px 15px;
}
.tabtext{margin: 14px 0 10px 0	}
.tabs .nav{margin-bottom: 14px}
.tabs{display: inline-block !important;}
	.businessText_inner h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
}
.slider_inner .cap {
    top: 19%;
    font-size: 36px;
}
.buttons{display: none;}
.services_details {
    padding: 13px 20px 20px 20px;
 }
.aboutus h2{font-size: 22px; margin: 0px 0  10px 0; font-weight: 600;}
.menuOpen{display: inline-block;}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{

}
/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{

}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) 
{
  

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px)
{
  .businessText {
    padding: 20px;
    background: #1BCEA2;
    width: 100%;
}.imgBlock {
    position: relative;
    right: auto;
    top: auto;
    text-align: right;
}
.businessText_inner {
    width: 100%;
    color: #fff;
}
.businessText_inner p {
    color: #fff;
    font-size: 18px;
}
}
/* ============ mobile view .end// ============ */