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

body{
    margin:0;
    padding:0;
    color: #ec2232;
    font-family: 'Poppins', sans-serif;
}

/*#ffba00*/
.main{
    margin: auto;
    padding: 0;
    width: 95%;
}
/*#fed43a*/
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;}

/*font-family: 'Metal Mania', cursive;*/

/* START HEADER SECTION */

/* start top head section*/

.tophead-section{
  padding: 0;
  background: #110f10;
  display: none;
}
.tophead-section1{
  padding: 10px 0 20px;
  color: #ffba00;
}
.tophead-section1 p{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 0 0 0.6rem #fff, 0 0 1.5rem rgba(226, 188, 23, 0.35), -0.2rem 0.1rem 1rem #c5a51b, 0.2rem 0.1rem 1rem #f1c716, 0 -0.5rem 2rem #ffba00, 0 0.5rem 3rem #ffba00, 5px 0.3rem 0.5rem rgba(255, 207, 0, 0.43);
    display: block;
    animation: animate 2s linear infinite;
    margin: 0;
}
@keyframes animate{
    0%, 25%{
        color: #ffba00;
        text-shadow: 0 0 0.6rem #fff, 0 0 1.5rem rgba(226, 188, 23, 0.35), -0.2rem 0.1rem 1rem #c5a51b, 0.2rem 0.1rem 1rem #f1c716, 0 -0.5rem 2rem #ffba00, 0 0.5rem 3rem #ffba00, 5px 0.3rem 0.5rem rgba(255, 207, 0, 0.43);
    }
    25%, 50%{
        color: #ffba00;
        text-shadow: none;
    }
    50%, 75%{
        color: #ffba00;
        text-shadow: 0 0 0.6rem #fff, 0 0 1.5rem rgba(226, 188, 23, 0.35), -0.2rem 0.1rem 1rem #c5a51b, 0.2rem 0.1rem 1rem #f1c716, 0 -0.5rem 2rem #ffba00, 0 0.5rem 3rem #ffba00, 5px 0.3rem 0.5rem rgba(255, 207, 0, 0.43);
    }
    75%, 100%{
        color: #ffba00;
        text-shadow: 0 0 0.6rem #fff, 0 0 1.5rem rgba(226, 188, 23, 0.35), -0.2rem 0.1rem 1rem #c5a51b, 0.2rem 0.1rem 1rem #f1c716, 0 -0.5rem 2rem #ffba00, 0 0.5rem 3rem #ffba00, 5px 0.3rem 0.5rem rgba(255, 207, 0, 0.43);
    }
}


/* end top head section */


/* start head number section */

.headnumber-section{
  padding: 0;
}
.headnumber-section1{
  padding: 0px 0 0 0;
  /* color: #ffba00; */
}
.headnum-left1{
  padding: 0px 0 0 0;
}
.headnum-left2{
  background: linear-gradient(160deg, #ec2232 77%, #ffffff 78%);
  padding: 4px 20px;
}
.headnum-left2 p{
  color:#fff;
  font-size: 45px;
  font-weight: 600;
  text-transform: capitalize;
  margin:0;
  animation:blltx 400ms linear infinite;
}

.headnum-right1{
  padding: 0;
}
.headnum-right2{
  background: linear-gradient(200deg, #ec2232 77%, #ffffff 78%);
  padding: 12px 20px;
  text-align: right;
}
.headnum-right2 p{
  color:#fff;
  font-size: 34px;
  font-weight: 600;
  text-transform: capitalize;
  margin:0;
  animation:blltx 400ms linear infinite;
}
@keyframes  blltx{
  0%{color:#fff;}
  50%{color:#ffba00;}
  100%{color:#fff;}
}
.head-baner{
  position: absolute;
  top: 10px;
  right: 0px;
  display: none;
  left: 0px;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  animation: bordupp 800ms linear infinite;
}
 @keyframes  bordupp{
  0%{transform:translateY(4px);}
  50%{transform:translateY(-4px);}
  100%{transform:translateY(4px);}
}
.head-baner a{
  background: #ffffff;
  color: #000;
  font-weight: 600;
  border-radius: 50px;
  padding: 5px 58px;
  font-size: 22px;
  margin:0;
}
.head-baner span {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 30%;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #110f10;
    box-shadow: 0 0 8px #25252591;
}
.head-baner .topb {
    left: unset !important;
    right: 30%;
}
/* end head number section*/

/* start head section */

.head-section{
  padding: 0;
  background: #ffffff;
}
.head-section1{
  padding: 0px 0px 0px;
}
.head-logo1{
  padding: 0;
}
.head-logo2{
  padding: 0;
  text-align: center;
}

.head-right1{
  padding: 0px 0 0;
}
.head-right2{
    padding: 0px 0;
    text-align: right;
}
.head-2{
  padding: 0px 10px;
}

.head3{
  padding: 10px 0px 15px;
  margin: 0;
}
.head3 p{
  margin: 0;
  padding: 7px 0px;
  font-size: 26px;
  font-weight: 700;
  color: #ec2232;
  text-transform: capitalize;
}
.head3 span{
  font-size: 18px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.head4{
    background: #ffba00;
    border-radius: 30px;
    padding: 10px 16px;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
}
.typing > *{
  overflow: hidden;
  white-space: nowrap;
  animation: typingAnim 4s steps(50) infinite;
}
.typing p{
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}
.typing span{
    color: #ec2232;
    text-transform:uppercase;
}
@keyframes typingAnim {
  from {width:0}
  to {width:100%}
}

/*start navbar toggal*/
.navbar-inverse .navbar-toggle:hover {
    background-color: #800000;
}
.navbar-inverse .navbar-toggle {
    border-color: #ffba00;
    float: right;
    background: #ffba00;
    border-radius: 0;
    padding: 10px 11px;
}
/*end navbar toggal*/

.navbar {
    position: relative;
    min-height: 0px !important;
    border-radius: 0px;
    margin-bottom: 0px;
    transition: 0.4s ease-in-out;
}
.navbar-inverse {
    border: none;
    padding: 0px;
    z-index: 99;
}
.navbar-inverse .navbar-nav>li>a {
    color: #000000;
    padding: 4px 4px 4px 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #b00000;
    transition: 0.8s;
}
.navbar-nav {
    padding: 0px 0px;
    border-radius: 8px;
    margin: 0px auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
}
.navbar-nav>li{
   padding: 11px 33px;
   background: #ffba00;
   border-left: 4px solid #000;
   margin: 0 8px;
}
.navbar-nav>li:last-child{/* border:0; */}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: #08080800;
}
.navbar-nav>.line{
    border-right:0;
}
.navbar-inverse .navbar-collapse, 
.navbar-inverse .navbar-form {
    border-color: #ffa70400;
    box-shadow: inset 0 1px 0 rgb(242 134 5 / 0%);
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;}
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #ffffff;
}
.top-navvii{
    padding:0px;
    transition: 0.4s ease-in-out;
    padding-bottom: 0px;
    background: #ec2232;
    border-radius: 0px;
}
.navbar-inverse {
    background-color: #00000000;
    border-color: transparent !important;
}
.top-navvaa{
  padding: 0px 0px;
}
.top-navvii2{
  padding: 0px;
  text-align: center;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #b00000 !important;
    color: #b00000 !important;
}
.head-navigation{
  padding: 18px 0 0 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
}
#header {
    padding: 0px 0;
    color: #fff;
    z-index: 9999;
    transition: 0.5s;
    margin: 0px;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px 0px #101010;
    background-color: #fff;
    z-index: 5555;
    transition: 0.5s;
}
.headlogo-section1{
  padding:0 0 0px 0;
}
.scroll-on .main-1{
  width: 100%;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #b00000;
    background-color: transparent;
}



/* end head section*/

/* start header image section */

.headerimage-section{
    padding: 0;
}
.headerimage-section img{
  width: 100%;
}
/* end header image section*/
/*END HEADER SECTION*/

/*punch line start*/
.about-us-container {
    background-color: #feda00;
    padding: 1%;
    float: left;
    width: 100%;
    border-top: 4px solid #000;
}

.about-us-left {
    float: left;
    width: 100%;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    text-align: center;
}

.about-head {
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #ff6600;
    position: relative;
}

.about-head::before {
    content: '';
    position: absolute;
    background-color: #ff6600;
    width: 10%;
    height: 2px;
    bottom: -13px;
    left: calc(50% - 50px);
}

.about-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    color: #000;
    line-height: 40px;
    font-weight: bold;
}

/*punch line end*/
/*start top services section*/

.topservices_section{
    padding: 0px 30px;
}
.topservices_section1{
    padding: 0 30px 50px 30px;
    margin: -8% 0 0 0;
    background:url(../images/bg.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 10px !important;
}
.topservices_section1:before{
  position: absolute;
  content:"";
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin:0 auto;
  background: #ffba00f0;
  border-radius: 10px !important;
}
.topservices_head{
    padding: 30px 0 0px;
    text-align: center;
}
.topservices_head strong{
    color: #ec2232;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    padding: 0 0 0px;
}
.topservices_head strong span{
  color: #000000;
}
.topservices_head p{
    color: #000;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.top-services{
    padding: 20px 12%;
    text-align: center;
}
.top-services p{
    color: #000;
    font-size:15px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}
.topservices_tab{
    padding: 10px 8%;
    color: #fff;
    /* margin: 0 auto; */
    /* left: 0; */
    text-align: center;
    /* width: 76%; */
    right: 0;
}

.nav-pill-main-div {
    position: relative;
    border-radius: 20px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
ul.tabs li:before{
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 0px;
    width: 78px;
    border-bottom: 3px solid #000000;
    right: -57px;
    top: 52%;
    margin-top: -1px;
    position: absolute;
}
ul.tabs .bbs:before{display: none;}
ul.tabs{
    margin: 0px;
    padding: 0px;
    text-align: center;
    list-style: none;
}
ul.tabs li{
  background: none;
  color: #222;
  display: inline-block;
  padding: 0px 6px;
  cursor: pointer;
  transition: 0.3s ease all;
  width: 26%;
}
ul.tabs li.current{
  color: #222;
  transition: 0.3s ease all;
}
ul.tabs li.current span{
  color: #ffffff;
  background: #ec2232;
  transition: 0.3s ease all;
}
.tab-content{
  display: none;
  padding: 21px 9% 10px;
  transition: 0.3s ease all;
}
.tab-content p{
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  margin: 0;
  font-weight: 500;
}
.tab-content.current{
  display: inherit;
  transition: 0.3s ease all;
}
.tab-content a{
  background: #a70000;
  color: #fff;
  padding: 8px 31px;
  margin: 10px 0 0;
  border-radius: 50px;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
  font-size: 19px;
}
.tab-content .chat{
  margin:0 0px 0 14px;
  background: #005c00;
  color:#fff;
}



  /*------ease effect------*/
.nav-justified > li { 
  float: none; 
}
.nav-justified > li span { 
  width: 100%; 
}
.customize_solution .nav-justified > li {
  float: none;
}
  .customize_solution span.ease-effect { 
  text-decoration: none;  
  transition: 0.3s ease all; 
}
.customize_solution span.ease-effect {
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 6px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  position: relative;
  border-radius: 56px;
  background: #000000;
  color: #ffffff;
}
.customize_solution .ease-effect:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #ab0028;
  z-index: -2;
  border-radius: 60px;
}
.customize_solution .ease-effect:hover:before, .customize_solution .ease-effect:focus:before { 
  -webkit-transition: 0.5s all ease; 
  transition: 0.5s all ease; 
  left: 0; 
  right: 0; 
  opacity: 1; 
}

.finbyz-icon {
    height: 100px;
    width: 100px;
}
/*end top services section*/


/* start best services section*/

.bestservices-section{
  padding: 0;
}
.bestservices-section1{
  padding: 50px 30px 0;
}
.best-services{
  padding:20px 0;
}
.bestservices_head{
    padding: 0px 0 0px;
    text-align: center;
}
.bestservices_head strong{
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 39px;
    padding: 0 0 0px;
}
.bestservices_head strong span{
  color: #000000;
}
.bestservices_head img{margin:-10px 0 0 0;}
.bestservices_head p{
    color: #000;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.best-services1{
  padding: 10px;
}
.best-services2{
  padding: 0px;
}
.best-services3{
  padding: 0px 0;
  text-align: center;
}
.best-services3 img{
  border-radius: 50%;
  box-shadow: 0 0 10px black;
  padding: 7px;
  transition: all 400ms linear;
  background-image: linear-gradient(45deg, #ec2232,#ec2232);
}
.best-services3  span {
    content: "";
    position: relative;
    display: block;
    width: 5px;
    height: 60px;
    background: linear-gradient(to bottom, #ec2232,#ec2232);
    margin: 0 auto;
}
.best-services4{
  padding: 10px 0;
  text-align: center;
}
.best-services4 strong{
  font-weight: 400;
  font-size: 41px;
  margin:0;
  font-family: 'Oswald', sans-serif;
  text-transform: capitalize;
}
.best-services4 p{
  color: #222;
  line-height: 29px;
  margin:0;
  padding: 0 0 10px 0;
  font-size: 16px;
}
.best-services4 a{
  background: #a70000;
  color: #fff;
  padding: 8px 11px;
  margin: 10px 0 0;
  border-radius: 0;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}
.best-services4 .chat{
  margin: 0 0px 0 10px;
  background: #005c00;
  color:#fff;
}
.best-services2:hover .best-services3 img {
    transition: all 400ms linear;
    transform: rotate(360deg);
  }
/* end best services section*/
/* start about us section*/

.aboutus-section{
  padding: 0px 0 0px 0;
}
.aboutus-section1{
  padding: 50px 30px;
}
.aboutus-content1{
  padding: 0px 0px 0;
}
.aboutus-content2 {
  padding: 10px 0;
  /* text-align: center; */
}
.aboutus-content2 img{
   height: 400px;
   float:right;
   padding: 12px;
}

.aboutus-content2 p{
  color: #000;
  text-align: left;
  margin:0;
  font-weight: 400;
  text-align: left;
  font-size: 15px;
  line-height: 29px;
  padding: 6px 0;
}
.aboutus-content2  p strong{
  color: #ec2232;
  font-weight: 600;
}
.aboutus-content2 ul{
  text-align: left;
  padding: 10px 0 5px;
  margin: 0;
  list-style: none;
}
.aboutus-content2 ul li{
  margin:0;
  font-size: 15px;
  padding: 0px 0;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 30px;
}
.aboutus-content2 li:before {
    color: #ec2232;
    content: "\f105";
    font-weight: 900;
    display: inline-block;
    font-size: 20px;
    padding: 0 6px 0 0px;
    font-family: "Font Awesome 5 Free";
}
.aboutus-content2 span{
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0 0;
    display: inline-block;
    text-transform: capitalize;
}

/* end about us section*/

/* start choose us section*/

.chooseus-section{
  padding: 0;
  background: radial-gradient(#221d1d, #110f10);
}
.chooseus-section1{
  padding: 50px 30px;
}
.choose_head{
  padding: 0;
  text-align: center;
}
.choose_head strong{
    color: #ffba00;
    text-transform: capitalize;
    font-weight: 200;
    margin: 0;
    display: block;
    font-family: 'Metal Mania', cursive;
    font-size: 50px;
    padding: 0 0 0px;
}
.choose_head strong span{
  color: #ffffff;
}
.choose_head p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.choose_head img{margin: -20px 0 0 0;}
.choose-us{
  padding:30px 0 0 0; 
}
.choose-us1{
  padding: 10px;
  border-right: 2px dashed #fff;
}
.choose-us1:last-child{border:0;}
.choose-us2{
  padding: 10px;
  text-align: center;
  
}

.choose-icon{
  padding: 10px 0;
}
.choose-icon i{
    padding: 0px;
    width: 100px;
    height: 100px;
    background-color: #ffba00;
    border-radius: 50%;
    line-height: 90px;
    font-size: 45px;
    text-align: center;
    color: #ec2232;
    border: 4px solid #fff;
    box-shadow: 0px 0px 20px -2px #ffba00;
    animation: chbdd 800ms linear infinite;
}
@keyframes chbdd{
  0%{transform:translateY(-10px);}
  50%{transform:translateY(0px);}
  100%{transform:translateY(-10px);}
}
.ani-1 i{
  animation-delay:400ms;
}
.ani-2 i{
  animation-delay:800ms;
}
.ani-3 i{
  animation-delay:1200ms;
}
.ani-4 i{
  animation-delay:1600ms;
}
.choose-text{
  padding: 10px 0;
  text-align: center;
}
.choose-text strong{
  color: #ffba00;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0;
  display: block;
  font-size: 30px;
  padding: 0 0 0px;
  font-family: 'Oswald', sans-serif;
}
.choose-text p{
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  margin:0;
  font-weight: 300;
}
/* end choose us section*/

/* start our services section*/

.ourservices-section{
  padding: 0;
}
.ourservices-section1{
  padding: 50px 30px 50px;
}
.our-services{
  padding: 50px 0 0;
}
.our-services1{
  padding: 0px 12px 0px 12px;
  height: 620px;
}
.our-services2{
  padding: 0;
}
.our-services3{
  padding: 0;
}
.our-services3 img{
 border-radius: 10%;
    padding: 10px;
    box-shadow: 0 0 9px #ff2626;
    margin-bottom: 8px;
}

.our-services3 i {
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 80px;
    right: 50px;
    color: #ffba00;
    text-align: center;
    line-height: 85px;
    font-size: 47px;
    border-radius: 50%;
    box-shadow: 0 0 9px #b5b5b5;
    z-index: 9;
}
.our-services4{
  padding: 10px 0;
  text-align: center;
}
.our-services4 strong{
  font-weight: 500;
  font-size: 30px;
  margin:0;
  font-family: 'Oswald', sans-serif;
}
.our-services4 p{
  color: #222;
  line-height: 25px;
  margin:0;
  padding: 0 0 10px 0;
  font-size: 15px;
}
.our-services4 a{
  background: #a70000;
  color: #fff;
  padding: 8px 9px;
  margin: 10px 0 0;
  border-radius: 0;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}
.our-services4 .chat{
  margin: 0px 0px 0 9px;
  background: #005c00;
  color:#fff;
}
/* end our services section*/


/* start chat testimonials section*/

.chatclient-section{
  padding: 0;
}
.chatclient-section1{
  padding: 50px 30px;
}
.chat-client1{
  padding: 20px 0;
}
.chat-img1{
  padding: 10px;
}
.chat-img2{
  padding: 0;
  box-shadow: 0 0 4px 2px #00000052;
  text-align: center;
}
/* end  chat testimonials section*/

/*start form section*/

.form-section{
  padding: 0;
  color: #fff;
  overflow: hidden;
  /* background: linear-gradient(to right, #ffba00 4%, #000000 17%); */
  background: #ffba00;
}
.form-section1{
  padding: 0px 0px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-detail{
  padding: 10px;
  background: #ffba00;
}
.contact-detail1{
  padding: 10px;
}
.contact-detail2{
  padding: 0px  0px 0 30px;
  padding-top: 0;
}
.contact-detail-head{
  padding: 0px;
  text-align: left;
}
.contact-detail-head p{
  color: #ec2232;
  font-size: 40px;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  padding: 10px 0 0px 0;
  text-transform: capitalize;
}
.contact-detail-head span{
 color: #000;
 font-size: 22px;
 font-weight: 600;
}
.contact-list{
  padding: 20px 0px 10px 0;
  font-family: 'Poppins',sans-serif;
  text-align: left;
}
.contact-list ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-list ul li{
  color:#000;
  font-size: 29px;
  line-height: 30px;
  padding: 27px 0 0;
  font-weight: 500;
  margin: 0;
}
.contact-list i{
  margin: 0;
  padding: 0 5px 0 0;
  color: #ec2232;
}


.form{
  padding: 10px;
  background: #000;
}
.form1{
  padding: 10px;
  text-align: left;
}
.contac-r {
    padding: 30px 0px 0px 0px;
    margin: 0;
}
.form-texxx{
    padding: 0px;
    text-align: center;
}
.form-texxx p{
    padding: 0px 0 0px 0px;
    margin: 10px 0px 0px 0px;
    font-size: 46px;
    color: #ffba00;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}
.form-texxx span{
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}
.form-group {
    padding: 5px 15px;
}
input.form-control {
    color: #000;
    font-weight: 500;
}
.form-group label {
    text-align: left;
    font-size: 19px;
    font-weight: 500;
    color: #ffba00;
}
.form-control {
    background:#ffba00;
}
textarea.form-control {
    height: 80px;
    font-weight: 500;
    color: #000;
}
.btn-group>.btn:first-child {
    margin-left: 0;
    font-size: 16px;
    padding: 12px 18px;
    color: #000;
    background: #ffba00;
    letter-spacing: 1px;
}
.btn-group>.btn:first-child:hover{
  color: #fff;
  background: #ec2232;
}
.form-group  .place::-webkit-input-placeholder{
  color: #000000;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.form-control:focus{
  border-color: #000000;
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0), 0 0 8px rgb(0 0 0);
}
.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;
}
/*end form section*/

/* start client testimonials section*/

.testimonials-section{
  padding: 0;
  background:#ffba00;
}
.testimonials-section1{
  padding: 50px 30px;
}

.client-testimonials{
  padding: 10px 0;
}
.client-testimonials1{
  padding: 10px;
}
.client-testimonials2{
  padding: 0;
}
.client-testimonials3{
  padding: 30px 30px;
  background: #fff;
}
.client-testimonials3 p i{
  color: #ec2232;
  font-size:20px;
}
.stars i{
  background: linear-gradient(to right, #ffcc00 0%, #b59207 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 17px;
  padding: 5px 2px;
}
.client-testimonials3 p{
  color: #222;
  margin: 0;
  font-size: 15px;
  /* text-align: justify; */
  font-weight: 400;
  line-height: 29px;
  padding: 20px 0 0 0;
}
.client-testimonials4{
  display: flex;
  background: #a70000;
  padding: 20px 20px;
}
.testi-img{
  width: 30%;
}
.testi-img img{
  border-radius: 50%;
  height: 80px;
  border: 4px solid #ffba00;
}
.testi-text{
  width: 70%;
  text-align:left;
  padding:0 0px 0 10px;
}
.testi-text strong{
  font-weight: 400;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
}
.testi-text p{
  color: #ffba00;
  line-height: 30px;
  margin: 0;
  padding: 0 0 0px 0;
  font-weight: 600;
  font-size: 19px;
  text-transform:uppercase;
}
/* end client testimonials section*/

/* start new footer section */

.footer-section{
  padding: 0;
  background: #000;
}
.footer-section1{
  padding: 50px 30px 20px;
}
.footer-1{
  padding: 0px 0px 0px 0;
}
.footer-2{
  padding: 0;
  border-right: 2px dashed #7c7c7c;
}
.footer-head{
  text-align: left;
  padding: 0;
}
.footer-head p{
  color: #ffc000;
  font-size: 37px;
  margin: 0;
  text-transform: capitalize;
  font-family: 'Metal Mania';
  font-weight: 400;
}
.footer-services{
  padding: 10px 0;
  border: 0;
}
.footer-services ul{
  text-align: left;
  padding: 0px 0 5px;
  margin: 0;
  list-style: none;
}
.footer-services ul li{
  margin:0;
  font-size: 14px;
  padding: 0px 0;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 27px;
}
.footer-services ul li a{
  color: #fff;
}
.footer-services li:before {
    color: #ffc000;
    content: "\f105";
    font-weight: 900;
    display: inline-block;
    font-size: 20px;
    padding: 0 6px 0 0px;
    font-family: "Font Awesome 5 Free";
}
.footer-link1{
  padding: 10px;
  border-right: 2px dashed #7c7c7c;
  padding-top: 0;
}
.footer-link11{border:0;}
.footer-1-1{border:0;padding: 10px 0px 0px 20px;}
.footer-link2{
  padding: 0 10px 0px 10px;
}
.contact{
  margin: 13px 0 0 0;
  padding: 10px 0px 10px  0px;
  border-top: 2px dashed #7c7c7c;
  text-align: center;
}
.contact a{
  color: #fff;
  font-size: 25px;
  margin: 0;
  padding: 0 0 0 0;
  font-weight: 600;
  display:block;
  text-decoration: none;
   animation:blkk 0.3s infinite ease-in;
   margin:0;
}

@keyframes blkk {
  0%, 20%, 50%, 80%, 100% {color:#ffbc01;}
  40% {color:#ffffff;}
  60% {color:#ffbc01;}
}



.contact a i{
  color: #ffb000;
}
/* end footre section */

/* start copy right section */

.copyright-section{
  padding: 0;
  background:#000;
}
.copyright-section1{
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #ffba00;
}
.copyright-section1 p{
  color:#fff;
  font-size: 15px;
  margin: 0;
  
}




/* end copy right section */


#callbook {
    background:green;
    bottom: 0;
    height:50px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 999999;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
    border-bottom:1px solid #fff; 
    background:red;
    position: relative;
    padding: 15px;
    width:50%;
    list-style:none;
    float:left; text-align: center;
}
#callbook ul li a span {
    color: #fff;
    font-size:22px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    top: -15px;
}
#callbook ul li a i{ 
  color: #fff;
    position: relative;
    top: -13px;
    font-size: 20px;

}    

@media (max-width: 767px){
  body{text-align: center;}
  .head-right2{text-align: center;}
  .tophead-section1 p{font-size:15px;}
  .headnum-right2{display:none;}
  .head4{display:none;}
  .tophead-section1{padding:10px 0 0 ;}
  .head-baner{width:100%;position: relative;width: 100%;float: left;padding: 0px 0 17px;}
  .head-baner a{font-size: 35px;}
  .head-baner span{display:none;}
  .headnum-left2 {background: #ec2232;padding: 0;}
  .headnum-left2 p{/* font-size: 16px; */}
  .head-2{padding:0;}
  .navbar-nav{float:none;display: block;}
  .navbar-nav li{padding:4px 0;border: 0;}
  .top-services{padding: 10px 0 20px;}
  .topservices_tab{padding:10px 0;}
  .topservices_section1{padding: 0 10px 30px;}
  .tab-content{padding:10px 10px;}
  .tab-content a{padding:8px 20px;}
  .customize_solution span.ease-effect{font-size: 10px;}
  ul.tabs li{width: 32%;}
  .bestservices-section1{padding: 30px 0px;}
  .best-services1{width: 50%;}
  .aboutus-section1{padding:30px 0;}
  .chooseus-section1{padding: 30px 0px;}
  .choose-us1{width:50%;}
  .chatclient-section1{padding: 30px 0px;}
  .chat-img1{width: 50%;}
  .contact-detail2{padding:0;}
  .form-section1{display:block;}
  .ourservices-section1{padding: 0px 0px;}
  .our-services1{width:50%;height:auto;}
  .testimonials-section1{padding: 30px 0px;}
  .client-testimonials3{padding:20px 20px;}
  .client-testimonials4{padding:10px 10px;}
  .client-testimonials1{width:50%;}
  .footer-section1{padding: 30px 0px;}
  .footer-1{border:0;padding: 0 0px 0 0px;}
  .footer-link1{border:0;width: 50%;padding: 0px 0 0px;}
  .footer-2{border:0;}
  .footer-link2{border:0;padding: 0 0px 0 0px;}
  .copyright-section{padding-bottom:10px;}
   .client-testimonials1{height:420px;}


  
   
  

  #callbook ul li {padding: 20px 0px;}
  #callbook {display:block;}
  #callbook ul li {padding: 20px 0px;}
  #callbook {display:block;}
  #callbook ul li a span {font-size: 18px;top: -4px;}
  #callbook ul li a i {top: -5px;}
  #callbook ul li a i {top: -5px;}
   .our-services4 a{font-size: 12px;padding:5px 10px;}
  .our-services4 .chat{margin:0 0 0 5px;}
  .our-services4 strong{font-size:20px;}
  .best-services4 a{font-size: 12px;padding:5px 10px;}
  .best-services4 .chat{margin:0 0 0 5px;}
  .testi-text strong{font-size:20px;}
  .choose-text strong{font-size:23px;}
  .our-services1{height:650px;}
  .topservices_head strong{font-size:45px;}
  
  
  




}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 .head-right2{text-align: center;}
 .head-baner span{display:none;}
 .tophead-section1 p{letter-spacing:0;font-size:18px;}
 .headnum-left2 p{font-size: 25px;}
 .headnum-right2 p{font-size: 14px;}
 .headnum-left2{}
 .navbar-nav>li{padding: 0 13px;}
  ul.tabs li{width:32%;}
 .top-services{padding: 10px 0 20px;}
  .topservices_tab{padding:10px 0;}
  .tab-content{padding:10px 10px;}
  .choose-us1:nth-child(2){border:0;}
  .client-testimonials3{padding: 20px 25px;}
  .footer-1-1{display:none;}
  .contact-list ul li {font-size: 17px;}
  .our-services1{height:650px;}
  .client-testimonials3 p{font-size: 14px;}
  .client-testimonials1{height:420px;}
    .client-testimonials3{padding:30px 20px;}
  .contact-detail2{padding:0 0 20px; }
  .customize_solution span.ease-effect{font-size:14px;}
  .footer-link2{padding:0px 0 0 0;}
  .footer-services li:before{padding:0;}
  .footer-services ul li{font-size:13px;}

 
 
}

@media only screen and (min-width: 991px) and  (max-width:1200px) {
  .tophead-section1 p{letter-spacing:1px;font-size:20px;}
  .headnum-left2 p{font-size: 18px;}
  .headnum-right2 p{font-size: 18px;}
  .headnum-left2{padding:20px 0 10px 0;}
  .head3 span{font-size:16px;}
  .typing p{font-size:15px;}
  ul.tabs li{width:32%;}
  .top-services{padding: 10px 20px 20px;}
  .our-services4 a{font-size: 12px;padding:5px 10px;}
  .our-services4 .chat{margin:0 0 0 5px;}
  .our-services4 strong{font-size:20px;}
  .best-services4 a{font-size: 12px;padding:5px 10px;}
  .best-services4 .chat{margin:0 0 0 5px;}
  .testi-text strong{font-size:20px;}
  .choose-text strong{font-size:23px;}
  .contact-list ul li{font-size:23px;}
  .our-services4 p{font-size:13px;}
  .our-services1{height:500px;}
  .client-testimonials3 p{font-size: 13px;}
  .client-testimonials3{padding:30px 20px;}
  .footer-head p{font-size:30px;}
   .footer-link2{padding:0px 0 0 0;}
  .footer-services li:before{padding:0;}
  .footer-services ul li{font-size:12px;}
  .our-services4 strong{font-size:23px;}
  .best-services4 strong{font-size:33px;}

}
@media only screen and (min-width: 1200px) and  (max-width:1300px) {
  .footer-link2{padding:0px 0 0 0;}
  .footer-services li:before{padding:0;}
  .footer-services ul li{font-size:13px;}
  .our-services4 strong{font-size:25px;}
  .best-services4 strong{font-size:35px;}
  .headnum-right2 p{font-size:30px;}
  .headnum-left2 p{font-size:39px;}
} 

@media only screen and (max-width: 1260px) and (min-width: 1200px){
   
}

@media (max-width: 575px) and (min-width: 0px){
   .head3 p{font-size: 16px;}
   .head3 span{font-size:14px;}
   .head3{padding:0;}
   .topservices_head strong{font-size:33px;}
   .best-services1{width: 100%;}
   .choose-us1{border: 0;width:100%;}
   .chat-img1{width: 100%;}
   .our-services1{width:100%;}
   .topservices_section{padding: 0 0px;}
   .client-testimonials4{padding: 10px 10px;}
   .client-testimonials4{padding:20px 10px;}
   .client-testimonials1{width:100%;}
     .footer-link1{width:100%;}
       .our-services4 a{font-size:15px;padding:5px 10px;}
  .best-services4 a{font-size:15px;padding:5px 10px;}
  .client-testimonials3 p{font-size:14px;}
  .bestservices_head strong{font-size:35px;}

    

}

@media (max-width: 420px) and (min-width: 290px){
  .head-baner a{font-size: 23px;}
  .head3 p{font-size:18px;padding: 0;}
  .tophead-section1 p{font-size:12px;letter-spacing:0;}
  .headnum-left2{padding: 0;}
  .headnum-left2 p{font-size: 36px;letter-spacing:0;}
  .tab-content a{font-size:15px;padding:5px 8px;}
  .tab-content .chat{margin:0 0 0 5px;}
  .topservices_head strong{font-size: 25px;}
  .bestservices_head strong{font-size:30px;}
  .testi-img img{height:auto;}
  .our-services4 a{font-size:15px;padding:5px 10px;}
  .best-services4 a{font-size:15px;padding:5px 10px;}
  .choose_head strong{font-size:40px;}




}
