< !--@charset "utf-8";
/* CSS Document */ :focus {
  outline: 0 !important
}
* {
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
  -moz-scrollbar-width: thin;
}
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
button {
  outline: 0 !important
}
body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #000000
}
p {
  margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans', sans-serif;
}
#main {
  background-color: #fff;
}
a {
  text-decoration: none
}
.logo a {
  display: block;
}
.logo a img {
  transition: .3s ease-out;
}
header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.sticky {
  position: fixed;
  background-color: rgba(255, 255, 255, .98);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}
.sticky .headertop {
  display: none
}
.topiocn {
  font-size: 20px;
  cursor: pointer
}
.headertop {
  background-color: #000000;
}
.headertop a {
  color: #fff;
}
.mainlinks ul li {
  list-style: none
}
.mainlinks ul li a {
    color: #444444;
    display: block;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-size: 17px;
    font-weight: bold;
}
.mainlinks ul li a:hover {
    color: #e01a33;
    
}
.mainlinks ul li .sub-menu {
  display: none;
  padding: 20px 0;
  border: 0;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}
.mainlinks ul li .sub-menu li {
  padding: 10px 20px;
}
.mainlinks ul li .sub-menu li + li {
  border-top: 1px #f6f6f6 solid;
}
.mainlinks ul li .sub-menu li a {
  padding: 0
}
.mainlinks ul li .sub-menu li a:hover {
  color: #e01a33
}
.mainlinks ul > .menu-item-has-children > a::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.mainlinks ul li:hover .sub-menu {
  display: block;
}
.homepagebanner {
  background: #f6f6f6 url(../images/main-banner2.jpg) no-repeat bottom left;
  padding-top: 80px;
  padding-bottom: 200px;
  background-size: cover;
  position: relative
}
.homepagebanner .winssd {
  left: 20%;
  width: 100px;
  bottom: 70px;
  position: absolute;
}
.commanhead .mainheads {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 15px;
}
.commanhead .subhead {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.commanhead .subhead-1 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
.commanhead .smallheads {
  font-weight: 600
}
.commanbutton {
  color: #fff;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  transition: .3s ease-out;
}
.commanbutton.bg-reds {
  background-color: #e01a33;
}
.commanbutton.bg-reds:hover {
  background-color: #1a2238;
  color: #fff;
}
.commanbutton.bg-blacks {
  background-color: #1a2238;
}
.commanbutton.bg-blacks:hover {
  background-color: #fff;
  color: #1a2238;
}
.comanspacee {
  padding: 70px 0 40px 0;
}
.text-redweb {
  color: #e01a33 !important;
}
.moreclients .item img {
  display: inline-block !important
}
.boxsection {}
.boxsection ul {}
.boxsection ul li {
  list-style: none;
  position: relative
}
.boxsart {
  border: 1px #e9eef3 solid;
  border-radius: 5px;
  padding: 25px 20px;
  ;
  text-align: center
}
.boxsart .boxsart-icon {
  position: relative
}
.boxsart .boxsart-icon img {
  width: 90px;
}
.boxsart .boxsart-content {
  color: #000;
  padding: 15px 0 0
}
.boxsart .boxsart-content h4 {
  font-weight: 600;
  margin-bottom: 15px;
}
.boxsart .boxsart-content a {
  color: #e01a33;
  font-weight: 500;
}
.boxsart .boxsart-content p {
  margin-bottom: 20px;
}
.expertart {
  border-left: 5px #e01a33 solid;
  padding: 0 0 0 30px;
}
.whychooseimg {
  position: relative;
  padding: 30px 0 0 30px;
}
.whychooseimg:after {
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 30px;
  right: 30px;
  content: "";
  z-index: 1
}
.whychooseimg img {
  position: relative;
  z-index: 10;
  border-radius: 10px;
}
.whychooseus {
  background-color: #f9f9f9;
  position: relative
}
.whyloopsec {
  position: relative;
  padding: 0 0 0 110px
}
.whyloopsec img {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  border: 1px #e01a33 solid;
  border-radius: 5px;
}
.ourservicesarea {
  position: relative
}
.ourservicesarea:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 65%;
  background: url(../images/bg3.jpg) no-repeat center top;
  content: "";
  z-index: 1
}
.ourservicesarea .container {
  position: relative;
  z-index: 5
}
.ourservices {
  background-color: #f6f6f6;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  position: relative
}
.ourservices .fade-iocn {
  position: absolute;
  top: -10px;
  right: -10px;
  opacity: .1;
}
.ourservices:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-color: #e01a33;
  width: 50px;
  height: 50px;
  border-radius: 0 50px 0 0;
  transition: .2s ease-out;
  z-index: 1
}
.ourservices:hover:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0
}
.ourservices .ourservices-icon {
  width: 80px;
  margin: 0 0 20px 0;
  border: 1px #e01a33 solid;
  border-radius: 5px
}
.ourservices .ourservices-icon img {
  border-radius: 5px
}
.ourservices .ourservices-inner {
  padding: 45px 35px;
  position: relative;
  z-index: 9;
  color: #000;
  transition: .3s ease-out;
}
.ourservices:hover .ourservices-inner {
  color: #fff
}
.ourservices .ourservices-inner .ourservices-content h4 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
  transition: .3s ease-out;
}
.ourservices:hover .ourservices-inner .ourservices-content h4 {
  color: #fff
}
.ourservices .ourservices-inner .ourservices-content a {
  color: #e01a33;
  font-weight: 500;
  transition: .3s ease-out;
}
.ourservices:hover .ourservices-inner .ourservices-content a {
  color: #fff;
}
.ourservices .ourservices-inner .ourservices-content p {
  margin-bottom: 20px;
}
.ourtestimonals .ourtest-content {
  background: #f5f5f5 url(../images/quotes.png) no-repeat right bottom;
  padding: 40px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 45px;
}
.ourtestimonals .ourtest-content::after {
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 80px;
  height: 60px;
  bottom: -35px;
  position: absolute;
  z-index: -1;
  background-color: #f5f5f5;
  clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}
.ourtestimonals .ourtest-footer img {
  border: 2px #e01a33 solid;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.ourtestimonals .ourtest-footer h5 {
  color: #000;
}
.comcountersection {
  background: url(../images/bg4.jpg) no-repeat center center;
  background-size: cover
}
.comcounter {
  color: #fff
}
.comcounter .comcounter-iocn {
  border: 1px solid #484e60;
  font-size: 55px;
  display: inline-block;
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 5px;
  transition: .2s ease-out;
  color: #e01a33
}
.comcounter:hover .comcounter-iocn {
  background-color: #e01a33;
  color: #fff
}
.comcounter h2 {
  color: #e01a33;
  font-weight: 700;
}
.allblogss .bigblogsec {
  float: left;
  width: 100%;
  margin-right: 0;
}
.allblogss .smallblogs {
  float: left;
  width: 100%;
}
.allblogss .blogcontents {
  margin-bottom: 20px;
}
.blogcontents .blogcontents-thumb img {
  border-radius: 5px;
}
.blogcontents.smallblogs .blogcontents-content {
  padding: 0 0 0 20px;
}
.blogcontents.smallblogs .blogcontents-content h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogcontents.bigblogsec .blogcontents-content {
  padding: 20px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
.blogcontents .blogcontents-content h3 {
  margin-bottom: 15px;
}
.blogcontents .blogcontents-content h3 a {
  color: #000;
}
.blogcontents .blogcontents-content .blogtags {
  color: #000;
}
.blogcontents .blogcontents-content .blogtags i {
  color: #e01a33;
  margin-right: 4px
}
.custmocaredd {
  z-index: 1;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
  padding: 100px 0;
}
.custmocaredd p{
  color: #000;
  font-size: 18px;
}
.custmocaredd:after {
  right: 50%;
  bottom: -65%;
  width: 600px;
  height: 600px;
  z-index: -2;
  content: "";
  border-radius: 50%;
  position: absolute;
  background-color: #efefef;
  transform: translateX(50%);
}
.innerpageservice {
  background-image: url(../images/innerpage.jpg);
  padding: 100px 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat
}
.innerpageservice h1 {
  font-size: 42px;
  color: #ffffff;
  font-weight: 600;
}
.servicedetail {
  padding: 60px 0
}
.servicedetail .servicedetailimg {
  margin: 30px 0;
}
.servicedetail h2 {
  font-size: 30px;
  color: #444444;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}
.servicedetail h2:after {
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100px;
  content: "";
  position: absolute;
  background-color: #e01a33;
}
.servicedetail p {
  font-size: 16px;
  margin-bottom: 10px;
}
.servicedetail ul {
  padding: 0;
  margin: 0;
  margin: 20px 0;
}
.servicedetail ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  padding-bottom: 10px;
}
.servicedetail ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  height: 6px;
  width: 6px;
  background-color: #e01a33;
}
.main-contact-area {
  padding: 60px 0
}
.main-contact-area .contact-wrap .contact-title h2 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #000219;
  font-weight: 800;
}
.main-contact-area .contact-wrap .form-group {
  margin-bottom: 30px;
}
.main-contact-area label {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.form-control {
  height: 50px;
  color: #e21f36;
  border: 1px solid #ebebeb;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
}
.form-control:focus, .form-control:hover:focus {
  box-shadow: unset;
}
.main-contact-area .contact-wrap .default-btn {
  cursor: pointer;
}
.default-btn:hover {
  background-color: #1a2238;
  color: #fff;
}
.default-btn {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 15px 30px 16px;
  transition: all .5s ease;
  background-color: #e01a33;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  border: none;
  border-radius: 5px;
}
.main-contact-area .contact-info {
  background-color: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
  padding: 60px 30px;
}
.main-contact-area .contact-info h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.main-contact-area .contact-info p {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
}
.main-contact-area .contact-info .address .location {
  padding-left: 60px;
  position: relative;
}
.main-contact-area .contact-info .address {
  margin: 0;
  padding: 0
}
.main-contact-area .contact-info .address li {
  margin-bottom: 20px;
  list-style: none
}
.main-contact-area .contact-info .address li i {
  position: absolute;
  color: #e21f36;
  left: 0;
  top: 5px;
  font-size: 35px;
}
.main-contact-area .contact-info .address .location span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000219;
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap li {
  display: inline-block;
  padding-right: 10px;
}
.main-contact-area .contact-info .address .location a {
  color: #444444;
}
.main-contact-area .contact-info .address .location a:hover {
  color: #e21f36;
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap {
  margin: 0;
  padding: 0;
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a i {
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #4b5280;
  border-radius: 50px;
  text-align: center;
  color: #4b5280;
  transition: all .5s ease;
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a:hover {
  margin-top: -5px;
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a:hover i {
  border-color: #e21f36;
  background-color: #e21f36;
  color: #fff;
}

.aboutussec{

    margin: 60px 0;

  }

  .aboutussec h2{

    font-size: 36px;

    line-height: 48px;

    margin-bottom: 20px;

    font-weight: 700;

    color: #000

  }

  .aboutussec p{

    font-size:16px;

    margin-bottom: 20px;

    color: #000

  }

  .decor-line {

    position: relative;

    padding-bottom: 20px;

}

.decor-line:before {

    position: absolute;

    right: 0;

    left: 0;

    bottom: 0;

    width: 74px;

    height: 5px;

    background: #db0102;

    content: "";

}

.fonts-28 {

    font-size: 28px;

    line-height: 42px;

}

.text-dark {

    color: #000 !important;

}

.aboutussec .col-md-6:nth-child(1) .rating {border-left: 0;border-top: 0;}

.aboutussec .start-padd {padding-right: 2px;}

.aboutussec .col-md-6:nth-child(2) .rating {border-right: 0;border-top: 0;}

.aboutussec .col-md-6:nth-child(3) .rating {border-left: 0;border-bottom: 0;}

.aboutussec .col-md-6:nth-child(4) .rating {border-right: 0;border-bottom: 0;}

.aboutussec .rating {border: 2px solid #DBDBDB;padding: 30px;min-height: 250px;}

.aboutussec .rating figure {min-height: 40px;}

.aboutussec .rating:hover {background: #fff;box-shadow: 0 5px 15px #e0e0e0;}

.pb30 {

    padding-bottom: 30px!important;

}

.aboutservice h2{

  font-size: 40px;

  line-height: 50px;

  color: #000;

  font-weight: 600;

  text-align: center;

}

.aboutservice h2.decor-line:before{

  margin: auto; 

}

.aboutservice p{

    font-size:16px;

    margin-bottom: 20px;

    color: #000

}

.aboutservice .service-about {

    background: #fff;
    color: #000;
    box-shadow: 0 5px 15px #e0e0e0;

    border-radius: 8px;

    margin-bottom: 40px;

    padding: 30px 30px;

}

/*.aboutservice .service-about figure {

    width: 135px;

    height: 135px;

    background-color: #db0102;

    line-height: 135px;

    margin: 0 auto;

    border-radius: 50%;

}*/

.aboutservice .service-about h3{

    font-size:20px;

    margin: 15px 0;

    color: #000

}

.aboutservice .service-about h3 a{

    color: #000;

}

.aboutservice .service-about h3 a:hover{

    color: #db0102;

}

.visionmisson{

  background:#f6f6f6; 

}

.visionmisson .boxsection{

  padding: 4rem 6rem;

}

.visionmisson h4{

  position: relative;

  padding-bottom:10px; 

}

.visionmisson h4:before {

    position: absolute;

    right: 0;

    left: 0;

    bottom: 0;

    width: 50px;

    height: 4px;

    background: #db0102;

    content: "";

}

.visionmisson .boxsart {

    border: 2px #ececec solid;

    padding: 25px;

}

.visionmisson .boxsart p{

    font-size:16px;

    margin-bottom: 0;

    color: #000;

}


.servicedetailtop{

  padding: 40px 0;

  background:#f9fbff;

}

.servicedetailtop h1{

  font-size: 45px;

  line-height: 56px;

  color: #000000;

  margin-bottom: 20px;

}

.servicedetailtop p{

  font-size: 18px;

  line-height: 24px;

  color: #000000;

  margin-bottom: 20px;

}

.commonheadinner h2{

  font-size: 40px;

  line-height: 50px;

  color: #000;

  font-weight: 600;

  text-align: center;

}

.commonheadinner h2.decor-line:before{

  margin: auto; 

}

.commonheadinner p{

    font-size:16px;

    margin-bottom: 20px;

    color: #000

}

.decor-line {

    position: relative;

    padding-bottom: 20px;

}

.decor-line:before {

    position: absolute;

    left: 0;

    bottom: 0;

    width: 74px;

    height: 5px;

    background: #db0102;

    content: "";

}

.mad_service_box {

    background: #ffffff;

    border-radius: 10px;

    box-shadow: 0px 1px 46px 0px rgb(0 0 0 / 6%);

    transition: all 0.3s linear 0s;

    padding: 30px 20px;

    text-align: left;

}

.mad_service_box:hover {

    box-shadow: 0px 1px 46px 0px rgb(0 0 0 / 40%);

}

.mad_service_box figure {

    display: inline-block;

    vertical-align: top;

  }

    .mad_service_box figure img {

    max-width: 100%;

    max-height: 100%;

    width: auto;

}

.mad_service_box h3 {

   

    font-size: 22px;

    line-height: 30px;

    display: inline-block;

    text-align: left;
    position: relative;
    padding-bottom: 15px;

}
.mad_service_box h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #db0102
}
.mad_service_box h3 a {

    color: #000;

}

.mad_service_box p{

   font-size:16px;

    color: #000;

    margin-bottom: 0;

    margin-top: 10px;

}

.aboutservice .commonheadinner .decor-line:before{

  right: 0

}

.serviceformsec{

    padding: 60px 0; 

    background: #f9f9f9;

  }

 .serviceformsec .homen_form {

    border: 1px solid #DBE9FF;

    border-radius: 15px;

    padding: 25px 25px;

    box-shadow: 0 0px 20px rgb(155 155 155 / 7%);

    background: #fff;

}

.serviceformsec .homen_form h3{

  font-size: 26px;

  padding: 0 20px;

  color: #000;

  font-weight: 600;

}

.serviceformsec .homen_form p{

  font-size: 16px;

  color: #000;

  margin: 15px 0;

}
.homen_form .wpcf7-form-control {
  margin-bottom: 10px;
  height: 50px;
    color: #000;
    border: 1px solid #ebebeb;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
}
.homen_form .wpcf7-submit {
    background-color: #e01a33;
    color: #fff;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    transition: .3s ease-out;
    width: auto;
}

.serviceformsec .homen_form .form-group{

  margin-bottom: 15px;

}

.instalikeapp {

    background: #F9F9F9;

    margin-top: 0;

    margin-bottom: 30px;

    padding: 25px 20px;

    border: 1px solid #DBDBDB;

    text-align: left;

}

 .instalikeapp .number {

    font-size: 50px;

    line-height: normal;

    color: #db0102;

    font-weight: 600;

}

 .instalikeapp h3{

  font-weight: 500;

  font-size: 18px;

  line-height: 26px;

  margin-bottom: 1rem;

  margin-top: 0.5rem;

  color: #000

 }

 .instalikeapp ul{

  padding:0 

 }

.instalikeapp ul li {

    padding-left: 20px;

    padding-bottom: 5px;

    position: relative;

    text-align: left;

    font-size: 16px;

    list-style: none;

    color: #000;

}

.instalikeapp ul li:before {

  content: '';

  position: absolute;

    height: 10px;

    width: 10px;

    left: 0;

    top: 7px;

    border-radius: 100%;

    background: #db0102;

}

.commonlinecenter .decor-line:before{

    right: 0

  }

  .faqsection{

    padding-bottom: 60px;

  }

  .faqsection .accordion-item{

    background: #f5f5f5; 

    margin-bottom: 20px;

    border:none;

  }

  .faqsection .accordion-item .accordion-button{

    background: transparent;

  }

  .faqsection .accordion-item .accordion-button{

    color: #000;

    font-weight: 600;

  }

  .faqsection .accordion-item .accordion-body p{

    color: #000;

    font-size: 16px;

  }

  .blog-category-list{
  margin-top: -100px
}  
.blog-category-list .category_link {
    margin-bottom: 10px;
    background: #fff;
    position: relative;
    padding: 24px 15px;
    box-shadow: 0 3px 6px rgba(0 0 0 / 16%);
    transition: all 0.1s linear 0s;
    text-align: center;
    cursor: pointer;
    border-radius: 8px !important;
    min-height: 160px;
}

.blog-category-list .category_link figure {
    width: 44px;
    text-align: center;
    height: 44px;
    margin: 0 auto;
}
.blog-category-list p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px
}
.blog-category-list .category_link a {
    color: #000;
}

footer {
  padding: 60px 0 0;
}
.footerlinks h4 {
  color: #000;
  position: relative;
  padding: 0 0 8px 0;
  font-size: 20px;
  margin-bottom: 10px;
}
.footerlinks h4:after {
  left: 0;
  bottom: 0;
  height: 2px;
  width: 40px;
  content: "";
  position: absolute;
  background-color: #e01a33;
}
.footerlinks ul li {
  list-style: none;
  margin-bottom: 7px;
}
.footerlinks ul li a {
  color: #000;
}
.so-iocn {
  background-color: #000;
  line-height: 35px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px 5px 0;
  text-align: center;
  color: #fff !important;
  transition: .2s ease-out;
}
.so-iocn:hover {
  background-color: #e01a33;
}
.copyrights {
  border-top: 1px #eee solid
}
.copyrights a, .copyrights {
  color: #000;
}

/*Mobile Menu*/

#slide {
  display: none
}
.sidewarper {
  z-index:999999;
  display: none;
  background-color:rgba(0, 0, 0);
  width: 100%;
  position:fixed;
  height:100%;
  overflow:scroll;
  overflow-x:hidden;
  left:-1400px;
  top:0;
  bottom:0
}
#slidesection {
  width:100%
}
#slidesection .container {
  padding:0 !important
}
#slidesection .overscroll {
  padding:10px 10px 30px 10px
}
#slidesection .topclose {
  background-color:#000;
  color:#fff;
  font-size:20px;
  text-transform:uppercase;
  padding:15px 30px;
  display:block
}
#slidesection .topclose a {
  display:block;
  color:#fff !important;
  cursor:pointer
}
#slidesection .topclose a i {
  float:right;
  padding-top: 15px
}
#slidesection .topclose a strong {
  color:#fff
}
#slidesection .overscroll #sidelinks {
  color:#fff;
}
#slidesection .overscroll #sidelinks ul {
  padding:0
}
#slidesection .overscroll #sidelinks ul li {
  list-style:none;
}
#slidesection .overscroll #sidelinks a {
  display:block;
  padding:10px 0;
  color:#fff;
  font-weight:400
}
#slidesection .overscroll #sidelinks li+li {
  border-top:1px rgba(255, 255, 255, .2) dashed
}
#slidesection .overscroll #sidelinks a {
  color:#fff
}
#slidesection .overscroll #sidelinks .subchild {
  background-color:#155aba;
  margin-top:10px
}
#slide {
  cursor:pointer
}
.accordion-toggle {
  cursor:pointer;
  margin:0;
  display:block;
  position:relative
}
.accordion-toggle span {
  position:absolute;
  right:5px;
  top:0;
  text-align:center;
  line-height:20px;
  color:#fff;
  z-index:999;
  width:20px;
  height:20px
}
.accordion-toggle .disinb {
  display:inline-block!important
}
.accordion-content ul {
  background-color:transparent;
  margin-top: 15px;
  padding-left: 15px
}
.accordion-content ul li {
  border:0!important
}
.accordion-content ul a {
  padding:5px 10px!important
}
.accordion-content {
  display:none
}
#menu-header-menu .accordion .nav {
    display: block; 
    flex-wrap: wrap;
    padding-left: 15px;
    }
.mobilenone {
  display: block
}
.footerinformation {
  padding: 20px 0;
}
.footerinformation ul li {
  list-style: none;
  padding: 5px 0px;
  border-bottom: 1px #313131 solid;
}
.footerinformation ul li a {
  color: #fff;
  font-size: 15px;
}
@media(max-width:340px) {}
@media(min-width:576px) {}
@media(max-width:768px) {
  .aboutservice h2 {
    font-size: 24px;
    line-height: 34px;
}
  .servicedetailtop {
    padding: 0px 0 0
  }
  .commonheadinner h2 {
    font-size: 22px;
    line-height: 30px;
}
.mad_service_box h3 {
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
}
.serviceformsec .homen_form h3 {
    font-size: 20px;
}
 .servicedetailtop h1 {
    font-size: 26px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 10px;
}
.visionmisson .boxsart {
  margin-bottom: 20px;
}
 .visionmisson .boxsection {
    padding: 2rem 0rem;
}
  .commanhead .mainheads {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .commanhead .subhead {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .custmocaredd {
    padding: 40px 0;
}
.blogcontents .blogcontents-content h3 {
    font-size: 20px;
}
.blogdetailpage .content h1 {
    font-size: 23px;
}
  .commanhead .subhead-1 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .allblogss .smallblogs {
    float: left;
    width: 47%;
  }
  .allblogss .blogcontents {
    margin-bottom: 20px;
  }
}
@media(min-width:992px) {}
@media(max-width:1200px) {
   #slide {
 display: block;
 margin-top: 0px;
 font-size: 24px;
 color: #000;
}
 .sidewarper {
 display: block;
}
 .mobilenone {
 display: none !important
}
}

.owl-carousel {
  position: relative
}
.owl-nav {
  position: absolute;
}
.owl-nav .owl-next {
  float: left
}
.owl-nav .owl-prev {
  float: right
}
.owl-carousel.bottomright .owl-nav {
  bottom: -50px;
  right: 25%
}
.owl-carousel.centermobil .owl-nav {
  top: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(0);
  width: 90px;
  padding: 10px 0 0;
}
@media(min-width:768px) {
  .owl-carousel.centermobil .owl-nav {
    top: 50%;
    bottom: auto;
    left: -50px;
    right: -50px;
    transform: translateY(-50%);
    width: auto;
    padding: 0
  }
}
.owl-dots {
  padding: 20px 0 0;
  text-align: center;
}
.owl-dots button {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.owl-dots .owl-dot span {
  position: relative;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #8f8f8f;
}
.owl-dots .owl-dot span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  background-color: #8f8f8f;
  margin: 2px;
}
.owl-dots .owl-dot.active span {
  border: 1px solid #e01a33
}
.owl-dots .owl-dot.active span:after {
  background-color: #e01a33
}
.owl-carousel .owl-nav button {
  background-color: transparent;
  border: 0;
  padding: 0
}
:focus {
  outline: 0 !important
}
.owl-nav button + button {
  margin-left: 10px;
}
.owl-nav button span {
  background-color: #fff;
  border: 1px #e01a33 solid;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #000;
  border-radius: 50%;
  text-align: center;
  display: block;
  font-size: 20px;
  transition: .2s ease-out;
}
.owl-nav button:hover span {
  background-color: #e01a33;
  color: #fff;
  border: 1px #e01a33 solid;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 

 *  Owl Carousel - Auto Height Plugin

 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 

 *  Core Owl Carousel CSS File

 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  z-index: 1;
}
.owl-carousel .owl-stage {
  border: 0;
  height: auto;
  position: relative;
  -ms-touch-action: pan-Y;
  padding: 0;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  display: block;
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 

 *  Owl Carousel - Lazy Load Plugin

 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 

 *  Owl Carousel - Video Plugin

 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../img/owl/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}