*{
  box-sizing: border-box;
  outline: none;
}
body{
  font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
h1 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fb3263;
}
h2 {
  font-size: 32px;
  font-weight: 600;
}
h3 {
  color: #505050;
  font-size: 24px;
  font-weight: 600;
}
h4 {
  font-size: 24px;
  font-style: bold;
  font-weight: 600;
}
h5 {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #9196a6;
}
p{
  font-size: 16px;
}
hr{
  width: 50px;
  height: 2px;
  margin-bottom: 30px;
  background: #fb3263;
}

.main{
  display: none;
}
.loader{
  width:90px;
  height:90px;
  position:absolute;
  left:45%;
  top:45%;
}
.bg-dark {
	background-color: #fb3263 !important;
}
.navbar{
  padding: 10px;
  background: #fb3263;
}

.nav-item{
  font-size: 18px;
  font-weight: 600;
}
.navbar-dark .navbar-nav .nav-item .nav-link:hover,
.navbar-dark .navbar-nav .nav-item.active .nav-link
{
  background: #fff;
  color: #fb3263;
  border-radius: 30px;
  transition: .5s;
}

.navbar-dark .navbar-nav .nav-item .nav-link{
  color: #fff;
  padding: 5px 20px;
  text-align:center; 
}
.navbar-dark .navbar-toggler{
  border: none;
  outline: none;
  border: 1px solid #fd99b1;
  border-radius: 0;
}

.btn-primary{
  padding: 13px 20px;
  min-width: 120px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  border: none;
  border-radius: 60px;
  background-color: #434cc1;
}
.con-bt{
  display: flex;
  align-self: flex-start;
  background: #01cb93;
  border-radius: 60px;
  width: 280px;
  color: #fff;
  transition: all 0.3s ease-in;
  cursor: pointer;
  padding-top: 5px;
  margin-top: 5px;
}
.icon-w img{
  width: 45px;
  height: 45px;
  margin: 10px 8px 0 15px ;
}
.con-bt:hover{
  background: #08c04c;
  color: #fff;
}
.jumbotron{
	background-image: url('../img/header.jpg');
  background-repeat: no-repeat;
	background-size: cover;
  background-position: center center;
  height: 450px;
  margin-bottom: 0 !important;
  margin-top: 80px;
  position: relative;
  z-index: 0;
  border-radius: 0 !important;
}
.jumbotron h1{
  font-size: 25px !important;
  letter-spacing: -0.02em;
  color: #fb3263;
}

.jumbotron h3{
  font-size: 18px !important;
  letter-spacing: -0.02em;
  color: #000000;
  padding-top: 15px;
}



.head-bg{
  background-image: url('../img/hbg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 300px;
  margin-bottom: 0 !important;
  margin-top: 80px;
  position: relative;
  z-index: 0;
}
.head-area{
/*  padding: 10px 0 0 0;*/
/*  position: relative;
  z-index: 0;
  overflow: hidden;*/
}
.header-bottom-area{
  margin-top: -60px;
}
.header-bottom-area h5{
  font-size: 14px !important;
  color: #505050;
  font-weight: 700;
}

.head-bg h1{
  color: #fff;
  font-style: normal;
  font-size: 40px;
  padding-top: 50px;
  letter-spacing: 0.01em;
}
.sec-bg-1{
  background-color: #f4f7fc;
}
.left-cont-area{
  padding: 30px;
  background-color: #fff;
  background-position: bottom left;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
}

.left-cont-area h4{
  font-size: 19px;
}

.left-cont-area p{
  font-size: 16px;
  color: #4d4d4d;
}
.right-cont{
  padding-top: 25px;
}
.right-cont p{
  font-size: 12px;
  font-style: bold;
  font-weight: 600;
  margin-top: -5px;
}
.right-cont span{
  color: #fb3263;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.content h4{
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
.dark-bg{
  background: #fb3263;
}
.icon-box{
  display: flex;
  align-self: flex-start;
  padding: 20px 10px 11px 10px;
  color: #fff;
  border-bottom: 1px solid #fc6a8d;
  cursor: pointer;
}
.icon-box:hover{
  color: #fff;
  background-color: #e11446;
}
.icon-box img{
  width: 65px;
  height: 65px;
  margin-right: 20px;
  margin-left: 20px;
}
.icon-box .content{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pd-top{
  padding-top: 75px;
}
.pd-bot{
  padding-bottom: 75px;
}
.mr-top{
  margin-top: 30px;
}
.card-header{
  background-color: #e3e7ea !important;
  border: none;
}
.card-header a{
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 500;
}
.card{
  border: none;
  border-radius: none !important;
  margin-bottom: 5px;
}
.card-header.active{
  background: #fb3263;
}
.testimon{
  background-image: url(../img/testi.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  color: #fff;
}
.testimon h1 {
  color: #fff;
}
.testimon hr{
  width: 50px;
  height: 2px;
  margin-bottom: 30px;
  background: #fff;
}
.carousel-indicators li{
    background: #fb6e97;
    width: 8px;
    height: 8px;
    border-radius: 50%; 
}
.carousel-indicators>.active{
    background: #fff;
}
.client-des{
    font-size: 18px;
    font-style: italic;
}
.carousel-item{
    text-align: center;
}
.carousel-item h3{
    margin-top: 60px;
    color: #fff;
}
form{
  margin-top: 20px;
}
.form-control{
  width: 100%;
  height: 50px;
  padding: 0 20px;
  color: #a6a6a6;
  font-size: 16px;
  margin-bottom: 20px;
  border: 1px solid  #cdcdcd;
}
.form-group textarea.form-control{
  padding: 20px;
}
.social ul{
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.social li{
display: inline-block;
padding-right: .3em;
}
.social li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #cfcfcf;
    border-radius: 50%;
    text-align:center;
    font-size:1.2em;
    transition: 0.3s;
}
.social li a:hover {
    color: #fff;
    background: #fb3263;
}
footer p{
  margin-bottom: 25px;
  color: #afafaf;
  font-size: 14px;
}
.about h2, .contact h2{
  margin-top: 30px;
}
.gallery img{
  width: 100%;
}
.services h2{
  margin-bottom: 20px;
}
.services ul{
  list-style: url("../img/tic.png");
  margin-top: 30px;
}
.services li p{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.services img{
  width: 100%;
  height: auto;
}

/*small devices*/
/*@media (min-width: 576px){

}*/

/*medium decices*/
@media (min-width: 768px){
.jumbotron h1{
  font-size: 70px;
  letter-spacing: -0.02em;
  color: #fb3263;
}
.head-area{
  padding: 0;
}
.left-cont-area{
  padding: 55px 20px 40px 240px;
  background-image: url(../img/barani-3.jpg);
  background-color: #fff;
  background-position: bottom left;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
}
.about h2, .contact h2{
  margin-top: 0;
}
.services ul{
  list-style: url("../img/tic.png");
  margin-left: 25px;
  margin-top: 0;
}
.head-bg h1{
  color: #fff;
  font-style: normal;
  font-size: 40px;
  padding-top: 50px;
  letter-spacing: 0.01em;
}
}

/*large devices*/
/*@media (min-width: 992px){

}*/
/*extra large devices*/
/*@media (min-width: 1200px){

}*/