body{
margin:0px;
	font-family: 'Montserrat', sans-serif;
}

.header {
    width: 100%;
    float: left;
    background:#1c2a44;
    padding: 0px 0px 0px 0px;
	height:70px;
}

.box1{
	width:100%;
	float:left;
	margin:10px 0px 0px 0px;
}

.box1 h5{
	color:white;
	padding:10px 0px 10px 0px;
	font-size:15px;
}

.box1 h5 a{
		color:white !important;
		text-decoration:none;
}
.box2{
	width:100%;
	float:left;
	margin:25px 0px 0px 0px;
}



.box2 h4{
	display:inline;
	color:white;
	margin:30px 10px 10px 10px;
	padding:30px 0px 0px 0px;
}

.box2 h4 a{
		color:white !important;
		text-decoration:none;
			margin:30px 0px 0px 0px
}

.box2 h5{
    width:63%;
    margin:0px 0px 0px 0px;
    padding:10px 0px 10px 0px;
    border-radius:40px;
    text-align:center;
    font-size:16px;
    color:white;
    background:blue;
}

.box2 h5 a{
	color:#ffffff!important;
	
}


.navbar-inverse{
    background:none !important;
    border:none !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #263440!important;
    font-size: 16px !important;
    margin:30px 0px 0px 18px;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.navbar-inverse .navbar-brand{
    color:red;
	margin:30px 0px 0px 20px;
}

.logo{
	width:100%;
	float:left;
}

.box3{
	width:100%;
	float:left;
}

.box3 img {
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.banner {
    width: 100%;
    float: left;
    background-image: url(../images/bb.jpg);
    height: 550px;
    margin:30px 0px 0px 0px ! important;
	padding:40px 0px 0px 0px ! important;
}

.box5 {
    width: 100%;
    float: left;
    margin: 100px 0px 0px 32px;
}

.form-container{
    background-color: #fff;
    font-family: 'Titillium Web', sans-serif;
    padding: 25px 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.form-container:before{
    content: '';
    background: radial-gradient(at 50% 25%,#1093ea 0%, #007bb7 100%);
    height: 70%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 75%);
}
.form-container .form-icon{
    color: #fff;
    font-size: 55px;
    line-height: 55px;
    text-align:  center;
    margin: 0 0 10px;
}
.form-container .title{
    color: #fff;
    font-size: 33px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 25px;
}
.form-container .form-horizontal{
    background: #fff;
    padding: 10px;
    margin: 0 0 20px;
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    border-radius: 3px;
}
.form-horizontal .form-group{
    background-color: #fff;
    margin: 0 0 15px;
    border-radius: 3px;
    border-bottom: 1px solid #ddd;
}
.form-horizontal .form-group:nth-child(3){ margin-bottom: 40px; }
.form-horizontal .input-icon{
    color: #007bb7;
    font-size: 22px;
    text-align: center;
    line-height: 43px;
    height: 45px;
    width: 25px;
    margin: 0 0 0 4px;
    vertical-align: top;
    display: inline-block;
}
.form-horizontal .form-control{
    color: #555;
    background-color: transparent;
    font-size: 20px;
    letter-spacing: 1px;
    width: calc(100% - 33px);
    height: 45px;
    padding: 0 5px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s;
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    border: none;
}
.form-horizontal .form-control::placeholder{
    color: #999;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
}
.form-horizontal .forgot-pass{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 15px 0;
    display: block;
}
.form-horizontal .forgot-pass a{
    color: #007bb7;
    transition: all 0.3s ease 0s;
}
.form-horizontal .forgot-pass a:hover{ color: #555; }
.form-horizontal .btn{
    color: #fff;
    background: #007bb7;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    width: 100%;
    padding: 5px 15px 5px;
    margin: 0;
    border: none;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.form-horizontal .btn:hover,
.form-horizontal .btn:focus{
    color: #fff;
    background-color: #007bb7;
    letter-spacing: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3),0 0 10px rgba(0,0,0,0.3) inset;
    outline: none;
}
.form-container .user-signup{
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
}
.form-container .user-signup a{
    color: #007bb7;
    transition: all 0.3s ease 0s;
}
.form-container .user-signup a:hover{
    color: #555;
    text-shadow: 0 0 1px rgba(0,0,0,0.5);
}

.about{
	width:100%;
	float:left;
	background-image: url(../images/side2.png);
    height:600px;
  background-repeat:no-repeat !important;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin:0px 0px 0px 0px;
 
}

.text{
	width:100%;
	float:left;
	  margin:0px 0px 0px 0px;
}
.text2{
	width:100%;
	float:left;
background:black;
}

.text h2 {
    margin: 0px 0px 0px 20px;
    font-weight: 700;
    font-size: 20px;
}

.text p{
    margin:20px 0px 0px 20px;
    line-height: 25px;
}
.side {
    width: 100%;
    float: left;
  
}

.side h2 {
    text-align: center;
    font-weight: 700;
}


.first{
	width:100%;
	float:left;
margin:50px 0px 0px 0px;
}

.Produ{
	width:100%;
	float:left;
	margin:50px 0px 0px 0px;
}

.Produ h2{
	text-align:center;
	font-weight: 700;
	margin:50px 0px 0px 0px;
}


.cham{
	width:100%;
	float:left;
	
}



:root{ --main-color: #009eb3; }
.serviceBox {
    color: var(--main-color);
    font-family: 'Phudu', cursive;
    text-align: center;
    padding: 40px 25px;
    border: 1px solid var(--main-color);
    border-radius: 100px 0 20px 20px;
    position: relative;
    z-index: 1;
    height:190px;
	font-family: 'Montserrat', sans-serif;
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    background: var(--main-color);
    width:calc(100% - 15px);
    height:calc(100% - 15px);
    border-radius: 100px 0 20px 20px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.serviceBox:after{
    background: #fff;
    width:calc(100% - 35px);
    height:calc(100% - 35px);
    border-radius: 0 0 0 100px;
    box-shadow: 0 0 8px rgba(0, 0, 0 ,0.5);
}
.serviceBox .service-icon{
    font-size: 45px;
    line-height: 45px;
    margin: 0 0 15px;
}
.serviceBox .title{
    font-size: 22px;
    font-weight: 600;
    padding: 5px 5px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 2px solid var(--main-color);
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.serviceBox .description {
    color: #1c0e0e;
    font-size: 13.5px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 600;
}
.serviceBox.yellow{--main-color:#f38f00; }
.serviceBox.red{ --main-color:#f02222; }
.serviceBox.purple{ --main-color:#7c084c; }
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 40px; }
}

.Produ{
	width:100%;
	float:left;
}

.cham{
	width:100%;
	float:left;
}

.box {
    background: #333;
    font-family: 'Zilla Slab', serif;
    text-align: center;
    position: relative;
    transition: all 0.35s ease-in-out;
    margin: 50px 0px 0px 0px;
}
.box:hover{ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.box:before{
    content: "";
    background: linear-gradient(135deg,#f07b45,#e02f1b);
    opacity: 0.8;
    transform: perspective(800px) rotateX(90deg);
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 1;
    transition: all 0.25s ease-in-out;
}
.box:hover:before{ transform: perspective(800px) rotateX(0deg); }
.box img {
    width: 100%;
    height: 300px;
    transition: all 0.35s ease-in-out;
}
.box:hover img{ opacity: 0.3; }
.box-content{
    color: #fff;
    width: 100%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.25s ease 0s;
}
.box:hover .box-content{ opacity: 1; }
.box .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.box .post{
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    margin: 0 0 10px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li{
    margin: 0 3px;
    display: inline-block;
}
.box .icon li a{
    color: #c0392b;
    background: #fff;
    font-size: 14px;
    line-height: 31px;
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    transition: all 0.25s ease;
}
.box .icon li a:hover{ text-shadow: 3px 3px 3px rgba(0,0,0,0.4); }
@media only screen and (max-width:990px){
    .box{ margin: 0 0 30px; }
}

.gallery{
	width:100%;
	float:left;
	margin:50px 0px 0px 0px;
}

.gallery h2{
	text-align:center;
	font-weight:700;
}


.lery{
	width:100%;
	float:left;
}

.lery img{
	width:100%;
	height:200px;
		margin:50px 0px 0px 0px;
}

.footer{
	width:100%;
	float:left;
	background:#333;
	color:#fff;
	text-align:center;
	padding:10px 0px 10px 0px;
	  margin:20px 0px 0px 0px;
}
.footer img{
	width:100%;
	float:left;
	height:90px;
}
.footer h2{
    font-size: 16px;
    line-height: 30px;
}

.footer p{
	 margin:0px 0px 0px 0px;
}


.footer2{
	width:100%;
	float:left;
	background:#333;
	color:#fff;
	text-align:center;
	padding:10px 0px 10px 0px;
	  margin:0px 0px 0px 0px;
}

.footer2{
	background:#333;
	color:#fff;
	text-align:center;
	padding:10px 0px 10px 0px;
	  margin:0px 0px 0px 0px;
}
.about2{
	width:100%;
	float:left;
  margin:0px 0px 0px 0px;
 
}

.text2{
	width:100%;
	float:left;
	  margin:0px 0px 0px 0px;
}
.text22{
	width:100%;
	float:left;
	  margin:30px 0px 0px 0px;
}

.text2 img{
	width:100%;
	 margin:30px 0px 0px 0px;
}

.text22 h2 {
    margin:0px 0px 0px 0px;
    font-weight: 700;
	color:#fd0000;
}

.text22 p{
    margin:20px 0px 0px 0px;
    line-height: 25px;
}




.bground {
    width: 100%;
    float: left;
    background: #0000002b;
    padding: 90px 0px 135px 0px;
    margin: 0px 0px 0px 0px;
}

@media only screen and (max-width:768px){
.header {
    width: 100%;
    float: left;
    background: #1c2a44;
    padding: 0px 0px 0px 0px;
 height:auto ! important;
}

.box1 h5 {
    color: white;
    padding: 10px 0px 10px 0px;
    font-size: 15px;
    margin: -10px 0px 0px 0px;
}

.box2 h5 {
    width: 28%;
    margin: -31px 0px 13px 0px;
    padding: 10px 0px 10px 0px;
    border-radius: 40px;
    text-align: center;
    font-size: 16px;
    color: white;
    background: blue;
}
.box3 img {
    width: 36%;
    margin: 16px 0px 0px 0px;
}

.box5 {
    width: 85%;
    float: left;
    margin: 0px 0px 0px 74px;
    padding: 0px 0px 20px 0px;
}

.navbar-inverse {
    background: none !important;
    border: none !important;
    margin: -68px 0px 0px 0px;
    z-index: 9999999;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
    color: #fff;
    background: #333;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    background: black;
}
.navbar-inverse .navbar-nav>li>a {
    color: #f5faff!important;
    font-size: 17px !important;
    margin: 30px 0px 0px 18px;
    font-weight: 600;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top:-30px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.banner {
    width: 100%;
    float: left;
    background-image: url(../images/bb.jpg);
    height: auto;
}
.first {
    width: 74%;
    float: left;
    margin: 50px 0px 0px 67px;
}
.text h2 {
    margin: 0px 0px 0px 0px;
    font-weight: 700;
    font-size: 16px;
    color: white;
}
.text p {
    margin: 20px 0px 0px 0px;
    line-height: 22px;
    color: white;
}
.box img {
    width: 100%;
    transition: all 0.35s ease-in-out;
    height: 330px;
}
.lery img {
    width: 100%;
    height: auto;
    margin: 50px 0px 0px 0px;
}
.lery {
    width: 100%;
    float: left;
    margin: 10px 0px 10px 0px;
}
.text22 h2 {
    margin: 0px 0px 0px 0px;
    font-weight: 700;
    color: #fd0000;
    font-size: 20px;
}
.text2 img {
    width: 100%;
    margin:0px 0px 0px 0px;
}
.gallery {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
}
.cham {
    width: 100%;
    float: left;
    margin: 31px 0px 0px 0px;
}
.bground {
    width: 100%;
    float: left;
    background: #330c0c94;
    padding: 90px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}
.side h2 {
    text-align: center;
    font-weight: 700;
    margin: 100px 0px 0px 0px;
}
.footer img {
    width: 65%;
    float: left;
    height: 90px;
    margin: 0px 0px 0px 67px;
}
.footer img {
    width: 71%;
    float: left;
    height: 90px;
    margin: 0px 0px 0px 50px;
}
}