/*====website color code===
color = #3190e7 blue
color= #808080 grey
color = #28cb75 green
*/
body{
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
}

a{
	text-decoration: none;
}
h3{
	padding: 20px 0px;
	text-align: center;
	color:#808080 ;
	font-size: 35px;
	font-family: sans-serif;
	font-weight: 600;
}
h3 span{
	color:#3190e7 ;
}

.button-design{
border-radius: 30px;
background-color:#3190e7 ;
margin: 5px 0px;
border: none;
}
.button-design a{
width: 100%;
display: block;
padding: 13px 20px;
border-radius: 30px;
text-decoration: none;
background-color:#28cb75 ;
color: white;
font-weight: 600;
font-size: 18px;
transition: 0.7s;

}
.button-design a:hover{
	color: white;
	background-color: #3190e7;
	transition: 0.7s;
}
.marquee{
	padding: 8px 0px;
	background-color: #28cb75;
}
marquee{
	color: white;
	font-weight: 600;
	font-size: 18px;
}
.detail{
	padding: 5px 0px;
}
.details-1 {
	padding: 0px 10px;
}
.details-1 h4{
 color: #3190e7;
 font-size: 20px;
 padding: 5px;
}
.details-1 h4 a{
	display: inline-block;
 color: black;
 font-size: 18px;
 padding: 5px;
 text-decoration: none;
 transition: 0.5s;
}
.details-1 h4 i{
	padding: 0px 5px;
	font-size: 23px;
}
.details-1 h4 a:hover{
	color: #28cb75;
	transition: 0.5s;
}
.navigation{
	display: flex;
	margin: 0px;
	width: 100%;
	padding: 0px;
}
.logo-menu{
	flex: 0;
	position: relative;
	bottom: 45px;
}
.nav-menu{
	flex: 1;
	width: 100%;
}
.nav-menu ul{
	list-style: none;
	display: flex;
	background-color: #3190e7;
	padding: 0px;
	margin: 0px;
}
.nav-menu ul li {
    padding: 0px 0px;
    margin: 0;
}
.nav-menu ul li a{
 display: block;
 padding: 20px 30px;
 color: white;
 text-decoration: none;
 font-weight: 500;
 font-size: 17px;
}
.menu-bar {
	position: relative;
}

.menu-bar .scroll-bar{
	display: block;
	width: 150%;
	height: 0px;
	z-index: 1500;
	overflow-y: scroll;
	overflow-x: hidden;
	display: block;
	position: absolute;
	transition: 0.8s;
	top: 55px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	background-color: white;
}

.scroll-bar  li{
   margin: 0px;
	padding: 0px;
}
.scroll-bar li a{
	display: block;
	margin: 2px 0px !important;
	padding: 5px !important;
	background-color: #28cb75;

}
.menu-bar:hover > .scroll-bar{
	height: 200px;
	transition: 0.8s;
	margin-bottom: 10px;
}
.scroll-bar::-webkit-scrollbar{
	width: 6px;
}
.scroll-bar::-webkit-scrollbar-track{
	background-color: #3190e7;
}
.scroll-bar::-webkit-scrollbar-thumb{
	background-color: #808080;
}
.square {
    position: absolute;
    top: -70px;
    left: 250px;
    background-color: #3190e7;
    width: 200px;
    height: 200px;
    transform: rotate(45deg);
    z-index: -1;
    box-shadow: 1px 0px 3px 1px;
}
/*==========toggle-container design========*/
.toggle-design{
	display: none;
}
.bar1, .bar2, .bar3{
	background-color: black;
	margin: 5px 0px;
	width: 35px;
	height: 5px;
	display: none;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

/*================nav-slider start=============*/
.nav-slider {
    padding: 0px;
    background-image: url(../img/slider/slider4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -36px;
}
.slider-menu {
	width: 100%;
/*	background-color: black;*/
	height: auto all;
	padding: 20px 10px;
}
.slider-menu h1{
	color: white;
	font-size: 54px;
	text-align: center;
}
.slider-cont-menu h4{
	font-size: 30px;
	text-align: center;
	color: white;
}
.slider-menu h3{
	color: white;
	font-size: 50px;
	text-align: center;
}
.slider-menu p{
	color: white;
}
.slider-cont-menu {
	padding-top: 30px;
	width: 100%;
}
.slider-menu p{
	display: flex;
	text-align: justify;
	justify-content: center !important;
}
.slider-cont-menu form{
	width: 100%;
}
.slider-cont-menu form input{
	width: 90%;
	margin: 5px 0px;
	padding: 10px;
	border-radius: 50px;
	height: 50px;
	border-bottom: 0px;
	border-color:#28cb75 ;
}
.slider-cont-menu form textarea{
	width: 90%;
	margin: 5px 0px;
	padding: 10px;
	border-radius: 20px;
	height: 80px;
	border-bottom: 0px;
	border-color:#28cb75 ;
}
.slider-cont-menu form button{
	width: 90%;
	margin: 5px 0px;
	padding: 10px;
	border-radius: 20px;
	border-color:#28cb75 ;
	color: white;
	background-color: #28cb75 ;
	font-size: 18px;
	font-weight: bold;
}
/*==========service-mini start============*/
.service-mini{
	padding: 70px 0px;
}
.mini{

	width: 100%;
	margin: 20px 0px;
	padding: 30px 10px;
	background-color: #28cb75;
	border: 5px solid #3190e7;
	border-radius: 30px;
	border-left: none;
	border-right: none;
}
.mini h4{
	color: white;
	font-size: 23px;
}
.mini h4 i{
	font-size: 28px;
}
.mini p{
	color: white;
}

/*=====================about start============*/
.about {
	padding: 50px 0px;
}
.about .about-design{
	width: 100%;
	padding: 10px 0px;
}
.about .about-design p{
	padding: 10px 0px;
}

/*===========awards-design start=================*/
.awards-design{
	padding: 50px 0px;
}
.awards-design .awards{
    text-align: center;
	width: 100%;
	margin: 40px 0px;
	padding: 30px 10px;
	background-color: white;
	border: 7px solid #3190e7;
	border-radius: 30px;
	border-top: none;
	border-bottom: none;
	transition: 0.8s;
}
.awards-design .awards:hover{
	background-color:#28cb75 ;
	transition: 0.8s;
	color: white;
}
.awards h4{
	color: #808080;
	font-size: 23px;
}
.awards h4:hover{
	color: white;
	display: block;
	transition: 0.8s;
}
.awards h4 span{
	padding: 10px 0px;
	font-weight: bold;
	font-size: 40px;
}
.awards i{
	font-size: 65px;
	padding: 20px 20px;
	color: #808080;
}
.awards i:hover{
	color: white;
	display: block;
	transition: 0.8s;
}
.awards p{
	color: #808080;
}
/*===========awards-design end=================*/

/*============services-main start=============*/
.services-main{
	padding: 50px 0px;
}
.services-main .s-main{
	width: 100%;
	padding: 20px 15px;
	margin: 30px 0px;
	background-color: white;
	border: 4px solid #3190e7;
	border-radius: 30px;
	text-align: center;
	border-bottom: none;
	transition: 0.8s;
}
.s-main i{
	font-size: 60px;
	padding: 20px 0px;
	color:  #28cb75;
}
.s-main h2{
	color: #3190e7;
	font-weight: 600;
	font-size: 27px;
	padding: 10px 0px;
}
.s-main p{
	text-align: left;
}
/*============services-main end=============*/
/*============gallery start===========*/
.gallery{
	padding: 50px 0px;
}
.gallery .g-design {
	width: 100%;
	padding: 10px;
	margin: 10px 0px;
}
.gallery .g-design img{
	width: 100%;
}
/*============gallery end===========*/
/*=======working start===========*/
.working{
	padding: 50px 0px;
}
.w-design{
    text-align: center;
	width: 100%;
	margin: 20px 0px;
	padding: 30px 10px;
	background-color: white;
	border: 7px solid #3190e7;
	border-radius: 30px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-color: #808080;
	height: 200px;
}
.w-design h5{
	color: white;
	font-size: 25px;
}
.w-design  i{
	font-size: 50px;
	color: #28cb75;
	padding: 10px 0px;
}
.w-design p{
	color: white;
	padding: 5px 0px;
}
/*=======working end===========*/
/*============contact-small start=============*/
.contact-small{
	padding: 30px 0px;
	background-image: url(../img/slider/slider2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.contact-small .small-design{
	text-align: center;
    width: 100%;
    padding: 20px 0px;
}
.small-design h5{
	padding: 10px 0px;
	font-size: 40px;
	color:#28cb75 ;
	font-weight: 700;
	font-style: italic;
}
.small-design p{
	font-size: 50px;
	font-style: italic;
	font-weight: bold;
	color: #3190e7;
	padding: 15px 0px;
}
.button3{
	width: 30%;
}
/*==============location start==============*/
.location{
	padding: 80px 0px;
}
.location .l-design{
	width: 100%;
	padding: 20px 0px;
}
.location .l-design ul li{
margin: 10px 0px;
}
.location .l-design ul li a{
	display: block;
	padding: 7px 0px;
	text-align: center;
	background-color: #28cb75;
	color: white;
	font-size: 17px;
	font-weight: 500;
	border-radius: 10px;
	border-bottom: 5px solid #3190e7;
}
/*=============footer start==========*/
.footer{
	padding: 50px 0px;
	background-image: url(../img/slider/slider1.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.f-design{
	width: 100%;
	padding: 10px 0px;
}
.f-design h6{
	font-size: 25px;
	font-weight: 700;
}.f-design ul{
	padding: 10px 0px;
}
.f-design ul li{
	margin: 5px 0px;
}
.f-design ul li a{
	padding: 2px 0px;
	color: white;
	display: block;
	font-weight: 600;
	font-size: 18px;
	transition: 0.5s;
}
.f-design ul li a i{
	padding-right: 5px;
}
.f-design ul li a:hover{
	color: #28cb75;
	transition: 0.5s;
}
.f-design p{
	color: white;
	padding: 0px 0px;
	font-size: 17px;
	font-weight: 600;
}
.f-design p span {
	color: #28cb75;
	font-size: 20px;
	font-weight: 600;
	padding: 0px 5px;
}
.copyright{
	background-color: #28cb75;
	padding: 10px 0px;
	text-align: center;
}
.copyright p{
	color: white;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	padding-top: 10px;
}
.copyright p a{
	color: black;
}
.f-design img{
	width: 110%;
}
/*===============sub-slider start===============*/
.sub-slider{
	position: relative;
	padding: 70px 0px;
	background-size: cover;
	background-image: url(../img/slider/slider3.jpg);
	background-repeat: no-repeat;
	bottom: 40px;
}
.sub-slider-design{
	text-align: center;
	width: 100%;
	padding: 20px 0px;
}
.sub-slider-design h1{
	color: white;
	font-size: 50px;
}
.sub-slider-design a{
	display: inline-block;
	color: white;
	font-weight: 600;
	font-size: 18px;
}
/*===============sub-slider end===============*/

/*==========main-contact start================*/
.main-contact{
	padding: 50px 0px;
}
.slider-cont-menu1{
	width: 100%;
	padding: 30px 0px;
}
.slider-cont-menu1 form input{
	width: 100%;
	margin: 5px 0px;
	padding: 10px;
	border-radius: 10px;
	height: 50px;
	border-bottom: 0px;
	border-color:#28cb75 ;
}
.slider-cont-menu1 form textarea{
	width: 100%;
	margin: 5px 0px;
	padding: 10px;
	border-radius: 20px;
	height: 80px;
	border-bottom: 0px;
	border-color:#28cb75 ;
}
.slider-cont-menu1 form button{
	width: 100%;
	margin: 5px 0px;
	padding: 10px;
	border-radius: 20px;
	border-color:#28cb75 ;
	color: white;
	background-color: #28cb75 ;
	font-size: 18px;
	font-weight: bold;
}
.contact-main-details {
	padding: 50px 0px;	
	background-color:#28cb75 ;
	text-align: center;
	width: 100%;;
	border: 10px solid #3190e7;
	border-radius: 30px;
	border-top: none;
	border-bottom: none;
	transition: 0.8s;
}
.contact-main-details .contact-main-details-design{
	width: 100%;
	padding: 10px 0px;
	border-radius: 20px;
	border: 2px solid white;
	height: 125px;
}
.contact-main-details-design p span{
	font-size: 25px;
	color: #3190e7;
	font-weight: 600;
}
.contact-main-details-design  a{
	color: white;
	font-size: 18px;
	font-weight: 500;
}
/*==========main-contact end================*/

/*===============about-servicess start=========*/
.about-servicess{
	padding: 60px 0px;
}
.about-servicess h2{
	text-align: center;
	padding: 20px 0px;
	color: #28cb75;
	font-size: 35px;
}
.about-servicess-design{
	padding: 20px 0px;
	width: 100%;
}
.about-servicess-design img{
	width: 100%;
}
/*===============about-servicess end=========*/
.details-1 .padding1{
	padding-left:60px ;
}
/*=======calling-button start========*/
.calling-button{
	position: fixed;
	z-index: 2000;
	bottom: 40px;
	left: -20px;
}
.calling-button img{
	width:58%;
}