
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}


/* ----------------------------------Navbar & Logo-------------------------------------- */


.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.2rem 1rem;
}


.bg-light {
    background: #078fc2 !important;
}

.navbar-brand {
	margin: 0 auto;
}

.navbar-brand img{
	 width: 300px;
}
.navbar-collapse {
	position: absolute;
	top: 10px;
}


/* ----------------------------------section1-------------------------------------- */


.section1 {
/*  background: url(../img/aa1.jpg);
    background-repeat: no-repeat;
    background-size:100% 100%;
    height: auto!important;
    background-position: center center; */
	height: auto!important;
    background: #078fc2;
	
	
}

.section1 .text-sec{
    margin-top: 50px;	
}


.section1 .text-sec h1{
    color: #fff;
    font-size: 62px;
    font-weight: 800;
}


.section1 .text-sec h4{
    font-size: 24px;
    text-align: left;
	color: #fff;
}

.section1 .img-sec img{
    margin: 0 auto;
    width: 100%;
}


/* ----------------------------------section2-------------------------------------- */


.section2 {
    background: #078fc2;
	padding: 30px;

}

.section2 .gif-sec video{
   width:100%;
}



/* ----------------------------------section3-------------------------------------- */


.section3 {
/* 	background-color:#fff; */
    margin: 60px 0px;
}


.section3 .vid img{
	margin: 0 auto;
    width: 100%;
    padding: 0px 100px;
}

.section3 h1{
    text-align: center;
    font-size: 62px;
    color: #0f7385;
    font-weight: 800;
}

.section3 h3{
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    color: #000;
    font-family: sans-serif;
	letter-spacing: 0.5em;

}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border-radius: 10px;
	margin-right: 3px;
    margin-left: 3px;
	border: 2px solid #00BCD4;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #008377;
}






/* ----------------------------------section4-------------------------------------- */

.section4 {
	background:#0d9bcc;
	padding:60px 0;
	
}

.section4 .addiction-img{

}

.section4 .addiction-img img{
    width: 100%;

}

.section4 .text-sec{
	padding: 10px 10px;
}

.section4 .text-sec h1{
	font-size: 46px;
	color:#fff;
}

.section4 .text-sec p{
	text-align:justify;
	color:#fff;
	font-size: 16px;
}


.section4 .bottel-vector img {
    width:100px;
    padding: 5px;
    margin: 0 auto;

}



/* ----------------------------------section5-------------------------------------- */


.section5 {
/* 	background-color:#fff; */
	margin:60px 0;
}


.section5 .border-sec{
    border: 6px solid #008377;
    border-radius: 25px;	
}


.section5 .buttom-img{
    border-right: 4px solid #000;
    padding: 25px 0px;
    margin: 25px 0px;

}


.section5 .buttom-img img{
	margin: 0 auto;
    width:50%;
}


.section5 .contact-us{
    padding: 50px;	
}

.section5 .contact-us h3{
    text-align: center;
    padding-right: 80px;
	font-weight: 400;

}

.section5 h1{
    text-align: center;
    font-size: 62px;
    margin: 0 auto;
    font-weight: 400;
    color: #000;
	padding: 20px;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #008377;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



.contact-form label{
	font-weight: 600;
    color: #008377;
}
.contact-form button{
	background: #008377;
	color: #fff;
	font-weight: 600;
	width: 100%;
}
.contact-form button:focus{
	box-shadow:none;
	color: #fff;
}

.contact-form button:hover {
    background: #008377;
    color: #fff;
    font-weight: 600;
    width: 100%;
}










/* ----------------------------------section6 Testimonial -------------------------------------- */

.section6{
	background: #0d9bcc;
		
}



/* ----------------------------------section-footer-------------------------------------- */


.section-footer{
	background:#fff;
	padding:30px 0px;
}


.section-footer h5{
	font-weight: 600;
    text-align: left;
    font-size: 20px;
    color: #0d9bcc;	
}

.section-footer p{
    color: #0d9bcc;	
}


.section-footer .foot-icon{
	text-align: left;
}


.section-footer .foot-icon a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
    float: left;
}



 .section-footer .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }
 
 .section-footer .social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }


 #social-mail{
	color: #0d9bcc;
	font-size: 26px;
	 }

 #social-fb{
     color: #0d9bcc;
	 font-size: 26px;
 }
 #social-tw{
     color: #0d9bcc;
	 font-size: 26px;
 }
 #social-insta{
     color: #0d9bcc;
	font-size: 26px;
 }
 #social-youtube{
     color: #0d9bcc;
	font-size: 26px;
 }
 
 

 #social-mail{
	color: #0d9bcc;
	 }
	 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-insta:hover {
     color: #d34836;
 }
 #social-youtube:hover {
     color: #f39c12;
 }




.copyright{
    padding-bottom: 20px;
	text-align:center;
	color: #4c4c4c;
}







.counter
{
    background-color: #eaecf0;
    text-align: center;
}
.employees,.customer,.design,.order
{
    margin-top: 70px;
    margin-bottom: 70px;
}
.counter-count
{
    font-size: 18px;
    background-color: #00b3e7;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.employee-p,.customer-p,.order-p,.design-p
{
    font-size: 24px;
    color: #000000;
    line-height: 34px;
}





.desktop {
    display: block;
}











/* --------------------------------------------------Start Meadia Query------------------------------------------------ */
/* --------------------------------------------------Start Meadia Query------------------------------------------------ */




/* ---------------------------------------@media (max-width: 992 to 1200px)----------------------------------------- */


@media only screen and (min-device-width: 992px) and (max-device-width: 1200px) {




/* ----------------------------------section1-------------------------------------- */
.section1 .text-sec h1 {
    color: #fff;
    font-size: 58px;
    font-weight: 800;
}


/* ----------------------------------section3-------------------------------------- */

.section3 h1 {
    text-align: center;
    font-size: 58px;
    color: #0f7385;
    font-weight: 800;
}

/* ----------------------------------section4-------------------------------------- */

.section4 .text-sec h1 {
    font-size: 42px;
    color: #fff;
}





/* ----------------------------------section5-------------------------------------- */




}

















/* ---------------------------------------@media (max-width: 768 to 991px)----------------------------------------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {

/* ----------------------------------section1-------------------------------------- */

.section1 .text-sec h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
}



/* ----------------------------------section3-------------------------------------- */

.section3 h1 {
    text-align: center;
    font-size: 42px;
    color: #0f7385;
    font-weight: 800;
}


/* ----------------------------------section4-------------------------------------- */

.section4 .text-sec h1 {
    font-size: 30px;
    color: #fff;
}



.section4 .text-sec p {
    text-align: justify;
    color: #fff;
    font-size: 11px;
}


.section4 .bottel-vector img {
    width: 65px;
    padding: 5px;
    margin: 0 auto;
}


/* ----------------------------------section5-------------------------------------- */

}
















/* ---------------------------------------@media (max-width: 767px)----------------------------------------- */

@media only screen and (max-width: 767px) {
	
/* ----------------------------------Navbar-------------------------------------- */
.section2 {
	padding: 30px 1px;

}

.navbar-brand img {
    width: 250px;
}

.navbar-brand {
	text-align: center;
}
.navbar-toggler {
	position: absolute;
	top: 10px;
}
.navbar-collapse {
	position: inherit;
}



/* ----------------------------------section1-------------------------------------- */


.section1 .text-sec {
    margin-top: 0px;
	}


.section1 .text-sec h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
	    text-align: center;
}

.section1 .text-sec h4 {
    font-size: 18px;
    text-align: center;
    color: #fff;
}

/* ----------------------------------section2-------------------------------------- */



/* ----------------------------------section3-------------------------------------- */


.section3 {
    margin: 30px 0px 60px 0px;
}


.section3 h1 {
    text-align: center;
    font-size: 32px;
    color: #0f7385;
    font-weight: 800;
}

.section3 h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-family: sans-serif;
    letter-spacing: 0.5em;
}


.section3 .vid img {
    margin: 0 auto;
    width: 100%;
    padding: 0px 0px;
}



/* ----------------------------------section4-------------------------------------- */

.section4 {
    padding: 30px 0px 60px 0px;
}

.section4 .text-sec h1 {
    font-size: 32px;
    color: #fff;
	text-align:center;
	padding-bottom:20px;
}


.section4 .bottel-vector img {
    width:64px;
    padding: 5px;
    margin: 0 auto;

}


/* ----------------------------------section5-------------------------------------- */

.section5 h1 {
    text-align: center;
    font-size: 32px;
    margin: 0 auto;
    font-weight: 400;
    color: #000;
    padding: 20px;
}


.section5 .buttom-img {
    border-right: none;
    padding: 20px 0px;
    margin: 0px 0px;
}

.section5 .buttom-img img {
    margin: 0 auto;
    width: 80%;
}

.section5 .contact-us h3 {
    text-align: center;
    padding-right: 0px;
    font-weight: 400;
}


.section5 .contact-us {
    padding: 10px;
    margin-top: 20px;
}


/* ----------------------------------section6-------------------------------------- */





/* ----------------------------------section-form-------------------------------------- */





/* ----------------------------------section-footer-------------------------------------- */

.section-footer h5 {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    color: #0d9bcc;
}

.section-footer .foot-icon {
    text-align: center;
	    padding-bottom: 5px;
}
.section-footer .foot-icon a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
    float: none;
}


}










/* ---------------------------------------@media (max-width: 320px)----------------------------------------- */

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






/* ----------------------------------section4-------------------------------------- */

.section4 .text-sec h1 {
    font-size: 26px;
    color: #fff;
	text-align:center;
	padding-bottom:20px;
}


}

















@media (min-width: 576px){
.container, .container-sm {
    max-width: 540px;
}
}

@media (min-width: 768px){
.container, .container-sm, .container-md {
    max-width: 720px;
}
}

@media (min-width: 992px){
	.container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
}
}

@media (min-width: 1200px){
.container, .container-sm, .container-md, .container-lg, .container-xl {
     max-width: 1060px;
}
}

