@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');




body{
  margin:0;
  padding:0;
  color: #3e3e3e;
  font-family: 'Quicksand', sans-serif;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color: #dbdbdb;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 92%;
}
a{
  color: #000000;
  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;
}
p{
  margin:0;
}


/* START HEADER SECTION  */


/* start top head section  */

.tophead-section{
  background:url(images/shape.png) no-repeat;
  background-size: cover;
}


.tophead{
  padding: 20px 0 20px;
  justify-content: center;
  align-items: center;
}
.tophead-left1{
  padding: 0px;
}

.tophead-left2 a{
  font-size: 15px;
  color: #545454;
  font-weight: 600;
  display: inline-block;
}
.tophead-left2 a .bi{
  color: #e54718;
  margin: 0 8px 0 0px;
}
.tophead-left2 span{
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  padding: 0 0 0 12px;
}



.tophead-right1{
  padding: 0px;
  text-align: right;
}

.tophead-right2 ul li{
  display: inline-block;
  list-style: none;
  padding: 0 6px;
}
.tophead-right2 ul li a{

}
.tophead-right2 ul li a .bi{height: 1.0rem;width: 1.0rem;color: #e54718;}
.tophead-right2 li:last-child a{font-size: 18px;color: #5a5a5a;font-weight: 700;}

/* end top head section  */


/* start head section */

.design-head{
  background: #fff;
  /* box-shadow: 3px 3px 8px 2px #00000017; */
  justify-content: center;
  align-items: center;
}
.head-left1{
}
.head-left1 img{
  height: 140px;
}

.navbar{
  padding:0;
}
.navbar-collapse{
  justify-content:center;
}
.navbar-collapse .navbar-nav{
  display: block;
  text-align: center;
  margin: 0 auto 0;
}
.navbar-collapse .navbar-nav li{
  display:inline-block;
  padding: 0px 20px;
  color: #fff;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
}
.navbar-collapse .navbar-nav li a{
  color: #898989;
  display: inline-block;
  padding: 0px 13px 1px;
  transition: 0.5s ease-in;
}

.navbar-toggler{
  width: 47px;
  height: 47px;
  border: 0;
  display: inline-block;
  padding-top: 0px;
  line-height: 2px;
  margin: 0px;
  margin-left: 0;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 70%;
  right: 0;
  position: absolute;
  top: -51px;
}

.toggle-design{
  height: 3px;
  width: 77%;
  background: rgb(46 43 119);
  display: inline-block;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}
.navbar-toggler:focus{box-shadow:none;}

.navbar-nav li:hover a{
  color: #e54718;
}
.navbar-nav li a.active {
  color: #e54718;
}
.head-right1 a{
  background: #2f2b7e;
  box-shadow: -1px -1px 7px 0px #bbbbbb80;
  padding: 10px 19px;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
}


/* end head section  */

/* start slider section  */


.header-slider{
  background: url(images/header.webp) no-repeat;
  background-size: cover;
  position: relative;
}
.header-slider img{
}

.text-design{
  padding: 20px 0 50px;
}
.header-left{
  padding: 100px 0 0 100px;
}
.header-left span{
  color: #e54718;
  font-weight: 800;
  font-size: 19px;
}
.header-left strong{
  font-family: 'Teko', sans-serif;
  display: block;
  font-size: 63px;
  color: #000000;
  text-transform: capitalize;
  margin: 5px 0 7px;
  font-weight: 500;
}
.header-left p{
  color: #747474;
  font-size: 16px;
  line-height: 31px;
  margin: 0px 0 34px;
  font-weight:500;
}
.header-left a{
  background: #2f2b7e;
  padding: 16px 43px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0px 14px 33px rgb(141 198 58 / 21%);
  text-transform: capitalize;
  border-radius: 50px;
}

.header-right1 img{
  border-radius: 0 0 176px 0;
}
.header-right1{
  position:relative;
  z-index:9;
}
.header-right1:before{
  content:"";
  position:absolute;
  height:340px;
  width:340px;
  background: #2f2b7e;
  z-index:-9;
  top: -18px;
  left: 124px;
  height: 340px;
}

.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.slide-btn b{
  display: inline-block;
  height: 48px;
  width: 35px;
  background: #00000030;
  margin: 0 0  0;
}
.slide-btn b span{
  margin: 11px 0px 0 -5px;
  height: 26px;
  filter: brightness(1) invert(1);
}

.carousel-control-next{
  justify-content: right;
  right: 0px;
  z-index: 9;
}
.carousel-control-prev{
  justify-content: start;
}
.carousel-control-next b span{
  margin-left: 0;
  margin-right: 2px;
}
.carousel-control-next, .carousel-control-prev{
  z-index: 9;
}
/* end slider section  */

/* END HEADER SECTION  */


/* start about us section  */


.aboutus-left2{
  position: relative;
  margin: 70px 0 0;
  font-family: 'Rubik', sans-serif;
}
.image-about{
  position: relative;
}
.image-about strong{
  display: block;
  width: 70%;
  padding: 6px 10px;
  text-align: center;
  font-size: 23px;
  text-transform: capitalize;
  background: linear-gradient(69deg, #03713e 21%, #8dc63c 74%);
  color: #fff;
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  z-index: 9999;
}
.image-about img{
  border-radius: 0 100px 0 0;
}

.image-about1{
  margin: -30px 0 0;
  z-index: 99;
  position: relative;
}
.image-about1 img{
  border: 16px solid #fff;
  margin: 0 0 0 auto;
  display: block;
}
.image-about1 strong{
  display: block;
  width: 40%;
  background: linear-gradient(69deg, #03713e 21%, #8dc63c 74%);
  position: absolute;
  top: 24%;
  left: 60px;
  color: #fff;
  padding: 7px 10px;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}
.image-about1 svg {
  fill: currentColor;
  height: auto;
  max-width: 61vmin;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  width: 45%;
  margin-top: -59%;
  margin-left: -33px;
  border-radius: 50%;
  animation: animete_circle_txt 10s linear infinite;
  }

@keyframes animete_circle_txt {
    100% {
        transform: rotate(360deg);
    }
}
.image-about1 span{
  display: block;
  position: absolute;
  color: #e54718;
  font-size: 40px;
  font-weight: 600;
  top: 43%;
  width: 100%;
  left: 18px;
}

.aboutus-right2{
}
.aboutus-heading span{
  font-size: 18px;
  background: #2f2b7e;
  padding: 3px 19px 3px;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
}
.aboutus-heading p{
  color: #7d7d7d;
  font-family: 'Rubik',sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
}
.aboutus-heading h1{
  display: block;
  font-family: 'Rubik',sans-serif;
  font-size: 53px;
  color: #2e2e2e;
  margin: 13px  0 0;
  text-transform: capitalize;
  font-weight: 500;
}
.aboutus-heading h1 a{
  color: #000000;
}
.about-content p{
  color: #262626;
  line-height: 30px;
  font-size: 16px;
}
.about-content p strong{
  font-weight: 700;
}
.about-content ul {
  padding: 20px 0 0 0;
  margin: 0;
  list-style: none;
}
.about-content ul li{
  padding: 6px 0 7px 27px;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
}
.about-content ul li:before{
  content: "";
  position: absolute;
  height: 10px;
  top: 13px;
  left: 0;
  border-radius: 50%;
  width: 10px;
  border: 2px solid #e54718;
  background: #ffffff;
}

.read-about a{
  background: #2f2b7e;
  padding: 12px 37px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0px 14px 33px rgb(141 198 58 / 21%);
  text-transform: capitalize;
  border-radius: 50px;
}

 /* end about us section */


/* start our services section  */

.heading-services strong{
  font-family: 'Teko', sans-serif;
  display: block;
  padding: 0px 0 0px 0;
  font-size: 63px;
  color: #000000;
  text-transform: capitalize;
  margin: 0;
  font-weight: 500;
}
.heading-services p{
  color: #747474;
  font-size: 16px;
  line-height: 31px;
  margin: -17px 0 0px;
  text-transform: uppercase;
  font-weight: 600;
}
.heading-services span{
  display: block;
}
.heading-services span img{
  height: 55px;
}

.ourservices1{
  padding: 15px;
}
.ourservices2{
}
.ourservices3{
}
.ourservices4{
  padding: 0px 20px;
  z-index: 99;
  position: relative;
}
.ourservices_4{
  padding: 20px 20px 20px 20px;
  background: #fff;
  margin: -20px 0 0;
  border: 1px solid #eee;
}
.ourservices_4 p{
  color: #444;
  font-size: 15px;
  font-weight: 500;
  line-height: 31px;
}

.ourservices_4 strong{
  font-size: 24px;
  text-transform: capitalize;
  color: #1a1a1a;
  display: inline-block;
  font-weight: 600;
  font-family: 'Rubik',sans-serif;
  padding: 5px 0px;
}
.ourservices_4 a{
  padding: 11px 25px;
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  color: #2f2b7e;
  text-transform: capitalize;
  border-radius: 50px;
}
/* end our services section  */

/* start mark section  */

.mark-section1{
  background: #2f2b7e;
  padding: 40px 50px 30px;
  position: relative;
  color: #fff;
}
.mark-section1 strong{
  font-weight: 400;
  font-family: 'Rubik',sans-serif;
  font-size: 20px;
  text-transform: capitalize;
  color: #ffffff;
}
.mark-section1 p{
  font-family: 'Teko', sans-serif;
  font-size: 64px;
  text-decoration: underline;
}
.mark-section1 a{
  display: block;
  color: #fff;
  font-family: 'Teko', sans-serif;
  font-size: 70px;
  letter-spacing: 1px;
  font-weight: 400;
}
.mark-section1 .shape-1{
  position: absolute;
  left: 50px;
  top: 0px;
}
.mark-section1 .shape-2{
  position: absolute;
  right: 110px;
  bottom: 0;
}
/* end mark section  */


/* start why choose us section  */

.whychoose{
  background: #fafafa;
  padding: 80px 0;
  margin: 130px 0 0;
}
.image-chooseus1{
  padding: 0;
}
.image-chooseus2{
  z-index: 9;
  position:relative;
  padding: 0px 0px 0 0;
}

.image-chooseus2 img{
  display: block;
  margin: 0 0 0 auto;
  border: 1px solid #2f2b7e;
}

.text-chooseus1{
  padding: 0px 20px 0 0px;
}
.text-chooseus2{
}

.choose-heading strong{
  font-family: 'Teko', sans-serif;
  color: #000000;
  font-size: 59px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
}
.choose-heading p{
    font-size: 18px;
    background: #2f2b7e;
    padding: 3px 19px 3px;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
}
.choose-heading{
  position: relative;
}
.choose-content{
  padding: 7px 0 0 0;
}
.choose-content p{
  color: #323232;
  font-size: 15px;
  line-height: 31px;
  font-family: 'Quicksand', sans-serif;
  padding: 0px 0 0;
  font-weight: 500;
  text-align: justify;
}
.choose-content p strong{
  font-weight: 700;
}
.list-choose{
  display: flex;
  text-align: left;
  background: #fff;
  margin: 20px 0 0;
  padding: 17px 0 17px 0px;
  border-left: 5px solid #2f2b7e;
}
.choose-content ul{
  padding: 0px 0 0 0;
  margin: 0;
  list-style: none;
}
.choose-content ul li{
  display: block;
  font-size: 15px;
  position:relative;
  font-weight: 500;
  text-transform: capitalize;
  padding: 11px 10px 11px 28px;
}
.choose-content ul li:before{
  content: "";
  height: 7px;
  width: 7px;
  background: #e54718;
  position:absolute;
  border-radius: 0px;
  left: 10px;
  top: 15px;
}
/* end why choose us section */

/* start other services section  */

.other-services1{
  padding: 10px;
}
.other-services2{
  position: relative;
}
.other-services2 img{
  width:100%;
}
.other-services2 p{border-left: 4px solid #e54718;background: #fff;box-shadow: 0 0 9px #cacaca;padding: 12px 11px 12px 17px;text-transform: capitalize;font-size: 20px;font-family: 'Rubik',sans-serif;font-weight: 600;text-align: left;}



/* end other services section  */







/* start testimonials section  */

.testimonials-design1{
  padding: 10px;
}
.testimonials-design2{
  padding: 30px;
  border: 1px solid #2f2b7e;
  position:relative;
}
.testimonials-design2:before{
  content:"";
  position:absolute;
  height: 24%;
  background: #2f2b7e;
  width: 15px;
  top: 0;
  right: 15px;
  clip-path: polygon(100% 0%,100% 100%,100% 100%,0% 80%,0% 0%,0% 0%);
}
.testimonials-design2:after{
  content:"";
  position:absolute;
  height: 15%;
  background: #2f2b7e;
  width: 11px;
  top: 0;
  right: 36px;
  clip-path: polygon(100% 0%,100% 100%,100% 100%,0% 80%,0% 0%,0% 0%);
}
.testimonials-design3{
  display: flex;
  justify-content: center;
  padding-bottom: 31px;
  align-items: center;
  border-bottom: 1px solid #29256d;
}
.left-testi{
  width: 30%;
}
.left-testi img{
  border-radius:50%;
  height: 70px;
}
.right-testi{
  width: 70%;
  position: relative;
  padding: 0 0 0 0px;
}
.right-testi strong{
  color: #222;
  font-size: 21px;
  font-weight: 500;
  font-family: 'Rubik',sans-serif;
  display: block;
  text-transform: capitalize;
}
.right-testi p{
  color: #e54718;
  text-transform: capitalize;
  font-weight: 700;
  margin: -4px 0 0;
  font-size: 18px;
}

.testimonials-design4 p{
  color: #5e5e5e;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 0 0;
  line-height: 32px;
}

/* end testimonials section  */


/* start gallery section  */


.gallery-section{
}

.gallery-1{
  padding: 10px;
}
.gallery-2{
}
.gallery-2 img{
  border-radius: 25px;
}
.gallery-2 .image-add{
  margin-top: 15px;
}

/* end gallery section  */

/* start footer section */

.footer-section{
  background: #161616;
  padding: 80px 0 50px;
}

.footer-1{
  padding: 10px;
}
.footer-2{
}
.footer-heading strong{
  font-size: 26px;
  font-family: 'Rubik',sans-serif;
  color: #fff;
  display: block;
  font-weight: 500;
  padding: 0px 0px 0px 14px;
  position:relative;
  text-transform: capitalize;
}
.footer-heading strong:before{
  border-radius:20px;
  background: #e54a1b;
  height:100%;
  top: 0;
  width: 1.8%;
  content:"";
  left: 0;
  position:absolute;
}
.footer-list{
  padding: 10px 0 0 0;
}
.footer-list li{
  list-style: none;
  padding: 13px 0;
  font-size: 16px;
}
.footer-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-list li a span{
  text-transform: capitalize;
  font-size: 15px;
  color: #fff;
  width: 15%;
}
.footer-list li a span .bi{color: #fff;height: 1.5rem;width: 1.5rem;}
.footer-list li a p{
  width: 85%;
}
.footer-list li a p strong{
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
}
.footer-list li a p i{
  display: block;
  font-size: 16px;
  line-height: 27px;
  padding: 4px 0 0;
  font-weight: 400;
  font-style: normal;
  color: #dbdbdb;
}

.footer-link{
  
padding: 20px 0 0;
}
.footer-link ul li{
  list-style: none;
  font-size: 15px;
  padding: 7px 0 7px 20px;
  text-transform: capitalize;
  color: #ffffff;
  position: relative;
}
.footer-link ul li:before{
  content: "";
  height: 6px;
  width: 6px;
  background: #b8b8b8;
  position:absolute;
  border-radius: 0px;
  left: 0px;
  top: 14px;
}
.footer-link ul li a{
  color:  #dbdbdb;
}
.footer-text{

padding: 14px 0 0 0;
}
.footer-text p{
  color:#dbdbdb;
  font-size: 15px;
  line-height: 30px;
}
.footer-text a{
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
  padding: 4px 0 0;
}

.copy-right p {
  color: #fff;
  font-weight: 400;
  border-top: 1px solid #d5d5d5;
  font-size: 14px;
  display: block;
  padding: 30px 0 0;
}
/* end footer section  */

/* start bread crumb section  */

.breadcrumb{
  background: url(images/bread-crumb.webp) no-repeat;
  background-size: cover;
  padding: 60px 0 0px;
  position: relative;
  background-position: center;
  z-index: 9;
  margin: 9px 0 0 0;
}
.breadcrumb:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #2e2a76;
  content: '';
  opacity: 0.7;
}
.breadcrumb-left2 h1{
  color: #ffffff;
  font-size: 57px;
  font-weight: 400;
  font-family: 'Teko', sans-serif;
  text-transform: uppercase;
  display: block;
}
.breadcrumb-left2 h1 a{
  color: #ffffff;
}
.breadcrumb-left2 p{
  font-size: 19px;
  padding: 0px 0 10px;
  color: #d2d2d2;
  text-transform: capitalize;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 400;
}
.breadcrumb-left2 span{
  background: #fff;
  display: inline-block;
  padding: 13px 33px;
  text-transform: uppercase;
  margin: 0px 0 0;
  font-size: 17px;
  color: #000;
  float: right;
  font-weight: 600;
}
.breadcrumb-left2 span .home{
  color: #e54718;
}

/* end bread crumb section  */


/* ====================================================================
               START GET IN TOUCH PAGE CSS
=======================================================================  */

.contact-details1{
  padding: 10px;
}
.contact-details2{
}
.contact-details2 p{
  box-shadow: 0 0 13px 0px #c4c4c447;
  background: #fff;
  padding: 50px 45px;
  display: block;
}
.contact-details2 p a{
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #222 !important;
}
.contact-details2 p a:nth-child(2){
  padding: 4px 0 0;
}
.contact-details2 p span{
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  padding: 14px 0 0;
}
.contact-details2 p span .bi{
  color: #e54a1b;
  height: 1.3rem;
  width: 1.3rem;
  margin: 0px 3px -3px 4px;
}
.getin-left1{padding-left: 50px;}
.getin-left2{
  padding: 50px 40px 40px;
  border: 1px solid #eee;
  background: #fff;
}
.contac-rr {
  padding-bottom: 20px;
  margin: 0;
  text-align: left;
}
.form-group1 {
   padding: 7px;
   text-align: center;
   margin: 2px 0px 9px;
   position: relative;
}
.form-group1 label{
  text-align: left;
  font-weight: 600;
  display: block;
  padding: 0 0 4px 0;
  font-size: 14px;
  text-transform: capitalize;
}
input.form-control1 {
   color: #252525;
}

.form-control1 {
  height: 50px;
  background-color: white;
  border-radius: 0px;
  border: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #cfcfcf;
  padding: 14px 14px 14px 14px;
  font-size: 15px;
  font-weight: 500;
}
textarea.form-control1 {
  height: 83px;
}

.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 16px 0 0px 0;
  display: inline-block;
  margin: 0;
  text-align: left;
}
.btn-group>.btn{
  background: #2f2b7e;
  padding: 16px 38px 16px;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  border:0;
  border-radius: 0px;
  transition: 0.8s all ease-in-out;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #303030;
  font-size:15px;
  font-weight:400;
}
: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;
}

.getin-right1{
  padding: 0;
}
.getin-right2{
  background: #2f2b7e;
  padding: 70px 30px 40px 30px;
}
.heading-conntact p{
  color: #ffffff;
  font-size: 43px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  position:relative;
}

.heading-conntact span{
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0px 0 -4px;
  color: #ffd7a1;
  font-weight: 500;
}
.getin-details p{
  font-size: 15px;
  color: #ffffff;
  line-height: 30px;
  margin: 0 0 5px;
}
.heading-form span{
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0px 0 -4px;
  color: #e54718;
  font-weight: 600;
}
.heading-form p{
  color: #000000;
  font-size: 43px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  position:relative;
}

.getin-details ul li{
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 16px 0;
  position: relative;
}
.getin-details ul li span{
  display: inline-block;
  color: #ffd19b;
  text-transform: uppercase;
  padding: 0  9px 0 0;
}
.getin-details ul li strong{
  color: #fff;
  font-weight: 500;
  display: inline-block;
}
.getintouch{
  background: #fafafa;
}


/* ====================================================================
               END GET IN TOUCH PAGE CSS
=======================================================================  */


/* ====================================================================
               START OUR SERVICES PAGE CSS
=======================================================================  */

.services-inner-design{
  justify-content: center;
  align-items: center;
  padding: 30px 0 30px;
}
.services-inner-design-1{
  justify-content: center;
  align-items: center;
  padding: 30px 0 30px;
}
.left-services1{
  padding: 0;
}

.left-services1 img{
  border: 1px solid #d0d0d0;
}



.right-services1{
  padding: 0 0 0 30px;
}
.services-inner-design-1 .right-services1{
  padding: 0 30px 0 0px;
}
.right-services1 p{
  padding: 10px 0 0;
  line-height: 30px;
  font-weight: 500;
  color: #000;
}
.right-services1 strong{
  font-family: 'Teko', sans-serif;
  display: block;
  font-size: 50px;
  color: #2e2b77;
  text-transform: capitalize;
  font-weight: 500;
}
.right-services1 ul {
  padding: 20px 0 0 0;
  margin: 0;
  list-style: none;
}
.right-services1 ul li{
  padding: 6px 0 7px 27px;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
}
.right-services1 ul li:before{
  content: "";
  position: absolute;
  height: 10px;
  top: 13px;
  left: 0;
  border-radius: 50%;
  width: 10px;
  border: 2px solid #e54718;
  background: #ffffff;
}


/* ====================================================================
               END OUR SERVICES PAGE CSS
=======================================================================  */


/*======================================================================
                 START ABOUT US PAGE CSS 
========================================================================*/


.main-content h2,h3,h4,h5,h6{
  display: inline-block;
  font-family: 'Rubik',sans-serif;
  font-size: 25px;
  padding: 15px 0 0px 0;
  color: #000000;
  position:relative;
  margin: 21px 0 20px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 34px;
}
.main-content h2:after{
  background: #e94310;
  content:"";
  position:absolute;
  height: 9%;
  width: 170px;
  left: 0;
  top: 0px;
}
.main-content h3:after{
  background: #e94310;
  content:"";
  position:absolute;
  height: 9%;
  width: 170px;
  left: 0;
  top: 0px;
}
.main-content h4:after{
  background: #e94310;
  content:"";
  position:absolute;
  height: 6%;
  width: 170px;
  left: 0;
  top: 0px;
}
.main-content h5:after{
  background: #e94310;
  content:"";
  position:absolute;
  height: 9%;
  width: 170px;
  left: 0;
  top: 0px;
}
.main-content h6:after{
  background: #e94310;
  content:"";
  position:absolute;
  height: 9%;
  width: 170px;
  left: 0;
  top: 0px;
}
.main-content p{
  color: #545454;
  padding: 8px 0 0;
  line-height: 31px;
  font-size: 15px;
  font-weight: 500;
}
.main-content p strong{
  font-weight: 800;
}
.main-content b{
  color: #e94310;
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin: 10px 0 0;
  text-transform: capitalize;
}
.main-content ul {
  padding: 20px 0 0 0;
  margin: 0;
  list-style: none;
}
.main-content ul li{
  padding: 6px 0 7px 27px;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
}
.main-content ul li:before{
  content: "";
  position: absolute;
  height: 10px;
  top: 13px;
  left: 0;
  border-radius: 50%;
  width: 10px;
  border: 2px solid #e54718;
  background: #ffffff;
}
.main-content span{
  color: #ffffff;
  font-size: 15px;
  border-radius: 40px;
  background: #2e2b77;
  font-weight:700;
  padding: 7px 22px;
  text-transform:uppercase;
  display: inline-block;
}
.about-left1{
  padding: 30px 10px 40px;
}
.about-left2{
  padding: 42px 30px 31px 30px;
  background: #fff;
  box-shadow: 0 0 11px 0px #e0e0e0;
  border-radius: 30px;
}


.about-right1{
 padding: 30px 10px 40px;
}
.about-right2{
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 11px 0px #e0e0e0;
  border-radius: 30px;
}





.general-content{
  margin: 30px 0 0;
  padding: 40px;
  box-shadow: 0 0 12px #cacaca9e;
  border-radius: 30px;
}
.general-content p{
    color: #545454;
    padding: 18px 0 0;
    line-height: 31px;
    font-size: 15px;
    font-weight: 500;
}
.general-content p strong{
   font-weight:700;
}
.general-content i{color: #e94310;display: block;font-size: 18px;font-style: normal;font-weight: 600;margin: -4px 0 0 0;}
.general-content b{font-family: 'Rubik',sans-serif;font-weight: 600;font-size: 30px;color: #000;text-transform: capitalize;}


/*======================================================================
                 END  ABOUT US PAGE CSS 
========================================================================*/










#callbook {
  bottom: 0;
  height: 65px;
  left: 0;
  background: #2f2b7e;
  display: none;
  position: fixed;
  right: 0;
  z-index: 999999;
}
#callbook ul{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0 0px 0;
  margin: 0;
}
#callbook ul li{
  width: 33%;
  list-style: none;
  padding: 0px 0 0px 0;
}
#callbook ul li a{
  position: relative;
  display: block;
}
#callbook li a span{
  height: 50px;
  width: 50px;
  display: inline-block;
  line-height: 56px;
  background: #f50000;
  border-radius: 50%;
  margin: 0 auto;
}

#callbook li:nth-child(1) a span{
  background: #ffffff3d;
}
#callbook li:nth-child(3) a span{
  background: #ffffff3d;
}
#callbook ul li a .bi{
  margin: 0px 0 0 0;
  height: 1.3rem;
  width: 1.3rem;
}

#callbook ul li:nth-child(1) a{
  color:#ffffff;
}
#callbook ul li:nth-child(2) a{
  color:#ffffff;
}
#callbook ul li:nth-child(3) a{
  color:#ffffff;
}












@media (max-width: 767px){
  body{text-align: center;}
  .tophead-left2 span{display:none;}
  .text-design .row{flex-flow: column-reverse;}
  .tophead-right2{text-align:center !important;}
  .tophead {padding: 9px 0 0px;}
  .tophead-right2 li:last-child a{font-size: 27px;}
  .head-right1{display:none;}
  .tophead-right2 ul li{display:none;}
  .tophead-right2 li:last-child{display:block;}
  .header-right1{text-align:center !important;padding: 0px 0 0px 0;margin: 0px 0 0;}
  .header-right1:before{display: none;}
  .header-right1 img{border-radius: 0 0 186px 0;}
  .header-left {padding: 40px 30px 0 30px;}
  .header-left strong{font-size: 50px;}
  .header-left p{margin: 0px 0 4px;}
  .header-left a{padding: 9px 23px;}
  .text-design {padding: 0px 0 50px;}
  .navbar-collapse .navbar-nav li{display:block;padding: 6px 0;}
  .navbar-collapse .navbar-nav{padding:20px 0 0 0;}
  .aboutus-left2{text-align:center;margin: 0;}
  .image-about1 svg{margin-left: -43%;width: 33%;margin-top: -49%;}
  .image-about1 span{top: 45%;left: -109px;}
  .aboutus-right1{padding:0 25px;}
  .ourservices4 {padding: 0px 15px;}
  .ourservices_4 {padding: 16px 13px 15px 13px;}
  .ourservices_4 strong{font-size: 20px;}
  .ourservices1 {padding: 20px 10px;}
  .mark-section1 p{font-size: 44px;}
  .mark-section1 img{opacity:0.2}
  .image-chooseus2 img{margin:30px auto 0;}
  .mark-section1 {padding: 40px 30px 30px;}
  .mark-section1 .shape-2 {right: 0px;}
  .testimonials-design2 {padding: 20px 14px;}
  .testimonials-design2:before{width: 16px;right: 10px;opacity: 0.2;}
  .testimonials-design2:after{width: 11px;right: 29px;opacity: 0.2;}
  .left-testi img{height:auto;margin: 0 auto;display: block;}
  .right-testi strong{font-size:18px;}
  .right-testi{padding:0 0px 0 10px;}
  .text-chooseus1 {padding: 0px 20px 0 20px;}
  .image-chooseus1{padding:0 20px;}
  .other-services1{padding: 10px;}
  .choose-heading strong{font-size:50px;}
  .head-left1 img{height:100px;}
  .design-head{padding:0 0 20px;}
  .other-services2 p{padding: 11px 11px 11px 11px;font-size: 18px;}
  .gallery-section{margin:0 !important;}
  .testiomonials-section{padding-top:0 !important;}
  #callbook{display:block;}
  .footer-section{padding-bottom: 99px;}
  .getin-left1 {padding:30px 0px;}
  .left-services1 img{margin: 0 auto 20px;display:block;}
  .right-services1 {padding: 10px 0 0 0px;}
  .services-inner-design-1{flex-flow: column-reverse;padding: 20px;}
  .services-inner-design{padding: 20px;}
  .about-right1 {padding: 0px 10px 20px;}
  .about-left1 { padding: 30px 10px 30px;}
  .about-left2 {padding: 30px 15px 30px 15px;}
  .gallery-1 { padding: 5px;}


}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tophead-left2 span{display:none;}
  .head-right1{display:none;}
  .design-head{display:block;}
  .navbar-collapse .navbar-nav li{display:block;padding: 8px 0px;}
  .header-right1 img{border-radius: 0 0 186px 0;}
  .head-right1 a{font-size: 16px;padding: 8px 15px;}
  .header-left {padding: 30px 10px 0 70px;}
  .header-left strong{font-size: 52px;}
  .header-right1:before{top: -12px;left:0px;right:0;margin:0 auto;width: 250px;height: 250px;}
  .header-right1{text-align:center !important;padding: 0 20px 0 10px;}
  .aboutus-left2{text-align:center;}
  .image-about1 svg{margin-left: -19%;width: 33%;margin-top: -39%;}
  .image-about1 span{top: 46%;left: -65px;}
  .mark-section1 p{font-size: 55px;}
  .mark-section1 img{opacity:0.2}
  .image-chooseus2 img{margin:30px auto 0;}
  .header-left p{margin:0 0 20px;}
  .gallery-1 {padding: 5px;}
  .gallery-2 .image-add {margin-top: 10px;}
  .footer-heading strong:before{width:1.6%}
  .contact-details1:nth-child(3){width:100%;}
  .heading-conntact p {font-size: 33px;}
  .getin-left1 {padding-left: 30px;}
  .heading-form p{font-size:33px;}
  .getin-left2 {padding: 40px 26px 40px;}
  .getin-right2 {padding: 50px 30px 50px 30px;}
   .head-left1 img {height: 100px;}
  .left-services1 img{margin: 0 auto 20px;display:block;}
  .right-services1 {padding: 10px 0 0 0px;}
  .services-inner-design-1{flex-flow: column-reverse;}
  .about-right1 {padding: 0px 10px 20px;}
  .about-left1 { padding: 30px 10px 30px;}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-left strong{/* font-size: 54px; */line-height: 90px;}
  .header-right1 img{border-radius: 0 0 186px 0;}
  .head-right1 a{font-size: 16px;padding: 8px 15px;}
  .header-left {padding: 100px 0 0 70px;}
  .header-right1:before{top:-30px;left:0px;right:0;margin:0 auto;}
  .header-right1{text-align:center !important;}
  .image-about1 svg{margin: auto;text-align: center;width: 48%;}
  .image-about1 span{bottom: 61px;top: auto;left: 0;}
  .image-about1{text-align:center;margin: -90px 0 0;}
  .ourservices4 {padding: 0px 15px;}
  .ourservices_4 {padding: 20px 15px 20px 15px;}
  .ourservices_4 strong{font-size: 21px;}
  .testimonials-design2 {padding: 30px 20px;}
  .left-testi img{height:60px;}
  .right-testi strong{font-size:19px;}
  .left-testi{width:28%;}
  .right-testi{width:72%;}
  .other-services2 p{font-size: 18px;}
  .image-chooseus1{padding:0 0px 0 30px;}
  .aboutus-left2{margin:0;}
  .navbar-collapse .navbar-nav li {padding: 0px 15px;}
  .contact-details2 p {padding: 50px 15px;}
  .contact-details1:nth-child(1){width: 26%;}
  .contact-details1:nth-child(2){width:40%;}
  
  
  
  




}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  .header-left strong{font-size:55px;}
  .header-right1 img{border-radius: 0 0 186px 0;}
  .header-right1:before{top:-30px;left:0px;right:0;margin:0 auto;}
  .header-right1{text-align:center !important;}


}

@media (max-width: 575px) and (min-width: 0px) {
  .design-head{padding:15px;}
  .navbar-toggler{}
  .toggle-design{}
  .header-left span{font-size: 16px;}
  .header-left p{font-size: 14px;line-height: 26px;}
  .header-left {padding: 40px 20px 0 20px;}
  .aboutus-heading h1{font-size: 42px;}
  .image-about1 span{font-size: 26px;top: 39%;left: -29%;}
  .image-about1 svg{margin-left: -58%;margin-top: -49%;width: 33%;}
  .image-about1 img{height: 200px;border: 6px solid #fff;border-right: 0;}
  .ourservices3 img{width:100%;}
  .ourservices1{padding:20px;}
  .heading-services strong{font-size:50px;}
  .heading-services p{text-transform:capitalize;}
  .choose-heading strong{font-size: 43px;}
  .mark-section1 a{font-size: 50px;letter-spacing: 0;}
  .gallery-1{padding: 10px 15px;}
  .footer-1{padding:15px;}
  .footer-heading strong:before{width:1.5%}
  .otherservices .row{padding:0 15px;}
  .mark-section1 {padding: 40px 15px 30px;}
  .testiomonials-section{padding-left: 13px;padding-right: 12px;}
  .contact-details1{padding:15px 20px;}
  .getin-left1{padding:30px 15px;}
  .getin-left2 {padding: 50px 30px 40px;}
   .heading-form p{font-size: 35px;}
  .contact-details2 p {padding: 50px 25px;}
  .breadcrumb-left2 p{letter-spacing:0px;font-size: 16px;}
  .breadcrumb-left2 span{padding: 10px 18px;font-size: 14px;}
  .right-services1 strong{font-size: 32px;}
  .main-content h2, h3, h4, h5, h6{font-size: 20px;line-height: 32px;}
  .about-right2 { padding:20px 15px;}
  .main_contentdesign{padding-left: 11px;padding-right: 11px;}
  .general-content {padding: 20px;}
  .general-content b{font-size: 26px;}
  

  


  
  
} 

@media (max-width: 420px) and (min-width: 0px) {
  .header-left strong{font-size: 41px;}
  .image-about1 span{font-size:20px;left: -31%;}
  .aboutus-heading h1{font-size:30px;}
  .image-about1 svg{margin-left: -63%;margin-top: -73%;}
  .choose-heading strong{font-size:32px;}
  .gallery-1{padding:15px;width:100%;}
  .contact-details2 p a{font-size:14px;}
  .contact-details2 p {padding: 50px 10px;}
}






