@import url('https://fonts.googleapis.com/css?family=Roboto:300');
@import url('https://fonts.googleapis.com/css?family=Domine:700');
body{
  margin:0;
  padding: 0;
  font-family: calibri !important;
}
 
.nb-form {
    position: fixed;
    z-index: 9999;
    width: 282px;
    background: #FFF;
    right: 20px;
    bottom: -367px;
    transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}
.nb-form:hover {
    bottom: 0px;
}

/*-- User Icon --*/

.nb-form .user-icon {
    position: absolute;
    top: -49px;
    right: 12px;
    display: block;
    width: 58px;
    margin: 20px auto 15px;
    border-radius: 100%;
}

/*-- Title --*/

.nb-form .title {
    background: #3f00b9;
    font-size: 16px !important;
    padding: 20px 10px 59px !important;
    color: #fff !important;
    border-radius: 10px 10px 0 0;
}

/*-- Text --*/

.nb-form p {
    font-size: 13px;
    margin: 0;
    padding: 15px;
    color: #666;
}

.nb-form p.message {
    margin-left: 7px;
}

/*-- Form Elements --*/

.nb-form form {
    padding: 0 15px 15px 15px;
}

.nb-form input,
.nb-form textarea {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    width: 254px;
    max-width: 254px;
    margin-bottom: 10px;
    margin-left: 7px;
    padding: 6px;
    border: none;
    border-radius: 4px;
    color: #999;
    border-bottom: 1px solid #f0f0f0;
}

.nb-form input:focus,
.nb-form textarea:focus {
    outline: none;
    box-shadow: none;
}

.nb-form input[type='submit'] {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff !important;
    border: none;
}

.nb-form input[type='submit']:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.07),0 1px 7px 0 rgba(0,0,0,0.02),0 3px 1px -1px rgba(0,0,0,0.1);
}

.nb-form textarea {
    min-height: 110px;
}


.nb-form ::-webkit-input-placeholder {
    color: #000;
}

.nb-form ::-moz-placeholder{
    color: #000;
}

.nb-form :-ms-input-placeholder {
    color: #000;
}

.nb-form :-moz-placeholder {
    color: #000;
}

.nb-form input[type='submit'] {
    background: #03a9f4;
}













.price-sec{
  width: 100%;
  height: 100%;
  box-sizing:border-box;
  padding: 100px 0px;
  background-color: #eee;
}
.price-sec .ptables-head{
  font-family: 'Domine', serif;
  box-shadow:0px 6px 14px rgba(0, 0, 0, 0.3);
  padding:30px 0;
  margin:0px 0px 100px 0px;
  border-radius:3px;
  background:linear-gradient(25deg,#feae3f 15%,transparent 0%),
    linear-gradient(-25deg, #f321d7 15%, transparent 0%),
    linear-gradient(-150deg, #64b5f6 15%, transparent 0%),
    linear-gradient(150deg, #f47 15%, transparent 0%);

}
/*@media all and (max-width:600px){
  .ptables-head h1{
     font-size:30px;
  }
}*/
.login-form {
    width: 340px;
    margin: 50px auto;
    font-size: 15px;
}
.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.login-form h2 {
    margin: 0 0 15px;
}
.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
}
.btn {        
    font-size: 15px;
    font-weight: bold;
}

.price-sec .price-table{
  margin:5px 0px;
}
.price-sec .price-table .card{
  position: relative;
  max-width:300px;
  height:auto;
  background: linear-gradient(-45deg, #fe0847, #feae3f);
  border-radius:15px;
  margin: 0 auto;
  padding: 40px 20px;
  box-shadow:0 10px 15px rgba(0,0,0,.5);
  transition: .5s;
  overflow: hidden;
}
.price-sec .price-table .card:hover{
  transform: scale(1.1);
}

.price-table:nth-child(1) .card,
.price-table:nth-child(1) .card .title i{
    background: linear-gradient(-45deg, #f403d1, #64b5f6);

}
.price-table:nth-child(2) .card,
.price-table:nth-child(2) .card .title i{
    background: linear-gradient(-45deg, #fe6c61, #f321d7);

}

.price-table:nth-child(3) .card,
.price-table:nth-child(3) .card .title i{
    background: linear-gradient(-45deg, #24ff72, #9a4eff);

}
.price-table .card:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(255, 255, 255, .1);
  z-index: 1;
  transform:skewY(-5deg) scale(1.5);

}
.price-table .title i{
  color:#fff;
  font-size: 60px;
  width: 100px;
  height:100px;
  border-radius: 50%;
  text-align:center;
  line-height: 100px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .2)
}
.price-table .title h2{
  position: relative;
  margin:20px 0 0;
  padding: 0;
  color:#fff;
  font-size: 28px;
  z-index: 2;
}
.price-table .price{
  position: relative;
  z-index: 2;
}
.price-table .price h4{
  margin:0;
  padding: 20px 0;
  color:#fff;
  font-size: 60px;

}
.option {
  position: relative;
  z-index: 2;
}
.option ul{
  margin:0;
  padding: 0;
  
}
.option ul li{
  margin:0 0 10px;
  padding: 0px 15px;
  list-style: none;
  color:#fff;
  font-size: 18px;
}


@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section{
  padding: 60px 0;
}
section .section-title{
  text-align:center;
  color:#121312;
  /*margin-bottom:50px;*/
  text-transform:uppercase;
}
#what-we-do{
    background-color: #fff;
}
#what-we-do .card{
  padding: 1rem!important;
  border: none;
  margin-bottom:1rem;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
      background-color: #fff;
      /*box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);*/
}
#what-we-do .card:hover{
  -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  box-shadow: -13px -13px 9px -6px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
  padding-left: 0px;
    position: relative;
}
#what-we-do .card .card-block a{
  color: #000 !important;
  font-weight:300;
  text-decoration:none;
}
#what-we-do .card .card-block a i{
  display:none;
  
}
#what-we-do .card:hover .card-block a i{
  display:inline-block;
  font-weight:700;
  
}
#what-we-do .card .card-block:before{
  font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #007b5e;
    left: 0;
  -webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "";
    background: url('../images/tax.png') no-repeat 0 0;
    background-size: 30px 30px;
     display: block;
    height: 40px;
    width: 30px; 
    margin-top: 20px;  
    margin-left: 5px;
  
}
#what-we-do .card .block-2:before{
    content: "";
    background: url('../images/gst.png') no-repeat 0 0;
    background-size: 30px 30px;
     display: block;
    height: 40px;
    width: 30px;  
    margin-top: 20px;  
    margin-left: 5px;
}
#what-we-do .card .block-3:before{
    content: "";
    background: url('../images/epf.png') no-repeat 0 0;
    background-size: 30px 30px;
     display: block;
    height: 40px;
    width: 30px;  
    margin-top: 20px;  
    margin-left: 5px;
}
#what-we-do .card .block-4:before{
   content: "";
    background: url('../images/esi.png') no-repeat 0 0;
    background-size: 30px 30px;
     display: block;
    height: 40px;
    width: 30px;  
    margin-top: 20px;  
    margin-left: 5px;
}
#what-we-do .card .block-5:before{
    content: "";
    background: url('../images/busi.png') no-repeat 0 0;
    background-size: 30px 30px;
     display: block;
    height: 40px;
    width: 30px;  
    margin-top: 20px;  
    margin-left: 5px;
}
#what-we-do .card .block-6:before{
    content: "";
    background: url('../images/filing.png') no-repeat 0 0;
    background-size: 30px 30px;
     display: block;
    height: 40px;
    width: 30px;  
    margin-top: 20px;  
    margin-left: 5px;
}
#what-we-do .card .block-12:before{
    content: "";
    background: url('../images/shop.png') no-repeat 0 0;
    background-size: 30px 30px;
     display: block;
    height: 40px;
    width: 30px; 
    margin-top: 20px;  
    margin-left: 5px; 
}
#what-we-do .card .block-8:before{
    content: "";
    background: url('../images/land.png') no-repeat 0 0;
    background-size: 30px 30px;
     display: block;
    height: 40px;
    width: 30px;  
    margin-top: 20px;  
    margin-left: 5px;
}
#what-we-do .card .block-9:before{
    content: "";
    background: url('../images/bank.png') no-repeat 0 0;
    background-size: 30px 30px;
     display: block;
    height: 40px;
    width: 30px;  
    margin-top: 20px;  
    margin-left: 5px;
}
#what-we-do .card .block-10:before{
    content: "";
    background: url('../images/court.png') no-repeat 0 0;
    background-size: 30px 30px;
    display: block;
    height: 40px;
    width: 30px;  
    margin-top: 20px;  
    margin-left: 5px;
}
#what-we-do .card .block-11:before{
    content: "";
    background: url('../images/CA.png') no-repeat 0 0;
    background-size: 30px 30px;
     display: block;
    height: 40px;
    width: 30px;  
    margin-top: 20px;  
    margin-left: 5px;
}
#what-we-do .card:hover .card-block:before{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);  
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
.btn-primary {
    color: #fff;
    background-color: #000000;
    border-radius: 20px;}



.ftco-section {
  padding: 0em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
     /* padding: 6em 0;*/ } }

.ftco-bg-dark {
  background: #3c312e; }

.ftco-no-pt {
   
        background-color: #fff;
          padding-bottom: 20px;
            margin-top: 62px;}

.ftco-no-pb {
  padding-bottom: 0 !important; }
  .block-7 .btn-primary {
    color: #fff;
    text-transform: uppercase;
    font-style: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
    border-radius: 20px;
    background-color: black;
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.block-7 {
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 30px;
  background: #254ec5;
  height:508px;
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
box-shadow: 8px 8px 9px -4px rgb(158, 158, 158);}
  @media (max-width: 991.98px) {
    .block-7 {
      margin-top: 30px; } }
  .block-7 .heading-2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600; }
  .block-7 .price {
    margin: 0;
    padding: 0;
    display: block; }
    .block-7 .price sup {
      font-size: 24px;
      top: -1em;
      color: #fff; }
    .block-7 .price .number {
      font-size: 40px;
      font-weight: 600;
      color: #fff; }
  .block-7 .excerpt {
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase; }
  .block-7 .label2 {
    text-transform: uppercase; }
  .block-7 .pricing-text, .block-7 .pricing-text li {
    padding: 0;
    margin: 0; }
  .block-7 .pricing-text li {
    list-style: none;
    margin-bottom: 15px;
    color: #FFF; }
    .block-7 .pricing-text li span.fa {
      color: #fff; }
  .block-7 .btn-primary {
    color: #fff;
    text-transform: uppercase;
    font-style: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto; }
    .block-7 .btn-primary:hover, .block-7 .btn-primary:focus {
      background: #0c0c0c !important;
      color: #fff; }

      .block-7 sub{
        
      color: #fff; 
    }
  .block-7:hover, .block-7:focus {
    -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
    box-shadow: 15px 20px 19px -4px rgb(158, 158, 158); }
    .block-7{height:508px;}
.services-2 .icon {
    width: 20%;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    float:left;
   /* background: #b1bbea;*/
    /*box-shadow: 0px 6px 6px 1px rgba(0, 0, 0, 0.4);*/
}
.services-2 .text h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: calibri;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
}
.services-2 .icon span {
    font-size: 40px;
    color: #fff;
}



.pd-2{
    padding:2%;
}
.pd-r-2{
    padding-right:2%;
}
.pd-l-2{
    padding-left:2%;
}
.pd-t-2{
    padding-top:2%;
}
.pd-b-2{
    padding-bottom:2%;
}
div[data-toggle="collapse"]{
   border-bottom:1px solid #BBDEFB;
   width:100%;
   cursor:pointer;
   padding:1%;
}



.bg-light {
            background-image: linear-gradient( 
-225deg
 , #ffffff 0%, #ffffff 48%, #52dfff 100%);
         }
h2.h2.au {
    color: #0d00d0;
    font-weight: bold;
    margin-left: 84px;
    /* margin-top: 77px; */
    margin-bottom: 50px;
    font-family: calibri;

}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 20px;
}
body {
    font-family: calibri;
    background: #fff;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: black;
    overflow-x: hidden;
}
h2.ppp {
    font-weight: bold;
    font-size: 42px;
    text-align: center;
        color: #5415a7;
}
.bg-info {
    background-color: #fff !important;
    margin-bottom: 0;
}
.heading-section .subheading {
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #1ba12d;
  text-transform: uppercase;
  letter-spacing: 2px; 
margin-top: 50px;
}
.heading-section .subheading.g {
  font-size: 35px;
  display: block;
  font-weight: 600;
  color: #1e4bd0;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px; 
}

.heading-section .subheading.l {
  font-size: 29px;
  display: block;
  font-weight: 800;
  color: #0530ad;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 17px;
  text-align: center;
   }

  .card-title {
    margin-bottom: 0.75rem;
    font-size: 20px;
    font-weight: 800;
    color: rgb(25 135 84);
    text-align: center;
}
.card.f {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 1.5rem;
    height: 192px;
        margin-top: 26px;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

#what-we-do .card {
    padding: 1rem!important;
    border: none;
    margin-bottom: 1rem;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
    box-shadow: 0 5px 19px -10px #000;
}
.card.a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    height: 215px;
}
.card.d {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    height: 217px;
}

.card.b {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    height: 189px;
}

section .section-title {
    text-align: center;
    color: #0d00d0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 47px;
    margin-top: -17px;
}
.col-md-1.ulogin {
    padding-top: 10px;
    font-size: 16px;
    color: yellow;
}
.col-md-1.rlogin {
    font-size: 14px;
}
.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    /*box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);*/
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #000 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #000;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}

.section-title.text-center.wow.zoomIn {
    color: black;
    font-weight: bold;
}
/*.section-title-a{
  color: #000;
  font-weight: bold;
}*/
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    border-radius: 20px;
}


.btn-primary {
    color: #fff;
    background-color: #1da1f2;
    border-color: #357ebd;
}
.bg-light.c {
    background-color: #53d0ad !important;
    margin-top: 48px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #038f23;
  border-color: #038f23;
}



.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}






.footer-bs {
  background-color: #000000;
  padding: 4px 40px;
  color: rgba(255,255,255,1.00);
  margin-bottom: 0px;
  
  
  
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00);  text-transform:initial;font-size: 16px; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
  .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}





#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.newsletter {
padding: 80px 0;
background: #dff3e3;
}

.newsletter .content {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.newsletter .content h2 {
color: #243c4f;
margin-bottom: 40px; }
.newsletter .content .form-control {
height: 50px;
border-color: #ffffff;
border-radius:0;
}


.newsletter .content.form-control:focus {
border: 2px solid #243c4f;
}
.newsletter .content .btn {
min-height: 50px; 
border-radius:0;
background: #243c4f;
color: #fff;
font-weight:600;
}




#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
  left:0;
  height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4{
  font-size:50px;
  margin-bottom:15px;
  color:#FFF;
  line-height:100%;
  letter-spacing:0.5px;
  font-weight:600;
}
#myCarousel p{
  font-size:18px;
  margin-bottom:15px;
  color:#d5d5d5;
}
#myCarousel .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none;  }

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:550px; }
#myCarousel{position:relative; z-index:1; background:url(https://i.imgur.com/6axE29k.jpg) center center no-repeat; background-size:cover; }

.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:30%; bottom:auto; transform:translateY(-50%); background-color: #f47735; }








.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
  opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
  .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0)
  }
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

/*custom css*/
.mainmenu ul li a.dropdown-toggle::after{
    display: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #8cd4ff !important;
}


.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
    background-color: #ffffff;
    color: black;
}



.carousel-btns {
    margin-top: 2em; 
}

.carousel-btns .btn {
  width: 150px;
}


/*.carousel-inner{
    position: absolute;
    top: 0;
    width: 100%;
    height: 40%;
    background-color: rgba(6, 28, 38, 0.5);
}*/
.carousel-inner {
    position: relative;
    width: 82%;
    overflow: hidden;
    margin-top: -59px;
    /* margin-left: -223px; */
}
div#themeSlider {
    width: 100%;
   
}
.carousel-inner img {
   width: 100%;
}

/*CONTROL*/
.carousel-control {
    width: auto;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 47%;
  right: 0;
  z-index: 5;
  display: inline-block;
  background-color: #000;
  width: 38px;
  height: 38px;
  line-height: 40px;
  font-size: 14px;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
  left: 0;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 1px;
  border: 2px solid #fff;
  opacity: .8;
}

.carousel-indicators .active {
    background-color: #28ace2;
    border-color: #28ace2;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left,
.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    border-radius: 50px;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left {
    left: 1px;
    top: 20px;
}

.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    right: 30px;
    top: 20px;
}



.main-section{
  margin-left: 180px;
}



button.btn.btn-default {
    border-radius: 12px;
}

.btn-default {
    color: #111213;
    background-color:#4AEDEF;
    border-color: #ccc;
    border-radius: 14px;
}

.btn {
    display: inline-block;
    padding: 0px 7px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #000000;
    background-color:#4AEDEF;
}
.fa-2x {
    font-size: 2em;
    color: #;
}
.fa-3x
{
  color: #2EBCB9;
}








#fixed-social {
   position: fixed;
   top: 390px;
   z-index: 99999;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
  visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
  line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
  background-color: #4267B2;
 }
 .fixed-facebook span{
  background-color: #4267B2;
 }
 .fixed-twitter{
  background-color: #1DA1F2;

 }
 .fixed-twitter span{
  background-color: #1DA1F2;
 }
 .fixed-linkedin{
  background-color: #0e76a8 ;

 }
 .fixed-linkedin span{
  background-color: #0e76a8 ;
 }
 .fixed-whatsapp{
  background-color: #46C254 ;

 }
 .fixed-whatsapp span{
  background-color: #46C254 ;
 }
 .fixed-tumblr{
  background-color: #E60023;

 }
 .fixed-tumblr span{
  background-color: #E60023;
 }




 
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}
#livechat-compact-container {
  height: 153px;
  position: fixed;
  right: 0;
  top: 400px;
  top: 70vh;
  z-index: 10000;
}
.btn-chat a {
  font-family: arial;
  color: #fff;
  text-decoration: none;
  background: #1798F7;
  padding: 24px 20px 8px;
  display: block;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 0 0 1px #03b2ff inset;
  border: 1px solid #144866;
  border-radius: 2px;
  -ms-transform: rotate(90deg) translate(0, -20px);
  -webkit-transform: rotate(90deg) translate(0, -20px);
  transform: rotate(90deg) translate(0, -20px);
  position: relative;
  right: -27px;
  transition: background 0.2s, right 0.2s;
}
.btn-chat a:hover {
  background: #47B6F5;
  right: -20px;
  transition: background 0.2s, right 0.2s;
}
#sy-whatshelp {
  right: 25px;
  bottom: 25px;
  position: fixed;
  z-index: 9999;
}

#sy-whatshelp a {
  position: relative;
}

#sy-whatshelp a.sywh-open-services {
  background-color: #129bf4;
  color: #fff;
  line-height: 55px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  font-size: 23px;
  width: 55px;
  height: 55px;
  text-align: center;
  box-shadow: 2px 2px 8px -3px #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  display: inline-block;
}

#sy-whatshelp a.sywh-open-services i {
  line-height: 55px;
}

#sy-whatshelp a.sywh-open-services i.fa-times {
  display: none;
}

#sy-whatshelp .sywh-services {
  width: 55px;
  height: auto;
}

#sy-whatshelp .sywh-services a {
  display: none;
}

#sy-whatshelp .sywh-services a i {
  background-color: #129bf4;
  color: #fff;
  line-height: 55px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  font-size: 23px;
  width: 55px;
  height: 55px;
  text-align: center;
  box-shadow: 2px 2px 8px -3px #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
}

#sy-whatshelp .sywh-services a.email i {
  background-color: #b92b27;
}

#sy-whatshelp .sywh-services a.instagram i {
  background-color: #e4405f;
}

#sy-whatshelp .sywh-services a.messenger i {
  background-color: #0084ff;
}

#sy-whatshelp .sywh-services a.whatsapp i {
  background-color: #25d366;
}

#sy-whatshelp .sywh-services a.call i {
  background-color: #ff6600;
}

a[data-tooltip] {
  position: relative;
}

a[data-tooltip]::before,
a[data-tooltip]::after {
  position: absolute;
  display: none;
  opacity: 0.85;
  transition: all 0.3s ease-in-out;
}

a[data-tooltip]::before {
  content: attr(data-tooltip);
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 7px 11px;
  border-radius: 5px;
  white-space: nowrap;
  text-decoration: none;
}

a[data-tooltip]::after {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: "";
}

a[data-tooltip]:hover::before,
a[data-tooltip]:hover::after {
  display: block;
}

a.sywh-open-services[data-tooltip]::before,
a.sywh-open-services[data-tooltip]::after {
  display: block;
}

a.data-tooltip-hide[data-tooltip]::before,
a.data-tooltip-hide[data-tooltip]::after {
  display: none !important;
}

a.sywh-open-services[data-tooltip][data-placement="left"]::before {
  top: 11px;
}

a[data-tooltip][data-placement="left"]::before {
  top: -7px;
  right: 100%;
  line-height: normal;
  margin-right: 10px;
}

a[data-tooltip][data-placement="left"]::after {
  border-left-color: #000;
  border-right: none;
  top: 50%;
  right: 100%;
  margin-top: -6px;
  margin-right: 4px;
}

a[data-tooltip][data-placement="right"]::before {
  top: -7px;
  left: 100%;
  line-height: normal;
  margin-left: 10px;
}

a[data-tooltip][data-placement="right"]::after {
  border-right-color: #000;
  border-left: none;
  top: 50%;
  left: 100%;
  margin-top: -6px;
  margin-left: 4px;
}

a[data-tooltip][data-placement="top"]::before {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
}

a[data-tooltip][data-placement="top"]::after {
  border-top-color: #000;
  border-bottom: none;
  bottom: 100%;
  left: 10px;
  margin-bottom: 4px;
}

a[data-tooltip][data-placement="bottom"]::before {
  top: 100%;
  left: 0;
  margin-top: 10px;
}

a[data-tooltip][data-placement="bottom"]::after {
  border-bottom-color: #000;
  border-top: none;
  top: 100%;
  left: 10px;
  margin-top: 4px;
}

nav.navbar.navbar-light.navbar-expand-lg.mainmenu {
    background-color: #70a9ff24;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 68px;

}
.form-wrapper {
  background: #fafafa;
  margin: 3em auto;
  padding: 0 1em;
  max-width: 370px;
}

h1 {
  text-align: center;
  padding: 1em 0;
}

form {
  padding: 0 1.5em;
}

.form-item {
  margin-bottom: 0.75em;
  width: 100%;
}

.form-item input {
  background: #fafafa;
  border: none;
  border-bottom: 2px solid #e9e9e9;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
}

.form-item input:focus {
  border-bottom: 2px solid #c0c0c0;
  outline: none;
}

.button-panel {
  margin: 2em 0 0;
  width: 100%;
}

.button-panel .button {
  background: #f16272;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  width: 100%;
}

.button:hover {
  background: #ee3e52;
}

.form-footer {
  font-size: 1em;
  padding: 2em 0;
  text-align: center;
}

.form-footer a {
  color: #8c8c8c;
  text-decoration: none;
  transition: border-color 0.3s;
}

.form-footer a:hover {
  border-bottom: 1px dotted #8c8c8c;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
.demo{ background: #f6fcfd; }
.serviceBox{
    padding: 50px 35px;
    background: #fff;
    border: 1px solid #eee;
    border-bottom-color: #428ef8;
    text-align: center;
    position: relative;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover{ border: 1px solid #428ef8; }
.serviceBox:before,
.serviceBox:after{
    content: "";
    width: 70%;
    height: 5px;
    background: #428ef8;
    opacity: 0;
    position: absolute;
    top: -3px;
    left: 35%;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
}
.serviceBox:hover:before,
.serviceBox:hover:after{
    opacity: 1;
    left: 50%;
}
.serviceBox:after{
    top: auto;
    bottom: -3px;
}
.serviceBox .service-icon{
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background: #428ef8;
    margin: 0 auto 20px;
    font-size: 36px;
    color: #fff;
}
.serviceBox .title{
    font-size: 20px;
    font-weight: bold;
    color: #252525;
    margin: 0 0 10px 0;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .title{ opacity: 0; }
.serviceBox .description{
    font-size: 14px;
    color: #7a7a7a;
    line-height: 25px;
    margin: 0;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .description{
    margin-top: -20px;
    padding-bottom: 20px;
}

.side{
  width: 20%;
  margin-right: 23px;
  margin-top: -180px;
 float: right; 
}

.color{
  background-color: #ecf6f7;
  border-radius: 30px;
}

.im{
  height: 270px;
  width: 70%;
}


.top_bar{
  background-color:#0c006b !important;
  color:#fff;height:40px;
  font-size:20px;padding-top:0px;
}

blockquote {
  color: #1a1a1a;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  text-align: center;
  background: #757f9a;
  background: -webkit-linear-gradient(to left, #d7dde8, #757f9a);
  background: linear-gradient(to left, #d7dde8, #757f9a);
}

.testimonial blockquote {
  margin: 10px 10px 0;
  background: #ecf6f7;
  padding: 20px 60px;
  position: relative;
  border: none;
  border-radius: 8px;
  font-style: italic;
}

.testimonial blockquote:before,
.testimonial blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 80px;
  line-height: 1;
  color: #757f9a;
  font-style: normal;
}

.testimonial blockquote:before {
  top: 0;
  left: 10px;
}

.testimonial blockquote:after {
  content: "\201D";
  right: 10px;
  bottom: -0.5em;
}

.testimonial div {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #efefef;
  margin: 0 0 0 60px;
}

.testimonial p {
  margin: 8px 0 0 20px;
  text-align: left;
  color: #726f6f;
}

.search-container {
  background-color: white;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 0px 10px;
  /*max-width: 600px;*/
  width: 100%;
  transition: all 0.3s ease;
}

.search-container:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.form-control.search-input {
  border: none;
  background: transparent;
  padding-left: 20px;
  font-size: 1rem;
  height: 50px;
}

.form-control.search-input:focus {
  box-shadow: none;
  outline: none;
}

.btn-search {
  background-color: #1da1f2;
  color: white;
  border-radius: 50px;
  padding: 5px 15px;
  border: none;
  transition: all 0.3s ease;
}

.btn-search:hover {
  background-color: #038f23;
  transform: scale(1.05);
  color: #fff;
}

.search-icon {
  color: #6c757d;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.badge a {
  font-size: 17px;
  padding: 5px 7px;
  border-radius: 16px;
  color: #716f6f;
  line-height: 1;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.pd-15 {
  padding: 15px;
}

.notice_updates {
    background-color: #fff;
    padding: 20px;
    height: 245px;
    overflow: hidden;
}

.bg_clr {
  background-color: #fff;
  border-radius: 30px;
}

.marquee-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.marquee-container img {
  max-height: 80px;
  width: auto;
  box-shadow: 0 5px 19px -10px #000;
  padding: 10px;
}

.bx_sado {
  box-shadow: 0 5px 19px -10px #000;
  padding: 10px;
}

h2 {
  font-weight: 1000;
}

.blog-article {
  width: 100%;
  float: left;
  background: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4sease;
  -o-transition: all 0.4s ease;
  transition: all 0.4sease;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08) !important;
}

.blog-article img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.4sease;
  -o-transition: all 0.4s ease;
  transition: all 0.4sease;
}

.blog-article p {
  display: block;
  color: #262626;
  font-size: 15px;
  position: relative;
  padding-left: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-top: 30px;
  margin-left: 15px;
}

.content-section p {
  color: #555555;
  margin-bottom: 20px;
  text-align: justify;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

.blog-article h5 {
  margin: 15px 15px 30px;
  display: block;
  color: #262626;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
}

.blog-article a {
  text-decoration: none;
}

.blog-article p:before {
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  background: url('https://d3uom8aq23ax4d.cloudfront.net/wp-content/themes/ntspl-corporate-website/images/sprite-icon.png') no-repeat -1095px -1797px;
  width: 15px;
  height: 15px;
}

.block-7 .btn-primary {
  color: #fff;
  text-transform: uppercase;
  font-style: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
}

.card_clr{
  background-color: #ecf6f7;
  color: #000000;
  height: 100%;
}

.pric_sec_btn {
  border-radius: 20px;
  padding: 0px 25px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.nav_bar_dsn{
  color: #535353 !important;
  font-size: 16px !important;
  font-weight: unset;
}


/*----------------------------*/
.fmt_30 {
    margin-top: 27px;
}

.pr_0{
    padding-right:0px !important;
}
   
  
   
  
  


  
