body {
  font-family: "Roboto", sans-serif;
  color: #0c0c0c;
  background-color: #f8f8f8;
  overflow-x: hidden;
}

.layout_padding {
  padding:42px 0 68px 0;
}

.layout_padding2 {
  padding: 30px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding:50px 0px 50px 0px;
  background: #fff;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: center;
  align-items: center;

}
.detail-box ul li{
	list-style:circle;
}

.heading_container h2 {
  position: relative;
font-weight:bold;
color:#d80000;
  margin: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
  color:#ffcb01;
}

.container_border_style {
  position: relative;
  padding: 20px;
}

.container_border_style::before, .container_border_style::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 90px;
  background-color: #03a7d3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container_border_style::before {
  left: 0;
}

.container_border_style::after {
  right: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  background-color: #020230;
  /* min-height: 100vh; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 10px 0;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 3px 15px;
  margin: 10px 15px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 20px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #ffffff;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 2rem;
}

.slider_section .detail-box h1 span {
  font-size: 3rem;
  color: #03a7d3;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.slider_section .detail-box a {
  margin: 5px;
  width: 195px;
  text-align: center;
}

.slider_section .detail-box .btn-1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #03a7d3;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #03a7d3;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider_section .detail-box .btn-1:hover {
  background-color: transparent;
  color: #03a7d3;
}

.slider_section .detail-box .btn-2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider_section .detail-box .btn-2:hover {
  background-color: transparent;
  color: #ff4646;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel_btn-box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 50px;
  z-index: 3;
  font-size: 22px;
}

.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
  position: unset;
  width: 50px;
  height: 50px;
  background-color: #d8000000;
  opacity: 1;
  font-size: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider_section .carousel_btn-box .carousel-control-prev:hover,
.slider_section .carousel_btn-box .carousel-control-next:hover {
  background-color: #ffffff00;
  color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box p {
  color: #999;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffcb01;
  color: #000000;
  border-radius: 5px;
  border: 1px solid #000000;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 15px;
  font-weight:bolder;
}

.about_section .detail-box a:hover {
  background-color: #ffcb01;
  color: #000000;
}

.service_section {
  position: relative;
      background: #fff;
}
/* .box {
  width: 100%;
} */

.service_section .box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center; 
  padding: 10px;
  background-color: #d80000;
  box-shadow: 0px 4px 8px 0px rgb(34 32 31);
}

.service_section .box .img-box {
 
  background-color: #ffcb01;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 10px;
}

.service_section .box .img-box img {
  width: 100%;
 
}

.service_section .box .detail-box {
  margin-top: 15px;
  margin-bottom: 10px;
}

.service_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color:#ffcb01;
}
.detail-box p{
	color:#fff;
	text-align: center;
}
.service_section .box .detail-box a {
  color: #000;
  font-weight:bold;
}

.service_section .box .detail-box a:hover {
  color: #d80000;
  font-weight:bold;
}

.service_section .box:hover .img-box {
  background-color: #fff;
}

.server_section {
  background: linear-gradient(110deg, transparent 25%, #020230 25%);
  padding: 55px 0;
  color: #ffffff;
}

.server_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.server_section .img-box {
  position: relative;
}

.server_section .img-box img {
  width: 100%;
}

.server_section .img-box .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 65px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
}

.server_section .img-box .play_btn button {
  background-color: transparent;
  border: none;
  background-color: #03a7d3;
  color: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  z-index: 3;
  outline: none;
}

.server_section .img-box .play_btn:before, .server_section .img-box .play_btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #03a7d3;
  opacity: 1;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.server_section .img-box .play_btn:before {
  z-index: 2;
  -webkit-animation: before-animation 1500ms infinite;
          animation: before-animation 1500ms infinite;
}

.server_section .img-box .play_btn:after {
  z-index: 1;
  -webkit-animation: after-animation 1500ms infinite;
          animation: after-animation 1500ms infinite;
}

@-webkit-keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes after-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

@keyframes after-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

.server_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 25px;
}

.server_section .detail-box a:hover {
  background-color: transparent;
  color: #ff4646;
}

.price_section .price_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.price_section .price_container .box {
  margin: 45px 15px 0 15px;
}

.price_section .price_container .box .detail-box {
  width: 300px;
  padding: 20px 20px 15px 20px;
  background-color: #ffcb01;
  border-radius: 5px;
  box-shadow: 0px 10px 10px 0px rgb(34 32 31);
  border: 5px solid #fff;
}

.price_section .price_container .box .detail-box h2 {
  font-weight: bold;
}

.price_section .price_container .box .detail-box h2 span {
  font-size: 3rem;
}

.price_section .price_container .box .detail-box h6 {
  text-transform: uppercase;
  color: #d80000;
  font-size: 30px;
  margin-bottom: 10px;
}

.price_section .price_container .box .price_features {
  padding: 0;
  list-style-type: none;
}

.price_section .price_container .box .price_features li {
  margin: 10px 0;
      list-style: none;
}

.price_section .price_container .box .btn-box {
  margin-top: 25px;
}

.price_section .price_container .box .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #d80000;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.price_section .price_container .box .btn-box a:hover {
  background-color: transparent;
  color: #ff4646;
}

.price_section .price_container .box .btn-box a:hover {
  background-color: #03a7d3;
  color: #ffffff;
}

.price_section .price_container .box:hover {
  color: #ffffff;
}

.price_section .price_container .box:hover .detail-box {
  background-color: #d80000;
}

.price_section .price_container .box:hover h6 {
  color: #ffffff;
}

.price_section .price_container .box:hover a {
  background-color: #03a7d3;
  color: #ffffff;
}

.client_section {
  padding: 45px;
  background-color:#000;
}

.client_section .heading_container {
  margin-bottom: 35px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px 0;
}

.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: -65px;
  position: relative;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .client_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #d80000;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.client_section .box .client_info i {
  font-size: 24px;
  color: #d80000;
}

.client_section .box p {
  margin-top: 25px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  padding: 30px 45px 30px 85px;
  box-shadow: 0px 10px 10px 0px rgb(34 32 31);
  
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #d80000;
  opacity: 1;
  font-size: 28px;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  right: 0;
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container input {
  width: 100%;
  border: 1px solid #b0b0b0;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
  outline: none;
  color: #101010;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input::placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 65px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: bold;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: #ff4646;
}

/* info section */
.info_section {
  background-color: #d80000;
  color: #ffffff;
  font-weight: 500;
}

.info_section h4 {
  font-weight: 500;
  margin-bottom: 20px;
  color: #ffcb01;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #ff4646;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #ff4646;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a img {
  margin-right: 10px;
}

.info_section .info_links a:hover, .info_section .info_links a.active {
  color: #ffcb01;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: transparent;
  color: #ff4646;
}

/* end info section */
/* footer section*/
.footer_section {
  position: relative;
  background-color: #000;
  text-align: center;
}

.footer_section p {
  color: #fff;
  padding: 20px 0;
  margin: 0;
  border-top: 2px solid #ffffff;
}

.footer_section p a {
  color: inherit;
}


/* extra css add */

.tophead-section {
  padding: 0;
  background: #000;
}

.tophead-section1 {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.top-head-srv-1 span {
  font-size: 17px;
  display: inline-block;
  animation: blkk 0.5s infinite;
  text-transform: capitalize;
  font-weight: 600;
}
.top-head-srv-1 {
	    background: #000;
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid #ffffff;
    border-bottom: 1px solid #fff;
}
.top-head-sec-2 {
  padding: 10px;
  background-color: #d80000;
}
@keyframes blkk{
  0%{transform:translateY(-4px); color:#ffba02;}
  50%{transform:translateY(-2px);color:#fff;}
  100%{transform:translateY(2px);color:#febb00;}
}
.tophead-section2 {
  padding: 0;
  background: #ffcb01;
}
.tophead-mark1 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 7px 7px;
  padding-top: 12px;
  color: #000000;
}
.contact_us {
  border: 2px solid #000;
  padding: 7px 15px;
  background-color: #ffcb01;
  border-radius: 20px;
  
}
/* why choose us section start */
.choose-left{
    padding: 0;
}
.choose-left-1{
    padding: 0;
}
.choose-right{
    padding: 0;
}
.choose-right-1{
    padding: 0;
}
.choose-sec{
    padding: 50px 0;
	background: #ffcb01;
	border-bottom: 15px solid #d80000;
}
.choose-left{
    padding: 0;
    display: flex;
    align-items: center;
}
.choose-left:before{
    content: "";
    position: absolute;
    width: 82%;
    height: 112%;
    bottom: inherit;
    margin: 0 auto;
    background: #f9f100;
}
.choose-left-1{
    padding: 0 20px 0 70px;
}
.choose-img{
    padding: 0;
}
.choose-img img{
    float:right ;
}
.choose-right{
    padding:0px;
}

.choose-right-1{
    padding:0;
    margin: 0 auto;
    text-align: center;
}
.choose-head-sec{
    padding: 0;
}
.choose-head-sec p{
    font-size: 37px;
    color: #d80000;
    letter-spacing: -2px;padding-bottom: 5px;
    font-family: 'Laila', sans-serif;font-weight: 800;
    text-transform: capitalize;
}
.choose-head-sec span{
    font-size: 20px;
    color: #000;
    
    text-transform: capitalize;
    font-weight: 800;
    line-height: 30px;
display: block;margin: -14px 0 0;}
.choose-list-sec{
    padding:20px 0 0 0;
    margin: 0 auto;
}
.choose-list{
    padding: 7px 0;
    display: flex;
    align-items: center;
}
.choose-icon{
    background:#d80000;
    color:#fff;
    display: inline-block;
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: relative;
    border-radius: 0 0 0 19px;
}
.choose-icon:before{
    content: '';
    position: absolute;
    top: 50%;
    right: -7px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left-color: #fff;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    transform: translateY(-50%);
}
.choose-icon i{
    color: #fff;
    font-size: 20px;
}
.choose-content{
    background:#000;
    display: inline-block;
    width:90%;
    height: 55px;
    padding: 13px 0 13px 20px;
    text-align: left;
}
.choose-content p{
    font-size: 19px;
    font-weight: 500;
    color: #fff;
text-transform: capitalize;}

/* why choose us section end */
/* other srv section start */

.other-srv-sec-1{
    padding:85px 0 65px;
}
.other-srv{
    padding:0px 15px 20px;
}

.other-srv-1{
    background: #d80000;
    padding: 42px 35px 40px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
}
.other-srv-head{
    padding:0;
    background: #fff;
}
.other-srv-head p{
    font-size: 22px;
    color: #000;
    font-family: 'Laila';padding: 6px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    
}
.other-srv-list{
    padding:20px 0 0;
}
.other-srv-list ul{
    padding: 0 0 0 5px;
}
.other-srv-list ul li{
    padding: 7px 0;
    font-size: 16px;
    font-weight: 600;
    color:#fff;
	    list-style: none;
		    text-align: justify;
    
}
.other-srv-list ul li img{
    padding-right: 10px;
    margin: -7px 0 0;
	
}
.contact-form-sec{
   padding:6px 15px 27px;
}
.contact-form-sec-1{
   padding:35px 0;
   background:#d80000;
}
.contact-form-title{
    padding: 0 14px;
}

.contact-form-title p{
    background: #fff;
    font-size: 20px;
    color: #de0000;
    font-weight: 800;
    font-family: 'Laila';padding: 4px 0;
    text-transform: capitalize;
    text-align: center;
}

.contact-form-title p:before{
    content: "";
    position: absolute;
    background: #fff;
    width: 14px;
    height: 38px;
    left: 0px;
    top: 4px;
    transform: skew(0deg, 150deg);
}
.contact-form-title p:after{
    content: "";
    position: absolute;
    background: #fff;
    width: 14px;
    height: 38px;
    right: 0px;
    top: 4px;
    transform:skew(0deg, 212deg);
}
.contact-form{
    padding:25px 20px 0;
}
.form-group .place::-webkit-input-placeholder{
    color:#000;
}
input:focus::-webkit-input-placeholder { opacity: 0; }
textarea:focus::-webkit-input-placeholder { opacity: 0; }
.form-group{
    text-align: center;
    padding: 0 0 5px 0;
}
.btn-group{
    margin: 7px 0 0;
}
.form-control:focus{
    box-shadow: none;
    border:1px solid;
}
.form-control {
    color: #000;
    background-color: #ffffff;
    border: none!important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    transition: all .5s ease-in-out;
    width: 100%;
    padding: 0 0 0 17px;
}

textarea.form-control {
    padding: 15px;
    resize:none;
    height:100px;
    scroll-behavior: none;
}
.submit{
    background: #de0000;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
    transition: 0.4s all ease-in-out;
    margin-top: 1px;
    padding:7px 30px;
}
.btn:hover {
    color: #f9f800;
}
.submit i{
    padding-right: 8px;
}
.submit:focus{
    background-color:#ffc000;
    color: #f9bb00;
    font-family:'Josefin Sans', sans-serif;
}
 .btn-group, .btn-group-vertical{
    display: block;
 }

/* other srv section end */
.service-part-con {

  padding: 4% 0 4% 0;

    text-align: center;

    background: #000;

   
}

section.service-part-con h3 {

    font-size: 22px;

    color:#fff;

    font-weight: 900;

}

section.service-part-con p {

    color: #ffcb01;

    font-size: 16px;

}

.service-part-con img {

    width: 40%;

    margin: 0 auto;

    background: #000;

    padding: 15px;

    border-radius: 72px;

}

.pricingTable .pricing-content li a {

    color: #333 !important;

    text-decoration: none !important;

}