
/*========================================== LAYOUT ===================================================================

		1.GLOBAL STYLES
		2.COMMON STYLES	
		3.NAVIGATION		
		4.BUTTON	
		5.PRE HEADER
		6.HEADER
		7.ABOUT		
		8.SERVICES
		9.TWO COLUMN VIDEO
		10.FAQ
		11.COUNTER
		12.CASE STUDIES
		13.REPORT
		14.CLIENT LOGO
		15.TESTIMONIAL
		16.NEWS
		17.HEADING STRIP
		18.SUBSCRIBE
		19.PRICING
		20.TEAM
		21.GALLERY
		22.FOOTER
		23.MEDIA QUERIES

=================================================================================================================================*/
/*========================================== COLOR CODES =========================================================================

	Background         :#ffffff [white]
	Theme Color        :#000 [Blue]	
	Main Heading Color :#333333 [Dark Gray]	
	Content Color      :#666666 [light Gray]

=================================================================================================================================*/
/*========================================== TYPOGRAPHY =========================================================================

	Heading:font-family: 'Poppins', serif;	
	Body :font-family: 'Open Sans', sans-serif , Arial , Vedana  , Trebuchet MS;

=================================================================================================================================*/
/*========================================== 1.GLOBAL CSS START ===========================================*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body {
    background: #ffffff;
    color: #666666;
    font-family: 'Open Sans', sans-serif, Arial, Verdana, 'Trebuchet MS';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
a {
    outline: none !important;
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}
h1 {
    color: #333333;
    font-family: 'Poppins', serif;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 55px;
    text-transform: uppercase;
}
h2 {
    color: #333333;
    font-family: 'Poppins', serif;
    font-size: 40px;
    font-weight:400;
    letter-spacing: 1px;
    line-height: 50px;
    text-transform:capitalize;
}
h3 {
    color: #333333;
    font-family: 'Poppins', serif;
    font-size: 28px;
    font-weight:500;
    letter-spacing: 1px;
    line-height: 38px;
    text-transform: uppercase;
}
h4 {
    color: #333333;
    font-family: 'Poppins', serif;
    font-size: 22px;
    font-weight:500;
    letter-spacing: 1px;
    line-height: 32px;
    /*text-transform: uppercase;*/
}
.footer-font h4 {
    font-size: 20px;
    line-height: 30px;
}
h5 {
    color: #333333;
    font-family: 'Poppins', serif;
    font-size: 16px;
    font-weight:500;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
}
h6 {
    color: #333333;
    font-family: 'Poppins', serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
/*========================================== 1.GLOBAL CSS END ===========================================*/
/*========================================== 2.COMMON CSS START ===========================================*/

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.gallery-padding {
	padding-top: 80px;
    padding-bottom:50px;
}
.section-1-bg {
    background-color: #ffffff;
}
.section-2-bg {
    background-color: #f7f7f7;
}
.copyright-1 {
    background-color: #2f2f2f;
}
.theme-bg {
    background-color: #000;
}
.footer-section-1 {
    background-color: #191919;
}
.footer-section-2 {
    background-color: #111111;
}
.copyright-bg {
    background-color: #0e0e0e;
}
.copyright-bg-1 {
    background-color: #151515;
}
.copyright-2-bg {
	background-color: #000;
}
.heading-div-1 {
    padding-bottom: 40px;
}
.image-bottom-space {
    padding-bottom: 25px;
}
.image-top-space {
    padding-top: 25px;
}
.content-top-space {
    padding-top: 15px;
}
.content-bottom-space {
    padding-bottom: 20px;
}
.bgimage-property {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.readmore {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 10px;
    text-transform: uppercase;
}
.readmore:hover {
    color: #000;
}
.content-ul {
    padding-left: 0;
    margin-bottom: 0;
}
.content-ul li {
    list-style: none;
}
/*========================================== 2.COMMON CSS END ===========================================*/

.logo-image {
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
}


/*========================================== 3.NAVIGATION END ===========================================*/
/*========================================== 4.BUTTON START ===========================================*/

.btn {
    border: 1px solid transparent;
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    outline: none;
    padding: 10px 20px;
    text-transform: uppercase;
}
.btn.btn-1 {
    background-color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn.btn-1:focus,
.btn.btn-1:hover {
    color: #000;
    background-color: transparent;
    border-color: #000;
}
.btn.btn-2 {
    background-color: #ffffff;
    border: 1px solid transparent;
    color: #000;
}
.btn.btn-2:focus,
.btn.btn-2:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}
.btn.btn-3 {
    background-color: #333333;
    border: 1px solid transparent;
    color: #ffffff;
}
.btn.btn-3:focus,
.btn.btn-3:hover {
    color: #333333;
    background-color:rgba(255,255,255,0.5);
    border-color:#e5e5e5;
}
.btn-top-space {
    margin-top: 25px;
}
/*========================================== 4.BUTTON END ===========================================*/
/*========================================== 5.PRE HEADER START ===========================================*/

.preheader {
    background-color: #333333;
}
.preheader-div {
    padding-left: 0;
    margin-bottom: 0;
}
.preheader-div li {
    list-style: none;
    display: inline-block;
}
.preheader-div li:first-child {
    padding-right: 10px;
}
.preheader-div-1 {
    margin-left: 25px;
}
.preheader-div p {
    color: #ffffff;
    letter-spacing: 1px;
}
.preheader-div p a {
    color: #ffffff;
}
.header-icon li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.header-icon li:first-child {
    margin-left: 0;
}
.header-icon li:last-child {
    margin-right: 0;
}
.preheader-section {
    padding-bottom: 15px;
    padding-top: 15px;
}
.preheader-div {
    float: left;
}
/*========================================== 5.PRE HEADER END ===========================================*/

/*header form*/

.form-div {
    position: relative;
    margin-bottom: 20px;
}
.form-div textarea {
    color: #333333;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    width: 100%;
}
.form-div input {
    color: #333333;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.form-section h3 {
    color: #333333;
}
.header-bgimage-6 {
    background-image: url("../../images/1500x900x2.jpg");
    padding-top: 120px;
	margin-top:-87px;
}
/*.header-bgimage-6::before {
    background: rgba(0, 0, 0, 0.5);
	margin-top:-43px;
}
.header-bgimage-6::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
	}*/

.header-div-6 {
    padding-top: 80px;
}
.header-div-6 h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: capitalize;
	/*text-shadow: 2px 2px 2px #000;*/
}
.header-div-6 h1 span {
    color: #000;
}
.header-bgimage-6 .header-content {
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 27px;
    margin-bottom: 15px;
    width: 80%;
	/*text-shadow: 2px 2px 2px #000;*/
}
.header-div-6 .btn-1 {
    background-color: #000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.header-div-6 .btn-1:focus,
.header-div-6 .btn-1:hover {
    color: #000;
    background-color: transparent;
    border-color: #000;
}
.header-image-6 {
    padding-bottom: 30px;
}
.header-form-col {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 30px;
    width: 84%;
}
.header-form-col:before {
    content: "";
    border-color: rgba(255, 255, 255, 0.7) transparent;
    border-style: solid;
    border-width: 0 205px 40px;
    top: -40px;
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}
.header-form-col .form-btn .btn {
    width: 100%;
}
.header-form-col .first-para {
    color: #666666;
    text-align: center;
    margin-bottom:20px;
    margin-top: 15px;
}
/*========================================== 6.HEADER END ===========================================*/

/*========================================== 8.SERVICES START ===========================================*/

.services-div {
    padding: 40px 30px;
    position: relative;
}
.services-icon {
    position: absolute;
    right: 30px;
    top: 35px;
}
.services-icon-1 {
	font-size:30px;
	color:#333333;
}

.services-bg {
    background-color: #ffffff;
}
.services-top-space {
    margin-top: 30px;
}
.services-bg {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services-bg:hover {
    background-color: #000;
}
.services-bg:hover .services-icon-1,
.services-bg:hover .readmore,
.services-bg:hover p,
.services-bg:hover h4 {
    color: #ffffff;
}
.services-bg-1:hover {
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*========================================== 8.SERVICES END ===========================================*/
/*========================================== 9.TWO COLUMN START ===========================================*/

.video-bgimage {
    position: absolute;
    width: 50%;
}
.embed-responsive-16by9 {
    min-height: 508px;
}
.business2-col {
    padding-left: 30px;
    padding-right: 30px;
}
.business3-padding {
    padding-bottom: 80px;
    padding-top: 80px;
}
.why-are-ul {
    padding-left: 0;
}
.why-are-ul li {
    display: table-cell;
}
.why-are-ul li:nth-child(1) {
    padding-right: 20px;
}
.why-are-ul {
    margin-bottom: 10px;
}
.why-are-ul p {
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.business-list-div {
    margin-top: 15px;
    margin-bottom: 25px;
}
/*========================================== 9.TWO COLUMN END ===========================================*/




/*========================================== 21.GALLERY START ===========================================*/

.gallery-space {
    padding-bottom: 30px;
}
.gallery-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
}



/*========================================== 21.GALLERY END ===========================================*/
/*========================================== 22.FOOTER START ===========================================*/

.footer-icon li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.footer-icon {
    margin-top: 20px;
}
.footer-address li {
    display: table-cell;
    vertical-align: middle;
}
.footer-address-1 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.footer-div-3 {
    margin-top: 15px;
}
.footer-address p a {
    color: #666666;
}
.footer-address p {
    color: #666666;
    letter-spacing: 1px;
}
.footer-address li:nth-child(1) {
    padding-right: 20px;
}
.footer-address-1 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.links {
    padding-left: 0;
    margin-bottom: 0;
}
.links li {
    float: left;
    margin: 0 0 10px 0;
    position: relative;
    width: 50%;
    list-style: none;
}
.links li a {
    color: #666666;
    letter-spacing: 1px;
}

.copyright p {
    letter-spacing: 1px;
	color: #fff;
}
.copyright {
    padding-bottom: 30px;
    padding-top: 30px;
}
.copyright-1 p {
    color: #999999;
}
.footer-section-1 .footer2-address li a {
    color: #dddddd;
    letter-spacing: 1px;
}
.footer-section-1 a,
.footer-section-1 li a,
.footer-section-1 p a,
.footer-section-1 p {
    color: #dddddd;
}
.footer-section-1 h4 {
    color: #f9f9f9;
}
.footer-section-2 .border {
    border: 1px solid #333333;
    width: 50px;
}

.social-icon {
    margin-top: 30px;
}
.social-icon li {
    background-color: #333333;
    border-radius: 50%;
    color: #999999;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    line-height: 45px;
    min-height: 45px;
    min-width: 45px;
    position: relative;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 600ms;
    transition-property: all;
    transition-timing-function: ease;
    margin-left: 5px;
    margin-right: 5px;
}
.social-icon li:hover {
    background-color: #000;
    color: #f2f2f2;
}
.social-icon li:first-child {
    margin-left: 0;
}

.footer-col-1 p {
    margin-top: 5px;
}
.footer1-div p a,
.footer1-div p {
    color: #bbbbbb;
    letter-spacing: 1px;
}
.footer1-div h4 {
    color: #cccccc;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer1-div h4 a {
     color: #cccccc;
}
.footer-bg {
    background-image: url("../../images/1500x1120.jpg");
}
.social-icon-1 li {
     background-color:#ffffff;
    border-radius: 50%;
    color: #333333;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    line-height: 45px;
    min-height: 45px;
    min-width: 45px;
    position: relative;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 600ms;
    transition-property: all;
    transition-timing-function: ease;
    margin-left: 5px;
    margin-right: 5px;
}
.social-icon-1 li a {
	color: #333333;
}
.social-icon-1 li:hover {
    background-color: #000;
    color: #ffffff;
}
.social-icon-1 li:hover  a{
	color: #ffffff;
}
.social-icon-1 li:first-child {
    margin-left: 0;
}
.social-icon-1 {
    margin-top: 20px;
}
.footer2-address li {
    display: table-cell;
    vertical-align: middle;
}
.footer2-address li:first-child {
    padding-right: 20px;
}
.footer2-address li a {
    color: #666666;
    letter-spacing: 1px;
}
.footer2-address li p {
    letter-spacing: 1px;
}
.footer2-address li .address {
    background-image: url("../../images/32x32x22.png");
    background-position: 0 7px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 50px;
}
.footer2-address li .mail {
    background-image: url("../../images/32x32x23.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    margin-bottom: 15px;
    padding-left: 50px;
}
.footer2-address li .phone {
    background-image: url("../../images/32x32x24.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    margin-bottom: 15px;
    padding-left: 50px;
}
.footer2-address li .phone,
.footer2-address li .mail {
    line-height: 32px;
}
.form2-div {
    margin-top: 12px;
    margin-bottom: 20px;
}
.form2-div input {
    color: #666666;
    border: 1px solid #333333;
    background-color: transparent;
    border-radius: 50px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.footer-bg li .address {
    background-image: url("../../images/32x32x29.png");
    background-position: 0 7px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 50px;
}
.footer-bg li .mail {
    background-image: url("../../images/32x32x30.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    margin-bottom: 15px;
    padding-left: 50px;
}
.footer-bg li .phone {
    background-image: url("../../images/32x32x31.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    margin-bottom: 15px;
    padding-left: 50px;
}
.instagram-icon li {	
	display:inline-block;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:10px;
}
.instagram-div {
	background-color:rgba(242,242,242,0.7);
	display:inline-block;
	padding:10px 4px 2px 4px;
}
.footer-row-2 {
	margin-top:40px;
}

/*========================================== 22.FOOTER END ===========================================*/
/*========================================== 23.MEDIA QUERIES START ===========================================*/

@media only screen and (min-width: 250px) and (max-width: 767px) {
   
    .nav {
        display: inherit !important;
    }
  
    .header-strip-col h3 {
        color: #333333;
        float: left;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .header-strip-col .btn {
        float: left;
        max-width: 100%;
    }
    .strip-col-1 {
        padding-top: 20px;
        text-align: left;
    }
    .res-section-space {
        margin-bottom: 30px;
    }
    h1 {
        font-size: 35px !important;
        line-height: 45px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
   
    .header-form-col {
        margin: 0 auto;
        width: 80%;
    }
    .header-form-col:before {
        content: "";
        border-color: rgba(255, 255, 255, 0.7) transparent;
        border-style: solid;
        border-width: 0 0 40px;
        top: -40px;
        height: 0;
        left: 103px;
        position: absolute;
        width: 0;
    }
    .header-bgimage-1 {
        min-height: 900px;
    }
    .header-strip-col .btn {
        float: none;
        text-align: center;
    }
    .filter-options li {
        padding: 1rem 1.5rem;
    }
    .preheader-div {
        display: inline-block;
    }
    .preheader-div-1 {
        float: none !important;
    }
    .preheader-right {
        margin-top: 20px;
    }
    .form3-div-1 {
        width: 100%;
    }
   
    .form3-div-2,
    .form3-div-1 {
        padding-left: 0;
        padding-right: 0;
    }
    .form3-div-1 input {
        margin-bottom: 30px;
    }
    .collapse {
        display: inherit;
    }
    .working img {
        margin-bottom: 20px;
    }
   
    .item-desc {
        display: none;
    }
	.header-div-6 {
		padding-bottom:40px !important;
	}
	.services-space-hide-1 {
		margin-bottom:0 !important;
	}
	.services-space-hide-2 {
		padding-bottom:0;
	}
	
	.subscribe-row-2 h4 {
		margin-bottom:20px;
	}
	.services-icon  {
		position:inherit;
		top:0;
		right:0;
		padding-bottom:20px;
	}
	
	.services-div {
		text-align:center;
	}
	
	
	

	
}
@media only screen and (min-width: 250px) and (max-width: 599px) {
	.footer-row-2 .col-xs-6,
	.footer-section-2  .col-xs-6{
		width:100%;
	}
}
@media only screen and (min-width: 250px) and (max-width: 400px) {
    .preheader-div {
        float: none;
        display: table;
    }
    .preheader-div-1 {
        margin-left: 0;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 991px) {
    .navbar-right.nav {
        padding-bottom: 0 !important;
    }
    .section-space {
        margin-bottom: 30px;
    }
    .business3-padding {
        padding-bottom: 80px;
        padding-top: 20px;
    }
    .faq-image,
    .video-bgimage,
    .business3-bgimage {
        position: relative;
        width: 100%;
    }
    .nav {
        float: none;
        margin: 0 auto;
        display: table;
        padding-bottom: 20px;
    }
    .section-respadding {
        padding-bottom: 30px;
    }
	
	.skill-image-rtl,
    .skill-image-1 {
        position: relative;
        width: 100%;
    }
    .skill-image-2 {
        width: 100%;
    }
    .testimonial-col img {
        padding-bottom: 20px;
    }
    .header-div-6 {
        padding-bottom: 120px;
        padding-top: 0px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 479px) {
    .onecolumn-res {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .onecolumn-res img {
        margin: 0 auto;
    }
    .onecolumn-res-space {
        padding-bottom: 30px;
    }
   
   
    
    .form1-div input {
        border-radius: 50px;
        margin-bottom: 30px;
        width: 100%;
    }
    .form1-div .btn {
        border-radius: 50px;
    }
  	
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-column-img img {
        padding-bottom: 20px;
    }
    .single-column-img,
    .single-column-res {
        margin: 0 auto;
        width: 100%;
    }
    .single-column-res-pull {
        margin: 0 auto;
        width: 100%;
        right: 0;
    }
    .single-column-res-push,
    .col-sm-push-6.col-sm-6.business2-col {
        margin: 0 auto;
        width: 100%;
        left: 0;
    }
    .services-top-space {
        margin-top: 0;
    }
    .navbar-right.icon-header {
        display: none;
    }
    .nav > li > a {
        display: block;
        position: relative;
    }
    .navbar-nav {
        padding-bottom: 0;
    }
    .slider-image1 .header-content,
    .slider-image1 {
        width: 100%;
    }
    .header-padding {
        padding-top: 150px;
    }
    .header-div-2 {
        padding-top: 0px;
    }
    .business2-col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .res-section-space-1 {
        margin-bottom: 30px;
    }
    .social-icon li {
        margin-left: 4px;
        margin-right: 4px;
    }
    .form1-div input {
        width: 50%;
    }
    .chart-div h4 {
        font-size: 15px;
        text-align: center;
    }
    .pie-title-center {
        display: block;
    }
    .case-top-space {
        margin-top: 0;
    }
    .item-desc {
        display: none;
    }
    .header-form-col {
        width: 55%;
    }
	
	.slider-image-rtl,
    .slider-image3,
    .slider-image2,
    .slider-image1 {
        height: 800px;
    }
    .header-strip-col .btn,
    .strip-col-1 {
        margin-top: 15px;
    }
    .services-bg-res-1 {
        background-color: transparent;
    }
    .services-bg-res-1:hover {
        background-color: #ffffff;
    }
    .services-bg-res-2 {
        background-color: #ffffff;
        position: relative;
    }
    .services-bg-res-2:hover {
        background-color: #000;
    }
	 .services-bg-res-2:hover .services-icon-1,
     .services-bg-res-2:hover .readmore,
    .services-bg-res-2:hover p,
    .services-bg-res-2:hover h4 {
        color: #ffffff;
    }
    .services-bg-res-1:hover .readmore {
        color: #000;
        ;
    }
    .services-bg-res-1:hover p {
        color: #666666;
    }
    .services-bg-res-1:hover h4 {
        color: #333333;
    }
	.services-bg-res-1:hover .services-icon-1 {
        color: #333333;
    }
   
    .services-space-hide {
        margin-bottom: 0;
    }
    .skill-image-2 {
        height: 482px;
    }
    .header-strip-col h3 {
        max-width: 70%;
    }
    .header-strip-col .btn,
    .strip-col-1 {
        max-width: 30%;
    }
	
	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
   
   
    .form1-div input {
        width: 50%;
    }
  
    .form3-div-1 {
        width: 40%;
    }
    
    .header-form-col:before {
        content: "";
        border-color: rgba(255, 255, 255, 0.7) transparent;
        border-style: solid;
        border-width: 0 170px 40px;
        top: -40px;
        height: 0;
        left: 0;
        position: absolute;
        width: 0;
    }
  
	
    .header-strip-col h3 {
        max-width: 70%;
    }
    .header-strip-col .btn,
    .strip-col-1 {
        max-width: 30%;
    }
    .header-strip-col .btn,
    .strip-col-1 {
        margin-top: 15px;
    }
   
    .footer1-div .list-div-left {
        max-width: 60px;
    }
	.footer-row-2 .col-md-6,
    .footer-section-2 .col-md-3 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .business3-padding {
        padding-bottom: 44px;
        padding-top: 44px;
    }
    .services-icon {
        right: 10px;
    }
    
	.services-div h4 {
		font-size:18px;
	}
		
	
	.social-icon-1 li {
		margin-right:0;
	}
	
	
}



/*========================================== 23.MEDIA QUERIES END ===========================================*/