 
.heading_main {
    float: left;
    display: flex;
}


.full {
  float: left;
  width: 100%;
}
.full > img {
    width: 100%;
    max-height: 250px;
}


/**********************Banner ******************************/
.btn-sq-lg {
   width: 120px !important;
    height: 120px !important;
}
.sidexs {
    padding-left: 0px;
    padding-top: 10px;
}
.btn-sq-lg i{
    margin-top: 20px;
}

@media only screen and (min-width:1200px){
    .margintopban{margin-top: -120px;}
    .btn-sq-lg{
        /*border-radius: 50%;*/
        z-index: 999999999;
    }
    .heads{
    color: #000;
    text-align: left;
    font-weight: bold!important;
    margin-top: 5px;
}
.margintopminus{
    margin-top: -100px;
}
.mycontaniner{
      margin-left: 25px;
      margin-right: 25px;
    }

.marquee{
    margin-top: 40px;
}
 .marginminusforcard{
        margin-top: -100px;
    }
    .maxbannerheight{
        max-height: 570px;
    }
    .myrow{
          margin-right: -60px;
    }
}
@media only screen and (max-width: 800px){
    .btn-sq-lg{
         width: 100px !important;
        height: 100px !important;
    }
    .myrow{
      margin-right: 0px;
    }
    .heads{
    color: #000;
    text-align: center;
    font-size: 10px;
    justify-content: flex-end;
    font-weight: bold;
    line-height: 14px;
    }
    .hidden-xs{
        display: none;
    }
    .paddsformobile{
        padding-left: 10px;
    }
    .marginminusforcard{
        margin-top: -50px;
    }
}
.btn-outline-white {
    /*border: 1px solid #fff;*/
    color: #fff;
}
.btn-outline-white:hover,.btn-outline-white:focus {
    border: 1px solid #fff;
    color: #000;
    background-color: #fff
}



.col-xs-4 {
    width: 33.33333333%;
}
@media only screen and (max-width: 767px)
{
    .homepage-slider-1 .owl-dots div
    {
        height: 5px;
        width: 5px;
    }
}

.homepage-slider-1 .owl-dots div
    {
            height: 5px;
            width: 5px;
    }
/******************************Services Page ********************************/

.sectioncardsservices {
    width: 100%;
    min-height:550px;
    background:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.1);
    border-radius:10px;
    transition:0.5s;
}
.sectioncardsservices:hover {
    box-shadow:0 30px 70px rgba(0,0,0,.2);
}
.sectioncardsservices .box {
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    text-align:center;
    padding:20px;
    box-sizing:border-box;
    width:100%;
}
.sectioncardsservices .box .img {
    
    margin:0 auto;
    border-radius:50%;
    overflow:hidden;
}
.sectioncardsservices .box .img img {
    width:100%;
    height:100%;
}
.sectioncardsservices .box h2 {
    font-size:20px;
    color:#262626;
    margin:20px auto;
}
.sectioncardsservices .box h2 span {
    font-size:14px;
    background:#e91e63;
    color:#fff;
    display:inline-block;
    padding:4px 10px;
    border-radius:15px;
}
.sectioncardsservices .box p {
    color:#262626;
}
.sectioncardsservices .box span {
    display:inline-flex;
}
.sectioncardsservices .box ul {
    margin:0;
    padding:0;
}
.sectioncardsservices .box ul li {
    list-style:none;
    float:left;
}
.sectioncardsservices .box ul li a {
    display:block;
    color:#aaa;
    margin:0 10px;
    font-size:20px;
    transition:0.5s;
    text-align:center;
}
.sectioncardsservices .box ul li:hover a {
    color:#e91e63;
    transform:rotateY(360deg);
}

.box img{
    width: 100%;
    height: 200px;
}

@media only screen and (max-width: 767px)
{
.sectioncardsservices {
    margin-bottom: 18px;
}
}

.borderst{
    border: 2px solid #4581b7;
}

.icn-image{
     width: 100px;border-radius: 50%;height: 100px;
}


.bg-rw, .services-tabs .nav-link.active, .list-group-rw .list-group-item.active {
    background-color: #00293c;
    color: #fff;
}
.services-tabs .nav-item .nav-link {
    padding: 1rem;
    border: 1px solid #00293c;
    color: #030000;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px;
}

.bg-rw, .services-tabs .nav-link.active, .list-group-rw .list-group-item.active {
    background-color: #00293c;
    color: #fff;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}


.basic-padding{
    padding-top:15px;
    padding-bottom:15px;
}
.image-hover {
  background: -webkit-linear-gradient(45deg, #ff89e9 0, #05abe0 100%);
  background: linear-gradient(45deg, #442f40 0, #095269 100%);
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-hover .overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  text-align: left;
}
.image-hover .overlay::before {
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  opacity: 0;
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.image-hover img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  max-width: none;
  width: calc(108%);
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.image-hover h2 {
  /*padding: 15% 0 10px;*/
  color: #fff;
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
}
.btn-hover{
    background-color: #190e0e4a;
    color: #fff;
    text-align: right;
    margin-top: 20px;
    font-weight: bold;
    text-decoration: underline;
}
.image-hover .btn-hover {
 /* display: inline-block;*/
  color: #fff;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.image-hover img {
  opacity: .6;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.image-hover:hover .overlay::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.image-hover:hover .btn-hover {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.services-tabs .nav-item .nav-link:focus {
  color: #ffffff;
  background-color: #1a2e60;
}

.btnallservices{
    padding: 1rem;
    border: 1px solid #00293c;
    color: #030000;
    background-color: #fff;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px;
}

.btnallservices:hover{
    background-color: #1a2e60;
    color: #fff;
}
.imagesettab{
    max-height: 150px;
}

.headingcoose{
    color: #1a2e60;
    font-weight: bold;
    text-decoration: underline;
}

.fontsize{
    font-size: 1.1em;
    text-align: left;
}

  .section-title {
  position: relative
}
.section-title p {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
}
.section-title h4 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  display: inline-block
}
.section-title h4:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #d8d8d8;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.section-title h4:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #1fd1eb;
  left: 0;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mb-100{
    margin-bottom:100px;
}
.mb-50{
  margin-bottom: 50px;
}
.services {
  background-color: #FBFBFB;
}
.single-service {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 30px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16)
}
.single-service:before {
  position: absolute;
  width: 0;
  height: 0;
  background-color: #1fd1eb;
  left: 0;
  top: 0;
  content: "";
  -webkit-transition: .3s;
  transition: .3s
}
.single-service:after {
  position: absolute;
  width: 0;
  height: 0;
  background-color: #1fd1eb;
  right: 0;
  bottom: 0;
  content: "";
  -webkit-transition: .3s;
  transition: .3s
}
/*.single-service:hover:after,
.single-service:hover:before {
  width: 50%;
  height: 2px;
  -webkit-transition: .3s;
  transition: .3s
}*/
/*.single-service:hover {
  box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10)
}*/
.single-service i.fa {
  font-size: 50px;
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
  line-height: 80px;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s
}
.single-service h4{
  font-weight: bold;
  text-align: center;
}
/*.single-service:hover i.fa {
  background-color: #1fd1eb;
  color: #fff;
  border-color: #1fd1eb;
  border-radius: 0;
}*/

.single-service p {
  font-size: 15px;
  line-height: 1.8;
}
.single-pricing-table{
 padding: 0px 0 0px; 
}
  .quotation_area::before {
    width: 100%;
  }
  .text-center{
    text-align: center;margin-top: 10px;
  }


  /*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto*/


#intro1 {
    width: 100%;
    background: url(../Assets/img/home-img/laws.webp) top center;
    background-size: 100% 100%;
    background-size: cover;
    overflow: hidden;
    position: relative;
    border-left:2px solid #f82249;
    border-right:2px solid #f82249;
    border-bottom:2px solid #f82249;
}

#intro1:before {
    content: "";
    background: rgb(255 255 255 / 90%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.myrow{
  width: unset;
  margin-top: 100px;
  
}