body{padding: 0;margin: 0;background-image: url(../img/body-bg.jpg);background-attachment: fixed;background-size: cover;}


@font-face {
  font-family: 'Roboto-Black';
  src: url('../fonts/Roboto-Black.ttf');
}



@font-face{
  font-family: 'Roboto-Bold';
  src:url(../fonts/Roboto-Bold.ttf);
}

@font-face{
  font-family: 'Roboto-Medium';
  src:url(../fonts/Roboto-Medium.ttf);
}

@font-face{
  font-family: 'Roboto-Light';
  src:url(../fonts/Roboto-Light.ttf);
}

@font-face{
  font-family: 'Roboto-Regular';
  src:url(../fonts/Roboto-Regular.ttf);
}

h1, h2,h3, h4{
	font-family: 'Roboto-Bold';
}
a {
    color: #ce0005;
    text-decoration: none;
}
a:hover, a:active, a:focus{
	color: #000082;
	text-decoration: none;
}
.header_main{
  width: 100%;
  float: left;
  background:url(../img/banner.jpg);

}

.logo{
  width: 100%;
  float: left;
  margin-top: 20px;
}

.contact_sect{
  width: 100%;
  float: right;
  text-align: right;
}

.contact_sect ul{
  margin: 0px;
  padding: 0px;
}

.contact_sect ul li{
  list-style: none;
  display: inline-block;
}

.menu_sect{
  width:100%;
  float: right;
  text-align: right;
  margin-top: 50px;
}

.contact_sect ul li {
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto-Medium';
  padding-left: 30px;
}

.head_menu{
  width: 100%;
  float: right;
  margin-top: 30px;
}

.head_menu ul{
  margin: 0px;
  padding: 0px;
}


.head_menu ul li{
  list-style: none;
  display: inline-block;
  padding-left: 22px;
}

.head_menu ul li a{
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Roboto-Medium';
}

.head_menu ul li a:hover{
  color: #000;
  transition: all 0.4s ease;
}

a.contact {
    background: #b50104;
    padding: 12px 20px;
}

a.contact:hover{
  background: #00006e;
  color: #fff!important;
  transition: all 0.4s ease;
}
.banner_cont {
    width: 100%;
    float: left;
    text-align: center;
    padding: 100px 0px 130px;
    display: block;
}

.banner_cont h3{
  font-family: 'Roboto-Bold';
  font-size: 44px;
  text-transform:capitalize;
  color: #fff;
  line-height: 44px;
  letter-spacing: 1px;
  margin: 0px;
  padding-bottom: 20px;
}

.banner_cont a {
    background: #00006e;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto-Medium';
    padding: 6px 20px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 15px;
}


.banner_cont a:hover{
  background: #b50104;
  color: #fff;
  transition: all 0.4s ease;

}

.banner_cont p{
  font-family: 'Roboto-Bold';
  font-size: 30px;
  color: #fff;
  margin: 0px;
}

.brand_sect{
  width: 100%;
  float: left;
  background-color: #ebebeb;
  padding: 50px 0px;
}

.brand {
    width: 100%;
    float: none;
    text-align: center;
}
.brand ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: inline-block;
}
.brand ul li:last-child {
    margin-right: 0!important;
}

.brand ul li{
  float: left;
  list-style: none;
  margin-right: 45px;
}

.map1 p {
    display: none;
}
.brand ul li a img {
    width: 180px;
    height: 135px;
    object-fit: contain;
    border: 2px solid #ccc;
    border-radius: 13px;
}
.brand ul li  img {
    width: 180px;
    height: 135px;
    object-fit: contain;
    border: 2px solid #ccc;
    border-radius: 13px;
}
.about_main {
    width: 100%;
    float: left;
    background: url(../img/homebg.png);
    height: 800px;
    background-attachment: fixed;
    background-size: 100% 100%;
}


.about_main{
  width: 100%;
  float: left;
  text-align: center;
}


.about_cont{
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.about_main .about_cont{
	background-color: #ffffffde;
    padding-bottom: 50px;
}
.about_cont h5{
  color: #222;
  text-transform: uppercase;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  margin: 0px;
  padding-bottom: 15px;
}


.about_cont h3{
  color: #222;
  text-transform: uppercase;
  font-family: 'Roboto-Bold';
  font-size: 36px;
  margin: 0px;
  padding-bottom: 15px;
}



.about_cont p {
    color: #222;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    position: relative;
    width: 50%;
    margin: 0 auto;
}
.about_main .about_cont  p{
	width:100%;
}
.about_cont p:before {
    position: absolute;
    content: "";
    background: #b40001;
    width: 191px;
    height: 1px;
    bottom: -15px;
    left: 198px;
}


.about_cont p:after {
    position: absolute;
    content: "";
    background: #b40001;
    width: 100px;
    height: 3px;
    bottom: -16px;
    left: 242px;
}

.about_image {
    width: 100%;
    float: left;
    margin-top: 90px;
}


.about_aria{
  width: 100%;
  float: left;
}

.about_aria a{
  font-family: 'Roboto-Medium';
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  background: #00006e;
  display: inline-block;
  padding: 8px 20px;
    margin-top: 30px;
}

.about_aria a:hover{
background: #b50104;
color: #fff;
transition: all 0.4s ease;
}

.coupen {
    width: 100%;
    float: left;
    background: #ebebeb;
    padding: 40px 0px;
}

.about_cont_2 h5{
  color: #989898;
  text-transform: uppercase;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  margin: 0px;
  padding-bottom: 15px;
}

.about_cont_2 p{
   color: #989898;
}


.copun_ticek{
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 50px;
}

.copun_ticek ul{
  margin: 0px;
  padding: 0px;
}

.copun_ticek ul li {
    display: inline-flex;
    list-style: none;
    margin: 0 8px;
}

.copun_ticek_1 {
    width: 100%;
    border: 2px dashed #000170;
    border-radius: 10px;
    padding: 5px 10px;
    min-height: 300px;
}


.copun_ticek_1 h4 a{
  font-family: 'Roboto-Regular';
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;

}

.copun_ticek_1:hover {
    border-color: #b50104;
}
.copun_ticek_1:hover h4{
    background: #b50104;
}
.copun_ticek_1 h4 {
    background: #00006e;
    padding: 10px 10px;
    border-radius: 10px;
}


.copun_ticek_1 h4 {
    background: #00006e;
    padding: 10px 10px;
    border-radius: 10px;
}


.copun_ticek_1 p{
  color: #232323;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  margin: 0px;
  padding-bottom: 5px;
      padding-top: 15px;


}


.copun_ticek_2 h4{
  background: #b50104;
}


.copun_ticek_1 h4:hover {
    background: #b50104;
    transition: all 0.4s ease;
}

.copun_ticek ul li:nth-child(2) h4 {
    background-color: #00006e;
}
.copun_ticek ul li:nth-child(2) h4:hover, .copun_ticek ul li:nth-child(2) h4:active, .copun_ticek ul li:nth-child(2) h4:focus{
    background-color: #b50104;
}

.copun_ticek_2 h4:hover {
    background: #00006e;
    transition: all 0.4s ease;
}

.about_cont_2 {
    margin: 0px;
}
.service_main {
    width: 100%;
    float: left;
    background: url(../img/homebg.png);
    background-repeat: no-repeat;
    height: 685px;
    padding: 40px 0px;
    background-attachment: fixed;
    background-size: 100% 100%;
}


.blog_1{
  width: 100%;
  float: left;
  text-align: center;
  background: #fff;
}

.blog_1_img{
  width: 100%;
  float: left;
  position: relative;
}

.blog_1_img:hover .blog_1_image_cont{
  opacity: 1;
  transition: all 0.4s ease;

}

.blog_1_image_cont {
    position: relative;
    width: 100%;
    height: 100%;
    background: none;
    padding: 0;
    opacity: 0;
}
body {
    line-height: 1;
    overflow-x: hidden;
}
.boder {
    height: 258px;
    width: 336px;
    border: 1px solid #fff;
    display: none;
}


.blog_1_cont{
  width: 100%;
}

.blog_1_cont h3{
  font-family: 'Roboto-Bold';
  color: #222;
  font-size: 22px;
  text-transform: capitalize;
  margin: 0px;
  padding: 15px 0px;

}

.blog_1_cont p{
  font-family: 'Roboto-Regular';
  font-size: 16px;
  color: #777;
  line-height: 22px;
}


.clear{
  clear: both;
}
.blog_1_image {
    width: 100%;
    display: block;
    position: relative;
    min-height: 250px;
}
.blog_1_image:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    outline: 2px solid #fff;
    outline-offset: -20px;
    opacity: 0;
}
.blog_1_image:hover:after{
    opacity: 1;
}
.blog_1_image img {
    float: left;
    width: 100%;
    min-height: 250px;
    object-fit: cover;
    max-height: 250px;
}
.blog_1_cont {
    padding-bottom: 30px;
    background: #fff;
    box-shadow: 1px 0px 8px 1px rgba(0,0,0,0.75);
    min-height: 190px;
    position: relative;
}
.blog_1:hover .blog_1_image:after {
    opacity: 1;
}
.blog_1:hover .blog_1_cont {
    box-shadow: none;
    border: 1px solid #ccc;
}
.plus {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #00006e;
    left: 320px;
    bottom: 0;
}

.about_cont.service_cont {

    margin: 0px;
    padding-bottom: 50px;
}

.meeting_main{
  width: 100%;
  float: left;
  background: url(../img/bear.jpg);
  padding: 97px 0px;
  text-align: center;
	background-size: cover;
}

.meeting_cont{
  width: 100%;
  float: left;
}

.meeting_cont h5{
  font-family: 'Roboto-Medium';
  font-size: 30px;
  color: #fff;
  margin: 0px;
  text-transform: capitalize;
  padding-bottom: 30px;
}


.meeting_cont a{
  font-family: 'Roboto-Regular';
  font-size: 18px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
  background: #b50104;
  padding: 10px;
}


.meeting_cont a:hover{
  background: #00006e;
  color: #fff;
  transition: all 0.4s ease;
}


.product_sect {
    width: 100%;
    float: left;
    background: url(../img/homebg.png);
    text-align: center;
    padding: 49px 0px;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.product{
  width: 100%;
  float: left;
}

.product ul{
  margin: 0px;
  padding: 0px;
}

.product ul li{
  display: inline-block;
  list-style: none;
}

.product ul li {
    display: inline-block;
    list-style: none;
    margin: 0 15px;
    color: #222;
    font-family: 'Roboto-Medium';
    font-size: 20px;
}

.product_img img {
    float: left;
    height: 280px;
    width: 280px;
}

.product_cont {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px 0px;
    box-shadow: 0px 0px 15px 0px #ccc;
}

.product_cont h4 a{
  color: #222;
    font-family: 'Roboto-Bold';
    font-size: 20px;
    text-decoration: none;
}

.product_cont h4 a:hover{
  color: #00006e;
  transition: all 0.4s ease;

}

.map{
width: 100%;
float: left;
background: url(../img/map.jpg);
height: 450px;
}


.fooet_main{
  width: 100%;
  float: left;
  background: #222222;
  padding-top: 60px;
  padding-bottom: 20px;
}


.contact_us{
  width: 100%;
  float: left;
}

.contact_us h3{
  color: #fff;
  font-family: 'Roboto-Regular';
  font-size: 22px;
  text-transform: uppercase;
  margin: 0px;

}

.contact_us h3 span{
  font-family: 'Roboto-Bold';
}

.contact_us ul{
  margin: 0px;
  padding: 0px;
  padding-top: 50px;
}


.contact_us ul li{
  display: block;
  list-style: none;
}



.icon_img {
    width: 20%;
    float: left;
}


.icon_cont {
    width: 80%;
    float: left;
    padding-bottom: 30px;
}


.icon_cont h5{
font-family: 'Roboto-Medium';
  color: #fff;
  font-size: 16px;
  margin: 0px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 5px;
}

.icon_cont p a{
  font-family: 'Roboto-Regular';
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.footer_logo{
  width: 100%;
  float: left;
  text-align: center;
}

.footer_logo ul{
  margin: 0px;
  padding: 0px;
}

.footer_logo ul li{
  display: block;
  list-style: none;
}

.footer_logo ul li a{
  color: #fff;
  font-size: 20px;
}



.footer_logo ul li a .fa {
    width: 46px;
}


.footer_logo ul li a {
    color: #fff;
    font-size: 30px;
    padding: 26px 0px;
    display: inline-block;
}


.footer_form{
  width: 100%;
  float: left;
}


.footer_form h3{
  color: #fff;
  font-family: 'Roboto-Regular';
  font-size: 25px;
  text-transform: uppercase;
  margin: 0px;
      padding-bottom: 20px;

}

.footer_form h3 span{
font-family: 'Roboto-Bold';
}

.copy_right{
  width: 100%;
  float: left;
/*   text-align: center; */
}

.copy_right p{
  color: #fff;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  text-transform: capitalize;
  margin: 0px;
}


.copy {
    width: 100%;
    float: left;
    background: #222;
    border-top: 1px solid #fff;
    padding: 15px 0px;
}

.blog_1_cont:hover h3 {
    color: #00006e;
    transition: all 0.4s ease;

}

header.header_main .col-md-12 {
    display: none;
}
.banner_cont p a {
    background: none;
    font-size: 30px;
    margin-top: 10px;
}

.banner {
    float: left;
    width: 100%;
}
.home .header_main {
    width: 100%;
    float: left;
    background: none;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
}
.header_main {
    width: 100%;
    float: left;
    position: relative;
    top: 0px;
    left: 0;
    z-index: 1;
    background: #ce0005;
}
/* .metaslider .caption-wrap{
    background: none!important;
        opacity: 1!important;
} */
.metaslider .caption-wrap {
background: rgba(0,0,0,0.4)!important;
opacity: 1!important;
height: 100%;
display: flex !important;
align-items: center;
justify-content: flex-end;
flex-direction: column;
}




div#metaslider_163 {
    margin-bottom: 0;
}
section.inner-banner {
    min-height: 470px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}section.inner-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
}
section.inner-banners {
    min-height: 470px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
section.inner-banners:after {
    content: "";
    width: 100%;
    height: 100%;
/*     background: rgba(0,0,0,0.5); */
    position: absolute;
    left: 0;
    top: 0;
}
section.service {
    margin: 50px 0;
}
.pagi {
    text-align: left;
    width: 100%;
    background: #eee;
}
.pagi li i {
    color: #222!important;
    padding: 10px;
}
.pagi li a {
    color: #222;
}
.entry-content h1 {
    color: #222;
    font-family: 'Roboto-Bold';
    font-size: 20px;
}
.entry-content h3 {
    color: #222;
    font-family: 'Roboto-Bold';
    font-size: 20px;
    padding-bottom: 20px;
}
.col-md-6.addrs h1 {
    padding-bottom: 20px;
}
.col-md-6.addrs p{
    padding-bottom: 15px;
}
.col-md-6.addrs span.wpcf7-form-control-wrap {
    width: 100%;
    max-width: 100%;
    background: #ccc!important;
    height: 40px;
    display: block;
    margin-bottom: 15px;
}
.col-md-6.addrs textarea.wpcf7-form-control.wpcf7-textarea {
    padding-left: 15px;
    padding-top: 15px;
    width: 100%;
    max-height: 125px;
    background: #eee;
    border: 1px solid #ccc;
    clear: both;
}
.col-md-6.addrs.info h2 {
    color: #222;
    font-family: 'Roboto-Bold';
    font-size: 20px;
    padding-bottom: 20px;
}
.col-md-6.addrs.info p a {
    color: #b50104;
}
.col-md-6.addrs.info {
    padding-left: 50px;
}
.col-md-6.addrs span.wpcf7-form-control-wrap.message {
    display: inline-block!important;
    height: 125px!important;
}
.col-md-6.addrs input.wpcf7-form-control.wpcf7-submit.sub {
    float: left;
    transition: all 0.5s ease;
}
.col-md-6.addrs input.wpcf7-form-control.wpcf7-submit.sub:hover {
    background: #b50104;
}
.col-md-6.addrs input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.nam {
    width: 100%;
    background: #eee;
    margin-bottom: 15px!important;
    border: 1px solid #ccc;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-width: 35%;
    width: 100%;
    float: right;
    margin-left: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    height: auto;
    margin-bottom: 20px;
}
.entry-content {
    margin: 50px 0;
    display: inline-block;
    width: 100%;
}
span.comments-link {
    margin-top: 18px;
    padding-left: 5px;
    color: #222;
    font-family: 'Roboto-Regular';
    font-size: 16px;
}
footer.entry-footer {
    display: inline-flex;
    width: 100%;
    float: left;
}
span.meta-sep {
    height: 21px;
    display: block;
    margin-top: 15px;
    padding-left: 5px;
}
.entry-content ul {
    margin-top: 15px;
}
.nav-previous a {
    font-family: 'Roboto-Regular';
    font-size: 18px;
    color: #fff!important;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    background: #b50104;
    padding: 10px;
}
span.cat-links {
    color: #222;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    line-height: 20px;
    padding-top: 15px;
    display: block;
    padding-bottom: 10px;
}
section.about-section {
    padding-bottom: 50px;
}
.entry-content p,.entry-content ul li {
    color: #222;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    line-height: 20px;
    list-style: disc;
	margin-bottom: 15px;
}
.pagi li {
    display: inline-block;
    font-family: 'Roboto-Bold';
    font-size: 22px;
    color: #222;
}
div#metaslider_163 img {
    min-height: 620px;
    object-fit: cover;
}

section.inner-banner {
 min-height: 430px;
background-repeat: no-repeat;
background-size: 100% auto;
width: 100%;
float: left;
}
ol.flex-control-nav.flex-control-paging {
    display: none;
}
ul.flex-direction-nav {
    display: none;
}

section.inner-banners {
 min-height: 430px;
background-repeat: no-repeat;
width: 100%;
float: left;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    border: 0;
    min-height: 40px;
    margin-bottom: 15px;
    padding-left: 15px;
    color: #777;
    font-family: 'Roboto-Regular';
    font-size: 16px;
}
span.wpcf7-form-control-wrap {
    max-width: 48%;
    width: 100%;
    float: left;
    margin-right: 4%;
}
form.wpcf7-form br {
    display: none;
}
span.wpcf7-form-control-wrap.email-178 {
    margin-right: 0!important;
}
span.wpcf7-form-control-wrap.tel-448 {
    margin-right: 0!important;
}

span.wpcf7-form-control-wrap.textarea-129 {
    width: 100%;
    max-width: 100%!important;
    margin-bottom: 15px;
    padding-left: 0;
    color: #777;
    font-family: 'Roboto-Regular';
    font-size: 16px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    padding-left: 15px;
    padding-top: 15px;
    width: 100%;
    max-height: 125px;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 34px;
    background: #00006e;
    border: 0;
    color: #fff;
    font-family: 'Roboto-regular';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 auto;
    display: block;
}

.nav-next a {
    font-family: 'Roboto-Regular';
    font-size: 18px;
    color: #fff!important;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    background: #b50104;
    padding: 10px;
    margin-left: 10px;
}
.nav-previous {
    display: flex;
    float: left;
}



.systems{
	padding:80px 0;
}

.systems .firsts .card {
    background-color: #ddd;
    padding: 15px;
    text-align: center;
	margin-bottom:25px;
}
.systems .firsts .card .card-body{
	padding-top: 15px;
}


.systems .mysec .card {
    margin-bottom: 40px;
}
.systems .mysec .card h4.card-title{
	    font-family: 'Roboto-Bold';
    font-size: 22px;
}
.systems .mysec .card h4.card-title span {
    color: #9c9c9c;
    font-weight: 200;
    font-family: 'Roboto-Regular';
    font-size: 19px;
    margin-top: 9px;
    margin-bottom: 7px;
}
.systems .mysec .card p.card-text{
	    color: #989898;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    padding: 15px 0;
	padding-top: 0;
    text-align: justify;
	    line-height: 24px;
}

.systems .mysec .card a.btn {
    background-color: #000;
    border-color: #001274;
    font-family: 'Roboto-Regular';
    padding: 9px 30px;
}
.systems .mysec .card a.btn:hover, .systems .mysec .card a.btn:active, .systems .mysec .card a.btn:focus{
	background-color: #00a000;
    border-color: #00a000;
}

.all-sec h3{
	    font-family: 'Roboto-Bold';
    text-align: center;
    margin: 30px 0 18px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
	font-size: 26px;
}
.all-sec {
    border: 1px solid #000;
    padding: 0 28px 30px;
	    margin-bottom: 25px;
	    font-family: 'Roboto-Regular';
	    min-height: 1000px;
}
.systems .col-md-6:nth-child(2) .all-sec h3 {
  color: #ff0000;
}
.systems .col-md-6:nth-child(4) .all-sec h3 {
  color: #ff0000;
}


.service .blog_1 .blog_1_cont{
	box-shadow:none;
	padding: 0 15px;
}
.service .blog_1{
	border: 1px solid #ddd;
	box-shadow: 5px 5px 0 0 #ddd;
}
.service .blog_1:hover .blog_1_cont{
	border:0px;
}

.service .blog_1_image img {
    object-fit: contain;
}

.services-template-default .entry-content ul {
    margin-top: 0;
    padding-left: 18px;
}
.services-template-default .entry-content h3 {
   font-size: larger;
    padding-bottom: 0;
}
.right-license
{
	float: right;
	margin-right: 84px;
}



div#wpcf7-f113-o1 form.wpcf7-form span.wpcf7-form-control-wrap {
    max-width: 100%;
}
div#wpcf7-f113-o1 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    text-align: center;
    float: left;
    margin-top: 14px;
}
div#wpcf7-f113-o1 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover,
div#wpcf7-f113-o1 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:active,
div#wpcf7-f113-o1 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:focus{
	    background: #b50104;
}
div#wpcf7-f113-o1 form.wpcf7-form span.wpcf7-form-control-wrap.your-name {
    max-width: 48%;
    float: left;
	margin-right: 4%;
}
div#wpcf7-f113-o1 form.wpcf7-form span.wpcf7-form-control-wrap.your-email {
    max-width: 48%;
    float: left;
    margin-right: 0;
}



.myupsers{
    position:relative;
}
.myupsers .playpause {
    background-image:url('https://callthebear.com/wp-content/uploads/2020/12/poster.jpg');
    background-repeat:no-repeat;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}

.service_main .about_cont.service_cont {
    background-color: #ffffffde;
    padding-bottom: 0;
    margin-bottom: 50px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    font-family: 'Roboto-Regular';
}