@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

body{
  margin:0;
  padding:0;
  color: #3A0519;
  font-family: 'Outfit', sans-serif;
}

.main{
  margin: auto;
  padding: 0;
  width: 90%;
}
a{
  color: #000;
  text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
img{
  max-width: 100%;
}
h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}

/*-webkit-linear-gradient(#fbac29, #ce290d)*/
/*font-family: 'Oleo Script Swash Caps', cursive;
*/

/* START HEADER SECTION */

/* start head section */

.head-section1{
  padding: 0;
  position: absolute;
  z-index: 9;
}

.head-section2{
  padding: 16px 0 0px 0px;
  display: flex;
  align-items: center;
}

.bg-top-call-none{
  display:none;
  font-size: 40px;
  color:#a90a1a;
  line-height: 49px;
  font-weight: 700;
}
.head-logo1{
  padding: 0;
  width: 26%;
}
.head-logo2{
  padding: 0px 0;
  text-align: center;
  position:relative;
  z-index: 9;
}
.head-logo2:before{
  content:"";
  position:absolute;
  height: 8px;
  width:50%;
  background: white;
  z-index:-9;
  right: -27px;
  top: 49%;
}
.head-logo2 a{
  border-radius:50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-logo2 img{
  height: 90px;
}
.head-center1{
  padding: 0;
  width: 74%;
  border-radius: 50px;
}
.head-center2{
  padding: 0;
  min-height: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-navigation{
  padding: 0px;
  width: 70%;
}
.navbar{
  margin-bottom: 0;
  min-height: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.menu{
  padding:0;
  margin:0;
}
.menu li {
  position: relative;
  text-align: left;
  display: inline-block;
  list-style: none;
  padding: 29px 15px 29px 15px;
  margin: 0px 0px;
  transition: 0.4s all;
}

.menu li:last-child{
    border-right: 0px;
    box-shadow: none;
}
.menu li a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  padding: 5px 13px 6px 13px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0px 0px 0 0px;
  border-radius: 0px;
  position: relative;
  font-size: 18px;
  transition: 0.1s ease-in-out;
}
.menu .active a {
  color: #000000;
  background: #ffc600;
}

.menu li:hover a{
  color: #000000;
  background: #ffc600;
}
.navbar-toggler img{
  filter: brightness(0) invert(1);
  height: 27px;
  margin: -6px 0 0 0;
}
.toggle_bars{
    display: none;
    color: #fff;
    font-size: 30px;
    text-align: right;
    background-color: transparent;
    width: 50px;
    padding: 0 12px;
}
.navbar-toggler {
  border-radius: 50px;
  display: none;
  color: #000000;
  font-size: 30px;
  z-index: 9;
  position: absolute;
  border: 0px !important;
  text-align: center;
  float: right;
  top: -64px;
  right: 7px;
  padding: 0 0px 0 0;
  background: #4b1d1d;
  height: 55px;
  width: 55px;
  }

.navbar-collapse{padding:0;}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.dropdown-menu ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.dropdown-menu ul li{
  display:block;
  padding: 11px 0 11px 14px;
  color: #fff;
  margin: 0;
}
.menu li .dropdown-menu ul li:hover a{
  background:transparent;
}
.dropdown-menu ul li:last-child{
  padding-bottom:15px;

}
.dropdown-menu ul li:nth-child(1){
  padding-top: 9px;
}
.menu li .dropdown-menu ul li a{
  display:
  block;
  color: #000000;
  font-size: 16px;
  background: #c0203c00;
  border: 0;
  font-weight: 500;
  padding: 0;
  border-radius: initial;
}

.menu li .dropdown-menu ul li:before {
  display:none;
}
.dropdown-menu ul li:hover{
  color: #000000;
  background: #ffc600;
}
.menu li .dropdown-menu ul li:hover a{
  color: #ffffff;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-menu {
  position: absolute;
  padding: 0;
  top: 100%;
  transform: translateY(19px);
  transition: 0.4s all;
  left: 0px;
  float: none;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border: 0;
  width: 250px;
  display: none;
  background-color: #ffffff;
  z-index: 999999;
  border-radius: 0;
  transition: 0.4s all;
}
.dropdown:hover .dropdown-menu{
  transform: translateY(0px);
  display:block;
}

.head-right{
  padding: 0;
  text-align: center;
  width: 30%;
}
.head-right a{
  background: #ac2121;
  color:#fff;
  padding: 9px 20px;
  display:inline-block;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 6px;
  font-size: 16px;
}
/* end head section */


/* start slider section */
.slider-section{
  padding: 0px 0 0px 0;
  margin: 0px 0 0 0;
}
.slider-section img{
  width: 100%;
}


.carousel-control b .glyphicon{
  opacity:1;
  color: #a90a1a;
  text-shadow: none;
  background: #ffffff;
  top: 13px;
  transition: 0.9s ease-in-out;
  left: 0;
  right: 0;
  height: 28px;
  width: 28px;
  line-height: 27px;
  font-size: 18px;
  border-radius: 50%;
  margin: 0 auto;
}
.carousel-control b{
  background: #ac2121;
  left: 0px;
  position: absolute;
  transition: 0.9s ease-in-out;
  top: 41%;
  border-radius: 0;
  line-height: 62px;
  padding: 4px 8px 4px 6px;
  height: 54px;
  width: 41px;
}
.right b{left: auto;right: 0;}
.right b .glyphicon-chevron-right{left: 0;}
.carousel-control{
  opacity:1;
}
.carousel-control:focus, .carousel-control:hover {
    opacity:1;
}
.carousel-control.left{
  background-image:none;
}
.carousel-control.right{
  background-image:none;
 
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 8%;
}
/* end slider section */

/* END HEADER SECTION */



/* start about us section  */

.aboutus-section{
  padding: 0;
  position:relative;
  overflow: hidden;
}
.bg-image{
  position:absolute;
  z-index: -9;
}
.aboutus-section1{
  padding: 0;
}

.aboutus-left1{
  padding: 0 0px;
}
.aboutus-left1:before{
  height: 100%;
  width:100%;
  left:0;
  margin:0 auto;
  right:0;
  background: #370101;
  position:absolute;
  content:"";
}
.aboutus-left2{
  padding: 0 0 50px 0px;
  text-align: center;
}
.right-round-image{
  position:absolute;
  top: 10px;
  right: -170px;
  overflow: hidden;
  z-index: -9;
}
.bg-cricle{
  margin: 0 auto;
  display: block;
  animation: rotation 15s linear infinite;
}
.bg-cricle img{
  
}

.aboutus-heading{
  padding: 80px 0 0;
  text-align: center;
  z-index: 9;
}
.aboutus-heading:before{
  position:absolute;
  background: #fff;
  content:"";
  height:100%;
  width: 5px;
  top:0;
  left: 60px;
  z-index: -9;
}
.aboutus-heading:after{
  position:absolute;
  background: #fff;
  content:"";
  height:100%;
  width: 5px;
  top:0;
  right: 60px;
  z-index: -9;
}
.aboutus-heading p{
  color: #fca702;
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 3px 0;
  text-transform: capitalize;
}
.aboutus-heading strong{
  padding: 0;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 35px;
  color: #3A0519;
  font-family: 'Montserrat', sans-serif;
}
.aboutus-heading h1{
  padding: 11px 0 10px;
  text-transform: uppercase;
  font-weight: 800;
  background: #fff;
  font-size: 38px;
  font-family: 'Montserrat', sans-serif;
}
.aboutus-heading h1 a{
  color: #b12222;
}
.heading-blur{
  padding: 40px 0 0px 0;
  text-align: center;
}
.heading-blur strong {
  font-size: 43px;
  color: #fff1c8;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  padding-bottom: 15px;
} 
.om{
  height: 2px;
  width: 100%;
  position: relative;
  top: 2px;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #fdb74e,#fdd88e,#fcaf3d,#fee4a4,#fbaa36);
  z-index: 9;
}
.om img {
  height: 35px;
  margin: -28px 0 0 0;
}
.om:after {
  background: linear-gradient(to right, #fdb74e,#fdd88e,#fcaf3d,#fee4a4,#fbaa36);
  z-index: -9;
  height: 50px;
  width: 50px;
  line-height: 0;
  margin: 0;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  content: "";
  right: 0;
  top: -24px;
  margin: 0 auto;
}

.aboutus-content{
  padding: 30px 30px 20px 30px;
}
.aboutus-content p{
  color: #ffffff;
  line-height: 37px;
  font-size: 16px;
  text-align: center;
  margin:0;
}



.aboutus-right1{
  padding: 0px;
  text-align: center;
}
.aboutus-right2{
  text-align: center;
  padding: 0px 0 0px;
  overflow: hidden;
}
.aboutus-right2 .bagwanji{
  height: auto;
  display: block;
  margin: 0 auto;
}
.aboutus-right2 .bg-cricle{
  position: absolute;
  left: 0;
  top: -50%;
  height: 507px;
  right: 0;
  overflow: hidden;
  margin: 0 auto;
  z-index: -1;
  animation: rotation 15s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0);

  }
  to {
    transform: rotate(1turn);
      
  }
}
/* end about us section  */


/* start banner design section  */

.bannerdesign-section{
  padding: 0;
  position:relative;
  z-index:9;
}
.bannerdesign-section:before{
  background: linear-gradient(135deg, #670D2F, #B22222, #330000);
  background: linear-gradient(to bottom, #330000, #B22222 70%, #fff 70%);
  background-repeat: no-repeat;
  position:absolute;
  content:"";
  left:0;
  right:0;
  bottom: -0;
  z-index:-9;
  height: 100%;
  width: 100%;
}
.bannerdesign-section1{
  padding: 0 0 0px 0;
}

.bannerdesign-left1{
  padding: 0px 40px 0 60px;
}
.bannerdesign-left2{
  padding: 20px 20px;
  text-align: center;
  background: #ffffff;
  margin: 0 auto;
  box-shadow: 0 0 14px 0px #fbaa3761;
}
.banner-image1{
  padding: 0 0px 10px 0px;
}
.banner-image1 img{
  /* width: 100%; */
}
.banner-image2{
  padding: 10px 0;
}
.banner-image2 img{/* width: 100%; */}




.bannerdesign-right1{
  padding: 0px 0px 10px 0px;
}
.bannerdesign-right2{
  padding: 0px;
}
.life-heading{
  padding: 0px  0 0px 0;
  text-align: center;
}
.life-heading strong{
  background: #ffffff;
  display: block;
  color: #670D2F;
  padding: 9px 56px 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0 0 40px 40px;
  font-size: 27px;
  font-weight: 800;
}
.banner-design{
  padding: 0px;
  text-align: center;
}
.banner-design strong{
  padding: 0;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 49px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  display: block;
  letter-spacing: 2px;
  padding: 12px 0 0;
  text-align: center;
}
.banner-design p{
  margin: 0;
  color: #000;
  font-size: 15px;
  padding: 6px 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  background: #ffc600;
}
.family-banner{
  padding: 10px 0 0 0;
  text-align: center;
}
.family-banner img{

}
/* end banner design section  */

/* start services section  */

.services-section{
  padding: 0;
}
.services-section1{
  padding: 50px 0;
}


.serices-left1{
  padding: 0;
}
.services-left2{
  padding: 0px;
}

.servicesheading-blur{
  padding: 40px 0 0px 0;
  text-align: center;
}
.servicesheading-blur strong{
  font-size: 70px;
  color: #fff1c8;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 4px;
}
.om-design{
  height: 2px;
  width: 40%;
  position: relative;
  top: 2px;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #fdb74e,#fdd88e,#fcaf3d,#fee4a4,#fbaa36);
  z-index: 9;
  margin: 0 auto;
}
.om-design img {
  height: 35px;
  margin: -28px 0 0 0;
}
.om-design:after {
  background: linear-gradient(to right, #fdb74e,#fdd88e,#fcaf3d,#fee4a4,#fbaa36);
  z-index: -9;
  height: 50px;
  width: 50px;
  line-height: 0;
  margin: 0;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  content: "";
  right: 0;
  top: -24px;
  margin: 0 auto;
}

.services-heading{
  padding: 40px 0 0;
  text-align: center;
}
.services-heading span{
  color: #ffffff;
  font-size: 19px;
  padding: 6px 13px;
  font-weight: 500;
  position: relative;
  margin: 0 auto 0;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  background: linear-gradient(45deg, #a90a1a, #370101);
}


.services-heading strong{
  padding: 0 0 0px 0;
  text-transform: uppercase;
  font-weight: 800;
  color: #313131;
  font-family: 'Montserrat', sans-serif;
  font-size: 39px;
  display: block;
}
.services-heading p{
  color: #5c5c5c;
  line-height: 30px;
  font-size: 17px;
  margin: 0;
}

.services{
  padding: 39px 0 0 0;
}
.services1{
  padding: 20px 10px 110px;
}
.services2{
  padding: 20px 20px 0;
  background: linear-gradient(to bottom, #330000, #B22222 70%);
  position:relative;
  border-radius: 20px;
  z-index: 9;
}
.services3{
  text-align: left;
  padding: 0;
  position:relative;
}
.services3:before{
  background: linear-gradient(to right, #fdb74e,#fdd88e,#fcaf3d,#fee4a4,#fbaa36);
  content:"";
  position:absolute;
  z-index:-9;
  

}
.services3 img{
  padding: 0px;
  text-align: center;
  border-top: 0;
  border-radius: 20px;
  margin: 0 auto;
  display: block;
}
.services4{
  padding: 10px 0 50px 0;
  text-align: center;
}
.services4 strong{
  padding: 4px 10px 3px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  color: #ffffff;
}
.services4 p{
  color: #ffffff;
  line-height: 26px;
  font-size: 15px;
  margin: 0;
  padding: 5px 0 0px 0;
}
.services4 a{
  background: #3a0202;
  font-size: 20px;
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  display: block;
  width: fit-content;
  padding: 0 20px;
  margin: 0 auto -10px;
  line-height: 90px;
  bottom: -60px;
  position: absolute;
  text-transform: uppercase;
  left: 0;
  right: 0;
  height: 100px;
  border-radius: 0 0 330px 330px;
}
.services4 a:before{
  content:"";
  position:absolute;
  left: -29px;
  top: 0px;
  height: 30px;
  width: 30px;
  background: #ffffff00;
  border: 15px solid #ff000000;
  border-right: 15px solid #3a0202;
  border-left: 15px solid #007eff00;
  border-top: 15px solid #3f510800;
  border-bottom: 15px solid #3a0202;
}
.services4 a:after{
  content:"";
  position:absolute;
  right: -29px;
  top: 0;
  height: 30px;
  width: 30px;
  background: #ffffff00;
  border: 15px solid #ff000000;
  border-right: 15px solid #3a020200;
  border-left: 15px solid #3a0202;
  border-top: 15px solid #3a020200;
  border-bottom: 15px solid #3a0202;
}
.owl-theme .owl-controls{
  position: absolute;
  width: 100%;
  top: 48%;
  text-align: left;
}
.owl-buttons{
  top:0;
}
.owl-theme .owl-controls .owl-buttons div{
  background: #ffffff57;
  height: 44px;
  border-radius: 0;
  color: #000000;
  display: none;
  font-size: 24px;
  text-align: center;
  width: 35px;
  line-height: 49px;
  border: 0;
  opacity: 1;
  padding: 0px 0px;
  margin: 0px;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
  border-radius: 0;
  float: right;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{
  content: "\e257";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.owl-theme .owl-controls .owl-buttons .owl-next:before{
  content: "\e258";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.services-inner{
  padding: 10px 10px 80px;
}
.services-inner .services4 strong{
  font-size: 22px;
}


.services-right1{
  padding: 0px 30px 10px 0px;
}
.services-right2{
  padding: 0px;
}
.list-services2{
  padding:0;
}
.list-services2 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-services2 ul li{
  background-color: #ffeaea;
  padding: 14px 10px 14px 50px;
  text-align: left;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  margin: 16px 0;
  position: relative;
}
.list-services2 ul li a{
  display: block;
  color: #000;
}
.list-services2 ul li:before{
  content: "";
  position: absolute;
  background: #931a1a;
  left: 14px;
  height: 27px;
  top: 13px;
  border-radius: 50%;
  width: 27px;
}
.list-services2 ul li:after{
  content: "\2055";
  position: absolute;
  font-size: 40px;
  left: 18px;
  top: -2px;
  color:#ffc900;
  border-radius: 50%;
}
.chat-banner {
  text-align: center;
  margin: 10px 0 0;
  padding: 0;
  background: #27a737;
}
.chat-banner a{
  display: block;
  padding: 0px 0;
}
.chat-banner a strong{
  color: #fff;
  padding: 5px 70px 0 0px;
  text-transform: capitalize;
  font-weight: 600;
  border-bottom: 2px solid;
  font-size: 36px;
  display: block;
}
.chat-banner a p{
  margin: 0;
  padding: 0px 60px 0px 0;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.chat-banner img{
  position: absolute;
  top: 11px;
  right: -1px;
  height: 83px;
}
/* end services section  */

/* start form section  */

.form-section{
  padding: 140px 0 0 0;
  position:relative;
  overflow: hidden;
  z-index:9;
}
.form-section1{
  padding: 50px 0 70px;
}

.form-left1{
  padding: 0px 10px 0 0px;
}
.form-left2{
  padding: 0px;
  position: relative;
  padding: 38px 20px 50px 30px;
  background: linear-gradient(to bottom, #330000 30%, #B22222 80%);
  border-radius: 40px 40px;
  text-align: left;
}
.formdesign1{
  padding: 0px;
}
.formdesign2{
  padding: 58px 0 60px 0;
  background: -webkit-linear-gradient(#3A0519, #3A0519);
  border-radius: 40px 40px;
  text-align: left;
}
.form-heading{
  padding: 0px;
  text-align: center;
}
.form-heading strong{
  font-size: 33px;
  color: #fff;
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  padding: 0px 0px 10px 0px;
  border-radius: 0 50px 50px 0;
}
.form-heading p{
  text-transform: capitalize;
  color: #b22222;
  font-size: 19px;
  margin: 0;
  background: #fff;
  padding: 10px 0;
  line-height: 26px;
  font-weight: 600;
}
.contac-rr {
    padding: 20px 0px 0;
    margin: 0;
    text-align: left;
}
.contac-r 
{
  padding: 20px 0px 0;
    margin: 0;
    text-align: left;
}
.form-group1 {
    padding: 0px 0px;
    text-align: center;
    margin: 8px 0px 6px;
    position: relative;
}
input.form-control1 {
    color: #fff;
    font-weight: 500;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.form-control1 {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 16px;
}
.form-control1 {
    height: 56px;
    background-color: #ffffff00;
    border: 2px solid #ffffffb8;
    border-radius: 30px;
    padding-top: 16px;
    padding-right: 15px;
    padding-bottom: 17px;
    padding-left: 20px;
    margin-bottom: 10px;
}
textarea.form-control1 {
    height: 80px;
    font-weight: 500;
    color: #fff;
    border-radius: 6px;
    padding-bottom: 17px;
    padding-left: 18px;
    padding-top: 8px;
}
.form-group1 img {
    position: absolute;
    left: 12px;
    top: 8px;
    padding: 0px;
    /* height: 30px; */
}
.form-group1 span{
  margin: 0;
  /* position: relative; */
}


.btn-group{
  padding: 16px 0 0px 0;
  margin:0;
  text-align:
  center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-group>.btn:first-child {
  margin-left: 0px;
  background: #330000;
  margin-top: 0px;
  padding: 10px 25px 9px;
  color: #ffffff;
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 400;
  border:0;
  border-radius: 30px;
  transition: 0.3s all ease-in-out;
  left: 0;
  right: 0;
  margin: 5px auto 0px;
}
.btn-group>.btn:first-child:hover{
  background: #330000;
}
.form-group1  .place::-webkit-input-placeholder{
  color: #ffffff;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}

.form-right1{
  padding: 0px 0px 0px 20px;
}
.form-right2{
  padding: 0px;
}
.banner-evileye{
  padding: 0px 0 30px;
  text-align: center;
}
.banner-evileye img{
  
}

.right-round-form{
  position: absolute;
  top: 110px;
  right: 0;
  left: 0;
  overflow: hidden;
  opacity: 0.5;
}
.right-round-form img {
  margin: 0 auto;
  display: block;
  animation: rotation 15s linear infinite;
}
.right-round-form-right{
  position: absolute;
  top: 39%;
  right: -260px;
  left:auto;
  overflow: hidden;
  z-index: -9;
}
.right-round-form-right img{
  margin: 0 auto;
  display: block;
  animation: rotation 15s linear infinite;
}


.services-our1{
  text-align: center;
  padding: 0;
}
.services-our1 strong{
  margin: 0;
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  color: #b22222;
  font-weight: 600;
}
.services-our1 p{
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  margin: 0;
  padding: 20px 0 0px;
  word-spacing: 2px;
  text-transform: capitalize;
}
.services-our1 span{
  color: #395612;
  font-size: 18px;
  background: #ffea00;
  margin: 0;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 7px 24px 6px;
}

.services-our1  a{
  font-size: 52px;
  color: #000000;
  background: #ffc600;
  border-radius: 70px;
  font-weight: 700;
  display:block;
  text-decoration: none;
  position: relative;
}


/* end form section  */


/* start choose us section  */

.chooseus-section{
  background: radial-gradient(#ffdd66a1, transparent);
  padding: 0;
}

.chooseus-section1{
  padding: 0px 0px 0px;
  z-index: 9;
  margin: 90px auto 0px;
}
.chooseus-section1 .services-heading{
  position: relative;
  padding: 0;
  text-align: left;
}
.chooseus-section1 .services-heading p{padding: 0px 0px 0;color: #000000;}

.chooseus-section1 .services-heading strong{
  font-weight: 700;
  color: #000000;
  padding: 6px 0;
}
.chooseus-section1 .services-heading span{margin: 0 auto 0 0;font-size: 16px;}
.chooseus-section1 .services-heading span:before{
  position:absolute;
  background: #670D2F;
  content:"";
  height:100%;
  width: 5px;
  top:0;
  left: 60px;
  z-index: -9;
}
.chooseus-section1 .services-heading span:after{
  position:absolute;
  background: #670D2F;
  content:"";
  height:100%;
  width: 5px;
  top:0;
  right: 60px;
  z-index: -9;
}

.choose-us-divide{
  margin: 0 0 0 auto;
}
.choose-image-round{
  padding: 0px 10px 10px 10px;
  text-align: center;
}
.choose-image-round span{
  display:block;
}
.round-image-choose{
  padding: 0px;
  display: block;
  margin: 0 0 0 auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.round-image-choose img{
  animation: rotation 15s linear infinite;
  display: block;
  margin: 0 0 0 auto;
  height: 270px;
}
.whatsapp-chat{border-radius: 50%;margin: 0 auto;position: absolute;right: 81px;top: 87px;}
.whatsapp-chat img{
  height: auto;
  animation: none;
}
.choose-services{
  padding: 60px 0 0 0;
}
.choose-services1{
  padding: 10px 10px 10px;
}

.choose-services2{
  background: linear-gradient(to right, #330000 30%, #B22222 80%);
  padding: 40px 0px 40px;
  text-align: center;
  border-radius: 20px;
}
.choose-design{
  padding: 0;
  margin: 0px auto 0px;
  display: flex;
  justify-content: left;
  align-items: center;
  position:relative;
}

.choose-design p{
  margin: 0;
  color: #ffffff;
  padding: 0 0 0 100px;
  font-size: 28px;
  font-weight: 500;
  text-transform: capitalize;
}
.choose-design img{
  height: 64px;
  animation: bounce2 3s ease infinite;
  position: absolute;
  left: 20px;
  top: 0;
  display: block;
  margin: 0 auto 0 0;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-20px);}
  60% {transform: translateY(-10px);}
}
/* end choose us section  */

/* start testimonials section  */

.testimonials-section{
  padding: 0;
  background: #330000;
  position: relative;
}
.testimonials-section1{
  padding: 0px 0 0px;
}

.testimonials-left1{
  padding: 10px 10px 10px 0px;
}
.testimonials-left2{
  padding: 0px 40px 0 40px;
}
.testimonials-left2 .aboutus-heading:before{display:none;}
.testimonials-left2 .aboutus-heading:after{display:none;}
.testimonials-left2 .aboutus-heading p{/* margin:0; */color: #ffffff;width: fit-content;margin: 0 auto;background: #b22222;padding: 6px 16px;font-size: 18px;}

.testimonials-left2 .aboutus-heading strong{
  font-size: 43px;
  font-weight: 600;
  color: #ffc600;
}
.psychic-text{
  padding: 10px 0 0 0;
}
.psychic-text p{
  text-align: center;
  color: #dfdfdf;
  line-height: 32px;
  font-size: 17px;
  margin: 0;
}


.testimonials-right1{
  padding: 0px 0px 0 0px;
}
.testimonials-right2{
  padding: 70px 20px 80px 60px;
}

.testimonials-design1{
  padding: 0px 20px 0px 10px;
}
.testimonials-design2{
  border-radius: 40px;
  padding: 20px;
  position: relative;
  text-align: center;
  background: #fff;
}
.testimonials-design2 b {
    padding: 0px 3px;
    color: #045431;
}

.testimonials-design2 b svg {
    height: 33px;
    width: 132px;
    fill: #ffcf00;
}

.testimonials-design2 strong{
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: 18px;
  margin: 0 0 0 0px;
  color: #b22222;
  font-weight: 600;
}
.testimonials-design2 p{
  color: #000;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}

.testimonials-design1 .owl-theme .owl-controls .owl-buttons .owl-next{
  
}

.bg-image-right{
  position: absolute;
  z-index: -9;
  left: auto;
  right: 0;
  top: -180px;
  opacity: 0.5;
}
/* end  testimonials section  */


/* start footer section  */

.footer-section{
  padding: 0;
  background: #330000;
  border-top: 1px solid #b22222;
  position: relative;
}
.footer-section .right-round-form {
  left:0;
  right:auto;
}
.footer-section1{
  padding: 0px 0 0px;
}

.footer-left1{
  padding: 10px 0px 0 10px;
  width: 30%;
}
.footer-left2{
  padding: 0px;
}
.footer-map{
  padding: 0px;
}
.footer-map iframe{
  width: 100%;
  float: right;
  height: 249px;
  border-radius: 50px;
  border: 4px solid #eee;
}
.footer-list{
  padding: 30px 0 0 0;
}
.footer-list strong{
  display: block;
  text-transform: capitalize;
  font-size: 55px;
  text-align: center;
  font-family: 'Berkshire Swash', cursive;
  color: #ffffff;
  font-weight: 400;
}
.footer-list strong img{
      animation: float 3s ease-in-out infinite;
}
.services-footer3{
  padding: 0px 0;
  display: flex;
}
.services-footer4{
  width:50%;
}
.services-footer4 ul{
  padding: 0;
  margin: 0;
  list-style: none;
  position:relative;
}

.services-footer4 ul li{
  color: #fff;
  font-size: 16px;
  margin: 15px 10px 0 10px;
  position: relative;
  padding: 18px 0px 18px 53px;
  text-transform: capitalize;
  display: flex;
  border-radius: 50px;
  justify-content: left;
  text-align: left;
  border: 1px solid #f9a602;
  align-items: center;
}
.services-footer4 ul li:before{
  content:"";
  position:absolute;
  height: 37px;
  width: 36px;
  background: url(images/icon-list.png) no-repeat;
  left: 10px;
}
.footer-dis{
  padding: 0px 0 0 0;
  text-align: center;
}
.footer-dis p{
  color: #cdcdcd;
  line-height: 25px;
  font-size: 15px;
  margin: 40px 0 0;
  font-weight: 400;
}
.footer-dis span{
  display: block;
  padding: 0 0 1px 0;
  font-size: 15px;
  color: #670D2F;
  font-weight: 500;
}

.footer-right1{
  padding: 30px 0 0;
  width: 70%;
}
.footer-right2{
  padding: 0;
}

.footer-contact1{
  padding: 0;
}
.footer-contact2{
  padding: 50px 14px 20px;
  text-align: center;
}
.footer-contact2 span{
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  display: block;
  margin: 0 auto;
  animation: pulse2 2s linear infinite;
}
.footer-contact2 span img{
  height: 59px;
}
@keyframes pulse2 {
   0% {
      box-shadow: 0 0 0 0 #ffc600
   }

   to {
      box-shadow: 0 0 0 20px transparent
   }
}
.footer-contact2 a{
   display: block;
   padding: 0;
   border-radius: 60px;
   font-size: 23px;
   font-weight: 400;
   color: #fff;
}
.footer-contact1:nth-child(3) .footer-contact2 a{
  font-size: 15px;
}
.footer-contact2 strong{
   display: block;
   color: #ffc600;
   padding: 20px 0 10px;
   font-size: 21px;
   text-transform: capitalize;
   font-weight: 600;
}
.center-info2{
  background: #b22222;
}
/* end footer section  */


/* start copy right section */

.copy-right{
  padding: 15px 0 15px;
  background: #330000;
  text-align: right;
}
.copy-right p{
  margin: 0;
  color: #ffc600;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 0;
}
/* end copy right*/



/* start bread crumb section  */

.breadcrumb-section{
  padding: 120px 0 0px 0;
  background: url(images/bg-bread.jpg);
  background-repeat: no-repeat;
}
.breadcrumb-section1{
  padding: 40px 0 50px;
  text-align: center;
  background: linear-gradient( #330000 30%, #B22222 80%);
  background: radial-gradient(#330000, #b22222);
}
.breadcrumb-section1 h1{
  font-size: 38px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  padding: 0px 0px 0px;
}
.breadcrumb-section1 h1 a{
  font-weight: 800;
  color: #ffffff;
}
.bread-divide{
  padding: 0px 0 0;
}
.bread-divide a{color: #ffc600;text-transform: uppercase;font-size: 15px;display: block;margin: 10px 0 0;font-weight: 500;}



/* end bread crumb section  */

/*=======================================================
      START GET IN TOUCH PAGE CSS 
=========================================================  */

.getintouch-section1{
  padding: 0 0 0% 0;
}
.getintouch-section2{
  padding: 50px 0 80px;
}


.getin-left1{
  padding: 0 20px 0 0px;
}
.getin-left2{
  padding: 50px 0px 70px;
  background: #3e1e76;
}
.getin-form{
  padding: 35px 0px 0px;
  text-align: left;
  border-radius: 15px;
  background: #3e1e76;
}



.getin-right1{
  padding: 0px 0 0 20px;
}
.getin-right2{
  padding: 0 20px 47px;
  text-align: center;
  border: 1px solid #fdca72;
  border-radius: 40px;
}
.getin-right2 p{
  color: #cc0000;
  font-size: 21px;
  margin: 0;
  padding: 0 0px 10px 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.getin-right2 strong {
  font-size: 31px;
  margin: 0;
  color: #000000;
  letter-spacing: 3px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  background: #fbac29;
  padding: 5px 40px 5px 40px;
}
.getin-right2 ul{
  margin: 0;
  text-align: left;
  list-style: none;
  padding: 21px 0 27px;
}
.getin-right2 ul li {
  padding: 30px 0 30px;
  font-size: 15px;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #c9c9c9;
  font-weight: 500;
}
.getin-right2 ul li:last-child{border:0;}
.getin-right2 ul li i{position: absolute;display: inline-block;}
.getin-right2 ul li i img{height: 50px;}

.getin-right2 li span {
  color: #303030;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin: 8px 0px 0 70px;
  padding: 0;
  display: inline-block;
}
/*=======================================================
      END GET IN TOUCH PAGE CSS 
=========================================================  */

/*=============== START MAIN CONTENT PAGE CSS ====================*/

.maincontent-section{
  padding: 0;
}
.maincontent-section1{
  padding: 50px 0 0;
}
.main-content{
  padding: 0;
}
.main-contentdesign{
  padding: 0;
}
.main-contentdesign p{
  color: #000;
  text-align: center;
  font-size: 16px;
  margin: 0;
  line-height: 34px;
}
.main-design{
  padding: 50px 0 0 0;
}
.maindesign-left1{
  padding: 0 0px 0 20px;
}
.maindesign-left1:nth-child(3){
  padding: 0 0px 0 10px;
}
.maindesign-left2{
  padding: 0;
}
.about-list{
  padding: 0px 0px 20px 0;
}
.about-list ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.about-list ul li{
  background-color: #ffeaea;
  padding: 14px 10px 14px 50px;
  text-align: left;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  margin: 16px 0;
  position: relative;
}
.about-list ul li a{
  display: block;
  color: #000;
}
.about-list ul li:before{
  content: "";
  position: absolute;
  background: #931a1a;
  left: 14px;
  height: 27px;
  top: 13px;
  border-radius: 50%;
  width: 27px;
}
.about-list ul li:after{
  content: "\2055";
  position: absolute;
  font-size: 40px;
  left: 18px;
  top: -2px;
  color:#ffc900;
} 
.about-contact{
  margin: 0 0 0;
  background: #b22222;
  padding: 0px 0px 0px;
  border-radius: 70px;
  text-align: center;
}

.about-contact a {
  color: #a90a1a;
  padding: 0;
  display: block;
}
.about-contact a  strong{
  display: block;
  font-size: 31px;
  letter-spacing: 1px;
  color: #ffc600;
  text-transform: uppercase;
  font-weight: 500;
}
.about-contact a i{
  margin: 0;
  text-align: center;
  padding: 10px 0;
  font-style: normal;
  font-size: 61px;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 600;
}
.chat-banner-inner {
  text-align: center;
  margin: 23px 0 0;
  padding: 0px 0  0;
  background: #1ea230;
}
.chat-banner-inner a{
  display: block;
}
.chat-banner-inner a strong{
  color: #fff;
  padding: 5px 0 0;
  text-transform: capitalize;
  font-weight: 600;
  border-bottom: 2px solid;
  font-size: 41px;
  display: block;
}
.chat-banner-inner a p{
  margin: 0;
  padding: 10px 0;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.maindesign-center1{
  padding: 30px 30px 0px;
  background: #ffc600;
}
.maindesign-center2{
  background: #fff;
  padding: 10px 20px 10px;
  text-align: left;
}


.choose-content-main1{
  padding: 0 0 0 40px;
}
.choose-content-main2{
  padding: 0px;
}

.text-design  p{
  font-size: 16px;
  margin: 0;
  line-height: 31px;
  text-align: left;
  color: #000;
  padding: 3px 0 20px 0;
}

.form-content-section{
  padding: 40px 0;
}


.form-content-section .getin-form{border-radius: 0;padding: 0;}
.form-content-section .btn-group>.btn:first-child{
  border-radius: 0;
  width: 60%;
  text-transform: capitalize;
  font-size: 20px;
}

.bottommaincontact-design{
  padding: 40px 0 50px 0;
  text-align: left;
}
.bottommaincontent-left1{
  padding: 0 20px 0 0px;
}
.bottommaincontent-left2{
  padding: 0px;
}

.main-contact{
  padding: 0 0 30px 0;
}

.main-contact1{
  padding: 10px;
} 
.main-contact2{
  padding: 0px;
  background: #670D2F;
  text-align: center;
}
.main-contact2 strong{
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  padding: 4px 0 3px;
  display: block;
}

.main-contact2 p{
  color: #a1061b;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 17px;
  background: #fff;
  font-weight: 700;
  margin: 0;
  text-align: center;
  padding: 6px 0  7px;
}

.main-contact2 a{
  background: #3e1e76;
  color: #ffffff;
  padding: 9px 36px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.bottommaincontent-right1{
  text-align: center;
  padding: 0;
}
.bottommaincontent-right2{
  padding: 0px;
}

.text-design strong{
  color: #a90a1a;
  font-weight:700;
}
.text-design h2,h3,h4,h5,h6{
  font-size: 20px;
  text-transform: capitalize;
  color: #000000;
  line-height: 37px;
  padding: 5px 20px;
  margin: 0px 0 4px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: left;
  background: linear-gradient(45deg, #ffdb5e, #ffffff);
}
.text-design ul{
  padding: 0px 0 0;
  margin:0;
  list-style:none;
}
.text-design ul li{
  text-align: left;
  color: #4d4d4d;
  font-size: 16px;
  margin: 14px 0;
  padding: 6px 10px 6px 30px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
}
.text-design ul li:before {
  content: "";
  position: absolute;
  background: #3A0519;
  left: 0;
  height: 20px;
  top: 11px;
  border-radius: 50%;
  width: 20px;
}
.text-design ul li:after{
  content: "";
  position: absolute;
  background: #fbac29;
  left: 5px;
  height: 10px;
  top: 16px;
  border-radius: 50%;
  width: 10px;
}
/*=============== END MAIN CONTENT PAGE CSS ====================*/



/* start form inner section */

.forminner-section{
    padding:0;
    margin: 0 0 80px 0;
    position:relative;
}
.forminner-section1{
    padding: 0;
}
.forminner-section:before{
  background: #ffc600;
  content:"";
  height:50%;
  top: 130px;
  width:100%;
  position:absolute;
  left: 0;
}
.forminner-section1 .contac-rr {
    padding: 50px 20px 0;
}
/* end form inner section */










.fix{
  position: fixed;
  padding: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
.end{
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.end li a i{
  animation-name: vibe;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12,0.84,0.79,0.4);
  animation-delay: 0.2s;
}
.end li{
  display: inline;
  list-style: none;
  position: absolute;
  text-align: center;
  height: 45px;
  bottom: 15px;
  right: 0;
  width: 45px;
  background: #3d1e61;
  line-height: 49px;
}
.end .insta{
  bottom: 105px;
  right: 0;
}
.end .wh-fx {
  background: #03bd00;
  color:#fff;
  bottom: 53px;
  right: 0;
}
.end .facebook{
  background:#4267b2;
  right: 0;
  bottom: 0px;
}
.end li a{
  color:#fff;
}
.end .ph-fx{
  bottom: 107px;
  right: 0;
}
.end li:after{
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index:-99;
  content: "";
  transform: scale(1);
  border: 1px solid rgba(162, 162, 162, 0.8);
}


.end li a .bi{
  height: 1.2em;
  width: 1.2em;
}


.main-content-inner{
  padding: 50px 0;
}
.inner-page-content1{
  padding: 0 20px 0 0px;
}
.inner-page-content2{
  padding: 0px;
}




/*start media query*/

@media (max-width: 767px){
  body{text-align: center;}
  .head-section1{position:relative;background: #ffffff;}
  .head-section2{display:block;padding: 4px 0 0px 0px;}
  .head-logo1{width: 40%;}
  .head-center1{width:100%;border: 0;border-radius: 0;}
  .head-right{display:none;}
  .navbar{min-height: 0;display: block;justify-content: center;align-items: center;}
  .navbar-toggler {display: block;top: -67px;right: 0;}
  .menu{padding: 0px 0 0px;display: block;margin: 0;}
  .menu li {padding: 4px 0px;display: block;border: 000;text-align: center;margin: 2px 0px 1px;}
  .menu li a {padding: 3px 10px 4px 9px;display: block;font-size: 16px;}
  .menu li:before{display:none;}
  .navbar-collapse.in{overflow-y: visible;}
  .dropdown-menu {display: none;margin-top: 0;}
  .dropdown:hover .dropdown-menu{display: none;}
  .open>.dropdown-menu {display: block !important;}
  .dropdown-menu ul li {padding: 8px 10px 8px 10px;}
  .menu li:before{display:none;}
  .menu li:after{display:none;}
  .head-navigation{ width: 100%;}
  .menu .active a:before{display:none;}
  .menu .active a:after{display:none;}
  .carousel-control b{height: 45px;width: 34px;}
  .head-logo2:before{display:none;}
  .head-logo2 a{margin:0;/* height: 80px; */border-radius: 0;display: block;}
  .head-logo2{text-align:left;}
  .head-logo2 img{height:60px;}
  .head-logo2 .main{margin:0;}
  .carousel-control b .glyphicon{top: 14px;}
  .aboutus-heading {padding: 40px 0 0;}
  .aboutus-content {padding: 30px 15px 0px 15px;}
  .right-round-image{margin:0 auto;left:0;right:0;}
  .bannerdesign-left1 { padding: 0px 0px;}
  .banner-image1{padding: 10px 5px 10px 10px;width: 50%;}
  .banner-image2{padding: 10px 10px 10px 5px;width: 50%;}
  .bannerdesign-left2 {padding: 0px;}
  .services-right1 { padding: 0px 0px 10px 0px;}
  .list-services2{padding-left: 0px;}
   .chat-banner img{height:auto;top: 23px;}
  .life-heading strong{padding: 7px 11px;border-radius: 0;}
  .services4 strong{font-size: 25px;}
  .form-right1{padding:30px 0 0 0;}
  .form-left1{padding:0;}


  .choose-design:before{height: 155px;top: -12px;width: 155px;left: -12px;}
  .choose-design img {height: 51px;}
  .bg-image-right{top:0;}
  .testimonials-left1 {padding: 10px 0px 10px 0px;}
  .footer-right1{width:100%;}
  .footer-left1{width:100%;padding: 10px 0px 0 0px;}
  .footer-contact1{padding:0;}
  .footer-contact2 a{padding:0;}
  .testimonials-right2 {padding: 40px 20px 40px 20px;}
  .testimonials-left2 {padding: 0px 15px 0 15px;}
  .footer-map iframe{height:200px;}
  .footer-contact2{padding:20px 0;}
  .services-inner{width:50%;}
  .breadcrumb-section{padding:0;}
  .breadcrumb-section1 {padding: 30px 0 30px;}
  .services-inner .services4 strong {font-size: 20px;}
  .getin-right1{padding:30px 0 0 ;}
  .getin-left1{padding:0;}
  .head-section1 .bg-top-call-none{display:block;}
  .main-contact1{width:50%;}
  .bottommaincontent-left1 {padding: 0 0px 0 0px;}
  .maindesign-left1{padding:0;}
  .inner-page-content1{padding:0;}
  .services4 {padding: 10px 10px 30px;}
  .forminner-section1 .contac-rr {padding: 50px 0px 0;}
  .services-heading strong{font-size:30px;}
  .testimonials-right2:before{ display: none;}
  .testimonials-design1{padding:0 10px;}
  .choose-design p {padding: 0 0 0 87px;font-size: 21px;}
  .whatsapp-chat{display:none;}
  .fix{display:block;}
  .choose-content-main1 {padding: 20px 0 0 0px;}
  .form-left2 {padding: 38px 10px 50px 10px;}
  .main-design{padding:0;}
  .maindesign-center1 {padding: 10px 10px 0px;}
  .maindesign-center2 {padding: 10px 10px 10px;}

  



  




}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .head-section1{position:relative;background: #ffffff;}
  .head-section2{}
  .head-logo1{width: 40%;}
  .head-center1{width:100%;border: 0;}
  .head-right{display:none;}
  .head-navigation{width:100%;}
  .menu li {padding: 14px 15px;display: inline-block;font-size: 17px;border: 000;text-align: center;margin: 5px 0px 5px;z-index: inherit;}
  .dropdown-menu ul li{padding: 11px 14px 11px 14px;}
  .dropdown-menu>li {padding: 4px 0px 10px 0px;}
  .menu li a {font-size: 16px;}
  .aboutus-heading h1{font-size:30px;}
  .right-round-image{margin:0 auto;left:0;right:0;}
  .bannerdesign-left1 { padding: 0px 0px;}
  .banner-image1{padding:10px;}
  .banner-image2{padding: 10px;}
  .bannerdesign-left2 {padding: 0px;}
  .serices-left1 {padding: 10px 10px 10px 10px;}
  .chat-banner img{top: 13px;}
  .services-right1{padding:0;}
  .services4 strong{font-size: 25px;}
  .form-right1{padding:30px 0 0 0;}
  .form-left1{padding:0;}
  .forminner-section1 .form-left1{padding:0 0 40px;}
  .chooseus-section1{margin: 50px auto 50px;}
  .chooseus-section1 .services-heading strong{font-size: 23px;padding: 8px 0 5px;}
  .choose-design p {padding: 0 0 0 87px;font-size: 21px;}
  .testimonials-left2 .aboutus-heading strong {font-size: 36px;}
  .chooseus-section1 .services-heading {padding-left: 0px;padding-right: 0px;}
  .services-heading span{width:80%;}
  .chooseus-section1 .services-heading span{width:80%}
  .bg-image-right{top:0;}
  .testimonials-left1 {padding: 10px 0px 10px 0px;}
  .footer-right1{width:100%;}
  .footer-left1{width:100%;}
  .footer-contact1{padding:0;}
  .footer-contact2 a{padding:0;}
  .getin-right1{padding:30px 0 0 ;}
  .getin-left1{padding:0;}
  .breadcrumb-section{padding:0;}
  .breadcrumb-section1{}
  .maindesign-left1{width:100%;padding: 0;}
  .maindesign-right1{width:100%;}
  .maindesign-center1{width:100%;}
  .bottommaincontent-left1 {padding: 0 0px 0 0px;}
  .inner{width:33.333%;}
  .head-logo2 img{height:auto;}
  .head-logo2:before{display:none;}
  .services-heading strong{font-size:30px;}
  .testimonials-right2 {padding: 0px 20px 50px 40px;}
  .whatsapp-chat{display:none;}
  .center-info1{display:none;}
  .choose-content-main1 {padding: 20px 0 0 0px;}
  .chat-banner-inner a p{font-size: 22px;}
  .chat-banner-inner a strong{font-size: 30px;}
 
  
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu li a{font-size:16px;}
  .head-center1{width: 70%;}
  .head-logo1{width: 30%;}
  .menu li {padding: 29px 2px 29px 2px;}
  .head-navigation{width:65%;}
  .head-right{width:35%;}
  .head-logo2:before{width: 33%;right: -16px;}
  .aboutus-heading h1{font-size: 37px;}
  .aboutus-heading {padding: 40px 0 0;}
  .life-heading strong{padding: 9px 26px 9px;font-size: 23px;}
  .bg-image img{}
  .services4 strong{font-size: 25px;}
  .services-inner .services4 strong {font-size: 19px;padding: 4px 4px 3px;}
  .chat-banner img{position:relative;top: 0;}
  .chat-banner a strong{padding: 5px 0px 0 0px;}
  .chat-banner a p{padding: 10px 0px 0px 0;}
  .chat-banner{background: #22b335;border-radius:10px;}
  .services-heading strong{font-size: 28px;}
  .services-our1 a{font-size: 52px;font-weight: 700;margin: 0;padding: 10px 0 0;}
  .services-our1 strong{font-size: 27px;padding: 9px 1px 6px;}
  .form-heading strong{font-size:30px;}

  .choose-design:before{height: 165px;width: 165px;}
  .choose-design img {height: 51px;}
  .choose-design p{font-size: 20px;}
  .chooseus-section:before{width: 90.6%;}
  .chooseus-section1{margin: 50px auto 50px;}
  .chooseus-section1 .services-heading strong{font-size: 28px;padding: 6px 0 4px;}
  .round-image-choose{top:-130px;}
  .footer-contact2 {padding: 20px 0px;}
  .footer-contact2 a{font-size: 15px;}
  .testimonials-left2 .aboutus-heading strong{font-size:30px;}
  .testimonials-left2 {padding: 0px 20px 0 20px;}
  .getin-right2{padding: 0 10px 40px;}
  .getin-right2 li:nth-child(2) span{font-size: 16px;}
  .getin-right2 li span{ margin: 8px 0px 0 60px;}
  .about-contact a p{font-size: 23px;}
  .chat-banner-inner a p{font-size: 23px;}
  .chat-banner-inner a strong{font-size: 26px;padding: 10px 0;}
  .about-list ul li {font-size: 15px;}
  .about-list ul li:before{padding: 15px;}
  .maindesign-center2 {padding: 0px 10px 0px;}
  .maindesign-center1 {padding: 0 15px 0px;}
  


  
}
@media only screen and (min-width: 1201px) and (max-width: 1350px) {
  .testimonials-left2 .aboutus-heading strong{font-size: 25px;}
  .footer-contact2 {padding: 20px 0px;}
  .footer-contact2 a{font-size: 15px;}
  


}

@media (max-width: 575px) and (min-width: 0px) {
  .carousel-control b{border:0;height: 24px;width: 19px;padding: 4px 0px 4px 6px;}
  .head-logo1 {width: 70%;}
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
    left: 0;}
  .right b .glyphicon-chevron-right {left: -15px;}
  .carousel-control b .glyphicon {left: -12px;top: -1px;font-size: 15px;height: 0;width: 0;color: #fff;}
  .banner-image1{padding: 10px 0;width: 100%;}
  .banner-image2{padding: 0;width: 100%;}
  .services4 strong{font-size: 25px;}
  .chat-banner img{position:relative;top: 0;}
  .chat-banner a strong{padding: 5px 0px 0 0px;}
  .chat-banner a p{padding: 0;}
  .chat-banner{background: #22b335;border-radius:10px;}
  .services-heading strong{font-size: 23px;}
  .serices-left1 {padding: 10px 0px 10px 0px;}
  .aboutus-heading:before{left:30px;}
  .aboutus-heading:after{right:30px;}
  .aboutus-heading p{font-size:20px;}
  .aboutus-heading h1{font-size: 26px;}
  .life-heading strong{font-size: 20px;letter-spacing: 0;padding: 10px 11px;}
  .banner-design strong{font-size: 31px;}
  .services-our1 a{font-size: 40px;font-weight: 700;margin: 0;padding: 10px 0 0;}
  .services-our1 strong{font-size: 18px;padding: 9px 1px 6px;}
  .form-heading strong{font-size: 20px;}
  .contac-rr {padding: 20px 0px 0;}
  .form-heading p{font-size: 15px;}
  .choose-services1{width:50%;}
  .choose-services1:nth-child(5){width:100%;}
  .chooseus-section1 .services-heading span{width:100%;font-size: 17px;}
  .chooseus-section1 .services-heading span:before{left: 30px;}
  .chooseus-section1 .services-heading span:after{right: 30px;}
  .chooseus-section1 .services-heading strong {font-size: 17px;}
  .chooseus-section1{margin: 60px auto 60px;}
  .footer-contact1{width:100%;}
  .footer-contact2 a{font-size: 15px;}
  .services-inner{width:100%;padding: 10px 0 80px 0px;}
  .text-design h2, h3, h4, h5, h6 {line-height: 26px;padding: 5px 10px;font-size: 16px;}
   .breadcrumb-section1 h1{font-size: 25px;}
  .getin-right2 strong{letter-spacing:0;font-size:30px;padding: 5px 20px 9px 20px;}
  .getin-right2 li:nth-child(1) span{font-size: 22px;}
  .bg-top-call-none{font-size: 36px;}
  .main-contact1{width:100%;padding: 10px 0;}
  .bottommaincontent-right1{padding:0;}
  .testimonials-left2 .aboutus-heading strong {font-size: 22px;}
  .testimonials-right2 {padding: 30px 20px 30px 20px;}
  .testimonials-right2:before{display:none;}
  .choose-design{display:block;}
  .choose-design img{position:relative;margin: 0 auto;left: 0;right: 0;}
  .choose-design p {padding: 0;font-size: 21px;}
  .about-contact a i{font-size: 35px;}
  .about-contact a strong {font-size: 21px;letter-spacing: 0;}
  .about-contact{border-radius:0;padding: 20px 0;}
  .chat-banner-inner a strong{font-size:30px;}
  .chat-banner-inner a p {font-size: 16px;}

 

  
  
}

@media (max-width: 420px) and (min-width: 0px) { 
  .head-logo1 {width: 60%;}
  .head-logo2 img{height:auto;}
  .navbar-toggler {top: -53px;height: 40px;width: 40px;right: 0;}
  .navbar-toggler img{height: 19px;margin: -10px 0 0 0;}
  .head-logo2 a{height: 60px;width:130px;border-radius:0;}
  .services-our1 a{font-size: 35px;font-weight: 700;margin: 0;padding: 10px 0 0;}
  .choose-services1{width:100%;}
  .choose-services1:nth-child(4){width:100%;}
  .chooseus-section1 .services-heading span:before{left: 20px;}
  .chooseus-section1 .services-heading span:after{right: 20px;}
  .chooseus-section1 .services-heading span{width:100%;font-size: 16px;}
  .getin-right2 li span{margin: 0 0 0 48px;font-size: 15px;font-weight: 600;}
  .getin-right2 {padding: 0 10px 60px;}
  .getin-right2 ul li i img{height: 44px;}
  .getin-right2 strong{letter-spacing:0;font-size: 24px;}
  .testimonials-right2 {padding: 30px 20px 30px 20px;}
  .testimonials-design1 {padding: 0px 0px 0px 0px;}
  

}     






