body{
	margin: 0;
	padding: 0;
	font-family: roboto;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #B42D8C;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    margin-left: 40px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.header-bg{
	background-color: #B42D8C;
	#3A61AE;
}


.aluminum-bg{
	background-image: url(../images/SW3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
}

.best-service-headding{
	color: #B42D8C;
	padding-top: 50px;
}

.best-service-headding button{
	padding: 8px 40px;
	background-color: #B42D8C;
	color: #fff;
	border: 0;
	border-radius: 5px;
	margin-top: 40px;
}

.best-service-headding h1{
	font-size: 54px;
	font-weight: 700;
}

.best-service-headding p{
	margin-top: 30px;
}


p{
	margin: 0;
}

.milto-img img{
	width: 100%;
	margin-top: 40px;
}

.recognize-headding h2{
	font-weight: 700;
	font-size: 44px;
	margin-top: 40px;
	color: #B42D8C;

}

.recognize-headding button{
	padding: 8px 40px;
	background-color: #B42D8C;
	color: #fff;
	border: 0;
	border-radius: 5px;
	margin-top: 40px;
}



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 33%;
  height: 100%;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: #fff;
}

.projectFactsWrap .item:nth-child(2){
  background: #fff;
}

.projectFactsWrap .item:nth-child(3){
  background: #fff;
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number{
  font-size: 48px;
  padding: 0;
  font-weight: 700;
}

.projectFactsWrap .item p{
  color: #B42D8C;
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}



@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}


.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }

    footer p{
          font-size: 14px;
    }
}



.choose-our h2{
	font-size: 42px;
	font-weight: 700;
   color: #B42D8C;

}

.choose-our-text button{
	padding: 8px 40px;
	background-color: #B42D8C;
	color: #fff;
	border: 0;
	border-radius: 5px;
	
}

.making-dor{
	background-color: #fff;
	box-shadow: 0px 0px 10px 1px #ccc;
	height: 300px;
	margin-top: 40px;
	padding: 15px;
}

.pro-menu-text{
	margin-top: 80px;
}

.projects-headding h2{
	font-size: 42px;
	font-weight: 700;
   color: #B42D8C;
}
.projects-headding{
	max-width: 550px;
	margin: 0 auto;
	text-align: center;
}

.gallery-img img{
	width: 100%;
	margin-top: 23px;
	transition: 0.5s;
}
.gallery-img img:hover{
	scale: 0.9;
}

.aalready-headding h2{
	font-size: 42px;
	font-weight: 700;
   color: #B42D8C;
   margin-top: 70px;
}


 
.demo{ background: #bd986b; }
.testimonial {
    
    text-align: center;
    padding: 0px 7px 10px;
    margin: 0 15px 150px;
    position: relative;
}
.owl-item {
    background: #eaf0f5;
}
.testimonial:after{
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}
.testimonial .icon {
    display: inline-block;
    font-size: 60px;
    color: #B42D8C;
    margin-bottom: 8px;
    opacity: 0.6;
}
.testimonial .description{
    font-size: 15px;
    color: #777;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}
.testimonial .testimonial-content{
    width: 100%;
    position: absolute;
    left: 0;
    text-align: left;
}
.testimonial .pic{
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #daad86;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title {
    font-size: 15px;
    font-weight: bold;
    color: #8f0840;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.testimonial .post {
    display: block;
    font-size: 14px;
    color: #fec63f;
    font-weight: 700;
}
.owl-theme .owl-controls{
    margin-top: 0;
}
.owl-theme .owl-controls .owl-page span{
    width: 32px;
    height: 10px;
    background: #fff;
    border: 2px solid #bd986b;
    margin: 5px;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ffd9b8;
    border-color: #fff;
}
@media only screen and (max-width: 650px) and (min-width: 400px){
    .testimonial:before{ border-right: 325px solid transparent; }
    .testimonial:after{ border-left: 325px solid transparent; }
}



.bg-menu-smail{
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
	background-position: center;
	margin-top: 50px;
}

.totality-img img{
	width: 100%;
	margin-top: 80px;
}

.we-work h2{
	font-size: 60px;
	color: #fff;
	line-height: 80px;
	margin-left: 50px;
	font-weight: 700;
	margin-top: 80px;
}

.we-work button{
	padding: 8px 40px;
	background-color: #B42D8C;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	margin-left: 50px;
	margin-top: 20px;
}

.voluptate-div{
	padding: 15px;
	
	margin-top: 50px;
}

.img-secti-one img{
	width: 100%;
	border-radius: 5px;
}

.bg-footer-top{
	background-color: #B42D8C;
	padding: 30px;
	color: #fff;
	margin-top: 50px;

}

.btn-footer{

}

.form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #B42D8C;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* border-radius: .25rem; */
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.btn-primary {
    color: #fff;
    background-color: #232323;
    border-color: #fff;
    width: 88%;
    height: 48px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #232323;
    border-color: #fff;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #232323;
    border-color: #fff;
}



/*fotter-css*/

.bg-foo-color{
	background-color: #B42D8C;
	color: #fff;
	margin-top: 40px;
}
.footer-ul ul{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 30px;
}

h6{
	padding: 0;
	margin: 0;
}

.copy-right2 h6{
	padding-bottom: 20px;
}


/*about us */

.about-bg{
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

.best-about-headding{
    color: #fff;
    padding-top: 80px;
}

.best-about-headding h1{
    font-size: 54px;
    font-weight: 700;
}

.cri-team{
    max-width: 500px;
}

.team-headding img{
    width: 100%;
}



.making-team{
    background-color: #fff;
    box-shadow: 0px 0px 10px 1px #ccc;
    height: 100%;
    padding: 15px;
}

/*contact us */


textarea {
    resize: vertical;
    height: 150px !important;
}


.bg-footer-from{
    background-color: #fff;
    padding: 30px;
    color: #B42D8C;
    margin-top: 0px;

}
.from-heddig-menu h2{
    max-width: 550px;
    margin-top: 80px;
    font-weight: 700;
    font-size: 48px;
    color: #B42D8C;

}

.btn-primary1 {
    color: #fff;
    background-color: #B42D8C;
    border-color: #fff;
    width: 40%;
    height: 48px;
}

.btn-primary1:hover {
    color: #fff;
    background-color: #232323;
    border-color: #fff;
}

.btn-check:focus+.btn-primary1, .btn-primary1:focus {
    color: #fff;
    background-color: #232323;
    border-color: #fff;
}

.detias-bar{
    background-color: #B42D8C;
    color: #fff;
    padding: 15px;
    padding-top: 50px;
    height: 350px;
}

.namber-email span{
    padding-left: 30px;
    font-size: 24px;
}

.map-menu iframe{
    width: 100%;
}







@media only screen and (min-width: 320px) and (max-width: 600px)  {
	.aalready-headding h2 {
    font-size: 28px;
    
}
.bg-menu-smail {
    background-image: url(../images/bg-menu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center;
    margin-top: 50px;
}
.we-work h2 {
    font-size: 30px;
    color: #fff;
    line-height: 42px;
    margin-left: 0px;
    font-weight: 700;
    margin-top: 31px;
}
.we-work button {
    
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 25px;
}
.copy-right2 h6{
	padding-bottom: 20px;
}
h6{
	margin: 0;
}


}

@media only screen and (min-width: 767px) and (max-width: 920px)  {
	.choose-our h2 {
    font-size: 24px;
    font-weight: 700;
    color: #B42D8C;
}
.choose-our-text p {
    font-size: 12px;
}
.we-work h2 {
    font-size: 32px;
    color: #fff;
    line-height: 46px;
    margin-left: 10px;
    font-weight: 700;
    margin-top: 80px;
}
.namber-email span {
    padding-left: 30px;
    font-size: 18px;
}

}